@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #173426;
  --ink-soft: #28513b;
  --green: #236844;
  --green-deep: #174d34;
  --green-soft: #deecdf;
  --orange: #ff681c;
  --orange-dark: #db4e08;
  --cream: #f4ead7;
  --paper: #fffdf8;
  --white: #fff;
  --muted: #6c7068;
  --line: #dcded7;
  --success: #2d713a;
  --error: #b42318;
  --radius: 18px;
  --shadow: 0 28px 75px rgba(20, 22, 18, .12);
  --container: 1220px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: "Plus Jakarta Sans", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(243, 111, 33, .5); outline-offset: 3px; }
::selection { background: var(--orange); color: var(--white); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; transform: translateY(-150%); padding: 12px 18px; border-radius: 8px; background: var(--white); color: var(--ink); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(23,52,38,.1); background: rgba(255,253,248,.94); backdrop-filter: blur(18px); }
.header-inner { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-size: 17px; font-weight: 600; letter-spacing: 0; }
.brand strong { font-weight: 800; }
.brand-mark { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 10px 3px 10px 3px; background: var(--orange); color: var(--white); font-family: "Archivo Black", sans-serif; font-size: 12px; letter-spacing: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.2); }
.primary-nav { display: none; align-items: center; gap: 28px; margin-left: auto; }
.primary-nav a { position: relative; padding: 27px 0; color: #454940; font-size: 12px; font-weight: 700; text-decoration: none; }
.primary-nav a::after { position: absolute; right: 0; bottom: 18px; left: 0; height: 2px; transform: scaleX(0); background: var(--orange); content: ""; transition: transform .2s ease; }
.primary-nav a:hover::after { transform: scaleX(1); }
.nav-toggle { display: none; margin-left: auto; border: 0; background: transparent; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 11px; padding: 0 25px; font-size: 13px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--white); box-shadow: 0 10px 28px rgba(243,111,33,.22); }
.button-primary:hover { background: var(--orange-dark); }
.button-dark { min-height: 44px; padding-inline: 18px; background: var(--green); color: var(--white); }
.button-dark svg { width: 15px; fill: #ffb37e; }
.button-outline-light { border: 1px solid rgba(23,77,52,.35); color: var(--green-deep); }
.button-outline-light:hover { border-color: var(--green); background: var(--green-soft); }

.hero { position: relative; isolation: isolate; overflow: hidden; background: #f8f0df; color: var(--ink); }
.hero::after { position: absolute; z-index: -1; inset: auto 0 0; height: 27%; border-top: 1px solid rgba(35,104,68,.08); background: linear-gradient(90deg, #deecdf 0%, #fff2d4 55%, #fde2c9 100%); content: ""; }
.hero-bg { position: absolute; z-index: -3; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(1.05); }
.hero-bg::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,253,248,.97) 0%, rgba(255,250,240,.91) 34%, rgba(230,239,226,.72) 58%, rgba(244,234,215,.5) 100%); content: ""; }
.hero-grain { position: absolute; z-index: -1; inset: 0; opacity: .05; 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='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E"); }
.hero-grid { display: grid; min-height: min(640px, calc(100svh - 78px)); grid-template-columns: .9fr 1.1fr; align-items: center; gap: 28px; padding-top: 44px; padding-bottom: 44px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--orange); }
.eyebrow.dark { color: var(--orange-dark); }
h1, h2 { margin: 0; font-family: "Archivo Black", Impact, sans-serif; font-weight: 400; letter-spacing: 0; }
.hero h1 { max-width: 650px; font-size: clamp(62px, 7vw, 108px); line-height: .86; text-transform: uppercase; text-shadow: 0 1px 0 rgba(255,255,255,.75); }
.hero h1 em, .work-copy h2 em, .offer-copy h2 em { display: block; color: var(--orange); font-style: normal; }
.hero-lead { max-width: 570px; margin: 25px 0 10px; color: var(--ink); font-size: clamp(19px, 1.75vw, 25px); font-weight: 800; line-height: 1.3; letter-spacing: 0; }
.hero-text { max-width: 510px; margin: 0; color: #536458; font-size: 14px; line-height: 1.75; }
.price-block { display: grid; width: min(100%, 430px); grid-template-columns: 1fr auto; align-items: end; gap: 5px 18px; margin-top: 26px; border: 1px solid rgba(35,104,68,.16); border-left: 5px solid var(--orange); border-radius: 8px; padding: 17px 19px; background: rgba(255,255,255,.78); box-shadow: 0 18px 48px rgba(23,52,38,.1); backdrop-filter: blur(8px); }
.price-label { color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.price-block .old-price { grid-column: 1; color: #879188; font-size: 14px; text-decoration: line-through; }
.price-block strong { grid-row: 1 / span 2; grid-column: 2; color: var(--green-deep); font-family: "Archivo Black", sans-serif; font-size: clamp(35px, 3.2vw, 47px); line-height: .92; letter-spacing: 0; }
.price-block small { grid-column: 1 / -1; color: #68766b; font-size: 10px; font-weight: 700; }
.hero-actions { display: flex; gap: 12px; margin-top: 28px; }
.hero-assurance { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.hero-assurance span { border: 1px solid rgba(35,104,68,.15); border-radius: 999px; padding: 8px 11px; background: rgba(255,255,255,.62); color: #4e6254; font-size: 10px; font-weight: 800; }
.hero-visual { position: relative; min-width: 0; padding: 34px 0 18px; }
.hero-visual::before { position: absolute; top: 9%; right: 5%; bottom: 12%; left: 12%; border: 1px solid rgba(35,104,68,.18); border-radius: 8px; background: linear-gradient(135deg, rgba(255,104,28,.92), rgba(255,188,93,.88) 50%, rgba(222,236,223,.92)); content: ""; transform: skewY(-3deg); box-shadow: 0 26px 65px rgba(23,52,38,.13); }
.hero-visual::after { position: absolute; top: 16%; right: 8%; bottom: 19%; left: 19%; border: 1px solid rgba(255,255,255,.45); border-radius: 8px; content: ""; }
.hero-image-wrap { position: relative; z-index: 2; transform: rotate(-1deg); }
.hero-image-wrap::after { position: absolute; z-index: -1; right: 13%; bottom: 10%; left: 8%; height: 16%; border-radius: 50%; background: #173426; filter: blur(24px); content: ""; opacity: .45; }
.hero-image-wrap img { width: 112%; max-width: none; margin-left: -10%; filter: drop-shadow(0 34px 32px rgba(23,52,38,.26)); }
.hero-image-mobile { display: none; }
.model-stamp { position: absolute; z-index: 1; top: -3px; right: 0; color: rgba(23,104,68,.16); font-family: "Archivo Black", sans-serif; font-size: 160px; line-height: .7; text-align: right; }
.model-stamp span { font-size: .5em; }
.hero-fact { position: absolute; z-index: 3; right: 0; bottom: -20px; display: flex; align-items: center; gap: 13px; border-left: 3px solid var(--orange); padding: 12px 17px; background: rgba(255,255,255,.92); box-shadow: 0 12px 35px rgba(23,52,38,.13); backdrop-filter: blur(8px); }
.hero-fact b { font-family: "Archivo Black", sans-serif; font-size: 20px; letter-spacing: 0; }
.hero-fact span { color: #607066; font-size: 10px; text-transform: uppercase; }
.hero-fact-secondary { right: auto; bottom: auto; top: 20px; left: 5%; border-left: 0; border-bottom: 3px solid var(--orange); }
.hero-series { position: absolute; z-index: 3; top: 12px; right: 10px; margin: 0; color: var(--green); font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-series span { color: var(--orange-dark); }
.hero-saving { position: absolute; z-index: 4; right: 8%; top: 58px; display: grid; gap: 2px; border-radius: 8px; padding: 13px 16px; background: var(--green-deep); color: var(--white); box-shadow: 0 14px 40px rgba(23,52,38,.22); }
.hero-saving span { color: #b9d1bc; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-saving b { color: #fff2d4; font-family: "Archivo Black", sans-serif; font-size: 23px; font-weight: 400; letter-spacing: 0; }

.purchase-strip { border-bottom: 1px solid var(--line); background: var(--white); }
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.strip-grid > div { display: flex; min-height: 102px; align-items: center; gap: 14px; border-right: 1px solid var(--line); padding: 18px 22px; }
.strip-grid > div:first-child { border-left: 1px solid var(--line); }
.mini-icon { display: grid; flex: 0 0 auto; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--cream); color: var(--orange-dark); font-weight: 800; }
.strip-grid p { display: grid; gap: 4px; margin: 0; }
.strip-grid b { font-size: 12px; }
.strip-grid small { color: var(--muted); font-size: 9px; line-height: 1.35; }

.section-heading { margin-bottom: 46px; }
.section-heading.compact { max-width: 680px; }
.section-heading h2, .work-copy h2, .specs-intro h2, .order-intro h2 { font-size: clamp(40px, 4.7vw, 67px); line-height: .98; }
.spec-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.spec-card { position: relative; min-width: 0; min-height: 210px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; padding: 25px; background: var(--white); box-shadow: 0 14px 35px rgba(18,20,16,.05); }
.spec-card::after { position: absolute; top: 0; right: 0; width: 56px; height: 6px; border-radius: 0 0 0 6px; background: var(--orange); content: ""; }
.spec-card > span { display: block; color: #a1a59d; font-size: 10px; font-weight: 800; }
.spec-card strong { display: block; margin-top: 42px; font-family: "Archivo Black", sans-serif; font-size: clamp(31px, 3vw, 44px); line-height: 1; letter-spacing: 0; }
.spec-card strong small { font-size: .5em; }
.spec-card p { margin: 12px 0 0; color: var(--muted); font-size: 12px; font-weight: 600; }
.spec-card.accent { border-color: #b9d1bc; background: var(--green-soft); color: var(--green-deep); }
.spec-card.accent > span, .spec-card.accent p { color: #58745f; }

.serious-work { background: var(--cream); }
.work-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(50px, 7vw, 100px); }
.work-image { position: relative; }
.work-image::before { position: absolute; z-index: 1; right: -16px; bottom: -16px; width: 55%; height: 55%; border: 2px solid var(--orange); content: ""; }
.work-image img { position: relative; z-index: 2; width: 100%; min-height: 540px; border-radius: 8px 42px 8px 42px; object-fit: cover; box-shadow: var(--shadow); }
.image-tag { position: absolute; z-index: 3; right: -12px; bottom: 24px; padding: 13px 18px; background: var(--orange); color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.work-copy > p:not(.eyebrow) { max-width: 520px; margin: 26px 0 34px; color: var(--muted); line-height: 1.75; }
.benefit-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.benefit-list li { display: grid; grid-template-columns: 44px 1fr; gap: 15px; border-top: 1px solid #d4d6ce; padding: 19px 0; }
.benefit-list li > span { color: var(--orange-dark); font-size: 10px; font-weight: 800; }
.benefit-list b { font-size: 14px; }
.benefit-list p { margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; }

.demo-section { background: var(--paper); }
.demo-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(42px, 7vw, 90px); }
.demo-copy h2 { margin: 0; font-family: "Archivo Black", Impact, sans-serif; font-size: clamp(40px, 4.5vw, 66px); line-height: .98; }
.demo-copy > p:not(.eyebrow) { max-width: 430px; margin: 24px 0 28px; color: var(--muted); line-height: 1.75; }
.demo-player { position: relative; }
.demo-player::before { position: absolute; z-index: 1; top: -16px; right: -16px; width: 42%; height: 42%; border: 2px solid var(--orange); content: ""; }
.demo-play, .demo-player iframe { position: relative; z-index: 2; display: block; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border: 0; border-radius: 8px; background: #132419; box-shadow: var(--shadow); }
.demo-play { padding: 0; cursor: pointer; }
.demo-play img { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .84; transition: transform .35s ease, opacity .35s ease; }
.demo-play::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,20,14,.08), rgba(9,20,14,.56)); content: ""; }
.demo-play:hover img { transform: scale(1.04); opacity: .96; }
.play-button { position: absolute; z-index: 3; top: 50%; left: 50%; display: grid; width: 76px; height: 76px; place-items: center; border-radius: 50%; background: var(--orange); color: var(--white); transform: translate(-50%, -50%); box-shadow: 0 16px 38px rgba(20,22,18,.28); }
.play-button svg { width: 30px; height: 30px; margin-left: 4px; fill: currentColor; }
.play-label { position: absolute; z-index: 3; right: 18px; bottom: 18px; border-radius: 6px; padding: 11px 14px; background: rgba(255,255,255,.92); color: var(--green-deep); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.demo-player p { margin: 12px 0 0; color: #757b72; font-size: 10px; line-height: 1.5; }

.features { background: var(--paper); }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.split-heading > p { max-width: 390px; margin: 0 0 6px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 340px 280px 180px; gap: 16px; }
.feature-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.feature-card img { width: 100%; height: 100%; object-fit: contain; }
.feature-card .feature-content { position: relative; z-index: 2; }
.feature-content > span { color: var(--orange-dark); font-size: 10px; font-weight: 800; }
.feature-content h3 { margin: 10px 0 10px; font-family: "Archivo Black", sans-serif; font-size: 24px; letter-spacing: 0; }
.feature-content p { max-width: 380px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.feature-large { display: grid; grid-row: 1 / 3; grid-template-rows: 1fr auto; }
.feature-large .feature-image { min-height: 0; overflow: hidden; background: #e9e7e1; }
.feature-large .feature-image img { object-fit: cover; transition: transform .5s ease; }
.feature-large:hover .feature-image img { transform: scale(1.025); }
.feature-large .feature-content { padding: 27px 30px 30px; }
.feature-dark { display: grid; grid-template-columns: 1fr 44%; border-color: #bdd4bf; background: var(--green-soft); color: var(--green-deep); }
.feature-dark .feature-content { padding: 30px; }
.feature-dark .feature-content p { color: #56705d; }
.feature-dark img { align-self: end; height: 85%; filter: drop-shadow(0 14px 14px rgba(0,0,0,.5)); }
.feature-orange { grid-column: 2; padding: 30px; border-color: var(--orange); background: var(--orange); color: var(--white); }
.feature-orange .feature-content > span, .feature-orange .feature-content p { color: rgba(255,255,255,.78); }
.feature-orange::after { position: absolute; right: -60px; bottom: -100px; width: 260px; height: 260px; border: 40px solid rgba(255,255,255,.11); border-radius: 50%; content: ""; }
.feature-wide { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; padding: 30px; background: #e9e7e1; }
.feature-wide .feature-content { max-width: 520px; }
.feature-lines { display: flex; height: 110px; align-items: end; gap: 10px; transform: skewX(-18deg); }
.feature-lines i { display: block; width: 38px; background: var(--orange); }
.feature-lines i:nth-child(1) { height: 48%; }
.feature-lines i:nth-child(2) { height: 74%; }
.feature-lines i:nth-child(3) { height: 100%; }

.gallery-section { padding-top: 20px; }
.gallery { display: grid; grid-template-columns: 1.4fr .8fr .8fr; grid-template-rows: repeat(2, 245px); gap: 12px; }
.gallery-item { position: relative; overflow: hidden; border: 0; border-radius: 13px; padding: 0; background: #e7e6e0; cursor: zoom-in; }
.gallery-main { grid-row: 1 / 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gallery-main img, .gallery-item:last-child img { object-fit: contain; padding: 8%; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item span { position: absolute; right: 11px; bottom: 11px; padding: 8px 10px; border-radius: 6px; background: rgba(23,25,21,.83); color: var(--white); font-size: 9px; font-weight: 700; opacity: 0; transition: opacity .2s ease; }
.gallery-item:hover span { opacity: 1; }

.specifications { border-top: 1px solid #c7d9c8; border-bottom: 1px solid #c7d9c8; background: #e5f0e5; color: var(--ink); }
.specs-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 120px); }
.specs-intro > p:not(.eyebrow) { max-width: 430px; color: #5f7365; line-height: 1.7; }
.specs-intro img { max-height: 225px; margin: 42px auto 0; object-fit: contain; filter: drop-shadow(0 18px 24px rgba(0,0,0,.4)); }
.spec-table-wrap { min-width: 0; }
table { width: 100%; border-collapse: collapse; }
th, td { border-bottom: 1px solid #bdd1bf; padding: 18px 4px; font-size: 13px; line-height: 1.4; text-align: left; }
th { width: 49%; color: #617667; font-weight: 500; }
td { padding-left: 24px; color: var(--green-deep); font-weight: 700; }
thead th { color: var(--ink); font-size: 14px; font-weight: 800; }

.why-us { background: var(--cream); }
.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.reason-grid article { min-height: 220px; border-top: 3px solid var(--ink); padding: 22px; background: var(--white); }
.reason-grid article > span { color: var(--orange-dark); font-size: 10px; font-weight: 800; }
.reason-grid h3 { margin: 54px 0 10px; font-family: "Archivo Black", sans-serif; font-size: 21px; letter-spacing: 0; }
.reason-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.offer-band { overflow: hidden; background: #f8b55c; color: var(--ink); }
.offer-grid { display: grid; min-height: 470px; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 50px; }
.offer-product { position: relative; align-self: stretch; }
.offer-product img { position: absolute; z-index: 2; top: 50%; width: 110%; transform: translateY(-50%) rotate(-2deg); filter: drop-shadow(0 25px 24px rgba(0,0,0,.36)); }
.offer-number { position: absolute; top: 50%; left: -20px; transform: translateY(-50%); color: rgba(255,255,255,.22); font-family: "Archivo Black", sans-serif; font-size: 300px; }
.offer-copy { position: relative; z-index: 3; padding: 70px 0; }
.offer-copy h2 { font-size: clamp(55px, 6vw, 85px); line-height: .9; }
.offer-price { display: grid; margin: 24px 0; }
.offer-price s { color: #7a684e; font-size: 13px; }
.offer-price strong { font-family: "Archivo Black", sans-serif; font-size: 35px; letter-spacing: 0; }
.offer-copy > p:last-child { margin: 18px 0 0; color: #5d513f; font-size: 12px; }
.offer-copy > p a { color: var(--green-deep); font-weight: 800; }

.order-section { background: var(--paper); }
.order-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 8vw, 110px); }
.order-intro > p:not(.eyebrow) { max-width: 440px; color: var(--muted); line-height: 1.7; }
.contact-card { display: grid; grid-template-columns: 1fr; gap: 10px; width: min(100%, 430px); margin-top: 40px; border: 1px solid rgba(35,104,68,.14); border-left: 5px solid var(--green); border-radius: 8px; padding: 18px; background: rgba(255,255,255,.78); box-shadow: 0 18px 48px rgba(23,52,38,.08); }
.contact-card > span { margin-bottom: 2px; color: var(--green-deep); font-size: 13px; font-weight: 900; }
.contact-action { display: flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; border-radius: 8px; padding: 0 16px; font-size: 13px; font-weight: 900; text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease; }
.contact-action:hover { transform: translateY(-2px); }
.contact-action svg { flex: 0 0 auto; width: 18px; height: 18px; fill: currentColor; }
.contact-call { border: 1px solid rgba(23,77,52,.28); background: var(--white); color: var(--green-deep); }
.contact-call:hover { border-color: var(--green); background: var(--green-soft); }
.contact-whatsapp { border: 1px solid #128c7e; background: #128c7e; color: var(--white); box-shadow: 0 12px 28px rgba(18,140,126,.22); }
.contact-whatsapp:hover { border-color: #0f766b; background: #0f766b; }
.order-form { position: relative; border: 1px solid #dedfd9; border-radius: 26px 8px 26px 8px; padding: 38px; background: var(--white); box-shadow: 0 30px 80px rgba(17,19,15,.1); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; margin-bottom: 20px; }
.field label { margin-bottom: 8px; font-size: 11px; font-weight: 800; }
.field label span { color: var(--orange-dark); }
.field label small { color: var(--muted); font-weight: 500; }
.field input, .field textarea { width: 100%; border: 1px solid #cfd2ca; border-radius: 7px; padding: 13px 14px; background: #fdfdfb; color: var(--ink); font-size: 14px; transition: border-color .2s, box-shadow .2s; }
.field input { height: 48px; }
.field textarea { resize: vertical; }
.field input:focus, .field textarea:focus { border-color: var(--orange); outline: none; box-shadow: 0 0 0 3px rgba(243,111,33,.12); }
.field input[aria-invalid="true"] { border-color: var(--error); }
.error { min-height: 15px; margin-top: 5px; color: var(--error); font-size: 10px; }
.submit-button { width: 100%; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; text-align: center; }
.form-status { display: none; margin-bottom: 20px; border-radius: 7px; padding: 13px; font-size: 12px; line-height: 1.5; }
.form-status.visible { display: block; }
.form-status.error-state { background: #fff0ee; color: var(--error); }
.form-status.info-state { background: #fff4e9; color: #8a400e; }

.site-footer { border-top: 1px solid #cfd8cb; background: #edf2e8; color: var(--ink); padding: 66px 0 22px; }
.footer-main { display: grid; grid-template-columns: 1.55fr repeat(3, 1fr); gap: 55px; }
.footer-main > div { display: flex; align-items: flex-start; flex-direction: column; gap: 9px; }
.footer-main b { margin-bottom: 5px; font-size: 11px; color: var(--green); text-transform: uppercase; letter-spacing: .1em; }
.footer-main p, .footer-main a:not(.brand) { margin: 0; color: #5d7062; font-size: 11px; line-height: 1.5; text-decoration: none; }
.footer-main a:not(.brand):hover { color: var(--orange); }
.footer-brand { margin-bottom: 10px; }
.footer-brand .brand-mark { background: var(--orange); color: var(--white); }
.footer-socials { gap: 10px; }
.social-row { display: flex; gap: 10px; }
.footer-main .social-link { display: grid; width: 43px; height: 43px; place-items: center; border: 1px solid #d4dfd2; border-radius: 10px; background: rgba(255,255,255,.72); color: var(--ink); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.footer-main .social-link:hover { border-color: rgba(35,104,68,.24); background: var(--white); transform: translateY(-2px); box-shadow: 0 12px 26px rgba(23,52,38,.11); }
.social-link[href*="instagram"] { color: #c13584; }
.social-link[href*="facebook"] { color: #1877f2; }
.social-link[href*="wa.me"] { color: #128c7e; }
.social-link svg { display: block; width: 22px; height: 22px; fill: currentColor; stroke: none; }
.social-link[href*="instagram"] svg { width: 22px; height: 25px; }
.social-link[href*="facebook"] svg { width: 24px; height: 24px; }
.social-link[href*="wa.me"] svg { width: 24px; height: 24px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; border-top: 1px solid #ccd7ca; padding-top: 20px; color: #708074; font-size: 10px; }
.footer-bottom a { text-decoration: none; }
.mobile-cta { display: none; }

.lightbox { width: min(92vw, 980px); max-width: none; border: 0; border-radius: 14px; padding: 44px 18px 18px; background: var(--white); box-shadow: var(--shadow); }
.lightbox::backdrop { background: rgba(8,9,7,.83); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; }
.lightbox-close { position: absolute; top: 6px; right: 11px; border: 0; background: transparent; color: var(--ink); font-size: 30px; cursor: pointer; }

@media (max-width: 960px) {
  .section { padding: 88px 0; }
  .primary-nav { gap: 16px; }
  .hero-grid { min-height: 600px; grid-template-columns: 1fr 1fr; }
  .hero h1 { font-size: 65px; }
  .strip-grid { grid-template-columns: repeat(2, 1fr); }
  .strip-grid > div:nth-child(odd) { border-left: 1px solid var(--line); }
  .strip-grid > div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .spec-card-grid { grid-template-columns: repeat(2, 1fr); }
  .spec-card:nth-child(n) { border: 1px solid var(--line); }
  .spec-card.accent { border-color: #b9d1bc; }
  .work-image img { min-height: 430px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-rows: repeat(2, 210px); }
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .order-grid { grid-template-columns: .8fr 1.2fr; gap: 35px; }
  .footer-main { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 24px; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 66px; }
  body { padding-bottom: 66px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .header-inner { min-height: 66px; }
  .brand { font-size: 15px; }
  .brand-mark { width: 38px; height: 38px; }
  .header-call { display: inline-flex; min-height: 40px; padding-inline: 13px; font-size: 12px; }
  .header-call svg { display: none; }
  .nav-toggle { display: none; padding: 7px 0 7px 7px; }
  .primary-nav { position: fixed; z-index: 60; top: 66px; right: 0; bottom: 0; left: 0; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 28px; background: var(--paper); }
  .primary-nav.open { display: flex; }
  .primary-nav a { border-bottom: 1px solid var(--line); padding: 18px 0; font-size: 18px; }
  .primary-nav a::after { display: none; }
  .hero::after { inset: auto 0 0; height: 36%; }
  .hero-bg img { object-position: 64% center; }
  .hero-bg::after { background: linear-gradient(180deg, rgba(255,253,248,.98) 0%, rgba(255,250,240,.93) 45%, rgba(230,239,226,.72) 100%); }
  .hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 10px; padding-top: 26px; padding-bottom: 24px; }
  .hero h1 { max-width: 100%; font-size: clamp(42px, 12.5vw, 54px); line-height: .92; }
  .hero-lead { margin-top: 14px; font-size: 19px; }
  .hero-text { font-size: 13px; }
  .price-block { grid-template-columns: 1fr; margin-top: 16px; padding: 13px; }
  .price-block strong { grid-row: auto; grid-column: 1; font-size: 34px; }
  .hero-actions { margin-top: 16px; }
  .hero-actions .button { flex: 1; min-height: 50px; padding-inline: 14px; }
  .hero-assurance { display: none; }
  .hero-visual { position: relative; z-index: 1; right: auto; bottom: auto; width: auto; min-height: 205px; margin-top: -2px; padding: 10px 0 18px; }
  .hero-visual::before { top: 31%; right: 0; bottom: 8%; left: 0; border-radius: 8px; opacity: .88; transform: none; }
  .hero-visual::after { top: 39%; right: 8%; bottom: 19%; left: 8%; }
  .hero-image-wrap { position: relative; inset: auto; display: grid; min-height: 165px; align-items: center; transform: none; }
  .hero-image-wrap::after { right: 11%; bottom: 12%; left: 11%; height: 13%; filter: blur(18px); opacity: .28; }
  .hero-image-desktop { display: none; }
  .hero-image-mobile { display: block; }
  .hero-image-wrap img.hero-image-mobile { width: min(100%, 360px); max-width: 100%; margin: 0 auto; object-fit: contain; transform: none; filter: drop-shadow(0 20px 22px rgba(23,52,38,.18)); }
  .model-stamp { top: 12px; right: 12px; font-size: 88px; }
  .hero-fact { right: 0; bottom: 0; }
  .hero-saving { top: 24px; right: 0; padding: 10px 12px; }
  .hero-saving b { font-size: 18px; }
  .hero-fact-secondary, .hero-series { display: none; }
  .strip-grid { grid-template-columns: repeat(2, 1fr); }
  .strip-grid > div { min-height: 91px; padding: 14px 10px; }
  .mini-icon { width: 29px; height: 29px; font-size: 11px; }
  .strip-grid b { font-size: 10px; }
  .strip-grid small { font-size: 8px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2, .work-copy h2, .specs-intro h2, .order-intro h2 { font-size: 44px; }
  .spec-card { min-height: 150px; padding: 18px; }
  .spec-card strong { margin-top: 27px; font-size: 35px; }
  .work-grid { grid-template-columns: 1fr; gap: 50px; }
  .work-image { margin-right: 8px; }
  .work-image img { min-height: 390px; }
  .demo-grid { grid-template-columns: 1fr; gap: 32px; }
  .demo-copy h2 { font-size: 44px; }
  .demo-copy > p:not(.eyebrow) { margin: 20px 0 24px; }
  .demo-player::before { top: -10px; right: -8px; }
  .play-button { width: 62px; height: 62px; }
  .play-button svg { width: 25px; height: 25px; }
  .play-label { right: 12px; bottom: 12px; padding: 9px 11px; font-size: 9px; }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 20px; }
  .feature-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: auto; }
  .feature-large, .feature-dark, .feature-orange, .feature-wide { grid-column: auto; grid-row: auto; }
  .feature-large { min-height: 490px; grid-template-rows: 1fr auto; }
  .feature-dark { min-height: 280px; }
  .feature-orange { min-height: 235px; }
  .feature-wide { min-height: 215px; }
  .feature-lines { height: 80px; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: none; gap: 12px; }
  .gallery-main { grid-column: 1 / -1; grid-row: auto; }
  .gallery-item { min-height: 230px; aspect-ratio: 16 / 10; }
  .gallery-item:nth-child(n+3) { display: none; }
  .gallery-main img { object-fit: contain; padding: 7%; }
  .gallery-item span { opacity: 1; }
  .specs-layout { grid-template-columns: 1fr; gap: 45px; }
  .specs-intro img { max-height: 180px; }
  th, td { padding-block: 16px; font-size: 11px; }
  td { padding-left: 12px; }
  .reason-grid { grid-template-columns: 1fr 1fr; gap: 9px; }
  .reason-grid article { min-height: 190px; padding: 17px; }
  .reason-grid h3 { margin-top: 40px; font-size: 21px; }
  .offer-grid { min-height: 0; grid-template-columns: 1fr; gap: 0; padding-top: 38px; padding-bottom: 50px; }
  .offer-product { min-height: 255px; }
  .offer-product img { width: 115%; margin-left: -7%; }
  .offer-number { left: 0; font-size: 190px; }
  .offer-copy { padding: 0; }
  .order-grid { grid-template-columns: 1fr; gap: 38px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .order-form { padding: 23px 18px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 36px 22px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .mobile-cta { position: fixed; z-index: 48; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8px; border-top: 1px solid var(--line); padding: 8px max(12px, env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
  .mobile-cta a { display: flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid var(--ink); border-radius: 7px; font-size: 13px; font-weight: 800; text-decoration: none; }
  .mobile-cta a:last-child { border-color: var(--orange); background: var(--orange); color: var(--white); }
}

@media (max-width: 380px) {
  .container { width: min(calc(100% - 22px), var(--container)); }
  .hero h1 { font-size: 48px; }
  .hero-actions { gap: 8px; }
  .hero-actions .button { font-size: 12px; }
  .hero-assurance span { font-size: 9px; }
  .spec-card { padding: 14px; }
  .spec-card strong { font-size: 30px; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-grid article { min-height: 155px; }
  .reason-grid h3 { margin-top: 26px; }
  .gallery-item { min-height: 205px; }
}

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