:root {
    --brand-red: #B22929;
    --brand-red-dark: #961f1f;
    --brand-navy: #2D4484;
    --brand-navy-soft: #3a5599;
    --text-dark: #1a1a1a;
    --text-muted: #4a4a4a;
    --bg-soft: #f7f4f0;
    --border-soft: #e6e0da;
    --white: #ffffff;
    --font-heading: "Albra", Georgia, serif;
    --font-heading-italic: "Albra TRIAL", "Albra", Georgia, serif;
    --font-sans: "Poppins", system-ui, -apple-system, sans-serif;
    --shadow-card: 0 18px 50px rgba(45, 68, 132, 0.12);
    --radius-pill: 999px;
    --header-height: 90px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--font-sans);
    color: var(--text-dark);
    background: var(--white);
    line-height: 1.6;
}



img {
    max-width: 100%;
    height: auto;
    display: block;
}

img[loading="lazy"] {
    content-visibility: auto;
}

/* Below-the-fold rendering hint */
.guidance-section,
.services-section,
.stories-section,
.why-section,
.publish-cta-section,
.excellence-section,
.process-section,
.faq-section,
.quote-section,
.cta-banner,
.about-block,
.pub-solutions,
.pub-expertise,
.pub-limelight,
.pub-journey,
.reviews-testimonials,
.contact-info,
.contact-form-section {
    content-visibility: auto;
    contain-intrinsic-size: 1px 800px;
}

a {
    text-decoration: none;
}

/* Brand */
.brand-logo {
    color: var(--brand-red);
    font-family: var(--font-heading-italic);
    font-style: italic;
    font-weight: 700;
}

.brand-here {
    color: var(--brand-navy);
    font-family: var(--font-heading-italic);
    font-style: italic;
    font-weight: 700;
}

/* Buttons */
.btn-brand {
    background: var(--brand-red);
    border-color: var(--brand-red);
    color: var(--white);
    font-weight: 400;
    font-size: 18px;
    padding: 14px 24px;
    transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.btn-brand:hover,
.btn-brand:focus {
    background: var(--brand-red-dark);
    border-color: var(--brand-red-dark);
    color: var(--white);
    transform: translateY(-1px);
}

.btn-outline-dark {
    border: 1.5px solid #000000;
    color: #000000;
    background: transparent;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    padding: 0.7rem 1.45rem;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
    background: #222;
    color: var(--white);
    transform: translateY(-1px);
}

.btn-gradient {
    background: linear-gradient(90deg, var(--brand-red) 0%, var(--brand-navy) 100%);
    border: 0;
    color: var(--white);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.85rem 1.25rem;
    transition: opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-gradient:hover,
.btn-gradient:focus {
    color: var(--white);
    opacity: 0.95;
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(178, 41, 41, 0.28);
}

/* Header */
.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: transparent;
    border-bottom: 0;
}

.site-header .navbar {
    padding: 38px 0;
}

.navbar-brand {
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
}

.brand-logo-img {
    display: block;
    width: 280px;
    height: auto;
    max-width: min(280px, 55vw);
    object-fit: contain;
}

.brand-logo-img--footer {
    width: 250px;
    height: auto;
    max-width: 334px;
    background: transparent;
    padding: 0;
    border-radius: 0;
}

.navbar-nav .nav-link {
    color: #4E4848;
    font-family: var(--font-sans);
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    padding: 0.5rem 1rem !important;
    position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #4E4848;
}

.navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0.1rem;
    width: 27px;
    height: 3px;
    background: var(--brand-red);
    border-radius: 20px;
}

.navbar-toggler {
    border: 0;
    box-shadow: none;
    padding: 0.35rem;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    width: 1.4rem;
    height: 1.4rem;
}

.header-cta {
    display: flex;
    align-items: center;
}

/* Offcanvas mobile menu */
.offcanvas-header {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(45, 68, 132, 0.08);
}

.offcanvas-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}





/* Hero */
.hero-banner {
    position: relative;
    padding: 200px 0 40px;
    overflow: hidden;
    background: #fff;
}

.hero-glow {
    position: absolute;
    width: 797px;
    height: 797px;
    left: -483px;
    top: -553px;
    background: rgba(178, 41, 41, 0.6);
    filter: blur(250px);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.hero-banner > .container {
    position: relative;
    z-index: 2;
}

/* Section shared typography */
.section-eyebrow {
    color: var(--brand-red);
    font-family: var(--font-sans);
    font-size: clamp(16px, 2vw, 25px);
    font-weight: 300;
    font-style: normal;
    line-height: 100%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.section-title {
    font-family: var(--font-heading);
    font-size: clamp(32px, 4.5vw, 60px);
    font-weight: 400;
    line-height: 1.15;
    color: var(--brand-navy);
    text-transform: capitalize;
    margin-bottom: 1.15rem;
}

.section-title em {
    font-family: var(--font-heading-italic);
    color: var(--brand-red);
    font-style: italic;
    font-weight: 400;
}

.section-text {
    font-family: var(--font-sans);
    color: var(--text-muted);
    font-size: clamp(16px, 1.6vw, 20px);
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.hero-title {
    font-family: var(--font-heading);
    font-size: clamp(36px, 5.5vw, 70px);
    line-height: 100%;
    color: var(--brand-navy);
    font-weight: 400;
    margin-bottom: 1.15rem;
}

.hero-title em {
    font-family: var(--font-heading-italic);
    color: var(--brand-red);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(40px, 6.2vw, 80px);
    line-height: 100%;
}

.hero-text {
    max-width: 711px;
    margin-bottom: 40px;
}

.hero-actions {
    margin-bottom: 0;
}

/* Hero visual + form */
.hero-visual {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lead-form-card {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 485px;
    margin-left: auto;
    background: rgb(255 255 255 / 70%);
    border: 1.5px solid var(--brand-red);
    border-radius: 16.24px;
    box-shadow: var(--shadow-card);
    padding: 2rem 1.65rem 1.65rem;
    overflow: hidden;
    backdrop-filter: blur(6px);
    animation: formRise 0.7s ease both;
}

.lead-form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 17px;
    background: linear-gradient(90deg, var(--brand-navy) 0%, var(--brand-red) 100%);
}

@keyframes formRise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lead-form-title {
    font-family: var(--font-heading);
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 500;
    color: var(--brand-navy);
    margin: 0.5rem 0 1.25rem;
    line-height: clamp(36px, 4vw, 50px);
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
}

.lead-form-title em {
    font-family: var(--font-heading-italic);
    color: var(--brand-red);
    font-style: italic;
    font-weight: 500;
}

.lead-form .form-control {
    border: 1px solid var(--brand-red);
    border-radius: 5px;
    padding: 0.72rem 0.9rem;
    font-size: 16px;
    font-family: var(--font-sans);
    color: var(--text-dark);
    background: #F6F6F6;
    box-shadow: none;
}

.lead-form .form-control::placeholder {
    color: #9a9a9a;
}

.lead-form .form-control:focus {
    border-color: var(--brand-red);
    background: #f7f7f7;
    box-shadow: 0 0 0 0.15rem rgba(178, 41, 41, 0.12);
}

.lead-form textarea.form-control {
    resize: vertical;
    min-height: 105px;
    height: 105px;
}

.services-label {
    font-size: 20px;
    font-weight: 400;
    font-family: var(--font-sans);
    color: var(--brand-navy);
    margin-bottom: 0.75rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.65rem 0.75rem;
    margin-bottom: 1.1rem;
}

.service-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    font-family: var(--font-sans);
    color: #222;
    cursor: pointer;
    user-select: none;
}

.service-check input {
    appearance: none;
    width: 15px;
    height: 15px;
    border: 0;
    border-radius: 0;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
    background: #d9d9d9;
}

.service-check input:checked {
    background: var(--brand-red);
}

.service-check input:checked::after {
    display: none;
}

.lead-form .btn-gradient {
    margin-top: 0.25rem;
    padding: 0.9rem 1.25rem;
    font-size: 0.95rem;
    font-weight: 500;
}

/* Guidance */
.guidance-section {
    position: relative;
    padding: 130px 0;
    overflow: hidden;
    background: #fff;
}

.guidance-section > .container {
    position: relative;
    z-index: 1;
}

.guidance-section .section-eyebrow {
    margin-bottom: 12px;
}

.guidance-section .section-title {
    margin-bottom: 16px;
    line-height: 1.08;
}

.guidance-subtitle {
    font-family: var(--font-heading-italic);
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 400;
    font-style: italic;
    line-height: 1.25;
    color: var(--brand-red);
    margin: 0 0 28px;
}

.guidance-section .section-text {
    margin-bottom: 18px;
}

.guidance-closing {
    margin-bottom: 36px;
}

.guidance-media {
    position: relative;
}

.guidance-media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
}

/* Publish CTA */
.publish-cta-section {
    position: relative;
    padding: 70px 0 0;
    overflow: hidden;
}

.publish-cta-wrap {
    position: relative;
}

.publish-cta {
    position: relative;
    z-index: 1;
    background: var(--brand-navy);
    border-radius: 28px;
    padding: 3.5rem 2.5rem;
    text-align: center;
}

.publish-cta-content {
    position: relative;
    z-index: 2;
    max-width: 920px;
    margin: 0 auto;
}

.publish-cta-content .section-title em {
    color: #fff;
}

.publish-cta .section-eyebrow {
    color: #fff;
    margin-bottom: 0.75rem;
}

.publish-cta .section-title {
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.1;
    font-size: clamp(32px, 4.5vw, 50px);
}

.publish-cta .section-text {
    color: rgba(255, 255, 255, 0.92);
    margin: 0 auto 1.75rem;
    max-width: 780px;
    font-size: 18px;
}

/* Services */
.services-section {
    position: relative;
    padding: 100px 0;
    /* overflow: hidden; */
    background: #fff;
}

.services-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    left: -35%;
    top: 0;
    background: rgba(178, 41, 41, 0.5);
    filter: blur(250px);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(50%, 0%);
    z-index: 0;
}

