/* ============ Theory & Motion — premium dark ============ */
:root {
  --bg: #161614;
  --bg-2: #1d1d1b;
  --bg-3: #232321;
  --ink: #e8e8ea;
  --silver: #c8c8cc;
  --gray: #8d8d93;
  --sage: #8a9a7b;
  --orange: #d97334;
  --orange-bright: #ec8848;
  --line: rgba(200, 200, 204, 0.12);
  --font-display: 'Sora', sans-serif;
  --font-body: 'Inter', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 300;
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--orange); color: #fff; }

em { font-style: normal; }
a { color: inherit; text-decoration: none; }
.accent-orange { color: var(--orange); }
.accent-green { color: var(--sage); }
.accent-silver { color: var(--silver); }

/* grain overlay */
.grain {
  position: fixed; inset: 0;
  pointer-events: none; z-index: 9998; opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* custom cursor */
.cursor, .cursor-ring { position: fixed; top: 0; left: 0; pointer-events: none; z-index: 9999; border-radius: 50%; transform: translate(-50%,-50%); }
.cursor { width: 8px; height: 8px; background: var(--orange); transition: transform .15s ease; }
.cursor-ring { width: 36px; height: 36px; border: 1px solid rgba(217,115,52,.5); transition: width .25s, height .25s, border-color .25s; }
.cursor-ring.is-hover { width: 60px; height: 60px; border-color: rgba(138,154,123,.8); }
@media (hover: none) { .cursor, .cursor-ring { display: none; } }

/* ============ NAV ============ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 48px;
  transition: background .4s, padding .4s, box-shadow .4s;
}
.nav.scrolled {
  background: rgba(22,22,20,.85); backdrop-filter: blur(16px);
  padding: 12px 48px; box-shadow: 0 1px 0 var(--line);
}
.nav-logo { display: flex; align-items: center; gap: 12px; }
.nav-mark svg { display: block; }
.nav-word { font-family: var(--font-display); font-weight: 600; letter-spacing: .04em; font-size: 15px; color: var(--silver); }
.nav-word em { color: var(--orange); font-weight: 400; }
.nav-links { display: flex; gap: 36px; }
.nav-links a {
  font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--gray);
  transition: color .3s; position: relative;
}
.nav-links a::after {
  content: ''; position: absolute; left: 0; bottom: -6px; width: 0; height: 1px;
  background: var(--orange); transition: width .3s;
}
.nav-links a:hover { color: var(--ink); }
.nav-links a:hover::after { width: 100%; }
.nav-burger { display: none; background: none; border: 0; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px; }
.nav-burger span { display: block; width: 24px; height: 2px; background: var(--silver); transition: .3s; }
.mobile-menu {
  position: fixed; inset: 0; z-index: 99; background: rgba(22,22,20,.97); backdrop-filter: blur(20px);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 28px;
  opacity: 0; pointer-events: none; transition: opacity .35s;
}
.mobile-menu.open { opacity: 1; pointer-events: auto; }
.mobile-menu a { font-family: var(--font-display); font-size: 24px; color: var(--silver); }

/* ============ BUTTONS ============ */
.btn {
  display: inline-block; padding: 14px 30px; border-radius: 999px;
  font-family: var(--font-display); font-weight: 600; font-size: 14px; letter-spacing: .04em;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s, background .3s, color .3s;
  will-change: transform;
}
.btn-lg { padding: 18px 40px; font-size: 15px; }
.btn-block { width: 100%; text-align: center; border: 0; cursor: pointer; }
.btn-orange {
  background: linear-gradient(135deg, var(--orange-bright), var(--orange) 60%, #b85a22);
  color: #fff; box-shadow: 0 8px 32px rgba(217,115,52,.25);
}
.btn-orange:hover { transform: translateY(-3px); box-shadow: 0 14px 44px rgba(217,115,52,.4); }
.btn-ghost { border: 1px solid var(--line); color: var(--silver); background: rgba(255,255,255,.02); }
.btn-ghost:hover { border-color: var(--sage); color: #fff; transform: translateY(-3px); }
.nav-cta { padding: 11px 24px; font-size: 13px; }

/* ============ HERO ============ */
.hero { position: relative; }
.hero-stage {
  position: relative; height: 68vh; min-height: 440px;
}
#hero3d {
  position: absolute; inset: 0; width: 100%; height: 100%; display: block;
}
.hero-content {
  position: relative; z-index: 2; text-align: center; padding: 12px 24px 110px;
  max-width: 980px; margin: 0 auto;
}
.hero-wordmark {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(22px, 4.6vw, 58px); letter-spacing: .22em; line-height: 1.1; white-space: nowrap;
  color: var(--silver); margin: 0 0 22px; padding-left: .22em; /* offset trailing tracking */
  text-shadow: 0 3px 14px rgba(0,0,0,.7);
}
.hero-wordmark .amp { color: var(--orange); }
.hero-tagline {
  display: flex; align-items: center; justify-content: center; gap: 20px;
  font-family: var(--font-display); font-weight: 600;
  font-size: clamp(11px, 1.5vw, 18px); letter-spacing: .3em; white-space: nowrap;
  color: var(--sage); margin-bottom: 44px; padding-left: .3em;
}
.tag-dash { width: clamp(24px, 4vw, 44px); height: 3px; background: var(--orange); flex: none; }
.hero-sub {
  max-width: 620px; margin: 44px auto 0; color: var(--gray); font-size: 17px;
}
.hero-actions { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.hero-scroll {
  position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--gray); z-index: 2;
}
.hero-scroll-line { width: 1px; height: 48px; background: linear-gradient(var(--orange), transparent); animation: scrollPulse 2s ease infinite; }
@keyframes scrollPulse { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ============ MARQUEE ============ */
.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 0; background: var(--bg-2); }
.marquee-track { display: flex; gap: 48px; white-space: nowrap; width: max-content; animation: marquee 28s linear infinite; }
.marquee-track span { font-family: var(--font-display); font-size: 15px; letter-spacing: .18em; text-transform: uppercase; color: var(--gray); }
.marquee-track i { color: var(--orange); font-style: normal; font-size: 9px; align-self: center; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============ SECTIONS ============ */
.section { padding: 140px 0; position: relative; scroll-margin-top: 64px; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 48px; }
.section-eyebrow {
  font-size: 12px; letter-spacing: .3em; text-transform: uppercase; color: var(--orange);
  margin-bottom: 20px; display: flex; align-items: center; gap: 14px;
}
.section-eyebrow::before { content: ''; width: 36px; height: 1px; background: var(--orange); }
.section-title {
  font-family: var(--font-display); font-weight: 700; letter-spacing: -.02em;
  font-size: clamp(34px, 5vw, 58px); line-height: 1.12; color: var(--silver); margin-bottom: 22px;
}
.section-title em { color: var(--sage); }
.section-sub { color: var(--gray); max-width: 640px; font-size: 17px; margin-bottom: 56px; }

/* ============ PROBLEM ============ */
.problem { background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(138,154,123,.06), transparent), var(--bg); }
.big-statement { display: flex; flex-direction: column; gap: 2px; margin-bottom: 70px; }
.reveal-word { display: block; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-bottom: 64px; }
.problem-card {
  background: linear-gradient(160deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--line); border-radius: 20px; padding: 40px 34px;
  transition: transform .4s cubic-bezier(.2,.8,.2,1), border-color .4s;
}
.problem-card:hover { border-color: rgba(217,115,52,.4); }
.problem-num { font-family: var(--font-display); font-weight: 800; font-size: 64px; color: var(--orange); line-height: 1; }
.problem-unit { font-family: var(--font-display); font-size: 20px; color: var(--orange); margin-left: 6px; }
.problem-card p { color: var(--gray); margin-top: 16px; font-size: 15px; }
.problem-line { font-family: var(--font-display); font-size: clamp(20px, 2.6vw, 28px); font-weight: 400; color: var(--silver); max-width: 760px; }

/* ============ SERVICES ============ */
.services { background: var(--bg); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.service-card {
  background: linear-gradient(160deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--line); border-radius: 22px; padding: 42px 34px;
  position: relative; overflow: hidden;
  transition: transform .4s cubic-bezier(.2,.8,.2,1), border-color .4s, box-shadow .4s;
}
.service-card::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle 220px at var(--mx, 50%) var(--my, 0%), rgba(217,115,52,.1), transparent);
  opacity: 0; transition: opacity .4s;
}
.service-card:hover::before { opacity: 1; }
.service-card:hover { border-color: rgba(200,200,204,.25); box-shadow: 0 24px 60px rgba(0,0,0,.4); }
.featured-card { border-color: rgba(217,115,52,.35); }
.service-icon { width: 56px; height: 56px; color: var(--sage); margin-bottom: 26px; }
.featured-card .service-icon { color: var(--orange); }
.service-icon svg { width: 100%; height: 100%; }
.service-card h3 { font-family: var(--font-display); font-size: 21px; font-weight: 600; color: var(--ink); margin-bottom: 12px; }
.service-card p { color: var(--gray); font-size: 15px; margin-bottom: 24px; }
.service-tag {
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--sage);
  border: 1px solid rgba(138,154,123,.35); padding: 6px 14px; border-radius: 999px;
}
.tag-orange { color: var(--orange); border-color: rgba(217,115,52,.4); }

