:root {
    --green: #3F9F7F;
    --green-dark: #236a5c;
    --blue-dark: #000465;
    --green-soft: #e3f9f3;
    --mint: #ECFFFA;
    --white: #fff;
    --mint-soft: #eef7f4;
    --ink: #1a1a1a;
    --black: #121314;
    --body: #4f5559;
    --muted: #444a50;
    --line: #e7e7e7;
    --sans: "Raleway", sans-serif;
    --maxw: 1280px;
    --radius: 12px;
    --err: #c0392b;
    --shadow: 0 22px 48px -26px rgba(20, 40, 35, .4);
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

p {
    margin: 0
}

a {
    color: var(--green-dark)
}

.green {
    color: var(--green)
}

body {
    margin: 0;
    background: var(--white);
    color: var(--body);
    font-family: var(--sans);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
    font-family: var(--sans);
    color: var(--ink);
    font-weight: 900;
    line-height: 1.14;
    margin: 0;
    letter-spacing: 0;
}

html input:focus,
html select:focus {
    outline: 2px solid var(--green);
    border-color: var(--green);
}

.btn-light {
    background: #fff;
    color: var(--green);
    box-shadow: 0 14px 26px -16px rgba(0, 0, 0, .35);
}

.btn-lg {
    font-size: 1.05rem;
    padding: 16px 32px;
}

.btn {
    border-style: none;
    padding: 15px 28px;
    border-radius: 6px;
    background: var(--green);
    cursor: pointer;
    box-shadow: 0 14px 26px -16px rgba(46, 132, 116, .85);
    transition: background .16s, transform .16s;
    display: inline-flex;
    align-items: center;
    gap: .55em;
    font-weight: 700;
    font-size: 16px;
    color: var(--white);
    text-decoration: none;
}

.btn:hover {
    background: var(--blue-dark);
    transform: translateY(-1px);
}

.btn .arr {
    font-size: 1.05em;
    line-height: 1;
    transform: translateY(.5px);
}

body p,
body span {
    line-height: 1.6;
}

/* HERO */
section.hero {
    background: var(--mint);
    padding: 150px 0 80px;
}

.hero-inner {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 48px;
    align-items: center;
}

.eyebrow {
    font-family: var(--sans);
    font-weight: 600;
    font-size: .85em;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--blue-dark);
    margin-bottom: 0;
}

.hero h1,
.hero h1 span {
    font-size: clamp(3.4rem, 4.5vw, 4em);
    letter-spacing: -2%;
    line-height: 1.1;
}

.hero h1 .l2 {
    display: block;
    font-size: 1em;
}

.hero p.sub {
    margin: 20px 0;
    font-size: 1.2em;
    color: #39423f;
    max-width: 520px;
}

.hero .reassure {
    margin-top: 24px;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    font-size: .92rem;
    color: #3c4a45;
}

.hero .faq-jump {
    margin-top: 18px;
    font-size: .95rem;
}

.hero .faq-jump a {
    color: var(--green-dark);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hero-art {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: var(--shadow);
    background: #fff;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 498px;
    max-height: 370px;
}

.green {
    color: var(--green);
}

.hero-art svg {
    width: 100%;
    height: 100%;
}


/* WHY THESE CALLS ARE ILLEGAL */
section.band {
    padding: 6rem 0;
}

.section-head {
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
}

.section-head h2,
.section-head h2 span {
    font-size: clamp(3rem, 3.7vw, 4rem);
}

.section-head .lead {
    margin: 0 auto 0;
    font-size: 1.8rem;
    color: #505355;
}

.section-head .btn {
    margin-top: 28px;
}

/* WHAT COUNTS AS A VIOLATION */
section.tint {
    background: var(--mint-soft);
}

.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 46px;
}

.card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px 26px;
    transition: transform .16s, box-shadow .16s;
}

