/* ════════════════════════════════════════════════════
   country.css — Shared styles for all country pages
   (usa.html, uk.html, canada.html, australia.html,
    germany.html, new-zealand.html, europe.html)
   ════════════════════════════════════════════════════ */

/* ── Hero ── */
.cp-hero{position:relative;min-height:480px;display:flex;align-items:flex-end;overflow:hidden;padding-bottom:3rem}
.cp-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.cp-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,25,40,0.92) 0%,rgba(15,25,40,0.55) 60%,rgba(15,25,40,0.2) 100%);z-index:1}
.cp-hero-content{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}
.cp-hero-breadcrumb{font-size:13px;color:rgba(255,255,255,0.65);margin-bottom:1rem}
.cp-hero-breadcrumb a{color:rgba(255,255,255,0.65);text-decoration:none}
.cp-hero-breadcrumb a:hover{color:#ae8756}
.cp-hero-flag{font-size:3.5rem;filter:drop-shadow(0 4px 12px rgba(0,0,0,0.4));display:block;margin-bottom:0.75rem}
.cp-hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.4rem,5vw,3.8rem);font-weight:700;color:#fff;margin:0 0 0.5rem;line-height:1.1}
.cp-hero-sub{font-size:1rem;color:rgba(255,255,255,0.75);margin-bottom:1.5rem;font-weight:400}
.cp-hero-btns{display:flex;gap:12px;flex-wrap:wrap}
.cp-hero-btns .btn-primary{background:linear-gradient(135deg,#ae8756,#debd8f);color:#1e3040;font-weight:700;padding:13px 28px;border-radius:8px;text-decoration:none;font-size:15px;transition:transform 0.2s,box-shadow 0.2s}
.cp-hero-btns .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(174,135,86,0.4)}
.cp-hero-btns .btn-wa{background:#25d366;color:#fff;font-weight:700;padding:13px 28px;border-radius:8px;text-decoration:none;font-size:15px}

/* ── Section Base ── */
.cp-section{max-width:1200px;margin:0 auto;padding:4rem 2rem}
.cp-section-label{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:#ae8756;font-weight:600;margin-bottom:0.5rem}
.cp-section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:700;color:var(--navy);margin-bottom:1rem;line-height:1.2}
.cp-section-title em{font-style:italic;color:#ae8756}

/* ── Stat Boxes ── */
.cp-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1.5rem;margin-top:2.5rem}
.cp-stat-box{background:#fff;border:1px solid rgba(174,135,86,0.2);border-radius:16px;padding:1.5rem 1.2rem;text-align:center;box-shadow:0 4px 20px rgba(30,48,64,0.07)}
.cp-stat-val{font-family:'Cormorant Garamond',serif;font-size:2.2rem;font-weight:700;color:var(--navy);line-height:1}
.cp-stat-label{font-size:12px;color:var(--muted);margin-top:0.4rem;font-weight:500}

/* ── About Grid ── */
.cp-about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
@media(max-width:768px){.cp-about-grid{grid-template-columns:1fr}}
.cp-about-text p{font-size:16px;line-height:1.8;color:var(--muted);margin-bottom:1rem}

/* ── Visa Accordion Cards ── */
.cp-visas{display:flex;flex-direction:column;gap:2rem}
.cp-visa-card{background:#fff;border-radius:20px;border:1px solid rgba(174,135,86,0.15);box-shadow:0 4px 24px rgba(30,48,64,0.07);overflow:hidden;transition:box-shadow 0.3s}
.cp-visa-card:hover{box-shadow:0 12px 40px rgba(30,48,64,0.13)}
.cp-visa-header{padding:1.5rem 2rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.cp-visa-header-left{display:flex;align-items:center;gap:1rem}
.cp-visa-icon{font-size:2rem;width:52px;height:52px;background:var(--cream);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cp-visa-name{font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:700;color:var(--navy);margin:0 0 2px}
.cp-visa-meta{font-size:12px;color:var(--muted)}
.cp-visa-toggle{width:32px;height:32px;border-radius:50%;background:var(--cream);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:transform 0.3s,background 0.3s;flex-shrink:0}
.cp-visa-card.open .cp-visa-toggle{transform:rotate(45deg);background:#ae8756;color:#fff}
.cp-visa-body{display:none;padding:0 2rem 2rem;border-top:1px solid rgba(174,135,86,0.1)}
.cp-visa-card.open .cp-visa-body{display:block}
.cp-visa-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:1.5rem 0}
.cp-visa-detail{background:var(--cream);border-radius:10px;padding:1rem;font-size:13px}
.cp-visa-detail-label{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px;font-weight:600}
.cp-visa-detail-val{color:var(--navy);font-weight:600;line-height:1.4}
.cp-visa-steps{margin:1.2rem 0}
.cp-visa-steps h4{font-size:13px;text-transform:uppercase;letter-spacing:1px;color:var(--muted);margin-bottom:0.8rem;font-weight:600}
.cp-visa-step-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px}
.cp-visa-step-list li{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--navy)}
.cp-visa-step-num{background:#ae8756;color:#fff;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0;margin-top:1px}
.cp-visa-tip{background:linear-gradient(135deg,rgba(174,135,86,0.08),rgba(174,135,86,0.15));border-left:3px solid #ae8756;border-radius:8px;padding:1rem 1.2rem;font-size:14px;color:var(--navy);margin-top:1rem;line-height:1.6}
.cp-visa-post{background:#e8f5e9;border-radius:8px;padding:0.8rem 1rem;font-size:13px;color:#1b5e20;margin-top:0.8rem;display:flex;align-items:center;gap:8px}

/* ── FAQ Accordion ── */
.cp-faq{display:flex;flex-direction:column;gap:1rem}
.cp-faq-item{background:#fff;border:1px solid rgba(174,135,86,0.15);border-radius:14px;overflow:hidden}
.cp-faq-q{padding:1.2rem 1.5rem;cursor:pointer;font-weight:600;color:var(--navy);font-size:15px;display:flex;justify-content:space-between;align-items:center;gap:1rem}
.cp-faq-q:after{content:"+";font-size:20px;color:#ae8756;font-weight:400;flex-shrink:0;transition:transform 0.3s}
.cp-faq-item.open .cp-faq-q:after{content:"+";transform:rotate(45deg)}
.cp-faq-a{display:none;padding:0 1.5rem 1.2rem;font-size:14px;line-height:1.7;color:var(--muted)}
.cp-faq-item.open .cp-faq-a{display:block}

/* ── CTA Section ── */
.cp-cta-section{background:linear-gradient(135deg,var(--navy),var(--navy2));padding:4rem 2rem;text-align:center;margin:2rem 0}
.cp-cta-section h2{font-family:'Cormorant Garamond',serif;font-size:2.2rem;color:#fff;margin-bottom:1rem}
.cp-cta-section p{color:rgba(255,255,255,0.7);margin-bottom:2rem;font-size:15px}
.cp-cta-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}

/* ── Countries Bar ── */
.cp-countries-bar{background:var(--cream);padding:1.5rem 2rem;display:flex;gap:12px;flex-wrap:wrap;justify-content:center;align-items:center}
.cp-countries-bar span{font-size:13px;color:var(--muted);margin-right:8px;font-weight:500}
.cp-country-link{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;background:#fff;border:1px solid rgba(174,135,86,0.25);text-decoration:none;color:var(--navy);font-size:13px;font-weight:500;transition:all 0.2s}
.cp-country-link:hover,.cp-country-link.active{background:#ae8756;color:#fff;border-color:#ae8756}

/* ── Responsive ── */
@media(max-width:600px){
  .cp-visa-header{padding:1.2rem 1.2rem}
  .cp-visa-body{padding:0 1.2rem 1.5rem}
  .cp-visa-grid{grid-template-columns:1fr 1fr}
}

/* ── 404 Page ── */
.error-section{min-height:80vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem;background:var(--cream);position:relative;overflow:hidden}
.error-content{max-width:600px;z-index:2}
.error-code{font-family:'Cormorant Garamond',serif;font-size:8rem;font-weight:700;color:var(--gold);line-height:1;margin-bottom:1rem;text-shadow:0 10px 30px rgba(174,135,86,0.2)}
.error-title{font-family:'Cormorant Garamond',serif;font-size:2.5rem;color:var(--navy);margin-bottom:1.5rem}
.error-text{color:var(--muted);font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem}
.home-btn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,var(--gold),var(--gold2));color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;transition:all 0.3s;box-shadow:0 8px 25px rgba(174,135,86,0.3)}
.home-btn:hover{transform:translateY(-3px);box-shadow:0 12px 35px rgba(174,135,86,0.4)}
@media(max-width:480px){.error-code{font-size:6rem}.error-title{font-size:1.8rem}}
