@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url('/assets/fonts/manrope-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
    src: url('/assets/fonts/manrope-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --midnight-950: #0b1120;
    --midnight-900: #0f172a;
    --midnight-800: #172036;
    --midnight-700: #1f2a44;
    --ocean-600: #1f5fbf;
    --ocean-500: #2f80ed;
    --ocean-400: #4ea1ff;
    --sunset-500: #f59e0b;
    --sunset-400: #fbbf24;
    --sunset-300: #fcd34d;
    --slate-700: #334155;
    --slate-500: #64748b;
    --slate-300: #cbd5f5;
    --surface: #f8fafc;
    --surface-soft: rgba(248, 250, 252, 0.72);
    --surface-glass: rgba(255, 255, 255, 0.65);
    --border-soft: rgba(148, 163, 184, 0.2);
    --shadow-soft: 0 12px 30px rgba(15, 23, 42, 0.09);
    --shadow-float: 0 10px 22px rgba(31, 95, 191, 0.18);
    --shadow-card: 0 8px 18px rgba(15, 23, 42, 0.08);
    --shadow-accent: 0 12px 22px rgba(31, 95, 191, 0.12);
    --shadow-whatsapp: 0 10px 22px rgba(37, 211, 102, 0.28);
    --shadow-whatsapp-hover: 0 14px 26px rgba(37, 211, 102, 0.32);
    --radius-lg: 24px;
    --radius-md: 16px;
    --radius-sm: 12px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html,
body {
    min-height: 100%;
    width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    color: var(--midnight-900);
    background: radial-gradient(1200px circle at 10% -20%, rgba(46, 128, 237, 0.16), transparent 45%),
        radial-gradient(900px circle at 90% 10%, rgba(79, 161, 255, 0.12), transparent 55%),
        linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    line-height: 1.78;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: linear-gradient(130deg, rgba(15, 23, 42, 0.06), transparent 40%),
        radial-gradient(700px circle at 18% 0%, rgba(47, 128, 237, 0.08), transparent 60%),
        repeating-linear-gradient(90deg, rgba(148, 163, 184, 0.06) 0, rgba(148, 163, 184, 0.06) 1px, transparent 1px, transparent 36px),
        repeating-linear-gradient(0deg, rgba(148, 163, 184, 0.05) 0, rgba(148, 163, 184, 0.05) 1px, transparent 1px, transparent 36px);
    z-index: -1;
    pointer-events: none;
}

body::after {
    content: "";
    position: fixed;
    inset: -10% 0 auto 0;
    height: 45vh;
    background: radial-gradient(400px circle at 20% 20%, rgba(79, 161, 255, 0.08), transparent 55%),
        radial-gradient(360px circle at 80% 0%, rgba(31, 95, 191, 0.12), transparent 60%);
    z-index: -2;
    pointer-events: none;
}

::selection {
    background: rgba(79, 161, 255, 0.25);
    color: var(--midnight-900);
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: var(--ocean-500);
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(1160px, 92%);
    margin: 0 auto;
}

.topbar {
    background: linear-gradient(120deg, rgba(15, 23, 42, 0.96), rgba(31, 95, 191, 0.92));
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
}

.topbar__item {
    white-space: nowrap;
}

.topbar__link {
    color: #ffffff;
}

.topbar__link:hover {
    color: #cfe4ff;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.88), rgba(231, 240, 255, 0.74));
    backdrop-filter: blur(10px) saturate(140%);
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: var(--shadow-card);
}

.site-header::after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(79, 161, 255, 0.4), transparent);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    gap: 16px;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    gap: 5px;
    border-radius: 14px;
    border: 1px solid rgba(79, 161, 255, 0.35);
    background: rgba(255, 255, 255, 0.75);
    color: var(--midnight-900);
    box-shadow: var(--shadow-card);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nav-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
}

.nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.brand__mark {
    position: relative;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: -0.08em;
    color: #ffffff;
    background: linear-gradient(135deg, #1f5fbf, #4ea1ff);
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: 0 12px 20px rgba(31, 95, 191, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    overflow: hidden;
}

.brand__mark::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(130deg, rgba(255, 255, 255, 0.55), transparent 60%);
    opacity: 0.6;
}

.brand__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.brand__logo {
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--midnight-900);
    letter-spacing: -0.03em;
}

.brand__tag {
    font-size: 0.82rem;
    color: var(--slate-500);
    letter-spacing: 0.02em;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.9rem;
}

.site-nav a,
.site-nav .nav-link {
    position: relative;
    color: var(--slate-500);
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 999px;
    box-shadow: inset 0 0 0 1px transparent;
    transition: color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.site-nav a:hover,
.site-nav .nav-link:hover {
    color: var(--ocean-600);
    background: rgba(79, 161, 255, 0.12);
    box-shadow: inset 0 0 0 1px rgba(79, 161, 255, 0.25);
}

.site-nav a::after,
.site-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: -6px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(79, 161, 255, 0.6), transparent);
    opacity: 0;
    transform: scaleX(0.6);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.site-nav a:hover::after,
.site-nav .nav-link:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.nav-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.nav-dropdown .nav-link {
    cursor: pointer;
    background: none;
    border: none;
    font: inherit;
    line-height: inherit;
    appearance: none;
}

