:root {
    --pri-color: #00a99d;
    --pri-bg-color: 0, 169, 157;
    --sec-color: #00897b;
}

/* Base typography — match original PHP site */
.plan-home-page {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    font-family: 'Mulish', sans-serif;
}

.plan-home-page .navbar {
    padding: 10px 50px;
}

.plan-home-page .plan-home-nav__inner {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.plan-home-page .plan-home-nav .navbar-brand img {
    height: 40px;
    width: auto;
}

.plan-home-page .plan-home-nav .navbar-nav {
    gap: 0;
}

.plan-home-page .plan-home-nav .navbar-nav .nav-item {
    padding: 0 5px;
}

.plan-home-page .navbar .nav-link,
.plan-home-page .plan-home-nav .nav-link {
    font-family: 'Mulish', sans-serif;
    font-size: 15px !important;
    font-weight: 500;
    color: #272361;
    padding: 0.5rem 0.5rem;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .plan-home-page .navbar {
        padding: 10px 16px;
    }

    .plan-home-page .plan-home-nav__inner {
        padding-left: 0;
        padding-right: 0;
    }
}

.plan-home-page .hero .info h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 56px !important;
    font-weight: 700;
    line-height: 1.15;
}

.plan-home-page .hero .info .btn-get-started {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.plan-home-page .features h2,
.plan-home-page .services h2,
.plan-home-page .works h2,
.plan-home-page .steppers h2,
.plan-home-page .estimation h2,
.plan-home-page .our-clients h2,
.plan-home-page .contact_us h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px !important;
    font-weight: 600;
}

.plan-home-page .steppers .subtitle {
    font-size: 22px !important;
    font-weight: 400;
}

.plan-home-page .steppers .step-header {
    font-family: 'Poppins', sans-serif;
    font-size: 24px !important;
    font-weight: 600;
}

.plan-home-page .steppers .step-description {
    font-family: 'Mulish', sans-serif;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 30px;
}

.plan-home-page .steppers .step-image {
    width: 161px;
    height: 129px;
    margin-bottom: 10px;
    margin-left: 30px;
    margin-top: 20px;
}

.plan-home-page .steppers .step-image1 {
    width: 161px;
    height: 129px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.plan-home-page .steppers .action-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    margin-left: 24px;
}

.plan-home-page .steppers .action-button .button {
    background: #00A99D !important;
    border: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px !important;
    font-weight: 800;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
}

.plan-home-page .features .subtitle,
.plan-home-page .services .subtitle,
.plan-home-page .works .subtitle,
.plan-home-page .steppers .subtitle,
.plan-home-page .estimation .subtitle,
.plan-home-page .our-clients .subtitle,
.plan-home-page .contact_us .subtitle {
    font-size: 22px !important;
    font-weight: 400;
}

.plan-home-page .features .title {
    font-size: 24px !important;
    font-weight: 600;
}

.plan-home-page .features .subtitle {
    font-size: 16px !important;
}

.plan-home-page .services h5,
.plan-home-page .services .card-title {
    font-size: 32px !important;
    font-weight: 600;
}

.plan-home-page .services p,
.plan-home-page .services .card-text {
    font-size: 20px !important;
}

.plan-home-page .works h5,
.plan-home-page .works .card-title {
    font-size: 24px !important;
}

.plan-home-page .works .card-text {
    font-size: 16px !important;
}

.plan-home-page .architectural-title {
    font-family: 'Poppins', sans-serif;
    font-size: 70px !important;
    font-weight: 600;
}

.plan-home-page .client-name {
    font-size: 20px !important;
}

.plan-home-page .client-feedback .card-content {
    font-size: 16px !important;
}

@media (max-width: 768px) {
    .plan-home-page .navbar {
        padding: 0.5rem 0.75rem;
    }

    .plan-home-page .plan-home-nav__inner {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .plan-home-page .navbar .nav-link,
    .plan-home-page .plan-home-nav .nav-link {
        font-size: 15px !important;
        padding: 0.65rem 0.5rem;
        white-space: normal;
    }

    .plan-home-page .hero .info h2 {
        font-size: 36px !important;
    }

    .plan-home-page .architectural-title {
        font-size: 50px !important;
    }
}

.plan-home-nav .btn-login {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    background: #00a99d;
    border-color: #00a99d;
    padding: 0.45rem 1rem;
    margin-left: 0.5rem;
    white-space: nowrap;
}

.plan-home-nav .btn-login:hover {
    background: #00897b;
    border-color: #00897b;
    color: #fff;
}

.plan-home-section-anchor {
    scroll-margin-top: 6.5rem;
}

.plan-home-page .estimation {
    margin-top: -180px;
}

.plan-home-footer-badge {
    border: 1px solid #00a99d;
    border-radius: 20px;
    font-size: 10px;
    padding: 6px;
    margin: 0 2px;
}

.plan-home-footer-legal a {
    text-decoration: none;
    color: #667085;
    font-size: 14px;
}

#whats-chat {
    position: fixed;
    right: 3%;
    bottom: 10%;
    background: #25d366;
    padding: 12.5px;
    border-radius: 50px;
    z-index: 9999;
}

#whats-chat:hover {
    box-shadow: 2px 2px 15px #ccc;
}

.plan-home-snackbar {
    position: fixed;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: #1e293b;
    color: #fff;
    padding: 0.75rem 1.25rem;
    border-radius: 0.5rem;
    z-index: 10000;
    display: none;
    max-width: 90vw;
    text-align: center;
}

.plan-home-snackbar.show {
    display: block;
}
