:root {
    color-scheme: light;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
}

.brand-name {
    color: #47c2d0;
    transition: color 180ms ease;
}

.brand-tagline {
    color: #cbd5df;
    transition: color 180ms ease;
}

.quote-button {
    background: #0f9faa;
    box-shadow: 0 12px 28px rgba(15, 159, 170, 0.24);
}

.quote-button:hover {
    background: #47c2d0;
}

.hero-kicker {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.1);
    color: #8be0ea;
    backdrop-filter: blur(14px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hero-overlay {
    background: linear-gradient(100deg, rgba(8, 28, 47, 0.92) 18%, rgba(8, 28, 47, 0.84) 48%, rgba(8, 28, 47, 0.66) 100%);
}

.nav-link,
.mobile-link,
.footer-link {
    transition: color 180ms ease, opacity 180ms ease;
}

.nav-link:hover,
.mobile-link:hover,
.footer-link:hover {
    color: #47c2d0;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #0f9faa;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

.section-kicker::before {
    content: "";
    width: 2.5rem;
    height: 1px;
    background: currentColor;
    opacity: 0.5;
}

.section-title {
    margin-top: 1rem;
    color: #081c2f;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.1;
}

.section-copy {
    margin-top: 1.25rem;
    max-width: 42rem;
    color: #5b6775;
    font-size: 1rem;
    line-height: 1.9;
}

.feature-chip {
    border: 1px solid rgba(8, 28, 47, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
    border-radius: 1.25rem;
    padding: 1rem 1.1rem;
    box-shadow: 0 12px 30px rgba(8, 28, 47, 0.05);
    color: #10263e;
    font-size: 0.95rem;
    font-weight: 600;
}

.feature-chip-grid .feature-chip:nth-child(even) {
    border-color: #0b7f89;
    background: #0b7f89;
    color: #ffffff;
}

@media (min-width: 640px) {
    .feature-chip-grid .feature-chip:nth-child(odd),
    .feature-chip-grid .feature-chip:nth-child(even) {
        border-color: rgba(8, 28, 47, 0.08);
        background: linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
        color: #10263e;
    }

    .feature-chip-grid .feature-chip:nth-child(4n + 2),
    .feature-chip-grid .feature-chip:nth-child(4n + 3) {
        border-color: #0b7f89;
        background: #0b7f89;
        color: #ffffff;
    }
}

.hero-stat-label {
    color: #71d5df;
    font-weight: 700;
}

.info-card,
.service-card,
.trust-card,
.industry-card,
.testimonial-card,
.contact-card {
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.info-card {
    border: 1px solid rgba(8, 28, 47, 0.08);
    border-radius: 1.75rem;
    padding: 1.5rem;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(8, 28, 47, 0.05);
}

.info-card:hover,
.service-card:hover,
.trust-card:hover,
.industry-card:hover,
.testimonial-card:hover,
.contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 54px rgba(8, 28, 47, 0.10);
}

.icon-wrap {
    display: inline-flex;
    width: 3.25rem;
    height: 3.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: rgba(15, 159, 170, 0.11);
    color: #0f9faa;
}

.icon-wrap svg {
    width: 1.4rem;
    height: 1.4rem;
}

.service-card {
    overflow: hidden;
    border-radius: 1.75rem;
    border: 1px solid rgba(8, 28, 47, 0.08);
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(8, 28, 47, 0.06);
}

.service-image {
    width: 100%;
    height: 14rem;
    object-fit: cover;
}

.service-body {
    padding: 1.5rem;
}

.service-title {
    color: #081c2f;
    font-size: 1.2rem;
    font-weight: 800;
}

.service-copy {
    margin-top: 0.8rem;
    color: #617182;
    font-size: 0.96rem;
    line-height: 1.75;
}

.quality-panel {
    background: #081c2f;
    color: #ffffff;
}

.quality-kicker {
    color: #47c2d0;
}

.quality-title {
    color: #ffffff;
}

.quality-copy {
    color: #d6e1e7;
}

.core-kicker {
    color: #0b7f89;
}

.trust-card {
    border-radius: 1.5rem;
    border: 1px solid rgba(8, 28, 47, 0.08);
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
    padding: 1.4rem;
}

.trust-card h3,
.industry-card h3,
.contact-card h3 {
    color: #081c2f;
    font-size: 1.05rem;
    font-weight: 800;
}

.trust-card p,
.industry-card p,
.contact-card span,
.contact-card p {
    margin-top: 0.65rem;
    color: #617182;
    font-size: 0.95rem;
    line-height: 1.7;
}

.industry-card {
    border-radius: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 1.6rem;
    backdrop-filter: blur(10px);
}

.industries-section {
    background: #081c2f;
}

.industry-card h3 {
    color: #ffffff;
}

.industry-card p {
    color: #c3d1d8;
}

#industries .section-title {
    color: #ffffff;
}

#industries .section-copy {
    color: #d6e1e7;
}

#industries .section-kicker {
    color: #47c2d0;
}

