﻿:root {
    --teal: #0b9ca8;
    --teal-dark: #077682;
    --blue: #075c9a;
    --blue-dark: #073e67;
    --ink: #17222d;
    --muted: #647381;
    --line: rgba(7, 92, 154, 0.14);
    --bg: #f6fbfd;
    --white: #ffffff;
    --shadow: 0 24px 70px rgba(7, 92, 154, 0.15);
    --radius-xl: 34px;
    --radius-lg: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(11, 156, 168, 0.13), transparent 34rem),
        radial-gradient(circle at top right, rgba(7, 92, 154, 0.12), transparent 30rem),
        linear-gradient(180deg, #ffffff 0%, var(--bg) 46%, #ffffff 100%);
    overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.page-glow {
    position: fixed;
    z-index: -1;
    width: 26rem;
    height: 26rem;
    border-radius: 999px;
    filter: blur(60px);
    opacity: 0.38;
    pointer-events: none;
    animation: drift 12s ease-in-out infinite alternate;
}
.page-glow-one { background: rgba(11, 156, 168, 0.35); top: 8%; left: -8%; }
.page-glow-two { background: rgba(7, 92, 154, 0.25); bottom: 5%; right: -9%; animation-delay: 2s; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    width: min(1180px, calc(100% - 40px));
    margin: 18px auto 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 16px 45px rgba(7, 92, 154, 0.09);
    backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; width: 150px; }
.brand img { width: 150px; height: auto; }
.site-nav { display: flex; justify-content: center; gap: 28px; color: var(--muted); font-weight: 650; font-size: 0.95rem; }
.site-nav a { transition: color .25s ease; }
.site-nav a:hover { color: var(--blue); }
.language-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 96px;
    padding: 12px 16px;
    border-radius: 999px;
    color: var(--white);
    font-weight: 800;
    background: linear-gradient(135deg, var(--teal), var(--blue));
    box-shadow: 0 12px 25px rgba(11, 156, 168, 0.22);
}

.section-shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.hero {
    min-height: 690px;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
    align-items: center;
    gap: 52px;
    padding: 72px 0 42px;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 8px 13px;
    border: 1px solid rgba(11,156,168,0.18);
    border-radius: 999px;
    color: var(--teal-dark);
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.74rem;
    background: rgba(255,255,255,0.74);
}
.eyebrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--teal);
    box-shadow: 0 0 0 6px rgba(11,156,168,0.1);
}
h1, h2, h3, p { margin-top: 0; }
h1 {
    margin: 22px 0 22px;
    font-size: clamp(2.7rem, 6vw, 6.1rem);
    line-height: 0.95;
    letter-spacing: -0.075em;
    color: var(--blue-dark);
}
h2 {
    margin: 18px 0 17px;
    font-size: clamp(2rem, 3.6vw, 4.4rem);
    line-height: 1;
    letter-spacing: -0.058em;
    color: var(--blue-dark);
}
h3 { color: var(--blue-dark); letter-spacing: -0.02em; }
.hero-copy p, .section-copy p, .section-heading p, .launch-note p, .cta p {
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.78;
}
.hero-copy p { max-width: 680px; font-size: 1.15rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    color: var(--white);
    font-weight: 900;
    background: linear-gradient(135deg, var(--teal), var(--blue));
    box-shadow: 0 16px 34px rgba(7, 92, 154, 0.22);
    transition: transform .25s ease, box-shadow .25s ease;
}
.primary-button:hover { transform: translateY(-3px); box-shadow: 0 20px 44px rgba(7, 92, 154, 0.28); }
.domain-pill { color: var(--muted); font-weight: 700; }

.hero-visual {
    position: relative;
    min-height: 520px;
    display: grid;
    place-items: center;
}
.logo-card {
    position: relative;
    z-index: 2;
    width: min(520px, 100%);
    padding: 48px 44px;
    border-radius: 42px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.98), rgba(255,255,255,0.76)),
        radial-gradient(circle at 10% 10%, rgba(11,156,168,0.13), transparent 40%);
    border: 1px solid rgba(7, 92, 154, 0.12);
    box-shadow: var(--shadow);
}
.logo-card::before {
    content: "";
    position: absolute;
    inset: -22px;
    z-index: -1;
    border-radius: 54px;
    border: 1px solid rgba(11,156,168,0.18);
    background: linear-gradient(135deg, rgba(11,156,168,0.10), rgba(7,92,154,0.08));
}
.logo-card img { width: 100%; height: auto; filter: drop-shadow(0 18px 28px rgba(7, 92, 154, 0.1)); }
.floating-card { animation: float 5.5s ease-in-out infinite; }
.specialty-orbit {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 245px;
    padding: 16px 18px;
    border-radius: 22px;
    border: 1px solid rgba(7, 92, 154, 0.12);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 46px rgba(7, 92, 154, 0.13);
    backdrop-filter: blur(12px);
}
.specialty-one { top: 64px; right: 0; animation: float 5s ease-in-out infinite .5s; }
.specialty-two { bottom: 74px; left: -8px; animation: float 5.6s ease-in-out infinite 1s; }
.icon-circle {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--white);
    background: linear-gradient(135deg, var(--teal), var(--blue));
}

