@font-face { font-family: Inter; src: url("assets/fonts/Inter-Regular.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: Inter; src: url("assets/fonts/Inter-Medium.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: Inter; src: url("assets/fonts/Inter-Bold.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: Inter; src: url("assets/fonts/Inter-ExtraBold.woff2") format("woff2"); font-weight: 800; font-display: swap; }

:root {
  --green: #12a150;
  --green-dark: #095028;
  --green-deep: #052814;
  --text: #11181c;
  --muted: #71717a;
  --soft: #fafafa;
  --border: #e4e4e7;
  --gradient: linear-gradient(90deg, #449d26 0%, #a5be37 100%);
  --gradient-light: linear-gradient(90deg, #e6e66e 0%, #5bcf35 100%);
  --container: 1720px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: white; font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }

.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.wide-container { width: min(calc(100% - 32px), 1824px); margin-inline: auto; }
.section { padding: 104px 0; }
.section--soft { background: var(--soft); }
.gradient-text { color: var(--green); background: var(--gradient); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.gradient-text--light { background-image: var(--gradient-light); }

.section-label { position: relative; width: fit-content; padding-left: 44px; color: var(--green); font-size: 12px; font-weight: 700; line-height: 24px; letter-spacing: 1.9px; text-transform: uppercase; }
.section-label::before { position: absolute; top: 11px; left: 0; width: 32px; height: 2px; border-radius: 8px; background: var(--green); content: ""; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 56px; margin: 16px 0 56px; }
.section-heading h2, .about-copy h2, .contact-card h2 { margin-bottom: 0; font-size: clamp(36px, 3.4vw, 44px); font-weight: 800; line-height: 1.15; letter-spacing: -.035em; }
.section-heading > p { width: 400px; max-width: 100%; margin-bottom: 3px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.section-heading--center { display: flex; align-items: center; flex-direction: column; gap: 16px; margin-top: 0; text-align: center; }
.section-heading--center h2 { margin: 0; }
.section-heading--center > p { width: 760px; margin: 0; }

.button { display: inline-flex; min-width: 240px; min-height: 56px; align-items: center; justify-content: center; gap: 10px; padding: 0 30px; border: 0; border-radius: 100px; color: white; background: var(--gradient); box-shadow: 0 8px 32px rgba(80,180,80,.3); font-size: 16px; font-weight: 500; transition: transform .25s var(--ease), filter .2s; }
.button:hover { transform: translateY(-2px); filter: saturate(1.15) brightness(1.03); }
.button--glass { border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.1); box-shadow: none; backdrop-filter: blur(4px); }
.button--wide { width: 100%; }
.outline-button { min-height: 42px; padding: 0 20px; border: 1px solid rgba(80,180,80,.4); border-radius: 100px; color: var(--green); background: white; font-size: 14px; font-weight: 500; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s var(--ease), transform .65s var(--ease); transition-delay: var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

/* Header */
.header { position: absolute; top: 0; right: 0; left: 0; z-index: 20; color: white; background: rgba(10,13,20,.56); backdrop-filter: blur(16px); }
.header__top { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.header__main { padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.header__row { display: flex; align-items: center; justify-content: space-between; }
.work-time { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.6); font-size: 14px; }
.work-time svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.work-time b { color: white; font-weight: 400; }
.header__contacts { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.header__contacts a { color: rgba(255,255,255,.65); font-size: 14px; transition: color .2s; }
.header__contacts a:hover { color: white; }
.header__contacts span { margin-left: 4px; }
.logo img { width: 220px; height: 52px; object-fit: contain; object-position: left center; }
.nav { display: flex; gap: 34px; }
.nav a { color: rgba(255,255,255,.86); font-size: 14px; font-weight: 500; transition: color .2s; }
.nav a:hover { color: #86d56d; }
.header-cta { min-height: 42px; margin-left: 30px; padding: 0 20px; border: 1px solid rgba(112,211,83,.48); border-radius: 100px; color: #c9f3b9; background: rgba(80,180,80,.13); font-size: 13px; font-weight: 500; transition: background .2s, color .2s; }
.header-cta:hover { color: white; background: rgba(80,180,80,.27); }
.menu-button { display: none; width: 48px; height: 48px; padding: 11px; border: 0; background: transparent; }
.menu-button span { display: block; width: 25px; height: 2px; margin: 5px auto; background: white; transition: transform .25s, opacity .25s; }

/* Hero */
.hero { position: relative; min-height: 900px; overflow: hidden; color: white; }
.hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2,24,13,.72), rgba(3,31,17,.38)), radial-gradient(circle at 50% 46%, rgba(3,30,16,.3), rgba(3,30,16,.08) 48%, rgba(3,30,16,.35)); }
.hero__content { position: relative; z-index: 2; display: flex; min-height: 900px; align-items: center; flex-direction: column; justify-content: center; padding-top: 188px; padding-bottom: 88px; text-align: center; }
.hero__label { width: fit-content; margin-bottom: 24px; padding: 8px 24px 7px; border: 1px solid rgba(80,180,80,.35); border-radius: 100px; color: #a0f08c; background: rgba(80,180,80,.18); font-size: 12px; font-weight: 500; letter-spacing: .96px; text-transform: uppercase; }
.hero h1 { margin-bottom: 24px; font-size: clamp(48px, 5vw, 64px); font-weight: 800; line-height: 1.02; letter-spacing: -.045em; }
.hero__description { margin-bottom: 32px; color: rgba(220,240,218,.88); font-size: 20px; line-height: 1.6; }
.hero__buttons { display: flex; gap: 16px; justify-content: center; }
.hero-stats { display: grid; width: 100%; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 56px; }
.hero-stat { display: flex; min-height: 105px; flex-direction: column; justify-content: center; padding: 16px 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; background: rgba(255,255,255,.07); text-align: left; backdrop-filter: blur(4px); }
.hero-stat strong { font-size: 32px; font-weight: 800; line-height: 1; }
.hero-stat span { margin-top: 6px; color: rgba(210,235,205,.75); font-size: 14px; }

/* About */
.section--soft > .container > .section-label { margin-bottom: 16px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 56px; }
.about-copy { max-width: 720px; padding-left: clamp(0px, 3vw, 54px); }
.about-copy h2 { margin-bottom: 28px; }
.about-copy > p { margin-bottom: 24px; color: #43464b; font-size: 16px; line-height: 1.75; }
.about-note { margin: 28px 0; padding: 18px 20px; border-left: 3px solid var(--green); border-radius: 0 12px 12px 0; color: var(--muted); background: #f2f8ef; font-size: 13px; line-height: 1.6; }
.about-note b { color: var(--text); }
.about-copy__button { min-height: 46px; padding-inline: 24px; }
.about-photo { position: relative; margin: 24px; }
.about-photo__main { width: 100%; height: 430px; border-radius: 32px; object-fit: cover; }
.about-photo__main { object-position: center 64%; }
.about-photo__small { position: absolute; top: -24px; right: -24px; width: 128px; height: 128px; border: 3px solid white; border-radius: 24px; object-fit: cover; object-position: center 45%; box-shadow: 0 8px 24px rgba(0,0,0,.12); }
.about-photo__badge { position: absolute; bottom: -24px; left: -24px; display: flex; width: 220px; flex-direction: column; gap: 4px; padding: 16px; border: 1px solid var(--border); border-radius: 24px; background: white; box-shadow: 0 3px 8px rgba(0,0,0,.07); }
.about-photo__badge strong { color: #3c963c; font-size: 32px; font-weight: 800; line-height: 1; }
.about-photo__badge span { color: var(--muted); font-size: 12px; line-height: 1.4; }

/* Catalog */
.catalog > .container > .section-label { margin-bottom: 16px; }
.tabs { display: inline-flex; gap: 8px; margin-bottom: 24px; padding: 4px; border-radius: 100px; background: #f4f4f5; }
.tab { min-height: 44px; padding: 0 22px; border: 0; border-radius: 100px; color: var(--muted); background: transparent; font-size: 14px; font-weight: 500; transition: color .2s, background .2s; }
.tab.is-active { color: white; background: var(--gradient); }
.product-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.product { display: flex; overflow: hidden; min-height: 340px; height: 100%; border: 1px solid var(--border); border-radius: 24px; background: white; box-shadow: 0 16px 48px rgba(30,80,30,.08), 0 2px 4px rgba(0,0,0,.04); }
.product__image { width: 240px; flex: 0 0 240px; object-fit: cover; background: #fafafa; }
.product__content { display: flex; width: calc(100% - 240px); flex-direction: column; gap: 13px; padding: 26px; }
.product__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.product__tag { display: inline-block; margin-bottom: 8px; padding: 5px 9px; border-radius: 100px; color: #a89012; background: rgba(180,160,30,.07); font-size: 12px; font-weight: 500; }
.product h3 { margin: 0; font-size: 20px; font-weight: 700; line-height: 1.25; }
.product__price { display: flex; flex: 0 0 auto; flex-direction: column; text-align: right; }
.product__price strong { color: var(--green); font-size: 20px; font-weight: 800; white-space: nowrap; }
.product__price small { color: var(--muted); font-size: 12px; }
.product__content > p { margin: 0; font-size: 13px; line-height: 1.65; }
.composition { padding: 16px; border: 1px solid rgba(80,180,80,.12); border-radius: 8px; color: var(--muted); background: rgba(80,180,80,.06); font-size: 12px; font-weight: 500; line-height: 1.45; }
.composition b { color: var(--green); }
.product__button { align-self: flex-end; display: inline-flex; min-height: 40px; align-items: center; gap: 8px; padding: 0 20px; border: 0; border-radius: 100px; color: white; background: var(--gradient); font-size: 14px; font-weight: 500; }
.product__button span { font-size: 18px; }
.selection-bar { display: grid; grid-template-columns: minmax(320px, 1fr) minmax(380px, 1.15fr) auto; align-items: center; gap: 30px; margin-top: 40px; padding: 24px; border: 1px solid rgba(80,180,80,.18); border-radius: 24px; background: #f4fbf3; }
.selection-bar__intro { display: flex; flex-direction: column; gap: 3px; }
.selection-bar__intro span { color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.selection-bar__intro strong { font-size: 16px; line-height: 1.35; }
.selection-bar > p { margin: 0; color: #5e6761; font-size: 13px; line-height: 1.55; }
.selection-bar .button { min-width: 190px; min-height: 48px; padding-inline: 22px; font-size: 14px; }
.price-value { display: inline-block; transition: opacity .15s, transform .15s; }
.price-value.is-changing { opacity: 0; transform: translateY(4px); }

/* Benefits */
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.benefit-card { display: flex; min-height: 190px; flex-direction: column; gap: 12px; padding: 24px; border: 1px solid var(--border); border-radius: 16px; background: white; box-shadow: 0 2px 4px rgba(0,0,0,.04); }
.benefit-card__icon { display: grid; width: 48px; height: 48px; margin-bottom: 4px; place-items: center; border-radius: 8px; font-size: 21px; font-weight: 700; }
.benefit-card__icon--green { color: #1e823c; background: rgba(30,130,60,.08); }
.benefit-card__icon--purple { color: #8228b4; background: rgba(130,40,180,.08); }
.benefit-card__icon--blue { color: #1e64c8; background: rgba(30,100,200,.08); }
.benefit-card__icon--cyan { color: #0a8ca0; background: rgba(10,140,160,.08); }
.benefit-card__icon--yellow { color: #a0780a; background: rgba(160,120,10,.08); }
.benefit-card__icon--red { color: #821e20; background: rgba(130,30,32,.08); }
.benefit-card h3 { margin: 0; font-size: 16px; font-weight: 700; }
.benefit-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.clients-panel { margin-top: 56px; padding: 48px; border-radius: 24px; color: white; background: var(--green-dark); text-align: center; }
.clients-panel h2 { margin-bottom: 8px; font-size: 32px; font-weight: 800; }
.clients-panel > p { margin-bottom: 32px; color: rgba(200,230,195,.75); font-size: 14px; }
.clients-panel .clients-panel__audience { max-width: 940px; margin: 0 auto; color: rgba(225,255,220,.88); font-size: 15px; line-height: 1.75; }

/* Contacts */
.contacts-section { background: white; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 56px; }
.contact-card, .form-card { padding: 32px; border: 1px solid #f4f4f5; border-radius: 24px; background: white; box-shadow: 0 16px 48px rgba(30,80,30,.08); }
.contact-card h2 { margin: 16px 0 24px; }
.contact-card > p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.contact-list { display: flex; flex-direction: column; gap: 16px; margin-top: 28px; }
.contact-list > * { display: flex; align-items: flex-start; gap: 16px; }
.contact-list > * > span { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; border-radius: 8px; color: var(--green); background: #e8faf0; }
.contact-list div div, .contact-list a div { display: flex; flex-direction: column; }
.contact-list small { color: var(--muted); font-size: 12px; }
.contact-list b { font-size: 14px; font-weight: 500; }
.form-card h3 { margin-bottom: 24px; font-size: 24px; }
.form-card label, .modal-form label { display: block; margin-bottom: 16px; color: var(--muted); font-size: 12px; }
.form-card input, .form-card select, .modal-form input, .modal-form textarea { width: 100%; min-height: 48px; margin-top: 6px; padding: 0 16px; border: 1px solid var(--border); border-radius: 8px; outline: 0; color: var(--text); background: white; transition: border-color .2s, box-shadow .2s; }
.modal-form textarea { min-height: 90px; padding-top: 12px; resize: vertical; }
.form-card input:focus, .form-card select:focus, .modal-form input:focus, .modal-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(18,161,80,.1); }
.form-note { display: block; margin-top: 12px; color: #9b9ba1; font-size: 10px; line-height: 1.4; text-align: center; }

/* Footer */
.footer { color: white; background: var(--green-deep); }
.footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 56px; padding-top: 56px; padding-bottom: 56px; }
.footer__logo { width: 220px; }
.footer__grid p { margin: 20px 0 0; color: rgba(255,255,255,.55); font-size: 13px; }
.footer__grid h3 { margin-bottom: 16px; font-size: 14px; }
.footer__grid > div { display: flex; align-items: flex-start; flex-direction: column; gap: 8px; }
.footer__grid a { color: rgba(255,255,255,.6); font-size: 13px; transition: color .2s; }
.footer__grid a:hover { color: white; }
.footer__bottom { display: flex; justify-content: space-between; padding-top: 22px; padding-bottom: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: 11px; }

/* Quick contact */
.contact-widget { position: fixed; right: 24px; bottom: 24px; z-index: 45; display: flex; align-items: center; gap: 12px; }
.contact-widget__panel { position: absolute; right: 0; bottom: 78px; width: 340px; padding: 18px; border: 1px solid rgba(18,161,80,.14); border-radius: 22px; visibility: hidden; opacity: 0; background: white; box-shadow: 0 24px 70px rgba(5,40,20,.22), 0 4px 16px rgba(5,40,20,.08); transform: translateY(14px) scale(.97); transform-origin: right bottom; transition: opacity .25s, visibility .25s, transform .35s var(--ease); }
.contact-widget.is-open .contact-widget__panel { visibility: visible; opacity: 1; transform: none; }
.contact-widget__head { display: flex; align-items: center; gap: 11px; padding: 2px 2px 15px; border-bottom: 1px solid var(--border); }
.contact-widget__head > div { display: flex; flex-direction: column; }
.contact-widget__head strong { font-size: 14px; }
.contact-widget__head small { color: var(--muted); font-size: 11px; }
.contact-widget__status { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(18,161,80,.1); }
.contact-widget__action { display: flex; width: 100%; align-items: center; gap: 12px; padding: 13px 2px; border: 0; border-bottom: 1px solid var(--border); color: var(--text); background: transparent; text-align: left; }
.contact-widget__action > span:nth-child(2) { display: flex; min-width: 0; flex: 1; flex-direction: column; }
.contact-widget__action strong { font-size: 13px; font-weight: 700; }
.contact-widget__action small { color: var(--muted); font-size: 11px; }
.contact-widget__action > b { color: var(--green); font-size: 18px; font-weight: 500; transition: transform .2s; }
.contact-widget__action:hover > b { transform: translateX(3px); }
.contact-widget__action-icon { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; border-radius: 10px; color: var(--green); background: #e8faf0; }
.contact-widget__action-icon svg { width: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.contact-widget__socials { padding-top: 15px; }
.contact-widget__socials > span { display: block; margin-bottom: 9px; color: var(--muted); font-size: 10px; letter-spacing: .04em; text-transform: uppercase; }
.contact-widget__socials > div { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.social-link { display: flex; min-height: 42px; align-items: center; justify-content: center; gap: 7px; border-radius: 10px; color: white; font-size: 11px; font-weight: 600; transition: transform .2s, filter .2s; }
.social-link:hover { filter: brightness(1.05); transform: translateY(-2px); }
.social-link svg { width: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.social-link--whatsapp { background: #25a85a; }
.social-link--telegram { background: #269ed8; }
.social-link--telegram svg { fill: currentColor; stroke: none; }
.contact-widget__hint { position: absolute; right: 76px; padding: 8px 12px; border-radius: 100px; color: white; background: rgba(5,40,20,.9); box-shadow: 0 6px 20px rgba(5,40,20,.18); font-size: 11px; font-weight: 500; white-space: nowrap; transition: opacity .2s, transform .2s; }
.contact-widget.is-open .contact-widget__hint { opacity: 0; pointer-events: none; transform: translateX(6px); }
.contact-widget__toggle { position: relative; display: grid; width: 64px; height: 64px; padding: 0; place-items: center; border: 0; border-radius: 50%; color: white; background: var(--gradient); box-shadow: 0 12px 32px rgba(45,135,28,.38); transition: transform .25s var(--ease); }
.contact-widget__toggle::before { position: absolute; inset: -6px; border: 1px solid rgba(91,207,53,.45); border-radius: 50%; content: ""; animation: contactPulse 2.2s ease-out infinite; }
.contact-widget__toggle:hover { transform: scale(1.06); }
.contact-widget__icon { position: absolute; width: 27px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; transition: opacity .2s, transform .3s var(--ease); }
.contact-widget__icon--close { opacity: 0; transform: rotate(-35deg) scale(.7); }
.contact-widget.is-open .contact-widget__icon--chat { opacity: 0; transform: rotate(35deg) scale(.7); }
.contact-widget.is-open .contact-widget__icon--close { opacity: 1; transform: none; }
@keyframes contactPulse { 0% { opacity: .8; transform: scale(.88); } 75%, 100% { opacity: 0; transform: scale(1.35); } }

/* Modal */
.modal { position: fixed; inset: 0; z-index: 50; display: grid; visibility: hidden; place-items: center; padding: 20px; opacity: 0; transition: opacity .25s, visibility .25s; }
.modal.is-open { visibility: visible; opacity: 1; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(5,40,20,.66); backdrop-filter: blur(6px); }
.modal__box { position: relative; z-index: 1; width: min(100%, 520px); max-height: calc(100vh - 32px); overflow-y: auto; padding: 40px; border-radius: 24px; background: white; box-shadow: 0 24px 80px rgba(0,0,0,.25); transform: translateY(18px); transition: transform .35s var(--ease); }
.modal.is-open .modal__box { transform: none; }
.modal__close { position: absolute; top: 16px; right: 16px; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: var(--muted); background: white; font-size: 24px; line-height: 1; }
.modal__box h2 { margin: 0 0 10px; font-size: 32px; font-weight: 800; }
.modal__box > p { margin-bottom: 24px; color: var(--muted); font-size: 14px; }
.form-success { display: none; padding: 24px 0; text-align: center; }
.form-success > span { display: grid; width: 60px; height: 60px; margin: 0 auto 20px; place-items: center; border-radius: 50%; color: white; background: var(--gradient); font-size: 26px; }
.form-success h3 { margin-bottom: 8px; font-size: 24px; }
.form-success p { margin-bottom: 22px; color: var(--muted); font-size: 14px; }
.modal__box.is-success > h2, .modal__box.is-success > p, .modal__box.is-success .modal-form { display: none; }
.modal__box.is-success .form-success { display: block; }

@media (max-width: 1279px) {
  .product-list { grid-template-columns: 1fr; }
  .product { min-height: 280px; }
  .product__image { width: 280px; flex-basis: 280px; }
  .product__content { width: calc(100% - 280px); padding: 30px; }
}

@media (max-width: 1023px) {
  .section { padding: 88px 0; }
  .header__top { display: none; }
  .header__main { padding: 12px 0; }
  .nav { position: absolute; top: 76px; right: 24px; display: none; width: min(320px, calc(100vw - 48px)); flex-direction: column; gap: 0; padding: 12px; border-radius: 16px; background: white; box-shadow: 0 20px 60px rgba(0,0,0,.22); }
  .nav.is-open { display: flex; }
  .nav a { padding: 14px 12px; border-bottom: 1px solid var(--border); color: var(--text); }
  .nav a:last-child { border-bottom: 0; }
  .menu-button { display: block; }
  .header-cta { margin-left: auto; margin-right: 16px; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero, .hero__content { min-height: 820px; }
  .hero__content { padding-top: 130px; }
  .about-grid { gap: 40px; }
  .about-copy { padding-left: 0; }
  .product__image { width: 250px; flex-basis: 250px; }
  .product__content { width: calc(100% - 250px); }
  .selection-bar { grid-template-columns: 1fr; }
  .selection-bar .button { width: 100%; }
}

@media (max-width: 767px) {
  .container, .wide-container { width: min(calc(100% - 24px), var(--container)); }
  .section { padding: 72px 0; }
  .logo img { width: 180px; height: auto; }
  .header-cta { display: none; }
  .hero, .hero__content { min-height: 900px; }
  .hero__content { justify-content: flex-start; padding-top: 125px; padding-bottom: 42px; }
  .hero__bg { object-position: 58% center; }
  .hero__label { margin-bottom: 20px; padding-inline: 16px; font-size: 10px; }
  .hero h1 { font-size: clamp(34px, 9vw, 38px); line-height: 1.1; letter-spacing: -.055em; }
  .hero__description { font-size: 15px; line-height: 1.55; }
  .hero__description br { display: none; }
  .hero__buttons { width: 100%; flex-direction: column; }
  .hero__buttons .button { width: 100%; }
  .hero-stats { grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 34px; }
  .hero-stat { min-height: 92px; padding: 14px; text-align: center; }
  .hero-stat strong { font-size: 25px; }
  .hero-stat span { font-size: 11px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 36px; }
  .section-heading h2, .about-copy h2, .contact-card h2 { font-size: 34px; }
  .section-heading--center { align-items: center; }
  .about-grid { grid-template-columns: 1fr; gap: 44px; }
  .about-copy p { font-size: 14px; }
  .about-photo { margin: 24px 16px; }
  .about-photo__main { height: 300px; border-radius: 24px; }
  .about-photo__small { right: -16px; width: 96px; height: 96px; border-radius: 18px; }
  .about-photo__badge { bottom: -24px; left: -16px; width: 195px; border-radius: 18px; }
  .tabs { display: grid; width: 100%; grid-template-columns: 1fr 1fr; }
  .tab { padding: 0 10px; font-size: 12px; }
  .product { flex-direction: column; }
  .product__image { width: 100%; height: 280px; flex-basis: auto; }
  .product__content { width: 100%; padding: 24px; }
  .product__top { flex-direction: column; gap: 14px; }
  .product__price { align-items: baseline; flex-direction: row; gap: 8px; text-align: left; }
  .product__content > p { font-size: 13px; }
  .product__button { width: 100%; justify-content: center; }
  .selection-bar { gap: 22px; margin-top: 28px; padding: 20px; }
  .selection-bar .button { width: 100%; }
  .outline-button { width: 100%; }
  .benefit-grid { grid-template-columns: 1fr; gap: 16px; }
  .benefit-card { min-height: auto; }
  .clients-panel { padding: 32px 20px; }
  .clients-panel h2 { font-size: 27px; }
  .clients-panel .clients-panel__audience { font-size: 13px; }
  .contact-grid { grid-template-columns: 1fr; gap: 24px; }
  .contact-card, .form-card { padding: 24px; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 36px 24px; }
  .footer__grid > div:first-child { grid-column: 1 / -1; }
  .footer__bottom { flex-direction: column; gap: 8px; }
  .modal__box { padding: 34px 22px 24px; }
  .modal__box h2 { padding-right: 40px; font-size: 27px; }
  .contact-widget { right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); }
  .contact-widget__panel { right: 0; bottom: 72px; width: min(340px, calc(100vw - 24px)); }
  .contact-widget__toggle { width: 60px; height: 60px; }
  .contact-widget__hint { right: 70px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
