:root {
    --black: #000000;
    --paper: #F7F5EF;
    --paper-2: #EFEBE0;
    --white: #ffffff;
    --gold-500: #D7C694;
    --gold-600: #B8A77A;
    --gold-400: #E3D4A8;
    --gold-justlaw: #F5A623;
    --ink-900: #000000;
    --ink-700: #2A3045;
    --ink-500: #5A6177;
    --ink-300: #A6ACBE;
    --cream: #F1E9D2;
    --line: #E4DFD0;
    --line-dark: rgba(215, 198, 148, 0.18);
}

* {
    box-sizing: border-box
}

html,
body {
    margin: 0;
    padding: 0
}

.serif {
    font-family: inherit;
    font-weight: 600;
    letter-spacing: -0.02em
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 32px
}

.container-narrow {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 32px
}

a {
    color: inherit;
    text-decoration: none
}

@media (max-width:520px) {

    .container,
    .container-narrow {
        padding: 0 5%;
    }
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    border-radius: 999px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.01em;
    transition: all .25s ease;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.btn-gold {
    background: var(--gold-500);
    color: #000
}

.btn-gold:hover {
    background: var(--gold-400);
    transform: translateY(-1px);
    box-shadow: 0 10px 30px -10px rgba(215, 198, 148, 0.6)
}

.btn-ghost-light {
    border: 1px solid rgba(215, 198, 148, 0.4);
    color: var(--gold-400)
}

.btn-ghost-light:hover {
    border-color: var(--gold-400);
    background: rgba(215, 198, 148, 0.06);
}

.arrow {
    display: inline-block;
    transition: transform .25s ease;
    font-size: 18px;
    line-height: 1
}

.btn:hover .arrow {
    transform: translateX(3px)
}

.dark {
    background: #000;
    color: #EAE6D9
}

.dark .serif {
    color: var(--cream)
}

.light {
    background: var(--paper)
}

.white {
    background: #fff
}

.paper-2 {
    background: var(--paper-2)
}

.h1 {
    font-size: clamp(36px, 4.6vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.02em;
    font-weight: 600
}

.h2 {
    font-size: clamp(28px, 3.4vw, 46px);
    line-height: 1.1;
    letter-spacing: -0.015em;
    font-weight: 600
}

@media (max-width:980px) {
    .h2 { 
        font-size: 30px !important;
    }
}

.sec-head {
    max-width: 700px;
    margin: 0 auto 56px;
    text-align: center
}

@media (max-width:980px) {
    .sec-head {
        max-width: 100%;
    }
}

.sec-head h2 {
    margin: 0 0 20px
}

.sec-head p {
    color: var(--ink-500);
    font-size: 18px;
    line-height: 1.6;
    max-width: 640px;
    margin: 0 auto
}

.dark .sec-head p {
    color: #C9C7BD
}

.sec {
    padding: 100px 0
}

@media (max-width:760px) {
    .sec {
        padding: 72px 0
    }
}

/* Hero */
.hero {
    background: linear-gradient(135deg, #000 0%, #1A2438 60%, #000 100%);
    color: #EAE6D9;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 18% 30%, rgba(215, 198, 148, 0.10), transparent 45%),
        radial-gradient(circle at 85% 80%, rgba(215, 198, 148, 0.06), transparent 50%);
    pointer-events: none;
}

.hero > .container {
    width: 100%;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 64px;
    align-items: center;
    align-content: center;
    min-height: 100vh;
    min-height: 100svh;
    padding: 96px 0;
    position: relative;
    z-index: 2;
}

@media (max-width:980px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 48px;
        padding: 70px 0;
    }

    .hero-visual {
        display: none !important;
    }
}

.hero h1 {
    margin: 0 0 24px;
    color: var(--cream)
}

.hero .accent {
    color: var(--gold-400);
    font-style: italic;
    font-weight: 600
}

/* Co-brand lockup above H1 */
  .hero-lockup{
    display:inline-flex;align-items:center;gap:32px;
    padding:18px 30px;margin:0 0 32px;
    border:1px solid rgba(215,198,148,0.25);
    border-radius:999px;
    background:rgba(255,255,255,0.02);
    backdrop-filter:blur(4px);
    margin-bottom: 50px;
  }
  .hero-lockup-justlaw{height:38px;width:auto;display:block;filter:brightness(1.05)}
  .hero-lockup-gc{height:38px;width:auto;display:block}
  .hero-lockup-x{
    font-family:'Inter',sans-serif;
    font-size:22px;color:#9DA3B5;
    line-height:1;display:inline-block;
  }
  @media (max-width:768px){
    .hero-lockup{gap:20px;padding:15px; display: flex;
        align-items: center;
        justify-content: center;}
    .hero-lockup-justlaw{height:30px}
    .hero-lockup-gc{height:28px}
    .hero-lockup-x{font-size:18px}
  }
  .hero-sub{color:#EAE6D9;font-size:18px;line-height:1.6;max-width:560px}
  .hero-cta{display:flex;gap:14px;margin-top:36px;flex-wrap:wrap}


.hero-sub-lg {
    color: var(--cream);
    font-size: 22px;
    max-width: 620px;
    margin: 0 0 28px;
    line-height: 1.4
}

.hero-sub {
    color: #EAE6D9;
    font-size: 18px;
    line-height: 1.6;
    max-width: 560px;
    margin: 0 0 36px;
}

@media (max-width:980px) {
    .hero-sub {
        max-width: 100%;
    }
}

.hero-cta {
    display: flex;
    gap: 14px;
    flex-wrap: wrap
}

/* Hero card */
.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center
}

.shield-card {
    width: 100%;
    max-width: 440px;
    background: linear-gradient(180deg, #0F1827, #0A111E);
    border: 1px solid rgba(215, 198, 148, 0.22);
    border-radius: 6px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

@media (max-width:980px) {
    .shield-card {
        max-width: 100%;
    }
}

.shield-head,
.shield-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.shield-head {
    border-bottom: 1px solid rgba(215, 198, 148, 0.15);
    color: #D7C694
}

.shield-foot {
    border-top: 1px solid rgba(215, 198, 148, 0.15);
    color: #9DA3B5;
    font-size: 10px
}

.shield-foot strong {
    color: #D7C694;
    font-weight: 500;
    letter-spacing: 0.14em
}

.shield-body {
    padding: 36px 20px 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle at 50% 40%, rgba(215, 198, 148, 0.06), transparent 60%);
}

/* Problem section */
.problem-text {
    max-width: 760px;
    margin: 0 auto
}

.problem-text p {
    font-size: 17px;
    line-height: 1.75;
    color: #C9C7BD;
    margin: 0 0 22px
}

.problem-text b, .problem-text strong {
    color: var(--cream);
    font-weight: 500
}

.problem-text p strong {
    color: var(--cream);
    font-weight: 500
}

.impact-table {
    width: 100%;
    max-width: 860px;
    margin: 48px auto 0;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 1.55;
    color: #C9C7BD;
}

.impact-table th,
.impact-table td {
    text-align: left;
    vertical-align: top;
    padding: 18px 22px;
    border: 1px solid rgba(215, 198, 148, 0.18);
}

.impact-table th {
    color: var(--cream);
    font-weight: 600;
    background: rgba(215, 198, 148, 0.06);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.impact-table td:first-child {
    color: var(--cream);
    font-weight: 500;
    width: 42%
}

@media (max-width:760px) {

    .impact-table,
    .impact-table tbody,
    .impact-table tr,
    .impact-table td,
    .impact-table thead,
    .impact-table th {
        display: block;
        width: 100%
    }

    .impact-table thead {
        display: none
    }

    .impact-table td {
        border: none;
        border-bottom: 1px solid rgba(215, 198, 148, 0.18);
        padding: 14px 0
    }

    .impact-table td:first-child {
        width: auto
    }
}

.callout {
    border-left: 2px solid var(--gold-500);
    padding: 24px 32px;
    background: rgba(215, 198, 148, 0.05);
    margin: 48px auto;
    font-size: 17px;
    line-height: 1.65;
    color: #C9C7BD;
    max-width: 760px;
}

/* Pillars */
.audyt-eyebrow {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--gold-600);
    margin: 0 0 40px;
    font-weight: 500;
}

.pillars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--line);
    border: 1px solid var(--line);
}

@media (max-width:760px) {
    .pillars {
        grid-template-columns: 1fr
    }
}

.pillar {
    background: var(--paper);
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media (max-width:980px) {
    .pillar {
        padding: 30px
    }
}

.pillar .num {
    font-size: 42px;
    color: var(--gold-600);
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.02em
}

.pillar h3 {
    font-size: 22px;
    margin: 0;
    letter-spacing: -0.01em;
    font-weight: 500
}

.pillar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.pillar li {
    font-size: 15px;
    color: var(--ink-700);
    line-height: 1.5;
    padding-left: 18px;
    position: relative
}

.pillar li::before {
    content: "";
    width: 6px;
    height: 1px;
    background: var(--gold-500);
    position: absolute;
    left: 0;
    top: 11px
}

.h2-color-gc {
    color: var(--gold-600);
    font-weight: 600
}

.h2-color-jl {
    color: var(--gold-justlaw);
    font-weight: 600
}

/* Process */
.process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

@media (max-width:980px) {
    .process {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:520px) {
    .process {
        grid-template-columns: 1fr
    }
}

.step {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--line-dark);
    border-radius: 4px;
    padding: 36px 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: all .3s ease;
}

.step:hover {
    border-color: var(--gold-500);
    transform: translateY(-2px)
}

.step .num {
    font-size: 56px;
    color: var(--gold-500);
    line-height: 0.9;
    font-weight: 600;
    letter-spacing: -0.02em
}

.step h4 {
    font-size: 18px;
    margin: 0;
    color: var(--cream);
    font-weight: 500
}

.step p {
    font-size: 14px;
    line-height: 1.5;
    color: #C9C7BD;
    margin: 0
}

/* Case study */
.case {
    background: var(--paper);
    border: 1px solid var(--line);
    display: grid;
    grid-template-columns: 1fr 1fr
}

@media (max-width:880px) {
    .case {
        grid-template-columns: 1fr
    }
}

.case-side {
    padding: 56px 48px
}

.case-side.dark-side {
    background: #000;
    color: #EAE6D9
}

.case-tag {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--gold-600)
}

.dark-side .case-tag {
    color: var(--gold-400)
}

.case h3 {
    font-size: 26px;
    margin: 12px 0 24px;
    letter-spacing: -0.01em;
    font-weight: 500
}

.case ul {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.case li {
    padding-left: 20px;
    position: relative;
    font-size: 15px;
    line-height: 1.55;
    color: var(--ink-700)
}

.dark-side li {
    color: #C9C7BD
}

.case li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: var(--gold-500)
}

.case-intro {
    font-size: 15px;
    color: var(--ink-500);
    margin: 0 0 16px;
    line-height: 1.6
}

.finance {
    background: rgba(215, 198, 148, 0.08);
    border: 1px solid var(--line-dark);
    padding: 24px;
    margin-top: 24px;
    border-radius: 4px
}

.finance .row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 14px;
    border-bottom: 1px dashed var(--line-dark)
}