.metric-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    padding: 0 0 82px;
}
.metric-strip div {
    min-height: 118px;
    padding: 24px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 50px rgba(7, 92, 154, 0.08);
}
.metric-strip span { display: block; color: var(--muted); font-size: .88rem; font-weight: 750; margin-bottom: 8px; }
.metric-strip strong { display: block; color: var(--blue-dark); font-size: 1.25rem; }

.grid-two { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: 92px 0; }
.about, .quality { border-top: 1px solid var(--line); }
.feature-list { display: grid; gap: 16px; }
.feature-item {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 18px;
    align-items: center;
    padding: 22px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--line);
    background: rgba(255,255,255,0.78);
    box-shadow: 0 18px 46px rgba(7, 92, 154, 0.08);
}
.feature-item span {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: var(--white);
    font-weight: 900;
    background: linear-gradient(135deg, var(--teal), var(--blue));
}
.feature-item p { margin: 0; color: var(--ink); font-weight: 750; line-height: 1.55; }

.services { padding: 92px 0; }
.section-heading { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.section-heading .eyebrow { margin: 0 auto; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-xl);
    background: rgba(255,255,255,0.82);
    box-shadow: var(--shadow);
}
.service-image {
    position: relative;
    min-height: 300px;
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.58), transparent 28%),
        linear-gradient(135deg, rgba(11,156,168,0.92), rgba(7,92,154,0.9));
}
.service-image::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.34);
    right: -52px;
    bottom: -52px;
}
.service-image img { width: min(78%, 370px); filter: drop-shadow(0 28px 28px rgba(0,0,0,0.16)); animation: imagePulse 6s ease-in-out infinite; }
.service-content { padding: 34px; }
.service-content h3 { font-size: 2rem; margin-bottom: 14px; }
.service-content p { color: var(--muted); line-height: 1.72; font-size: 1rem; }
ul { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
li { position: relative; padding-left: 30px; color: var(--ink); font-weight: 700; line-height: 1.42; }
li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .45em;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--teal), var(--blue));
    box-shadow: 0 0 0 5px rgba(11,156,168,0.1);
}

.quality-visual {
    min-height: 420px;
    display: grid;
    place-items: center;
    border-radius: var(--radius-xl);
    background:
        radial-gradient(circle at 30% 25%, rgba(255,255,255,.72), transparent 28%),
        linear-gradient(145deg, rgba(11,156,168,0.18), rgba(7,92,154,0.12));
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    overflow: hidden;
}
.quality-visual img { width: min(84%, 480px); animation: float 6s ease-in-out infinite; }
.quality-cards { display: grid; gap: 12px; margin-top: 26px; }
.quality-cards div {
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255,255,255,0.72);
    border: 1px solid var(--line);
}
.quality-cards strong { display: block; color: var(--blue-dark); margin-bottom: 6px; }
.quality-cards span { color: var(--muted); line-height: 1.55; }

.process { padding: 92px 0; border-top: 1px solid var(--line); }
.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.timeline::before {
    content: "";
    position: absolute;
    top: 31px;
    left: 4%;
    right: 4%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(11,156,168,0.38), rgba(7,92,154,0.38), transparent);
}
.timeline-card {
    position: relative;
    z-index: 1;
    min-height: 245px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: rgba(255,255,255,0.86);
    box-shadow: 0 18px 48px rgba(7,92,154,0.09);
}
.timeline-card span {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    margin-bottom: 32px;
    border-radius: 20px;
    color: var(--white);
    font-weight: 950;
    background: linear-gradient(135deg, var(--teal), var(--blue));
    box-shadow: 0 12px 26px rgba(7, 92, 154, 0.22);
}
.timeline-card h3 { font-size: 1.25rem; margin-bottom: 10px; }
.timeline-card p { margin: 0; color: var(--muted); line-height: 1.62; }