.services-section > .container {
    position: relative;
    z-index: 1;
}

.services-header {
    max-width: 1015px;
    margin: 0 auto 3rem;
}

.services-header .section-text {
    max-width: 1015px;
}

.service-card {
    height: 100%;
    background: linear-gradient(180deg, #FFFFFF 0%, #FBF7F2 100%);
    border: 1px solid var(--brand-red);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.service-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.service-card-title {
    font-family: var(--font-heading-italic);
    font-size: clamp(1.5rem, 2.2vw, 35px);
    font-weight: 400;
    font-style: italic;
    color: var(--brand-navy);
    margin: 0;
    line-height: 1.2;
}

.service-card-icon {
    width: 49px;
    height: auto;
    flex-shrink: 0;
    margin-top: -20px;
}

.service-card-text {
    font-family: var(--font-sans);
    font-size: 18px;
    font-weight: 300;
    color: #2c2c2c;
    line-height: 1.55;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.service-card .btn-brand {
    align-self: flex-start;
    font-size: 16px;
    padding: 12px 24px;
}

.services-swiper {
    overflow: hidden;
    padding-bottom: 8px;
}

.services-swiper .swiper-slide {
    height: auto;
}

.services-swiper .service-card {
    height: 100%;
}

.services-pagination {
    position: relative !important;
    margin-top: 24px;
    bottom: auto !important;
}

.services-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(45, 68, 132, 0.25);
    opacity: 1;
}

.services-pagination .swiper-pagination-bullet-active {
    background: var(--brand-red);
    width: 22px;
    border-radius: 999px;
}

/* Success Stories */
.stories-section {
    position: relative;
    padding: 100px 0;
    background: var(--brand-navy);
    overflow: hidden;
}

.stories-header {
    max-width: 1015px;
    margin: 0 auto 2.25rem;
}

.stories-section .section-eyebrow,
.stories-section .section-title,
.stories-section .section-title em,
.stories-section .section-text {
    color: #fff;
}

.stories-section .section-text {
    max-width: 1015px;
}

.stories-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 2.75rem;
}

.stories-filter {
    appearance: none;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-family: var(--font-sans);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    line-height: 1;
    padding: 12px 25px;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.stories-filter:hover {
    background: rgba(255, 255, 255, 0.12);
}

.stories-filter.is-active {
    background: #fff;
    color: var(--brand-navy);
    border-color: #fff;
}

.stories-swiper {
    padding: 0;
    overflow: hidden;
}

.stories-swiper .swiper-slide {
    height: auto;
}

/* Pre-init: keep covers in a row until Swiper is ready */
.stories-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 28px;
    overflow: hidden;
}

.stories-swiper:not(.swiper-initialized) .swiper-slide {
    flex: 0 0 calc((100% - 84px) / 4);
    width: calc((100% - 84px) / 4);
    max-width: calc((100% - 84px) / 4);
}







.stories-item {
    display: block;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
    transition: transform 0.3s ease;
}

.stories-item:hover {
    transform: translateY(-4px);
}

.stories-item img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 3;
    object-fit: cover;
}

/* Why Us */
.why-section {
    position: relative;
    padding: 100px 0;
    background: #fff;
    overflow: hidden;
}

.why-content {
    max-width: 1100px;
    margin: 0 auto;
}

.why-intro {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.why-list {
    list-style: none;
    margin: 40px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    text-align: left;
}

.why-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    height: 100%;
    padding: 28px 26px;
    background: #fff;
    border: 1px solid rgba(45, 68, 132, 0.12);
    border-radius: 18px;
    box-shadow: 0 14px 36px rgba(45, 68, 132, 0.06);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.why-item:hover {
    transform: translateY(-4px);
    border-color: rgba(178, 41, 41, 0.28);
    box-shadow: 0 18px 40px rgba(45, 68, 132, 0.1);
}

.why-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--brand-red);
    color: #fff;
    flex-shrink: 0;
    margin-top: 0;
}

.why-check svg,
.why-check img {
    width: 14px;
    height: auto;
    display: block;
}

.why-item-title {
    font-family: var(--font-heading-italic);
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 400;
    font-style: italic;
    color: var(--brand-navy);
    margin: 0;
    line-height: 1.25;
}

.why-item-text {
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 300;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* Marquee */
.marquee {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    background: var(--brand-navy);
    padding: 20px 0;
}

.marquee__inner {
    display: flex;
    width: max-content;
    animation: marquee 28s linear infinite;
    will-change: transform;
}

.marquee__content {
    display: inline-flex;
    align-items: center;
    font-size: clamp(22px, 3.2vw, 45px);
    font-weight: 400;
    font-family: var(--font-sans);
    white-space: nowrap;
    color: #fff;
}

.marquee__content svg {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    margin: 0 30px;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}



/* How It Works / Process */
.process-section {
    padding: 100px 0;
    background: #fff;
}

.process-header {
    text-align: center;
    max-width: 1060px;
    margin: 0 auto 48px;
}

.process-header .section-text {
    max-width: 1035px;
    margin-left: auto;
    margin-right: auto;
}

.process-steps {
    position: relative;
    padding: 50px 0;
}

.process-swiper {
    overflow: hidden;
    padding-bottom: 8px;
}

.process-swiper .swiper-slide {
    height: auto;
}

.process-swiper .process-card {
    height: 100%;
}

.process-pagination {
    position: relative !important;
    margin-top: 24px;
    bottom: auto !important;
}

.process-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(45, 68, 132, 0.25);
    opacity: 1;
}

.process-pagination .swiper-pagination-bullet-active {
    background: var(--brand-red);
}

.process-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #FFFFFF 0%, #FBF7F2 100%);
    border: 1px solid var(--brand-red);
    border-radius: 24px;
    padding: 36px 22px 32px;
    text-align: center;
    z-index: 1;
    min-height: 280px;
}

.process-card-number {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading-italic);
    font-size: 50px;
    font-weight: 400;
    font-style: italic;
    color: var(--brand-navy);
    line-height: 1;
    margin-bottom: 14px;
    max-width: 120px;
    height: auto;
    width: 100%;
}

