:root {
    --gcc-blue: #1f1f1f;
    --gcc-dark-blue: #111111;
    --gcc-red: #E11B1D;
    --gcc-red-dark: #B90F14;
    --gcc-gold: #E11B1D;
    --gcc-green: #10A451;
    --gcc-body: #242424;
    --gcc-muted: #6B7280;
    --gcc-soft: #F7F7F9;
    --gcc-soft-blue: rgba(225, 27, 29, 0.055);
    --gcc-border: #E5E7EB;
    --gcc-white: #ffffff;
    --gcc-shadow: 0 18px 45px rgba(20, 20, 40, 0.08);
    --gcc-radius: 10px;
}

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 60px;
    background: var(--gcc-soft);
    color: var(--gcc-body);
    font-family: "Avenir Next", "GE SS Text", "Myriad Pro", Arial, sans-serif;
    overflow-x: hidden;
}

html[dir="rtl"] body {
    font-family: "GE SS Text", "Avenir Next", "Myriad Pro", Arial, sans-serif;
}

a {
    color: var(--gcc-red);
    text-decoration: none;
}

    a:hover {
        color: var(--gcc-red-dark);
    }

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-select:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.18rem rgba(225, 27, 29, 0.14);
}

.navbar {
    background: #ffffff !important;
    border-bottom: 1px solid #ececec !important;
    min-height: 72px;
}

    .navbar .container-fluid {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

.navbar-brand {
    font-weight: 800;
    color: var(--gcc-blue) !important;
    letter-spacing: 0.2px;
}

.navbar .navbar-collapse {
    flex-grow: 1;
}

.main-menu,
.language-menu {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.navbar-nav .nav-link {
    color: rgba(42, 42, 42, 0.72);
    font-weight: 600;
    font-size: 0.95rem;
}

    .navbar-nav .nav-link:hover {
        color: var(--gcc-red);
    }

html[dir="ltr"] .main-menu {
    margin-left: 1.25rem;
    margin-right: auto;
}

html[dir="ltr"] .language-menu {
    margin-left: auto;
    margin-right: 0;
}

html[dir="rtl"] .main-menu {
    margin-right: 1.25rem;
    margin-left: auto;
}

html[dir="rtl"] .language-menu {
    margin-right: auto;
    margin-left: 0;
}

.gcccac-theme {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, var(--gcc-soft) 52%, #ffffff 100%);
    min-height: calc(100vh - 72px);
}

    .gcccac-theme::before {
        content: "";
        position: fixed;
        inset: 0;
        background-image: url('/images/the-center-bg.svg');
        background-repeat: no-repeat;
        background-position: top left;
        background-size: 520px auto;
        opacity: 0.025;
        pointer-events: none;
    }

.consultation-page {
    width: 100vw;
    margin-inline-start: calc(50% - 50vw);
    margin-inline-end: calc(50% - 50vw);
}

.consultation-hero-v2 {
    padding: 84px 0 112px;
    background: radial-gradient(circle at 15% 24%, rgba(48, 48, 122, 0.055) 0 0, rgba(48, 48, 122, 0.055) 260px, transparent 262px), radial-gradient(circle at 92% 38%, rgba(206, 73, 71, 0.045) 0 0, transparent 270px), linear-gradient(180deg, #fbfbfc 0%, #ffffff 54%, #f7f7f9 100%);
    color: var(--gcc-body);
    position: relative;
    overflow: hidden;
    min-height: 610px;
}

    .consultation-hero-v2::before {
        content: "";
        position: absolute;
        inset-inline-start: 4.2%;
        bottom: 88px;
        width: 170px;
        height: 170px;
        opacity: 0.055;
        border: 12px solid #303030;
        border-radius: 18px;
        transform: rotate(5deg);
        pointer-events: none;
    }

    .consultation-hero-v2::after {
        content: "";
        position: absolute;
        inset-inline-end: 5.4%;
        top: 142px;
        width: 120px;
        height: 120px;
        opacity: 0.12;
        background-image: radial-gradient(#c8c8c8 1.5px, transparent 1.5px);
        background-size: 12px 12px;
        pointer-events: none;
    }

.hero-top-red {
    position: absolute;
    inset: 0 0 auto 0;
    height: 26px;
    background: linear-gradient(90deg, #e92721 0%, #d61016 72%, #f13a2e 100%);
    z-index: 1;
}

    .hero-top-red::after {
        content: "";
        position: absolute;
        inset-inline-end: 8%;
        top: 0;
        width: 140px;
        height: 40px;
        background: #fbfbfc;
        border-radius: 0 0 70px 70px;
    }

.hero-bottom-red {
    position: absolute;
    inset: auto 0 0 0;
    height: 116px;
    background: linear-gradient(100deg, #e71918 0%, #d90f17 58%, #f33c30 100%);
    clip-path: ellipse(82% 58% at 45% 100%);
    z-index: 1;
}

    .hero-bottom-red::after {
        content: "";
        position: absolute;
        inset: auto 0 0 0;
        height: 72px;
        background: rgba(150, 0, 0, 0.08);
        clip-path: ellipse(78% 62% at 50% 100%);
    }

.hero-bottom-chevron {
    position: absolute;
    bottom: 42px;
    inset-inline-start: 50%;
    transform: translateX(-50%);
    z-index: 3;
    color: rgba(206, 73, 71, 0.42);
    font-size: 2rem;
    line-height: 0.55;
    letter-spacing: -9px;
    font-weight: 900;
    background: #ffffff;
    width: 74px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 40px 40px;
}

.hero-legal-bg {
    position: absolute;
    z-index: 1;
    color: #1f1f1f;
    opacity: 0.055;
    font-size: 11rem;
    line-height: 1;
    pointer-events: none;
    font-family: Georgia, serif;
}

.hero-legal-bg-left {
    inset-inline-start: 2.5%;
    bottom: 120px;
    transform: rotate(-8deg);
}

.hero-legal-bg-right {
    inset-inline-end: 5.5%;
    top: 255px;
    transform: scaleX(-1);
}

.hero-v2-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    grid-template-areas: "logo content";
    gap: clamp(34px, 5vw, 84px);
    align-items: start;
}

.hero-logo-area {
    grid-area: logo;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 8px;
    padding: 26px 28px;
    box-shadow: 0 18px 45px rgba(20, 20, 40, 0.10);
    border: 1px solid rgba(0, 0, 0, 0.04);
    margin-top: 26px;
}

.hero-logo {
    display: block;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}

.hero-text-area {
    grid-area: content;
    max-width: 1040px;
    justify-self: end;
    text-align: right;
    padding-top: 16px;
}

html[dir="ltr"] .hero-text-area {
    text-align: left;
    justify-self: start;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: #1f1f1f;
    font-weight: 900;
    font-size: clamp(2rem, 3.2vw, 3.45rem);
    line-height: 1.2;
    margin-bottom: 48px;
}

.hero-red-mark {
    color: #e11b1d;
    font-size: 2rem;
    letter-spacing: -8px;
    line-height: 1;
    transform: translateY(2px);
}

.hero-text-area h1 {
    font-family: "GE SS Text", "Avenir Next", "Myriad Pro", Arial, sans-serif;
    font-size: clamp(2.2rem, 4vw, 4.15rem);
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: -0.8px;
    color: #171717;
    margin: 0;
    max-width: 1000px;
}

.hero-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(210px, 1fr));
    gap: 28px;
    margin-top: 36px;
    direction: rtl;
}

html[dir="ltr"] .hero-facts {
    direction: ltr;
}

.hero-fact {
    min-height: 132px;
    padding: 24px 28px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(0, 0, 0, 0.045);
    box-shadow: 0 16px 40px rgba(40, 40, 45, 0.10);
    display: grid;
    grid-template-columns: 64px 4px 1fr;
    align-items: center;
    column-gap: 18px;
    text-align: right;
}

html[dir="ltr"] .hero-fact {
    text-align: left;
}

.hero-fact-icon {
    width: 62px;
    height: 62px;
    color: #c9c9cc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .hero-fact-icon svg {
        width: 100%;
        height: 100%;
    }

.hero-fact-divider {
    display: block;
    width: 4px;
    height: 56px;
    background: #e11b1d;
    border-radius: 999px;
}

.hero-fact-content strong {
    display: block;
    color: #e11b1d;
    font-size: clamp(1.55rem, 2vw, 2.3rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    white-space: nowrap;
}

.hero-fact-content span {
    display: block;
    margin-top: 12px;
    color: #292929;
    font-size: 1.05rem;
    line-height: 1.4;
}

.consultation-main-v2 {
    margin-top: -54px;
    padding-bottom: 80px;
    position: relative;
    z-index: 4;
}

.request-card,
.side-card-v2 {
    background: #ffffff;
    border: 1px solid var(--gcc-border);
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(20, 20, 40, 0.08);
}

.request-card {
    padding: 34px;
    border-top: 5px solid var(--gcc-red);
}

.side-card-v2 {
    padding: 24px;
    border-top: 5px solid var(--gcc-red);
}

.sticky-side {
    position: sticky;
    top: 24px;
}

.request-card-header {
    padding-bottom: 22px;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--gcc-border);
}

html[dir="rtl"] .request-card-header {
    text-align: right;
}

html[dir="ltr"] .request-card-header {
    text-align: left;
}

.small-heading {
    color: var(--gcc-red);
    font-weight: 800;
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.request-card-header h2 {
    color: var(--gcc-dark-blue);
    font-family: "Myriad Pro", "Avenir Next", "GE SS Text", Arial, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    margin: 8px 0 6px;
}

.request-card-header p {
    color: var(--gcc-muted);
    margin: 0;
    font-size: 0.96rem;
}

.form-section-v2 {
    margin-bottom: 34px;
}

.section-title-v2 {
    display: grid;
    align-items: center;
    column-gap: 12px;
    background: #FAFAFB;
    border: 1px solid #ECEEF2;
    border-radius: 12px;
    padding: 13px 16px;
    margin-bottom: 24px;
}

    .section-title-v2 span {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: var(--gcc-red);
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
        font-size: 0.9rem;
        box-shadow: 0 6px 15px rgba(225, 27, 29, 0.18);
    }

    .section-title-v2 h3 {
        color: var(--gcc-dark-blue);
        font-weight: 800;
        font-size: 1.05rem;
        margin: 0;
    }

html[dir="rtl"] .section-title-v2 {
    direction: rtl;
    grid-template-columns: 34px auto 1fr;
    text-align: right;
}

html[dir="ltr"] .section-title-v2 {
    direction: ltr;
    grid-template-columns: 34px auto 1fr;
    text-align: left;
}

.form-label {
    color: var(--gcc-dark-blue);
    font-weight: 800;
    font-size: 0.92rem;
    margin-bottom: 8px;
}

html[dir="rtl"] .form-label,
html[dir="rtl"] .field-help,
html[dir="rtl"] .text-danger {
    text-align: right;
}

html[dir="ltr"] .form-label,
html[dir="ltr"] .field-help,
html[dir="ltr"] .text-danger {
    text-align: left;
}

.gcc-input {
    min-height: 50px;
    border-radius: 10px;
    border: 1px solid #E5E7EB;
    background-color: #ffffff;
    color: var(--gcc-body);
    font-size: 0.96rem;
    padding: 11px 14px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

    .gcc-input:focus {
        border-color: var(--gcc-red);
        box-shadow: 0 0 0 0.18rem rgba(225, 27, 29, 0.13);
    }

.gcc-textarea {
    min-height: 155px;
}

.field-help {
    display: block;
    margin-top: 7px;
    color: var(--gcc-muted);
    font-size: 0.82rem;
}

.ltr-inline {
    direction: ltr;
    unicode-bidi: isolate;
    display: inline-block;
    margin-inline-start: 4px;
}

.text-danger {
    font-size: 0.8rem;
    margin-top: 6px;
    display: block;
}

.ltr-input,
.phone-input {
    direction: ltr !important;
    text-align: left !important;
}

.ltr-file {
    direction: ltr !important;
    text-align: left !important;
}

/* custom select arrow */
.gcc-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23E11B1D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

html[dir="rtl"] .gcc-select {
    background-position: left 14px center;
    padding-left: 40px;
    padding-right: 14px;
    text-align: right;
}

html[dir="ltr"] .gcc-select {
    background-position: right 14px center;
    padding-right: 40px;
    padding-left: 14px;
    text-align: left;
}

.upload-panel {
    background: #FAFAFB;
    border: 1px dashed #D6D9E0;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 18px;
}

.upload-panel-title {
    color: var(--gcc-dark-blue);
    font-weight: 800;
    margin-bottom: 10px;
}

html[dir="rtl"] .upload-panel {
    text-align: right;
}

html[dir="ltr"] .upload-panel {
    text-align: left;
}

.terms-panel {
    background: rgba(225, 27, 29, 0.055);
    border: 1px solid rgba(225, 27, 29, 0.18);
    border-radius: 12px;
    padding: 16px 18px;
    color: var(--gcc-dark-blue);
}

html[dir="rtl"] .terms-panel {
    text-align: right;
}

html[dir="ltr"] .terms-panel {
    text-align: left;
}

html[dir="rtl"] .form-check-reverse {
    padding-right: 1.7em;
    padding-left: 0;
}

    html[dir="rtl"] .form-check-reverse .form-check-input {
        float: right;
        margin-right: -1.7em;
        margin-left: 0;
    }

.submit-row-v2 {
    padding-top: 24px;
    border-top: 1px solid var(--gcc-border);
}

html[dir="rtl"] .submit-row-v2 {
    text-align: left;
}

html[dir="ltr"] .submit-row-v2 {
    text-align: right;
}

.gcc-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    min-width: 280px;
    padding: 0 24px;
    border-radius: 10px;
    border: 1px solid var(--gcc-red);
    background: linear-gradient(135deg, var(--gcc-red), #C91519);
    color: #ffffff;
    font-weight: 800;
    font-size: 0.96rem;
    transition: all 0.28s ease;
}

html[dir="rtl"] .gcc-submit-btn {
    flex-direction: row-reverse;
}

html[dir="ltr"] .gcc-submit-btn {
    flex-direction: row;
}

.gcc-submit-btn:hover {
    background: linear-gradient(135deg, #C91519, var(--gcc-red-dark));
    border-color: #C91519;
    color: #ffffff;
}

.gcc-submit-btn .btn-text {
    line-height: 1;
}

.gcc-submit-btn .btn-arrow {
    font-size: 1.05rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.side-card-header {
    margin-bottom: 22px;
}

.no-logo-header h3 {
    color: var(--gcc-blue);
    font-size: 1.35rem;
    font-weight: 800;
    margin: 0;
}

html[dir="rtl"] .side-card-header {
    text-align: right;
}

html[dir="ltr"] .side-card-header {
    text-align: left;
}

.side-step {
    display: grid;
    column-gap: 12px;
    align-items: start;
    margin-bottom: 18px;
}

    .side-step > span {
        width: 32px;
        height: 32px;
        background: rgba(225, 27, 29, 0.08);
        color: var(--gcc-red);
        border: 1px solid rgba(225, 27, 29, 0.18);
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
        font-size: 0.9rem;
    }

    .side-step strong {
        display: block;
        color: var(--gcc-dark-blue);
        font-size: 0.94rem;
        margin-bottom: 4px;
    }

    .side-step p {
        color: var(--gcc-muted);
        margin: 0;
        font-size: 0.82rem;
        line-height: 1.6;
    }

html[dir="rtl"] .side-step {
    direction: rtl;
    grid-template-columns: 32px 1fr;
    text-align: right;
}

html[dir="ltr"] .side-step {
    direction: ltr;
    grid-template-columns: 32px 1fr;
    text-align: left;
}

.fee-panel {
    margin-top: 24px;
    padding: 18px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(225, 27, 29, 0.07), #ffffff);
    border: 1px solid rgba(225, 27, 29, 0.18);
}

    .fee-panel span,
    .support-panel span {
        display: block;
        color: var(--gcc-muted);
        font-size: 0.85rem;
        margin-bottom: 6px;
    }

    .fee-panel strong {
        color: var(--gcc-red);
        font-size: 1.45rem;
        font-weight: 900;
    }

.support-panel {
    margin-top: 14px;
    padding: 18px;
    border-radius: 12px;
    background: #FAFAFB;
    border: 1px solid #ECEEF2;
}

    .support-panel strong {
        color: var(--gcc-dark-blue);
        font-size: 0.95rem;
    }

html[dir="rtl"] .fee-panel,
html[dir="rtl"] .support-panel {
    text-align: right;
}

html[dir="ltr"] .fee-panel,
html[dir="ltr"] .support-panel {
    text-align: left;
}

@media (max-width: 991.98px) {
    .consultation-hero-v2 {
        padding: 58px 0 104px;
        min-height: unset;
    }

    .hero-v2-inner {
        grid-template-columns: 1fr;
        grid-template-areas:
            "logo"
            "content";
        gap: 24px;
    }

    .hero-logo-area {
        max-width: 320px;
        margin: 0 auto;
    }

    .hero-text-area,
    html[dir="rtl"] .hero-text-area,
    html[dir="ltr"] .hero-text-area {
        text-align: center;
        justify-self: center;
        margin: 0 auto;
    }

    .hero-kicker {
        margin-bottom: 24px;
    }

    .hero-facts {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

    .consultation-main-v2 {
        margin-top: -42px;
    }

    .sticky-side {
        position: static;
    }

    .request-card,
    .side-card-v2 {
        padding: 24px;
    }
}

@media (max-width: 575.98px) {
    .consultation-hero-v2 {
        padding: 44px 0 92px;
    }

    .hero-kicker {
        font-size: 1.7rem;
        gap: 12px;
    }

    .hero-text-area h1 {
        font-size: 2rem;
    }

    .hero-fact {
        grid-template-columns: 52px 4px 1fr;
        column-gap: 14px;
        min-height: 110px;
        padding: 18px;
    }

    .hero-fact-icon {
        width: 50px;
        height: 50px;
    }

    .hero-fact-content strong {
        font-size: 1.55rem;
    }

    .request-card,
    .side-card-v2 {
        padding: 20px;
    }

    .gcc-submit-btn {
        width: 100%;
        min-width: unset;
    }
}

.support-number {
    direction: ltr !important;
    unicode-bidi: isolate !important;
    text-align: left !important;
    display: inline-block !important;
    white-space: nowrap !important;
}

html[dir="rtl"] .support-number {
    direction: ltr !important;
    unicode-bidi: isolate !important;
    text-align: left !important;
}

/* ================================
   Red/White Form Theme Overrides
   Added to align form with new hero design
   ================================ */

.request-card,
.side-card-v2 {
    border-color: rgba(0, 0, 0, 0.06);
}

.request-card-header h2,
.no-logo-header h3,
.section-title-v2 h3,
.form-label,
.upload-panel-title,
.side-step strong {
    color: var(--gcc-dark-blue) !important;
}

.section-title-v2 span {
    background: var(--gcc-red) !important;
    box-shadow: 0 6px 15px rgba(225, 27, 29, 0.18) !important;
}

.gcc-input:focus,
.form-control:focus,
.form-select:focus {
    border-color: var(--gcc-red) !important;
    box-shadow: 0 0 0 0.18rem rgba(225, 27, 29, 0.13) !important;
}

.gcc-submit-btn,
.btn-primary {
    background: linear-gradient(135deg, var(--gcc-red), #C91519) !important;
    border-color: var(--gcc-red) !important;
    color: #ffffff !important;
    border-radius: 10px;
    box-shadow: 0 12px 24px rgba(225, 27, 29, 0.22);
}

    .gcc-submit-btn:hover,
    .btn-primary:hover {
        background: linear-gradient(135deg, #C91519, var(--gcc-red-dark)) !important;
        border-color: #C91519 !important;
        color: #ffffff !important;
        transform: translateY(-1px);
    }

.form-check-input:checked {
    background-color: var(--gcc-red);
    border-color: var(--gcc-red);
}

.text-danger,
.field-validation-error {
    color: var(--gcc-red) !important;
}
/* ================================
   Final Legal Consultation Hero
   ================================ */

.consultation-page {
    width: 100vw;
    margin-inline-start: calc(50% - 50vw);
    margin-inline-end: calc(50% - 50vw);
}

.consultation-hero-v2 {
    position: relative;
    overflow: hidden;
    min-height: 620px;
    padding: 92px 0 122px;
    background: radial-gradient(circle at 12% 22%, rgba(45, 47, 75, 0.07) 0 0, rgba(45, 47, 75, 0.07) 300px, transparent 302px), radial-gradient(circle at 92% 34%, rgba(225, 27, 29, 0.035) 0 0, transparent 285px), linear-gradient(180deg, #fbfbfc 0%, #ffffff 55%, #f7f7f9 100%);
    color: #1f1f1f;
}

    .consultation-hero-v2::after {
        content: "";
        position: absolute;
        inset-inline-start: 6%;
        top: 150px;
        width: 145px;
        height: 145px;
        opacity: 0.12;
        background-image: radial-gradient(#cfcfd3 1.4px, transparent 1.4px);
        background-size: 12px 12px;
        pointer-events: none;
    }

/* Top red bar */
.hero-top-red {
    position: absolute;
    inset: 0 0 auto 0;
    height: 32px;
    background: linear-gradient(90deg, #e92721 0%, #d61016 72%, #f13a2e 100%);
    z-index: 2;
}

    .hero-top-red::after {
        content: "";
        position: absolute;
        inset-inline-start: 8%;
        top: 0;
        width: 176px;
        height: 50px;
        background: #fbfbfc;
        border-radius: 0 0 42px 42px;
    }

/* Bottom red wave */
.hero-bottom-red {
    position: absolute;
    inset: auto 0 0 0;
    height: 108px;
    background: linear-gradient(100deg, #e71918 0%, #d90f17 58%, #f33c30 100%);
    clip-path: ellipse(84% 56% at 45% 100%);
    z-index: 2;
}

    .hero-bottom-red::after {
        content: "";
        position: absolute;
        inset: auto 0 0 0;
        height: 68px;
        background: rgba(120, 0, 0, 0.08);
        clip-path: ellipse(82% 58% at 50% 100%);
    }

/* Background legal icons */
.hero-legal-bg {
    position: absolute;
    z-index: 1;
    color: #1f1f1f;
    opacity: 0.045;
    font-size: 11rem;
    line-height: 1;
    pointer-events: none;
    font-family: Georgia, serif;
}

.hero-legal-bg-left {
    inset-inline-start: 6%;
    bottom: 165px;
}

.hero-legal-bg-right {
    inset-inline-end: 7%;
    bottom: 118px;
    transform: scaleX(-1) rotate(-5deg);
}

/* Layout */
.hero-v2-inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 410px;
    grid-template-areas: "content logo";
    gap: 48px;
    align-items: start;
}

/* Logo */
.hero-logo-area {
    grid-area: logo;
    width: 410px;
    min-height: 122px;
    margin-top: 6px;
    padding: 22px 28px;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(20, 20, 40, 0.10);
    border: 1px solid rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
}

.hero-logo {
    display: block;
    width: 100%;
    max-width: 350px;
    height: auto;
    object-fit: contain;
}

/* Text */
.hero-text-area {
    grid-area: content;
    text-align: center;
    justify-self: center;
    width: 100%;
    max-width: 1100px;
    padding-top: 8px;
}

.hero-kicker {
    display: block;
    color: #1f1f1f;
    font-family: "GE SS Text", "Avenir Next", "Myriad Pro", Arial, sans-serif;
    font-weight: 900;
    font-size: clamp(2rem, 3vw, 3.2rem);
    line-height: 1.25;
    margin-bottom: 48px;
}

.hero-text-area h1 {
    font-family: "GE SS Text", "Avenir Next", "Myriad Pro", Arial, sans-serif;
    font-size: clamp(2.35rem, 3.8vw, 4rem);
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: -0.5px;
    color: #171717;
    margin: 0 auto;
    max-width: 1060px;
}

/* Fact cards */
.hero-facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(240px, 1fr));
    gap: 36px;
    max-width: 1120px;
    margin: 48px auto 0;
    direction: rtl;
}

html[dir="ltr"] .hero-facts {
    direction: ltr;
}

.hero-fact {
    min-height: 126px;
    padding: 24px 26px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.045);
    box-shadow: 0 16px 40px rgba(40, 40, 45, 0.10);
    display: grid;
    grid-template-columns: 58px 4px 1fr;
    align-items: center;
    column-gap: 18px;
    text-align: right;
}

html[dir="ltr"] .hero-fact {
    text-align: left;
}

.hero-fact-icon {
    width: 56px;
    height: 56px;
    color: #c8c8cc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .hero-fact-icon svg {
        width: 100%;
        height: 100%;
    }

.hero-fact-divider {
    display: block;
    width: 4px;
    height: 58px;
    background: #e11b1d;
    border-radius: 999px;
}

.hero-fact-content strong {
    display: block;
    color: #e11b1d;
    font-size: clamp(1.6rem, 1.9vw, 2.15rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    white-space: nowrap;
}

.hero-fact-content span {
    display: block;
    margin-top: 12px;
    color: #292929;
    font-size: 1rem;
    line-height: 1.4;
}

/* Form section adjustment below hero */
.consultation-main-v2 {
    margin-top: -38px;
    padding-bottom: 80px;
    position: relative;
    z-index: 5;
}

/* ================================
   Responsive
   ================================ */

@media (max-width: 1199.98px) {
    .hero-v2-inner {
        grid-template-columns: minmax(0, 1fr) 360px;
        gap: 34px;
    }

    .hero-logo-area {
        width: 360px;
    }

    .hero-logo {
        max-width: 310px;
    }

    .hero-facts {
        gap: 22px;
    }
}

@media (max-width: 991.98px) {
    .consultation-hero-v2 {
        min-height: auto;
        padding: 70px 0 112px;
    }

    .hero-v2-inner {
        grid-template-columns: 1fr;
        grid-template-areas:
            "logo"
            "content";
        gap: 28px;
    }

    .hero-logo-area {
        width: 100%;
        max-width: 380px;
        min-height: 110px;
        margin: 0 auto;
        justify-self: center;
    }

    .hero-text-area {
        text-align: center;
    }

    .hero-kicker {
        margin-bottom: 28px;
        font-size: clamp(1.8rem, 5vw, 2.6rem);
    }

    .hero-text-area h1 {
        font-size: clamp(2rem, 6vw, 3rem);
    }

    .hero-facts {
        grid-template-columns: 1fr;
        max-width: 520px;
        gap: 18px;
        margin-top: 36px;
    }

    .hero-fact {
        min-height: 112px;
    }

    .hero-legal-bg-right {
        display: none;
    }

    .consultation-main-v2 {
        margin-top: -42px;
    }
}

@media (max-width: 575.98px) {
    .consultation-hero-v2 {
        padding: 58px 0 100px;
    }

    .hero-top-red {
        height: 26px;
    }

        .hero-top-red::after {
            width: 130px;
            height: 42px;
        }

    .hero-logo-area {
        max-width: 320px;
        padding: 18px 20px;
        min-height: 95px;
    }

    .hero-kicker {
        font-size: 1.65rem;
        margin-bottom: 24px;
    }

    .hero-text-area h1 {
        font-size: 1.95rem;
        line-height: 1.45;
    }

    .hero-facts {
        margin-top: 30px;
    }

    .hero-fact {
        grid-template-columns: 52px 4px 1fr;
        column-gap: 14px;
        min-height: 108px;
        padding: 18px;
    }

    .hero-fact-icon {
        width: 50px;
        height: 50px;
    }

    .hero-fact-content strong {
        font-size: 1.55rem;
    }

    .hero-fact-content span {
        font-size: 0.95rem;
    }

    .hero-bottom-red {
        height: 88px;
    }
}
.ltr-text {
    direction: ltr !important;
    unicode-bidi: isolate !important;
    display: inline-block;
}
/* ================================
   Payment Result Pages
   ================================ */

.payment-page {
    min-height: calc(100vh - 80px);
    background: radial-gradient(circle at 12% 18%, rgba(225, 27, 29, 0.055) 0 0, transparent 280px), radial-gradient(circle at 88% 28%, rgba(30, 30, 30, 0.045) 0 0, transparent 260px), linear-gradient(180deg, #fbfbfc 0%, #ffffff 48%, #f7f7f9 100%);
    position: relative;
    overflow: hidden;
}

    .payment-page::before {
        content: "⚖";
        position: absolute;
        inset-inline-end: 7%;
        top: 18%;
        font-family: Georgia, serif;
        font-size: 13rem;
        color: #1f1f1f;
        opacity: 0.035;
        pointer-events: none;
    }

.payment-result-card {
    max-width: 820px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-top: 6px solid #e11b1d;
    box-shadow: 0 22px 55px rgba(20, 20, 40, 0.10);
    padding: 44px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.payment-status-icon {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.7rem;
    font-weight: 900;
}

    .payment-status-icon.success {
        background: rgba(16, 164, 81, 0.10);
        color: #10a451;
        border: 1px solid rgba(16, 164, 81, 0.25);
    }

    .payment-status-icon.failed {
        background: rgba(225, 27, 29, 0.10);
        color: #e11b1d;
        border: 1px solid rgba(225, 27, 29, 0.25);
    }

    .payment-status-icon.cancelled {
        background: rgba(107, 114, 128, 0.10);
        color: #6b7280;
        border: 1px solid rgba(107, 114, 128, 0.25);
    }

    .payment-status-icon.pending {
        background: rgba(225, 27, 29, 0.08);
        color: #e11b1d;
        border: 1px solid rgba(225, 27, 29, 0.18);
    }

.payment-result-card h1 {
    color: #171717;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 900;
    margin-bottom: 14px;
}

.payment-lead {
    color: #5f6673;
    font-size: 1.08rem;
    line-height: 1.8;
    max-width: 680px;
    margin: 0 auto 28px;
}

.payment-details-box {
    background: #fafafb;
    border: 1px solid #eceef2;
    border-radius: 14px;
    padding: 18px 22px;
    margin: 28px auto;
    max-width: 600px;
}

.payment-detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 13px 0;
    border-bottom: 1px solid #eceef2;
}

    .payment-detail-row:last-child {
        border-bottom: 0;
    }

    .payment-detail-row span {
        color: #6b7280;
        font-weight: 700;
    }

    .payment-detail-row strong {
        color: #1f1f1f;
        font-weight: 900;
    }

.payment-next-step {
    background: rgba(225, 27, 29, 0.055);
    border: 1px solid rgba(225, 27, 29, 0.16);
    border-radius: 14px;
    padding: 20px 24px;
    margin: 30px auto 0;
    max-width: 660px;
}

    .payment-next-step h2 {
        color: #1f1f1f;
        font-size: 1.15rem;
        font-weight: 900;
        margin-bottom: 8px;
    }

    .payment-next-step p {
        color: #5f6673;
        margin: 0;
        line-height: 1.7;
    }

.payment-note {
    background: rgba(225, 27, 29, 0.055);
    border: 1px solid rgba(225, 27, 29, 0.16);
    border-radius: 14px;
    padding: 16px 20px;
    color: #1f1f1f;
    font-weight: 700;
    margin: 24px auto;
    max-width: 620px;
}

.payment-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.payment-primary-btn,
.payment-secondary-btn {
    min-width: 180px;
    min-height: 48px;
    border-radius: 10px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.payment-primary-btn {
    background: linear-gradient(135deg, #e11b1d, #c91519);
    border: 1px solid #e11b1d;
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(225, 27, 29, 0.22);
}

    .payment-primary-btn:hover {
        background: linear-gradient(135deg, #c91519, #b90f14);
        color: #ffffff;
        transform: translateY(-1px);
    }

.payment-secondary-btn {
    background: #ffffff;
    border: 1px solid #d7d9de;
    color: #1f1f1f;
}

    .payment-secondary-btn:hover {
        background: #f7f7f9;
        color: #e11b1d;
        border-color: rgba(225, 27, 29, 0.35);
    }

.ltr-text {
    direction: ltr !important;
    unicode-bidi: isolate !important;
    display: inline-block;
}

html[dir="rtl"] .payment-result-card {
    direction: rtl;
}

html[dir="ltr"] .payment-result-card {
    direction: ltr;
}

@media (max-width: 575.98px) {
    .payment-result-card {
        padding: 30px 20px;
        border-radius: 14px;
    }

    .payment-detail-row {
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }

    .payment-primary-btn,
    .payment-secondary-btn {
        width: 100%;
    }
}
.payment-page[dir="rtl"] .payment-result-card {
    direction: rtl;
    text-align: center;
}

.payment-page[dir="ltr"] .payment-result-card {
    direction: ltr;
    text-align: center;
}

.payment-page[dir="rtl"] .payment-detail-row {
    direction: rtl;
}

.payment-page[dir="ltr"] .payment-detail-row {
    direction: ltr;
}
/* =========================================================
   FINAL CLEAN CONSULTATION HERO DESIGN
   ========================================================= */

.consultation-page.gcccac-theme {
    background: #ffffff;
    position: relative;
    overflow-x: hidden;
}

.consultation-hero-v2 {
    position: relative;
    min-height: 680px;
    padding: 95px 0 135px;
    background: radial-gradient(circle at 11% 22%, rgba(0, 0, 0, 0.055) 0 0, rgba(0, 0, 0, 0.055) 300px, transparent 302px), radial-gradient(circle at 92% 28%, rgba(225, 27, 29, 0.045) 0 0, transparent 280px), linear-gradient(180deg, #fbfbfc 0%, #ffffff 55%, #f7f7f9 100%);
    overflow: hidden;
}

/* Red top bar */
.hero-top-red {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 34px;
    background: linear-gradient(90deg, #e92721 0%, #d61016 70%, #f13a2e 100%);
    z-index: 2;
}

    .hero-top-red::after {
        content: "";
        position: absolute;
        top: 0;
        inset-inline-end: 8%;
        width: 150px;
        height: 48px;
        background: #fbfbfc;
        border-radius: 0 0 60px 60px;
    }

/* Red bottom wave */
.hero-bottom-red {
    position: absolute;
    left: -5%;
    right: -5%;
    bottom: -65px;
    height: 170px;
    background: linear-gradient(100deg, #e71918 0%, #d90f17 58%, #f33c30 100%);
    border-radius: 55% 55% 0 0 / 36% 36% 0 0;
    z-index: 2;
}

    .hero-bottom-red::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 70px;
        background: rgba(120, 0, 0, 0.08);
    }

/* Background legal icons */
.hero-legal-bg {
    position: absolute;
    z-index: 1;
    color: #1f1f1f;
    opacity: 0.045;
    font-size: 11rem;
    line-height: 1;
    pointer-events: none;
    font-family: Georgia, serif;
}

.hero-legal-bg-left {
    inset-inline-start: 5%;
    bottom: 155px;
    transform: rotate(-8deg);
}

.hero-legal-bg-right {
    inset-inline-end: 5%;
    bottom: 110px;
    transform: scaleX(-1) rotate(-5deg);
}

/* Keep content above background */
.consultation-hero-v2 .container {
    position: relative;
    z-index: 3;
    max-width: 1320px;
}

/* Main hero layout */
.hero-v2-inner {
    display: grid !important;
    grid-template-columns: 410px minmax(0, 1fr) !important;
    grid-template-areas: "logo content" !important;
    gap: 55px !important;
    align-items: start !important;
}

.hero-logo-area {
    grid-area: logo !important;
    width: 410px;
    min-height: 122px;
    margin-top: 18px;
    padding: 22px 28px;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(20, 20, 40, 0.10);
    border: 1px solid rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-logo {
    display: block;
    width: 100%;
    max-width: 350px;
    height: auto;
    object-fit: contain;
    background: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.hero-text-area {
    grid-area: content !important;
    text-align: center !important;
    justify-self: center !important;
    width: 100%;
    max-width: 920px;
    padding-top: 10px !important;
}

.service-label {
    display: block;
    color: #111111;
    font-size: 0.95rem;
    margin-bottom: 16px;
}

.hero-text-area h1 {
    font-family: "GE SS Text", "Avenir Next", "Myriad Pro", Arial, sans-serif;
    color: #111111;
    font-size: clamp(2.5rem, 3.8vw, 4rem) !important;
    font-weight: 900;
    line-height: 1.45 !important;
    margin: 0 auto 14px;
    max-width: 900px;
    letter-spacing: -0.5px;
}

.hero-text-area p {
    color: #333333;
    font-size: 0.98rem;
    line-height: 1.9;
    margin: 0 auto;
    max-width: 760px;
}

/* Fact cards */
.hero-facts {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 24px !important;
    margin-top: 38px !important;
    flex-wrap: nowrap !important;
    width: 100%;
}

html[dir="rtl"] .hero-facts,
.rtl-facts {
    direction: rtl;
}

html[dir="ltr"] .hero-facts {
    direction: ltr;
}

.hero-fact-card {
    width: 245px !important;
    min-width: 245px !important;
    max-width: 245px !important;
    min-height: 124px;
    background: #ffffff;
    border-radius: 12px;
    padding: 22px 22px;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(231, 25, 32, 0.08);
}

.hero-fact-content {
    flex: 1;
    text-align: right !important;
}

html[dir="ltr"] .hero-fact-content {
    text-align: left !important;
}

.hero-fact-content strong {
    display: block;
    color: #e71920;
    font-size: 1.55rem !important;
    font-weight: 900;
    line-height: 1.2;
    white-space: nowrap;
}

.hero-fact-content span {
    display: block;
    margin-top: 8px;
    color: #222222;
    font-size: 0.84rem;
    line-height: 1.5;
    white-space: nowrap;
}

.hero-fact-divider {
    width: 3px;
    height: 42px;
    background: #e71920;
    border-radius: 20px;
    flex-shrink: 0;
}

.hero-fact-icon {
    color: #b9bcc2;
    line-height: 1;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hero-fact-icon svg {
        width: 38px;
        height: 38px;
        display: block;
    }

/* Form starts on red area */
.consultation-main-v2 {
    position: relative;
    z-index: 5;
    margin-top: -85px !important;
    padding: 0 0 70px;
}

/* Form cards */
.request-card,
.side-card-v2 {
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.04);
    border-top: 5px solid #e11b1d;
}

/* Tablet */
@media (max-width: 1199.98px) {
    .hero-v2-inner {
        grid-template-columns: 340px minmax(0, 1fr) !important;
        gap: 35px !important;
    }

    .hero-logo-area {
        width: 340px;
    }

    .hero-logo {
        max-width: 300px;
    }

    .hero-text-area h1 {
        font-size: 2.55rem !important;
    }

    .hero-facts {
        gap: 16px !important;
    }

    .hero-fact-card {
        width: 210px !important;
        min-width: 210px !important;
        max-width: 210px !important;
        padding: 20px 18px;
    }

    .hero-fact-content strong {
        font-size: 1.35rem !important;
    }

    .hero-fact-content span {
        font-size: 0.78rem;
    }
}

/* Mobile */
@media (max-width: 991.98px) {
    .consultation-hero-v2 {
        min-height: auto;
        padding: 80px 0 140px;
    }

    .hero-v2-inner {
        grid-template-columns: 1fr !important;
        grid-template-areas:
            "logo"
            "content" !important;
        gap: 35px !important;
    }

    .hero-logo-area {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
        justify-self: center;
    }

    .hero-text-area {
        max-width: 100%;
        padding-top: 0 !important;
    }

        .hero-text-area h1 {
            font-size: 2.1rem !important;
        }

    .hero-facts {
        flex-wrap: wrap !important;
        gap: 18px !important;
    }

    .hero-fact-card {
        width: 230px !important;
        min-width: 230px !important;
        max-width: 230px !important;
    }

    .hero-legal-bg-right {
        display: none;
    }

    .consultation-main-v2 {
        margin-top: -65px !important;
    }
}

@media (max-width: 575.98px) {
    .consultation-hero-v2 {
        padding: 65px 0 125px;
    }

    .hero-logo-area {
        max-width: 320px;
        padding: 18px 20px;
    }

    .hero-text-area h1 {
        font-size: 1.75rem !important;
        line-height: 1.7 !important;
    }

    .hero-facts {
        flex-direction: column !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
    }

    .hero-fact-card {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 360px !important;
    }

    .hero-fact-content strong {
        font-size: 1.35rem !important;
    }

    .consultation-main-v2 {
        margin-top: -55px !important;
    }
}