.launch-note {
    display: grid;
    grid-template-columns: 1fr;
    padding: 50px;
    border-radius: var(--radius-xl);
    color: var(--white);
    background:
        linear-gradient(135deg, rgba(11,156,168,0.92), rgba(7,92,154,0.96)),
        radial-gradient(circle at top right, rgba(255,255,255,0.2), transparent 30%);
    box-shadow: var(--shadow);
}
.launch-note h2 { color: var(--white); max-width: 980px; }
.launch-note p { color: rgba(255,255,255,0.84); max-width: 920px; }
.launch-note .eyebrow { color: var(--white); border-color: rgba(255,255,255,0.28); background: rgba(255,255,255,0.12); }
.launch-note .eyebrow::before { background: var(--white); box-shadow: 0 0 0 6px rgba(255,255,255,0.16); }

.cta {
    margin-top: 92px;
    margin-bottom: 92px;
    text-align: center;
    padding: 64px 28px;
    border: 1px solid var(--line);
    border-radius: 42px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.95), rgba(255,255,255,0.78)),
        radial-gradient(circle at 50% 0%, rgba(11,156,168,0.12), transparent 30%);
    box-shadow: var(--shadow);
}
.cta img { width: min(380px, 82%); margin: 0 auto 24px; }
.cta p { max-width: 680px; margin: 0 auto 28px; }
.ghost { background: var(--white); color: var(--blue-dark); border: 1px solid var(--line); }

.site-footer {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto 30px;
    display: grid;
    gap: 14px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 26px;
    color: var(--muted);
    background: rgba(255,255,255,0.76);
}
.site-footer p { margin: 0; line-height: 1.65; }
.site-footer span { font-weight: 800; color: var(--blue-dark); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .13s; }
.delay-2 { transition-delay: .26s; }

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-16px); }
}
@keyframes drift {
    from { transform: translate3d(0, 0, 0) scale(1); }
    to { transform: translate3d(40px, 20px, 0) scale(1.12); }
}
@keyframes imagePulse {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.035) rotate(-1deg); }
}

@media (max-width: 980px) {
    .site-header { grid-template-columns: 1fr auto; }
    .site-nav { grid-column: 1 / -1; order: 3; justify-content: flex-start; overflow-x: auto; padding: 6px 0 2px; }
    .hero, .grid-two, .service-grid { grid-template-columns: 1fr; }
    .hero { min-height: auto; padding-top: 58px; }
    .hero-visual { min-height: 460px; }
    .timeline, .metric-strip { grid-template-columns: repeat(2, 1fr); }
    .timeline::before { display: none; }
}

@media (max-width: 640px) {
    .section-shell, .site-header, .site-footer { width: min(100% - 24px, 1180px); }
    .site-header { margin-top: 10px; border-radius: 20px; }
    .brand, .brand img { width: 124px; }
    .language-switch { min-width: 82px; padding: 10px 12px; font-size: .88rem; }
    .site-nav { gap: 18px; font-size: .9rem; }
    h1 { font-size: clamp(2.45rem, 14vw, 4.4rem); }
    h2 { font-size: clamp(2rem, 10vw, 3rem); }
    .hero { gap: 24px; }
    .hero-visual { min-height: 380px; }
    .logo-card { padding: 30px 24px; border-radius: 28px; }
    .specialty-orbit { position: relative; inset: auto; margin: 12px auto 0; width: 100%; }
    .hero-visual { display: block; }
    .metric-strip, .timeline { grid-template-columns: 1fr; }
    .grid-two, .services, .process { padding: 66px 0; }
    .service-content { padding: 26px; }
    .service-image { min-height: 240px; }
    .launch-note { padding: 34px 24px; }
    .cta { margin: 66px auto; padding: 46px 20px; }
}

.contact-email {
    display: inline-block;
    margin: 4px auto 28px;
    font-size: clamp(1.05rem, 2.2vw, 1.65rem);
    font-weight: 800;
    letter-spacing: 0.03em;
    color: #078c99;
    text-decoration: none;
    border-bottom: 2px solid rgba(7, 140, 153, 0.35);
}

.contact-email:hover {
    color: #075f89;
    border-bottom-color: #075f89;
}


.specialty-three {
    bottom: 30px;
    right: 18px;
    animation: float 5.8s ease-in-out infinite 1.35s;
}

@media (max-width: 1180px) and (min-width: 981px) {
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .service-card:nth-child(3) { grid-column: 1 / -1; }
    .service-card:nth-child(3) .service-image img { width: min(58%, 360px); }
}
