
:root{
  --navy:#061526;--navy2:#0b2139;--navy3:#102b49;--cream:#f6efe3;--cream2:#fffaf0;--beige:#e8dbc4;--gold:#d8ad48;--gold2:#f1d27b;--gold3:#9b7227;--ink:#071628;--muted:#667085;--white:#fff;--glass-dark:rgba(255,255,255,.08);--glass-light:rgba(255,255,255,.66);--line-dark:rgba(255,255,255,.16);--line-light:rgba(7,22,40,.12);--shadow:0 24px 70px rgba(3,10,20,.22);--ease-premium:cubic-bezier(.22,1,.36,1);--ease-button:cubic-bezier(.2,.8,.2,1);--ease-soft:cubic-bezier(.25,.46,.45,.94);--radius:28px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--cream);color:var(--ink);font-size:18px;line-height:1.65;overflow-x:hidden}body.menu-open{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}p{margin:0 0 1rem}.wrap{width:min(1180px,calc(100% - 44px));margin:auto}.nav{position:sticky;top:0;z-index:80;background:rgba(255,250,240,.78);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(7,22,40,.08)}.nav .wrap{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:84px}.brand{display:flex;align-items:center;gap:14px;min-width:245px}.brand img{width:64px;height:64px;object-fit:contain;filter:drop-shadow(0 10px 18px rgba(6,21,38,.16))}.brand b{display:block;font-family:Playfair Display,serif;text-transform:uppercase;letter-spacing:.04em;font-size:23px;line-height:1;color:var(--navy)}.brand span{display:block;color:var(--gold3);font-size:11px;font-weight:900;letter-spacing:.28em;text-transform:uppercase;margin-top:8px}.links{display:flex;align-items:center;gap:7px}.links>a:not(.btn){font-weight:800;font-size:15px;padding:12px 13px;border-radius:999px;transition:220ms var(--ease-button);white-space:nowrap}.links>a:not(.btn):hover,.links>a[aria-current="page"]{background:linear-gradient(135deg,rgba(216,173,72,.18),rgba(255,255,255,.35));color:var(--navy);box-shadow:inset 0 0 0 1px rgba(216,173,72,.3),0 12px 24px rgba(216,173,72,.12)}.menu-toggle{display:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:999px;padding:15px 24px;font-weight:900;letter-spacing:-.01em;cursor:pointer;transition:transform 220ms var(--ease-button),box-shadow 220ms var(--ease-button),background 220ms var(--ease-button),border-color 220ms var(--ease-button),filter 220ms var(--ease-button);font-size:16px;white-space:nowrap}.btn.gold{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#071628;box-shadow:0 20px 44px rgba(216,173,72,.30),inset 0 1px 0 rgba(255,255,255,.5)}.btn.gold:hover{transform:translateY(-2px) scale(1.025);box-shadow:0 28px 62px rgba(216,173,72,.42),0 0 0 1px rgba(216,173,72,.32)}.btn.gold:active{transform:translateY(0) scale(.985)}.btn.ghost,.btn.light{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);color:var(--white);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.light-section .btn.ghost,.cream .btn.ghost,.btn.light{color:var(--navy);background:rgba(255,255,255,.6);border-color:rgba(7,22,40,.14)}.btn.ghost:hover,.btn.light:hover{background:rgba(216,173,72,.12);border-color:rgba(216,173,72,.48);transform:translateY(-1px);box-shadow:0 14px 28px rgba(6,21,38,.12)}.btn.small{padding:12px 17px;font-size:15px}.legal-switch{color:var(--navy)!important;border:1px solid rgba(7,22,40,.14)!important;background:rgba(255,255,255,.5)!important}.legal-switch:hover{border-color:rgba(216,173,72,.55)!important;background:rgba(216,173,72,.12)!important}.section,.hero{position:relative;padding:94px 0;overflow:hidden}.hero{min-height:calc(100vh - 84px);display:grid;align-items:center;background:radial-gradient(circle at 65% 0%,rgba(26,84,138,.65),transparent 40%),linear-gradient(135deg,#031122,#09233d 58%,#061526);color:#fff}.hero:before{content:"";position:absolute;inset:0;background:url('hero-road.png') right center/auto 100% no-repeat;opacity:.94}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,14,27,.98) 0%,rgba(3,14,27,.86) 38%,rgba(3,14,27,.28) 72%,rgba(3,14,27,.08) 100%)}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,630px) 1fr;gap:56px;align-items:center}.pill{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.23em;font-size:12px;font-weight:950;color:var(--gold2);margin-bottom:20px}.pill:before{content:"";width:46px;height:1px;background:linear-gradient(90deg,var(--gold2),transparent)}h1,h2,h3{margin:0;color:inherit;line-height:1.04;letter-spacing:-.045em}h1,h2{font-family:Playfair Display,serif}h1{font-size:clamp(46px,6vw,72px);max-width:790px;margin-bottom:24px}h2{font-size:clamp(38px,4.3vw,56px);margin-bottom:20px}h3{font-size:clamp(24px,2vw,30px);margin-bottom:12px}.lead{font-size:21px;line-height:1.72;color:rgba(255,255,255,.82);max-width:720px}.cream .lead,.light-section .lead{color:#42516b}.hero-actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:30px}.statrow{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:36px}.mini,.glass,.card,.flow-card,.contact-tile,.video-wrap,.form-panel{background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.05));border:1px solid var(--line-dark);box-shadow:var(--shadow);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border-radius:var(--radius)}.mini{padding:18px}.mini b{display:block;font-size:21px;margin-bottom:4px}.mini span{display:block;color:rgba(255,255,255,.72);font-size:14px;line-height:1.55}.hero-visual{min-height:470px;border-radius:36px;position:relative;box-shadow:0 44px 120px rgba(0,0,0,.34);overflow:hidden;border:1px solid rgba(216,173,72,.22)}.hero-visual:before{content:"";position:absolute;inset:0;background:url('hero-ip.png') center/cover no-repeat;opacity:.92}.hero-visual:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 64% 38%,rgba(241,210,123,.28),transparent 18%);animation:goldPulse 4.8s var(--ease-soft) infinite}.orbit{position:absolute;right:16%;top:18%;width:230px;height:230px;border:1px solid rgba(241,210,123,.28);border-radius:50%;animation:slowSpin 18s linear infinite}.orbit:before,.orbit:after{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:var(--gold2);box-shadow:0 0 20px var(--gold2)}.orbit:before{left:18%;top:5%}.orbit:after{right:4%;bottom:25%}.dark{background:linear-gradient(135deg,#061526,#0b2139);color:#fff}.cream,.light-section{background:linear-gradient(135deg,var(--cream2),var(--beige));color:var(--ink)}.beige{background:#eee2cf}.section.dark:before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 80% 10%,rgba(22,99,160,.28),transparent 28%);pointer-events:none}.split{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}.split.top{align-items:start}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card,.glass{padding:28px;transition:transform 240ms var(--ease-button),box-shadow 240ms var(--ease-button),border-color 240ms var(--ease-button),background 240ms var(--ease-button)}.cream .card,.cream .glass,.beige .card,.beige .glass{background:rgba(255,255,255,.67);border:1px solid rgba(7,22,40,.12);box-shadow:0 18px 48px rgba(7,22,40,.11)}.card:hover,.glass.hoverable:hover{transform:translateY(-6px);border-color:rgba(216,173,72,.42);box-shadow:0 28px 70px rgba(3,10,20,.24)}.card h3{font-family:Inter,system-ui;font-weight:950;letter-spacing:-.045em}.card p,.glass p{color:rgba(255,255,255,.74)}.cream .card p,.cream .glass p,.beige .card p,.beige .glass p{color:#475467}.num{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold2));color:var(--navy);font-weight:950;margin-bottom:16px}.service-detail{padding-top:14px;margin-top:14px;border-top:1px solid rgba(255,255,255,.14);font-size:16px}.cream .service-detail{border-top-color:rgba(7,22,40,.12)}.gold-link{color:var(--gold2);font-weight:950}.wide-cta{margin-top:26px;display:grid;grid-template-columns:1.1fr 1.4fr auto;gap:20px;align-items:center}.proof-band{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:28px}.proof{padding:20px;border-radius:20px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12)}.proof b{display:block;color:var(--gold2)}.proof span{font-size:14px;color:rgba(255,255,255,.72)}.steps{display:grid;gap:18px}.step{display:flex;gap:18px;align-items:flex-start}.iconbox{width:52px;height:52px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,rgba(216,173,72,.26),rgba(255,255,255,.1));font-size:25px}.agenda-section{background:linear-gradient(135deg,#061526,#0b2139 65%,#0e2f50);color:#fff}.agenda-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:26px}.flow-card{padding:23px;background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14)}.flow-card small{display:inline-flex;color:var(--gold2);font-weight:950;letter-spacing:.16em;margin-bottom:12px}.tag{display:inline-flex;border-radius:999px;padding:8px 13px;background:rgba(216,173,72,.14);border:1px solid rgba(216,173,72,.35);color:var(--gold2);font-size:13px;font-weight:950;margin-bottom:16px}.booking-card.feature{border-color:rgba(216,173,72,.38);background:linear-gradient(135deg,rgba(216,173,72,.14),rgba(255,255,255,.07))}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article-card{min-height:250px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.article-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 10%,rgba(216,173,72,.17),transparent 35%);opacity:0;transition:280ms var(--ease-soft)}.article-card:hover:before{opacity:1}.article-card small{text-transform:uppercase;letter-spacing:.18em;color:var(--gold3);font-weight:950}.dark .article-card small{color:var(--gold2)}.read-more{color:var(--gold3);font-weight:950;margin-top:auto}.video-wrap{position:relative;overflow:hidden;aspect-ratio:16/9;background:#061526;padding:0}.video-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-fallback{font-size:14px;color:#69768a}.values-grid .card{text-align:left}.contact-section{background:linear-gradient(135deg,#061526,#102236);color:#fff}.contact-layout{display:grid;grid-template-columns:1fr 1.15fr;gap:42px;align-items:start}.contact-stack{display:grid;gap:14px;margin-top:28px}.contact-tile{display:block;padding:20px 22px;color:#fff;transition:240ms var(--ease-button)}.contact-tile:hover{transform:translateY(-3px);border-color:rgba(216,173,72,.44);background:rgba(255,255,255,.11)}.contact-tile small{display:block;color:var(--gold2);letter-spacing:.18em;text-transform:uppercase;font-size:11px;font-weight:950;margin-bottom:8px}.contact-tile span{display:block;font-weight:800;color:rgba(255,255,255,.92)}.socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.socials a{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.07);padding:10px 14px;border-radius:999px;font-weight:850;transition:220ms var(--ease-button)}.socials a:hover{background:rgba(216,173,72,.13);border-color:rgba(216,173,72,.48);transform:translateY(-2px)}.form-panel{padding:30px}.form-grid{display:grid;gap:15px}.form-grid input,.form-grid select,.form-grid textarea{width:100%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.09);color:#fff;border-radius:17px;padding:16px 17px;font:inherit;outline:none;transition:220ms var(--ease-button)}.form-grid input::placeholder,.form-grid textarea::placeholder{color:rgba(255,255,255,.55)}.form-grid select{color:#fff}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{border-color:rgba(216,173,72,.58);box-shadow:0 0 0 4px rgba(216,173,72,.12);background:rgba(255,255,255,.13)}.checks{display:grid;gap:10px}.check{display:flex;gap:12px;align-items:flex-start;font-size:14px;color:rgba(255,255,255,.82)}.check input{width:20px!important;height:20px!important;margin-top:3px;accent-color:var(--gold);flex:none}.check a{color:var(--gold2);font-weight:900}.privacy-note{font-size:13px;color:rgba(255,255,255,.62)}.map-card{min-height:160px;display:grid;place-items:center;text-align:center;margin-top:18px;background:radial-gradient(circle at center,rgba(216,173,72,.15),rgba(255,255,255,.07));border-radius:24px;border:1px solid rgba(255,255,255,.15);font-weight:900}.footer{background:#03101f;color:rgba(255,255,255,.78);padding:64px 0 34px}.footer .wrap{display:grid;gap:30px}.footer-brand img{filter:drop-shadow(0 0 22px rgba(216,173,72,.2))}.footer-brand b{color:white}.footer-contact-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.footer-contact-cards a{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:19px;padding:17px;transition:220ms var(--ease-button)}.footer-contact-cards a:hover{border-color:rgba(216,173,72,.4);background:rgba(216,173,72,.09)}.footer-contact-cards small{display:block;color:var(--gold2);font-weight:950;letter-spacing:.14em;text-transform:uppercase;font-size:11px}.footer-contact-cards span{display:block;margin-top:7px;color:#fff;font-weight:750}.footlinks{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;border-top:1px solid rgba(255,255,255,.1);padding-top:28px}.footlinks b{display:block;color:#fff;margin-bottom:8px}.footlinks a{display:block;padding:5px 0;color:rgba(255,255,255,.72);transition:200ms}.footlinks a:hover{color:var(--gold2);transform:translateX(2px)}.page-hero{padding:90px 0;background:linear-gradient(135deg,#061526,#0b2139);color:#fff;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;right:0;top:0;width:52%;height:100%;background:url('legal-scale.png') center/cover no-repeat;opacity:.38}.page-hero .wrap{position:relative;z-index:1}.page-hero h1{font-size:clamp(42px,5vw,68px);max-width:780px}.page-hero p{max-width:730px}.director-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:30px}.timeline{display:grid;gap:18px}.timeline-item{display:grid;grid-template-columns:auto 1fr;gap:17px;align-items:start}.article-hero{background:linear-gradient(135deg,#061526,#0b2139);color:#fff;padding:84px 0}.article-body{background:var(--cream);padding:70px 0}.article-layout{display:grid;grid-template-columns:260px 1fr;gap:38px;align-items:start}.toc{position:sticky;top:110px;padding:20px;border-radius:22px;background:rgba(255,255,255,.72);border:1px solid rgba(7,22,40,.1)}.toc a{display:block;padding:8px;color:#53627a;font-weight:800}.article-block{padding:34px;border-radius:28px;background:rgba(255,255,255,.7);border:1px solid rgba(7,22,40,.09);box-shadow:0 18px 45px rgba(7,22,40,.08);margin-bottom:22px;transition:240ms}.article-block:hover{transform:translateY(-4px);box-shadow:0 24px 60px rgba(7,22,40,.12)}.key-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.key-item,.risk-item{padding:16px;border-radius:18px;background:linear-gradient(135deg,rgba(216,173,72,.14),rgba(255,255,255,.75));border:1px solid rgba(216,173,72,.18);font-weight:800}.risk-item{background:linear-gradient(135deg,rgba(6,21,38,.08),rgba(255,255,255,.8))}.reveal{opacity:0;transform:translateY(28px);filter:blur(5px);transition:760ms var(--ease-premium)}.reveal.is-visible{opacity:1;transform:none;filter:blur(0)}@keyframes goldPulse{0%,100%{opacity:.56;filter:blur(0)}50%{opacity:1;filter:blur(1px)}}@keyframes slowSpin{to{transform:rotate(360deg)}}
@media (max-width:1050px){.links{position:fixed;inset:84px 16px auto 16px;display:none;grid-template-columns:1fr;background:rgba(255,250,240,.86);backdrop-filter:blur(26px);border:1px solid rgba(7,22,40,.1);border-radius:28px;padding:18px;box-shadow:0 24px 80px rgba(0,0,0,.24)}.menu-open .links{display:grid}.menu-toggle{display:inline-flex}.links>a:not(.btn),.links .btn{width:100%;justify-content:center;color:var(--navy)!important}.hero-grid,.split,.contact-layout,.director-grid,.article-layout{grid-template-columns:1fr}.hero{min-height:auto;padding:92px 0}.hero:before{background-position:center right;opacity:.45}.hero:after{background:linear-gradient(90deg,rgba(3,14,27,.98),rgba(3,14,27,.75))}.hero-visual{min-height:300px}.grid3,.article-grid{grid-template-columns:repeat(2,1fr)}.proof-band,.agenda-flow,.footer-contact-cards,.footlinks{grid-template-columns:repeat(2,1fr)}.wide-cta{grid-template-columns:1fr}.toc{position:relative;top:auto}}
@media (max-width:680px){body{font-size:16px}.wrap{width:min(100% - 30px,1180px)}.nav .wrap{min-height:76px}.brand{min-width:0}.brand img{width:58px;height:58px}.brand b{font-size:18px}.brand span{font-size:9px;letter-spacing:.18em}.hero,.section{padding:68px 0}h1{font-size:clamp(42px,12vw,54px)}h2{font-size:clamp(33px,9vw,42px)}.lead{font-size:18px}.statrow,.grid2,.grid3,.article-grid,.proof-band,.agenda-flow,.footer-contact-cards,.footlinks,.key-grid{grid-template-columns:1fr}.hero-actions{display:grid}.btn{width:100%;padding:14px 18px}.contact-layout{gap:24px}.form-panel{padding:20px}.card,.glass{padding:22px}.page-hero:after{opacity:.16;width:100%}.footer{padding-bottom:90px}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:1ms!important;transition-duration:1ms!important;scroll-behavior:auto!important}}