.testimonial-card {
    border-radius: 1.75rem;
    background: #ffffff;
    padding: 1.8rem;
    box-shadow: 0 18px 44px rgba(8, 28, 47, 0.06);
}

.rating-stars {
    color: #0f9faa;
    letter-spacing: 0.3em;
    font-size: 0.95rem;
}

.testimonial-copy {
    margin-top: 1.2rem;
    color: #415160;
    font-size: 1rem;
    line-height: 1.9;
}

.contact-card {
    border: 1px solid rgba(8, 28, 47, 0.08);
    border-radius: 1.5rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbfb 100%);
    padding: 1.35rem;
}

.contact-form {
    border-color: rgba(255, 255, 255, 0.12);
    background: #081c2f;
}

.contact-form .form-label {
    color: #ffffff;
}

.contact-form .form-input {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.contact-form .form-input::placeholder {
    color: rgba(255, 255, 255, 0.58);
}

.contact-form .service-select {
    appearance: none;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.08);
    background-image:
        linear-gradient(45deg, transparent 50%, #47c2d0 50%),
        linear-gradient(135deg, #47c2d0 50%, transparent 50%);
    background-position:
        calc(100% - 1.25rem) 50%,
        calc(100% - 0.9rem) 50%;
    background-repeat: no-repeat;
    background-size: 0.38rem 0.38rem, 0.38rem 0.38rem;
    padding-right: 3rem;
}

.contact-form .service-select option {
    background: #ffffff;
    color: #081c2f;
}

.contact-form .form-input:focus {
    border-color: #47c2d0;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 4px rgba(71, 194, 208, 0.16);
}

.contact-form button[type="submit"] {
    background: #0f9faa;
}

.contact-form button[type="submit"]:hover {
    background: #47c2d0;
}

.form-label {
    display: block;
    margin-bottom: 0.7rem;
    color: #081c2f;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.form-input {
    width: 100%;
    border: 1px solid rgba(8, 28, 47, 0.12);
    border-radius: 1rem;
    background: #f9fbfc;
    padding: 0.95rem 1rem;
    color: #10263e;
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.form-input:focus {
    border-color: #0f9faa;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(15, 159, 170, 0.12);
}

.site-footer {
    background: #081c2f;
    color: #d6e1e7;
}

.footer-title {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.site-footer p,
.site-footer li,
.site-footer a,
.site-footer span {
    color: #d6e1e7;
}

.site-footer .footer-link {
    color: #d6e1e7;
}

.site-footer .footer-link:hover {
    color: #47c2d0;
}

.social-link {
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #d9e3e8;
    transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.social-link:hover {
    transform: translateY(-2px);
    border-color: rgba(71, 194, 208, 0.5);
    background: rgba(71, 194, 208, 0.12);
    color: #47c2d0;
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.header-scrolled {
    background: rgba(8, 28, 47, 0.94);
    box-shadow: 0 14px 34px rgba(8, 28, 47, 0.14);
}

.header-scrolled .brand-name {
    color: #ffffff;
}

.header-scrolled .brand-tagline {
    color: #d6e1e7;
}

.mobile-menu-panel {
    position: fixed;
    top: 5rem;
    right: 1rem;
    width: min(20rem, calc(100vw - 2rem));
    transform: translateX(calc(100% + 1.5rem));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 280ms ease, opacity 220ms ease, visibility 220ms ease;
}

.mobile-menu-panel.is-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

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

    .reveal,
    .info-card,
    .service-card,
    .trust-card,
    .industry-card,
    .testimonial-card,
    .contact-card,
    .mobile-menu-panel,
    .social-link {
        transition: none;
        transform: none;
        opacity: 1;
    }
}