.nav-dropdown .nav-link::after {
    content: "▾";
    position: static;
    margin-left: 6px;
    height: auto;
    background: none;
    opacity: 0.6;
    transform: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 190px;
    padding: 12px;
    display: grid;
    gap: 6px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(148, 163, 184, 0.2);
    border-radius: 16px;
    box-shadow: var(--shadow-soft);
    opacity: 0;
    transform: translateY(6px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.25s ease;
    z-index: 10;
}

.nav-menu a {
    padding: 8px 10px;
    border-radius: 12px;
    color: var(--slate-700);
    font-weight: 600;
}

.nav-menu a::after {
    content: none;
}

.nav-menu a:hover {
    background: rgba(79, 161, 255, 0.12);
    color: var(--ocean-600);
}

.nav-dropdown:hover .nav-menu,
.nav-dropdown:focus-within .nav-menu,
.nav-dropdown.is-open .nav-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.nav-dropdown.is-open .nav-link::after {
    opacity: 1;
    transform: rotate(180deg);
}

.header-cta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header-contact {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 0.9rem;
}

.header-contact .label {
    color: var(--slate-500);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.header-contact a {
    color: var(--midnight-900);
    font-weight: 600;
}

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 999px;
    font-weight: 600;
    border: 1px solid transparent;
    transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.3s ease, color 0.3s ease;
    overflow: hidden;
    isolation: isolate;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow-float);
}

.btn:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 4px 12px rgba(30, 64, 175, 0.16);
}

.btn-primary {
    background: linear-gradient(135deg, #1b5cff, #4ea1ff);
    color: #ffffff;
    box-shadow: var(--shadow-float), 0 8px 16px rgba(79, 161, 255, 0.22);
}

.btn-primary::before {
    content: "";
    position: absolute;
    inset: -6px;
    background: radial-gradient(circle, rgba(79, 161, 255, 0.45), transparent 70%);
    filter: blur(6px);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.btn-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.35), transparent 60%);
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity 0.3s ease, transform 0.4s ease;
}

.btn-primary:hover::before,
.btn-primary:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.btn-primary:focus-visible {
    box-shadow: var(--shadow-float), 0 0 0 4px rgba(79, 161, 255, 0.28);
}

.btn-outline {
    border-color: rgba(79, 161, 255, 0.35);
    color: var(--ocean-600);
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(3px);
}

.btn-accent {
    background: linear-gradient(135deg, #f59e0b, #f97316);
    color: #ffffff;
    box-shadow: 0 12px 22px rgba(245, 158, 11, 0.28);
}

.btn-accent::before {
    content: "";
    position: absolute;
    inset: -6px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.45), transparent 70%);
    filter: blur(6px);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.btn-accent::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.35), transparent 60%);
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity 0.3s ease, transform 0.4s ease;
}

.btn-accent:hover::before,
.btn-accent:hover::after {
    opacity: 1;
    transform: translateX(0);
}

.btn-accent:hover {
    box-shadow: 0 14px 26px rgba(245, 158, 11, 0.32);
}

.btn-accent:focus-visible {
    box-shadow: 0 12px 22px rgba(245, 158, 11, 0.28), 0 0 0 4px rgba(245, 158, 11, 0.28);
}

.btn-whatsapp {
    background: linear-gradient(135deg, #16c45b, #35e883);
    color: #ffffff;
    box-shadow: var(--shadow-whatsapp);
}

.btn-whatsapp:hover {
    box-shadow: var(--shadow-whatsapp-hover);
}

.btn-whatsapp:focus-visible {
    box-shadow: var(--shadow-whatsapp-hover), 0 0 0 4px rgba(37, 211, 102, 0.26);
}

.btn-sm {
    padding: 10px 18px;
    font-size: 0.9rem;
}

.btn.full {
    width: 100%;
}

.main {
    width: min(1160px, 92%);
    margin: 0 auto;
    padding: 40px 0 120px;
    display: grid;
    gap: 32px;
}

.stats {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
    padding: 18px 24px;
    border-radius: var(--radius-lg);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.96), rgba(232, 241, 255, 0.86));
    border: 1px solid rgba(79, 161, 255, 0.2);
    box-shadow: var(--shadow-soft);
    scroll-margin-top: 120px;
    overflow: hidden;
}

.stats::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(240px circle at 10% 10%, rgba(79, 161, 255, 0.2), transparent 70%),
        radial-gradient(220px circle at 90% 0%, rgba(31, 95, 191, 0.18), transparent 70%);
    opacity: 0.7;
    pointer-events: none;
}

.stat {
    position: relative;
    display: grid;
    gap: 6px;
    align-content: start;
    padding: 12px 14px;
    border-radius: 16px;
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(236, 244, 255, 0.9));
    border: 1px solid rgba(79, 161, 255, 0.25);
    box-shadow: var(--shadow-card);
    transition: transform 0.25s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
}

.stat::before {
    content: "";
    position: absolute;
    top: -30%;
    right: -20%;
    width: 140px;
    height: 140px;
    background: radial-gradient(circle, rgba(79, 161, 255, 0.35), transparent 70%);
    opacity: 0.6;
}

.stat::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    top: 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(79, 161, 255, 0.7), transparent);
    opacity: 0.7;
}

.stat:hover {
    transform: translateY(-6px);
    border-color: rgba(79, 161, 255, 0.45);
    box-shadow: var(--shadow-soft), var(--shadow-accent);
}

.stat__value {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    background: linear-gradient(120deg, #0f172a 0%, #1f5fbf 65%, #4ea1ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
}

.stat__label {
    color: var(--slate-500);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.hero {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    align-items: center;
    padding: 32px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    isolation: isolate;
}

.hero::before {
    content: "";
    position: absolute;
    inset: -60px;
    background-image: radial-gradient(320px circle at 15% 20%, rgba(46, 128, 237, 0.2), transparent 55%),
        radial-gradient(280px circle at 85% 10%, rgba(79, 161, 255, 0.18), transparent 60%),
        repeating-linear-gradient(135deg, rgba(15, 23, 42, 0.04), rgba(15, 23, 42, 0.04) 1px, transparent 1px, transparent 18px);
    opacity: 0.85;
    pointer-events: none;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(260px circle at 80% 80%, rgba(79, 161, 255, 0.35), transparent 70%),
        linear-gradient(120deg, rgba(248, 250, 252, 0.75) 12%, rgba(248, 250, 252, 0.28) 48%, transparent 72%),
        var(--hero-image, none);
    background-size: 100% 100%, 100% 100%, cover;
    background-position: center, center, right center;
    opacity: 0.45;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 35%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 35%, #000 100%);
    pointer-events: none;
}

.hero__content,
.hero__card {
    position: relative;
    z-index: 1;
}

.hero__content {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 560px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--ocean-600);
    font-weight: 600;
}

.eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: linear-gradient(90deg, var(--ocean-500), transparent);
    border-radius: 999px;
}

