:root {
    --ink: #141629;
    --ink-soft: #3e4260;
    --lavender: #8f5fff;
    --peach: #ff9a6b;
    --mint: #35d8b7;
    --cloud: #f8f9fc;
    --frost: #eef1fb;
    --border: #dfe3f2;
    --radius-lg: 32px;
}
html, body {
    height: 100%;
}
body {
    font-family: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: var(--ink);
    background: #ffffff;
    line-height: 1.7;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Space Grotesk', 'Manrope', sans-serif;
    letter-spacing: -0.5px;
}
section {
    padding: 4.5rem 0;
}
.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(18px);
}
.glassy-nav {
    background: rgba(10, 13, 33, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.navbar-brand {
    font-size: 1.4rem;
    letter-spacing: 1px;
}
.text-gradient {
    background: linear-gradient(120deg, var(--lavender), var(--mint));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.85rem;
}
.nav-link.active, .nav-link:hover {
    color: #fff !important;
}
.btn-gradient {
    background: linear-gradient(125deg, var(--lavender), var(--mint));
    border: none;
    color: #05060e;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.65rem 1.75rem;
}
.btn-gradient:hover {
    opacity: 0.9;
}
.btn-outline-light {
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
}
.hero-slider {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    background: radial-gradient(circle at 10% 10%, rgba(143, 95, 255, 0.25), transparent 45%),
                radial-gradient(circle at 80% -10%, rgba(53, 216, 183, 0.2), transparent 40%),
                var(--cloud);
}
.hero-slider .carousel-inner {
    min-height: 650px;
    height: 650px;
    position: relative;
}
.hero-slider .carousel-item {
    padding: 2rem 0;
    min-height: 650px;
    height: 650px;
    display: flex;
    align-items: center;
    will-change: opacity;
}
.hero-slider .carousel-item:not(.active) {
    pointer-events: none;
}
.hero-slider .carousel-item .row {
    width: 100%;
    margin: 0;
}
.hero-slider .carousel-item .col-lg-6:first-child {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.hero-slider .carousel-item .col-lg-6:last-child {
    position: relative;
    z-index: 1;
}
.hero-slider .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}
.hero-slider .carousel-indicators .active {
    background-color: var(--mint);
}
.hero-slider .carousel-control-next-icon,
.hero-slider .carousel-control-prev-icon {
    filter: none;
}
.hero-badge {
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 0.8rem;
    color: var(--mint);
}
.hero-title {
    font-size: clamp(2.75rem, 4vw, 4.5rem);
    min-height: 120px;
    line-height: 1.2;
}
.hero-slider .lead {
    min-height: 60px;
}
.hero-visual {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(8, 11, 31, 0.2);
    position: relative;
    height: 500px;
    min-height: 500px;
}
.hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.floating-card {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 24px;
    padding: 1.25rem;
    box-shadow: 0 20px 45px rgba(10, 10, 10, 0.12);
}
.floating-card h4 {
    color: var(--ink);
}
.floating-card small {
    color: var(--ink-soft);
}
.metrics-section-wrapper {

    border-radius: 32px;
    margin: 2rem 0;
    position: relative;
    overflow: hidden;
}
.metrics-section-wrapper::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    animation: pulse 8s ease-in-out infinite;
}
.metrics-section-wrapper::after {
    content: '';
    position: absolute;
    bottom: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    animation: pulse 10s ease-in-out infinite reverse;
}
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}
.metrics-section-wrapper .row {
    position: relative;
    z-index: 1;
}
.metric-pill {
    border: none;
    border-radius: 24px;
    padding: 2.5rem 1.5rem;
    text-align: center;
    box-shadow: 0 15px 40px rgba(20, 22, 41, 0.15);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}
