:root {
    color-scheme: dark;
    --page: #03050b;
    --page-2: #080a14;
    --panel: #0d1120;
    --panel-soft: rgba(16, 21, 39, .82);
    --white: #ffffff;
    --ink: #10131a;
    --muted: #aab2c5;
    --muted-dark: #525a6b;
    --line: rgba(255,255,255,.12);
    --line-dark: #d9dee8;
    --blue: #1769ff;
    --cyan: #36c7ff;
    --pink: #ec168f;
    --violet: #7c3aed;
    --yellow: #ffd84a;
    --success: #0d6b43;
    --success-bg: #e9f8f1;
    --error: #9f1c30;
    --error-bg: #fff0f2;
    --radius: 24px;
    --shadow: 0 30px 80px rgba(0,0,0,.42);
    --max: 1220px;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; background: var(--page); }
body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--white);
    background:
        radial-gradient(circle at 78% 8%, rgba(236, 22, 143, .21), transparent 28rem),
        radial-gradient(circle at 20% 16%, rgba(23, 105, 255, .22), transparent 30rem),
        linear-gradient(145deg, #02040a 0%, #080b16 52%, #03040a 100%);
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -3;
    pointer-events: none;
    opacity: .18;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, black, transparent 85%);
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { color: #fff; background: var(--pink); }

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 10px 14px;
    color: #111;
    background: #fff;
    border-radius: 8px;
    transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.site-shell { min-height: 100vh; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid transparent;
    background: rgba(3,5,11,.74);
    backdrop-filter: blur(20px) saturate(140%);
    transition: border-color .2s, background .2s, box-shadow .2s;
}
.site-header.is-scrolled {
    border-color: rgba(255,255,255,.1);
    background: rgba(3,5,11,.92);
    box-shadow: 0 12px 30px rgba(0,0,0,.25);
}
.header-inner {
    width: min(var(--max), calc(100% - 42px));
    min-height: 86px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    flex: 0 0 auto;
    color: #fff;
    text-decoration: none;
}
.brand-copy strong {
    display: block;
    font-size: 1.28rem;
    line-height: .95;
    letter-spacing: -.035em;
}
.brand-copy small {
    display: block;
    margin-top: 6px;
    color: #55aaff;
    font-size: .86rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.brand-wave {
    height: 40px;
    display: flex;
    align-items: center;
    gap: 3px;
    filter: drop-shadow(0 0 10px rgba(78,105,255,.7));
}
.brand-wave i {
    display: block;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(#36c7ff, #ef168f);
}
.brand-wave i:nth-child(1), .brand-wave i:nth-child(7) { height: 12px; }
.brand-wave i:nth-child(2), .brand-wave i:nth-child(6) { height: 24px; }
.brand-wave i:nth-child(3), .brand-wave i:nth-child(5) { height: 34px; }
.brand-wave i:nth-child(4) { height: 46px; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 5px; }
.site-nav a {
    padding: 10px 9px;
    color: #cdd4e5;
    border-radius: 10px;
    text-decoration: none;
    font-size: .9rem;
    font-weight: 760;
    white-space: nowrap;
    transition: color .18s, background .18s, transform .18s;
}
.site-nav a:hover, .site-nav a.is-active { color: #fff; background: rgba(255,255,255,.08); }
.site-nav .nav-alerts {
    margin-left: 5px;
    color: #fff;
    border: 1px solid rgba(90,139,255,.45);
    background: rgba(29,99,242,.16);
}
.site-nav .nav-contact {
    margin-left: 3px;
    padding-inline: 14px;
    color: #fff;
    background: linear-gradient(110deg, var(--blue), var(--violet), var(--pink));
    box-shadow: 0 9px 24px rgba(105,53,218,.24);
}
.site-nav .nav-contact:hover { transform: translateY(-1px); background: linear-gradient(110deg, #2b78ff, #884af2, #fb279e); }
.menu-toggle { display: none; }

.container { width: min(var(--max), calc(100% - 42px)); margin: 0 auto; }
.section { position: relative; padding: 96px 0; }
.section-tight { padding: 64px 0; }
.section-dark { background: rgba(0,0,0,.2); border-block: 1px solid rgba(255,255,255,.06); }
.section-white { color: var(--ink); background: #f8f9fc; }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 16px;
    color: #7fc5ff;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .17em;
    text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--pink)); }
.section-white .eyebrow { color: #1f63df; }
.section-head { max-width: 780px; margin-bottom: 44px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow::before { display: none; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin-top: 0; }
h1 { font-size: clamp(2.7rem, 6.5vw, 5.9rem); line-height: .96; letter-spacing: -.06em; }
h2 { margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.02; letter-spacing: -.045em; }
h3 { margin-bottom: 10px; font-size: 1.28rem; line-height: 1.15; }
p { line-height: 1.7; }
.lead { max-width: 760px; color: #c4cad9; font-size: clamp(1.06rem, 1.8vw, 1.25rem); }
.section-white .lead { color: #51596b; }
.gradient-text {
    color: transparent;
    background: linear-gradient(95deg, #47bfff 5%, #8e6bff 48%, #ff4ba4 92%);
    background-clip: text;
    -webkit-background-clip: text;
}
.button-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 21px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    color: #fff;
    background: rgba(255,255,255,.06);
    text-decoration: none;
    font-weight: 850;
    cursor: pointer;
    transition: transform .18s, box-shadow .18s, border-color .18s, background .18s;
}
.button:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.1); }
.button-primary { border: 0; background: linear-gradient(105deg, var(--blue), var(--violet) 53%, var(--pink)); box-shadow: 0 14px 34px rgba(90,52,210,.33); }
.button-primary:hover { background: linear-gradient(105deg, #2877ff, #894bf3 53%, #fb279e); box-shadow: 0 18px 38px rgba(90,52,210,.43); }
.button-dark { color: #fff; background: #101421; }
.button-white { color: #121520; border-color: #fff; background: #fff; }
.button-white:hover { color: #121520; background: #f0f3f9; }
.button-link { min-height: 0; padding: 0; border: 0; color: #66b9ff; background: transparent; }
.button-link:hover { background: transparent; }

.hero-home { position: relative; overflow: hidden; padding: 70px 0 86px; }
.hero-home::before {
    content: "";
    position: absolute;
    left: -110px;
    bottom: 40px;
    width: 360px;
    height: 560px;
    opacity: .42;
    background: repeating-linear-gradient(90deg, transparent 0 9px, rgba(37,105,255,.55) 10px 16px, transparent 17px 25px);
    transform: skewY(-12deg);
    mask-image: linear-gradient(to top, black, transparent);
    filter: drop-shadow(0 0 20px rgba(34,93,255,.5));
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: 64px; align-items: center; }
.hero-copy h1 { max-width: 760px; margin-bottom: 24px; }
.hero-copy .lead { max-width: 680px; }
.hero-kickers { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 31px; }
.hero-kickers span { padding: 8px 11px; color: #dfe7f8; border: 1px solid rgba(255,255,255,.11); border-radius: 999px; background: rgba(255,255,255,.05); font-size: .78rem; font-weight: 800; }
.hero-visual { position: relative; min-height: 610px; }
.hero-photo {
    position: absolute;
    inset: 14px 0 0 34px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 34px;
    box-shadow: 0 40px 90px rgba(0,0,0,.55), 0 0 80px rgba(44,93,255,.15);
}
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,5,11,.62), transparent 55%); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 52% center; }
.hero-logo {
    position: absolute;
    z-index: 3;
    left: -12px;
    bottom: -15px;
    width: min(280px, 48%);
    aspect-ratio: 1;
    overflow: hidden;
    border: 6px solid rgba(255,255,255,.92);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 22px 55px rgba(0,0,0,.5), 0 0 45px rgba(236,22,143,.25);
}
.hero-logo img { width: 100%; height: 100%; object-fit: cover; clip-path: circle(49% at 50% 50%); }
.hero-badge {
    position: absolute;
    z-index: 4;
    top: 0;
    right: -8px;
    max-width: 225px;
    padding: 17px 18px;
    color: #111522;
    border-radius: 17px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 20px 50px rgba(0,0,0,.35);
}
.hero-badge strong { display: block; font-size: 1.05rem; }
.hero-badge span { display: block; margin-top: 4px; color: #505869; font-size: .86rem; line-height: 1.45; }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; border-block: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.05); }
.hero-stat { padding: 24px 18px; text-align: center; background: #070a12; }
.hero-stat strong { display: block; color: #fff; font-size: 1.02rem; }
.hero-stat span { display: block; margin-top: 5px; color: #8f98ac; font-size: .78rem; text-transform: uppercase; letter-spacing: .09em; }

.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(21,28,52,.9), rgba(8,11,21,.9));
    box-shadow: 0 18px 45px rgba(0,0,0,.23);
    text-decoration: none;
    transition: transform .22s, border-color .22s, box-shadow .22s;
}
.service-card::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -75px;
    bottom: -80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(43,113,255,.35), transparent 66%);
}
.service-card:nth-child(2)::after { background: radial-gradient(circle, rgba(236,22,143,.34), transparent 66%); }
.service-card:nth-child(3)::after { background: radial-gradient(circle, rgba(124,58,237,.38), transparent 66%); }
.service-card:nth-child(4)::after { background: radial-gradient(circle, rgba(54,199,255,.32), transparent 66%); }
.service-card:hover { transform: translateY(-7px); border-color: rgba(92,151,255,.48); box-shadow: 0 26px 56px rgba(0,0,0,.34); }
.service-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 42px; border-radius: 15px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--pink)); font-size: 1.45rem; font-weight: 900; box-shadow: 0 12px 28px rgba(87,52,218,.28); }
.service-card p { color: #aeb7ca; font-size: .94rem; }
.service-card .card-link { position: absolute; z-index: 2; left: 28px; bottom: 25px; color: #66b9ff; font-weight: 850; font-size: .85rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.media-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; box-shadow: var(--shadow); }
.media-card img { width: 100%; min-height: 560px; object-fit: cover; }
.media-card.tall img { aspect-ratio: 4 / 5; min-height: 0; }
.media-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(3,5,11,.4), transparent 50%); }
.check-list { display: grid; gap: 15px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; color: #c6cddb; line-height: 1.55; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; display: grid; place-items: center; width: 23px; height: 23px; color: #fff; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--pink)); font-size: .76rem; font-weight: 900; }
.section-white .check-list li { color: #4c5362; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { padding: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.045); }
.feature-number { display: inline-block; margin-bottom: 20px; color: #5ab5ff; font-size: .78rem; font-weight: 900; letter-spacing: .16em; }
.feature-card p { margin-bottom: 0; color: #aeb7ca; }

.gallery-preview { display: grid; grid-template-columns: 1.12fr .88fr .88fr; grid-template-rows: 270px 270px; gap: 14px; }
.gallery-preview figure, .gallery-grid figure { position: relative; overflow: hidden; margin: 0; border-radius: 20px; background: #10131d; cursor: zoom-in; }
.gallery-preview figure:first-child { grid-row: 1 / 3; }
.gallery-preview img, .gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s, filter .35s; }
.gallery-preview figure:hover img, .gallery-grid figure:hover img { transform: scale(1.035); filter: brightness(1.08); }
.gallery-preview figcaption, .gallery-grid figcaption {
    position: absolute;
    inset: auto 0 0;
    padding: 28px 18px 15px;
    color: #fff;
    background: linear-gradient(transparent, rgba(0,0,0,.78));
    font-size: .82rem;
    font-weight: 800;
}
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-grid figure { min-height: 440px; }
.gallery-grid figure.wide { grid-column: span 2; }
.gallery-grid figure.wide img { object-position: center; }
.gallery-grid figure img { object-position: top center; }

.cta-panel {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
    padding: 46px 50px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 26px;
    background:
        radial-gradient(circle at 92% 20%, rgba(236,22,143,.37), transparent 17rem),
        radial-gradient(circle at 66% 120%, rgba(23,105,255,.47), transparent 24rem),
        linear-gradient(135deg, #10162c, #090b16 62%);
    box-shadow: var(--shadow);
}
.cta-panel h2 { max-width: 760px; margin-bottom: 11px; }
.cta-panel p { max-width: 720px; margin: 0; color: #b7c0d2; }

.page-hero { position: relative; overflow: hidden; padding: 96px 0 78px; border-bottom: 1px solid rgba(255,255,255,.07); }
.page-hero::after { content: ""; position: absolute; width: 660px; height: 240px; right: -80px; top: -50px; background: linear-gradient(90deg, transparent, rgba(39,108,255,.38), rgba(236,22,143,.3), transparent); filter: blur(25px); transform: rotate(-12deg); }
.page-hero-inner { position: relative; z-index: 2; max-width: 960px; }
.page-hero h1 { max-width: 900px; margin-bottom: 23px; }
.page-hero .lead { max-width: 790px; }
.breadcrumbs { display: flex; gap: 8px; align-items: center; margin-bottom: 28px; color: #8f98ad; font-size: .82rem; font-weight: 800; }
.breadcrumbs a { color: #7dbfff; text-decoration: none; }

.service-detail { display: grid; grid-template-columns: .88fr 1.12fr; gap: 72px; align-items: center; padding: 48px 0; }
.service-detail + .service-detail { border-top: 1px solid rgba(255,255,255,.09); }
.service-detail:nth-child(even) .service-detail-media { order: 2; }
.service-detail-media { overflow: hidden; min-height: 420px; border-radius: 24px; background: #111522; box-shadow: var(--shadow); }
.service-detail-media img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; }
.service-detail-copy p { color: #b7bfd0; }

.faq { display: grid; gap: 13px; }
details { border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.045); }
summary { position: relative; padding: 20px 54px 20px 22px; cursor: pointer; list-style: none; font-weight: 850; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 22px; top: 15px; color: #6ab9ff; font-size: 1.7rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { margin: 0; padding: 0 22px 22px; color: #aeb7ca; }

.contact-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 60px; align-items: start; }
.contact-info { position: sticky; top: 115px; }
.contact-info-card { margin-top: 28px; padding: 25px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.04); }
.contact-info-card strong { display: block; margin-bottom: 5px; }
.contact-info-card span { color: #aeb7ca; }
.form-card h2 { margin-bottom: 12px; font-size: 2rem; letter-spacing: -.03em; }
.form-card { padding: clamp(25px, 4vw, 45px); color: var(--ink); border-radius: 26px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { margin-bottom: 18px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { display: block; margin: 0 0 8px; color: #1d2230; font-weight: 850; }
.form-field input, .form-field textarea, .form-field select {
    width: 100%;
    min-height: 54px;
    padding: 12px 14px;
    color: #151923;
    border: 1.5px solid #bdc4d0;
    border-radius: 10px;
    background: #fff;
    outline: none;
    transition: border-color .18s, box-shadow .18s;
}
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(23,105,255,.12); }
.form-note { margin: 0 0 18px; color: #5c6474; font-size: .87rem; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.alert { margin: 0 0 22px; padding: 14px 16px; border-radius: 12px; font-weight: 700; line-height: 1.45; }
.alert-success { color: var(--success); border: 1px solid #b8e8d2; background: var(--success-bg); }
.alert-error { color: var(--error); border: 1px solid #f4bec8; background: var(--error-bg); }

.legal-wrap { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 55px; align-items: start; }
.legal-nav { position: sticky; top: 116px; display: grid; gap: 4px; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.04); }
.legal-nav a { padding: 9px 10px; color: #bbc3d4; border-radius: 8px; text-decoration: none; font-size: .86rem; font-weight: 750; }
.legal-nav a:hover { color: #fff; background: rgba(255,255,255,.07); }
.legal-content { padding: clamp(26px, 5vw, 56px); color: #242936; border-radius: 26px; background: #fff; box-shadow: var(--shadow); }
.legal-content h2 { margin-top: 40px; font-size: 1.7rem; letter-spacing: -.025em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content h3 { margin-top: 27px; font-size: 1.14rem; }
.legal-content p, .legal-content li { color: #4c5361; line-height: 1.72; }
.legal-content a { color: #0c59d0; }
.legal-content .updated { padding-bottom: 18px; border-bottom: 1px solid #e3e6ed; color: #707786; font-size: .88rem; }

.sms-main { position: relative; overflow: hidden; padding: 55px 0 80px; }
.sms-stage-art { position: absolute; inset: 0; z-index: -1; pointer-events: none; }
.sms-stage-art::before { content: ""; position: absolute; left: -80px; top: 110px; width: 330px; height: 560px; opacity: .53; background: repeating-linear-gradient(90deg, transparent 0 10px, #1c66ff 11px 18px, transparent 19px 28px); mask-image: linear-gradient(to top, black, transparent); filter: drop-shadow(0 0 15px rgba(30,104,255,.7)); }
.sms-stage-art::after { content: ""; position: absolute; width: 650px; height: 190px; right: -110px; top: 60px; background: linear-gradient(90deg, transparent, rgba(34,120,255,.55), rgba(236,22,143,.42), transparent); transform: rotate(-17deg); filter: blur(18px); }
.sms-card {
    width: min(700px, calc(100% - 30px));
    margin: 0 auto;
    padding: clamp(28px, 5vw, 54px);
    color: var(--ink);
    border: 1px solid rgba(255,255,255,.85);
    border-radius: 23px;
    background: rgba(255,255,255,.975);
    box-shadow: 0 36px 90px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.25) inset;
}
.message-icon { position: relative; width: 76px; height: 60px; margin: 0 auto 18px; border: 4px solid transparent; border-radius: 19px; background: linear-gradient(white, white) padding-box, linear-gradient(135deg, var(--blue), var(--pink)) border-box; }
.message-icon::after { content: ""; position: absolute; left: 16px; bottom: -16px; width: 20px; height: 20px; border-left: 4px solid var(--blue); border-bottom: 4px solid var(--blue); background: #fff; transform: skewY(-38deg); }
.message-icon span { position: relative; z-index: 2; display: inline-block; width: 9px; height: 9px; margin: 21px 2px 0; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--pink)); }
.message-icon span:first-child { margin-left: 18px; }
.sms-card h1 { margin-bottom: 18px; text-align: center; font-size: clamp(2.15rem, 5vw, 3.5rem); }
.sms-intro { max-width: 600px; margin: 0 auto 31px; color: #333844; text-align: center; font-size: 1.08rem; }
.consent-row { display: grid; grid-template-columns: 26px 1fr; gap: 14px; margin: 21px 0 27px; align-items: start; }
.consent-row input { appearance: none; width: 25px; height: 25px; margin: 1px 0 0; border: 2px solid #6f7784; border-radius: 4px; background: #fff; cursor: pointer; }
.consent-row input:checked { border-color: var(--blue); background: linear-gradient(135deg, var(--blue), var(--violet)); box-shadow: inset 0 0 0 5px white; }
.consent-row label { color: #242936; line-height: 1.5; cursor: pointer; }
.disclosure { display: grid; grid-template-columns: 62px 1fr; gap: 18px; margin: 0 -10px; padding: 23px 10px; border-block: 1px solid var(--line-dark); }
.shield-icon { display: grid; place-items: center; width: 58px; height: 66px; color: var(--blue); border: 4px solid var(--blue); border-radius: 15px 15px 25px 25px; clip-path: polygon(50% 0, 100% 18%, 91% 75%, 50% 100%, 9% 75%, 0 18%); font-size: 1.35rem; font-weight: 900; }
.disclosure h2 { margin: 0 0 8px; font-size: 1.08rem; letter-spacing: 0; }
.disclosure ul { margin: 0; padding-left: 22px; color: #242936; line-height: 1.58; }
.disclosure a, .sms-terms a { color: #0b52cc; }
.sms-terms { margin: 20px 0; color: #363b46; text-align: center; }
.subscribe-button { width: 100%; min-height: 64px; border: 0; border-radius: 10px; color: #fff; background: linear-gradient(105deg, var(--blue), #5940dd 52%, var(--pink)); box-shadow: 0 14px 28px rgba(88,54,220,.28); cursor: pointer; font-weight: 850; font-size: 1.25rem; }
.subscribe-button:hover { filter: saturate(1.12); transform: translateY(-1px); }
.subscribe-button:disabled { opacity: .72; cursor: progress; }
.privacy-note { max-width: 500px; margin: 18px auto 0; color: #4f5560; text-align: center; }

.lightbox { position: fixed; z-index: 500; inset: 0; display: grid; place-items: center; padding: 55px 22px 25px; background: rgba(0,0,0,.91); backdrop-filter: blur(10px); }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(1100px, 92vw); max-height: 82vh; border-radius: 15px; box-shadow: 0 25px 80px rgba(0,0,0,.7); }
.lightbox p { margin: 13px 0 0; color: #d9dfeb; text-align: center; }
.lightbox-close { position: absolute; right: 25px; top: 18px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(255,255,255,.08); cursor: pointer; font-size: 2rem; line-height: 1; }

.site-footer { position: relative; overflow: hidden; padding: 72px 0 30px; border-top: 1px solid rgba(255,255,255,.08); background: #02040a; }
.footer-glow { position: absolute; right: 10%; top: -180px; width: 550px; height: 310px; border-radius: 50%; background: rgba(89,48,210,.25); filter: blur(80px); }
.footer-inner { position: relative; display: grid; grid-template-columns: 1.55fr repeat(3, .8fr); gap: 48px; width: min(var(--max), calc(100% - 42px)); margin: 0 auto; }
.footer-brand p { max-width: 460px; margin-top: 22px; color: #8f98aa; font-size: .92rem; }
.footer-links { display: grid; align-content: start; gap: 9px; }
.footer-links h2 { margin: 0 0 10px; font-size: .83rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a, .footer-links span { color: #8f98aa; text-decoration: none; font-size: .88rem; }
.footer-links a:hover { color: #fff; }
.footer-features { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 22px; width: min(var(--max), calc(100% - 42px)); margin: 52px auto 0; padding: 24px 0; border-block: 1px solid rgba(255,255,255,.08); color: #c6cedd; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-features i { width: 1px; height: 26px; background: rgba(255,255,255,.24); }
.footer-features span:nth-child(1) { color: #63a8ff; }
.footer-features span:nth-child(3) { color: #f329a4; }
.footer-features span:nth-child(5) { color: #8799ff; }
.footer-bottom { width: min(var(--max), calc(100% - 42px)); margin: 0 auto; padding-top: 24px; color: #727a8b; text-align: center; font-size: .82rem; }

@media (max-width: 1120px) {
    .site-nav a { padding-inline: 7px; font-size: .82rem; }
    .card-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-inner { grid-template-columns: 1.4fr repeat(2, .8fr); }
    .footer-inner > :last-child:nth-child(4) { grid-column: 2; }
}

@media (max-width: 960px) {
    .header-inner { min-height: 76px; }
    .menu-toggle {
        display: grid;
        grid-template-columns: 24px auto;
        grid-template-rows: repeat(3, 4px);
        gap: 4px 8px;
        align-items: center;
        padding: 9px 11px;
        border: 1px solid rgba(255,255,255,.14);
        border-radius: 10px;
        background: rgba(255,255,255,.06);
        cursor: pointer;
    }
    .menu-toggle span { width: 23px; height: 2px; background: #fff; }
    .menu-toggle b { grid-column: 2; grid-row: 1 / 4; font-size: .76rem; }
    .site-nav {
        position: absolute;
        left: 21px;
        right: 21px;
        top: calc(100% + 8px);
        display: none;
        align-items: stretch;
        padding: 14px;
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 16px;
        background: rgba(7,9,17,.98);
        box-shadow: 0 25px 60px rgba(0,0,0,.5);
    }
    .site-nav.is-open { display: grid; grid-template-columns: repeat(2, 1fr); }
    .site-nav a { padding: 12px 13px; font-size: .9rem; }
    .site-nav .nav-alerts, .site-nav .nav-contact { margin-left: 0; }
    .hero-grid, .split, .contact-grid { grid-template-columns: 1fr; }
    .hero-grid { gap: 48px; }
    .hero-visual { min-height: 560px; }
    .hero-photo { left: 0; }
    .split { gap: 42px; }
    .contact-info { position: static; }
    .feature-grid { grid-template-columns: 1fr; }
    .gallery-preview { grid-template-columns: 1fr 1fr; }
    .gallery-preview figure:first-child { grid-column: 1 / 3; grid-row: auto; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .service-detail { grid-template-columns: 1fr; gap: 35px; }
    .service-detail:nth-child(even) .service-detail-media { order: 0; }
    .legal-wrap { grid-template-columns: 1fr; }
    .legal-nav { position: static; grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
    .header-inner, .container, .footer-inner, .footer-features, .footer-bottom { width: min(100% - 28px, var(--max)); }
    .brand-copy strong { font-size: 1.08rem; }
    .brand-copy small { font-size: .7rem; }
    .brand-wave { transform: scale(.85); transform-origin: left center; margin-right: -7px; }
    .section { padding: 72px 0; }
    .section-tight { padding: 50px 0; }
    h1 { font-size: clamp(2.55rem, 14vw, 4.3rem); }
    h2 { font-size: clamp(2rem, 10vw, 3rem); }
    .hero-home { padding-top: 45px; }
    .hero-visual { min-height: 460px; }
    .hero-photo { inset: 6px 0 0; border-radius: 24px; }
    .hero-logo { width: 180px; left: -5px; bottom: -13px; }
    .hero-badge { top: -10px; right: 8px; max-width: 180px; padding: 13px; }
    .hero-stats { grid-template-columns: repeat(2, 1fr); }
    .card-grid, .gallery-grid { grid-template-columns: 1fr; }
    .gallery-grid figure.wide { grid-column: auto; }
    .gallery-preview { grid-template-columns: 1fr; grid-template-rows: none; }
    .gallery-preview figure:first-child { grid-column: auto; }
    .gallery-preview figure { height: 330px; }
    .gallery-preview figure:first-child { height: 440px; }
    .cta-panel { grid-template-columns: 1fr; padding: 34px 25px; }
    .cta-panel .button-row { margin-top: 0; }
    .form-grid { grid-template-columns: 1fr; }
    .form-field.full { grid-column: auto; }
    .legal-nav { grid-template-columns: 1fr 1fr; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-features i { display: none; }
    .disclosure { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
    .site-nav.is-open { grid-template-columns: 1fr; }
    .site-nav { max-height: calc(100vh - 95px); overflow-y: auto; }
    .hero-visual { min-height: 410px; }
    .hero-badge { display: none; }
    .hero-logo { width: 145px; }
    .button-row { display: grid; }
    .button { width: 100%; }
    .legal-nav, .footer-inner { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .sms-card { width: min(100% - 20px, 700px); padding: 29px 20px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
