.page-home {
    background: linear-gradient(180deg, #fbfcfd 0%, #f0fbf8 55%, #f7fbff 100%);
    color: #15243b;
}

.page-home #topnav {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid rgba(211, 223, 232, 0.9);
    box-shadow: 0 8px 20px rgba(21, 36, 59, 0.04);
}

.page-home #topnav .container {
    padding-top: 16px !important;
    padding-bottom: 16px;
}

.page-home #topnav .logo {
    font-size: 1.18rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: #15243b !important;
}

.page-home #topnav .navigation-menu > li > a {
    color: #344760 !important;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.page-home #topnav .navigation-menu > li > a:hover,
.page-home #topnav .navigation-menu > li.active > a {
    color: #12a29d !important;
}

.page-home #topnav .header-login {
    font-weight: 800 !important;
    color: #15243b !important;
}

.page-home #topnav .header-btn {
    min-width: 176px;
    border-radius: 20px;
    background: linear-gradient(135deg, #18b9ab, #109895);
    border: 1px solid #0e8886;
    box-shadow: 0 10px 22px rgba(16, 152, 149, 0.18);
}

.page-home #mobile-navigation {
    background: rgba(255, 255, 255, 0.99);
}

.page-home #mobile-navigation .navigation-menu li a {
    color: #344760 !important;
}

.page-home .centa-home {
    overflow: hidden;
}

.page-home .centa-hero {
    padding: 10px 0 40px;
}

.page-home .centa-hero-card {
    padding: 58px 58px 94px;
    background:
        radial-gradient(circle at 10% 10%, rgba(107, 235, 205, 0.26), transparent 30%),
        linear-gradient(135deg, #effcf8 0%, #edf7ff 100%);
    border: 1px solid rgba(198, 221, 230, 0.95);
    border-radius: 0 0 34px 34px;
    box-shadow: 0 24px 60px rgba(21, 36, 59, 0.08);
}

.page-home .centa-badge,
.page-home .centa-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    color: #12a29d;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 10px 18px rgba(21, 36, 59, 0.04);
}

.page-home .centa-copy h1 {
    margin: 20px 0 20px;
    color: #101f39;
    font-size: 4.75rem;
    line-height: 0.92;
    letter-spacing: -0.05em;
    max-width: 6.5em;
}

.page-home .centa-copy h1 span {
    color: #12a29d;
}

.page-home .centa-copy p,
.page-home .centa-heading p,
.page-home .centa-sidecopy p,
.page-home .centa-inline-cta p,
.page-home .centa-step-card p,
.page-home .centa-feature-card p,
.page-home .centa-feature-mini span,
.page-home .centa-list span,
.page-home .centa-stat span {
    color: #67788d;
    font-size: 1.04rem;
    line-height: 1.72;
}

.page-home .centa-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin: 30px 0 24px;
}

.page-home .centa-btn-primary,
.page-home .centa-btn-secondary {
    padding: 16px 28px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 1rem;
}

.page-home .centa-btn-primary {
    background: linear-gradient(135deg, #18b9ab, #109895);
    border: 0;
    color: #fff;
    box-shadow: 0 14px 28px rgba(16, 152, 149, 0.16);
}

.page-home .centa-btn-primary:hover,
.page-home .centa-btn-primary:focus {
    color: #fff;
    background: linear-gradient(135deg, #14aa9f, #0f8b88);
}

.page-home .centa-btn-secondary {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(197, 210, 222, 0.95);
    color: #22344f;
}

.page-home .centa-btn-secondary:hover,
.page-home .centa-btn-secondary:focus {
    color: #22344f;
}

.page-home .centa-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: #617287;
    font-size: 0.94rem;
    font-weight: 600;
}

.page-home .centa-checks span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.page-home .centa-checks i,
.page-home .centa-stat i,
.page-home .centa-list i {
    color: #12a29d;
}

.page-home .centa-visual {
    position: relative;
    min-height: 520px;
}

.page-home .centa-browser-shot,
.page-home .centa-phone-shot,
.page-home .centa-stat,
.page-home .centa-feature-card,
.page-home .centa-phone-frame,
.page-home .centa-step-card,
.page-home .centa-inline-cta {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(204, 219, 230, 0.95);
    box-shadow: 0 18px 38px rgba(21, 36, 59, 0.06);
}

.page-home .centa-browser-shot {
    margin-left: 52px;
    margin-top: 6px;
    padding: 18px;
    border-radius: 34px;
    transform: rotate(-1.4deg);
}

.page-home .centa-browser-shot img,
.page-home .centa-phone-shot img,
.page-home .centa-phone-frame img {
    width: 100%;
    border-radius: 18px;
}

.page-home .centa-phone-shot {
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 258px;
    padding: 10px;
    border-radius: 32px;
}

.page-home .centa-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: -18px auto 0;
    max-width: 1120px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(206, 220, 232, 0.95);
    border-radius: 22px;
    box-shadow: 0 18px 36px rgba(21, 36, 59, 0.08);
}

.page-home .centa-stat {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border-radius: 18px;
}

.page-home .centa-stat i {
    font-size: 1.4rem;
}

.page-home .centa-stat strong,
.page-home .centa-list strong,
.page-home .centa-feature-mini strong {
    color: #15243b;
}

.page-home .centa-section {
    padding: 104px 0;
}

.page-home .centa-heading {
    max-width: 760px;
    margin: 0 auto 42px;
}

