:root {
  --font-geist-sans: Arial, Helvetica, sans-serif;
  --font-geist-mono: "Courier New", monospace;
  --ink: #071521;
  --deep: #0d2230;
  --green: #00c896;
  --mint: #55e3c2;
  --cyan: #2e9cca;
  --silver: #aeb9c4;
  --silver-light: #d8e0e7;
  --paper: #f2f5f7;
  --muted: #8fa0ad;
  --line: rgba(255, 255, 255, .12);
  --darkline: rgba(7, 21, 33, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: #f2faf7; font-family: var(--font-geist-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h2 { margin: 0; font-size: clamp(40px, 4.3vw, 64px); line-height: 1.03; letter-spacing: -.05em; font-weight: 620; }

header {
  position: fixed; z-index: 50; inset: 0 0 auto; height: 96px;
  padding: 0 clamp(22px, 5vw, 80px); display: flex; align-items: center; gap: 34px;
  background: rgba(5, 17, 27, .92); border-bottom: 1px solid rgba(174,185,196,.18); backdrop-filter: blur(20px);
}
.brand { display: flex; align-items: center; gap: 15px; min-width: max-content; }
.brand img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 30px rgba(46, 156, 202, .28); }
.brand span { display: flex; flex-direction: column; }
.brand strong { font-size: 23px; letter-spacing: .24em; }
.brand small { margin-top: 6px; color: var(--silver); font-size: 9px; letter-spacing: .34em; }
header nav { display: flex; gap: clamp(20px, 2.4vw, 39px); margin-left: auto; }
header nav a { color: #c7d1da; font-size: 15px; font-weight: 540; transition: .2s; }
header nav a:hover { color: var(--mint); }

.btn {
  min-height: 56px; padding: 0 26px; display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  border: 1px solid rgba(111, 255, 216, .42); border-radius: 6px;
  background: linear-gradient(135deg, #00bd8f, #087e72); color: white; font-size: 14px; font-weight: 750;
  box-shadow: 0 16px 35px rgba(0, 198, 151, .18); transition: .2s;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 19px 42px rgba(0, 214, 163, .3); }
.btn.small { min-height: 46px; padding: 0 20px; font-size: 13px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; color: var(--silver-light); font-size: 10px; font-weight: 850; letter-spacing: .23em; }
.eyebrow i { width: 28px; height: 1px; background: var(--green); box-shadow: 0 0 8px var(--green); }
.eyebrow.dark { color: #276b86; }
.micro { margin: 0 0 12px; color: var(--green); font-size: 9px; font-weight: 850; letter-spacing: .23em; }
.link { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 14px; font-weight: 700; }

.hero {
  min-height: 845px; padding: 190px clamp(22px, 6vw, 96px) 105px; overflow: hidden;
  background: linear-gradient(rgba(216,224,231,.026) 1px, transparent 1px), linear-gradient(90deg, rgba(216,224,231,.026) 1px, transparent 1px), radial-gradient(circle at 80% 44%, rgba(46,156,202,.18), transparent 31%), radial-gradient(circle at 67% 78%, rgba(0,200,150,.07), transparent 25%), linear-gradient(135deg, #06131f, #0b2433);
  background-size: 72px 72px, 72px 72px, auto, auto;
}
.hero-inner { max-width: 1380px; margin: auto; display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.hero h1 { margin: 0; font-size: clamp(50px, 5.45vw, 80px); line-height: 1; letter-spacing: -.058em; font-weight: 590; }
.hero h1 em, .final h2 em, .focus-copy h2 em { display: block; margin-top: 12px; color: transparent; background: linear-gradient(90deg, var(--silver-light), #62b8d5 52%, var(--mint)); background-clip: text; font-style: normal; }
.lead { max-width: 620px; color: #b8c4ce; font-size: 17px; line-height: 1.78; }
.actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.checks { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 38px; color: #8fa2b0; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.hero-screen { position: relative; padding: 50px 0; }
.halo { position: absolute; inset: 0; background: radial-gradient(circle, rgba(46,156,202,.23), transparent 58%); filter: blur(25px); }
.browser { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(174,185,196,.38); border-radius: 10px; background: #eef3f5; box-shadow: 0 40px 100px rgba(0,0,0,.58); transform: perspective(1400px) rotateY(-4deg); }
.browser-top { height: 42px; padding: 0 14px; display: flex; align-items: center; justify-content: space-between; background: #111f2a; color: #81919e; font-size: 8px; letter-spacing: .13em; }
.browser-top em { color: var(--green); font-style: normal; font-size: 7px; }
.float { position: absolute; z-index: 4; width: 158px; padding: 17px; background: rgba(8,27,40,.96); border: 1px solid rgba(174,185,196,.28); border-radius: 8px; box-shadow: 0 18px 45px rgba(0,0,0,.4); }
.float small { display: block; color: #8799a7; font-size: 8px; letter-spacing: .16em; }
.float strong { display: block; margin: 7px 0 3px; font-size: 24px; }
.float span { color: var(--green); font-size: 9px; }
.float.one { left: -30px; bottom: 18px; }
.float.two { right: -22px; top: 16px; }
.strip { min-height: 92px; padding: 20px 6vw; display: flex; align-items: center; justify-content: center; gap: 5vw; background: #0c2230; border-block: 1px solid rgba(174,185,196,.16); color: #bcc7d0; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px var(--green); }

.light-section { padding: 125px clamp(22px, 7vw, 110px); color: var(--ink); background: var(--paper); }
.center-title { max-width: 880px; margin: 0 auto 68px; text-align: center; }
.center-title .eyebrow { justify-content: center; }
.pain-grid { max-width: 1240px; margin: auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: 48px; }
.pain-list { display: grid; gap: 16px; }
.pain-list article { padding: 24px; display: grid; grid-template-columns: 64px 1fr; gap: 20px; align-items: center; border: 1px solid var(--darkline); background: #fbfcfd; box-shadow: 0 12px 30px rgba(7,21,33,.05); transition: .2s; }
.pain-list article:hover { transform: translateX(5px); border-color: rgba(46,156,202,.42); box-shadow: 0 18px 36px rgba(7,21,33,.1); }
.pain-icon, .feature-icon { width: 58px; height: 58px; display: grid; place-items: center; color: #087860; background: linear-gradient(145deg,#dce8ef,#f9fbfc); border: 1px solid #c1d0da; border-radius: 14px; box-shadow: inset 0 0 0 1px rgba(255,255,255,.8); font-size: 24px; font-weight: 750; }
.pain-list h3 { margin: 0 0 8px; font-size: 19px; }
.pain-list p { margin: 0; color: #687570; font-size: 14px; line-height: 1.65; }
.decision { position: relative; overflow: hidden; min-height: 470px; padding: 50px; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(140deg,#081a29,#12354a); color: white; box-shadow: 0 28px 65px rgba(7,21,33,.24); }
.decision > *:not(.orbit) { position: relative; z-index: 2; }
.orbit { position: absolute; width: 480px; height: 480px; right: -170px; top: -220px; border: 1px solid rgba(174,185,196,.25); border-radius: 50%; box-shadow: 0 0 0 60px rgba(46,156,202,.06), 0 0 0 120px rgba(174,185,196,.025); }
.decision h3 { max-width: 520px; margin: 0; font-size: 35px; line-height: 1.08; }
.decision > p:not(.micro) { color: #b7c4ce; line-height: 1.7; font-size: 14px; }
.decision-flow { margin: 24px 0; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 10px; }
.decision-flow span { min-height: 68px; padding: 13px; display: flex; flex-direction: column; justify-content: center; color: #aebbc5; border: 1px solid rgba(174,185,196,.2); font-size: 10px; }
.decision-flow span b { color: var(--green); font-size: 8px; letter-spacing: .12em; }
.decision-flow i { color: var(--green); font-style: normal; }
.decision-flow .active { color: white; background: linear-gradient(135deg,rgba(46,156,202,.18),rgba(0,200,150,.12)); border-color: rgba(174,185,196,.34); }
.decision aside { padding: 18px; display: grid; grid-template-columns: 1fr auto; gap: 6px 20px; background: rgba(216,224,231,.07); border-left: 3px solid var(--green); }
.decision aside span { grid-column: 1/-1; color: var(--green); font-size: 8px; letter-spacing: .15em; }
.decision aside strong { font-size: 13px; }
.decision aside em { color: #b3c0ca; font-size: 10px; font-style: normal; }

.consulting { padding: 125px clamp(22px,7vw,110px); background: linear-gradient(135deg,#071724,#0d2b3c); }
.consulting-intro { max-width: 1240px; margin: auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: center; }
.consulting-intro > div > p:not(.eyebrow) { color: #b4c1cb; font-size: 16px; line-height: 1.8; }
.consulting-intro figure { position: relative; margin: 0; overflow: hidden; border: 1px solid rgba(174,185,196,.26); box-shadow: 0 35px 80px rgba(0,0,0,.32); }
.consulting-intro figure img { width: 100%; aspect-ratio: 16/10; object-fit: cover; filter: saturate(.88) contrast(1.04); }
.consulting-intro figcaption { position: absolute; inset: auto 22px 22px; padding: 17px 20px; display: flex; flex-direction: column; background: rgba(6,23,35,.9); border: 1px solid rgba(174,185,196,.25); backdrop-filter: blur(12px); }
.consulting-intro figcaption small { color: var(--green); font-size: 8px; letter-spacing: .15em; }
.consulting-intro figcaption strong { margin-top: 6px; }
.consulting-steps { max-width: 1240px; margin: 70px auto 0; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.consulting-steps article { padding: 28px; border-right: 1px solid var(--line); }
.consulting-steps article:last-child { border: 0; }
.consulting-steps span { color: var(--green); font-size: 10px; letter-spacing: .15em; }
.consulting-steps h3 { margin: 36px 0 10px; font-size: 20px; }
.consulting-steps p { margin: 0; color: #a5b4bf; font-size: 13px; line-height: 1.65; }

.product { background: white; }
.split-title { max-width: 1240px; margin: auto; display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.split-title > p { margin: 0; color: #67746f; font-size: 15px; line-height: 1.8; }
.features { max-width: 1240px; margin: 70px auto 88px; display: grid; grid-template-columns: repeat(4,1fr); gap: 15px; }
.features article { position: relative; min-height: 260px; padding: 26px; background: #f4f7f9; border: 1px solid var(--darkline); box-shadow: 0 12px 30px rgba(7,21,33,.04); transition: .22s; }
.features article:hover { transform: translateY(-7px); background: white; border-color: rgba(46,156,202,.42); box-shadow: 0 22px 45px rgba(7,21,33,.11); }
.features article > i { position: absolute; right: 25px; top: 25px; color: #2e7f9f; font-style: normal; }
.features h3 { margin: 36px 0 12px; font-size: 20px; }
.features p { color: #6d7975; font-size: 13px; line-height: 1.65; }
.showcase { max-width: 1240px; margin: auto; padding: 58px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 55px; align-items: center; background: linear-gradient(135deg,#e8eef2,#f6f8fa); border: 1px solid #cad5dd; }
.showcase h3 { margin: 0; font-size: 34px; line-height: 1.1; letter-spacing: -.035em; }
.showcase p { color: #67746f; font-size: 14px; line-height: 1.7; }
.showcase ul { padding: 0; list-style: none; }
.showcase li { padding: 9px 0; border-bottom: 1px solid var(--darkline); color: #126e5a; font-size: 13px; }
.showcase img { filter: drop-shadow(0 23px 25px rgba(6,17,14,.15)); }

.automation { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; background: linear-gradient(135deg,#e4ebef,#f1f4f6); }
.auto-copy { max-width: 620px; margin-left: auto; }
.auto-copy > p:not(.eyebrow) { color: #65726e; line-height: 1.8; }
.auto-list { margin-top: 32px; display: grid; gap: 10px; }
.auto-list div { min-height: 78px; padding: 12px 15px; display: grid; grid-template-columns: 52px 1fr 28px; gap: 14px; align-items: center; background: rgba(255,255,255,.72); border: 1px solid rgba(110,130,145,.22); }
.auto-list > div > span { width: 48px; height: 48px; display: grid; place-items: center; color: #087860; background: linear-gradient(145deg,#d7e5ed,#eef6f5); border: 1px solid #c2d1db; border-radius: 10px; font-size: 12px; font-weight: 800; }
.auto-list p { margin: 0; display: flex; flex-direction: column; }
.auto-list p b { font-size: 14px; }
.auto-list p small { margin-top: 5px; color: #75827d; }
.auto-list em { width: 24px; height: 24px; display: grid; place-items: center; color: white; background: #009171; border-radius: 50%; font-size: 12px; font-style: normal; }
.doc-visual { position: relative; min-height: 520px; border: 1px solid rgba(46,156,202,.18); background: radial-gradient(circle at 50% 45%,rgba(46,156,202,.11),transparent 55%); }
.flow-label { position: absolute; z-index: 4; color: #668079; font-size: 8px; letter-spacing: .18em; }
.flow-label.input { left: 18px; top: 18px; }
.flow-label.output { right: 18px; bottom: 18px; }
.paper { position: absolute; width: 70%; height: 230px; left: 8%; top: 88px; background: white; border: 1px solid #cbd7df; box-shadow: 0 25px 55px rgba(7,21,33,.09); }
.p1 { transform: rotate(-8deg); opacity: .5; }
.p2 { transform: rotate(-3deg); opacity: .75; }
.doc { position: absolute; z-index: 3; width: 78%; left: 4%; top: 120px; padding: 28px; display: grid; grid-template-columns: 60px 1fr 28px; gap: 18px; align-items: center; background: white; border: 1px solid #cbd7df; box-shadow: 0 25px 55px rgba(7,21,33,.13); }
.doc > b { width: 60px; height: 60px; display: grid; place-items: center; color: #087860; background: linear-gradient(145deg,#d8e6ee,#ecf5f3); border: 1px solid #c3d2dc; border-radius: 9px; }
.doc small, .insight small { display: block; color: #71807b; font-size: 8px; letter-spacing: .15em; }
.doc strong, .insight strong { display: block; margin-top: 7px; }
.doc > i { width: 27px; height: 27px; display: grid; place-items: center; color: white; background: #008e70; border-radius: 50%; font-style: normal; }
.flow { position: absolute; z-index: 2; width: 2px; height: 116px; left: 44%; top: 240px; background: linear-gradient(#008e70,var(--cyan)); }
.flow i { position: absolute; left: -3px; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px var(--green); }
.flow i:nth-child(1) { top: 8px; }.flow i:nth-child(2) { top: 52px; }.flow i:nth-child(3) { bottom: 8px; }
.insight { position: absolute; z-index: 4; width: 71%; right: 2%; top: 337px; padding: 29px; background: linear-gradient(135deg,#081c2a,#103448); color: white; border: 1px solid rgba(174,185,196,.28); box-shadow: 0 25px 55px rgba(7,21,33,.28); }
.insight span { display: inline-block; margin-top: 14px; padding: 7px 10px; color: var(--green); border: 1px solid rgba(0,214,163,.25); font-size: 9px; }

.focus-section { position: relative; min-height: 690px; overflow: hidden; display: flex; align-items: center; }
.focus-section > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.08); }
.focus-section::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,18,29,.96) 0%,rgba(7,27,40,.86) 42%,rgba(7,27,40,.31) 75%,rgba(7,27,40,.12)); }
.focus-copy { position: relative; z-index: 2; max-width: 710px; margin-left: clamp(22px,8vw,125px); padding: 80px 0; }
.focus-copy h2 { font-size: clamp(42px,4.8vw,68px); }
.focus-copy > p:not(.eyebrow) { max-width: 620px; color: #c0cad2; font-size: 16px; line-height: 1.8; }

.rural { position: relative; overflow: hidden; min-height: 780px; padding: 135px clamp(22px,7vw,110px); display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; background: #0b2b35; }
.rural-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.06); }
.rural-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,24,35,.97) 0%,rgba(7,38,47,.91) 42%,rgba(9,48,48,.5) 72%,rgba(10,51,45,.28)); }
.rural-copy, .rural-stats { position: relative; z-index: 2; }
.rural-copy h2 { font-size: clamp(50px,5.5vw,78px); }
.rural-copy > p:not(.eyebrow) { color: #c2d4ce; font-size: 16px; line-height: 1.8; }
.tags { margin: 30px 0; display: flex; flex-wrap: wrap; gap: 8px; }
.tags span { padding: 11px 14px; background: rgba(7,27,40,.55); border: 1px solid rgba(216,224,231,.22); color: #d5dee5; font-size: 10px; backdrop-filter: blur(8px); }
.rural-stats { min-height: 500px; }
.rural-stats article { position: absolute; width: 235px; padding: 25px; background: rgba(6,24,35,.92); border: 1px solid rgba(174,185,196,.29); box-shadow: 0 24px 60px rgba(0,0,0,.3); backdrop-filter: blur(12px); }
.rural-stats article:nth-of-type(1) { top: 5px; left: 18px; }
.rural-stats article:nth-of-type(2) { top: 170px; right: 10px; }
.rural-stats article:nth-of-type(3) { bottom: 8px; left: 92px; }
.rural-stats small { display: block; color: #8eaaa1; font-size: 8px; letter-spacing: .15em; }
.rural-stats strong { display: block; margin: 10px 0 3px; font-size: 25px; }
.rural-stats em { color: var(--green); font-size: 9px; font-style: normal; }

.film { display: grid; grid-template-columns: .58fr 1.42fr; gap: 65px; align-items: center; }
.film > div > p:not(.eyebrow) { color: #66736f; line-height: 1.8; }
.film video { width: 100%; max-height: 660px; padding: 10px; background: #071521; border: 1px solid #2a475a; box-shadow: 0 32px 75px rgba(7,21,33,.22); }

.about { padding: 130px clamp(22px,7vw,110px); display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; background: linear-gradient(135deg,#071724,#102f42); }
.founder-photo { position: relative; min-height: 680px; overflow: hidden; display: flex; align-items: flex-end; justify-content: center; background: radial-gradient(circle at 50% 38%,rgba(46,156,202,.18),transparent 45%),#030a10; border: 1px solid rgba(174,185,196,.25); }
.founder-photo .portrait-glow { position: absolute; width: 520px; height: 520px; top: 20px; left: 50%; translate: -50%; border: 1px solid rgba(174,185,196,.11); border-radius: 50%; box-shadow: 0 0 0 80px rgba(46,156,202,.025); }
.founder-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: contrast(1.04) saturate(.9); }
.founder-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 54%,rgba(3,11,18,.92)); }
.founder-photo > div { position: relative; z-index: 3; width: calc(100% - 42px); margin: 21px; padding: 18px 20px; display: flex; flex-direction: column; background: rgba(6,23,35,.86); border: 1px solid rgba(174,185,196,.24); backdrop-filter: blur(12px); }
.founder-photo small { color: var(--green); font-size: 8px; letter-spacing: .14em; }
.founder-photo strong { margin-top: 6px; font-size: 20px; }
.about-copy h2 { max-width: 760px; }
.about-copy blockquote { margin: 36px 0 24px; padding-left: 24px; color: #e1e8ee; border-left: 2px solid var(--green); font-size: 20px; line-height: 1.6; }
.about-copy > p:not(.eyebrow) { color: #aebdc8; font-size: 15px; line-height: 1.8; }
.credentials { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 9px; }
.credentials span { padding: 11px 14px; color: #c6d1da; border: 1px solid rgba(174,185,196,.2); font-size: 11px; }

.final { position: relative; overflow: hidden; padding: 135px 22px; text-align: center; background: radial-gradient(circle at 50% 42%,#153e54,#071521 65%); }
.final > *:not(.final-ring) { position: relative; z-index: 2; }
.final-ring { position: absolute; width: 780px; height: 780px; left: 50%; top: 50%; translate: -50% -50%; border: 1px solid rgba(174,185,196,.1); border-radius: 50%; box-shadow: 0 0 0 110px rgba(46,156,202,.025); }
.final img { width: 105px; height: 105px; margin: 0 auto 30px; border-radius: 50%; box-shadow: 0 0 55px rgba(46,156,202,.28); }
.final .eyebrow { justify-content: center; }
.final h2 { margin: 0 auto; max-width: 1000px; font-size: clamp(44px,5vw,70px); line-height: 1.06; letter-spacing: -.05em; }
.final > p:not(.eyebrow) { max-width: 720px; margin: 24px auto 36px; color: #b8c5ce; line-height: 1.7; }

footer { padding: 42px clamp(22px,6vw,95px); display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; background: #050f18; border-top: 1px solid rgba(174,185,196,.16); }
footer .brand img { width: 52px; height: 52px; }
footer > div { display: flex; gap: 24px; color: #aebbc5; font-size: 12px; }
footer > p { grid-column: 1/-1; margin: 0; color: #617482; font-size: 10px; }
.whatsapp { position: fixed; z-index: 40; right: 22px; bottom: 22px; padding: 11px 15px; display: flex; align-items: center; gap: 12px; color: #062018; background: #65f3c7; border-radius: 5px; box-shadow: 0 15px 40px rgba(0,0,0,.32); }
.whatsapp > span { display: flex; flex-direction: column; }
.whatsapp small { font-size: 7px; letter-spacing: .12em; }

@media (max-width: 1120px) {
  header nav { display: none; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .consulting-intro { grid-template-columns: 1fr; }
  .consulting-steps { grid-template-columns: repeat(2,1fr); }
  .features { grid-template-columns: repeat(2,1fr); }
  .automation, .rural { grid-template-columns: 1fr; }
  .auto-copy { max-width: none; margin: 0; }
  .doc-visual, .rural-stats { max-width: 760px; width: 100%; margin: auto; }
  .rural-overlay { background: rgba(6,30,41,.84); }
  .film { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  header { height: 76px; padding: 0 16px; }
  header .small { display: none; }
  .brand { gap: 11px; }
  .brand img { width: 48px; height: 48px; }
  .brand strong { font-size: 17px; }
  .brand small { font-size: 7px; }
  .hero { min-height: auto; padding: 130px 20px 78px; background-size: 42px 42px,42px 42px,auto,auto; }
  .hero h1 { font-size: clamp(43px,13vw,60px); }
  .lead { font-size: 15px; }
  .actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .actions .link { align-self: flex-start; }
  .float { display: none; }
  .browser { transform: none; }
  .strip { padding: 25px 20px; flex-direction: column; gap: 10px; text-align: center; }
  .strip i { display: none; }
  .light-section, .consulting, .rural, .about { padding: 82px 20px; }
  .pain-grid, .split-title, .showcase, .automation, .rural, .film, .about { grid-template-columns: 1fr; gap: 42px; }
  .pain-list article { grid-template-columns: 52px 1fr; padding: 18px; }
  .pain-icon { width: 48px; height: 48px; }
  .decision { min-height: 480px; padding: 32px 22px; }
  .decision-flow { grid-template-columns: 1fr; }
  .decision-flow i { display: none; }
  .consulting-steps, .features { grid-template-columns: 1fr; margin-top: 45px; }
  .consulting-steps article { border-right: 0; border-bottom: 1px solid var(--line); }
  .showcase { padding: 29px 20px; }
  .doc-visual { min-height: 470px; }
  .doc { width: 93%; left: 0; padding: 19px; grid-template-columns: 47px 1fr 25px; }
  .doc > b { width: 47px; height: 47px; }
  .insight { width: 90%; padding: 22px; }
  .focus-section { min-height: 720px; align-items: flex-end; }
  .focus-section::after { background: linear-gradient(0deg,rgba(5,18,29,.97) 0%,rgba(7,27,40,.72) 60%,rgba(7,27,40,.3)); }
  .focus-copy { margin: 0; padding: 60px 20px; }
  .rural { min-height: 930px; align-content: start; }
  .rural-photo { object-position: 62% center; }
  .rural-stats { min-height: 460px; }
  .rural-stats article { width: 200px; }
  .rural-stats article:nth-of-type(1) { left: 0; }
  .rural-stats article:nth-of-type(2) { right: 0; }
  .rural-stats article:nth-of-type(3) { left: 10px; }
  .founder-photo { min-height: 570px; }
  .about-copy blockquote { font-size: 17px; }
  .final { padding: 105px 20px; }
  footer { grid-template-columns: 1fr; }
  footer > div { flex-direction: column; gap: 12px; }
  .whatsapp { right: 13px; bottom: 13px; padding: 11px; }
  .whatsapp span { display: none; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
