:root {
    --ink: #102a31;
    --muted: #52676c;
    --paper: #fffdf8;
    --surface: #f1f6f2;
    --deep: #0b2f3a;
    --teal: #087a75;
    --teal-dark: #05645f;
    --gold: #d8a53b;
    --line: #d9e2dd;
    --white: #ffffff;
    --shadow: 0 24px 60px rgba(11, 47, 58, .15);
    --radius: 1.25rem;
    --shell: 74rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 1rem;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.shell { width: min(calc(100% - 2rem), var(--shell)); margin-inline: auto; }
.skip-link {
    position: fixed;
    z-index: 100;
    top: .75rem;
    left: .75rem;
    transform: translateY(-180%);
    padding: .7rem 1rem;
    border-radius: .5rem;
    color: var(--white);
    background: var(--deep);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid rgba(217, 226, 221, .8);
    background: rgba(255, 253, 248, .96);
    backdrop-filter: blur(12px);
}
.header-inner { min-height: 5.4rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand img { width: 6.2rem; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.25; }
.brand-copy strong { font-size: .96rem; letter-spacing: -.01em; }
.brand-copy small { color: var(--muted); font-size: .72rem; }
.site-nav { display: flex; align-items: center; gap: 1.35rem; }
.site-nav a { color: var(--muted); font-size: .88rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--teal-dark); }
.language-switcher { display: inline-flex; align-items: center; gap: .35rem; margin-left: .25rem; font-size: .78rem; font-weight: 800; letter-spacing: .04em; }
.language-switcher a[aria-current="true"] { color: var(--teal-dark); text-decoration: underline; text-underline-offset: .2rem; }
.site-nav .nav-login { padding: .58rem .9rem; border: 1px solid var(--line); border-radius: 999px; color: var(--ink); }

.hero {
    overflow: hidden;
    padding: clamp(4.5rem, 8vw, 7.5rem) 0;
    background: radial-gradient(circle at 88% 10%, rgba(216, 165, 59, .23), transparent 25rem), linear-gradient(145deg, #f9f5e9 0%, var(--paper) 48%, #e5f1ed 100%);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(25rem, 1.05fr); gap: clamp(2.5rem, 6vw, 5.5rem); align-items: center; }
.eyebrow { margin: 0 0 1rem; color: var(--teal-dark); font-size: .74rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.1; letter-spacing: -.025em; }
h1 { max-width: 13ch; margin-bottom: 1.5rem; font-size: clamp(2.7rem, 5.4vw, 4.85rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: 1.45rem; }
.hero-lead { max-width: 43rem; margin-bottom: .9rem; color: #29484f; font-size: clamp(1.02rem, 1.8vw, 1.2rem); }
.hero-english { max-width: 40rem; color: var(--muted); font-size: .92rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 2rem 0 1.2rem; }
.button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; padding: .75rem 1.2rem; border: 1px solid transparent; border-radius: 999px; font-weight: 780; text-align: center; text-decoration: none; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(216, 165, 59, .85); outline-offset: 3px; }
.button-primary { color: var(--white); background: var(--teal); box-shadow: 0 10px 24px rgba(8, 122, 117, .2); }
.button-primary:hover { background: var(--teal-dark); }
.button-secondary { border-color: #afc3ba; background: rgba(255, 255, 255, .6); }
.privacy-note { max-width: 39rem; color: var(--muted); font-size: .82rem; }

.hero-visual {
    --parallax-x: 0px;
    --parallax-y: 0px;
    position: relative;
    transform: translate3d(var(--parallax-x), var(--parallax-y), 0);
    transition: transform .22s ease-out;
}
.hero-image-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.18 / 1;
    border: 1px solid rgba(255,255,255,.84);
    border-radius: 1.6rem;
    background: #dfe9e3;
    box-shadow: var(--shadow);
}
.hero-image-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 63%, rgba(7, 37, 45, .28)); pointer-events: none; }
.hero-image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 55% center; transform: scale(1.025); }
.scan-beam {
    position: absolute;
    z-index: 2;
    top: 54%;
    left: 57%;
    width: 19%;
    height: 2px;
    border-radius: 99px;
    opacity: .85;
    background: linear-gradient(90deg, transparent, #44efc5 15%, #e9fff9 50%, #44efc5 85%, transparent);
    box-shadow: 0 0 10px #39dcb7, 0 0 22px rgba(57, 220, 183, .75);
    animation: scan-document 3.2s ease-in-out infinite;
}
.verification-float {
    position: absolute;
    z-index: 3;
    right: -1.1rem;
    bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: .8rem;
    min-width: 13.5rem;
    padding: .9rem 1rem;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 1rem;
    color: var(--ink);
    background: rgba(255,255,255,.93);
    box-shadow: 0 16px 35px rgba(7,37,45,.2);
    backdrop-filter: blur(9px);
    animation: verification-float 4s ease-in-out infinite;
}
.verification-float span:last-child { display: grid; line-height: 1.25; }
.verification-float strong { font-size: .88rem; }
.verification-float small { color: var(--muted); font-size: .72rem; }
.verification-icon { display: grid; flex: 0 0 2.5rem; width: 2.5rem; height: 2.5rem; place-items: center; border-radius: 50%; color: var(--white); background: var(--teal); font-weight: 900; }

@keyframes scan-document {
    0%, 100% { transform: translateY(-1.8rem); opacity: .2; }
    45%, 55% { opacity: 1; }
    50% { transform: translateY(3.6rem); }
}
@keyframes verification-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

.trust-strip { color: var(--white); background: var(--deep); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid div { padding: 1.6rem clamp(1rem, 3vw, 2rem); border-right: 1px solid rgba(255,255,255,.13); }
.trust-grid div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { font-size: .94rem; }
.trust-grid span { color: #b9d0d3; font-size: .78rem; }

.section { padding: clamp(4.5rem, 9vw, 7.5rem) 0; }
.section-tinted { background: var(--surface); }
.section-heading { max-width: 43rem; margin-bottom: 3rem; }
.section-heading h2 { margin-bottom: 1rem; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-card { min-height: 18rem; padding: 2rem; border: 1px solid var(--line); border-radius: 1rem; background: rgba(255,255,255,.66); }
.service-number { display: block; margin-bottom: 3rem; color: var(--teal); font-size: .75rem; font-weight: 850; letter-spacing: .12em; }
.service-card p { color: var(--muted); }

.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 7vw, 6rem); }
.steps { display: grid; gap: 1.2rem; margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); }
.steps li > span { display: grid; width: 2.5rem; height: 2.5rem; place-items: center; border-radius: 50%; color: var(--white); background: var(--deep); font-weight: 800; }
.steps strong { display: block; margin-bottom: .25rem; }
.steps p { margin-bottom: 0; color: var(--muted); }

.verify-cta { padding-top: 0; }
.verify-panel { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2rem, 6vw, 4rem); border-radius: var(--radius); color: var(--white); background: linear-gradient(120deg, var(--deep), #0c615f); box-shadow: 0 20px 45px rgba(11,47,58,.16); }
.verify-panel .eyebrow { color: #8fe3d9; }
.verify-panel h2 { max-width: 17ch; margin-bottom: .6rem; }
.verify-panel p:last-child { margin-bottom: 0; color: #bad6d6; }
.button-light { flex: 0 0 auto; color: var(--deep); background: var(--white); }

.faq-section { padding-top: 0; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.faq-list { display: grid; gap: .75rem; }
.faq-list details { border: 1px solid var(--line); border-radius: .9rem; background: var(--white); }
.faq-list summary { position: relative; padding: 1.15rem 3.25rem 1.15rem 1.3rem; cursor: pointer; font-weight: 780; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 1.25rem; top: 50%; transform: translateY(-50%); color: var(--teal); font-size: 1.5rem; font-weight: 500; }
.faq-list details[open] summary::after { content: "âˆ’"; }
.faq-list details p { margin: 0; padding: 0 1.3rem 1.25rem; color: var(--muted); }

.contact-section { background: linear-gradient(180deg, var(--paper), #f6f2e6); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 7rem); align-items: start; }
.contact-card { overflow: hidden; border: 1px solid var(--line); border-radius: 1rem; background: var(--white); box-shadow: 0 18px 45px rgba(16,42,49,.08); }
.contact-card a, .contact-card p { display: grid; gap: .25rem; margin: 0; padding: 1.35rem 1.6rem; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-card > :last-child { border-bottom: 0; }
.contact-card span { color: var(--teal-dark); font-size: .72rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.contact-card strong { overflow-wrap: anywhere; font-size: .94rem; }
.contact-card small { color: var(--muted); font-size: .75rem; }
.noscript-note { margin-top: 1.5rem; color: var(--muted); font-size: .82rem; }
.noscript-note a { color: var(--teal-dark); font-weight: 700; }

.reveal-pending { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal-pending.is-visible { opacity: 1; transform: translateY(0); }

.site-footer { padding: 2rem 0; color: #c7d9db; background: #07252d; }
.footer-inner { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.footer-inner p { margin: 0; font-size: .82rem; }
.footer-inner a { color: var(--white); }

@media (max-width: 900px) {
    .site-nav a:not(.nav-login) { display: none; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { max-width: 46rem; }
    .hero-visual { max-width: 42rem; }
}

@media (max-width: 760px) {
    .header-inner { min-height: 4.8rem; }
    .brand-copy { display: none; }
    .brand img { width: 5.5rem; }
    .hero { padding-top: 3.7rem; }
    .hero-grid, .process-layout, .faq-layout, .contact-grid { grid-template-columns: 1fr; }
    .hero-image-frame { aspect-ratio: 1 / .86; }
    .verification-float { right: .75rem; bottom: .75rem; }
    .trust-grid, .service-grid { grid-template-columns: 1fr; }
    .trust-grid div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
    .trust-grid div:last-child { border-bottom: 0; }
    .service-card { min-height: 0; }
    .service-number { margin-bottom: 1.7rem; }
    .verify-panel, .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
    .shell { width: min(calc(100% - 1.25rem), var(--shell)); }
    h1 { font-size: clamp(2.35rem, 12vw, 3.25rem); }
    .hero-actions .button { width: 100%; }
    .verification-float { min-width: 0; max-width: calc(100% - 1.5rem); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
    .hero-visual, .reveal-pending, .reveal-pending.is-visible { opacity: 1; transform: none; }
}