:root{
  --navy:#153B5C;--steel:#7A8791;--sage:#7D8E7B;--gold:#BE9A49;--paper:#F4F2ED;--ink:#1F252B;--mist:#E9EEF1;--line:#D4DADD;--deep:#0E2A43;
  --surface:#FFFFFF;--surface-2:#F8F9F8;--muted:#66717A;--shadow:0 18px 50px rgba(14,42,67,.10);--shadow-soft:0 8px 26px rgba(14,42,67,.07);
  --radius-sm:14px;--radius:20px;--radius-lg:30px;--max:1180px;--header-h:72px;--bottom-h:72px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body.drawer-open{overflow:hidden}
a{color:var(--navy);text-decoration-thickness:.08em;text-underline-offset:.2em}
button,input{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
img,svg{display:block;max-width:100%}
svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.wrap{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.skip{position:fixed;left:16px;top:-90px;z-index:9999;background:#fff;color:var(--deep);padding:12px 16px;border-radius:12px;box-shadow:var(--shadow);font-weight:800}
.skip:focus{top:16px}

/* App shell */
.app-header{position:sticky;top:0;z-index:80;background:rgba(244,242,237,.84);backdrop-filter:saturate(1.35) blur(22px);-webkit-backdrop-filter:saturate(1.35) blur(22px);border-bottom:1px solid rgba(122,135,145,.22)}
.header-row{height:var(--header-h);display:flex;align-items:center;gap:24px}
.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--deep);font-weight:800;letter-spacing:-.02em;white-space:nowrap}
.brand-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:linear-gradient(145deg,#fff,var(--mist));box-shadow:0 4px 14px rgba(14,42,67,.09);border:1px solid rgba(122,135,145,.18)}
.brand img{width:28px;height:28px}
.brand>span:last-child{font-family:"Cormorant Garamond",Georgia,serif;font-size:1.72rem;line-height:1}
.desktop-nav{display:flex;align-items:center;gap:4px;margin-left:auto}
.desktop-nav a{position:relative;padding:10px 12px;border-radius:12px;text-decoration:none;color:#46515a;font-size:.9rem;font-weight:700;transition:.16s ease}
.desktop-nav a:hover,.desktop-nav a.is-active{background:rgba(255,255,255,.72);color:var(--deep)}
.desktop-nav a.is-active:after{content:"";position:absolute;left:14px;right:14px;bottom:4px;height:2px;background:var(--gold);border-radius:999px}
.header-search{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 14px;border-radius:14px;background:#fff;border:1px solid rgba(122,135,145,.22);text-decoration:none;font-size:.86rem;font-weight:800;box-shadow:0 3px 12px rgba(14,42,67,.04)}
.header-search svg{width:18px;height:18px}
.menu-button,.icon-button{display:none;place-items:center;width:44px;height:44px;border:0;border-radius:14px;background:#fff;color:var(--deep);box-shadow:0 3px 14px rgba(14,42,67,.06);cursor:pointer}
.menu-button svg,.icon-button svg{width:22px;height:22px}

/* Drawer */
.drawer[hidden]{display:none}
.drawer{position:fixed;inset:0;z-index:120}
.drawer-backdrop{position:absolute;inset:0;border:0;background:rgba(14,42,67,.34);backdrop-filter:blur(4px);opacity:0;transition:opacity .18s ease}
.drawer-panel{position:absolute;top:0;right:0;height:100%;width:min(92vw,390px);background:var(--paper);padding:18px 18px calc(24px + env(safe-area-inset-bottom));box-shadow:-16px 0 50px rgba(14,42,67,.18);transform:translateX(105%);transition:transform .22s cubic-bezier(.2,.75,.25,1);overflow:auto}
.drawer.is-open .drawer-backdrop{opacity:1}.drawer.is-open .drawer-panel{transform:translateX(0)}
.drawer-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.drawer-head .brand{pointer-events:none}.drawer-head .icon-button{display:grid}
.drawer-kicker{margin:20px 4px 10px;color:var(--steel);font-size:.77rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
.drawer-nav{display:grid;gap:8px}
.drawer-nav a{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;min-height:60px;padding:8px 12px;border-radius:17px;text-decoration:none;color:var(--ink);font-weight:750;background:rgba(255,255,255,.72);border:1px solid rgba(122,135,145,.16)}
.drawer-nav svg{width:22px;height:22px;color:var(--navy)}.drawer-nav b{font-size:1.45rem;color:var(--steel);font-weight:500}.drawer-nav a:active{transform:scale(.985)}
.drawer-language{margin-top:20px;padding:16px;border-radius:18px;background:var(--mist)}.drawer-language>span{display:block;margin-bottom:10px;font-size:.76rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800;color:var(--steel)}
.language-pills{display:flex;flex-wrap:wrap;gap:7px}.language-pills a{display:grid;place-items:center;min-width:43px;min-height:38px;padding:0 9px;border-radius:11px;text-decoration:none;background:#fff;color:var(--ink);font-size:.76rem;font-weight:850;border:1px solid rgba(122,135,145,.18)}.language-pills a.is-current{background:var(--deep);color:#fff;border-color:var(--deep)}

/* Native-like bottom navigation */
.bottom-nav{display:none}

/* Hero */
.hero{position:relative;overflow:hidden;padding:70px 0 58px;background:radial-gradient(circle at 80% 20%,rgba(190,154,73,.18),transparent 30%),radial-gradient(circle at 10% 100%,rgba(125,142,123,.28),transparent 38%),linear-gradient(150deg,var(--deep),var(--navy));color:#fff}
.hero:before{content:"";position:absolute;width:380px;height:380px;border-radius:50%;right:-170px;bottom:-250px;border:1px solid rgba(255,255,255,.12);box-shadow:0 0 0 45px rgba(255,255,255,.03),0 0 0 90px rgba(255,255,255,.02)}
.hero-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:48px;align-items:end;position:relative;z-index:1}
.eyebrow,.section-kicker{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;font-weight:850;color:var(--gold)}
.hero h1,.page-hero h1{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(3rem,7vw,5.7rem);line-height:.9;letter-spacing:-.035em;margin:.16em 0 .2em;text-wrap:balance}
.hero-lead{max-width:760px;font-size:clamp(1.02rem,2vw,1.18rem);color:#edf2f6}.hero-lead p{margin:0}
.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 18px;border-radius:15px;border:0;background:#fff;color:var(--deep)!important;text-decoration:none;font-weight:850;box-shadow:0 8px 22px rgba(0,0,0,.12);transition:.16s ease}.btn:hover{transform:translateY(-1px)}.btn:active{transform:scale(.985)}.btn.ghost{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.22);color:#fff!important;box-shadow:none}.btn svg{width:18px;height:18px}.btn.secondary{background:transparent;color:var(--navy)!important;border:1px solid rgba(21,59,92,.35);box-shadow:none}
.hero-card{position:relative;min-height:230px;padding:26px;border-radius:28px;background:linear-gradient(155deg,rgba(255,255,255,.16),rgba(255,255,255,.06));border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(14px);box-shadow:0 18px 48px rgba(0,0,0,.12);overflow:hidden}.hero-card-label{display:block;max-width:200px;font-size:.84rem;font-weight:750;color:#eaf0f3}.hero-card strong{display:block;margin-top:16px;font-family:"Cormorant Garamond",Georgia,serif;font-size:5.2rem;line-height:.8}.hero-card>span:last-of-type{font-size:1rem;font-weight:700;color:#f2f4f5}.hero-orbit{position:absolute;width:160px;height:160px;right:-50px;bottom:-45px;border:1px solid rgba(255,255,255,.18);border-radius:50%}.hero-orbit:before,.hero-orbit:after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.12);inset:22px}.hero-orbit:after{inset:45px}.hero-orbit i{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--gold);top:19px;left:45px}.hero-orbit i:nth-child(2){top:80px;left:8px;background:#fff}.hero-orbit i:nth-child(3){top:70px;left:115px;background:var(--sage)}

/* Sections and cards */
.section{padding:58px 0}.quick-section{background:var(--paper)}.trust-section{padding-top:0;padding-bottom:70px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.section h2,.content h2{font-family:"Cormorant Garamond",Georgia,serif;font-size:clamp(2rem,4vw,3.1rem);line-height:1.02;letter-spacing:-.025em;color:var(--deep);margin:.18em 0}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.card{position:relative;display:flex;flex-direction:column;min-height:210px;padding:20px;border-radius:22px;background:rgba(255,255,255,.9);border:1px solid rgba(122,135,145,.18);text-decoration:none;color:inherit;box-shadow:var(--shadow-soft);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;overflow:hidden}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:rgba(21,59,92,.22)}.card:active{transform:scale(.99)}
.card-icon{display:grid;place-items:center;width:40px;height:40px;margin-bottom:18px;border-radius:13px;background:var(--mist);color:var(--navy);font-size:.82rem;font-weight:900}.card .kicker{font-size:.7rem;text-transform:uppercase;letter-spacing:.11em;font-weight:850;color:var(--sage)}.card h3{font-family:"Cormorant Garamond",Georgia,serif;font-size:1.7rem;line-height:1.05;letter-spacing:-.02em;margin:.28em 0;color:var(--deep)}.card p{margin:0;color:#53606a;font-size:.93rem}.card-link{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:18px;color:var(--navy);font-size:.82rem;font-weight:850}.card-link b{font-size:1.3rem;font-weight:500}
.trust-card{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:38px;align-items:center;padding:34px;border-radius:30px;background:linear-gradient(145deg,#fff,var(--mist));border:1px solid rgba(122,135,145,.18);box-shadow:var(--shadow-soft)}.lead{font-size:1.12rem;color:#485761}.tag-row{display:flex;gap:8px;flex-wrap:wrap;align-content:center}.tag{display:inline-flex;align-items:center;min-height:34px;padding:0 10px;border-radius:999px;background:#fff;border:1px solid rgba(122,135,145,.20);font-size:.73rem;font-weight:800;color:#53606a}

/* Page headers */
.page-hero{position:relative;padding:50px 0 38px;background:linear-gradient(180deg,#edf1f3,var(--paper));border-bottom:1px solid rgba(122,135,145,.18)}.page-hero.compact{padding-bottom:30px}.page-hero h1{font-size:clamp(2.7rem,6vw,4.8rem);color:var(--deep)}.page-hero .lead{max-width:820px;margin:0}.page-hero .lead p{margin:.25em 0 0}.crumbs{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:.78rem;font-weight:700;color:#6b7780}.crumbs a{color:inherit;text-decoration:none}.meta-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:22px}.meta-chips span{display:inline-flex;align-items:center;min-height:34px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.85);border:1px solid rgba(122,135,145,.18);font-size:.76rem;color:#60707a}.meta-chips b{color:var(--deep);font-weight:800}

/* Detail reading experience */
.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:42px;padding:42px 0 78px;align-items:start}.content{min-width:0}.article-body{max-width:760px;font-size:1.03rem;line-height:1.78;color:#303a41}.article-body>p:first-child{margin-top:0}.article-body p{margin:0 0 1.2em}.article-body h2{margin-top:1.45em;margin-bottom:.55em}.article-body h3{font-size:1.25rem;color:var(--deep);margin:1.4em 0 .5em}.article-body ul,.article-body ol{padding-left:1.25rem}.article-body li{margin:.35em 0}.article-body a{font-weight:650}.article-body strong{color:var(--deep)}
.notice{margin:0 0 22px;padding:16px 18px;border-radius:16px;background:#fff8e9;border:1px solid rgba(190,154,73,.28);color:#4e4330}.value-notice{display:flex;flex-direction:column;gap:3px}.value-notice small{color:#756849}
.sidebar{display:flex;flex-direction:column;gap:12px;position:sticky;top:calc(var(--header-h) + 18px)}.utility-grid{display:grid;gap:12px}.utility-card{display:grid;grid-template-columns:44px 1fr;gap:12px;padding:16px;border-radius:20px;background:#fff;border:1px solid rgba(122,135,145,.18);text-decoration:none;color:inherit;box-shadow:0 5px 18px rgba(14,42,67,.05)}.utility-card:hover{border-color:rgba(21,59,92,.28)}.utility-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--mist);color:var(--navy);font-size:1.35rem}.utility-card h3{margin:1px 0 3px;font-size:1rem;color:var(--deep)}.utility-card p{margin:0 0 7px;font-size:.82rem;line-height:1.45;color:#65727b}.utility-card b{font-size:.78rem;color:var(--navy)}
.source-panel{border-radius:18px;background:#fff;border:1px solid rgba(122,135,145,.18);overflow:hidden}.source-panel summary{display:flex;justify-content:space-between;align-items:center;min-height:52px;padding:0 16px;cursor:pointer;list-style:none;font-size:.84rem;font-weight:850;color:var(--deep)}.source-panel summary::-webkit-details-marker{display:none}.source-panel summary span{font-size:1.2rem;color:var(--steel)}.source-panel[open] summary span{transform:rotate(45deg)}.source-list{display:grid;gap:7px;padding:0 16px 16px}.source-list a{font-size:.8rem;font-weight:700;text-decoration:none}.fine{font-size:.75rem;color:#89939a}
.related-block{margin-top:42px;padding-top:28px;border-top:1px solid rgba(122,135,145,.22)}.related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.related-grid a{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:58px;padding:13px 15px;border-radius:16px;background:#fff;border:1px solid rgba(122,135,145,.18);text-decoration:none;color:var(--deep);font-weight:750;font-size:.87rem}.related-grid b{font-size:1.25rem;color:var(--steel);font-weight:500}

/* Listings/search */
.listing-section{padding-top:30px}.searchbox{position:relative;display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:10px;min-height:56px;max-width:720px;margin:0 0 24px;padding:0 16px;border-radius:18px;background:#fff;border:1px solid rgba(122,135,145,.24);box-shadow:0 5px 18px rgba(14,42,67,.06)}.searchbox:focus-within{border-color:rgba(21,59,92,.48);box-shadow:0 0 0 4px rgba(21,59,92,.07)}.searchbox svg{width:20px;height:20px;color:var(--steel)}.searchbox input{width:100%;height:54px;border:0;outline:0;background:transparent;color:var(--ink);font-size:1rem}.searchbox kbd{padding:4px 7px;border-radius:7px;background:var(--mist);color:var(--steel);font:600 .68rem Inter,system-ui}.list-card{display:grid;grid-template-columns:42px 1fr 24px;gap:13px;align-items:start;min-height:150px}.list-card .card-icon{margin:0}.list-card h3{font-size:1.45rem}.list-card-body{min-width:0}.list-chevron{align-self:center;font-size:1.55rem;color:var(--steel)}[hidden]{display:none!important}

/* Footer */
.site-footer{background:var(--deep);color:#dbe3e8;padding:50px 0 calc(44px + env(safe-area-inset-bottom))}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:34px}.site-footer a{color:#fff}.site-footer p{line-height:1.8}.brand-inverse{color:#fff}.brand-inverse .brand-mark{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.15);box-shadow:none}.footer-brand .fine{max-width:520px;color:#aebbc4}
.ad-slot{display:none}

/* Error */
.error-actions{display:flex;gap:10px;flex-wrap:wrap}

/* Tablet */
@media(max-width:980px){
  .desktop-nav{display:none}.menu-button{display:grid;margin-left:auto}.header-search span{display:none}.header-search{width:44px;padding:0;justify-content:center}.header-row{gap:10px}
  .hero-grid,.content-layout,.trust-card,.footer-grid{grid-template-columns:1fr}.hero-card{min-height:190px;max-width:430px}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sidebar{position:static;order:-1}.utility-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-body{max-width:none}
}

/* Mobile app experience */
@media(max-width:760px){
  :root{--header-h:62px}
  body{padding-bottom:calc(var(--bottom-h) + env(safe-area-inset-bottom))}
  .wrap{width:min(calc(100% - 28px),var(--max))}
  .app-header{background:rgba(244,242,237,.92)}.header-row{height:var(--header-h)}
  .brand-mark{width:36px;height:36px;border-radius:12px}.brand img{width:25px;height:25px}.brand>span:last-child{font-size:1.46rem}
  .header-search{display:none}.menu-button{width:40px;height:40px;border-radius:13px}
  .bottom-nav{position:fixed;left:8px;right:8px;bottom:calc(8px + env(safe-area-inset-bottom));z-index:70;display:grid;grid-template-columns:repeat(5,1fr);min-height:64px;padding:6px 5px;border-radius:23px;background:rgba(255,255,255,.92);border:1px solid rgba(122,135,145,.22);box-shadow:0 14px 38px rgba(14,42,67,.18);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}
  .bottom-nav a{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:0;min-height:52px;border-radius:17px;text-decoration:none;color:#748089;transition:.15s ease}.bottom-nav a span{display:grid;place-items:center;width:27px;height:27px}.bottom-nav svg{width:21px;height:21px}.bottom-nav small{max-width:100%;font-size:.61rem;line-height:1;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bottom-nav a.is-active{background:var(--mist);color:var(--deep)}.bottom-nav a.is-active:after{content:"";position:absolute;bottom:4px;width:4px;height:4px;border-radius:50%;background:var(--gold)}
  .hero{padding:42px 0 34px}.hero-grid{gap:26px}.hero h1{font-size:clamp(3.1rem,17vw,4.6rem);max-width:10ch}.hero-lead{font-size:1rem;line-height:1.62}.hero-actions{display:grid;grid-template-columns:1fr 1fr;margin-top:22px}.btn{min-height:50px;border-radius:15px;padding-inline:14px;font-size:.86rem}.hero-card{display:grid;grid-template-columns:1fr auto;align-items:end;min-height:128px;padding:18px 20px;border-radius:23px}.hero-card-label{grid-column:1/-1}.hero-card strong{font-size:3.7rem;margin-top:8px}.hero-card>span:last-of-type{align-self:end;padding-bottom:5px}.hero-orbit{width:110px;height:110px;right:-42px;bottom:-50px}
  .section{padding:40px 0}.trust-section{padding-bottom:46px}.section-head{margin-bottom:16px}.section h2,.content h2{font-size:2.25rem}.grid{grid-template-columns:1fr;gap:12px}.app-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.app-card{min-height:205px;padding:15px;border-radius:20px}.app-card .card-icon{width:36px;height:36px;margin-bottom:14px}.app-card h3{font-size:1.38rem}.app-card p{font-size:.79rem;line-height:1.45}.card-link{font-size:.75rem}.trust-card{gap:20px;padding:22px;border-radius:24px}
  .page-hero{padding:28px 0 24px}.page-hero h1{font-size:clamp(2.65rem,14vw,3.9rem);line-height:.92}.page-hero .lead{font-size:1rem;line-height:1.58}.crumbs{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.meta-chips{display:flex;overflow-x:auto;flex-wrap:nowrap;margin-inline:-14px;padding-inline:14px;padding-bottom:2px;scrollbar-width:none}.meta-chips::-webkit-scrollbar{display:none}.meta-chips span{flex:0 0 auto}
  .content-layout{display:flex;flex-direction:column;gap:24px;padding:24px 0 46px}.sidebar{order:0;width:100%}.article-body{font-size:1.04rem;line-height:1.78}.article-body h2{font-size:2rem}.utility-grid{grid-template-columns:1fr 1fr;gap:9px}.utility-card{display:flex;flex-direction:column;gap:10px;min-height:176px;padding:14px;border-radius:19px}.utility-icon{width:40px;height:40px}.utility-card p{font-size:.76rem}.related-grid{grid-template-columns:1fr}.related-grid a{min-height:60px}.related-block{margin-top:32px}.source-panel{border-radius:17px}
  .listing-section{padding-top:18px}.searchbox{position:sticky;top:calc(var(--header-h) + 8px);z-index:20;min-height:54px;margin-bottom:16px;border-radius:17px;box-shadow:0 8px 24px rgba(14,42,67,.10)}.searchbox input{height:52px}.searchbox kbd{display:none}.listing-grid{gap:9px}.list-card{grid-template-columns:40px 1fr 20px;min-height:auto;padding:14px;border-radius:18px}.list-card h3{font-family:Inter,system-ui,sans-serif;font-size:1.04rem;letter-spacing:-.01em;margin:.15em 0 .25em}.list-card p{font-size:.78rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.list-card .kicker{font-size:.62rem}.list-card .card-icon{width:40px;height:40px}
  .site-footer{padding-top:38px}.footer-grid{gap:20px}.footer-grid>div:not(:first-child){padding-top:16px;border-top:1px solid rgba(255,255,255,.10)}
}

@media(max-width:380px){.app-grid{grid-template-columns:1fr}.app-card{min-height:170px}.hero-actions{grid-template-columns:1fr}.bottom-nav small{font-size:.56rem}.brand>span:last-child{font-size:1.34rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* v1.2 editorial/action components */
.fact-strip{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.fact-strip>div{display:flex;flex-direction:column;gap:1px;min-width:120px;padding:11px 14px;border-radius:16px;background:rgba(255,255,255,.82);border:1px solid rgba(122,135,145,.18)}.fact-strip span{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:#6b7880;font-weight:800}.fact-strip b{font-size:.98rem;color:var(--deep)}
.action-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.action-row .btn{min-height:50px}.listing-intro{max-width:850px;margin:0 0 28px}.listing-intro h2:first-child{margin-top:0}.route-steps{display:grid;gap:12px;margin:24px 0}.route-step{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:16px;border-radius:18px;background:#fff;border:1px solid rgba(122,135,145,.18)}.route-step-num{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--mist);font-weight:900;color:var(--deep)}.route-step h3{margin:0 0 4px!important}.route-step p{margin:0!important}.callout{margin:22px 0;padding:18px 20px;border-left:4px solid var(--gold);border-radius:0 16px 16px 0;background:#fff8e9}.action-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:20px 0}.action-list a{display:flex;justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:14px 16px;border-radius:16px;background:#fff;border:1px solid rgba(122,135,145,.18);text-decoration:none;font-weight:800}.stage-table{width:100%;border-collapse:separate;border-spacing:0;margin:18px 0;overflow:hidden;border:1px solid rgba(122,135,145,.18);border-radius:16px;background:#fff}.stage-table th,.stage-table td{padding:12px 13px;text-align:left;border-bottom:1px solid rgba(122,135,145,.14);vertical-align:top}.stage-table tr:last-child td{border-bottom:0}.stage-table th{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:#66717A;background:var(--surface-2)}
.form-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(360px,1.2fr);gap:42px;align-items:start}.contact-form-card{padding:24px;border-radius:24px;background:#fff;border:1px solid rgba(122,135,145,.18);box-shadow:var(--shadow-soft)}.contact-form-card form{display:grid;gap:16px}.contact-form-card .form-field{margin:0}.contact-form-card label{display:block;margin-bottom:6px;font-size:.82rem;font-weight:800;color:var(--deep)}.contact-form-card input:not([type=checkbox]),.contact-form-card select,.contact-form-card textarea{width:100%;min-height:50px;padding:11px 13px;border:1px solid #cbd3d8;border-radius:14px;background:#fff;color:var(--ink);font:inherit}.contact-form-card textarea{min-height:150px;resize:vertical}.contact-form-card input:focus,.contact-form-card select:focus,.contact-form-card textarea:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 4px rgba(21,59,92,.08)}.contact-form-card button,.contact-form-card input[type=submit]{min-height:50px;padding:0 18px;border:0;border-radius:14px;background:var(--navy);color:#fff;font-weight:850;cursor:pointer}.contact-form-card .form-message{padding:14px 16px;border-radius:14px;background:var(--mist)}
.legal-nav{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}.legal-nav a{padding:8px 11px;border-radius:999px;background:#fff;border:1px solid rgba(122,135,145,.18);text-decoration:none;font-size:.78rem;font-weight:800}
@media(max-width:760px){.fact-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.fact-strip>div{min-width:0}.action-row{display:grid;grid-template-columns:1fr;margin-top:18px}.action-row .btn{width:100%;justify-content:center}.action-list{grid-template-columns:1fr}.stage-table{display:block;overflow-x:auto}.form-layout{grid-template-columns:1fr;gap:22px}.contact-form-card{padding:18px;border-radius:20px}}

.drawer-meta-links{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:16px;padding:0 4px}.drawer-meta-links a{font-size:.88rem;font-weight:650;color:var(--navy);text-decoration:none}.drawer-meta-links a:hover{text-decoration:underline}

/* v1.3 · UX compacto y orientado a app */
.home-hero{padding:34px 0 24px}.home-hero .hero-grid{grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);align-items:stretch;gap:18px}.home-hero h1{font-size:clamp(3.6rem,7vw,6.4rem);margin:.08em 0}.home-hero .hero-lead{max-width:720px;font-size:1.05rem}.territory-card{min-height:100%;display:grid;grid-template-columns:auto 1fr;align-content:center;gap:4px 16px;padding:24px;border-radius:28px;background:linear-gradient(145deg,#fff,#e9eef1);border:1px solid rgba(122,135,145,.2);box-shadow:var(--shadow-soft)}.territory-number{grid-row:1/3;font-family:"Cormorant Garamond",Georgia,serif;font-size:5.4rem;line-height:.8;color:var(--deep)}.territory-card b{display:block;font-size:1.1rem;color:var(--deep)}.territory-card span{display:block;color:#68757d;font-size:.83rem;margin-top:3px}.territory-card>a{grid-column:1/-1;margin-top:24px;min-height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;border-radius:15px;background:var(--deep);color:#fff;text-decoration:none;font-weight:850}.dashboard-section{padding-top:26px}.dashboard-section .app-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.dashboard-section .app-card{min-height:190px}.feature-section{padding-top:22px}.feature-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr;gap:12px}.feature-card{position:relative;min-height:250px;padding:24px;border-radius:26px;overflow:hidden;text-decoration:none;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:var(--shadow-soft)}.feature-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(14,42,67,.82) 100%)}.feature-card>*{position:relative}.feature-card>span{position:absolute;top:18px;left:20px;font-size:.65rem;font-weight:900;letter-spacing:.12em;opacity:.8}.feature-card h3{margin:0 0 6px;font-family:"Cormorant Garamond",Georgia,serif;font-size:2rem}.feature-card p{margin:0 0 14px;max-width:38ch;color:#e8eff2;line-height:1.5;font-size:.87rem}.feature-card b{font-size:.8rem}.feature-card.camino{background:linear-gradient(135deg,#153B5C,#0E2A43)}.feature-card.eume{background:linear-gradient(135deg,#667d65,#294b3a)}.feature-card.ortegal{background:linear-gradient(135deg,#58788c,#27485a)}.action-section{padding-top:20px}.quick-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.quick-actions a{min-height:88px;display:flex;align-items:center;gap:13px;padding:15px 16px;border-radius:20px;background:#fff;border:1px solid rgba(122,135,145,.18);text-decoration:none;color:var(--ink);box-shadow:0 5px 16px rgba(14,42,67,.05)}.quick-actions b{width:42px;height:42px;display:grid;place-items:center;flex:0 0 42px;border-radius:14px;background:var(--mist);color:var(--deep);font-size:.88rem}.quick-actions span{font-size:.82rem;font-weight:800;line-height:1.3}.detail-hero{padding-top:24px}.detail-hero h1{max-width:16ch}.article-body>h2:first-child{margin-top:.3em}.article-body ul{padding-left:1.25em}.article-body li{margin:.55em 0}.content-layout{align-items:start}
@media(min-width:981px){.content-layout{grid-template-columns:minmax(0,1fr) 340px;gap:38px}.article-body{font-size:1.04rem}.sidebar{position:sticky;top:92px}.page-hero .wrap{max-width:1180px}.listing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:980px){.home-hero .hero-grid{grid-template-columns:1fr}.territory-card{min-height:170px}.dashboard-section .app-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-grid{grid-template-columns:1fr 1fr}.feature-card.camino{grid-column:1/-1;min-height:210px}.quick-actions{grid-template-columns:1fr 1fr}}
@media(max-width:760px){.home-hero{padding:22px 0 14px}.home-hero h1{font-size:clamp(3rem,16vw,4.2rem)}.home-hero .hero-lead{font-size:.98rem}.territory-card{min-height:132px;padding:17px;border-radius:22px}.territory-number{font-size:4.4rem}.territory-card>a{margin-top:14px;min-height:44px}.dashboard-section{padding-top:18px}.dashboard-section .app-grid{grid-template-columns:1fr 1fr;gap:9px}.dashboard-section .app-card{min-height:170px;padding:14px}.feature-section,.action-section{padding-top:10px}.feature-grid{grid-template-columns:1fr}.feature-card,.feature-card.camino{grid-column:auto;min-height:190px;padding:19px;border-radius:22px}.feature-card h3{font-size:1.75rem}.quick-actions{grid-template-columns:1fr 1fr;gap:8px}.quick-actions a{min-height:74px;padding:11px;border-radius:17px}.quick-actions b{width:36px;height:36px;flex-basis:36px;border-radius:12px}.quick-actions span{font-size:.75rem}.section{padding:28px 0}.page-hero{padding-top:20px}.content-layout{padding-top:18px}.utility-grid{grid-template-columns:1fr 1fr}.article-body{font-size:1rem;line-height:1.72}}
@media(max-width:390px){.dashboard-section .app-grid,.quick-actions,.utility-grid{grid-template-columns:1fr}.dashboard-section .app-card{min-height:145px}.quick-actions a{min-height:66px}}