.ic {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: var(--green-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.card h3 {
    font-size: 2rem;
    margin-bottom: 9px;
    font-weight: 800;
}

.card p {
    font-size: 1.6rem;
    color: var(--body);
    margin-bottom: 0;
    line-height: 1.6;
}

.ic svg {
    width: 25px;
    height: 25px;
    stroke: var(--green);
    fill: none;
    stroke-width: 2;
}

/* HOW MUCH IS YOUR CASE WORTH */
.tiers {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 46px;
}

.tier.neg {
    border-top: 5px solid var(--green);
}

.tier {
    border-radius: var(--radius);
    padding: 32px;
    border: 1px solid var(--line);
    background: #fff;
}

.tier.neg .amt {
    color: var(--green);
}

.tier .amt {
    font-family: var(--sans);
    font-weight: 800;
    font-size: 2.7em;
    color: var(--ink);
}

.tier .amt small {
    display: block;
    font-family: var(--sans);
    font-size: .92rem;
    font-weight: 500;
    color: var(--muted);
    margin-top: 5px;
}

.tier .amt small {
    display: block;
    font-family: var(--sans);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--muted);
    margin-top: 5px;
}

.tier h3 {
    font-size: 2rem;
    margin: 16px 0 8px;
    font-weight: 800;
}

.tier p {
    font-size: 1.5rem;
    color: var(--body);
}

.tier.will {
    border-top: 5px solid var(--ink);
    background: var(--mint);
}

.math {
    margin-top: 24px;
    background: var(--green);
    color: #fff;
    border-radius: var(--radius);
    padding: 30px 32px;
    display: flex;
    gap: 28px;
    align-items: center;
    flex-wrap: wrap
}

.math .big {
    font-family: var(--sans);
    font-weight: 800;
    font-size: 3rem;
    white-space: normal;
}

.math p {
    color: #eafaf5;
    font-size: 1.8rem;
    flex: 1;
    min-width: 250px;
    margin-bottom: 0;
}

.note {
    margin-top: 18px;
    font-size: 1.5rem;
    color: var(--muted);
    font-style: italic
}

/* ---------- What the law says ---------- */
.law-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 26px 46px;
    margin-top: 46px
}

.law-item h3 {
    font-size: 2.05rem;
    margin-bottom: 9px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    font-weight: 800;
}

.law-item h3::before {
    content: "\00A7";
    color: var(--green);
    font-weight: 800;
    font-size: 2.14rem;
}

.law-item p {
    font-size: 1.6rem;
    color: var(--muted);
    margin-bottom: 0;
}

.law-item b {
    color: var(--ink)
}

.law-item a {
    color: var(--green-dark);
    text-decoration: underline;
    text-underline-offset: 2px;
    display: inline-block;
}

/* ---------- Steps ---------- */
.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 46px;
    counter-reset: step
}

.step {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px 24px
}

.step::before {
    counter-increment: step;
    content: counter(step);
    font-family: var(--display);
    font-weight: 700;
    font-size: 2rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px
}

.step h3 {
    font-size: 1.85rem;
    margin-bottom: 8px;
    font-weight: 800;
}

.step p {
    font-size: 1.5rem;
    color: var(--muted);
    margin-bottom: 0;
    line-height: 1.6;
}

/* ---------- Evidence checklist ---------- */
section.tint {
    background: var(--mint);
}

.checklist {
    margin-top: 42px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 38px
}

.check {
    display: flex;
    gap: 14px;
    align-items: flex-start
}

.check .tick {
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--green-soft);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px
}

.check .tick svg {
    width: 15px;
    height: 15px;
    stroke: var(--green);
    stroke-width: 3;
    fill: none
}

.check b {
    color: var(--ink)
}

.check span {
    color: var(--body);
    font-size: 1.5rem
}

.softnote {
    margin-top: 32px;
    background: var(--green-soft);
    border-radius: var(--radius);
    padding: 24px 28px;
    color: var(--ink);
    font-size: 1.5rem
}

.softnote p {
    margin: 0;
    color: var(--ink);
}

/* ---------- Why choose us ---------- */
.why {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 46px;text-align: center;
}

.whycard .bic {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
   margin: 20px auto;
}

.whycard .bic svg {
    width: 27px;
    height: 27px;
    stroke: #fff;
    fill: none;
    stroke-width: 1.8
}

