:root {
    --octo-bg: #f7f8fa;
    --octo-surface: #ffffff;
    --octo-surface-soft: #ebeaed;
    --octo-surface-muted: #e8e8e9;
    --octo-text: #1f2327;
    --octo-text-soft: #5f6670;
    --octo-dark: #3d3c3e;
    --octo-dark-soft: #23282d;
    --octo-accent: #bdd9e3;
    --octo-accent-strong: #7fb8cb;
    --octo-line: rgba(61, 60, 62, 0.1);
    --octo-shadow: 0 10px 28px rgba(30, 39, 46, 0.06);
    --octo-shadow-hover: 0 14px 34px rgba(30, 39, 46, 0.08);
    --radius-lg: 28px;
    --radius-md: 20px;
    --radius-sm: 14px;
    --container-width: 1240px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Manrope", sans-serif;
    color: var(--octo-text);
    background:
        radial-gradient(circle at top left, rgba(189, 217, 227, 0.45), transparent 32%),
        radial-gradient(circle at right center, rgba(189, 217, 227, 0.2), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, var(--octo-bg) 40%, #ffffff 100%);
    line-height: 1.65;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
}

.section-anchor {
    scroll-margin-top: 110px;
}

.container {
    max-width: var(--container-width);
}

.site-header {
    backdrop-filter: blur(18px);
    background: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid rgba(61, 60, 62, 0.06);
}

.navbar {
    padding: 0.95rem 0;
}

.brand-mark img {
    width: min(220px, 52vw);
}

.navbar-toggler {
    border: 0;
    padding: 0.45rem 0.65rem;
    border-radius: 12px;
    background: rgba(189, 217, 227, 0.2);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2861,60,62,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-nav {
    gap: 0.35rem;
    margin-top: 1rem;
}

.nav-link {
    color: var(--octo-text);
    font-weight: 700;
    padding: 0.75rem 1rem !important;
    border-radius: 999px;
    transition: color 0.25s ease, background-color 0.25s ease;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--octo-dark);
    background: rgba(189, 217, 227, 0.22);
}

.btn {
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: -0.01em;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.btn:hover,
.btn:focus {
    transform: translateY(-2px);
}

.btn-header-cta,
.btn-primary-octo {
    background: linear-gradient(135deg, var(--octo-dark) 0%, var(--octo-dark-soft) 100%);
    color: #fff;
    padding: 0.95rem 1.35rem;
    box-shadow: 0 8px 20px rgba(35, 40, 45, 0.12);
}

.btn-header-cta:hover,
.btn-primary-octo:hover,
.btn-header-cta:focus,
.btn-primary-octo:focus {
    color: #fff;
    box-shadow: 0 10px 22px rgba(35, 40, 45, 0.14);
}

.btn-outline-octo {
    color: var(--octo-dark);
    border: 1px solid rgba(61, 60, 62, 0.14);
    background: rgba(255, 255, 255, 0.82);
    padding: 0.95rem 1.35rem;
}

.btn-outline-octo:hover,
.btn-outline-octo:focus {
    color: var(--octo-dark);
    border-color: rgba(61, 60, 62, 0.28);
    background: rgba(189, 217, 227, 0.2);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--octo-dark);
    margin-bottom: 1rem;
}

.eyebrow::before {
    content: "";
    width: 38px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--octo-accent-strong), transparent);
}

.eyebrow-on-dark {
    color: rgba(255, 255, 255, 0.88);
}

.eyebrow-on-dark::before {
    background: linear-gradient(90deg, #ffffff, transparent);
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 2.75rem;
    text-align: center;
}

.section-heading h2,
.hero-copy h1,
.hero-overlay-card h2,
.service-panel h2,
.contact-panel-body h3 {
    font-family: "Sora", sans-serif;
    letter-spacing: -0.04em;
    line-height: 1.08;
}

.section-heading h2,
.hero-overlay-card h2,
.service-panel h2,
.contact-panel-body h3 {
    font-size: clamp(2rem, 5vw, 3.15rem);
    margin-bottom: 1rem;
}

.section-heading p {
    margin-bottom: 0;
    color: var(--octo-text-soft);
    font-size: 1.02rem;
}

.hero-section {
    padding: 2rem 0 4.5rem;
    position: relative;
    overflow: hidden;
}

.hero-section::after {
    content: "";
    position: absolute;
    inset: 4rem auto auto -10rem;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(189, 217, 227, 0.55) 0%, rgba(189, 217, 227, 0) 72%);
    pointer-events: none;
}

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

.hero-copy h1 {
    font-size: clamp(2.8rem, 7vw, 5rem);
    margin-bottom: 1.2rem;
    max-width: 12ch;
}

.hero-lead {
    font-size: 1.08rem;
    color: var(--octo-text-soft);
    max-width: 60ch;
    margin-bottom: 1.5rem;
}

.hero-actions {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    margin-bottom: 1rem;
}

.hero-note {
    display: inline-flex;
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0.9rem 1.1rem;
    border-radius: 18px;
    background: rgba(189, 217, 227, 0.18);
    color: var(--octo-dark);
    font-weight: 700;
    margin-bottom: 1.75rem;
}

