@font-face{font-family:Gotham;src:url("/fonts/Gotham-Book.otf") format("opentype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Gotham;src:url("/fonts/Gotham-Medium.otf") format("opentype");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:Gotham;src:url("/fonts/GOTHAM-BOLD.TTF") format("truetype");font-weight:800;font-style:normal;font-display:swap}
@font-face{font-family:Brandon;src:url("/fonts/Brandon_blk.otf") format("opentype");font-weight:900;font-style:normal;font-display:swap}

:root{
  --black:#000;
  --navy:#0b2247;
  --navy-2:#06152d;
  --gold:#be9d6c;
  --gold-2:#dfc28c;
  --paper:#f5f1e8;
  --paper-2:#ebe3d5;
  --ink:#111827;
  --muted:#5d6675;
  --white:#fffaf0;
  --line:rgba(11,34,71,.14);
  --line-dark:rgba(190,157,108,.28);
  --shadow:0 24px 70px rgba(0,0,0,.18);
  --max:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Gotham,Arial,sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.55;
  letter-spacing:0;
  -webkit-font-smoothing:antialiased;
  text-rendering:geometricPrecision;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
p,h1,h2,h3,h4,ul,ol{margin:0}
ul,ol{padding-left:1.2rem}
li+li{margin-top:.45rem}

.skip{position:absolute;left:-999px;top:12px;background:var(--gold);color:var(--black);padding:10px 14px;z-index:1000}
.skip:focus{left:12px}
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.eyebrow{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--gold);
  font-size:.75rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:16px;
}
.eyebrow:before{content:"";width:34px;height:1px;background:currentColor}
.section{padding:76px 0}
.section.compact{padding:56px 0}
.dark{background:linear-gradient(135deg,var(--black),var(--navy-2));color:var(--white)}
.navy{background:var(--navy);color:var(--white)}
.paper{background:var(--paper)}
.soft{background:var(--paper-2)}
.dark p,.navy p{color:rgba(255,250,240,.72)}
.dark .section-title p,.navy .section-title p{color:rgba(255,250,240,.74)}
.section-title{max-width:760px;margin-bottom:34px}
.section-title.center{text-align:center;margin-inline:auto}
.section-title p{margin-top:14px;color:var(--muted);font-size:1.05rem}

h1,h2,h3,.brand-name{
  font-family:Brandon,Gotham,Arial,sans-serif;
  line-height:1.02;
  letter-spacing:0;
  text-transform:uppercase;
}
h1{font-size:clamp(2.45rem,4.35vw,3.9rem);max-width:920px}
h2{font-size:2.78rem}
h3{font-size:1.18rem}
.lead{font-size:1.18rem;color:var(--muted);max-width:800px}
.dark .lead,.navy .lead{color:rgba(255,250,240,.82)}

.site-header{
  position:sticky;
  top:0;
  z-index:60;
  background:rgba(0,0,0,.88);
  border-bottom:1px solid var(--line-dark);
  backdrop-filter:blur(18px);
}
.nav{
  min-height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.brand{display:flex;align-items:center;gap:13px;min-width:0}
.brand img{width:38px;height:38px;object-fit:contain}
.brand-name{font-size:1rem;color:var(--white);line-height:1}
.brand-sub{display:block;margin-top:2px;font-size:.66rem;color:rgba(255,250,240,.62);font-weight:600;text-transform:uppercase;letter-spacing:.06em}
.nav-links{display:flex;align-items:center;gap:22px;color:rgba(255,250,240,.76);font-size:.9rem;font-weight:700}
.nav-links a{padding:28px 0;border-bottom:2px solid transparent}
.nav-links a:hover,.nav-links a.active{color:var(--white);border-color:var(--gold)}
.nav-cta{display:flex;align-items:center;gap:10px}
.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--line-dark);background:rgba(255,255,255,.04);color:var(--white);border-radius:6px;align-items:center;justify-content:center;cursor:pointer}
.menu-toggle span,.menu-toggle:before,.menu-toggle:after{content:"";width:18px;height:2px;background:currentColor;display:block;border-radius:2px}
.menu-toggle{flex-direction:column;gap:4px}
.drawer{display:none}

.btn{
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 18px;
  border-radius:6px;
  border:1px solid transparent;
  font-weight:800;
  font-size:.92rem;
  cursor:pointer;
  transition:transform .2s ease,background .2s ease,border-color .2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold-2));color:var(--black)}
