* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-width: 320px;
    color: var(--text);
    background: #ffffff;
    font-size: 16px;
    line-height: 1.65;
}

body.mobile-call-space {
    padding-bottom: 88px;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

p, li {
    font-size: 16px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid #E5E7EB;
}

.header-inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--heading);
    font-family: var(--font-heading);
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.brand img {
    width: 44px;
    height: 44px;
    border-radius: 12px;
}

.desktop-nav {
    display: none;
    align-items: center;
    gap: 22px;
}

.desktop-nav a {
    color: #1F2937;
    font-size: 18px;
    font-weight: 700;
}

.desktop-nav a:hover {
    color: var(--primary);
}

.phone-button, .primary-button, .secondary-button, .mobile-sticky-call {
    border-radius: 18px;
    transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.phone-button {
    display: none;
    align-items: center;
    gap: 9px;
    background: #111827;
    color: #FFFFFF;
    padding: 13px 17px;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(17, 24, 39, 0.18);
}

.phone-button:hover, .primary-button:hover, .mobile-sticky-call:hover {
    transform: translateY(-2px);
    background: var(--primary-dark);
    color: #FFFFFF;
    box-shadow: 0 18px 34px rgba(118, 14, 28, 0.26);
}

.secondary-button:hover {
    transform: translateY(-2px);
    background: #FFFFFF;
    color: var(--primary);
}

.mobile-menu-button {
    width: 46px;
    height: 46px;
    border: 1px solid #E5E7EB;
    border-radius: 14px;
    background: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.mobile-menu-button span {
    width: 22px;
    height: 2px;
    background: #111827;
    border-radius: 999px;
}

.mobile-nav {
    display: none;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto 16px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 18px;
    padding: 12px;
    box-shadow: 0 18px 38px rgba(17, 24, 39, 0.12);
}

.mobile-nav.is-open {
    display: grid;
}

.mobile-nav a {
    padding: 12px;
    color: #111827;
    font-size: 18px;
    font-weight: 800;
    border-radius: 12px;
}

.mobile-nav a:hover {
    background: #F3F4F6;
    color: var(--primary);
}

.section-shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.hero-section {
    background: linear-gradient(135deg, #F9FAFB 0%, #FFFFFF 48%, #F4E8EA 100%);
    padding: 54px 0 62px;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: stretch;
}

.hero-copy, .hero-visual {
    min-height: 100%;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    background: #FBECEF;
    border: 1px solid #F1CBD1;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 16px;
    font-weight: 800;
}

h1 {
    color: #111827;
    font-size: 36px;
    line-height: 1.04;
    margin: 18px 0 16px;
    letter-spacing: -0.04em;
    font-weight: 900;
}

h2 {
    color: #111827;
    font-size: 31px;
    line-height: 1.12;
    margin: 0;
    letter-spacing: -0.025em;
    font-weight: 900;
}

h3, h4 {
    color: #111827;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
    font-weight: 900;
}

.content-section h3::after,
.content-section h4::after,
.footer h3::after,
.footer h4::after {
    content: "";
    display: block;
    width: 72px;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 12px;
    background: var(--accent);
    border-radius: 999px;
    transform: scaleX(0.35);
    transform-origin: left center;
    transition: transform 800ms ease;
}

.heading-in-view::after {
    transform: scaleX(1) !important;
}

.lead {
    color: #374151;
    font-size: 18px;
    margin: 0 0 18px;
}

.stars {
    color: var(--accent);
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0 0 16px;
}

.trust-icons {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0 22px;
    flex-wrap: wrap;
}

.trust-icons img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    border-radius: 14px;
    background: #FFFFFF;
    padding: 7px;
    border: 1px solid #E5E7EB;
}

.cta-line {
    font-size: 18px;
    color: #111827;
    font-weight: 900;
    margin: 0 0 14px;
}

.button-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
}

.primary-button, .secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 54px;
    padding: 14px 20px;
    font-size: 18px;
    font-weight: 900;
}

.primary-button {
    background: var(--primary);
    color: #FFFFFF;
    box-shadow: 0 18px 34px rgba(118, 14, 28, 0.22);
}

.secondary-button {
    background: #111827;
    color: #FFFFFF;
}

.hero-visual {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 28px 64px rgba(17, 24, 39, 0.18);
    background: #111827;
}

.hero-visual img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.hero-card {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 18px;
    padding: 16px;
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.18);
}

.hero-card strong {
    color: #111827;
    display: block;
    font-size: 18px;
}

.hero-card span {
    color: #374151;
    font-size: 16px;
}

.content-section {
    padding: 72px 0;
}

.section-alt {
    background: #F9FAFB;
}

.section-dark {
    background: #111827;
    color: #F9FAFB;
}

.section-dark p, .section-dark li {
    color: #E5E7EB;
}

.section-dark h2, .section-dark h3, .section-dark h4 {
    color: #FFFFFF;
}