/* ============ SYSTEM FLOW ============ */
.system { background: linear-gradient(180deg, var(--bg-2), var(--bg)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.flow { position: relative; margin: 80px 0 60px; }
.flow-path { position: absolute; top: 9px; left: 0; width: 100%; height: 24px; }
.flow-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; position: relative; }
.flow-dot {
  width: 18px; height: 18px; border-radius: 50%; margin-bottom: 24px; position: relative;
}
.flow-dot::after { content: ''; position: absolute; inset: -8px; border-radius: 50%; border: 1px solid currentColor; opacity: .35; animation: ping 2.4s ease infinite; }
.dot-green { background: var(--sage); color: var(--sage); }
.dot-silver { background: var(--silver); color: var(--silver); }
.dot-orange { background: var(--orange); color: var(--orange); }
@keyframes ping { 0% { transform: scale(.6); opacity: .6; } 80%, 100% { transform: scale(1.6); opacity: 0; } }
.flow-step h4 { font-family: var(--font-display); font-size: 17px; font-weight: 600; color: var(--ink); margin-bottom: 10px; }
.flow-step p { color: var(--gray); font-size: 14px; }
.flow-step p em { color: var(--sage); }
.system-line { font-family: var(--font-display); font-size: clamp(20px, 2.6vw, 28px); color: var(--silver); max-width: 820px; }

/* ============ NICHE ============ */
.niche-tags { display: flex; flex-wrap: wrap; gap: 12px; margin: 40px 0 56px; }
.niche-tags span {
  font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--gray);
  border: 1px solid var(--line); padding: 10px 20px; border-radius: 999px;
  transition: color .3s, border-color .3s, transform .3s;
}
.niche-tags span:hover { color: var(--orange); border-color: var(--orange); transform: translateY(-2px); }
.niche-callouts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.niche-card {
  background: var(--bg-2); border: 1px solid var(--line); border-radius: 20px; padding: 36px 32px;
  transition: transform .4s cubic-bezier(.2,.8,.2,1), border-color .4s;
}
.niche-card h4 { font-family: var(--font-display); font-size: 22px; margin-bottom: 12px; }
.niche-card p { color: var(--gray); font-size: 15px; }