.page-home .centa-heading h2,
.page-home .centa-sidecopy h2 {
    margin: 16px 0 12px;
    color: #15243b;
    font-size: 3.05rem;
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.page-home .centa-feature-card,
.page-home .centa-step-card {
    height: 100%;
    padding: 26px 22px;
    border-radius: 22px;
}

.page-home .centa-feature-icon {
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 16px;
    color: #fff;
    font-size: 1.36rem;
}

.page-home .centa-feature-icon--teal { background: linear-gradient(135deg, #1fc3b3, #109895); }
.page-home .centa-feature-icon--blue { background: linear-gradient(135deg, #53a0ff, #2f78e8); }
.page-home .centa-feature-icon--violet { background: linear-gradient(135deg, #9f6cff, #7b51f3); }
.page-home .centa-feature-icon--amber { background: linear-gradient(135deg, #ffbf42, #f59b17); }

.page-home .centa-feature-card h3,
.page-home .centa-step-card h3,
.page-home .centa-inline-cta h3 {
    color: #15243b;
    font-size: 1.35rem;
    margin-bottom: 10px;
}

.page-home .centa-feature-mini {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(214, 224, 233, 0.95);
    font-size: 0.92rem;
}

.page-home .centa-showcase {
    background: linear-gradient(180deg, rgba(228, 249, 244, 0.55) 0%, rgba(239, 247, 255, 0.55) 100%);
}

.page-home .centa-phone-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.page-home .centa-phone-frame {
    padding: 10px;
    border-radius: 24px;
}

.page-home .centa-phone-frame img {
    aspect-ratio: 9 / 18;
    object-fit: cover;
}

.page-home .centa-sidecopy {
    padding-left: 24px;
}

.page-home .centa-list {
    list-style: none;
    padding: 0;
    margin: 28px 0;
}

.page-home .centa-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.page-home .centa-list i {
    margin-top: 4px;
    font-size: 1.15rem;
}

.page-home .centa-step-no {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: rgba(18, 162, 157, 0.12);
    color: #12a29d;
    font-weight: 800;
}

.page-home .centa-inline-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 22px;
    margin-top: 18px;
    padding: 30px 34px;
    border-radius: 24px;
}

.page-home .centa-logos {
    background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
}

.page-home .centa-logo-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.page-home .centa-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 96px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(206, 220, 232, 0.95);
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(21, 36, 59, 0.05);
}

.page-home .centa-logo-card img {
    max-width: 112px;
    max-height: 50px;
    object-fit: contain;
    filter: saturate(0.95);
}

.page-home .centa-bottom-cta {
    padding-top: 0;
}

.page-home .centa-bottom-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 34px 38px;
    background: linear-gradient(135deg, #f0fcf8 0%, #edf6ff 100%);
    border: 1px solid rgba(198, 221, 230, 0.95);
    border-radius: 28px;
    box-shadow: 0 22px 48px rgba(21, 36, 59, 0.06);
}

.page-home .centa-bottom-card h2 {
    margin: 14px 0 10px;
    font-size: 2.45rem;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #15243b;
}

.page-home .footer {
    background: #ffffff !important;
    color: #15243b !important;
    border-top: 1px solid rgba(203, 217, 229, 0.95);
}

.page-home .footer h2,
.page-home .footer h6,
.page-home .footer .text-light {
    color: #15243b !important;
}

.page-home .footer .text-muted,
.page-home .footer p,
.page-home .footer a.text-muted {
    color: #69788c !important;
}

.page-home .footer .footer-links a:hover,
.page-home .footer .social-links a:hover {
    color: #12a29d !important;
}

.page-home .footer hr {
    border-color: rgba(203, 217, 229, 0.95) !important;
}

.page-home .back-to-top {
    background: linear-gradient(135deg, #18b9ab, #109895);
    box-shadow: 0 14px 28px rgba(16, 152, 149, 0.2);
}

@media (max-width: 1199px) {
    .page-home .centa-copy h1 {
        font-size: 3.9rem;
    }

    .page-home .centa-heading h2,
    .page-home .centa-sidecopy h2 {
        font-size: 2.5rem;
    }

    .page-home .centa-logo-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .page-home .centa-hero-card {
        padding: 34px 24px 74px;
    }

    .page-home .centa-copy h1 {
        font-size: 2.8rem;
        max-width: none;
    }

    .page-home .centa-browser-shot {
        margin-left: 0;
        margin-top: 26px;
        transform: none;
    }

    .page-home .centa-phone-shot {
        position: static;
        width: 220px;
        margin: 18px auto 0;
    }

    .page-home .centa-stats,
    .page-home .centa-phone-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-home .centa-sidecopy {
        padding-left: 0;
        margin-top: 28px;
    }

    .page-home .centa-inline-cta {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-home .centa-bottom-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .page-home .centa-hero {
        padding: 18px 0 38px;
    }

    .page-home .centa-hero-card {
        padding: 22px 16px 58px;
        border-radius: 0 0 24px 24px;
    }

    .page-home .centa-copy h1 {
        font-size: 2.12rem;
    }

    .page-home .centa-heading h2,
    .page-home .centa-sidecopy h2 {
        font-size: 2rem;
    }

    .page-home .centa-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .page-home .centa-checks,
    .page-home .centa-stats,
    .page-home .centa-phone-grid,
    .page-home .centa-logo-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    .page-home .centa-inline-cta,
    .page-home .centa-feature-card,
    .page-home .centa-step-card {
        padding: 22px 18px;
    }

    .page-home .centa-feature-mini {
        flex-direction: column;
    }
}
