/* Coppergate SIM — main stylesheet */
:root{
  --navy:#12233d;
  --navy-dark:#0b1626;
  --copper:#b5652d;
  --copper-light:#d98a4f;
  --cream:#f7f3ee;
  --grey:#5c6570;
  --grey-light:#e8e6e2;
  --white:#ffffff;
  --green:#1f7a4d;
  --radius:10px;
  --shadow:0 4px 18px rgba(18,35,61,0.08);
  --font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:var(--font);
  color:var(--navy);
  background:var(--cream);
  line-height:1.6;
  font-size:17px;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
.container{max-width:1140px;margin:0 auto;padding:0 20px}
.section{padding:64px 0}
.section-alt{background:var(--white)}
h1,h2,h3,h4{font-weight:700;line-height:1.25;color:var(--navy)}
h1{font-size:2.4rem}
h2{font-size:1.85rem;margin-bottom:14px}
h3{font-size:1.3rem;margin-bottom:8px}
p{margin-bottom:14px;color:var(--grey)}
.eyebrow{
  display:inline-block;
  font-size:0.78rem;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:var(--copper);
  font-weight:700;
  margin-bottom:10px;
}
.center{text-align:center}
.section-head{max-width:680px;margin:0 auto 40px auto;text-align:center}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:14px 26px;
  border-radius:999px;
  font-weight:700;
  font-size:1rem;
  border:2px solid transparent;
  cursor:pointer;
  transition:transform .15s ease, box-shadow .15s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--copper);color:var(--white);box-shadow:0 6px 16px rgba(181,101,45,0.35)}
.btn-primary:hover{background:var(--copper-light)}
.btn-outline{background:transparent;border-color:var(--white);color:var(--white)}
.btn-outline:hover{background:rgba(255,255,255,0.12)}
.btn-outline-navy{background:transparent;border-color:var(--navy);color:var(--navy)}
.btn-outline-navy:hover{background:var(--navy);color:var(--white)}
.btn svg{width:18px;height:18px;flex-shrink:0}

/* Header */
.site-header{
  background:var(--navy);
  color:var(--white);
  position:sticky;
  top:0;
  z-index:100;
  box-shadow:0 2px 10px rgba(0,0,0,0.15);
}
.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 0;
  gap:20px;
}
.logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.25rem;color:var(--white)}
.logo svg{width:34px;height:34px}
.nav-links{display:flex;gap:26px;align-items:center}
.nav-links a{font-weight:600;font-size:0.96rem;opacity:0.92}
.nav-links a:hover{opacity:1;color:var(--copper-light)}
.header-call{
  display:flex;
  align-items:center;
  gap:8px;
  background:var(--copper);
  color:var(--white);
  padding:10px 18px;
  border-radius:999px;
  font-weight:800;
  font-size:1.02rem;
  white-space:nowrap;
}
.header-call svg{width:18px;height:18px}
.menu-toggle{display:none;background:none;border:none;color:var(--white);cursor:pointer}
.menu-toggle svg{width:28px;height:28px}

/* Hero */
.hero{
  background:linear-gradient(135deg,var(--navy) 0%,var(--navy-dark) 100%);
  color:var(--white);
  padding:80px 0 70px;
  position:relative;
  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute;
  right:-120px;top:-120px;
  width:420px;height:420px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(181,101,45,0.25) 0%,rgba(181,101,45,0) 70%);
}
.hero-grid{display:grid;grid-template-columns:1.1fr 0.9fr;gap:50px;align-items:center;position:relative;z-index:1}
.hero h1{color:var(--white);margin-bottom:18px}
.hero p.lead{color:#c9d2df;font-size:1.12rem;max-width:520px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.hero-badges{display:flex;gap:22px;margin-top:34px;flex-wrap:wrap}
.hero-badge{display:flex;align-items:center;gap:8px;color:#c9d2df;font-size:0.9rem;font-weight:600}
.hero-badge svg{width:20px;height:20px;color:var(--copper-light)}
.hero-art{background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.12);border-radius:16px;padding:30px}
.hero-art svg{width:100%;height:auto}

/* Trust strip */
.trust-strip{background:var(--white);border-bottom:1px solid var(--grey-light)}
.trust-row{display:flex;justify-content:space-between;padding:22px 0;flex-wrap:wrap;gap:18px}
.trust-item{display:flex;align-items:center;gap:10px;font-weight:600;font-size:0.92rem;color:var(--navy)}
.trust-item svg{width:22px;height:22px;color:var(--copper)}

/* Cards / grid */
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:26px}
.card{
  background:var(--white);
  border-radius:var(--radius);
  padding:30px;
  box-shadow:var(--shadow);
  border:1px solid var(--grey-light);
}
.card svg{width:40px;height:40px;color:var(--copper);margin-bottom:16px}

/* Deals / packages */
.deal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:10px}
.deal-card{
  background:var(--white);
  border-radius:14px;
  padding:0;
  overflow:hidden;
  border:1px solid var(--grey-light);
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
}
.deal-card.featured{border:2px solid var(--copper)}
.deal-card-head{
  background:var(--navy);
  color:var(--white);
  padding:22px 26px;
  position:relative;
}
.deal-card.featured .deal-card-head{background:var(--copper)}
.deal-tag{
  position:absolute;top:14px;right:14px;
  background:rgba(255,255,255,0.18);
  font-size:0.72rem;
  padding:4px 10px;
  border-radius:999px;
  font-weight:700;
  letter-spacing:0.03em;
}
.deal-card-head h3{color:var(--white);margin-bottom:4px}
.deal-price{font-size:2rem;font-weight:800;color:var(--white)}
.deal-price span{font-size:0.95rem;font-weight:500;opacity:0.85}
.deal-card-body{padding:24px 26px;flex:1;display:flex;flex-direction:column}
.deal-specs{margin-bottom:20px}
.deal-specs li{
  display:flex;align-items:center;gap:10px;
  padding:8px 0;
  font-size:0.94rem;
  border-bottom:1px solid var(--grey-light);
  color:var(--navy);
}
.deal-specs li:last-child{border-bottom:none}
.deal-specs svg{width:18px;height:18px;color:var(--green);flex-shrink:0}
.deal-card-body .btn{margin-top:auto;justify-content:center;width:100%}