.finance .row:last-child {
    border-bottom: none
}

.finance .row strong {
    color: var(--cream);
    font-weight: 500
}

.finance .total {
    margin-top: 12px;
    padding-top: 16px;
    border-top: 1px solid var(--gold-500);
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: var(--gold-400);
    font-weight: 500
}

.case-quote {
    margin-top: 32px;
    padding: 20px 24px;
    background: rgba(215, 198, 148, 0.1);
    border-left: 2px solid var(--gold-500);
    font-size: 18px;
    color: var(--cream);
    font-style: italic;
    font-weight: 500
}

/* Partners */
.partners {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    margin-top: 24px
}

@media (max-width:880px) {
    .partners {
        grid-template-columns: 1fr
    }
}

.partner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 40px;
    transition: all .25s ease;
    color: inherit;
    text-decoration: none
}

.partner:hover {
    border-color: var(--gold-500);
    transform: translateY(-2px);
    box-shadow: 0 20px 60px -25px rgba(0, 0, 0, 0.15)
}

.partner-logo {
    height: 64px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--line);
    padding-bottom: 24px
}

.partner-logo.justlaw img {
    height: 44px;
    width: auto;
    display: block;
    object-fit: contain
}

.partner-logo.gc img {
    height: 32px;
    width: auto;
    display: block
}