.metric-pill::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.05;
    transition: opacity 0.4s ease;
    z-index: 0;
}
.metric-pill-1 {
    background: linear-gradient(135deg, #fff5f0 0%, #ffe8dc 100%);
}
.metric-pill-1::before {
    background: radial-gradient(circle at 30% 20%, rgba(255, 154, 107, 0.3), transparent 70%);
}
.metric-pill-2 {
    background: linear-gradient(135deg, #f5f0ff 0%, #ede5ff 100%);
}
.metric-pill-2::before {
    background: radial-gradient(circle at 30% 20%, rgba(143, 95, 255, 0.3), transparent 70%);
}
.metric-pill-3 {
    background: linear-gradient(135deg, #f0fffc 0%, #e5fff8 100%);
}
.metric-pill-3::before {
    background: radial-gradient(circle at 30% 20%, rgba(53, 216, 183, 0.3), transparent 70%);
}
.metric-pill:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 50px rgba(20, 22, 41, 0.2);
}
.metric-pill:hover::before {
    opacity: 0.15;
}
.metric-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.metric-pill-1 .metric-icon {
    background: #ff9a6b;
    color: #ffffff;
}
.metric-pill-2 .metric-icon {
    background: #8f5fff;
    color: #ffffff;
}
.metric-pill-3 .metric-icon {
    background: #35d8b7;
    color: #ffffff;
}
.metric-pill:hover .metric-icon {
    transform: scale(1.15) rotate(10deg);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}
.metric-value {
    font-size: 3rem;
    font-weight: 700;
    color: var(--ink);
    margin-bottom: 0.5rem;
    line-height: 1;
    font-family: 'Space Grotesk', sans-serif;
    position: relative;
    z-index: 1;
}
.metric-unit {
    font-size: 1.5rem;
    color: var(--ink-soft);
    font-weight: 500;
}
.metric-label {
    color: var(--ink-soft);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-top: 0.5rem;
    position: relative;
    z-index: 1;
}
.surface-card {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: 0 25px 50px rgba(20, 22, 41, 0.08);
}
.surface-card img {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 260px;
}
.badge-chip {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.75rem;
    color: var(--peach);
}
.service-card {
    border: none;
    background: #ffffff;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    height: 100%;
    color: var(--ink);
    box-shadow: 0 25px 45px rgba(9, 12, 32, 0.06);
}
.service-card .ratio {
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
}
.service-card img {
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
    object-fit: cover;
}
.service-card .card-body {
    padding: 1.75rem;
}
.service-card .card-footer {
    border: 0;
    background: transparent;
    padding: 0 1.75rem 1.75rem;
}
.section-title {
    font-size: clamp(2rem, 3vw, 3rem);
}
.pill-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.pill-list span {
    border-radius: 999px;
    padding: 0.65rem 1.5rem;
    background: rgba(143, 95, 255, 0.12);
    font-weight: 600;
    color: var(--ink);
}
.testimonial-card {
    background: linear-gradient(135deg, rgba(143, 95, 255, 0.12), #ffffff);
    border-radius: var(--radius-lg);
    padding: 2rem;
    border: 1px solid var(--border);
    color: var(--ink);
}
.testimonial-card p {
    font-size: 1.1rem;
}
.footer {
    background: #040615;
}
.footer a {
    color: rgba(255, 255, 255, 0.75);
}
.footer .link-light {
    color: var(--mint);
}
.page-hero {
    padding: 6rem 0 3rem;
    background: var(--cloud);
}
.page-hero .breadcrumb {
    --bs-breadcrumb-item-active-color: var(--ink);
}
.page-hero-img {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: 0 25px 55px rgba(19, 24, 46, 0.18);
}
.page-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.accent-img {
    border-radius: var(--radius-lg);
    box-shadow: 0 25px 60px rgba(7, 11, 30, 0.6);
    object-fit: cover;
}
.process-step {
    background: var(--cloud);
    border-radius: 20px;
    padding: 1.5rem;
    border: 1px solid var(--border);
    height: 100%;
}
.process-step span {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: rgba(143, 95, 255, 0.12);
    font-weight: 700;
}
.faq-item {
    border-bottom: 1px solid var(--border);
    padding: 1.25rem 0;
}
.contact-map {
    width: 100%;
    height: 500px;
    min-height: 500px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(20, 22, 41, 0.1);
}
.contact-map iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}
.contact-info-card {
    background: #ffffff;
    border-radius: var(--radius-lg);
    padding: 2rem;
    height: 100%;
    border: 1px solid var(--border);
    box-shadow: 0 20px 45px rgba(20, 22, 41, 0.06);
}
.contact-info-card li {
    margin-bottom: 0.85rem;
    font-weight: 600;
}
.contact-info-card i {
    color: var(--lavender);
    margin-right: 0.75rem;
}
.contact-info-card a {
    color: var(--ink);
    text-decoration: none;
    font-weight: 600;
}
.list-check li {
    list-style: none;
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.65rem;
}
.list-check li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: var(--lavender);
}
.section-block {
    background: var(--cloud);
    padding: 4.5rem 0;
}
.section-block:nth-of-type(even) {
    background: #ffffff;
}
.section-block h2,
.section-block h3,
.section-block h4,
.section-block p,
.section-block li {
    color: var(--ink);
}
.section-block .badge-chip {
    color: var(--lavender);
}
@media (max-width: 991px) {
    .hero-banner {
        text-align: center;
    }
    .hero-visual {
        margin-top: 2rem;
    }
    .hero-slider .carousel-inner {
        min-height: auto;
        height: auto;
    }
    .hero-slider .carousel-item {
        min-height: auto;
        height: auto;
    }
    .hero-slider .carousel-item .col-lg-6:first-child {
        min-height: auto;
    }
    .hero-visual {
        height: 400px;
        min-height: 400px;
    }
    .hero-title {
        min-height: auto;
    }
    .hero-slider .lead {
        min-height: auto;
    }
    .metric-icon {
        width: 90px;
        height: 90px;
        font-size: 2.75rem;
    }
    .contact-map {
        height: 450px;
        min-height: 450px;
    }
}
@media (max-width: 575px) {
    .surface-card img {
        height: 200px;
    }
    .navbar-brand {
        font-size: 1.1rem;
    }
    .hero-visual {
        height: 300px;
        min-height: 300px;
    }
    .hero-slider {
        min-height: auto;
    }
    .metrics-section-wrapper {
        margin: 1.5rem 0;
        padding: 2rem 0 !important;
        border-radius: 24px;
    }
    .metric-pill {
        padding: 2rem 1.25rem;
    }
    .metric-icon {
        width: 80px;
        height: 80px;
        font-size: 2.5rem;
        margin-bottom: 1.25rem;
    }
    .metric-value {
        font-size: 2.5rem;
    }
    .metric-unit {
        font-size: 1.25rem;
    }
    .contact-map {
        height: 350px;
        min-height: 350px;
    }
}