.hero h1 {
    font-size: clamp(2.3rem, 3.6vw, 3.4rem);
    margin: 0;
    font-weight: 700;
    letter-spacing: -0.03em;
    background: linear-gradient(120deg, #0f172a 0%, #1f5fbf 60%, #4ea1ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lead {
    font-size: 1.05rem;
    color: var(--slate-700);
    margin: 0;
    line-height: 1.85;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-rating {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: var(--shadow-card);
    width: fit-content;
}

.hero-rating__value {
    font-weight: 700;
    color: var(--midnight-900);
}

.hero-rating__count {
    font-size: 0.85rem;
    color: var(--slate-500);
}

.hero__meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
}

.meta-card {
    position: relative;
    background: var(--surface-glass);
    border-radius: var(--radius-md);
    padding: 16px 16px 16px 18px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(6px);
    transition: transform 0.25s ease, box-shadow 0.3s ease;
}

.meta-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    bottom: 16px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--ocean-500), transparent);
}

.meta-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: var(--shadow-soft), var(--shadow-accent);
}

.meta-title {
    display: block;
    font-weight: 600;
    color: var(--midnight-800);
}

.meta-sub {
    font-size: 0.9rem;
    color: var(--slate-500);
}

.hero__card {
    position: relative;
    display: grid;
    gap: 18px;
    background: rgba(255, 255, 255, 0.84);
    border-radius: var(--radius-lg);
    padding: 28px;
    box-shadow: var(--shadow-soft);
    border: 1px solid transparent;
    backdrop-filter: blur(8px);
    background-image: linear-gradient(rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.84)),
        linear-gradient(140deg, rgba(79, 161, 255, 0.35), rgba(148, 163, 184, 0.2));
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
}

.hero__card h2 {
    margin: 0;
    font-size: 1.5rem;
    color: var(--midnight-900);
    letter-spacing: -0.03em;
    font-weight: 700;
}

.hero-form {
    border-top: 1px solid rgba(148, 163, 184, 0.22);
    padding-top: 14px;
    margin-top: 6px;
}

.hero-form summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(79, 161, 255, 0.1);
    border: 1px solid rgba(79, 161, 255, 0.2);
    color: var(--ocean-600);
    font-weight: 600;
}

.hero-form summary::-webkit-details-marker {
    display: none;
}

.hero-form__icon {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(79, 161, 255, 0.16);
}

.hero-form__icon::before,
.hero-form__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: var(--ocean-600);
    border-radius: 999px;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero-form__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.hero-form[open] .hero-form__icon::after {
    opacity: 0;
}

.hero-form__body {
    display: none;
    padding-top: 14px;
}

.hero-form[open] .hero-form__body {
    display: grid;
    gap: 12px;
}

.checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.checklist li {
    padding-left: 22px;
    position: relative;
    color: var(--slate-700);
}

.checklist li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ocean-500);
    box-shadow: 0 0 6px rgba(79, 161, 255, 0.6);
}

.form-notice {
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 0.9rem;
    border: 1px solid transparent;
}

.form-notice.success {
    background: rgba(34, 197, 94, 0.12);
    color: #166534;
    border-color: rgba(34, 197, 94, 0.3);
}

.form-notice.error {
    background: rgba(239, 68, 68, 0.12);
    color: #991b1b;
    border-color: rgba(239, 68, 68, 0.3);
}

.service-form {
    display: grid;
    gap: 12px;
    margin-top: 4px;
}

.field {
    display: grid;
    gap: 6px;
    font-size: 0.85rem;
    color: var(--slate-500);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.input {
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    padding: 12px 14px;
    font-family: inherit;
    font-size: 0.95rem;
    color: var(--midnight-900);
    background: rgba(248, 250, 252, 0.98);
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.input::placeholder {
    color: rgba(100, 116, 139, 0.7);
}

.input:focus {
    outline: none;
    border-color: rgba(78, 161, 255, 0.55);
    box-shadow: 0 0 0 3px rgba(78, 161, 255, 0.2);
}

.service-form textarea.input {
    resize: vertical;
    min-height: 96px;
}

.consent {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--slate-700);
    text-transform: none;
    letter-spacing: 0;
}

.consent span {
    min-width: 0;
}

.consent input {
    margin-top: 3px;
    width: 18px;
    height: 18px;
    accent-color: var(--ocean-500);
}

.consent a {
    color: var(--ocean-600);
    text-decoration: underline;
}

.hp-field {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.section {
    position: relative;
    margin: 0;
    padding: 28px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(4px);
    scroll-margin-top: 120px;
}

.section::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(140deg, rgba(79, 161, 255, 0.1), transparent 45%);
    opacity: 0.6;
    pointer-events: none;
}

.section > * {
    position: relative;
    z-index: 1;
}

.section-title {
    display: grid;
    gap: 8px;
    margin-bottom: 24px;
    max-width: 620px;
}

.section-title h2 {
    margin: 0;
    color: var(--midnight-900);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.section-title p {
    margin: 0;
    color: var(--slate-500);
}

.section.process {
    background: linear-gradient(150deg, rgba(47, 128, 237, 0.16), rgba(255, 255, 255, 0.92));
    border-color: rgba(79, 161, 255, 0.28);
}

.section.process::before {
    background: linear-gradient(140deg, rgba(79, 161, 255, 0.2), transparent 45%);
    opacity: 0.7;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: var(--ocean-600);
    font-weight: 600;
}

.section-kicker::before {
    content: "";
    width: 28px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ocean-500), transparent);
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.feature-card {
    position: relative;
    background: rgba(255, 255, 255, 0.88);
    border-radius: var(--radius-md);
    padding: 24px;
    border: 1px solid transparent;
    box-shadow: var(--shadow-card);
    transition: transform 0.25s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    background-image: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)),
        linear-gradient(130deg, rgba(79, 161, 255, 0.4), rgba(148, 163, 184, 0.22));
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    backdrop-filter: blur(4px);
}