.btn-dark{background:var(--navy);color:var(--white);border-color:var(--navy)}
.btn-outline{border-color:rgba(190,157,108,.42);color:var(--white);background:rgba(255,255,255,.04)}
.paper .btn-outline,.soft .btn-outline{color:var(--navy);background:transparent;border-color:rgba(11,34,71,.22)}
.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}

.hero{
  min-height:72vh;
  display:grid;
  align-items:end;
  position:relative;
  isolation:isolate;
  color:var(--white);
  background:#05070d;
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:var(--hero-image) center/cover no-repeat;
}
.hero:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.76) 43%,rgba(0,0,0,.22) 78%,rgba(0,0,0,.64) 100%),
    linear-gradient(180deg,rgba(0,0,0,.16),rgba(0,0,0,.88));
}
.hero-inner{padding:64px 0 50px}
.hero p{color:rgba(255,250,240,.78);margin-top:22px}
.hero-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.pill{border:1px solid var(--line-dark);background:rgba(255,255,255,.07);color:rgba(255,250,240,.84);padding:8px 11px;border-radius:6px;font-size:.78rem;font-weight:700}
.next-cue{margin-top:44px;color:rgba(255,250,240,.68);font-size:.78rem;text-transform:uppercase;font-weight:800;letter-spacing:.08em}

