@font-face {
  font-family: 'SF Pro Display';
  src: url('assets/fonts/SF-Pro-Display-Light.woff2') format('woff2');
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('assets/fonts/SF-Pro-Display-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('assets/fonts/SF-Pro-Display-Semibold.woff2') format('woff2');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Text';
  src: url('assets/fonts/SF-Pro-Text-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'SF Pro Text';
  src: url('assets/fonts/SF-Pro-Text-Semibold.woff2') format('woff2');
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

:root {
  --ink: #111111;
  --ink-soft: #0B2818;
  --paper: #F4F9F6;
  --paper-blue: #F4F9F6;
  --green: #008000;
  --green-bright: #00E676;
  --blue: #00E676;
  --blue-deep: #008000;
  --yellow: #00E676;
  --line: rgba(16, 23, 23, .17);
  --white-line: rgba(244, 249, 246, .18);
  --display: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
  --body: 'SF Pro Text', -apple-system, BlinkMacSystemFont, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.noise { position: fixed; inset: 0; opacity: .055; pointer-events: none; z-index: 20; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }
.hero-grid > *, .intro-grid > *, .problem-band > *, .catalog-top > *, .support-grid > *, .faq-grid > *, .contact-grid > * { min-width: 0; }
.solution-card, .product-card, .special-card, .service-step { min-width: 0; }
.section-dark { color: var(--paper); background: var(--ink-soft); }
.section-light { background: var(--paper); }
.section-pale { background: var(--paper-blue); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.eyebrow-dark { color: var(--green); }
.eyebrow-line { display: inline-block; width: 38px; height: 2px; background: var(--blue); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.035em; }
h1, h2 { font-weight: 700; }
h1 em, h2 em, h3 em { color: var(--green-bright); font-style: normal; }
.button { position: relative; isolation: isolate; display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 50px; padding: 0 22px; overflow: hidden; color: var(--paper); border: 1px solid rgba(244,249,246,.24); border-radius: 999px; background: linear-gradient(135deg, rgba(244,249,246,.14), rgba(244,249,246,.035) 48%, rgba(0,230,118,.08)), rgba(5,35,20,.32); box-shadow: inset 0 1px 0 rgba(244,249,246,.22), inset 0 -1px 0 rgba(0,0,0,.18), 0 12px 28px rgba(0,0,0,.14); backdrop-filter: blur(22px) saturate(150%); -webkit-backdrop-filter: blur(22px) saturate(150%); font-size: 12px; font-weight: 700; letter-spacing: .02em; transition: transform .25s cubic-bezier(.16,1,.3,1), background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease; }
.button::before, .nav-cta::before, .menu-toggle::before, .video-toggle::before, .product-open::before, .modal-close::before, .whatsapp-float::before { content: ''; position: absolute; z-index: 0; top: -70%; left: 9%; width: 74%; height: 130%; border-radius: 50%; background: rgba(244,249,246,.13); filter: blur(18px); opacity: .52; transform: rotate(-12deg); pointer-events: none; }
.button > span, .nav-cta > span, .menu-toggle > span, .whatsapp-float > svg { position: relative; z-index: 1; }
.button span { font-size: 18px; font-weight: 400; }
.button:hover { border-color: rgba(0,230,118,.5); box-shadow: inset 0 1px 0 rgba(244,249,246,.28), 0 16px 34px rgba(0,0,0,.2), 0 0 0 4px rgba(0,230,118,.06); transform: translateY(-3px); }
.button-primary { color: var(--ink); border-color: rgba(0,230,118,.68); background: linear-gradient(135deg, rgba(0,230,118,.98), rgba(0,194,94,.88) 55%, rgba(0,128,0,.78)); box-shadow: inset 0 1px 0 rgba(244,249,246,.38), inset 0 -1px 0 rgba(0,128,0,.2), 0 12px 28px rgba(0,230,118,.18); }
.button-primary:hover { color: var(--ink); border-color: rgba(244,249,246,.7); background: linear-gradient(135deg, rgba(0,230,118,1), rgba(0,230,118,.86)); filter: none; box-shadow: inset 0 1px 0 rgba(244,249,246,.46), 0 16px 34px rgba(0,230,118,.24), 0 0 0 4px rgba(0,230,118,.08); }
.button-ghost { color: var(--paper); border-color: var(--white-line); background: rgba(244,249,246,.035); }
.button-ghost:hover { color: var(--paper); border-color: rgba(244,249,246,.55); background: rgba(244,249,246,.12); }
.button-outline-light { color: var(--ink); border-color: rgba(0,230,118,.68); background: linear-gradient(135deg, rgba(0,230,118,.98), rgba(0,194,94,.88) 55%, rgba(0,128,0,.78)); box-shadow: inset 0 1px 0 rgba(244,249,246,.38), 0 12px 28px rgba(0,230,118,.19); }
.button-outline-light:hover { color: var(--ink); border-color: rgba(244,249,246,.7); background: linear-gradient(135deg, rgba(0,230,118,1), rgba(0,230,118,.86)); box-shadow: inset 0 1px 0 rgba(244,249,246,.46), 0 16px 32px rgba(0,230,118,.26); }
.text-link, .arrow-link { display: inline-flex; gap: 14px; align-items: center; padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; }
.text-link span, .arrow-link span { font-size: 18px; font-weight: 400; transition: transform .2s ease; }
.text-link:hover span, .arrow-link:hover span { transform: translate(3px, -3px); }

.site-header { position: fixed; z-index: 15; top: 14px; left: 50%; display: flex; align-items: center; width: min(1040px, calc(100% - 48px)); min-height: 56px; padding: 6px 7px 6px 6px; color: var(--paper); border: 1px solid rgba(244,249,246,.34); border-radius: 999px; background: rgba(11,40,24,.72); box-shadow: 0 8px 40px rgba(0,0,0,.22); backdrop-filter: blur(16px) saturate(132%); transform: translateX(-50%); transition: top .5s cubic-bezier(.16,1,.3,1), width .5s cubic-bezier(.16,1,.3,1), background .5s cubic-bezier(.16,1,.3,1), border-color .5s cubic-bezier(.16,1,.3,1), box-shadow .5s cubic-bezier(.16,1,.3,1); }
.site-header.is-scrolled { top: 9px; width: min(950px, calc(100% - 48px)); border-color: rgba(244,249,246,.42); background: rgba(11,40,24,.93); box-shadow: 0 10px 34px rgba(0,0,0,.28); }
.brand { position: relative; display: inline-flex; flex: 0 0 auto; align-items: center; width: 142px; height: 42px; padding: 2px 6px; border-radius: 999px; background: rgba(244,249,246,.94); }
.brand::after { content: ''; position: absolute; top: 50%; right: -16px; width: 1px; height: 22px; background: rgba(244,249,246,.28); transform: translateY(-50%); }
.brand-logo { display: block; width: 130px; height: 36px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 2px; margin: 0 auto 0 22px; font-size: 10px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.main-nav a { position: relative; padding: 10px 11px; opacity: .72; transition: color .25s ease, opacity .25s ease; }
.main-nav a::after { content: ''; position: absolute; right: 11px; bottom: 5px; left: 11px; height: 1px; background: var(--green-bright); transform: scaleX(0); transform-origin: left; transition: transform .3s cubic-bezier(.16,1,.3,1); }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--green-bright); opacity: 1; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.nav-cta { position: relative; isolation: isolate; display: inline-flex; align-items: center; gap: 10px; padding: 11px 17px; overflow: hidden; color: var(--ink); border: 1px solid rgba(0,230,118,.62); border-radius: 999px; background: linear-gradient(135deg, rgba(0,230,118,.98), rgba(0,194,94,.88) 55%, rgba(0,128,0,.78)); box-shadow: inset 0 1px 0 rgba(244,249,246,.4), 0 6px 18px rgba(0,230,118,.14); backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%); font-size: 10px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; transition: transform .3s cubic-bezier(.16,1,.3,1), background .3s ease, border-color .3s ease, box-shadow .3s ease; }
.nav-cta:hover { border-color: rgba(244,249,246,.72); background: linear-gradient(135deg, rgba(0,230,118,1), rgba(0,230,118,.86)); box-shadow: inset 0 1px 0 rgba(244,249,246,.48), 0 10px 26px rgba(0,230,118,.23), 0 0 0 4px rgba(0,230,118,.08); transform: translateY(-1px) scale(1.03); }
.nav-cta span { font-size: 16px; }
.menu-toggle { position: relative; isolation: isolate; display: none; place-items: center; width: 40px; height: 40px; padding: 0; overflow: hidden; color: inherit; border: 1px solid rgba(244,249,246,.2); border-radius: 50%; background: rgba(244,249,246,.08); box-shadow: inset 0 1px 0 rgba(244,249,246,.2), 0 8px 20px rgba(0,0,0,.12); backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%); }
.menu-toggle span { display: block; width: 17px; height: 1.5px; background: currentColor; transition: transform .28s cubic-bezier(.16,1,.3,1); }
.menu-toggle span + span { margin-top: 5px; }
.site-header.menu-visible .menu-toggle span:first-child { transform: translateY(3.25px) rotate(45deg); }
.site-header.menu-visible .menu-toggle span:last-child { transform: translateY(-3.25px) rotate(-45deg); }

.hero { position: relative; min-height: 1180px; padding: 220px 0 90px; overflow: hidden; background: radial-gradient(circle at 50% 32%, rgba(0, 230, 118, .08), transparent 28%), radial-gradient(circle at 92% 10%, rgba(0, 128, 0, .3), transparent 18%), var(--ink-soft); }
.hero::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 170px; opacity: .25; background: repeating-linear-gradient(0deg, transparent 0 18px, rgba(0,230,118,.24) 19px 20px), linear-gradient(90deg, transparent, rgba(0,128,0,.5)); transform: skewY(-3deg) translateY(80px); transform-origin: left bottom; }
.hero-grid { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.hero-copy { position: relative; z-index: 2; width: min(100%, 860px); padding: 0; text-align: center; }
.hero h1 { max-width: none; margin: 0; font-size: clamp(58px, 6.4vw, 96px); font-weight: 300; line-height: 1.04; letter-spacing: -.055em; text-transform: none; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 span { color: var(--paper); font-weight: 300; }
.hero h1 em { color: var(--green-bright); font-style: normal; font-weight: 300; }
.hero-lede { max-width: 640px; margin: 24px auto 0; color: rgba(244,249,246,.76); font-size: 18px; line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 42px; }
.hero-visual { position: relative; display: flex; flex-direction: column; gap: 16px; width: min(100%, 960px); margin-top: 136px; align-self: center; min-height: 0; }
.hero-image-wrap { position: relative; z-index: 2; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(0,230,118,.58); border-radius: 32px; background: var(--ink); box-shadow: 0 24px 50px rgba(0,0,0,.3); transform: none; }
.hero-video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.92) contrast(1.04); }
.video-scrim { position: absolute; inset: 0; z-index: 3; pointer-events: none; background: linear-gradient(180deg, rgba(11,40,24,.02), rgba(11,40,24,.18)); }
.video-toggle { position: absolute; right: 14px; top: 14px; z-index: 5; isolation: isolate; display: grid; place-items: center; width: 38px; height: 38px; padding: 0; overflow: hidden; color: var(--paper); border: 1px solid rgba(244,249,246,.55); border-radius: 50%; background: rgba(11,40,24,.76); box-shadow: inset 0 1px 0 rgba(244,249,246,.22), 0 8px 18px rgba(0,0,0,.16); backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%); font-size: 13px; line-height: 1; transition: color .2s ease, background .2s ease, transform .2s ease, border-color .2s ease; }
.video-toggle:hover { color: var(--ink); border-color: rgba(0,230,118,.7); background: var(--green-bright); transform: scale(1.06); }
.video-caption { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; padding-top: 13px; border-top: 1px solid rgba(244,249,246,.22); }
.video-caption > span { color: var(--blue); font-family: var(--display); font-size: 17px; font-weight: 700; line-height: 1; }
.video-caption p { max-width: 420px; margin: 0; color: rgba(244,249,246,.62); font-size: 11px; line-height: 1.45; }
.video-caption strong { color: var(--paper); font-weight: 700; }

.hero-bottom { position: relative; z-index: 3; width: min(100% - 64px, 960px); margin: 52px auto 0; min-height: 0; }
.scroll-note { display: none; }
.scroll-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--yellow); }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; gap: 12px; }
.hero-stats div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; min-height: 0; padding: 10px 20px 10px 0; }
.hero-stats strong { color: var(--green-bright); font-family: var(--display); font-size: clamp(26px, 2.4vw, 38px); font-weight: 600; line-height: 1; white-space: nowrap; }
.hero-stats span { min-width: 0; color: rgba(244,249,246,.66); font-size: 10px; line-height: 1.35; }
.intro { padding: 120px 0 140px; }
.intro-grid { display: grid; grid-template-columns: .72fr 1.6fr 1fr; gap: 34px; align-items: start; }
.section-kicker { display: flex; align-items: center; gap: 12px; color: var(--green); font-family: var(--display); font-size: 16px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.section-kicker > span:first-child { font-size: 21px; }
.rule { display: inline-block; width: 42px; height: 1px; background: currentColor; opacity: .45; }
.intro-heading h2, .section-heading h2, .support h2, .faq h2, .contact h2 { margin-bottom: 0; font-size: clamp(47px, 5.3vw, 78px); line-height: .88; text-transform: uppercase; }
.intro-heading h2 em, .support h2 em, .faq h2 em { color: var(--green-bright); }
.intro-copy { padding-top: 63px; font-size: 14px; line-height: 1.7; }
.intro-copy p { max-width: 390px; margin-bottom: 18px; }
.intro-copy .text-link { margin-top: 12px; color: var(--green); }
.problem-band { display: grid; grid-template-columns: 1.03fr .97fr; gap: 65px; align-items: center; margin-top: 100px; }
.problem-image { position: relative; height: 390px; overflow: hidden; border-radius: 28px; }
.problem-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16,23,23,.42), transparent 55%); }
.problem-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); }
.problem-list { border-top: 1px solid var(--line); }
.problem-item { display: grid; grid-template-columns: 50px 1fr; gap: 13px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.problem-number { color: var(--green); font-family: var(--display); font-size: 18px; font-weight: 700; }
.problem-item h3 { margin-bottom: 7px; font-size: 24px; text-transform: uppercase; }
.problem-item p { max-width: 370px; margin: 0; color: rgba(16,23,23,.66); font-size: 12px; line-height: 1.5; }

.solutions { padding: 120px 0 140px; border-top: 1px solid rgba(16,23,23,.08); }
.section-heading { text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2 { max-width: 740px; margin: 0 auto; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 72px; overflow: hidden; border: 1px solid var(--line); border-radius: 30px; }
.solution-card { position: relative; min-height: 375px; padding: 34px 34px 38px; border-right: 1px solid var(--line); }
.solution-card:last-child { border-right: 0; }
.solution-card-featured { color: var(--paper); background: var(--green); }
.solution-card-featured h3, .solution-card-featured p, .solution-card-featured .card-number { color: var(--paper); }
.solution-card-featured .arrow-link { color: var(--yellow); }
.solution-icon { display: flex; align-items: end; min-height: 68px; margin-bottom: 18px; color: var(--green); font-size: 52px; font-family: var(--display); }
.solution-card-featured .solution-icon { color: var(--yellow); }
.icon-ripple { position: relative; width: 85px; }
.icon-ripple span { position: absolute; bottom: 10px; left: 0; width: 68px; height: 19px; border: 2px solid currentColor; border-radius: 50%; transform: rotate(-7deg); }
.icon-ripple span:nth-child(2) { bottom: 25px; left: 12px; width: 47px; }
.icon-ripple span:nth-child(3) { bottom: 37px; left: 26px; width: 21px; }
.icon-grid { display: grid; grid-template-columns: repeat(2, 29px); gap: 7px; align-content: center; }
.icon-grid span { width: 29px; height: 29px; border: 3px solid currentColor; }
.card-number { display: block; margin-bottom: 17px; color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.solution-card h3 { max-width: 230px; margin-bottom: 14px; font-size: 31px; line-height: .92; text-transform: uppercase; }
.solution-card p { max-width: 270px; min-height: 68px; margin-bottom: 24px; color: rgba(16,23,23,.67); font-size: 12px; line-height: 1.6; }
.solution-card .arrow-link { color: var(--green); }

.catalog { position: relative; padding: 120px 0 130px; overflow: hidden; background: radial-gradient(circle at 92% 6%, rgba(0,230,118,.13), transparent 22%), radial-gradient(circle at 20% 75%, rgba(0,128,0,.18), transparent 24%), var(--ink-soft); }
.catalog::after { content: 'ET'; position: absolute; right: -10px; bottom: -30px; color: rgba(0,230,118,.06); font-family: var(--display); font-size: 320px; font-weight: 800; line-height: .8; pointer-events: none; }
.catalog-top { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .72fr; gap: 40px; align-items: end; }
.section-kicker-light { color: var(--blue); }
.catalog h2 { margin: 44px 0 0; font-size: clamp(65px, 7vw, 104px); line-height: .8; text-transform: uppercase; }
.catalog h2 em { color: var(--blue); }
.catalog-intro { padding-bottom: 5px; }
.catalog-intro p { max-width: 380px; margin-bottom: 27px; color: rgba(244,249,246,.65); font-size: 13px; line-height: 1.65; }
.catalog-filters { position: relative; z-index: 2; display: flex; gap: 10px; margin: 76px 0 28px; padding-bottom: 14px; border-bottom: 1px solid var(--white-line); }
.filter-button { position: relative; isolation: isolate; padding: 9px 13px; overflow: hidden; color: rgba(244,249,246,.46); border: 1px solid transparent; border-radius: 999px; background: transparent; backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; transition: color .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s cubic-bezier(.16,1,.3,1); }
.filter-button.is-active, .filter-button:hover { color: var(--yellow); border-color: rgba(0,230,118,.4); background: rgba(244,249,246,.05); box-shadow: inset 0 1px 0 rgba(244,249,246,.18), 0 8px 20px rgba(0,0,0,.12); transform: translateY(-2px); }
.product-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.product-card { min-height: 440px; padding: 12px 12px 22px; overflow: hidden; border: 1px solid var(--white-line); border-radius: 28px; background: rgba(244,249,246,.035); transition: transform .3s ease, background .3s ease, border-color .3s ease; }
.product-card:hover { transform: translateY(-6px); background: rgba(244,249,246,.08); }
.product-card.is-hidden { display: none; }
.product-image { position: relative; height: 210px; overflow: hidden; border-radius: 20px; background: #d8edeb; }
.product-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16,23,23,.35), transparent 55%); pointer-events: none; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-card:hover .product-image img { transform: scale(1.06); }
.product-tag { position: absolute; z-index: 1; top: 12px; left: 12px; padding: 6px 7px; color: var(--ink); border-radius: 999px; background: var(--yellow); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-open { position: absolute; z-index: 2; right: 10px; bottom: 10px; isolation: isolate; display: grid; place-items: center; width: 32px; height: 32px; overflow: hidden; color: var(--ink); border: 1px solid rgba(244,249,246,.65); border-radius: 50%; background: var(--yellow); box-shadow: inset 0 1px 0 rgba(244,249,246,.38), 0 8px 18px rgba(0,0,0,.2); backdrop-filter: blur(14px) saturate(150%); -webkit-backdrop-filter: blur(14px) saturate(150%); font-size: 17px; transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s ease, border-color .25s ease; }
.product-open:hover { border-color: var(--paper); box-shadow: inset 0 1px 0 rgba(244,249,246,.48), 0 10px 22px rgba(0,230,118,.26); transform: scale(1.08); }
.product-meta { display: flex; justify-content: space-between; margin: 17px 0 12px; color: var(--blue); font-family: var(--display); font-size: 16px; font-weight: 700; letter-spacing: .06em; }
.product-meta span:last-child { color: rgba(244,249,246,.4); font-size: 11px; }
.product-card h3 { min-height: 60px; margin-bottom: 12px; font-size: 27px; line-height: .9; text-transform: uppercase; }
.product-card h3 em { color: var(--paper); }
.product-card p { margin-bottom: 0; color: rgba(244,249,246,.57); font-size: 11px; line-height: 1.55; }
.special-products { position: relative; z-index: 1; margin-top: 90px; }
.special-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 19px; color: var(--blue); font-family: var(--display); font-size: 17px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.special-heading span:last-child { color: rgba(244,249,246,.4); font-size: 11px; }
.special-rule { width: 80px; height: 1px; background: var(--white-line); }
.special-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.special-card { position: relative; min-height: 160px; overflow: hidden; padding: 0; color: var(--paper); border: 0; border-radius: 20px; background: var(--ink-soft); text-align: left; }
.special-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(16,23,23,.92), rgba(16,23,23,0) 70%); }
.special-card img { width: 100%; height: 160px; object-fit: cover; transition: transform .4s ease; }
.special-card:hover img { transform: scale(1.08); }
.special-card > span, .special-card > b { position: absolute; z-index: 1; bottom: 13px; }
.special-card > span { left: 13px; font-family: var(--display); font-size: 21px; font-weight: 700; text-transform: uppercase; }
.special-card small { display: block; margin-top: 1px; color: var(--blue); font-family: var(--body); font-size: 9px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.special-card > b { right: 12px; color: var(--yellow); font-size: 18px; font-weight: 400; }

.support { padding: 125px 0 120px; }
.support-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; }
.support-copy h2 { max-width: 540px; margin-bottom: 31px; }
.support-copy > p:not(.eyebrow) { max-width: 480px; color: rgba(16,23,23,.68); font-size: 13px; line-height: 1.7; }
.support-copy .text-link { margin-top: 13px; color: var(--green); }
.support-visual { position: relative; min-height: 480px; overflow: hidden; border-radius: 32px; background: radial-gradient(circle at 63% 43%, rgba(0,230,118,.26), transparent 27%), linear-gradient(130deg, #d9f4e5, #a8dbc0); }
.support-visual::before { content: ''; position: absolute; inset: 0; opacity: .25; background: linear-gradient(135deg, transparent 0 49%, rgba(0,128,0,.3) 50%, transparent 51%), linear-gradient(45deg, transparent 0 49%, rgba(244,249,246,.7) 50%, transparent 51%); background-size: 260px 260px; }
.support-glow { position: absolute; right: -15%; bottom: -15%; width: 65%; aspect-ratio: 1; border-radius: 50%; background: var(--green); filter: blur(2px); opacity: .9; }
.support-stat { position: absolute; z-index: 1; top: 38px; left: 38px; display: flex; align-items: baseline; gap: 11px; }
.support-stat strong { color: var(--ink); font-family: var(--display); font-size: 48px; line-height: .8; }
.support-stat span { color: rgba(16,23,23,.7); font-size: 11px; line-height: 1.2; }
.support-visual-card { position: absolute; z-index: 1; top: 128px; left: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 245px; height: 245px; border: 1px solid rgba(16,23,23,.2); border-radius: 50%; transform: translateX(-43%); text-align: center; }
.support-ring { position: absolute; inset: 20px; border: 2px solid var(--green); border-radius: 50%; transform: rotate(22deg) scaleX(1.16); }
.support-ring::after { content: ''; position: absolute; top: -4px; left: 12%; width: 11px; height: 11px; border-radius: 50%; background: var(--yellow); }
.support-logo { position: relative; z-index: 1; width: 158px; height: auto; }
.support-logo-caption { position: relative; z-index: 1; display: block; margin-top: 5px; color: var(--ink); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.support-caption { position: absolute; z-index: 1; right: 35px; bottom: 33px; color: var(--paper); font-family: var(--display); font-size: 25px; line-height: .9; text-align: right; text-transform: uppercase; }
.support-caption em { color: var(--yellow); font-style: normal; }
.service-strip { display: grid; grid-template-columns: 1.15fr repeat(3, 1fr); margin-top: 105px; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; }
.service-intro, .service-step { min-height: 198px; padding: 27px 25px 20px 0; }
.service-intro { padding-right: 50px; border-right: 1px solid var(--line); }
.service-intro span { display: block; margin-bottom: 20px; color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.service-intro strong { display: block; font-family: var(--display); font-size: 37px; line-height: .82; text-transform: uppercase; }
.service-step { padding-left: 25px; border-right: 1px solid var(--line); }
.service-step:last-child { border: 0; }
.service-step > span { color: var(--green); font-family: var(--display); font-size: 16px; font-weight: 700; }
.service-icon { margin: 15px 0 9px; color: var(--blue-deep); font-family: var(--display); font-size: 34px; }
.service-step h3 { margin-bottom: 5px; font-size: 25px; line-height: 1; text-transform: uppercase; }
.service-step p { max-width: 170px; margin: 0; color: rgba(16,23,23,.58); font-size: 11px; line-height: 1.45; }

.faq { padding: 120px 0 140px; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.faq-title h2 { margin-bottom: 34px; }
.faq-title .text-link { color: var(--green); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; list-style: none; cursor: pointer; font-family: var(--display); font-size: 25px; font-weight: 600; text-transform: uppercase; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green); font-family: var(--body); font-size: 22px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: -3px 40px 22px 0; color: rgba(16,23,23,.62); font-size: 12px; line-height: 1.6; }

.contact { position: relative; padding: 120px 0 0; overflow: hidden; background: radial-gradient(circle at 80% 14%, rgba(0,230,118,.13), transparent 24%), var(--ink-soft); }
.contact-map-lines { position: absolute; inset: 0; opacity: .11; background: repeating-linear-gradient(155deg, transparent 0 110px, var(--blue) 111px 112px), repeating-linear-gradient(25deg, transparent 0 180px, var(--green-bright) 181px 182px); transform: skewY(-6deg) scale(1.4); pointer-events: none; }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: start; }
.contact-copy h2 { max-width: 560px; margin-bottom: 28px; }
.contact h2 em { color: var(--yellow); }
.contact-copy > p:not(.eyebrow) { max-width: 430px; color: rgba(244,249,246,.62); font-size: 13px; line-height: 1.65; }
.contact-links { max-width: 470px; margin-top: 60px; border-top: 1px solid var(--white-line); }
.contact-links a { display: grid; grid-template-columns: 31px 1fr 22px; gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--white-line); }
.contact-icon { color: var(--yellow); font-size: 23px; }
.contact-links small, .contact-links strong { display: block; }
.contact-links small { margin-bottom: 3px; color: rgba(244,249,246,.43); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-links strong { color: var(--paper); font-family: var(--display); font-size: 22px; line-height: .9; }
.contact-links b { color: var(--yellow); font-size: 17px; font-weight: 400; }
.contact-form { padding: 27px 27px 30px; border-radius: 28px; background: var(--paper); color: var(--ink); }
.form-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 27px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.form-header span { color: var(--green); font-family: var(--display); font-size: 15px; font-weight: 700; }
.form-header strong { font-family: var(--display); font-size: 22px; text-transform: uppercase; }
.contact-form label { display: block; margin-bottom: 18px; color: rgba(16,23,23,.63); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-form input, .contact-form select, .contact-form textarea { display: block; width: 100%; margin-top: 8px; padding: 9px 0; color: var(--ink); border: 0; border-bottom: 1px solid rgba(16,23,23,.3); outline: 0; background: transparent; font-size: 13px; letter-spacing: 0; text-transform: none; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-bottom-color: var(--green); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(16,23,23,.42); }
.contact-form select { appearance: none; background: linear-gradient(45deg, transparent 50%, var(--green) 50%) calc(100% - 6px) 50%/6px 6px no-repeat, linear-gradient(135deg, var(--green) 50%, transparent 50%) 100% 50%/6px 6px no-repeat; }
.form-button { width: 100%; margin-top: 8px; border: 0; }
.form-status { min-height: 16px; margin: 12px 0 0; color: var(--green); font-size: 11px; line-height: 1.4; }
.address-bar { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 110px; padding: 19px 0; border-top: 1px solid var(--white-line); color: rgba(244,249,246,.48); font-size: 10px; }
.address-bar span:first-child { color: var(--blue); font-family: var(--display); font-size: 18px; font-weight: 700; text-transform: uppercase; }
.address-bar a { color: var(--yellow); }
.site-footer { padding: 25px 0; color: rgba(244,249,246,.48); background: var(--ink-soft); font-size: 10px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-inner .brand { transform: scale(.82); transform-origin: left center; }

.whatsapp-float { position: fixed; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); z-index: 25; display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; color: var(--ink); border: 1px solid rgba(244,249,246,.78); border-radius: 50%; background: var(--green-bright); box-shadow: 0 14px 34px rgba(0,0,0,.28), 0 0 0 5px rgba(0,230,118,.12); transition: transform .22s ease, background .22s ease, box-shadow .22s ease; }
.whatsapp-float svg { width: 29px; height: 29px; fill: currentColor; }
.whatsapp-float:hover, .whatsapp-float:focus-visible { background: var(--paper); box-shadow: 0 16px 38px rgba(0,0,0,.34), 0 0 0 5px rgba(0,230,118,.2); transform: translateY(-3px) scale(1.04); }
.whatsapp-float:focus-visible { outline: 3px solid var(--green-bright); outline-offset: 4px; }
.whatsapp-tooltip { position: absolute; right: calc(100% + 12px); padding: 9px 12px; color: var(--paper); border: 1px solid rgba(244,249,246,.18); background: var(--ink-soft); box-shadow: 0 10px 25px rgba(0,0,0,.2); font-size: 10px; font-weight: 700; letter-spacing: .06em; opacity: 0; pointer-events: none; text-transform: uppercase; transform: translateX(6px); transition: opacity .2s ease, transform .2s ease; white-space: nowrap; }
.whatsapp-float:hover .whatsapp-tooltip, .whatsapp-float:focus-visible .whatsapp-tooltip { opacity: 1; transform: translateX(0); }

.modal { position: fixed; inset: 0; z-index: 30; display: grid; place-items: center; padding: 24px; visibility: hidden; opacity: 0; transition: opacity .25s ease, visibility .25s ease; }
.modal.is-open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(11,40,24,.78); backdrop-filter: blur(10px); }
.modal-card { position: relative; z-index: 1; width: min(540px, 100%); padding: 40px; color: var(--ink); border-radius: 28px; background: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.3); transform: translateY(14px); transition: transform .3s ease; }
.modal.is-open .modal-card { transform: translateY(0); }
.modal-close { position: absolute; top: 12px; right: 15px; isolation: isolate; display: grid; place-items: center; width: 38px; height: 38px; overflow: hidden; padding: 0; color: var(--ink); border: 1px solid rgba(16,23,23,.14); border-radius: 50%; background: rgba(244,249,246,.5); box-shadow: inset 0 1px 0 rgba(255,255,255,.62), 0 8px 16px rgba(16,23,23,.08); backdrop-filter: blur(16px) saturate(150%); -webkit-backdrop-filter: blur(16px) saturate(150%); font-size: 28px; font-weight: 300; line-height: 1; transition: transform .25s cubic-bezier(.16,1,.3,1), background .25s ease, border-color .25s ease; }
.modal-close:hover { border-color: var(--green); background: rgba(0,230,118,.2); transform: rotate(90deg); }
.modal-card h2 { margin: 25px 0 7px; color: var(--green-bright); font-size: 72px; line-height: .8; text-transform: uppercase; }
.modal-card > p:not(.eyebrow) { color: rgba(16,23,23,.66); font-size: 13px; }
.modal-specs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin: 25px 0 30px; }
.modal-spec { padding: 12px; border-radius: 16px; background: rgba(0,128,0,.11); }
.modal-spec small, .modal-spec strong { display: block; }
.modal-spec small { margin-bottom: 4px; color: var(--green); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.modal-spec strong { font-family: var(--display); font-size: 20px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay-1 { transition-delay: .12s; }
.reveal-delay-2 { transition-delay: .22s; }

@media (max-width: 900px) {
  .container { width: min(100% - 40px, 700px); }
  .site-header { top: 12px; justify-content: space-between; width: calc(100% - 32px); min-height: 54px; padding: 6px 8px; }
  .site-header.is-scrolled { top: 8px; width: calc(100% - 32px); }
  .nav-cta { display: none; }
  .main-nav { position: absolute; top: calc(100% + 10px); left: 0; right: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 0; margin: 0; padding: 10px 20px; visibility: hidden; opacity: 0; border: 1px solid rgba(244,249,246,.24); border-radius: 24px; background: rgba(11,40,24,.96); box-shadow: 0 18px 38px rgba(0,0,0,.26); backdrop-filter: blur(16px); pointer-events: none; transform: translateY(-8px) scale(.98); transform-origin: top center; transition: opacity .28s ease, visibility .28s step-end, transform .32s cubic-bezier(.16,1,.3,1); }
  .menu-toggle { display: grid; }
  .brand::after { display: none; }
  .site-header.menu-visible .main-nav { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); transition: opacity .28s ease, visibility 0s, transform .32s cubic-bezier(.16,1,.3,1); }
  .site-header.menu-visible .main-nav a { width: 100%; padding: 15px 0; border-bottom: 1px solid var(--white-line); }
  .site-header.menu-visible .main-nav a::after { right: auto; bottom: 8px; left: 0; width: 28px; }
  .hero { min-height: auto; padding: 160px 0 84px; }
  .hero-grid { display: flex; flex-direction: column; gap: 0; }
  .intro-grid, .problem-band, .catalog-top, .support-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-copy { width: min(100%, 700px); }
  .hero h1 { max-width: none; font-size: clamp(54px, 10vw, 84px); }
  .hero-lede { max-width: 620px; font-size: 16px; }
  .hero-actions { margin-top: 36px; }
  .hero-visual { width: 100%; margin-top: 100px; }
  .hero-image-wrap { box-shadow: 0 20px 40px rgba(0,0,0,.28); }
  .hero-bottom { width: min(100% - 40px, 700px); margin-top: 62px; }
  .hero-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .hero-stats div { min-height: 88px; padding: 18px 14px; }
  .hero-stats strong { font-size: clamp(20px, 3.2vw, 30px); }
  .intro, .solutions, .support, .faq, .catalog, .contact { padding-block: 85px; }
  .intro-copy { padding-top: 0; }
  .problem-band { margin-top: 65px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .solution-card:last-child { border-bottom: 0; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .special-grid { grid-template-columns: repeat(3, 1fr); }
  .special-card:last-child { grid-column: span 2; }
  .support-visual { min-height: 400px; }
  .service-strip { grid-template-columns: 1fr 1fr; }
  .service-intro { grid-column: span 2; min-height: 140px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-step:nth-child(3) { border-right: 0; }
  .service-step:last-child { grid-column: span 2; border-top: 1px solid var(--line); }
  .contact-grid { gap: 60px; }
  .address-bar { flex-wrap: wrap; margin-top: 70px; }
  .catalog h2 { font-size: clamp(62px, 9vw, 88px); }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 32px); }
  .brand { width: 150px; height: 40px; padding-inline: 5px; }
  .brand-logo { width: 140px; height: 36px; }
  .hero { padding: 130px 0 58px; }
  .hero h1 { max-width: 100%; font-size: clamp(44px, 12vw, 58px); }
  .hero h1 span { white-space: nowrap; }
  .hero-lede { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-visual { margin-top: 70px; gap: 13px; }
  .video-caption { gap: 11px; padding-top: 11px; }
  .video-caption > span { font-size: 15px; }
  .video-caption p { font-size: 11px; }
  .hero-bottom { margin-top: 50px; }
  .hero-stats { grid-template-columns: 1fr; gap: 9px; }
  .hero-stats div { justify-content: center; min-height: 0; padding: 16px 20px; }
  .hero-stats strong { font-size: 28px; }
  .hero-stats span { font-size: 9px; }
  .problem-image { height: 260px; }
  .solutions, .support, .faq, .contact { padding-block: 72px; }
  .intro, .catalog { padding-block: 72px; }
  .intro-heading h2, .section-heading h2, .support h2, .faq h2 { font-size: clamp(43px, 14vw, 58px); }
  .catalog h2 { font-size: clamp(52px, 15vw, 68px); }
  .catalog-filters { flex-wrap: wrap; gap: 14px 18px; margin-top: 50px; }
  .catalog-intro .button { width: 100%; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 0; }
  .product-image { height: 190px; }
  .special-grid { grid-template-columns: repeat(2, 1fr); }
  .special-card:last-child { grid-column: span 1; }
  .special-card, .special-card img { min-height: 140px; height: 140px; }
  .support-visual-card { width: 200px; height: 200px; top: 125px; }
  .support-logo { width: 132px; }
  .support-caption { right: 20px; bottom: 20px; font-size: 19px; }
  .service-strip { grid-template-columns: 1fr; }
  .service-intro, .service-step, .service-step:last-child { grid-column: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-step:last-child { border-top: 0; }
  .service-step { min-height: 150px; }
  .faq-list summary { font-size: clamp(19px, 6vw, 21px); }
  .faq-list summary span { flex: 0 0 auto; }
  .contact h2 { font-size: clamp(48px, 16vw, 59px); }
  .contact-form { padding: 23px 18px; }
  .form-header { align-items: flex-start; flex-direction: column; gap: 8px; }
  .form-header strong { font-size: 20px; }
  .modal { padding: 16px; }
  .modal-card { padding: 32px 22px 24px; }
  .modal-card h2 { font-size: clamp(56px, 18vw, 72px); }
  .address-bar { align-items: flex-start; flex-direction: column; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .whatsapp-float { width: 54px; height: 54px; }
  .whatsapp-float svg { width: 27px; height: 27px; }
  .whatsapp-tooltip { display: none; }
}

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