.process-card-number span {
    position: relative;
    z-index: 1;
}

.process-card-glow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 74px;
    height: 71px;
    z-index: 0;
    pointer-events: none;
}

.process-card-title {
    font-family: var(--font-heading-italic);
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 400;
    font-style: italic;
    color: var(--brand-red);
    margin: 0 0 14px;
    line-height: 1.25;
}

.process-card-text {
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 300;
    color: #1a1a1a;
    line-height: 1.55;
    margin: 0;
    max-width: 220px;
}

.process-arrow {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 359px;
    height: auto;
    display: block;
}

.process-arrow--top-1 {
    top: 0;
    left: 25%;
    transform: translateX(-50%);
}

.process-arrow--bottom-1 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.process-arrow--top-2 {
    top: 0;
    left: 75%;
    transform: translateX(-50%);
}

/* CTA Banner */
.cta-banner {
    position: relative;
    padding: 100px 0;
    background: url("../images/cta-banner-bg.webp") center / cover no-repeat;
}

.cta-banner-content {
    max-width: 900px;
    margin: 0 auto;
}

.cta-banner-title {
    font-family: var(--font-heading);
    font-size: clamp(32px, 4.5vw, 56px);
    font-weight: 400;
    color: #fff;
    margin: 0 0 18px;
    line-height: 1.2;
}

.cta-banner-text {
    font-family: var(--font-sans);
    font-size: clamp(16px, 1.6vw, 20px);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.55;
    margin: 0 auto 28px;
    max-width: 760px;
}

.btn-cta-light {
    background: #fff;
    border: 1px solid #fff;
    color: #1a1a1a;
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 400;
    padding: 14px 28px;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.btn-cta-light:hover,
.btn-cta-light:focus {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #1a1a1a;
    transform: translateY(-1px);
}

/* FAQs */
.faq-section {
    padding: 100px 0;
    background: #fff;
}

.faq-header {
    max-width: 1015px;
    margin: 0 auto 48px;
}

.faq-header .section-text {
    max-width: 900px;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-item {
    background: #FBF7F2;
    border: 1px solid #e5e0da;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.faq-item.is-open {
    border-color: var(--brand-red);
}

.faq-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    background: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
}

.faq-question {
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.4;
}

.faq-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 12px;
    transition: transform 0.2s ease, color 0.2s ease;
}

.faq-item.is-open .faq-icon {
    transform: rotate(180deg);
    color: var(--brand-red);
}

.faq-panel {
    padding: 0 22px 18px;
}

.faq-panel[hidden] {
    display: none;
}

.faq-answer {
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 1.6;
    margin: 0;
    padding-top: 2px;
    border-top: 0;
}

.faq-aside {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 409px;
    margin-left: auto;
}

.faq-chat-card {
    background: var(--brand-navy);
    border-radius: 20px;
    padding: 40px 28px 32px;
    text-align: center;
    color: #fff;
}

.faq-chat-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-chat-icon img {
    width: 72px;
    height: auto;
    display: block;
}

.faq-chat-title {
    font-family: var(--font-sans);
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 12px;
    line-height: 1.3;
}

.faq-chat-text {
    font-family: var(--font-sans);
    font-size: 20px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
    margin: 0 0 24px;
}

.faq-chat-card .btn-brand {
    font-size: 15px;
    padding: 12px 28px;
}

.faq-support-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 30px 32px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FBF7F2 100%);
    border: 1px solid var(--brand-red);
    border-radius: 20px;
    text-decoration: none;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.faq-support-card:hover {
    box-shadow: 0 8px 24px rgba(45, 68, 132, 0.1);
    transform: translateY(-2px);
}

.faq-support-icon {
    flex-shrink: 0;
    width: 81px;
    height: 81px;
    border-radius: 50%;
    background: var(--brand-red);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.faq-support-icon img {
    width: 36px;
    height: auto;
    display: block;
}

.faq-support-copy {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.faq-support-label,
.faq-support-link {
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 300;
    color: #777;
}

.faq-support-title {
    font-family: var(--font-sans);
    font-size: 25px;
    font-weight: 400;
    color: var(--brand-red);
    line-height: 1.25;
}

/* Free Quote */
.quote-section {
    padding: 100px 0;
    background: #fff;
}

.quote-title {
    font-family: var(--font-heading);
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 400;
    color: var(--brand-navy);
    line-height: 1.15;
    margin: 0 0 18px;
}

.quote-title em {
    font-family: var(--font-heading-italic);
    font-style: italic;
    color: var(--brand-red);
}

.quote-intro {
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 300;
    color: #555;
    line-height: 1.6;
    margin: 0 0 28px;
    max-width: 520px;
}

.quote-expect-title {
    font-family: var(--font-heading-italic);
    font-size: clamp(24px, 2.5vw, 32px);
    font-weight: 400;
    font-style: italic;
    color: var(--brand-red);
    margin: 0 0 16px;
}

.quote-expect-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.quote-expect-list li {
    position: relative;
    padding-left: 22px;
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 300;
    color: #444;
    line-height: 1.5;
}

.quote-expect-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #333;
}

.quote-label {
    display: block;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 400;
    color: #444;
    margin-bottom: 8px;
}

.quote-form .form-control {
    background: #f3f3f3;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    min-height: 52px;
    padding: 12px 16px;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 300;
    color: #333;
    box-shadow: none;
}

.quote-form .form-control::placeholder {
    color: #999;
}

.quote-form .form-control:focus {
    background: #fff;
    border-color: var(--brand-red);
    box-shadow: 0 0 0 3px rgba(178, 41, 41, 0.12);
}

.quote-form textarea.form-control {
    min-height: 140px;
    resize: vertical;
}

.quote-form .btn-brand {
    margin-top: 4px;
    padding: 14px 28px;
}

/* Publishing Excellence */
.excellence-section {
    position: relative;
    padding: 100px 0;
    background: #fff;
}

.excellence-header {
    max-width: 1060px;
    margin: 0 auto 48px;
}

.excellence-header .section-text {
    max-width: 1015px;
}

.excellence-swiper {
    overflow: hidden;
    padding-bottom: 8px;
}

.excellence-swiper .swiper-slide {
    height: auto;
}

.excellence-swiper .excellence-card {
    height: 100%;
}

.excellence-pagination {
    position: relative !important;
    margin-top: 24px;
    bottom: auto !important;
}

.excellence-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(45, 68, 132, 0.25);
    opacity: 1;
}

.excellence-pagination .swiper-pagination-bullet-active {
    background: var(--brand-red);
    width: 22px;
    border-radius: 999px;
}

.excellence-card {
    display: flex;
    align-items: stretch;
    background: linear-gradient(180deg, #FFF7EE 0%, #FBF7F2 100%);
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(45, 68, 132, 0.08);
    overflow: hidden;
    min-height: 220px;
    padding: 14px 14px 14px 0;
}

.excellence-card-body {
    flex: 1 1 52%;
    display: flex;
    flex-direction: column;
    padding: 14px 20px 10px 28px;
    min-width: 0;
}

.excellence-card-title {
    font-family: var(--font-heading);
    font-size: clamp(22px, 2.5vw, 35px);
    font-weight: 400;
    color: var(--brand-navy);
    margin: 0 0 12px;
    line-height: 1.2;
}

.excellence-card-title em {
    font-family: var(--font-heading);
    color: var(--brand-red);
    font-style: normal; 
}

.excellence-card-text {
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 300;
    color: #555;
    line-height: 1.55;
    margin: 0 0 18px;
    flex-grow: 1;
}

.excellence-card-link {
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--brand-red);
    text-decoration: none;
    margin-top: auto;
}

.excellence-card-link:hover {
    color: var(--brand-red-dark);
    text-decoration: underline;
}

.excellence-card-media {
    flex: 0 0 46%;
    max-width: 280px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.excellence-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

/* Footer */
.site-footer {
    background: #FBF7F2;
    color: #555;
    padding: 70px 0 0;
}

.footer-main {
    padding-bottom: 40px;
}

.footer-nav-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 24px;
}