.feature-card::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(79, 161, 255, 0.22), rgba(31, 95, 191, 0.08));
    border: 1px solid rgba(79, 161, 255, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
    opacity: 0.85;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.feature-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(79, 161, 255, 0.6), transparent);
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: var(--shadow-soft), var(--shadow-accent);
    border-color: rgba(79, 161, 255, 0.45);
}

.feature-card:hover::before {
    transform: translateY(-4px);
    opacity: 1;
}

.feature-card:hover::after {
    opacity: 1;
}

.feature-card h3 {
    margin-top: 0;
    margin-bottom: 8px;
    color: var(--midnight-900);
    letter-spacing: -0.02em;
}

.feature-card p {
    margin: 0;
    color: var(--slate-700);
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.service-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    border-radius: var(--radius-lg);
    padding: 18px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: var(--shadow-card);
    transition: transform 0.25s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.service-card__media {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: var(--shadow-card);
}

.service-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 4 / 3;
    transition: transform 0.5s ease;
}

.service-card__body {
    display: grid;
    gap: 12px;
}

.service-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: var(--shadow-soft), var(--shadow-accent);
    border-color: rgba(79, 161, 255, 0.45);
}

.service-card:hover .service-card__media img {
    transform: scale(1.03);
}

.service-card__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(47, 128, 237, 0.12);
    color: var(--ocean-600);
    font-size: 0.8rem;
    font-weight: 600;
    width: fit-content;
}

.service-card h3 {
    margin: 0;
    color: var(--midnight-900);
    letter-spacing: -0.02em;
}

.service-card p {
    margin: 0;
    color: var(--slate-700);
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.service-list li {
    position: relative;
    padding-left: 22px;
    color: var(--slate-700);
}

.service-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ocean-500);
}

.service-card__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.service-badge {
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: var(--slate-500);
    font-size: 0.85rem;
    font-weight: 600;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.trust-card {
    display: grid;
    gap: 12px;
    padding: 18px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: var(--shadow-card);
    transition: transform 0.25s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.trust-card__media {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.2);
}

.trust-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 3 / 2;
    transition: transform 0.5s ease;
}

.trust-card h3 {
    margin: 0;
    color: var(--midnight-900);
    letter-spacing: -0.02em;
}

.trust-card p {
    margin: 0;
    color: var(--slate-700);
}

.trust-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: var(--shadow-soft), var(--shadow-accent);
    border-color: rgba(79, 161, 255, 0.45);
}

.trust-card:hover .trust-card__media img {
    transform: scale(1.03);
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    align-items: stretch;
}

.package-card {
    position: relative;
    display: grid;
    grid-template-rows: auto auto auto 1fr auto;
    padding: 24px;
    border-radius: var(--radius-lg);
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.96), rgba(232, 241, 255, 0.86));
    border: 1px solid rgba(79, 161, 255, 0.2);
    box-shadow: var(--shadow-card);
    transition: transform 0.25s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
}

.package-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(220px circle at 10% 0%, rgba(79, 161, 255, 0.18), transparent 70%);
    opacity: 0.6;
    pointer-events: none;
}

.package-card--featured::after {
    background: radial-gradient(240px circle at 10% 0%, rgba(245, 158, 11, 0.24), transparent 70%);
}

.package-card--featured {
    border-color: rgba(245, 158, 11, 0.45);
    box-shadow: var(--shadow-soft), 0 16px 30px rgba(245, 158, 11, 0.18);
    background: linear-gradient(150deg, rgba(255, 251, 235, 0.96), rgba(255, 255, 255, 0.92));
}

.package-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(79, 161, 255, 0.12);
    border: 1px solid rgba(79, 161, 255, 0.2);
    color: var(--ocean-600);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.badge-strong {
    background: linear-gradient(135deg, rgba(245, 158, 11, 0.28), rgba(251, 191, 36, 0.18));
    border-color: rgba(245, 158, 11, 0.45);
    color: #92400e;
}

.package-card h3 {
    margin: 12px 0 8px;
    color: var(--midnight-900);
    letter-spacing: -0.02em;
}

.package-card p {
    margin: 0 0 16px;
    color: var(--slate-700);
}

.package-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.package-list li {
    position: relative;
    padding-left: 22px;
    color: var(--slate-700);
}

.package-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--ocean-500);
}

.package-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 18px;
}

.package-meta {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--slate-500);
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px dashed rgba(148, 163, 184, 0.4);
    background: rgba(148, 163, 184, 0.08);
}

.package-card--featured .package-meta {
    color: #92400e;
    border-color: rgba(245, 158, 11, 0.45);
    background: rgba(245, 158, 11, 0.12);
}

.package-card:hover {
    transform: translateY(-8px) scale(1.01);
    border-color: rgba(79, 161, 255, 0.45);
    box-shadow: var(--shadow-soft), var(--shadow-accent);
}

.package-card--featured:hover {
    border-color: rgba(245, 158, 11, 0.6);
    box-shadow: var(--shadow-soft), 0 18px 34px rgba(245, 158, 11, 0.22);
}

.brand-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
}

.brand-grid--large {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 14px;
}

.brand-grid--large .brand-chip {
    padding: 14px 18px;
    font-size: 0.95rem;
}

.brand-groups {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
}

