:root {
    --bg: #f5f7fb;
    --surface: #ffffff;
    --surface-strong: #0f172a;
    --text: #10203a;
    --muted: #5d6b84;
    --line: rgba(16, 32, 58, 0.12);
    --primary: #0f766e;
    --primary-strong: #115e59;
    --secondary: #1d4ed8;
    --accent: #e6f7f2;
    --warm: #fff3e8;
    --shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    --radius-xl: 28px;
    --radius-lg: 20px;
    --radius-md: 16px;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(29, 78, 216, 0.06), transparent 24%),
        radial-gradient(circle at top right, rgba(15, 118, 110, 0.08), transparent 22%),
        linear-gradient(180deg, #f9fbfe 0%, #f4f7fb 55%, #edf2f7 100%);
    color: var(--text);
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.site-header {
    position: sticky;
    top: 10px;
    z-index: 1030;
    background: transparent;
    backdrop-filter: none;
    border-bottom: 0;
    transition: top 0.3s ease;
}

.site-header .container {
    max-width: 1120px;
}

.site-header.is-scrolled {
    top: 6px;
}

.topbar-strip {
    background: linear-gradient(135deg, #0f172a 0%, #134e4a 100%);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
}

.topbar-inner,
.topbar-item-group {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.topbar-inner {
    justify-content: space-between;
    min-height: 48px;
}

.topbar-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.08em;
    font-size: 0.72rem;
}

.topbar-contact a,
.topbar-item {
    color: rgba(255, 255, 255, 0.82);
}

.navbar {
    padding: 0.55rem 0.8rem;
    border-radius: 20px;
    background: rgba(250, 252, 255, 0.62);
    border: 1px solid rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
    transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled .navbar {
    background: rgba(248, 251, 255, 0.82);
    border-color: rgba(255, 255, 255, 0.82);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.09);
}

.brand-mark {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    max-width: 300px;
}

.brand-wordmark {
    width: 100%;
    max-width: 300px;
    height: auto;
    display: block;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}

.brand-kicker {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--primary);
}

.brand-name {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--muted);
}

.nav-link {
    font-weight: 600;
    color: var(--text);
    padding: 0.58rem 0.82rem !important;
    border-radius: 999px;
    transition: color 0.2s ease, background-color 0.2s ease;
    font-size: 0.96rem;
}

.nav-link:hover,
.nav-link.active {
    color: var(--primary);
    background: rgba(15, 118, 110, 0.08);
}

.header-cta-btn {
    padding: 0.62rem 0.95rem;
    font-size: 0.92rem;
    min-width: 0;
    border-radius: 12px;
}

.navbar-toggler {
    border: 0;
    box-shadow: none !important;
}

.navbar-toggler-icon {
    background-image: none;
    position: relative;
    width: 24px;
    height: 2px;
    background: var(--surface-strong);
    display: inline-block;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background: var(--surface-strong);
}

.navbar-toggler-icon::before {
    top: -7px;
}

.navbar-toggler-icon::after {
    top: 7px;
}

.hero-section,
.inner-hero {
    position: relative;
    overflow: hidden;
}

.hero-section {
    padding: 5rem 0 4rem;
}

.inner-hero {
    padding: 4rem 0 2rem;
}

.hero-copy,
.inner-hero .container {
    position: relative;
    z-index: 1;
}

.section-badge {
    display: inline-flex;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    color: var(--primary-strong);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 1px solid rgba(15, 118, 110, 0.12);
}

h1,
h2,
h3,
h4 {
    font-family: "Plus Jakarta Sans", sans-serif;
    letter-spacing: -0.03em;
}

h1 {
    font-size: clamp(2.6rem, 5vw, 4.8rem);
    line-height: 1.02;
    margin: 1.2rem 0 1rem;
}

h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    margin-bottom: 1rem;
}

