:root{
  --hn-yellow:#FFD002;
  --hn-yellow-deep:#ffb000;
  --hn-ink:#1F1F1F;
  --hn-muted:#646569;
  --hn-bg:#F5F5F5;
  --hn-soft:#EFEFF0;
  --hn-surface:#FFFFFF;
  --hn-line:rgba(100,101,105,.18);
  --hn-blue:#1574d4;
  --hn-dark:#1F1F1F;
  --hn-shadow:0 22px 55px rgba(31,31,31,.12);
}
[data-theme="dark"]{
  --hn-ink:#FFFFFF;
  --hn-muted:#D4D4D4;
  --hn-bg:#111214;
  --hn-soft:#1B1D21;
  --hn-surface:#202226;
  --hn-line:rgba(255,255,255,.13);
  --hn-dark:#0B0C0E;
}
body{background:var(--hn-bg)}
.hn-topbar{background:#1F1F1F;color:#F5F5F5}
.hn-header{background:rgba(255,255,255,.92)}
[data-theme="dark"] .hn-header{background:rgba(17,18,20,.92)}
.hn-nav{min-height:74px}
.hn-brand img{width:230px}
.hn-menu{padding:6px;border:1px solid var(--hn-line);border-radius:999px;background:rgba(255,255,255,.74);box-shadow:0 12px 30px rgba(31,31,31,.08)}
[data-theme="dark"] .hn-menu{background:rgba(32,34,38,.72)}
.hn-menu-link{border-radius:999px}
.hn-menu-link:hover,.hn-menu-group.is-expanded>.hn-menu-link{background:var(--hn-yellow);color:#1F1F1F}
.hn-nav-actions{padding:6px;border:1px solid var(--hn-line);border-radius:999px;background:rgba(255,255,255,.72);box-shadow:0 12px 30px rgba(31,31,31,.08)}
[data-theme="dark"] .hn-nav-actions{background:rgba(32,34,38,.72)}
.hn-hero--illustrated{background:
  radial-gradient(circle at 50% 15%,rgba(255,208,2,.18),transparent 24%),
  radial-gradient(circle at 70% 34%,rgba(21,116,212,.12),transparent 22%),
  linear-gradient(180deg,#F7FFF8 0%,#F5F5F5 78%,#FFFFFF 100%);
  color:#1F1F1F;
}
[data-theme="dark"] .hn-hero--illustrated{background:
  radial-gradient(circle at 50% 12%,rgba(255,208,2,.16),transparent 26%),
  radial-gradient(circle at 70% 34%,rgba(34,211,238,.12),transparent 24%),
  linear-gradient(180deg,#111214 0%,#17191D 80%,#111214 100%);
  color:#fff;
}
.hn-hero--illustrated::before{background:
  linear-gradient(180deg,rgba(255,255,255,.3),transparent 22%),
  radial-gradient(ellipse at bottom,#BDEFF7 0%,#BDEFF7 18%,transparent 18.4%);
  opacity:.9;
}
[data-theme="dark"] .hn-hero--illustrated::before{background:radial-gradient(ellipse at bottom,rgba(21,116,212,.18) 0%,rgba(21,116,212,.18) 18%,transparent 18.4%)}
.hn-hero-grid{grid-template-columns:1fr;gap:0;min-height:690px;padding:54px 0 115px;text-align:center;justify-items:center}
.hn-hero-copy{position:relative;z-index:3;display:grid;justify-items:center;max-width:820px}
.hn-eyebrow{border-color:rgba(255,208,2,.6);background:#fff;color:#1F1F1F;box-shadow:0 10px 22px rgba(31,31,31,.08)}
[data-theme="dark"] .hn-eyebrow{background:#202226;color:#fff}
.hn-hero h1{max-width:820px;margin:18px 0 12px;font-size:clamp(3.1rem,7.2vw,6.35rem);line-height:.86;color:#1F1F1F}
[data-theme="dark"] .hn-hero h1{color:#fff}
.hn-hero-copy>p{max-width:720px;color:#646569;font-size:1.05rem}
[data-theme="dark"] .hn-hero-copy>p{color:#D4D4D4}
.hn-trust-list{justify-content:center;color:#1F1F1F}
[data-theme="dark"] .hn-trust-list{color:#F5F5F5}
.hn-sentinela-stage{width:min(760px,100%);min-height:430px;margin-top:-18px;align-self:auto}
.hn-sentinela-orbit{left:50%;right:auto;top:14px;width:470px;height:470px;transform:translateX(-50%);background:radial-gradient(circle,rgba(21,116,212,.14),rgba(255,208,2,.12) 50%,transparent 70%)}
.hn-sentinela{left:50%;right:auto;bottom:-18px;width:min(440px,74vw);max-height:470px;transform:translateX(-50%)}
.hn-float-card{background:#fff;color:#1F1F1F;border-color:rgba(100,101,105,.16);box-shadow:0 16px 32px rgba(31,31,31,.12)}
[data-theme="dark"] .hn-float-card{background:#202226;color:#fff}
.hn-float-card .iconify{color:#1F1F1F;background:var(--hn-yellow);border-radius:8px;padding:3px}
.hn-float-card--a{top:17%;left:1%}
.hn-float-card--b{top:21%;right:0}
.hn-float-card--c{bottom:25%;left:4%}
.hn-float-card--d{bottom:23%;right:3%}
.hn-quote-panel{margin-top:-104px;padding-bottom:78px;background:transparent}
.hn-quote-card{grid-template-columns:1fr;gap:18px;padding:22px;border-radius:26px;background:#fff;box-shadow:0 26px 60px rgba(31,31,31,.13)}
[data-theme="dark"] .hn-quote-card{background:#202226}
.hn-quote-card>.hn-section-intro{max-width:760px;margin:0 auto;text-align:center}
.hn-quote-card h2{font-size:clamp(1.8rem,3vw,2.8rem);line-height:.95}
.hn-quote-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}
.hn-quote-grid a{display:grid;grid-template-columns:1fr;justify-items:center;align-content:start;min-height:205px;padding:14px 12px 16px;text-align:center;border-radius:18px;background:#00343B;color:#fff;border:3px solid #fff;box-shadow:0 12px 25px rgba(31,31,31,.12)}
.hn-quote-grid a:nth-child(even){background:#273036}
.hn-quote-grid a:hover{border-color:var(--hn-yellow);transform:translateY(-6px)}
.hn-card-ill{width:112px;height:94px;object-fit:contain;margin:-2px auto 6px;filter:drop-shadow(0 10px 14px rgba(0,0,0,.16))}
.hn-quote-grid strong,.hn-quote-grid b{font-family:var(--ss-font-display);font-size:1rem;line-height:1;color:#fff}
.hn-quote-grid small{max-width:130px;color:#DDE8EA;font-size:.68rem}
.hn-quick{background:#fff}
[data-theme="dark"] .hn-quick{background:#111214}
.hn-quick::before{background:#BDEFF7;opacity:.95}
.hn-quick-card{border-radius:18px;background:#fff}
.hn-quick-card .iconify{background:#FFD002;color:#1F1F1F}
.hn-process{position:relative;overflow:hidden}
.hn-process::before{content:"";position:absolute;left:-8vw;right:-8vw;bottom:-120px;height:260px;border-radius:50% 50% 0 0/78% 78% 0 0;background:#BDEFF7;opacity:.56}
.hn-process .hn-shell{position:relative;z-index:1}
.hn-process article,.hn-service-grid a,.hn-human article,.hn-diff-grid article,.hn-content-grid>a{border-radius:20px}
.hn-service-grid a{background:#fff}
.hn-service-grid .iconify{background:var(--hn-yellow);color:#1F1F1F}
.hn-client{background:#1F1F1F}
.hn-referral{background:linear-gradient(130deg,#FFD002,#FFE680 58%,#FFFFFF)}
.hn-review{background:#F5F5F5}
.hn-final{background:#1F1F1F}
@media(max-width:1080px){
  .hn-quote-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:860px){
  .hn-menu{border-radius:18px}
  .hn-nav-actions{padding:0;border:0;background:transparent;box-shadow:none}
  .hn-hero-grid{display:grid;min-height:auto;padding:44px 0 92px}
  .hn-sentinela-stage{min-height:390px;margin-top:0}
  .hn-sentinela-orbit{width:360px;height:360px}
  .hn-sentinela{width:min(360px,86vw);max-height:380px}
  .hn-float-card--a{top:3%;left:0}
  .hn-float-card--b{top:19%;right:0}
  .hn-float-card--c{bottom:22%;left:0}
  .hn-float-card--d{bottom:7%;right:0}
  .hn-quote-panel{margin-top:-58px}
  .hn-quote-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hn-quote-grid a{min-height:178px}
}
@media(max-width:520px){
  .hn-header{background:rgba(255,255,255,.96)}
  .hn-brand img{width:160px}
  .hn-hero-grid{padding:34px 0 82px}
  .hn-hero h1{font-size:clamp(2.95rem,14vw,4.1rem);line-height:.86}
  .hn-hero-copy>p{font-size:.94rem}
  .hn-sentinela-stage{min-height:335px}
  .hn-sentinela-orbit{width:292px;height:292px}
  .hn-sentinela{width:300px}
  .hn-float-card{font-size:.58rem;max-width:160px}
  .hn-float-card--b{top:17%}
  .hn-quote-panel{margin-top:-44px;padding-bottom:48px}
  .hn-quote-card{padding:13px;border-radius:22px}
  .hn-quote-grid{grid-template-columns:1fr 1fr;gap:8px}
  .hn-quote-grid a{min-height:150px;padding:10px 8px;border-width:2px}
  .hn-card-ill{width:86px;height:72px}
  .hn-quote-grid small{display:none}
  .hn-quick::before,.hn-process::before{height:190px;bottom:-105px}
}