.brand-group {
    padding: 18px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: var(--shadow-card);
}

.brand-group__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.brand-group__title {
    margin: 0;
    font-size: 1rem;
    color: var(--midnight-900);
    letter-spacing: -0.02em;
}

.brand-group__link {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--ocean-600);
    position: relative;
}

.brand-group__link::after {
    content: "\2192";
    margin-left: 6px;
}

.brand-grid--compact {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
}

.brand-grid--compact .brand-chip {
    padding: 10px 12px;
    font-size: 0.85rem;
}

.brand-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.22);
    color: var(--midnight-800);
    font-weight: 600;
    letter-spacing: -0.01em;
    box-shadow: var(--shadow-card);
    transition: transform 0.25s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.brand-chip:hover {
    transform: translateY(-4px);
    border-color: rgba(79, 161, 255, 0.4);
    box-shadow: var(--shadow-soft), var(--shadow-accent);
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 18px;
    align-items: stretch;
}

.process-step {
    position: relative;
    padding: 22px;
    border-radius: var(--radius-md);
    background: linear-gradient(150deg, rgba(255, 255, 255, 0.98), rgba(232, 241, 255, 0.88));
    border: 1px solid rgba(79, 161, 255, 0.2);
    box-shadow: var(--shadow-card);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.process-step::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(79, 161, 255, 0.25), transparent 70%);
    opacity: 0.7;
    pointer-events: none;
}

.process-step::after {
    content: "";
    position: absolute;
    left: 16px;
    top: 22px;
    bottom: 22px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(79, 161, 255, 0.75), transparent);
    opacity: 0.8;
}

.process-step:hover {
    transform: translateY(-6px);
    border-color: rgba(79, 161, 255, 0.4);
    box-shadow: var(--shadow-soft), var(--shadow-accent);
}

.process-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.process-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1f5fbf, #4ea1ff);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.9rem;
    box-shadow: 0 10px 18px rgba(31, 95, 191, 0.25);
}

.process-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(79, 161, 255, 0.22), rgba(31, 95, 191, 0.18));
    border: 1px solid rgba(79, 161, 255, 0.3);
    color: var(--midnight-900);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.process-step h3 {
    margin: 0 0 6px;
    color: var(--midnight-900);
}

.process-step p {
    margin: 0;
    color: var(--slate-700);
}

.cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 32px;
    border-radius: var(--radius-lg);
    background: linear-gradient(120deg, rgba(47, 128, 237, 0.18), rgba(255, 255, 255, 0.92));
    border: 1px solid rgba(148, 163, 184, 0.25);
    box-shadow: var(--shadow-soft);
    position: relative;
    overflow: hidden;
}

.cta-band::before {
    content: "";
    position: absolute;
    right: -80px;
    top: -60px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(79, 161, 255, 0.35), transparent 70%);
    opacity: 0.6;
}

.cta-band__content h2 {
    margin: 0 0 8px;
    color: var(--midnight-900);
    letter-spacing: -0.02em;
}

.cta-band__content p {
    margin: 0;
    color: var(--slate-700);
}

.cta-band__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-item {
    border-radius: var(--radius-md);
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(148, 163, 184, 0.24);
    box-shadow: var(--shadow-card);
    transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.faq-item summary {
    cursor: pointer;
    font-weight: 600;
    color: var(--midnight-900);
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.faq-item summary::after {
    content: "+";
    font-size: 1.1rem;
    color: var(--ocean-500);
    transition: transform 0.2s ease;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item[open] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-soft);
}

.faq-item[open] summary::after {
    content: "-";
}

.faq-item p {
    margin: 12px 0 0;
    color: var(--slate-700);
}

.reviews-summary {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 18px;
}

.rating-score {
    display: inline-flex;
    align-items: flex-end;
    gap: 6px;
}

.rating-score__value {
    font-size: 2rem;
    font-weight: 700;
    color: var(--midnight-900);
    letter-spacing: -0.03em;
}

.rating-score__label {
    color: var(--slate-500);
    font-size: 0.9rem;
}

.rating-stars {
    display: inline-flex;
    gap: 4px;
    font-size: 1.05rem;
}

.rating-stars--sm {
    font-size: 0.85rem;
}

.star {
    color: rgba(148, 163, 184, 0.6);
}

.star.is-active {
    color: #f59e0b;
    text-shadow: 0 4px 10px rgba(245, 158, 11, 0.25);
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.review-card {
    display: grid;
    gap: 12px;
    padding: 18px;
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: var(--shadow-card);
    transition: transform 0.25s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.review-card:hover {
    transform: translateY(-6px);
    border-color: rgba(79, 161, 255, 0.4);
    box-shadow: var(--shadow-soft), var(--shadow-accent);
}

.review-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.review-name {
    display: block;
    font-weight: 600;
    color: var(--midnight-900);
}

.review-meta {
    display: block;
    font-size: 0.8rem;
    color: var(--slate-500);
    margin-top: 4px;
}

.review-card p {
    margin: 0;
    color: var(--slate-700);
}

.reviews-actions {
    margin-top: 18px;
    display: flex;
    justify-content: flex-end;
}

.map-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    align-items: start;
}

.map-card {
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-card);
    transition: transform 0.25s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.map-card:hover {
    transform: translateY(-6px);
    border-color: rgba(79, 161, 255, 0.35);
    box-shadow: var(--shadow-soft), var(--shadow-accent);
}

.map-frame {
    width: 100%;
    height: 320px;
    border: 0;
    display: block;
}

.map-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 12px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(79, 161, 255, 0.25);
    color: var(--ocean-600);
    background: rgba(79, 161, 255, 0.08);
    font-weight: 600;
    font-size: 0.85rem;
}

.map-info {
    display: grid;
    gap: 16px;
}

.map-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
}