.hero-lead,
.inner-hero p,
.section-heading p,
.content-card p,
.info-card p,
.service-card p,
.service-detail-card p,
.testimonial-card p,
.policy-card p,
.cta-banner p,
.pricing-card p,
.feature-box p {
    color: var(--muted);
    font-size: 1.04rem;
    line-height: 1.75;
}

.hero-actions,
.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.btn {
    border-radius: 14px;
    font-weight: 700;
    padding: 0.9rem 1.5rem;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    border: 0;
    box-shadow: 0 10px 22px rgba(29, 78, 216, 0.12);
}

.btn-outline-light {
    color: var(--surface-strong);
    border-color: rgba(16, 32, 58, 0.14);
    background: rgba(255, 255, 255, 0.72);
}

.btn-outline-dark {
    border-color: rgba(16, 32, 58, 0.14);
    color: var(--surface-strong);
}

.trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
}

.trust-pill,
.price-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(16, 32, 58, 0.08);
    font-weight: 700;
    color: var(--surface-strong);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.hero-panel,
.metric-card,
.mini-card,
.info-card,
.service-card,
.feature-box,
.pricing-card,
.testimonial-card,
.content-card,
.service-detail-card,
.form-card,
.policy-card,
.footer-card {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow);
}

.hero-panel,
.metric-card,
.mini-card,
.info-card,
.service-card,
.feature-box,
.pricing-card,
.testimonial-card,
.content-card,
.service-detail-card,
.form-card,
.policy-card,
.process-step,
.footer-top-panel,
.footer-brand-column,
.footer-link-column,
.cta-banner {
    transition:
        box-shadow 0.22s ease,
        border-color 0.22s ease,
        opacity 0.25s ease;
}

[data-animate="reveal"] {
    opacity: 0;
    transform: translateY(12px);
}

[data-animate="reveal"].is-visible {
    opacity: 1;
    transform: translateY(0);
}

.hero-panel:hover,
.metric-card:hover,
.mini-card:hover,
.info-card:hover,
.service-card:hover,
.feature-box:hover,
.pricing-card:hover,
.testimonial-card:hover,
.content-card:hover,
.service-detail-card:hover,
.form-card:hover,
.policy-card:hover,
.process-step:hover {
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.11);
}

.hero-panel {
    padding: 1.4rem;
}

.metric-card {
    padding: 1.75rem;
    background: linear-gradient(180deg, rgba(16, 185, 129, 0.1), rgba(29, 78, 216, 0.08));
}

.metric-card strong {
    display: block;
    font-size: 1.35rem;
    margin: 0.4rem 0 0.75rem;
}

.metric-label,
.pricing-label,
.footer-kicker {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    font-weight: 800;
    color: var(--primary);
}

.mini-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.mini-card,
.info-card,
.service-card,
.feature-box,
.pricing-card,
.testimonial-card,
.content-card,
.service-detail-card,
.form-card,
.policy-card {
    padding: 1.8rem;
}

.section-space {
    padding: 2.2rem 0 4.4rem;
}

.section-alt {
    position: relative;
}

.section-alt::before {
    content: "";
    position: absolute;
    inset: 1.5rem 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.58), rgba(230, 247, 242, 0.46));
    z-index: -1;
}

.section-heading {
    margin-bottom: 2rem;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.process-step {
    padding: 1.7rem;
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(235, 243, 252, 0.9));
    border: 1px solid rgba(16, 32, 58, 0.08);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.process-step span {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    font-weight: 800;
    margin-bottom: 1rem;
}

.service-meta,
.pricing-features,
.check-list,
.footer-links,
.footer-contact,
.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-meta li,
.pricing-features li,
.check-list li,
.contact-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
    color: var(--muted);
}

.service-meta li::before,
.pricing-features li::before,
.check-list li::before,
.contact-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
}

.text-link {
    font-weight: 700;
    color: var(--secondary);
}

.service-detail-top,
.footer-bottom,
.footer-contact li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.service-detail-meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1.5rem 0;
}