.footer-brand-link {
}

.footer-about {
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.6;
    margin: 14px 0 20px;
    max-width: 399px;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-social-link {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #c9c3bb;
    color: #555;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.footer-social-link:hover {
    background: var(--brand-red);
    border-color: var(--brand-red);
    color: #fff;
}

.footer-heading {
    font-family: var(--font-heading);
    font-size: 26px;
    font-weight: 400;
    color: var(--brand-red);
    margin: 0 0 18px;
    line-height: 1.3;
}

.footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-list a {
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 300;
    color: #555;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-list a:hover {
    color: var(--brand-red);
}

.footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 300;
    color: #555;
    line-height: 1.5;
}

.footer-contact i {
    color: #666;
    margin-top: 3px;
    width: 16px;
    text-align: center;
    flex-shrink: 0;
}

.footer-contact a {
    color: #555;
    text-decoration: none;
}

.footer-contact a:hover {
    color: var(--brand-red);
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 0 24px;
    border-top: 1px solid #e5e0da;
}

.footer-bottom-copy,
.footer-bottom-link {
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 300;
    color: var(--brand-navy);
}

.footer-bottom-link {
    text-decoration: none;
}

.footer-bottom-link:hover {
    color: var(--brand-red);
}

/* About page */
.about-hero {
    position: relative;
    padding: 180px 0 120px;
    overflow: hidden;
    background:
        radial-gradient(ellipse 70% 55% at 50% 0%, rgba(178, 41, 41, 0.08) 0%, transparent 55%),
        linear-gradient(180deg, #F7F1E8 0%, #FFFFFF 62%, #FFFFFF 100%);
}

.about-hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(120px);
    z-index: 0;
    animation: aboutGlowFloat 10s ease-in-out infinite;
}

.about-hero-glow--a {
    width: 520px;
    height: 520px;
    left: -160px;
    top: -120px;
    background: rgba(178, 41, 41, 0.28);
}

.about-hero-glow--b {
    width: 480px;
    height: 480px;
    right: -140px;
    bottom: -160px;
    background: rgba(45, 68, 132, 0.22);
    animation-delay: -4s;
}