.map-stat {
    display: grid;
    gap: 6px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.2);
    box-shadow: var(--shadow-card);
    transition: transform 0.25s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.map-stat:hover {
    transform: translateY(-4px);
    border-color: rgba(79, 161, 255, 0.35);
    box-shadow: var(--shadow-soft);
}

.map-stat__value {
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--midnight-900);
}

.map-stat__label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--slate-500);
}

.map-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.map-list li {
    padding: 10px 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.2);
    color: var(--slate-700);
    box-shadow: var(--shadow-card);
    transition: transform 0.2s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.map-list li:hover {
    transform: translateY(-4px);
    border-color: rgba(79, 161, 255, 0.35);
    box-shadow: var(--shadow-soft);
}

.areas__list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
}

.areas__list li {
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    color: var(--slate-700);
    box-shadow: var(--shadow-card);
}

.related-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.regions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.regions-card {
    position: relative;
    padding: 22px;
    border-radius: var(--radius-lg);
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.95), rgba(233, 242, 255, 0.85));
    border: 1px solid rgba(79, 161, 255, 0.22);
    box-shadow: var(--shadow-card);
    transition: transform 0.25s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    overflow: hidden;
}

.regions-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(240px circle at 10% 0%, rgba(79, 161, 255, 0.18), transparent 70%);
    opacity: 0.6;
    pointer-events: none;
}

.regions-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.regions-card__header h3 {
    margin: 0;
    font-size: 1.1rem;
    color: var(--midnight-900);
    letter-spacing: -0.02em;
}

.regions-card__count {
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(79, 161, 255, 0.12);
    border: 1px solid rgba(79, 161, 255, 0.2);
    color: var(--ocean-600);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.regions-card__subtitle {
    margin: 0 0 16px;
    color: var(--slate-600);
    font-size: 0.9rem;
}

.regions-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
}

.regions-link {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.22);
    color: var(--midnight-900);
    box-shadow: var(--shadow-card);
    transition: transform 0.25s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.regions-link::after {
    content: "→";
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 0.9rem;
    color: rgba(79, 161, 255, 0.7);
}

.regions-link__title {
    font-weight: 600;
    color: var(--midnight-900);
}

.regions-link__meta {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--slate-500);
}

.regions-card:hover {
    transform: translateY(-6px);
    border-color: rgba(79, 161, 255, 0.4);
    box-shadow: var(--shadow-soft), var(--shadow-accent);
}

.regions-link:hover {
    transform: translateY(-4px);
    border-color: rgba(79, 161, 255, 0.4);
    box-shadow: var(--shadow-soft), var(--shadow-accent);
}

.related-link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 18px;
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    background: rgba(255, 255, 255, 0.92);
    color: var(--midnight-800);
    box-shadow: var(--shadow-card);
    transition: transform 0.2s ease, box-shadow 0.3s ease, color 0.3s ease;
}

.related-link:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-soft), var(--shadow-accent);
}

.site-footer {
    position: relative;
    margin-top: 60px;
    padding: 48px 0 32px;
    background: linear-gradient(135deg, rgba(31, 95, 191, 0.08), rgba(255, 255, 255, 0.92));
    border-top: 1px solid rgba(148, 163, 184, 0.2);
}

.site-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(79, 161, 255, 0.35), transparent);
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
}

.footer-brand {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    flex-direction: column;
}

.footer-mark {
    width: 48px;
    height: 48px;
    margin-bottom: 6px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: -0.06em;
    color: #ffffff;
    background: linear-gradient(135deg, #1f5fbf, #4ea1ff);
    border: 1px solid rgba(255, 255, 255, 0.45);
    box-shadow: 0 12px 20px rgba(31, 95, 191, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.footer-badge {
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(79, 161, 255, 0.12);
    border: 1px solid rgba(79, 161, 255, 0.22);
    font-size: 0.75rem;
    color: var(--ocean-600);
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.footer-links h4,
.footer-contact h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: var(--midnight-900);
    letter-spacing: -0.02em;
}

.footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
}

.footer-list a {
    color: var(--slate-700);
    font-weight: 600;
    transition: color 0.3s ease;
}

.footer-list a:hover {
    color: var(--ocean-600);
}

.footer-address {
    color: var(--slate-700);
    max-width: 260px;
}

.footer-map {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(79, 161, 255, 0.25);
    color: var(--ocean-600);
    background: rgba(79, 161, 255, 0.08);
    font-weight: 600;
    font-size: 0.85rem;
}

.footer-grid h3,
.footer-grid h4 {
    margin-top: 0;
    margin-bottom: 8px;
    color: var(--midnight-900);
    letter-spacing: -0.02em;
}

.footer-grid p {
    margin: 0 0 8px;
    color: var(--slate-700);
}

.footer-bottom {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(148, 163, 184, 0.2);
    font-size: 0.85rem;
    color: var(--slate-500);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
}

.sticky-call {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    display: none;
    z-index: 50;
    padding: 12px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.24);
    backdrop-filter: blur(8px);
    box-shadow: var(--shadow-card);
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
}

.sticky-call .btn {
    width: 100%;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #16c45b, #35e883);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-whatsapp), 0 0 0 6px rgba(37, 211, 102, 0.14);
    z-index: 60;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float::after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px solid rgba(37, 211, 102, 0.5);
    animation: whatsappPulse 2.8s ease-out infinite;
}

.whatsapp-float:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: var(--shadow-whatsapp-hover);
}

.whatsapp-float__icon {
    width: 28px;
    height: 28px;
}

.chatbot-float {
    position: fixed;
    left: 18px;
    bottom: 18px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, #1b5cff, #4ea1ff);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-float), 0 0 0 6px rgba(79, 161, 255, 0.18);
    cursor: pointer;
    z-index: 65;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chatbot-float::after {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 2px solid rgba(79, 161, 255, 0.5);
    animation: chatbotPulse 3s ease-out infinite;
}

.chatbot-float:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: var(--shadow-float), 0 0 0 10px rgba(79, 161, 255, 0.2);
}