/* ============ OFFER ============ */
.offer { background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(217,115,52,.07), transparent), var(--bg-2); }
.offer-box {
  display: grid; grid-template-columns: 1.25fr 1fr; gap: 64px;
  background: linear-gradient(155deg, #242422, #1a1a18);
  border: 1px solid rgba(217,115,52,.25); border-radius: 28px; padding: 70px 64px;
  box-shadow: 0 40px 120px rgba(0,0,0,.5);
}
.offer-badge {
  display: inline-block; font-size: 11px; letter-spacing: .2em; text-transform: uppercase;
  color: var(--orange); border: 1px solid rgba(217,115,52,.4); border-radius: 999px;
  padding: 9px 18px; margin-bottom: 28px;
}
.offer-title { font-family: var(--font-display); font-size: clamp(30px, 4vw, 46px); font-weight: 700; line-height: 1.15; color: var(--silver); margin-bottom: 20px; }
.offer-price { color: var(--orange); font-size: 1.25em; }
.offer-sub { color: var(--gray); margin-bottom: 30px; }
.offer-list { list-style: none; columns: 2; gap: 32px; margin-bottom: 36px; }
.offer-list li { color: var(--ink); font-size: 14.5px; padding: 7px 0 7px 26px; position: relative; break-inside: avoid; }
.offer-list li::before { content: '✓'; position: absolute; left: 0; color: var(--sage); font-weight: 600; }
.offer-note { margin-top: 18px; color: var(--gray); font-size: 13px; }

.offer-right { border-left: 1px solid var(--line); padding-left: 64px; display: flex; flex-direction: column; }
.stack-title { font-size: 12px; letter-spacing: .22em; text-transform: uppercase; color: var(--gray); margin-bottom: 24px; }
.value-stack { list-style: none; }
.value-stack li { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px dashed rgba(200,200,204,.12); font-size: 14.5px; color: var(--gray); }
.value-stack b { color: var(--silver); font-weight: 500; }
.stack-total { display: flex; justify-content: space-between; padding: 18px 0 8px; font-family: var(--font-display); color: var(--silver); }
.stack-total b { text-decoration: line-through; text-decoration-color: var(--orange); }
.stack-price { display: flex; justify-content: space-between; font-family: var(--font-display); font-size: 22px; padding: 8px 0; }
.stack-price b { font-size: 32px; font-weight: 800; }
.stack-savings { margin-top: 18px; text-align: center; background: rgba(138,154,123,.12); border: 1px solid rgba(138,154,123,.3); color: var(--sage); border-radius: 14px; padding: 14px; font-family: var(--font-display); }
.stack-savings b { font-size: 20px; }

/* ============ PRICING ============ */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: start; }
.price-card {
  background: linear-gradient(160deg, var(--bg-3), var(--bg-2));
  border: 1px solid var(--line); border-radius: 24px; padding: 44px 36px;
  position: relative; transition: transform .4s cubic-bezier(.2,.8,.2,1), border-color .4s;
}
.price-featured { border-color: rgba(217,115,52,.45); background: linear-gradient(160deg, #28241f, #1d1b18); transform: translateY(-12px); }
.price-flag {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--orange); color: #fff; font-family: var(--font-display); font-size: 11px;
  letter-spacing: .14em; text-transform: uppercase; padding: 7px 18px; border-radius: 999px;
}
.price-card h3 { font-family: var(--font-display); font-size: 19px; font-weight: 600; color: var(--silver); margin-bottom: 14px; }
.price { font-family: var(--font-display); font-size: 56px; font-weight: 800; color: var(--ink); line-height: 1; margin-bottom: 16px; }
.price sup { font-size: 24px; color: var(--orange); margin-right: 2px; }
.price span { font-size: 16px; font-weight: 400; color: var(--gray); }
.price-for { color: var(--gray); font-size: 14px; margin-bottom: 26px; min-height: 44px; }
.price-card ul { list-style: none; margin-bottom: 34px; }
.price-card li { font-size: 14px; color: var(--gray); padding: 8px 0 8px 24px; position: relative; border-bottom: 1px solid rgba(200,200,204,.06); }
.price-card li::before { content: '→'; position: absolute; left: 0; color: var(--sage); }
.price-card li b { color: var(--silver); font-weight: 500; }
.price-card .btn { width: 100%; text-align: center; }
.pricing-custom { margin-top: 56px; color: var(--gray); text-align: center; font-size: 15px; }
.pricing-custom b { color: var(--silver); font-weight: 500; }
.pricing-custom a { color: var(--orange); }

/* ============ ABOUT ============ */
.about { background: var(--bg-2); border-top: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 72px; align-items: center; }
.about-text { color: var(--gray); font-size: 16.5px; margin-bottom: 20px; max-width: 560px; }
.about-quote {
  background: linear-gradient(155deg, #242422, #1a1a18); border: 1px solid var(--line);
  border-left: 3px solid var(--orange); border-radius: 20px; padding: 48px 40px;
  transition: transform .4s cubic-bezier(.2,.8,.2,1);
}
.about-quote blockquote { font-family: var(--font-display); font-size: 26px; font-weight: 600; color: var(--silver); line-height: 1.35; margin-bottom: 18px; }
.about-quote p { color: var(--sage); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }

/* ============ FAQ ============ */
.faq-list { max-width: 820px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-display); font-size: 19px; font-weight: 500; color: var(--silver);
  padding: 28px 0; transition: color .3s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--orange-bright); }