.partner p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--ink-700);
    margin: 0;
    flex: 1
}

.partner-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 500;
    color: var(--gold-600);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-top: 8px
}

.partner:hover .partner-link .arrow {
    transform: translateX(3px)
}

/* Reasons */
.reasons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--line)
}

@media (max-width:760px) {
    .reasons {
        grid-template-columns: 1fr
    }
}

.reason {
    background: #fff;
    padding: 40px;
    display: flex;
    gap: 24px
}

@media (max-width:980px) {
   .reason {
        padding: 30px;
        flex-direction: column;
    }
}

.reason .icon {
    flex: 0 0 56px;
    height: 56px;
    border: 1px solid var(--gold-500);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--gold-600);
    font-size: 24px;
}
@media (max-width:980px) {
    .reason .icon {
        width: 56px;
        height: 56px;
    }
}

.reason .icon img,
.reason .icon svg {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.reason .icon img {
    filter: brightness(0) saturate(100%) invert(63%) sepia(18%) saturate(589%) hue-rotate(6deg) brightness(95%) contrast(88%);
}

.reason h4 {
    font-size: 19px;
    margin: 0 0 8px;
    letter-spacing: -0.01em;
    font-weight: 500
}

.reason p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--ink-700);
    margin: 0
}

/* Team */
.team {
    justify-content: center;
    display: flex;
    gap: 24px;
    margin-top: 64px
}