.chatbot-float__icon {
    width: 26px;
    height: 26px;
}

.chatbot-panel {
    position: fixed;
    left: 18px;
    bottom: 88px;
    width: 340px;
    height: 520px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(10px);
    display: grid;
    gap: 12px;
    padding: 16px;
    grid-template-rows: auto minmax(0, 1fr) auto;
    opacity: 0;
    transform: translateY(12px) scale(0.98);
    pointer-events: none;
    z-index: 66;
    transition: opacity 0.2s ease, transform 0.25s ease;
}

.chatbot-panel.is-open {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.chatbot-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.chatbot-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.chatbot-title strong {
    display: block;
    font-size: 1rem;
    color: var(--midnight-900);
}

.chatbot-title span {
    display: block;
    font-size: 0.78rem;
    color: var(--slate-500);
}

.chatbot-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.18);
}

.chatbot-close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(148, 163, 184, 0.3);
    background: rgba(248, 250, 252, 0.95);
    color: var(--slate-500);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    cursor: pointer;
}

.chatbot-messages {
    display: grid;
    gap: 10px;
    padding-right: 4px;
    min-height: 0;
    overflow-y: auto;
}

.chatbot-message {
    padding: 10px 12px;
    border-radius: 14px;
    font-size: 0.9rem;
    line-height: 1.5;
}

.chatbot-message--bot {
    background: rgba(241, 245, 249, 0.9);
    color: var(--midnight-900);
    border: 1px solid rgba(148, 163, 184, 0.2);
}

.chatbot-message--user {
    background: linear-gradient(135deg, rgba(27, 92, 255, 0.95), rgba(79, 161, 255, 0.95));
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    justify-self: end;
}

.chatbot-message--typing {
    display: inline-flex;
    gap: 6px;
    align-items: center;
}

.chatbot-message--typing span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(79, 161, 255, 0.8);
    animation: typingBounce 1.2s ease-in-out infinite;
}

.chatbot-message--typing span:nth-child(2) {
    animation-delay: 0.2s;
}

.chatbot-message--typing span:nth-child(3) {
    animation-delay: 0.4s;
}

.chatbot-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
}

.chatbot-input {
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.3);
    padding: 10px 12px;
    font-family: inherit;
    font-size: 0.95rem;
    background: rgba(248, 250, 252, 0.98);
}

.chatbot-input:focus {
    outline: none;
    border-color: rgba(78, 161, 255, 0.55);
    box-shadow: 0 0 0 3px rgba(78, 161, 255, 0.2);
}