/* === Jure Progress v6 presentation polish === */
:root{--navy:#061526;--navy2:#0b2139;--cream:#f6efe3;--cream2:#fffaf0;--gold:#d8ad48;--gold2:#f1d27b;--gold-deep:#9b7227;--ink:#071628;--ease-shine:cubic-bezier(.22,1,.36,1)}
.nav{background:rgba(255,250,240,.88);box-shadow:0 12px 40px rgba(6,21,38,.06)}
.nav .wrap{min-height:92px;overflow:visible}.brand{gap:16px;min-width:315px}.brand img{width:78px!important;height:78px!important;object-fit:contain;background:transparent!important;border:0!important;mix-blend-mode:multiply;filter:drop-shadow(0 10px 22px rgba(6,21,38,.16))}.brand b{font-size:24px!important;letter-spacing:.075em;white-space:nowrap}.brand span{font-size:10.5px!important;letter-spacing:.30em;white-space:nowrap;color:var(--gold-deep)}.links>a:not(.btn){font-size:16px;padding:13px 15px;position:relative}.links>a:not(.btn):hover,.links>a[aria-current="page"]{background:linear-gradient(135deg,rgba(216,173,72,.22),rgba(241,210,123,.14));color:var(--navy);box-shadow:inset 0 0 0 1px rgba(216,173,72,.36),0 14px 32px rgba(216,173,72,.16)}.links>a[aria-current="page"]:after{content:"";position:absolute;left:22px;right:22px;bottom:6px;height:2px;border-radius:99px;background:linear-gradient(90deg,var(--gold),var(--gold2));}.menu-toggle{font-size:0!important;width:54px;height:46px;padding:0}.hamb-lines{display:grid;gap:5px;width:24px}.hamb-lines i{display:block;height:2px;border-radius:9px;background:var(--navy);transition:260ms var(--ease-shine)}.menu-open .hamb-lines i:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-open .hamb-lines i:nth-child(2){opacity:0}.menu-open .hamb-lines i:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.hero{min-height:calc(100vh - 92px);background:linear-gradient(135deg,#031122,#09233d 58%,#061526);}.hero:before{background:url('hero-main.png') right center/auto 100% no-repeat!important;opacity:1}.hero:after{background:linear-gradient(90deg,rgba(3,14,27,.99) 0%,rgba(3,14,27,.90) 36%,rgba(3,14,27,.30) 69%,rgba(3,14,27,.05) 100%)}.hero:where(:not(.no-animate)):before{animation:heroDrift 16s var(--ease-shine) infinite alternate}.hero:where(:not(.no-animate)) .hero-grid:after{content:"";position:absolute;right:10%;top:52%;width:280px;height:2px;background:linear-gradient(90deg,transparent,rgba(241,210,123,.0),rgba(241,210,123,.85),transparent);filter:blur(.5px);transform:rotate(-18deg);opacity:.68;animation:pathGlint 3.8s var(--ease-soft) infinite}.hero-grid{grid-template-columns:minmax(0,720px);align-items:center}.hero h1{font-size:clamp(42px,5.5vw,72px);line-height:.98;max-width:820px}.statrow .mini{transition:260ms var(--ease-button);border-color:rgba(241,210,123,.18)}.statrow .mini:hover{transform:translateY(-6px);background:rgba(255,255,255,.13);border-color:rgba(241,210,123,.48);box-shadow:0 28px 70px rgba(0,0,0,.32)}
@keyframes heroDrift{from{background-position:right center;filter:saturate(1)}to{background-position:calc(100% - 28px) center;filter:saturate(1.08)}}@keyframes pathGlint{0%,100%{opacity:.15;transform:translateX(-24px) rotate(-18deg)}50%{opacity:.78;transform:translateX(34px) rotate(-18deg)}}
.light-section,.cream{color:var(--ink)}.light-section h2,.light-section h3,.cream h2,.cream h3{color:#061526}.light-section p,.cream p{color:#253852}.light-section .pill,.cream .pill{color:#9b7227}.light-section .proof,.cream .proof{background:rgba(255,255,255,.72)!important;border:1px solid rgba(7,22,40,.12);box-shadow:0 18px 45px rgba(6,21,38,.08)}.light-section .proof b,.cream .proof b{color:#8f6826}.light-section .proof span,.cream .proof span{color:#253852!important}.media-frame{overflow:hidden}.media-frame img{border-radius:22px;box-shadow:0 24px 70px rgba(6,21,38,.16)}.media-frame p{padding:10px 4px 0}.card h3,.glass h3{color:inherit}.dark .card h3,.dark .glass h3,.agenda-section .card h3,.agenda-section .glass h3{color:#fff}.card:hover h3,.glass:hover h3{color:var(--gold2)}
.agenda-section{background:radial-gradient(circle at 76% 0%,rgba(22,99,160,.32),transparent 38%),linear-gradient(135deg,#061526,#0b2139 65%,#0e2f50);}.agenda-section .tag{background:rgba(216,173,72,.16);border-color:rgba(241,210,123,.48);color:var(--gold2)}.agenda-section .btn,.agenda-section .btn.blue,.booking-card .btn.blue{background:linear-gradient(135deg,rgba(216,173,72,.95),rgba(241,210,123,.92))!important;color:#061526!important;box-shadow:0 20px 42px rgba(216,173,72,.28)!important;border:1px solid rgba(255,255,255,.22)!important}.agenda-section .btn:hover,.booking-card .btn.blue:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 26px 56px rgba(216,173,72,.38)!important}.agenda-flow .flow-card{border:1px solid rgba(241,210,123,.18);transition:260ms var(--ease-button)}.agenda-flow .flow-card:hover{transform:translateY(-5px);border-color:rgba(241,210,123,.46);background:rgba(255,255,255,.11)}
.article-card{color:#061526!important;background:rgba(255,255,255,.78)!important;border:1px solid rgba(7,22,40,.12)}.article-card h3{color:#061526!important}.article-card p{color:#34445c!important}.article-card:hover{transform:translateY(-7px);border-color:rgba(216,173,72,.46);box-shadow:0 30px 70px rgba(6,21,38,.14)}.dark .article-card{background:rgba(255,255,255,.08)!important;color:#fff!important}.dark .article-card h3{color:#fff!important}.dark .article-card p{color:rgba(255,255,255,.76)!important}.video-intro h3{color:inherit}.values-grid .iconbox,.card .iconbox{box-shadow:inset 0 1px 0 rgba(255,255,255,.26)}
.contact-section{background:linear-gradient(135deg,#061526,#102236);}.contact-tile{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.16)}.contact-tile span{color:#fff!important}.form-grid label:not(.check){font-weight:900;color:#fff}.check{font-size:15px}.check input{width:24px!important;height:24px!important;border-radius:8px;transform:translateY(1px)}.form-grid button.btn.gold{width:auto;min-width:190px;padding-inline:28px}.form-grid select option{color:#061526;background:#fff}.privacy-note a,.check a{text-decoration:none;color:var(--gold2);border-bottom:1px solid rgba(241,210,123,.38)}
.footer .brand img,.footer-brand img{width:80px!important;height:80px!important;mix-blend-mode:normal;filter:drop-shadow(0 0 22px rgba(216,173,72,.34))}.footer .brand b{color:#fff!important}.footer .brand span{color:var(--gold2)}.footer-contact-cards a,.footlinks a,.socials a{text-decoration:none}.footlinks{grid-template-columns:repeat(4,1fr)}
.page-hero{min-height:390px;display:grid;align-items:center;background:linear-gradient(135deg,#061526,#0b2139)}.page-hero h1{font-size:clamp(42px,5vw,68px)!important}.page-hero:after{background:url('nosotros-building.png') center/cover no-repeat;opacity:.36}.story-section p,.story-section .lead{color:rgba(255,255,255,.8)}.expertise-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0 24px}.expertise-strip span{padding:15px;border-radius:20px;background:rgba(216,173,72,.12);border:1px solid rgba(216,173,72,.32);color:#061526;font-weight:850}.expertise-strip b{display:block;color:#8f6826;font-size:24px}.dark .expertise-strip span{color:#fff}.dark .expertise-strip b{color:var(--gold2)}.director-grid .glass{background:rgba(255,255,255,.75);}.director-grid .glass p{color:#253852}.director-grid .card p{color:#34445c}.director-grid .card:hover h3{color:#8f6826}.story-section .media-frame{background:rgba(255,255,255,.08)}
.article-block h2,.article-block h3{color:#061526}.article-block p,.article-block li{color:#2f4159}.article-block:nth-child(odd){background:linear-gradient(135deg,rgba(255,255,255,.84),rgba(246,239,227,.76))}.article-block:nth-child(even){background:linear-gradient(135deg,rgba(6,21,38,.06),rgba(255,255,255,.8))}.key-item:hover,.risk-item:hover{transform:translateY(-3px);box-shadow:0 15px 34px rgba(6,21,38,.1);transition:220ms var(--ease-button)}
@media (max-width:1180px){.links{position:fixed;inset:92px 18px auto 18px;display:none!important;grid-template-columns:1fr;background:rgba(255,250,240,.88);backdrop-filter:blur(28px);border:1px solid rgba(7,22,40,.12);border-radius:28px;padding:18px;box-shadow:0 24px 80px rgba(0,0,0,.24)}.menu-open .links{display:grid!important}.menu-toggle{display:inline-flex!important}.links>a:not(.btn),.links .btn{width:100%;justify-content:center;color:var(--navy)!important}.links>a[aria-current="page"]:after{display:none}.nav .wrap{min-height:84px}.brand img{width:66px!important;height:66px!important}.brand{min-width:auto}.brand b{font-size:20px!important}.brand span{font-size:9px!important;letter-spacing:.18em}.hero:before{background-position:62% center;opacity:.76}.hero:after{background:linear-gradient(90deg,rgba(3,14,27,.99),rgba(3,14,27,.82))}.split,.hero-grid,.director-grid,.contact-layout{grid-template-columns:1fr}.grid3,.article-grid{grid-template-columns:repeat(2,1fr)}.proof-band,.agenda-flow,.footer-contact-cards,.footlinks,.expertise-strip{grid-template-columns:repeat(2,1fr)}}
@media (max-width:680px){.brand img{width:58px!important;height:58px!important}.brand b{font-size:17px!important}.brand span{display:none}.hero:before{background-position:70% center;background-size:auto 100%!important;opacity:.42}.hero:after{background:linear-gradient(90deg,rgba(3,14,27,.99),rgba(3,14,27,.86))}.hero-grid:after{display:none}.statrow,.grid2,.grid3,.article-grid,.proof-band,.agenda-flow,.footer-contact-cards,.footlinks,.expertise-strip{grid-template-columns:1fr}.hero-actions .btn,.btn{width:100%}.form-grid button.btn.gold{width:100%}.page-hero{min-height:320px}.page-hero:after{opacity:.18;width:100%}.section,.hero{padding:66px 0}.hero h1{font-size:clamp(39px,11vw,52px)}}

/* === v7 final client presentation corrections === */
.nav .wrap{min-height:96px}.brand img{width:84px!important;height:84px!important;background:transparent!important;mix-blend-mode:normal!important}.brand{min-width:340px}.brand b{font-size:26px!important}.brand span{font-size:10.8px!important;letter-spacing:.31em}.menu-toggle{display:none!important}.links{overflow:visible}.links>a:not(.btn){font-size:16px;padding:13px 16px}.links>a:not(.btn):hover{background:linear-gradient(135deg,rgba(216,173,72,.30),rgba(241,210,123,.18));box-shadow:inset 0 0 0 1px rgba(216,173,72,.48),0 18px 34px rgba(216,173,72,.18)}
.hero.has-video:before{display:none!important}.hero.has-video{overflow:hidden}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.95;filter:saturate(1.06) contrast(1.02)}.hero.has-video:after{background:linear-gradient(90deg,rgba(3,14,27,.99) 0%,rgba(3,14,27,.90) 38%,rgba(3,14,27,.42) 68%,rgba(3,14,27,.18) 100%),radial-gradient(circle at 65% 42%,rgba(241,210,123,.12),transparent 22%)}.hero.has-video .hero-grid:after{right:18%;top:58%;width:320px;background:linear-gradient(90deg,transparent,rgba(241,210,123,.88),transparent);animation:pathGlint 3.2s var(--ease-soft) infinite}.media-frame{border:1px solid rgba(216,173,72,.22);background:linear-gradient(135deg,rgba(255,255,255,.22),rgba(255,255,255,.08));backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.media-frame img{border-radius:24px;filter:saturate(1.03) contrast(1.02)}
.light-section .glass,.cream .glass{background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(255,250,240,.72));border-color:rgba(143,104,38,.22)}.light-section .card,.cream .card{background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(248,241,229,.78));border-color:rgba(143,104,38,.18)}.light-section .card:hover,.cream .card:hover{background:linear-gradient(135deg,rgba(255,255,255,.94),rgba(241,222,188,.74));border-color:rgba(176,116,45,.48);box-shadow:0 28px 70px rgba(102,58,20,.13)}.light-section p,.cream p{color:#1f334c}.light-section .lead,.cream .lead{color:#253852}.story-section .lead{color:rgba(255,255,255,.84)}
.card:hover h3,.glass:hover h3{color:#b97832}.dark .card:hover h3,.dark .glass:hover h3{color:var(--gold2)}.num,.tag{box-shadow:0 10px 24px rgba(216,173,72,.18)}.tag{background:rgba(10,41,72,.70)!important;color:#fff!important;border-color:rgba(241,210,123,.55)!important;backdrop-filter:blur(14px)}.agenda-section .tag{background:linear-gradient(135deg,rgba(10,41,72,.78),rgba(216,173,72,.16))!important;color:#fff!important}.booking-card .tag{font-size:14px}.tidycal-embed,.calendar-frame{max-width:860px;width:100%;margin:auto}.agenda-section + .section .split{grid-template-columns:minmax(0,1fr) minmax(460px,620px)}
.ruta-visual{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:34px;padding:18px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(241,210,123,.20);backdrop-filter:blur(18px)}.ruta-visual span{font-weight:900;color:#fff;white-space:nowrap}.ruta-visual i{width:60px;height:2px;border-radius:99px;background:linear-gradient(90deg,var(--gold),transparent);position:relative}.ruta-visual i:after{content:"";position:absolute;right:0;top:-4px;width:9px;height:9px;border-right:2px solid var(--gold2);border-top:2px solid var(--gold2);transform:rotate(45deg)}
.values-section .iconbox,.iconbox{font-size:27px}.media-points{display:grid;gap:10px;margin-top:18px}.media-points span{padding:12px 14px;border-radius:16px;background:rgba(216,173,72,.12);border:1px solid rgba(143,104,38,.20);font-weight:850;color:#071628}.director-grid{display:grid;grid-template-columns:minmax(360px,.85fr) minmax(0,1.35fr);gap:46px;align-items:start}.director-grid>.glass{min-height:540px}.director-grid>.glass img{min-height:260px;object-fit:cover}.article-grid{grid-template-columns:repeat(3,1fr)}.resources-section .article-grid,.article-grid.six{grid-template-columns:repeat(3,1fr)}
.footer .brand img,.footer-brand img{background:transparent!important}.footer .brand,.footer-brand{min-width:auto}.socials a[href="#"]{opacity:.55}.privacy-note a,.check a{color:var(--gold2)!important;text-decoration:none!important;border-bottom:1px solid rgba(241,210,123,.42)}
@media (max-width:980px){.menu-toggle{display:inline-flex!important}.links{position:fixed;inset:96px 18px auto 18px;display:none!important;grid-template-columns:1fr;background:rgba(255,250,240,.88);backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);border:1px solid rgba(7,22,40,.12);border-radius:28px;padding:18px;box-shadow:0 24px 80px rgba(0,0,0,.24)}.menu-open .links{display:grid!important}.links>a:not(.btn),.links .btn{width:100%;justify-content:center;color:var(--navy)!important}.brand{min-width:auto}.brand img{width:66px!important;height:66px!important}.brand b{font-size:20px!important}.brand span{font-size:9px!important;letter-spacing:.18em}.nav .wrap{min-height:84px}.agenda-section + .section .split,.director-grid{grid-template-columns:1fr}.director-grid>.glass{min-height:auto}.ruta-visual{border-radius:28px;display:grid;grid-template-columns:1fr;justify-items:start}.ruta-visual i{width:100%;}.article-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:680px){.hero-video{object-position:68% center;opacity:.55}.hero.has-video:after{background:linear-gradient(90deg,rgba(3,14,27,1),rgba(3,14,27,.88))}.brand img{width:60px!important;height:60px!important}.article-grid{grid-template-columns:1fr}.hero h1{font-size:clamp(38px,10.5vw,52px)}.ruta-visual span{font-size:15px}}
@media (min-width:981px) and (max-width:1180px){.menu-toggle{display:none!important}.links{position:static!important;display:flex!important;grid-template-columns:none!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important;inset:auto!important}.links>a:not(.btn),.links .btn{width:auto!important}.brand img{width:72px!important;height:72px!important}.brand b{font-size:22px!important}.brand span{font-size:9.5px!important}.brand{min-width:300px}.links>a:not(.btn){font-size:14px;padding:12px 10px}.btn.small{padding:11px 14px;font-size:14px}}


/* === v8 upload-ready corrections === */
.nav .wrap{min-height:92px;gap:24px}.brand{min-width:300px;gap:13px}.brand img{width:78px!important;height:78px!important;background:transparent!important}.brand b{font-size:24px!important;letter-spacing:.035em}.brand span{margin-top:6px;font-size:9.8px!important;letter-spacing:.24em;white-space:nowrap}.links{gap:10px}.links>a:not(.btn){font-size:15.5px;padding:12px 14px}.menu-toggle{display:none!important}.hamb-lines{display:grid;gap:4px}.hamb-lines i{display:block;width:18px;height:2px;border-radius:99px;background:#061526;transition:220ms var(--ease-button)}.menu-open .hamb-lines i:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-open .hamb-lines i:nth-child(2){opacity:0}.menu-open .hamb-lines i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.page-hero:after{opacity:.34}.page-hero-nosotros:after{background:url('nosotros-building.png') center/cover no-repeat!important}.page-hero-pi:after{background:url('ip-symbols.png') center/cover no-repeat!important}.page-hero-agenda:after{background:url('agenda-desk.png') center/cover no-repeat!important}.page-hero-recursos:after{background:url('recursos-bulb.png') center/cover no-repeat!important}.page-hero p,.page-hero .lead{color:rgba(255,255,255,.86)}
.media-frame img{min-height:280px;object-fit:cover}.section.cream .media-frame,.section.light-section .media-frame{background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(246,239,227,.58));box-shadow:0 24px 75px rgba(85,55,16,.16)}
.light-section .glass,.cream .glass,.light-section .card,.cream .card{color:#061526}.light-section .card h3,.cream .card h3,.light-section .glass h3,.cream .glass h3{color:#071628}.light-section .card p,.cream .card p,.light-section .glass p,.cream .glass p{color:#1c304b}.card:hover h3,.glass:hover h3{color:#9f5f28!important}.card:hover .iconbox,.glass:hover .iconbox{transform:translateY(-3px) rotate(-2deg);background:linear-gradient(135deg,rgba(177,101,45,.26),rgba(241,210,123,.20));border-color:rgba(177,101,45,.42)}.iconbox{transition:240ms var(--ease-button);border:1px solid rgba(216,173,72,.18)}
.article-grid.six,.resources-section .article-grid,.article-grid{gap:22px}.article-card{min-height:270px}.article-card h3{color:inherit}.light-section .article-card:hover,.cream .article-card:hover{background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(230,203,160,.62));border-color:rgba(159,95,40,.42)}
.values-grid .iconbox{font-size:30px}.service-points{margin:14px 0 16px;padding-left:20px;color:inherit}.service-points li{margin:6px 0;color:#213653}.dark .service-points li{color:rgba(255,255,255,.78)}.service-detail{color:#33455e!important}.dark .service-detail{color:rgba(255,255,255,.76)!important}.card .btn{margin-top:12px}
.tag{background:linear-gradient(135deg,rgba(7,32,56,.92),rgba(30,78,120,.78))!important;color:#fff!important;border:1px solid rgba(241,210,123,.58)!important;box-shadow:0 12px 26px rgba(7,32,56,.18),inset 0 1px 0 rgba(255,255,255,.16)}.agenda-section .tag{background:linear-gradient(135deg,rgba(216,173,72,.26),rgba(10,41,72,.74))!important;color:#fff!important}.agenda-section + .section .split{grid-template-columns:minmax(0,1fr) minmax(560px,760px);gap:70px}.tidycal-embed,.calendar-frame{max-width:980px}.flow-card:hover{transform:translateY(-6px);border-color:rgba(241,210,123,.46);background:linear-gradient(135deg,rgba(255,255,255,.14),rgba(216,173,72,.12))}.flow-card{transition:240ms var(--ease-button)}
.ruta-visual{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:34px;padding:18px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(241,210,123,.20);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.ruta-visual span{font-weight:900;color:#fff;white-space:nowrap}.ruta-visual i{width:60px;height:2px;border-radius:99px;background:linear-gradient(90deg,var(--gold),transparent);position:relative}.ruta-visual i:after{content:"";position:absolute;right:0;top:-4px;width:9px;height:9px;border-right:2px solid var(--gold2);border-top:2px solid var(--gold2);transform:rotate(45deg)}
.footer .socials a,.socials a{min-height:42px;display:inline-flex;align-items:center}.footer .brand img,.footer-brand img{background:transparent!important;mix-blend-mode:screen}.footer .brand span,.footer-brand span{white-space:nowrap}.footlinks a,.footer-contact-cards a,.contact-tile,.socials a{text-decoration:none!important}.check input{width:22px!important;height:22px!important;min-width:22px!important}.privacy-note a,.check a{color:var(--gold2)!important;text-decoration:none!important;border-bottom:1px solid rgba(241,210,123,.48)}
@media (max-width:1120px){.brand{min-width:250px}.brand img{width:68px!important;height:68px!important}.brand b{font-size:21px!important}.brand span{font-size:9px!important;letter-spacing:.16em}.links{gap:5px}.links>a:not(.btn){font-size:14px;padding:11px 9px}.btn.small{padding:11px 13px;font-size:14px}}
@media (max-width:920px){.menu-toggle{display:inline-flex!important}.links{position:fixed!important;inset:96px 18px auto 18px!important;display:none!important;grid-template-columns:1fr!important;background:rgba(255,250,240,.88)!important;backdrop-filter:blur(28px)!important;-webkit-backdrop-filter:blur(28px)!important;border:1px solid rgba(7,22,40,.12)!important;border-radius:28px!important;padding:18px!important;box-shadow:0 24px 80px rgba(0,0,0,.24)!important}.menu-open .links{display:grid!important}.links>a:not(.btn),.links .btn{width:100%!important;justify-content:center;color:var(--navy)!important}.brand{min-width:auto}.nav .wrap{min-height:84px}.agenda-section + .section .split{grid-template-columns:1fr;gap:36px}.ruta-visual{border-radius:28px;display:grid;grid-template-columns:1fr;justify-items:start}.ruta-visual i{width:100%}.article-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:680px){.brand img{width:60px!important;height:60px!important}.brand b{font-size:18px!important}.brand span{display:none}.article-grid{grid-template-columns:1fr}.page-hero:after{width:100%;opacity:.16}.media-frame img{min-height:210px}.hero-video{object-position:68% center;opacity:.55}.hero.has-video:after{background:linear-gradient(90deg,rgba(3,14,27,1),rgba(3,14,27,.88))}}


/* === v9 final review corrections === */
:root{--champagne:#f3d98c;--deep-gold:#c79635;--gold-shadow:rgba(216,173,72,.32)}
.hero.has-video:before{background:none!important;opacity:0!important}.hero.has-video .hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.86;filter:saturate(1.05) contrast(1.02)}.hero.has-video:after{background:linear-gradient(90deg,rgba(3,14,27,.98) 0%,rgba(3,14,27,.88) 42%,rgba(3,14,27,.32) 78%,rgba(3,14,27,.12) 100%)!important}.hero.has-video .hero-grid{grid-template-columns:minmax(0,720px)}
.cta-space{margin-top:22px}.center-cta{display:flex;justify-content:center;margin-top:34px}.video-wrap{position:relative}.video-wrap iframe{display:block;width:100%;aspect-ratio:16/9;border:0;border-radius:22px;background:#061526}.video-fallback{margin-top:14px}
.links>a:not(.btn):hover,.links>a[aria-current="page"]{background:linear-gradient(135deg,rgba(216,173,72,.24),rgba(255,255,255,.50))!important;box-shadow:inset 0 0 0 1px rgba(216,173,72,.42),0 12px 28px rgba(216,173,72,.18)!important;color:var(--navy)!important}.btn.ghost:hover,.btn.light:hover,.legal-switch:hover{background:linear-gradient(135deg,rgba(216,173,72,.18),rgba(255,255,255,.46))!important;border-color:rgba(216,173,72,.58)!important;color:var(--navy)!important}.dark .btn.ghost:hover{color:#fff!important;background:rgba(216,173,72,.16)!important}
.card:hover h3,.glass:hover h3{color:var(--deep-gold)!important}.card:hover .iconbox,.glass:hover .iconbox{background:linear-gradient(135deg,rgba(216,173,72,.26),rgba(255,255,255,.16))!important;border-color:rgba(216,173,72,.48)!important}.light-section .article-card:hover,.cream .article-card:hover{background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(246,239,227,.82))!important;border-color:rgba(216,173,72,.54)!important}.article-card:hover{border-color:rgba(216,173,72,.54)!important}.article-card:before{background:radial-gradient(circle at 85% 10%,rgba(216,173,72,.20),transparent 38%)!important}
.tag,.agenda-section .tag{background:linear-gradient(135deg,rgba(216,173,72,.98),rgba(241,210,123,.90))!important;color:#061526!important;border:1px solid rgba(255,255,255,.38)!important;box-shadow:0 14px 32px rgba(216,173,72,.20),inset 0 1px 0 rgba(255,255,255,.52)!important}.dark .tag{color:#061526!important}.booking-card .tag{font-weight:950}
.page-hero-legal:after{background:url('../assets/desk-legal.png') center/cover no-repeat!important}.legal-content a{color:var(--deep-gold);font-weight:900;border-bottom:1px solid rgba(199,150,53,.35)}.legal-card{padding:44px}.legal-card h2{margin-bottom:22px}.legal-card .grid2,.legal-card .grid3{margin:24px 0}
.proof b{color:#8f681f}.dark .proof b{color:var(--gold2)}.media-frame{overflow:hidden}.media-frame img{border-radius:22px;box-shadow:0 22px 56px rgba(6,21,38,.18)}
@media (min-width:921px){.menu-toggle{display:none!important}.links{position:static!important;display:flex!important;grid-template-columns:none!important;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important;inset:auto!important}.links>a:not(.btn),.links .btn{width:auto!important}}
@media (max-width:1200px) and (min-width:921px){.links>a[href="index.html"]{display:none!important}.brand{min-width:295px}.links>a:not(.btn){font-size:14px;padding:11px 10px}.btn.small{font-size:14px;padding:11px 13px}}
@media (max-width:920px){.menu-toggle{display:inline-flex!important}.links{position:fixed!important;inset:96px 18px auto 18px!important;display:none!important;grid-template-columns:1fr!important;background:rgba(255,250,240,.90)!important;backdrop-filter:blur(30px)!important;-webkit-backdrop-filter:blur(30px)!important;border:1px solid rgba(216,173,72,.24)!important;border-radius:28px!important;padding:18px!important;box-shadow:0 24px 80px rgba(0,0,0,.24)!important}.menu-open .links{display:grid!important}.links>a:not(.btn),.links .btn{width:100%!important;justify-content:center!important;color:var(--navy)!important}.hero.has-video .hero-video{object-position:68% center;opacity:.56}.hero.has-video:after{background:linear-gradient(90deg,rgba(3,14,27,1),rgba(3,14,27,.90))!important}}


/* === v11 launch polish === */
:root{--champagne:#f5d886;--soft-gold:#e5bd58;--gold-ink:#8c671f;--nav-glass:rgba(255,250,240,.78)}
.nav .wrap{gap:20px}.brand{gap:16px;min-width:315px}.brand b{font-size:25px}.brand span{letter-spacing:.26em;max-width:305px;white-space:nowrap}.links>a[href$="agenda.html"],.links>a.agenda-nav{background:linear-gradient(135deg,rgba(245,216,134,.24),rgba(255,255,255,.34));border:1px solid rgba(216,173,72,.36);box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 12px 30px rgba(216,173,72,.11);color:var(--navy)}.links>a[href$="agenda.html"]:hover,.links>a.agenda-nav:hover{background:linear-gradient(135deg,rgba(245,216,134,.42),rgba(255,255,255,.52));box-shadow:0 18px 42px rgba(216,173,72,.20),inset 0 1px 0 rgba(255,255,255,.62)}
.btn.gold{background:linear-gradient(135deg,var(--soft-gold),var(--champagne));box-shadow:0 20px 44px rgba(216,173,72,.26),inset 0 1px 0 rgba(255,255,255,.58)}.btn.gold:hover{filter:saturate(1.06) brightness(1.02)}
.tag{font-size:12px!important;padding:7px 12px!important;letter-spacing:.02em!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.24)!important;cursor:default!important}.booking-card .tag,.agenda-section .tag{background:linear-gradient(135deg,rgba(245,216,134,.20),rgba(255,255,255,.07))!important;color:var(--champagne)!important;border:1px solid rgba(245,216,134,.45)!important}.cream .tag,.light-section .tag{background:rgba(7,22,40,.08)!important;color:#6c4b10!important;border:1px solid rgba(216,173,72,.38)!important}
.resource-announcement{padding-top:76px;padding-bottom:76px}.announcement-card{display:grid;grid-template-columns:1.4fr .9fr;gap:32px;align-items:center;padding:38px;border-radius:34px}.announcement-icons{display:grid;grid-template-columns:1fr 1fr;gap:14px}.announcement-icons span{display:flex;align-items:center;gap:10px;min-height:68px;border-radius:20px;padding:14px 16px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.15);font-weight:900}.cream .announcement-icons span,.light-section .announcement-icons span{background:rgba(255,255,255,.64);border:1px solid rgba(7,22,40,.10);color:#071628}.mini-announcement{margin:30px 0 22px;padding:22px 24px;display:grid;grid-template-columns:1.1fr 1.5fr auto;gap:18px;align-items:center}.mini-announcement b{font-size:20px}.mini-announcement span{color:#42516b}.article-intro-heading{margin-bottom:30px;max-width:850px}.article-intro-heading p{color:rgba(255,255,255,.78);font-size:20px}.article-card:nth-child(3n+1){background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(216,173,72,.08))}.article-card:nth-child(3n+2){background:linear-gradient(135deg,rgba(255,255,255,.11),rgba(26,84,138,.12))}.article-card:nth-child(3n+3){background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,250,240,.08))}.cream .article-card:nth-child(3n+1),.light-section .article-card:nth-child(3n+1){background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(245,216,134,.28))}.cream .article-card:nth-child(3n+2),.light-section .article-card:nth-child(3n+2){background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(210,225,235,.38))}.cream .article-card:nth-child(3n+3),.light-section .article-card:nth-child(3n+3){background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(232,219,196,.48))}.article-block:nth-child(odd){background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(245,216,134,.13))}.article-block:nth-child(even){background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(11,33,57,.06))}.article-block{transition:240ms var(--ease-button)}.article-block:hover{transform:translateY(-3px);box-shadow:0 24px 60px rgba(7,22,40,.10)}
.video-wrap{overflow:hidden}.video-fallback-card{margin-top:16px;padding:18px;border-radius:20px;background:rgba(255,255,255,.66);border:1px solid rgba(7,22,40,.10)}.dark .video-fallback-card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14)}.video-fallback-card p{margin-bottom:12px;color:#42516b}.dark .video-fallback-card p{color:rgba(255,255,255,.74)}
.contact-announcement{grid-template-columns:1fr 1fr}.socials-dark a{background:rgba(7,22,40,.08)!important;color:#071628!important;border-color:rgba(7,22,40,.12)!important}.socials-dark a:hover{background:rgba(216,173,72,.18)!important;border-color:rgba(216,173,72,.44)!important}.values-section .card h3,.story-section .card h3{display:flex;gap:8px;align-items:center}.section.dark.values-section .card{background:rgba(255,255,255,.08)}
.agenda-section + .section .split{grid-template-columns:minmax(340px,.9fr) minmax(620px,820px)!important}.tidycal-embed{min-height:650px!important}.calendar-frame{padding:18px!important}.calendar-frame iframe,.tidycal-embed iframe{min-height:650px!important}.agenda-flow .flow-card small{font-size:24px;letter-spacing:0}.ruta-visual span:before{content:'✦ ';color:var(--champagne)}
.legal-card{background:rgba(255,255,255,.78)!important}.legal-block{scroll-margin-top:120px}.legal-block h2{font-size:34px;color:#071628}.legal-bullet{padding-left:18px;border-left:3px solid rgba(216,173,72,.5);color:#213653}.legal-content .toc{max-height:calc(100vh - 130px);overflow:auto}.page-hero-legal{background:linear-gradient(135deg,#061526,#0b2139);color:white}.page-hero-legal:after{opacity:.22!important}
@media (max-width:1180px) and (min-width:921px){.brand{min-width:285px}.brand b{font-size:23px}.brand span{font-size:9.5px;letter-spacing:.18em}.links>a:not(.btn){font-size:14px;padding:11px 9px}.legal-switch{padding:11px 12px!important}}
@media (max-width:1010px) and (min-width:921px){.links>a[href$="index.html"]{display:none!important}.brand{min-width:275px}}
@media (max-width:920px){.brand{min-width:auto}.announcement-card,.contact-announcement{grid-template-columns:1fr}.mini-announcement{grid-template-columns:1fr}.announcement-icons{grid-template-columns:1fr}.agenda-section + .section .split{grid-template-columns:1fr!important}.tidycal-embed,.calendar-frame iframe,.tidycal-embed iframe{min-height:580px!important}.links>a[href$="agenda.html"],.links>a.agenda-nav{width:100%!important}}


/* === v12 final polish based on client review === */
:root{--blue-glow:#78aee8;--platinum:#f7efe2;--deep-blue:#071a31;}
.nav .wrap{justify-content:space-between;align-items:center;gap:18px}.brand{min-width:300px;flex-shrink:0}.brand img{height:62px;width:auto}.brand div{display:grid;gap:4px}.brand b{line-height:.92}.brand span{line-height:1;opacity:.82}.links{gap:7px}.links>a:not(.btn),.links .btn{position:relative;white-space:nowrap}.links>a:not(.btn)::after,.links .agenda-nav::after,.legal-switch::after{content:"";position:absolute;left:16px;right:16px;bottom:5px;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--soft-gold),transparent);opacity:0;transform:scaleX(.48);transition:220ms var(--ease-button)}.links>a:not(.btn):hover::after,.links>a[aria-current="page"]::after,.links .agenda-nav:hover::after,.links .agenda-nav[aria-current="page"]::after,.legal-switch:hover::after{opacity:1;transform:scaleX(1)}.links>a[aria-current="page"]{box-shadow:inset 0 -1px 0 rgba(216,173,72,.28),0 10px 28px rgba(216,173,72,.12)!important}.links .agenda-nav{background:linear-gradient(135deg,rgba(245,216,134,.26),rgba(255,255,255,.22))!important;border:1px solid rgba(245,216,134,.42)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.42),0 16px 36px rgba(216,173,72,.13)!important;color:var(--navy)!important;font-weight:950!important}
.hero-actions .btn{position:relative;overflow:hidden;min-height:50px}.hero-actions .btn::before,.cta-space::before{content:"";position:absolute;inset:-2px;transform:translateX(-120%) skewX(-18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transition:520ms var(--ease-premium);pointer-events:none}.hero-actions .btn:hover::before,.cta-space:hover::before{transform:translateX(120%) skewX(-18deg)}.btn.gold,.cta-space{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.28)!important}.btn.ghost{background:rgba(255,255,255,.08)!important;border-color:rgba(245,216,134,.32)!important;color:#fff!important}.btn.ghost:hover{background:linear-gradient(135deg,rgba(245,216,134,.18),rgba(120,174,232,.10))!important;border-color:rgba(245,216,134,.62)!important;box-shadow:0 18px 42px rgba(120,174,232,.12),0 14px 34px rgba(216,173,72,.14)!important;color:#fff!important}.cream .btn.ghost,.light-section .btn.ghost{color:var(--navy)!important;background:rgba(7,22,40,.06)!important}.cta-space{box-shadow:0 22px 48px rgba(216,173,72,.22),0 0 0 1px rgba(255,255,255,.28) inset}.cta-space:hover{transform:translateY(-3px);box-shadow:0 30px 70px rgba(216,173,72,.30),0 0 0 1px rgba(255,255,255,.46) inset;filter:saturate(1.06)}
.light-section .media-frame,.cream .media-frame{max-width:520px;justify-self:end;background:linear-gradient(145deg,rgba(255,255,255,.76),rgba(246,239,227,.52));border-color:rgba(216,173,72,.24);box-shadow:0 24px 70px rgba(7,22,40,.12)}.media-frame img{max-height:360px;object-fit:cover;width:100%}.light-section .media-frame p,.cream .media-frame p{color:#22324d}.split .media-frame{align-self:center}.proof-band{margin:18px 0 0}.section.cream .proof{border:1px solid rgba(216,173,72,.20)}
.section.cream.light-section{background:radial-gradient(circle at 12% 18%,rgba(120,174,232,.16),transparent 30%),linear-gradient(135deg,#f7efe2,#e9d8bd)}.section.dark{background:radial-gradient(circle at 88% 12%,rgba(216,173,72,.13),transparent 30%),linear-gradient(135deg,#061526,#0b2139)}
.resource-announcement{background:linear-gradient(135deg,#061526,#0b2139)!important}.announcement-card{border:1px solid rgba(245,216,134,.24);box-shadow:0 30px 90px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.08)}.announcement-icons.info-pills span{cursor:default;background:rgba(255,255,255,.075)!important;border:1px solid rgba(255,255,255,.14)!important;box-shadow:none!important;color:rgba(255,255,255,.88)!important}.announcement-icons.info-pills span:hover{transform:none!important;border-color:rgba(255,255,255,.14)!important;background:rgba(255,255,255,.075)!important}.mini-announcement .btn{white-space:nowrap}.socials a,.contact-socials a{border-bottom:none!important;text-decoration:none!important}
.article-grid.spaced,.article-grid{gap:26px}.article-card{min-height:255px}.article-card .read-more{color:#f3d684!important;background:rgba(245,216,134,.10);border:1px solid rgba(245,216,134,.24);padding:9px 12px;border-radius:999px;display:inline-flex;margin-top:auto;align-self:flex-start;transition:220ms var(--ease-button)}.article-card:hover .read-more{background:rgba(245,216,134,.22);border-color:rgba(245,216,134,.52);transform:translateX(4px)}.cream .article-card .read-more,.light-section .article-card .read-more{color:#735114!important;background:rgba(216,173,72,.12)}.article-card:hover{transform:translateY(-8px);box-shadow:0 28px 80px rgba(0,0,0,.22)!important}.article-card small{color:rgba(245,216,134,.92)!important}.cream .article-card small,.light-section .article-card small{color:#8b681e!important}.article-intro-heading h2{max-width:840px}.page-hero-recursos{background:linear-gradient(135deg,rgba(6,21,38,.92),rgba(11,33,57,.82)),url('ip-symbols.png') center/cover no-repeat!important}
.video-wrap{border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.72),rgba(255,255,255,.42));padding:14px;border:1px solid rgba(216,173,72,.22);box-shadow:0 28px 80px rgba(7,22,40,.14)}.dark .video-wrap{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14)}.video-wrap iframe{background:#061526;min-height:315px}.video-fallback-card{display:flex;align-items:center;justify-content:space-between;gap:16px}.video-fallback-card p{margin:0!important}.video-fallback-card .btn{flex:0 0 auto}
.agenda-section .tag,.booking-card .tag,.offer .tag{background:linear-gradient(135deg,rgba(245,216,134,.18),rgba(255,255,255,.08))!important;color:#f8e7a3!important;border:1px solid rgba(245,216,134,.50)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18)!important}.cream .agenda-section .tag,.light-section .agenda-section .tag,.cream .booking-card .tag,.light-section .booking-card .tag{background:linear-gradient(135deg,rgba(7,22,40,.08),rgba(216,173,72,.14))!important;color:#6d4d10!important;border-color:rgba(216,173,72,.42)!important}.booking-card .btn,.offer .btn{margin-top:18px}.agenda-flow{position:relative}.agenda-flow:before{content:"";position:absolute;left:8%;right:8%;top:42px;height:2px;background:linear-gradient(90deg,transparent,rgba(245,216,134,.42),transparent)}.flow-card small{background:rgba(245,216,134,.12);border:1px solid rgba(245,216,134,.25);border-radius:18px;padding:7px 10px;color:#f8e7a3}.light-section .flow-card small,.cream .flow-card small{color:#735114;background:rgba(216,173,72,.12)}
.story-section .card h3,.values-section .card h3{font-size:23px}.story-section .card h3 span.emoji,.values-section .card h3 span.emoji{font-size:28px}.alliance-card h3{display:flex;align-items:center;gap:10px}.alliance-card h3 .emoji{font-size:30px}.alliance-card .emoji + .emoji{display:none!important}
@media (max-width:1280px) and (min-width:921px){.brand{min-width:280px}.brand img{height:58px}.brand b{font-size:23px}.brand span{font-size:9px;letter-spacing:.14em;max-width:250px}.links>a:not(.btn),.links .btn{font-size:14px;padding:11px 9px}.legal-switch{padding:11px 10px!important}.links{gap:5px}}
@media (max-width:1100px) and (min-width:921px){.links>a[href$="index.html"]{display:none!important}.brand{min-width:260px}.links>a:not(.btn),.links .btn{font-size:13.5px;padding:10px 8px}}
@media (max-width:980px) and (min-width:921px){.menu-toggle{display:inline-flex!important}.links{display:none!important}.menu-open .links{display:grid!important}.brand{min-width:auto}.nav .wrap{gap:12px}}
@media (max-width:920px){.brand img{height:54px}.brand span{font-size:9px;letter-spacing:.14em}.video-fallback-card{align-items:flex-start;flex-direction:column}.media-frame img{max-height:300px}.agenda-flow:before{display:none}.hero-actions .btn{width:100%;justify-content:center}.hero-actions{display:grid}.page-hero-recursos{background:linear-gradient(135deg,rgba(6,21,38,.95),rgba(11,33,57,.86)),url('ip-symbols.png') center/cover no-repeat!important}}


/* === v13 launch QA fixes === */
/* Navbar: desktop remains full; hamburger only when needed; mobile menu fits every screen */
@media (min-width:1121px){
  .menu-toggle{display:none!important}.links{display:flex!important;position:static!important;inset:auto!important;background:transparent!important;box-shadow:none!important;border:0!important;padding:0!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
}
@media (max-width:1120px) and (min-width:981px){
  .links>a[href$="index.html"]{display:none!important}.menu-toggle{display:none!important}.links{display:flex!important;position:static!important;background:transparent!important;box-shadow:none!important;border:0!important;padding:0!important;gap:6px!important}.links>a:not(.btn),.links .btn{font-size:13.5px!important;padding:10px 8px!important;width:auto!important}.brand{min-width:260px!important}.brand img{width:60px!important;height:60px!important}.brand b{font-size:20px!important}.brand span{font-size:8.5px!important;letter-spacing:.13em!important}
}
@media (max-width:980px){
  .nav{z-index:200}.nav .wrap{min-height:78px!important;width:min(100% - 28px,1180px)!important}.brand{min-width:0!important;max-width:calc(100% - 64px);gap:10px!important}.brand img{width:52px!important;height:52px!important;flex:0 0 auto}.brand b{font-size:18px!important;letter-spacing:.025em!important}.brand span{font-size:7.7px!important;letter-spacing:.105em!important;white-space:normal!important;line-height:1.15!important}.menu-toggle{display:inline-flex!important;position:relative;z-index:202;background:rgba(255,255,255,.58)!important;border:1px solid rgba(216,173,72,.28)!important;box-shadow:0 12px 30px rgba(6,21,38,.12)!important}.links{position:fixed!important;top:84px!important;left:14px!important;right:14px!important;bottom:auto!important;max-height:calc(100vh - 104px)!important;overflow:auto!important;display:none!important;grid-template-columns:1fr!important;gap:9px!important;background:linear-gradient(135deg,rgba(255,250,240,.94),rgba(232,219,196,.90))!important;backdrop-filter:blur(30px)!important;-webkit-backdrop-filter:blur(30px)!important;border:1px solid rgba(216,173,72,.30)!important;border-radius:26px!important;padding:16px!important;box-shadow:0 28px 90px rgba(0,0,0,.26)!important}.menu-open .links{display:grid!important}.links>a:not(.btn),.links .btn{width:100%!important;justify-content:center!important;color:var(--navy)!important;background:rgba(255,255,255,.42)!important;border:1px solid rgba(7,22,40,.08)!important;padding:14px 16px!important;border-radius:18px!important}.links>a[aria-current="page"]{background:linear-gradient(135deg,rgba(216,173,72,.20),rgba(255,255,255,.55))!important}.links>a[aria-current="page"]:after{display:none!important}.legal-switch{background:rgba(6,21,38,.05)!important}
}
@media (max-width:430px){.brand b{font-size:16px!important}.brand span{display:none!important}.brand img{width:48px!important;height:48px!important}.nav .wrap{min-height:72px!important}.links{top:78px!important}.hero h1{font-size:40px!important}.section,.hero{padding:72px 0}.wrap{width:min(100% - 28px,1180px)}}

/* Recursos order and community modules */
.community-panel{background:linear-gradient(135deg,rgba(6,21,38,.96),rgba(11,33,57,.92));color:#fff;border:1px solid rgba(245,216,134,.25);box-shadow:0 34px 100px rgba(0,0,0,.26),inset 0 1px 0 rgba(255,255,255,.08);border-radius:32px;padding:34px;position:relative;overflow:hidden}.community-panel:before{content:"";position:absolute;inset:-30%;background:radial-gradient(circle at 86% 18%,rgba(245,216,134,.18),transparent 28%),radial-gradient(circle at 14% 80%,rgba(120,174,232,.15),transparent 30%);pointer-events:none}.community-panel>*{position:relative}.community-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.community-pills{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:22px}.community-pills span{padding:14px;border-radius:18px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.88);font-weight:850}.community-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.community-socials a{padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(245,216,134,.20);color:#fff!important;text-decoration:none!important;font-weight:850;transition:220ms var(--ease-button)}.community-socials a:hover{transform:translateY(-2px);background:rgba(245,216,134,.16);border-color:rgba(245,216,134,.42)}.resources-hero-clean:after{opacity:.18!important}.resources-hero-clean .wrap{max-width:880px}.video-section-dark{background:linear-gradient(135deg,#061526,#0d2845);color:#fff}.video-section-dark .lead,.video-section-dark p{color:rgba(255,255,255,.78)}.video-preview-fallback{display:block!important;margin-top:14px;padding:16px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(245,216,134,.22)}.video-preview-fallback .btn{margin-top:10px}.article-grid.spaced{gap:30px!important}.article-card:nth-child(3n+1){background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(216,173,72,.08))}.article-card:nth-child(3n+2){background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(120,174,232,.08))}.article-card:nth-child(3n+3){background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.04))}@media(max-width:820px){.community-pills{grid-template-columns:1fr 1fr}.community-actions .btn{width:100%}.community-panel{padding:24px}}@media(max-width:540px){.community-pills{grid-template-columns:1fr}}

/* Legal pages: full readable documents */
.legal-readable{background:linear-gradient(135deg,#fffaf0,#eadcc4);padding:70px 0}.legal-readable .legal-shell{display:grid;grid-template-columns:280px minmax(0,1fr);gap:34px;align-items:start}.legal-readable .toc{position:sticky;top:110px;max-height:calc(100vh - 140px);overflow:auto;background:rgba(255,255,255,.72);border:1px solid rgba(7,22,40,.10);box-shadow:0 18px 45px rgba(7,22,40,.08)}.legal-readable article{background:rgba(255,255,255,.76);border:1px solid rgba(7,22,40,.10);box-shadow:0 28px 80px rgba(7,22,40,.10);border-radius:34px;padding:42px}.legal-readable section{scroll-margin-top:120px;padding:28px 0;border-bottom:1px solid rgba(7,22,40,.08)}.legal-readable section:last-child{border-bottom:0}.legal-readable h2{font-family:Inter,system-ui;font-size:30px;letter-spacing:-.035em;color:#071628}.legal-readable h3{font-family:Inter,system-ui;font-size:22px;letter-spacing:-.02em;color:#102b49;margin-top:20px}.legal-readable ul{margin:12px 0 0;padding-left:20px}.legal-readable li{margin:6px 0;color:#31435c}.legal-readable p{color:#31435c}.legal-kicker{font-weight:950;color:#8b681e;text-transform:uppercase;letter-spacing:.16em;font-size:12px}.legal-note{padding:18px;border-radius:22px;background:rgba(216,173,72,.12);border:1px solid rgba(216,173,72,.22);color:#213653!important}.legal-readable .doc-title{font-family:Playfair Display,serif;font-size:42px;line-height:1.05;color:#071628;margin:0 0 10px}@media(max-width:900px){.legal-readable .legal-shell{grid-template-columns:1fr}.legal-readable .toc{position:relative;top:auto;max-height:none}.legal-readable article{padding:24px}.legal-readable h2{font-size:25px}}

/* TidyCal responsive width */
.booking-embed-row{display:grid;grid-template-columns:minmax(280px,0.82fr) minmax(560px,1.18fr);gap:26px;align-items:start}.booking-embed-row .calendar-frame{min-width:0}.booking-embed-row .tidycal-embed{min-height:560px!important}.booking-embed-row iframe{min-height:560px!important}.booking-label{display:inline-flex;border-radius:999px;padding:8px 13px;background:linear-gradient(135deg,rgba(245,216,134,.22),rgba(255,255,255,.08));color:#f8e7a3;border:1px solid rgba(245,216,134,.52);font-weight:950;margin-bottom:14px}.booking-action{margin-top:18px}@media(max-width:1050px){.booking-embed-row{grid-template-columns:1fr}.booking-embed-row .tidycal-embed,.booking-embed-row iframe{min-height:580px!important}}

/* v14 final launch polish */
:root{--wa:#25D366}
/* Recursos hero: single polished image, no split/seam */
.page-hero-recursos.resources-hero-clean,
.page-hero-recursos{
  background:
    linear-gradient(90deg,rgba(3,14,27,.98) 0%,rgba(3,14,27,.90) 40%,rgba(3,14,27,.35) 100%),
    url('recursos-hero-final.png') center right/cover no-repeat!important;
  min-height:430px;
  display:grid;
  align-items:center;
}
.page-hero-recursos:after,.resources-hero-clean:after{display:none!important}
.page-hero-recursos .wrap{max-width:min(1180px,calc(100% - 44px))!important}
.page-hero-recursos h1,.page-hero-recursos p{max-width:720px}

/* Tags distinguish from real CTAs */
.booking-label,.tag,.booking-card .tag,.agenda-section .tag,.offer .tag{
  display:inline-flex!important;align-items:center;gap:8px;
  background:linear-gradient(135deg,rgba(245,216,134,.22),rgba(255,255,255,.075))!important;
  color:#f9e8ad!important;border:1px solid rgba(245,216,134,.56)!important;
  border-radius:999px!important;padding:8px 13px!important;font-size:12px!important;font-weight:950!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.20),0 10px 28px rgba(0,0,0,.10)!important;
  letter-spacing:.03em!important;cursor:default!important;
}
.cream .booking-label,.light-section .booking-label,.cream .tag,.light-section .tag{
  background:linear-gradient(135deg,rgba(7,22,40,.12),rgba(216,173,72,.18))!important;
  color:#593d08!important;border-color:rgba(164,113,22,.42)!important;
}
/* Actual buttons remain visually stronger */
.btn.gold{background:linear-gradient(135deg,#d5a83e 0%,#f6dd91 48%,#d1a03a 100%)!important;box-shadow:0 20px 48px rgba(216,173,72,.32),inset 0 1px 0 rgba(255,255,255,.55)!important}
.btn.gold:hover{filter:saturate(1.05) brightness(1.02);box-shadow:0 30px 70px rgba(216,173,72,.45),0 0 0 1px rgba(255,255,255,.25)!important}

/* Agenda sequence numbers even */
.agenda-flow .flow-card small,.flow-card small{
  width:44px!important;height:44px!important;min-width:44px!important;display:inline-grid!important;place-items:center!important;
  border-radius:50%!important;padding:0!important;font-size:15px!important;line-height:1!important;
  background:linear-gradient(135deg,#d5a83e,#f6dd91)!important;color:#061526!important;border:0!important;
  box-shadow:0 12px 28px rgba(216,173,72,.23),inset 0 1px 0 rgba(255,255,255,.65)!important;
}
.agenda-flow .flow-card{align-content:start}
.ruta-visual span{font-weight:900}

/* Video fallback below iframe, never overlapping */
.video-wrap{aspect-ratio:16/9!important;padding:0!important;overflow:hidden!important}
.video-wrap iframe{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border:0!important;border-radius:20px!important}
.video-fallback-card{margin-top:14px;padding:16px 18px;border-radius:20px;background:rgba(255,255,255,.08);border:1px solid rgba(245,216,134,.24);display:flex;align-items:center;justify-content:space-between;gap:16px}.video-fallback-card p{margin:0;color:rgba(255,255,255,.72)!important}.cream .video-fallback-card,.light-section .video-fallback-card{background:rgba(7,22,40,.06);border-color:rgba(216,173,72,.20)}.cream .video-fallback-card p,.light-section .video-fallback-card p{color:#53627a!important}
.video-preview-fallback{display:none!important}

/* QR contact cards */
.qr-contact-panel{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px;border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.05));border:1px solid rgba(245,216,134,.24);box-shadow:0 22px 60px rgba(0,0,0,.16);backdrop-filter:blur(18px)}
.qr-contact-panel b{display:block;color:#fff;margin-bottom:4px}.qr-contact-panel p{font-size:14px;color:rgba(255,255,255,.72);margin:0}.qr-contact-panel img{width:104px;background:#fff;border-radius:16px;padding:10px;border:1px solid rgba(245,216,134,.42)}
.qr-footer-card{display:flex!important;flex-direction:column;align-items:flex-start;gap:8px}.qr-footer-card img{width:96px;background:#fff;border-radius:14px;padding:8px;border:1px solid rgba(245,216,134,.42)}
.footer-contact-cards{grid-template-columns:repeat(5,1fr)!important}

/* Floating WhatsApp */
.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:120;display:flex;align-items:center;gap:10px;padding:13px 16px;border-radius:999px;background:linear-gradient(135deg,rgba(6,21,38,.82),rgba(11,33,57,.68));border:1px solid rgba(245,216,134,.36);color:#fff!important;text-decoration:none!important;font-weight:950;box-shadow:0 24px 70px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.14);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);transition:transform 220ms var(--ease-button),border-color 220ms var(--ease-button),box-shadow 220ms var(--ease-button)}
.floating-whatsapp span{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:rgba(37,211,102,.18);box-shadow:0 0 0 1px rgba(37,211,102,.35)}
.floating-whatsapp:hover{transform:translateY(-3px);border-color:rgba(245,216,134,.68);box-shadow:0 30px 80px rgba(0,0,0,.36),0 0 34px rgba(245,216,134,.16)}

/* FAQ blocks */
.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:24px}.faq-grid details{background:rgba(255,255,255,.72);border:1px solid rgba(7,22,40,.10);border-radius:22px;padding:18px 20px;box-shadow:0 16px 42px rgba(7,22,40,.08);transition:220ms var(--ease-button)}.faq-grid details:hover{transform:translateY(-3px);border-color:rgba(216,173,72,.35)}.faq-grid summary{cursor:pointer;font-weight:950;color:#071628}.faq-grid p{margin-top:10px;color:#42516b}.dark .faq-grid details{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14)}.dark .faq-grid summary{color:#fff}.dark .faq-grid p{color:rgba(255,255,255,.74)}

/* Nav agenda active indicator and balanced state */
.links>a[aria-current="page"]{position:relative}.links>a[aria-current="page"]:after{content:"";position:absolute;left:20%;right:20%;bottom:4px;height:2px;background:linear-gradient(90deg,transparent,var(--gold2),transparent);border-radius:999px}.agenda-nav{background:linear-gradient(135deg,rgba(245,216,134,.24),rgba(255,255,255,.42))!important;border:1px solid rgba(216,173,72,.32)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.30),0 12px 28px rgba(216,173,72,.10)!important}

@media(max-width:1050px){.footer-contact-cards{grid-template-columns:repeat(2,1fr)!important}.qr-footer-card img{width:86px}.video-fallback-card{align-items:flex-start;flex-direction:column}.links{gap:4px}.links>a:not(.btn){font-size:14px;padding:10px 10px}.brand{min-width:auto}.brand span{letter-spacing:.18em}}
@media(max-width:860px){.footer-contact-cards,.faq-grid{grid-template-columns:1fr!important}.qr-contact-panel{align-items:flex-start}.floating-whatsapp{right:16px;bottom:16px;padding:12px}.floating-whatsapp b{display:none}.floating-whatsapp span{width:34px;height:34px}.page-hero-recursos{background-position:center right!important}.booking-embed-row .tidycal-embed,.booking-embed-row iframe,.tidycal-embed,.tidycal-embed iframe{min-height:520px!important}}
@media(max-width:560px){.qr-contact-panel{flex-direction:column}.qr-contact-panel img{width:118px}.page-hero-recursos{min-height:400px}.video-fallback-card .btn{width:100%}.agenda-flow .flow-card small,.flow-card small{width:38px!important;height:38px!important;min-width:38px!important}}

/* Final brochure/resource integration */
.brochure-downloads{margin-top:32px;display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.brochure-card{position:relative;overflow:hidden;padding:28px;border-radius:28px;background:linear-gradient(135deg,rgba(255,255,255,.13),rgba(255,255,255,.055));border:1px solid rgba(241,210,123,.24);box-shadow:0 24px 70px rgba(0,0,0,.18);backdrop-filter:blur(22px)}
.brochure-card h3{font-family:Inter,system-ui;font-weight:950;margin-bottom:10px}
.brochure-card p{color:rgba(255,255,255,.74)}
.brochure-card .actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}
.cream .brochure-card,.light-section .brochure-card{background:rgba(255,255,255,.72);border-color:rgba(7,22,40,.10)}
.cream .brochure-card p,.light-section .brochure-card p{color:#475467}
@media(max-width:780px){.brochure-downloads{grid-template-columns:1fr}}
.form-panel label:not(.check){display:grid;gap:7px;color:rgba(255,255,255,.9);font-weight:850;margin-bottom:13px}.form-panel input,.form-panel select,.form-panel textarea{width:100%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.09);color:#fff;border-radius:17px;padding:15px 16px;font:inherit;outline:none}.form-panel input::placeholder,.form-panel textarea::placeholder{color:rgba(255,255,255,.55)}.form-panel select option{color:#071628}.form-panel input:focus,.form-panel select:focus,.form-panel textarea:focus{border-color:rgba(216,173,72,.58);box-shadow:0 0 0 4px rgba(216,173,72,.12);background:rgba(255,255,255,.13)}.form-note{font-size:13px;color:rgba(255,255,255,.6);margin-top:14px}.contact-stack .contact-tile b{color:#fff}.contact-stack .contact-tile{min-height:90px}.resources-hero-clean{background-image:linear-gradient(90deg,rgba(3,14,27,.98) 0%,rgba(3,14,27,.90) 42%,rgba(3,14,27,.35) 100%),url('jure-progress-bg-recursos.webp')!important}

/* === Client review patch — v14 visual integrity === */
.links .agenda-nav{background:linear-gradient(135deg,rgba(245,216,134,.24),rgba(255,255,255,.42))!important;border:1px solid rgba(216,173,72,.32)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.30),0 12px 28px rgba(216,173,72,.10)!important}
.footlinks .agenda-nav,.footlinks a[href="agenda.html"],.footlinks a[href="../agenda.html"]{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;border-radius:0!important;color:rgba(255,255,255,.68)!important}
.footlinks a[href="agenda.html"]:hover,.footlinks a[href="../agenda.html"]:hover{color:#fff!important}
.footer-contact-cards{grid-template-columns:repeat(6,1fr)!important}.footer .brand img,.footer-brand img{filter:drop-shadow(0 0 24px rgba(241,210,123,.34))!important;mix-blend-mode:normal!important;opacity:1!important}.footer .brand{gap:16px}.qr-footer-card img{width:90px!important;background:#fff!important;object-fit:contain!important}
.num,.agenda-flow .flow-card small,.flow-card small{width:44px!important;height:44px!important;min-width:44px!important;max-width:44px!important;aspect-ratio:1/1!important;border-radius:50%!important;display:inline-grid!important;place-items:center!important;padding:0!important;line-height:1!important;overflow:hidden!important;flex:0 0 44px!important}
.step .num,.card .num{font-size:15px!important}
/* Tags: readable but clearly not buttons */
.booking-label,.tag,.booking-card .tag,.agenda-section .tag,.offer .tag{background:linear-gradient(135deg,rgba(245,216,134,.20),rgba(255,255,255,.07))!important;color:#fff4bd!important;border:1px solid rgba(245,216,134,.55)!important;text-shadow:0 1px 8px rgba(0,0,0,.30)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 12px 24px rgba(0,0,0,.14)!important}.cream .booking-label,.light-section .booking-label,.cream .tag,.light-section .tag{background:linear-gradient(135deg,rgba(6,21,38,.12),rgba(216,173,72,.18))!important;color:#4b3305!important;border-color:rgba(119,82,14,.42)!important;text-shadow:none!important}.btn.gold{color:#061526!important;text-shadow:none!important}
/* Restore page hero imagery without changing v14 layout */
.page-hero-nosotros{background:linear-gradient(90deg,rgba(3,14,27,.98) 0%,rgba(3,14,27,.90) 44%,rgba(3,14,27,.30) 100%),url('jure-progress-bg-nosotros.png') center right/cover no-repeat!important;min-height:430px;display:grid;align-items:center}.page-hero-nosotros:after{display:none!important}.page-hero-nosotros .wrap,.page-hero-propiedad .wrap,.page-hero-agenda .wrap,.page-hero-recursos .wrap{position:relative;z-index:2}.page-hero-propiedad{background:linear-gradient(90deg,rgba(3,14,27,.98) 0%,rgba(3,14,27,.90) 42%,rgba(3,14,27,.26) 100%),url('propiedad-hero.png') center right/cover no-repeat!important;min-height:430px;display:grid;align-items:center}.page-hero-propiedad:after{display:none!important}.page-hero-agenda{background:linear-gradient(90deg,rgba(3,14,27,.98) 0%,rgba(3,14,27,.90) 42%,rgba(3,14,27,.20) 100%),url('jure-progress-agenda.png') center right/cover no-repeat!important;min-height:430px;display:grid;align-items:center}.page-hero-agenda:after{display:none!important}.page-hero-recursos{background:linear-gradient(90deg,rgba(3,14,27,.98) 0%,rgba(3,14,27,.88) 42%,rgba(3,14,27,.18) 100%),url('recursos-hero-final.png') center right/contain no-repeat,linear-gradient(135deg,#061526,#0b2139)!important;min-height:430px;background-size:auto 100%!important}.page-hero-recursos:after{display:none!important}
/* Entrepreneur program graphic */
.entrepreneur-program{margin:34px 0;padding:34px!important;display:grid;grid-template-columns:1.05fr 1fr;gap:34px;align-items:center;border-color:rgba(241,210,123,.42)!important;background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(216,173,72,.075))!important}.entrepreneur-program .pill{margin-bottom:12px}.entrepreneur-program h3{font-family:Playfair Display,serif;font-size:clamp(26px,2.6vw,38px);letter-spacing:-.04em}.entrepreneur-program p{color:rgba(255,255,255,.78)}.entrepreneur-program .fineprint{font-size:14px;color:rgba(255,255,255,.66)}.cream .entrepreneur-program,.light-section .entrepreneur-program{background:linear-gradient(135deg,rgba(255,255,255,.76),rgba(216,173,72,.14))!important}.cream .entrepreneur-program p,.light-section .entrepreneur-program p{color:#42516b}.cream .entrepreneur-program .fineprint,.light-section .entrepreneur-program .fineprint{color:#667085}.program-icons{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.program-icons span{display:grid;gap:6px;padding:18px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(241,210,123,.20);font-size:30px}.cream .program-icons span,.light-section .program-icons span{background:rgba(7,22,40,.055);border-color:rgba(216,173,72,.20)}.program-icons b{font-size:17px;color:#fff}.cream .program-icons b,.light-section .program-icons b{color:#071628}.program-icons em{font-style:normal;font-size:13px;line-height:1.45;color:rgba(255,255,255,.68)}.cream .program-icons em,.light-section .program-icons em{color:#475467}
/* TidyCal better horizontal presence */
.tidycal-embed,.tidycal-embed iframe{width:100%!important}.split.top .glass:has(.tidycal-embed){padding:26px!important}.agenda-section + .section .split,.section .split.top{gap:58px}
/* Comunidad image less tall */
.community-image img{width:100%;height:auto;max-height:350px;object-fit:cover;object-position:center}.community-logo img{background:transparent!important}
/* Brochure WhatsApp QR row */
.brochure-qr-row{width:min(1180px,calc(100% - 44px));margin:24px auto 0;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 24px;border-radius:26px;background:rgba(255,255,255,.08);border:1px solid rgba(241,210,123,.26);box-shadow:0 20px 60px rgba(0,0,0,.18)}.brochure-qr-row b{display:block;color:#fff}.brochure-qr-row p{margin:0;color:rgba(255,255,255,.70)}.brochure-qr-row img{width:104px;background:#fff;border-radius:14px;padding:8px}
@media(max-width:1050px){.footer-contact-cards{grid-template-columns:repeat(2,1fr)!important}.entrepreneur-program{grid-template-columns:1fr}.program-icons{grid-template-columns:repeat(2,1fr)}.page-hero-recursos{background-size:cover!important}}
@media(max-width:680px){.program-icons{grid-template-columns:1fr}.entrepreneur-program{padding:24px!important}.page-hero-nosotros,.page-hero-propiedad,.page-hero-agenda,.page-hero-recursos{min-height:360px;background-position:center right!important}.brochure-qr-row{flex-direction:column;align-items:flex-start}.brochure-qr-row img{width:118px}.footer-contact-cards{grid-template-columns:1fr!important}}
.page-hero-pi{background:linear-gradient(90deg,rgba(3,14,27,.98) 0%,rgba(3,14,27,.90) 42%,rgba(3,14,27,.26) 100%),url('propiedad-hero.png') center right/cover no-repeat!important;min-height:430px;display:grid;align-items:center}.page-hero-pi:after{display:none!important}


/* === Final polish patch 2026-06-24: footer/logo/QR/hero imagery === */
.footer .brand img,.footer-brand img{
  width:92px!important;height:92px!important;object-fit:contain!important;background:transparent!important;
  mix-blend-mode:normal!important;filter:drop-shadow(0 0 28px rgba(241,210,123,.52)) drop-shadow(0 8px 20px rgba(0,0,0,.28))!important;
  opacity:1!important;image-rendering:auto!important;
}
.footer .brand,.footer-brand{align-items:center!important;gap:18px!important}.footer .brand b,.footer-brand b{color:#fff!important;text-shadow:0 0 18px rgba(241,210,123,.16)}
.footer-contact-cards{grid-template-columns:repeat(5,1fr)!important}.whatsapp-footer-card{display:flex!important;flex-direction:column;align-items:flex-start;gap:8px}.whatsapp-footer-card img,.qr-footer-card img{width:86px!important;height:86px!important;object-fit:contain!important;background:#fff!important;border-radius:14px!important;padding:8px!important;border:1px solid rgba(245,216,134,.42)!important}.whatsapp-footer-card:hover img,.qr-footer-card:hover img{transform:scale(1.03);transition:220ms var(--ease-button)}
.footlinks a[href="agenda.html"],.footlinks a[href="../agenda.html"]{background:transparent!important;border:0!important;box-shadow:none!important;padding:5px 0!important;border-radius:0!important;color:rgba(255,255,255,.72)!important}.footlinks a[href="agenda.html"]:hover,.footlinks a[href="../agenda.html"]:hover{color:var(--gold2)!important;transform:translateX(2px)!important}
/* keep hero assets crisp and avoid awkward cropping */
.page-hero-nosotros,.page-hero-propiedad,.page-hero-pi,.page-hero-agenda,.page-hero-recursos{background-repeat:no-repeat!important;background-color:#061526!important;image-rendering:auto!important}.page-hero-nosotros{background-size:auto 100%!important;background-position:right center!important}.page-hero-propiedad,.page-hero-pi{background-size:auto 100%!important;background-position:right center!important}.page-hero-agenda{background-size:auto 100%!important;background-position:right center!important}.page-hero-recursos{background-size:auto 100%!important;background-position:right center!important}.visual-card img,.image-card img,.glass img,.page-card img{image-rendering:auto!important}.community-image{max-width:300px!important;margin:0 auto 18px!important}.community-image img{max-height:300px!important;object-fit:cover!important;object-position:center!important}.community-logo img{width:96px!important;height:96px!important;object-fit:contain!important;filter:drop-shadow(0 0 26px rgba(241,210,123,.55))!important;background:transparent!important}.community-card{padding:24px!important}.community-logo{margin-bottom:14px!important}.community-logo h1{font-size:34px!important}.community-logo p{font-size:15px!important}
/* Entrepreneur support: cooler premium gradient + subtle microinteraction */
.entrepreneur-program{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(255,255,255,.12) 0%,rgba(31,69,102,.30) 42%,rgba(216,173,72,.10) 100%)!important;transition:transform 260ms var(--ease-button),border-color 260ms var(--ease-button),box-shadow 260ms var(--ease-button)!important}.entrepreneur-program:before{content:"";position:absolute;inset:-2px;background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.18) 34%,rgba(241,210,123,.28) 49%,rgba(49,92,128,.24) 62%,transparent 78%);transform:translateX(-115%);transition:transform 900ms var(--ease-premium);pointer-events:none}.entrepreneur-program:hover{transform:translateY(-4px);border-color:rgba(241,210,123,.62)!important;box-shadow:0 34px 90px rgba(0,0,0,.24),0 0 42px rgba(49,92,128,.16)!important}.entrepreneur-program:hover:before{transform:translateX(115%)}.entrepreneur-program .pill{background:linear-gradient(135deg,rgba(49,92,128,.34),rgba(241,210,123,.20))!important;color:#fff8d7!important;border-color:rgba(241,210,123,.54)!important}.cream .entrepreneur-program,.light-section .entrepreneur-program{background:linear-gradient(135deg,rgba(255,255,255,.86) 0%,rgba(232,240,245,.70) 42%,rgba(216,173,72,.16) 100%)!important}.cream .entrepreneur-program .pill,.light-section .entrepreneur-program .pill{color:#243a54!important;background:linear-gradient(135deg,rgba(49,92,128,.16),rgba(241,210,123,.32))!important}
/* Tags readable but not confused with CTAs */
.booking-label,.tag,.booking-card .tag,.agenda-section .tag,.offer .tag{font-size:12px!important;letter-spacing:.08em!important;text-transform:uppercase!important;background:linear-gradient(135deg,rgba(241,210,123,.24),rgba(49,92,128,.16))!important;color:#fff7c9!important;border:1px solid rgba(241,210,123,.62)!important;text-shadow:0 1px 8px rgba(0,0,0,.32)!important}.cream .booking-label,.light-section .booking-label,.cream .tag,.light-section .tag{background:linear-gradient(135deg,rgba(49,92,128,.14),rgba(241,210,123,.26))!important;color:#2a3b50!important;border-color:rgba(119,82,14,.34)!important;text-shadow:none!important}
@media(max-width:1050px){.footer-contact-cards{grid-template-columns:repeat(2,1fr)!important}.page-hero-nosotros,.page-hero-propiedad,.page-hero-pi,.page-hero-agenda,.page-hero-recursos{background-size:cover!important;background-position:center right!important}.community-image{max-width:280px!important}}
@media(max-width:680px){.footer-contact-cards{grid-template-columns:1fr!important}.footer .brand img,.footer-brand img{width:78px!important;height:78px!important}.community-image{max-width:240px!important}.community-image img{max-height:240px!important}.page-hero-nosotros,.page-hero-propiedad,.page-hero-pi,.page-hero-agenda,.page-hero-recursos{background-size:cover!important;background-position:center right!important}}


/* === LAUNCH QA PATCH: v14 layout preserved / logo + images + tags + articles === */
/* Header: the logo/wordmark is the home link; Inicio removed from nav in HTML. */
.nav .brand{min-width:300px;flex-shrink:0}.nav .brand img{width:64px!important;height:74px!important;object-fit:contain!important}.nav .links{gap:9px}.nav .links>a:not(.btn){position:relative}.nav .links>a[aria-current="page"]:after,.nav .links>a:not(.btn):hover:after{content:"";position:absolute;left:18px;right:18px;bottom:5px;height:2px;border-radius:2px;background:linear-gradient(90deg,transparent,var(--gold2),transparent);box-shadow:0 0 16px rgba(241,210,123,.42)}
@media(max-width:1120px){.nav .brand{min-width:auto}.nav .brand b{font-size:21px}.nav .links>a:not(.btn){font-size:14px;padding:10px 10px}}
@media(max-width:940px){.links{position:fixed;inset:84px 16px auto 16px;display:none!important;flex-direction:column;align-items:stretch;background:rgba(255,250,240,.96);border:1px solid rgba(7,22,40,.12);border-radius:24px;padding:18px;box-shadow:0 30px 80px rgba(7,22,40,.20)}body.menu-open .links{display:flex!important}.menu-toggle{display:inline-flex!important}.links>a{width:100%;text-align:center}.nav .wrap{min-height:78px}.brand img{width:56px!important;height:64px!important}.brand b{font-size:20px!important}.brand span{font-size:9px!important;letter-spacing:.18em!important}}

/* Brand footer and community logo: no distortion, controlled scale, gold glow. */
.footer .brand,.footer-brand{display:flex!important;align-items:center!important;gap:16px!important;min-width:0!important}.footer .brand img,.footer-brand img{width:78px!important;height:88px!important;max-width:78px!important;object-fit:contain!important;filter:drop-shadow(0 0 20px rgba(241,210,123,.40)) drop-shadow(0 12px 22px rgba(0,0,0,.20))!important;image-rendering:auto!important}.footer .brand b,.footer-brand b{font-size:28px!important;color:#fff!important;line-height:1!important}.footer .brand span,.footer-brand span{font-size:10px!important;color:var(--gold2)!important;letter-spacing:.25em!important}.footer-contact-cards{display:grid!important;grid-template-columns:1.05fr 1.55fr 1.05fr 1.25fr 1.05fr!important;gap:16px!important}.footer-contact-cards>a{min-height:190px}.footer-contact-cards img{image-rendering:auto}.whatsapp-footer-card img{width:92px!important;height:92px!important;background:#fff!important;border-radius:14px!important;padding:6px!important;margin-top:10px!important}.qr-footer-card img{width:92px!important;height:92px!important;background:#fff!important;border-radius:14px!important;padding:6px!important}.footlinks a[aria-current="page"],.footlinks a:hover{background:rgba(241,210,123,.12)!important;color:#fff!important;border-radius:10px;padding-left:8px}.footlinks a[href="agenda.html"]{border-left:2px solid rgba(241,210,123,.55);padding-left:8px}
@media(max-width:1050px){.footer-contact-cards{grid-template-columns:repeat(2,1fr)!important}.footer-contact-cards>a{min-height:150px}}
@media(max-width:620px){.footer-contact-cards{grid-template-columns:1fr!important}.footer .brand img,.footer-brand img{width:66px!important;height:76px!important}.footer .brand b,.footer-brand b{font-size:23px!important}}

/* Hero images: use the selected assets as editorial compositions without aggressive cropping. */
.page-hero{overflow:hidden}.page-hero h1,.page-hero .lead{position:relative;z-index:2}.page-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(3,14,27,.99) 0%,rgba(3,14,27,.93) 42%,rgba(3,14,27,.38) 70%,rgba(3,14,27,.10) 100%);z-index:1}.page-hero-nosotros,.page-hero-propiedad,.page-hero-pi,.page-hero-agenda,.page-hero-recursos{min-height:430px!important;background-color:#061526!important;background-repeat:no-repeat!important;background-position:right center!important;background-size:auto 100%!important}.page-hero-nosotros{background-image:url('comunidad-hero.png')!important}.page-hero-propiedad,.page-hero-pi{background-image:url('propiedad-hero.png')!important}.page-hero-agenda{background-image:url('jure-progress-bg-agenda.webp')!important}.page-hero-recursos{background-image:url('recursos-hero-final.png')!important}.page-hero:after{display:none!important}
@media(max-width:880px){.page-hero-nosotros,.page-hero-propiedad,.page-hero-pi,.page-hero-agenda,.page-hero-recursos{background-size:cover!important;background-position:center right!important}.page-hero:before{background:linear-gradient(90deg,rgba(3,14,27,.98) 0%,rgba(3,14,27,.86) 64%,rgba(3,14,27,.36) 100%)}}

/* Agenda / service tags: high contrast, not mistaken for buttons. */
.tag,.booking-label,.flow-card p,.flow-card .tagline{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:30px!important;padding:7px 14px!important;border-radius:999px!important;font-size:12px!important;font-weight:950!important;letter-spacing:.08em!important;text-transform:uppercase!important;line-height:1!important}.dark .tag,.agenda-section .tag,.flow-card p{background:linear-gradient(135deg,rgba(241,210,123,.96),rgba(216,173,72,.88))!important;color:#061526!important;border:1px solid rgba(255,255,255,.30)!important;box-shadow:0 12px 30px rgba(216,173,72,.18),inset 0 1px 0 rgba(255,255,255,.55)!important}.booking-label,.cream .tag,.light-section .tag{background:linear-gradient(135deg,rgba(7,22,40,.95),rgba(14,47,80,.88))!important;color:#f8dd8a!important;border:1px solid rgba(216,173,72,.48)!important;box-shadow:0 14px 30px rgba(7,22,40,.16),inset 0 1px 0 rgba(255,255,255,.12)!important}.btn.gold{position:relative;overflow:hidden}.btn.gold:before{content:"";position:absolute;inset:-80% -30%;background:linear-gradient(115deg,transparent 38%,rgba(255,255,255,.42) 48%,transparent 58%);transform:translateX(-100%);transition:transform .65s var(--ease-button)}.btn.gold:hover:before{transform:translateX(100%)}

/* Circular numbers: force exact circles in horizontal/vertical flows. */
.num,.step .num,.flow-card small{width:46px!important;height:46px!important;min-width:46px!important;max-width:46px!important;aspect-ratio:1/1!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;padding:0!important;text-align:center!important;flex:0 0 46px!important;background:linear-gradient(135deg,var(--gold),var(--gold2))!important;color:#061526!important;font-weight:950!important}.step.glass{display:flex!important;align-items:flex-start!important;gap:18px!important}.step.glass .num{margin:0!important}.agenda-flow .flow-card small{margin-bottom:16px!important}.ruta-visual span{white-space:nowrap}.ruta-visual i{flex:0 0 40px}

/* Entrepreneur program: more graphic, premium, blue-white-gold gradient, animated emphasis. */
.entrepreneur-program{position:relative!important;overflow:hidden!important;border:1px solid rgba(241,210,123,.55)!important;background:radial-gradient(circle at 82% 24%,rgba(120,174,232,.18),transparent 24%),radial-gradient(circle at 18% 80%,rgba(241,210,123,.16),transparent 26%),linear-gradient(135deg,rgba(6,21,38,.97),rgba(11,33,57,.94))!important;color:#fff!important;box-shadow:0 38px 110px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.10)!important}.entrepreneur-program:before{content:"";position:absolute;inset:-2px;background:linear-gradient(110deg,transparent 10%,rgba(255,255,255,.12),rgba(241,210,123,.22),transparent 55%);transform:translateX(-120%);animation:programSheen 7s ease-in-out infinite;pointer-events:none}.entrepreneur-program>*{position:relative}.entrepreneur-program h3{font-family:Playfair Display,serif!important;font-size:clamp(28px,3vw,42px)!important;line-height:1.12!important;letter-spacing:-.04em!important}.entrepreneur-program h3 b,.entrepreneur-program strong{background:linear-gradient(90deg,#fff,#f8dc85,#ffffff);-webkit-background-clip:text;background-clip:text;color:transparent}.program-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.program-icons span{display:grid;gap:8px;padding:18px;border-left:1px solid rgba(241,210,123,.26);color:rgba(255,255,255,.82)}.program-icons span:first-child{border-left:none}.program-icons span{font-size:34px}.program-icons b{font-size:16px;color:#fff}.program-icons em{font-style:normal;font-size:14px;line-height:1.55;color:rgba(255,255,255,.70)}@keyframes programSheen{0%,50%{transform:translateX(-120%)}72%,100%{transform:translateX(120%)}}
@media(max-width:900px){.program-icons{grid-template-columns:repeat(2,1fr)}.program-icons span:nth-child(3){border-left:none}}@media(max-width:560px){.program-icons{grid-template-columns:1fr}.program-icons span{border-left:none;border-top:1px solid rgba(241,210,123,.18)}}

/* TidyCal embeds: wider and readable, not overly vertical. */
.booking-embed-row .tidycal-embed,.tidycal-embed{width:100%!important;min-height:720px!important}.glass>.tidycal-embed{border-radius:24px;overflow:hidden}.booking-embed-row iframe,.tidycal-embed iframe{width:100%!important;min-height:720px!important}.booking-embed-row,.section .split.top{align-items:start}.section .split.top .glass{overflow:hidden}.agenda-section{padding-top:80px!important}.agenda-flow{margin-bottom:32px!important}

/* Resource and article presentation: editorial cards with stronger contrast and unique links. */
.article-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:26px!important}.article-card{display:flex!important;flex-direction:column!important;min-height:270px!important;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.04))!important;border:1px solid rgba(241,210,123,.18)!important;color:#fff!important}.article-card h3{color:#fff!important}.article-card p{color:rgba(255,255,255,.74)!important}.article-card small{display:inline-block!important;color:#f6d675!important;text-transform:uppercase!important;letter-spacing:.16em!important;font-size:11px!important;margin-bottom:12px!important}.article-card:before{content:"";width:42px;height:42px;border-radius:50%;border:1px solid rgba(241,210,123,.35);background:radial-gradient(circle,rgba(241,210,123,.18),rgba(255,255,255,.05));margin-bottom:16px}.article-card:nth-child(3n+1):before{content:"TM";display:grid;place-items:center;color:#f6d675;font-weight:950;font-size:11px}.article-card:nth-child(3n+2):before{content:"©";display:grid;place-items:center;color:#f6d675;font-weight:950}.article-card:nth-child(3n+3):before{content:"§";display:grid;place-items:center;color:#f6d675;font-weight:950}.article-card .read-more{margin-top:auto!important}.article-card:hover{background:linear-gradient(145deg,rgba(241,210,123,.14),rgba(120,174,232,.10))!important}.video-wrap{overflow:hidden;border-radius:28px;border:1px solid rgba(241,210,123,.22);box-shadow:0 28px 86px rgba(0,0,0,.28)}.video-wrap iframe{display:block;width:100%;aspect-ratio:16/9;height:auto!important}.video-fallback-card{border-radius:24px!important}@media(max-width:900px){.article-grid{grid-template-columns:1fr 1fr!important}}@media(max-width:600px){.article-grid{grid-template-columns:1fr!important}}

/* Community page: image half-sized, logo clear, links get breathing room. */
.community-page .community-card{max-width:620px;margin:auto}.community-page .community-image{max-width:280px!important;margin:0 auto 18px!important;border-radius:22px!important}.community-page .community-image img{width:100%!important;height:auto!important;max-height:300px!important;object-fit:contain!important;background:#061526!important}.community-page .community-logo img{width:82px!important;height:94px!important;object-fit:contain!important;filter:drop-shadow(0 0 20px rgba(241,210,123,.52))!important}.community-page .community-logo h1{font-size:36px!important}.community-page .community-links{gap:11px!important}.community-page .community-link{padding:14px 16px!important}.community-page .community-socials{justify-content:center!important}

/* Brochure pages harmonization */
.brochure-qr-row img,.qcard.qr-card img{image-rendering:auto!important}



/* === EMERGENCY DEPLOY PATCH 2026-06-26: preserve v14, fix images/readability === */
/* Correct hero images selected section-by-section. */
.page-hero-nosotros{background-image:url('jure-progress-bg-nosotros.png')!important;background-size:auto 100%!important;background-position:right center!important;}
.page-hero-agenda{background-image:url('jure-progress-agenda.png')!important;background-size:auto 100%!important;background-position:right center!important;}
.page-hero-recursos{background-image:url('recursos-hero-final.png')!important;background-size:auto 100%!important;background-position:right center!important;}
.page-hero-propiedad,.page-hero-pi{background-image:url('propiedad-hero.png')!important;background-size:auto 100%!important;background-position:right center!important;}
.page-hero:before{background:linear-gradient(90deg,rgba(3,14,27,.99) 0%,rgba(3,14,27,.90) 43%,rgba(3,14,27,.48) 68%,rgba(3,14,27,.16) 100%)!important;}
.page-hero-recursos:before{background:linear-gradient(90deg,rgba(3,14,27,.98) 0%,rgba(3,14,27,.88) 44%,rgba(3,14,27,.44) 68%,rgba(3,14,27,.18) 100%)!important;}
@media(max-width:880px){.page-hero-nosotros,.page-hero-propiedad,.page-hero-pi,.page-hero-agenda,.page-hero-recursos{background-size:cover!important;background-position:center right!important;}}

/* Article cards: dark in dark sections, navy-on-cream in light sections. */
.cream .article-card,.light-section .article-card,.beige .article-card{
  background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(250,244,232,.78))!important;
  border:1px solid rgba(216,173,72,.26)!important;
  color:#071628!important;
  box-shadow:0 22px 54px rgba(7,22,40,.10)!important;
}
.cream .article-card h3,.light-section .article-card h3,.beige .article-card h3{color:#071628!important;}
.cream .article-card p,.light-section .article-card p,.beige .article-card p{color:#42516b!important;}
.cream .article-card small,.light-section .article-card small,.beige .article-card small{color:#9a6b17!important;}
.cream .article-card:before,.light-section .article-card:before,.beige .article-card:before{background:linear-gradient(135deg,rgba(216,173,72,.18),rgba(255,255,255,.78))!important;border-color:rgba(216,173,72,.32)!important;color:#9a6b17!important;}
.cream .article-card:hover,.light-section .article-card:hover,.beige .article-card:hover{background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(247,237,216,.90))!important;transform:translateY(-5px)!important;}
.cream .read-more,.light-section .read-more,.beige .read-more{color:#8c6418!important;}

/* Flow cards: stop turning explanatory paragraphs into oversized gold pills. */
.flow-card p,.flow-card .tagline{
  display:block!important;min-height:0!important;padding:0!important;border-radius:0!important;background:transparent!important;border:0!important;box-shadow:none!important;
  color:rgba(255,255,255,.74)!important;text-transform:none!important;letter-spacing:0!important;font-size:16px!important;line-height:1.55!important;font-weight:800!important;text-align:left!important;
}
.flow-card small{width:44px!important;height:44px!important;border-radius:50%!important;background:linear-gradient(135deg,var(--gold),var(--gold2))!important;color:#061526!important;display:grid!important;place-items:center!important;letter-spacing:0!important;font-size:14px!important;margin-bottom:18px!important;}

/* Service/status tags: readable and subtle, not muddy. */
.tag,.booking-label{
  background:linear-gradient(135deg,rgba(241,210,123,.92),rgba(216,173,72,.78))!important;
  color:#061526!important;border:1px solid rgba(255,255,255,.36)!important;text-shadow:none!important;
}
.cream .tag,.light-section .tag,.beige .tag,.cream .booking-label,.light-section .booking-label,.beige .booking-label{
  background:linear-gradient(135deg,rgba(7,22,40,.92),rgba(14,47,80,.84))!important;color:#f8dd8a!important;border-color:rgba(216,173,72,.44)!important;
}

/* Entrepreneur program: premium but less heavy/gold. */
.entrepreneur-program{
  border-color:rgba(241,210,123,.34)!important;
  background:radial-gradient(circle at 82% 18%,rgba(76,133,190,.18),transparent 28%),linear-gradient(135deg,rgba(6,21,38,.94),rgba(13,43,70,.82))!important;
}
.entrepreneur-program .pill{font-size:11px!important;letter-spacing:.18em!important;background:rgba(255,255,255,.06)!important;color:#f8dd8a!important;border:1px solid rgba(241,210,123,.22)!important;padding:8px 13px!important;border-radius:999px!important;}
.entrepreneur-program h3{font-size:clamp(24px,2.4vw,34px)!important;}
.program-icons span{background:rgba(255,255,255,.045)!important;border-left:1px solid rgba(241,210,123,.18)!important;}

/* Comunidad: reduce image footprint and match button language with Inicio. */
.community-page .community-card{max-width:560px!important;}
.community-page .community-image{max-width:250px!important;margin-bottom:18px!important;}
.community-page .community-image img{max-height:250px!important;object-fit:cover!important;}
.community-page .community-link{border-radius:999px!important;font-weight:950!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;}
.community-page .community-link.primary{background:linear-gradient(135deg,var(--gold),var(--gold2))!important;color:#071628!important;border:0!important;}

/* Footer: keep gold logo neat and QR only inside WhatsApp/contact cards. */
.footer .brand img,.footer-brand img{width:74px!important;height:74px!important;object-fit:contain!important;filter:drop-shadow(0 0 18px rgba(241,210,123,.35))!important;}
.footer .brand b,.footer-brand b{font-family:Playfair Display,serif!important;font-size:27px!important;color:#fff!important;}
.footer .brand span,.footer-brand span{color:var(--gold2)!important;}
.footer-contact-cards a{overflow:hidden;}

/* Prevent hero image quality loss / awkward crop where possible. */
.page-hero{isolation:isolate;}
.page-hero .wrap{position:relative;z-index:3;}
.resources-hero-clean{background-position:right center!important;}

/* Final footer nav: no accidental persistent highlight in footer. */
.footlinks a[href="agenda.html"]{border-left:0!important;padding-left:0!important;background:transparent!important;color:rgba(255,255,255,.65)!important;}
.footlinks a[href="agenda.html"]:hover{background:rgba(241,210,123,.12)!important;color:#fff!important;border-radius:10px!important;padding-left:8px!important;}


/* Final launch polish: Recursos + Comunidad + Articles */
.page-hero-recursos{background-image:url('recursos-hero-final.png')!important;background-size:auto 100%!important;background-position:right center!important;background-color:#061526!important;}
.page-hero-recursos:before{background:linear-gradient(90deg,rgba(3,14,27,.92) 0%,rgba(3,14,27,.78) 42%,rgba(3,14,27,.26) 68%,rgba(3,14,27,.04) 100%)!important;}
.community-premium-cta{box-shadow:0 18px 48px rgba(216,173,72,.36),0 0 0 1px rgba(255,255,255,.14),inset 0 1px 0 rgba(255,255,255,.55)!important;}
.community-premium-cta:after{content:' ↗';font-weight:950;}
.article-block{background:linear-gradient(145deg,rgba(255,255,255,.92),rgba(248,240,224,.82))!important;border:1px solid rgba(216,173,72,.22)!important;border-radius:24px!important;padding:28px!important;margin-bottom:22px!important;box-shadow:0 18px 45px rgba(7,22,40,.08)!important;}
.article-block h2{color:#071628!important;font-size:clamp(28px,3vw,38px)!important;}
.article-block p,.article-block li{color:#25364d!important;}
.article-block#idea{border-color:rgba(216,173,72,.42)!important;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(244,226,186,.70))!important;}
.toc{position:sticky;top:110px;background:linear-gradient(145deg,rgba(7,22,40,.95),rgba(12,39,66,.86))!important;border:1px solid rgba(241,210,123,.25)!important;color:#fff!important;border-radius:24px!important;padding:22px!important;box-shadow:0 24px 56px rgba(0,0,0,.18)!important;}
.toc a{color:rgba(255,255,255,.78)!important;border-bottom:1px solid rgba(255,255,255,.08)!important;padding:9px 0!important;}
.toc a:hover{color:#f6d675!important;transform:translateX(3px)!important;}

/* Premium community / linktree */
.premium-community{min-height:100vh;position:relative;overflow:hidden;background:radial-gradient(circle at 78% 8%,rgba(34,95,145,.42),transparent 34%),linear-gradient(135deg,#031122,#09233d 60%,#061526)!important;color:#fff;padding:40px 0 52px;}
.premium-community:before{content:'';position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.04),transparent 28%,rgba(241,210,123,.05) 60%,transparent 78%);opacity:.8;pointer-events:none;}
.community-ambient{position:absolute;inset:-20%;background:radial-gradient(circle at 50% 0%,rgba(241,210,123,.18),transparent 23%),radial-gradient(circle at 80% 55%,rgba(69,139,206,.16),transparent 28%);filter:blur(2px);animation:ambientShift 12s ease-in-out infinite alternate;}
.community-shell{width:min(600px,calc(100% - 32px));margin:auto;position:relative;z-index:2;}
.premium-community .community-card{position:relative;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.055))!important;border:1px solid rgba(241,210,123,.28)!important;border-radius:36px!important;padding:30px 26px 24px!important;box-shadow:0 36px 90px rgba(0,0,0,.35),inset 0 1px 0 rgba(255,255,255,.13)!important;backdrop-filter:blur(26px);-webkit-backdrop-filter:blur(26px);}
.premium-community .community-card:before{content:'';position:absolute;inset:-1px;background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.16) 18%,transparent 32%,transparent 70%,rgba(241,210,123,.12) 100%);opacity:.65;pointer-events:none;}
.premium-community .community-logo{text-align:center;margin-bottom:18px;position:relative;z-index:1;}
.premium-community .community-logo img{width:74px!important;height:86px!important;object-fit:contain!important;margin:0 auto 10px!important;filter:drop-shadow(0 0 22px rgba(241,210,123,.55))!important;}
.community-eyebrow{display:inline-flex;text-transform:uppercase;letter-spacing:.18em;font-size:10px;font-weight:950;color:#f6d675;margin-bottom:6px;}
.premium-community .community-logo h1{font-family:Playfair Display,serif;font-size:36px!important;letter-spacing:-.03em;margin:0 0 6px;color:#fff;}
.premium-community .community-logo p{color:rgba(255,255,255,.80);font-weight:900;font-size:14px;line-height:1.35;margin:0 auto;max-width:430px;}
.premium-community .community-image{position:relative;z-index:1;width:min(260px,72vw)!important;max-width:260px!important;margin:0 auto 20px!important;border-radius:24px!important;overflow:hidden;border:1px solid rgba(241,210,123,.24)!important;box-shadow:0 22px 60px rgba(0,0,0,.28)!important;}
.premium-community .community-image img{width:100%!important;height:auto!important;max-height:260px!important;object-fit:cover!important;object-position:center!important;display:block;}
.premium-community .community-links{position:relative;z-index:1;display:grid;gap:11px;}
.premium-community .community-link{position:relative;overflow:hidden;display:flex!important;flex-direction:column;align-items:center;justify-content:center;min-height:58px;text-align:center;border-radius:999px!important;padding:12px 18px!important;background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.045))!important;border:1px solid rgba(255,255,255,.18)!important;color:#fff!important;font-weight:950!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.10);transition:transform .22s var(--ease-button),border-color .22s var(--ease-button),box-shadow .22s var(--ease-button),background .22s var(--ease-button)!important;}
.premium-community .community-link span{font-size:17px;line-height:1.15;}
.premium-community .community-link small{font-size:11px;line-height:1.2;color:rgba(255,255,255,.58);margin-top:4px;font-weight:800;}
.premium-community .community-link:before{content:'';position:absolute;inset:-80% -30%;background:linear-gradient(115deg,transparent 38%,rgba(255,255,255,.28) 48%,transparent 58%);transform:translateX(-120%);transition:transform .7s var(--ease-button);}
.premium-community .community-link:hover{transform:translateY(-2px) scale(1.01);border-color:rgba(241,210,123,.5)!important;box-shadow:0 18px 42px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.12)!important;}
.premium-community .community-link:hover:before{transform:translateX(120%);}
.premium-community .community-link.primary{background:linear-gradient(135deg,var(--gold),var(--gold2))!important;color:#071628!important;border:0!important;box-shadow:0 18px 42px rgba(216,173,72,.30),inset 0 1px 0 rgba(255,255,255,.55)!important;}
.premium-community .community-link.primary small{color:rgba(7,22,40,.58)!important;}
.premium-community .whatsapp-link{border-color:rgba(74,222,128,.28)!important;}
.premium-community .community-socials{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:18px;}
.premium-community .community-socials a{border-radius:999px;padding:9px 13px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);font-weight:900;color:#fff;transition:.22s var(--ease-button);}
.premium-community .community-socials a:hover{transform:translateY(-2px);border-color:rgba(241,210,123,.46);color:#f6d675;}
.small-note{text-align:center;color:rgba(255,255,255,.58);font-size:12px;margin:18px 0 0;position:relative;z-index:1;}
@keyframes ambientShift{from{transform:translate3d(-1%,0,0) scale(1)}to{transform:translate3d(1%,1%,0) scale(1.04)}}
@media(max-width:680px){.premium-community{padding-top:22px}.premium-community .community-card{padding:24px 18px!important;border-radius:28px!important}.premium-community .community-logo h1{font-size:30px!important}.premium-community .community-link span{font-size:15px}.page-hero-recursos{background-size:cover!important;background-position:center right!important}.page-hero-recursos:before{background:linear-gradient(90deg,rgba(3,14,27,.96) 0%,rgba(3,14,27,.82) 68%,rgba(3,14,27,.36) 100%)!important;}}


/* Jure Progress Podcast v1.1 — extends the established V14 design system */
.podcast-home,.podcast-library,.podcast-hero{isolation:isolate}.podcast-home:before,.podcast-library:before,.podcast-hero:before{content:"";position:absolute;inset:-20%;background:radial-gradient(circle at 82% 24%,rgba(55,127,188,.22),transparent 25%),radial-gradient(circle at 35% 75%,rgba(216,173,72,.12),transparent 24%);pointer-events:none}.podcast-feature{position:relative;z-index:2}.podcast-feature-split,.podcast-hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.72fr);align-items:center;gap:64px}.podcast-meta-row{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 0}.podcast-meta-row span{padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.82);font-size:12px;font-weight:900}.light-section .podcast-meta-row span{color:#20354e;background:rgba(7,22,40,.06);border-color:rgba(7,22,40,.10)}
.podcast-art-card{position:relative;display:grid;place-items:center;min-height:440px;padding:46px 34px;text-align:center;overflow:hidden;border-radius:36px;background:radial-gradient(circle at 50% 22%,rgba(241,210,123,.18),transparent 25%),linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.045));border:1px solid rgba(241,210,123,.28);box-shadow:0 36px 90px rgba(0,0,0,.32),inset 0 1px 0 rgba(255,255,255,.12);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);transition:transform .45s var(--ease-soft),box-shadow .45s var(--ease-soft),border-color .45s var(--ease-soft)}.podcast-art-card:before{content:"";position:absolute;inset:-70% -30%;background:linear-gradient(115deg,transparent 40%,rgba(255,255,255,.22) 49%,transparent 58%);transform:translateX(-100%);transition:transform .9s var(--ease-button)}.podcast-art-card:hover{transform:translateY(-7px) rotateX(1.4deg) rotateY(-1.4deg);border-color:rgba(241,210,123,.55);box-shadow:0 48px 110px rgba(0,0,0,.4),0 0 45px rgba(216,173,72,.12)}.podcast-art-card:hover:before{transform:translateX(100%)}.podcast-art-card img{width:102px;height:116px;object-fit:contain;filter:drop-shadow(0 0 28px rgba(241,210,123,.55));margin-bottom:18px}.podcast-art-card small{color:#f6d675;text-transform:uppercase;letter-spacing:.22em;font-weight:950;font-size:11px}.podcast-art-card strong{display:block;margin:9px 0;font-family:Playfair Display,serif;font-size:clamp(30px,3.2vw,44px);line-height:.92;color:#fff;letter-spacing:-.035em}.podcast-art-card>span{max-width:310px;color:rgba(255,255,255,.68);font-size:14px}.podcast-play{position:absolute;right:24px;bottom:22px;width:52px;height:52px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold2));color:#071628;box-shadow:0 18px 40px rgba(216,173,72,.32);transition:transform .25s var(--ease-button)}.podcast-art-card:hover .podcast-play{transform:scale(1.08) rotate(4deg)}.podcast-wave{height:50px;display:flex;gap:5px;align-items:center;margin-bottom:16px}.podcast-wave i{display:block;width:3px;border-radius:999px;background:linear-gradient(180deg,#f6d675,rgba(76,155,218,.82));animation:podcastWave 1.8s ease-in-out infinite}.podcast-wave i:nth-child(1),.podcast-wave i:nth-child(9){height:12px}.podcast-wave i:nth-child(2),.podcast-wave i:nth-child(8){height:22px;animation-delay:.1s}.podcast-wave i:nth-child(3),.podcast-wave i:nth-child(7){height:34px;animation-delay:.2s}.podcast-wave i:nth-child(4),.podcast-wave i:nth-child(6){height:44px;animation-delay:.3s}.podcast-wave i:nth-child(5){height:28px;animation-delay:.4s}.podcast-wave i:nth-child(10){height:19px}.podcast-wave i:nth-child(11){height:31px}@keyframes podcastWave{0%,100%{transform:scaleY(.62);opacity:.7}50%{transform:scaleY(1.08);opacity:1}}
.podcast-shimmer{position:relative;overflow:hidden}.podcast-shimmer:after{content:"";position:absolute;inset:-80% -30%;background:linear-gradient(115deg,transparent 40%,rgba(255,255,255,.55) 50%,transparent 60%);transform:translateX(-120%);transition:transform .75s var(--ease-button)}.podcast-shimmer:hover:after{transform:translateX(120%)}
.podcast-library{background:linear-gradient(135deg,#061526,#0b2139);color:#fff}.podcast-heading-row{align-items:end}.podcast-side-cta{display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:20px 22px;border-radius:22px;background:rgba(255,255,255,.07);border:1px solid rgba(241,210,123,.20)}.podcast-side-cta span{color:#f6d675;font-weight:900;font-size:13px}.podcast-embed-shell{position:relative;padding:12px;border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.045));border:1px solid rgba(241,210,123,.26);box-shadow:0 30px 90px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.13);margin-top:34px;overflow:hidden}.podcast-embed-shell:before{content:"";position:absolute;inset:-60% -20%;background:linear-gradient(115deg,transparent 42%,rgba(255,255,255,.10) 50%,transparent 58%);pointer-events:none}.podcast-embed-shell iframe{display:block;width:100%;border-radius:18px}.light-embed{background:linear-gradient(145deg,rgba(7,22,40,.09),rgba(255,255,255,.68));box-shadow:0 24px 70px rgba(7,22,40,.13)}
.light-card{background:radial-gradient(circle at 50% 22%,rgba(216,173,72,.20),transparent 28%),linear-gradient(145deg,#071628,#0e2d4a);min-height:390px}.podcast-trust-section .btn.ghost,.podcast-contact-section .btn.ghost{color:#071628}.podcast-contact-card{display:flex;align-items:center;justify-content:space-between;gap:44px;padding:34px 38px}.podcast-contact-card h2{font-size:clamp(36px,4vw,52px)}.podcast-contact-actions{display:flex;flex-direction:column;gap:12px;min-width:250px}.podcast-contact-actions .btn{width:100%}
.podcast-hero{position:relative;min-height:calc(100vh - 84px);display:grid;align-items:center;padding:96px 0;background:linear-gradient(135deg,#031122,#09233d 62%,#061526);color:#fff;overflow:hidden}.podcast-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,14,27,.82),rgba(3,14,27,.20));pointer-events:none}.podcast-hero-grid{position:relative;z-index:2}.podcast-hero-ambient{position:absolute;inset:0;overflow:hidden}.podcast-hero-ambient span{position:absolute;border:1px solid rgba(241,210,123,.18);border-radius:50%;animation:podcastOrbit 18s linear infinite}.podcast-hero-ambient span:nth-child(1){width:440px;height:440px;right:2%;top:8%}.podcast-hero-ambient span:nth-child(2){width:610px;height:610px;right:-8%;top:-3%;animation-duration:26s;animation-direction:reverse}.podcast-hero-ambient span:nth-child(3){width:180px;height:180px;right:28%;bottom:8%;animation-duration:14s}@keyframes podcastOrbit{to{transform:rotate(360deg)}}.hero-podcast-art{min-height:500px}.podcast-video-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:38px}.podcast-video-card{overflow:hidden;border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.10),rgba(255,255,255,.04));border:1px solid rgba(241,210,123,.20);box-shadow:0 26px 70px rgba(0,0,0,.24);transition:transform .3s var(--ease-button),border-color .3s var(--ease-button)}.podcast-video-card:hover{transform:translateY(-5px);border-color:rgba(241,210,123,.48)}.podcast-video-wrap{aspect-ratio:16/9;background:#020912}.podcast-video-wrap iframe{width:100%;height:100%;display:block}.podcast-video-card>div:last-child{padding:24px}.podcast-video-card small{color:#f6d675;text-transform:uppercase;letter-spacing:.18em;font-weight:950}.podcast-video-card p{color:rgba(255,255,255,.68)}.podcast-topic-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:34px}.podcast-topic-card{position:relative;padding:30px;border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.86),rgba(245,232,206,.74));border:1px solid rgba(216,173,72,.24);box-shadow:0 20px 54px rgba(7,22,40,.09);transition:transform .3s var(--ease-button),box-shadow .3s var(--ease-button),border-color .3s var(--ease-button)}.podcast-topic-card:hover{transform:translateY(-6px);border-color:rgba(216,173,72,.55);box-shadow:0 30px 70px rgba(7,22,40,.14)}.podcast-topic-card>span{display:grid;place-items:center;width:52px;height:52px;border-radius:18px;background:linear-gradient(135deg,#071628,#145083);color:#f6d675;font-size:24px;margin-bottom:22px}.podcast-topic-card b{color:#8c671c}.podcast-final-cta{padding-top:82px;padding-bottom:82px}
.community-podcast-card{position:relative;z-index:1;padding:18px;margin-bottom:14px;border-radius:24px;background:linear-gradient(145deg,rgba(255,255,255,.11),rgba(255,255,255,.045));border:1px solid rgba(241,210,123,.25);box-shadow:inset 0 1px 0 rgba(255,255,255,.10)}.community-podcast-top{display:flex;align-items:center;gap:14px}.community-podcast-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#d8ad48,#f6d675);color:#071628;font-size:22px}.community-podcast-top small{display:block;color:#f6d675;text-transform:uppercase;letter-spacing:.15em;font-size:9px;font-weight:950}.community-podcast-top b{display:block;font-family:Playfair Display,serif;font-size:22px}.community-podcast-top p{margin:2px 0 0;color:rgba(255,255,255,.62);font-size:11px}.community-podcast-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:14px}.community-podcast-actions .btn{padding:11px 13px;font-size:12px}.podcast-inline-player{margin-top:13px}.podcast-inline-player iframe{width:100%;height:152px;border:0;border-radius:14px;display:block}.podcast-community-link{border-color:rgba(241,210,123,.35)!important}
@media(max-width:900px){.podcast-feature-split,.podcast-hero-grid{grid-template-columns:1fr}.podcast-art-card{min-height:380px}.podcast-contact-card{align-items:flex-start;flex-direction:column}.podcast-contact-actions{width:100%}.podcast-video-grid,.podcast-topic-grid{grid-template-columns:1fr}.podcast-heading-row{grid-template-columns:1fr}.podcast-side-cta{margin-top:20px}.hero-podcast-art{min-height:440px}}
@media(max-width:560px){.podcast-home,.podcast-library,.podcast-hero{padding-top:72px;padding-bottom:72px}.podcast-art-card{min-height:350px;padding:34px 22px}.podcast-art-card img{width:82px;height:96px}.podcast-contact-card{padding:26px 22px}.community-podcast-actions{grid-template-columns:1fr}.podcast-meta-row span{font-size:10px}.podcast-embed-shell{padding:7px;border-radius:21px}.podcast-embed-shell iframe{height:352px}.podcast-hero{min-height:auto}.podcast-video-card>div:last-child{padding:20px}}
@media(prefers-reduced-motion:reduce){.podcast-wave i,.podcast-hero-ambient span,.community-ambient{animation:none!important}.podcast-art-card,.podcast-topic-card,.podcast-video-card{transition:none!important}}

/* Quick-action stack: WhatsApp first, then Podcast, then Agenda. */
.floating-actions{position:fixed;right:22px;bottom:22px;z-index:140;display:flex;flex-direction:column-reverse;align-items:flex-end;gap:10px;pointer-events:none}
.floating-actions .floating-action{position:relative;right:auto;bottom:auto;pointer-events:auto;display:flex;align-items:center;gap:10px;min-height:56px;padding:12px 16px;border-radius:999px;background:linear-gradient(135deg,rgba(6,21,38,.88),rgba(28,55,78,.74));border:1px solid rgba(245,216,134,.34);color:#fff!important;text-decoration:none!important;font-weight:950;box-shadow:0 22px 60px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.14);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);transition:transform 240ms var(--ease-button),border-color 240ms var(--ease-button),box-shadow 240ms var(--ease-button),opacity 240ms var(--ease-button)}
.floating-actions .floating-action span{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:rgba(245,216,134,.11);box-shadow:inset 0 0 0 1px rgba(245,216,134,.22)}
.floating-actions .floating-whatsapp span{background:rgba(37,211,102,.18);box-shadow:inset 0 0 0 1px rgba(37,211,102,.35)}
.floating-actions .floating-podcast span{background:linear-gradient(135deg,rgba(216,173,72,.25),rgba(23,79,124,.34))}
.floating-actions .floating-agenda span{background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(216,173,72,.18))}
.floating-actions .floating-action:hover{transform:translateY(-3px) scale(1.015);border-color:rgba(245,216,134,.72);box-shadow:0 28px 76px rgba(0,0,0,.34),0 0 32px rgba(245,216,134,.13)}
.floating-actions .floating-podcast,.floating-actions .floating-agenda{opacity:.82}
.floating-actions:hover .floating-podcast,.floating-actions:hover .floating-agenda{opacity:1}

/* TidyCal embed loading/fallback affordances. */
.tidycal-embed{position:relative;background:rgba(255,255,255,.72)}
.tidycal-loading{padding:30px;text-align:center;color:#173652;font-weight:800;margin:0}
.tidycal-embed iframe + .tidycal-loading,.tidycal-embed iframe~.tidycal-loading{display:none}
.embed-fallback{max-width:460px;margin:12px 0 0;font-size:13px;opacity:.72}

@media(max-width:860px){
  .floating-actions{right:14px;bottom:14px;gap:8px}
  .floating-actions .floating-action{min-height:48px;padding:8px}
  .floating-actions .floating-action b{display:none}
  .floating-actions .floating-action span{width:34px;height:34px}
}