@media (max-width:980px) {
    .team {
        flex-direction: column;
    align-items: center;
    margin-top: 40px; 
    }
}

.member {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.member .photo {
    width: 300px;
aspect-ratio: 1 / 1;

    background: linear-gradient(180deg, #D8D3C2, #BFB9A6);
    position: relative;
    overflow: hidden;
}

.member .silhouette {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 60%;
    height: 80%;
    background: rgba(0, 0, 0, 0.12);
    border-radius: 50% 50% 0 0 / 35% 35% 0 0
}

.member .silhouette::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -18%;
    transform: translateX(-50%);
    width: 42%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.18);
}

.member .name {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.005em
}

.member .role {
    font-size: 13px;
    color: var(--ink-500);
    line-height: 1.5
}

.team-note {
    text-align: center;
    margin-top: 32px;
    font-size: 13px;
    color: var(--ink-500);
    font-style: italic
}

/* Audience */
.audience {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: var(--line-dark)
}

@media (max-width:760px) {
    .audience {
        grid-template-columns: 1fr
    }
}

.audience-item {
    background: #0A0A0A;
    padding: 32px 36px;
    display: flex;
    gap: 20px;
    align-items: flex-start
}

.audience-item .check {
    flex: 0 0 28px;
    height: 28px;
    border: 1px solid var(--gold-500);
    display: grid;
    place-items: center;
    color: var(--gold-500);
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600
}

.audience-item p {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    color: #EAE6D9
}

/* Lead magnet */
.lead-magnet {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    background: var(--paper-2);
    padding: 80px;
    border: 1px solid var(--line)
}

@media (max-width:880px) {
    .lead-magnet {
        grid-template-columns: 1fr;
        padding: 48px;
        gap: 48px
    }
}

.lead-magnet-tagline {
    font-style: italic;
    color: var(--ink-700);
    font-size: 20px;
    margin-top: 16px
}

.report-mock {
    aspect-ratio: 3/4;
    background: linear-gradient(160deg, #000, #141414);
    color: #EAE6D9;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.report-mock::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(225deg, var(--gold-500) 50%, transparent 50%);
    opacity: 0.2;
}

.report-logo {
    width: 36px;
    height: 36px;
    border: 1px solid var(--gold-500);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--gold-500);
    font-style: italic;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 24px;
}

.report-mock .tag {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--gold-400)
}

.report-mock .title {
    font-size: 30px;
    line-height: 1.1;
    margin: 16px 0 24px;
    color: var(--cream);
    font-weight: 600;
    letter-spacing: -0.02em
}

.report-mock .title em {
    color: #D7C694;
    font-style: normal
}

.report-mock ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13px;
    color: #C9C7BD
}

.report-mock li {
    padding-left: 14px;
    position: relative
}

