:root {
  --navy: #102a43;
  --navy-2: #0b1f34;
  --ink: #14213d;
  --muted: #61758a;
  --paper: #ffffff;
  --off: #f6f9fd;
  --line: #dde6ef;
  --blue: #2f6fed;
  --blue-dark: #2052bc;
  --cyan: #35b9d6;
  --green: #20a779;
  --orange: #ff8a34;
  --gold: #f7bf3c;
  --purple: #7b61ff;
  --rose: #f15b7a;
  --shadow-sm: 0 10px 30px rgba(15, 42, 67, .08);
  --shadow-lg: 0 28px 80px rgba(13, 39, 71, .16);
  --radius: 24px;
  --radius-sm: 16px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.nav-open, body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 18px; top: -80px; z-index: 9999; background: #fff; color: var(--navy); padding: 12px 16px; border-radius: 10px; box-shadow: var(--shadow-sm); }
.skip-link:focus { top: 18px; }

.announcement { background: var(--navy-2); color: #eaf4ff; font-size: 13px; }
.announcement__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.announcement a { color: #8ed9ff; font-weight: 700; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.95); border-bottom: 1px solid rgba(221,230,239,.8); backdrop-filter: blur(16px); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 10px 35px rgba(14,37,60,.08); }
.nav-wrap { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand__mark { width: 47px; height: 47px; display: grid; place-items: center; color: #fff; font-size: 15px; font-weight: 900; letter-spacing: .04em; border-radius: 15px 15px 15px 6px; background: linear-gradient(135deg, var(--blue), var(--purple) 58%, var(--orange)); box-shadow: 0 9px 20px rgba(47,111,237,.25); }
.brand__text { display: grid; line-height: 1.15; }
.brand__text strong { font-size: 16px; color: var(--navy); }
.brand__text small { margin-top: 4px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: clamp(14px, 1.7vw, 28px); font-size: 14px; font-weight: 700; }
.site-nav > a:not(.button) { position: relative; padding: 28px 0; color: #384c61; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: 20px; background: linear-gradient(90deg, var(--blue), var(--purple)); transition: right .2s ease; }
.site-nav > a:not(.button):hover::after { right: 0; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.nav-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--navy); border-radius: 3px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 0 22px; border: 0; border-radius: 14px; background: linear-gradient(135deg, var(--blue), #5a68f4); color: #fff; font-weight: 800; box-shadow: 0 12px 30px rgba(47,111,237,.25); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 34px rgba(47,111,237,.32); }
.button--small { min-height: 42px; padding-inline: 17px; border-radius: 12px; font-size: 13px; }
.button--ghost { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.3); box-shadow: none; }
.button--light { background: #fff; color: var(--navy); box-shadow: 0 16px 35px rgba(0,0,0,.15); }
.button--outline { background: transparent; color: #dcecff; border: 1px solid rgba(255,255,255,.28); box-shadow: none; }
.button--full { width: 100%; }

.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 15% 20%, rgba(53,185,214,.19), transparent 35%), linear-gradient(135deg, #0d2a47 0%, #16365e 48%, #2c315c 100%); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.hero__glow { position: absolute; border-radius: 999px; filter: blur(4px); opacity: .8; }
.hero__glow--one { width: 360px; height: 360px; background: rgba(123,97,255,.26); right: -120px; top: 40px; }
.hero__glow--two { width: 260px; height: 260px; background: rgba(255,138,52,.18); left: 35%; bottom: -150px; }
.hero__grid { position: relative; z-index: 2; min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; padding-block: 82px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-dark); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 27px; height: 3px; border-radius: 3px; background: linear-gradient(90deg, var(--orange), var(--gold)); }
.eyebrow--light { color: #bce8ff; }
.hero h1 { margin: 18px 0 24px; max-width: 760px; color: #fff; font-size: clamp(46px, 5.4vw, 78px); line-height: .99; letter-spacing: -.055em; }
.hero h1 span { color: #ffbd67; }
.hero__lead { max-width: 660px; margin: 0; font-size: 18px; line-height: 1.75; color: #d2deeb; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero__proof { display: flex; gap: 30px; margin-top: 42px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.15); }
.hero__proof div { display: grid; }
.hero__proof strong { color: #fff; font-size: 22px; }
.hero__proof span { color: #aebed0; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.hero__visual { position: relative; min-height: 510px; display: grid; place-items: center; }
.hero-card--main { width: min(100%, 530px); overflow: hidden; border-radius: 38px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 35px 100px rgba(0,0,0,.26); transform: rotate(1.5deg); }
.hero-card--main img { width: 100%; }
.floating-badge { position: absolute; display: inline-flex; align-items: center; gap: 9px; padding: 11px 15px; background: rgba(255,255,255,.96); color: var(--navy); border-radius: 14px; box-shadow: 0 18px 40px rgba(0,0,0,.18); font-size: 12px; font-weight: 900; }
.floating-badge span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: #eaf7ff; color: var(--blue); }
.floating-badge--one { left: -12px; top: 64px; }
.floating-badge--two { right: -8px; top: 165px; }
.floating-badge--three { left: 52px; bottom: 45px; }

.trust-strip { border-bottom: 1px solid var(--line); background: #fff; }
.trust-strip__grid { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #5f7288; font-size: 13px; text-transform: uppercase; letter-spacing: .09em; font-weight: 900; }
.trust-strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }

.section { padding: 105px 0; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading h2, .about-copy h2, .suppliers-copy h2, .contact-copy h2 { margin: 12px 0 16px; color: var(--navy); font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.section-heading p, .about-copy p, .contact-copy > p { color: var(--muted); font-size: 17px; }

.section--flow { background: linear-gradient(180deg, #fff, #f8fbff); }
.flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.flow-card { position: relative; min-height: 300px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.flow-card::after { content: ""; position: absolute; width: 130px; height: 130px; border-radius: 50%; right: -55px; bottom: -65px; background: radial-gradient(circle, rgba(47,111,237,.14), transparent 70%); }
.flow-card__number { position: absolute; right: 22px; top: 20px; color: #d9e4ef; font-size: 44px; line-height: 1; font-weight: 950; }
.icon-chip { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 46px; border-radius: 15px; background: #eff6ff; font-size: 25px; }
.flow-card:nth-child(2) .icon-chip { background: #fff2e8; }
.flow-card:nth-child(3) .icon-chip { background: #f2edff; }
.flow-card:nth-child(4) .icon-chip { background: #eaf9f3; }
.flow-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 19px; }
.flow-card p { margin: 0; color: var(--muted); font-size: 14px; }

.section--about { overflow: hidden; }
.split-grid { display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 75px; }
.about-visual { position: relative; }
.about-visual > img { width: 100%; border-radius: 30px; box-shadow: var(--shadow-lg); }
.stat-card { position: absolute; right: -20px; bottom: 32px; min-width: 170px; padding: 18px 20px; display: grid; border-radius: 17px; background: var(--navy); color: white; box-shadow: var(--shadow-lg); }
.stat-card strong { font-size: 22px; }
.stat-card span { color: #b6c8d9; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 28px 0 30px; }
.check-grid span { padding: 13px 14px; border-radius: 12px; background: #f4f8fc; color: #31506d; font-weight: 800; font-size: 13px; }
.check-grid span::first-letter { color: var(--green); }
.text-link { color: var(--blue); font-weight: 900; }
.text-link span { transition: margin .2s ease; }
.text-link:hover span { margin-left: 5px; }

.section--categories { background: #0d2946; color: #fff; position: relative; overflow: hidden; }
.section--categories::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; right: -150px; top: -180px; background: rgba(123,97,255,.2); }
.section--categories .section-heading { position: relative; z-index: 1; }
.section--categories .eyebrow { color: #aee7ff; }
.section--categories .section-heading h2 { color: #fff; }
.section--categories .section-heading p { color: #b9cadb; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; position: relative; z-index: 1; }
.category-card { min-height: 370px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border-radius: 27px; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 22px 55px rgba(0,0,0,.15); }
.category-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.category-card > div { padding: 24px 25px 27px; }
.category-card span { color: rgba(255,255,255,.72); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.category-card h3 { margin: 7px 0 8px; font-size: 22px; }
.category-card p { margin: 0; color: rgba(255,255,255,.82); font-size: 13px; }
.category-card--blue { background: linear-gradient(160deg, #2867c8, #173f79); }
.category-card--rose { background: linear-gradient(160deg, #d95478, #8c3159); }
.category-card--green { background: linear-gradient(160deg, #159d77, #0e5e55); }
.category-card--orange { background: linear-gradient(160deg, #e97b2d, #a34723); }
.category-card--purple { background: linear-gradient(160deg, #7056df, #453795); }
.category-card--gold { background: linear-gradient(160deg, #d19a28, #8e6722); }
.category-list { position: relative; z-index: 1; margin-top: 26px; display: flex; flex-wrap: wrap; gap: 9px; }
.category-list span { padding: 9px 13px; border-radius: 999px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.07); color: #d6e5f5; font-size: 12px; font-weight: 700; }

.section--products { background: #f7f9fc; }
.section-heading--products { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.section-heading--products > div:first-child { max-width: 720px; }
.filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.filter { border: 1px solid #d7e1ea; background: #fff; color: #53677a; padding: 9px 13px; border-radius: 999px; font-size: 12px; font-weight: 900; }
.filter.is-active { background: var(--navy); color: #fff; border-color: var(--navy); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.product-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 12px 34px rgba(20,50,80,.07); transition: transform .25s ease, opacity .25s ease; }
.product-card:hover { transform: translateY(-5px); }
.product-card.is-filtered-out { display: none; }
.product-card__image { position: relative; min-height: 220px; display: grid; place-items: center; overflow: hidden; }
.product-card__image::after { content: ""; position: absolute; width: 150px; height: 150px; border-radius: 50%; border: 1px solid rgba(255,255,255,.5); right: -70px; top: -60px; }
.product-card__image img { width: 78%; max-height: 180px; position: relative; z-index: 1; }
.demo-pill { position: absolute; left: 14px; top: 14px; z-index: 2; background: rgba(255,255,255,.92); color: var(--navy); padding: 5px 8px; border-radius: 999px; font-size: 9px; letter-spacing: .11em; font-weight: 950; }
.product-bg--mint { background: linear-gradient(145deg, #dff8ef, #b6e7d6); }
.product-bg--rose { background: linear-gradient(145deg, #ffe1e9, #f6bdce); }
.product-bg--sun { background: linear-gradient(145deg, #fff0bd, #ffd479); }
.product-bg--violet { background: linear-gradient(145deg, #e8e0ff, #cbbcf8); }
.product-bg--blue { background: linear-gradient(145deg, #d9ecff, #b3d6f7); }
.product-bg--peach { background: linear-gradient(145deg, #ffe4cf, #f8c39f); }
.product-bg--green { background: linear-gradient(145deg, #ddf4df, #b9dfb9); }
.product-bg--aqua { background: linear-gradient(145deg, #d7f8fa, #aae2e8); }
.product-card__body { padding: 20px; }
.product-card__category { color: var(--blue); font-size: 10px; text-transform: uppercase; letter-spacing: .11em; font-weight: 950; }
.product-card h3 { margin: 7px 0 8px; color: var(--navy); font-size: 18px; }
.product-card p { min-height: 68px; margin: 0; color: var(--muted); font-size: 13px; }
.product-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 15px; margin-top: 15px; border-top: 1px solid #edf1f5; }
.product-card__meta span { color: #8697a7; font-size: 10px; }
.product-card__meta strong { color: var(--orange); font-size: 11px; }
.catalog-note { margin-top: 24px; padding: 14px 17px; border-radius: 14px; background: #fff9ea; border: 1px solid #f7d890; color: #73551e; font-size: 13px; }

.section--steps { background: #fff; }
.steps-track { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); border-radius: 24px; overflow: hidden; box-shadow: var(--shadow-sm); }
.step { min-height: 250px; padding: 28px 22px; border-right: 1px solid var(--line); background: #fff; }
.step:last-child { border-right: 0; }
.step span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: #edf4ff; color: var(--blue); font-weight: 950; font-size: 12px; }
.step:nth-child(2) span { background: #fff0e7; color: var(--orange); }
.step:nth-child(3) span { background: #efeaff; color: var(--purple); }
.step:nth-child(4) span { background: #e7f8f1; color: var(--green); }
.step:nth-child(5) span { background: #fff6db; color: #a17400; }
.step h3 { margin: 34px 0 8px; color: var(--navy); font-size: 18px; }
.step p { margin: 0; color: var(--muted); font-size: 13px; }

.section--suppliers { background: linear-gradient(135deg, #2f6fed, #6758d9 58%, #8256c9); color: #fff; overflow: hidden; position: relative; }
.section--suppliers::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle at center, white 1px, transparent 1px); background-size: 25px 25px; }
.suppliers-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .9fr; gap: 70px; align-items: center; }
.suppliers-copy h2 { color: #fff; }
.suppliers-copy p { color: #e4e8ff; font-size: 17px; }
.supplier-points { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 28px 0 32px; }
.supplier-points span { padding: 11px 13px; border-radius: 12px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.14); font-size: 12px; font-weight: 800; }
.supplier-points span::before { content: "✓"; color: #ffd37e; margin-right: 8px; }
.supplier-card { padding: 30px; border-radius: 26px; background: rgba(255,255,255,.96); color: var(--ink); box-shadow: 0 30px 80px rgba(26,25,81,.28); }
.supplier-card__label { display: block; margin-bottom: 10px; color: var(--blue); font-size: 11px; letter-spacing: .11em; text-transform: uppercase; font-weight: 950; }
.supplier-card > div { display: grid; grid-template-columns: 48px 1fr; column-gap: 15px; padding: 18px 0; border-top: 1px solid var(--line); }
.supplier-card strong { grid-row: 1 / span 2; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: #edf4ff; color: var(--blue); font-size: 11px; }
.supplier-card h3 { margin: 0 0 4px; color: var(--navy); font-size: 16px; }
.supplier-card p { margin: 0; color: var(--muted); font-size: 12px; }

.section--contact { background: #f7fafc; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-card { display: flex; gap: 14px; align-items: flex-start; margin-top: 15px; padding: 17px; border-radius: 15px; background: #fff; border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(20,50,80,.05); }
.contact-card > span { width: 38px; height: 38px; display: grid; place-items: center; flex-shrink: 0; border-radius: 11px; background: #eef5ff; color: var(--blue); font-weight: 900; }
.contact-card small { display: block; margin-bottom: 3px; color: #8191a1; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }
.contact-card a { color: var(--blue); font-weight: 900; }
.contact-card p { margin: 0; color: #456078; font-size: 13px; }
.contact-form { padding: 33px; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: var(--shadow-lg); }
.form-heading span { color: var(--blue); font-size: 11px; text-transform: uppercase; letter-spacing: .11em; font-weight: 950; }
.form-heading h3 { margin: 5px 0; color: var(--navy); font-size: 26px; }
.form-heading p { margin: 0 0 22px; color: var(--muted); font-size: 12px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 14px; color: #40566d; font-size: 12px; font-weight: 850; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #cedae5; border-radius: 11px; background: #fbfdff; color: var(--ink); padding: 12px 13px; outline: none; transition: border .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #6d9aef; box-shadow: 0 0 0 4px rgba(47,111,237,.1); }
.contact-form textarea { resize: vertical; min-height: 130px; }
.form-status { min-height: 18px; margin: 10px 0 0; color: var(--green); font-size: 11px; font-weight: 800; text-align: center; }

.site-footer { background: #0a1c2e; color: #b8c7d6; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .75fr 1fr 1.05fr; gap: 45px; }
.brand--footer .brand__text strong { color: #fff; }
.brand--footer .brand__text small { color: #91a6ba; }
.footer-grid > div:first-child p { max-width: 390px; }
.footer-grid h3 { margin: 0 0 15px; color: #fff; font-size: 14px; }
.footer-grid p { color: #9fb1c2; font-size: 12px; }
.footer-grid > div:not(:first-child) > a:not(.button) { display: block; margin: 8px 0; color: #c9d5e1; font-size: 12px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; font-size: 11px; }
.legal-link { border: 0; padding: 5px 8px; background: none; color: #aebed0; font-size: 11px; }
.legal-link:hover { color: #fff; }

.modal { position: fixed; inset: 0; z-index: 3000; display: grid; place-items: center; padding: 25px; visibility: hidden; opacity: 0; transition: opacity .2s ease, visibility .2s ease; }
.modal[aria-hidden="false"] { visibility: visible; opacity: 1; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(7,22,37,.75); backdrop-filter: blur(5px); }
.modal__panel { position: relative; z-index: 2; width: min(760px, 100%); max-height: min(82vh, 760px); overflow: auto; padding: 38px; border-radius: 24px; background: #fff; box-shadow: 0 40px 100px rgba(0,0,0,.3); }
.modal__close { position: sticky; float: right; top: 0; width: 39px; height: 39px; border: 0; border-radius: 50%; background: #edf3f9; color: var(--navy); font-size: 24px; line-height: 1; }
.legal-content h2 { margin: 10px 0 22px; color: var(--navy); font-size: 34px; }
.legal-content h3 { margin: 24px 0 6px; color: var(--navy); font-size: 16px; }
.legal-content p { margin: 0 0 12px; color: var(--muted); font-size: 13px; }
.legal-content a { color: var(--blue); font-weight: 800; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 1040px) {
  .site-nav { position: fixed; inset: 118px 20px auto 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-lg); }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.button) { padding: 13px 8px; }
  .site-nav > a:not(.button)::after { display: none; }
  .nav-toggle { display: block; }
  .hero__grid { grid-template-columns: 1fr; min-height: 0; gap: 20px; padding-block: 70px; }
  .hero__copy { max-width: 780px; }
  .hero__visual { min-height: 500px; }
  .flow-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .split-grid, .suppliers-grid, .contact-grid { gap: 45px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-track { grid-template-columns: repeat(2, 1fr); }
  .step { border-bottom: 1px solid var(--line); }
  .step:nth-child(2n) { border-right: 0; }
  .step:last-child { grid-column: 1 / -1; border-bottom: 0; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 1180px); }
  .announcement__inner { justify-content: center; min-height: 34px; }
  .announcement__inner span { display: none; }
  .nav-wrap { min-height: 72px; }
  .site-nav { inset: 106px 14px auto 14px; }
  .hero h1 { font-size: clamp(42px, 13vw, 62px); }
  .hero__lead { font-size: 16px; }
  .hero__proof { gap: 16px; justify-content: space-between; }
  .hero__visual { min-height: 410px; }
  .floating-badge { font-size: 10px; padding: 8px 10px; }
  .floating-badge--one { left: -4px; top: 38px; }
  .floating-badge--two { right: -3px; top: 140px; }
  .floating-badge--three { left: 25px; bottom: 22px; }
  .trust-strip__grid { min-height: 70px; overflow-x: auto; justify-content: flex-start; white-space: nowrap; }
  .section { padding: 78px 0; }
  .flow-grid, .product-grid, .category-grid, .split-grid, .suppliers-grid, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .section-heading--products { display: block; }
  .filters { margin-top: 20px; justify-content: flex-start; }
  .about-copy { order: -1; }
  .stat-card { right: 10px; bottom: 10px; }
  .check-grid, .supplier-points, .form-row { grid-template-columns: 1fr; }
  .category-card { min-height: 0; }
  .steps-track { grid-template-columns: 1fr; }
  .step, .step:nth-child(2n) { border-right: 0; border-bottom: 1px solid var(--line); }
  .step:last-child { grid-column: auto; }
  .contact-form { padding: 24px 18px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .modal__panel { padding: 28px 20px; }
}

@media (max-width: 420px) {
  .brand__text small { display: none; }
  .hero__actions .button { width: 100%; }
  .hero__proof strong { font-size: 18px; }
  .hero__proof span { font-size: 9px; }
  .hero__visual { min-height: 350px; }
  .section-heading h2, .about-copy h2, .suppliers-copy h2, .contact-copy h2 { font-size: 35px; }
}