.faq-icon { position: relative; width: 18px; height: 18px; flex: none; margin-left: 24px; }
.faq-icon::before, .faq-icon::after { content: ''; position: absolute; background: var(--orange); transition: transform .3s; }
.faq-icon::before { left: 0; top: 8px; width: 18px; height: 2px; }
.faq-icon::after { left: 8px; top: 0; width: 2px; height: 18px; }
.faq-item[open] .faq-icon::after { transform: scaleY(0); }
.faq-item p { color: var(--gray); padding: 0 40px 28px 0; max-width: 720px; }

/* ============ CONTACT ============ */
.contact { background: radial-gradient(ellipse 60% 70% at 80% 30%, rgba(138,154,123,.07), transparent), var(--bg); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.contact-title { font-family: var(--font-display); font-size: clamp(30px, 3.6vw, 44px); font-weight: 700; line-height: 1.2; color: var(--silver); margin-bottom: 24px; }
.contact-title em { color: var(--orange); }
.contact-sub { color: var(--gray); margin-bottom: 36px; }
.contact-info p { color: var(--gray); font-size: 14.5px; margin-bottom: 16px; }
.contact-info b { color: var(--silver); font-weight: 600; }
.contact-form {
  background: linear-gradient(155deg, #242422, #1a1a18); border: 1px solid var(--line);
  border-radius: 24px; padding: 44px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--gray); margin-bottom: 18px; }
.contact-form input, .contact-form select, .contact-form textarea {
  display: block; width: 100%; margin-top: 8px;
  background: rgba(255,255,255,.03); border: 1px solid var(--line); border-radius: 12px;
  color: var(--ink); font-family: var(--font-body); font-size: 15px; padding: 13px 16px;
  outline: none; transition: border-color .3s; resize: vertical;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--orange); }