.about-hero-mesh {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.35;
    background-image:
        linear-gradient(rgba(45, 68, 132, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(45, 68, 132, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 70% 65% at 50% 40%, #000 20%, transparent 75%);
}

.about-hero-books {
    position: absolute;
    top: 50%;
    width: min(38vw, 420px);
    pointer-events: none;
    z-index: 1;
    opacity: 0.18;
    filter: grayscale(0.15);
}

.about-hero-books img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.about-hero-books--left {
    left: -6%;
    transform: translateY(-52%) scaleX(-1);
    animation: aboutBooksDrift 12s ease-in-out infinite;
}

.about-hero-books--right {
    right: -6%;
    transform: translateY(-48%);
    animation: aboutBooksDrift 12s ease-in-out infinite reverse;
}

.about-hero > .container {
    position: relative;
    z-index: 2;
}

.about-hero-content {
    max-width: 1015px;
    margin: 0 auto;
    animation: aboutHeroIn 0.9s ease-out both;
}

.about-hero-eyebrow {
    margin-bottom: 18px;
}

.about-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(40px, 6vw, 72px);
    font-weight: 400;
    line-height: 1.05;
    color: var(--brand-navy);
    margin: 0 0 22px;
}

.about-hero-title em {
    font-family: var(--font-heading-italic);
    color: var(--brand-red);
    font-style: italic;
    font-weight: 400;
    font-size: clamp(44px, 6.5vw, 80px);
    line-height: 1;
}

.about-hero-rule {
    display: block;
    width: 72px;
    height: 2px;
    margin: 0 auto 28px;
    background: linear-gradient(90deg, transparent, var(--brand-red), transparent);
    border-radius: 2px;
}

.about-hero-text {
    max-width: 1015px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 18px;
}

.about-hero-text:last-of-type {
    margin-bottom: 36px;
}

.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

@keyframes aboutHeroIn {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes aboutGlowFloat {
    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(18px, 12px) scale(1.06);
    }
}

@keyframes aboutBooksDrift {
    0%,
    100% {
        transform: translateY(-52%) scaleX(-1);
    }
    50% {
        transform: translateY(-46%) scaleX(-1);
    }
}

.about-hero-books--right {
    animation-name: aboutBooksDriftRight;
}

@keyframes aboutBooksDriftRight {
    0%,
    100% {
        transform: translateY(-48%);
    }
    50% {
        transform: translateY(-54%);
    }
}

.about-block {
    padding: 90px 0;
    background: #fff;
}

.about-block--alt {
    background: #FBF7F2;
}

.about-block-content {
    max-width: 920px;
    margin: 0 auto;
}

.about-block-content .section-text {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.about-header {
    max-width: 900px;
    margin: 0 auto 40px;
}

.about-media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
}

.about-services-grid {
    list-style: none;
    margin: 0 auto 40px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 24px;
    max-width: 960px;
}

.about-service-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-sans);
    font-size: 16px;
    font-weight: 400;
    color: #353535;
    background: linear-gradient(180deg, #FFFFFF 0%, #FBF7F2 100%);
    border: 1px solid rgba(178, 41, 41, 0.2);
    border-radius: 16px;
    padding: 18px 20px;
}

.about-note {
    max-width: 1015px;
    margin: 0 auto;
}

.about-prose {
    max-width: 820px;
}

.about-audience {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background:
        radial-gradient(ellipse 55% 50% at 50% 0%, rgba(178, 41, 41, 0.07) 0%, transparent 60%),
        linear-gradient(180deg, #F7F1E8 0%, #FBF7F2 45%, #FFFFFF 100%);
}

.about-audience > .container {
    position: relative;
    z-index: 1;
}

.about-audience-glow {
    position: absolute;
    width: 420px;
    height: 420px;
    right: -120px;
    bottom: -140px;
    border-radius: 50%;
    background: rgba(45, 68, 132, 0.14);
    filter: blur(100px);
    pointer-events: none;
}

.about-audience-panel {
    max-width: 920px;
    margin: 0 auto;
    padding: 56px 48px;
    background: #fff;
    border-radius: 28px;
    border: 1px solid rgba(178, 41, 41, 0.14);
    box-shadow: 0 18px 48px rgba(45, 68, 132, 0.06);
}

.about-audience-panel .about-header {
    margin-bottom: 28px;
}

.about-audience-rule {
    display: block;
    width: 64px;
    height: 2px;
    margin: 0 auto;
    background: linear-gradient(90deg, transparent, var(--brand-red), transparent);
}

.about-audience-copy {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.about-audience-copy p {
    font-family: var(--font-sans);
    font-size: clamp(16px, 1.5vw, 19px);
    font-weight: 300;
    color: #555;
    line-height: 1.7;
    margin: 0 0 20px;
}

.about-audience-copy p:last-child {
    margin-bottom: 0;
}

.about-audience-emphasis {
    font-family: var(--font-heading-italic) !important;
    font-size: clamp(20px, 2.1vw, 26px) !important;
    font-style: italic;
    font-weight: 400 !important;
    color: var(--brand-navy) !important;
    line-height: 1.4 !important;
    margin-top: 28px !important;
    padding-top: 28px;
    border-top: 1px solid rgba(45, 68, 132, 0.12);
}

.about-approach-card {
    height: 100%;
    background: linear-gradient(180deg, #FFFFFF 0%, #FBF7F2 100%);
    border: 1px solid var(--brand-red);
    border-radius: 24px;
    padding: 32px 28px;
}

.about-approach-title {
    font-family: var(--font-heading-italic);
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 400;
    font-style: italic;
    color: var(--brand-red);
    margin: 0 0 12px;
    line-height: 1.25;
}

.about-approach-text {
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 300;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.about-mission {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background:
        radial-gradient(ellipse 60% 50% at 50% 100%, rgba(178, 41, 41, 0.06) 0%, transparent 55%),
        #fff;
}

.about-mission > .container {
    position: relative;
    z-index: 1;
}

.about-mission-glow {
    position: absolute;
    width: 380px;
    height: 380px;
    left: -100px;
    top: -80px;
    border-radius: 50%;
    background: rgba(45, 68, 132, 0.1);
    filter: blur(100px);
    pointer-events: none;
}

.about-mission-panel {
    max-width: 920px;
    margin: 0 auto;
    padding: 56px 48px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FBF7F2 100%);
    border-radius: 28px;
    border: 1px solid rgba(178, 41, 41, 0.16);
    box-shadow: 0 18px 48px rgba(45, 68, 132, 0.06);
}

.about-mission-inner {
    max-width: 760px;
    margin: 0 auto;
}

.about-mission-rule {
    display: block;
    width: 64px;
    height: 2px;
    margin: 0 auto 28px;
    background: linear-gradient(90deg, transparent, var(--brand-red), transparent);
}

.about-mission-copy p {
    font-family: var(--font-sans);
    font-size: clamp(16px, 1.5vw, 19px);
    font-weight: 300;
    color: #555;
    line-height: 1.7;
    margin: 0 0 20px;
}

.about-mission-copy p:last-child {
    margin-bottom: 0;
}

.about-mission-emphasis {
    font-family: var(--font-heading-italic) !important;
    font-size: clamp(20px, 2.1vw, 26px) !important;
    font-style: italic;
    font-weight: 400 !important;
    color: var(--brand-navy) !important;
    line-height: 1.4 !important;
    margin-top: 28px !important;
    padding-top: 28px;
    border-top: 1px solid rgba(45, 68, 132, 0.12);
}

/* Publishing page */
.pub-hero {
    position: relative;
    padding: 200px 0 90px;
    overflow: hidden;
    background:
        radial-gradient(ellipse 60% 50% at 0% 0%, rgba(178, 41, 41, 0.1) 0%, transparent 55%),
        linear-gradient(180deg, #F7F1E8 0%, #FFFFFF 70%);
}

.pub-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
}

.pub-hero-glow--a {
    width: 420px;
    height: 420px;
    left: -120px;
    top: -80px;
    background: rgba(178, 41, 41, 0.22);
}

.pub-hero-glow--b {
    width: 380px;
    height: 380px;
    right: -100px;
    bottom: -120px;
    background: rgba(45, 68, 132, 0.16);
}

.pub-hero > .container {
    position: relative;
    z-index: 1;
}

.pub-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(34px, 4.8vw, 58px);
    font-weight: 400;
    line-height: 1.1;
    color: var(--brand-navy);
    margin: 0 0 22px;
}

.pub-hero-title em {
    font-family: var(--font-heading-italic);
    font-style: italic;
    color: var(--brand-red);
}

.pub-hero-text {
    max-width: 640px;
    margin-bottom: 16px;
}

.pub-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.pub-form-note {
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 300;
    color: #555;
    line-height: 1.5;
    margin: -8px 0 18px;
}

.pub-section {
    padding: 90px 0;
    background: #fff;
}

.pub-section-header {
    max-width: 820px;
    margin: 0 auto 48px;
}

.pub-media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
    object-fit: cover;
}

.pub-media--sticky {
    position: sticky;
    top: 120px;
}

.pub-solutions-list {
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.pub-solution-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.pub-solution-title {
    font-family: var(--font-heading-italic);
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    color: var(--brand-navy);
    margin: 0 0 6px;
    line-height: 1.25;
}

.pub-solution-text {
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 300;
    color: #555;
    line-height: 1.55;
    margin: 0;
}

.pub-solutions-footer {
    max-width: 920px;
    margin: 48px auto 0;
    padding-top: 36px;
    border-top: 1px solid rgba(45, 68, 132, 0.1);
}

.pub-solutions-footer p {
    font-family: var(--font-sans);
    font-size: clamp(16px, 1.5vw, 18px);
    font-weight: 300;
    color: #555;
    line-height: 1.7;
    margin: 0 0 16px;
}

/* Craft gradient band */
.pub-craft {
    padding: 90px 0;
    background: linear-gradient(90deg, var(--brand-navy) 0%, #1a2d5c 42%, var(--brand-red) 100%);
}

.pub-craft-media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 24px;
    object-fit: cover;
}

.pub-craft-title {
    font-family: var(--font-heading);
    font-size: clamp(28px, 3.6vw, 44px);
    font-weight: 400;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 20px;
}

.pub-craft-text {
    font-family: var(--font-sans);
    font-size: clamp(15px, 1.4vw, 18px);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.65;
    margin: 0 0 16px;
}

.pub-craft .btn-cta-light {
    margin-top: 12px;
}

/* Expertise */
.pub-expertise {
    padding: 100px 0;
    background: #f5f5f7;
}

.pub-expertise-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

.pub-expertise-card {
    grid-column: span 2;
    text-align: center;
    background: #fff;
    border-radius: 24px;
    padding: 36px 28px 32px;
    box-shadow: 0 12px 32px rgba(45, 68, 132, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pub-expertise-card:nth-child(4) {
    grid-column: 2 / span 2;
}

.pub-expertise-card:nth-child(5) {
    grid-column: 4 / span 2;
}

.pub-expertise-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(45, 68, 132, 0.12);
}

.pub-expertise-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: var(--brand-navy);
    color: #fff;
    font-size: 22px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.pub-expertise-card.is-accent .pub-expertise-icon {
    background: var(--brand-red);
}

.pub-expertise-card:hover .pub-expertise-icon {
    background: var(--brand-red);
    transform: scale(1.06);
}

.pub-expertise-card.is-accent:hover .pub-expertise-icon {
    background: var(--brand-navy);
}

.pub-expertise-title {
    font-family: var(--font-heading);
    font-size: clamp(18px, 1.8vw, 22px);
    font-weight: 400;
    color: var(--brand-navy);
    margin: 0 0 12px;
    line-height: 1.3;
}

.pub-expertise-text {
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 300;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* Limelight process */
.pub-limelight {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background:
        radial-gradient(ellipse 50% 60% at 10% 40%, rgba(45, 68, 132, 0.55) 0%, transparent 60%),
        radial-gradient(ellipse 45% 55% at 90% 60%, rgba(178, 41, 41, 0.45) 0%, transparent 55%),
        linear-gradient(105deg, #1a2a55 0%, #2D4484 38%, #7a2a4a 72%, #B22929 100%);
}

.pub-limelight > .container {
    position: relative;
    z-index: 1;
}

.pub-limelight-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
}

.pub-limelight-glow--a {
    width: 360px;
    height: 360px;
    left: -80px;
    top: -60px;
    background: rgba(255, 255, 255, 0.12);
}

.pub-limelight-glow--b {
    width: 420px;
    height: 420px;
    right: -100px;
    bottom: -120px;
    background: rgba(255, 200, 180, 0.12);
}

.pub-limelight-header {
    max-width: 820px;
    margin: 0 auto 56px;
}

.pub-limelight-eyebrow {
    margin-bottom: 12px;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
}

.pub-limelight-title {
    font-family: var(--font-heading);
    font-size: clamp(32px, 4.2vw, 52px);
    font-weight: 400;
    color: #fff;
    margin: 0 0 16px;
    line-height: 1.12;
}

.pub-limelight-rule {
    display: block;
    width: 72px;
    height: 2px;
    margin: 0 auto 20px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.85), transparent);
}

.pub-limelight-text {
    font-family: var(--font-sans);
    font-size: clamp(15px, 1.5vw, 18px);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.65;
    margin: 0;
}

.pub-limelight-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.pub-limelight-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 100%;
    padding: 32px 22px 30px;
    border-radius: 24px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 100%);
    border: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.pub-limelight-card:hover {
    transform: translateY(-8px);
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.26) 0%, rgba(255, 255, 255, 0.12) 100%);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
}

.pub-limelight-connector {
    display: none;
}

@media (min-width: 992px) {
    .pub-limelight-connector {
        display: block;
        position: absolute;
        top: 72px;
        right: -13px;
        width: 26px;
        height: 2px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.15));
        z-index: 2;
    }

    .pub-limelight-connector::after {
        content: "";
        position: absolute;
        right: -3px;
        top: 50%;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #fff;
        transform: translateY(-50%);
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
    }
}

