*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --navy:#0d1b2a;
  --navy-light:#1b2838;
  --navy-card:#243447;
  --pink:#e91e8c;
  --pink-hover:#c91875;
  --blue-accent:#4cc9f0;
  --text:#1a1a2e;
  --text-muted:#4a5568;
  --bg-light:#f7f8fc;
  --white:#fff;
  --max:1140px;
  --radius:8px;
  --font:system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,sans-serif
}
html{scroll-behavior:smooth}
body{font-family:var(--font);color:var(--text);line-height:1.65;background:var(--white);-webkit-font-smoothing:antialiased}
img,svg{max-width:100%;height:auto;display:block}
a{color:var(--pink);text-decoration:none}
a:hover,a:focus-visible{text-decoration:underline}
a:focus-visible{outline:2px solid var(--blue-accent);outline-offset:2px}
.skip-link{position:absolute;left:-9999px;top:0;z-index:100;padding:.75rem 1rem;background:var(--pink);color:var(--white)}
.skip-link:focus{left:0}
.container{width:min(100% - 2rem,var(--max));margin-inline:auto}
.site-header{background:var(--navy);padding:.85rem 0;position:sticky;top:0;z-index:50}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.logo{font-size:1rem;font-weight:700;letter-spacing:.08em;color:var(--white);text-decoration:none}
.logo:hover{text-decoration:none;color:var(--blue-accent)}
.nav-list{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;list-style:none}
.nav-list a{color:rgba(255,255,255,.9);font-size:.9rem;text-decoration:none}
.nav-list a:hover,.nav-list a[aria-current="page"]{color:var(--blue-accent);text-decoration:none}
.nav-toggle{display:none;background:0;border:0;color:var(--white);font-size:1.5rem;cursor:pointer;padding:.25rem}
.section{padding:4rem 0}
.section--dark{background:var(--navy);color:var(--white)}
.section--light{background:var(--bg-light)}
.section-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;text-align:center;margin-bottom:2rem;line-height:1.25}
.section-title--left{text-align:left}
.hero{padding:3.5rem 0 4.5rem;text-align:center}
.hero-logo{margin:0 auto 1.5rem;max-width:280px}
.hero-logo .brand-script{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.5rem,6vw,3.75rem);color:var(--blue-accent);font-style:italic;line-height:1}
.hero-logo .brand-block{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;letter-spacing:.12em;color:var(--white);text-transform:uppercase}
.hero h1{font-size:clamp(1.35rem,3.5vw,2rem);font-weight:700;max-width:42rem;margin:0 auto 1rem;line-height:1.3}
.hero-lead{max-width:36rem;margin:0 auto 1.75rem;color:rgba(255,255,255,.88);font-size:1.05rem}
.btn{display:inline-block;padding:.85rem 1.75rem;background:var(--pink);color:var(--white);font-weight:600;font-size:1rem;border-radius:var(--radius);border:0;cursor:pointer;text-decoration:none;transition:background .2s,transform .15s}
.btn:hover{background:var(--pink-hover);text-decoration:none;color:var(--white);transform:translateY(-1px)}
.btn:focus-visible{outline:2px solid var(--blue-accent);outline-offset:3px}
.two-col{display:grid;gap:2.5rem;align-items:center}
@media(min-width:768px){.two-col{grid-template-columns:1fr 1fr}}
.prose h2{font-size:1.5rem;margin:2rem 0 1rem;color:var(--navy)}
.prose h3{font-size:1.2rem;margin:1.5rem 0 .75rem}
.prose p{margin-bottom:1rem;color:var(--text-muted)}
.prose ul{margin:0 0 1.25rem 1.25rem;color:var(--text-muted)}
.prose li{margin-bottom:.4rem}
.prose strong{color:var(--text)}
.feature-grid{display:grid;gap:1.5rem}
@media(min-width:640px){.feature-grid{grid-template-columns:repeat(3,1fr)}}
.feature-card{background:var(--navy-card);padding:1.75rem;border-radius:var(--radius);text-align:center}
.feature-card svg{width:40px;height:40px;margin:0 auto 1rem;color:var(--blue-accent)}
.feature-card h3{font-size:1.1rem;margin-bottom:.5rem}
.feature-card p{font-size:.95rem;color:rgba(255,255,255,.8)}
.category-grid{display:grid;gap:1.25rem}
@media(min-width:600px){.category-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.category-grid{grid-template-columns:repeat(3,1fr)}}
.category-card{background:var(--white);border:2px solid var(--pink);border-radius:var(--radius);padding:1.5rem;transition:box-shadow .2s,transform .2s}
.category-card:hover{box-shadow:0 8px 24px rgba(233,30,140,.15);transform:translateY(-2px);text-decoration:none}
.category-card h3{color:var(--navy);font-size:1.1rem;margin-bottom:.5rem}
.category-card p{color:var(--text-muted);font-size:.95rem;margin:0}
.trust-bar{display:grid;gap:1rem}
@media(min-width:768px){.trust-bar{grid-template-columns:repeat(3,1fr)}}
.trust-item{background:var(--bg-light);border-left:5px solid var(--pink);padding:1.25rem 1.5rem;border-radius:0 var(--radius) var(--radius) 0}
.trust-item h3{font-size:1rem;margin-bottom:.35rem;color:var(--navy)}
.trust-item p{font-size:.9rem;color:var(--text-muted);margin:0}
.steps{display:grid;gap:2rem}
@media(min-width:768px){.steps{grid-template-columns:repeat(3,1fr)}}
.step{text-align:center}
.step-num{width:56px;height:56px;background:var(--pink);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1rem}
.step h3{font-size:1.05rem;margin-bottom:.5rem;color:var(--navy)}
.step p{font-size:.95rem;color:var(--text-muted)}
.article-main{padding:3rem 0 4rem}
.article-main .prose{max-width:48rem;margin:0 auto}
.breadcrumbs{font-size:.875rem;color:var(--text-muted);margin-bottom:1.5rem}
.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:.35rem;list-style:none}
.breadcrumbs li:not(:last-child)::after{content:"/";margin-left:.35rem;color:var(--text-muted)}
.breadcrumbs a{color:var(--text-muted)}
.faq-list{max-width:48rem;margin:0 auto}
.faq-item{border-bottom:1px solid #e2e8f0;padding:1.25rem 0}
.faq-item:first-child{border-top:1px solid #e2e8f0}
.faq-item h3{font-size:1.05rem;color:var(--navy);margin-bottom:.5rem}
.faq-item p{color:var(--text-muted);margin:0}
.related-grid{display:grid;gap:1rem}
@media(min-width:600px){.related-grid{grid-template-columns:repeat(2,1fr)}}
.related-card{padding:1.25rem;background:var(--white);border:1px solid #e2e8f0;border-radius:var(--radius)}
.related-card h3{font-size:1rem;margin-bottom:.35rem}
.related-card h3 a{color:var(--navy);text-decoration:none}
.related-card h3 a:hover{color:var(--pink)}
.cta-block{text-align:center;padding:3.5rem 0}
.cta-block p{font-size:1.15rem;margin-bottom:1.5rem;color:rgba(255,255,255,.9)}
.site-footer{background:var(--navy);color:rgba(255,255,255,.85);padding:3rem 0 2rem}
.footer-grid{display:grid;gap:2rem}
@media(min-width:640px){.footer-grid{grid-template-columns:1.5fr 1fr}}
.footer-brand{font-weight:700;letter-spacing:.06em;font-size:1rem;margin-bottom:.75rem}
.footer-tagline{font-size:.9rem;margin-bottom:1rem;max-width:22rem}
.footer-copy{font-size:.8rem;color:rgba(255,255,255,.6)}
.footer-links h4{font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;color:var(--white)}
.footer-links ul{list-style:none}
.footer-links li{margin-bottom:.4rem}
.footer-links a{color:rgba(255,255,255,.8);font-size:.9rem;text-decoration:none}
.footer-links a:hover{color:var(--blue-accent)}
.page-hero{padding:2.5rem 0;background:var(--navy);color:var(--white)}
.page-hero h1{font-size:clamp(1.35rem,3vw,1.85rem);max-width:40rem}
.page-hero p{margin-top:.75rem;color:rgba(255,255,255,.85);max-width:36rem}
.contact-form{max-width:32rem}
.contact-form label{display:block;font-weight:600;margin-bottom:.35rem;font-size:.9rem}
.contact-form input,.contact-form textarea{width:100%;padding:.65rem .85rem;border:1px solid #cbd5e1;border-radius:var(--radius);font:inherit;margin-bottom:1rem}
.contact-form textarea{min-height:140px;resize:vertical}
.legal-prose{max-width:48rem}
.legal-prose h2{font-size:1.25rem;margin:2rem 0 .75rem}
.legal-prose p{margin-bottom:1rem;color:var(--text-muted)}
@media(max-width:767px){
  .nav-toggle{display:block}
  .nav-list{display:none;position:absolute;top:100%;left:0;right:0;background:var(--navy);flex-direction:column;padding:1rem 1.5rem 1.25rem;border-top:1px solid rgba(255,255,255,.1)}
  .nav-list.is-open{display:flex}
  .header-inner{position:relative;flex-wrap:wrap}
}
