/* Huvoo 2026 — shared styles (lightweight static build) */
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;background:#fff;font-family:'Instrument Sans',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#33475b;-webkit-font-smoothing:antialiased;line-height:1.5;text-wrap:pretty}
h1,h2,h3,h4{font-family:'Space Grotesk','Instrument Sans',sans-serif;color:#0f2743;letter-spacing:-.01em;margin:0}
p{margin:0}
a{color:#f60;text-decoration:none}
a:hover{color:#ff7d26}
img{max-width:100%;display:block}
::selection{background:#ffe1cc}
.container{max-width:1200px;margin:0 auto;padding:0 24px}
.eyebrow{color:#f60;font-weight:600;font-size:13px;letter-spacing:.6px;text-transform:uppercase;margin-bottom:14px}

/* buttons */
.btn{display:inline-flex;align-items:center;gap:9px;font-weight:600;font-size:16px;padding:15px 30px;border-radius:999px;border:1.5px solid transparent;cursor:pointer;transition:background .2s,transform .15s,border-color .2s,color .2s;line-height:1}
.btn i{font-size:13px}
.btn-primary{background:#f60;color:#fff}
.btn-primary:hover{background:#ff7d26;color:#fff;transform:translateY(-2px)}
.btn-outline{color:#0f2743;border-color:#d9e3ee}
.btn-outline:hover{border-color:#f60;color:#f60}
.btn-sm{font-size:14px;padding:11px 22px}

/* top bar + header */
.topbar{background:#0f2743;color:#aec0d4;font-size:12.5px;letter-spacing:.3px}
.topbar .container{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;padding-top:9px;padding-bottom:9px}
.topbar a{color:#aec0d4}
.topbar a:hover{color:#fff}
.dot{width:7px;height:7px;border-radius:50%;background:#f60;display:inline-block;margin-right:8px;vertical-align:middle}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,0);backdrop-filter:saturate(150%) blur(10px);transition:background .3s,box-shadow .3s}
.site-header.scrolled{background:rgba(255,255,255,.92);box-shadow:0 6px 24px -12px rgba(15,39,67,.25)}
.hd-inner{height:74px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:11px}
.brand img{height:34px;width:auto}
.brand span{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:23px;letter-spacing:.5px;color:#0f2743}
.nav{display:flex;align-items:center;gap:30px}
.nav a{color:#33475b;font-weight:500;font-size:15px}
.nav a:hover,.nav a.active{color:#f60}
.nav a.btn{color:#fff}
.burger{display:none;background:none;border:1px solid #e6edf4;color:#0f2743;width:44px;height:44px;border-radius:12px;cursor:pointer;font-size:18px}
@media(max-width:900px){
  .burger{display:flex;align-items:center;justify-content:center}
  .nav{display:none;position:absolute;left:0;right:0;top:100%;flex-direction:column;align-items:stretch;gap:0;background:#fff;border-top:1px solid #eef3f8;padding:8px 24px 18px;box-shadow:0 20px 30px -20px rgba(15,39,67,.3)}
  .nav.open{display:flex}
  .nav a{padding:13px 0;border-bottom:1px solid #f4f8fc;font-size:16px}
  .nav a.btn{margin-top:14px;justify-content:center;border-bottom:none}
  .site-header{position:relative}
}

/* hero */
.hero{position:relative;background:radial-gradient(1100px 620px at 82% -8%,#eaf2fd 0%,rgba(234,242,253,0) 60%),#fff}
.hero .container{padding-top:76px;padding-bottom:90px;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.badge{display:inline-flex;align-items:center;gap:9px;background:#fff5ef;color:#d85400;font-weight:600;font-size:12.5px;letter-spacing:.4px;text-transform:uppercase;padding:7px 14px;border-radius:999px;border:1px solid #ffe1cc;margin-bottom:24px}
.hero h1{font-weight:600;font-size:clamp(38px,5.4vw,66px);line-height:1.03;margin:0 0 22px}
.hero h1 .accent{color:#f60}
.hero .lead{font-size:19px;line-height:1.6;color:#5a6b7e;max-width:52ch;margin:0 0 34px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.hero-note{margin-top:34px;display:flex;align-items:center;gap:14px;color:#8395a7;font-size:14px;font-weight:500}
.avatars{display:flex}
.avatars span{width:34px;height:34px;border-radius:50%;border:2px solid #fff}
.avatars span+span{margin-left:-10px}
.hero-media{position:relative}
.hero-photo{border-radius:26px;overflow:hidden;aspect-ratio:5/6;box-shadow:0 40px 80px -30px rgba(15,39,67,.4)}
.hero-photo img{width:100%;height:100%;object-fit:cover}
.chip{position:absolute;background:#fff;border:1px solid #eef3f8;border-radius:18px;padding:18px 22px;box-shadow:0 24px 50px -22px rgba(15,39,67,.35)}
.chip.tl{left:-18px;bottom:34px;max-width:250px}
.chip .k{color:#f60;font-weight:600;font-size:11.5px;letter-spacing:.5px;text-transform:uppercase;margin-bottom:7px}
.chip .v{font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:16px;color:#0f2743;line-height:1.35}
.chip.dark{right:-14px;top:26px;background:#0f2743;color:#fff;border-radius:16px;padding:14px 18px;font-weight:600;font-size:14px;display:flex;align-items:center;gap:9px}
.chip.dark i{color:#f60}
@media(max-width:820px){.hero .container{grid-template-columns:1fr;gap:40px}.chip.tl{left:8px}}

/* sector strip */
.strip{border-top:1px solid #eef3f8;border-bottom:1px solid #eef3f8;background:#fbfcfe}
.strip .container{padding-top:26px;padding-bottom:26px;display:flex;align-items:center;gap:14px 40px;flex-wrap:wrap;justify-content:center}
.strip .label{color:#8395a7;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.6px}
.strip .sectors{display:flex;gap:14px 34px;flex-wrap:wrap;align-items:center;justify-content:center}
.strip .sectors span{display:inline-flex;align-items:center;gap:9px;color:#0f2743;font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:15px}
.strip .sectors i{color:#f60;font-size:15px}

/* generic section */
.section{padding:104px 0}
.section-head{max-width:640px;margin-bottom:50px}
.section-head h2{font-weight:600;font-size:clamp(30px,3.6vw,46px);line-height:1.1;margin:0 0 16px}
.section-head .lead{font-size:18px;line-height:1.6;color:#5a6b7e}
.page-head{background:radial-gradient(900px 520px at 85% -20%,#eaf2fd,rgba(234,242,253,0) 60%),#fff;padding:74px 0 46px}
.page-head h1{font-weight:600;font-size:clamp(34px,5vw,58px);line-height:1.04;margin:0 0 20px;max-width:18ch}
.page-head .lead{font-size:19px;line-height:1.6;color:#5a6b7e;max-width:60ch}

/* card grids */
.grid{display:grid;gap:18px}
.cols-3{grid-template-columns:repeat(3,1fr)}
.cols-2{grid-template-columns:repeat(2,1fr)}
@media(max-width:900px){.cols-3{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.cols-3,.cols-2{grid-template-columns:1fr}}
.card{border:1px solid #eaf0f6;border-radius:20px;padding:30px 26px;background:#fff;transition:transform .2s,box-shadow .2s,border-color .2s}
.card:hover{transform:translateY(-4px);box-shadow:0 24px 50px -30px rgba(15,39,67,.35);border-color:#ffd9c2}
.card .ic{width:56px;height:56px;border-radius:15px;background:#fff5ef;color:#f60;display:flex;align-items:center;justify-content:center;font-size:23px;margin-bottom:20px}
.card h3{font-size:20px;font-weight:600;margin:0 0 9px}
.card p{font-size:14.5px;line-height:1.65;color:#5a6b7e}
.card.soft{background:#f6f9fd;border-color:transparent;padding:34px 30px}
.card.soft .ic{background:#0f2743;color:#ff8a3d}
.card.soft h3{font-size:21px;margin-bottom:10px}
.card.soft p{font-size:15px;line-height:1.7}

/* dark band */
.dark-band{padding:104px 0;background:#0f2743;color:#cdd9e6}
.dark-band .eyebrow{color:#ff8a3d}
.dark-band h2{color:#fff;font-weight:600;font-size:clamp(30px,3.6vw,46px);line-height:1.1;margin:0}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:56px}
@media(max-width:820px){.steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.steps{grid-template-columns:1fr}}
.step{border-top:2px solid rgba(255,138,61,.4);padding-top:22px}
.step .num{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:15px;color:#ff8a3d;margin-bottom:14px}
.step h3{color:#fff;font-size:21px;font-weight:600;margin:0 0 10px}
.step p{font-size:14.5px;line-height:1.65;color:#9fb2c6}

/* cta band */
.cta-wrap{padding:0 24px 110px}
.cta{max-width:1200px;margin:0 auto;background:linear-gradient(120deg,#132e4d,#1b4268);border-radius:28px;padding:clamp(44px,6vw,80px);position:relative;overflow:hidden}
.cta::after{content:"";position:absolute;right:-80px;top:-80px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(255,102,0,.35),transparent 65%)}
.cta-inner{position:relative;max-width:640px}
.cta h2{color:#fff;font-weight:600;font-size:clamp(28px,3.6vw,46px);line-height:1.08;margin:0 0 18px}
.cta p{color:#bcccdd;font-size:19px;line-height:1.6;margin:0 0 32px}
.cta .btn-ghost{background:none;border-color:rgba(255,255,255,.3);color:#fff}
.cta .btn-ghost:hover{border-color:#f60;color:#fff}
.cta-actions{display:flex;gap:14px;flex-wrap:wrap}

/* who: split + principles */
.split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
@media(max-width:820px){.split{grid-template-columns:1fr;gap:40px}}
.split-photo{border-radius:24px;overflow:hidden;aspect-ratio:4/3;box-shadow:0 40px 80px -34px rgba(15,39,67,.4)}
.split-photo img{width:100%;height:100%;object-fit:cover}
.split h2{font-weight:600;font-size:clamp(26px,3vw,38px);line-height:1.12;margin:0 0 18px}
.split p{font-size:16px;line-height:1.8;color:#5a6b7e}
.split p+p{margin-top:16px}

/* why: comparison */
.compare{display:grid;grid-template-columns:1fr 1fr;gap:22px;max-width:1080px;margin:0 auto}
@media(max-width:760px){.compare{grid-template-columns:1fr}}
.compare .col{border:1px solid #eaf0f6;border-radius:22px;padding:34px 32px;background:#fbfcfe}
.compare .col.win{border:1.5px solid #ffd9c2;background:#fff;box-shadow:0 30px 60px -36px rgba(255,102,0,.5)}
.compare .col h3{font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:18px;margin:0 0 22px;color:#8395a7}
.compare .col.win h3{color:#f60}
.compare .row{display:flex;gap:13px;align-items:flex-start;padding:11px 0;border-top:1px solid #eef3f8}
.compare .col.win .row{border-top-color:#fff1e8}
.compare .row i{margin-top:3px}
.compare .row .x{color:#b3c0cf}
.compare .row .c{color:#f60}
.compare .row span.t{font-size:15px;line-height:1.6;color:#5a6b7e}
.compare .col.win .row span.t{color:#0f2743}

/* testimonials */
.feature-quote{background:#0f2743;border-radius:26px;padding:clamp(36px,5vw,64px);position:relative;overflow:hidden;max-width:1000px;margin:0 auto}
.feature-quote::after{content:"";position:absolute;right:-60px;bottom:-60px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(255,102,0,.3),transparent 65%)}
.feature-quote i.q{color:#ff8a3d;font-size:34px;margin-bottom:20px;position:relative}
.feature-quote blockquote{position:relative;font-family:'Space Grotesk',sans-serif;font-weight:500;color:#fff;font-size:clamp(21px,2.6vw,30px);line-height:1.4;margin:0 0 24px}
.who-line{position:relative;display:flex;align-items:center;gap:14px}
.who-line .ava{width:48px;height:48px;border-radius:50%;background:#f60;color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Space Grotesk',sans-serif;font-weight:700}
.who-line .n{color:#fff;font-weight:600}
.who-line .j{color:#9fb2c6;font-size:14px}
.t-card{border:1px solid #eaf0f6;border-radius:20px;padding:30px 28px;background:#fff;display:flex;flex-direction:column;gap:18px}
.t-card p{font-size:15.5px;line-height:1.7;color:#33475b;flex:1}
.t-card .who{display:flex;align-items:center;gap:13px}
.t-card .ava{flex:none;width:44px;height:44px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:15px}
.t-card .n{color:#0f2743;font-weight:600;font-size:15px}
.t-card .j{color:#8395a7;font-size:13.5px}

/* contact */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:start}
@media(max-width:820px){.contact-grid{grid-template-columns:1fr}}
.contact-info{display:flex;flex-direction:column;gap:22px;margin-bottom:28px}
.contact-info .item{display:flex;gap:16px;align-items:flex-start}
.contact-info .ic{flex:none;width:48px;height:48px;border-radius:13px;background:#fff5ef;color:#f60;display:flex;align-items:center;justify-content:center;font-size:19px}
.contact-info .ttl{font-family:'Space Grotesk',sans-serif;font-weight:600;color:#0f2743;margin-bottom:4px}
.contact-info .ln{font-size:14.5px;line-height:1.6;color:#5a6b7e}
.map{border-radius:18px;overflow:hidden;border:1px solid #eef3f8}
.map iframe{width:100%;height:260px;border:0;display:block}
.form-card{background:#fff;border:1px solid #eaf0f6;border-radius:22px;padding:clamp(28px,4vw,40px);box-shadow:0 30px 60px -40px rgba(15,39,67,.4)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
@media(max-width:520px){.form-row{grid-template-columns:1fr}}
.field label{display:block;font-size:13px;font-weight:600;color:#0f2743;margin-bottom:7px}
.field input,.field textarea{width:100%;padding:0 16px;background:#f6f9fd;border:1.5px solid #e6edf4;border-radius:12px;font-size:15px;color:#0f2743;font-family:inherit;outline:none;transition:border-color .2s,background .2s}
.field input{height:48px}
.field textarea{padding:14px 16px;resize:vertical}
.field input:focus,.field textarea:focus{border-color:#f60;background:#fff}
.field input::placeholder,.field textarea::placeholder{color:#9aa7b5}
.field.invalid input,.field.invalid textarea{border-color:#e5484d}
.field .err{display:none;color:#e5484d;font-size:12.5px;margin-top:6px}
.field.invalid .err{display:block}
.form-msg{margin-bottom:16px}
.hp{position:absolute;left:-9999px;top:-9999px}
.sent-note{display:none;background:#eefaf0;border:1px solid #b9e6c4;color:#1c7a3a;border-radius:12px;padding:16px 18px;margin-bottom:20px;font-size:14.5px;line-height:1.6}
.sent-note.show{display:block}
.sent-note a{color:#1c7a3a;text-decoration:underline}

/* footer */
.site-footer{border-top:1px solid #eef3f8;background:#fbfcfe}
.site-footer .cols{padding-top:54px;padding-bottom:30px;display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:36px}
@media(max-width:760px){.site-footer .cols{grid-template-columns:1fr}}
.site-footer .fb{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.site-footer .fb img{height:28px;width:auto}
.site-footer .fb span{font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:19px;color:#0f2743}
.site-footer p{font-size:14.5px;line-height:1.7;color:#5a6b7e;max-width:320px}
.site-footer .ft{font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:14px;color:#0f2743;margin-bottom:14px}
.site-footer .fl{display:flex;flex-direction:column;gap:11px}
.site-footer .fl a{color:#5a6b7e;font-size:14.5px}
.site-footer .fl a:hover{color:#f60}
.site-footer .fl a.strong{color:#f60;font-weight:600}
.site-footer .copy{border-top:1px solid #eef3f8}
.site-footer .copy .container{padding-top:20px;padding-bottom:20px;color:#8395a7;font-size:13px}

/* reveal */
.reveal{opacity:0;transform:translateY(30px);transition:opacity .7s ease,transform .7s ease}
.reveal.in{opacity:1;transform:none}
@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}