.section-dark h3::after,
.section-dark h4::after,
.footer h3::after,
.footer h4::after {
    background: #FFFFFF;
}

.section-title {
    margin-bottom: 28px;
}

.section-title p {
    max-width: 820px;
    margin: 14px 0 0;
    color: #4B5563;
    font-size: 18px;
}

.section-dark .section-title p {
    color: #E5E7EB;
}

.title-line {
    display: block;
    height: 4px;
    width: 100%;
    max-width: 180px;
    margin-top: 13px;
    background: var(--accent);
    border-radius: 999px;
    transform-origin: left center;
    transform: scaleX(0.24);
    transition: transform 900ms ease;
}

.line-in-view .title-line {
    transform: scaleX(1);
}

.intro-card {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.08);
}

.split-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: center;
    margin-top: 26px;
}

.split-row.reverse .split-image {
    order: -1;
}

.split-image img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 22px 48px rgba(17, 24, 39, 0.15);
    object-fit: cover;
}

.review-shell {
    position: relative;
}

.review-viewport {
    overflow: hidden;
}

.review-track {
    display: flex;
    transition: transform 420ms ease;
}

.review-card {
    min-width: 100%;
    padding: 12px;
}

.review-card-inner {
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.08);
}

.review-name {
    color: #111827;
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 8px;
}

.review-text {
    color: #374151;
    margin: 0;
}

.review-controls {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.review-controls button {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 18px;
    background: #111827;
    color: #FFFFFF;
    font-size: 22px;
    cursor: pointer;
}

.service-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.service-card, .feature-card, .faq-card, .process-step {
    border-radius: 18px;
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    padding: 22px;
    box-shadow: 0 14px 34px rgba(17, 24, 39, 0.07);
}

.service-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: #FBECEF;
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.service-icon svg {
    width: 31px;
    height: 31px;
    stroke: currentColor;
    stroke-width: 2.2;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-card ul, .feature-card ul, .process-list, .area-list, .payment-list {
    padding-left: 20px;
    margin: 12px 0 0;
}

.service-card p {
    margin: 12px 0 0;
}

.process-grid, .feature-grid, .faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.process-step strong {
    display: block;
    color: #111827;
    font-size: 20px;
    margin-bottom: 8px;
}

.area-list {
    columns: 1;
}

.cta-band {
    background: linear-gradient(135deg, #760E1C, #111827);
    color: #FFFFFF;
    border-radius: 18px;
    padding: 28px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: center;
    margin-top: 32px;
}

.cta-band h3, .cta-band p {
    color: #FFFFFF;
}

.cta-band p {
    margin: 8px 0 0;
}

.footer {
    background: #0B111D;
    color: #D1D5DB;
    padding: 44px 0 24px;
    font-size: 14px;
}

.footer p, .footer li, .footer a {
    font-size: 14px;
}

.footer a {
    color: #FFFFFF;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.footer .brand {
    color: #FFFFFF;
    margin-bottom: 12px;
}

.footer-links {
    display: grid;
    gap: 8px;
}

.disclaimer {
    border-top: 1px solid rgba(255,255,255,0.14);
    margin-top: 28px;
    padding-top: 20px;
    color: #D1D5DB;
}

.mobile-sticky-call {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    background: var(--primary);
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 900;
    box-shadow: 0 18px 34px rgba(17, 24, 39, 0.32);
    opacity: 0;
    visibility: hidden;
    transform: translateY(24px);
    pointer-events: none;
}

.mobile-sticky-call.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

@media (min-width: 640px) {
    .service-grid, .feature-grid, .faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .area-list {
        columns: 2;
    }
}

@media (min-width: 768px) {
    body.mobile-call-space {
        padding-bottom: 0;
    }

    .desktop-nav, .phone-button {
        display: inline-flex;
    }

    .mobile-menu-button, .mobile-nav, .mobile-sticky-call {
        display: none !important;
    }

    h1 {
        font-size: 52px;
    }

    h2 {
        font-size: 44px;
    }

    h3, h4 {
        font-size: 22px;
    }

    .hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
    }

    .split-row {
        grid-template-columns: minmax(0, 65fr) minmax(280px, 35fr);
    }

    .split-row.reverse {
        grid-template-columns: minmax(280px, 35fr) minmax(0, 65fr);
    }

    .split-row.reverse .split-image {
        order: 0;
    }

    .review-card {
        min-width: 50%;
    }

    .process-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .cta-band {
        grid-template-columns: 1fr auto;
    }

    .footer-grid {
        grid-template-columns: 1.3fr 0.8fr 0.9fr;
    }
}

@media (min-width: 1024px) {
    .service-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 430px) {
    .brand {
        font-size: 24px;
    }

    .brand span {
        max-width: 210px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .header-inner {
        width: min(100% - 20px, 1180px);
        min-height: 72px;
        gap: 10px;
    }

    .hero-section {
        padding-top: 36px;
    }
}
