:root {
    --pl-body: #f4f7fc;
    --pl-surface: #ffffff;
    --pl-text: #5f6876;
    --pl-heading: #15233c;
    --pl-border: rgba(21, 35, 60, 0.08);
}

body {
    background: var(--pl-body);
    color: var(--pl-text);
    font-family: "DM Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.display-5 {
    color: var(--pl-heading);
    font-family: "Manrope", sans-serif;
    font-weight: 800;
}

a {
    text-decoration: none;
}

.bg-light {
    background-color: #f6f9ff !important;
}

.text-primary {
    color: var(--primary) !important;
}

.navbar.sticky-top {
    top: 0;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
}

.navbar .navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.brand-mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(1, 95, 201, 0.16);
    overflow: hidden;
}

.brand-mark img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.hero-section {
    position: relative;
    padding: 8rem 0 4rem;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(13, 211, 241, 0.12), transparent 28%),
        radial-gradient(circle at 88% 10%, rgba(1, 95, 201, 0.12), transparent 30%);
    pointer-events: none;
}

.hero-card,
.feature-panel,
.quote-panel,
.floating-card,
.status-card {
    background: var(--pl-surface);
    border: 1px solid var(--pl-border);
    border-radius: 24px;
    box-shadow: 0 24px 80px rgba(21, 35, 60, 0.08);
}

.hero-image-wrap {
    position: relative;
}

.hero-image-wrap img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    border-radius: 28px;
    box-shadow: 0 24px 70px rgba(1, 95, 201, 0.18);
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.65rem 1rem;
    border-radius: 999px;
    background: rgba(13, 211, 241, 0.12);
    color: var(--primary);
    font-weight: 700;
}

.hero-stat-strip {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
}

.hero-stat {
    padding: 1.15rem 1.25rem;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(1, 95, 201, 0.08);
    box-shadow: 0 18px 40px rgba(21, 35, 60, 0.05);
}

.hero-stat small {
    display: block;
    margin-bottom: 0.35rem;
    color: #7b8493;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 0.85rem;
    color: var(--primary);
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.section-title {
    max-width: 640px;
    margin-bottom: 1rem;
}

.section-copy {
    max-width: 720px;
    color: #6f7887;
}

.icon-badge {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(1, 95, 201, 0.08);
}

.icon-badge img {
    max-width: 42px;
}

.reason-card,
.service-card,
.team-card,
.testimonial-card,
.calculator-card,
.contact-card,
.cta-mini-card {
    height: 100%;
    padding: 1.75rem;
    background: #fff;
    border: 1px solid var(--pl-border);
    border-radius: 22px;
    box-shadow: 0 18px 50px rgba(21, 35, 60, 0.06);
}

.reason-card h5,
.service-card h5,
.contact-card h5 {
    margin: 1rem 0 0.75rem;
}

.service-card .service-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(21, 35, 60, 0.08);
    font-size: 0.95rem;
}

.feature-panel {
    padding: 2rem;
}

.feature-panel img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    border-radius: 24px;
}

.metric-stack {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.metric-box {
    padding: 1.25rem;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(1, 95, 201, 0.05), rgba(13, 211, 241, 0.05));
}

.metric-box strong {
    display: block;
    color: var(--pl-heading);
    font-size: 1.65rem;
}

.appointment-panel {
    padding: 3rem;
    border-radius: 28px;
}

.appointment-form {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
}

.appointment-form .form-control,
.appointment-form .form-select,
.calculator-card .form-control,
.calculator-card .form-select,
.quote-panel .form-control,
.quote-panel .form-select {
    min-height: 54px;
    border-radius: 16px;
}

.team-card img,
.testimonial-card img {
    width: 100%;
    border-radius: 20px;
}

.team-card .team-role {
    color: var(--primary);
    font-weight: 700;
}

.testimonial-card .quote-mark {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 18px;
    background: rgba(1, 95, 201, 0.08);
    color: var(--primary);
    font-size: 1.4rem;
}

.page-banner {
    position: relative;
    padding: 7rem 0 3rem;
    background:
        linear-gradient(140deg, rgba(1, 95, 201, 0.94), rgba(13, 211, 241, 0.9)),
        url("../img/carousel-1.jpg") center/cover no-repeat;
}

.page-banner h1,
.page-banner p,
.page-banner .breadcrumb-item,
.page-banner .breadcrumb-item a {
    color: #fff;
}

.page-banner .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.72);
}

.checklist {
    padding-left: 0;
    list-style: none;
}

.checklist li {
    display: flex;
    gap: 0.85rem;
    margin-bottom: 0.85rem;
}

.checklist li i {
    margin-top: 0.2rem;
    color: var(--primary);
}

.calculator-breakdown {
    padding: 1rem 0 0;
    margin: 1rem 0 0;
    list-style: none;
    border-top: 1px solid rgba(21, 35, 60, 0.08);
}

.calculator-breakdown li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.calculator-result {
    font-size: 2rem;
    font-weight: 800;
    color: var(--pl-heading);
}

.status-steps {
    counter-reset: step;
    list-style: none;
    padding-left: 0;
}

.status-steps li {
    position: relative;
    padding-left: 3.5rem;
    margin-bottom: 1.5rem;
}

.status-steps li::before {
    counter-increment: step;
    content: counter(step);
    position: absolute;
    left: 0;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    font-weight: 800;
}

.footer {
    background: #15233c;
}

.footer-brand {
    max-width: 320px;
}

.footer .copyright {
    margin-top: 2rem;
}

.back-to-top {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: var(--primary);
    color: #fff;
}

@media (max-width: 991.98px) {
    .hero-section {
        padding-top: 6.5rem;
    }

    .appointment-panel {
        padding: 2rem;
    }

    .metric-stack {
        grid-template-columns: 1fr;
    }
}
