

/* ── PAGE HERO (inner pages) ── */
.page-hero { padding:9rem 5% 5rem; background:var(--navy); color:#fff; position:relative; overflow:hidden; }
.page-hero::before { content:''; position:absolute; top:-30%; right:-10%; width:500px; height:500px; border-radius:50%; background:radial-gradient(circle,rgba(255,184,0,0.15) 0%,transparent 70%); pointer-events:none; }
.page-hero .section-label { color:var(--yellow); }
.page-hero h1 { font-family:'Playfair Display',serif; font-size:clamp(2.2rem,4vw,3.5rem); font-weight:900; line-height:1.1; margin-bottom:1.2rem; max-width:750px; animation:fadeUp 0.65s ease both; }
.page-hero p   { font-size:1.05rem; color:rgba(255,255,255,0.72); line-height:1.8; max-width:600px; animation:fadeUp 0.65s 0.1s ease both; }
.breadcrumb { display:flex; align-items:center; gap:0.5rem; font-size:0.78rem; color:rgba(255,255,255,0.45); margin-bottom:1.5rem; flex-wrap:wrap; }
.breadcrumb a { color:rgba(255,255,255,0.45); text-decoration:none; transition:color 0.2s; }
.breadcrumb a:hover { color:var(--yellow); }
.breadcrumb span { color:var(--yellow); }

/* ── CARDS ── */
.card { background:var(--white); border-radius:20px; border:1px solid var(--border); transition:transform 0.25s,box-shadow 0.25s; }
.card:hover { transform:translateY(-5px); box-shadow:0 20px 50px rgba(10,46,92,0.1); }

/* ── CHECKLIST ── */
.checklist { list-style:none; padding:0; margin:1rem 0 1.5rem; display:flex; flex-direction:column; gap:0.65rem; }
.checklist li { display:flex; gap:0.75rem; align-items:flex-start; font-size:0.95rem; color:var(--txt-mid); line-height:1.6; }
.chk { width:22px; height:22px; border-radius:6px; background:var(--blue); display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-top:2px; }
.chk svg { width:10px; height:10px; stroke:#fff; stroke-width:3; fill:none; }

/* ── CALLOUT ── */
.callout { background:var(--mist); border-left:4px solid var(--blue); border-radius:0 12px 12px 0; padding:1.25rem 1.5rem; margin:2rem 0; }
.callout.warn { background:#FFF8E1; border-color:var(--yellow); }
.callout.info { background:#E8F5EE; border-color:var(--blue); }
.callout-label { font-size:0.68rem; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; color:var(--blue); margin-bottom:0.4rem; }
.callout.warn .callout-label { color:#B45309; }
.callout p { font-size:0.9rem; line-height:1.65; color:var(--txt-dark); margin:0; }

/* ── ARTICLE LAYOUT ── */
.article-layout { display:grid; grid-template-columns:1fr 300px; gap:4rem; padding:5rem 5%; max-width:1200px; margin:0 auto; align-items:start; }
.article-body h2 { font-family:'Playfair Display',serif; font-size:1.75rem; font-weight:700; color:var(--navy); margin:2.5rem 0 1rem; line-height:1.25; }
.article-body h3 { font-family:'Playfair Display',serif; font-size:1.2rem; font-weight:700; color:var(--navy); margin:2rem 0 0.6rem; }
.article-body p  { font-size:1.02rem; line-height:1.85; color:var(--txt-mid); margin-bottom:1.4rem; }
.article-body ul, .article-body ol { padding-left:1.5rem; margin-bottom:1.4rem; }
.article-body li { font-size:1rem; line-height:1.75; color:var(--txt-mid); margin-bottom:0.4rem; }
.article-body strong { color:var(--txt-dark); font-weight:600; }
.article-body a { color:var(--blue); text-decoration:underline; }

/* Sidebar */
.article-sidebar { position:sticky; top:90px; display:flex; flex-direction:column; gap:1.25rem; }
.sidebar-card { background:var(--white); border-radius:18px; padding:1.5rem; border:1px solid var(--border); }
.sidebar-card h4 { font-family:'Playfair Display',serif; font-size:1rem; font-weight:700; color:var(--navy); margin-bottom:1rem; }
.toc-list { list-style:none; padding:0; display:flex; flex-direction:column; gap:0.5rem; }
.toc-list a { font-size:0.82rem; color:var(--txt-mid); text-decoration:none; display:flex; align-items:center; gap:0.5rem; padding:0.4rem 0.6rem; border-radius:8px; transition:all 0.2s; }
.toc-list a:hover,.toc-list a.active { background:var(--mist); color:var(--navy); }
.toc-list a::before { content:''; width:6px; height:6px; border-radius:50%; background:var(--border); flex-shrink:0; }
.toc-list a.active::before { background:var(--blue); }

/* Sidebar CTA */
.scta-card { background:var(--navy); border-radius:18px; padding:1.5rem; color:#fff; text-align:center; }
.scta-card h4 { font-family:'Playfair Display',serif; font-size:1.1rem; color:var(--yellow-lt); margin-bottom:0.5rem; }
.scta-card p  { font-size:0.8rem; color:rgba(255,255,255,0.65); line-height:1.6; margin-bottom:1.1rem; }
.scta-btn { display:block; background:var(--yellow); color:var(--navy); padding:0.7rem 1rem; border-radius:50px; font-size:0.82rem; font-weight:700; text-decoration:none; transition:all 0.2s; }
.scta-btn:hover { background:var(--yellow-lt); transform:translateY(-1px); }

/* Related articles in sidebar */
.related-item { display:flex; gap:0.75rem; align-items:flex-start; padding:0.75rem 0; border-bottom:1px solid var(--border); text-decoration:none; }
.related-item:last-child { border-bottom:none; padding-bottom:0; }
.related-thumb { width:48px; height:48px; border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:1.3rem; flex-shrink:0; }
.related-title { font-size:0.8rem; font-weight:600; color:var(--navy); line-height:1.35; }
.related-meta  { font-size:0.7rem; color:var(--txt-mid); margin-top:0.2rem; }

/* ── STAT BLOCKS ── */
.stat-row { display:grid; grid-template-columns:repeat(3,1fr); gap:1.25rem; margin:2rem 0; }
.stat-blk { background:var(--navy); border-radius:16px; padding:1.5rem; text-align:center; color:#fff; }
.stat-blk.gold { background:var(--yellow); color:var(--navy); }
.stat-blk.sage { background:var(--blue); color:#fff; }
.stat-blk.light { background:var(--mist); color:var(--navy); border:1px solid var(--border); }
.stat-num { font-family:'Playfair Display',serif; font-size:2.2rem; font-weight:900; color:var(--yellow-lt); line-height:1; display:block; }
.stat-blk.gold .stat-num  { color:var(--navy); }
.stat-blk.light .stat-num { color:var(--navy); }
.stat-lbl { font-size:0.75rem; opacity:0.7; margin-top:0.35rem; line-height:1.4; }

/* ── NAV PREV/NEXT ── */
.art-nav { display:grid; grid-template-columns:1fr 1fr; gap:1.5rem; margin-top:3rem; padding-top:2rem; border-top:1px solid var(--border); }
.art-nav-btn { background:var(--white); border:1px solid var(--border); border-radius:16px; padding:1.25rem 1.5rem; text-decoration:none; transition:all 0.2s; display:block; }
.art-nav-btn:hover { border-color:var(--blue); box-shadow:0 8px 24px rgba(10,46,92,0.1); transform:translateY(-2px); }
.art-nav-btn.next { text-align:right; }
.nav-dir   { font-size:0.68rem; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color:var(--txt-mid); margin-bottom:0.35rem; }
.nav-title { font-size:0.88rem; font-weight:600; color:var(--navy); line-height:1.35; }

/* ── AUTHOR BIO ── */
.author-bio { background:var(--white); border-radius:20px; padding:2rem; border:1px solid var(--border); display:flex; gap:1.5rem; align-items:flex-start; margin-top:3rem; }
.author-avatar { width:72px; height:72px; border-radius:50%; background:var(--navy); display:flex; align-items:center; justify-content:center; font-family:'Playfair Display',serif; font-size:1.5rem; font-weight:700; color:var(--yellow); flex-shrink:0; }
.author-name { font-family:'Playfair Display',serif; font-size:1.1rem; font-weight:700; color:var(--navy); margin-bottom:0.25rem; }
.author-role { font-size:0.78rem; color:var(--blue); font-weight:600; margin-bottom:0.5rem; }
.author-text { font-size:0.88rem; color:var(--txt-mid); line-height:1.65; }

/* ── MODALS ── */
.modal-overlay { position:fixed; inset:0; background:rgba(10,46,92,0.6); backdrop-filter:blur(6px); z-index:9999; display:none; align-items:center; justify-content:center; padding:1.5rem; }
.modal-overlay.open { display:flex; animation:fadeIn 0.2s ease both; }
.modal-box { background:#fff; border-radius:24px; max-width:560px; width:100%; position:relative; overflow:hidden; animation:mSlide 0.28s ease both; max-height:90vh; overflow-y:auto; }
.modal-hd  { padding:2rem 2rem 1.5rem; background:linear-gradient(135deg,var(--navy),var(--blue)); color:#fff; display:flex; gap:1.25rem; align-items:flex-start; position:sticky; top:0; z-index:2; }
.modal-av  { width:70px; height:70px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-family:'Playfair Display',serif; font-size:1.6rem; font-weight:700; flex-shrink:0; border:2px solid rgba(255,255,255,0.25); }
.modal-name { font-family:'Playfair Display',serif; font-size:1.4rem; font-weight:700; color:#fff; margin-bottom:0.2rem; }
.modal-role { font-size:0.82rem; color:rgba(255,255,255,0.65); margin-bottom:0.65rem; }
.modal-certs { display:flex; flex-wrap:wrap; gap:0.35rem; }
.modal-cert { background:rgba(255,255,255,0.15); color:#fff; font-size:0.62rem; font-weight:600; padding:0.18rem 0.55rem; border-radius:50px; }
.modal-body { padding:1.75rem 2rem; }
.modal-bio  { font-size:0.92rem; color:var(--txt-mid); line-height:1.8; margin-bottom:1.4rem; }
.modal-skills { display:grid; grid-template-columns:1fr 1fr; gap:0.65rem; margin-bottom:1.4rem; }
.modal-skill { background:var(--cream); border:1px solid var(--border); border-radius:10px; padding:0.65rem 0.9rem; font-size:0.79rem; color:var(--txt-dark); display:flex; align-items:center; gap:0.45rem; }
.modal-skill::before { content:'✦'; color:var(--blue); font-size:0.55rem; flex-shrink:0; }
.modal-actions { display:flex; gap:0.65rem; flex-wrap:wrap; }
.modal-close { position:absolute; top:0.9rem; right:0.9rem; width:30px; height:30px; border-radius:50%; background:rgba(255,255,255,0.2); border:none; color:#fff; font-size:1.15rem; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:background 0.2s; z-index:3; }
.modal-close:hover { background:rgba(255,255,255,0.35); }

/* ── FAQ ACCORDION ── */
.faq-item { background:var(--white); border-radius:16px; padding:1.5rem; cursor:pointer; border:1px solid var(--border); transition:all 0.2s; }
.faq-item:hover { border-color:rgba(21,101,192,0.3); box-shadow:0 4px 18px rgba(10,46,92,0.07); }
.faq-item.open { border-color:var(--blue); background:var(--white); box-shadow:0 4px 18px rgba(10,46,92,0.1); }
.faq-q { display:flex; justify-content:space-between; align-items:flex-start; gap:1rem; font-weight:600; font-size:0.9rem; color:var(--navy); }
.faq-icon { width:24px; height:24px; border-radius:50%; background:var(--mist); display:flex; align-items:center; justify-content:center; flex-shrink:0; font-size:1rem; color:var(--blue); font-weight:700; transition:all 0.2s; }
.faq-item.open .faq-icon { background:var(--blue); color:#fff; transform:rotate(45deg); }
.faq-a { font-size:0.87rem; color:var(--txt-mid); line-height:1.75; max-height:0; overflow:hidden; transition:max-height 0.35s ease,margin-top 0.35s ease; }
.faq-item.open .faq-a { max-height:240px; margin-top:0.9rem; }

/* ── FORM ELEMENTS ── */
.form-group, .fg { display:flex; flex-direction:column; gap:0.4rem; margin-bottom:1rem; position:relative; }
.form-group label, .fg label { font-size:0.78rem; font-weight:600; color:var(--navy); }
.req { color:var(--red); margin-left:2px; }
.form-group input, .form-group select, .form-group textarea,
.fg input, .fg select, .fg textarea {
  border:1.5px solid var(--border); border-radius:10px; padding:0.75rem 1rem;
  font-size:0.875rem; font-family:'DM Sans',sans-serif;
  color:var(--txt-dark); background:var(--white); outline:none; width:100%;
  transition:border-color 0.2s,box-shadow 0.2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus,
.fg input:focus, .fg select:focus, .fg textarea:focus {
  border-color:var(--blue); box-shadow:0 0 0 3px rgba(21,101,192,0.12);
}
.fg input.ok  { border-color:var(--green); }
.fg input.err, .fg select.err { border-color:var(--red); }
.fg textarea  { resize:vertical; min-height:90px; }
.f-err  { font-size:0.72rem; color:var(--red); display:none; margin-top:0.15rem; }
.f-err.show  { display:block; }
.f-ok   { position:absolute; right:12px; top:37px; color:var(--green); font-size:0.8rem; display:none; }
.f-ok.show   { display:block; }

/* ── RESPONSIVE ── */
@media(max-width:900px){
  .footer-grid { grid-template-columns:1fr 1fr; }
  .article-layout { grid-template-columns:1fr; }
  .article-sidebar { position:static; }
  nav .nav-links a:not(.nav-cta) { display:none; }
  .stat-row { grid-template-columns:1fr; }
  .art-nav  { grid-template-columns:1fr; }
  .modal-skills { grid-template-columns:1fr; }
}
@media(max-width:600px){
  section { padding:3.5rem 5%; }
  .page-hero { padding:7rem 5% 3.5rem; }
  .footer-grid { grid-template-columns:1fr; }
}

.mission{background:var(--white);}
.mission-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;}
.value-item{display:flex;gap:1rem;align-items:flex-start;padding:1.1rem 1.3rem;border-radius:14px;background:var(--mist);margin-bottom:1rem;}
.value-icon{width:40px;height:40px;border-radius:10px;background:var(--white);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0;}
.value-text h4{font-size:0.9rem;font-weight:600;color:var(--navy);margin-bottom:0.2rem;}
.value-text p{font-size:0.82rem;color:var(--txt-mid);line-height:1.5;}
.stats-mosaic{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}
.stat-block{border-radius:20px;padding:2rem;color:#fff;}
.stat-block.f{background:var(--navy);}
.stat-block.g{background:var(--yellow);color:var(--navy);}
.stat-block.s{background:var(--blue);}
.stat-block.l{background:var(--blue-light);color:var(--navy);}
.stat-block.eu{background:linear-gradient(135deg,#0A2E5C,#1565C0);grid-column:1/3;display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;}
.stat-big{font-family:'Playfair Display',serif;font-size:2.5rem;font-weight:900;line-height:1;margin-bottom:0.4rem;}
.stat-block.f .stat-big{color:var(--yellow-lt);}
.stat-block.g .stat-big{color:var(--navy);}
.stat-block.s .stat-big{color:#fff;}
.stat-block.l .stat-big{color:var(--navy);}
.stat-label{font-size:0.78rem;opacity:0.75;letter-spacing:0.03em;}
/* TIMELINE */
.story{background:var(--cream);}
.story-grid{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-top:3rem;}
.timeline{display:flex;flex-direction:column;gap:0;}
.tl-item{display:flex;gap:1.25rem;position:relative;}
.tl-item:not(:last-child)::after{content:'';position:absolute;left:16px;top:36px;width:2px;bottom:-0.5rem;background:var(--mist);}
.tl-dot{width:32px;height:32px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;font-size:0.68rem;font-weight:700;color:var(--yellow);flex-shrink:0;z-index:1;}
.tl-body{padding-bottom:1.75rem;}
.tl-year{font-size:0.68rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--blue);margin-bottom:0.2rem;}
.tl-title{font-weight:600;font-size:0.92rem;color:var(--navy);margin-bottom:0.3rem;}
.tl-desc{font-size:0.83rem;color:var(--txt-mid);line-height:1.6;}
/* TEAM */
.team-section{background:var(--white);}
.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;}
.team-card{background:var(--cream);border-radius:20px;overflow:hidden;transition:transform 0.25s,box-shadow 0.25s;cursor:pointer;}
.team-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(10,46,92,0.1);}
.team-av{height:160px;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:2.8rem;font-weight:700;}
.team-info{padding:1.3rem 1.5rem;}
.team-name{font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:0.2rem;}
.team-role{font-size:0.8rem;color:var(--blue);margin-bottom:0.6rem;font-weight:500;}
.cert-tags{display:flex;flex-wrap:wrap;gap:0.4rem;}
.cert-tag{background:var(--blue-light);color:var(--navy);font-size:0.65rem;padding:0.2rem 0.55rem;border-radius:50px;}
/* PARTNERS */
.partners{background:var(--navy);padding:4rem 5%;text-align:center;}
.partners h2{font-family:'Playfair Display',serif;font-size:1.6rem;color:var(--yellow-lt);margin-bottom:0.6rem;}
.partners p{color:rgba(255,255,255,0.55);font-size:0.9rem;margin-bottom:2rem;}
.partner-logos{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;}
.partner-logo{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.12);border-radius:10px;padding:0.65rem 1.4rem;font-size:0.8rem;font-weight:500;color:rgba(255,255,255,0.6);letter-spacing:0.05em;text-transform:uppercase;}
/* CTA BAND */
.cta-band{background:var(--yellow);padding:4rem 5%;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;}
.cta-band h2{font-family:'Playfair Display',serif;font-size:2rem;color:var(--navy);max-width:480px;line-height:1.3;}
@media(max-width:900px){.mission-grid,.story-grid,.team-grid{grid-template-columns:1fr;}.stats-mosaic{grid-template-columns:1fr;}}






/* ── PRICING PAGE ── */
.pricing-wrap { max-width:1100px; margin:0 auto; padding:0 5%; }

/* calculator */
.calc-section { padding:5rem 0 3rem; }
.calc-eyebrow { font-size:.72rem; font-weight:700; letter-spacing:.16em; text-transform:uppercase; color:var(--blue); margin-bottom:.5rem; display:block; }
.calc-heading { font-family:'Playfair Display',serif; font-size:clamp(1.8rem,3vw,2.5rem); font-weight:900; color:var(--navy); line-height:1.15; margin-bottom:.65rem; }
.calc-sub { color:var(--txt-mid); font-size:.95rem; line-height:1.75; max-width:520px; margin-bottom:2.5rem; }

.calc-layout { display:grid; grid-template-columns:1fr 340px; gap:2rem; align-items:start; }
.calc-inputs { background:var(--cream); border:1.5px solid var(--border); border-radius:24px; padding:2rem; }
.calc-inputs h3 { font-family:'Playfair Display',serif; font-size:1.15rem; font-weight:700; color:var(--navy); margin-bottom:.35rem; }
.calc-inputs > p { font-size:.82rem; color:var(--txt-mid); margin-bottom:1.75rem; line-height:1.6; }
.calc-field { margin-bottom:1.5rem; }
.calc-field-label { font-size:.78rem; font-weight:700; color:var(--txt-dark); display:flex; justify-content:space-between; margin-bottom:.6rem; }
.calc-field-label em { color:var(--blue); font-style:normal; font-weight:600; }
.slider { width:100%; -webkit-appearance:none; height:5px; border-radius:3px; background:#dde6f5; outline:none; cursor:pointer; transition:background .2s; }
.slider::-webkit-slider-thumb { -webkit-appearance:none; width:20px; height:20px; border-radius:50%; background:var(--navy); border:3px solid #fff; box-shadow:0 2px 8px rgba(10,46,92,.25); cursor:pointer; transition:transform .15s; }
.slider::-webkit-slider-thumb:hover { transform:scale(1.15); }
.toggle-pills { display:flex; flex-wrap:wrap; gap:.4rem; }
.tp { padding:.38rem .9rem; border:1.5px solid var(--border); border-radius:50px; font-size:.78rem; font-weight:600; cursor:pointer; color:var(--txt-mid); background:#fff; transition:all .15s; user-select:none; }
.tp:hover,.tp.on { background:var(--navy); color:#fff; border-color:var(--navy); }

/* result card */
.calc-result { background:var(--navy); border-radius:24px; padding:2rem; position:sticky; top:90px; }
.cr-badge { display:inline-block; background:rgba(255,184,0,.15); border:1px solid rgba(255,184,0,.3); border-radius:8px; padding:.28rem .8rem; font-size:.65rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--yellow); margin-bottom:1.25rem; }
.cr-price-label { font-size:.65rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,255,255,.45); margin-bottom:.3rem; }
.cr-price { font-family:'Playfair Display',serif; font-size:2.6rem; font-weight:900; color:var(--yellow); line-height:1; margin-bottom:.2rem; }
.cr-alt { font-size:.78rem; color:rgba(255,255,255,.38); margin-bottom:1.5rem; }
.cr-includes { display:flex; flex-direction:column; gap:.45rem; margin-bottom:1.5rem; }
.cr-includes li { font-size:.8rem; color:rgba(255,255,255,.78); display:flex; gap:.5rem; list-style:none; }
.cr-includes li::before { content:'✓'; color:var(--yellow); font-weight:900; flex-shrink:0; }
.cr-note { font-size:.68rem; color:rgba(255,255,255,.3); margin-bottom:1.25rem; line-height:1.55; }
.btn-quote { display:block; width:100%; background:var(--yellow); color:var(--navy); border:none; border-radius:12px; padding:.9rem; font-size:.9rem; font-weight:800; cursor:pointer; font-family:'DM Sans',sans-serif; transition:filter .2s,transform .15s; text-align:center; text-decoration:none; }
.btn-quote:hover { filter:brightness(1.08); transform:translateY(-1px); }

/* tier cards */
.tiers-section { padding:1.5rem 0 5rem; }
.tiers-heading { font-family:'Playfair Display',serif; font-size:clamp(1.5rem,2.5vw,2rem); font-weight:700; color:var(--navy); margin-bottom:.5rem; text-align:center; }
.tiers-sub { color:var(--txt-mid); font-size:.9rem; text-align:center; max-width:520px; margin:0 auto 2.5rem; line-height:1.7; }
.tiers-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.25rem; }
.tier { border:2px solid var(--border); border-radius:20px; padding:2rem; position:relative; background:#fff; transition:all .25s; }
.tier:hover { transform:translateY(-5px); box-shadow:0 20px 60px rgba(10,46,92,.1); border-color:rgba(21,101,192,.3); }
.tier.featured { border-color:var(--yellow); background:linear-gradient(180deg,#fffdf5 0%,#fff 60%); box-shadow:0 8px 40px rgba(255,184,0,.15); }
.tier-badge { position:absolute; top:-13px; left:50%; transform:translateX(-50%); background:var(--yellow); color:var(--navy); font-size:.62rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; padding:.22rem .9rem; border-radius:50px; white-space:nowrap; }
.tier-name { font-size:.68rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--blue); margin-bottom:.4rem; }
.tier-price { font-family:'Playfair Display',serif; font-size:2rem; font-weight:900; color:var(--navy); line-height:1; margin-bottom:.15rem; }
.tier-price sub { font-size:.85rem; font-weight:400; color:var(--txt-mid); }
.tier-tagline { font-size:.82rem; color:var(--txt-mid); line-height:1.6; margin:.6rem 0 1.4rem; }
.tier-divider { height:1px; background:var(--border); margin-bottom:1.25rem; }
.tier-feat { font-size:.8rem; color:var(--txt-dark); display:flex; gap:.45rem; margin-bottom:.4rem; line-height:1.45; }
.tier-feat::before { content:'✓'; color:var(--blue); font-weight:700; flex-shrink:0; margin-top:1px; }
.tier-feat.na { color:#b0bec5; }
.tier-feat.na::before { content:'–'; color:#cfd8e3; }
.tier-cta { display:block; text-align:center; margin-top:1.5rem; padding:.7rem 1rem; border-radius:50px; font-size:.82rem; font-weight:700; text-decoration:none; transition:all .2s; }
.tier-cta-outline { border:2px solid var(--navy); color:var(--navy); }
.tier-cta-outline:hover { background:var(--navy); color:#fff; }
.tier-cta-filled { background:var(--navy); color:#fff; }
.tier-cta-filled:hover { background:var(--blue); }

/* faq */
.faq-section { padding:0 0 5rem; border-top:1px solid var(--border); }
.faq-wrap { max-width:700px; margin:0 auto; padding-top:4rem; }
.faq-heading { font-family:'Playfair Display',serif; font-size:1.75rem; font-weight:700; color:var(--navy); text-align:center; margin-bottom:.5rem; }
.faq-sub { color:var(--txt-mid); text-align:center; font-size:.9rem; margin-bottom:2.5rem; line-height:1.7; }
details { border:1.5px solid var(--border); border-radius:14px; padding:0; margin-bottom:.65rem; overflow:hidden; background:#fff; transition:border-color .2s; }
details[open] { border-color:rgba(21,101,192,.3); box-shadow:0 4px 20px rgba(10,46,92,.06); }
summary { padding:1.1rem 1.4rem; font-weight:600; font-size:.9rem; color:var(--navy); cursor:pointer; list-style:none; display:flex; justify-content:space-between; align-items:center; }
summary::-webkit-details-marker { display:none; }
summary::after { content:'+'; font-size:1.3rem; color:var(--blue); font-weight:300; transition:transform .2s; flex-shrink:0; }
details[open] summary::after { transform:rotate(45deg); }
details p { padding:.1rem 1.4rem 1.1rem; font-size:.85rem; color:var(--txt-mid); line-height:1.75; margin:0; border-top:1px solid var(--border); }

@media(max-width:900px){ .calc-layout,.tiers-grid{grid-template-columns:1fr;} .calc-result{position:static;} }