.hero-note i {
    margin-top: 0.15rem;
}

.hero-stats .stat-card {
    height: 100%;
    padding: 1.15rem;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(61, 60, 62, 0.06);
    box-shadow: 0 6px 18px rgba(30, 39, 46, 0.04);
}

.stat-card strong {
    display: block;
    font-size: 1.05rem;
    margin-bottom: 0.2rem;
}

.stat-card span {
    color: var(--octo-text-soft);
    font-size: 0.94rem;
}

.hero-visual {
    position: relative;
}

.hero-image-card {
    position: relative;
    overflow: hidden;
    border-radius: 36px;
    min-height: 460px;
    box-shadow: 0 14px 34px rgba(30, 39, 46, 0.08);
}

.hero-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 22, 27, 0.04) 0%, rgba(16, 22, 27, 0.62) 100%);
}

.hero-overlay-card {
    position: absolute;
    left: 1.2rem;
    right: 1.2rem;
    bottom: 1.2rem;
    z-index: 1;
    padding: 1.45rem;
    border-radius: 26px;
    background: rgba(20, 25, 30, 0.68);
    color: #fff;
    backdrop-filter: blur(8px);
}

.overlay-label {
    display: inline-flex;
    padding: 0.45rem 0.75rem;
    background: rgba(189, 217, 227, 0.2);
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.8rem;
}

.hero-overlay-card h2 {
    font-size: clamp(1.6rem, 3vw, 2.25rem);
    margin-bottom: 0.75rem;
}

.hero-overlay-card p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.85);
}

.hero-floating-card {
    position: relative;
    margin: -2.5rem 1rem 0 auto;
    max-width: 290px;
    padding: 1.2rem 1.25rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(61, 60, 62, 0.08);
    box-shadow: 0 10px 26px rgba(30, 39, 46, 0.08);
    z-index: 2;
}

.hero-floating-card span,
.service-cta-box p {
    display: inline-block;
    font-size: 0.76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: var(--octo-text-soft);
    margin-bottom: 0.6rem;
}

.hero-floating-card strong,
.service-cta-box strong {
    display: block;
    font-size: 1.1rem;
    line-height: 1.35;
    margin-bottom: 0.7rem;
}

.hero-floating-card a,
.info-card a {
    color: var(--octo-dark);
    font-weight: 800;
}

.hero-floating-card a:hover,
.info-card a:hover {
    color: #000;
}

.trust-strip {
    margin-top: 2.8rem;
    display: grid;
    gap: 1rem;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 1.15rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(61, 60, 62, 0.06);
    box-shadow: 0 6px 18px rgba(30, 39, 46, 0.04);
}

.trust-item i,
.feature-icon,
.info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(189, 217, 227, 0.65), rgba(189, 217, 227, 0.2));
    color: var(--octo-dark);
    font-size: 1.15rem;
    flex-shrink: 0;
}

.why-section,
.pricing-section,
.service-section,
.info-section {
    padding: 4.5rem 0;
}

.feature-card,
.price-card,
.info-card {
    height: 100%;
    padding: 1.6rem;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(61, 60, 62, 0.06);
    box-shadow: 0 4px 14px rgba(30, 39, 46, 0.03);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

    .feature-card:hover,
    .price-card:hover,
    .info-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 6px 18px rgba(30, 39, 46, 0.04);
        border-color: rgba(127, 184, 203, 0.45);
    }

.feature-card h3,
.info-card h3 {
    font-size: 1.2rem;
    font-weight: 800;
    margin: 1rem 0 0.7rem;
}

.feature-card p,
.info-card p,
.info-card span {
    color: var(--octo-text-soft);
    margin-bottom: 0;
}

.pricing-section {
    background:
        linear-gradient(180deg, rgba(189, 217, 227, 0.13) 0%, rgba(255, 255, 255, 0) 100%),
        transparent;
}

.price-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.price-card-top {
    margin-bottom: 1.35rem;
}

.price-plan {
    display: inline-flex;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(189, 217, 227, 0.22);
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.85rem;
}

.price-value {
    font-family: "Sora", sans-serif;
    font-size: clamp(2.5rem, 5vw, 3.4rem);
    line-height: 1;
    margin-bottom: 0.8rem;
}

.price-card-top p {
    color: var(--octo-text-soft);
    margin-bottom: 0;
}

.price-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.35rem;
}

.price-list li {
    position: relative;
    padding-left: 1.85rem;
    margin-bottom: 0.7rem;
    color: var(--octo-text);
}

.price-list li::before {
    content: "\F26E";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 0.05rem;
    color: var(--octo-accent-strong);
}

.btn-service-cta {
    width: 100%;
    padding: 0.95rem 1.2rem;
    background: var(--octo-accent-strong);
    color: white;
    border: 1px solid rgba(61, 60, 62, 0.08);
}

.btn-service-cta:hover,
.btn-service-cta:focus {
    background: var(--octo-bg);
    border-color: var(--octo-bg);
    color: var(--octo-text);
}