.service-detail-card {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 249, 253, 0.98)),
        linear-gradient(135deg, rgba(15, 118, 110, 0.04), rgba(29, 78, 216, 0.04));
    border: 1px solid rgba(223, 231, 241, 0.95);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.service-detail-copy {
    max-width: 72%;
}

.service-detail-index {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: 0.42rem 0.78rem;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.08);
    color: var(--primary);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.service-detail-card h2 {
    font-size: clamp(2rem, 2.7vw, 2.9rem);
    line-height: 1.08;
    margin-bottom: 0.85rem;
}

.service-detail-card p {
    margin-bottom: 0;
}

.service-price-badge {
    min-width: 158px;
    padding: 1.1rem 1.15rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 245, 252, 0.96));
    border: 1px solid rgba(16, 32, 58, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.service-price-badge span {
    display: block;
    margin-bottom: 0.4rem;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.service-price-badge strong {
    display: block;
    color: var(--surface-strong);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1.55rem;
    line-height: 1.15;
}

.service-meta-card {
    padding: 1.1rem 1.15rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(16, 32, 58, 0.07);
}

.service-meta-label {
    display: inline-flex;
    margin-bottom: 0.65rem;
    color: var(--surface-strong);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.service-detail-footer {
    margin-top: auto;
    padding-top: 0.2rem;
}

.service-detail-btn {
    padding: 0.82rem 1.2rem;
    font-size: 0.96rem;
}

.accent-card {
    background: linear-gradient(160deg, rgba(15, 118, 110, 0.14), rgba(29, 78, 216, 0.12));
}

.faq-accordion .accordion-item {
    border: 0;
    margin-bottom: 1rem;
    border-radius: var(--radius-lg) !important;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.faq-accordion .accordion-button {
    font-weight: 700;
    padding: 1.3rem 1.5rem;
    background: rgba(255, 255, 255, 0.88);
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--surface-strong);
    background: rgba(230, 247, 242, 0.88);
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.cta-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2.25rem;
    border-radius: 32px;
    background: linear-gradient(135deg, #0f172a 0%, #123a5d 50%, #155e75 100%);
    color: #fff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
}

.cta-banner h2,
.cta-banner p {
    color: #fff;
}

.form-card .form-label {
    font-weight: 700;
    color: var(--surface-strong);
}

.form-control,
.form-select {
    border-radius: 14px;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(16, 32, 58, 0.12);
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(29, 78, 216, 0.4);
    box-shadow: 0 0 0 0.25rem rgba(29, 78, 216, 0.1);
}

.site-footer {
    padding: 2rem 0 1rem;
    background: linear-gradient(180deg, rgba(243, 247, 252, 0.8), rgba(229, 236, 244, 0.95));
}

.footer-wrap {
    border-radius: 34px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(15, 27, 46, 0.98), rgba(26, 42, 64, 0.98));
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.16);
}

.footer-top-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1.3rem 2rem;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.26) 0%, rgba(29, 78, 216, 0.2) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-top-copy {
    max-width: 720px;
}

.footer-mini-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.72rem;
    margin-bottom: 0.55rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #d9f6ee;
    font-size: 0.73rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.footer-top-panel h2,
.footer-top-panel p {
    color: #fff;
}

.footer-top-panel h2 {
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    line-height: 1.25;
    margin: 0 0 0.35rem;
}

.footer-top-panel p {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.78);
}

.footer-top-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.footer-action-btn {
    padding: 0.78rem 1.1rem;
    font-size: 0.95rem;
    min-width: 140px;
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.8fr);
    gap: 2rem;
    padding: 2rem;
}

.footer-brand-column {
    padding-right: 1rem;
}

.footer-main h3 {
    font-size: 1.1rem;
    line-height: 1.35;
    margin: 0.45rem 0 0.75rem;
    color: #fff;
}

.footer-main h4 {
    font-size: 0.98rem;
    margin-bottom: 0.9rem;
    color: #fff;
}

