:root{
  --green:#073f36; --green-2:#0b5b4e; --green-3:#158064; --gold:#f4b43e; --gold-2:#ffca62; --cream:#fff8e9; --paper:#fffdf8; --ink:#172522; --muted:#60736e; --line:rgba(7,63,54,.14); --soft:rgba(244,180,62,.18); --shadow:0 24px 70px rgba(7,63,54,.16); --radius:28px; --radius-sm:18px; --max:1180px; --drift-x:50%; --drift-y:20%;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:radial-gradient(circle at var(--drift-x) var(--drift-y),rgba(244,180,62,.18),transparent 31rem),linear-gradient(180deg,#fff8e9 0,#f7f1df 48%,#eef5ea 100%);color:var(--ink);line-height:1.68;font-size:17px;text-rendering:optimizeLegibility;overflow-x:hidden}
body::before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(90deg,rgba(7,63,54,.018) 1px,transparent 1px),linear-gradient(rgba(7,63,54,.014) 1px,transparent 1px);background-size:48px 48px;opacity:.45;mask-image:linear-gradient(#000,transparent 90%);z-index:-1}a{color:var(--green-2);text-underline-offset:.18em}a:hover{color:#0d725f}.skip-link{position:absolute;left:-999px;background:#fff;color:var(--green);padding:.75rem 1rem;z-index:100}.skip-link:focus{left:1rem;top:1rem;border-radius:12px}.container{max-width:var(--max);margin-inline:auto;padding-inline:22px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,250,238,.91);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.nav-wrap{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center}.brand img{width:176px;height:auto;max-height:58px;object-fit:contain}.nav-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:999px;padding:.65rem .9rem;color:var(--green);font-weight:900}.primary-nav{display:flex;align-items:center;justify-content:flex-end;gap:.16rem;flex-wrap:wrap}.primary-nav a{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.62rem .88rem;color:#213f39;text-decoration:none;font-weight:780;font-size:.94rem}.primary-nav a:hover,.primary-nav a[aria-current="page"]{background:var(--soft);color:var(--green)}
h1,.h1{font-size:clamp(2.35rem,5.7vw,4.72rem);line-height:.98;margin:.82rem 0 1rem;color:var(--green);letter-spacing:-.055em}h2{font-size:clamp(1.65rem,3vw,2.58rem);line-height:1.12;color:var(--green);letter-spacing:-.035em;margin:0 0 1rem}h3{font-size:1.22rem;color:var(--green);line-height:1.25;margin:0 0 .55rem}p{margin:0 0 1rem}.lead{font-size:1.14rem;color:#334d47;max-width:68ch}.muted{color:var(--muted)}.kicker{display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--line);background:rgba(255,255,255,.76);border-radius:999px;padding:.36rem .68rem;font-size:.78rem;font-weight:900;color:var(--green-2);text-transform:uppercase;letter-spacing:.08em}.hero{padding:56px 0 26px}.hero-grid,.hero-lite{display:grid;grid-template-columns:1fr .94fr;gap:38px;align-items:center}.hero-actions,.section-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.25rem}.hero-note{font-size:.92rem;color:var(--muted);margin-top:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border-radius:999px;padding:.82rem 1.12rem;text-decoration:none;font-weight:920;line-height:1.15;border:1px solid transparent;box-shadow:0 10px 24px rgba(7,63,54,.13);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.btn:hover{text-decoration:none;transform:translateY(-1px);box-shadow:0 16px 34px rgba(7,63,54,.18)}.btn.primary{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:#2a240b}.btn.secondary{background:var(--green);color:#fff}.btn.ghost{background:#fff;color:var(--green);border-color:var(--line)}.section,.card,.article-card,.info-box,.article-main{background:rgba(255,255,255,.78);border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 18px 52px rgba(7,63,54,.085)}.section{padding:34px;margin:28px 0}.section.compact{padding:26px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:28px}.three-col{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.card{padding:22px;display:flex;flex-direction:column;align-items:flex-start}.card .icon{width:46px;height:46px;border-radius:15px;background:linear-gradient(135deg,var(--green),var(--green-3));color:var(--gold);display:grid;place-items:center;font-weight:900;margin-bottom:1rem;box-shadow:0 12px 24px rgba(7,63,54,.14)}.card p:last-child{margin-bottom:0}.card-variant-1{background:linear-gradient(180deg,#fff,#fff8e8)}.card-variant-2{background:linear-gradient(180deg,#fff,#eff7ef)}.card-variant-3{background:linear-gradient(180deg,#fff,#f7fbf6)}.media-link,.image-card{position:relative;display:block;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#fff;border:1px solid rgba(255,255,255,.72);isolation:isolate}.media-link:hover{text-decoration:none}.media-link img,.image-card img{width:100%;height:100%;display:block;object-fit:cover}.media-link::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(5,39,34,.22));pointer-events:none}.hero-figure{aspect-ratio:1200/630}.banner-figure{aspect-ratio:16/9}.panel-figure{aspect-ratio:4/3}.image-cta{position:absolute;right:18px;bottom:18px;z-index:2;display:inline-flex;align-items:center;gap:.45rem;background:rgba(7,63,54,.93);color:#fff;padding:.76rem 1rem;border-radius:999px;font-size:.9rem;font-weight:920;box-shadow:0 12px 24px rgba(0,0,0,.20);border:1px solid rgba(255,255,255,.28)}.image-cta::before{content:"▶";font-size:.72rem;color:var(--gold)}.toc{display:flex;flex-wrap:wrap;gap:.55rem}.toc a{background:#fff;border:1px solid var(--line);border-radius:999px;padding:.5rem .75rem;font-size:.9rem;font-weight:800;text-decoration:none}.toc a:hover{background:var(--soft)}.stat-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:24px}.stat{background:rgba(7,63,54,.07);border:1px solid var(--line);border-radius:18px;padding:16px}.stat strong{display:block;color:var(--green);font-size:1.36rem;line-height:1.1}.stat span{display:block;color:var(--muted);font-size:.9rem}.steps{counter-reset:step;display:grid;gap:14px}.step{display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:start;background:rgba(255,250,240,.82);border:1px solid var(--line);border-radius:18px;padding:16px}.step::before{counter-increment:step;content:counter(step);width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;font-weight:950;box-shadow:0 8px 18px rgba(7,63,54,.2)}.notice{border-left:5px solid var(--gold);background:#fff8e4;padding:18px;border-radius:18px;color:#453817}.warning{border-left-color:#bb5a00;background:#fff3df}.legal{font-size:.95rem;color:#4b5a56}.source-list{padding-left:1.2rem}.source-list li{margin:.45rem 0}.article-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.article-card{overflow:hidden;background:#fff;min-height:100%;display:flex;flex-direction:column}.article-card-content{padding:20px;display:flex;flex-direction:column;gap:.2rem;flex:1}.tag{display:inline-flex;background:rgba(244,180,62,.22);color:#6b4300;border-radius:999px;padding:.25rem .56rem;font-size:.78rem;font-weight:900;letter-spacing:.02em;align-self:flex-start}.article-card h3{margin:.78rem 0 .35rem}.article-card h3 a{text-decoration:none;color:var(--green)}.meta{display:flex;gap:.8rem;flex-wrap:wrap;color:var(--muted);font-size:.88rem;margin:.35rem 0 .7rem}.read-more{margin-top:auto;font-weight:900;text-decoration:none}.pagination{display:flex;gap:.6rem;align-items:center;justify-content:center;margin:30px 0}.pagination a,.pagination span{min-width:42px;height:42px;display:grid;place-items:center;border-radius:12px;border:1px solid var(--line);background:#fff;font-weight:920;text-decoration:none}.pagination .current{background:var(--green);color:#fff}.portal-head{background:linear-gradient(135deg,var(--green),#0c6a57);color:#fff;border-radius:var(--radius);padding:30px;position:relative;overflow:hidden;box-shadow:var(--shadow)}.portal-head::after{content:"";position:absolute;right:-70px;top:-80px;width:260px;height:260px;border-radius:50%;background:rgba(244,180,62,.16)}.portal-head h1,.portal-head h2{color:#fff}.portal-head .kicker{background:rgba(255,255,255,.14);color:#fff;border-color:rgba(255,255,255,.28)}.editorial-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px}.status-box{position:relative;z-index:1;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.28);border-radius:18px;padding:18px}.status-box strong{display:block;color:#ffe3a3}.breadcrumbs{font-size:.9rem;color:var(--muted);padding:18px 0}.breadcrumbs a{text-decoration:none}.page-hero{padding:38px 0 18px}.article-layout{display:grid;grid-template-columns:minmax(0,760px) 330px;gap:34px;align-items:start}.article-main{padding:34px;background:#fff}.article-main h1{font-size:clamp(2.1rem,4vw,3.48rem)}.article-main h2{margin-top:2rem}.article-main ul,.article-main ol{padding-left:1.25rem}.article-main li{margin:.55rem 0}.article-main blockquote{margin:1.4rem 0;padding:1rem 1.2rem;border-left:4px solid var(--gold);background:#fff8e4;border-radius:14px;color:#4b3a16}.article-main .article-intro{font-size:1.08rem;color:#334d47}.sidebar{position:sticky;top:104px;display:grid;gap:18px}.related-list{display:grid;gap:12px}.related-list a{display:block;background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;text-decoration:none;font-weight:900;color:var(--green)}.related-list a span{display:block;color:var(--muted);font-weight:520;font-size:.9rem;margin-top:.25rem}.faq{display:grid;gap:12px}.faq details{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px}.faq summary{cursor:pointer;font-weight:950;color:var(--green)}.faq p{margin:.75rem 0 0}.quote{font-size:1.08rem;font-weight:780;color:var(--green);background:rgba(17,115,95,.08);border-radius:18px;padding:18px}.list-clean{list-style:none;padding:0;margin:0;display:grid;gap:.7rem}.list-clean li{display:flex;gap:.55rem;align-items:flex-start}.list-clean li::before{content:"✓";font-weight:950;color:var(--green-3);line-height:1.4}.table-like{display:grid;border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.table-like div{display:grid;grid-template-columns:1fr 1.6fr;gap:16px;padding:14px 16px;border-bottom:1px solid var(--line)}.table-like div:last-child{border-bottom:0}.table-like strong{color:var(--green)}.briefing{background:linear-gradient(135deg,rgba(7,63,54,.08),rgba(244,180,62,.12));border:1px solid var(--line);border-radius:22px;padding:22px}.footer{margin-top:54px;background:#062f29;color:#d9eee8;padding:42px 0}.footer a{color:#fff}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:24px}.footer small{color:#b9d3cc}.footer-links{list-style:none;margin:0;padding:0;display:grid;gap:.55rem}.mini-logo{width:170px;height:auto;filter:brightness(1.08)}.cookie-note{font-size:.86rem;color:#b9d3cc;margin-top:1rem}.layout-home .hero{padding-top:64px}.layout-section .page-hero h1{max-width:780px}.layout-article .site-header{background:rgba(255,252,246,.94)}
@media (max-width:980px){.hero-grid,.hero-lite,.two-col,.editorial-grid,.article-layout{grid-template-columns:1fr}.cards,.article-list,.three-col,.stat-row{grid-template-columns:1fr 1fr}.sidebar{position:static}.hero{padding-top:34px}.article-main{padding:24px}.media-link.panel-figure{max-width:620px}}
@media (max-width:760px){body{font-size:16px}.brand img{width:150px}.nav-toggle{display:inline-flex}.primary-nav{display:none;position:absolute;left:16px;right:16px;top:78px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:12px;box-shadow:var(--shadow);align-items:stretch}.primary-nav.open{display:grid}.primary-nav a{justify-content:center}.cards,.article-list,.three-col,.stat-row{grid-template-columns:1fr}.section{padding:22px}.hero-actions,.section-actions{align-items:stretch}.btn{width:100%}.footer-grid{grid-template-columns:1fr}.image-cta{left:14px;right:14px;bottom:14px;justify-content:center}.article-main h1{letter-spacing:-.04em}.table-like div{grid-template-columns:1fr}.hero-grid{gap:24px}}


.site-header{box-shadow:0 6px 24px rgba(7,63,54,.05)}
.nav-wrap{min-height:78px;align-items:center}
.brand img{width:174px;max-height:56px;display:block}
.primary-nav{flex-wrap:nowrap;gap:.08rem;white-space:nowrap}
.primary-nav a{padding:.58rem .72rem;font-size:.91rem;line-height:1.1}
.hero{padding:52px 0 24px}
.hero-grid{grid-template-columns:minmax(0,0.96fr) minmax(420px,1.04fr);gap:34px;align-items:center}
.hero-figure{aspect-ratio:1200/630;background:linear-gradient(135deg,#fff9ea,#0a473d);padding:0;border:0;box-shadow:0 24px 70px rgba(7,63,54,.18)}
.hero-figure img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;background:#fff8e9}
.media-link,.image-card{outline:1px solid rgba(7,63,54,.08);outline-offset:-1px}
.media-link img,.image-card img{object-position:center}
.section{margin:26px 0;padding:32px}
.section.compact{padding:20px 22px}
.section-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end;margin-bottom:22px}
.section-heading p{margin-bottom:0;max-width:760px}
.guide-split{align-items:center}
.risk-grid{align-items:stretch}
.calm-box{background:linear-gradient(180deg,rgba(7,63,54,.12),rgba(244,180,62,.16));color:#17332d;border-color:var(--line)}
.calm-box strong{color:var(--green)}
.article-list{align-items:stretch}
.article-directory{grid-auto-rows:1fr}
.article-card{height:100%;min-width:0;overflow:hidden}
.thumb-link{display:block;aspect-ratio:16/9;background:#f1ead7;line-height:0;overflow:hidden;border-bottom:1px solid var(--line)}
.article-card img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;transition:transform .22s ease}
.article-card-content{padding:20px;display:flex;flex-direction:column;gap:.45rem;min-height:255px;height:100%}
.article-card h3{min-height:3.05em;margin:.55rem 0 .25rem;display:flex;align-items:flex-start}
.article-card h3 a{display:block}
.article-card p{margin-bottom:.45rem;color:#465d57}
.meta{margin:.25rem 0 .65rem}
.read-more{margin-top:auto;align-self:flex-start;border-bottom:2px solid rgba(11,91,78,.22)}
.three-col{align-items:stretch}.three-col .media-link{height:100%}
.panel-figure img,.banner-figure img{width:100%;height:100%;object-fit:cover;object-position:center}
.notice{margin-top:16px}
.toc{align-items:center;justify-content:center}.toc a{line-height:1.1}
.editorial-grid{align-items:stretch}.status-box{height:100%}
.steps{height:100%}.step h3{margin-top:.2rem}.step p{margin-bottom:0}
.footer{margin-top:48px}.footer-grid{align-items:start}.mini-logo{display:block;margin-bottom:14px}

@media (max-width:1120px){.nav-toggle{display:inline-flex}.primary-nav{display:none;position:absolute;left:16px;right:16px;top:76px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:12px;box-shadow:var(--shadow);white-space:normal}.primary-nav.open{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.primary-nav a{justify-content:center;padding:.78rem .7rem}}
@media (max-width:980px){.hero-grid{grid-template-columns:1fr;gap:24px}.hero-figure{max-width:820px;margin-inline:auto}.section-heading{grid-template-columns:1fr}.section-heading .section-actions{margin-top:0}.article-card-content{min-height:230px}.article-card h3{min-height:auto}}
@media (max-width:760px){.container{padding-inline:16px}.nav-wrap{min-height:72px}.brand img{width:148px;max-height:50px}.primary-nav{top:70px;grid-template-columns:1fr!important}.hero{padding:30px 0 12px}.hero-grid{gap:20px}h1,.h1{font-size:clamp(2.05rem,10vw,3rem);line-height:1.02;letter-spacing:-.045em}h2{font-size:clamp(1.45rem,7vw,2.05rem)}.lead{font-size:1.03rem}.hero-actions,.section-actions{width:100%;align-items:stretch}.btn{width:100%;min-height:46px}.hero-figure{border-radius:22px}.image-cta{font-size:.86rem;min-height:42px}.section{padding:20px;border-radius:22px;margin:20px 0}.section.compact{padding:16px}.toc{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:2px;scrollbar-width:thin}.toc a{white-space:nowrap;flex:0 0 auto}.stat-row{gap:10px}.stat{padding:13px}.article-list{gap:18px}.article-card-content{min-height:auto;padding:18px}.article-card h3{font-size:1.12rem}.table-like div{gap:8px}.step{grid-template-columns:46px 1fr;padding:14px}.step::before{width:36px;height:36px}.footer{padding:34px 0}}
@media (max-width:420px){body{font-size:15.8px}.container{padding-inline:14px}.hero-actions{gap:.55rem}.image-cta{left:12px;right:12px;bottom:12px}.stat-row{grid-template-columns:1fr 1fr}.article-card-content{padding:16px}.footer-grid{gap:18px}}


:root{
  --jungle-deep:#052d27;
  --jungle:#083f35;
  --leaf:#1b7b5d;
  --amber:#f5b544;
  --amber-soft:#fff1c9;
  --map:#fff7df;
  --route-line:rgba(7,63,54,.28);
}
body.skin-rota{
  background:
    radial-gradient(circle at calc(var(--drift-x) + 6%) calc(var(--drift-y) + 4%),rgba(245,181,68,.18),transparent 28rem),
    radial-gradient(circle at 12% 18%,rgba(27,123,93,.13),transparent 24rem),
    linear-gradient(180deg,#fff8e9 0%,#f5eedc 46%,#edf5eb 100%);
}
body.skin-rota::before{
  background-image:
    radial-gradient(circle,rgba(7,63,54,.035) 1px,transparent 1.5px),
    linear-gradient(115deg,rgba(7,63,54,.028) 1px,transparent 1px),
    linear-gradient(25deg,rgba(245,181,68,.035) 1px,transparent 1px);
  background-size:26px 26px,74px 74px,96px 96px;
  opacity:.58;
}
body.skin-rota .site-header{
  background:linear-gradient(180deg,rgba(255,250,238,.96),rgba(255,250,238,.89));
}
body.skin-rota .site-header::after{
  content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;
  background:linear-gradient(90deg,transparent 0 6%,var(--amber) 6% 20%,var(--leaf) 20% 34%,transparent 34% 42%,var(--amber) 42% 54%,var(--leaf) 54% 72%,transparent 72% 100%);
  opacity:.85;pointer-events:none;
}
body.skin-rota .brand img{filter:drop-shadow(0 8px 16px rgba(7,63,54,.08))}
body.skin-rota .primary-nav a{position:relative;overflow:hidden}
body.skin-rota .primary-nav a::after{content:"";position:absolute;left:50%;bottom:.28rem;width:0;height:2px;border-radius:99px;background:var(--amber);transition:.2s ease;transform:translateX(-50%)}
body.skin-rota .primary-nav a:hover::after,
body.skin-rota .primary-nav a[aria-current="page"]::after{width:42%}

.layout-home .hero{position:relative;overflow:hidden}
.layout-home .hero::before{
  content:"";position:absolute;inset:30px max(16px,calc((100vw - var(--max))/2)) auto auto;width:142px;height:142px;border-radius:40% 60% 44% 56%;
  background:radial-gradient(circle at 35% 35%,rgba(245,181,68,.36),transparent 42%),rgba(7,63,54,.055);
  filter:blur(.2px);opacity:.8;pointer-events:none;
}
.layout-home .hero-grid{position:relative}
.layout-home .hero-grid>div:first-child{
  position:relative;padding:10px 0 10px 0;
}
.layout-home .hero-grid>div:first-child::before{
  content:"";position:absolute;left:-28px;top:18px;bottom:18px;width:6px;border-radius:999px;
  background:linear-gradient(180deg,var(--amber),var(--leaf),rgba(7,63,54,.12));box-shadow:0 0 0 7px rgba(255,255,255,.55);
}
.hero-route-ribbon{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px;
}
.hero-route-ribbon a{
  display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center;text-decoration:none;
  background:rgba(255,255,255,.74);border:1px solid var(--line);border-radius:18px;padding:12px 14px;min-height:72px;
  box-shadow:0 12px 28px rgba(7,63,54,.075);color:var(--ink);
}
.hero-route-ribbon a:hover{background:#fff;transform:translateY(-1px);box-shadow:0 16px 34px rgba(7,63,54,.12)}
.hero-route-ribbon b{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:var(--green);color:var(--gold);font-size:.82rem;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}
.hero-route-ribbon span{font-weight:900;color:var(--green);line-height:1.15}
.hero-route-ribbon small{display:block;color:var(--muted);font-weight:650;margin-top:2px;line-height:1.2}
.hero-figure{border-radius:38px 38px 38px 88px;overflow:hidden;position:relative}
.hero-figure::before{
  content:"";position:absolute;inset:14px;border:1px dashed rgba(255,255,255,.72);border-radius:28px 28px 28px 66px;z-index:2;pointer-events:none;mix-blend-mode:screen;
}
.hero-badges{position:absolute;left:18px;top:18px;z-index:3;display:flex;gap:8px;flex-wrap:wrap;max-width:72%}
.hero-badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:7px 10px;background:rgba(6,47,41,.86);color:#fff;font-size:.78rem;font-weight:900;border:1px solid rgba(255,255,255,.26);box-shadow:0 8px 18px rgba(0,0,0,.16)}
.hero-badge::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 3px rgba(245,181,68,.2)}

.route-map-section{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(255,253,248,.92),rgba(255,244,211,.68));}
.route-map-section::before{
  content:"";position:absolute;inset:auto -8% 24px -8%;height:1px;border-top:2px dashed var(--route-line);transform:rotate(-1.2deg);opacity:.7;
}
.route-map-head{display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:24px;align-items:end;margin-bottom:22px;position:relative;z-index:1}
.route-map-head p{margin-bottom:0;color:#405b54}.route-map-seal{justify-self:end;display:grid;place-items:center;text-align:center;width:152px;height:152px;border-radius:50%;background:radial-gradient(circle at 35% 25%,#fff6d8,rgba(245,181,68,.55) 56%,rgba(7,63,54,.16));border:1px solid rgba(7,63,54,.18);box-shadow:0 20px 38px rgba(7,63,54,.12);font-weight:950;color:var(--green);line-height:1.05;transform:rotate(3deg)}
.route-map-seal span{display:block;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:#795200;margin-top:4px}.route-map{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;position:relative;z-index:1}.route-stop{position:relative;background:#fff;border:1px solid var(--line);border-radius:24px 24px 24px 8px;padding:22px 18px 18px;min-height:190px;box-shadow:0 16px 38px rgba(7,63,54,.08)}.route-stop::before{content:attr(data-step);position:absolute;right:14px;top:12px;width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:var(--gold);font-weight:950;box-shadow:0 8px 18px rgba(7,63,54,.18)}.route-stop::after{content:"";position:absolute;left:18px;bottom:-7px;width:30px;height:14px;border-radius:50%;background:rgba(7,63,54,.16);filter:blur(4px);opacity:.55}.route-stop h3{padding-right:42px}.route-stop p{color:#465d57}.route-stop a{font-weight:950;text-decoration:none;border-bottom:2px solid rgba(11,91,78,.16)}
.route-stop[data-step="2"],.route-stop:nth-child(even){transform:translateY(14px)}

.section.intro-section{border-radius:42px 22px 42px 22px;background:linear-gradient(140deg,rgba(255,255,255,.82),rgba(255,246,222,.74));position:relative;overflow:hidden}
.section.intro-section::after{content:"";position:absolute;right:24px;top:24px;width:72px;height:72px;border-radius:22px;background:linear-gradient(135deg,rgba(7,63,54,.10),rgba(245,181,68,.18));transform:rotate(8deg);pointer-events:none}
.section[data-variant="split-field"],.guide-split{position:relative}.guide-split::before{content:"";position:absolute;left:calc(50% - 1px);top:34px;bottom:34px;border-left:1px dashed rgba(7,63,54,.18);pointer-events:none}
.article-directory{counter-reset:articleIndex}.article-directory .article-card{position:relative;border-radius:28px 28px 28px 10px;isolation:isolate}.article-directory .article-card::before{content:attr(data-index);position:absolute;left:14px;top:14px;z-index:3;width:38px;height:38px;display:grid;place-items:center;border-radius:14px 14px 14px 4px;background:rgba(6,47,41,.92);color:var(--gold);font-weight:950;border:1px solid rgba(255,255,255,.25);box-shadow:0 10px 22px rgba(0,0,0,.16)}.article-directory .thumb-link::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,63,54,.10),transparent 48%);pointer-events:none}.article-directory .thumb-link{position:relative}.article-directory .article-card-content{border-top:3px solid rgba(245,181,68,.45)}.article-directory .read-more{display:inline-flex;align-items:center;gap:6px}.article-directory .read-more::after{content:"→";font-weight:950;color:var(--gold)}

.portal-head{border-radius:38px 38px 12px 38px}.guia-stamp{display:inline-flex;align-items:center;gap:8px;margin-top:16px;padding:9px 12px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(255,255,255,.11);font-weight:900;color:#fff}.guia-stamp::before{content:"";width:10px;height:10px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 4px rgba(245,181,68,.18)}
.layout-section .section .card{border-radius:26px 26px 26px 9px}.layout-section .page-hero h1,.layout-article .article-main h1{position:relative}.layout-section .page-hero h1::after,.layout-article .article-main h1::after{content:"";display:block;width:94px;height:5px;border-radius:999px;margin-top:16px;background:linear-gradient(90deg,var(--amber),var(--leaf))}
.article-main{position:relative;border-radius:38px 18px 38px 18px;overflow:hidden}.article-main::before{content:"";position:absolute;left:0;top:0;right:0;height:7px;background:linear-gradient(90deg,var(--amber),var(--leaf),var(--amber));}.article-main .image-card{margin:24px 0;border-radius:30px 30px 30px 8px}.read-path{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:22px 0;padding:16px;border:1px solid var(--line);border-radius:24px 24px 24px 8px;background:linear-gradient(135deg,#fffdf8,#fff2cc)}.read-path .checkpoint{display:grid;gap:4px;background:#fff;border:1px solid rgba(7,63,54,.11);border-radius:18px;padding:14px;position:relative;min-height:116px}.read-path .checkpoint b{color:var(--green);font-size:.9rem;letter-spacing:.06em;text-transform:uppercase}.read-path .checkpoint span{color:#425b55;font-size:.94rem;line-height:1.45}.read-path .checkpoint::before{content:attr(data-check);position:absolute;right:12px;top:12px;color:rgba(7,63,54,.18);font-size:1.8rem;font-weight:950;line-height:1}
.compass-card{background:radial-gradient(circle at 80% 10%,rgba(245,181,68,.2),transparent 34%),linear-gradient(180deg,#fff,#f7fbf6)!important;border-radius:26px 26px 8px 26px!important}.compass-card .mini-dial{width:52px;height:52px;border-radius:50%;background:conic-gradient(from 30deg,var(--green),var(--leaf),var(--gold),var(--green));display:grid;place-items:center;color:#fff;font-weight:950;box-shadow:inset 0 0 0 8px rgba(255,255,255,.25),0 12px 24px rgba(7,63,54,.14);margin-bottom:12px}.compass-card .mini-dial::before{content:"◇";color:#fff7d2}.sidebar .card{border-radius:26px 26px 26px 8px}.related-list a{position:relative;padding-left:18px}.related-list a::before{content:"";position:absolute;left:8px;top:18px;width:4px;height:calc(100% - 36px);border-radius:99px;background:linear-gradient(var(--amber),var(--leaf));opacity:.75}.breadcrumbs{display:flex;gap:.35rem;flex-wrap:wrap;align-items:center}.breadcrumbs::before{content:"⌁";color:var(--gold);font-weight:950;margin-right:.2rem}
.footer{position:relative;overflow:hidden}.footer::before{content:"";position:absolute;right:-80px;top:-80px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(245,181,68,.16),transparent 62%);pointer-events:none}.footer-grid{position:relative;z-index:1}

@media (max-width:980px){.hero-route-ribbon,.route-map{grid-template-columns:1fr 1fr}.route-map-head{grid-template-columns:1fr}.route-map-seal{justify-self:start;width:132px;height:132px}.guide-split::before{display:none}.route-stop[data-step="2"],.route-stop:nth-child(even){transform:none}.read-path{grid-template-columns:1fr}}
@media (max-width:760px){.layout-home .hero-grid>div:first-child::before{left:-12px;width:4px}.hero-route-ribbon{grid-template-columns:1fr}.hero-badges{left:12px;top:12px;max-width:calc(100% - 24px)}.hero-badge{font-size:.72rem;padding:6px 8px}.hero-figure{border-radius:26px 26px 26px 56px}.hero-figure::before{inset:9px;border-radius:18px 18px 18px 42px}.route-map{grid-template-columns:1fr}.route-map-section::before{display:none}.route-stop{min-height:0}.route-map-seal{display:none}.article-directory .article-card::before{width:34px;height:34px}.read-path{padding:12px}.article-main{border-radius:26px 12px 26px 12px}}


.route-marker-note{position:absolute;right:clamp(18px,5vw,70px);top:22px;width:160px;max-width:24vw;opacity:.68;pointer-events:none;filter:drop-shadow(0 12px 24px rgba(7,63,54,.12));}
.route-marker-note img{width:100%;height:auto;display:block}.page-hero{position:relative;overflow:hidden}.layout-section .page-hero .container{position:relative}.route-stop[data-route-ready="1"]{transform:translateY(var(--route-shift,0))}.route-stop:nth-child(even)[data-route-ready="1"]{transform:translateY(calc(14px + var(--route-shift,0)))}
@media (max-width:980px){.route-marker-note{width:120px;right:18px;top:12px;opacity:.42}.route-stop:nth-child(even)[data-route-ready="1"]{transform:translateY(var(--route-shift,0))}}
@media (max-width:760px){.route-marker-note{display:none}.route-stop[data-route-ready="1"],.route-stop:nth-child(even)[data-route-ready="1"]{transform:none}}

.layout-home .hero-figure::before{content:none!important;display:none!important}



.article-index-list .page-hero .portal-head,
.article-no-cover .article-hero .container { position: relative; overflow: hidden; }
.article-text-list { display: grid; gap: 14px; margin-top: 22px; }
.article-row { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 18px 20px; border: 1px solid rgba(7,63,54,.14); border-radius: 22px; background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,248,228,.92)); box-shadow: 0 12px 30px rgba(7,63,54,.08); }
.article-row-number { width: 46px; height: 46px; border-radius: 16px; display: grid; place-items: center; font-weight: 900; color: #0a4b3f; background: radial-gradient(circle at 30% 20%, #fff8d8, #f1bd45); border: 1px solid rgba(113,78,12,.18); }
.article-row-main { min-width: 0; }
.article-row-main h3 { margin: 8px 0 8px; font-size: clamp(1.05rem, 1.6vw, 1.32rem); line-height: 1.25; }
.article-row-main h3 a { color: #073f36; text-decoration: none; }
.article-row-main h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.article-row-main p { margin: 0 0 10px; color: #3a514b; line-height: 1.6; }
.article-row .read-more { white-space: nowrap; justify-self: end; }
.keyword-strip { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.keyword-strip span { display: inline-flex; padding: 7px 10px; border-radius: 999px; background: rgba(7,63,54,.08); color: #0a4b3f; font-size: .88rem; font-weight: 700; }
.article-no-cover .article-hero { padding-bottom: 34px; }
.longform-list-mode { font-size: 1.02rem; }
.longform-list-mode h2 { margin-top: 34px; }
.longform-list-mode p { line-height: 1.82; }
.checklist-list { display: grid; gap: 10px; padding: 0; margin: 18px 0 24px; list-style: none; }
.checklist-list li { padding: 14px 16px; border-radius: 16px; background: rgba(7,63,54,.055); border: 1px solid rgba(7,63,54,.12); line-height: 1.65; }
.compact-related .article-row { grid-template-columns: 48px minmax(0,1fr) auto; padding: 16px; }
.compact-related .article-row .meta span:last-child { display: none; }
@media (max-width: 760px){
  .article-row { grid-template-columns: 44px minmax(0,1fr); gap: 12px; align-items: start; padding: 16px; border-radius: 18px; }
  .article-row .read-more { grid-column: 1 / -1; justify-self: stretch; text-align: center; }
  .article-row-number { width: 40px; height: 40px; border-radius: 13px; font-size: .9rem; }
  .article-row-main h3 { font-size: 1.05rem; }
  .article-row-main p { font-size: .95rem; }
  .keyword-strip span { font-size: .8rem; }
}



.verify-head{background:linear-gradient(135deg,var(--green),#0c6a57);color:#fff;border-radius:var(--radius);padding:30px;position:relative;overflow:hidden;box-shadow:var(--shadow)}
.verify-head h1,.verify-head h2{color:#fff}.verify-head .kicker{background:rgba(255,255,255,.14);color:#fff;border-color:rgba(255,255,255,.28)}
.article-body{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:34px;max-width:100%;overflow:hidden}.article-body p{max-width:76ch}.article-body h2{margin-top:2.15rem}.article-body ul{padding-left:1.15rem}.article-body li{margin:.55rem 0}.article-body blockquote{margin:1.45rem 0;padding:1.05rem 1.2rem;border-left:4px solid var(--gold);background:#fff8e4;border-radius:14px;color:#4b3a16}.article-body a{font-weight:780}.danger-list li::before{color:#a64b00}.related-inline a{text-decoration:none}
.article-text-list{display:grid;gap:14px}.article-row{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:18px;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:0 12px 34px rgba(7,63,54,.08)}.article-row-number{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,var(--green),var(--green-3));color:#fff;display:grid;place-items:center;font-weight:950}.article-row-main{min-width:0;display:flex;flex-direction:column}.article-row-main h3{margin:.55rem 0 .35rem}.article-row-main h3 a{text-decoration:none;color:var(--green)}.article-row-main p{margin-bottom:.45rem;display:block}.article-row .read-more{align-self:center;white-space:nowrap;background:var(--green);color:#fff;border-radius:999px;padding:.7rem .95rem;text-decoration:none;font-weight:920}.home-text-list .article-row,.list-page-text .article-row{min-height:168px}.compact-related .article-row{min-height:auto}.pagination{flex-wrap:wrap}.pagination a,.pagination span{padding-inline:.8rem;min-width:44px}.hero-figure{display:flex;align-items:center;justify-content:center;background:#fff8e9}.hero-figure img{object-fit:contain;object-position:center}.media-link{outline:0}.media-link:focus-visible,.btn:focus-visible,.read-more:focus-visible,.primary-nav a:focus-visible{outline:3px solid rgba(244,180,62,.75);outline-offset:3px}.longform-list-mode .briefing{margin-bottom:18px}.read-path{margin:18px 0 24px}.keyword-strip span{text-transform:none}.section-heading{align-items:flex-end}.footer p{max-width:58ch}.list-page-text{margin-top:22px}
@media (max-width:980px){.article-layout{grid-template-columns:1fr}.sidebar{position:static}.article-row{grid-template-columns:54px minmax(0,1fr);}.article-row .read-more{grid-column:2;justify-self:start}.article-row-number{width:44px;height:44px}.home-text-list .article-row,.list-page-text .article-row{min-height:auto}}
@media (max-width:760px){.article-body{padding:22px;border-radius:22px}.article-row{grid-template-columns:1fr;gap:12px;padding:16px}.article-row .read-more{grid-column:auto;width:100%;text-align:center}.article-row-number{width:42px;height:42px}.article-row-main h3{font-size:1.1rem}.article-row .meta{gap:.45rem}.article-hero{padding-top:24px}.article-hero h1{font-size:clamp(2rem,9vw,3rem);line-height:1.03}.verify-head{padding:22px}.hero-figure{aspect-ratio:1200/720}.hero-figure img{object-fit:contain}.primary-nav{max-height:calc(100vh - 84px);overflow:auto}.footer-grid{grid-template-columns:1fr}.pagination{justify-content:flex-start}.pagination a,.pagination span{min-width:40px;height:40px}.breadcrumb{overflow-x:auto;white-space:nowrap;padding-bottom:4px}}
@media (max-width:380px){.container{padding-inline:12px}.article-body{padding:18px}.section{padding:18px}.btn{padding:.78rem .9rem}.article-row{padding:14px}.meta{font-size:.82rem}.brand img{width:136px}}


:root{
  --max:1180px;
  --radius:24px;
  --radius-sm:16px;
  --surface:rgba(255,255,255,.86);
  --surface-strong:#fffdf7;
  --surface-map:#fff7df;
  --text-soft:#405a54;
  --focus:0 0 0 3px rgba(245,181,68,.52),0 0 0 6px rgba(7,63,54,.18);
  --shadow-soft:0 14px 36px rgba(7,63,54,.09);
  --shadow-card:0 18px 48px rgba(7,63,54,.11);
}
html{font-size:16px;overflow-x:hidden;scroll-padding-top:96px}
body{min-width:320px;color:#172522;background:
  radial-gradient(circle at var(--drift-x) var(--drift-y),rgba(245,181,68,.18),transparent 28rem),
  radial-gradient(circle at 8% 18%,rgba(11,91,78,.12),transparent 24rem),
  linear-gradient(180deg,#fff8e9 0%,#f7f0df 44%,#edf6ed 100%);}
body::before{opacity:.36}
img{max-width:100%;height:auto}
main{overflow:hidden}.container{width:100%;max-width:var(--max);padding-inline:clamp(16px,3vw,24px)}
.site-header{background:linear-gradient(180deg,rgba(255,250,238,.98),rgba(255,250,238,.92));box-shadow:0 10px 28px rgba(7,63,54,.06)}
.nav-wrap{min-height:76px}.brand{flex:0 0 auto}.brand img{width:clamp(142px,15vw,184px);max-height:56px;display:block;filter:drop-shadow(0 5px 10px rgba(7,63,54,.06))}
.primary-nav{gap:4px;flex-wrap:nowrap}.primary-nav a{min-height:40px;padding:.56rem .78rem;font-size:.92rem;line-height:1;white-space:nowrap;border:1px solid transparent}.primary-nav a:hover,.primary-nav a[aria-current="page"]{background:#fff7dc;border-color:rgba(245,181,68,.34);box-shadow:0 8px 20px rgba(7,63,54,.06)}
.nav-toggle{min-height:44px;padding:.62rem .9rem;align-items:center;gap:.45rem}.nav-toggle::before{content:"";width:16px;height:12px;display:inline-block;background:linear-gradient(var(--green),var(--green)) 0 0/100% 2px no-repeat,linear-gradient(var(--green),var(--green)) 0 5px/100% 2px no-repeat,linear-gradient(var(--green),var(--green)) 0 10px/100% 2px no-repeat}
body.nav-open{overflow:hidden}
h1,.h1{max-width:12.5ch;overflow-wrap:normal}h2,h3{overflow-wrap:anywhere}.lead{line-height:1.65}.kicker{min-height:32px;box-shadow:0 8px 18px rgba(7,63,54,.05)}
.hero{padding:clamp(30px,5vw,58px) 0 clamp(16px,3vw,30px)}.hero-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);gap:clamp(28px,4vw,46px);align-items:center}.layout-home .hero-grid>div:first-child{padding:clamp(22px,3vw,32px);border-radius:32px;background:linear-gradient(135deg,rgba(255,255,255,.74),rgba(255,248,228,.55));border:1px solid rgba(7,63,54,.1);box-shadow:0 18px 44px rgba(7,63,54,.07)}
.hero-actions{gap:12px}.hero-actions .btn{min-width:0}.hero-route-ribbon{margin-top:22px;gap:12px}.hero-route-ribbon a{min-height:76px;border-color:rgba(7,63,54,.12);box-shadow:0 10px 28px rgba(7,63,54,.06)}.hero-route-ribbon b{flex:0 0 34px}.hero-note{max-width:66ch}.hero-figure{aspect-ratio:1600/840;border-radius:34px 34px 34px 72px;background:linear-gradient(135deg,#fffdf7,#fff2c8);border:1px solid rgba(255,255,255,.8);box-shadow:0 26px 70px rgba(7,63,54,.16);padding:0}.hero-figure img{width:100%;height:100%;object-fit:contain;object-position:center;transform:translateZ(0)}.hero-figure::after{background:linear-gradient(180deg,transparent 66%,rgba(5,39,34,.18))}.hero-badges{gap:7px}.hero-badge{backdrop-filter:blur(5px)}.image-cta{min-height:44px;line-height:1;white-space:nowrap;backdrop-filter:blur(7px)}
.section{padding:clamp(22px,3vw,36px);margin:clamp(20px,3vw,34px) 0;border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(255,253,247,.82));box-shadow:var(--shadow-soft)}.section.compact{padding:18px}.section-heading{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:end}.two-col,.hero-lite{gap:clamp(20px,3vw,32px)}.cards{align-items:stretch}.card{height:100%;padding:clamp(18px,2.2vw,24px);border-radius:22px;background:linear-gradient(180deg,#fff,#fffaf0);box-shadow:0 12px 30px rgba(7,63,54,.07);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.card:hover{transform:translateY(-2px);border-color:rgba(245,181,68,.38);box-shadow:0 18px 40px rgba(7,63,54,.11)}
.media-link{border-radius:28px;box-shadow:0 18px 46px rgba(7,63,54,.14)}.banner-figure,.panel-figure{background:#fff8e9}.banner-figure img,.panel-figure img{object-fit:cover;object-position:center}.three-col{gap:clamp(14px,2vw,22px)}.three-col .media-link{min-height:210px}
.toc{justify-content:flex-start;gap:8px}.toc a{min-height:38px;display:inline-flex;align-items:center;background:rgba(255,255,255,.92)}
.stat-row{align-items:stretch}.stat{height:100%;background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(236,247,235,.76))}.steps{gap:12px}.step{border-radius:18px;background:linear-gradient(180deg,#fffdf8,#fff7df)}.notice{background:linear-gradient(135deg,#fff8e4,#fffdf6);border:1px solid rgba(245,181,68,.28);border-left:5px solid var(--gold);box-shadow:0 10px 24px rgba(116,77,12,.06)}.warning.notice{background:linear-gradient(135deg,#fff3df,#fffaf2);border-left-color:#c06a19;color:#3f321a}.quote{border:1px solid rgba(7,63,54,.12)}
.breadcrumb,.breadcrumbs,.breadcrumb-strip{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;color:var(--muted);font-size:.9rem;line-height:1.4}.breadcrumb-strip.container{padding-top:18px;padding-bottom:0}.article-hero .breadcrumb{margin-bottom:14px}.breadcrumb a,.breadcrumbs a{text-decoration:none;font-weight:820}.breadcrumb span:last-child,.breadcrumbs span:last-child{color:#47625d}.breadcrumb::before,.breadcrumbs::before{content:"⌁";color:var(--gold);font-weight:950;margin-right:.1rem}.verify-head,.portal-head{border-radius:30px;background:radial-gradient(circle at 88% 8%,rgba(245,181,68,.22),transparent 23rem),linear-gradient(135deg,#063d34,#0a6a56);box-shadow:0 24px 64px rgba(7,63,54,.18)}.verify-head .lead,.portal-head .lead{color:#eef9f4}.page-hero{padding:28px 0 12px}.page-hero .media-link{align-self:stretch}.page-hero .panel-figure{aspect-ratio:16/10}.page-hero .panel-figure img{height:100%;object-fit:cover}
.article-text-list{gap:14px}.article-row{position:relative;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;min-height:0!important;padding:18px 20px;border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(255,248,228,.9));border:1px solid rgba(7,63,54,.13);box-shadow:0 12px 30px rgba(7,63,54,.075);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.article-row::before{content:"";position:absolute;left:0;top:18px;bottom:18px;width:4px;border-radius:999px;background:linear-gradient(180deg,var(--gold),var(--green-3));opacity:.8}.article-row:hover{transform:translateY(-2px);border-color:rgba(245,181,68,.45);box-shadow:0 18px 42px rgba(7,63,54,.12)}.article-row-number{width:46px;height:46px;border-radius:15px;background:linear-gradient(135deg,var(--green),#12745e);color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16),0 10px 20px rgba(7,63,54,.16)}.article-row-main h3{font-size:clamp(1.06rem,1.25vw,1.24rem);line-height:1.28;margin:.5rem 0 .34rem;overflow-wrap:break-word}.article-row-main p{color:#405a54;line-height:1.58;margin-bottom:.4rem}.article-row .meta{gap:10px;margin:.25rem 0 0;font-size:.86rem}.tag{min-height:27px;align-items:center;background:rgba(245,181,68,.2);border:1px solid rgba(245,181,68,.28);color:#634300}.article-row .read-more,.read-more.btn-like{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.7rem 1rem;border-radius:999px;background:#073f36;color:#fff!important;text-decoration:none;border:1px solid rgba(255,255,255,.18);box-shadow:0 10px 22px rgba(7,63,54,.14)}.article-row .read-more:hover{background:#0b5b4e;text-decoration:none}.pagination{gap:8px;margin:32px 0 6px}.pagination a,.pagination span{min-width:44px;height:44px;border-radius:14px;background:rgba(255,255,255,.92);box-shadow:0 8px 20px rgba(7,63,54,.05)}.pagination a:hover{background:#fff7dc;border-color:rgba(245,181,68,.38);text-decoration:none}.pagination .current{background:linear-gradient(135deg,var(--green),var(--green-3));color:#fff;border-color:transparent}
.article-layout{grid-template-columns:minmax(0,780px) minmax(280px,330px);gap:clamp(24px,3vw,38px)}.article-main,.article-body{border-radius:28px;background:#fffefb;box-shadow:0 20px 58px rgba(7,63,54,.11);padding:clamp(24px,3vw,38px)}.article-main h1,.article-hero h1{max-width:18ch}.article-hero{padding:34px 0 18px}.article-hero .lead{max-width:72ch}.article-body p,.article-main p{max-width:74ch;line-height:1.82}.article-body h2,.article-main h2{margin-top:2.25rem;padding-top:.15rem}.article-body h2::before,.article-main h2::before{content:"";display:block;width:58px;height:4px;border-radius:99px;background:linear-gradient(90deg,var(--gold),var(--green-3));margin-bottom:12px}.article-body ul,.article-body ol,.article-main ul,.article-main ol{padding-left:1.2rem}.article-body li,.article-main li{line-height:1.7;margin:.55rem 0}.checklist-list li{background:linear-gradient(135deg,#fffdf6,#f6fbf5);border-color:rgba(7,63,54,.12)}.sidebar{top:96px}.sidebar .card{border-radius:24px;background:linear-gradient(180deg,#fff,#fff8e8)}.related-list a{border-radius:18px;background:#fffefb}.related-list a:hover{text-decoration:none;border-color:rgba(245,181,68,.44);box-shadow:0 12px 26px rgba(7,63,54,.08)}.read-path{border-radius:24px;background:linear-gradient(135deg,#fff8e4,#f6fbf4)}
.faq{gap:12px}.faq details{padding:0;overflow:hidden;border-radius:18px;background:#fffefb;box-shadow:0 8px 18px rgba(7,63,54,.055)}.faq summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;list-style:none;min-height:56px}.faq summary::-webkit-details-marker{display:none}.faq summary::after{content:"+";display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:rgba(7,63,54,.08);color:var(--green);font-weight:950;transition:transform .18s ease,background .18s ease}.faq details[open] summary::after{content:"–";background:rgba(245,181,68,.25);transform:rotate(180deg)}.faq p{padding:0 18px 18px;margin:0;color:#405a54}
.footer{padding:46px 0 38px;background:radial-gradient(circle at 85% 0,rgba(245,181,68,.16),transparent 16rem),linear-gradient(180deg,rgba(7,63,54,.98),#052d27);color:#eef8f3;margin-top:56px}.footer a{color:#fff;text-decoration:none}.footer a:hover{text-decoration:underline;text-underline-offset:4px}.footer h3{color:#fff}.footer p,.footer small{color:#d5e8e1}.footer-grid{display:grid;grid-template-columns:minmax(0,1.4fr) repeat(2,minmax(170px,.55fr));gap:28px}.mini-logo{width:170px;max-width:70%;height:auto;filter:drop-shadow(0 10px 20px rgba(0,0,0,.18));background:rgba(255,255,255,.95);border-radius:16px;padding:6px}.footer-links{list-style:none;padding:0;margin:.6rem 0 0;display:grid;gap:.45rem}
.btn,.image-cta,.article-row .read-more{min-height:44px}.btn:focus-visible,.image-cta:focus-visible,.article-row .read-more:focus-visible,.primary-nav a:focus-visible,.toc a:focus-visible,.pagination a:focus-visible,.brand:focus-visible,.faq summary:focus-visible{outline:0;box-shadow:var(--focus)}
@media (max-width:1120px){.nav-toggle{display:inline-flex}.primary-nav{position:absolute;top:calc(100% + 10px);left:16px;right:16px;display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px;background:#fffefb;border:1px solid rgba(7,63,54,.14);border-radius:22px;box-shadow:0 26px 70px rgba(7,63,54,.18);z-index:80}.primary-nav.open{display:grid}.primary-nav a{white-space:normal;min-height:44px}}
@media (max-width:980px){html{scroll-padding-top:84px}.hero-grid,.hero-lite,.two-col,.editorial-grid,.footer-grid{grid-template-columns:1fr}.hero-grid{gap:22px}.hero-figure{max-width:760px;margin-inline:auto}.layout-home .hero-grid>div:first-child{padding:24px}.cards,.three-col,.article-list{grid-template-columns:1fr}.stat-row{grid-template-columns:repeat(2,minmax(0,1fr))}.section-heading{grid-template-columns:1fr}.article-layout{grid-template-columns:1fr}.sidebar{position:static}.article-row{grid-template-columns:52px minmax(0,1fr);align-items:start}.article-row .read-more{grid-column:2;justify-self:start;margin-top:8px}.article-row-main p{max-width:75ch}.page-hero .panel-figure{aspect-ratio:16/9}.route-marker-note{display:none!important}}
@media (max-width:760px){body{font-size:16px}.container{padding-inline:16px}.nav-wrap{min-height:70px}.brand img{width:144px}.primary-nav{left:12px;right:12px;grid-template-columns:1fr}.hero{padding-top:24px}.layout-home .hero-grid>div:first-child{padding:20px;border-radius:24px}.hero-grid{gap:18px}h1,.h1{font-size:clamp(2rem,9.2vw,3.05rem);line-height:1.04;letter-spacing:-.045em;max-width:13.5ch}h2{font-size:clamp(1.45rem,6.2vw,2.05rem);line-height:1.15}h3{font-size:1.12rem}.lead{font-size:1rem}.hero-actions,.section-actions{display:grid;grid-template-columns:1fr;width:100%;gap:9px}.btn{width:100%;padding:.78rem 1rem}.hero-route-ribbon{grid-template-columns:1fr;margin-top:16px}.hero-route-ribbon a{min-height:64px}.hero-figure{aspect-ratio:16/9;border-radius:24px 24px 24px 44px}.hero-badges{display:none}.image-cta{left:12px;right:12px;bottom:12px;justify-content:center;white-space:normal}.section{padding:20px;margin:18px 0;border-radius:22px}.three-col{gap:16px}.three-col .media-link{min-height:190px}.stat-row{gap:10px}.step{grid-template-columns:44px 1fr;gap:12px}.step::before{width:36px;height:36px}.toc{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px;scrollbar-width:thin}.toc a{flex:0 0 auto;white-space:nowrap}.breadcrumb-strip.container{padding-top:12px}.verify-head,.portal-head{padding:22px;border-radius:24px}.article-row{grid-template-columns:1fr;gap:12px;padding:16px;border-radius:18px}.article-row::before{top:14px;bottom:14px}.article-row-number{width:42px;height:42px;border-radius:14px}.article-row .read-more{grid-column:auto;width:100%;justify-self:stretch}.article-row .meta{gap:7px;font-size:.82rem}.pagination{justify-content:flex-start;overflow-x:auto;padding-bottom:4px}.pagination a,.pagination span{min-width:40px;height:40px}.article-hero{padding-top:24px}.article-main,.article-body{padding:22px;border-radius:22px}.article-main h1,.article-hero h1{font-size:clamp(2rem,8.6vw,2.8rem);line-height:1.06;max-width:14ch}.article-body p,.article-main p{line-height:1.78}.faq summary{padding:15px 16px}.footer{padding:36px 0}.footer-grid{gap:22px}.mini-logo{width:150px}}
@media (max-width:420px){.container{padding-inline:14px}.brand img{width:136px}.nav-toggle{padding:.58rem .78rem}.section{padding:18px}.hero-figure{aspect-ratio:16/10}.hero-note{font-size:.88rem}.stat-row{grid-template-columns:1fr 1fr}.image-cta{font-size:.84rem}.article-row-main h3{font-size:1.04rem}.article-body,.article-main{padding:18px}.footer-grid{gap:18px}}
@media (max-width:340px){.container{padding-inline:12px}.brand img{width:126px}.nav-toggle{font-size:.88rem}.hero-figure{aspect-ratio:1.45/1}.stat-row{grid-template-columns:1fr}.pagination a,.pagination span{min-width:38px;height:38px}.article-row{padding:14px}.tag{font-size:.74rem}.meta{font-size:.78rem}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.card:hover,.article-row:hover,.btn:hover{transform:none!important}}


html,body{max-width:100%;overflow-x:hidden}img,svg,video{max-width:100%;height:auto}.article-main,.article-body,.article-row-main,.lead,.section{overflow-wrap:anywhere}.primary-nav a,.btn,.article-row .read-more,.pagination a,.pagination span{min-height:44px}.breadcrumb[aria-label="Breadcrumb"]{max-width:100%}@media(max-width:360px){h1,.article-hero h1{max-width:100%;font-size:clamp(1.86rem,9vw,2.45rem)}.container{padding-inline:12px}.article-row .meta span{font-size:.76rem}.pagination{gap:6px}.pagination a,.pagination span{min-width:36px;height:38px;padding-inline:.55rem}}

.layout-home .hero-grid{align-items:stretch}.layout-home .hero-grid>div:first-child{display:flex;flex-direction:column;justify-content:flex-start;height:100%}.layout-home .hero-figure-match{height:100%;min-height:100%;aspect-ratio:auto;display:block}.layout-home .hero-figure-match img{width:100%;height:100%;object-fit:cover;object-position:center}
#instalacao .install-split{align-items:stretch}#instalacao .install-split>div:first-child{display:flex;flex-direction:column}#instalacao .install-split .steps{flex:1}#instalacao .install-visual{display:grid;grid-template-rows:minmax(0,1fr) auto;gap:18px;height:100%}#instalacao .panel-figure-match{height:100%;min-height:420px;aspect-ratio:auto;display:block}#instalacao .panel-figure-match img{width:100%;height:100%;object-fit:cover;object-position:center}#instalacao .install-visual .notice{margin:0}
@media (max-width:980px){.layout-home .hero-figure-match{min-height:auto;aspect-ratio:1600/840}#instalacao .panel-figure-match{min-height:auto;aspect-ratio:4/3}#instalacao .install-visual{grid-template-rows:auto auto;height:auto}}
@media (max-width:760px){.layout-home .hero-grid{align-items:start}.layout-home .hero-figure-match{aspect-ratio:16/9}#instalacao .panel-figure-match{aspect-ratio:16/10}}
.brand,.mini-logo{background:transparent!important}.brand img,.mini-logo{background:transparent!important;object-fit:contain}.site-header .brand{padding:0;border-radius:0;box-shadow:none}.media-copy{position:absolute;z-index:2;display:grid;gap:8px;max-width:min(44%,360px);padding:18px 20px;border-radius:20px;background:rgba(255,252,241,.78);border:1px solid rgba(7,63,54,.12);box-shadow:0 14px 34px rgba(7,63,54,.12);backdrop-filter:blur(4px);color:#073f36;line-height:1.25}.media-copy strong{font-size:clamp(1.08rem,1.5vw,1.42rem);letter-spacing:-.02em}.media-copy small{font-size:.86rem;font-weight:850;color:#0e5b4e;text-transform:uppercase;letter-spacing:.045em}.media-copy em{font-style:normal;color:#405b54;font-weight:650}.media-copy-install{top:13%;right:9%}.media-copy-page{top:20%;right:10%}.page-hero .media-link.panel-figure{position:relative}.page-hero .panel-figure img{object-position:center}.install-visual .panel-figure{position:relative}@media(max-width:980px){.media-copy{max-width:48%;padding:14px 16px}.media-copy-page{top:18%;right:8%}.media-copy-install{right:8%}}@media(max-width:760px){.media-copy{position:absolute;left:14px;right:14px;bottom:64px;top:auto;max-width:none;padding:12px 14px;border-radius:16px}.media-copy strong{font-size:1rem}.media-copy small{font-size:.75rem}.media-copy em{display:none}.page-hero .media-copy{bottom:62px}.brand img{filter:drop-shadow(0 5px 10px rgba(7,63,54,.08))}}@media(max-width:420px){.media-copy{display:none}}
@media (min-width:981px){.layout-home .hero-grid{grid-template-columns:minmax(0,.9fr) minmax(540px,1.04fr);gap:34px;align-items:stretch}.layout-home .hero-grid>div:first-child{padding:clamp(20px,2.2vw,28px)}.layout-home h1{font-size:clamp(2.55rem,4.75vw,4.2rem);line-height:1.01;letter-spacing:-.05em}.layout-home .hero-route-ribbon{margin-top:18px}.layout-home .hero-route-ribbon a{min-height:66px;padding:12px 12px}.layout-home .hero-note{margin-top:.85rem}.layout-home .hero-figure-match img{object-fit:cover;object-position:58% center}}
#instalacao .panel-figure-match img,[data-page="instalacao"] .page-hero .panel-figure img,[data-page="privacidade"] .page-hero .panel-figure img{object-position:left center!important}