.whycard h3 {
    font-size: 1.85rem;
    margin-bottom: 9px;
    font-weight: 800;
    line-height: 1.12;
}

.whycard p {
    font-size: 1.5rem;
    color: var(--body);
}

/* ---------- FAQ ---------- */
.faq-layout {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 50px;
    align-items: start
}

.faq-intro .eyebrow {
    text-align: left;
    color: var(--blue-dark);
}

.faq-intro h2 {
    font-size: clamp(3rem, 3.7vw, 4rem)
}

.faq-intro p {
    margin: 10px 0;
    color: var(--body);
    font-size: 1.5rem;
}

.faq-intro .btn {
    margin-top: 26px
}

body .faq {
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    margin-bottom: 14px;
    overflow: hidden
}

.faq button {
    width: 100%;
    text-align: left;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 22px 24px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center
}

.faq .q-text {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 1.8rem;
    color: var(--ink)
}

.faq .tog {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--green-soft);
    color: var(--green-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    line-height: 1;
    transition: .2s
}

.faq.open .tog {
    background: var(--black);
    color: #fff;
    transform: rotate(45deg)
}

.faq .ans {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease
}

.faq .ans p {
    padding: 0 24px 24px;
    color: var(--body);
    font-size: 1.5rem;
    margin-bottom: 0;
}

.faq.open .ans {
    max-height: 460px
}

/* ---------- Related cluster ---------- */
.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 46px
}

.rel {
    display: block;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 26px 24px;
    transition: transform .16s, box-shadow .16s;
    text-decoration: none;
}

.rel:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow)
}

.rel h3 {
    font-size: 2.2rem;
    margin-bottom: 8px
}

.rel p {
    font-size: 1.43rem;
    color: var(--body)
}

.rel .arrow {
    color: var(--green-dark);
    font-weight: 700;
    font-size: 1.42rem;
    margin-top: 14px;
    display: inline-block
}

/*  Think you might qualify? */
.final {
    background: var(--green);
    color: var(--white);
    text-align: center;
    padding: 88px 0;
}

.final h2 {
    color: #fff;
    font-size: clamp(3rem, 3.8vw, 3.5rem);
    max-width: 760px;
    margin: 0 auto;
}

.final p {
    margin: 18px auto 0;
    color: #e9f7f3;
    font-size: 1.16rem;
    max-width: 560px;
}

.final .btn {
    margin-top: 32px;
    background-color: var(--white);
    color: var(--green);
}

.final p {
    margin: 18px auto 0;
    color: #e9f7f3;
    font-size: 1.72rem;
    max-width: 560px;
}

.final path {
    fill: var(--green);
}

@media (max-width: 767px) {
    section.hero {
        padding: 110px 0 80px;
    }

    section.band {
        padding: 60px 0
    }

    .hero .hero-inner {
        grid-template-columns: 1fr;
        gap: 34px
    }

    .hero-art {
        order: -1;
        max-width: 520px
    }

    .cards,
    .steps,
    .why {
        grid-template-columns: 1fr
    }

    .tiers,
    .checklist,
    .law-grid,
    .related-grid {
        grid-template-columns: 1fr
    }

    .faq-layout {
        grid-template-columns: 1fr;
        gap: 34px
    }

    .foot-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px
    }
	     body .team {
        display: block;
    }
}
.team {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem;
    justify-content: center;
    margin: 16px auto 0;
    padding: 2rem 4rem;
}

.team .whycard {
    background-color: #effdf8;
    padding: 2rem;
    border: 1px solid #ecf8f4;
    border-radius: 14px;
    max-height: 450px;
    text-align: center;
}

.team .whycard h3 {
    margin-top: 1.5rem;
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

.team .whycard img {
    border-radius: 6px;
}

.team .whycard p.desgination {
    margin-bottom: 5px;
}

.team .whycard .team-img {
    height: 320px;
    overflow: hidden;
    border-radius: 10px;
}

.team .whycard a {
    font-weight: 500;
}

.eyetext {
    text-align: center;
    margin-top: 3rem;
}

