*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{font-family:'Inter',sans-serif;color:#2b2f3a;background:#f7f4ed;overflow-x:hidden}
a{color:#142452;text-decoration:none}
a:hover{color:#b8923d}
::selection{background:#b8923d;color:#fff}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid #b8923d;outline-offset:3px}
:root{--radius:6px;--shadow-card:0 1px 2px rgba(20,36,82,.04),0 10px 26px rgba(20,36,82,.06);--shadow-card-hover:0 4px 10px rgba(20,36,82,.07),0 24px 46px rgba(20,36,82,.14)}
.page{min-height:100vh;position:relative}

@keyframes fadeUp{from{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}
@keyframes badgePulse{0%,100%{box-shadow:0 0 0 6px rgba(184,146,61,.18)}50%{box-shadow:0 0 0 9px rgba(184,146,61,.32)}}
@keyframes fadeInUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}

.tv-grain{position:relative}
.tv-grain::before{content:"";position:absolute;inset:0;opacity:.05;pointer-events:none;mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>")}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:#fbf9f4ee;backdrop-filter:blur(10px);
  border-bottom:1px solid #e7e0cd;display:flex;align-items:center;justify-content:space-between;
  padding:8px clamp(16px,4vw,48px);gap:12px;flex-wrap:wrap}
.brand{display:flex;align-items:center}
.brand-logo{height:clamp(56px,9vw,104px);width:auto;object-fit:contain}
.nav{display:flex;align-items:center;gap:3px;flex-wrap:wrap;justify-content:flex-end}
.nav-link{position:relative;padding:8px 12px;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;
  color:#565b6b;background:transparent;white-space:nowrap;transition:color .2s,background .2s}
.nav-link:hover{color:#142452;background:#f3ecd9}
.nav-link.active{color:#142452}
.nav-link.active::after{content:'';position:absolute;left:12px;right:12px;bottom:3px;height:2px;background:#b8923d}
.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;
  background:none;border:none;cursor:pointer;padding:0}
.nav-toggle span{display:block;width:22px;height:2px;background:#142452;transition:transform .2s,opacity .2s}
.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle.open span:nth-child(2){opacity:0}
.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* Page hero (inner pages) */
.page-hero{background:#0f1c40;color:#fff;padding:clamp(48px,8vw,76px) clamp(16px,4vw,48px) clamp(40px,6vw,64px);
  text-align:center;overflow:hidden}
.page-hero-eyebrow{font-size:11.5px;letter-spacing:.18em;text-transform:uppercase;color:#d4af6a;margin-bottom:14px}
.page-hero-title{font-family:'Lora',serif;font-size:clamp(28px,6vw,42px);margin:0;font-weight:700}

/* Generic section helpers */
.section{padding:clamp(56px,8vw,100px) clamp(16px,4vw,48px)}
.section-white{background:#fff}
.section-border{border-top:1px solid #eee6d6;border-bottom:1px solid #eee6d6}
.section-dark{background:#0f1c40;color:#fff;position:relative}
.section-inner{max-width:1320px;margin:0 auto}
.section-inner-wide{max-width:1400px;margin:0 auto}
.section-inner-narrow{max-width:900px;margin:0 auto}
.section-inner-doc{max-width:900px;margin:0 auto}
.section-head{text-align:center;margin-bottom:60px}
.eyebrow{font-family:'Lora',serif;font-size:15px;color:#b8923d;font-style:italic;margin-bottom:12px}
.eyebrow-light{color:#d4af6a}
.section-title{font-family:'Lora',serif;font-size:clamp(26px,4vw,34px);color:#142452;margin:0;font-weight:700;text-align:center}
.section-title-light{color:#fff;text-align:left}
.section-title-sm{font-family:'Lora',serif;font-size:22px;color:#142452;margin:0 0 20px;font-weight:700;text-align:center}
.section-body{font-size:16px;line-height:1.85;color:#565b6b}

/* Hero */
.hero{position:relative;background:linear-gradient(160deg,#0f1c40 0%,#17285c 50%,#0f1c40 100%);color:#fff;
  display:grid;grid-template-columns:1fr 1fr;align-items:stretch;overflow:visible}
.hero-bg-glow{position:absolute;top:-140px;right:30%;width:480px;height:480px;border-radius:50%;
  background:radial-gradient(circle,rgba(184,146,61,.3) 0%,rgba(184,146,61,0) 70%);pointer-events:none}
.hero-bg-mark{position:absolute;left:0;top:0;font-family:'Lora',serif;font-size:clamp(160px,22vw,420px);
  font-weight:900;color:rgba(255,255,255,.03);line-height:1;user-select:none;pointer-events:none}
.hero-left{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;
  padding:clamp(48px,9vw,90px) clamp(20px,5vw,40px) clamp(48px,9vw,90px) clamp(20px,6vw,56px);animation:fadeUp .8s ease both}
.hero-badge{display:inline-flex;align-items:center;gap:10px;padding:7px 16px;border:1px solid rgba(212,175,106,.5);
  font-size:11.5px;letter-spacing:.18em;text-transform:uppercase;color:#d4af6a;margin-bottom:30px;width:fit-content}
.hero-badge .dot{width:6px;height:6px;border-radius:50%;background:#d4af6a;box-shadow:0 0 0 4px rgba(212,175,106,.22);animation:badgePulse 2.4s ease-in-out infinite}
.hero-title{font-family:'Lora',serif;font-size:clamp(32px,4.2vw,58px);line-height:1.15;margin:0 0 22px;font-weight:700;max-width:560px}
.hero-title-accent{color:#d4af6a;font-style:italic}
.hero-sub{font-size:17.5px;line-height:1.65;color:#c3cce6;margin:0 0 40px;max-width:460px}
.hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:54px}
.hero-points{display:flex;gap:30px;flex-wrap:wrap;padding-top:30px;border-top:1px solid rgba(255,255,255,.14)}
.hero-point{font-size:12px;font-weight:600;color:#dde3f2;letter-spacing:.03em}
.hero-right{position:absolute;right:2%;bottom:0;top:0;z-index:1;display:flex;align-items:flex-end;justify-content:center;
  width:48%;overflow:hidden;padding:0}
.hero-portrait-slot{width:auto;height:94%;max-width:100%;max-height:none;min-width:0;object-fit:contain;
  object-position:bottom center;display:block;margin:0}

.btn{display:inline-block;padding:15px 32px;font-weight:700;font-size:14.5px;cursor:pointer;letter-spacing:.02em;border-radius:3px;
  transition:transform .2s,background .2s,border-color .2s,color .2s,box-shadow .2s}
.btn-gold{background:#b8923d;color:#142452;box-shadow:0 1px 2px rgba(20,36,82,.1)}
.btn-gold:hover{background:#d4af6a;color:#142452;transform:translateY(-2px);box-shadow:0 10px 24px rgba(184,146,61,.35)}
.btn-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.35)}
.btn-outline:hover{border-color:#d4af6a;color:#d4af6a;transform:translateY(-2px)}

/* Trust strip */
.trust-strip{background:#fbf9f4;padding:32px clamp(16px,4vw,48px);border-bottom:1px solid #e7e0cd}
.trust-inner{max-width:1400px;margin:0 auto;display:flex;justify-content:center;gap:0;flex-wrap:wrap}
.trust-item-wrap{display:flex;align-items:center}
.trust-item{padding:16px 34px;display:flex;align-items:center;gap:12px;opacity:0;transform:translateY(14px);
  transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}
.trust-inner.in-view .trust-item{opacity:1;transform:translateY(0)}
.trust-dot{width:9px;height:9px;border-radius:50%;background:#b8923d;box-shadow:0 0 0 6px rgba(184,146,61,.18);
  flex-shrink:0;animation:badgePulse 2.4s ease-in-out infinite}
.trust-label{font-size:17px;font-weight:700;letter-spacing:.06em;color:#142452;text-transform:uppercase}
.trust-divider{width:1px;align-self:center;height:26px;background:#d9c48f}

/* Short term */
.short-term{background:#F7F3EC;padding:40px 0;overflow:hidden;position:relative}
.short-term-inner{max-width:1280px;margin:0 auto;padding:0 clamp(16px,4vw,48px);display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:end;gap:clamp(24px,5vw,64px)}
.short-term-img-wrap{display:flex;align-items:flex-end;justify-content:center;height:100%}
.short-term-img{display:block;width:auto;height:clamp(260px,55vw,620px);object-fit:contain;margin-bottom:-12px;pointer-events:none}
.short-term-text{max-width:620px;align-self:center}

/* Steps */
.steps-grid{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:20px}
.steps-line-bg{position:absolute;top:28px;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,#e7d2a0 12%,#e7d2a0 88%,transparent)}
.steps-line-fg{position:absolute;top:28px;left:10%;width:80%;height:1px;background:linear-gradient(90deg,#b8923d,#d9c48f)}
.step{text-align:center;padding:0 8px;position:relative;animation:fadeInUp .7s cubic-bezier(.16,1,.3,1) both}
.step-circle{width:56px;height:56px;border-radius:50%;background:#fbf9f4;border:1px solid #e7d2a0;color:#b8923d;
  font-family:'Lora',serif;font-size:21px;font-weight:700;display:flex;align-items:center;justify-content:center;
  margin:0 auto 20px;position:relative;z-index:1}
.step-title{font-size:14.5px;color:#142452;margin:0 0 8px;font-weight:700}
.step-desc{font-size:13px;color:#6b7080;line-height:1.6;margin:0}

/* Purpose cards */
.purpose-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:28px}
.purpose-card{flex:0 1 260px;padding:30px 26px;border:1px solid #eee6d6;border-radius:var(--radius);box-shadow:var(--shadow-card);
  transition:border-color .2s,transform .2s,box-shadow .2s}
.purpose-card:hover{border-color:#d9c48f;transform:translateY(-4px);box-shadow:var(--shadow-card-hover)}
.purpose-icon{width:44px;height:44px;border-radius:50%;background:#fbf3e1;border:1px solid #e7d2a0;color:#b8923d;
  display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.purpose-title{font-family:'Lora',serif;font-size:18px;color:#142452;margin:0 0 10px;font-weight:700}
.purpose-desc{font-size:13.5px;color:#6b7080;line-height:1.65;margin:0}

/* Why choose (dark) */
.dark-bg-glow{position:absolute;bottom:-180px;left:-100px;width:420px;height:420px;border-radius:50%;
  background:radial-gradient(circle,rgba(184,146,61,.18) 0%,rgba(184,146,61,0) 70%);pointer-events:none}
.why-grid{position:relative;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:clamp(32px,5vw,72px);align-items:center}
.why-img-wrap{position:relative;width:100%;height:460px;border-radius:6px;overflow:hidden;
  box-shadow:0 40px 80px -20px rgba(0,0,0,.55),0 0 0 1px rgba(212,175,106,.15)}
.why-img-slot{width:100%;height:100%;min-width:0;object-fit:cover;object-position:75% 30%;display:block}
.why-img-vignette{position:absolute;inset:0;box-shadow:inset 0 0 60px 20px rgba(15,28,64,.45);pointer-events:none}
.why-img-fade{position:absolute;left:0;bottom:0;width:100%;height:120px;
  background:linear-gradient(to top,#0f1c40,rgba(15,28,64,0));pointer-events:none}
.why-points{display:flex;flex-direction:column;gap:18px}
.why-point{display:flex;gap:16px;align-items:flex-start;font-size:15px;line-height:1.7;color:#d6dcef}
.why-point .check{font-family:'Lora',serif;font-size:18px;color:#d4af6a;flex-shrink:0;line-height:1.4}

/* Benefits / table-style grids */
.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2px;background:#eee6d6;
  max-width:950px;margin:0 auto}
.benefit-card{background:#fff;padding:40px 32px;transition:transform .25s,box-shadow .25s}
.benefit-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(20,36,82,.1)}
.accent-bar{width:30px;height:3px;background:#b8923d;margin-bottom:18px}
.benefit-stat{font-family:'Lora',serif;font-size:40px;color:#142452;font-weight:700;margin-bottom:10px}
.benefit-title{font-size:15px;font-weight:700;color:#142452;margin-bottom:10px}
.benefit-desc{font-size:13.5px;color:#6b7080;line-height:1.65}

/* FAQ */
.faq-list{display:flex;flex-direction:column}
.faq-item{border-bottom:1px solid #e7e0cd;padding:22px 0}
.faq-q{font-size:16px;font-weight:700;color:#142452;cursor:pointer;list-style:none}
.faq-q::-webkit-details-marker{display:none}
.faq-q::after{content:'+';float:right;font-family:'Lora',serif;font-size:22px;color:#b8923d;display:inline-block;transition:transform .25s ease}
details[open] .faq-q::after{transform:rotate(45deg)}
.faq-a{font-size:14.5px;line-height:1.8;color:#565b6b;margin-top:14px;max-width:680px}

/* CTA band */
.cta-band{position:relative;padding:clamp(56px,8vw,100px) clamp(16px,4vw,48px);background:#142452;color:#fff;overflow:hidden}
.cta-band::before{content:'';position:absolute;top:50%;right:6%;width:360px;height:360px;border-radius:50%;transform:translateY(-50%);
  background:radial-gradient(circle,rgba(184,146,61,.16) 0%,rgba(184,146,61,0) 70%);pointer-events:none}
.cta-inner{position:relative;z-index:1;max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}
.cta-title{font-family:'Lora',serif;font-size:clamp(24px,3.5vw,32px);font-weight:700;margin:0;max-width:480px}

/* About page */
.about-intro-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(32px,5vw,72px);align-items:start}
.about-img-wrap{position:relative;height:420px;border-radius:6px;overflow:hidden;
  box-shadow:0 30px 60px -20px rgba(20,36,82,.25),0 0 0 1px rgba(212,175,106,.15)}
.about-img-slot{width:100%;height:100%;min-width:0;object-fit:cover;display:block}
.quote-block{margin:70px 0 0;padding:48px;background:#142452;position:relative;overflow:hidden;border-radius:10px;box-shadow:0 24px 54px -20px rgba(15,28,64,.4)}
.quote-mark{position:absolute;top:-30px;left:30px;font-family:'Lora',serif;font-size:140px;color:rgba(212,175,106,.15);line-height:1}
.quote-content{position:relative}
.quote-title{font-family:'Lora',serif;font-size:24px;color:#fff;margin:0 0 16px;font-weight:600;font-style:italic}
.quote-body{font-size:15.5px;line-height:1.8;color:#cdd6ec;margin:0 0 14px}
.sub-section{margin-top:100px}
.table-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2px;background:#eee6d6}
.table-cell{background:#fff;padding:34px 26px}
.table-title{font-family:'Lora',serif;font-size:17px;color:#142452;margin:0 0 10px;font-weight:700}
.table-desc{font-size:13px;color:#6b7080;line-height:1.65;margin:0}
.bordered-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:28px}
.bordered-cell{padding:30px 26px;border:1px solid #eee6d6;border-radius:var(--radius);box-shadow:var(--shadow-card);transition:box-shadow .2s,transform .2s}
.bordered-cell:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-3px)}

/* Products page */
.rapido-card{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));background:#142452;overflow:hidden;align-items:stretch;height:560px;border-radius:10px;box-shadow:0 30px 70px -24px rgba(15,28,64,.5)}
.rapido-text{padding:56px;display:flex;flex-direction:column;justify-content:center}
.rapido-logo{width:104px;height:104px;object-fit:contain;display:block;margin-bottom:26px}
.rapido-title{font-family:'Lora',serif;font-size:clamp(24px,3.5vw,30px);color:#fff;margin:0 0 14px;font-weight:700}
.rapido-desc{font-size:15px;line-height:1.8;color:#cdd6ec;margin:0 0 26px}
.rapido-features{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.rapido-feature{display:flex;gap:10px;align-items:center;font-size:13px;color:#d4af6a;font-weight:600;letter-spacing:.02em}
.feature-dot{width:4px;height:4px;border-radius:50%;background:#d4af6a;flex-shrink:0}
.rapido-img-wrap{position:relative;width:100%;height:100%;overflow:hidden}
.rapido-img-slot{width:100%;height:100%;min-width:0;object-fit:cover;object-position:50% 65%;display:block}
.rapido-img-vignette{position:absolute;inset:0;box-shadow:inset 0 0 70px 24px rgba(15,28,64,.55);pointer-events:none}
.two-col-list{margin-top:90px;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:clamp(24px,4vw,64px)}
.check-list{display:flex;flex-direction:column;gap:14px}
.check-row{display:flex;gap:14px;align-items:flex-start;padding-bottom:14px;border-bottom:1px solid #eee6d6;
  font-size:14.5px;line-height:1.6;color:#565b6b}
.check-gold{font-family:'Lora',serif;font-size:16px;color:#b8923d;flex-shrink:0}
.chip-row{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.chip{padding:11px 22px;border:1px solid #d9c48f;background:#fbf3e1;font-size:13px;font-weight:600;color:#8a6d2a;letter-spacing:.02em}

/* Contact page */
.contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-bottom:24px}
.contact-card{padding:32px;background:#fff;border:1px solid #eee6d6;border-radius:var(--radius);box-shadow:var(--shadow-card)}
.contact-card-dark{background:#142452;display:flex;flex-direction:column;justify-content:center;gap:20px;border:none}
.contact-label{font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:#d4af6a;margin-bottom:8px}
.contact-value{font-size:15px;color:#fff;font-weight:600}
.hours-block{margin-top:60px;max-width:480px;margin-left:auto;margin-right:auto}
.hours-table{border:1px solid #eee6d6;border-radius:var(--radius);overflow:hidden}
.hours-row{display:grid;grid-template-columns:1fr 1fr;padding:14px 22px;border-bottom:1px solid #eee6d6;background:#fff}
.hours-k{font-size:13.5px;color:#142452;font-weight:600}
.hours-v{font-size:13.5px;color:#565b6b}

/* Doc pages (grievance/privacy/rate/refund/fair) */
.doc-title{font-family:'Lora',serif;font-size:clamp(22px,3vw,27px);color:#142452;margin:0 0 20px;font-weight:700}
.doc-h3{font-family:'Lora',serif;font-size:21px;color:#142452;margin:56px 0 20px;font-weight:700}
.doc-body{font-size:15.5px;line-height:1.85;color:#565b6b}
.doc-disclaimer{font-size:12px;color:#9aa0ac;margin-top:40px}
.inline-link{color:#b8923d;font-weight:600}
.callout{margin-top:32px;padding:32px;background:#fbf3e1;border:1px solid #e7d2a0;border-radius:var(--radius);position:relative}
.callout::before{content:'';position:absolute;top:0;left:32px;width:30px;height:3px;background:#b8923d}
.callout-label{font-size:12.5px;letter-spacing:.08em;text-transform:uppercase;color:#8a6d2a;margin-bottom:10px}
.callout-body{font-size:15px;line-height:1.8;color:#565b6b;margin:0}
.bordered-table{border:1px solid #eee6d6;border-radius:var(--radius);overflow:hidden}
.bordered-row{padding:18px 22px;border-bottom:1px solid #eee6d6;background:#fff}
.esc-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;align-items:center}
.esc-level{font-family:'Lora',serif;font-size:14px;color:#b8923d;font-weight:700}
.esc-contact{font-size:13.5px;color:#142452;font-weight:600}
.esc-detail{font-size:13px;color:#565b6b}
.esc-sla{font-size:12.5px;color:#6b7080}
.kv-row{display:grid;grid-template-columns:1fr 1fr;padding:18px 24px}
.kv-k{font-size:14.5px;color:#142452;font-weight:600}
.kv-v{font-size:14.5px;color:#565b6b}
.glossary-term{font-size:14px;font-weight:700;color:#142452;margin-bottom:6px}
.glossary-def{font-size:13.5px;color:#6b7080;line-height:1.6}
.timeline-grid{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}
.timeline-line{position:absolute;top:10px;left:6%;right:6%;height:1px;
  background:linear-gradient(90deg,transparent,#e7d2a0 15%,#e7d2a0 85%,transparent)}
.timeline-item{text-align:center}
.timeline-dot{width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid #b8923d;margin:0 auto 16px;position:relative;z-index:1}
.timeline-day{font-size:13px;font-weight:700;color:#142452;margin-bottom:6px}
.timeline-desc{font-size:12.5px;color:#6b7080;line-height:1.6;margin:0}
.bullet-list{display:flex;flex-direction:column;gap:12px}
.bullet-row{display:flex;gap:14px;align-items:flex-start;font-size:14.5px;line-height:1.7;color:#565b6b}
.bullet-dot{width:5px;height:5px;border-radius:50%;background:#b8923d;margin-top:8px;flex-shrink:0}

/* Footer */
.site-footer{position:relative;background:#0e1a3c;color:#cdd6ec;padding:clamp(48px,8vw,90px) clamp(16px,4vw,48px) 32px}
.site-footer::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(212,175,106,.45) 50%,transparent)}
.footer-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:clamp(24px,4vw,40px)}
.footer-logo{height:96px;width:auto;object-fit:contain;display:block;margin-bottom:16px}
.footer-blurb{font-size:13px;line-height:1.7;color:#8b93ab;max-width:240px;margin:0}
.footer-heading{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#d4af6a;margin:0 0 18px;font-weight:700}
.footer-links{display:flex;flex-direction:column;gap:10px}
.footer-link{font-size:13.5px;color:#cdd6ec}
.footer-link:hover{color:#d4af6a}
.footer-bottom{max-width:1150px;margin:56px auto 0;padding-top:24px;border-top:1px solid #22305c;font-size:12px;color:#6d7593;text-align:center}

/* Back to top */
.back-to-top{position:fixed;bottom:24px;right:24px;width:48px;height:48px;border-radius:50%;background:#b8923d;
  border:none;color:#142452;display:flex;align-items:center;justify-content:center;cursor:pointer;
  box-shadow:0 8px 24px rgba(20,36,82,.35);z-index:60;opacity:0;pointer-events:none;
  transition:opacity .3s ease,transform .2s ease}
.back-to-top.visible{opacity:1;pointer-events:auto}
.back-to-top:hover{transform:translateY(-3px)}

@media (max-width:900px){
  .nav-toggle{display:flex}
  .nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fbf9f4;flex-direction:column;
    align-items:stretch;gap:0;padding:8px 16px 16px;border-bottom:1px solid #e7e0cd;box-shadow:0 12px 24px rgba(20,36,82,.08)}
  .nav.open{display:flex}
  .nav-link{padding:14px 4px;text-align:left;font-size:12.5px}
}

@media (max-width:900px){
  .short-term-inner{align-items:center}
  .hero{display:flex;flex-direction:column}
  .hero-left{order:2;padding-top:32px}
  .hero-right{order:1;position:relative;top:auto;bottom:auto;right:auto;left:auto;width:100%;
    height:clamp(220px,58vw,340px);display:flex;align-items:flex-end;justify-content:center;overflow:hidden}
  .hero-portrait-slot{width:auto;height:100%;max-width:100%}
}

@media (max-width:640px){
  .hero-ctas .btn{width:100%;text-align:center}
  .why-img-wrap{height:280px}
  .about-img-wrap{height:280px}
  .rapido-card{grid-template-columns:1fr;height:auto}
  .rapido-img-wrap,.rapido-img-slot{min-height:260px;height:260px}
  .purpose-card,.contact-card,.benefit-card{flex:1 1 100%}
  .contact-cards{grid-template-columns:1fr}
  .table-grid,.bordered-grid{grid-template-columns:1fr}
  .two-col-list{grid-template-columns:1fr}
  .esc-row,.kv-row{grid-template-columns:1fr}
  .section-title-light{text-align:center}
  .why-points{text-align:left}
}