.report-mock li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 1px;
    background: var(--gold-500)
}

.form-row p{
    
        display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px
    
}

@media (max-width:520px) {
    .form-row p {
        grid-template-columns: 1fr
    }
}

.input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--line);
    background: #fff;
    font-family: inherit;
    font-size: 15px;
    color: var(--ink-900);
    transition: border-color .2s ease;
}

.input:focus {
    outline: none;
    border-color: var(--gold-500)
}

.input::placeholder {
    color: var(--ink-300)
}

.checkbox-row {
    display: flex;
    gap: 5px;
    align-items: flex-start;
    margin: 18px 0;
    font-size: 13px;
    color: var(--ink-500);
    line-height: 1.5
}
.wpcf7-list-item {
    margin: 0;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    margin-top: 30px;
    padding: 20px;
    font-size: 14px;
}
.wpcf7-not-valid-tip {
    display: none
}

.checkbox-row input {
    margin-top: 3px;
    accent-color: var(--gold-500)
}

.form-note {
    margin-top: 16px;
    font-size: 12px;
    color: var(--ink-500);
    text-align: center;
    line-height: 1.5
}

.thank-you {
    display: none;
    padding: 32px;
    border: 1px solid var(--gold-500);
    background: rgba(215, 198, 148, 0.06)
}

.thank-you h3 {
    font-size: 24px;
    margin: 0 0 12px;
    color: #000
}

.thank-you p {
    font-size: 15px;
    color: var(--ink-700);
    margin: 0;
    line-height: 1.6
}

/* FAQ */
.faq-section {
    background: #fff;
}

.faq-list {
    border-top: 1px solid var(--line);
}

details.faq-item {
    border-bottom: 1px solid var(--line);
    padding: 0;
}

details.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 28px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.005em;
    color: #000;
    user-select: none;
}

details.faq-item summary::-webkit-details-marker {
    display: none
}

details.faq-item summary:focus-visible {
    outline: 2px solid var(--gold-500);
    outline-offset: 4px;
}

details.faq-item summary:hover {
    color: var(--gold-600)
}

details.faq-item summary > span:first-child {
    min-width: 0;
}

details.faq-item summary .plus {
    flex: 0 0 32px;
    height: 32px;
    border: 1px solid var(--line);
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: all .25s ease;
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

details.faq-item[open] summary .plus {
    background: var(--gold-500);
    border-color: var(--gold-500);
    transform: rotate(45deg)
}

details.faq-item .faq-a {
    padding: 0 0 28px;
    color: var(--ink-700);
    font-size: 16px;
    line-height: 1.65
}

details.faq-item .faq-a p {
    margin: 0 0 16px;
}

details.faq-item .faq-a p:last-child {
    margin-bottom: 0;
}

@media (max-width:520px) {
    details.faq-item summary {
        align-items: flex-start;
        gap: 16px;
        padding: 22px 0;
        font-size: 16px;
    }

    details.faq-item summary .plus {
        flex-basis: 28px;
        height: 28px;
    }

    details.faq-item .faq-a {
        padding-bottom: 22px;
        font-size: 15px;
    }
}

/* Final CTA */
.final {
    background: #000;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(215, 198, 148, 0.12), transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(28, 44, 90, 0.6), transparent 50%);
    padding: 100px 0;
    color: #EAE6D9;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.final h2 {
    margin: 0 auto 24px;
    max-width: 880px
}

.final h2 em {
    color: var(--gold-400);
    font-style: italic
}

.final p {
    max-width: 640px;
    margin: 0 auto 40px;
    color: #C9C7BD;
    font-size: 18px;
    line-height: 1.6
}

.final .ctas {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap
}

@media (max-width:760px) {
    .h1 {
        font-size: 36px
    }

    .h2 {
        font-size: 30px
    }

    .case-side {
        padding: 40px 28px
    }
}


body.page-template-page-lp-audyt .sHeader, body.page-template-page-lp-audyt .sFooter {display: none !important;}


#spotkanie .text-center p {
    text-align: center;
    display: block;
}
#spotkanie .text-center p .wpcf7-spinner {
    display: none
}

[role="dialog"][aria-label="Popup"],
[data-ats-popup], .eaRFCr { display: none !important; }