.chatbot-send {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: none;
    background: linear-gradient(135deg, #1b5cff, #4ea1ff);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--shadow-card);
}

.chatbot-send svg {
    width: 18px;
    height: 18px;
}

@keyframes chatbotPulse {
    0% {
        transform: scale(0.88);
        opacity: 0.8;
    }
    70% {
        transform: scale(1.18);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes typingBounce {
    0%,
    80%,
    100% {
        transform: translateY(0);
        opacity: 0.6;
    }
    40% {
        transform: translateY(-3px);
        opacity: 1;
    }
}

@keyframes whatsappPulse {
    0% {
        transform: scale(0.88);
        opacity: 0.8;
    }
    70% {
        transform: scale(1.18);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.reveal {
    animation: fadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.reveal-delay-1 {
    animation-delay: 0.12s;
}

.reveal-delay-2 {
    animation-delay: 0.24s;
}

.reveal-delay-3 {
    animation-delay: 0.36s;
}

.reveal-delay-4 {
    animation-delay: 0.48s;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeUpCompact {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 900px) {
    .hero {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    }

    .hero-form summary {
        display: none;
    }

    .hero-form__body {
        display: grid;
        gap: 12px;
        padding-top: 0;
    }
}

@media (max-width: 900px) {
    .header-inner {
        flex-wrap: wrap;
        gap: 12px;
    }

    .nav-toggle {
        display: inline-flex;
        order: 2;
        margin-left: auto;
    }

    .header-cta {
        display: none;
    }

    .header-contact {
        display: none;
    }

    .site-nav {
        display: none;
        order: 4;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 12px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.92);
        border: 1px solid rgba(148, 163, 184, 0.2);
        box-shadow: var(--shadow-soft);
    }

    .nav-open .site-nav {
        display: flex;
    }

    .site-nav a,
    .site-nav .nav-link {
        white-space: nowrap;
        width: 100%;
        background: rgba(79, 161, 255, 0.08);
        border: 1px solid rgba(79, 161, 255, 0.18);
    }

    .nav-dropdown {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
        flex-direction: column;
    }

    .nav-menu {
        position: static;
        min-width: 0;
        padding: 0;
        display: none;
        gap: 8px;
        flex-direction: column;
        width: 100%;
        background: transparent;
        border: none;
        box-shadow: none;
        opacity: 1;
        transform: none;
        pointer-events: auto;
    }

    .nav-dropdown.is-open .nav-menu {
        display: flex;
    }

    .nav-menu a {
        background: rgba(79, 161, 255, 0.08);
        border: 1px solid rgba(79, 161, 255, 0.18);
        padding: 6px 12px;
        width: 100%;
    }

    .related-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .related-link {
        padding: 10px 12px;
        font-size: 0.85rem;
    }

    .topbar__inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .brand__mark {
        width: 40px;
        height: 40px;
        border-radius: 12px;
        font-size: 0.85rem;
    }

    .brand__logo {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {
    .main {
        padding: 28px 0 140px;
        gap: 24px;
    }

    .hero {
        padding: 22px;
        gap: 20px;
    }

    .stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero::after {
        opacity: 0.18;
        -webkit-mask-image: none;
        mask-image: none;
    }

    .hero__content {
        max-width: none;
    }


    .section {
        padding: 22px;
    }

    .stats {
        padding: 16px;
    }

    .stat {
        padding: 10px 12px;
    }

    .section-title {
        margin-bottom: 18px;
    }

    .sticky-call {
        display: grid;
    }

    .btn {
        padding: 14px 22px;
    }

    .whatsapp-float {
        display: none;
        bottom: 94px;
        right: 14px;
    }

    .chatbot-float {
        left: 14px;
        bottom: 94px;
    }

    .chatbot-panel {
        left: 50%;
        right: auto;
        bottom: calc(110px + env(safe-area-inset-bottom));
        width: min(340px, 86vw);
        height: min(70vh, 520px);
        border-radius: 24px;
        grid-template-rows: auto minmax(0, 1fr) auto;
        transform: translateX(-50%) translateY(12px) scale(0.98);
    }

    .chatbot-panel.is-open {
        transform: translateX(-50%) translateY(0) scale(1);
    }

    .chatbot-messages {
        max-height: none;
        min-height: 0;
    }

    .service-card {
        padding: 16px;
    }

    .service-card__media img {
        aspect-ratio: 16 / 10;
    }

    .trust-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .reviews-summary {
        gap: 10px;
    }

    .rating-score__value {
        font-size: 1.6rem;
    }

    .reviews-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        overflow-x: visible;
        scroll-snap-type: none;
        padding-bottom: 0;
    }

    .review-card {
        width: 100%;
        padding: 14px;
        scroll-snap-align: none;
    }

    .review-card p {
        font-size: 0.86rem;
    }

    .cta-band {
        flex-direction: column;
        align-items: flex-start;
    }

    .map-frame {
        height: 240px;
    }

    .regions-grid {
        grid-template-columns: 1fr;
    }

    .regions-list {
        grid-template-columns: 1fr;
    }

    .packages-grid {
        grid-template-columns: 1fr;
    }

    .brand-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .reveal {
        animation: fadeUpCompact 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    .reveal-delay-1 {
        animation-delay: 0.08s;
    }

    .reveal-delay-2 {
        animation-delay: 0.16s;
    }

    .reveal-delay-3 {
        animation-delay: 0.24s;
    }

    .reveal-delay-4 {
        animation-delay: 0.32s;
    }
}

@media (max-width: 520px) {
    .section {
        padding: 16px;
    }

    .hero {
        grid-template-columns: 1fr;
    }

    .feature-grid,
    .service-grid {
        grid-template-columns: 1fr;
    }

    .trust-grid,
    .packages-grid,
    .process-steps,
    .brand-grid,
    .brand-grid--large,
    .brand-grid--compact,
    .brand-groups,
    .related-links,
    .regions-grid,
    .regions-list,
    .map-grid {
        grid-template-columns: 1fr;
    }

    .map-stats,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .topbar__item {
        white-space: normal;
        text-align: center;
    }
}

@media (hover: none) {
    .btn:hover {
        transform: none;
    }

    .btn-primary:hover {
        box-shadow: var(--shadow-float);
    }

    .btn-primary:hover::before,
    .btn-primary:hover::after {
        opacity: 0;
        transform: none;
    }

    .meta-card:hover {
        transform: none;
        box-shadow: var(--shadow-card);
    }

    .feature-card:hover {
        transform: none;
        box-shadow: var(--shadow-card);
    }

    .stat:hover {
        transform: none;
        box-shadow: var(--shadow-card);
        border-color: rgba(79, 161, 255, 0.25);
    }

    .regions-card:hover {
        transform: none;
        box-shadow: var(--shadow-card);
        border-color: rgba(79, 161, 255, 0.22);
    }

    .regions-link:hover {
        transform: none;
        box-shadow: var(--shadow-card);
        border-color: rgba(148, 163, 184, 0.22);
    }

    .service-card:hover {
        transform: none;
        box-shadow: var(--shadow-card);
        border-color: rgba(148, 163, 184, 0.2);
    }

    .service-card:hover .service-card__media img {
        transform: none;
    }

    .trust-card:hover {
        transform: none;
        box-shadow: var(--shadow-card);
        border-color: rgba(148, 163, 184, 0.2);
    }

    .trust-card:hover .trust-card__media img {
        transform: none;
    }

    .package-card:hover {
        transform: none;
        box-shadow: var(--shadow-card);
        border-color: rgba(79, 161, 255, 0.2);
    }

    .brand-chip:hover {
        transform: none;
        box-shadow: var(--shadow-card);
        border-color: rgba(148, 163, 184, 0.22);
    }

    .related-link:hover {
        transform: none;
        box-shadow: var(--shadow-card);
    }

    .process-step:hover {
        transform: none;
        box-shadow: var(--shadow-card);
        border-color: rgba(79, 161, 255, 0.2);
    }

    .review-card:hover {
        transform: none;
        box-shadow: var(--shadow-card);
        border-color: rgba(148, 163, 184, 0.2);
    }

    .map-card:hover {
        transform: none;
        box-shadow: var(--shadow-card);
        border-color: rgba(148, 163, 184, 0.2);
    }

    .map-stat:hover {
        transform: none;
        box-shadow: var(--shadow-card);
        border-color: rgba(148, 163, 184, 0.2);
    }

    .map-list li:hover {
        transform: none;
        box-shadow: var(--shadow-card);
        border-color: rgba(148, 163, 184, 0.2);
    }

    .whatsapp-float:hover {
        transform: none;
        box-shadow: var(--shadow-whatsapp);
    }
}

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

    .reveal,
    .reveal-delay-1,
    .reveal-delay-2,
    .reveal-delay-3,
    .reveal-delay-4 {
        animation: none;
    }

    .whatsapp-float::after {
        animation: none;
    }
}

:focus-visible {
    outline: 2px solid rgba(78, 161, 255, 0.6);
    outline-offset: 3px;
}