.pub-limelight-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.pub-limelight-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #fff;
}

.pub-limelight-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.1));
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: 24px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.35s ease;
}

.pub-limelight-card:hover .pub-limelight-icon {
    transform: scale(1.06);
}

.pub-limelight-card-title {
    font-family: var(--font-heading);
    font-size: clamp(18px, 1.6vw, 22px);
    font-weight: 400;
    color: #fff;
    margin: 0 0 12px;
    line-height: 1.25;
}

.pub-limelight-card-text {
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.6;
    margin: 0;
    max-width: 240px;
}

.pub-faq {
    background: #fff;
}

/* Journey form after FAQs */
.pub-journey {
    padding: 90px 0 110px;
    background: #FBF7F2;
}

.pub-journey-card {
    max-width: 720px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(45, 68, 132, 0.1);
}

.pub-journey-content {
    padding: 44px 40px 40px;
    text-align: center;
}

.pub-journey-badge {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(45, 68, 132, 0.1);
    font-family: var(--font-sans);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--brand-navy);
}

.pub-journey-title {
    font-family: var(--font-heading);
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 400;
    line-height: 1.15;
    color: #1a1a1a;
    margin: 0 0 14px;
}

.pub-journey-title em {
    font-family: var(--font-heading-italic);
    font-style: italic;
    color: var(--brand-navy);
}

.pub-journey-lead {
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 300;
    color: #555;
    line-height: 1.6;
    margin: 0 auto 24px;
    max-width: 520px;
}

.pub-journey-form {
    text-align: left;
    max-width: 560px;
    margin: 0 auto;
}

.pub-journey-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 16px;
}

.pub-journey-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 560px;
    margin: 0 auto;
}

.pub-journey-actions .btn {
    flex: 1 1 180px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
}

.btn-cta-call {
    background: var(--brand-red);
    border-color: var(--brand-red);
    color: #fff;
}

.btn-cta-call:hover,
.btn-cta-call:focus {
    background: var(--brand-red-dark, #8f1f1f);
    border-color: var(--brand-red-dark, #8f1f1f);
    color: #fff;
}

/* Reviews page */
.reviews-hero {
    position: relative;
    padding: 200px 0 60px;
    overflow: hidden;
    background:
        radial-gradient(ellipse 70% 55% at 50% 0%, rgba(178, 41, 41, 0.08) 0%, transparent 55%),
        linear-gradient(180deg, #F7F1E8 0%, #FFFFFF 70%);
}

.reviews-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
}

.reviews-hero-glow--a {
    width: 420px;
    height: 420px;
    left: -140px;
    top: -100px;
    background: rgba(178, 41, 41, 0.22);
}

.reviews-hero-glow--b {
    width: 380px;
    height: 380px;
    right: -120px;
    bottom: -140px;
    background: rgba(45, 68, 132, 0.16);
}

.reviews-hero > .container {
    position: relative;
    z-index: 1;
}

.reviews-hero-content {
    max-width: 820px;
    margin: 0 auto;
}

.reviews-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 400;
    line-height: 1.08;
    color: var(--brand-navy);
    margin: 0;
}

.reviews-hero-title em {
    font-family: var(--font-heading-italic);
    font-style: italic;
    color: var(--brand-red);
}

.reviews-hero-rule {
    display: block;
    width: 72px;
    height: 2px;
    margin: 0 auto 24px;
    background: linear-gradient(90deg, transparent, var(--brand-red), transparent);
}

.reviews-hero-text {
    max-width: 700px;
    margin: 0 auto 36px;
}

.reviews-hero-stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}

.reviews-hero-stat {
    min-width: 140px;
    padding: 18px 22px;
    background: #fff;
    border: 1px solid rgba(178, 41, 41, 0.14);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(45, 68, 132, 0.06);
}

.reviews-hero-stat strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 400;
    color: var(--brand-navy);
    line-height: 1.1;
    margin-bottom: 4px;
}

.reviews-hero-stat span {
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 400;
    color: #666;
}

.reviews-testimonials {
    padding: 90px 0;
    background: #fff;
}

.reviews-section-header {
    max-width: 780px;
    margin: 0 auto 48px;
}

.reviews-swiper {
    overflow: hidden;
    padding-bottom: 8px;
}

.reviews-swiper .swiper-slide {
    height: auto;
}

.reviews-swiper .review-card {
    height: 100%;
}

.reviews-pagination {
    position: relative !important;
    margin-top: 24px;
    bottom: auto !important;
}

.reviews-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(45, 68, 132, 0.25);
    opacity: 1;
}

.reviews-pagination .swiper-pagination-bullet-active {
    background: var(--brand-red);
}

.review-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 28px 26px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FBF7F2 100%);
    border: 1px solid rgba(178, 41, 41, 0.16);
    border-radius: 22px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.review-card:hover {
    transform: translateY(-4px);
    border-color: var(--brand-red);
    box-shadow: 0 16px 36px rgba(45, 68, 132, 0.1);
}

.review-card-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 14px;
    color: #E4A11B;
    font-size: 14px;
}

.review-card-text {
    flex: 1;
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 300;
    color: #555;
    line-height: 1.65;
    margin: 0 0 22px;
}

.review-card-author strong {
    display: block;
    font-family: var(--font-heading-italic);
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: var(--brand-navy);
    margin-bottom: 2px;
}

.review-card-author span {
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 400;
    color: var(--brand-red);
}

.page-reviews .stories-section {
    background: #FBF7F2;
}

/* Contact page */
.contact-hero {
    position: relative;
    padding: 200px 0 40px;
    overflow: hidden;
    background:
        radial-gradient(ellipse 70% 55% at 50% 0%, rgba(178, 41, 41, 0.08) 0%, transparent 55%),
        linear-gradient(180deg, #F7F1E8 0%, #FFFFFF 70%);
}

.contact-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
}

.contact-hero-glow--a {
    width: 420px;
    height: 420px;
    left: -140px;
    top: -100px;
    background: rgba(178, 41, 41, 0.22);
}

.contact-hero-glow--b {
    width: 380px;
    height: 380px;
    right: -120px;
    bottom: -140px;
    background: rgba(45, 68, 132, 0.16);
}

.contact-hero > .container {
    position: relative;
    z-index: 1;
}

.contact-hero-content {
    max-width: 760px;
    margin: 0 auto;
}

.contact-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 400;
    line-height: 1.08;
    color: var(--brand-navy);
    margin: 0 0 20px;
}

.contact-hero-title em {
    font-family: var(--font-heading-italic);
    font-style: italic;
    color: var(--brand-red);
}

.contact-hero-text {
    max-width: 620px;
    margin: 0 auto;
}

.contact-info {
    position: relative;
    z-index: 2;
    padding: 10px 0 20px;
    margin-top: -10px;
}

.contact-info-panel {
    padding: 28px 32px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, #fff 100%);
    border: 1px solid rgba(178, 41, 41, 0.14);
    border-radius: 20px;
    box-shadow: 0 18px 48px rgba(45, 68, 132, 0.08);
}

.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 28px;
}

.contact-info-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 14px 12px;
    text-decoration: none;
    color: inherit;
    border-radius: 14px;
    transition: background 0.25s ease, transform 0.25s ease;
}

.contact-info-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 18%;
    right: -14px;
    width: 1px;
    height: 64%;
    background: linear-gradient(180deg, transparent, rgba(45, 68, 132, 0.16), transparent);
}

a.contact-info-item:hover {
    background: rgba(178, 41, 41, 0.04);
    transform: translateY(-2px);
}

a.contact-info-item:hover .contact-info-icon {
    background: var(--brand-red);
    color: #fff;
    box-shadow: 0 10px 24px rgba(178, 41, 41, 0.28);
}

a.contact-info-item:hover .contact-info-copy strong {
    color: var(--brand-red);
}