.contact-form select { appearance: none; }
.form-sent-msg { display: none; margin-top: 18px; color: var(--sage); text-align: center; font-size: 15px; }
.contact-form.sent .form-sent-msg { display: block; }

/* ============ FOOTER ============ */
.footer { border-top: 1px solid var(--line); background: var(--bg-2); padding: 80px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 64px; }
.footer-lockup { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.footer-wordmark { font-family: var(--font-display); font-weight: 700; letter-spacing: .18em; font-size: 16px; color: var(--silver); }
.footer-wordmark em { color: var(--orange); }
.footer-brand p { color: var(--gray); font-size: 14px; }
.footer-col h5 { font-family: var(--font-display); font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--silver); margin-bottom: 18px; }
.footer-col a { display: block; color: var(--gray); font-size: 14px; padding: 5px 0; transition: color .3s; }
.footer-col a:hover { color: var(--orange); }
.footer-col p { color: var(--gray); font-size: 14px; }
.footer-bottom {
  display: flex; justify-content: space-between; border-top: 1px solid var(--line);
  padding-top: 26px; padding-bottom: 26px; color: var(--gray); font-size: 13px;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 1024px) {
  .container { padding: 0 32px; }
  .service-grid, .problem-grid, .niche-callouts, .pricing-grid { grid-template-columns: 1fr 1fr; }
  .offer-box { grid-template-columns: 1fr; padding: 48px 40px; gap: 48px; }
  .offer-right { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 40px; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .flow-steps { grid-template-columns: 1fr 1fr; }
  .flow-path { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav { padding: 16px 22px; }
  .nav.scrolled { padding: 12px 22px; }
  .nav-links, .nav-cta { display: none; }
  .nav-burger { display: flex; }
  .container { padding: 0 22px; }
  .section { padding: 90px 0; }
  .service-grid, .problem-grid, .niche-callouts, .pricing-grid, .flow-steps, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .price-featured { transform: none; }
  .offer-list { columns: 1; }
  .offer-box { padding: 36px 26px; }
  .contact-form { padding: 30px 24px; }
  .hero-sub { font-size: 15px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
