:root {
    --primary: #0ea5e9;
    --primary-dark: #0284c7;
    --bg: #0b1224;
    --muted: #e2f3ff;
    --text: #0f172a;
    --text-muted: #475569;
    --border: #e2e8f0;
    --radius: 18px;
}
* {
    box-sizing: border-box;
}
body.site {
    margin: 0;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: radial-gradient(circle at 20% 20%, rgba(14, 165, 233, 0.06), transparent 35%),
        radial-gradient(circle at 80% 0%, rgba(79, 70, 229, 0.08), transparent 40%),
        #f8fafc;
    color: var(--text);
    line-height: 1.6;
    scroll-behavior: smooth;
}
a {
    color: inherit;
    text-decoration: none;
}
.container {
    width: min(1260px, 100% - 3.25rem);
    margin: 0 auto;
}
.site-header {
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 20px 60px rgb(15 23 42 / 0.08);
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid rgba(226, 232, 240, 0.7);
}
.header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem 0;
}
.brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #0ea5e9, #22d3ee);
    box-shadow: 0 20px 50px rgb(14 165 233 / 0.3);
    font-size: 1.3rem;
}
.brand-link {
    font-weight: 800;
    font-size: 1.3rem;
    color: var(--text);
}
.main-nav {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}
.nav-link {
    font-weight: 600;
    color: var(--text-muted);
    padding: 0.65rem 0.9rem;
    border-radius: 999px;
    transition: background 150ms ease, color 150ms ease;
}
.nav-link:hover,
.nav-link:focus-visible {
    background: rgba(14, 165, 233, 0.12);
    color: var(--text);
}
.header-actions {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.primary-button,
.ghost-button {
    border-radius: 999px;
    padding: 0.65rem 1.5rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    letter-spacing: 0.01em;
}
.primary-button {
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
    color: #fff;
    border-color: #0ea5e9;
    box-shadow: 0 15px 40px rgb(14 165 233 / 0.35);
}
.primary-button:hover {
    background: linear-gradient(135deg, #0284c7, #1d4ed8);
}
.ghost-button {
    border-color: rgba(15, 23, 42, 0.08);
    color: var(--text);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 30px rgb(15 23 42 / 0.08);
}
.ghost-button.ghost-compact {
    padding: 0.55rem 0.9rem;
    font-size: 0.95rem;
    gap: 0.35rem;
}
.eyebrow {
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--primary);
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}
.lead {
    font-size: 1.15rem;
    color: var(--text-muted);
}
.hero { background: linear-gradient(180deg, #e0f2ff 0%, #ebf8ff 45%, #ffffff 100%); color: var(--text); padding: 6.5rem 0 6rem; position: relative; overflow: hidden; }
.hero::before,
.hero::after { content: ''; position: absolute; width: 520px; height: 520px; background: radial-gradient(circle, rgba(59, 130, 246, 0.12), transparent 55%); filter: blur(26px); opacity: 0.55; pointer-events: none; }
.hero::before { left: -160px; top: -120px; }
.hero::after { right: -120px; bottom: -160px; }
.hero-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; align-items: center; }
.hero-shell { max-width: 1100px; margin: 0 auto; background: linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(236, 245, 255, 0.88)); border-radius: 32px; padding: 1.35rem; box-shadow: 0 20px 70px rgba(59, 130, 246, 0.18), 0 10px 30px rgba(15, 23, 42, 0.08); border: 1px solid rgba(59, 130, 246, 0.14); position: relative; overflow: visible; }
.hero-shell::after { content: ''; position: absolute; inset: 12px; border-radius: 28px; background: radial-gradient(circle at 50% 20%, rgba(14, 165, 233, 0.12), transparent 55%); filter: blur(12px); z-index: 0; pointer-events: none; }
.hero-content-panel { position: relative; background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(246, 251, 255, 0.96)); border-radius: 28px; padding: 2.75rem; box-shadow: 0 25px 90px rgba(59, 130, 246, 0.16), 0 8px 24px rgba(15, 23, 42, 0.08); border: 1px solid rgba(59, 130, 246, 0.08); backdrop-filter: blur(14px); z-index: 1; }
.hero-heading { position: relative; }
.title-underline { display: block; width: 140px; height: 6px; background: linear-gradient(90deg, #38bdf8, #2563eb); border-radius: 999px; box-shadow: 0 10px 24px rgba(37, 99, 235, 0.18); margin-top: 0.35rem; }
.hero h1 {
    font-size: clamp(2.2rem, 3vw + 1rem, 3rem);
    margin: 0 0 0.75rem;
    color: #0f172a;
}
.hero-search-card { background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)); border-radius: 26px; padding: 1.6rem; box-shadow: 0 35px 90px rgba(59, 130, 246, 0.18); border: 1px solid rgba(226, 232, 240, 0.9); margin: 2rem 0 1.5rem; position: relative; }
.hero-search-card::after { content: ''; position: absolute; inset: -18px; background: radial-gradient(circle, rgba(191, 219, 254, 0.22), transparent 60%); filter: blur(18px); z-index: -1; }
.hero-search {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.hero-search .field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    font-size: 0.95rem;
    color: var(--text-muted);
}
.hero-search input,
.hero-search select,
.contact-form input,
.contact-form textarea,
.register-form input,
.register-form select,
.finder-form input,
.finder-form select {
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: 0.95rem 1rem;
    font-size: 1rem;
    width: 100%;
    background: #f8fbfc;
    transition: border-color 150ms ease, box-shadow 150ms ease;
}
.hero-search input:focus,
.hero-search select:focus,
.contact-form input:focus,
.contact-form textarea:focus,
.register-form input:focus,
.register-form select:focus,
.finder-form input:focus,
.finder-form select:focus {
    outline: none;
    border-color: rgba(14, 165, 233, 0.65);
    box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.15);
    background: #fff;
}
.input-with-action {
    display: flex;
    gap: 0.65rem;
    align-items: center;
}
.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}
.pill {
    border: 1px solid var(--border);
    background: #fff;
    border-radius: 999px;
    padding: 0.5rem 0.95rem;
    font-weight: 700;
    color: var(--text);
    cursor: pointer;
    box-shadow: 0 12px 26px rgb(15 23 42 / 0.08);
}
.pill:hover {
    border-color: var(--primary);
    color: var(--primary);
}
.full-width {
    width: 100%;
    padding: 0.95rem 1.25rem;
    font-size: 1rem;
}
.form-note {
    margin: 0.35rem 0 0;
    color: var(--text-muted);
    font-size: 0.95rem;
}
.hero-badges {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
    font-weight: 600;
}
.hero-reassurance {
    margin-top: 0.75rem;
}
.reassurance-item {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    background: linear-gradient(135deg, #ffffff, #f8fbff);
    border-radius: 18px;
    padding: 0.95rem 1.05rem;
    border: 1px solid rgba(226, 232, 240, 0.9);
    box-shadow: 0 20px 46px rgb(15 23 42 / 0.14);
}
.icon-badge {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #e8f6f8;
    font-size: 1.15rem;
}
.reassurance-title {
    margin: 0;
    color: #0f172a;
}
.reassurance-text {
    margin: 0;
    color: var(--text-muted);
    font-weight: 500;
}
.hero-pro-link {
    margin-top: 1.5rem;
    color: var(--text-muted);
    font-weight: 600;
}
.hero-pro-link a {
    color: var(--primary-dark);
    text-decoration: underline;
}
.section { padding: 6rem 0; }
.section.muted { background: linear-gradient(180deg, #f8fbff, #f1f5f9); }
.section-soft { background: #f6fbff; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 1.25rem; flex-wrap: wrap; }
.title-row { display: inline-flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }
.section-divider { display: inline-flex; width: 160px; height: 4px; background: linear-gradient(90deg, #bfdbfe, rgba(191, 219, 254, 0)); border-radius: 999px; box-shadow: 0 8px 18px rgba(59, 130, 246, 0.24); }
.section-note { margin: 0; color: var(--text-muted); font-weight: 600; }
.feature-wrapper { background: linear-gradient(135deg, #f7fbff, #eef2ff); border-radius: 26px; padding: 2rem; border: 1px solid #e0ecff; box-shadow: 0 20px 60px rgba(59, 130, 246, 0.14), 0 12px 30px rgba(15, 23, 42, 0.08); position: relative; overflow: hidden; }
.feature-wrapper::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 20%, rgba(14, 165, 233, 0.08), transparent 40%); pointer-events: none; }
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.2rem; }
.cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: stretch;
}
@media (min-width: 768px) {
    .cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
    .cards-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
}
.card,
.service-card,
.result-card,
.register-panel,
.register-form,
.contact-form,
.contact-page-grid article {
    background: #fff;
    border-radius: var(--radius);
    padding: 1.5rem;
    box-shadow: 0 22px 60px rgb(15 23 42 / 0.08);
    border: 1px solid rgba(226, 232, 240, 0.8);
}
.card {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-height: 100%;
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.card:hover,
.card:focus-within {
    transform: translateY(-8px);
    box-shadow: 0 28px 60px rgb(15 23 42 / 0.16);
    border-color: rgba(14, 165, 233, 0.4);
}
.feature-card { border-radius: 22px; border-color: #dbeafe; box-shadow: 0 18px 50px rgba(59, 130, 246, 0.12); transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease; }
.feature-card:hover,
.feature-card:focus-within { transform: translateY(-10px); box-shadow: 0 26px 70px rgba(59, 130, 246, 0.16); border-color: rgba(59, 130, 246, 0.45); }
.popular-section { position: relative; }
.popular-card-rail { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.1rem; }
.popular-card { min-height: 200px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 22px; border-color: #e0ecff; box-shadow: 0 18px 52px rgba(59, 130, 246, 0.12); background: #fff; }
.popular-card-header { display: flex; align-items: flex-start; gap: 1rem; }
.popular-icon { width: 52px; height: 52px; border-radius: 16px; background: #e0f2ff; display: grid; place-items: center; font-size: 1.25rem; box-shadow: 0 12px 30px rgba(59, 130, 246, 0.18); border: 1px solid rgba(59, 130, 246, 0.18); }
.popular-tags { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: auto; }
.premium-icon { width: 60px; height: 60px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(135deg, #e0f2ff, #dbeafe); color: #0f172a; box-shadow: 0 12px 30px rgba(59, 130, 246, 0.2); border: 1px solid rgba(59, 130, 246, 0.16); }
.motifs-section { position: relative; overflow: hidden; }
.motifs-section::before,
.motifs-section::after { content: ''; position: absolute; width: 320px; height: 320px; border-radius: 999px; background: radial-gradient(circle, rgba(14, 165, 233, 0.14), transparent 52%); filter: blur(14px); }
.motifs-section::before { left: -120px; top: -80px; }
.motifs-section::after { right: -140px; bottom: -120px; }
.motifs-section .container { position: relative; z-index: 1; }
.motifs-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.1rem 1.25rem; }
.motif-button { background: #fff; border: 1px solid #bfdbfe; border-radius: 18px; padding: 1.25rem 1.35rem; display: grid; grid-template-columns: auto 1fr; gap: 0.9rem; align-items: center; box-shadow: 0 16px 48px rgba(59, 130, 246, 0.12); transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.motif-button:hover,
.motif-button:focus-within { transform: translateY(-6px); border-color: #60a5fa; box-shadow: 0 22px 60px rgba(59, 130, 246, 0.16); }
.motif-icon-badge { width: 46px; height: 46px; border-radius: 14px; background: #e0f2ff; display: grid; place-items: center; font-size: 1.25rem; box-shadow: 0 10px 30px rgba(59, 130, 246, 0.14); }
.motif-copy { display: grid; gap: 0.35rem; }
.motif-title { margin: 0; font-weight: 800; }
.motif-summary { margin: 0; font-weight: 700; color: #0f172a; }
.motif-detail { margin: 0; color: var(--text-muted); font-weight: 500; }
.timeline-section { background: linear-gradient(180deg, #fff, #f6fbff); position: relative; }
.timeline-shell { position: relative; padding: 2rem 1.5rem 2.5rem; border-radius: 28px; background: radial-gradient(120% 120% at 50% 0%, rgba(191, 219, 254, 0.35), rgba(255, 255, 255, 0.95)); border: 1px solid #e5edff; box-shadow: 0 24px 70px rgba(59, 130, 246, 0.16), 0 12px 30px rgba(15, 23, 42, 0.06); overflow: hidden; }
.timeline-shell::after { content: ''; position: absolute; inset: 18px; background: radial-gradient(circle at 50% 10%, rgba(59, 130, 246, 0.14), transparent 60%); filter: blur(16px); pointer-events: none; }
.timeline { position: relative; display: grid; gap: 2.4rem; padding: 1.25rem 0 0.5rem; }
.timeline::before { content: ''; position: absolute; top: 0; bottom: 0; left: 50%; width: 4px; background: linear-gradient(180deg, #93c5fd, #c7d2fe); transform: translateX(-50%); box-shadow: 0 0 40px rgba(59, 130, 246, 0.22); }
.timeline-item { position: relative; display: flex; justify-content: flex-start; padding-top: 0.25rem; }
.timeline-item.align-right { justify-content: flex-end; }
.timeline-node { position: absolute; top: 0.45rem; left: 50%; transform: translate(-50%, 0); width: 22px; height: 22px; background: linear-gradient(135deg, #2563eb, #38bdf8); border-radius: 999px; border: 5px solid #f8fbff; box-shadow: 0 15px 35px rgba(59, 130, 246, 0.35); display: grid; place-items: center; }
.timeline-node-icon { font-size: 0.95rem; color: #fff; }
.timeline-card { width: min(560px, 100%); background: linear-gradient(180deg, #ffffff, #f8fbff); border-radius: 24px; padding: 1.5rem 1.6rem 1.25rem; box-shadow: 0 24px 60px rgb(15 23 42 / 0.1); border: 1px solid rgba(226, 232, 240, 0.9); display: grid; gap: 0.5rem; }
.timeline-header { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }
.timeline-step { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.35rem 0.85rem; border-radius: 999px; background: rgba(59, 130, 246, 0.14); color: #1d4ed8; font-weight: 800; }
.timeline-illustration { margin: 0.75rem 0 0; padding: 0.85rem 1rem; border-radius: 14px; border: 1px dashed #bfdbfe; background: #f8fbff; color: var(--text-muted); font-weight: 600; }
.timeline-text { margin: 0; color: var(--text-muted); font-weight: 500; }
.card-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f3fbff, #e7f6f8);
    border: 1px solid var(--border);
    display: grid;
    place-items: center;
    color: var(--primary);
    box-shadow: 0 10px 20px rgb(0 181 201 / 0.14);
}
.card-icon svg {
    width: 28px;
    height: 28px;
}
.card-body h3 {
    margin: 0;
}
.card-body p {
    margin: 0;
    color: var(--text-muted);
    font-weight: 500;
}
.reassurance-card {
    background: #fff;
    position: relative;
    overflow: hidden;
}
.reassurance-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(0, 181, 201, 0.08), transparent 55%);
    opacity: 0;
    transition: opacity 200ms ease;
    pointer-events: none;
}
.reassurance-card:hover::after,
.reassurance-card:focus-within::after {
    opacity: 1;
}
@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.995);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
[data-animate] {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 420ms ease, transform 420ms ease;
    transition-delay: calc(var(--card-index, 0) * 80ms);
}
[data-animate].is-visible {
    opacity: 1;
    transform: translateY(0);
}
.service-card {
    text-align: left;
}
.service-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--muted); display: grid; place-items: center; font-size: 1.5rem; margin-bottom: 1rem; }
.list-check { padding-left: 1rem; color: var(--text-muted); }
.list-check li::marker { content: '✔ '; color: var(--primary); }
.tag { display: inline-flex; padding: 0.35rem 0.75rem; border-radius: 999px; background: var(--muted); font-size: 0.85rem; color: var(--text-muted); }
.contact-page-grid,
.register-grid,
.finder {
    display: grid;
    gap: 2rem;
}
.contact-page-grid,
.register-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.contact-form label,
.register-form label,
.finder-form label {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    color: var(--text-muted);
    font-weight: 600;
}
.contact-form input,
.contact-form textarea,
.register-form input,
.register-form select,
.finder-form input,
.finder-form select {
    border-radius: 14px;
    padding: 0.95rem 1rem;
}
textarea {
    resize: vertical;
}
.finder-form,
.register-form {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.finder-results {
    display: grid;
    gap: 1rem;
}
.result-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}
.result-action {
    text-align: right;
}
.register-highlight {
    background: var(--muted);
    border-radius: 16px;
    padding: 1rem;
    margin-top: 1.5rem;
}
.site-footer {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 10% 10%, rgba(94, 234, 212, 0.16), transparent 32%),
        radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.12), transparent 38%),
        linear-gradient(180deg, #0b1020, #0c152b 45%, #0a1021);
    color: #e2e8f0;
    padding: 4.5rem 0 3.5rem;
    border-top: 1px solid rgba(226, 232, 240, 0.08);
}
.footer-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 60%, rgba(59, 130, 246, 0.18), transparent 35%),
        radial-gradient(circle at 75% 50%, rgba(16, 185, 129, 0.16), transparent 32%);
    filter: blur(30px);
    pointer-events: none;
    opacity: 0.8;
}
.footer-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    z-index: 1;
}
.footer-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(226, 232, 240, 0.12);
    border-radius: 18px;
    padding: 1.25rem 1.4rem;
    box-shadow: 0 12px 38px rgba(15, 23, 42, 0.35);
    backdrop-filter: blur(6px);
}
.footer-title {
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #f8fafc;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}
.footer-title::after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #38bdf8, #22d3ee);
}
.footer-grid ul {
    list-style: none;
    padding: 0;
    margin: 0.65rem 0 0;
    display: grid;
    gap: 0.5rem;
}
.footer-grid a {
    color: #e2e8f0;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0;
    transition: color 0.2s ease, transform 0.2s ease;
}
.footer-grid a::before {
    content: '•';
    color: #22d3ee;
    font-size: 0.8rem;
}
.footer-grid a:hover {
    color: #22d3ee;
    transform: translateX(3px);
}
.social-row {
    display: flex;
    gap: 0.65rem;
    margin-top: 0.75rem;
}
.social-row span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(226, 232, 240, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.footer-meta {
    text-align: center;
    margin-top: 2rem;
    font-size: 0.95rem;
    color: rgb(226 232 240 / 0.7);
    position: relative;
    z-index: 1;
}
@media (max-width: 768px) {
    .main-nav {
        display: none;
    }
    .result-action {
        text-align: left;
    }
    .result-card {
        flex-direction: column;
        align-items: flex-start;
    }
}