/* Comparison table */
.table-wrap{overflow-x:auto;margin-top:20px;border-radius:var(--radius);box-shadow:var(--shadow)}
table{width:100%;border-collapse:collapse;background:var(--white);min-width:640px}
th,td{padding:16px 18px;text-align:left;border-bottom:1px solid var(--grey-light);font-size:0.95rem}
th{background:var(--navy);color:var(--white);font-weight:700}
tr:last-child td{border-bottom:none}
tr:hover td{background:var(--cream)}

/* Steps */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:10px}
.step{text-align:center;position:relative}
.step-num{
  width:52px;height:52px;border-radius:50%;
  background:var(--navy);color:var(--white);
  display:flex;align-items:center;justify-content:center;
  font-weight:800;font-size:1.2rem;margin:0 auto 16px auto;
}

/* CTA band */
.cta-band{
  background:linear-gradient(135deg,var(--copper) 0%,#9c5423 100%);
  color:var(--white);
  padding:54px 0;
  text-align:center;
}
.cta-band h2{color:var(--white)}
.cta-band p{color:rgba(255,255,255,0.9)}

/* FAQ */
.faq-item{background:var(--white);border:1px solid var(--grey-light);border-radius:var(--radius);margin-bottom:14px;overflow:hidden}
.faq-q{
  padding:18px 22px;font-weight:700;cursor:pointer;
  display:flex;justify-content:space-between;align-items:center;
  list-style:none;
}
.faq-q::-webkit-details-marker{display:none}
.faq-q svg{width:20px;height:20px;color:var(--copper);flex-shrink:0;transition:transform .2s}
details[open] .faq-q svg{transform:rotate(45deg)}
.faq-a{padding:0 22px 20px 22px;color:var(--grey)}

/* Footer */
.site-footer{background:var(--navy-dark);color:#c9d2df;padding:56px 0 24px}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px;margin-bottom:36px}
.footer-col h4{color:var(--white);font-size:1rem;margin-bottom:16px}
.footer-col li{margin-bottom:10px}
.footer-col a{color:#c9d2df;font-size:0.92rem}
.footer-col a:hover{color:var(--copper-light)}
.footer-logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:1.15rem;color:var(--white);margin-bottom:14px}
.footer-logo svg{width:30px;height:30px}
.footer-note{font-size:0.88rem;color:#8b96a6;line-height:1.7}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding-top:22px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:0.85rem;color:#8b96a6}
.footer-bottom a{color:#8b96a6}
.footer-bottom a:hover{color:var(--copper-light)}

/* Legal pages */
.legal-body{max-width:800px;margin:0 auto}
.legal-body h2{margin-top:34px}
.legal-body h3{margin-top:22px}
.legal-body ul{list-style:disc;padding-left:22px;margin-bottom:14px}
.legal-body li{margin-bottom:6px;color:var(--grey)}
.legal-updated{color:var(--grey);font-size:0.9rem;margin-bottom:30px}

/* Page hero (inner pages) */
.page-hero{background:var(--navy);color:var(--white);padding:50px 0}
.page-hero h1{color:var(--white);margin-bottom:8px}
.page-hero p{color:#c9d2df;margin-bottom:0}
.breadcrumb{font-size:0.85rem;color:#8b96a6;margin-bottom:10px}
.breadcrumb a{color:#8b96a6}
.breadcrumb a:hover{color:var(--copper-light)}

/* Sticky call bar (mobile) */
.sticky-call{
  display:none;
  position:fixed;bottom:0;left:0;right:0;
  background:var(--copper);
  color:var(--white);
  padding:14px 20px;
  text-align:center;
  font-weight:800;
  font-size:1.05rem;
  z-index:200;
  box-shadow:0 -4px 14px rgba(0,0,0,0.2);
  align-items:center;
  justify-content:center;
  gap:8px;
}
.sticky-call svg{width:20px;height:20px}

/* Responsive */
@media (max-width:900px){
  .hero-grid{grid-template-columns:1fr}
  .hero-art{display:none}
  .grid-3,.deal-grid{grid-template-columns:1fr 1fr}
  .steps{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .grid-2{grid-template-columns:1fr}
}
@media (max-width:700px){
  body{font-size:16px}
  h1{font-size:1.9rem}
  h2{font-size:1.5rem}
  .nav-links{display:none}
  .menu-toggle{display:block}
  .header-call span.call-label{display:none}
  .grid-3,.deal-grid,.steps{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .trust-row{justify-content:center;text-align:center}
  .sticky-call{display:flex}
  body{padding-bottom:60px}
  .hero{padding:50px 0 40px}
}
@media (max-width:700px){
  .nav-links.open{
    display:flex;flex-direction:column;
    position:absolute;top:100%;left:0;right:0;
    background:var(--navy);padding:20px;gap:16px;
    box-shadow:0 8px 16px rgba(0,0,0,0.2);
  }
}
