*{box-sizing:border-box;margin:0;padding:0}
body{font-family:-apple-system,BlinkMacSystemFont,'Inter',sans-serif;background:#faf7f2;color:#1c1208;font-size:14px;line-height:1.6}
a{text-decoration:none;color:inherit}
em{font-style:normal}

/* NAV */
nav{display:flex;align-items:center;gap:16px;padding:13px 32px;background:rgba(250,247,242,.96);border-bottom:1px solid #ede8df;position:sticky;top:0;z-index:200;backdrop-filter:blur(8px)}
.logo{font-size:17px;font-weight:900;letter-spacing:-.5px}.logo em{color:#b45309}
.nav-links{display:flex;gap:16px;flex:1}
.nl{font-size:13px;color:#78614a}.nl:hover{color:#b45309}
.nav-cta{font-size:12px;font-weight:700;background:#b45309;color:#fff;padding:9px 18px;border-radius:8px;margin-left:auto;white-space:nowrap}
.nav-badge{font-size:9px;font-weight:700;background:#fde68a;color:#92400e;padding:2px 6px;border-radius:10px;margin-left:4px}

/* PAGE */
.page-wrap{max-width:860px;margin:0 auto;padding:48px 32px}
.page-header{margin-bottom:32px}
.breadcrumb{font-size:12px;color:#92775a;margin-bottom:12px;display:flex;gap:6px;align-items:center}
.breadcrumb a:hover{color:#b45309}
h1{font-size:34px;font-weight:900;letter-spacing:-.8px;line-height:1.1;margin-bottom:10px}
.page-desc{font-size:15px;color:#78614a;line-height:1.6}
.page-content{font-size:14px;line-height:1.8;color:#2a1c0a}
.page-content h2{font-size:22px;font-weight:800;margin:32px 0 12px;letter-spacing:-.3px}
.page-content h3{font-size:17px;font-weight:700;margin:24px 0 8px;color:#b45309}
.page-content p{margin-bottom:14px}
.page-content ul{margin:0 0 14px 20px}
.page-content li{margin-bottom:6px}
.page-content blockquote{border-left:3px solid #c9a84c;padding:12px 16px;background:#fff8f0;margin:20px 0;border-radius:0 8px 8px 0;font-style:italic;color:#4a3520}

/* CTA BOX */
.page-cta{margin-top:48px}
.cta-box{background:#b45309;border-radius:14px;padding:28px 32px;display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.cta-box-title{font-size:18px;font-weight:900;color:#fff;flex:1}
.cta-box-sub{font-size:13px;color:rgba(255,255,255,.75);margin-top:4px}
.cta-box-btn{font-size:13px;font-weight:700;background:#fff;color:#b45309;padding:12px 24px;border-radius:9px;white-space:nowrap}

/* LIST */
.list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}
.list-card{background:#fff;border:1px solid #ede8df;border-radius:12px;padding:20px;display:block;transition:.15s}
.list-card:hover{border-color:#c9a84c;transform:translateY(-2px)}
.list-card-title{font-size:14px;font-weight:700;margin-bottom:6px}
.list-card-desc{font-size:12px;color:#78614a;line-height:1.5;margin-bottom:10px}
.list-card-link{font-size:12px;color:#b45309;font-weight:600}

/* FOOTER */
footer{background:#120d06;padding:40px 32px 24px;margin-top:60px}
.foot-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;max-width:1100px;margin:0 auto}
.foot-logo{font-size:16px;font-weight:900;color:#fff;margin-bottom:8px}.foot-logo em{color:#c9a84c}
.foot-bio{font-size:11px;color:rgba(255,255,255,.3);line-height:1.6;margin-bottom:12px}
.foot-social{display:flex;gap:8px}
.fsoc{font-size:11px;padding:6px 12px;border-radius:6px;background:rgba(255,255,255,.07);color:rgba(255,255,255,.5);border:1px solid rgba(255,255,255,.08)}
.fsoc:hover{color:#fff;background:rgba(255,255,255,.12)}
.foot-col-title{font-size:10px;font-weight:700;color:rgba(255,255,255,.4);text-transform:uppercase;letter-spacing:.8px;margin-bottom:10px}
.flink{font-size:11px;color:rgba(255,255,255,.35);margin-bottom:7px;display:block}.flink:hover{color:rgba(255,255,255,.7)}

/* AI ASK BAR (single compact line, light, between content and footer) */
.ai-ask{background:#fff8f0;padding:14px 32px;border-top:1px solid #ede8df;border-bottom:1px solid #ede8df}
.ai-ask-bar{max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.ai-ask-label{font-size:13px;font-weight:700;color:#7c5c2e;white-space:nowrap;margin-right:2px}
.ai-pill{display:flex;align-items:center;gap:6px;padding:7px 14px;border-radius:20px;font-size:12px;font-weight:700;color:#fff;white-space:nowrap;transition:.15s}
.ai-pill:hover{transform:translateY(-1px);filter:brightness(1.08)}
.ai-pill-perplexity{background:#20808d}
.ai-pill-chatgpt{background:#10a37f}
.ai-pill-claude{background:#cc785c}
.ai-pill-gemini{background:#4285f4}
.ai-pill-grok{background:#1c1208}
.ai-icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0}

.foot-copy{text-align:center;font-size:10px;color:rgba(255,255,255,.12);margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.05);max-width:1100px;margin-left:auto;margin-right:auto}

/* HOME hero placeholder */
.hero-placeholder{max-width:1100px;margin:60px auto;padding:0 32px;text-align:center}
.hero-placeholder h1{font-size:44px;font-weight:900;letter-spacing:-1.5px;margin-bottom:16px}
.hero-placeholder h1 em{color:#b45309}
.hero-placeholder p{font-size:16px;color:#78614a;margin-bottom:28px}
.hero-placeholder .btn{display:inline-block;font-size:14px;font-weight:700;background:#b45309;color:#fff;padding:14px 30px;border-radius:10px}

/* HERO */
.hero{background:#faf7f2;border-bottom:1px solid #ede8df}
.hero-inner{max-width:1100px;margin:0 auto;padding:52px 32px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.hero-eyebrow{font-size:11px;font-weight:700;color:#b45309;text-transform:uppercase;letter-spacing:1px;margin-bottom:14px;display:flex;align-items:center;gap:8px}

.hero-h1{font-size:40px;font-weight:900;line-height:1.08;letter-spacing:-1.5px;margin-bottom:18px}
.hero-h1 em{color:#b45309}
.hero-proof{font-size:13px;font-style:italic;color:#92775a;padding:10px 14px;background:#fff;border-left:3px solid #c9a84c;border-radius:0 8px 8px 0;margin-bottom:16px;line-height:1.6}
.hero-proof strong{color:#1c1208;font-style:normal}
.hero-proof-author{font-size:11px;color:#b45309;font-weight:700;font-style:normal;margin-top:6px}
.hero-sub{font-size:14px;color:#78614a;line-height:1.7;margin-bottom:20px}
.hero-btns{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}
.btn-main{font-size:13px;font-weight:700;background:#b45309;color:#fff;padding:13px 24px;border-radius:10px}
.btn-main:hover{background:#9a4508}
.btn-sec{font-size:13px;color:#b45309;padding:13px 20px;border-radius:10px;border:1.5px solid #e8c49a}
.btn-sec:hover{background:#fff8f0}
.hero-trust{display:flex;gap:14px;flex-wrap:wrap}
.ti{font-size:11px;color:#92775a;display:flex;align-items:center;gap:4px}
.ti::before{content:"✓";color:#b45309;font-weight:700}

/* AIDA CARD */
.aida-card{background:#1c1208;border-radius:16px;overflow:hidden}
.aida-top{background:linear-gradient(160deg,#3d2a12,#1c1208);padding:24px;display:flex;align-items:center;gap:14px}
.aida-avatar{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#c9a84c,#e8d5b0);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:900;color:#1c1208;flex-shrink:0}
.aida-name{font-size:20px;font-weight:900;color:#fff}
.aida-title{font-size:11px;color:rgba(255,255,255,.5);margin-top:2px}
.aida-body{padding:18px 24px 22px}
.aida-fact{font-size:12px;color:rgba(255,255,255,.65);line-height:1.6;margin-bottom:14px}
.aida-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}
.achip{font-size:10px;font-weight:600;background:rgba(201,168,76,.15);color:#c9a84c;padding:4px 10px;border-radius:20px;border:1px solid rgba(201,168,76,.2)}
.aida-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}
.astat{background:rgba(255,255,255,.05);border-radius:8px;padding:10px 12px}
.astat-num{font-size:18px;font-weight:900;color:#c9a84c}
.astat-label{font-size:10px;color:rgba(255,255,255,.35);margin-top:2px}
.aida-socials{display:flex;gap:8px}
.asocial{font-size:11px;font-weight:600;padding:7px 14px;border-radius:7px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.65);border:1px solid rgba(255,255,255,.1)}
.asocial:hover{background:rgba(255,255,255,.14);color:#fff}

/* STATS BAR */
.stats-bar{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #ede8df;border-bottom:1px solid #ede8df;background:#fff}
.sbar{padding:20px 24px;border-right:1px solid #ede8df}
.sbar:last-child{border-right:none}
.sbar-num{font-size:26px;font-weight:900;color:#b45309;letter-spacing:-1px}
.sbar-label{font-size:11px;color:#92775a;margin-top:3px;line-height:1.4}

/* SECTIONS */
.section{padding:56px 0}
.section.bg-white{background:#fff;border-top:1px solid #ede8df;border-bottom:1px solid #ede8df}
.wrap{max-width:1100px;margin:0 auto;padding:0 32px}
.sec-eye{font-size:11px;font-weight:700;color:#b45309;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;display:flex;align-items:center;gap:8px}

.sec-title{font-size:26px;font-weight:900;letter-spacing:-.5px;margin-bottom:28px}

/* SERVICES */
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.svc{background:#fff;border:1px solid #ede8df;border-radius:12px;padding:20px;transition:.15s}
.svc:hover{border-color:#c9a84c;transform:translateY(-2px)}
.svc.hot{background:#b45309;border-color:#b45309}
.svc-ico{font-size:22px;margin-bottom:10px}
.svc-name{font-size:13px;font-weight:700;margin-bottom:6px}
.svc.hot .svc-name{color:#fff}
.svc-desc{font-size:11px;color:#78614a;line-height:1.5;margin-bottom:14px}
.svc.hot .svc-desc{color:rgba(255,255,255,.75)}
.svc-price{font-size:17px;font-weight:900;color:#b45309}
.svc.hot .svc-price{color:#fde68a}
.svc-compare{font-size:10px;color:#92775a;margin-top:3px}
.svc.hot .svc-compare{color:rgba(255,255,255,.5)}

/* STEPS */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.step{background:#faf7f2;border:1px solid #ede8df;border-radius:12px;padding:24px 18px;text-align:center}
.step-num{width:42px;height:42px;border-radius:50%;background:#b45309;color:#fff;font-size:16px;font-weight:900;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}
.step-title{font-size:13px;font-weight:700;margin-bottom:6px}
.step-desc{font-size:11px;color:#78614a;line-height:1.5}

/* TESTIMONIALS */
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.tcard{background:#fff;border:1px solid #ede8df;border-radius:12px;padding:20px;display:block;transition:.15s}
.tcard:hover{border-color:#c9a84c;transform:translateY(-2px)}
.tcard-stars{color:#c9a84c;font-size:14px;margin-bottom:10px;letter-spacing:2px}
.tcard-text{font-size:12px;color:#4a3520;line-height:1.6;margin-bottom:14px;font-style:italic}
.tcard-author{display:flex;align-items:center;gap:10px}
.tcard-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#c9a84c,#e8c49a);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0}
.tcard-name{font-size:12px;font-weight:700}
.tcard-meta{font-size:10px;color:#92775a;margin-top:2px}
.tcard-result{display:inline-block;font-size:10px;font-weight:700;background:#f0fdf4;color:#166534;padding:2px 8px;border-radius:20px;margin-top:5px}

/* FAQ */
.faq-list{border:1px solid #ede8df;border-radius:12px;overflow:hidden}
.faq-item{border-bottom:1px solid #ede8df;background:#fff}
.faq-item:last-child{border-bottom:none}
.faq-q{padding:16px 20px;font-size:13px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px}
.faq-q:hover{background:#fff8f0}
.faq-icon{font-size:18px;color:#b45309;flex-shrink:0}
.faq-a{padding:0 20px 16px;font-size:12px;color:#78614a;line-height:1.7;display:none}
.faq-a.open{display:block}

/* CTA BLOCK */
.cta-block{background:#b45309;padding:56px 32px;text-align:center}
.cta-eye{font-size:11px;font-weight:700;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}
.cta-title{font-size:30px;font-weight:900;color:#fff;letter-spacing:-.5px;margin-bottom:10px}
.cta-sub{font-size:14px;color:rgba(255,255,255,.75);margin-bottom:28px}
.cta-btns{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:16px}
.cta-btn1{font-size:13px;font-weight:700;background:#fff;color:#b45309;padding:14px 28px;border-radius:10px}
.cta-btn1:hover{background:#fef3c7}
.cta-btn2{font-size:13px;color:#fff;padding:14px 22px;border-radius:10px;border:1.5px solid rgba(255,255,255,.4)}
.cta-btn2:hover{background:rgba(255,255,255,.1)}
.cta-urgency{font-size:11px;color:rgba(255,255,255,.5)}

@media(max-width:768px){
  .hero-inner{grid-template-columns:1fr}
  .aida-card{display:none}
  .stats-bar{grid-template-columns:1fr 1fr}
  .svc-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr 1fr}
  .testi-grid{grid-template-columns:1fr}
  .foot-grid{grid-template-columns:1fr 1fr}
  nav{flex-wrap:wrap}
  .nav-links{display:none}
}

/* TABLES inside article content */
.page-content table{width:100%;border-collapse:collapse;margin:16px 0 20px;font-size:13px;background:#fff;border:1px solid #ede8df;border-radius:10px;overflow:hidden}
.page-content th{background:#fff8f0;color:#b45309;font-weight:700;text-align:left;padding:10px 14px;border-bottom:2px solid #ede8df;font-size:12px}
.page-content td{padding:10px 14px;border-bottom:1px solid #f0ebe2;color:#2a1c0a}
.page-content tr:last-child td{border-bottom:none}
.page-content ol{margin:0 0 14px 20px}
.page-content ol li{margin-bottom:8px}

/* QUIZ */
.quiz-box{background:#fff;border:1px solid #ede8df;border-radius:16px;padding:36px 32px;max-width:620px;margin:0 auto;text-align:center}
.quiz-steps-row{display:flex;justify-content:center;gap:6px;margin-bottom:28px}
.qs{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;background:#f5ede0;color:#b39070;transition:.2s}
.qs.active{background:#fde68a;color:#92400e;border:2px solid #b45309}
.qs.done{background:#b45309;color:#fff}
.quiz-q{font-size:17px;font-weight:800;margin-bottom:20px;letter-spacing:-.2px}
.quiz-opts{display:grid;grid-template-columns:1fr 1fr;gap:10px;text-align:left;margin-bottom:8px}
.quiz-opts-1col{grid-template-columns:1fr}
.qopt{padding:13px 18px;border:1.5px solid #ede8df;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;background:#fff;color:#2a1c0a;transition:.15s;text-align:left;font-family:inherit}
.qopt:hover{border-color:#b45309;background:#fff8f0;color:#b45309}
.quiz-hint{font-size:11px;color:#92775a;margin-top:18px}
.quiz-back{font-size:12px;color:#92775a;cursor:pointer;margin-top:14px;display:inline-block}
.quiz-back:hover{color:#b45309}

.quiz-result-title{font-size:20px;font-weight:900;margin-bottom:10px;letter-spacing:-.3px}
.quiz-result-visa{display:inline-block;background:#fff8f0;border:1.5px solid #e8c49a;color:#b45309;font-weight:800;font-size:16px;padding:8px 18px;border-radius:10px;margin-bottom:16px}
.quiz-result-text{font-size:13px;color:#4a3520;line-height:1.7;margin-bottom:24px;text-align:left}
.quiz-result-btns{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}

/* KNOWLEDGE BASE SIDEBAR */
.kb-page-wrap,.kb-wrap{max-width:1180px;margin:0 auto;padding:40px 32px 60px}
.kb-header{margin-bottom:24px}
.kb-layout{display:grid;grid-template-columns:300px 1fr;gap:0;border:1px solid #ede8df;border-radius:14px;overflow:hidden;background:#fff;align-items:start}
.kb-layout-tall{min-height:560px}
.kb-sidebar{display:block;background:#faf7f2;border-right:1px solid #ede8df;max-height:80vh;position:sticky;top:90px;overflow-y:auto;overflow-x:hidden;padding:10px 0}
.kb-group{display:block;width:100%}
.kb-group-items{flex-direction:column}
.kb-group{border-bottom:1px solid #f0ebe2}
.kb-group:last-child{border-bottom:none}
.kb-group-head{width:100%;text-align:left;background:none;border:none;padding:11px 18px;font-size:13px;font-weight:700;color:#2a1c0a;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:inherit}
.kb-group-head:hover{background:#fff8f0}
.kb-group-head.open{background:#fff8f0}
.kb-count{font-size:11px;font-weight:600;color:#b39070;background:#f0ebe2;padding:1px 8px;border-radius:10px}
.kb-group-items{display:none;padding-bottom:6px}
.kb-group-items.open{display:block}
.kb-item{display:block;padding:7px 18px 7px 28px;font-size:12.5px;color:#4a3520;text-decoration:none}
.kb-item:hover{background:#fff8f0;color:#b45309}
.kb-item.active{background:#fde68a;color:#92400e;font-weight:700}
.kb-soon{color:#b3a896;cursor:default;font-style:italic}
.kb-soon:hover{background:none;color:#b3a896}
.kb-content{padding:32px;display:flex;align-items:center;justify-content:center}
.kb-content-placeholder{text-align:center;max-width:380px}
.kb-content-title{font-size:16px;font-weight:800;margin-bottom:10px;color:#2a1c0a}
.kb-content-placeholder p{font-size:13px;color:#78614a;line-height:1.7}
.kb-content-article{display:block;text-align:left;padding:36px 40px;max-width:100%}
.kb-content-article h1{font-size:28px}
.kb-content-article .breadcrumb{margin-bottom:14px}
.kb-content-article .page-cta{margin-top:36px}

@media(max-width:768px){
  .kb-layout{grid-template-columns:1fr}
  .kb-sidebar{position:static;max-height:300px;border-right:none;border-bottom:1px solid #ede8df}
  .kb-content-article{padding:24px 20px}
}