.grid{display:grid;gap:18px}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.split{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:46px;align-items:center}
.split.reverse{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)}
.panel,.card,.stat,.quote,.offer,.faq-item{
  border:1px solid var(--line);
  background:rgba(255,255,255,.54);
  border-radius:8px;
}
.dark .panel,.dark .card,.dark .stat,.dark .quote,.dark .offer,.navy .card{
  background:rgba(255,255,255,.055);
  border-color:var(--line-dark);
}
.card,.stat,.quote,.faq-item{padding:22px}
.card{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.card:hover{transform:translateY(-2px);border-color:rgba(190,157,108,.42);box-shadow:0 18px 46px rgba(11,34,71,.10)}
.card h3,.stat strong{color:var(--navy)}
.dark .card h3,.dark .stat strong,.dark .quote strong,.navy .card h3{color:var(--gold-2)}
.card p,.quote p{margin-top:10px;color:var(--muted)}
.dark .card p,.dark .quote p,.navy .card p{color:rgba(255,250,240,.72)}
.stat strong{display:block;font-family:Brandon,Gotham,Arial,sans-serif;font-size:2rem;line-height:1}
.stat span{display:block;margin-top:8px;color:var(--muted);font-size:.9rem}
.dark .stat span{color:rgba(255,250,240,.68)}
.image-panel{overflow:hidden;border-radius:8px;border:1px solid var(--line);box-shadow:var(--shadow);background:#111}
.image-panel img{width:100%;height:100%;min-height:420px;object-fit:cover}
.logo-strip{display:flex;gap:22px;align-items:center;flex-wrap:wrap;margin-top:24px}
.logo-strip img{height:34px;width:auto}

.process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;counter-reset:step}
.step{padding:20px;border-top:2px solid var(--gold);background:rgba(11,34,71,.04);border-radius:0 0 8px 8px;counter-increment:step}
.step:before{content:counter(step,decimal-leading-zero);display:block;color:var(--gold);font-weight:800;margin-bottom:12px}
.step p{color:var(--muted);margin-top:8px}

.offer{padding:30px;background:var(--white);box-shadow:var(--shadow)}
.offer h3{font-size:1.55rem;color:var(--navy)}
.offer .price{margin-top:18px;color:var(--navy);font-family:Brandon,Gotham,Arial,sans-serif;font-size:2.2rem}
.offer p{margin-top:12px;color:var(--muted)}
.dual-panel{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}
.panel-list{
  min-height:380px;
  padding:28px;
  border:1px solid var(--line);
  border-radius:8px;
  background:rgba(255,255,255,.62);
  box-shadow:0 14px 38px rgba(11,34,71,.07);
}
.panel-list h3{
  color:var(--navy);
  font-size:1.48rem;
  max-width:28rem;
}
.panel-list-dark{
  color:var(--white);
  background:linear-gradient(135deg,var(--black),var(--navy-2));
  border-color:var(--line-dark);
}
.panel-list-dark h3{color:var(--gold-2)}
.panel-list-dark .feature-list li{color:rgba(255,250,240,.76)}
.pricing-card{
  padding:34px;
  border:1px solid var(--line-dark);
  border-radius:8px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.03)),
    radial-gradient(circle at 18% 8%,rgba(190,157,108,.20),transparent 28%);
  box-shadow:var(--shadow);
}
.pricing-card-light{
  background:
    linear-gradient(180deg,rgba(255,255,255,.80),rgba(245,241,232,.94)),
    radial-gradient(circle at 20% 10%,rgba(190,157,108,.22),transparent 28%);
  border-color:var(--line);
}
.price-figure{
  margin-top:10px;
  font-family:Brandon,Gotham,Arial,sans-serif;
  color:var(--gold-2);
  font-size:3rem;
  line-height:1;
  text-transform:uppercase;
}
.pricing-card-light .price-figure{color:var(--navy)}
.price-figure span{
  font-family:Gotham,Arial,sans-serif;
  font-size:1rem;
  color:var(--muted);
  font-weight:800;
  margin-left:6px;
}
.dark .price-figure span{color:rgba(255,250,240,.68)}
.installments{
  margin-top:10px;
  color:rgba(255,250,240,.78);
  font-weight:800;
}
.pricing-card-light .installments{color:var(--muted)}
.pricing-card .feature-list{margin:24px 0}
.pricing-card .btn{width:100%}
.founder-note{
  margin-top:24px;
  padding:18px 20px;
  border-left:3px solid var(--gold);
  border-radius:0 8px 8px 0;
  background:rgba(11,34,71,.06);
  color:var(--navy);
  font-weight:800;
}
.microcopy{
  margin-top:14px;
  color:var(--muted);
  font-size:.84rem;
}
.feature-list{display:grid;gap:10px;margin-top:22px;padding:0;list-style:none}
.feature-list li{padding-left:26px;position:relative;margin:0;color:var(--muted)}
.feature-list li:before{content:"";position:absolute;left:0;top:.58rem;width:10px;height:10px;border-radius:2px;background:var(--gold)}
.mini-link{display:inline-flex;margin-top:14px;color:var(--navy);font-weight:800;border-bottom:1px solid rgba(11,34,71,.28)}
.dark .mini-link,.navy .mini-link{color:var(--gold-2);border-color:rgba(190,157,108,.42)}
.proof-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:28px;max-width:760px}
.proof-row span{border-left:2px solid var(--gold);padding:10px 14px;background:rgba(255,255,255,.06);color:rgba(255,250,240,.82);font-size:.86rem;font-weight:700}

