@import url("./home.css");

.site-page {
    background:
        radial-gradient(circle at top right, rgba(10, 179, 156, 0.12), transparent 22%),
        linear-gradient(180deg, #f7fbfa 0%, #ffffff 20rem);
}

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

.page-hero::before {
    content: "";
    position: absolute;
    top: -7rem;
    right: -5rem;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    background: rgba(10, 179, 156, 0.08);
    filter: blur(12px);
}

.page-hero.page-hero-dark {
    background: linear-gradient(135deg, #0b172a 0%, #16314b 100%);
}

.page-hero.page-hero-dark .section-copy,
.page-hero.page-hero-dark .hero-description,
.page-hero.page-hero-dark p {
    color: rgba(255, 255, 255, 0.8);
}

.page-hero.page-hero-dark .hero-title,
.page-hero.page-hero-dark .section-title,
.page-hero.page-hero-dark h1,
.page-hero.page-hero-dark h2 {
    color: #fff;
}

.page-hero-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 2rem;
}

.page-stat-card,
.page-block,
.page-visual-card,
.page-list-card,
.page-timeline-card,
.legal-card,
.contact-card,
.site-form-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.5rem;
    box-shadow: 0 18px 55px rgba(15, 23, 42, 0.06);
}

.page-stat-card {
    padding: 1.2rem 1rem;
}

.page-stat-card h3,
.page-stat-card h4 {
    margin-bottom: .2rem;
}

.page-block,
.page-list-card,
.page-timeline-card,
.legal-card,
.contact-card,
.site-form-card {
    padding: 1.6rem;
    height: 100%;
}

.page-visual-card {
    padding: 1rem;
    overflow: hidden;
}

.page-visual-card img {
    width: 100%;
    display: block;
    border-radius: 1.1rem;
}

.page-placeholder {
    min-height: 17rem;
    border-radius: 1.2rem;
    border: 1px dashed rgba(10, 179, 156, 0.35);
    background:
        linear-gradient(135deg, rgba(10, 179, 156, 0.10), rgba(244, 106, 106, 0.09)),
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.25),
            rgba(255, 255, 255, 0.25) 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 20px
        );
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.page-placeholder-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: .5rem;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
    color: #087f70;
    background: rgba(255, 255, 255, 0.66);
    border-radius: 999px;
    padding: .55rem .8rem;
    margin-bottom: .8rem;
}

.page-placeholder h3 {
    margin-bottom: .5rem;
    color: #0f172a;
}

.page-placeholder p {
    margin: 0;
    color: #4f5d6b;
    max-width: 28rem;
}

.page-icon {
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    font-size: 1.35rem;
    margin-bottom: 1rem;
    color: #0ab39c;
    background: rgba(10, 179, 156, 0.1);
}

.page-icon.page-icon-danger {
    color: #f46a6a;
    background: rgba(244, 106, 106, 0.12);
}

.page-block-title {
    font-size: 1.15rem;
    margin-bottom: .75rem;
}

.page-inline-list,
.legal-card ul,
.legal-card ol {
    padding-left: 1.1rem;
    margin-bottom: 0;
}

.page-inline-list li,
.legal-card li {
    color: #5f6b7a;
    margin-bottom: .8rem;
}

