/* landing.css — page-specific styles */
p{font-size:1rem;}
/* BREADCRUMB */
.breadcrumb{background:rgba(11,31,58,0.96);border-bottom:1px solid rgba(196,153,42,0.1);padding:9px 5%;}
.bc-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(255,255,255,0.45);}
.bc-inner a{color:rgba(196,153,42,0.7);transition:color 0.2s;}
.bc-inner a:hover{color:var(--gold-l);}
.bc-sep{color:rgba(255,255,255,0.25);}
/* TOP BAR */
nav{position:sticky;top:0;z-index:200;background:rgba(11,31,58,0.98);backdrop-filter:blur(10px);border-bottom:1px solid rgba(196,153,42,0.18);display:flex;align-items:center;justify-content:space-between;padding:0 5%;height:72px;}
.brand-name{font-family:'Cormorant Garamond',serif;font-size:19px;font-weight:600;color:var(--white);letter-spacing:0.01em;line-height:1.15;}
.topbar-call{display:flex;align-items:center;gap:9px;background:var(--gold);color:var(--navy);padding:12px 22px;border-radius:3px;font-size:15px;font-weight:600;letter-spacing:0.02em;transition:background 0.2s;}
.topbar-call:hover{background:var(--gold-l);}
.topbar-call .ph{font-size:16px;}
@media(max-width:600px){.topbar-call span.lbl{display:none;}.topbar-call{padding:11px 15px;}.brand-name{font-size:17px;}}
/* HERO */
.hero{background:var(--navy);position:relative;overflow:hidden;padding:64px 5% 74px;}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(196,153,42,0.05) 1px,transparent 1px),linear-gradient(90deg,rgba(196,153,42,0.05) 1px,transparent 1px);background-size:54px 54px;pointer-events:none;}
.hero-glow{position:absolute;top:-15%;right:-8%;width:560px;height:560px;background:radial-gradient(circle,rgba(196,153,42,0.12) 0%,transparent 70%);pointer-events:none;}
.hero-inner{position:relative;max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.1fr 0.9fr;gap:54px;align-items:center;}
.hero-eyebrow{display:inline-flex;align-items:center;gap:11px;margin-bottom:22px;}
.hero h1{font-size:clamp(36px,5vw,58px);color:var(--white);line-height:1.14;margin-bottom:24px;letter-spacing:-0.01em;font-weight:600;}
.hero-sub{font-size:clamp(17px,1.9vw,19px);color:rgba(255,255,255,0.78);line-height:1.7;max-width:540px;margin-bottom:26px;}
.hero-points{list-style:none;margin-bottom:34px;}
.hero-points li{display:flex;align-items:flex-start;gap:13px;font-size:clamp(15.5px,1.7vw,17px);color:rgba(255,255,255,0.92);padding:8px 0;line-height:1.55;}
.hp-check{color:var(--gold-l);font-size:18px;margin-top:1px;flex-shrink:0;font-weight:700;}
.hero-cta{display:flex;align-items:center;gap:15px;flex-wrap:wrap;}
.btn-wa{display:inline-flex;align-items:center;gap:11px;background:#25D366;color:#fff;padding:16px 30px;border-radius:4px;font-size:16px;font-weight:600;letter-spacing:0.02em;transition:transform 0.2s,box-shadow 0.2s;box-shadow:0 4px 18px rgba(37,211,102,0.34);}
.btn-wa:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(37,211,102,0.44);}
.btn-call{display:inline-flex;align-items:center;gap:10px;border:1.5px solid var(--gold);color:var(--gold-l);padding:16px 30px;border-radius:4px;font-size:16px;font-weight:600;transition:all 0.2s;}
.btn-call:hover{background:var(--gold);color:var(--navy);}
/* HERO FORM */
.hero-form{background:var(--white);border-radius:10px;padding:24px 22px;box-shadow:0 16px 44px rgba(0,0,0,0.28);position:relative;}
.hero-form::before{content:'';position:absolute;top:-1px;left:22px;right:22px;height:3px;background:linear-gradient(90deg,var(--gold),var(--gold-l));border-radius:0 0 4px 4px;}
.hf-title{font-family:'Cormorant Garamond',serif;font-size:22px;color:var(--navy);font-weight:600;margin-bottom:3px;}
.hf-sub{font-size:13px;color:var(--muted);margin-bottom:15px;line-height:1.5;}
.fg{margin-bottom:11px;}
.fl{display:block;font-size:12px;color:var(--muted);letter-spacing:0.05em;text-transform:uppercase;margin-bottom:6px;font-weight:600;}
.fi,.fsel{width:100%;background:var(--cream);border:1.5px solid var(--cream-d);color:var(--text);padding:11px 13px;font-family:'DM Sans',sans-serif;font-size:15px;border-radius:4px;outline:none;transition:border-color 0.2s;appearance:none;}
.fi:focus,.fsel:focus{border-color:var(--gold);}
.fi::placeholder{color:#9a9a9a;}
.btn-submit{width:100%;background:var(--gold);color:var(--navy);border:none;padding:13px;border-radius:4px;font-family:'DM Sans',sans-serif;font-size:15px;font-weight:700;letter-spacing:0.03em;cursor:pointer;transition:background 0.2s;margin-top:4px;}
.hf-note{font-size:12px;color:var(--muted);margin-top:10px;line-height:1.55;text-align:center;}
/* TRUST */
.trust{background:var(--white);border-top:3px solid var(--gold);padding:24px 5%;}
.trust-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:38px;flex-wrap:wrap;}
/* SECTIONS */
.section{padding:78px 5%;}
.sec-title{font-size:clamp(30px,4vw,44px);color:var(--navy);line-height:1.18;margin-bottom:18px;font-weight:600;}
/* JOURNEY */
.journey{background:var(--navy);position:relative;overflow:hidden;}
.journey::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(196,153,42,0.045) 1px,transparent 1px),linear-gradient(90deg,rgba(196,153,42,0.045) 1px,transparent 1px);background-size:42px 42px;pointer-events:none;}
.journey .section-inner{max-width:880px;}
.journey .sec-eyebrow .eyebrow-text{color:var(--gold-l);}
.journey .sec-title{color:var(--white);}
.journey .sec-title em{color:var(--gold-l);}
.journey-intro{font-size:clamp(16.5px,1.8vw,18.5px);color:rgba(255,255,255,0.78);line-height:1.75;margin-bottom:16px;}
.journey-framing{font-size:clamp(15.5px,1.7vw,17px);color:rgba(255,255,255,0.8);line-height:1.7;max-width:680px;font-style:italic;border-left:2px solid rgba(196,153,42,0.5);padding-left:17px;margin-bottom:38px;}
.phases{display:flex;flex-direction:column;gap:28px;max-width:880px;margin:44px auto 0;position:relative;}
.phases::before{content:'';position:absolute;left:27px;top:28px;bottom:28px;width:2px;background:linear-gradient(to bottom,rgba(196,153,42,0.7),rgba(196,153,42,0.2));pointer-events:none;}
.phase{display:flex;gap:26px;align-items:flex-start;position:relative;}
.phase-badge{width:56px;height:56px;border-radius:50%;border:2px solid var(--gold);background:var(--navy);display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1;font-family:'Cormorant Garamond',serif;font-size:26px;font-weight:600;color:var(--gold);line-height:1;}
.phase.hl .phase-badge{background:rgba(196,153,42,0.12);border-color:var(--gold-l);color:var(--gold-l);}
.phase-card{flex:1;background:rgba(255,255,255,0.05);border:1px solid rgba(196,153,42,0.2);border-radius:8px;padding:26px 28px;}
.phase.hl .phase-card{background:rgba(196,153,42,0.07);border-color:rgba(196,153,42,0.38);}
.phase-num{font-size:15px;letter-spacing:0.14em;text-transform:uppercase;color:var(--gold);font-weight:700;margin-bottom:6px;font-family:'DM Sans',sans-serif;}
.phase-title{font-family:'Cormorant Garamond',serif;font-size:clamp(26px,3vw,32px);color:var(--white);font-weight:600;margin-bottom:8px;line-height:1.15;}
.phase-rationale{font-size:15px;color:var(--gold-l);font-style:italic;line-height:1.55;margin-bottom:20px;border-left:2px solid rgba(196,153,42,0.35);padding-left:12px;}
.phase-items{display:grid;grid-template-columns:1fr 1fr;gap:0 24px;}
.phase-item{display:flex;gap:10px;font-size:16px;color:rgba(255,255,255,0.87);line-height:1.5;align-items:flex-start;padding:6px 0;}
.phase-dot{width:5px;height:5px;border-radius:50%;background:var(--gold);flex-shrink:0;margin-top:0.45em;}
.phase-divider{height:1px;background:rgba(196,153,42,0.22);margin:16px 0 12px;}
.phase-microhead{font-size:13px;color:var(--gold-l);letter-spacing:0.14em;text-transform:uppercase;margin-bottom:10px;font-weight:700;font-family:'DM Sans',sans-serif;}
.journey-closing{background:rgba(196,153,42,0.12);border-left:3px solid var(--gold);border-radius:0 7px 7px 0;padding:22px 26px;margin-top:24px;}
.journey-closing p{font-size:clamp(16px,1.8vw,18px);color:var(--white);line-height:1.7;}
.journey-closing strong{color:var(--gold-l);font-weight:600;}
/* PROCESS */
.process{background:var(--cream);}
.proc-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:48px;}
.proc-step{padding:32px 26px;border-right:1px solid var(--cream-d);}
.proc-num{font-family:'Cormorant Garamond',serif;font-size:50px;color:rgba(196,153,42,0.28);line-height:1;margin-bottom:15px;display:block;font-weight:600;}
/* ABOUT */
.about{background:var(--white);}
.about-grid{display:grid;grid-template-columns:0.85fr 1.15fr;gap:56px;align-items:center;}
.acred-num{font-family:'Cormorant Garamond',serif;font-size:26px;color:var(--navy);line-height:1;font-weight:600;}
/* DOCS */
.docs{background:var(--cream);}
.docs-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;margin-top:46px;}
.docs-card{background:var(--white);border:1px solid var(--cream-d);border-radius:8px;padding:32px 30px;}
.docs-card h3{font-size:23px;color:var(--navy);margin-bottom:20px;font-weight:600;}
.doc-item{display:flex;gap:11px;font-size:15.5px;color:var(--text);padding:9px 0;border-bottom:1px solid var(--cream-d);line-height:1.5;}
.doc-item:last-child{border-bottom:none;}
.dchk{color:var(--gold);flex-shrink:0;font-weight:700;}
/* FAQ */
.faq-sec{background:var(--cream-d);}
.faq-list{list-style:none;padding:0;max-width:860px;margin:44px auto 0;}
.faq-list details{border-bottom:1px solid rgba(196,153,42,0.22);padding:18px 0;}
.faq-list details:first-child{border-top:1px solid rgba(196,153,42,0.22);}
.faq-list summary{font-family:'DM Sans',sans-serif;font-weight:600;font-size:1.05rem;color:var(--text);cursor:pointer;padding-right:28px;position:relative;list-style:none;}
.faq-list summary::-webkit-details-marker{display:none;}
.faq-list summary::after{content:'+';position:absolute;right:0;font-size:1.25rem;color:var(--gold-d);line-height:1;}
.faq-list details[open] summary::after{content:'−';}
.faq-ans{margin:12px 0 4px;color:var(--muted);font-size:0.97rem;line-height:1.75;}
/* LEAD */
.lead{background:var(--navy);position:relative;overflow:hidden;}
.lead::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(196,153,42,0.045) 1px,transparent 1px),linear-gradient(90deg,rgba(196,153,42,0.045) 1px,transparent 1px);background-size:42px 42px;}
.lead-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;}
.lead .sec-title{color:var(--white);}
.lead .sec-title em{color:var(--gold-l);}
.lead .sec-eyebrow .eyebrow-text{color:var(--gold-l);}
.lead-sub{font-size:clamp(16.5px,1.8vw,18px);color:rgba(255,255,255,0.78);line-height:1.75;margin-bottom:30px;}
.lead-channels{display:flex;flex-direction:column;gap:14px;}
.channel{display:flex;align-items:center;gap:16px;padding:19px 22px;background:rgba(255,255,255,0.05);border:1px solid rgba(196,153,42,0.18);border-radius:6px;transition:border-color 0.2s,transform 0.2s;}
.channel:hover{border-color:var(--gold);transform:translateX(3px);}
.ch-icon{width:46px;height:46px;border:1px solid var(--gold);border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;}
.ch-title{font-size:16px;font-weight:600;color:var(--white);}
.ch-sub{font-size:13.5px;color:rgba(255,255,255,0.6);margin-top:3px;}
.lead-photo-card{background:rgba(255,255,255,0.05);border:1px solid rgba(196,153,42,0.22);border-radius:9px;padding:24px;text-align:center;}
.lead-photo{width:190px;height:190px;object-fit:cover;border-radius:7px;display:block;margin:0 auto 18px;border:2px solid rgba(196,153,42,0.32);}
.lpc-name{font-family:'Cormorant Garamond',serif;font-size:24px;color:var(--white);font-weight:600;}
.lpc-role{font-size:12.5px;color:var(--gold-l);letter-spacing:0.1em;text-transform:uppercase;margin-top:4px;}
.lpc-line{font-size:14.5px;color:rgba(255,255,255,0.68);line-height:1.7;margin-top:16px;}
/* FOOTER */
.footer{background:#070F1E;padding:44px 5% 30px;border-top:1px solid rgba(196,153,42,0.16);}
.footer-top{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:26px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,0.08);}
.footer-desc{font-size:14px;color:rgba(255,255,255,0.5);line-height:1.75;max-width:340px;}
.footer-link{font-size:15px;color:var(--gold-l);border:1.5px solid var(--gold);border-radius:4px;padding:13px 26px;transition:all 0.2s;display:inline-block;font-weight:500;}
.footer-link:hover{background:var(--gold);color:var(--navy);}
/* WHAT IS */
.whatis{background:var(--cream);}
.whatisbox{background:var(--white);border:1px solid var(--cream-d);border-left:3px solid var(--gold);border-radius:0 8px 8px 0;padding:26px 30px;max-width:900px;margin:24px 0 0;}
.whatisbox p{font-size:16.5px;color:var(--text);line-height:1.8;margin-bottom:12px;}
.whatisbox p:last-child{margin-bottom:0;}
.whatisbox strong{color:var(--navy);font-weight:600;}
/* COMPARISON */
.cmp-sec{background:var(--navy);position:relative;overflow:hidden;}
.cmp-sec::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(196,153,42,0.045) 1px,transparent 1px),linear-gradient(90deg,rgba(196,153,42,0.045) 1px,transparent 1px);background-size:42px 42px;pointer-events:none;}
.cmp-sec .sec-title{color:var(--white);}
.cmp-sec .sec-title em{color:var(--gold-l);}
.cmp-sec .sec-eyebrow .eyebrow-text{color:var(--gold-l);}
.cmp-h3{font-family:'Cormorant Garamond',serif;font-size:clamp(22px,2.6vw,28px);color:var(--white);font-weight:600;margin:48px 0 6px;}
.cmp-sub{font-size:15px;color:rgba(255,255,255,0.6);margin-bottom:0;line-height:1.6;}
.cmp-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:22px;}
.cmp-table{width:100%;border-collapse:collapse;font-size:14.5px;}
.cmp-table th{background:rgba(255,255,255,0.05);color:rgba(255,255,255,0.7);font-weight:700;text-align:left;padding:12px 16px;border:1px solid rgba(196,153,42,0.2);font-size:12.5px;letter-spacing:0.05em;text-transform:uppercase;font-family:'DM Sans',sans-serif;}
.cmp-table th.pvthl{background:rgba(196,153,42,0.24);color:#fff;border-color:rgba(196,153,42,0.4);}
.cmp-table td{padding:10px 15px;border:1px solid rgba(196,153,42,0.1);color:rgba(255,255,255,0.8);vertical-align:top;line-height:1.5;}
.cmp-table td.feature{font-weight:600;color:rgba(255,255,255,0.5);font-size:13px;background:rgba(255,255,255,0.03);white-space:nowrap;}
.cmp-table td.pvthl{background:rgba(196,153,42,0.06)!important;}
.cmp-hl{color:var(--gold-l);font-weight:600;}
.cmp-note{font-size:13.5px;color:rgba(255,255,255,0.5);margin-top:14px;font-style:italic;line-height:1.6;border-left:2px solid rgba(196,153,42,0.3);padding-left:12px;}
.fee-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:20px;}
.fee-table{width:100%;border-collapse:collapse;font-size:14.5px;max-width:720px;}
.fee-table th{background:rgba(196,153,42,0.1);color:var(--gold-l);font-weight:700;text-align:left;padding:11px 16px;border:1px solid rgba(196,153,42,0.18);font-size:12.5px;letter-spacing:0.05em;text-transform:uppercase;font-family:'DM Sans',sans-serif;}
.fee-table td{padding:9px 16px;border:1px solid rgba(196,153,42,0.1);color:rgba(255,255,255,0.8);line-height:1.5;}
.fee-table tr:nth-child(even) td{background:rgba(255,255,255,0.025);}
.fee-tag-nil{display:inline-block;background:rgba(74,209,142,0.15);color:#78e8a8;border-radius:3px;font-size:11.5px;font-weight:700;padding:2px 9px;letter-spacing:0.05em;vertical-align:middle;}
.fee-tag-var{display:inline-block;background:rgba(196,153,42,0.16);color:var(--gold-l);border-radius:3px;font-size:11.5px;font-weight:700;padding:2px 9px;letter-spacing:0.05em;vertical-align:middle;}
/* RESPONSIVE — Tablet */
@media(max-width:1024px){
  .hero-inner{gap:40px;}
  .section{padding:64px 6%;}
  .proc-step{padding:28px 20px;}
}
@media(max-width:880px){
  .hero{padding:48px 6% 60px;}
  .hero-inner{grid-template-columns:1fr;gap:38px;}
  .hero-form{order:-1;}
  .phase-items{grid-template-columns:1fr;}
  .proc-steps{grid-template-columns:1fr 1fr;}
  .proc-step{border-bottom:1px solid var(--cream-d);}
  .proc-step:nth-child(2){border-right:none;}
  .about-grid{grid-template-columns:1fr;gap:50px;}
  .about-photo-wrap{max-width:360px;}
  .docs-grid{grid-template-columns:1fr;}
  .lead-grid{grid-template-columns:1fr;gap:40px;}
  .lead-photo-card{max-width:320px;margin:0 auto;}
  .cmp-table,.fee-table{font-size:13.5px;}
}
@media(max-width:560px){
  body{font-size:16px;}
  .section{padding:52px 6%;}
  .proc-steps{grid-template-columns:1fr;}
  .proc-step{border-right:none;}
  .trust-inner{gap:14px 24px;}
  .hero-cta{flex-direction:column;align-items:stretch;}
  .phase-badge{width:44px;height:44px;font-size:21px;}
  .phases::before{left:21px;}
  .phase{gap:16px;}
  .phase-card{padding:20px 18px;}
  .btn-wa,.btn-call{justify-content:center;}
  .footer-top{flex-direction:column;}
  .about-photo-badge{left:0;}
  .cmp-table th,.cmp-table td,.fee-table th,.fee-table td{padding:7px 10px;font-size:13px;}
  .whatisbox{padding:20px 18px;}
}
/* contact section (shared style) */
.contact{background:var(--navy);position:relative;overflow:hidden;}
.contact::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(196,153,42,0.045) 1px,transparent 1px),linear-gradient(90deg,rgba(196,153,42,0.045) 1px,transparent 1px);background-size:42px 42px;}
.contact-grid{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;}
.cm-icon{width:46px;height:46px;border:1px solid var(--gold);border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
@media(max-width:920px){.contact-grid{grid-template-columns:1fr;gap:44px;}}
@media(max-width:540px){.frow{grid-template-columns:1fr;}.footer-cols{flex-direction:column;gap:24px;}}
.brand-logo{height:46px;width:auto;display:block;border:0;flex-shrink:0;}
@media(max-width:600px){.brand-logo{height:40px;}}
