/* VitalyNatural Premium — PHP frontend */
:root {
  --green-950: #0b2d21;
  --green-900: #103a2a;
  --green-800: #174a35;
  --green-700: #245f43;
  --green-600: #347451;
  --lime: #b9dc68;
  --lime-soft: #dcefb0;
  --cream: #f7f5ed;
  --warm: #eeece4;
  --ink: #17221d;
  --muted: #657169;
  --line: rgba(20, 60, 44, .12);
  --white: #fff;
  --shadow: 0 24px 70px rgba(17, 53, 39, .12);
  --shadow-soft: 0 16px 40px rgba(17, 53, 39, .08);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
svg.icon { width: 1.15em; height: 1.15em; flex: 0 0 auto; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 8px; z-index: 999; padding: 10px 14px; border-radius: 10px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }

.topbar { background: var(--green-950); color: #f2f7f2; font-size: .78rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar span, .topbar a { display: inline-flex; align-items: center; gap: 7px; opacity: .95; }
.topbar__center { justify-content: center; }

.site-header { position: sticky; top: 0; z-index: 90; background: rgba(255,255,255,.95); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 10px 35px rgba(11,45,33,.08); }
.nav-shell { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 220px; }
.brand__mark { width: 42px; height: 42px; display: grid; place-items: center; color: var(--green-700); border: 1px solid rgba(36,95,67,.2); border-radius: 50%; background: linear-gradient(145deg,#f9fbf2,#eef4df); }
.brand__mark svg { width: 25px; height: 25px; }
.brand__mark--image { padding: 0; overflow: hidden; border: 0; background: transparent; }
.brand__mark--image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand__copy { display: grid; line-height: 1.05; }
.brand__copy strong { color: var(--green-900); font-family: Georgia, "Times New Roman", serif; font-size: 1.42rem; letter-spacing: -.025em; }
.brand__copy small { margin-top: 5px; color: var(--muted); font-size: .64rem; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: 28px; }
.main-nav a { position: relative; padding: 30px 0 27px; font-size: .83rem; font-weight: 650; color: #2f3b35; }
.main-nav a::after { content: ""; position: absolute; left: 50%; bottom: 20px; width: 0; height: 2px; border-radius: 5px; background: var(--green-700); transform: translateX(-50%); transition: .22s ease; }
.main-nav a:hover::after, .main-nav a.is-active::after { width: 100%; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: #eef3ed; color: var(--green-900); place-items: center; }

.btn { min-height: 48px; padding: 0 21px; border: 1px solid transparent; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: .82rem; font-weight: 800; letter-spacing: .015em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--dark { background: var(--green-950); color: #fff; box-shadow: 0 10px 24px rgba(11,45,33,.16); }
.btn--green { background: var(--green-700); color: #fff; box-shadow: 0 12px 28px rgba(36,95,67,.18); }
.btn--lime { background: var(--lime); color: #153524; box-shadow: 0 14px 30px rgba(185,220,104,.2); }
.btn--outline-light { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.04); }
.btn--outline-light:hover { background: rgba(255,255,255,.1); }
.btn--full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--green-700); font-weight: 800; font-size: .86rem; }
.text-link svg { transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(4px); }

.eyebrow { display: inline-block; color: var(--green-700); font-size: .72rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--lime { color: var(--lime); }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.045em; line-height: 1.04; }
h1 em,h2 em { color: var(--lime); font-style: normal; }
h2 em { color: #789d44; }
p { color: var(--muted); }

.hero { position: relative; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 75% 25%, rgba(74,126,81,.45), transparent 28%), linear-gradient(110deg, #082a20 0%, #103a2a 52%, #214d34 100%); color: #fff; }
.hero::after { content:""; position:absolute; inset:0; z-index:-1; opacity:.08; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(to right, transparent 0, #000 70%, #000 100%); }
.hero__grid { min-height: 630px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: stretch; gap: 52px; }
.hero__content { padding: 82px 0 50px; align-self: center; }
.hero h1 { max-width: 650px; margin: 15px 0 20px; font-size: clamp(3.3rem, 5.1vw, 5.6rem); }
.hero h1 em { display: block; }
.hero__lead { max-width: 630px; color: rgba(255,255,255,.76); font-size: 1.05rem; line-height: 1.75; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 28px; }
.hero__micro { margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.hero__micro > div { display: flex; gap: 10px; align-items: center; }
.hero__micro > div > svg { width: 27px; height: 27px; color: var(--lime); }
.hero__micro span { display: grid; line-height: 1.2; }
.hero__micro strong { font-size: .78rem; }
.hero__micro small { margin-top: 5px; color: rgba(255,255,255,.58); font-size: .69rem; }
.hero__visual { min-width: 0; padding: 46px 0 46px; display: flex; align-items: center; }
.hero__image-wrap { position: relative; width: 100%; height: 535px; overflow: hidden; border-radius: var(--radius-xl); box-shadow: 0 36px 90px rgba(0,0,0,.28); border: 1px solid rgba(255,255,255,.14); }
.hero__image-wrap::after { content:""; position:absolute; inset:0; background: linear-gradient(to top, rgba(7,33,25,.42), transparent 45%); pointer-events:none; }
.hero__image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__badge { position: absolute; z-index: 2; right: 22px; bottom: 22px; width: min(300px, calc(100% - 44px)); padding: 16px 18px; border-radius: 16px; background: rgba(255,255,255,.9); color: var(--green-950); backdrop-filter: blur(18px); display: grid; grid-template-columns: 30px 1fr; column-gap: 10px; box-shadow: var(--shadow-soft); }
.hero__badge svg { grid-row: 1 / 3; width: 28px; height: 28px; color: var(--green-700); }
.hero__badge strong { font-size: .86rem; line-height: 1.2; }
.hero__badge span { color: var(--muted); font-size: .72rem; line-height: 1.4; }
.hero__glow { position:absolute; border-radius:50%; filter: blur(3px); opacity:.4; pointer-events:none; }
.hero__glow--one { width:350px; height:350px; right:-120px; top:-100px; background: rgba(185,220,104,.16); }
.hero__glow--two { width:420px; height:420px; left:32%; bottom:-260px; background: rgba(255,255,255,.05); }

.trust-cards { position: relative; z-index: 2; margin-top: -22px; }
.trust-cards__grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.trust-card { min-height: 132px; padding: 25px; border-radius: 18px; background: rgba(255,255,255,.98); border: 1px solid var(--line); box-shadow: var(--shadow-soft); display: flex; gap: 17px; align-items: flex-start; }
.trust-card > svg { width: 36px; height: 36px; color: var(--green-800); }
.trust-card h3 { margin: 1px 0 6px; font-size: .95rem; }
.trust-card p { margin: 0; font-size: .78rem; line-height: 1.55; }

.section { padding: 100px 0; }
.section--soft { background: linear-gradient(180deg,#f9faf6,#f2f5ec); border-block: 1px solid var(--line); }
.products-section { background: linear-gradient(120deg,#f7f7f0,#fff); }
.products-layout { display: grid; grid-template-columns: .72fr 1.6fr; gap: 68px; align-items: center; }
.section-intro { align-self: center; }
.section-intro h2, .section-heading h2, .split-feature__content h2, .story-statement h2, .split-copy h2 { margin: 12px 0 18px; font-size: clamp(2.25rem,3.4vw,3.65rem); }
.section-intro p { margin-bottom: 26px; }
.product-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.product-card { overflow: hidden; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line); box-shadow: 0 18px 45px rgba(16,58,42,.07); transition: transform .22s ease, box-shadow .22s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card__image { height: 170px; overflow: hidden; background: #eef2ea; }
.product-card__image img { height: 100%; object-fit: cover; transition: transform .4s ease; }
.product-card:hover .product-card__image img { transform: scale(1.04); }
.product-card__body { padding: 20px; }
.product-card h3 { margin: 0 0 8px; font-size: 1.05rem; }
.product-card p { min-height: 46px; margin: 0 0 16px; font-size: .78rem; line-height: 1.5; }
.product-card__body > span { display: inline-flex; align-items: center; gap: 7px; color: var(--green-700); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }

.split-feature { background: #fff; }
.split-feature__grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 72px; align-items: center; }
.split-feature__media { position: relative; }
.split-feature__media img { height: 520px; object-fit: cover; border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.media-chip { position: absolute; left: 20px; bottom: 20px; padding: 10px 13px; border-radius: 999px; background: rgba(255,255,255,.9); backdrop-filter: blur(12px); color: var(--green-900); font-size: .73rem; font-weight: 800; }
.split-feature__content > p { font-size: 1rem; line-height: 1.75; }
.check-list { list-style: none; padding: 0; margin: 25px 0; display: grid; gap: 12px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; color: #405047; font-size: .9rem; }
.check-list svg { margin-top: 3px; color: var(--green-600); }
.button-row { display: flex; gap: 20px; align-items: center; flex-wrap: wrap; }

.benefits-showcase { background: var(--cream); }
.section-heading { margin-bottom: 38px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading h2 { max-width: 750px; margin-bottom: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.feature-grid--four { grid-template-columns: repeat(4,1fr); }
.feature-card { position: relative; min-height: 265px; padding: 30px; overflow: hidden; border-radius: var(--radius-lg); background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 38px rgba(17,53,39,.06); }
.feature-card > span { position: absolute; top: 18px; right: 22px; color: rgba(36,95,67,.18); font-family: Georgia,serif; font-size: 2.8rem; }
.feature-card > svg { width: 40px; height: 40px; color: var(--green-700); margin-bottom: 35px; }
.feature-card h3 { margin-bottom: 9px; font-size: 1.12rem; }
.feature-card p { font-size: .86rem; line-height: 1.65; }

.cta-band { padding: 70px 0; color: #fff; background: radial-gradient(circle at 90% 20%, rgba(185,220,104,.2),transparent 23%), var(--green-950); }
.cta-band__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band h2 { margin: 8px 0 8px; font-size: clamp(2rem,3vw,3.35rem); }
.cta-band p { margin: 0; color: rgba(255,255,255,.68); }

.newsletter { padding: 60px 0; background: #f5f7f0; border-top: 1px solid var(--line); }
.newsletter__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.newsletter h2 { margin: 9px 0 0; font-size: clamp(1.75rem,2.7vw,2.7rem); }
.newsletter__form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.newsletter__form input { min-width: 0; height: 50px; padding: 0 16px; border: 1px solid #cdd7ce; border-radius: 9px; background: #fff; outline: none; }
.newsletter__form input:focus { border-color: var(--green-600); box-shadow: 0 0 0 4px rgba(52,116,81,.1); }

.footer { padding: 68px 0 22px; background: #0a2a20; color: rgba(255,255,255,.8); }
.footer__grid { display: grid; grid-template-columns: 1.6fr .7fr .8fr 1.1fr; gap: 45px; }
.footer__brand p { max-width: 430px; margin-top: 20px; color: rgba(255,255,255,.56); font-size: .85rem; }
.brand--footer .brand__mark { background: rgba(255,255,255,.08); color: var(--lime); border-color: rgba(255,255,255,.14); }
.brand--footer .brand__mark--footer-logo { width: 48px; height: 48px; padding: 0; overflow: hidden; border: 0; border-radius: 10px; background: transparent; }
.brand--footer .brand__mark--footer-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.brand--footer .brand__copy strong { color: #fff; }
.brand--footer .brand__copy small { color: rgba(255,255,255,.5); }
.footer h3 { margin: 6px 0 16px; color: #fff; font-size: .8rem; text-transform: uppercase; letter-spacing: .1em; }
.footer__grid > div:not(.footer__brand) { display: flex; flex-direction: column; gap: 11px; }
.footer a, .footer span { font-size: .82rem; }
.footer a { display: inline-flex; align-items: center; gap: 7px; }
.footer a:hover { color: var(--lime); }
.footer__bottom { margin-top: 44px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; gap: 25px; color: rgba(255,255,255,.45); font-size: .72rem; }
.whatsapp-fab { position: fixed; z-index: 80; right: 22px; bottom: 22px; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #35c66b; color: #fff; box-shadow: 0 14px 35px rgba(20,90,50,.28); border: 4px solid rgba(255,255,255,.85); transition: transform .2s ease; }
.whatsapp-fab:hover { transform: translateY(-3px) scale(1.03); }
.whatsapp-fab svg { width: 23px; height: 23px; }

.inner-hero { padding: 92px 0; color: #fff; background: radial-gradient(circle at 82% 20%, rgba(185,220,104,.16),transparent 25%), linear-gradient(115deg,#0a2c21,#164632); }
.inner-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.inner-hero h1 { margin: 12px 0 20px; font-size: clamp(3rem,5vw,5.1rem); }
.inner-hero p { max-width: 720px; color: rgba(255,255,255,.7); font-size: 1.04rem; }
.inner-hero__art { min-height: 300px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-xl); display: grid; place-items: center; align-content: center; gap: 20px; background: rgba(255,255,255,.06); }
.inner-hero__art svg { width: 100px; height: 100px; color: var(--lime); }
.inner-hero__art span { max-width: 320px; text-align: center; color: rgba(255,255,255,.68); }
.inner-hero__photo { overflow: hidden; border-radius: var(--radius-xl); border: 1px solid rgba(255,255,255,.12); box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.inner-hero__photo img { height: 380px; object-fit: cover; }
.inner-hero--compact { padding: 82px 0; }
.inner-hero--compact .container { max-width: 980px; text-align: center; }
.inner-hero--compact p { margin-inline: auto; }

.split-copy { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.split-copy p { font-size: 1rem; line-height: 1.8; margin-bottom: 25px; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.story-copy p { font-size: 1rem; line-height: 1.8; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.blog-card { min-height: 330px; padding: 30px; border-radius: var(--radius-lg); border: 1px solid var(--line); background: linear-gradient(160deg,#fff,#f7f8f3); box-shadow: var(--shadow-soft); display: flex; flex-direction: column; align-items: flex-start; }
.blog-card h2 { margin: 18px 0 14px; font-size: 1.72rem; line-height: 1.12; }
.blog-card p { flex: 1; font-size: .9rem; }

.contact-section { background: #fafbf8; }
.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 70px; align-items: start; }
.contact-info h2, .form-card h2 { margin: 10px 0 15px; font-size: clamp(2.2rem,3vw,3.4rem); }
.contact-info > p { margin-bottom: 25px; }
.contact-card { margin-bottom: 11px; min-height: 82px; padding: 16px 17px; border: 1px solid var(--line); border-radius: 15px; background: #fff; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 13px; box-shadow: 0 10px 25px rgba(17,53,39,.04); transition: transform .2s ease, border-color .2s ease; }
.contact-card:hover { transform: translateY(-2px); border-color: rgba(36,95,67,.3); }
.contact-card > svg:first-child { width: 30px; height: 30px; color: var(--green-700); }
.contact-card > svg:last-child { color: var(--green-700); }
.contact-card span { display: grid; }
.contact-card small { color: var(--muted); }
.contact-card strong { color: var(--ink); font-size: .9rem; }
.contact-card--static { grid-template-columns: 42px 1fr; }
.form-card { padding: 34px; border-radius: var(--radius-xl); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.contact-form { margin-top: 25px; display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 7px; color: #2d3b34; font-size: .82rem; font-weight: 750; }
.contact-form label > span { color: var(--muted); font-weight: 500; }
.contact-form input:not([type="checkbox"]), .contact-form textarea { width: 100%; border: 1px solid #ccd6cd; border-radius: 10px; padding: 12px 13px; color: var(--ink); background: #fbfcfa; outline: none; }
.contact-form input:not([type="checkbox"]) { height: 49px; }
.contact-form textarea { resize: vertical; min-height: 150px; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green-600); box-shadow: 0 0 0 4px rgba(52,116,81,.1); background: #fff; }
.checkbox-row { grid-template-columns: auto 1fr !important; align-items: start; gap: 10px !important; font-weight: 500 !important; }
.checkbox-row input { margin-top: 4px; accent-color: var(--green-700); }
.form-alert, .flash { padding: 13px 16px; border-radius: 12px; font-size: .86rem; }
.form-alert { margin-bottom: 20px; }
.form-alert--success, .flash--success { color: #1c5b36; background: #e8f7ed; border: 1px solid #c6ead2; }
.form-alert--error, .flash--error { color: #8b2b2b; background: #fff0f0; border: 1px solid #f0cccc; }
.flash { position: fixed; top: 130px; left: 50%; z-index: 120; transform: translateX(-50%); box-shadow: var(--shadow-soft); }
.not-found { min-height: 650px; padding: 120px 0; display: grid; align-items: center; color: #fff; background: var(--green-950); text-align: center; }
.not-found h1 { font-size: clamp(3rem,6vw,6rem); margin: 15px auto; }
.not-found p { color: rgba(255,255,255,.65); }
.not-found .hero__actions { justify-content: center; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; transition-delay: var(--delay, 0ms); }
.reveal--delay { transition-delay: 100ms; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 1080px) {
  .nav-shell { gap: 18px; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: .78rem; }
  .brand { min-width: auto; }
  .brand__copy small { display: none; }
  .hero__grid { gap: 32px; }
  .hero h1 { font-size: clamp(3rem,5.5vw,4.6rem); }
  .products-layout { grid-template-columns: 1fr; }
  .section-intro { max-width: 720px; }
  .feature-grid--four { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 860px) {
  .topbar__center { display: none !important; }
  .nav-shell { grid-template-columns: 1fr auto; min-height: 72px; }
  .menu-toggle { display: grid; }
  .nav-cta { display: none; }
  .main-nav { position: fixed; inset: 106px 14px auto 14px; z-index: 100; padding: 14px; border-radius: 18px; background: #fff; box-shadow: 0 24px 70px rgba(11,45,33,.22); border: 1px solid var(--line); display: none; flex-direction: column; align-items: stretch; gap: 0; }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 14px; border-radius: 10px; }
  .main-nav a:hover, .main-nav a.is-active { background: #f1f5ef; }
  .main-nav a::after { display: none; }
  body.menu-open { overflow: hidden; }
  .hero__grid { grid-template-columns: 1fr; min-height: auto; gap: 0; }
  .hero__content { padding: 70px 0 35px; }
  .hero__visual { padding: 10px 0 60px; }
  .hero__image-wrap { height: 450px; }
  .trust-cards { margin-top: 20px; }
  .trust-cards__grid { grid-template-columns: repeat(2,1fr); }
  .split-feature__grid, .inner-hero__grid, .contact-grid, .story-grid, .split-copy { grid-template-columns: 1fr; gap: 42px; }
  .split-feature__media img { height: 430px; }
  .feature-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  .newsletter__inner { grid-template-columns: 1fr; gap: 25px; }
  .footer__grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .inner-hero { padding: 72px 0; }
  .inner-hero__art { min-height: 240px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar { font-size: .7rem; }
  .topbar__inner { min-height: 38px; }
  .topbar__inner > span:first-child { display: none; }
  .topbar__inner { justify-content: center; }
  .brand__mark { width: 38px; height: 38px; }
  .brand__copy strong { font-size: 1.22rem; }
  .main-nav { inset-top: 110px; }
  .hero__content { padding-top: 58px; }
  .hero h1 { font-size: clamp(2.65rem,13vw,4.2rem); }
  .hero__lead { font-size: .96rem; }
  .hero__actions .btn { width: 100%; }
  .hero__micro { grid-template-columns: 1fr; gap: 14px; margin-top: 32px; }
  .hero__image-wrap { height: 360px; border-radius: 22px; }
  .hero__badge { left: 14px; right: 14px; bottom: 14px; width: auto; }
  .trust-cards__grid { grid-template-columns: 1fr; }
  .trust-card { min-height: auto; }
  .section { padding: 72px 0; }
  .product-grid, .feature-grid, .feature-grid--four, .blog-grid { grid-template-columns: 1fr; }
  .product-card__image { height: 210px; }
  .split-feature__media img { height: 360px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .feature-card { min-height: 230px; }
  .cta-band__inner { align-items: flex-start; flex-direction: column; }
  .cta-band .btn { width: 100%; }
  .newsletter__form { grid-template-columns: 1fr; }
  .newsletter__form .btn { width: 100%; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__brand { grid-column: 1 / -1; }
  .footer__bottom { flex-direction: column; }
  .inner-hero h1 { font-size: clamp(2.6rem,12vw,4rem); }
  .inner-hero__photo img { height: 300px; }
  .form-row { grid-template-columns: 1fr; }
  .form-card { padding: 24px; border-radius: 22px; }
  .contact-card { grid-template-columns: 36px 1fr auto; }
}
