:root {
    --font-sans: "TeTeOS.Net Sans", Arial, sans-serif;
    --bg: #fff;
    --surface: #fff;
    --surface-2: #fafbfc;
    --header-bg: rgba(255,255,255,.98);
    --input-bg: #fff;
    --footer-bg: #252a34;
    --pink: #eb2d62;
    --pink-2: #f45778;
    --pink-soft: #fff1f4;
    --ink: #2b303c;
    --muted: #666b75;
    --line: #ececf0;
    --white: #fff;
    --container: 86%;
    --shadow: 0 14px 35px rgba(35, 42, 55, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { min-height: 100vh; min-height: 100dvh; margin: 0; display: flex; flex-direction: column; overflow-x: clip; font-family: var(--font-sans); color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased; }
main { flex: 1 0 auto; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.site-container, .container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.ui-icon { width: 1em; text-align: center; font-size: 28px; line-height: 1; }
.inline-icon { margin-left: 6px; font-size: .92em; }

/* Header */
.site-header { position: relative; z-index: 50; background: var(--header-bg); border-bottom: 1px solid #f1f1f3; }
.nav-wrap { height: 124px; display: grid; grid-template-columns: 245px 1fr auto; align-items: center; gap: 38px; }
.brand { position: relative; display: flex; align-items: center; width: 255px; height: 88px; overflow: visible; }
.brand-logo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: left center; filter: drop-shadow(0 4px 14px rgba(235,45,98,.08)); }
.brand-logo-dark { display: none; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(28px, 3.7vw, 58px); height: 100%; }
.desktop-nav a { position: relative; display: flex; align-items: center; height: 100%; padding-top: 2px; color: #282c34; font-size: 13px; font-weight: 700; white-space: nowrap; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--pink); }
.desktop-nav a.active::after { content: ''; position: absolute; left: 0; right: 0; bottom: 31px; height: 3px; border-radius: 10px; background: var(--pink); }
.nav-actions { display: flex; align-items: center; gap: 13px; }
.contact-pill { height: 48px; padding: 0 26px; display: inline-flex; gap: 10px; align-items: center; justify-content: center; border-radius: 26px; background: var(--pink); color: #fff; font-size: 13px; font-weight: 800; white-space: nowrap; flex-wrap: nowrap; box-shadow: 0 9px 22px rgba(235,45,98,.18); }
.nav-icon { font-size: 16px; }
.menu-toggle, .theme-toggle { width: 48px; height: 48px; place-items: center; padding: 0; border: 1px solid #e8e9ed; border-radius: 50%; background: #fff; color: #222933; box-shadow: 0 5px 16px rgba(20,25,35,.05); cursor: pointer; }
.menu-toggle { display: none; }
.menu-icon, .theme-icon { font-size: 18px; }
.mobile-panel { border-top: 1px solid var(--line); background: var(--surface); }
.mobile-nav { display: grid; padding: 10px 0 18px; }
.mobile-nav a { padding: 13px 2px; border-bottom: 1px solid var(--line); font-weight: 700; font-size: 14px; }

/* Hero */
.hero { position: relative; height: 612px; background: #fff6f7; overflow: visible; }
.hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg, rgba(255,238,242,.92) 0%, rgba(255,250,251,.75) 40%, rgba(255,247,249,.05) 58%, rgba(255,238,242,.16) 100%); }
.hero-bg-shape { position: absolute; z-index: 0; pointer-events: none; }
.hero-bg-shape-a { width: 760px; height: 310px; left: -120px; top: -65px; background: rgba(242,70,107,.045); clip-path: polygon(0 0, 100% 0, 72% 70%, 0 100%); }
.hero-bg-shape-b { width: 55px; height: 150px; left: 0; top: 238px; opacity: .38; background-image: radial-gradient(circle, var(--pink) 2px, transparent 2.6px); background-size: 18px 18px; }
.hero-grid { position: relative; z-index: 2; height: 100%; display: grid; grid-template-columns: 46% 54%; align-items: stretch; }
.hero-copy { position: relative; z-index: 4; padding-top: 72px; }
.eyebrow { color: var(--pink); font-size: 16px; font-weight: 800; letter-spacing: .2px; }
.hero h1 { margin: 15px 0 15px; font-family: var(--font-sans); font-size: clamp(47px, 4.25vw, 63px); line-height: 1.14; letter-spacing: -2.8px; font-weight: 800; color: #292f3b; }
.hero h1 span { color: var(--pink); }
.hero-copy > p { margin: 0; color: #444b55; font-size: 16px; line-height: 1.55; font-weight: 400; }
.hero-actions { display: flex; gap: 22px; margin-top: 23px; }
.btn { min-height: 58px; padding: 0 28px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 2px solid transparent; font-size: 13px; font-weight: 800; letter-spacing: -.15px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { min-width: 258px; background: var(--pink); color: #fff; box-shadow: 0 11px 24px rgba(235,45,98,.2); }
.btn-outline { min-width: 216px; color: #30343d; border-color: var(--pink); background: rgba(255,255,255,.9); }
.btn-icon { width: 22px; height: 22px; }
.hero-note-wrap { display: flex; align-items: center; gap: 9px; margin: 14px 0 0 56px; color: #d94668; transform: rotate(-1.5deg); }
.note-arrow { width: 55px; height: 44px; color: #e15574; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; transform: rotate(-11deg); }
.hero-note-wrap span { font-family: "Comic Sans MS", cursive; font-size: 16px; line-height: 1.12; }
.hero-visual { position: absolute; z-index: 1; right: 0; top: 14px; width: 61%; height: calc(100% - 14px); overflow: hidden; }
.hero-visual::before { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.12) 5%, rgba(0,0,0,.35) 11%, rgba(0,0,0,.68) 20%, #000 34%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.12) 5%, rgba(0,0,0,.35) 11%, rgba(0,0,0,.68) 20%, #000 34%); }
.hero-img-dark { display: none; }

/* Floating benefit row */
.feature-strip { position: absolute; z-index: 10; left: 50%; bottom: -65px; transform: translateX(-50%); min-height: 126px; padding: 22px 26px; display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-radius: 18px; box-shadow: 0 12px 32px rgba(50,55,66,.09); }
.feature-item { min-width: 0; display: grid; grid-template-columns: 68px 1fr; align-items: center; gap: 15px; padding: 0 26px; border-right: 1px solid #e7e7eb; }
.feature-item:first-child { padding-left: 12px; }
.feature-item:last-child { border-right: 0; padding-right: 10px; }
.feature-icon { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; color: var(--pink); background: #fff0f4; }
.feature-icon .ui-icon { font-size: 28px; }
.feature-item strong { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 800; color: #2d323d; }
.feature-item p { margin: 0; font-size: 11.5px; line-height: 1.6; color: #565c66; }

/* Services home */
.services-home { padding: 84px 0 22px; background: #fafbfc; }
.section-heading { text-align: center; margin-bottom: 17px; }
.section-heading h2 { display: inline-block; position: relative; margin: 0; font-family: var(--font-sans); font-size: 23px; line-height: 1; font-weight: 800; color: #333844; }
.section-heading span { display: block; width: 67px; height: 2px; margin: 7px auto 4px; background: var(--pink); }
.section-heading p { margin: 0; color: #777c84; font-size: 12px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.service-card { position: relative; min-height: 166px; display: grid; grid-template-columns: 76px 1fr; gap: 13px; align-items: start; padding: 27px 26px 22px 21px; border-radius: 16px; background: #fff; border: 1px solid #f1f1f3; box-shadow: 0 6px 20px rgba(40,44,54,.06); }
.services-home .service-card { padding-bottom: 66px; }
.service-icon { width: 68px; height: 68px; display: grid; place-items: center; border-radius: 50%; background: #ffecef; color: var(--pink); }
.service-icon .ui-icon { font-size: 29px; }
.service-copy h3 { margin: 4px 0 9px; font-size: 12.5px; font-weight: 800; }
.service-copy p { margin: 0; color: #515762; font-size: 11.5px; line-height: 1.55; }
.round-arrow { position: absolute; left: 50%; bottom: 17px; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--pink); color: #fff; transform: translateX(-10%); }
.round-arrow .ui-icon { font-size: 13px; }

/* Stats */
.stats { position: relative; overflow: hidden; min-height: 135px; background: linear-gradient(100deg, #ee596f 0%, #f37284 52%, #f76b82 100%); color: #fff; }
.stats::before { content: ''; position: absolute; inset: 0; background: linear-gradient(125deg, rgba(255,255,255,.05) 0 20%, transparent 20% 78%, rgba(255,255,255,.05) 78%); }
.stats-decor { position: absolute; left: 0; top: 20px; width: 92px; height: 95px; opacity: .19; background-image: radial-gradient(circle, #fff 2px, transparent 2.6px); background-size: 15px 15px; }
.stats-grid { position: relative; min-height: 135px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.stat-item { min-height: 76px; display: flex; align-items: center; justify-content: center; gap: 20px; padding: 0 28px; border-right: 1px solid rgba(255,255,255,.55); }
.stat-item:last-child { border-right: 0; }
.stat-icon { color: #fff; }
.stat-icon .ui-icon { font-size: 42px; }
.stat-item strong { display: block; font-size: 27px; line-height: 1; font-weight: 700; margin-bottom: 8px; }
.stat-item span { display: block; font-size: 13px; color: rgba(255,255,255,.95); }

/* Inner pages */
.inner-page { background: #fafbfc; }
.page-hero {
    position: relative;
    overflow: hidden;
    min-height: 310px;
    display: flex;
    align-items: center;
    padding: 64px 0 60px;
    background:
        radial-gradient(circle at 88% 20%, rgba(235,45,98,.07) 0 4px, transparent 5px) 0 0 / 20px 20px,
        linear-gradient(135deg, #fff0f4 0%, #fff9fa 42%, #fff 70%, #fff3f6 100%);
}
.page-hero::after {
    content: '';
    position: absolute;
    width: 520px;
    height: 250px;
    left: -120px;
    top: -95px;
    background: rgba(235,45,98,.035);
    transform: rotate(-8deg);
    pointer-events: none;
}
.page-hero .site-container { position: relative; z-index: 1; }
.page-hero h1 {
    max-width: 760px;
    margin: 12px 0 16px;
    font-family: var(--font-sans);
    font-size: clamp(42px, 4vw, 60px);
    line-height: 1.04;
    letter-spacing: -2.2px;
    font-weight: 800;
    color: #2b303c;
}
.page-hero p {
    max-width: 720px;
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}
.section { padding: 58px 0 70px; }
.cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.cards-wide .service-card {
    min-height: 275px;
    display: flex;
    flex-direction: column;
    padding: 30px;
}
.cards-wide .service-card .service-icon { width: 64px; height: 64px; flex: 0 0 auto; }
.cards-wide .service-card .service-icon .ui-icon { font-size: 28px; }
.cards-wide .service-card h3 { margin: 20px 0 10px; font-size: 18px; }
.cards-wide .service-card p { margin: 0 0 22px; color: var(--muted); line-height: 1.7; font-size: 14px; }
.cards-wide .service-card > a:not(.round-arrow) { margin-top: auto; color: var(--pink); font-weight: 800; font-size: 13px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); gap: 24px; align-items: stretch; }
.content-card {
    padding: 34px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid #eceef2;
    box-shadow: 0 12px 34px rgba(36, 42, 54, .075);
}
.content-card h2 { margin: 0 0 20px; font: 800 29px/1.15 var(--font-sans); letter-spacing: -.7px; }
.content-card p, .content-card li { color: var(--muted); line-height: 1.75; }
.accent-card { background: linear-gradient(145deg, var(--pink), #ff6c87); color: #fff; border: 0; }
.accent-card strong { font-size: 22px; }
.accent-card li { color: #fff; }

.contact-grid {
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(0, 1.55fr);
    gap: 24px;
    align-items: start;
}
.contact-info { min-height: 100%; }
.contact-info h2 { margin: 12px 0 26px; }
.contact-info p { margin: 0; padding: 15px 0; border-top: 1px solid #f0f1f4; }
.contact-info p:first-of-type { border-top: 0; padding-top: 0; }
.contact-info p strong { display: inline-block; margin-bottom: 5px; color: #343943; font-size: 13px; }
.contact-info a { color: var(--pink); font-weight: 700; }
.contact-form { position: relative; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
.contact-form label { display: grid; gap: 8px; font-size: 12px; font-weight: 800; color: #303541; margin-bottom: 17px; }
.contact-form input, .contact-form select, .contact-form textarea {
    width: 100%;
    border: 1px solid #dfe2e8;
    border-radius: 11px;
    padding: 13px 14px;
    min-height: 46px;
    font: inherit;
    color: #2d333e;
    outline: none;
    background: #fff;
    transition: border-color .18s ease, box-shadow .18s ease;
}
.contact-form textarea { min-height: 132px; resize: vertical; line-height: 1.5; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9a9faa; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--pink); box-shadow: 0 0 0 4px rgba(238,47,104,.08); }
.alert { padding: 14px 16px; border-radius: 12px; margin-bottom: 20px; font-size: 14px; }
.alert-error { background: #fff0f0; color: #a12727; border: 1px solid #ffd0d0; }
.alert-success { background:#effbf4; color:#187344; border:1px solid #cdeedb; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.contact-form .btn-primary { min-width: 190px; min-height: 50px; border-radius: 13px; }

/* Footer */
.site-footer { margin-top: auto; background: var(--footer-bg); color: #eef0f5; padding: 46px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .65fr .9fr; gap: 64px; }
.footer-grid > div { display: grid; align-content: start; gap: 9px; }
.footer-brand { font: 800 24px/1 var(--font-sans); color: #ff5b84; }
.footer-grid strong { font-size: 14px; color: #fff; margin-bottom: 4px; }
.footer-grid p, .footer-grid a, .footer-grid span { margin: 0; color: #aeb3bf; line-height: 1.65; font-size: 13px; }
.footer-grid a:hover { color: #fff; }
.copyright { margin-top: 34px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 18px; color: #858b98; font-size: 12px; }


@media (max-width: 1180px) {
    .nav-wrap { grid-template-columns: 210px 1fr auto; gap: 20px; }
    .desktop-nav { gap: 22px; }
    .desktop-nav a { font-size: 12px; }
    .contact-pill { padding: 0 19px; }
    .hero-grid { grid-template-columns: 48% 52%; }
    .hero h1 { font-size: 52px; }
    .hero-visual { right: 0; top: 10px; width: 62%; height: calc(100% - 10px); }
    .feature-item { padding: 0 16px; }
}

@media (max-width: 980px) {
    .nav-wrap { height: 88px; grid-template-columns: 1fr auto; }
    .menu-toggle { display: grid; }
    .brand { width: 190px; height: 74px; }
    .brand-logo { width: 100%; height: 100%; }
    .desktop-nav { display: none; }
    .hero { height: auto; padding-bottom: 42px; overflow: hidden; }
    .hero-grid { display: grid; grid-template-columns: 1fr; }
    .hero-copy { padding: 52px 0 10px; }
    .hero-visual { display: none; }
    .feature-strip { position: relative; left: auto; bottom: auto; transform: none; margin-top: -22px; grid-template-columns: repeat(2,1fr); }
    .feature-item:nth-child(2) { border-right: 0; }
    .feature-item:nth-child(-n+2) { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
    .services-home { padding-top: 42px; }
    .service-grid { grid-template-columns: repeat(2,1fr); }
    .stats-grid { grid-template-columns: repeat(2,1fr); }
    .stat-item:nth-child(2) { border-right: 0; }
    .stat-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.35); }
    .cards { grid-template-columns: repeat(2,1fr); }
    .content-grid, .contact-grid { grid-template-columns: 1fr; }
    .contact-info { min-height: 0; }
}

@media (max-width: 640px) {
    .site-container, .container { width: min(100% - 28px, 1180px); }
    .contact-pill span { display: none; }
    .contact-pill { width: 48px; padding: 0; border-radius: 50%; }
    .nav-actions { gap: 10px; }
    .hero-copy { padding-top: 40px; }
    .eyebrow { font-size: 14px; }
    .hero h1 { font-size: clamp(39px, 12vw, 53px); line-height: 1.13; letter-spacing: -2px; }
    .hero-copy > p { font-size: 14px; }
    .desktop-break { display: none; }
    .hero-actions { display: grid; gap: 12px; }
    .btn, .btn-primary, .btn-outline { width: 100%; min-width: 0; }
    .hero-note-wrap { margin-left: 8px; }
    .feature-strip { grid-template-columns: 1fr; padding: 12px 18px; border-radius: 16px; }
    .feature-item, .feature-item:first-child, .feature-item:last-child { border-right: 0; border-bottom: 1px solid var(--line); padding: 15px 0; }
    .feature-item:last-child { border-bottom: 0; }
    .service-grid, .stats-grid, .cards, .content-grid, .contact-grid, .footer-grid, .form-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 155px; }
    .stats-grid { padding: 8px 0; }
    .stat-item, .stat-item:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.3); min-height: 100px; }
    .stat-item:last-child { border-bottom: 0; }
    .page-hero { min-height: 0; padding: 52px 0 48px; }
    .page-hero h1 { font-size: 40px; letter-spacing: -1.5px; }
    .page-hero p { font-size: 14px; }
    .section { padding: 42px 0 52px; }
    .content-card { padding: 25px; }
}


/* Theme + Font Awesome integration */
.theme-toggle {
    display: grid; place-items: center; padding: 0;
    border: 1px solid var(--line); border-radius: 50%;
    background: var(--surface); color: var(--ink);
    box-shadow: 0 5px 16px rgba(20,25,35,.05); cursor: pointer;
}
.theme-toggle:hover, .menu-toggle:hover { color: var(--pink); border-color: var(--pink); }
.theme-toggle[aria-pressed="true"] { color: #ffd166; }
.footer-icon { width: 15px; margin-right: 6px; color: #ff5b84; text-align: center; }
.contact-info-icon { width: 15px; margin-right: 6px; color: var(--pink); text-align: center; }
.contact-info p strong { display: inline-flex; align-items: center; }
.cards-wide .service-card > a:not(.round-arrow) { display: inline-flex; align-items: center; }

html[data-theme="dark"] {
    color-scheme: dark;
    --ink: #f1f3f7;
    --muted: #a9b0bc;
    --line: #303744;
    --white: #fff;
    --pink-soft: #311923;
    --bg: #11151c;
    --surface: #1b2029;
    --surface-2: #151a22;
    --header-bg: rgba(17,21,28,.98);
    --input-bg: #151a22;
    --footer-bg: #0d1016;
    --shadow: 0 16px 40px rgba(0,0,0,.26);
}
html[data-theme="dark"] body { background: var(--bg); color: var(--ink); }
html[data-theme="dark"] .site-header { background: var(--header-bg); border-color: var(--line); }
html[data-theme="dark"] .desktop-nav a { color: var(--ink); }
html[data-theme="dark"] .desktop-nav a:hover,
html[data-theme="dark"] .desktop-nav a.active { color: var(--pink); }
html[data-theme="dark"] .menu-toggle,
html[data-theme="dark"] .theme-toggle { background: var(--surface); color: var(--ink); border-color: var(--line); box-shadow: 0 5px 16px rgba(0,0,0,.18); }
html[data-theme="dark"] .mobile-panel { background: var(--surface); }
html[data-theme="dark"] .hero { background: #0E101D; }
html[data-theme="dark"] .hero::after { background: linear-gradient(90deg, #0E101D 0%, rgba(14,16,29,.98) 34%, rgba(14,16,29,.78) 46%, rgba(14,16,29,.38) 60%, rgba(14,16,29,.10) 73%, transparent 86%); }
html[data-theme="dark"] .hero h1,
html[data-theme="dark"] .hero-copy > p,
html[data-theme="dark"] .feature-item strong,
html[data-theme="dark"] .section-heading h2,
html[data-theme="dark"] .service-copy h3,
html[data-theme="dark"] .page-hero h1,
html[data-theme="dark"] .content-card h2,
html[data-theme="dark"] .contact-info p strong,
html[data-theme="dark"] .contact-form label { color: var(--ink); }
html[data-theme="dark"] .hero-copy > p,
html[data-theme="dark"] .feature-item p,
html[data-theme="dark"] .section-heading p,
html[data-theme="dark"] .service-copy p,
html[data-theme="dark"] .page-hero p,
html[data-theme="dark"] .content-card p,
html[data-theme="dark"] .content-card li { color: var(--muted); }
html[data-theme="dark"] .hero-img-light { display: none; }
html[data-theme="dark"] .hero-img-dark { display: block; }
html[data-theme="dark"] .brand-logo { filter: drop-shadow(0 8px 20px rgba(235,45,98,.18)); }
html[data-theme="dark"] .brand-logo-light { display: none; }
html[data-theme="dark"] .brand-logo-dark { display: block; }
html[data-theme="dark"] .feature-strip,
html[data-theme="dark"] .service-card,
html[data-theme="dark"] .content-card { background: var(--surface); border-color: var(--line); box-shadow: var(--shadow); }
html[data-theme="dark"] .feature-icon,
html[data-theme="dark"] .service-icon { background: var(--pink-soft); }
html[data-theme="dark"] .services-home,
html[data-theme="dark"] .inner-page { background: var(--surface-2); }
html[data-theme="dark"] .page-hero {
    background: radial-gradient(circle at 88% 20%, rgba(235,45,98,.12) 0 4px, transparent 5px) 0 0 / 20px 20px,
                linear-gradient(135deg, #231820 0%, #191820 42%, #151a22 70%, #211820 100%);
}
html[data-theme="dark"] .btn-outline { color: var(--ink); background: var(--surface); }
html[data-theme="dark"] .contact-form input,
html[data-theme="dark"] .contact-form select,
html[data-theme="dark"] .contact-form textarea { color: var(--ink); background: var(--input-bg); border-color: #3b4352; }
html[data-theme="dark"] .contact-form input::placeholder,
html[data-theme="dark"] .contact-form textarea::placeholder { color: #767f8e; }
html[data-theme="dark"] .alert-error { background: #321b1f; color: #ffb1b8; border-color: #633039; }
html[data-theme="dark"] .alert-success { background: #152a20; color: #9de6bd; border-color: #28543b; }

@media (max-width: 640px) {
    .nav-actions { gap: 8px; }
}
@media (max-width: 420px) {
    .site-container, .container { width: min(100% - 22px, 1180px); }
    .brand { width: 150px; height: 60px; }
    .brand-logo { width: 100%; height: 100%; }
    .menu-toggle, .theme-toggle, .contact-pill { width: 42px; height: 42px; }
    .nav-actions { gap: 6px; }
    .hero-visual { width: calc(100% + 22px); margin-left: -11px; }
}

/* Final theme consistency fixes */
.btn-icon { width: auto; height: auto; font-size: 17px; }
.hero-note-wrap span { font-family: var(--font-sans); font-style: italic; font-weight: 500; }
html[data-theme="dark"] .feature-item { border-color: var(--line); }
html[data-theme="dark"] .contact-info p { border-color: var(--line); }
html[data-theme="dark"] .feature-strip { border: 1px solid var(--line); }
html[data-theme="dark"] .service-card { border-color: var(--line); }
html[data-theme="dark"] .section-heading h2 { color: var(--ink); }
html[data-theme="dark"] .feature-item strong { color: var(--ink); }
html[data-theme="dark"] .service-copy h3 { color: var(--ink); }
html[data-theme="dark"] .page-hero h1 { color: var(--ink); }
html[data-theme="dark"] .content-card h2 { color: var(--ink); }
html[data-theme="dark"] .contact-info p strong { color: var(--ink); }
html[data-theme="dark"] .contact-form label { color: var(--ink); }

/* Asset refinements */
.hero-visual {
    background: transparent;
}
.hero-img-light { object-position: 55% top; }
.hero-img-dark { object-position: 50% top; }
.hero-visual::before {
    background:
        linear-gradient(90deg, rgba(255,246,247,1) 0%, rgba(255,246,247,.97) 10%, rgba(255,246,247,.88) 18%, rgba(255,246,247,.64) 28%, rgba(255,246,247,.30) 38%, rgba(255,246,247,.08) 46%, transparent 54%),
        linear-gradient(180deg, rgba(255,246,247,.16) 0%, rgba(255,246,247,.06) 12%, rgba(255,246,247,0) 24%);
}
html[data-theme="dark"] .hero {
    background: #0E101D;
}
html[data-theme="dark"] .hero::after {
    background: linear-gradient(90deg, #0E101D 0%, rgba(14,16,29,.98) 34%, rgba(14,16,29,.78) 46%, rgba(14,16,29,.38) 60%, rgba(14,16,29,.10) 73%, transparent 86%);
}
html[data-theme="dark"] .hero-visual::before {
    background:
        linear-gradient(90deg, #0E101D 0%, rgba(14,16,29,.96) 11%, rgba(14,16,29,.78) 22%, rgba(14,16,29,.54) 34%, rgba(14,16,29,.28) 46%, rgba(14,16,29,.10) 57%, transparent 72%),
        linear-gradient(180deg, rgba(14,16,29,.18) 0%, rgba(14,16,29,.06) 16%, transparent 32%);
}

/* Courier application */
.application-hero { min-height: 280px; }
.application-hero h1 { max-width: 860px; }
.application-section { padding-top: 42px; }
.application-shell { max-width: 980px; }
.application-stepper { display: flex; align-items: flex-start; justify-content: center; margin: 0 auto 26px; padding: 0 14px; }
.application-step { width: 116px; flex: 0 0 116px; display: grid; justify-items: center; gap: 8px; text-align: center; }
.application-step-bubble { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; border: 2px solid #d9dce3; background: var(--surface); color: #8a909b; font-size: 13px; font-weight: 800; transition: .2s ease; }
.application-step-label { color: #8a909b; font-size: 11px; line-height: 1.25; font-weight: 700; }
.application-step-line { height: 2px; flex: 1 1 70px; max-width: 74px; min-width: 28px; margin-top: 20px; background: #dfe2e8; transition: .2s ease; }
.application-step.active .application-step-bubble { border-color: var(--pink); background: var(--pink); color: #fff; box-shadow: 0 8px 18px rgba(235,45,98,.2); }
.application-step.active .application-step-label, .application-step.done .application-step-label { color: var(--pink); }
.application-step.done .application-step-bubble { border-color: var(--pink); color: var(--pink); background: var(--pink-soft); }
.application-step-line.done { background: var(--pink); }
.application-card { min-height: 510px; padding: 38px; }
.application-panel { display: none; }
.application-panel.visible { display: block; animation: applicationFade .2s ease; }
@keyframes applicationFade { from { opacity: .3; transform: translateY(4px); } to { opacity: 1; transform: none; } }
.application-panel-heading { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 24px; }
.application-panel-icon { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border-radius: 13px; color: var(--pink); background: var(--pink-soft); font-size: 19px; }
.application-panel-heading h2 { margin: 1px 0 5px; font-size: 23px; letter-spacing: -.4px; }
.application-panel-heading p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.application-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.application-choice-card { position: relative; min-height: 210px; display: flex; flex-direction: column; align-items: flex-start; padding: 25px; border: 2px solid #e7e9ee; border-radius: 17px; background: var(--surface); cursor: pointer; transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease, background .18s ease; }
.application-choice-card:hover { transform: translateY(-2px); border-color: #f1a1b7; box-shadow: 0 12px 28px rgba(35,42,55,.08); }
.application-choice-card.selected { border-color: var(--pink); background: linear-gradient(145deg, var(--surface), var(--pink-soft)); box-shadow: 0 12px 30px rgba(235,45,98,.11); }
.application-choice-card.invalid { border-color: #d94a4a; }
.application-choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.application-choice-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 18px; border-radius: 50%; color: var(--pink); background: var(--pink-soft); font-size: 22px; }
.application-choice-card strong { margin-bottom: 9px; font-size: 17px; }
.application-choice-card > span:not(.application-choice-icon):not(.application-choice-check) { color: var(--muted); font-size: 13px; line-height: 1.6; }
.application-choice-check { position: absolute; right: 18px; top: 18px; width: 26px; height: 26px; display: grid; place-items: center; border: 2px solid #d9dde4; border-radius: 50%; color: transparent; font-size: 11px; }
.application-choice-card.selected .application-choice-check { color: #fff; border-color: var(--pink); background: var(--pink); }
.application-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line); }
.application-actions-end { justify-content: flex-end; }
.application-actions-end > span { margin-right: auto; color: var(--muted); font-size: 12px; }
.application-actions .btn { min-height: 48px; min-width: 0; padding: 0 22px; border-radius: 13px; cursor: pointer; }
.application-back { border-color: #dfe2e8; background: var(--surface); color: var(--ink); box-shadow: none; }
.application-conditions { padding: 24px 26px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface-2); }
.application-conditions h3 { margin: 0 0 9px; color: var(--ink); font-size: 15px; }
.application-conditions h3:not(:first-child) { margin-top: 20px; }
.application-conditions ul { margin: 0; padding-left: 20px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.application-note { display: flex; gap: 10px; align-items: flex-start; margin-top: 22px; padding: 13px 14px; border-radius: 11px; background: var(--pink-soft); color: var(--muted); font-size: 12px; line-height: 1.55; }
.application-note i { color: var(--pink); margin-top: 2px; }
.application-form-grid, .application-upload-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.application-form-grid label, .application-upload, .application-captcha { display: grid; gap: 8px; color: var(--ink); font-size: 12px; font-weight: 800; }
.application-form-grid label > span, .application-captcha > span { color: var(--pink); }
.application-form-grid input, .application-form-grid select, .application-upload input, .application-captcha input { width: 100%; min-height: 47px; padding: 12px 13px; border: 1px solid #dfe2e8; border-radius: 11px; outline: none; color: var(--ink); background: var(--input-bg); transition: border-color .18s ease, box-shadow .18s ease; }
.application-form-grid input:focus, .application-form-grid select:focus, .application-upload input:focus, .application-captcha input:focus { border-color: var(--pink); box-shadow: 0 0 0 4px rgba(235,45,98,.08); }
.application-form-grid .invalid, .application-upload .invalid { border-color: #d94a4a; box-shadow: 0 0 0 3px rgba(217,74,74,.08); }
.application-upload-grid { margin-top: 22px; }
.application-upload { padding: 16px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface-2); }
.application-upload > span { display: flex; gap: 8px; align-items: center; }
.application-upload > span i { color: var(--pink); }
.application-upload input { min-height: 42px; padding: 8px; font-weight: 500; }
.application-upload small, .application-captcha small { color: var(--muted); font-size: 10.5px; font-weight: 500; }
.application-summary { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; overflow: hidden; margin-bottom: 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--line); }
.application-summary > div { min-height: 72px; display: grid; align-content: center; gap: 5px; padding: 14px 16px; background: var(--surface); }
.application-summary span { color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .4px; }
.application-summary strong { font-size: 13px; overflow-wrap: anywhere; }
.application-captcha { max-width: 360px; margin: 2px 0 20px; }
.application-consents { display: grid; gap: 11px; }
.application-consents label { display: flex; align-items: flex-start; gap: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-2); cursor: pointer; }
.application-consents input { width: 19px; height: 19px; flex: 0 0 19px; margin-top: 2px; accent-color: var(--pink); }
.application-consents span { color: var(--muted); font-size: 11.5px; line-height: 1.55; }
.application-consents strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 12px; }
.application-consents a { color: var(--pink); font-weight: 800; }
.application-alert strong { display: block; margin-bottom: 5px; }
.application-alert ul { margin: 0; padding-left: 18px; line-height: 1.55; }
.application-success { min-height: 430px; display: grid; place-items: center; align-content: center; text-align: center; padding: 30px; }
.application-success-icon { width: 76px; height: 76px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 50%; color: #fff; background: var(--pink); box-shadow: 0 13px 30px rgba(235,45,98,.22); font-size: 34px; }
.application-success h2 { margin: 0 0 10px; font-size: 30px; }
.application-success p { max-width: 620px; margin: 0 0 24px; color: var(--muted); line-height: 1.7; }
.application-success .btn { width: auto; min-width: 210px; }
.legal-content { max-width: 900px; }
.legal-content h2 { margin-top: 32px; font-size: 22px; }
.legal-content h2:first-of-type { margin-top: 10px; }
.legal-content a { color: var(--pink); font-weight: 800; }
.legal-dev-note { margin-bottom: 30px; padding: 16px 18px; border: 1px solid #f1d09a; border-radius: 12px; background: #fff8e8; color: #735116; font-size: 13px; line-height: 1.6; }
html[data-theme="dark"] .application-step-bubble, html[data-theme="dark"] .application-choice-card, html[data-theme="dark"] .application-summary > div { background: var(--surface); }
html[data-theme="dark"] .application-choice-card { border-color: var(--line); }
html[data-theme="dark"] .application-choice-card.selected { border-color: var(--pink); background: linear-gradient(145deg, var(--surface), var(--pink-soft)); }
html[data-theme="dark"] .application-form-grid input, html[data-theme="dark"] .application-form-grid select, html[data-theme="dark"] .application-upload input, html[data-theme="dark"] .application-captcha input { border-color: #3b4352; }
html[data-theme="dark"] .legal-dev-note { background: #2a2418; color: #e8cf9a; border-color: #54472c; }

@media (max-width: 760px) {
    .application-stepper { justify-content: space-between; padding: 0; }
    .application-step { width: 54px; flex-basis: 54px; }
    .application-step-label { display: none; }
    .application-step-line { min-width: 8px; max-width: none; }
    .application-card { padding: 25px; min-height: 0; }
    .application-choice-grid, .application-form-grid, .application-upload-grid, .application-summary { grid-template-columns: 1fr; }
    .application-choice-card { min-height: 180px; }
    .application-actions { align-items: stretch; }
    .application-actions .btn { width: auto; }
}

@media (max-width: 480px) {
    .application-section { padding-top: 30px; }
    .application-card { padding: 20px 16px; }
    .application-step-bubble { width: 36px; height: 36px; }
    .application-step-line { margin-top: 17px; }
    .application-panel-heading h2 { font-size: 20px; }
    .application-actions { display: grid; grid-template-columns: 1fr 1fr; }
    .application-actions-end { grid-template-columns: 1fr; }
    .application-actions-end > span { display: none; }
    .application-actions .btn { width: 100%; padding: 0 13px; font-size: 11px; }
}


/* v8 navigation + floating theme control */
.theme-dock {
    position: fixed;
    z-index: 90;
    right: max(18px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: color-mix(in srgb, var(--surface) 92%, transparent);
    box-shadow: 0 12px 30px rgba(20,25,35,.14);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.theme-option {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    transition: color .18s ease, background .18s ease, transform .18s ease;
}
.theme-option:hover { color: var(--pink); transform: translateY(-1px); }
.theme-option[aria-pressed="true"] { color: #fff; background: var(--pink); box-shadow: 0 6px 15px rgba(235,45,98,.22); }
.theme-option .theme-icon { font-size: 15px; }
html[data-theme="dark"] .theme-dock { box-shadow: 0 12px 32px rgba(0,0,0,.32); }

/* Softer hero image blend */
.hero-visual::before {
    background:
        linear-gradient(90deg, rgba(255,246,247,.96) 0%, rgba(255,246,247,.84) 9%, rgba(255,246,247,.62) 18%, rgba(255,246,247,.38) 29%, rgba(255,246,247,.18) 40%, rgba(255,246,247,.06) 51%, transparent 66%),
        linear-gradient(180deg, rgba(255,246,247,.13) 0%, rgba(255,246,247,.04) 15%, transparent 30%);
}
html[data-theme="dark"] .hero-visual::before {
    background:
        linear-gradient(90deg, rgba(14,16,29,1) 0%, rgba(14,16,29,.94) 11%, rgba(14,16,29,.76) 22%, rgba(14,16,29,.52) 34%, rgba(14,16,29,.27) 46%, rgba(14,16,29,.09) 57%, transparent 72%),
        linear-gradient(180deg, rgba(14,16,29,.16) 0%, rgba(14,16,29,.05) 16%, transparent 32%);
}

/* Why us page */
.why-page { background: var(--surface-2); }
.why-hero {
    min-height: 390px;
    padding: 70px 0 76px;
    background:
        radial-gradient(circle at 82% 30%, rgba(235,45,98,.13) 0 3px, transparent 4px) 0 0 / 22px 22px,
        linear-gradient(135deg, #fff0f4 0%, #fff 48%, #fff6f8 100%);
}
.why-hero-grid { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); gap: 62px; align-items: center; }
.why-hero h1 { max-width: 720px; }
.why-hero-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(235,45,98,.14);
    border-radius: 22px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 20px 46px rgba(35,42,55,.08);
    backdrop-filter: blur(8px);
}
.why-proof-item { min-height: 116px; padding: 19px; border-radius: 16px; background: #fff; border: 1px solid #f1e9ec; }
.why-proof-item strong { display: block; margin-bottom: 7px; color: var(--pink); font-size: 25px; line-height: 1; }
.why-proof-item span { display: block; color: #4f5661; font-size: 12px; line-height: 1.45; font-weight: 700; }
.why-section { padding: 68px 0; }
.why-section-intro { max-width: 690px; margin: 0 auto 34px; text-align: center; }
.why-section-intro .eyebrow { display: block; margin-bottom: 10px; }
.why-section-intro h2 { margin: 0 0 11px; font-size: clamp(30px,3vw,42px); line-height: 1.08; letter-spacing: -1.5px; }
.why-section-intro p { margin: 0; color: var(--muted); line-height: 1.7; }
.why-card-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.why-card {
    position: relative;
    min-height: 260px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--surface);
    box-shadow: 0 10px 30px rgba(35,42,55,.055);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.why-card:hover { transform: translateY(-4px); border-color: rgba(235,45,98,.35); box-shadow: 0 18px 38px rgba(35,42,55,.09); }
.why-card::after { content: ''; position: absolute; right: -36px; bottom: -36px; width: 120px; height: 120px; border-radius: 50%; background: var(--pink-soft); opacity: .75; }
.why-card-icon { position: relative; z-index: 1; width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 23px; border-radius: 16px; color: var(--pink); background: var(--pink-soft); font-size: 21px; }
.why-card h3 { position: relative; z-index: 1; margin: 0 0 10px; font-size: 19px; }
.why-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 13.5px; line-height: 1.75; }
.why-process { background: var(--surface); border-block: 1px solid var(--line); }
.why-process-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; counter-reset: step; }
.why-process-item { position: relative; padding: 30px 28px; border-right: 1px solid var(--line); counter-increment: step; }
.why-process-item:last-child { border-right: 0; }
.why-process-item::before { content: '0' counter(step); display: block; margin-bottom: 14px; color: var(--pink); font-size: 12px; font-weight: 800; letter-spacing: 1px; }
.why-process-item h3 { margin: 0 0 9px; font-size: 17px; }
.why-process-item p { margin: 0; color: var(--muted); font-size: 12.5px; line-height: 1.7; }
.why-promise-wrap { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 32px; align-items: center; padding: 38px 42px; border-radius: 24px; background: linear-gradient(120deg, #d91f55, #f45077 62%, #ff7f96); color: #fff; box-shadow: 0 22px 48px rgba(235,45,98,.18); }
.why-promise-wrap .eyebrow { color: rgba(255,255,255,.72); }
.why-promise-wrap h2 { margin: 8px 0 8px; font-size: clamp(28px,3vw,40px); line-height: 1.08; letter-spacing: -1.2px; }
.why-promise-wrap p { max-width: 670px; margin: 0; color: rgba(255,255,255,.86); line-height: 1.65; }
.why-promise-wrap .btn { background: #fff; color: #d91f55; border-color: #fff; white-space: nowrap; }
html[data-theme="dark"] .why-hero { background: radial-gradient(circle at 82% 30%, rgba(235,45,98,.16) 0 3px, transparent 4px) 0 0 / 22px 22px, linear-gradient(135deg, #24171e 0%, #141920 48%, #1d171d 100%); }
html[data-theme="dark"] .why-hero-proof { background: rgba(27,32,41,.74); border-color: var(--line); box-shadow: 0 20px 46px rgba(0,0,0,.22); }
html[data-theme="dark"] .why-proof-item { background: var(--surface); border-color: var(--line); }
html[data-theme="dark"] .why-proof-item span { color: var(--muted); }
html[data-theme="dark"] .why-card { box-shadow: 0 12px 30px rgba(0,0,0,.13); }

@media (max-width: 980px) {
    .theme-dock { right: 14px; bottom: 14px; }
    .why-hero-grid { grid-template-columns: 1fr; gap: 32px; }
    .why-hero-proof { max-width: 620px; }
    .why-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .why-process-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .why-process-item:nth-child(2) { border-right: 0; }
    .why-process-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .why-promise-wrap { grid-template-columns: 1fr; }
    .why-promise-wrap .btn { justify-self: start; width: auto; }
}
@media (max-width: 640px) {
    .theme-dock { padding: 4px; }
    .theme-option { width: 34px; height: 34px; }
    .why-hero { min-height: 0; padding: 54px 0 58px; }
    .why-hero-proof, .why-card-grid, .why-process-grid { grid-template-columns: 1fr; }
    .why-card { min-height: 0; }
    .why-process-item, .why-process-item:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
    .why-process-item:last-child { border-bottom: 0; }
    .why-promise-wrap { padding: 30px 25px; border-radius: 20px; }
    .why-promise-wrap .btn { width: 100%; }
}

/* Hero visual: remove the empty band below the header on desktop */
@media (min-width: 981px) {
    .hero-visual {
        top: 0;
        height: 100%;
    }
    .hero-img-light { object-position: 55% 18%; }
    .hero-img-dark { object-position: 50% 18%; }
}

/* Home benefits: moved above the hero */
.feature-band {
    position: relative;
    z-index: 12;
    padding: 18px 0;
    background: var(--surface-2);
    border-bottom: 1px solid var(--line);
}
.feature-strip.feature-strip-top {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    min-height: 126px;
    margin: 0 auto;
}
.services-home { padding-top: 34px; }
html[data-theme="dark"] .feature-band { background: var(--surface-2); }

@media (max-width: 980px) {
    .feature-band { padding: 14px 0; }
    .feature-strip.feature-strip-top { margin-top: 0; }
    .services-home { padding-top: 34px; }
}

@media (max-width: 640px) {
    .feature-band { padding: 10px 0; }
    .feature-strip.feature-strip-top { margin-top: 0; }
}

/* Small-screen hero spacing (courier visual is already hidden at 980px and below) */
@media (max-width: 640px) {
    .hero { padding-bottom: 34px; }
    .hero-copy { padding-bottom: 0; }
}

/* v15 hero transition and light-image quality refinements */
.hero-img-light { filter: saturate(1.03) contrast(1.02); }
.hero-visual img {
    -webkit-mask-image: linear-gradient(90deg,
        transparent 0%,
        rgba(0,0,0,.02) 7%,
        rgba(0,0,0,.08) 14%,
        rgba(0,0,0,.18) 22%,
        rgba(0,0,0,.34) 30%,
        rgba(0,0,0,.52) 39%,
        rgba(0,0,0,.72) 48%,
        rgba(0,0,0,.88) 56%,
        #000 64%);
    mask-image: linear-gradient(90deg,
        transparent 0%,
        rgba(0,0,0,.02) 7%,
        rgba(0,0,0,.08) 14%,
        rgba(0,0,0,.18) 22%,
        rgba(0,0,0,.34) 30%,
        rgba(0,0,0,.52) 39%,
        rgba(0,0,0,.72) 48%,
        rgba(0,0,0,.88) 56%,
        #000 64%);
}
.hero-visual::before {
    background:
        linear-gradient(90deg,
            rgba(255,245,247,.995) 0%,
            rgba(255,245,247,.96) 10%,
            rgba(255,245,247,.88) 20%,
            rgba(255,245,247,.74) 31%,
            rgba(255,245,247,.56) 42%,
            rgba(255,245,247,.34) 53%,
            rgba(255,245,247,.17) 63%,
            rgba(255,245,247,.07) 72%,
            transparent 82%),
        linear-gradient(180deg,
            rgba(255,245,247,.12) 0%,
            rgba(255,245,247,.04) 18%,
            transparent 34%);
}
html[data-theme="dark"] .hero::after {
    background: linear-gradient(90deg,
        #0E101D 0%,
        rgba(14,16,29,.985) 28%,
        rgba(14,16,29,.84) 42%,
        rgba(14,16,29,.58) 55%,
        rgba(14,16,29,.28) 67%,
        rgba(14,16,29,.10) 77%,
        transparent 88%);
}
html[data-theme="dark"] .hero-visual::before {
    background:
        linear-gradient(90deg,
            rgba(14,16,29,1) 0%,
            rgba(14,16,29,.97) 10%,
            rgba(14,16,29,.89) 21%,
            rgba(14,16,29,.74) 33%,
            rgba(14,16,29,.52) 46%,
            rgba(14,16,29,.30) 58%,
            rgba(14,16,29,.13) 69%,
            rgba(14,16,29,.05) 77%,
            transparent 86%),
        linear-gradient(180deg,
            rgba(14,16,29,.14) 0%,
            rgba(14,16,29,.04) 18%,
            transparent 36%);
}
@media (min-width: 981px) {
    .hero-visual {
        width: 64.5%;
        right: 0;
    }
    .hero-grid {
        grid-template-columns: 44% 56%;
    }
}

/* v16 dark-mode hero seam softening */
.hero {
    isolation: isolate;
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
}
html[data-theme="dark"] .hero::before {
    opacity: 1;
    background:
        linear-gradient(90deg,
            rgba(14,16,29,0) 0%,
            rgba(14,16,29,0) 24%,
            rgba(14,16,29,.08) 30%,
            rgba(14,16,29,.20) 35%,
            rgba(14,16,29,.34) 40%,
            rgba(14,16,29,.48) 45%,
            rgba(14,16,29,.56) 49%,
            rgba(14,16,29,.50) 54%,
            rgba(14,16,29,.34) 60%,
            rgba(14,16,29,.16) 68%,
            rgba(14,16,29,.04) 76%,
            rgba(14,16,29,0) 84%),
        radial-gradient(70% 130% at 39% 50%,
            rgba(14,16,29,.52) 0%,
            rgba(14,16,29,.34) 20%,
            rgba(14,16,29,.16) 38%,
            rgba(14,16,29,.06) 54%,
            rgba(14,16,29,0) 70%);
}
html[data-theme="dark"] .hero-visual {
    right: -1.2%;
    width: 65.8%;
}
html[data-theme="dark"] .hero-visual img {
    -webkit-mask-image: linear-gradient(90deg,
        transparent 0%,
        rgba(0,0,0,.01) 8%,
        rgba(0,0,0,.05) 15%,
        rgba(0,0,0,.12) 23%,
        rgba(0,0,0,.24) 31%,
        rgba(0,0,0,.39) 40%,
        rgba(0,0,0,.56) 49%,
        rgba(0,0,0,.72) 57%,
        rgba(0,0,0,.86) 64%,
        rgba(0,0,0,.95) 70%,
        #000 76%);
    mask-image: linear-gradient(90deg,
        transparent 0%,
        rgba(0,0,0,.01) 8%,
        rgba(0,0,0,.05) 15%,
        rgba(0,0,0,.12) 23%,
        rgba(0,0,0,.24) 31%,
        rgba(0,0,0,.39) 40%,
        rgba(0,0,0,.56) 49%,
        rgba(0,0,0,.72) 57%,
        rgba(0,0,0,.86) 64%,
        rgba(0,0,0,.95) 70%,
        #000 76%);
}
html[data-theme="dark"] .hero-visual::before {
    background:
        linear-gradient(90deg,
            rgba(14,16,29,1) 0%,
            rgba(14,16,29,.985) 9%,
            rgba(14,16,29,.94) 18%,
            rgba(14,16,29,.84) 29%,
            rgba(14,16,29,.69) 40%,
            rgba(14,16,29,.49) 51%,
            rgba(14,16,29,.29) 61%,
            rgba(14,16,29,.13) 71%,
            rgba(14,16,29,.05) 79%,
            transparent 88%),
        radial-gradient(58% 110% at 7% 52%,
            rgba(14,16,29,.58) 0%,
            rgba(14,16,29,.34) 28%,
            rgba(14,16,29,.14) 48%,
            rgba(14,16,29,.04) 62%,
            rgba(14,16,29,0) 74%),
        linear-gradient(180deg,
            rgba(14,16,29,.12) 0%,
            rgba(14,16,29,.04) 18%,
            transparent 36%);
}
@media (max-width: 980px) {
    html[data-theme="dark"] .hero::before {
        display: none;
    }
}


/* v15 logo cleanup + hero visibility */
.brand-logo { filter: none; }
html[data-theme="dark"] .brand-logo { filter: none; }
.hero-img-light { object-position: 58% 16% !important; }
.hero-img-dark { object-position: 58% 16% !important; }
html[data-theme="dark"] .hero-visual { right: -1.4%; width: 65.8%; }
html[data-theme="dark"] .hero-visual::before {
    background:
        linear-gradient(90deg,
            rgba(14,16,29,.98) 0%,
            rgba(14,16,29,.92) 10%,
            rgba(14,16,29,.78) 21%,
            rgba(14,16,29,.58) 32%,
            rgba(14,16,29,.36) 44%,
            rgba(14,16,29,.17) 56%,
            rgba(14,16,29,.06) 66%,
            transparent 75%),
        radial-gradient(56% 106% at 12% 50%,
            rgba(14,16,29,.44) 0%,
            rgba(14,16,29,.22) 28%,
            rgba(14,16,29,.08) 46%,
            rgba(14,16,29,.02) 60%,
            rgba(14,16,29,0) 72%),
        linear-gradient(180deg,
            rgba(14,16,29,.08) 0%,
            rgba(14,16,29,.02) 18%,
            transparent 36%);
}
.contact-people { display: grid; gap: 16px; margin-top: 8px; }
.contact-person { padding: 16px 0; border-top: 1px solid #f0f1f4; }
.contact-person:first-child { border-top: 0; padding-top: 0; }
.contact-person strong { display: block; margin-bottom: 6px; color: #343943; font-size: 15px; }
.contact-person a { color: var(--pink); font-weight: 800; }
.contact-help { margin-top: 10px; padding: 18px; border-radius: 16px; background: linear-gradient(135deg, rgba(238,47,104,.08), rgba(238,47,104,.03)); border: 1px solid rgba(238,47,104,.16); }
.contact-help h3 { margin: 0 0 8px; font-size: 18px; }
.contact-help p { margin: 0 0 14px; padding: 0; border: 0; }
.contact-help .btn { min-height: 50px; min-width: 100%; }
html[data-theme="dark"] .contact-person { border-color: var(--line); }
html[data-theme="dark"] .contact-person strong,
html[data-theme="dark"] .contact-help h3 { color: var(--ink); }
html[data-theme="dark"] .contact-help { background: linear-gradient(135deg, rgba(238,47,104,.12), rgba(238,47,104,.05)); border-color: rgba(238,47,104,.24); }

/* v16 logo refine render */
.brand { overflow: visible; }
.brand-logo { image-rendering: auto; }

/* v17 WhatsApp button visibility */
.contact-info .contact-help a.btn.btn-primary {
    color: #fff !important;
    text-decoration: none;
}
.contact-info .contact-help a.btn.btn-primary .inline-icon {
    color: inherit;
}

/* v17 contact captcha */
.contact-captcha small { margin-top: -2px; color: var(--muted); font-size: 11px; font-weight: 500; line-height: 1.45; }
html[data-theme="dark"] .contact-captcha small { color: var(--muted); }