.contact-info-icon {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(178, 41, 41, 0.1);
    color: var(--brand-red);
    font-size: 18px;
    transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.contact-info-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    padding-top: 2px;
}

.contact-info-copy strong {
    font-family: var(--font-heading-italic);
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    color: var(--brand-navy);
    line-height: 1.2;
    transition: color 0.25s ease;
}

.contact-info-copy span {
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 300;
    color: #555;
    line-height: 1.5;
}

.contact-form-section {
    position: relative;
    padding: 70px 0 110px;
    overflow: hidden;
    background:
        radial-gradient(ellipse 50% 40% at 0% 100%, rgba(178, 41, 41, 0.05) 0%, transparent 60%),
        radial-gradient(ellipse 45% 35% at 100% 0%, rgba(45, 68, 132, 0.06) 0%, transparent 55%),
        #fff;
}

.contact-form-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(110px);
    pointer-events: none;
}

.contact-form-glow--a {
    width: 320px;
    height: 320px;
    left: -80px;
    bottom: 40px;
    background: rgba(178, 41, 41, 0.12);
}

.contact-form-glow--b {
    width: 300px;
    height: 300px;
    right: -60px;
    top: 60px;
    background: rgba(45, 68, 132, 0.1);
}

.contact-form-section > .container {
    position: relative;
    z-index: 1;
}

.contact-form-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 48px 56px;
    align-items: center;
}

.contact-form-copy .section-title {
    margin-bottom: 18px;
}

.contact-form-intro {
    margin-bottom: 28px;
    max-width: 460px;
}

.contact-expect-list {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.contact-expect-list li {
    position: relative;
    padding-left: 34px;
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 300;
    color: #444;
    line-height: 1.55;
}

.contact-expect-list li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(178, 41, 41, 0.1);
    color: var(--brand-red);
    font-size: 10px;
}

.contact-form-aside-actions .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
}

.contact-form-card {
    position: relative;
    width: 100%;
    max-width: 580px;
    margin-left: auto;
    background:
        linear-gradient(165deg, #fffdfb 0%, #ffffff 45%, #f8f5f0 100%);
    border: 1px solid rgba(45, 68, 132, 0.1);
    border-radius: 24px;
    box-shadow:
        0 24px 60px rgba(45, 68, 132, 0.1),
        0 2px 0 rgba(255, 255, 255, 0.8) inset;
    padding: 34px 32px 30px;
    overflow: hidden;
}

.contact-form-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(178, 41, 41, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.contact-form-card::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -50px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(45, 68, 132, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.contact-form-card-head {
    position: relative;
    z-index: 1;
    margin-bottom: 26px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(45, 68, 132, 0.1);
}

.contact-form-card-eyebrow {
    margin: 0 0 8px;
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-red);
}

.contact-form-card-title {
    font-family: var(--font-heading);
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 400;
    color: var(--brand-navy);
    margin: 0 0 10px;
    line-height: 1.15;
}

.contact-form-card-title em {
    font-family: var(--font-heading-italic);
    font-style: italic;
    color: var(--brand-red);
}

.contact-form-card-text {
    margin: 0;
    max-width: 420px;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 1.6;
}

.contact-form {
    position: relative;
    z-index: 1;
}

.contact-field-label {
    display: block;
    margin: 0 0 8px;
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 500;
    color: var(--brand-navy);
}

.contact-field {
    position: relative;
}

.contact-field > i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--brand-red);
    font-size: 14px;
    pointer-events: none;
    z-index: 1;
}

.contact-field--textarea > i {
    display: none;
}

.contact-form .form-control {
    min-height: 52px;
    padding: 12px 16px 12px 44px;
    border: 1px solid rgba(45, 68, 132, 0.12);
    border-radius: 12px;
    background: #fff;
    font-size: 14px;
    font-weight: 300;
    color: #333;
    box-shadow: 0 1px 0 rgba(45, 68, 132, 0.03);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.contact-field--textarea .form-control {
    padding: 14px 16px;
    min-height: 120px;
    height: auto;
    resize: vertical;
}

.contact-form .form-control::placeholder {
    color: #9a9a9a;
}

.contact-form .form-control:focus {
    background: #fff;
    border-color: rgba(178, 41, 41, 0.45);
    box-shadow: 0 0 0 4px rgba(178, 41, 41, 0.1);
}

.contact-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.contact-service-check {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 12px;
    margin: 0;
    border: 1px solid rgba(45, 68, 132, 0.12);
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    user-select: none;
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

.contact-service-check input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.contact-service-check span {
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 400;
    color: #444;
    line-height: 1.3;
    text-align: center;
    transition: color 0.25s ease;
}

.contact-service-check:hover {
    border-color: rgba(178, 41, 41, 0.35);
    background: rgba(178, 41, 41, 0.03);
}

.contact-service-check:has(input:checked) {
    border-color: var(--brand-red);
    background: rgba(178, 41, 41, 0.08);
    box-shadow: inset 0 0 0 1px rgba(178, 41, 41, 0.15);
}

.contact-service-check:has(input:checked) span {
    color: var(--brand-red);
    font-weight: 500;
}

.contact-form-submit {
    width: 100%;
    margin-top: 4px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 12px 28px rgba(178, 41, 41, 0.22);
}

/* Legal pages */
.legal-hero {
    position: relative;
    padding: 200px 0 50px;
    overflow: hidden;
    background:
        radial-gradient(ellipse 70% 55% at 50% 0%, rgba(178, 41, 41, 0.08) 0%, transparent 55%),
        linear-gradient(180deg, #F7F1E8 0%, #FFFFFF 70%);
}

.legal-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
}

.legal-hero-glow--a {
    width: 420px;
    height: 420px;
    left: -140px;
    top: -100px;
    background: rgba(178, 41, 41, 0.2);
}

.legal-hero-glow--b {
    width: 360px;
    height: 360px;
    right: -110px;
    bottom: -120px;
    background: rgba(45, 68, 132, 0.14);
}

.legal-hero > .container {
    position: relative;
    z-index: 1;
}

.legal-hero-content {
    max-width: 760px;
    margin: 0 auto;
}

.legal-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 400;
    line-height: 1.1;
    color: var(--brand-navy);
    margin: 0 0 14px;
}

.legal-hero-title em {
    font-family: var(--font-heading-italic);
    font-style: italic;
    color: var(--brand-red);
}

.legal-hero-text {
    margin: 0 auto;
    color: #666;
}

.legal-content {
    padding: 40px 0 100px;
}

.legal-panel {
    max-width: 860px;
    margin: 0 auto;
    padding: 42px 44px;
    background: #fff;
    border: 1px solid rgba(45, 68, 132, 0.1);
    border-radius: 24px;
    box-shadow: 0 18px 48px rgba(45, 68, 132, 0.07);
}

.legal-panel > p:first-child {
    font-size: 16px;
    color: #444;
}

.legal-panel h2 {
    font-family: var(--font-heading);
    font-size: 26px;
    font-weight: 400;
    color: var(--brand-navy);
    margin: 36px 0 14px;
    line-height: 1.25;
}

.legal-panel p,
.legal-panel li {
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 300;
    color: #555;
    line-height: 1.7;
}

.legal-panel p {
    margin: 0 0 14px;
}

.legal-panel ul {
    margin: 0 0 16px;
    padding-left: 20px;
}

.legal-panel li {
    margin-bottom: 8px;
}

.legal-panel a {
    color: var(--brand-red);
    text-decoration: none;
}

.legal-panel a:hover {
    text-decoration: underline;
}

.legal-contact-list {
    list-style: none;
    padding-left: 0;
}

.legal-contact-list li {
    margin-bottom: 6px;
}

/* 404 page */
.error-hero {
    position: relative;
    padding: 200px 0 60px;
    overflow: hidden;
    background:
        radial-gradient(ellipse 70% 55% at 50% 0%, rgba(178, 41, 41, 0.08) 0%, transparent 55%),
        linear-gradient(180deg, #F7F1E8 0%, #FFFFFF 70%);
}

.error-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
}

.error-hero-glow--a {
    width: 420px;
    height: 420px;
    left: -140px;
    top: -100px;
    background: rgba(178, 41, 41, 0.22);
}

.error-hero-glow--b {
    width: 360px;
    height: 360px;
    right: -110px;
    bottom: -120px;
    background: rgba(45, 68, 132, 0.16);
}

.error-hero > .container {
    position: relative;
    z-index: 1;
}

.error-hero-content {
    max-width: 720px;
    margin: 0 auto;
}

.error-code {
    margin: 0 0 8px;
    font-family: var(--font-heading);
    font-size: clamp(72px, 14vw, 140px);
    font-weight: 400;
    line-height: 0.9;
    color: rgba(178, 41, 41, 0.14);
}

.error-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 400;
    line-height: 1.1;
    color: var(--brand-navy);
    margin: -28px 0 18px;
}

