/* Report My Accident — clean rebuild stylesheet */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.6;color:#1B004E;background:#fff}
img,svg{max-width:100%;height:auto;display:block}
a{color:#1B004E;text-decoration:none}
a:hover{text-decoration:underline}
button{font-family:inherit}
:root{
  --rma-purple:#1B004E;
  --rma-purple-2:#2a0974;
  --rma-mint:#F0BB29;
  --rma-mint-dark:#d49f15;
  --rma-text:#1B004E;
  --rma-muted:#5b5677;
  --rma-bg:#f7f5fb;
  --rma-line:rgba(27,0,78,.12);
}

/* container */
.container{width:100%;max-width:1180px;margin:0 auto;padding:0 20px}

/* HEADER */
.site-header{background:var(--rma-purple);color:#fff;padding:14px 0}
.site-header .row{display:flex;align-items:center;justify-content:space-between;gap:24px}
.site-header img.logo{max-height:48px;width:auto}
.site-header .header-cta{display:flex;align-items:center;gap:12px;font-size:14px;line-height:1.2}
.site-header .header-cta .label{opacity:.8;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:600}
.site-header .header-cta a.phone{color:#fff;font-weight:700;font-size:18px}
.site-header .header-cta a.phone:hover{color:var(--rma-mint);text-decoration:none}
.site-header .header-cta .icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);border-radius:50%}

/* HERO */
.hero{background:linear-gradient(180deg,var(--rma-purple) 0%,var(--rma-purple-2) 100%);color:#fff;padding:48px 0 64px;position:relative;overflow:hidden}
.hero .grid{display:grid;grid-template-columns:1fr 460px;gap:48px;align-items:start}
.hero .eyebrow{font-size:14px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--rma-mint);margin-bottom:14px}
.hero h1{font-size:clamp(2rem,4.5vw,3.4rem);line-height:1.1;font-weight:800;margin:0 0 22px;letter-spacing:-.02em}
.hero .phone-cta{display:inline-flex;align-items:center;gap:10px;background:var(--rma-mint);color:var(--rma-purple);padding:14px 22px;border-radius:10px;font-weight:800;font-size:18px;margin-bottom:28px;transition:filter .15s}
.hero .phone-cta:hover{filter:brightness(1.05);text-decoration:none}
.hero .subhead{font-size:20px;font-weight:700;color:var(--rma-mint);margin:0 0 14px}
.hero .body{font-size:16px;color:rgba(255,255,255,.88);margin:0 0 18px;max-width:640px}
.hero .benefits-lead{font-weight:600;margin:0 0 8px}
.hero ul.benefits{margin:0 0 18px;padding-left:20px}
.hero ul.benefits li{margin:6px 0;color:rgba(255,255,255,.92)}
.hero .closer{font-size:16px;font-weight:600;color:#fff;margin:14px 0 0;border-left:3px solid var(--rma-mint);padding-left:14px}
.hero .hero-image{width:100%;height:auto;border-radius:14px;box-shadow:0 18px 60px rgba(0,0,0,.32)}

/* form panel */
.lead-panel{background:#fff;color:var(--rma-text);border-radius:14px;padding:28px;box-shadow:0 18px 60px rgba(0,0,0,.18);position:sticky;top:24px}
.lead-panel h2{font-size:22px;line-height:1.25;margin:0 0 6px;color:var(--rma-purple)}
.lead-panel .lead-sub{font-size:14px;color:var(--rma-muted);margin:0 0 18px}

/* SECTION: GET LEGAL HELP TODAY */
.cta-band{background:#fff;padding:64px 0;border-bottom:1px solid var(--rma-line)}
.cta-band .grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.cta-band .eyebrow{font-size:14px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--rma-mint-dark);margin:0 0 10px}
.cta-band h2{font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.15;margin:0 0 18px;color:var(--rma-purple)}
.cta-band p{font-size:16px;color:var(--rma-muted);margin:0 0 14px}
.cta-band .secondary-cta{display:inline-flex;align-items:center;gap:10px;background:var(--rma-purple);color:#fff;padding:14px 24px;border-radius:10px;font-weight:700;margin-top:12px}
.cta-band .secondary-cta:hover{background:var(--rma-purple-2);text-decoration:none}

/* STEPS */
.steps{background:var(--rma-bg);padding:72px 0}
.steps h2{text-align:center;font-size:clamp(1.6rem,3vw,2.4rem);margin:0 0 36px;color:var(--rma-purple)}
.steps .grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.steps .step{background:#fff;border-radius:14px;padding:28px 22px;text-align:center;border:1px solid var(--rma-line);transition:transform .15s,box-shadow .15s}
.steps .step:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(27,0,78,.08)}
.steps .step .num{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:50%;background:var(--rma-mint);color:var(--rma-purple);font-weight:800;font-size:22px;margin-bottom:14px}
.steps .step p{margin:0;font-weight:600}

/* TESTIMONIALS */
.testimonials{padding:72px 0;background:#fff}
.testimonials h2{text-align:center;font-size:clamp(1.6rem,3vw,2.4rem);margin:0 0 36px;color:var(--rma-purple)}
.testimonial-card{max-width:760px;margin:0 auto;background:linear-gradient(135deg,var(--rma-purple) 0%,var(--rma-purple-2) 100%);color:#fff;padding:36px 36px;border-radius:14px;position:relative}
.testimonial-card::before{content:'\201C';position:absolute;top:-8px;left:24px;font-size:96px;color:var(--rma-mint);line-height:1;font-family:Georgia,serif}
.testimonial-card blockquote{margin:0 0 14px;padding-left:14px;font-size:18px;line-height:1.55;font-style:italic}
.testimonial-card cite{display:block;text-align:right;font-style:normal;font-weight:700;color:var(--rma-mint)}

/* FAQ */
.faq{background:var(--rma-bg);padding:72px 0}
.faq h2{text-align:center;font-size:clamp(1.6rem,3vw,2.4rem);margin:0 0 36px;color:var(--rma-purple)}
.faq .items{max-width:840px;margin:0 auto;display:grid;gap:14px}
.faq details{background:#fff;border-radius:12px;border:1px solid var(--rma-line);padding:0;overflow:hidden}
.faq summary{cursor:pointer;list-style:none;padding:18px 56px 18px 22px;font-weight:700;font-size:17px;color:var(--rma-purple);position:relative;line-height:1.4}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:'+';position:absolute;right:22px;top:50%;transform:translateY(-50%);font-size:24px;font-weight:400;color:var(--rma-mint-dark);transition:transform .2s}
.faq details[open] summary::after{transform:translateY(-50%) rotate(45deg)}
.faq .answer{padding:0 22px 22px;color:var(--rma-muted);font-size:15.5px;line-height:1.65}
.faq .answer p{margin:0 0 12px}
.faq .answer p:last-child{margin-bottom:0}
.faq .answer ul{margin:0 0 12px;padding-left:22px}
.faq .answer li{margin:4px 0}
.faq .answer strong{color:var(--rma-purple)}

/* DISCLAIMER */
.disclaimer{padding:36px 0;background:#fff;border-top:1px solid var(--rma-line)}
.disclaimer p{font-size:13px;color:var(--rma-muted);max-width:920px;margin:0 auto;text-align:center;line-height:1.6}

/* FOOTER */
.site-footer{background:var(--rma-purple);color:#fff;padding:36px 0 28px}
.site-footer .top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:18px;border-bottom:1px solid rgba(255,255,255,.12);padding-bottom:24px;margin-bottom:18px}
.site-footer .top a.phone{color:var(--rma-mint);font-weight:800;font-size:22px}
.site-footer nav ul{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:18px}
.site-footer nav a{color:rgba(255,255,255,.84);font-size:14px}
.site-footer nav a:hover{color:var(--rma-mint);text-decoration:none}
.site-footer .copy{text-align:center;font-size:13px;color:rgba(255,255,255,.6)}

/* SUBPAGE: hero + prose article + form band */
.container.narrow{max-width:860px}
.subpage-hero{background:linear-gradient(180deg,var(--rma-purple) 0%,var(--rma-purple-2) 100%);color:#fff;padding:56px 0 48px}
.subpage-hero h1{font-size:clamp(2rem,4vw,3rem);line-height:1.1;font-weight:800;margin:0 0 14px;letter-spacing:-.02em}
.subpage-hero .lede{font-size:18px;line-height:1.55;color:rgba(255,255,255,.86);margin:0 0 22px;max-width:760px}
.subpage-hero .phone-cta{display:inline-flex;align-items:center;gap:10px;background:var(--rma-mint);color:var(--rma-purple);padding:12px 20px;border-radius:10px;font-weight:800;font-size:17px;transition:filter .15s}
.subpage-hero .phone-cta:hover{filter:brightness(1.05);text-decoration:none}

article.prose{padding:56px 0;background:#fff}
article.prose .container.narrow{font-size:17px;line-height:1.7;color:var(--rma-text)}
article.prose h1{font-size:clamp(1.6rem,3vw,2.2rem);margin:36px 0 14px;color:var(--rma-purple);line-height:1.2}
article.prose h2{font-size:clamp(1.4rem,2.4vw,1.8rem);margin:32px 0 12px;color:var(--rma-purple);line-height:1.25}
article.prose h3{font-size:clamp(1.15rem,2vw,1.4rem);margin:24px 0 10px;color:var(--rma-purple)}
article.prose h4,article.prose h5,article.prose h6{font-size:1.05rem;margin:20px 0 8px;color:var(--rma-purple)}
article.prose h1:first-child,article.prose h2:first-child,article.prose h3:first-child{margin-top:0}
article.prose p{margin:0 0 16px}
article.prose ul,article.prose ol{margin:0 0 18px;padding-left:24px}
article.prose li{margin:6px 0}
article.prose a{color:var(--rma-purple-2);text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px}
article.prose a:hover{color:var(--rma-mint-dark)}
article.prose strong{color:var(--rma-purple)}
article.prose blockquote{border-left:3px solid var(--rma-mint);padding:6px 0 6px 18px;margin:18px 0;color:var(--rma-muted);font-style:italic}
article.prose img{margin:18px 0;border-radius:10px}
article.prose hr{border:0;border-top:1px solid var(--rma-line);margin:28px 0}
article.prose table{width:100%;border-collapse:collapse;margin:18px 0;font-size:15px}
article.prose th,article.prose td{padding:10px 12px;border:1px solid var(--rma-line);text-align:left;vertical-align:top}
article.prose th{background:var(--rma-bg);color:var(--rma-purple)}

/* form band on subpages */
.form-band{background:var(--rma-bg);padding:64px 0;border-top:1px solid var(--rma-line)}
.form-band h2{text-align:center;font-size:clamp(1.6rem,2.8vw,2rem);margin:0 0 24px;color:var(--rma-purple)}

/* RESPONSIVE */
@media (max-width: 980px){
  .hero{padding:36px 0 48px}
  .hero .grid{grid-template-columns:1fr;gap:32px}
  .lead-panel{position:static}
  .cta-band .grid{grid-template-columns:1fr;gap:24px}
  .steps .grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 560px){
  .site-header .row{flex-direction:column;align-items:flex-start;gap:8px}
  .site-header .header-cta{width:100%;justify-content:flex-end}
  .steps .grid{grid-template-columns:1fr}
  .hero h1{font-size:2rem}
  .hero .phone-cta{font-size:16px;padding:12px 18px}
  .testimonial-card{padding:32px 24px}
  .site-footer .top{flex-direction:column;text-align:center}
}