.featured {
    background: linear-gradient(180deg, rgba(189, 217, 227, 0.36) 0%, rgba(255, 255, 255, 0.98) 35%);
    border-color: rgba(127, 184, 203, 0.35);
}

.featured-badge {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    background: var(--octo-dark);
    color: #fff;
    font-size: 0.73rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.service-panel {
    padding: clamp(1.8rem, 4vw, 3rem);
    border-radius: 36px;
    background:
        linear-gradient(135deg, rgba(27, 35, 40, 0.98), rgba(48, 57, 63, 0.94)),
        #1d2429;
    color: #fff;
    box-shadow: 0 16px 40px rgba(24, 31, 36, 0.14);
    position: relative;
    overflow: hidden;
}

.service-panel p {
    color: rgba(255, 255, 255, 0.78);
    max-width: 58ch;
}

.service-points {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.service-points span {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    font-weight: 700;
}

.service-points i {
    color: var(--octo-accent);
}

.service-cta-box {
    position: relative;
    z-index: 1;
    padding: 1.5rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
}

.service-cta-box small {
    display: block;
    margin-top: 0.8rem;
    color: rgba(255, 255, 255, 0.66);
}

.service-detail-grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1rem;
    margin-top: 1.75rem;
}

.service-detail-card {
    height: 100%;
    padding: 1.35rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
}

.service-detail-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 18px;
    background: rgba(189, 217, 227, 0.2);
    color: #fff;
    font-size: 1.15rem;
    margin-bottom: 1rem;
}

.service-detail-card h3 {
    font-size: 1.12rem;
    font-weight: 800;
    margin-bottom: 0.7rem;
}

.service-detail-card p {
    color: rgba(255, 255, 255, 0.76);
    margin-bottom: 0;
}

.service-detail-list,
.info-list {
    list-style: none;
    padding: 0;
    margin: 0.95rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.service-detail-list li,
.info-list li {
    position: relative;
    padding-left: 1.5rem;
}

.service-detail-list li::before,
.info-list li::before {
    content: "\F26E";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 0.05rem;
}

.service-detail-list li {
    color: #fff;
}

.service-detail-list li::before {
    color: var(--octo-accent);
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.info-list li {
    color: var(--octo-text-soft);
}

.info-list li::before {
    color: var(--octo-accent-strong);
}

.info-card a {
    display: inline-block;
    margin-top: 0.45rem;
}

.contact-panel {
    border-radius: 36px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(61, 60, 62, 0.06);
    box-shadow: 0 10px 24px rgba(30, 39, 46, 0.06);
}

.contact-panel-wide {
    margin-top: 1.5rem;
}

.contact-panel-row {
    display: grid;
    grid-template-columns: 1fr;
}

.contact-panel img {
    width: 100%;
    min-height: 260px;
    object-fit: cover;
}

.contact-panel-body {
    padding: 1.6rem;
}

.contact-panel-body p {
    color: var(--octo-text-soft);
    margin-bottom: 1.3rem;
}

.contact-actions {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.site-footer {
    background: #171c20;
    color: rgba(255, 255, 255, 0.72);
    padding: 2.5rem 0;
}

.footer-inner {
    display: grid;
    gap: 1.75rem;
}

.site-footer img {
    width: min(220px, 54vw);
    margin-bottom: 1rem;
    filter: brightness(0) invert(1);
}

.site-footer p {
    margin: 0;
    max-width: 42ch;
}

.footer-links,
.footer-contact {
    display: grid;
    gap: 0.65rem;
}

.footer-links a,
.footer-contact a {
    color: rgba(255, 255, 255, 0.88);
    transition: color 0.25s ease, opacity 0.25s ease;
}

.footer-links a:hover,
.footer-links a:focus,
.footer-contact a:hover,
.footer-contact a:focus {
    color: var(--octo-accent);
    opacity: 1;
}

@media (min-width: 576px) {
    .hero-actions,
    .contact-actions {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .hero-actions .btn,
    .contact-actions .btn {
        width: auto;
    }

    .trust-strip {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) {
    .hero-section {
        padding: 3rem 0 5rem;
    }

    .hero-overlay-card {
        left: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
        padding: 1.75rem;
    }

    .hero-floating-card {
        position: absolute;
        right: -0.8rem;
        bottom: 2rem;
        margin: 0;
    }

    .info-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-detail-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-panel-row {
        grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
        align-items: stretch;
    }

    .contact-panel img {
        min-height: 100%;
    }

    .footer-inner {
        grid-template-columns: 1.4fr 0.8fr 0.9fr;
        align-items: start;
    }
}

@media (min-width: 992px) {
    .navbar-nav {
        margin-top: 0;
    }

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

    .info-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .service-detail-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 10px 24px rgba(30, 39, 46, 0.06);
    }

    .btn-header-cta {
        margin-top: 0.75rem;
        display: inline-flex;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {
    .hero-image-card {
        min-height: 380px;
    }

    .service-panel,
    .feature-card,
    .price-card,
    .info-card,
    .contact-panel {
        border-radius: 26px;
    }
}