.form-shell{display:grid;gap:16px}
.field{display:grid;gap:7px}
.field label{font-weight:800;color:var(--navy);font-size:.86rem}
.field input,.field select,.field textarea{
  width:100%;
  min-height:46px;
  border:1px solid rgba(11,34,71,.22);
  background:#fff;
  border-radius:6px;
  padding:12px;
  font:inherit;
}
.field textarea{min-height:112px;resize:vertical}
.message{display:none;padding:12px;border-radius:6px;font-weight:700}
.message.show{display:block}
.message.ok{background:#e5f7ed;color:#155c31}
.message.error{background:#fff1f1;color:#8a1f1f}

.faq{display:grid;gap:12px}
.faq-item h3{font-size:1rem;color:var(--navy)}
.faq-item p{margin-top:8px;color:var(--muted)}
.cta-band{padding:54px 0;background:linear-gradient(135deg,var(--navy),var(--black));color:var(--white)}
.cta-band .container{display:flex;align-items:center;justify-content:space-between;gap:28px}
.cta-band p{color:rgba(255,250,240,.72);margin-top:10px}

.footer{padding:42px 0;background:#000;color:rgba(255,250,240,.7)}
.footer-grid{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap}
.footer a{color:rgba(255,250,240,.88);margin-right:16px}
.disclaimer{font-size:.78rem;color:rgba(255,250,240,.54);max-width:780px;margin-top:18px}

.authority-hero{min-height:78vh}
.authority-hero:after{
  background:
    radial-gradient(circle at 72% 28%,rgba(190,157,108,.2),transparent 28%),
    linear-gradient(90deg,rgba(0,0,0,.94) 0%,rgba(5,14,31,.84) 48%,rgba(0,0,0,.18) 78%,rgba(0,0,0,.74) 100%),
    linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.88));
}
.authority-hero-inner{padding-bottom:38px}
.authority-stats{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:34px;
  max-width:860px;
}
.authority-stats div{
  min-height:96px;
  padding:17px;
  border:1px solid var(--line-dark);
  background:rgba(255,255,255,.07);
  border-radius:8px;
  backdrop-filter:blur(8px);
}
.authority-stats strong{
  display:block;
  font-family:Brandon,Gotham,Arial,sans-serif;
  color:var(--gold-2);
  font-size:1.55rem;
  line-height:1;
}
.authority-stats span{display:block;margin-top:9px;color:rgba(255,250,240,.78);font-size:.82rem;font-weight:700}
.proof-bar{
  background:var(--navy-2);
  padding:18px 0;
  border-top:1px solid var(--line-dark);
  border-bottom:1px solid var(--line-dark);
}
.proof-bar .container{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:12px 24px;
}
.proof-bar span{
  color:rgba(255,250,240,.66);
  font-size:.8rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.04em;
  white-space:nowrap;
}
.route-section{
  padding-top:68px;
}
.route-grid{
  display:grid;
  grid-template-columns:1.18fr repeat(2,minmax(0,.91fr));
  gap:16px;
}
.route-card{
  min-height:310px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:26px;
  border:1px solid var(--line);
  border-radius:8px;
  background:rgba(255,255,255,.62);
  box-shadow:0 14px 38px rgba(11,34,71,.07);
}
.route-primary{
  color:var(--white);
  background:
    linear-gradient(135deg,rgba(0,0,0,.78),rgba(11,34,71,.88)),
    url("/fort-capital-hero-torre-clean.jpg") center/cover;
  border-color:var(--line-dark);
}
.route-card h3{
  color:var(--navy);
  font-size:1.55rem;
  max-width:22rem;
}
.route-primary h3{color:var(--gold-2)}
.route-card p{
  margin-top:12px;
  color:var(--muted);
}
.route-primary p{color:rgba(255,250,240,.78)}
.authority-intro{border-top:1px solid rgba(11,34,71,.08)}
.authority-map{
  position:relative;
  min-height:420px;
  border:1px solid var(--line);
  border-radius:8px;
  background:
    radial-gradient(circle at center,rgba(190,157,108,.20),transparent 31%),
    linear-gradient(135deg,rgba(255,255,255,.72),rgba(235,227,213,.72));
  overflow:hidden;
}
.authority-map:before,.authority-map:after{
  content:"";
  position:absolute;
  inset:54px;
  border:1px solid rgba(11,34,71,.12);
  border-radius:50%;
}
.authority-map:after{inset:104px;border-color:rgba(190,157,108,.28)}
.map-center{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:160px;
  height:160px;
  border-radius:50%;
  display:grid;
  place-items:center;
  text-align:center;
  padding:22px;
  background:var(--navy);
  color:var(--white);
  border:1px solid var(--gold);
  z-index:2;
  box-shadow:0 18px 50px rgba(11,34,71,.22);
}
.map-center img{width:46px;height:46px;object-fit:contain}
.map-center span{display:block;font-weight:800;text-transform:uppercase;font-size:.82rem;margin-top:8px}
.map-node{
  position:absolute;
  z-index:3;
  max-width:172px;
  padding:12px 14px;
  border-radius:8px;
  border:1px solid rgba(11,34,71,.15);
  background:rgba(255,250,240,.88);
  color:var(--navy);
  font-weight:800;
  font-size:.86rem;
  box-shadow:0 14px 34px rgba(11,34,71,.12);
}
.node-a{left:28px;top:78px}
.node-b{right:34px;top:62px}
.node-c{left:48px;bottom:60px}
.node-d{right:24px;bottom:82px}
.timeline{
  position:relative;
  display:grid;
  gap:14px;
  margin-top:36px;
}
.timeline:before{
  display:none;
}
.timeline-item{
  position:relative;
  display:grid;
  grid-template-columns:minmax(132px,.24fr) minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:24px;
  row-gap:8px;
  align-items:start;
  padding:24px;
  border:1px solid var(--line);
  border-radius:8px;
  background:rgba(255,255,255,.72);
  box-shadow:0 12px 34px rgba(11,34,71,.06);
}
.timeline-item:before{
  display:none;
}
.timeline-year{
  grid-column:1;
  grid-row:1 / span 2;
  width:max-content;
  max-width:100%;
  padding:7px 10px;
  border:1px solid rgba(190,157,108,.34);
  border-radius:6px;
  background:rgba(190,157,108,.10);
  color:var(--gold);
  font-weight:900;
  text-transform:uppercase;
  font-size:.78rem;
  letter-spacing:.08em;
}
.timeline-item h3{grid-column:2;grid-row:1;color:var(--navy);font-size:1.24rem}
.timeline-item p{grid-column:2;grid-row:2;margin-top:0;color:var(--muted)}
.education-grid{
  display:grid;
  grid-template-columns:1.15fr repeat(3,minmax(0,1fr));
  gap:16px;
}
.education-card{
  min-height:288px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:24px;
  border:1px solid var(--line);
  border-radius:8px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.74),rgba(245,241,232,.92)),
    radial-gradient(circle at 28% 18%,rgba(190,157,108,.24),transparent 28%);
  box-shadow:0 16px 46px rgba(11,34,71,.08);
}
.education-card.feature{
  min-height:360px;
  color:var(--white);
  background:
    linear-gradient(135deg,rgba(0,0,0,.72),rgba(11,34,71,.88)),
    url("/fort-capital-hero-torre-clean.jpg") center/cover;
  border-color:var(--line-dark);
}
.education-card span{
  color:var(--gold);
  font-weight:900;
  text-transform:uppercase;
  font-size:.72rem;
  letter-spacing:.08em;
  margin-bottom:12px;
}
.education-card h3{font-size:1.42rem;color:var(--navy)}
.education-card.feature h3{color:var(--gold-2)}
.education-card p{margin-top:12px;color:var(--muted)}
.education-card.feature p{color:rgba(255,250,240,.78)}
.credential-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:28px;
}
.credential{
  padding:18px;
  border:1px solid var(--line-dark);
  border-radius:8px;
  background:rgba(255,255,255,.06);
}
.credential strong{display:block;color:var(--gold-2);font-family:Brandon,Gotham,Arial,sans-serif;font-size:1.18rem;text-transform:uppercase}
.credential span{display:block;margin-top:8px;color:rgba(255,250,240,.72);font-size:.88rem}
.authority-visual{position:relative}
.authority-visual img{
  width:100%;
  min-height:520px;
  object-fit:cover;
  border-radius:8px;
  border:1px solid var(--line-dark);
  box-shadow:var(--shadow);
}
.floating-note{
  position:absolute;
  right:22px;
  bottom:22px;
  width:min(320px,calc(100% - 44px));
  padding:18px;
  border-radius:8px;
  background:rgba(0,0,0,.82);
  border:1px solid var(--line-dark);
  color:var(--white);
}
.floating-note strong{display:block;color:var(--gold-2);font-family:Brandon,Gotham,Arial,sans-serif;text-transform:uppercase}
.floating-note span{display:block;margin-top:8px;color:rgba(255,250,240,.78);font-size:.9rem}
.method-dashboard{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:22px;
  align-items:stretch;
}
.method-chart,.method-flow{
  border:1px solid var(--line);
  border-radius:8px;
  background:rgba(255,255,255,.58);
  padding:28px;
}
.chart-ring{
  width:min(320px,100%);
  aspect-ratio:1;
  border-radius:50%;
  margin:auto;
  display:grid;
  place-items:center;
  background:
    conic-gradient(#0b2247 0 34%,#be9d6c 34% 58%,#7c8ca5 58% 78%,#203b68 78% 100%);
  box-shadow:inset 0 0 0 36px rgba(255,250,240,.92),0 24px 70px rgba(11,34,71,.15);
}
.chart-ring span{
  display:grid;
  place-items:center;
  width:48%;
  aspect-ratio:1;
  border-radius:50%;
  background:var(--navy);
  color:var(--white);
  font-family:Brandon,Gotham,Arial,sans-serif;
  text-transform:uppercase;
  font-size:1.08rem;
}
.chart-legend{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:24px;
}
.chart-legend span{display:flex;align-items:center;gap:8px;font-weight:800;color:var(--navy);font-size:.86rem}
.chart-legend i{width:12px;height:12px;background:var(--c);border-radius:3px;display:inline-block}
.method-flow{display:grid;gap:12px}
.method-flow div{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  gap:16px;
  align-items:center;
  padding:16px;
  border:1px solid rgba(11,34,71,.10);
  border-radius:8px;
  background:rgba(245,241,232,.72);
}
.method-flow strong{font-family:Brandon,Gotham,Arial,sans-serif;color:var(--gold);font-size:1.6rem}
.method-flow span{color:var(--navy);font-weight:800}
.quote-panel{
  margin-top:24px;
  padding:22px;
  border-left:3px solid var(--gold);
  background:rgba(255,255,255,.64);
  border-radius:0 8px 8px 0;
}
.quote-panel p{color:var(--navy);font-size:1.08rem;font-weight:700}
.authority-photo img{object-position:center 26%}
.project-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.project-card{
  min-height:250px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:22px;
  border:1px solid var(--line);
  border-radius:8px;
  background:rgba(255,255,255,.58);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.project-card:hover{transform:translateY(-2px);border-color:rgba(190,157,108,.42);box-shadow:0 18px 46px rgba(11,34,71,.10)}
.project-primary{
  grid-column:span 2;
  color:var(--white);
  background:
    linear-gradient(135deg,rgba(0,0,0,.76),rgba(11,34,71,.86)),
    url("/fort-capital-hero-torre-clean.jpg") center/cover;
  border-color:var(--line-dark);
}
.project-media img{height:36px;width:auto;margin-bottom:64px}
.project-kicker{
  display:block;
  color:var(--gold);
  font-weight:900;
  text-transform:uppercase;
  font-size:.72rem;
  letter-spacing:.08em;
  margin-bottom:10px;
}
.project-card h3{font-size:1.44rem;color:var(--navy)}
.project-primary h3{color:var(--gold-2)}
.project-card p{margin-top:10px;color:var(--muted)}
.project-primary p{color:rgba(255,250,240,.78)}
.publication-grid{
  display:grid;
  grid-template-columns:1.12fr repeat(2,minmax(0,.94fr));
  gap:16px;
  align-items:stretch;
}
.book-card,.publication-card{
  min-height:320px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:26px;
  border:1px solid var(--line);
  border-radius:8px;
}
.book-card{
  color:var(--white);
  background:
    linear-gradient(135deg,rgba(0,0,0,.74),rgba(11,34,71,.86)),
    url("/fort-capital-premium-hero-rook.jpg") center/cover;
  border-color:var(--line-dark);
  box-shadow:var(--shadow);
}
.publication-card{background:rgba(255,255,255,.58)}
.book-card h3,.publication-card h3{font-size:1.45rem}
.book-card h3{color:var(--gold-2)}
.publication-card h3{color:var(--navy)}
.book-card p,.publication-card p{margin-top:12px}
.book-card p{color:rgba(255,250,240,.78)}
.publication-card p{color:var(--muted)}
.relevance-list{
  display:grid;
  gap:12px;
  margin-top:28px;
}
.relevance-list div{
  display:grid;
  grid-template-columns:160px minmax(0,1fr);
  gap:18px;
  padding:18px;
  border:1px solid var(--line-dark);
  border-radius:8px;
  background:rgba(255,255,255,.06);
}
.relevance-list strong{
  color:var(--gold-2);
  font-family:Brandon,Gotham,Arial,sans-serif;
  text-transform:uppercase;
  font-size:1.12rem;
}
.relevance-list span{color:rgba(255,250,240,.76)}

@media (max-width:980px){
  h1{font-size:clamp(2.15rem,7.4vw,3rem)}
  h2{font-size:2.45rem}
  .lead{font-size:1.14rem}
  .nav-links,.nav-cta{display:none}
  .menu-toggle{display:flex}
  .drawer{
    display:block;
    position:fixed;
    inset:76px 0 auto 0;
    background:#000;
    border-bottom:1px solid var(--line-dark);
    padding:18px 20px 24px;
    transform:translateY(-120%);
    transition:transform .22s ease;
    z-index:55;
  }
  html.menu-open .drawer{transform:translateY(0)}
  .drawer a{display:flex;min-height:44px;align-items:center;color:var(--white);font-weight:800;border-bottom:1px solid rgba(255,255,255,.08)}
  .drawer .btn{margin-top:16px;width:100%}
  .grid-4,.grid-3,.process{grid-template-columns:repeat(2,minmax(0,1fr))}
  .split,.split.reverse{grid-template-columns:1fr}
  .authority-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .method-dashboard,.route-grid,.dual-panel{grid-template-columns:1fr}
  .project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .project-primary{grid-column:span 2}
  .education-grid,.publication-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .education-card.feature,.book-card{grid-column:span 2}
}

@media (max-width:700px){
  h1{font-size:clamp(1.85rem,8.6vw,2.22rem)}
  h2{font-size:2rem}
  .lead{font-size:1.04rem}
  .container{width:min(100% - 28px,var(--max))}
  .section{padding:54px 0}
  .hero{min-height:0}
  .hero-inner{padding:64px 0 34px}
  .hero:after{background:linear-gradient(180deg,rgba(0,0,0,.58),rgba(0,0,0,.94))}
  .grid-4,.grid-3,.grid-2,.process{grid-template-columns:1fr}
  .cta-band .container{display:block}
  .cta-band .actions{margin-top:22px}
  .brand-name{font-size:.9rem}
  .brand-sub{display:none}
  .image-panel img{min-height:300px}
  .actions{display:grid;grid-template-columns:1fr;gap:10px}
  .actions .btn{width:100%}
  .proof-row{grid-template-columns:1fr;margin-top:20px}
  .proof-bar .container{justify-content:flex-start;gap:10px 16px}
  .proof-bar span{font-size:.72rem;white-space:normal}
  .route-section{padding-top:48px}
  .route-card{min-height:0;padding:22px}
  .route-card h3{font-size:1.32rem}
  .panel-list{min-height:0;padding:22px}
  .pricing-card{padding:24px}
  .price-figure{font-size:2.32rem}
  .authority-hero{min-height:0}
  .authority-hero:after{background:linear-gradient(180deg,rgba(0,0,0,.42),rgba(0,0,0,.95))}
  .authority-stats,.credential-grid,.project-grid{grid-template-columns:1fr}
  .authority-stats div{min-height:auto}
  .authority-map{min-height:560px}
  .map-center{width:138px;height:138px}
  .map-node{left:18px;right:18px;max-width:none;text-align:center}
  .node-a{top:28px}
  .node-b{top:132px}
  .node-c{bottom:130px}
  .node-d{bottom:28px}
  .timeline:before,.timeline-item:before{display:none}
  .timeline-item{grid-template-columns:1fr;padding:22px 20px}
  .timeline-year{grid-column:1;grid-row:auto;margin-bottom:2px}
  .timeline-item h3,.timeline-item p{grid-column:1;grid-row:auto}
  #trajetoria .section-title h2{font-size:clamp(1.65rem,8vw,2.35rem);overflow-wrap:anywhere}
  #trajetoria .section-title p,.timeline-item p{overflow-wrap:break-word}
  .timeline-item h3{font-size:clamp(1rem,4.65vw,1.14rem);line-height:1.15;overflow-wrap:break-word}
  .authority-visual img{min-height:360px}
  .floating-note{position:static;width:100%;margin-top:12px}
  .method-chart,.method-flow{padding:20px}
  .chart-legend{grid-template-columns:1fr}
  .method-flow div{grid-template-columns:52px minmax(0,1fr)}
  .project-primary{grid-column:auto}
  .project-card{min-height:0}
  .education-grid,.publication-grid{grid-template-columns:1fr}
  .education-card,.education-card.feature,.book-card,.publication-card{grid-column:auto;min-height:0}
  .relevance-list div{grid-template-columns:1fr;gap:8px}
}