.footer-brand {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.footer-wordmark {
    width: 100%;
    max-width: 260px;
    height: auto;
    display: block;
}

.footer-brand-column p,
.footer-link-column p {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.7;
}

.footer-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 1rem;
}

.footer-trust-row span {
    display: inline-flex;
    padding: 0.5rem 0.78rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
}

.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}

.footer-link-column {
    min-width: 0;
}

.footer-links li,
.footer-contact-stack li {
    margin-bottom: 0.7rem;
}

.footer-links a,
.footer-contact-stack a {
    color: rgba(255, 255, 255, 0.82);
    transition: color 0.2s ease;
    line-height: 1.55;
}

.footer-links a:hover,
.footer-contact-stack a:hover,
.topbar-contact a:hover,
.footer-bottom a:hover {
    color: #7dd3fc;
}

.footer-contact-stack {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-stack li {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 0;
}

.footer-contact-stack span {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.54);
}

.footer-contact-stack a,
.footer-contact-stack p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    overflow-wrap: anywhere;
    word-break: break-word;
}

.contact-list a {
    color: var(--secondary);
    font-weight: 600;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.footer-bottom {
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1rem 2rem 1.15rem;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.84);
}

@media (prefers-reduced-motion: reduce) {
    * {
        scroll-behavior: auto !important;
    }

    [data-animate="reveal"] {
        opacity: 1;
        transform: none;
    }

    .hero-panel,
    .metric-card,
    .mini-card,
    .info-card,
    .service-card,
    .feature-box,
    .pricing-card,
    .testimonial-card,
    .content-card,
    .service-detail-card,
    .form-card,
    .policy-card,
    .process-step,
    .footer-top-panel,
    .footer-brand-column,
    .footer-link-column,
    .cta-banner,
    .navbar,
    .nav-link,
    .btn {
        transition: none !important;
        transform: none !important;
    }
}

.policy-card h2 {
    font-size: 1.3rem;
    margin-top: 1.8rem;
}

.policy-card h2:first-child {
    margin-top: 0;
}

@media (max-width: 991.98px) {
    .process-grid,
    .service-detail-meta {
        grid-template-columns: 1fr 1fr;
    }

    .topbar-inner,
    .topbar-item-group,
    .footer-top-panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-main,
    .footer-links-grid {
        grid-template-columns: 1fr 1fr;
    }

    .cta-banner,
    .footer-bottom,
    .service-detail-top,
    .footer-contact li {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-collapse {
        background: rgba(255, 255, 255, 0.72);
        border-radius: 20px;
        padding: 1rem;
        margin-top: 1rem;
        box-shadow: var(--shadow);
        backdrop-filter: blur(18px);
    }

    .header-cta-wrap {
        margin-top: 1rem;
        width: 100%;
    }

    .header-cta-btn {
        width: 100%;
    }

    .footer-action-btn {
        min-width: 0;
    }
}

@media (max-width: 767.98px) {
    .site-header {
        top: 8px;
    }

    .brand-mark {
        max-width: 220px;
    }

    .hero-section {
        padding-top: 3.5rem;
    }

    .section-space {
        padding: 1.8rem 0 3.5rem;
    }

    .process-grid,
    .mini-grid,
    .service-detail-meta,
    .footer-main,
    .footer-links-grid {
        grid-template-columns: 1fr;
    }

    .service-detail-copy {
        max-width: 100%;
    }

    .service-price-badge {
        min-width: 0;
        width: 100%;
        max-width: 220px;
    }

    .hero-actions,
    .cta-actions,
    .footer-top-actions {
        flex-direction: column;
    }

    .btn,
    .btn-lg {
        width: 100%;
    }

    .cta-banner {
        padding: 1.8rem;
    }

    .footer-top-panel,
    .footer-main,
    .footer-bottom {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .topbar-contact {
        gap: 0.5rem;
    }
}