.error-hero-title em {
    font-family: var(--font-heading-italic);
    font-style: italic;
    color: var(--brand-red);
}

.error-hero-text {
    max-width: 540px;
    margin: 0 auto 28px;
}

.error-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.error-links {
    padding: 20px 0 100px;
}

.error-links-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.error-link-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 22px 20px;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(45, 68, 132, 0.1);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(45, 68, 132, 0.05);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.error-link-item:hover {
    transform: translateY(-3px);
    border-color: rgba(178, 41, 41, 0.28);
    box-shadow: 0 16px 36px rgba(45, 68, 132, 0.1);
}

.error-link-item strong {
    font-family: var(--font-heading-italic);
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    color: var(--brand-navy);
}

.error-link-item span {
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
}

.error-link-item:hover strong {
    color: var(--brand-red);
}

/* Thank you page */
.thank-hero {
    position: relative;
    padding: 200px 0 70px;
    overflow: hidden;
    background:
        radial-gradient(ellipse 70% 55% at 50% 0%, rgba(178, 41, 41, 0.08) 0%, transparent 55%),
        linear-gradient(180deg, #F7F1E8 0%, #FFFFFF 70%);
}

.thank-hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
}

.thank-hero-glow--a {
    width: 420px;
    height: 420px;
    left: -140px;
    top: -100px;
    background: rgba(178, 41, 41, 0.2);
}

.thank-hero-glow--b {
    width: 360px;
    height: 360px;
    right: -110px;
    bottom: -120px;
    background: rgba(45, 68, 132, 0.14);
}

.thank-hero > .container {
    position: relative;
    z-index: 1;
}

.thank-hero-content {
    max-width: 720px;
    margin: 0 auto;
}

.thank-check {
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(178, 41, 41, 0.1);
    color: var(--brand-red);
    font-size: 28px;
}

.thank-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 400;
    line-height: 1.1;
    color: var(--brand-navy);
    margin: 0 0 18px;
}

.thank-hero-title em {
    font-family: var(--font-heading-italic);
    font-style: italic;
    color: var(--brand-red);
}

.thank-hero-text {
    max-width: 560px;
    margin: 0 auto 28px;
}

.thank-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.thank-next {
    padding: 10px 0 100px;
}

.thank-next-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.thank-next-item {
    padding: 28px 24px;
    border: 1px solid rgba(45, 68, 132, 0.1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(45, 68, 132, 0.05);
}

.thank-next-item strong {
    display: block;
    margin-bottom: 12px;
    font-family: var(--font-heading);
    font-size: 28px;
    font-weight: 400;
    color: var(--brand-red);
    line-height: 1;
}

.thank-next-item h2 {
    margin: 0 0 10px;
    font-family: var(--font-heading-italic);
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    color: var(--brand-navy);
}

.thank-next-item p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 1.6;
}

/* Site toast */
.site-toast {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 2000;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 420px;
    padding: 16px 18px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(178, 41, 41, 0.18);
    box-shadow: 0 18px 40px rgba(45, 68, 132, 0.16);
    opacity: 0;
    transform: translateY(-12px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.site-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.site-toast--error {
    border-color: rgba(178, 41, 41, 0.28);
}

.site-toast--success {
    border-color: rgba(45, 68, 132, 0.2);
}

.site-toast-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(178, 41, 41, 0.1);
    color: var(--brand-red);
    font-size: 14px;
}

.site-toast--success .site-toast-icon {
    background: rgba(45, 68, 132, 0.1);
    color: var(--brand-navy);
}

.site-toast-text {
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1.5;
}

.site-toast-close {
    flex-shrink: 0;
    border: 0;
    background: transparent;
    color: #888;
    padding: 0;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* Lead popup modal */
.lead-popup {
    position: fixed;
    inset: 0;
    z-index: 2100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.lead-popup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.lead-popup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(20, 28, 48, 0.62);
    backdrop-filter: blur(6px);
}

.lead-popup-dialog {
    position: relative;
    z-index: 1;
    width: min(920px, 100%);
    max-height: calc(100vh - 40px);
    overflow: auto;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(20, 28, 48, 0.28);
    transform: translateY(24px) scale(0.97);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.lead-popup.is-open .lead-popup-dialog {
    transform: translateY(0) scale(1);
}

.lead-popup-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.lead-popup-close:hover {
    background: var(--brand-red);
    color: #fff;
    transform: rotate(90deg);
}

.lead-popup-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.lead-popup-aside {
    position: relative;
    overflow: hidden;
    padding: 42px 34px;
    background:
        radial-gradient(ellipse 80% 60% at 0% 0%, rgba(178, 41, 41, 0.28) 0%, transparent 55%),
        linear-gradient(160deg, #2D4484 0%, #1d2f5f 55%, #B22929 140%);
    color: #fff;
}

.lead-popup-aside::after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: -50px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.lead-popup-eyebrow {
    margin: 0 0 12px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

.lead-popup-aside-title {
    margin: 0 0 14px;
    font-family: var(--font-heading);
    font-size: clamp(30px, 3.4vw, 40px);
    font-weight: 400;
    line-height: 1.12;
    color: #fff;
}

.lead-popup-aside-title em {
    font-family: var(--font-heading-italic);
    font-style: italic;
    color: #ffd3d3;
}

.lead-popup-aside-text {
    margin: 0 0 22px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.86);
}

.lead-popup-perks {
    list-style: none;
    margin: 0 0 26px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.lead-popup-perks li {
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
}

.lead-popup-perks li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lead-popup-call {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.25s ease;
}

.lead-popup-call:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.lead-popup-form-wrap {
    padding: 36px 32px 32px;
    background:
        linear-gradient(180deg, #fffdfb 0%, #ffffff 100%);
}

.lead-popup-label {
    display: block;
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 500;
    color: var(--brand-navy);
}

.lead-popup-form .form-control {
    min-height: 48px;
    border: 1px solid rgba(45, 68, 132, 0.12);
    border-radius: 12px;
    background: #fff;
    font-size: 14px;
    box-shadow: none;
}

.lead-popup-form .form-control:focus {
    border-color: rgba(178, 41, 41, 0.45);
    box-shadow: 0 0 0 4px rgba(178, 41, 41, 0.1);
}

.lead-popup-form textarea.form-control {
    min-height: 90px;
    resize: vertical;
}

.lead-popup-services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 16px;
}

.lead-popup-service {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin: 0;
    padding: 8px 10px;
    border: 1px solid rgba(45, 68, 132, 0.12);
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    user-select: none;
    transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.lead-popup-service input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.lead-popup-service span {
    font-size: 12px;
    font-weight: 400;
    color: #444;
    text-align: center;
    line-height: 1.3;
}

.lead-popup-service:hover {
    border-color: rgba(178, 41, 41, 0.35);
}

.lead-popup-service:has(input:checked) {
    border-color: var(--brand-red);
    background: rgba(178, 41, 41, 0.08);
}

.lead-popup-service:has(input:checked) span {
    color: var(--brand-red);
    font-weight: 500;
}

.lead-popup-form .btn-brand {
    margin-top: 4px;
    padding: 13px 20px;
    font-size: 15px;
    box-shadow: 0 12px 28px rgba(178, 41, 41, 0.22);
}

body.lead-popup-open {
    overflow: hidden;
}