.page-checks {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-checks li {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    margin-bottom: .95rem;
    color: #5f6b7a;
}

.page-checks i {
    color: #0ab39c;
    margin-top: .1rem;
}

.page-band {
    background: linear-gradient(135deg, #0b172a 0%, #16314b 100%);
}

.page-band .page-block,
.page-band .page-list-card,
.page-band .page-timeline-card {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.page-band .page-block-title,
.page-band h2,
.page-band h3,
.page-band h4 {
    color: #fff;
}

.page-band p,
.page-band li,
.page-band .section-copy {
    color: rgba(255, 255, 255, 0.8);
}

.page-split-hero {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 2rem;
    align-items: center;
}

.site-cta-box {
    position: relative;
    overflow: hidden;
    padding: 2.4rem;
    border-radius: 1.75rem;
    background: linear-gradient(135deg, rgba(10, 179, 156, 0.12) 0%, rgba(244, 106, 106, 0.10) 100%);
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.site-mini-badge {
    display: inline-flex;
    align-items: center;
    padding: .55rem .9rem;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
    color: #475569;
    font-size: .86rem;
    font-weight: 600;
}

.contact-card a {
    color: inherit;
}

.site-form-card .form-control {
    background: #f8fafc;
    border-color: #e2e8f0;
    border-radius: .9rem;
    min-height: 3rem;
}

.site-form-card .form-select {
    border-color: #e2e8f0;
    border-radius: .9rem;
    min-height: 3rem;
}

.site-form-card .input-group-text {
    background: #f8fafc;
    border-color: #e2e8f0;
    border-bottom-right-radius: .9rem;
    border-top-right-radius: .9rem;
    min-height: 3rem;
}

.site-form-card textarea.form-control {
    min-height: 8rem;
}

.legal-card + .legal-card {
    margin-top: 1.25rem;
}

.site-navbar {
    padding-top: .85rem;
    transition: all .25s ease;
}

.site-navbar .navbar-shell {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    padding: .65rem 1rem;
}

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

.site-navbar .brand-mark {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: .8rem;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.site-navbar .brand-mark img {
    width: auto !important;
    max-width: 2rem !important;
    max-height: 2rem !important;
    height: auto !important;
    object-fit: contain;
    display: block;
}

.site-navbar .brand-copy small {
    display: block;
    font-size: .68rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #64748b;
    font-weight: 700;
}

.site-navbar .brand-copy strong {
    display: block;
    color: #0f172a;
    font-size: .98rem;
    line-height: 1.1;
}

.site-navbar .navbar-nav {
    gap: .2rem;
}

.site-navbar .nav-link {
    color: #334155;
    font-weight: 600;
    padding: .68rem .9rem;
    border-radius: .75rem;
    transition: all .22s ease;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link.active,
.site-navbar .show > .nav-link {
    color: #0ab39c;
    background: rgba(10, 179, 156, 0.10);
}

.site-navbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: .4em;
    vertical-align: 2px;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.site-navbar .dropdown-menu {
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
    border-radius: 1rem;
    padding: .7rem;
    min-width: 16rem;
}

.site-navbar .dropdown-item {
    border-radius: .8rem;
    padding: .75rem .9rem;
    font-weight: 600;
    color: #334155;
}

.site-navbar .dropdown-item:hover {
    color: #0ab39c;
    background: rgba(10, 179, 156, 0.08);
}

.site-navbar .navbar-toggler {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: .75rem;
    width: 2.7rem;
    height: 2.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    display: none;
}

.site-navbar .navbar-cta {
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    margin-left: auto;
}

.site-navbar .navbar-meta {
    font-size: .8rem;
    color: #64748b;
    font-weight: 600;
}

.site-footer {
    position: relative;
    overflow: hidden;
    padding: 4rem 0 2rem;
    background: #0b172a !important;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: auto 0 -8rem auto;
    width: 22rem;
    height: 22rem;
    border-radius: 50%;
    background: rgba(244, 106, 106, 0.08);
    filter: blur(12px);
}

.site-footer-card,
.site-footer-links,
.site-footer-mini {
    position: relative;
    z-index: 1;
}

.site-footer-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    padding: 1.6rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.site-footer-card p,
.site-footer-links li,
.site-footer-links a,
.site-footer-mini,
.site-footer-meta {
    color: rgba(255, 255, 255, 0.72);
}

.site-footer-title {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.site-footer-links {
    list-style: none !important;
    padding-left: 0 !important;
    padding-right: 0;
    margin: 0 !important;
}

.site-footer-links li {
    list-style: none !important;
    margin-left: 0;
}

.site-footer-links li + li {
    margin-top: .75rem;
}

.site-footer-links a {
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
    display: inline-flex !important;
    align-items: center;
    gap: .45rem;
}

.site-footer-links a:hover {
    color: #fff;
    transform: translateX(2px);
}

.site-footer .footer-social-link .avatar-title {
    width: 2.6rem;
    height: 2.6rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #fff;
    transition: all .2s ease;
}

.site-footer .footer-social-link a:hover .avatar-title {
    background: rgba(10, 179, 156, 0.18);
    color: #0ab39c;
    border-color: rgba(10, 179, 156, 0.22);
    transform: translateY(-2px);
}

.site-footer-divider {
    border-color: rgba(255, 255, 255, 0.08);
    margin: 2rem 0 1.5rem;
}

@media (max-width: 991.98px) {
    .page-hero {
        padding: 7rem 0 3rem;
    }

    .page-split-hero {
        grid-template-columns: 1fr;
    }

    .page-hero-grid {
        grid-template-columns: 1fr;
    }

    .site-navbar .navbar-shell {
        padding: .8rem;
    }

    .site-navbar .navbar-collapse {
        width: 100%;
        margin-top: .9rem;
        padding-top: .9rem;
        border-top: 1px solid rgba(15, 23, 42, 0.08);
    }

    .site-navbar .navbar-cta {
        align-items: stretch;
        flex-direction: column;
        margin-top: .75rem;
    }

    .site-navbar .navbar-meta {
        text-align: center;
    }

    .site-navbar .navbar-brand {
        margin-right: auto;
    }

    .site-navbar .navbar-toggler {
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: .75rem;
        width: 2.7rem;
        height: 2.7rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        display: inline-flex;
    }
}

@media (max-width: 767.98px) {
    .site-cta-box {
        padding: 1.6rem;
    }

    .page-placeholder {
        min-height: 14rem;
    }
}

/* Pricing Section Styles */
.pricing-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 1.5rem;
    overflow: hidden;
}
.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.12) !important;
}
.pricing-card.featured {
    border: 2px solid #0ab39c !important;
    position: relative;
}
.pricing-featured-badge {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background: rgba(10, 179, 156, 0.12);
    color: #0ab39c;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.pricing-price {
    font-size: 2.25rem;
    color: #0f172a;
}
.pricing-price span {
    font-size: 1rem;
    color: #64748b;
}
.pricing-features {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}
.pricing-features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    color: #475569;
}
.pricing-features li i {
    color: #0ab39c;
    font-size: 1.15rem;
}
.pricing-features li.disabled {
    color: #94a3b8;
    text-decoration: line-through;
}
.pricing-features li.disabled i {
    color: #cbd5e1;
}

/* Add-ons Styles */
.addons-container {
    background: linear-gradient(135deg, rgba(10, 179, 156, 0.03) 0%, rgba(244, 106, 106, 0.02) 100%);
    border-radius: 2rem;
    padding: 2.5rem;
    border: 1px solid rgba(15, 23, 42, 0.05);
}
.addon-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 1.2rem;
    padding: 1.25rem;
    transition: border-color 0.2s ease, transform 0.2s ease;
    height: 100%;
}
.addon-card:hover {
    border-color: rgba(10, 179, 156, 0.3);
    transform: translateY(-2px);
}
.addon-icon {
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.8rem;
    font-size: 1.2rem;
    color: #0ab39c;
    background: rgba(10, 179, 156, 0.08);
}
.addon-price-badge {
    background: #f1f5f9;
    color: #334155;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 0.35rem 0.75rem;
    border-radius: 0.5rem;
}
