:root {
    --bg: #fde9df;
    --page-soft-bg: #fdf2f0;
    --text: #101828;
    --muted: #4a5565;
    --border: #e5e7eb;
    --card: #ffffff;
    --accent: #ff553c;
    --purple: #625bff;
    --shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    --radius: 16px;
    --font-sans: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    --font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    --font-serif: "Instrument Serif", ui-serif, Georgia, Cambria, serif;
    --hue: 32;
    --bg-soft: #fbdccb;
    --ink: #1a1414;
    --ink-dim: #5a4a44;
    --ink-faint: #8e7b74;
    --line: rgba(26, 20, 20, 0.08);
    --line-strong: rgba(26, 20, 20, 0.16);
    --accent-deep: oklch(0.6 0.2 var(--hue));
    --success: #2e8b57;
    --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
    --promo-banner-bg: #F77737;
    --promo-banner-bg-size: 100% 100%;
    --container-max: 1400px;
    --container-pad: clamp(16px, 3vw, 56px);
    --section-py: clamp(52px, 6vw, 110px);
}

@media (min-width: 1600px) {
    :root {
        --container-max: 1520px;
    }
}

@media (min-width: 1920px) {
    :root {
        --container-max: 1720px;
    }
}

@keyframes promoGradientSlide {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.promo-banner {
    background: var(--promo-banner-bg);
    background-size: var(--promo-banner-bg-size);
    color: var(--promo-banner-text, #ffffff);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 60;
    transform: translateY(0);
    transition: transform 220ms var(--ease, ease), opacity 220ms var(--ease, ease);
}

.promo-banner.is-hidden {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

.promo-banner--animated {
    animation: promoGradientSlide 8s linear infinite;
}

body.page-service .promo-banner {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

body.page-service .promo-banner--animated {
    animation: none;
}

body.page-service .promo-banner-inner {
    width: min(92vw, var(--container-max));
}

body.page-service .promo-banner-text {
    color: rgba(255, 255, 255, 0.92);
}

body.page-service .promo-banner-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    margin: 0 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #ffffff;
    font: 800 11px/1 var(--font-mono);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.promo-banner-inner {
    width: min(92vw, var(--container-max));
    margin: 0 auto;
    padding: 9px var(--container-pad);
}

.promo-banner-text {
    margin: 0;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.2px;
}

.promo-banner-text a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 2px;
}

.promo-banner-text a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
    border-radius: 6px;
}

@media (max-width: 640px) {
    .promo-banner-inner {
        padding: 9px var(--container-pad);
    }
}

@media (prefers-reduced-motion: reduce) {
    .promo-banner--animated {
        animation: none;
        background-position: 50% 50%;
    }
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

[hidden] {
    display: none !important;
}

body {
    margin: 0;
    font-family: var(--font-sans);
    color: var(--text);
    background: linear-gradient(180deg, #fbdccb 0%, #fde9df 45%, #fff2e9 100%);
}

body.page-blog,
body.page-blog-post,
body.page-sitemap,
body.page-checkout,
body.page-contact,
body.page-faqs,
body.page-about,
body.page-legal {
    background: var(--page-soft-bg);
}

body.page-blog-post {
    background: #ffffff;
}

body.page-service {
    background: var(--svc-page-bg, var(--bg));
    color: var(--ink);
    letter-spacing: -0.005em;
    overflow-x: hidden;
    position: relative;
    --svc-bg-overlay-opacity: 0;
    --svc-nav-bg: rgba(253, 233, 223, 0.9);
    --svc-nav-border: rgba(26, 20, 20, 0.08);
    --svc-nav-text: rgba(26, 20, 20, 0.92);
    --svc-nav-text-dim: rgba(26, 20, 20, 0.78);
    --svc-nav-hover-bg: rgba(255, 255, 255, 0.78);
    --svc-nav-active-underline: var(--accent);
}

body.page-service--instagram {
    --hue: 32;
    --accent: #e4405f;
    --accent-deep: #833ab4;
    --svc-page-bg: var(--bg);
    --svc-nav-active-underline: oklch(0.62 0.2 320);
}

body.page-service--tiktok {
    --hue: 18;
    --accent: #fe2c55;
    --accent-deep: #00f2ea;
    --svc-page-bg: var(--bg);
    --svc-gradient: linear-gradient(135deg, #fe2c55 0%, #00f2ea 100%);
}

body.page-service--facebook {
    --hue: 255;
    --accent: #1877f2;
    --accent-deep: #0b5bd3;
    --svc-page-bg: var(--bg);
    --svc-gradient: linear-gradient(135deg, #1877f2 0%, #0b5bd3 100%);
}

body.page-service--youtube {
    --hue: 29;
    --accent: #ff0000;
    --accent-deep: #cc0000;
    --svc-page-bg: var(--bg);
    --svc-gradient: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
}

body.page-landing--instagram-followers {
    background: linear-gradient(135deg, #e1306c 0%, #c13584 42%, #833ab4 100%);
    color: #ffffff;
}

body.page-landing--instagram-followers main {
    padding-top: calc(var(--promo-h, 0px) + var(--nav-h, 72px) + 22px);
}

.pkg-hero-wrap {
    position: relative;
    overflow: hidden;
    padding: 0 0 26px;
}

.pkg-hero-bg {
    padding: 14px 0 20px;
}

.pkg-hero-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 16px;
}

.pkg-hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .pkg-hero-grid {
        max-width: 760px;
        gap: 40px;
    }
}

.pkg-hero-left {
    display: grid;
    gap: 22px;
}

.pkg-rating {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.pkg-stars {
    display: inline-flex;
    gap: 2px;
    padding: 4px 6px;
    border-radius: 6px;
    background: #00b67a;
    color: #ffffff;
}

.pkg-rating-text {
    font-size: 13px;
    font-weight: 800;
    opacity: 0.92;
}

.pkg-hero-title {
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0;
}

.pkg-hero-benefits {
    display: grid;
    gap: 10px;
    padding-top: 14px;
}

.pkg-hero-benefit {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.pkg-hero-benefit-ic {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    display: inline-grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.pkg-hero-benefit-text {
    font-size: 18px;
    font-weight: 600;
    opacity: 0.95;
}

.pkg-price {
    display: flex;
    align-items: baseline;
    gap: 14px;
}

.pkg-price-now {
    font-size: 54px;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.pkg-price-was {
    font-size: 28px;
    font-weight: 800;
    opacity: 0.55;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.pkg-action {
    max-width: 560px;
}

.pkg-action-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    color: #111827;
    border-radius: 18px;
    padding: 8px;
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.25);
}

.pkg-action-ic {
    padding-left: 10px;
    padding-right: 6px;
    color: #e1306c;
    display: inline-grid;
    place-items: center;
}

.pkg-username {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    padding: 12px 6px;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}

.pkg-buy-now {
    border: 0;
    cursor: pointer;
    background: linear-gradient(90deg, #c13584 0%, #e1306c 100%);
    color: #ffffff;
    font-weight: 800;
    padding: 14px 22px;
    border-radius: 14px;
    box-shadow: 0 14px 26px rgba(225, 48, 108, 0.32);
    transition: transform 160ms ease, filter 160ms ease;
    white-space: nowrap;
}

.pkg-buy-now:hover {
    filter: brightness(0.98);
}

.pkg-buy-now:active {
    transform: scale(0.96);
}

.pkg-view-all {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 800;
    opacity: 0.82;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
}

.pkg-view-all:hover {
    opacity: 1;
}

.pkg-hero-right {
    display: none;
}

@media (min-width: 1024px) {
    .pkg-hero-right {
        display: block;
    }
}

@media (max-width: 720px) {
    body.page-landing--instagram-followers .pkg-hero-left {
        justify-items: center;
        text-align: center;
    }

    body.page-landing--instagram-followers .pkg-rating {
        justify-content: center;
    }

    body.page-landing--instagram-followers .pkg-price {
        justify-content: center;
    }

    body.page-landing--instagram-followers .pkg-hero-benefits {
        justify-items: center;
    }

    body.page-landing--instagram-followers .pkg-hero-benefit {
        justify-content: center;
    }

    body.page-landing--instagram-followers .pkg-action {
        width: 100%;
    }

    body.page-landing--instagram-followers .pkg-action-box {
        width: min(560px, 100%);
        margin: 0 auto;
    }
}

.pkg-visual {
    position: relative;
    min-height: 420px;
    display: grid;
    place-items: center;
}

.pkg-profile-card {
    width: 320px;
    background: #ffffff;
    color: #111827;
    border-radius: 40px;
    padding: 32px 28px 26px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
    text-align: center;
}

.pkg-avatar-ring {
    width: 132px;
    height: 132px;
    border-radius: 999px;
    overflow: hidden;
    border: 4px solid rgba(225, 48, 108, 0.12);
    margin: 0 auto 12px;
    background: #ffffff;
}

.pkg-avatar-ring img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pkg-profile-name {
    font-size: 20px;
    font-weight: 800;
}

.pkg-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding-top: 18px;
    margin-top: 14px;
    border-top: 1px solid rgba(17, 24, 39, 0.06);
}

.pkg-stat-val {
    font-weight: 900;
    font-size: 16px;
}

.pkg-stat-lbl {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(107, 114, 128, 0.9);
}

.pkg-note {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border-radius: 999px;
    padding: 10px 14px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
    color: #111827;
    white-space: nowrap;
}

.pkg-note img {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: block;
}

.pkg-note-text {
    font-size: 10px;
    font-weight: 800;
    color: rgba(75, 85, 99, 1);
    line-height: 1.15;
}

.pkg-note-text b {
    color: rgba(17, 24, 39, 1);
    font-weight: 900;
}

.pkg-note--a {
    top: -10px;
    left: -120px;
}

.pkg-note--b {
    bottom: 40px;
    left: -140px;
}

.pkg-note--c {
    top: 12px;
    right: -150px;
}

.pkg-note--d {
    bottom: 64px;
    right: -140px;
}

body.page-service .section--benefits,
body.page-service .section--why,
body.page-service .section--stats,
body.page-service .section--numbers,
body.page-service .section--how,
body.page-service .section--reviews,
body.page-service .section--faq-lite {
    background: transparent !important;
}

body.page-service .svc-marketing,
body.page-service .ig-followers-page {
    position: relative;
    isolation: isolate;
}

body.page-service .ig-followers-page {
    --svc-page-gradient: var(--ig-hero-gradient);
}

body.page-service .svc-marketing::before,
body.page-service .ig-followers-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--svc-page-gradient);
    opacity: var(--svc-bg-overlay-opacity);
    pointer-events: none;
    z-index: -1;
}

@media (prefers-reduced-motion: no-preference) {
    body.page-service--instagram {
        background-attachment: fixed;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(92vw, var(--container-max));
    margin: 0 auto;
    padding: 0 var(--container-pad);
}

.admin-body {
    background: #f9fafb;
}

.admin-login-body {
    background: #ffffff;
    font-family: "Inter", var(--font-sans);
}

.admin-login-main {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: clamp(16px, 4vw, 48px);
}

.admin-login-card {
    width: min(100%, 28rem);
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: clamp(16px, 2vw, 20px);
    padding: clamp(24px, 4vw, 44px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04), 0 2px 10px rgba(0, 0, 0, 0.03);
}

.admin-login-heading {
    text-align: center;
    margin-bottom: clamp(22px, 3.5vw, 40px);
}

.admin-login-heading h1 {
    margin: 0 0 10px;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #111827;
}

.admin-login-heading p {
    margin: 0;
    font-size: clamp(14px, 1.6vw, 16px);
    color: #6b7280;
}

.admin-login-flash {
    border: 1px solid rgba(17, 24, 39, 0.12);
    background: #f9fafb;
    color: #111827;
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 600;
}

.admin-login-field {
    margin-bottom: 16px;
}

.admin-login-label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 700;
    color: #374151;
}

.admin-login-input {
    width: 100%;
    border: 1px solid #d1d5db;
    background: #f9fafb;
    border-radius: clamp(12px, 1.2vw, 14px);
    padding: clamp(14px, 1.8vw, 16px) clamp(14px, 2vw, 18px);
    font-size: clamp(14px, 1.6vw, 16px);
    color: #111827;
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.admin-login-input:focus {
    background: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 0 0 0.25rem rgba(37, 99, 235, 0.1);
}

.admin-login-input::placeholder {
    color: #9ca3af;
}

.admin-login-options {
    display: flex;
    align-items: center;
    margin: 10px 0 22px;
}

.admin-login-remember {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #4b5563;
    user-select: none;
}

.admin-login-remember input {
    width: 16px;
    height: 16px;
    accent-color: #111827;
}

.admin-login-btn {
    width: 100%;
    border: 0;
    border-radius: clamp(12px, 1.2vw, 14px);
    background: #111827;
    color: #ffffff;
    cursor: pointer;
    padding: clamp(14px, 1.8vw, 16px);
    font-size: clamp(14px, 1.6vw, 16px);
    font-weight: 700;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.admin-login-btn:hover {
    background: #000000;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.admin-login-btn:active {
    transform: translateY(0);
}

.admin-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid rgba(17, 24, 39, 0.12);
    background: rgba(17, 24, 39, 0.04);
    color: #111827;
}

.admin-badge--neutral {
    background: rgba(17, 24, 39, 0.04);
    color: #344054;
}

.admin-badge--success {
    border-color: rgba(6, 118, 71, 0.25);
    background: rgba(6, 118, 71, 0.10);
    color: #067647;
}

.admin-badge svg {
    width: 14px;
    height: 14px;
    display: block;
}

.admin-topbar {
    height: 82px;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 var(--container-pad);
    position: sticky;
    top: 0;
    backdrop-filter: blur(10px);
    z-index: 100;
}

.admin-topbar-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.admin-menu-wrapper {
    position: relative;
}

.admin-menu-btn {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border);
    background: #ffffff;
    border-radius: 16px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 900;
    transition: 0.2s ease;
    line-height: 1;
    padding: 0;
}

.admin-menu-btn:hover {
    background: #f3f4f6;
}

.admin-menu-dropdown {
    position: absolute;
    top: 62px;
    left: 0;
    width: 280px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 12px;
    display: none;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    z-index: 999;
}

.admin-menu-dropdown.is-open {
    display: block;
}

.admin-menu-dropdown a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-radius: 14px;
    color: #374151;
    font-size: 14px;
    font-weight: 700;
    transition: 0.2s ease;
}

.admin-menu-dropdown a:hover {
    background: #f4f4f5;
    color: #111827;
}

.admin-menu-dropdown a.is-active {
    background: #111827;
    color: #ffffff;
}

.admin-menu-dropdown a span {
    color: #9ca3af;
    font-size: 12px;
    font-weight: 700;
}

.admin-menu-dropdown a.is-active span {
    color: rgba(255, 255, 255, 0.7);
}

.admin-topbar-title h2 {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.03em;
    margin: 0;
}

.admin-topbar-title p {
    margin-top: 4px;
    font-size: 14px;
    color: #6b7280;
}

.admin-topbar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.admin-ghost-btn {
    border: 1px solid #e5e7eb;
    background: #ffffff;
    padding: 11px 16px;
    border-radius: 14px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    transition: 0.2s ease;
    color: #111827;
}

.admin-ghost-btn:hover {
    background: #f9fafb;
}

.admin-dark-btn {
    border: none;
    background: #111827;
    color: #ffffff;
    padding: 11px 18px;
    border-radius: 14px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    transition: 0.2s ease;
}

.admin-dark-btn:hover {
    opacity: 0.94;
}

.admin-platform-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px 0 14px;
}

.admin-platform-tab {
    height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: #ffffff;
    color: #101828;
    font-weight: 800;
    font-size: 13px;
    cursor: pointer;
}

.admin-platform-tab.is-active {
    background: #101828;
    border-color: #101828;
    color: #ffffff;
}

.admin-site-link {
    font-weight: 700;
    font-size: 13px;
    color: var(--muted);
}

.admin-main {
    padding: 28px 0 48px;
}

@media (max-width: 700px) {
    .admin-topbar {
        padding: 0 var(--container-pad);
    }
    .admin-topbar-title p {
        display: none;
    }
}

.admin-flash {
    background: #ecfdf3;
    border: 1px solid #abefc6;
    color: #067647;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 14px;
    margin-bottom: 16px;
}

.admin-page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.admin-title {
    margin: 0;
    font-size: 24px;
    letter-spacing: -0.2px;
}

.admin-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid transparent;
    font-weight: 800;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.2px;
    cursor: pointer;
}

.admin-button--primary {
    background: #101828;
    color: #ffffff;
}

.admin-button--neutral {
    background: #ffffff;
    border-color: var(--border);
    color: var(--text);
}

.admin-button--danger {
    background: #fee4e2;
    border-color: #fecdca;
    color: #b42318;
}

.admin-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.admin-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.admin-hero {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 32px;
}

.admin-hero-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 10px 16px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #4b5563;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 18px;
}

.admin-hero-title {
    margin: 0 0 12px;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.12;
    max-width: 920px;
}

.admin-hero-text {
    margin: 0;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.85;
    max-width: 860px;
}

.admin-hero-actions {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.admin-card {
    display: block;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06);
}

.admin-card-title {
    font-weight: 800;
    margin-bottom: 6px;
}

.admin-card-text {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.45;
}

.admin-empty {
    background: #ffffff;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    padding: 18px;
}

.admin-empty-title {
    font-weight: 800;
    margin-bottom: 6px;
}

.admin-empty-text {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.45;
}

.admin-table-wrap {
    overflow: auto;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 16px;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
}

.admin-table--compact {
    min-width: 860px;
}

.admin-table th,
.admin-table td {
    padding: 12px 14px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #eef2f6;
    vertical-align: top;
}

.admin-table th {
    font-weight: 800;
    font-size: 12px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.4px;
    background: #fbfcfd;
}

.admin-table-actions {
    white-space: nowrap;
    text-align: right;
    width: 1%;
}

.admin-table-actions > * + * {
    margin-left: 12px;
}

[data-kv-editor] td:first-child code {
    white-space: normal;
    word-break: break-word;
}

[data-kv-editor] [data-kv-display] {
    overflow-wrap: anywhere;
    white-space: normal;
}

[data-kv-editor] [data-kv-display] h1,
[data-kv-editor] [data-kv-display] h2,
[data-kv-editor] [data-kv-display] h3 {
    margin: 0;
    font: inherit;
    font-weight: 800;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

[data-kv-editor] [data-kv-display] p {
    margin: 0;
}

[data-kv-editor] [data-kv-display] p + p {
    margin-top: 8px;
}

[data-kv-editor] [data-kv-display] em {
    color: #F77737;
}

[data-kv-editor] [data-kv-display] a {
    color: #F77737;
    text-decoration: underline;
}

.admin-inline-form {
    display: inline;
}

.admin-link {
    font-weight: 800;
    font-size: 13px;
    color: #101828;
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.admin-link--danger {
    color: #b42318;
}

.admin-icon-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    padding: 0;
}

.admin-icon-action svg {
    width: 18px;
    height: 18px;
    display: block;
}

.admin-icon-action:hover {
    background: rgba(16, 24, 40, 0.06);
}

.admin-icon-action.admin-link--danger:hover {
    background: rgba(180, 35, 24, 0.08);
}

.admin-icon-action--success {
    color: #067647;
}

.admin-icon-action--success:hover {
    background: rgba(6, 118, 71, 0.08);
}

.admin-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(16, 24, 40, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    z-index: 1000;
}

.admin-modal {
    width: min(720px, 100%);
    max-height: min(80vh, 640px);
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 24px 80px rgba(16, 24, 40, 0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.admin-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(16, 24, 40, 0.12);
}

.admin-modal-title {
    font-weight: 700;
    color: #101828;
}

.admin-modal-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 0;
    background: transparent;
    color: #667085;
    cursor: pointer;
}

.admin-modal-close svg {
    width: 18px;
    height: 18px;
    display: block;
}

.admin-modal-close:hover {
    color: #b42318;
    background: rgba(180, 35, 24, 0.08);
}

.admin-modal-body {
    padding: 16px;
    overflow: auto;
    white-space: pre-wrap;
    word-break: break-word;
    color: #101828;
}

.admin-modal--summary {
    width: min(980px, 100%);
}

.admin-modal--summary .admin-modal-body {
    white-space: normal;
    word-break: normal;
}

.admin-summary-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(16, 24, 40, 0.12);
    border-radius: 14px;
    overflow: hidden;
    font-size: 13px;
}

.admin-summary-table th,
.admin-summary-table td {
    padding: 10px 12px;
    vertical-align: top;
    border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}

.admin-summary-table thead th {
    background: rgba(16, 24, 40, 0.04);
    font-weight: 700;
    color: #101828;
    text-align: left;
}

.admin-summary-table tbody tr:last-child td {
    border-bottom: 0;
}

.admin-summary-service {
    font-weight: 700;
    width: 240px;
}

.admin-summary-account {
    width: 160px;
    font-family: var(--font-mono);
    font-size: 12px;
    color: #344054;
}

.admin-summary-detail {
    min-width: 360px;
}

.admin-summary-subtable {
    width: 100%;
    border-collapse: collapse;
}

.admin-summary-subtable th,
.admin-summary-subtable td {
    padding: 7px 8px;
    border-bottom: 1px solid rgba(16, 24, 40, 0.08);
    vertical-align: top;
}

.admin-summary-subtable thead th {
    background: rgba(16, 24, 40, 0.03);
    font-weight: 700;
    font-size: 12px;
    color: #101828;
}

.admin-summary-subtable tbody tr:last-child td {
    border-bottom: 0;
}

.admin-summary-url {
    width: 62%;
    overflow-wrap: anywhere;
    word-break: break-word;
    font-family: var(--font-mono);
    font-size: 12px;
}

.admin-summary-url a {
    color: #101828;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.admin-summary-qty {
    width: 38%;
    font-family: var(--font-mono);
    font-size: 12px;
    color: #101828;
}

.admin-summary-empty {
    color: #667085;
}

.admin-summary-comments-total {
    font-weight: 700;
    font-size: 12px;
    color: #101828;
}

.admin-summary-comments {
    margin: 6px 0 0;
    padding-left: 16px;
}

.admin-summary-comments li {
    margin: 2px 0;
    overflow-wrap: anywhere;
}

.admin-summary-fallback {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
    font-family: var(--font-mono);
    font-size: 12px;
    color: #101828;
}

.admin-switch {
    width: 56px;
    height: 32px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.admin-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.admin-switch-ui {
    width: 56px;
    height: 32px;
    border-radius: 999px;
    border: 4px solid #111827;
    background: transparent;
    position: relative;
    transition: background 0.18s ease, border-color 0.18s ease;
    display: block;
}

.admin-switch-ui::after {
    content: "";
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #111827;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: left 0.18s ease, background 0.18s ease;
}

.admin-switch input:checked + .admin-switch-ui {
    background: #111827;
    border-color: #111827;
}

.admin-switch input:checked + .admin-switch-ui::after {
    left: calc(100% - 5px - 22px);
    background: #ffffff;
}

.admin-switch input:focus-visible + .admin-switch-ui {
    box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.18);
}

.admin-form {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 16px;
}

.admin-section {
    margin-bottom: 16px;
}

.admin-section-title {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.2px;
}

.admin-section-subtitle {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -0.1px;
}

.admin-field {
    display: grid;
    gap: 6px;
    margin-bottom: 12px;
}

.admin-label {
    font-weight: 800;
    font-size: 13px;
}

.admin-input,
.admin-textarea {
    width: 100%;
    border: 1px solid #d0d5dd;
    border-radius: 12px;
    padding: 10px 12px;
    font-size: 14px;
    outline: none;
}

.admin-input {
    min-height: 40px;
}

.admin-field select.admin-input {
    height: 40px;
    appearance: none;
    padding-right: 44px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23101828' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 18px 18px;
}

.admin-input:focus,
.admin-textarea:focus {
    border-color: #98a2b3;
}

.admin-textarea {
    resize: vertical;
    min-height: 120px;
}

.admin-form-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.admin-editor-profile-preview {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.admin-editor-profile-preview-img {
    width: 120px;
    height: 120px;
    border-radius: 999px;
    object-fit: cover;
    display: block;
}

.admin-subtitle {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.2px;
}

.admin-body .upload-wrapper {
    width: 100%;
    max-width: 100%;
}

.admin-body .upload-title {
    font-size: 13px;
    font-weight: 800;
    color: inherit;
    margin-bottom: 6px;
}

.admin-body .upload-box {
    background: #fff;
    border: 1px solid #dbe1ea;
    border-radius: 12px;
    height: 44px;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: nowrap;
    transition: 0.2s ease;
}

.admin-body .upload-box:hover {
    border-color: #c7d2fe;
}

.admin-body .upload-box .left {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.admin-body .upload-box .icon {
    width: 28px;
    height: 28px;
    border-radius: 10px;
    background: #eef2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.admin-body .upload-box .icon svg {
    width: 20px;
    height: 20px;
    fill: #4f46e5;
}

.admin-body .upload-box .text {
    min-width: 0;
}

.admin-body .upload-box .text h4 {
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.admin-body .upload-help {
    font-size: 12px;
    color: #6b7280;
    margin: 6px 0 12px;
}

.admin-body .upload-box input[type=file] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.admin-body .upload-btn {
    background: #111827;
    color: #fff;
    border: none;
    border-radius: 10px;
    height: 32px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s ease;
    white-space: nowrap;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.admin-body .upload-alt-input {
    height: 44px;
    min-height: 44px;
}

.admin-body .upload-btn:hover {
    background: #4f46e5;
}

@media (max-width: 640px) {
    .admin-body .upload-box {
        height: auto;
        padding: 10px 12px;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .admin-body .upload-btn {
        width: 100%;
        text-align: center;
    }

    .admin-body .upload-help {
        margin-top: 8px;
    }
}

.admin-block-editor {
    border: 1px solid var(--border);
    border-radius: 16px;
    background: #ffffff;
    padding: 12px;
}

.admin-block-toolbar {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

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

.admin-block {
    border: 1px solid #eef2f6;
    border-radius: 16px;
    padding: 12px;
    background: #fbfbfd;
}

.admin-block-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.admin-block-title {
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 0.1px;
}

.admin-block-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.managed-content {
    display: grid;
    gap: 14px;
    margin-top: 16px;
}

.managed-rich {
    font-size: 16px;
    line-height: 1.7;
}

.managed-rich a {
    color: var(--purple);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.managed-block {
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 14px;
    background: #ffffff;
}

.managed-title {
    font-weight: 800;
    margin-bottom: 6px;
}

.managed-desc {
    color: var(--muted);
    margin-bottom: 8px;
}

.managed-text {
    color: var(--text);
    line-height: 1.6;
}

.managed-image {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 14px;
    margin-bottom: 10px;
}

.managed-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 10px;
}

.managed-figure {
    margin: 0;
}

.managed-caption {
    color: var(--muted);
    font-size: 14px;
    margin-top: 8px;
}

.admin-rich-toolbar {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 8px 0;
}

.admin-rich-btn {
    height: 34px;
    padding: 0 12px;
    border-radius: 10px;
}

.admin-rich-editor {
    border: 1px solid #d0d5dd;
    border-radius: 14px;
    padding: 12px;
    min-height: 88px;
    font-size: 14px;
    line-height: 1.5;
    outline: none;
    background: #ffffff;
}

.admin-rich-editor:focus {
    border-color: #98a2b3;
}

.admin-rich-editor a {
    color: var(--purple);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.admin-rich-link-panel {
    margin-top: 10px;
    padding: 12px;
    border-radius: 14px;
    border: 1px solid var(--border);
    background: #fff7ed;
}

.admin-palette {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.admin-palette-swatch {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--border);
    background: #ffffff;
    border-radius: 14px;
    padding: 10px 12px;
    cursor: pointer;
    text-align: left;
}

.admin-palette-swatch.is-selected {
    border-color: rgba(16, 24, 40, 0.45);
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.08);
}

.admin-palette-dot {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 1px solid rgba(16, 24, 40, 0.18);
    flex: 0 0 auto;
}

.admin-color-dot-wrap {
    position: relative;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.admin-color-dot-wrap .admin-palette-dot {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(16, 24, 40, 0.18);
}

.admin-color-input {
    position: absolute;
    inset: 0;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    opacity: 0;
    cursor: pointer;
}

.admin-color-input:focus-visible + [data-color-dot] {
    outline: 2px solid #101828;
    outline-offset: 2px;
}

.admin-color-hex {
    font: 800 12px/1.1 var(--font-mono);
    letter-spacing: 0.04em;
    color: var(--muted);
    margin-top: 6px;
    user-select: text;
}

.admin-palette-name {
    font-weight: 800;
    font-size: 13px;
}

@media (max-width: 760px) {
    .admin-palette {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.admin-errors {
    background: #fffbfa;
    border: 1px solid #fecdca;
    color: #7a271a;
    border-radius: 16px;
    padding: 14px 16px;
    margin-bottom: 14px;
}

.admin-errors-list {
    margin: 0;
    padding-left: 18px;
}

.admin-checkbox-field {
    grid-template-columns: 18px 1fr;
    align-items: center;
}

.admin-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.admin-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.admin-preview {
    margin-bottom: 14px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--border);
    position: relative;
}

.admin-preview .promo-banner {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    transform: none;
    border-radius: 0;
}

.admin-preview .promo-banner.is-hidden {
    transform: none;
    opacity: 1;
}

.admin-preview .promo-banner-inner {
    width: 100%;
    padding: 10px 14px;
}

@media (max-width: 820px) {
    .admin-cards {
        grid-template-columns: 1fr;
    }
    .admin-grid-3 {
        grid-template-columns: 1fr;
    }
    .admin-grid-2 {
        grid-template-columns: 1fr;
    }
    .admin-hero {
        padding: 22px;
    }
    .admin-hero-title {
        font-size: 28px;
    }
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 18px;
    border-radius: 14px;
    border: 1px solid transparent;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.2px;
}

.button--primary {
    background: #101828;
    color: #ffffff;
}

.button--accent {
    background: var(--accent);
    color: #ffffff;
}

.button--neutral {
    background: #f9fafb;
    border-color: var(--border);
    color: var(--text);
}

.button--gradient-ig {
    background: linear-gradient(127.23deg, #833ab4 0%, #fd1d1d 31.49%, #f77737 62.98%);
    color: #ffffff;
}

.button--gradient-tt {
    background: linear-gradient(135deg, #00f2ea 0%, #101828 45%, #ff0050 100%);
    color: #ffffff;
}

.site-header {
    position: fixed;
    top: var(--promo-h, 0px);
    left: 0;
    right: 0;
    width: 100%;
    z-index: 50;
    background: rgba(253, 233, 223, 0.88);
    transition: top 220ms var(--ease, ease);
    backdrop-filter: blur(14px) saturate(130%);
    -webkit-backdrop-filter: blur(14px) saturate(130%);
    border-bottom: 1px solid rgba(26, 20, 20, 0.08);
    box-shadow: 0 10px 30px -24px rgba(60, 30, 20, 0.35);
}

body.page-service .site-header {
    background: var(--svc-nav-bg);
    border-bottom-color: var(--svc-nav-border);
    box-shadow: 0 12px 34px -24px rgba(0, 0, 0, 0.28);
    color: var(--svc-nav-text);
}

body.page-service .site-header .icon-button {
    background: rgba(255, 255, 255, 0.82);
    border-color: var(--svc-nav-border);
    box-shadow: 0 12px 30px -18px rgba(60, 30, 20, 0.22);
}

body.page-service .brand-dot {
    color: var(--accent);
}

body.page-service .nav-links {
    color: var(--svc-nav-text-dim);
}

body.page-service .nav-link:hover {
    background: var(--svc-nav-hover-bg);
    color: var(--svc-nav-text);
}

body.page-service .nav-link.is-active {
    color: var(--svc-nav-text);
}

body.page-service .nav-link.is-active::after {
    background: var(--svc-nav-active-underline);
}

body.page-service .nav-dd-toggle[aria-expanded="true"] {
    background: var(--svc-nav-hover-bg);
    color: var(--svc-nav-text);
}

body.page-service .nav-dd-toggle:hover {
    background: var(--svc-nav-hover-bg);
}

body.page-service .nav-dd-toggle:focus-visible {
    box-shadow: 0 0 0 3px rgba(26, 20, 20, 0.14);
}

body.page-service--instagram .site-header {
    background: rgba(253, 233, 223, 0.9);
    backdrop-filter: blur(14px) saturate(130%);
    -webkit-backdrop-filter: blur(14px) saturate(130%);
    border-bottom-color: rgba(26, 20, 20, 0.08);
    color: rgba(26, 20, 20, 0.9);
    box-shadow: 0 10px 30px -24px rgba(60, 30, 20, 0.35);
}

body.page-service--instagram .nav-links {
    color: rgba(26, 20, 20, 0.85);
}

body.page-service--instagram .nav-link:hover {
    background: rgba(255, 255, 255, 0.78);
    color: rgba(26, 20, 20, 1);
}

body.page-service--instagram .nav-link.is-active {
    color: rgba(26, 20, 20, 1);
}

body.page-service--instagram .nav-link.is-active::after {
    background: oklch(0.62 0.2 320);
}

body.page-service--instagram .nav-dd-toggle:hover {
    background: rgba(255, 255, 255, 0.78);
}

body.page-service--instagram .nav-dd-toggle[aria-expanded="true"] {
    background: rgba(255, 255, 255, 0.78);
    color: rgba(26, 20, 20, 1);
}

body.page-service--instagram .site-header .icon-button {
    background: rgba(255, 255, 255, 0.82);
    border-color: rgba(26, 20, 20, 0.1);
    box-shadow: 0 12px 30px -18px rgba(60, 30, 20, 0.22);
}

body.page-service--instagram .brand-logo {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

body.page-service--instagram .brand-dot {
    color: var(--accent);
}

.is-mobile-menu-open .site-header {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.site-header > .container {
    max-width: 1260px;
}

@media (max-width: 767px) {
    .site-header > .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .site-header {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 56px;
    padding: 16px 0;
}

.nav-left,
.nav-center,
.nav-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.nav-right {
    justify-content: flex-end;
    gap: 12px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-sans);
    font-weight: 700;
    letter-spacing: -0.2px;
    font-size: 24px;
    white-space: nowrap;
    direction: ltr;
}

.site-header .brand {
    flex-direction: row !important;
}

.site-header .brand > img.brand-logo {
    order: 0;
    float: none !important;
}

.site-header .brand > .brand-text {
    order: 1;
}

.brand-logo {
    width: 30px;
    height: 30px;
    display: block;
    object-fit: contain;
}

.brand-dot {
    color: var(--accent);
}

.nav-links {
    display: none;
    gap: 22px;
    font-family: var(--font-sans);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.2px;
    color: #374151;
}

.nav-link {
    position: relative;
    font: inherit;
    line-height: 1.1;
    padding: 10px 14px;
    border-radius: 10px;
    transition: background 120ms ease, color 120ms ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.nav-link:hover {
    background: rgba(249, 250, 251, 0.9);
    color: var(--text);
}

.nav-link.is-active {
    color: var(--text);
    font-weight: 700;
}

.nav-link.is-active::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 4px;
    height: 2px;
    background: var(--accent);
    border-radius: 999px;
}

.nav-dd-toggle {
    border: none;
    background: transparent;
    color: inherit;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font: inherit;
    padding: 10px 14px;
    border-radius: 10px;
}

.nav-dd-toggle[aria-expanded="true"] {
    color: var(--accent);
    background: rgba(249, 250, 251, 0.9);
}

.nav-dd-toggle:hover {
    background: rgba(26, 20, 20, 0.06);
}

.nav-dd-toggle:focus-visible {
    box-shadow: 0 0 0 3px oklch(0.9 0.1 var(--hue) / 0.7);
}

.nav-dd-toggle[aria-expanded="true"] {
    background: rgba(26, 20, 20, 0.06);
    color: rgba(26, 20, 20, 1);
}

.site-header .icon-button {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid var(--line, rgba(26, 20, 20, 0.08));
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 12px 30px -18px rgba(60, 30, 20, 0.25);
    transition: transform 0.2s var(--ease, ease), background 0.2s var(--ease, ease), box-shadow 0.2s var(--ease, ease);
}

.site-header .icon-button:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 36px -18px rgba(60, 30, 20, 0.28);
}

main {
    padding-top: calc(var(--promo-h, 0px) + var(--nav-h, 56px));
    transition: padding-top 220ms var(--ease, ease);
}

.nav-dd-caret {
    transition: transform 160ms ease;
}

.nav-dd-toggle[aria-expanded="true"] .nav-dd-caret {
    transform: rotate(180deg);
}

.nav-dd-panels {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding-top: 8px;
    z-index: 100;
    pointer-events: auto;
}

.nav-dd-panels > .container {
    max-width: 1260px;
}

.nav-dd-panel {
    position: absolute;
    margin: 0;
    max-width: none;
    width: 260px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.2);
    pointer-events: auto;
}

.nav-dd-list {
    display: grid;
    gap: 6px;
}

.nav-dd-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 12px;
    border-radius: 10px;
    text-decoration: none;
    color: #101828;
    font-weight: 500;
    letter-spacing: 0;
    transition: background 140ms ease, color 140ms ease;
    position: relative;
    gap: 10px;
}

.nav-dd-link::before {
    display: none;
}

.nav-dd-link:hover,
.nav-dd-link:focus-visible {
    background: oklch(0.95 0.04 var(--hue));
    color: var(--accent);
}

.nav-dd-icon {
    width: 16px;
    height: 16px;
    border-radius: 0;
    background: transparent;
    display: inline-grid;
    place-items: center;
    color: var(--ink-faint);
    flex-shrink: 0;
}

.nav-dd-text {
    font-size: 14px;
}

@media (max-width: 767px) {
    .nav-dd-panels {
        display: none;
    }
}

.button--signup {
    height: 42px;
    padding: 0 20px;
    border-radius: 14px;
    background: linear-gradient(180deg, #ff8667 0%, #ff5b78 100%);
    color: #ffffff;
    font-weight: 800;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.button--signup:hover {
    filter: brightness(0.98);
}

.button--signup-active {
    box-shadow: 0 10px 18px rgba(255, 85, 60, 0.25);
}

.icon-button {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    border: 1px solid rgba(229, 231, 235, 0.9);
    background: rgba(255, 255, 255, 0.7);
    color: #111827;
    cursor: pointer;
    user-select: none;
}

.icon-button:hover {
    background: rgba(249, 250, 251, 0.95);
}

.icon-button:focus-visible {
    outline: 2px solid rgba(255, 85, 60, 0.5);
    outline-offset: 2px;
}

body.is-scroll-locked {
    overflow: hidden;
}

.cart-button {
    position: relative;
    overflow: visible;
}

.cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #ff553c;
    color: #ffffff;
    font-weight: 800;
    font-size: 12px;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 18px rgba(255, 85, 60, 0.25);
}

.is-cart-open {
    overflow: hidden;
}

.cart-drawer[hidden] {
    display: none;
}

.cart-drawer {
    position: fixed;
    inset: 0;
    z-index: 80;
}

.cart-drawer-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 180ms ease;
}

.cart-drawer-panel {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: min(440px, 100%);
    background: #ffffff;
    box-shadow: -18px 0 48px rgba(16, 24, 40, 0.22);
    transform: translateX(100%);
    transition: transform 220ms ease;
    display: flex;
    flex-direction: column;
}

.cart-drawer.is-open .cart-drawer-overlay {
    opacity: 1;
}

.cart-drawer.is-open .cart-drawer-panel {
    transform: translateX(0);
}

.cart-drawer-header {
    padding: 18px 18px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(16, 24, 40, 0.08);
}

.cart-drawer-title {
    font-family: var(--font-sans);
    font-weight: 900;
    letter-spacing: -0.4px;
    font-size: 20px;
    color: #101828;
}

.cart-drawer-close {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid rgba(16, 24, 40, 0.12);
    background: rgba(249, 250, 251, 0.95);
    display: grid;
    place-items: center;
    color: #101828;
    cursor: pointer;
}

.cart-drawer-body {
    padding: 14px 18px 18px;
    overflow: auto;
    display: grid;
    gap: 16px;
}

.cart-items {
    display: grid;
    gap: 12px;
}

.cart-empty {
    padding: 14px 12px;
    border-radius: 16px;
    background: rgba(249, 250, 251, 0.95);
    border: 1px solid rgba(16, 24, 40, 0.06);
    color: #4a5565;
    line-height: 1.7;
}

.cart-item {
    border-radius: 16px;
    padding: 14px 14px 12px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 14px 28px rgba(16, 24, 40, 0.1);
    display: grid;
    gap: 10px;
}

.cart-item-top {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
}

.cart-item-title {
    margin: 0;
    font-weight: 900;
    letter-spacing: -0.2px;
    color: #101828;
    font-size: 15px;
    line-height: 1.25;
}

.cart-item-meta {
    margin: 4px 0 0;
    font-size: 12px;
    color: rgba(74, 85, 101, 0.95);
    line-height: 1.5;
}

.cart-item-remove {
    border: none;
    background: transparent;
    color: #ef4444;
    cursor: pointer;
    padding: 6px;
    border-radius: 10px;
}

.cart-item-remove:hover {
    background: rgba(239, 68, 68, 0.1);
    color: #ef4444;
}

.cart-item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cart-qty {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(16, 24, 40, 0.12);
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.98);
}

.cart-qty button {
    width: 34px;
    height: 34px;
    border: none;
    background: transparent;
    color: #101828;
    cursor: pointer;
    display: grid;
    place-items: center;
}

.cart-qty button:hover {
    background: rgba(16, 24, 40, 0.06);
}

.cart-qty input {
    width: 44px;
    height: 34px;
    border: none;
    outline: none;
    text-align: center;
    background: transparent;
    font-weight: 800;
    color: #101828;
}

.cart-item-price {
    font-weight: 900;
    color: #101828;
    letter-spacing: -0.3px;
}

.cart-summary {
    border-radius: 18px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    background: rgba(249, 250, 251, 0.95);
    padding: 14px 14px 16px;
    display: grid;
    gap: 12px;
}

.cart-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cart-summary-label {
    font-weight: 900;
    color: #101828;
}

.cart-summary-value {
    font-weight: 900;
    color: #101828;
    letter-spacing: -0.4px;
}

.cart-checkout {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    border-radius: 999px;
    background: #101828;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
}

.cart-checkout[aria-disabled="true"] {
    opacity: 0.5;
    pointer-events: none;
}

.cart-reco {
    border-radius: 18px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    background: rgba(255, 255, 255, 0.95);
    padding: 14px;
}

.cart-reco-title {
    font-weight: 900;
    color: #101828;
    letter-spacing: -0.3px;
}

.cart-reco-grid {
    margin-top: 12px;
    display: grid;
    gap: 10px;
}

.cart-reco-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 12px;
    border-radius: 14px;
    background: rgba(249, 250, 251, 0.95);
    border: 1px solid rgba(16, 24, 40, 0.06);
    color: #101828;
}

.cart-reco-row:hover {
    border-color: rgba(16, 24, 40, 0.12);
    transform: translateY(-1px);
}

.cart-reco-name {
    font-weight: 900;
    letter-spacing: -0.2px;
}

.cart-reco-sub {
    font-weight: 700;
    color: rgba(74, 85, 101, 0.92);
    font-size: 12px;
}

.cart-reco-add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 14px;
    border-radius: 10px;
    background: #101828;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
    border: none;
    cursor: pointer;
    flex: 0 0 auto;
}

.cart-button.is-loading {
    opacity: 0.7;
    pointer-events: none;
}

details > summary {
    list-style: none;
}

details > summary::-webkit-details-marker {
    display: none;
}

.search {
    position: relative;
}

.search-panel {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    width: min(420px, calc(100vw - 24px));
    border-radius: 16px;
    background: #ffffff;
    border: 2px solid var(--border);
    box-shadow: var(--shadow);
    padding: 14px;
    z-index: 60;
}

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

.search-input {
    height: 44px;
    border-radius: 14px;
    border: 2px solid var(--border);
    padding: 0 14px;
    font-size: 15px;
    outline: none;
}

.search-input:focus {
    border-color: rgba(255, 85, 60, 0.55);
    box-shadow: 0 0 0 4px rgba(255, 85, 60, 0.12);
}

.search-hint {
    margin-top: 10px;
    color: var(--muted);
    font-size: 14px;
}

.mobile-menu {
    display: inline-flex;
}

.mobile-panel {
    position: fixed;
    inset: 0;
    height: 100vh;
    height: 100dvh;
    padding: 78px 22px 22px;
    background: #f1efff;
    z-index: 120;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.mobile-drawer {
    height: 100%;
    display: grid;
    gap: 18px;
}

.mobile-screen {
    display: grid;
    gap: 18px;
}

.mobile-screen-header {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 44px;
}

.mobile-screen-title {
    font-family: var(--font-sans);
    font-weight: 900;
    font-size: 28px;
    letter-spacing: -0.6px;
    color: #0b1220;
}

.mobile-back {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(229, 231, 235, 0.9);
    background: rgba(255, 255, 255, 0.85);
    display: grid;
    place-items: center;
    cursor: pointer;
    flex: none;
}

.mobile-back:focus-visible {
    outline: 2px solid rgba(255, 85, 60, 0.5);
    outline-offset: 2px;
}

.mobile-screen-list {
    display: grid;
    gap: 10px;
    align-content: start;
}

.mobile-screen-item {
    min-height: 56px;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(229, 231, 235, 0.9);
    background: rgba(255, 255, 255, 0.85);
    display: grid;
    grid-template-columns: 28px 1fr 18px;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    color: #111827;
    cursor: pointer;
    text-align: left;
}

.mobile-accordion-toggle .mobile-screen-chevron {
    transition: transform 300ms ease;
}

.mobile-accordion-toggle[aria-expanded="true"] .mobile-screen-chevron {
    transform: rotate(90deg);
}

.mobile-accordion-panel {
    margin-top: -2px;
    margin-left: 18px;
    padding-left: 18px;
    border-left: 2px solid rgba(148, 163, 184, 0.35);
    display: grid;
    gap: 8px;
    max-height: 0;
    opacity: 0;
    transform: translateY(-6px);
    overflow: hidden;
    transition: max-height 300ms ease, opacity 300ms ease, transform 300ms ease;
    pointer-events: none;
}

.mobile-accordion-panel.is-open {
    max-height: 520px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.mobile-accordion-item {
    min-height: 52px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(229, 231, 235, 0.9);
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #111827;
}

.mobile-accordion-item:hover {
    background: rgba(249, 250, 251, 0.98);
}

.mobile-accordion-item:focus-visible {
    outline: 2px solid rgba(255, 85, 60, 0.5);
    outline-offset: 2px;
}

.mobile-screen-text {
    font-size: 22px;
    font-weight: 800;
}

.mobile-screen-item:focus-visible {
    outline: 2px solid rgba(255, 85, 60, 0.5);
    outline-offset: 2px;
}

.mobile-screen-item:hover {
    background: rgba(249, 250, 251, 0.98);
}

.mobile-screen-item.is-active {
    border-color: rgba(255, 85, 60, 0.35);
    box-shadow: 0 10px 18px rgba(255, 85, 60, 0.12);
}

.mobile-screen-icon {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
}

.mobile-screen-chevron {
    color: rgba(148, 163, 184, 0.95);
    justify-self: end;
}

.mobile-search {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
    padding-top: 4px;
}

@media (max-width: 767px) {
    .nav-left {
        gap: 10px;
    }

    .nav-right {
        gap: 10px;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.hero {
    background: radial-gradient(1200px 520px at 20% 15%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 60%),
        linear-gradient(180deg, #f9cbb9 0%, #f6c1ae 48%, #f4bca6 100%);
    min-height: calc(100vh - var(--promo-h, 0px) - var(--nav-h, 56px));
    min-height: calc(100svh - var(--promo-h, 0px) - var(--nav-h, 56px));
    padding: clamp(28px, 6vh, 70px) 0 clamp(22px, 5vh, 56px);
    --hero-scale: 1;
    position: relative;
    overflow: hidden;
}

.hero#top {
    scroll-margin-top: calc(var(--promo-h, 0px) + var(--nav-h, 56px) + 14px);
}

.hero-watermarks {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    color: rgba(255, 255, 255, 0.6);
}

.hero-watermark {
    position: absolute;
    left: calc(var(--x, 50) * 1%);
    top: calc(var(--y, 50) * 1%);
    opacity: var(--opacity, 0.16);
    transform: translate3d(-50%, -50%, 0) rotate(var(--rotate, 0deg));
    transform-origin: center;
    --dx: 10px;
    --dy: -10px;
    --scale: 1.06;
    --duration: 4.8s;
    --delay: 0s;
}

.hero-watermark-inner {
    display: block;
    transform: translate3d(0, 0, 0) scale(1);
    will-change: transform;
    animation: hero-float var(--duration) ease-in-out infinite;
    animation-delay: var(--delay);
}

.hero-watermark--icon svg {
    width: var(--wm-size);
    height: var(--wm-size);
    display: block;
}

.hero-watermark--emoji {
    font-size: var(--wm-size);
    line-height: 1;
}

.hero-watermark--sm {
    --wm-size: clamp(26px, 4.2vw, 44px);
}

.hero-watermark--md {
    --wm-size: clamp(40px, 6vw, 86px);
}

.hero-watermark--lg {
    --wm-size: clamp(64px, 10vw, 150px);
}

@keyframes hero-float {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(var(--dx), var(--dy), 0) scale(var(--scale));
    }
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

.hero-visual {
    position: relative;
    min-height: clamp(260px, 30vw, 460px);
    width: 100%;
    max-width: clamp(520px, 34vw, 760px);
    justify-self: center;
    align-self: center;
    color: rgba(255, 255, 255, 0.9);
}

@media (min-width: 1024px) {
    .hero-visual {
        justify-self: end;
    }
}

.hero-network {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    pointer-events: none;
    opacity: 0.95;
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.12));
}

.hero-metric-viewport {
    position: absolute;
    left: 52%;
    top: 58%;
    transform: translate3d(-50%, -50%, 0) perspective(900px) rotateY(-18deg) rotateZ(3deg);
    width: clamp(360px, 42vw, 560px);
    padding: 10px 12px;
    z-index: 1;
    pointer-events: auto;
    --metric-gap: 14px;
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    align-items: center;
    column-gap: 8px;
}

.hero-metric-viewport [data-service-strip] {
    grid-column: 2;
}

.hero-metric-viewport [data-service-strip-prev] {
    grid-column: 1;
}

.hero-metric-viewport [data-service-strip-next] {
    grid-column: 3;
}

@media (min-width: 920px) {
    .hero-metric-viewport {
        transform: translate3d(-50%, -50%, 0);
    }
}

.hero-metric-nav {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.78);
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: none;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: rgba(16, 24, 40, 0.88);
    cursor: pointer;
    z-index: 2;
}

.hero-metric-viewport .hero-metric-nav {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    justify-self: center;
}

.hero-metric-nav:disabled {
    opacity: 0.45;
    cursor: default;
}

.hero-metric-nav--prev {
    left: 10px;
}

.hero-metric-nav--next {
    right: 10px;
}

.hero-metric-cards {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - (2 * var(--metric-gap))) / 3);
    gap: var(--metric-gap);
    --pill-bg: rgba(255, 255, 255, 0.58);
    --pill-bg-hover: rgba(255, 255, 255, 0.58);
    --pill-bg-selected: rgba(255, 255, 255, 0.72);
    --pill-border: rgba(255, 255, 255, 0.78);
    --pill-border-hover: rgba(255, 85, 60, 0.85);
    --pill-border-selected: rgba(255, 255, 255, 0.98);
    --pill-border-selected-hover: rgba(255, 85, 60, 0.55);
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: none;
    overscroll-behavior-x: contain;
}

.hero-metric-cards::-webkit-scrollbar {
    display: none;
}

.hero-metric-cards .service-item {
    position: relative;
    border-radius: 22px;
    padding: 14px 14px 12px;
    background: var(--pill-bg);
    border: 2px solid var(--pill-border);
    box-shadow: none;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    display: grid;
    grid-template-rows: auto auto;
    place-content: center;
    justify-items: center;
    gap: 10px;
    color: rgba(16, 24, 40, 0.92);
    transform: translate3d(0, 0, 0);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
    scroll-snap-align: center;
    width: 100%;
    height: auto;
    min-height: 104px;
}

.hero-metric-cards .service-item::before {
    content: none;
    position: absolute;
    inset: -10px;
    border-radius: 30px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    opacity: 0.85;
    z-index: -1;
    filter: blur(10px);
}

.hero-metric-cards .service-item-icon {
    width: 30px;
    height: 30px;
    color: rgba(16, 24, 40, 0.8);
}

.hero-metric-cards .service-item-text {
    font-weight: 800;
    font-size: 14px;
    letter-spacing: -0.2px;
    text-align: center;
    line-height: 1.1;
    width: 100%;
    display: block;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
}

.hero-metric-cards .service-item:hover {
    transform: translate3d(0, -2px, 0);
    box-shadow: none;
}

.hero-metric-cards .service-item:not(.is-selected):hover {
    border-color: var(--pill-border-hover);
    background: var(--pill-bg-hover);
}

.hero-metric-cards .service-item.is-selected {
    background: var(--pill-bg-selected);
    border-color: var(--pill-border-selected);
    box-shadow: none;
    color: rgba(16, 24, 40, 0.92);
}

.hero-metric-cards .service-item.is-selected:hover {
    border-color: var(--pill-border-selected-hover);
}

.hero-metric-cards .service-item.is-selected .service-item-text,
.hero-metric-cards .service-item.is-selected .service-item-icon {
    color: rgba(16, 24, 40, 0.92);
}

@media (max-width: 920px) {
    .hero-cta-row {
        justify-self: center;
    }

    .hero-cta-row .hero-cta {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-visual {
        max-width: 520px;
        margin: 8px auto 0;
    }

    .hero-metric-viewport {
        left: 50%;
        top: 62%;
        width: clamp(300px, 74vw, 520px);
        transform: translate3d(-50%, -50%, 0);
    }

    .hero-metric-cards {
        --metric-gap: 12px;
    }
}

@media (max-width: 520px) {
    .hero-visual {
        min-height: 240px;
    }

    .hero-metric-viewport {
        transform: translate3d(-50%, -50%, 0);
        grid-template-columns: 36px minmax(0, 1fr) 36px;
        column-gap: 6px;
    }

    .hero-metric-cards {
        --metric-gap: 10px;
    }

    .hero-metric-cards .service-item {
        padding: 12px 10px 10px;
        min-height: 96px;
        box-shadow: none;
    }

    .hero-metric-cards .service-item.is-selected {
        box-shadow: none;
    }

    .hero-metric-cards .service-item::before {
        content: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-watermark-inner {
        animation: none;
    }
}

@media (max-width: 640px) {
    .hero-watermark:nth-child(n + 7) {
        display: none;
    }
}

.hero .container {
    position: relative;
    z-index: 1;
}

@media (max-width: 600px) {
    .hero {
        padding: 28px 0 24px;
    }
}

.hero-inner {
    display: grid;
    gap: clamp(16px, 2.6vh, 28px) clamp(18px, 3.2vw, 56px);
    align-items: center;
    width: 100%;
    grid-template-areas:
        "content"
        "visual"
        "cta"
        "perks";
    transform: scale(var(--hero-scale));
    transform-origin: top center;
    will-change: transform;
}

@media (min-width: 1024px) {
    .hero-inner {
        grid-template-columns: 1.05fr 0.95fr;
        grid-template-areas:
            "content visual"
            "cta visual"
            "perks perks";
        align-items: center;
    }
}

.hero-content {
    display: grid;
    gap: clamp(12px, 2vh, 18px);
    text-align: left;
    justify-items: start;
    grid-area: content;
}

.hero-visual {
    grid-area: visual;
}

.hero-cta-row {
    grid-area: cta;
    justify-self: start;
}

.hero-perks {
    grid-area: perks;
}

.hero-socials {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(16, 24, 40, 0.55);
    transform: translateZ(0);
}

.hero-social svg {
    display: block;
}

.hero-title {
    margin: 0;
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: clamp(30px, 7.8vw, 60px);
    line-height: 1.02;
    letter-spacing: -1.1px;
    color: #0b1220;
}

.hero-title-line {
    display: block;
}

.hero-title-line:first-child {
    white-space: nowrap;
}

.hero-title-accent {
    color: #ff553c;
    display: inline-block;
    transition: opacity 220ms ease, transform 220ms ease;
    will-change: opacity, transform;
}

.hero-title-accent.is-fading {
    opacity: 0;
    transform: translateY(6px);
}

.hero-title-platform,
.hero-title-line-break {
    display: inline;
}

@media (max-width: 767px) {
    .hero-title-line-break {
        display: block;
    }
}

.hero-subtitle {
    margin: 0;
    max-width: clamp(48ch, 40vw, 68ch);
    color: rgba(55, 65, 81, 0.88);
    font-size: clamp(14px, 1.35vw, 18px);
    line-height: 1.6;
}

.platform-tabs {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 10px 18px rgba(16, 24, 40, 0.12);
    width: fit-content;
    max-width: 100%;
    margin-top: 6px;
}

.platform-tab {
    height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(26, 20, 20, 0.2);
    background: transparent;
    color: #0b1220;
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    line-height: 1;
    overflow: hidden;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

@media (max-width: 720px) {
    .platform-tabs {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.platform-tab:hover {
    transform: translateY(-1px);
}

.platform-tab:not(.is-selected):hover {
    background: rgba(255, 255, 255, 0.35);
    border-color: rgba(26, 20, 20, 0.26);
}

.platform-tab.is-selected:hover {
    filter: brightness(0.98);
}

.platform-tab:focus-visible {
    outline: 2px solid rgba(255, 85, 60, 0.55);
    outline-offset: 2px;
}

.platform-tab.is-selected {
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 18px rgba(16, 24, 40, 0.14);
}

.platform-tab[data-platform="facebook"].is-selected {
    background: #1877f2;
    border-color: #1877f2;
}

.platform-tab[data-platform="youtube"].is-selected {
    background: #ff0000;
    border-color: #ff0000;
}

.platform-tab[data-platform="instagram"].is-selected {
    border: 1px solid transparent;
    background: linear-gradient(135deg, #833ab4 0%, #e4405f 35%, #f77737 60%, #fcaf45 82%, #ffdc80 100%) padding-box,
        linear-gradient(135deg, #833ab4 0%, #e4405f 35%, #f77737 60%, #fcaf45 82%, #ffdc80 100%) border-box;
}

.platform-tab[data-platform="tiktok"].is-selected {
    border: 1px solid transparent;
    background: linear-gradient(135deg, #ff0050 0%, #00f2ea 100%) padding-box,
        linear-gradient(135deg, #ff0050 0%, #00f2ea 100%) border-box;
}

.platform-icon {
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    position: relative;
}

.platform-icon svg,
.platform-icon img {
    display: block;
}

.platform-icon .logo {
    position: absolute;
    inset: 0;
    width: 18px;
    height: 18px;
    opacity: 1;
    transition: opacity 180ms ease;
}

.platform-icon .logo--mono {
    opacity: 0;
}

.platform-tab.is-selected .logo--color {
    opacity: 0;
}

.platform-tab.is-selected .logo--mono {
    opacity: 1;
    filter: brightness(0) invert(1);
}

.hero-service-area {
    width: 100%;
    max-width: 860px;
    display: grid;
    gap: clamp(10px, 1.4vh, 16px);
    justify-items: center;
    margin-top: clamp(14px, 2.2vh, 22px);
}

.hero-box {
    width: 100%;
    max-width: clamp(680px, 78vw, 840px);
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background-color: transparent;
    background-image: none;
    border: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    padding: clamp(4px, 0.7vh, 10px) clamp(10px, 1.6vw, 18px);
}

.hero-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05));
    opacity: 0;
    pointer-events: none;
}

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

.hero-box-title {
    font-family: var(--font-sans);
    font-weight: 800;
    font-size: clamp(12px, 1.8vw, 17px);
    text-align: center;
    color: rgba(16, 24, 40, 0.9);
    letter-spacing: -0.2px;
    line-height: 1.2;
    margin-bottom: clamp(10px, 1.8vh, 16px);
}

.service-strip {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, 104px);
    justify-content: center;
    gap: clamp(10px, 1.2vw, 14px);
    padding: 0;
}

.service-strip::-webkit-scrollbar {
    display: none;
}

@media (max-width: 600px) {
    .service-strip {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: stretch;
        gap: 14px;
        padding: 0 16px;
        max-width: min(360px, 100%);
        margin: 0 auto;
    }

    .service-strip .service-item:last-child:nth-child(odd) {
        grid-column: 1 / -1;
    }
}

.service-item {
    scroll-snap-align: start;
    min-width: 0;
    width: 100%;
    height: clamp(62px, 7.6vw, 76px);
    padding: clamp(6px, 0.9vh, 8px) clamp(6px, 1.2vw, 8px);
    border-radius: clamp(14px, 2vw, 16px);
    border: 2px solid rgba(229, 231, 235, 0.95);
    background: rgba(255, 255, 255, 0.95);
    color: #1f2937;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: clamp(4px, 0.8vh, 6px);
    cursor: pointer;
}

.service-item:hover {
    border-color: rgba(255, 85, 60, 0.35);
    box-shadow: 0 10px 18px rgba(16, 24, 40, 0.12);
}

.service-item:focus-visible {
    outline: 2px solid rgba(255, 85, 60, 0.55);
    outline-offset: 2px;
}

.service-item-icon {
    width: clamp(26px, 3.8vw, 34px);
    height: clamp(26px, 3.8vw, 34px);
    display: grid;
    place-items: center;
    color: rgba(55, 65, 81, 0.95);
}

.service-item-icon svg {
    display: block;
}

.service-item-text {
    font-weight: 800;
    font-size: clamp(9px, 1.1vw, 11px);
    color: #0b1220;
}

.service-item.is-selected {
    background: linear-gradient(180deg, #ff8667 0%, #ff5b78 100%);
    border-color: transparent;
    box-shadow: 0 18px 24px rgba(0, 0, 0, 0.18);
    color: #ffffff;
}

.service-item.is-selected .service-item-text,
.service-item.is-selected .service-item-icon {
    color: #ffffff;
}

.hero-cta {
    height: clamp(42px, 5.6vh, 52px);
    min-width: clamp(170px, 24vw, 210px);
    border-radius: 14px;
    padding: 0 clamp(16px, 2.2vw, 22px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 800;
    color: #ffffff;
    background: linear-gradient(180deg, #ff8667 0%, #ff5b78 100%);
    box-shadow: 0 14px 22px rgba(0, 0, 0, 0.18);
    margin-top: 6px;
}

.hero-cta:hover {
    filter: brightness(0.98);
}

.hero-cta-icon {
    display: inline-grid;
    place-items: center;
}

.hero-perks {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 2vw, 24px);
    flex-wrap: wrap;
    color: rgba(74, 85, 101, 0.95);
    font-size: clamp(12px, 1.4vw, 14px);
    width: 100%;
    max-width: 860px;
    margin-top: clamp(10px, 2vh, 18px);
    grid-column: 1 / -1;
}

@media (min-width: 720px) {
    .hero-perks {
        justify-content: space-between;
    }
}

@media (max-width: 600px) {
    .hero-perks {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px 18px;
        justify-items: start;
        align-items: start;
        width: 100%;
        max-width: min(520px, 100%);
        margin: 16px auto 0;
    }

    .hero-perk {
        width: 100%;
    }
}

.hero-perk {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    justify-content: flex-start;
    text-align: left;
}

.perk-icon svg {
    width: clamp(14px, 2vw, 18px);
    height: clamp(14px, 2vw, 18px);
}

.perk-icon {
    color: #10b981;
}

.featured {
    padding: 56px 0 28px;
}

.featured-inner {
    display: grid;
    gap: 12px;
    justify-items: center;
    text-align: center;
}

.featured-kicker {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #625bff;
}

.featured-logos {
    display: none;
}

.logo-marquee {
    width: 100%;
    overflow: hidden;
    color: rgba(74, 85, 101, 0.75);
    padding: 22px 0;
}

.logo-marquee-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: logo-marquee-right 32s linear infinite;
}

.logo-marquee-group {
    display: flex;
    align-items: center;
    gap: 40px;
    padding-right: 40px;
}

.featured-logo {
    height: 60px;
    width: auto;
    display: block;
    flex: none;
    opacity: 0.9;
}

.featured-logo[aria-hidden="true"] {
    pointer-events: auto;
}

.logo-wordmark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 800;
    letter-spacing: -0.2px;
    white-space: nowrap;
    font-size: 24px;
}

.logo-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

.logo-mark svg {
    display: block;
    height: 26px;
    width: auto;
}

.logo-text {
    display: inline-flex;
    align-items: center;
}

.logo-wordmark--msn .logo-text {
    font-weight: 500;
    letter-spacing: 0;
    text-transform: lowercase;
    font-size: 26px;
}

.logo-wordmark--tribune .logo-text {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: 700;
    letter-spacing: -0.4px;
}

.logo-wordmark--outlook .logo-text {
    font-weight: 800;
    letter-spacing: -0.3px;
}

.logo-wordmark--g2 {
    gap: 0;
}

@keyframes logo-marquee-right {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .logo-marquee {
        -webkit-mask-image: none;
        mask-image: none;
    }

    .logo-marquee-track {
        animation: none;
        width: 100%;
        justify-content: center;
    }

    .logo-marquee-group {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.section {
    padding: var(--section-py) 0;
}

.section + .section {
    padding-top: 0;
}

.page-home .featured {
    background: #ffffff;
}

.page-home .section {
    background: #ffffff;
}

.page-home .section--services,
.page-home .section--reviews,
.page-home .section--features {
    background: #ffffff;
}

.section--services-intro {
    padding: clamp(44px, 5vw, 90px) 0 clamp(14px, 2vw, 22px);
    background: #ffffff;
}

.section--services-intro .section-title {
    font-size: clamp(30px, 3.2vw, 52px);
    line-height: 1.05;
    letter-spacing: -0.8px;
}

.section--services-intro .section-text--lead {
    font-size: clamp(15px, 1.15vw, 18px);
    line-height: 1.75;
    max-width: clamp(64ch, 60vw, 92ch);
}

.section--services {
    padding-top: clamp(44px, 5vw, 90px);
    background: linear-gradient(180deg, rgba(255, 85, 60, 0.5) 0%, #ffffff 100%);
}

.section--services-intro + .section--services {
    padding-top: clamp(44px, 5vw, 90px);
}

.section--services .section-title {
    font-size: clamp(30px, 3.2vw, 52px);
}

.section--services .section-text--lead {
    font-size: clamp(16px, 1.2vw, 19px);
    max-width: clamp(64ch, 60vw, 92ch);
}

.services-stack {
    display: grid;
    gap: 18px;
    margin-top: 26px;
}

.service-feature {
    box-sizing: border-box;
    padding: 2px;
    border-radius: 24px;
    border: 2px solid #f3f4f6;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: var(--container-bg, #ffffff);
    transition: background 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
    --platform-color: #ff553c;
    --cta-bg: var(--platform-color);
    --container-bg: #ffffff;
    --container-bg-hover: #ffffff;
}

.service-feature--ig {
    --platform-color: #e4405f;
    --cta-bg: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #f77737 100%);
    --container-bg: #fde7f1;
    --container-bg-hover: #fdf2f8;
}

.service-feature--ig .service-feature-inner {
    background: var(--container-bg);
    border-radius: 22px;
}

.service-feature--fb {
    --platform-color: #1877f2;
    --cta-bg: linear-gradient(138.52deg, #1877f2 91.15%, #f0f2f5 123.33%, #ffffff 164.05%);
    --container-bg: #deefff;
    --container-bg-hover: #eff7ff;
}

.service-feature--yt {
    --platform-color: #ff0000;
    --cta-bg: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
    --container-bg: #ffe9e9;
    --container-bg-hover: #fff7f7;
}

.service-feature--tt {
    --platform-color: #ff0050;
    --cta-bg: linear-gradient(135deg, #ff0050 0%, #00f2ea 100%);
    --container-bg: #eef2f7;
    --container-bg-hover: #f8fafc;
}

.service-feature:hover {
    background: var(--container-bg-hover, var(--container-bg));
    border-color: rgba(255, 85, 60, 0.25);
    box-shadow: 0 10px 18px rgba(16, 24, 40, 0.12), 0 1px 2px rgba(16, 24, 40, 0.08);
}

.service-check--yt {
    background: var(--cta-bg);
    color: #ffffff;
}

.service-check--tt {
    background: var(--cta-bg);
    color: #ffffff;
}

.service-feature-inner {
    display: grid;
    gap: 24px;
    padding: 20px;
    background: var(--container-bg);
}

.service-feature-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: left;
    --service-copy-width: clamp(320px, 38vw, 440px);
}

.service-feature-head {
    display: grid;
    gap: 10px;
}

.service-feature-pname {
    font: 600 11px/1 var(--font-mono);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(26, 20, 20, 0.6);
}

.service-rating {
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(17, 24, 39, 0.9);
}

.service-rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 0 16px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    font-size: 16px;
    color: #111827;
}

.service-rating-badge svg {
    color: #22c55e;
}

.service-rating-score {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #364153;
}

.service-feature-title {
    margin: 0;
    font-family: var(--font-sans);
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    color: #101828;
    max-width: var(--service-copy-width);
    width: 100%;
}

.service-feature-title-accent {
    color: var(--platform-color);
}

.service-feature-text {
    margin: 0;
    color: #4a5565;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    max-width: var(--service-copy-width);
    width: 100%;
    text-align: justify;
    text-justify: inter-word;
}

.service-readmore-block {
    max-width: var(--service-copy-width);
    width: 100%;
}

.service-readmore-toggle {
    border: 0;
    background: var(--cta-bg);
    padding: 6px 10px;
    border-radius: 999px;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    margin-left: 8px;
}

.service-readmore-toggle:focus-visible {
    outline: 2px solid rgba(255, 85, 60, 0.55);
    outline-offset: 2px;
}

.service-readmore-block.is-expanded {
    display: block;
}

.service-feature-list.service-list--mobile {
    display: none;
}

.service-desc--mobile {
    display: none;
}

@media (max-width: 767px) {
    .service-feature--fb .service-list--desktop,
    .service-feature--fb .service-desc--desktop,
    .service-feature--tt .service-list--desktop,
    .service-feature--tt .service-desc--desktop {
        display: none;
    }

    .service-feature--fb .service-list--mobile,
    .service-feature--tt .service-list--mobile {
        display: grid;
    }

    .service-feature--fb .service-desc--mobile,
    .service-feature--tt .service-desc--mobile {
        display: block;
    }
}

.service-feature-right {
    display: grid;
    gap: 24px;
    align-content: start;
}

.service-feature-image {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.5);
    aspect-ratio: auto;
    height: 256px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-feature--ig .service-feature-image {
    background-image: url("/images/instagram.jpg");
}

.service-feature--fb .service-feature-image {
    background-image: url("/images/facebook.png");
}

.service-feature--yt .service-feature-image {
    background-image: url("/images/youtube.png");
}

.service-feature--tt .service-feature-image {
    background-image: url("/images/tiktok.jpg");
}

.service-feature-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(600px 240px at 30% 30%, rgba(255, 85, 60, 0.18) 0%, rgba(255, 255, 255, 0) 55%),
        radial-gradient(520px 220px at 70% 40%, rgba(98, 91, 255, 0.14) 0%, rgba(255, 255, 255, 0) 55%);
    opacity: 0.55;
}

.service-feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 12px;
    color: #364153;
    font-weight: 400;
    font-size: 16px;
}

.service-feature-list li {
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: center;
    gap: 12px;
}

.service-check {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-size: 14px;
    line-height: 1;
    margin-top: 2px;
    background: var(--cta-bg);
    color: #ffffff;
}

.service-feature--fb .service-check {
    background: var(--cta-bg);
    color: #ffffff;
}

.service-feature-cta {
    height: 60px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    width: 100%;
}

.service-feature-cta:visited {
    color: #ffffff;
}

.service-feature-cta--ig {
    background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #f77737 100%);
    color: #ffffff;
    border: 0;
    box-shadow: 0 10px 18px rgba(16, 24, 40, 0.12), 0 1px 2px rgba(16, 24, 40, 0.08);
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.service-feature-cta--ig:hover {
    color: #ffffff;
}

.service-feature-cta--fb {
    background: linear-gradient(138.52deg, #1877f2 91.15%, #f0f2f5 123.33%, #ffffff 164.05%);
    color: #ffffff;
    border: 0;
    box-shadow: 0 10px 18px rgba(16, 24, 40, 0.12), 0 1px 2px rgba(16, 24, 40, 0.08);
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.service-feature-cta--fb:hover {
    color: #ffffff;
}

.service-feature-cta--yt {
    background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
    color: #ffffff;
    border: 0;
    box-shadow: 0 10px 18px rgba(16, 24, 40, 0.12), 0 1px 2px rgba(16, 24, 40, 0.08);
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.service-feature-cta--yt:hover {
    color: #ffffff;
}

.service-feature-cta--tt {
    background: linear-gradient(135deg, #ff0050 0%, #00f2ea 100%);
    color: #ffffff;
    border: 0;
    box-shadow: 0 10px 18px rgba(16, 24, 40, 0.12), 0 1px 2px rgba(16, 24, 40, 0.08);
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.service-feature-cta--tt:hover {
    color: #ffffff;
}

.service-feature-cta--ig,
.service-feature-cta--ig:hover,
.service-feature-cta--fb,
.service-feature-cta--fb:hover,
.service-feature-cta--yt,
.service-feature-cta--yt:hover,
.service-feature-cta--tt,
.service-feature-cta--tt:hover {
    color: #ffffff;
}

.service-feature-cta:hover {
    filter: brightness(1.04);
}

.service-feature-cta--ig:hover,
.service-feature-cta--fb:hover {
    transform: translateY(-1px);
}

.service-feature-cta--yt:hover {
    transform: translateY(-1px);
}

.service-feature-cta--tt:hover {
    transform: translateY(-1px);
}

.section--visibility {
    padding: 56px 0 48px;
}

.visibility-grid {
    display: grid;
    gap: 32px;
}

.section--visibility .section-title {
    font-size: 44px;
    line-height: 1.05;
    letter-spacing: -0.8px;
    margin-bottom: 4px;
}

.visibility-copy {
    display: grid;
    gap: 18px;
}

.section--visibility .section-text {
    font-size: 15px;
    line-height: 1.75;
    max-width: 680px;
}

.visibility-media {
    width: 100%;
    border-radius: 16px;
    border: 1px solid rgba(229, 231, 235, 0.9);
    background: url("/images/resource1.png") center / cover no-repeat;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
    aspect-ratio: 16 / 9;
    min-height: 260px;
    position: relative;
    overflow: hidden;
}

.visibility-media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.06) 0 2px, rgba(255, 255, 255, 0) 2px 18px);
    opacity: 0.18;
    pointer-events: none;
}

.visibility-media::after {
    content: "";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
    letter-spacing: 0.4px;
}

.section-head {
    display: grid;
    gap: 12px;
    margin-bottom: 28px;
}

.section-head--center {
    text-align: center;
    justify-items: center;
}

.kicker {
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-size: 12px;
}

.kicker--accent {
    color: var(--accent);
}

.section-title {
    margin: 0;
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: clamp(28px, 2.7vw, 44px);
    line-height: 1.1;
    letter-spacing: -0.6px;
}

.section-title em {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--accent);
}

.svc-marketing .section-title em {
    color: var(--accent);
}

.section-title--accent {
    color: var(--accent);
}

.section-text {
    margin: 0;
    color: var(--muted);
    font-size: clamp(15px, 1.05vw, 18px);
    line-height: 1.6;
}

.section-text em {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--accent);
}

.section-text--lead {
    font-size: clamp(16px, 1.15vw, 20px);
    max-width: clamp(64ch, 60vw, 92ch);
}

.notice {
    border-radius: 16px;
    border: 2px solid rgba(255, 85, 60, 0.25);
    background: rgba(255, 85, 60, 0.08);
    padding: 14px 16px;
    font-weight: 700;
    margin: 18px 0 0;
}

.auth {
    display: grid;
    gap: 14px;
    margin-top: 22px;
}

.auth-card {
    border-radius: var(--radius);
    border: 2px solid var(--border);
    background: #ffffff;
    padding: 18px;
    display: grid;
    gap: 12px;
    max-width: 520px;
}

.field {
    display: grid;
    gap: 8px;
}

.field-label {
    font-weight: 700;
    color: #111827;
}

.field-input {
    height: 46px;
    border-radius: 14px;
    border: 2px solid var(--border);
    padding: 0 14px;
    font-size: 15px;
    outline: none;
}

.field-input:focus {
    border-color: rgba(255, 85, 60, 0.55);
    box-shadow: 0 0 0 4px rgba(255, 85, 60, 0.12);
}

.auth-aside {
    border-radius: var(--radius);
    border: 2px solid var(--border);
    background: linear-gradient(180deg, rgba(98, 91, 255, 0.08) 0%, #ffffff 70%);
    padding: 18px;
    max-width: 520px;
}

.split {
    display: grid;
    gap: 26px;
    align-items: center;
}

.media-card {
    border-radius: var(--radius);
    background: linear-gradient(180deg, #f3f4f6 0%, #ffffff 100%);
    border: 1px solid var(--border);
    min-height: 260px;
    position: relative;
    overflow: hidden;
}

.media-card-inner {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
}

.media-lines {
    width: 85%;
    height: 85%;
    border-radius: 22px;
    background: radial-gradient(circle at 20% 20%, rgba(255, 85, 60, 0.18) 0%, rgba(255, 255, 255, 0) 60%),
        radial-gradient(circle at 80% 30%, rgba(98, 91, 255, 0.18) 0%, rgba(255, 255, 255, 0) 65%),
        linear-gradient(135deg, rgba(16, 24, 40, 0.06) 0%, rgba(16, 24, 40, 0) 60%);
}

.media-badge {
    position: absolute;
    top: 18px;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-weight: 800;
    color: #ffffff;
}

.media-badge--ig {
    left: 18px;
    background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #f77737 100%);
}

.media-badge--tt {
    right: 18px;
    background: linear-gradient(135deg, #00f2ea 0%, #101828 45%, #ff0050 100%);
}

.card-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
}

.service-card {
    border-radius: var(--radius);
    border: 2px solid var(--border);
    background: var(--card);
    display: grid;
    gap: 16px;
    padding: 18px;
    overflow: hidden;
}

.service-card-body {
    display: grid;
    gap: 10px;
    align-content: start;
}

.card-title {
    margin: 0;
    font-family: var(--font-sans);
    font-size: 22px;
    letter-spacing: -0.2px;
}

.card-text {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.service-card-art {
    border-radius: 14px;
    min-height: 120px;
    background: radial-gradient(circle at 25% 35%, rgba(255, 85, 60, 0.22) 0%, rgba(255, 255, 255, 0) 55%),
        linear-gradient(135deg, rgba(16, 24, 40, 0.06) 0%, rgba(16, 24, 40, 0) 60%);
}

.service-card-art--ig {
    background: radial-gradient(circle at 30% 30%, rgba(253, 29, 29, 0.22) 0%, rgba(255, 255, 255, 0) 60%),
        linear-gradient(135deg, rgba(131, 58, 180, 0.14) 0%, rgba(247, 119, 55, 0.06) 60%);
}

.service-card-art--ig2 {
    background: radial-gradient(circle at 30% 30%, rgba(247, 119, 55, 0.26) 0%, rgba(255, 255, 255, 0) 60%),
        linear-gradient(135deg, rgba(131, 58, 180, 0.12) 0%, rgba(253, 29, 29, 0.06) 60%);
}

.service-card-art--tt {
    background: radial-gradient(circle at 30% 30%, rgba(255, 0, 80, 0.2) 0%, rgba(255, 255, 255, 0) 60%),
        linear-gradient(135deg, rgba(0, 242, 234, 0.16) 0%, rgba(16, 24, 40, 0.06) 60%);
}

.service-card-art--tt2 {
    background: radial-gradient(circle at 30% 30%, rgba(0, 242, 234, 0.2) 0%, rgba(255, 255, 255, 0) 60%),
        linear-gradient(135deg, rgba(255, 0, 80, 0.16) 0%, rgba(16, 24, 40, 0.06) 60%);
}

.service-card-art--views {
    background: radial-gradient(circle at 30% 30%, rgba(98, 91, 255, 0.18) 0%, rgba(255, 255, 255, 0) 60%),
        linear-gradient(135deg, rgba(16, 24, 40, 0.06) 0%, rgba(16, 24, 40, 0) 60%);
}

.service-card-art--yt {
    background: radial-gradient(circle at 30% 30%, rgba(255, 0, 0, 0.18) 0%, rgba(255, 255, 255, 0) 60%),
        linear-gradient(135deg, rgba(16, 24, 40, 0.06) 0%, rgba(16, 24, 40, 0) 60%);
}

.service-card-art--fb {
    background: radial-gradient(circle at 30% 30%, rgba(24, 119, 242, 0.22) 0%, rgba(255, 255, 255, 0) 60%),
        linear-gradient(135deg, rgba(16, 24, 40, 0.06) 0%, rgba(16, 24, 40, 0) 60%);
}

.section--trusted {
    background: #ffffff;
}

.trusted-title {
    margin: 0;
    font-family: var(--font-sans);
    font-weight: 800;
    font-size: 44px;
    letter-spacing: -0.8px;
    line-height: 1.05;
    color: #101828;
}

.trusted-title-accent {
    color: #ff553c;
}

.trusted-title-accent--brand {
    color: #625bff;
}

.trusted-subtitle {
    margin: 10px 0 0;
    color: rgba(74, 85, 101, 0.95);
    font-size: 16px;
    line-height: 1.6;
    max-width: 780px;
}

.trusted-panels {
    margin-top: 36px;
    display: grid;
    gap: 22px;
    grid-template-columns: 1fr;
}

.trusted-panel {
    border-radius: 24px;
    box-shadow: 0 26px 48px rgba(0, 0, 0, 0.16);
    padding: 26px;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.trusted-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
    opacity: 0.35;
    pointer-events: none;
}

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

.trusted-panel--influencers {
    background: linear-gradient(135deg, #ff553c 0%, #ff5a41 12.5%, #ff5f46 25%, #ff644b 37.5%, #ff684f 50%, #ff6c54 62.5%, #ff7158 75%, #ff755d 87.5%, #ff7961 100%);
}

.trusted-panel--brands {
    background: linear-gradient(135deg, #625bff 0%, #685bfe 12.5%, #6d5cfd 25%, #725cfc 37.5%, #775cfb 50%, #7c5cf9 62.5%, #815cf8 75%, #865cf7 87.5%, #8b5cf6 100%);
}

.trusted-panel-pill {
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.18);
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.trusted-panel-title {
    margin: 18px 0 0;
    font-family: var(--font-sans);
    font-weight: 900;
    letter-spacing: -0.8px;
    font-size: 36px;
    line-height: 1.05;
}

.trusted-features {
    margin-top: 18px;
    display: grid;
    gap: 16px;
}

.trusted-feature {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: start;
}

.trusted-feature-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.trusted-feature-title {
    font-weight: 900;
    font-size: 16px;
}

.trusted-feature-text {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.55;
    font-size: 14px;
    max-width: 520px;
}

.trusted-panel-divider {
    margin-top: 22px;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
}

.trusted-stats {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    text-align: center;
}

.trusted-stat-value {
    font-weight: 900;
    font-size: 30px;
    letter-spacing: -0.4px;
}

.trusted-stat-label {
    margin-top: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: 0.3px;
}

.plans {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
}

.plan {
    border-radius: var(--radius);
    border: 2px solid var(--border);
    background: var(--card);
    padding: 18px;
    display: grid;
    gap: 10px;
}

.plan--warm {
    background: linear-gradient(180deg, rgba(255, 85, 60, 0.08) 0%, #ffffff 60%);
}

.plan--cool {
    background: linear-gradient(180deg, rgba(98, 91, 255, 0.1) 0%, #ffffff 60%);
}

.plan-top {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.plan-name {
    font-weight: 800;
    font-size: 18px;
}

.plan-price {
    font-weight: 800;
    font-size: 22px;
}

.plan-sub {
    color: var(--muted);
}

.plan-list {
    margin: 0;
    padding-left: 18px;
    color: var(--muted);
    display: grid;
    gap: 6px;
}

.section--features {
    background: #ff6b6b15;
}

.section--features .section-title {
    font-size: 44px;
}

.section--features .section-text--lead {
    max-width: 920px;
    line-height: 1.75;
}

.feature-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: 1fr;
    margin-top: 34px;
}

.feature-card {
    border-radius: 24px;
    border: 2px solid rgba(229, 231, 235, 0.9);
    background: rgba(255, 255, 255, 0.92);
    padding: 34px 26px 64px;
    display: grid;
    gap: 16px;
    position: relative;
    overflow: hidden;
}

.feature-float {
    position: absolute;
    display: grid;
    place-items: center;
    transform-origin: center;
    filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.12));
}

.feature-float--row {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.85);
}

.feature-card--social .feature-float--1 {
    top: 16px;
    left: 16px;
    transform: rotate(-8deg);
}

.feature-card--social .feature-float--2 {
    top: 16px;
    right: 16px;
    transform: rotate(8deg);
}

.feature-card--social .feature-float--3 {
    bottom: 16px;
    left: 16px;
    transform: rotate(-6deg);
}

.feature-card--support .feature-float--1 {
    top: 16px;
    left: 16px;
    transform: rotate(-10deg);
}

.feature-card--support .feature-float--2 {
    top: 16px;
    right: 16px;
    transform: rotate(8deg);
}

.feature-card--support .feature-float--3 {
    bottom: 16px;
    right: 16px;
    transform: rotate(-6deg);
}

.feature-card--payments .feature-float--1 {
    top: 16px;
    left: 16px;
    transform: rotate(-5deg);
}

.feature-card--payments .feature-float--2 {
    top: 16px;
    right: 16px;
    transform: rotate(3deg);
}

.feature-card--payments .feature-float--3 {
    bottom: 16px;
    right: 16px;
    transform: rotate(6deg);
}

.feature-logo {
    display: block;
    transition: transform 240ms ease;
}

.feature-logo--tt {
    color: #111827;
    filter: drop-shadow(-2px 0 0 #00f2ea) drop-shadow(2px 0 0 #ff0050);
}

.feature-logo--star {
    color: #f59e0b;
}

.feature-logo--shield {
    color: #2563eb;
}

.feature-logo--headset {
    color: #a855f7;
}

.feature-wordmark {
    font-weight: 800;
    letter-spacing: -0.4px;
    font-size: 18px;
}

.feature-wordmark--paypal {
    color: #003087;
}

.feature-wordmark--visa {
    color: #1a1f71;
}

.feature-wordmark--stripe {
    color: #635bff;
}

.feature-logo--mastercard {
    height: 24px;
    width: auto;
}

.feature-card-body {
    max-width: none;
    margin: 0;
    text-align: left;
    padding-top: 36px;
}

.feature-card-title {
    margin: 0;
    font-family: var(--font-sans);
    font-weight: 800;
    letter-spacing: -0.4px;
    font-size: 22px;
    line-height: 1.25;
    text-align: center;
    min-height: 2.5em;
    color: #625bff;
}

.feature-card-text {
    margin: 14px 0 0;
    color: #4a5565;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}

.section--benefits {
    background: #ffffff;
}

.benefits-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 34px;
}

.benefits-grid > .benefit-card {
    grid-column: span 2;
}

.benefits-grid--two {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.benefit-card {
    border-radius: 22px;
    padding: 2px;
    background: linear-gradient(135deg, rgba(131, 58, 180, 0.25) 0%, rgba(253, 29, 29, 0.22) 45%, rgba(247, 119, 55, 0.22) 100%);
    box-shadow: 0 16px 34px rgba(16, 24, 40, 0.12);
}

.benefit-card-inner {
    border-radius: 20px;
    padding: 26px 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 240, 246, 0.75) 45%, rgba(238, 242, 255, 0.7) 100%);
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 12px;
    height: 100%;
    align-content: start;
}

body.page-service .benefit-card {
    padding: 0;
    background: #ffffff;
    border: 1px solid var(--line);
    box-shadow: 0 16px 34px rgba(16, 24, 40, 0.12);
}

body.page-service .benefit-card-inner {
    border-radius: 22px;
    background: #ffffff;
}

body.page-home .benefit-card {
    padding: 0;
    background: #ffffff;
    border: 1px solid var(--line);
    box-shadow: 0 16px 34px rgba(16, 24, 40, 0.12);
}

body.page-home .benefit-card-inner {
    border-radius: 22px;
    background: #ffffff;
}

body.page-about .benefit-card {
    padding: 0;
    background: #ffffff;
    border: 1px solid var(--line);
    box-shadow: 0 16px 34px rgba(16, 24, 40, 0.12);
}

body.page-about .benefit-card-inner {
    border-radius: 22px;
    background: #ffffff;
}

.benefit-icon {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255, 85, 60, 0.12);
    color: var(--accent);
}

.benefit-icon--pink {
    background: rgba(253, 29, 29, 0.12);
    color: #fd1d1d;
}

.benefit-icon--blue {
    background: rgba(59, 130, 246, 0.14);
    color: #2563eb;
}

.benefit-icon--purple {
    background: rgba(131, 58, 180, 0.14);
    color: #7c3aed;
}

.benefit-icon--red {
    background: rgba(239, 68, 68, 0.14);
    color: #ef4444;
}

.benefit-icon--green {
    background: rgba(34, 197, 94, 0.14);
    color: #16a34a;
}

.benefit-title {
    margin: 0;
    font-family: var(--font-sans);
    font-weight: 800;
    letter-spacing: -0.2px;
    font-size: 18px;
    line-height: 1.25;
    color: #101828;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: calc(1.25em * 2);
}

.benefit-title h2,
.benefit-title h3 {
    margin: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
}

.benefit-title h1 {
    margin: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
}

.benefit-title em {
    color: var(--accent);
}

.benefit-text {
    margin: 0;
    color: rgba(74, 85, 101, 0.95);
    font-size: 14px;
    line-height: 1.75;
}

@media (min-width: 981px) {
    .benefits-grid:not(.benefits-grid--two) > .benefit-card:nth-child(3n + 1):nth-last-child(1) {
        grid-column: 3 / span 2;
    }

    .benefits-grid:not(.benefits-grid--two) > .benefit-card:nth-child(3n + 1):nth-last-child(2) {
        grid-column: 2 / span 2;
    }
}

@media (max-width: 980px) {
    .benefits-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .benefits-grid,
    .benefits-grid--two {
        grid-template-columns: 1fr;
        max-width: none;
    }

    .benefits-grid > .benefit-card {
        grid-column: auto;
    }
}

.section--why {
    background: #f6f7fb;
}

.why-grid {
    margin: 34px auto 0;
    display: grid;
    gap: 26px;
    max-width: 1040px;
}

.why-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 28px 26px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(16, 24, 40, 0.06);
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.12);
    margin-right: auto;
}

.why-item--reverse {
    flex-direction: row-reverse;
    margin-left: auto;
    margin-right: 0;
}

.why-textblock {
    max-width: 560px;
}

.why-title {
    margin: 0;
    font-family: var(--font-sans);
    font-weight: 800;
    letter-spacing: -0.4px;
    font-size: 22px;
    line-height: 1.2;
    color: #101828;
}

.why-title h2,
.why-title h3 {
    margin: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.why-title h1 {
    margin: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.why-title em {
    color: var(--accent);
}

.why-text {
    margin: 12px 0 0;
    color: #4a5565;
    font-size: 14px;
    line-height: 1.85;
}

.why-icon {
    width: 132px;
    height: 132px;
    flex: 0 0 132px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    position: relative;
    color: #101828;
}

.why-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #ff3b3b;
    color: #ffffff;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 24px rgba(255, 59, 59, 0.35);
}

.why-icon--chat {
    background: rgba(255, 85, 60, 0.14);
    color: #101828;
}

.why-icon--payment {
    background: rgba(37, 99, 235, 0.14);
    color: #101828;
}

.why-icon--guarantee {
    background: rgba(124, 58, 237, 0.14);
    color: #101828;
}

.why-icon--retention {
    background: rgba(34, 197, 94, 0.14);
    color: #101828;
}

@media (max-width: 900px) {
    .why-item,
    .why-item--reverse {
        flex-direction: column-reverse;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }

    .why-textblock {
        max-width: none;
    }
}

@media (max-width: 560px) {
    .why-item,
    .why-item--reverse {
        padding: 22px 18px;
        border-radius: 24px;
    }

    .why-icon {
        width: 112px;
        height: 112px;
        flex-basis: 112px;
    }

    .why-title {
        font-size: 20px;
    }
}

.section--stats {
    background: #f6f7fb;
}

.stats-kicker {
    display: inline-block;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff3b3b;
    margin-bottom: 10px;
}

.stats-bar {
    margin: 30px auto 0;
    max-width: 1120px;
    border-radius: 18px;
    overflow: hidden;
    padding: 26px 18px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    color: #ffffff;
    background: linear-gradient(135deg, #7c3aed 0%, #ff2e2e 55%, #ff7a18 100%);
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.18);
}

.stats-item {
    text-align: center;
    padding: 6px 8px;
}

.stats-value {
    margin: 0;
    font-family: var(--font-sans);
    font-weight: 900;
    letter-spacing: -1px;
    font-size: 46px;
    line-height: 1.05;
    white-space: nowrap;
}

.stats-label {
    margin-top: 12px;
    font-size: 14px;
    opacity: 0.92;
    letter-spacing: 0.1px;
}

.section--howto {
    background: #ffffff;
}

.howto-grid {
    margin: 34px auto 0;
    max-width: 1120px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.howto-card {
    border-radius: 22px;
    padding: 26px 22px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(16, 24, 40, 0.06);
    box-shadow: 0 16px 38px rgba(16, 24, 40, 0.12);
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 14px;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.howto-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 52px rgba(16, 24, 40, 0.16);
}

.howto-card[data-reveal] {
    opacity: 0;
    transform: translateY(14px);
}

.howto-card.is-revealed {
    opacity: 1;
    transform: translateY(0);
}

.howto-icon {
    width: 88px;
    height: 88px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    position: relative;
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(16, 24, 40, 0.18);
}

.howto-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: #ff3b3b;
    color: #ffffff;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 24px rgba(255, 59, 59, 0.35);
}

.howto-icon--list {
    background: linear-gradient(135deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 45%, rgba(247, 119, 55, 1) 100%);
}

.howto-icon--edit {
    background: linear-gradient(135deg, rgba(124, 58, 237, 1) 0%, rgba(255, 46, 46, 1) 55%, rgba(255, 122, 24, 1) 100%);
}

.howto-icon--check {
    background: linear-gradient(135deg, rgba(59, 130, 246, 1) 0%, rgba(239, 68, 68, 1) 50%, rgba(255, 122, 24, 1) 100%);
}

.howto-title {
    margin: 0;
    font-family: var(--font-sans);
    font-weight: 900;
    letter-spacing: -0.4px;
    font-size: 18px;
    line-height: 1.35;
    color: #101828;
}

.howto-step-number {
    display: inline-block;
    min-width: 1ch;
}

.howto-text {
    margin: 0;
    color: #4a5565;
    font-size: 14px;
    line-height: 1.85;
}

.howto-card.is-revealed .howto-icon {
    animation: howto-pop 620ms ease-out both;
}

@keyframes howto-pop {
    0% {
        transform: translateY(10px) scale(0.92);
        filter: saturate(0.9);
    }
    60% {
        transform: translateY(-2px) scale(1.02);
        filter: saturate(1);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 980px) {
    .stats-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 680px) {
    .stats-bar {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .stats-value {
        font-size: 40px;
    }

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

@media (prefers-reduced-motion: reduce) {
    .howto-card,
    .howto-card:hover {
        transition: none;
        transform: none;
    }

    .howto-card.is-revealed .howto-icon {
        animation: none;
    }
}

.ig-followers-page .section--faq {
    background: #ffffff;
}

.svc-marketing .section--faq {
    background: #ffffff;
}

.ig-followers-page .faq-item {
    border-color: rgba(16, 24, 40, 0.08);
}

.svc-marketing .faq-item {
    border-color: rgba(16, 24, 40, 0.08);
}

.ig-followers-page .faq-chevron {
    background: rgba(255, 59, 59, 0.1);
    color: #ff3b3b;
}

.svc-marketing .faq-chevron {
    background: rgba(255, 59, 59, 0.1);
    color: #ff3b3b;
}

.ig-followers-page .faq-item summary:hover,
.ig-followers-page .faq-item summary:focus-visible {
    background: var(--ig-hero-gradient, #ff6b6b);
    color: #ffffff;
}

.svc-marketing .faq-item summary:hover,
.svc-marketing .faq-item summary:focus-visible {
    background: var(--svc-page-gradient, #ff6b6b);
    color: #ffffff;
}

.ig-followers-page .faq-item summary:hover .faq-chevron,
.ig-followers-page .faq-item summary:focus-visible .faq-chevron {
    background: rgba(255, 255, 255, 0.24);
    color: #ffffff;
}

.svc-marketing .faq-item summary:hover .faq-chevron,
.svc-marketing .faq-item summary:focus-visible .faq-chevron {
    background: rgba(255, 255, 255, 0.24);
    color: #ffffff;
}

.section--faq {
    background: linear-gradient(
        135deg,
        rgba(255, 107, 107, 0.5) 0%,
        rgba(255, 112, 104, 0.5) 7.14%,
        rgba(255, 118, 101, 0.5) 14.29%,
        rgba(255, 123, 98, 0.5) 21.43%,
        rgba(255, 128, 95, 0.5) 28.57%,
        rgba(255, 133, 91, 0.5) 35.71%,
        rgba(255, 137, 87, 0.5) 42.86%,
        rgba(255, 142, 83, 0.5) 50%,
        rgba(255, 138, 93, 0.5) 57.14%,
        rgba(255, 133, 102, 0.5) 64.29%,
        rgba(255, 128, 111, 0.5) 71.43%,
        rgba(254, 123, 118, 0.5) 78.57%,
        rgba(254, 118, 126, 0.5) 85.71%,
        rgba(254, 113, 132, 0.5) 92.86%,
        rgba(254, 107, 139, 0.5) 100%
    );
}

.faq {
    max-width: 980px;
    margin: 34px auto 0;
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 34px;
    align-items: center;
}

.faq-left {
    display: grid;
    gap: 14px;
}

.faq-item {
    border-radius: 16px;
    border: 2px solid rgba(98, 91, 255, 0.2);
    background: rgba(255, 255, 255, 0.92);
    background-clip: padding-box;
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.12);
    transition: border-color 160ms ease;
}

.faq-item:hover,
.faq-item:focus-within {
    border-color: transparent;
}

.faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 18px 20px;
    font-weight: 800;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-radius: 14px;
    transition: background 160ms ease, color 160ms ease;
}

.faq-chevron {
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--purple);
    background: rgba(98, 91, 255, 0.08);
    transition: transform 160ms ease, background 160ms ease;
    flex: 0 0 auto;
}

.faq-item[open] .faq-chevron {
    transform: rotate(180deg);
    background: rgba(98, 91, 255, 0.12);
}

.faq-item summary:hover {
    background: linear-gradient(
        135deg,
        #ff6b6b 0%,
        #ff7068 7.14%,
        #ff7665 14.29%,
        #ff7b62 21.43%,
        #ff805f 28.57%,
        #ff855b 35.71%,
        #ff8957 42.86%,
        #ff8e53 50%,
        #ff8a5d 57.14%,
        #ff8566 64.29%,
        #ff806f 71.43%,
        #fe7b76 78.57%,
        #fe767e 85.71%,
        #fe7184 92.86%,
        #fe6b8b 100%
    );
    color: #ffffff;
}

.faq-item summary:hover .faq-chevron {
    background: rgba(255, 255, 255, 0.24);
    color: #ffffff;
}

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

.faq-body {
    padding: 0 18px 16px;
    color: var(--muted);
    line-height: 1.6;
}

.faq-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-illustration {
    width: 100%;
    max-width: 340px;
    height: auto;
    display: block;
    filter: drop-shadow(0 18px 30px rgba(17, 24, 39, 0.18));
}

@media (max-width: 920px) {
    .faq {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 22px;
    }

    .faq-right {
        order: -1;
    }

    .faq-illustration {
        max-width: 280px;
    }
}

.section--reviews {
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 85, 60, 0.5) 48.08%, #ffffff 100%);
}

.reviews-layout {
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    align-items: start;
}

.reviews-list {
    display: grid;
    gap: 16px;
}

.review-tile {
    border-radius: 18px;
    border: 2px solid rgba(98, 91, 255, 0.22);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 34px rgba(17, 24, 39, 0.12);
    padding: 20px 20px 18px;
}

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

.review-stars {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #f5b301;
}

.review-stars svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.review-verified {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    font-size: 12px;
    color: #16a34a;
}

.review-verified svg {
    width: 16px;
    height: 16px;
}

.review-body {
    margin: 12px 0 0;
    color: #334155;
    line-height: 1.75;
    font-size: 16px;
}

.review-divider {
    height: 1px;
    background: rgba(17, 24, 39, 0.08);
    margin: 16px 0 0;
}

.review-tile-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    padding-top: 12px;
}

.review-name {
    font-weight: 800;
    color: #111827;
}

.review-handle {
    margin-top: 2px;
    color: var(--muted);
    font-size: 12px;
}

.review-time {
    color: #94a3b8;
    font-size: 12px;
    white-space: nowrap;
}

.review-form-card {
    border-radius: 18px;
    border: 2px solid rgba(98, 91, 255, 0.28);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 22px 44px rgba(17, 24, 39, 0.16);
    padding: 28px;
}

.review-form-title {
    margin: 0;
    font-family: var(--font-sans);
    font-weight: 900;
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: -0.6px;
    text-align: center;
    color: #ff553c;
}

.review-form-subtitle {
    margin: 10px 0 0;
    text-align: center;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
}

.review-form {
    margin-top: 18px;
    display: grid;
    gap: 14px;
}

.review-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.review-field {
    display: grid;
    gap: 8px;
}

.review-label {
    font-weight: 800;
    color: #111827;
    font-size: 14px;
}

.review-input,
.review-textarea {
    width: 100%;
    border-radius: 14px;
    border: 2px solid rgba(148, 163, 184, 0.35);
    background: #ffffff;
    padding: 12px 14px;
    font-size: 15px;
    outline: none;
}

.review-input {
    height: 44px;
}

.review-textarea {
    resize: vertical;
    min-height: 120px;
}

.review-input:focus,
.review-textarea:focus {
    border-color: rgba(255, 85, 60, 0.55);
    box-shadow: 0 0 0 4px rgba(255, 85, 60, 0.12);
}

.review-rating {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.review-rating-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.review-star {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 2px solid rgba(98, 91, 255, 0.22);
    background: rgba(255, 255, 255, 0.95);
    display: grid;
    place-items: center;
    cursor: pointer;
    color: rgba(148, 163, 184, 0.9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 10px 18px rgba(17, 24, 39, 0.08);
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.review-star svg {
    width: 19px;
    height: 19px;
    fill: currentColor;
}

.review-star:hover,
.review-star:hover ~ .review-star {
    border-color: rgba(255, 85, 60, 0.55);
    background: rgba(255, 85, 60, 0.08);
    color: #ff553c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 12px 20px rgba(17, 24, 39, 0.1);
}

.review-rating-input:focus-visible + .review-star {
    outline: 2px solid rgba(255, 85, 60, 0.6);
    outline-offset: 2px;
}

.review-rating-input:checked + .review-star,
.review-rating-input:checked ~ .review-star {
    border-color: rgba(255, 85, 60, 0.55);
    background: rgba(255, 85, 60, 0.08);
    color: #ff553c;
}

.review-submit {
    width: 100%;
    height: 54px;
    border-radius: 14px;
    border: 0;
    cursor: pointer;
    font-weight: 900;
    letter-spacing: 0.2px;
    color: #ffffff;
    background: linear-gradient(
        90deg,
        #ff553c 0%,
        #ff5a41 12.5%,
        #ff5f46 25%,
        #ff644b 37.5%,
        #ff684f 50%,
        #ff6c54 62.5%,
        #ff7158 75%,
        #ff755d 87.5%,
        #ff7961 100%
    );
    transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.review-submit:hover {
    filter: brightness(0.98);
    transform: translateY(-1px);
    box-shadow: 0 14px 22px rgba(255, 85, 60, 0.22);
}

.review-submit:focus-visible {
    outline: 2px solid rgba(255, 85, 60, 0.65);
    outline-offset: 3px;
}

.review-submit:active {
    transform: translateY(0);
    filter: brightness(0.97);
}

@media (max-width: 960px) {
    .reviews-layout {
        grid-template-columns: 1fr;
    }

    .review-form-card {
        padding: 22px;
    }
}

@media (max-width: 560px) {
    .review-form-grid {
        grid-template-columns: 1fr;
    }
}

.reviews-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
    margin-top: 26px;
}

.review-card {
    border-radius: var(--radius);
    border: 2px solid var(--border);
    background: #ffffff;
    padding: 18px;
    display: grid;
    gap: 12px;
}

.stars {
    height: 16px;
    width: 96px;
    background: repeating-linear-gradient(90deg, #fdc700 0 12px, transparent 12px 16px);
    border-radius: 8px;
    opacity: 0.95;
}

.review-text {
    margin: 0;
    color: var(--text);
    line-height: 1.55;
}

.review-meta {
    color: var(--muted);
    font-weight: 600;
    font-size: 14px;
}

.review-cta {
    margin-top: 18px;
    border-radius: var(--radius);
    border: 2px solid var(--border);
    background: linear-gradient(180deg, rgba(255, 85, 60, 0.08) 0%, #ffffff 70%);
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.review-cta-title {
    font-weight: 800;
}

.review-cta-text {
    color: var(--muted);
    margin-top: 4px;
}

.section--cta {
    background: #ffffff;
    padding: 70px 0;
}

.cta {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 42px;
    align-items: center;
}

.section--cta .section-title {
    font-size: 56px;
    line-height: 1.02;
    letter-spacing: -1px;
}

.cta-copy {
    display: grid;
    gap: 14px;
}

.cta-actions {
    display: grid;
    gap: 14px;
    align-content: center;
}

.cta-button {
    height: 58px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 16px;
    color: #ffffff;
    transition: transform 160ms ease, filter 160ms ease, box-shadow 160ms ease;
}

.cta-button:hover {
    filter: brightness(0.98);
    transform: translateY(-1px);
    box-shadow: 0 16px 26px rgba(17, 24, 39, 0.16);
}

.cta-button:focus-visible {
    outline: 2px solid rgba(255, 85, 60, 0.55);
    outline-offset: 3px;
}

.cta-button:active {
    transform: translateY(0);
    filter: brightness(0.97);
}

.cta-button--1 {
    background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 50%, #f77737 100%);
}

.cta-button--2 {
    background: linear-gradient(127.23deg, #833ab4 0%, #fd1d1d 31.49%, #f77737 62.98%);
}

.cta-button--3 {
    background: linear-gradient(315deg, #833ab4 0%, #fd1d1d 50%, #f77737 100%);
}

.cta-button--4 {
    background: linear-gradient(335.03deg, #833ab4 0%, #fd1d1d 111.41%, #f77737 222.82%);
}

@media (max-width: 920px) {
    .section--cta {
        padding: 54px 0;
    }

    .cta {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .section--cta .section-title {
        font-size: 40px;
    }
}

@media (max-width: 600px) {
    .section {
        padding: 44px 0;
    }

    .section + .section {
        padding-top: 0;
    }

    .section--services-intro {
        padding: 32px 0 10px;
    }

    .section--services {
        padding-top: 32px;
    }

    .section--services-intro + .section--services {
        padding-top: 32px;
    }

    .section--visibility {
        padding: 44px 0 40px;
    }

    .section--cta {
        padding: 44px 0;
    }
}

.site-footer {
    margin-top: 30px;
    background: #101828;
    color: #ffffff;
    border-top: 1px solid #1e2939;
    padding: 54px 0 18px;
}

.footer-top {
    display: grid;
    gap: 26px;
}

.footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr 1.1fr;
    align-items: start;
    column-gap: 56px;
    grid-template-areas: "brand services others coupon";
}

.footer-brand {
    grid-area: brand;
}

.footer-services {
    grid-area: services;
}

.footer-others {
    grid-area: others;
}

.footer-actions {
    grid-area: coupon;
}

.footer-logo {
    font-family: var(--font-sans);
    font-weight: 800;
    font-size: 20px;
}

.footer-text {
    margin: 10px 0 0;
    color: #99a1af;
    line-height: 1.6;
    font-size: 14px;
    max-width: 360px;
}

.footer-columns {
    display: grid;
    gap: 18px;
}

.footer-col {
    display: grid;
    gap: 10px;
    align-content: start;
}

.footer-actions {
    gap: 12px;
}

.footer-title {
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 14px;
}

.footer-contact-title {
    margin-top: 6px;
}

.footer-coupon-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
    margin-top: 4px;
}

.footer-coupon-input {
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(30, 41, 57, 1);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    padding: 0 12px;
    font-size: 14px;
    outline: none;
}

.footer-coupon-input::placeholder {
    color: rgba(153, 161, 175, 0.9);
}

.footer-coupon-input:focus {
    border-color: rgba(255, 85, 60, 0.55);
    box-shadow: 0 0 0 4px rgba(255, 85, 60, 0.12);
}

.footer-coupon-submit {
    height: 38px;
    padding: 0 12px;
    border-radius: 12px;
    border: 0;
    background: #ff4d4d;
    color: #ffffff;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    cursor: pointer;
}

.footer-coupon-submit:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.footer-coupon-status {
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    margin-top: 6px;
}

.footer-coupon-error {
    color: #fecaca;
    font-weight: 600;
    font-size: 13px;
    margin-top: 6px;
}

.footer-contact {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.footer-contact-heading {
    margin-top: 6px;
}

.footer-contact-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact-icon {
    width: 18px;
    height: 18px;
    border-radius: 0;
    background: transparent;
    display: grid;
    place-items: center;
    color: #ff4d4d;
    flex: none;
}

.footer-contact-icon svg {
    width: 18px;
    height: 18px;
}

.footer-contact-icon svg {
    display: block;
}

.footer-contact-value {
    color: #99a1af;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}

.footer-contact a.footer-contact-value:hover {
    color: #ffffff;
}

@media (max-width: 640px) {
    .footer-contact-value {
        font-size: 14px;
    }
}

.footer-col a {
    color: #99a1af;
    font-size: 14px;
}

.footer-col a:hover {
    color: #ffffff;
}

.footer-bottom {
    border-top: 1px solid #1e2939;
    margin-top: 28px;
    padding-top: 16px;
    color: #6a7282;
    font-size: 14px;
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
}

.footer-payments {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-payments img {
    height: 34px;
    width: auto;
    background: #ffffff;
    border-radius: 10px;
    padding: 6px 10px;
}

.twicsy-toast {
    position: fixed;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    pointer-events: none;
    background: rgba(16, 24, 40, 0.92);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
    border-radius: 14px;
    padding: 10px 14px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.2px;
    transition: opacity 160ms ease, transform 160ms ease;
    z-index: 9999;
}

.twicsy-toast.is-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.whatsapp-float {
    position: fixed;
    right: calc(clamp(14px, 2vw, 22px) + env(safe-area-inset-right, 0px));
    bottom: calc(clamp(14px, 2vw, 22px) + env(safe-area-inset-bottom, 0px));
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff;
    display: grid;
    place-items: center;
    text-decoration: none;
    box-shadow: 0 18px 42px rgba(16, 24, 40, 0.26);
    transition: transform 160ms var(--ease), box-shadow 160ms var(--ease), filter 160ms var(--ease);
    z-index: 75;
}

.whatsapp-float:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 54px rgba(16, 24, 40, 0.3);
    filter: brightness(1.02);
}

.whatsapp-float:focus-visible {
    outline: 3px solid rgba(16, 24, 40, 0.22);
    outline-offset: 3px;
}

.whatsapp-float svg {
    display: block;
}

@media (min-width: 768px) {
    .nav-links {
        display: flex;
    }

    .mobile-menu {
        display: none;
    }

    .auth {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }

    .hero-title {
        font-size: clamp(42px, 4.8vw, 60px);
    }

    .section--visibility .section-title {
        font-size: clamp(40px, 4.6vw, 56px);
        white-space: nowrap;
    }

    .section--visibility .section-text {
        font-size: 16px;
    }

    .visibility-grid {
        grid-template-columns: 1.05fr 0.95fr;
        column-gap: 56px;
        row-gap: 26px;
        align-items: start;
    }

    .visibility-grid .section-title {
        grid-column: 1 / -1;
    }

    .visibility-media {
        align-self: start;
        margin-top: 10px;
    }

    .section--services-intro .section-title {
        font-size: clamp(40px, 4.6vw, 56px);
        white-space: nowrap;
    }

    .section--services-intro .section-text--lead {
        font-size: 16px;
    }

    .section--services .section-title {
        font-size: 56px;
    }

    .service-feature-inner {
        padding: 48px;
        grid-template-columns: 473.5px 473.5px;
        column-gap: 32px;
        align-items: start;
    }

    .service-feature-title {
        font-size: 36px;
    }

    .service-strip {
        justify-content: center;
        overflow-x: visible;
    }

    .hero-box {
        padding: 40px 48px;
    }

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

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

    .service-card {
        grid-template-columns: 1.2fr 0.8fr;
        align-items: center;
    }

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

    .trusted-title {
        font-size: 56px;
    }

    .trusted-panels {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px;
    }

    .trusted-panel {
        padding: 34px;
    }

    .trusted-panel-title {
        font-size: 42px;
    }

    .section--features .section-title {
        font-size: 56px;
    }

    .feature-card {
        padding: 40px 32px 78px;
    }

    .feature-card-title {
        font-size: 24px;
    }

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

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

    .cta {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .footer-top {
        grid-template-columns: 1fr 1.4fr;
        align-items: start;
    }

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

@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        column-gap: 32px;
        row-gap: 26px;
        grid-template-areas:
            "brand brand"
            "services coupon"
            "others coupon";
    }
}

@media (max-width: 640px) {
    .footer-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "brand"
            "services"
            "others"
            "coupon";
    }
    .footer-coupon-form {
        grid-template-columns: 1fr;
    }
    .footer-coupon-submit {
        width: 100%;
    }
}

/* ── Service page hero ─────────────────────────────────────────────────────── */

.svc-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 6vh, 70px) 0 clamp(22px, 5vh, 56px);
}

.svc-hero--slug {
    min-height: 0;
    padding: clamp(26px, 5vh, 60px) 0 clamp(18px, 3.5vh, 36px);
    display: flex;
    align-items: stretch;
}

body.page-service .svc-hero {
    background: transparent;
}

body.page-service .svc-hero::before {
    content: "";
    position: absolute;
    inset: -140px -80px auto -80px;
    height: 420px;
    background: var(--svc-gradient, linear-gradient(135deg, #833AB4 0%, #FD1D1D 60%, #F77737 100%));
    opacity: 0.32;
    filter: blur(34px);
    transform: translateY(-10px);
    pointer-events: none;
}

body.page-service .svc-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 60% at 15% 5%, rgba(255, 255, 255, 0.55), transparent 70%);
    opacity: 0.55;
    pointer-events: none;
}

@media (max-width: 600px) {
    .svc-hero {
        padding: 28px 0 24px;
    }

    .svc-hero--slug {
        padding: 26px 0 22px;
    }
}

.svc-hero--slug > .container {
    flex: 1;
    display: flex;
    align-items: flex-start;
}

.svc-hero--slug .svc-hero-inner {
    width: 100%;
}

/* Watermarks */
.svc-wm-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    user-select: none;
}

.svc-wm {
    position: absolute;
    display: block;
    color: rgba(255, 255, 255, 0.07);
}

body.page-service .svc-wm {
    color: rgba(26, 20, 20, 0.05);
}

body.page-service--instagram .svc-wm {
    color: rgba(131, 58, 180, 0.1);
}

body.page-service--tiktok .svc-wm {
    color: rgba(254, 44, 85, 0.08);
}

body.page-service--facebook .svc-wm {
    color: rgba(24, 119, 242, 0.1);
}

body.page-service--youtube .svc-wm {
    color: rgba(255, 0, 0, 0.08);
}

.svc-wm svg {
    display: block;
    width: 100%;
    height: 100%;
}

.svc-wm--1 {
    top: clamp(-50px, -3vw, -24px);
    left: clamp(-60px, -3vw, -28px);
    width: clamp(160px, 14vw, 280px);
    height: clamp(160px, 14vw, 280px);
    animation: svc-wm-float 7s ease-in-out infinite;
}

.svc-wm--2 {
    top: 5%;
    right: clamp(-48px, -2.5vw, -18px);
    width: clamp(110px, 10vw, 200px);
    height: clamp(110px, 10vw, 200px);
    animation: svc-wm-float 9s ease-in-out infinite 1.5s;
}

.svc-wm--3 {
    bottom: 10%;
    left: 3%;
    width: clamp(80px, 6.5vw, 140px);
    height: clamp(80px, 6.5vw, 140px);
    animation: svc-wm-float 8s ease-in-out infinite 0.8s;
}

.svc-wm--4 {
    bottom: clamp(-70px, -3vw, -34px);
    right: 5%;
    width: clamp(140px, 12vw, 260px);
    height: clamp(140px, 12vw, 260px);
    animation: svc-wm-float 10s ease-in-out infinite 2s;
}

.svc-wm--5 {
    top: 40%;
    left: 10%;
    width: clamp(60px, 5vw, 110px);
    height: clamp(60px, 5vw, 110px);
    animation: svc-wm-float 6s ease-in-out infinite 0.4s;
}

.svc-wm--6 {
    top: 10%;
    left: 40%;
    width: clamp(70px, 6vw, 140px);
    height: clamp(70px, 6vw, 140px);
    animation: svc-wm-float 11s ease-in-out infinite 3s;
    color: rgba(255, 255, 255, 0.04);
}

body.page-service--instagram .svc-wm--6 {
    color: rgba(225, 48, 108, 0.08);
}

@keyframes svc-wm-float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    33%       { transform: translateY(-18px) rotate(4deg); }
    66%       { transform: translateY(8px) rotate(-3deg); }
}

@media (prefers-reduced-motion: reduce) {
    .svc-wm { animation: none; }
}

/* Inner layout */
.svc-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(14px, 2.1vh, 26px);
}

@media (min-width: 1024px) {
    .svc-hero-inner {
        display: grid;
        grid-template-columns: 1.05fr 0.95fr;
        align-items: center;
        gap: clamp(28px, 4vw, 70px);
    }

    .svc-hero-head {
        text-align: left;
        justify-self: start;
        max-width: clamp(46ch, 40vw, 70ch);
    }

    .svc-card {
        justify-self: end;
    }

    .svc-hero--slug .svc-hero-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .svc-hero--slug .svc-hero-head {
        text-align: center;
        justify-self: center;
        max-width: none;
    }
}

/* Heading */
.svc-hero-head {
    text-align: center;
    color: #fff;
    --svc-hero-title-w: 100%;
}

.svc-hero--slug .svc-hero-head {
    --svc-hero-title-w: min(100%, 70ch);
}

.svc-hero-title {
    margin: 0 0 12px;
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: clamp(28px, 5vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.5px;
    color: #fff;
    font-style: normal;
}

.svc-hero-title h1,
.svc-hero-title h2,
.svc-hero-title h3 {
    margin: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.svc-hero-title em {
    color: var(--accent);
}

.svc-hero--slug .svc-hero-title {
    max-width: var(--svc-hero-title-w);
    margin-left: auto;
    margin-right: auto;
}

.svc-hero-title-accent {
    color: var(--accent);
}

.svc-hero-title-em {
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
}

.svc-hero-sub {
    margin: 0;
    font-size: clamp(14px, 1.8vw, 17px);
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.5;
}

.svc-hero--slug .svc-hero-sub {
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6px;
    margin-bottom: 18px;
}

.svc-hero--slug .svc-hero-points {
    margin-left: auto;
    margin-right: auto;
}

.svc-hero-side {
    width: 100%;
    display: flex;
    justify-content: center;
}

.svc-hero-points {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
    justify-content: center;
    width: min(100%, var(--svc-hero-title-w));
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.86);
}

.svc-hero--slug .svc-hero-points {
    margin-top: 14px;
    margin-bottom: 16px;
    gap: 10px 14px;
}

.svc-hero-point {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.svc-hero-point-icon {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.95);
}

.svc-hero-buy {
    margin-top: 18px;
    width: min(100%, clamp(520px, 46vw, 860px));
}

.svc-hero--slug .svc-hero-buy {
    margin-top: 22px;
    width: min(100%, clamp(420px, 34vw, 640px));
}

.svc-hero-buy-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 999px;
    padding: 10px 12px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.svc-hero-buy-ic {
    width: 44px;
    height: 44px;
    display: inline-grid;
    place-items: center;
    color: var(--accent);
    flex: none;
}

.svc-hero-buy-input {
    flex: 1;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-family: inherit;
    font-style: normal;
    font-size: clamp(14px, 1.8vw, 17px);
    font-weight: 500;
    color: rgba(17, 24, 39, 0.9);
    padding: 10px 6px;
}

.svc-hero-buy-input::placeholder {
    color: rgba(107, 114, 128, 0.75);
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
}

.svc-hero-buy-btn {
    border: 0;
    cursor: pointer;
    height: 56px;
    padding: 0 28px;
    border-radius: 999px;
    background: var(--svc-gradient, linear-gradient(90deg, #c13584 0%, #e1306c 100%));
    color: #ffffff;
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    font-size: clamp(14px, 1.8vw, 17px);
    box-shadow: 0 16px 40px rgba(16, 24, 40, 0.16);
    white-space: nowrap;
    transition: transform 160ms ease, filter 160ms ease;
}

body.page-service--facebook .svc-hero-buy-btn,
body.page-service--youtube .svc-hero-buy-btn {
    box-shadow: 0 16px 40px rgba(16, 24, 40, 0.18);
}

body.page-service--facebook .svc-hero-buy-btn {
    box-shadow: 0 16px 40px rgba(24, 119, 242, 0.28);
}

body.page-service--tiktok .svc-hero-buy-btn {
    box-shadow: 0 16px 40px rgba(254, 44, 85, 0.22);
}

body.page-service--youtube .svc-hero-buy-btn {
    box-shadow: 0 16px 40px rgba(255, 0, 0, 0.22);
}

.svc-hero-buy-btn:focus-visible {
    outline: 3px solid rgba(16, 24, 40, 0.22);
    outline-offset: 3px;
}

body.page-service--facebook .svc-hero-buy-btn:focus-visible {
    outline-color: rgba(24, 119, 242, 0.35);
}

body.page-service--youtube .svc-hero-buy-btn:focus-visible {
    outline-color: rgba(255, 0, 0, 0.28);
}

.svc-hero-buy-btn:hover { filter: brightness(0.98); }
.svc-hero-buy-btn:active { transform: scale(0.97); }

body.page-service {
    --svc-platform-bg: #f77737;
}

body.page-service--instagram {
    --svc-platform-bg: #833ab4;
}

body.page-service--tiktok {
    --svc-platform-bg: #ff0050;
}

body.page-service--facebook {
    --svc-platform-bg: #8b9dc3;
}

body.page-service--youtube {
    --svc-platform-bg: #ff0000;
}

.svc-other-packages {
    margin-top: 22px;
}

@media (min-width: 1024px) {
    .svc-hero-inner .svc-other-packages {
        grid-column: 1 / -1;
    }
}

.svc-other-packages-head {
    margin: 0 auto clamp(18px, 2.2vw, 26px);
    max-width: 760px;
    text-align: center;
}

.svc-other-packages-title {
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 0;
}

.svc-other-packages-sub {
    margin: 6px 0 0;
    font-weight: 600;
}

body.page-service .svc-other-packages-title {
    color: rgba(17, 24, 39, 0.92);
}

body.page-service .svc-other-packages-sub {
    color: rgba(17, 24, 39, 0.78);
}

.svc-other-packages-carousel {
    position: relative;
    width: 100%;
    --svc-other-nav-size: 44px;
    --svc-other-nav-gap: clamp(10px, 1.6vw, 18px);
    padding-left: calc(var(--svc-other-nav-size) + var(--svc-other-nav-gap));
    padding-right: calc(var(--svc-other-nav-size) + var(--svc-other-nav-gap));
    margin-top: clamp(6px, 1.2vw, 12px);
}

.svc-other-packages-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: var(--svc-other-nav-size);
    height: var(--svc-other-nav-size);
    border-radius: 999px;
    border: 1px solid rgba(16, 24, 40, 0.18);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.10);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 120;
}

.svc-other-packages-nav--prev {
    left: 0;
}

.svc-other-packages-nav--next {
    right: 0;
}

.svc-other-packages-nav:focus-visible {
    outline: 3px solid rgba(16, 24, 40, 0.22);
    outline-offset: 3px;
}

.svc-other-packages-nav:hover {
    filter: brightness(0.98);
}

.svc-other-packages-nav:active {
    transform: translateY(-50%) scale(0.97);
}

.svc-other-packages-track {
    position: relative;
    height: var(--svc-other-track-h, clamp(140px, 16vw, 190px));
    width: 100%;
    --svc-other-track-pad: clamp(12px, 1.6vw, 18px);
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    touch-action: pan-y;
    cursor: grab;
}

.svc-other-packages-track:active {
    cursor: grabbing;
}

.svc-other-packages-cards {
    position: absolute;
    inset: var(--svc-other-track-pad);
    display: flex;
    align-items: center;
    justify-content: center;
}

.svc-other-packages-card {
    position: absolute;
    width: clamp(120px, 14.4vw, 168px);
    height: auto;
    border-radius: 22px;
    color: inherit;
    box-sizing: border-box;
    cursor: pointer;
    transition: transform 500ms cubic-bezier(0.25, 1, 0.5, 1), opacity 500ms cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform, opacity;
    outline: none;
}

.svc-other-packages-card-inner {
    min-height: clamp(128px, 16vw, 176px);
    width: 100%;
    border-radius: inherit;
    border: 1px solid rgba(16, 24, 40, 0.14);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.10);
    padding: clamp(8px, 0.9vw, 11px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(6px, 0.7vw, 9px);
    text-align: center;
    font-family: var(--font-sans);
    box-sizing: border-box;
    overflow: hidden;
}

.svc-other-packages-card.is-active .svc-other-packages-card-inner {
    background: var(--svc-platform-bg);
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
}

.svc-other-packages-card.is-active .svc-other-packages-card-buy,
.svc-other-packages-card.is-active .svc-other-packages-card-service {
    color: rgba(255, 255, 255, 0.78);
}

.svc-other-packages-card.is-active .svc-other-packages-card-cta {
    border-color: rgba(255, 255, 255, 0.22);
}

.svc-other-packages-card-top {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

.svc-other-packages-card-buy {
    font-weight: 800;
    color: rgba(107, 114, 128, 0.95);
    letter-spacing: 0.02em;
    font-size: clamp(10px, 1.0vw, 12px);
    line-height: 1.15;
}

.svc-other-packages-card-qty {
    font-weight: 900;
    font-size: clamp(16px, 2.2vw, 22px);
    letter-spacing: -0.02em;
    line-height: 1;
}

.svc-other-packages-card-service {
    font-weight: 800;
    color: rgba(107, 114, 128, 0.95);
    font-size: clamp(10px, 1.0vw, 12px);
    line-height: 1.2;
}

.svc-other-packages-card-mid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.svc-other-packages-card-price {
    font-weight: 900;
    font-size: clamp(12px, 1.8vw, 16px);
    letter-spacing: -0.02em;
    line-height: 1;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 6px;
}

.svc-other-packages-card.is-active .svc-other-packages-card-price {
    width: clamp(64px, 7.2vw, 86px);
    height: clamp(64px, 7.2vw, 86px);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--svc-platform-bg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    font-size: clamp(11px, 1.25vw, 14px);
    line-height: 1;
    letter-spacing: -0.02em;
    padding: 0;
}

.svc-other-packages-card-actions {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: auto;
    flex: 0 0 auto;
    min-width: 0;
    align-items: stretch;
}

.svc-other-packages-card-cta {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: clamp(7px, 1.1vw, 9px) clamp(8px, 1.3vw, 10px);
    border-radius: 14px;
    border: 1px solid rgba(16, 24, 40, 0.16);
    background: rgba(255, 255, 255, 0.96);
    appearance: none;
    font-weight: 900;
    font-size: clamp(12px, 1.35vw, 15px);
    line-height: 1.1;
    box-sizing: border-box;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    cursor: pointer;
    color: rgba(16, 24, 40, 0.92);
    text-decoration: none;
}

.svc-other-packages-card:focus-visible {
    outline: 3px solid rgba(16, 24, 40, 0.22);
    outline-offset: 4px;
}

@media (max-width: 640px) {
    .svc-other-packages-card {
        border-radius: 18px;
    }
    .svc-other-packages-carousel {
        --svc-other-nav-size: 40px;
        --svc-other-nav-gap: 8px;
    }
    .svc-other-packages-card.is-active .svc-other-packages-card-price {
        width: 38px;
        height: 38px;
    }
}

.svc-slug-profile-wrap {
    margin-top: 18px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.svc-slug-profile-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 22px;
    padding: 16px 18px;
    box-shadow: 0 20px 54px rgba(0, 0, 0, 0.18);
    font-family: var(--font-sans);
    width: 100%;
}

.svc-slug-profile-left {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex: 1;
}

.svc-slug-avatar {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(17, 24, 39, 0.06);
    flex: none;
}

.svc-slug-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.svc-slug-profile-info {
    min-width: 0;
}

.svc-slug-line1 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.svc-slug-name {
    font-weight: 700;
    font-size: 18px;
    color: rgba(17, 24, 39, 0.92);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 260px;
}

.svc-slug-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(107, 114, 128, 0.95);
    margin-top: 2px;
}

.svc-slug-dot {
    color: rgba(107, 114, 128, 0.55);
}

.svc-slug-handle {
    white-space: nowrap;
}

.svc-slug-stats {
    display: flex;
    gap: 14px;
    margin-top: 8px;
}

.svc-slug-stat {
    display: grid;
    gap: 2px;
}

.svc-slug-stat-val {
    font-weight: 700;
    font-size: 14px;
    color: rgba(17, 24, 39, 0.9);
}

.svc-slug-stat-lbl {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(107, 114, 128, 0.85);
}

.svc-slug-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
    flex: none;
}

.svc-slug-continue {
    border: 0;
    cursor: pointer;
    height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: var(--svc-gradient, linear-gradient(90deg, #c13584 0%, #e1306c 100%));
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.14);
    transition: transform 160ms ease, filter 160ms ease, opacity 160ms ease;
}

.svc-slug-continue:disabled {
    cursor: not-allowed;
    opacity: 0.55;
    filter: grayscale(0.2);
    box-shadow: none;
}

.svc-slug-continue:hover { filter: brightness(0.98); }
.svc-slug-continue:active { transform: scale(0.98); }

.svc-slug-buy-now {
    border: 0;
    cursor: pointer;
    height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: var(--svc-gradient, linear-gradient(90deg, #c13584 0%, #e1306c 100%));
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    box-shadow: 0 14px 34px rgba(16, 24, 40, 0.14);
    transition: transform 160ms ease, filter 160ms ease, opacity 160ms ease;
}

.svc-slug-buy-now:disabled {
    cursor: not-allowed;
    opacity: 0.55;
    filter: grayscale(0.2);
    box-shadow: none;
}

.svc-slug-buy-now:hover { filter: brightness(0.98); }
.svc-slug-buy-now:active { transform: scale(0.98); }

@media (max-width: 520px) {
    .svc-hero-buy-box { border-radius: 22px; padding: 10px; }
    .svc-hero-buy-ic { width: 40px; height: 40px; }
    .svc-hero-buy-input { font-size: 16px; }
    .svc-hero-buy-btn { height: 52px; padding: 0 18px; font-size: 18px; }

    .svc-slug-profile-card {
        flex-direction: column;
        align-items: stretch;
    }

    .svc-slug-name {
        max-width: 100%;
    }

    .svc-slug-stats {
        gap: 12px;
        flex-wrap: wrap;
    }

    .svc-slug-continue {
        width: 100%;
        height: 46px;
    }

    .svc-slug-buy-now {
        width: 100%;
        height: 46px;
    }
}

@media (max-width: 420px) {
    .svc-hero--slug .svc-hero-head { --svc-hero-title-w: min(100%, 60ch); }
    .svc-hero-buy-box { gap: 8px; padding: 8px; }
    .svc-hero-buy-ic { width: 38px; height: 38px; }
    .svc-hero-buy-input { font-size: 15px; padding: 8px 6px; }
    .svc-hero-buy-btn { height: 48px; padding: 0 14px; font-size: 16px; }
}

@media (max-width: 360px) {
    .svc-hero-buy-box { flex-wrap: wrap; border-radius: 22px; }
    .svc-hero-buy-btn { width: 100%; border-radius: 16px; }
}

body.page-service--instagram .svc-hero-points,
body.page-service .svc-hero-points {
    color: rgba(17, 24, 39, 0.78);
}

body.page-service--instagram .svc-hero-point-icon,
body.page-service .svc-hero-point-icon {
    background: rgba(17, 24, 39, 0.08);
    color: rgba(17, 24, 39, 0.9);
}

@media (min-width: 520px) {
    .svc-hero-points { justify-content: space-between; }
    .svc-hero--slug .svc-hero-points { justify-content: center; }
}

@media (min-width: 1024px) {
    .svc-hero-points { flex-wrap: nowrap; }
}

body.page-service--instagram .svc-hero-head {
    color: var(--ink);
}

body.page-service--instagram .svc-hero-title {
    color: var(--ink);
}

body.page-service--instagram .svc-hero-sub {
    color: var(--ink);
}

body.page-service .svc-hero-head {
    color: var(--ink);
}

body.page-service .svc-hero-title {
    color: var(--ink);
}

body.page-service .svc-hero-sub {
    color: var(--ink);
}

/* Order card — height capped so section never overflows viewport */
.svc-card {
    width: 100%;
    max-width: 680px;
    background: #fff;
    border-radius: 24px;
    padding: clamp(16px, 3dvh, 32px) clamp(16px, 2vw, 28px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
    max-height: calc(100dvh - clamp(190px, 28dvh, 280px));
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.12) transparent;
}

body.page-service .svc-card {
    border: 1px solid var(--line);
    box-shadow: 0 20px 50px -26px rgba(60, 30, 20, 0.22);
}

body.page-service--instagram .svc-card {
    box-shadow: 0 20px 50px -26px rgba(60, 30, 20, 0.22), 0 18px 36px -28px rgba(225, 48, 108, 0.45);
}

body.page-service--tiktok .svc-card {
    box-shadow: 0 20px 50px -26px rgba(60, 30, 20, 0.22), 0 18px 36px -28px rgba(254, 44, 85, 0.35);
}

body.page-service--facebook .svc-card {
    box-shadow: 0 20px 50px -26px rgba(60, 30, 20, 0.22), 0 18px 36px -28px rgba(24, 119, 242, 0.35);
}

body.page-service--youtube .svc-card {
    box-shadow: 0 20px 50px -26px rgba(60, 30, 20, 0.22), 0 18px 36px -28px rgba(255, 0, 0, 0.3);
}

.svc-card::-webkit-scrollbar { width: 4px; }
.svc-card::-webkit-scrollbar-track { background: transparent; }
.svc-card::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.12); border-radius: 2px; }

.svc-card-title {
    margin: 0 0 clamp(12px, 2dvh, 20px);
    font-size: 17px;
    font-weight: 700;
    color: #111827;
    text-align: center;
}

.svc-card--modern {
    max-width: 680px;
    margin: 0 auto;
    background: #fff;
    border-radius: 24px;
    padding: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
    overflow-x: hidden;
    overflow-y: auto;
}

.svc-card--modern .svc-card-body {
    padding: clamp(16px, 3dvh, 32px) clamp(16px, 2vw, 28px);
    display: grid;
    gap: 22px;
    background: transparent;
}

.svc-card--modern.svc-card--no-body {
    padding: clamp(16px, 3dvh, 32px) clamp(16px, 2vw, 28px);
    display: grid;
    gap: 22px;
    background: transparent;
}

.svc-card--modern .svc-pkgs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    padding: 0;
    max-width: 100%;
    margin: 0;
    scroll-padding-inline: 0;
    scroll-snap-type: none;
    -webkit-overflow-scrolling: auto;
    scrollbar-width: auto;
}

.svc-card--modern .svc-pkg {
    flex: initial;
    min-width: 0;
    padding: 12px 8px;
    border-radius: 18px;
    border: 1px solid rgba(229, 231, 235, 0.9);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: none;
    scroll-snap-align: none;
    min-height: 68px;
    overflow: hidden;
    transition: transform 180ms, box-shadow 180ms, background 180ms, border-color 180ms, color 180ms;
}

.svc-card--modern .svc-pkg:hover:not(.is-selected) {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(229, 231, 235, 1);
}

.svc-card--modern .svc-pkg.is-selected {
    background: var(--svc-gradient, linear-gradient(135deg, #e1306c 0%, #ff8d00 100%));
    border-color: transparent;
    color: #ffffff;
    transform: scale(1.03);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.svc-card--modern .svc-pkg-tag {
    display: none;
}

.svc-card--modern .svc-pkg.is-selected .svc-pkg-tag {
    display: none;
}

.svc-card--modern .svc-pkg-qty {
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.svc-pkg-check {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid rgba(193, 53, 132, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #22c55e;
    opacity: 0;
    transform: scale(0.9);
    transition: opacity 160ms, transform 160ms;
}

.svc-pkg.is-selected .svc-pkg-check {
    opacity: 1;
    transform: scale(1);
}

.svc-card--modern .svc-pkg-unit {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    opacity: 0.75;
}

.svc-card-modern-price {
    text-align: center;
    display: grid;
    gap: 10px;
}

.svc-card-modern-price-row {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 14px;
}

.svc-card-modern-price-now {
    font-size: 46px;
    font-weight: 900;
    color: #111827;
    letter-spacing: -0.05em;
    line-height: 1;
}

.svc-card-modern-price-was {
    font-size: 22px;
    font-weight: 800;
    color: rgba(17, 24, 39, 0.25);
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

.svc-card-modern-delivery {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
}

.svc-card-modern-delivery-label {
    color: rgba(17, 24, 39, 0.42);
}

.svc-card-modern-delivery-val {
    color: #3fc060;
    font-weight: 900;
}

.svc-card-modern-benefits {
    display: none;
}

.svc-card-pricing {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 14px;
    border-top: 1px solid #f3f4f6;
    padding-top: 18px;
}

.svc-card-old {
    font-size: 18px;
    font-weight: 900;
    color: #f97316;
    opacity: 0.55;
    text-decoration: line-through;
}

.svc-card-save {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: #fdf2f8;
    color: #c13584;
    border: 1px solid #fce7f3;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.svc-card-new {
    font-size: 44px;
    font-weight: 900;
    color: #111827;
    letter-spacing: -0.06em;
    line-height: 1;
    white-space: nowrap;
}

.svc-card--modern .svc-btn-primary {
    width: 100%;
    height: 64px;
    border-radius: 28px;
    background: var(--svc-gradient, linear-gradient(90deg, #833ab4 0%, #e1306c 50%, #ff8d00 100%));
    box-shadow: 0 18px 40px rgba(225, 48, 108, 0.18);
    font-weight: 900;
    font-size: 18px;
}

.svc-card--modern .svc-btn-primary:hover {
    opacity: 1;
    box-shadow: 0 22px 46px rgba(225, 48, 108, 0.22);
}

.svc-card--modern .svc-actions {
    margin-top: 6px;
}

@media (max-width: 640px) {
    .svc-card--modern { border-radius: 28px; }
    .svc-card--modern .svc-card-body { padding: 26px 20px; }
    .svc-card--modern.svc-card--no-body { padding: 26px 20px; }
    .svc-card-modern-price-now { font-size: 40px; }
    .svc-card-new { font-size: 40px; }
}

/* Packages */
.svc-pkgs {
    --svc-pkg-gap: 10px;
    --svc-pkg-visible: 5;
    --svc-pkg-visible-gaps: 4;
    --svc-pkg-pad: 12px;
    --svc-pkg-width: 104px;
    display: flex;
    gap: var(--svc-pkg-gap);
    overflow-x: auto;
    justify-content: flex-start;
    width: 100%;
    padding: 0 var(--svc-pkg-pad) 6px;
    scroll-padding-inline: var(--svc-pkg-pad);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    max-width: min(
        100%,
        calc(
            (var(--svc-pkg-visible) * var(--svc-pkg-width)) +
            (var(--svc-pkg-visible-gaps) * var(--svc-pkg-gap)) +
            (var(--svc-pkg-pad) * 2)
        )
    );
    margin: 0 auto;
}

.svc-pkgs::-webkit-scrollbar { display: none; }

@media (max-width: 600px) {
    .svc-pkgs {
        --svc-pkg-visible: 3;
        --svc-pkg-visible-gaps: 2;
        --svc-pkg-width: calc((100% - (var(--svc-pkg-gap) * 2)) / 3);
    }
}

.svc-pkg {
    position: relative;
    flex: 0 0 var(--svc-pkg-width);
    padding: 26px 10px 10px;
    border-radius: 14px;
    border: 1.5px solid #e5e7eb;
    background: #fff;
    color: #111827;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transition: border-color 150ms, box-shadow 150ms;
    overflow: hidden;
    scroll-snap-align: start;
}

.svc-pkg:hover:not(.is-selected) {
    border-color: #c4b5d4;
    box-shadow: 0 2px 8px rgba(131, 58, 180, 0.1);
}

.svc-pkg.is-selected {
    background: var(--svc-gradient, linear-gradient(135deg, #833AB4 0%, #FD1D1D 60%, #F77737 100%));
    border-color: transparent;
    color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.svc-pkg-qty {
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.2px;
}

.svc-pkg-unit {
    font-size: 11px;
    font-weight: 600;
    opacity: 0.9;
    line-height: 1.15;
}

.svc-pkg-tag {
    position: absolute;
    top: 10px;
    right: -34px;
    z-index: 2;
    transform: rotate(45deg);
    transform-origin: center;
    background: rgba(239, 68, 68, 0.96);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    padding: 4px 0;
    width: 110px;
    border-radius: 0;
    letter-spacing: 0.2px;
    white-space: nowrap;
    text-align: center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.svc-pkg.is-selected .svc-pkg-tag {
    background: rgba(239, 68, 68, 0.96);
    color: #ffffff;
}

.svc-pkg-popular {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #ef4444;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px;
    white-space: nowrap;
}

/* Feature badges */
.svc-badges {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.svc-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
}

/* Price */
.svc-price-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
}

.svc-price-now {
    font-size: 38px;
    font-weight: 800;
    color: #16a34a;
    line-height: 1;
    font-family: var(--font-sans);
}

.svc-price-was {
    font-size: 16px;
    color: #9ca3af;
    text-decoration: line-through;
}

/* Delivery */
.svc-delivery {
    margin: 8px 0 0;
    text-align: center;
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}

.svc-delivery-val {
    color: #16a34a;
    font-weight: 700;
}

/* Input field */
.svc-field {
    display: flex;
    align-items: center;
    border: 1.5px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
    margin-top: 20px;
    transition: border-color 150ms, box-shadow 150ms;
}

.svc-field:focus-within {
    border-color: #833AB4;
    box-shadow: 0 0 0 3px rgba(131, 58, 180, 0.12);
}

.svc-field-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background: var(--svc-gradient, linear-gradient(135deg, #833AB4 0%, #FD1D1D 60%, #F77737 100%));
    color: #fff;
}

.svc-field-input {
    flex: 1;
    height: 52px;
    padding: 0 16px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #111827;
    background: transparent;
}

.svc-field-input--solo {
    width: 100%;
    height: 52px;
    padding: 0 16px;
    border: 1.5px solid #e5e7eb;
    border-radius: 14px;
    background: transparent;
}

.svc-field-input--solo:focus-visible {
    outline: none;
    border-color: #833AB4;
    box-shadow: 0 0 0 3px rgba(131, 58, 180, 0.12);
}

.svc-field-input::placeholder {
    color: #9ca3af;
}

.svc-field-note {
    margin: 8px 0 0;
    font-size: 11.5px;
    color: #9ca3af;
    line-height: 1.5;
}

/* Action buttons */
.svc-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 20px;
}

.svc-btn-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 50px;
    border-radius: 14px;
    border: 1.5px solid #e5e7eb;
    background: #fff;
    color: #374151;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 150ms, background 150ms;
}

.svc-btn-back:hover {
    border-color: #d1d5db;
    background: #f9fafb;
}

.svc-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 50px;
    border-radius: 14px;
    border: none;
    background: var(--svc-gradient, linear-gradient(135deg, #833AB4 0%, #FD1D1D 60%, #F77737 100%));
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 150ms, box-shadow 150ms;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.svc-btn-primary:hover {
    opacity: 0.9;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
}

/* ── State management ───────────────────────────────────────────────── */
.svc-state { margin-top: 16px; }

/* Loading spinner */
.svc-spinner {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.svc-spinner svg {
    animation: svc-spin 0.9s linear infinite;
    color: #833AB4;
}

@keyframes svc-spin {
    to { transform: rotate(360deg); }
}

.svc-state-msg {
    text-align: center;
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

/* Profile found card */
.svc-profile {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #f9fafb;
    border: 1.5px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px 16px;
    margin-bottom: 14px;
}

.svc-profile-pic {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    background: #e5e7eb;
}

.svc-profile-info { flex: 1; min-width: 0; }

.svc-profile-name {
    margin: 0 0 2px;
    font-weight: 700;
    font-size: 15px;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.svc-profile-handle {
    margin: 0 0 4px;
    font-size: 13px;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 4px;
}

.svc-profile-followers {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
}

.svc-verified { display: inline-flex; align-items: center; }

/* Error message */
.svc-error-msg {
    background: #fef2f2;
    border: 1.5px solid #fecaca;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 13.5px;
    color: #dc2626;
    margin: 0 0 14px;
    text-align: center;
}

.svc-actions--single {
    grid-template-columns: 1fr;
    justify-items: center;
}

.svc-actions--single .svc-btn-primary {
    width: min(360px, 100%);
}

.svc-post-select {
    padding: clamp(34px, 4vw, 64px) 0;
    background: #ffffff;
}

.svc-post-select-card {
    width: min(100%, 920px);
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid rgba(26, 20, 20, 0.12);
    border-radius: 24px;
    padding: clamp(16px, 2vw, 22px);
    box-shadow: 0 24px 60px rgba(26, 20, 20, 0.18);
}

.svc-post-select-head {
    text-align: center;
}

.svc-post-select-title {
    margin: 0;
    font-family: var(--font-sans);
    font-weight: 700;
    letter-spacing: -0.6px;
    font-size: clamp(22px, 2.6vw, 36px);
    color: var(--ink);
}

.svc-post-select-sub {
    margin: 10px 0 0;
    font-size: clamp(14px, 1.1vw, 16px);
    color: rgba(90, 74, 68, 0.86);
    line-height: 1.6;
}

.svc-post-select-account {
    margin: 10px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: rgba(90, 74, 68, 0.8);
}

.svc-post-select-account-handle {
    font-weight: 700;
    color: var(--ink);
}

.svc-post-select-state {
    margin-top: 16px;
}

.svc-post-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px;
}

.svc-comment-wrap {
    margin-top: 18px;
    border-radius: 22px;
    border: 1px solid rgba(26, 20, 20, 0.12);
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(26, 20, 20, 0.12);
    overflow: hidden;
}

.svc-comment-head {
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: transparent;
    border-bottom: 1px solid rgba(26, 20, 20, 0.1);
}

.svc-comment-title {
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #101828;
}

.svc-comment-sub {
    font-size: 12px;
    font-weight: 700;
    color: rgba(90, 74, 68, 0.78);
    text-align: right;
}

.svc-comment-list {
    display: grid;
    gap: 12px;
    padding: 12px;
}

.svc-comment-card {
    border-radius: 18px;
    border: 1px solid rgba(26, 20, 20, 0.1);
    background: transparent;
    overflow: hidden;
}

.svc-comment-card-top {
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: transparent;
    color: #101828;
    border-bottom: 1px solid rgba(26, 20, 20, 0.08);
}

.svc-comment-card-top-left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.svc-comment-thumb {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    object-fit: cover;
    background: rgba(249, 250, 251, 0.95);
    border: 1px solid rgba(26, 20, 20, 0.12);
    flex: 0 0 auto;
}

.svc-comment-card-title {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: -0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.svc-comment-alloc {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 6px;
    border-radius: 999px;
    border: 1px solid rgba(26, 20, 20, 0.12);
    background: rgba(255, 255, 255, 0.7);
    flex: 0 0 auto;
}

.svc-comment-alloc-btn {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border: 1px solid rgba(26, 20, 20, 0.12);
    background: rgba(249, 250, 251, 0.95);
    color: rgba(16, 24, 40, 0.92);
    font: inherit;
    font-weight: 900;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.svc-comment-alloc-btn:hover {
    border-color: rgba(255, 85, 60, 0.35);
}

.svc-comment-alloc-input {
    width: 42px;
    height: 26px;
    border: none;
    background: transparent;
    text-align: center;
    font: inherit;
    font-weight: 900;
    color: rgba(16, 24, 40, 0.92);
    outline: none;
}

.svc-comment-card-qty {
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(26, 20, 20, 0.12);
    background: rgba(255, 85, 60, 0.1);
    color: rgba(16, 24, 40, 0.9);
}

.svc-comment-card-body {
    padding: 12px;
    display: grid;
    gap: 8px;
    background: transparent;
}

.svc-comment-textarea {
    width: 100%;
    min-height: 110px;
    resize: vertical;
    border-radius: 14px;
    border: 1px solid rgba(16, 24, 40, 0.12);
    background: rgba(249, 250, 251, 0.95);
    padding: 10px 12px;
    font: inherit;
    line-height: 1.45;
    outline: none;
}

.svc-comment-textarea:focus {
    border-color: rgba(255, 85, 60, 0.45);
    box-shadow: 0 0 0 3px rgba(255, 85, 60, 0.18);
}

.svc-comment-hint {
    font-size: 12px;
    font-weight: 700;
    color: rgba(74, 85, 101, 0.9);
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.svc-post-empty {
    grid-column: 1 / -1;
    background: #f9fafb;
    border: 1.5px solid #e5e7eb;
    border-radius: 14px;
    padding: 14px 16px;
    text-align: center;
    font-size: 14px;
    color: #6b7280;
}

.svc-post-card {
    position: relative;
    border-radius: 16px;
    border: 1.5px solid #e5e7eb;
    background: #f3f4f6;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    aspect-ratio: 1 / 1;
    transition: border-color 160ms, box-shadow 160ms, transform 160ms;
}

.svc-post-card:hover {
    border-color: #d1d5db;
    transform: translateY(-1px);
}

.svc-post-card:focus-visible {
    outline: 3px solid rgba(131, 58, 180, 0.35);
    outline-offset: 3px;
}

.svc-post-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.svc-post-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(131, 58, 180, 0.42) 0%, rgba(253, 29, 29, 0.26) 60%, rgba(247, 119, 55, 0.26) 100%);
    opacity: 0;
    transition: opacity 160ms;
    pointer-events: none;
}

.svc-post-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(17, 24, 39, 0.65);
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
}

.svc-post-check {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    border: 1.5px solid rgba(229, 231, 235, 0.9);
    color: #833AB4;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.92);
    transition: opacity 160ms, transform 160ms;
    pointer-events: none;
}

.svc-post-likes {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 22px 10px 10px;
    color: #ffffff;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: -0.2px;
    background: linear-gradient(to top, rgba(17, 24, 39, 0.78), rgba(17, 24, 39, 0));
    pointer-events: none;
}

.svc-post-heart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));
}

.svc-post-like-count {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.svc-post-card.is-selected {
    border-color: rgba(131, 58, 180, 0.9);
    box-shadow: 0 0 0 3px rgba(131, 58, 180, 0.18);
}

.svc-post-card.is-selected .svc-post-overlay {
    opacity: 1;
}

.svc-post-card.is-selected .svc-post-check {
    opacity: 1;
    transform: scale(1);
}

.svc-post-select-actions {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.svc-post-select-actions-right {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-left: auto;
}

.svc-post-select-count {
    font-size: 13px;
    font-weight: 700;
    color: #6b7280;
}

.svc-post-select .svc-btn-primary {
    background: #F77737;
    color: #ffffff;
    border-color: #F77737;
}

.svc-post-select .svc-btn-primary:hover {
    background: #F77737;
    border-color: #F77737;
    filter: brightness(0.95);
}

.svc-post-select .svc-btn-primary:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
}

@media (max-width: 920px) {
    .svc-post-grid { grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); }
}

@media (max-width: 640px) {
    .svc-post-select-card { padding: 18px; border-radius: 18px; }
    .svc-post-select-meta { grid-template-columns: 1fr; }
    .svc-post-grid { grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); gap: 12px; }
    .svc-post-select-actions-right { width: 100%; justify-content: space-between; }
    .svc-comment-head { flex-direction: column; align-items: flex-start; }
    .svc-comment-sub { text-align: left; }
    .svc-comment-card-top { flex-direction: column; align-items: flex-start; }
    .svc-comment-card-qty { align-self: flex-end; }
}

/* Responsive height adjustments */
@media (max-height: 700px) {
    .svc-card-title { font-size: 15px; }
    .svc-badges { gap: 12px; margin-top: 12px; }
    .svc-price-row { margin-top: 12px; }
    .svc-price-now { font-size: 30px; }
    .svc-delivery { margin-top: 4px; }
    .svc-state { margin-top: 10px; }
    .svc-field { margin-top: 12px; }
    .svc-field-note { display: none; }
    .svc-actions { margin-top: 12px; }
}

@media (max-width: 480px) {
    .svc-hero-title { font-size: clamp(22px, 7vw, 32px); }
    .svc-card { border-radius: 18px; }
    .svc-actions { grid-template-columns: 1fr; }
    .svc-pkg { min-width: 68px; font-size: 15px; }
    .svc-pkg-qty { font-size: 15px; }
    .svc-pkg-unit { font-size: 10px; }
    .svc-card--modern .svc-pkg { padding: 12px 8px; min-height: 70px; }
    .svc-card--modern .svc-pkg-qty { font-size: 18px; }
    .svc-card--modern .svc-pkg-unit { font-size: 9.5px; letter-spacing: 0.12em; white-space: normal; }
}

.section--blog {
    background: transparent;
}

body.page-blog .section,
body.page-blog-post .section {
    background: transparent !important;
}

body.page-blog {
    background: #f6f6f7;
}

.blog2-section {
    padding: clamp(50px, 7vw, 100px) 0;
}

.blog2-container {
    width: min(1440px, calc(100% - 32px));
    margin-inline: auto;
}

.blog2-header {
    display: grid;
    gap: 18px;
    margin-bottom: 48px;
    justify-items: center;
    text-align: center;
}

.blog2-filters {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: -18px 0 34px;
}

.blog2-input,
.blog2-select {
    height: 52px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e8e8ea;
    padding: 0 16px;
    font: inherit;
    font-weight: 500;
    color: #1f1f25;
    outline: none;
}

.blog2-input {
    width: min(460px, 100%);
}

.blog2-input::placeholder {
    color: rgba(31, 31, 37, 0.55);
}

.blog2-select {
    min-width: 180px;
}

.blog2-filter-btn {
    height: 52px;
    padding: 0 20px;
    border-radius: 18px;
    border: 1px solid #1f1f25;
    background: #1f1f25;
    color: #ffffff;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}

.blog2-reset-btn {
    height: 52px;
    padding: 0 20px;
    border-radius: 18px;
    border: 1px solid #e8e8ea;
    background: #ffffff;
    color: #1f1f25;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
}

.blog2-eyebrow {
    color: #ff5a36;
    font-weight: 800;
    font-size: 0.95rem;
    margin-bottom: 16px;
}

.blog2-heading {
    color: #1f1f25;
}

.blog2-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: clamp(420px, 40vw, 520px);
    gap: 28px;
    justify-content: start;
}

.blog2-card {
    background: #ffffff;
    border: 1px solid #e8e8ea;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog2-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.blog2-card-link {
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.blog2-image-wrap {
    padding: 18px 18px 0;
}

.blog2-image-wrap img,
.blog2-image-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    border-radius: 28px;
    display: block;
    background: #f1f2f4;
}

.blog2-content {
    padding: 24px 28px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.blog2-meta {
    margin-bottom: 18px;
}

.blog2-tag {
    color: #ff5a36;
    font-size: 0.95rem;
    font-weight: 800;
}

.blog2-title {
    margin: 0 0 18px;
    font-size: clamp(1.8rem, 2vw, 2.4rem);
    line-height: 1.15;
    letter-spacing: -0.05em;
    font-weight: 900;
    color: #1f1f25;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: calc(1.15em * 2);
}

.blog2-description {
    margin: 0 0 34px;
    color: #55555f;
    font-size: 1rem;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: calc(1.8em * 3);
}

.blog2-actions {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 22px;
    border-top: 1px solid #ececef;
    flex-wrap: nowrap;
}

.blog2-author strong {
    display: block;
    color: #ff5a36;
    font-size: 1rem;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog2-author span {
    color: #9a9aa3;
    font-size: 0.92rem;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog2-btn {
    color: #1f1f25;
    font-weight: 800;
    transition: opacity 0.3s ease;
}

.blog2-card:hover .blog2-btn {
    opacity: 0.7;
}

.blog2-pagination {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 60px;
    flex-wrap: wrap;
    align-items: center;
}

.blog2-load-more {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 60px;
}

.blog2-load-more-status {
    font-weight: 700;
    color: #777782;
}

.blog2-page {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: #ffffff;
    color: #1f1f25;
    border: 1px solid #e8e8ea;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
}

.blog2-page--wide {
    width: auto;
    padding: 0 24px;
}

.blog2-page.is-active {
    background: #ff5a36;
    color: #ffffff;
    border-color: #ff5a36;
}

.blog2-page.is-disabled {
    opacity: 0.55;
    pointer-events: none;
}

.blog2-ellipsis {
    color: #777782;
    font-weight: 800;
    padding: 0 6px;
}

.blog2-empty {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #e8e8ea;
    border-radius: 22px;
    padding: 18px 18px;
    max-width: 860px;
}

@media (max-width: 980px) {
    .blog2-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: clamp(420px, 56vw, 560px);
    }
}

@media (max-width: 540px) {
    .blog2-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .blog2-image-wrap img,
    .blog2-image-placeholder {
        height: 240px;
        aspect-ratio: auto;
    }

    .blog2-actions {
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .blog2-input,
    .blog2-select,
    .blog2-filter-btn,
    .blog2-reset-btn {
        width: 100%;
    }

    .blog2-select {
        min-width: 0;
    }
}

body.page-faqs .section,
body.page-about .section,
body.page-legal .section {
    background: transparent !important;
}

.section--blog-hero {
    padding: 44px 0 18px;
}

.blog-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font: 600 11px/1 var(--font-mono);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--accent-deep);
    background: oklch(0.94 0.06 var(--hue));
    padding: 8px 14px;
    border-radius: 999px;
    width: fit-content;
}

.blog-hero-banner {
    background: linear-gradient(135deg, rgba(255, 85, 60, 1) 0%, rgba(255, 46, 46, 1) 55%, rgba(255, 122, 24, 1) 100%);
    padding: 34px 0;
}

.blog-hero-title {
    margin: 0;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: -0.6px;
    font-size: 22px;
    text-align: center;
}

.blog-featured {
    margin: 26px auto 0;
    max-width: 1120px;
    border-radius: 26px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    text-decoration: none;
    color: #101828;
    box-shadow: 0 20px 50px -24px rgba(60, 30, 20, 0.2);
}

.blog-featured-media {
    min-height: 240px;
    padding: 22px;
}

.blog-featured-media img {
    width: 100%;
    height: 100%;
    max-height: 280px;
    object-fit: cover;
    border-radius: 16px;
    background: rgba(249, 250, 251, 0.95);
    box-shadow: 0 18px 40px -22px rgba(60, 30, 20, 0.24);
}

.blog-featured-content {
    padding: 30px 28px;
    display: grid;
    align-content: center;
    gap: 10px;
}

.blog-featured-title {
    margin: 0;
    font-family: var(--font-sans);
    font-weight: 900;
    letter-spacing: -0.8px;
    font-size: 34px;
    line-height: 1.12;
}

.blog-featured-excerpt {
    margin: 4px 0 0;
    opacity: 0.92;
    line-height: 1.8;
}

.blog-featured-cta {
    margin-top: 12px;
    width: fit-content;
}

.blog-featured:focus-visible,
.blog-card:focus-visible {
    outline: 3px solid rgba(16, 24, 40, 0.18);
    outline-offset: 4px;
}

.blog-cats {
    margin: 22px auto 0;
    max-width: 1120px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.blog-cat {
    display: inline-flex;
    align-items: center;
    height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(249, 250, 251, 0.95);
    border: 1px solid rgba(16, 24, 40, 0.08);
    color: #101828;
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
}

.blog-cat:hover {
    border-color: rgba(16, 24, 40, 0.14);
}

.blog-cat.is-active {
    background: oklch(0.94 0.06 var(--hue));
    border-color: rgba(16, 24, 40, 0.16);
    color: var(--accent-deep);
}

.blog-list {
    margin: 22px auto 0;
    max-width: 860px;
    display: grid;
    gap: 18px;
}

.blog-item {
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    box-shadow: 0 12px 32px -22px rgba(60, 30, 20, 0.18);
    padding: 18px 18px 16px;
}

.blog-item-title {
    margin: 0;
    font-family: var(--font-sans);
    font-weight: 900;
    letter-spacing: -0.6px;
    font-size: 22px;
    line-height: 1.2;
}

.blog-item-link {
    color: #101828;
    text-decoration: none;
}

.blog-item-link:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.blog-item-meta {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(16, 24, 40, 0.7);
    font-weight: 700;
    font-size: 13px;
}

.blog-meta-sep {
    opacity: 0.55;
}

.blog-item-cat {
    color: rgba(16, 24, 40, 0.8);
    text-decoration: none;
}

.blog-item-cat:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.blog-item-cta {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent-deep);
    font-weight: 900;
    text-decoration: none;
}

.blog-item-cta:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.blog-pager {
    margin: 22px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 860px;
    padding: 10px 0 2px;
}

.blog-page {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #101828;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(16, 24, 40, 0.12);
    font-weight: 900;
    font-size: 13px;
    box-shadow: 0 12px 28px -24px rgba(16, 24, 40, 0.22);
    transition: transform 160ms var(--ease), box-shadow 160ms var(--ease), border-color 160ms var(--ease), background 160ms var(--ease), color 160ms var(--ease);
}

.blog-page:hover {
    border-color: rgba(16, 24, 40, 0.22);
    box-shadow: 0 18px 40px -26px rgba(16, 24, 40, 0.24);
    transform: translateY(-1px);
}

.blog-page:focus-visible {
    outline: 3px solid rgba(255, 85, 60, 0.28);
    outline-offset: 3px;
}

.blog-page.is-active {
    background: var(--accent);
    border-color: rgba(16, 24, 40, 0.12);
    color: #ffffff;
    box-shadow: 0 18px 42px -26px rgba(255, 85, 60, 0.5);
}

.blog-page--icon {
    font-size: 16px;
    line-height: 1;
}

.blog-page.is-disabled {
    opacity: 0.5;
    background: rgba(249, 250, 251, 0.95);
    border-color: rgba(16, 24, 40, 0.1);
    box-shadow: none;
}

.blog-page-ellipsis {
    width: 44px;
    height: 44px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(16, 24, 40, 0.55);
    font-weight: 900;
    font-size: 13px;
}

.blog-grid {
    margin: 22px auto 0;
    max-width: 1120px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.blog-card {
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    box-shadow: 0 16px 40px -24px rgba(60, 30, 20, 0.18);
    text-decoration: none;
    color: #101828;
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.blog-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 52px -26px rgba(60, 30, 20, 0.22);
}

.blog-card-media {
    position: relative;
    height: 132px;
    background: rgba(249, 250, 251, 0.95);
}

.blog-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-card-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 20px rgba(16, 24, 40, 0.18);
}

.blog-card-badge--instagram {
    background: linear-gradient(135deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 45%, rgba(247, 119, 55, 1) 100%);
}

.blog-card-badge--tiktok {
    background: linear-gradient(135deg, #111827 0%, #ff2e2e 50%, #22c55e 100%);
}

.blog-card-badge--facebook {
    background: linear-gradient(135deg, #1877f2 0%, #60a5fa 100%);
}

.blog-card-badge--youtube {
    background: linear-gradient(135deg, #ff0000 0%, #ff7a18 100%);
}

.blog-card-body {
    padding: 14px 14px 16px;
    display: grid;
    gap: 8px;
}

.blog-card-title {
    margin: 0;
    font-weight: 900;
    letter-spacing: -0.3px;
    font-size: 16px;
    line-height: 1.35;
}

.blog-meta {
    font-size: 12px;
    color: rgba(74, 85, 101, 0.95);
    display: inline-flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.blog-meta-dot {
    opacity: 0.7;
}

.blog-pagination {
    margin: 24px auto 0;
    max-width: 1120px;
    display: flex;
    justify-content: center;
    gap: 8px;
    padding-bottom: 10px;
}

.blog-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(16, 24, 40, 0.16);
}

.blog-dot.is-active {
    width: 22px;
    background: rgba(253, 29, 29, 0.75);
}

.section--blog-post {
    background: transparent;
}

.blog-post-breadcrumbs {
    font-size: 13px;
    color: rgba(74, 85, 101, 0.95);
    display: flex;
    gap: 10px;
    align-items: center;
}

.blog-post-breadcrumbs a {
    color: inherit;
    text-decoration: none;
    font-weight: 800;
}

.blog-post-head {
    margin: 14px auto 0;
    max-width: 1120px;
}

.blog-post-title {
    margin: 0;
}

.blog-post-meta {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.blog-post-meta-item {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(16, 24, 40, 0.1);
    box-shadow: 0 14px 34px -26px rgba(16, 24, 40, 0.18);
    padding: 12px 14px;
    display: grid;
    gap: 6px;
}

.blog-post-meta-item.is-hidden {
    display: none;
}

.blog-post-meta-k {
    font: 700 10px/1 var(--font-mono);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(16, 24, 40, 0.55);
}

.blog-post-meta-v {
    font-weight: 900;
    letter-spacing: -0.2px;
    color: rgba(16, 24, 40, 0.92);
    font-size: 13px;
    line-height: 1.25;
}

.blog-post-meta-link {
    text-decoration: none;
    width: fit-content;
}

.blog-post-meta-link:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.blog-post-layout {
    margin: 18px auto 0;
    max-width: 1120px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 22px;
    align-items: start;
}

.blog-post-article {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    box-shadow: 0 22px 54px -34px rgba(60, 30, 20, 0.22);
    padding: clamp(16px, 2.4vw, 24px);
}

.blog-post-cover {
    border-radius: 18px;
    overflow: hidden;
    background: rgba(249, 250, 251, 0.95);
    border: 1px solid rgba(16, 24, 40, 0.08);
}

.blog-post-cover img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-post-lead {
    margin: 14px 0 0;
    color: rgba(16, 24, 40, 0.78);
    line-height: 1.9;
    font-weight: 650;
}

.blog-post-body {
    margin: 18px 0 0;
    max-width: none;
    color: #101828;
    line-height: 1.9;
}

.faqs-layout {
    margin-top: 22px;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 20px;
    align-items: start;
}

.faqs-sidebar {
    display: grid;
    gap: 10px;
}

.faqs-category-select {
    display: none;
    margin-bottom: 12px;
}

.faqs-select {
    width: 100%;
    appearance: none;
    border: 1px solid rgba(16, 24, 40, 0.12);
    background: rgba(255, 255, 255, 0.9);
    padding: 12px 44px 12px 14px;
    border-radius: 14px;
    font: inherit;
    font-weight: 850;
    color: #101828;
    line-height: 1.2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23101828' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 18px 18px;
}

.faqs-select:focus-visible {
    outline: 2px solid rgba(16, 24, 40, 0.24);
    outline-offset: 2px;
}

.faqs-tab {
    appearance: none;
    border: 1px solid rgba(16, 24, 40, 0.12);
    background: transparent;
    padding: 12px 12px;
    border-radius: 14px;
    font: inherit;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
    position: relative;
    transition: background 140ms ease, border-color 140ms ease;
}

.faqs-tab:hover,
.faqs-tab:focus-visible {
    background: rgba(16, 24, 40, 0.04);
    border-color: rgba(16, 24, 40, 0.18);
}

.faqs-tab[aria-selected="true"] {
    border-color: var(--accent);
    background: var(--accent);
    color: #ffffff;
}

.section--faqs .faq-item {
    border: 1px solid rgba(16, 24, 40, 0.12);
    background: transparent;
    box-shadow: none;
}

.section--faqs .faq-item:hover,
.section--faqs .faq-item:focus-within {
    border-color: rgba(16, 24, 40, 0.18);
}

.section--faqs .faq-item summary:hover {
    background: rgba(16, 24, 40, 0.04);
    color: inherit;
}

.section--faqs .faq-item summary:hover .faq-chevron {
    background: transparent;
    color: inherit;
}

.section--faqs .faq-chevron {
    background: transparent;
    color: rgba(16, 24, 40, 0.65);
}

.section--faqs .faq-item[open] .faq-chevron {
    background: transparent;
}

.section--faqs .faq-item + .faq-item {
    margin-top: 12px;
}

.faqs-panel-title {
    margin: 0 0 14px;
    font-weight: 900;
    letter-spacing: -0.4px;
}

@media (max-width: 920px) {
    .faqs-layout {
        grid-template-columns: 1fr;
    }

    .faqs-category-select {
        display: block;
    }

    .faqs-sidebar {
        display: none;
    }
}

.blog-post-excerpt {
    margin: 0;
    color: rgba(74, 85, 101, 0.98);
    line-height: 1.85;
}

.blog-post-body p {
    margin: 0 0 16px;
    color: rgba(16, 24, 40, 0.92);
}

.blog-post-body h2,
.blog-post-body h3,
.blog-post-body h4 {
    margin: 22px 0 10px;
    letter-spacing: -0.4px;
    font-weight: 950;
    scroll-margin-top: 110px;
}

.blog-post-body h2 {
    font-size: 22px;
}

.blog-post-body h3 {
    font-size: 18px;
}

.blog-post-body h4 {
    font-size: 16px;
}

.blog-post-figure {
    margin: 18px 0;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(249, 250, 251, 0.95);
    border: 1px solid rgba(16, 24, 40, 0.08);
}

.blog-post-figure img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-post-rule {
    border: 0;
    height: 1px;
    background: rgba(16, 24, 40, 0.1);
    margin: 18px 0;
}

.blog-post-aside {
    position: sticky;
    top: 110px;
}

.blog-post-toc {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(16, 24, 40, 0.1);
    box-shadow: 0 18px 44px -34px rgba(16, 24, 40, 0.22);
    padding: 16px;
}

.blog-post-toc-title {
    font-weight: 950;
    letter-spacing: -0.4px;
    margin: 0;
}

.blog-post-toc-links {
    margin-top: 12px;
    display: grid;
    gap: 10px;
}

.blog-post-toc-link {
    color: rgba(16, 24, 40, 0.82);
    text-decoration: none;
    font-weight: 850;
    font-size: 13px;
    line-height: 1.35;
}

.blog-post-toc-link:hover {
    color: rgba(16, 24, 40, 1);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.blog-post-toc-link.is-sub {
    padding-left: 12px;
    font-weight: 800;
    color: rgba(16, 24, 40, 0.7);
}

.blog-post-actions {
    margin: 18px auto 0;
    max-width: 1120px;
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
}

.blog-post-back {
    text-decoration: none;
    color: rgba(74, 85, 101, 0.95);
    font-weight: 900;
}

.blog-post-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    background: #101828;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
}

@media (max-width: 980px) {
    .blog-post-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-post-layout {
        grid-template-columns: 1fr;
    }

    .blog-post-aside {
        position: static;
        order: -1;
    }
}

.blogpost2-hero {
    padding: clamp(32px, 5vw, 80px) 0 0;
    background: #ffffff;
}

.blogpost2-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(32px, 4vw, 80px);
    align-items: center;
}

.blogpost2-hero-grid .blogpost2-hero-card {
    justify-self: end;
}

.blogpost2-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    color: #F77737;
    font-weight: 400;
    font-size: 0.95rem;
}

.blogpost2-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.blogpost2-title {
    margin: 0 0 12px;
    font-size: clamp(1.6rem, 2.6vw, 2.4rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
    font-weight: 950;
    max-width: 22ch;
}

.blogpost2-author-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.blogpost2-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.blogpost2-author-avatar {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(254, 44, 85, 0.12), rgba(255, 255, 255, 1));
    border: 1px solid rgba(16, 24, 40, 0.12);
    display: grid;
    place-items: center;
    font-weight: 950;
    letter-spacing: -0.02em;
    color: rgba(16, 24, 40, 0.92);
}

.blogpost2-author small {
    color: rgba(16, 24, 40, 0.55);
    font-weight: 650;
}

.blogpost2-hero-card {
    overflow: hidden;
    border-radius: clamp(18px, 2vw, 28px);
    width: fit-content;
    max-width: min(100%, clamp(360px, 42vw, 560px));
    background: rgba(247, 247, 247, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.blogpost2-hero-card img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.blogpost2-content-layout {
    width: min(92vw, var(--container-max));
    margin: 0 auto;
    padding: clamp(24px, 3vw, 40px) 0 clamp(48px, 5vw, 96px) 0;
    display: grid;
    grid-template-columns: minmax(0, 300px) minmax(0, 1fr) minmax(0, 300px);
    grid-template-areas: "toc content side";
    gap: clamp(32px, 4vw, 80px);
    align-items: start;
}

.blogpost2-article {
    grid-area: content;
    min-width: 0;
}

.blogpost2-article h2 {
    margin: 48px 0 16px;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: 950;
    scroll-margin-top: 110px;
}

.blogpost2-article h3 {
    margin: 40px 0 14px;
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-weight: 900;
    scroll-margin-top: 110px;
}

.blogpost2-article h4 {
    margin: 32px 0 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 850;
    scroll-margin-top: 110px;
}

.blogpost2-article p,
.blogpost2-article li {
    color: rgba(16, 24, 40, 0.76);
    font-size: 1.05rem;
}

.blogpost2-article a {
    color: var(--purple);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
}

.blogpost2-article a.blog-link--default {
    color: var(--purple);
}

.blogpost2-article a.blog-link--accent {
    color: #4f46e5;
}

.blogpost2-article a.blog-link--muted {
    color: rgba(16, 24, 40, 0.72);
}

.blogpost2-article img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 32px 0;
    border-radius: clamp(18px, 2vw, 28px);
    border: 1px solid rgba(16, 24, 40, 0.08);
    background: rgba(247, 247, 247, 0.95);
}

.blogpost2-article p {
    margin: 0 0 24px;
    line-height: 1.8;
}

.blogpost2-article ul,
.blogpost2-article ol {
    padding-left: 24px;
    margin: 0 0 32px;
}

.blogpost2-article hr {
    border: 0;
    height: 1px;
    background: rgba(16, 24, 40, 0.1);
    margin: 32px 0;
}

.blogpost2-lead {
    margin: 0 0 18px;
    color: rgba(16, 24, 40, 0.78);
    font-size: 1.08rem;
    line-height: 1.9;
    font-weight: 500;
}

.blogpost2-image-card {
    overflow: hidden;
    border-radius: clamp(18px, 2vw, 28px);
    margin: 32px 0;
    background: rgba(247, 247, 247, 0.95);
    border: 1px solid rgba(16, 24, 40, 0.08);
}

.blogpost2-image-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.blogpost2-toc {
    grid-area: toc;
    position: sticky;
    top: 110px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 24px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.98);
    height: max-content;
}

.blogpost2-toc h3 {
    color: #F77737;
    margin: 0 0 16px;
    font-weight: 950;
    letter-spacing: -0.02em;
}

.blogpost2-toc a {
    display: block;
    text-decoration: none;
    color: rgba(16, 24, 40, 0.65);
    padding: 12px 14px;
    border-left: 3px solid transparent;
    transition: 0.25s;
    border-radius: 10px;
    font-weight: 750;
}

.blogpost2-toc a:hover {
    background: rgba(255, 244, 247, 0.95);
    border-color: #F77737;
    color: #F77737;
}

.blogpost2-toc a.is-active {
    background: rgba(255, 247, 238, 0.95);
    border-color: #F77737;
    color: #F77737;
}

.blogpost2-sidebox {
    grid-area: side;
    position: sticky;
    top: 110px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 24px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.98);
    height: max-content;
}

.blogpost2-sidebox-head h3 {
    margin: 0 0 14px;
    font-weight: 950;
    letter-spacing: -0.02em;
    color: rgba(16, 24, 40, 0.92);
}

.blogpost2-sidebox-list {
    display: grid;
    gap: 10px;
}

.blogpost2-sidebox-item {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid rgba(16, 24, 40, 0.06);
    background: rgba(248, 250, 252, 0.9);
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.blogpost2-sidebox-item:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 1);
    border-color: rgba(79, 70, 229, 0.22);
}

.blogpost2-sidebox-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(79, 70, 229, 0.12);
}

.blogpost2-sidebox-icon img {
    width: 22px;
    height: 22px;
    display: block;
}

.blogpost2-sidebox-icon[data-platform="instagram"] {
    background: rgba(247, 119, 55, 0.16);
}

.blogpost2-sidebox-icon[data-platform="tiktok"] {
    background: rgba(254, 44, 85, 0.12);
}

.blogpost2-sidebox-icon[data-platform="facebook"] {
    background: rgba(24, 119, 242, 0.12);
}

.blogpost2-sidebox-icon[data-platform="youtube"] {
    background: rgba(255, 0, 0, 0.12);
}

.blogpost2-sidebox-text {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.blogpost2-sidebox-title {
    font-weight: 900;
    letter-spacing: -0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blogpost2-sidebox-sub {
    color: rgba(16, 24, 40, 0.6);
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blogpost2-sidebox-arrow {
    color: rgba(16, 24, 40, 0.45);
    font-size: 20px;
    text-align: right;
}

.blogpost2-related {
    padding-bottom: 80px;
}

.blogpost2-section-title {
    text-align: center;
    font-size: clamp(2rem, 3vw, 3rem);
    margin: 0 0 48px;
    font-weight: 950;
    letter-spacing: -0.03em;
}

.blogpost2-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.blogpost2-card {
    border: 1px solid rgba(16, 24, 40, 0.08);
    border-radius: 24px;
    overflow: hidden;
    transition: 0.3s ease;
    background: rgba(255, 255, 255, 0.98);
    color: inherit;
    text-decoration: none;
    display: block;
}

.blogpost2-card img {
    aspect-ratio: 16/10;
    object-fit: cover;
    width: 100%;
    display: block;
}

.blogpost2-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.blogpost2-card-content {
    padding: 20px;
}

.blogpost2-card-content h4 {
    font-size: 1.4rem;
    margin: 0 0 8px;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.blogpost2-card-content span {
    color: #fe2c55;
    font-weight: 800;
}

.blogpost2-editor {
    padding: 0 0 80px;
}

.page-blog-post .editor-profile {
    width: min(100%, 840px);
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: clamp(16px, 3vw, 40px);
    padding: clamp(18px, 3vw, 44px);
    background: rgba(255, 255, 255, 0.98);
    border: 1.5px solid var(--accent);
    border-radius: clamp(26px, 4vw, 64px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-post .editor-profile:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.page-blog-post .editor-profile__image {
    flex-shrink: 0;
}

.page-blog-post .editor-profile__image img {
    width: clamp(95px, 12vw, 170px);
    height: clamp(95px, 12vw, 170px);
    object-fit: cover;
    border-radius: 50%;
    border: clamp(3px, 0.4vw, 6px) solid var(--accent);
    display: block;
}

.page-blog-post .editor-profile__content {
    flex: 1;
    min-width: 0;
}

.page-blog-post .editor-profile__label {
    display: block;
    font-size: clamp(0.85rem, 1vw, 1.05rem);
    color: rgba(16, 24, 40, 0.6);
    margin-bottom: clamp(0.25rem, 0.6vw, 0.5rem);
    font-weight: 700;
}

.page-blog-post .editor-profile__name {
    margin: 0;
    font-size: clamp(1.8rem, 3.2vw, 3rem);
    line-height: 1.05;
    font-weight: 950;
    color: rgba(16, 24, 40, 0.92);
    letter-spacing: -0.03em;
}

.page-blog-post .editor-profile__title {
    margin-top: clamp(0.25rem, 0.8vw, 0.5rem);
    font-size: clamp(0.9rem, 1.1vw, 1.2rem);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(16, 24, 40, 0.55);
    font-weight: 800;
}

.page-blog-post .editor-profile__bio {
    margin-top: clamp(0.85rem, 1.8vw, 1.75rem);
    color: rgba(16, 24, 40, 0.78);
    font-size: clamp(1rem, 1.3vw, 1.35rem);
    line-height: 1.55;
    max-width: 68ch;
}

.page-blog-post .editor-profile__bio p {
    margin: 0 0 14px;
}

.page-blog-post .editor-profile__bio p:last-child {
    margin-bottom: 0;
}

.blogpost2-trending {
    padding: 0 0 96px;
}

.blogpost2-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.blogpost2-service-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    min-height: 320px;
    display: flex;
    align-items: flex-end;
    padding: 28px;
    color: rgba(16, 24, 40, 0.95);
    background: linear-gradient(135deg, rgba(255, 245, 248, 0.95), rgba(255, 255, 255, 1));
    border: 1px solid rgba(16, 24, 40, 0.08);
    transition: 0.3s ease;
}

.blogpost2-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.blogpost2-service-content h3 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0 0 12px;
    font-weight: 950;
    letter-spacing: -0.02em;
}

.blogpost2-service-content p {
    font-size: 0.96rem;
    color: rgba(16, 24, 40, 0.62);
    margin: 0 0 16px;
    line-height: 1.7;
}

.blogpost2-service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.98);
    color: rgba(16, 24, 40, 0.92);
    font-weight: 850;
    text-decoration: none;
    border: 1px solid rgba(16, 24, 40, 0.08);
}

@media (max-width: 1100px) {
    .blogpost2-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .blogpost2-hero-grid {
        grid-template-columns: 1fr;
    }

    .blogpost2-content-layout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "toc"
            "content"
            "side";
        gap: clamp(18px, 4vw, 28px);
    }

    .blogpost2-title {
        max-width: 100%;
    }

    .blogpost2-toc {
        position: static;
        top: 0;
    }

    .blogpost2-sidebox {
        position: static;
        top: 0;
    }
}

@media (max-width: 760px) {
    .blogpost2-cards {
        grid-template-columns: 1fr;
    }

    .page-blog-post .editor-profile {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .page-blog-post .editor-profile__bio {
        max-width: none;
    }
}

.sitemap-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.section--sitemap {
    padding: 0;
}

.smap-pad {
    padding: 24px;
}

.smap-max {
    max-width: 1280px;
    margin: 0 auto;
}

.smap-head {
    margin-bottom: 64px;
}

.smap-title {
    margin: 0;
    font-size: clamp(40px, 4.6vw, 48px);
    font-weight: 950;
    letter-spacing: -0.02em;
    color: #101828;
}

.smap-rule {
    height: 6px;
    width: 96px;
    border-radius: 999px;
    background: #ff5a3a;
    margin: 16px 0 24px;
}

.smap-lead {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: rgba(107, 114, 128, 0.95);
    max-width: 672px;
}

.smap-platform-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 48px;
}

.smap-card {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 1);
    backdrop-filter: blur(14px);
    border-radius: 32px;
    padding: 24px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    min-height: 520px;
}

.smap-card-head {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.smap-card-ic {
    padding: 12px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 12px 22px rgba(16, 24, 40, 0.14);
}

.smap-ic--ig {
    background: linear-gradient(135deg, #f9ce34 0%, #ee2a7b 52%, #6228d7 100%);
}

.smap-ic--tt {
    background: #101828;
}

.smap-ic--fb {
    background: #1877f2;
}

.smap-ic--yt {
    background: #ff0000;
}

.smap-card-title {
    font-weight: 900;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: #101828;
    line-height: 1.1;
}

.smap-card-sub {
    margin-top: 4px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(107, 114, 128, 0.85);
}

.smap-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: auto;
    padding-right: 4px;
}

.smap-scroll::-webkit-scrollbar {
    display: none;
}

.smap-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.smap-acc-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 16px;
    cursor: pointer;
    background: #f9fafb;
    color: #6b7280;
    border: 0;
    font-weight: 900;
    font-size: 12px;
    line-height: 1.1;
    min-height: 44px;
    transition: background 300ms ease, color 300ms ease, box-shadow 300ms ease, transform 300ms ease;
}

.smap-acc-btn > span:first-child {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.smap-acc-btn:hover {
    background: #f3f4f6;
}

.smap-acc-btn:focus-visible {
    outline: 3px solid rgba(255, 90, 58, 0.35);
    outline-offset: 2px;
}

.smap-acc.is-open .smap-acc-btn {
    background: #111827;
    color: #ffffff;
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.12);
}

.smap-acc-ch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 300ms ease;
    flex: 0 0 auto;
}

.smap-acc.is-open .smap-acc-ch {
    transform: rotate(180deg);
}

.smap-acc-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 0 0;
    margin-top: 8px;
    animation: smapPanelIn 200ms ease both;
}

.smap-acc-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border-radius: 16px;
    text-decoration: none;
    font-size: 11px;
    font-weight: 900;
    color: rgba(107, 114, 128, 0.92);
    transition: color 160ms ease;
}

.smap-dot {
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: #ff5a3a;
    flex: 0 0 auto;
}

.smap-acc-link:hover {
    color: #ff5a3a;
}

.smap-acc-link:focus-visible {
    outline: 3px solid rgba(255, 90, 58, 0.35);
    outline-offset: 2px;
}

.smap-info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.smap-info {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 32px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.smap-info-ic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 20px;
    border-radius: 24px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(243, 244, 246, 1);
    color: #ff5a3a;
    flex: 0 0 auto;
}

.smap-info-ic--alt {
    color: #3b82f6;
}

.smap-info-title {
    margin: 0;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #101828;
}

.smap-info-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    margin-top: 16px;
}

.smap-info-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
    color: rgba(107, 114, 128, 0.92);
    transition: color 160ms ease;
}

.smap-info-link:hover {
    color: #101828;
}

.smap-info-ch {
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 160ms ease, transform 160ms ease;
}

.smap-info-link:hover .smap-info-ch {
    opacity: 1;
    transform: translateX(0);
}

.smap-info-link:focus-visible .smap-info-ch {
    opacity: 1;
    transform: translateX(0);
}

.smap-info-link:focus-visible {
    outline: 3px solid rgba(255, 90, 58, 0.35);
    outline-offset: 2px;
    border-radius: 8px;
}

@keyframes smapPanelIn {
    from {
        opacity: 0;
        transform: scale(0.98);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (min-width: 768px) {
    .smap-pad {
        padding: 48px;
    }

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

    .smap-info {
        flex-direction: row;
        align-items: center;
        gap: 32px;
    }
}

@media (min-width: 1024px) {
    .smap-platform-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

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

.sitemap-quick {
    margin: 18px 0 26px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.sitemap-quick-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.88);
    color: #101828;
    font-weight: 900;
    font-size: 12px;
    text-decoration: none;
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.sitemap-quick-pill:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(255, 85, 60, 0.45);
}

.sitemap-quick-pill:focus-visible {
    outline: 3px solid rgba(255, 85, 60, 0.35);
    outline-offset: 2px;
}

.sitemap-platform-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.sitemap-platform-card {
    padding: 0;
    gap: 0;
    overflow: hidden;
}

.sitemap-platform-card .service-card-art {
    min-height: 110px;
    border-radius: 0;
}

.sitemap-platform-card .service-card-body {
    padding: 18px;
    gap: 14px;
}

.sitemap-platform-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.sitemap-platform-name {
    font-weight: 900;
    letter-spacing: -0.3px;
    font-size: 20px;
    color: #101828;
}

.sitemap-platform-meta {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 800;
    color: rgba(74, 85, 101, 0.92);
}

.sitemap-accordions {
    display: grid;
    gap: 12px;
}

.page-sitemap .faq-item {
    border: 1px solid rgba(16, 24, 40, 0.14);
    box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
}

.page-sitemap .faq-item summary {
    padding: 14px 16px;
    font-size: 16px;
}

.sitemap-acc-q {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.sitemap-acc-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    min-width: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(16, 24, 40, 0.06);
    font-size: 12px;
    font-weight: 900;
    color: rgba(16, 24, 40, 0.72);
}

.sitemap-acc-body {
    padding: 0 16px 16px;
}

.sitemap-pkgs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sitemap-pill {
    height: 32px;
    padding: 0 12px;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.88);
}

.sitemap-pill:hover {
    border-color: rgba(255, 85, 60, 0.45);
    background: rgba(255, 255, 255, 0.96);
}

.sitemap-links {
    margin-top: 14px;
    display: grid;
    gap: 10px;
}

.sitemap-services {
    margin-top: 14px;
    display: grid;
    gap: 18px;
}

.sitemap-group-title {
    font-weight: 900;
    color: #101828;
    letter-spacing: -0.3px;
}

.sitemap-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.85);
    color: #101828;
    font-weight: 800;
    text-decoration: none;
}

.sitemap-link:hover {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(16, 24, 40, 0.18);
}

.sitemap-link:focus-visible {
    outline: 3px solid rgba(255, 85, 60, 0.35);
    outline-offset: 2px;
}

.sitemap-platform {
    padding-top: 6px;
    display: grid;
    gap: 12px;
}

.sitemap-service {
    display: grid;
    gap: 10px;
}

.sitemap-service-title {
    font-weight: 900;
    letter-spacing: -0.2px;
    color: #101828;
}

.sitemap-pkgs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sitemap-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.88);
    color: #101828;
    font-weight: 900;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
}

.sitemap-pill:hover {
    border-color: rgba(255, 85, 60, 0.45);
    background: rgba(255, 255, 255, 0.96);
}

.sitemap-pill:focus-visible {
    outline: 3px solid rgba(255, 85, 60, 0.35);
    outline-offset: 2px;
}

.contact-grid,
.checkout-grid {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.checkout-hero {
    background: linear-gradient(135deg, rgba(255, 85, 60, 1) 0%, rgba(255, 46, 46, 1) 55%, rgba(255, 122, 24, 1) 100%);
    padding: 34px 0;
}

.checkout-hero-title {
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: -0.6px;
    font-size: 22px;
}

.section--checkout {
    padding: 0;
}

.page-checkout .smap-head {
    margin-bottom: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.page-checkout .smap-head-main {
    min-width: 0;
    flex: 1 1 auto;
}

.page-checkout .smap-head-side {
    width: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

.page-checkout .smap-more-btn {
    width: min(260px, 100%);
    justify-content: center;
}

@keyframes twicsySpin {
    to {
        transform: rotate(360deg);
    }
}

.checkout-card--payment {
    margin-bottom: 18px;
}

.checkout-payment-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.checkout-spinner {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: 3px solid rgba(16, 24, 40, 0.12);
    border-top-color: var(--accent);
    animation: twicsySpin 0.9s linear infinite;
    flex: 0 0 auto;
}

.checkout-payment-text {
    margin-top: 6px;
    color: rgba(74, 85, 101, 0.95);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.35;
}

.checkout-payment-actions {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.checkout-card--payment.is-success .checkout-spinner {
    border-color: rgba(46, 139, 87, 0.18);
    border-top-color: var(--success);
}

.checkout-card--payment.is-error .checkout-spinner {
    border-color: rgba(255, 85, 60, 0.18);
    border-top-color: var(--accent);
}

.checkout-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 22px;
    align-items: start;
}

.checkout-table-head {
    display: grid;
    grid-template-columns: 140px 1fr 120px;
    gap: 12px;
    font-size: 12px;
    font-weight: 900;
    color: rgba(107, 114, 128, 0.95);
    padding: 0 6px 10px;
}

.checkout-table-price {
    text-align: right;
}

.checkout-items {
    display: grid;
    gap: 12px;
}

.checkout-item {
    display: grid;
    grid-template-columns: minmax(200px, 1.15fr) minmax(0, 2fr) minmax(110px, 0.85fr);
    gap: 12px;
    align-items: start;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    padding: 16px;
}

.page-home {
    --hue: 22;
    --bg: #fde9df;
    --bg-soft: #fbdccb;
    --ink: #1a1414;
    --ink-dim: #5a4a44;
    --ink-faint: #8e7b74;
    --line: rgba(26, 20, 20, 0.08);
    --line-strong: rgba(26, 20, 20, 0.16);
    --accent: oklch(0.7 0.18 var(--hue));
    --accent-deep: oklch(0.6 0.2 var(--hue));
    --success: #2e8b57;
    --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

body.page-home {
    background: var(--bg);
    color: var(--ink);
    letter-spacing: -0.005em;
    overflow-x: hidden;
    position: relative;
}

body.page-home::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(50% 45% at 85% 20%, oklch(0.9 0.1 var(--hue) / 0.7), transparent 70%),
        radial-gradient(55% 50% at 15% 85%, oklch(0.92 0.08 calc(var(--hue) + 30) / 0.6), transparent 70%),
        linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 50%, #fff2e9 100%);
}

.page-home .promo-banner,
.page-home .site-header,
.page-home main,
.page-home .site-footer {
    position: relative;
    z-index: 2;
}

.page-home .container {
    width: min(92vw, var(--container-max));
    padding: 0 var(--container-pad);
}

.page-home .promo-banner {
    font-family: var(--font-sans);
    font-weight: 500;
    font-size: 13px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 60;
}

.page-home .site-header {
    position: fixed;
    top: var(--promo-h, 0px);
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(253, 233, 223, 0.88);
    backdrop-filter: blur(14px) saturate(130%);
    -webkit-backdrop-filter: blur(14px) saturate(130%);
    border-bottom: 1px solid var(--line);
    z-index: 50;
}

.page-home main {
    padding-top: calc(var(--promo-h, 0px) + var(--nav-h, 56px));
}

.page-home .nav {
    padding: 16px 0;
}

.page-home .nav-links {
    font-weight: 600;
    font-size: 15px;
    gap: 22px;
}

.page-home .nav-link {
    color: rgba(26, 20, 20, 0.78);
}

.page-home .nav-link:hover {
    color: rgba(26, 20, 20, 1);
}

.page-home .nav-link.is-active {
    color: rgba(26, 20, 20, 1);
    font-weight: 700;
}

.page-home .icon-button {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 12px 30px -18px rgba(60, 30, 20, 0.25);
    transition: transform 0.2s var(--ease), background 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.page-home .icon-button:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 36px -18px rgba(60, 30, 20, 0.28);
}

.page-home .nav-dd-panel {
    border: 1px solid var(--line);
    box-shadow: 0 30px 70px -40px rgba(60, 30, 20, 0.35);
    border-radius: 18px;
}

.page-home .nav-dd-toggle {
    padding: 10px 14px;
    border-radius: 10px;
    outline: none;
    transition: background 0.2s var(--ease), transform 0.2s var(--ease), color 0.2s var(--ease);
}

.page-home .nav-dd-toggle:hover {
    background: rgba(26, 20, 20, 0.06);
}

.page-home .nav-dd-toggle:focus-visible {
    box-shadow: 0 0 0 3px oklch(0.9 0.1 var(--hue) / 0.7);
}

.page-home .nav-dd-toggle[aria-expanded="true"] {
    background: rgba(26, 20, 20, 0.06);
    color: rgba(26, 20, 20, 1);
}

.page-home .nav-dd-panels {
    top: 100%;
    padding-top: 8px;
    z-index: 100;
    pointer-events: auto;
}

.page-home .nav-dd-panel {
    position: absolute;
    margin: 0;
    max-width: none;
    width: 260px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.2);
    pointer-events: auto;
}

.page-home .nav-dd-list {
    gap: 6px;
}

.page-home .nav-dd-link {
    border-radius: 10px;
    padding: 10px 12px;
    gap: 10px;
    font-weight: 500;
    letter-spacing: 0;
}

.page-home .nav-dd-link::before {
    display: none;
}

.page-home .nav-dd-icon {
    width: 16px;
    height: 16px;
    border-radius: 0;
    background: transparent;
    display: inline-grid;
    place-items: center;
    color: var(--ink-faint);
    flex-shrink: 0;
}

.page-home .nav-dd-text {
    font-size: 14px;
}

.page-home .nav-dd-link:hover,
.page-home .nav-dd-link:focus-visible {
    background: oklch(0.95 0.04 var(--hue));
    color: var(--accent-deep);
}

.page-home .nav-dd-link:hover .nav-dd-icon,
.page-home .nav-dd-link:focus-visible .nav-dd-icon {
    color: var(--ink-faint);
}

.page-home .platform-tabs {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    padding: 0;
}

.page-home .featured,
.page-home .section,
.page-home .section--services-intro,
.page-home .section--services,
.page-home .section--numbers,
.page-home .section--personas,
.page-home .section--how,
.page-home .section--reviews,
.page-home .section--faq {
    background: transparent !important;
}

.page-home {
    --home-section-pad: clamp(44px, 5vw, 72px);
    --home-section-head-gap: clamp(22px, 3.2vw, 40px);
    --home-section-join-gap: clamp(26px, 3.4vw, 42px);
}

.page-home .section {
    padding: var(--home-section-pad) 0;
    position: relative;
    z-index: 2;
}

.page-home .section + .section {
    padding-top: 0;
}

.page-home .section--services-intro {
    padding-bottom: var(--home-section-join-gap);
}

.page-home .section--services {
    padding-top: 0;
}

.page-home .section--services .services-stack {
    margin-top: 0;
}

.page-home .service-feature-pname {
    color: var(--ink-faint);
}

.page-home .section--services .service-feature-head {
    gap: 0;
}

.page-home .section--services .service-feature-head .service-feature-title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
    margin: 4px 0 10px;
    max-width: var(--service-copy-width);
}

.page-home .service-feature--ig .service-feature-title,
.page-home .service-feature--tt .service-feature-title,
.page-home .service-feature--fb .service-feature-title,
.page-home .service-feature--yt .service-feature-title {
    max-width: none;
}

.page-home .service-feature--ig .service-rating,
.page-home .service-feature--tt .service-rating,
.page-home .service-feature--fb .service-rating,
.page-home .service-feature--yt .service-rating {
    display: none;
}

.page-home .service-feature--ig {
    --p-a: #e1306c;
    --p-b: #f77737;
}

.page-home .service-feature--tt {
    --p-a: #25F4EE;
    --p-b: #FE2C55;
}

.page-home .service-feature--fb {
    --p-a: #1877F2;
    --p-b: #0a4fb0;
}

.page-home .service-feature--yt {
    --p-a: #ff4d4d;
    --p-b: #ff0000;
}

.page-home .service-feature--ig,
.page-home .service-feature--tt,
.page-home .service-feature--fb,
.page-home .service-feature--yt {
    padding: 0;
    border: 0;
    max-width: none;
    margin: 0;
    background: transparent;
    box-shadow: 0 20px 50px -24px rgba(60, 30, 20, 0.2);
    transition: transform 300ms ease, box-shadow 300ms ease;
}

.page-home .service-feature--ig:hover,
.page-home .service-feature--tt:hover,
.page-home .service-feature--fb:hover,
.page-home .service-feature--yt:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 60px -24px rgba(60, 30, 20, 0.28);
}

.page-home .service-feature--ig .service-feature-inner,
.page-home .service-feature--tt .service-feature-inner,
.page-home .service-feature--fb .service-feature-inner,
.page-home .service-feature--yt .service-feature-inner {
    padding: 32px;
    border-radius: 26px;
    background: #ffffff;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-areas: "content media";
    gap: 40px;
    align-items: stretch;
    min-height: 440px;
    position: relative;
    overflow: hidden;
}

.page-home .service-feature--ig .service-feature-decor,
.page-home .service-feature--tt .service-feature-decor,
.page-home .service-feature--fb .service-feature-decor,
.page-home .service-feature--yt .service-feature-decor {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--p-a) 0%, transparent 60%);
    opacity: 0.15;
    filter: blur(30px);
    pointer-events: none;
}

.page-home .service-feature--ig .service-feature-decor--tr,
.page-home .service-feature--tt .service-feature-decor--tr,
.page-home .service-feature--fb .service-feature-decor--tr,
.page-home .service-feature--yt .service-feature-decor--tr {
    top: -80px;
    right: -80px;
}

.page-home .service-feature--ig .service-feature-head,
.page-home .service-feature--tt .service-feature-head,
.page-home .service-feature--fb .service-feature-head,
.page-home .service-feature--yt .service-feature-head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.page-home .service-feature--ig .service-feature-head-icon,
.page-home .service-feature--tt .service-feature-head-icon,
.page-home .service-feature--fb .service-feature-head-icon,
.page-home .service-feature--yt .service-feature-head-icon {
    background: linear-gradient(135deg, var(--p-a), var(--p-b));
    color: #ffffff;
    box-shadow: 0 8px 20px -8px var(--p-a);
}

.page-home .service-feature-head-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #ffffff;
    box-shadow: 0 8px 20px -12px rgba(60, 30, 20, 0.3);
    flex: none;
}

.page-home .service-feature-head-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}

.page-home .service-feature-head-copy {
    display: grid;
    gap: 4px;
}

.page-home .service-feature--ig .service-feature-text,
.page-home .service-feature--tt .service-feature-text,
.page-home .service-feature--fb .service-feature-text,
.page-home .service-feature--yt .service-feature-text {
    text-align: left;
    color: var(--ink-dim);
    margin: 0 0 22px;
    font-size: 15px;
    max-width: none;
}

.page-home .service-feature--ig .service-feature-text--scroll,
.page-home .service-feature--tt .service-feature-text--scroll,
.page-home .service-feature--fb .service-feature-text--scroll,
.page-home .service-feature--yt .service-feature-text--scroll {
    height: clamp(220px, 18vw, 320px);
    overflow: auto;
    padding-right: 10px;
    scrollbar-gutter: stable;
}

.page-home .service-feature--ig .service-feature-left,
.page-home .service-feature--tt .service-feature-left,
.page-home .service-feature--fb .service-feature-left,
.page-home .service-feature--yt .service-feature-left {
    grid-area: content;
    height: 100%;
}

.page-home .service-feature--ig .service-feature-left > div,
.page-home .service-feature--tt .service-feature-left > div,
.page-home .service-feature--fb .service-feature-left > div,
.page-home .service-feature--yt .service-feature-left > div {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page-home .service-feature--ig .service-feature-right,
.page-home .service-feature--tt .service-feature-right,
.page-home .service-feature--fb .service-feature-right,
.page-home .service-feature--yt .service-feature-right {
    grid-area: media;
    justify-self: stretch;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
}

.page-home .service-feature--ig .service-feature-media,
.page-home .service-feature--tt .service-feature-media,
.page-home .service-feature--fb .service-feature-media,
.page-home .service-feature--yt .service-feature-media {
    width: 100%;
    aspect-ratio: 16 / 11;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 14px 40px -14px rgba(60, 30, 20, 0.25), inset 0 0 0 1px var(--line);
}

.page-home .service-feature--ig .service-feature-media img,
.page-home .service-feature--tt .service-feature-media img,
.page-home .service-feature--fb .service-feature-media img,
.page-home .service-feature--yt .service-feature-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.page-home .service-feature--ig .service-feature-bullets,
.page-home .service-feature--tt .service-feature-bullets,
.page-home .service-feature--fb .service-feature-bullets,
.page-home .service-feature--yt .service-feature-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.page-home .service-feature--ig .service-feature-right .service-feature-bullets,
.page-home .service-feature--tt .service-feature-right .service-feature-bullets,
.page-home .service-feature--fb .service-feature-right .service-feature-bullets,
.page-home .service-feature--yt .service-feature-right .service-feature-bullets {
    margin: 0;
    padding-left: 0;
    width: 100%;
}

.page-home .service-feature--ig .service-feature-bullets li,
.page-home .service-feature--tt .service-feature-bullets li,
.page-home .service-feature--fb .service-feature-bullets li,
.page-home .service-feature--yt .service-feature-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 14px;
    color: var(--ink-dim);
}

.page-home .service-feature--ig .service-feature-bullets svg,
.page-home .service-feature--tt .service-feature-bullets svg,
.page-home .service-feature--fb .service-feature-bullets svg,
.page-home .service-feature--yt .service-feature-bullets svg {
    width: 16px;
    height: 16px;
    color: var(--success);
    flex: none;
}

.page-home .service-feature--ig .service-feature-foot,
.page-home .service-feature--tt .service-feature-foot,
.page-home .service-feature--fb .service-feature-foot,
.page-home .service-feature--yt .service-feature-foot {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.page-home .service-feature--ig .service-price-label,
.page-home .service-feature--tt .service-price-label,
.page-home .service-feature--fb .service-price-label,
.page-home .service-feature--yt .service-price-label {
    display: block;
    font: 500 12px/1.2 var(--font-mono);
    color: var(--ink-faint);
}

.page-home .service-feature--ig .service-price-value,
.page-home .service-feature--tt .service-price-value,
.page-home .service-feature--fb .service-price-value,
.page-home .service-feature--yt .service-price-value {
    display: block;
    margin-top: 4px;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: -0.01em;
    color: #111827;
}

.page-home .service-feature--ig .service-feature-cta,
.page-home .service-feature--tt .service-feature-cta,
.page-home .service-feature--fb .service-feature-cta,
.page-home .service-feature--yt .service-feature-cta {
    width: auto;
    min-width: 0;
    height: auto;
    padding: 14px 22px;
    border-radius: 999px;
    font-size: 15px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.page-home .service-feature--ig .service-feature-cta svg,
.page-home .service-feature--tt .service-feature-cta svg,
.page-home .service-feature--fb .service-feature-cta svg,
.page-home .service-feature--yt .service-feature-cta svg {
    width: 16px;
    height: 16px;
}

.page-home .service-feature--ig .service-feature-phone {
    position: relative;
    width: 100%;
    max-width: 280px;
    aspect-ratio: 9 / 13;
    border-radius: 28px;
    background: oklch(0.96 0.02 var(--hue));
    padding: 18px 16px;
    box-shadow: 0 14px 40px -14px rgba(60, 30, 20, 0.25), inset 0 0 0 1px var(--line);
    justify-self: end;
    color: var(--platform-color);
}

.page-home .service-feature--ig .service-phone-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-home .service-feature--ig .service-phone-avatar {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: conic-gradient(from 0deg, var(--p-b), var(--p-a), #833ab4, var(--p-b));
    padding: 2px;
    flex: none;
}

.page-home .service-feature--ig .service-phone-avatar span {
    width: 100%;
    height: 100%;
    border-radius: 999px;
    background: #ffffff;
    display: grid;
    place-items: center;
    color: var(--platform-color);
    font-weight: 800;
}

.page-home .service-feature--ig .service-phone-meta {
    flex: 1;
}

.page-home .service-feature--ig .service-phone-handle {
    font-weight: 700;
    font-size: 13px;
    color: var(--ink);
}

.page-home .service-feature--ig .service-phone-location {
    font: 500 10px/1.3 var(--font-mono);
    color: var(--ink-faint);
    margin-top: 2px;
}

.page-home .service-feature--ig .service-phone-stats {
    display: flex;
    justify-content: space-between;
    margin: 16px 0 10px;
    gap: 10px;
}

.page-home .service-feature--ig .service-phone-stat {
    text-align: center;
    flex: 1;
}

.page-home .service-feature--ig .service-phone-stat-value {
    font-weight: 700;
    font-size: 15px;
    color: var(--ink);
}

.page-home .service-feature--ig .service-phone-stat.is-accent .service-phone-stat-value {
    color: var(--platform-color);
}

.page-home .service-feature--ig .service-phone-stat-label {
    color: var(--ink-faint);
    font: 600 9px/1 var(--font-mono);
    margin-top: 3px;
}

.page-home .service-feature--ig .service-phone-chart {
    width: 100%;
    height: 60px;
    display: block;
}

.page-home .service-feature--ig .service-phone-growth {
    font: 700 10px/1 var(--font-mono);
    color: var(--success);
    letter-spacing: 0.08em;
    margin-top: 6px;
}

.page-home .service-feature--ig .service-phone-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    margin-top: 12px;
}

.page-home .service-feature--ig .service-phone-tile {
    aspect-ratio: 1;
    border-radius: 4px;
}

.page-home .service-feature--ig .service-phone-tile--a {
    background: linear-gradient(135deg, #e1306c, #833ab4);
}

.page-home .service-feature--ig .service-phone-tile--b {
    background: linear-gradient(135deg, #f77737, #e1306c);
}

.page-home .service-feature--ig .service-phone-tile--c {
    background: linear-gradient(135deg, #833ab4, #405de6);
}

.page-home .service-feature--ig .service-phone-tile--d {
    background: repeating-linear-gradient(45deg, #f0e5df, #f0e5df 4px, #e5d5cc 4px, #e5d5cc 8px);
}

.page-home .service-feature--ig .service-phone-tile--e {
    background: linear-gradient(135deg, #f77737, #833ab4);
}

@media (max-width: 980px) {
    .page-home .service-feature--ig .service-feature-inner,
    .page-home .service-feature--tt .service-feature-inner,
    .page-home .service-feature--fb .service-feature-inner,
    .page-home .service-feature--yt .service-feature-inner {
        grid-template-columns: 1fr;
        grid-template-areas:
            "content"
            "media";
    }

    .page-home .service-feature--ig .service-feature-right,
    .page-home .service-feature--tt .service-feature-right,
    .page-home .service-feature--fb .service-feature-right,
    .page-home .service-feature--yt .service-feature-right {
        justify-self: start;
    }
}

@media (min-width: 981px) {
    .page-home .section--services .services-stack > .service-feature:nth-of-type(even) .service-feature-inner {
        grid-template-columns: 0.8fr 1.2fr;
        grid-template-areas: "media content";
    }
}

.page-home .section-head {
    max-width: 780px;
    margin: 0 auto var(--home-section-head-gap);
    text-align: center;
    justify-items: center;
}

.page-home .kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font: 600 11px/1 var(--font-mono);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--accent-deep);
    background: oklch(0.94 0.06 var(--hue));
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.page-home .kicker .d {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--accent);
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    50% {
        opacity: 0.4;
    }
}

.page-home .h2 {
    font-weight: 800;
    font-size: clamp(34px, 4.8vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.03em;
    margin: 0 0 16px;
}

.page-home .h2 em {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--accent);
}

.page-home .section-head p {
    color: var(--ink-dim);
    font-size: 17px;
    max-width: 600px;
    margin: 0 auto;
}

.marquee-section {
    padding: 18px 0 30px;
    border-top: 1px solid var(--line-strong);
    border-bottom: 1px solid var(--line-strong);
    background: rgba(255, 255, 255, 0.35);
    position: relative;
    z-index: 2;
}

.marquee-head {
    text-align: center;
    color: var(--ink-faint);
    font: 600 11px/1 var(--font-mono);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.marquee {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.marquee-section .marquee {
    overflow: hidden !important;
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent) !important;
}

.marquee-track {
    display: flex;
    gap: 78px;
    width: max-content;
    animation: scroll 40s linear infinite;
    align-items: center;
}

.marquee-section .marquee-track {
    animation: scroll 40s linear infinite !important;
}


.marquee-track .featured-logo {
    height: 48px;
    width: auto;
    display: block;
    flex: none;
    opacity: 0.8;
    filter: grayscale(100%) contrast(1.05);
}

.marquee-track .featured-logo[src$="/auto-scrolling-bar/1.svg"],
.marquee-track .featured-logo[src$="/auto-scrolling-bar/2.svg"] {
    height: 64px;
}

.marquee-track .featured-logo[src$="/auto-scrolling-bar/4.svg"],
.marquee-track .featured-logo[src$="/auto-scrolling-bar/5.svg"],
.marquee-track .featured-logo[src$="/auto-scrolling-bar/6.svg"] {
    height: 60px;
}

body.page-service .marquee-section {
    background: rgba(255, 255, 255, 0.35);
    border-top-color: var(--line-strong);
    border-bottom-color: var(--line-strong);
}

body.page-service .marquee-head {
    color: var(--ink-faint);
}

body.page-service .marquee-track .featured-logo {
    opacity: 0.8;
    filter: grayscale(100%) contrast(1.05);
}

body.page-service .marquee-section {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), inset 0 -1px 0 rgba(255, 255, 255, 0.35);
}

body.page-service .svc-hero--slug + .marquee-section {
    padding: 14px 0 18px;
}

body.page-service .svc-hero--slug + .marquee-section .marquee-head {
    margin-bottom: 10px;
}

body.page-service .svc-hero--slug + .marquee-section + .section {
    padding: clamp(32px, 4vw, 70px) 0;
}

@media (prefers-reduced-motion: reduce) {
    .marquee-track {
        animation: none;
    }
}

.page-home .featured {
    padding: 50px 0;
    border-top: 1px solid var(--line-strong);
    border-bottom: 1px solid var(--line-strong);
    background: rgba(255, 255, 255, 0.45);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), inset 0 -1px 0 rgba(255, 255, 255, 0.35);
    position: relative;
    z-index: 2;
}

.page-home .featured-kicker {
    text-align: center;
    color: var(--ink-faint);
    font: 600 11px/1 var(--font-mono);
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.page-home .logo-marquee {
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.page-home .logo-marquee-track {
    display: flex;
    gap: 64px;
    width: max-content;
    animation: scroll 40s linear infinite;
    align-items: center;
}

.page-home .logo-marquee:hover .logo-marquee-track {
    animation-play-state: paused;
}

@keyframes scroll {
    to {
        transform: translateX(-50%);
    }
}

@media (prefers-reduced-motion: reduce) {
    .page-home .logo-marquee-track {
        animation: none;
    }
}

.page-home .logo-marquee-group {
    display: flex;
    align-items: center;
    gap: 64px;
    padding-right: 64px;
}

.page-home .hero-metric-viewport {
    overflow: visible;
    padding: 10px 12px;
    margin: -10px -12px;
}

.page-home .hero {
    background: transparent !important;
    min-height: 0;
}

.page-home .hero-socials {
    display: none;
}

.page-home .hero-metric-cards .service-item {
    height: clamp(64px, 8.4vw, 88px);
    padding: 10px 12px 8px;
}

.page-home .hero-metric-cards .service-item::before {
    inset: -4px;
}

.page-home .hero-metric-cards .service-item-icon {
    width: 26px;
    height: 26px;
}

.page-home .hero-metric-cards .service-item-text {
    font-size: 12.5px;
}

.page-home .steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

@media (max-width: 900px) {
    .page-home .steps {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .page-home .steps {
        grid-template-columns: 1fr;
    }
}

.page-home .step {
    background: #ffffff;
    border-radius: 22px;
    padding: 28px 24px;
    box-shadow: 0 16px 40px -20px rgba(60, 30, 20, 0.18);
    min-height: 220px;
}

.page-home .step .n {
    font: 700 12px/1 var(--font-mono);
    color: var(--accent);
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.page-home .step .ill {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: oklch(0.94 0.06 var(--hue));
    display: grid;
    place-items: center;
    color: var(--accent-deep);
    margin-bottom: 18px;
}

.page-home .step .ill svg {
    width: 22px;
    height: 22px;
}

.page-home .step h4 {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 8px;
}

.page-home .step p {
    color: var(--ink-dim);
    font-size: 14px;
    margin: 0;
}

.page-home .stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: #ffffff;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 20px 50px -24px rgba(60, 30, 20, 0.2);
}

@media (max-width: 780px) {
    .page-home .stats {
        grid-template-columns: 1fr 1fr;
    }
}

.page-home .stat {
    padding: 40px 28px;
    border-right: 1px solid var(--line);
}

.page-home .stat:last-child {
    border-right: 0;
}

@media (max-width: 780px) {
    .page-home .stat:nth-child(even) {
        border-right: 0;
    }

    .page-home .stat:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
    }
}

.page-home .stat .v {
    font-size: clamp(40px, 5vw, 58px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
    color: var(--ink);
}

.page-home .stat .v .sfx {
    color: var(--accent);
}

.page-home .stat .l {
    font: 600 12px/1 var(--font-mono);
    color: var(--ink-faint);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 12px;
}

.page-home .personas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 900px) {
    .page-home .personas {
        grid-template-columns: 1fr;
    }
}

.page-home .persona {
    position: relative;
    padding: 36px;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 20px 50px -24px rgba(60, 30, 20, 0.2);
    overflow: hidden;
}

.page-home .persona::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--pg) 0%, transparent 60%);
    opacity: 0.22;
    filter: blur(30px);
}

.page-home .persona.a {
    --pg: oklch(0.72 0.17 var(--hue));
}

.page-home .persona.b {
    --pg: oklch(0.72 0.14 calc(var(--hue) + 240));
}

.page-home .persona .p-kicker {
    font: 600 11px/1 var(--font-mono);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ink-faint);
    margin-bottom: 14px;
    position: relative;
}

.page-home .persona h3 {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 12px;
    line-height: 1.05;
    position: relative;
}

.page-home .persona h3 em {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--pg);
}

.page-home .persona .p-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
}

.page-home .persona .p-list li {
    padding: 14px 16px;
    background: oklch(0.97 0.02 var(--hue));
    border-radius: 14px;
}

.page-home .persona.b .p-list li {
    background: oklch(0.96 0.015 calc(var(--hue) + 240));
}

.page-home .persona .p-list li b {
    display: block;
    font-weight: 700;
    font-size: 14.5px;
    margin-bottom: 2px;
}

.page-home .persona .p-list li span {
    color: var(--ink-dim);
    font-size: 13px;
}

.page-home .persona .p-stats {
    display: flex;
    gap: 24px;
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
    position: relative;
}

.page-home .persona .p-stats .s {
    flex: 1;
}

.page-home .persona .p-stats .s .val {
    display: block;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--pg);
}

.page-home .persona .p-stats .s .lbl {
    display: block;
    font: 600 11px/1 var(--font-mono);
    letter-spacing: 0.1em;
    color: var(--ink-faint);
    margin-top: 6px;
    text-transform: uppercase;
}

.page-home .reviews2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

@media (max-width: 900px) {
    .page-home .reviews2 {
        grid-template-columns: 1fr;
    }
}

.page-home .rv-viewport {
    position: relative;
    height: 520px;
    overflow: hidden;
    border-radius: 24px;
    mask-image: linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.page-home .rv-track {
    display: flex;
    flex-direction: column;
    gap: 16px;
    animation: rv-scroll 32s linear infinite;
}

.page-home .rv-viewport:hover .rv-track {
    animation-play-state: paused;
}

@keyframes rv-scroll {
    to {
        transform: translateY(-50%);
    }
}

.page-home .rv-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 16px 40px -20px rgba(60, 30, 20, 0.18);
}

.page-home .rv-card .stars {
    display: flex;
    gap: 4px;
    color: var(--accent);
    margin-bottom: 12px;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
    opacity: 1;
}

.page-home .rv-card .stars svg {
    width: 16px;
    height: 16px;
}

.page-home .rv-card blockquote {
    margin: 0 0 14px;
    font-size: 14.5px;
    line-height: 1.5;
    color: var(--ink);
}

.page-home .rv-card .who {
    display: flex;
    gap: 10px;
    align-items: center;
}

.page-home .rv-card .avatar {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent), var(--accent-deep));
    display: grid;
    place-items: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    flex-shrink: 0;
}

.page-home .rv-card .who b {
    display: block;
    font-weight: 700;
    font-size: 13px;
}

.page-home .rv-card .who span {
    display: block;
    color: var(--ink-faint);
    font: 500 11px/1.3 var(--font-mono);
    margin-top: 2px;
}

.page-home .rv-form {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 20px 50px -24px rgba(60, 30, 20, 0.2);
    position: sticky;
    top: 100px;
}

.page-home .rv-form h3 {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 6px;
}

.page-home .rv-form p {
    color: var(--ink-dim);
    font-size: 14px;
    margin: 0 0 22px;
}

.page-home .rv-form label {
    display: block;
    font: 600 11px/1 var(--font-mono);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink-faint);
    margin-bottom: 8px;
}

.page-home .rv-form .field {
    margin-bottom: 16px;
}

.page-home .rv-form input,
.page-home .rv-form textarea,
.page-home .rv-form select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid var(--line-strong);
    background: #ffffff;
    font: 600 14px/1.2 var(--font-sans);
    color: var(--ink);
}

.page-home .rv-form textarea {
    resize: vertical;
    min-height: 90px;
    font-family: var(--font-sans);
}

.page-home .rv-form input:focus,
.page-home .rv-form textarea:focus,
.page-home .rv-form select:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px oklch(0.9 0.1 var(--hue) / 0.6);
}

.page-home .rv-form .star-rate {
    display: flex;
    gap: 4px;
}

.page-home .rv-form .star-rate button {
    appearance: none;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 2px;
    color: var(--line-strong);
    transition: color 0.15s;
}

.page-home .rv-form .star-rate button svg {
    width: 26px;
    height: 26px;
}

.page-home .rv-form .star-rate button.on,
.page-home .rv-form .star-rate:hover button {
    color: var(--accent);
}

.page-home .rv-form .star-rate button:hover ~ button {
    color: var(--line-strong);
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font: 600 15px/1 var(--font-sans);
    padding: 14px 22px;
    border-radius: 999px;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.3s, background 0.2s;
    white-space: nowrap;
}

.btn:focus-visible {
    outline: 3px solid rgba(16, 24, 40, 0.22);
    outline-offset: 3px;
}

.btn svg {
    width: 16px;
    height: 16px;
}

.btn-primary {
    background: linear-gradient(135deg, oklch(0.72 0.17 var(--hue)) 0%, oklch(0.62 0.20 var(--hue)) 100%);
    color: #fff !important;
    box-shadow: 0 10px 30px -8px oklch(0.65 0.22 var(--hue) / 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px -10px oklch(0.65 0.22 var(--hue) / 0.7);
}

.btn-lg {
    padding: 16px 26px;
    font-size: 16px;
}

.hero-cta.btn {
    height: auto;
    min-width: 0;
    margin-top: 6px;
}

.page-home .rv-form .submit {
    width: 100%;
    margin-top: 8px;
    justify-content: center;
}

.page-home .rv-form .sent {
    display: none;
    padding: 14px;
    background: oklch(0.94 0.08 160);
    color: #1f6b3f;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
}

.section--home-shared .section-head {
    max-width: 780px;
    margin: 0 auto clamp(22px, 3.2vw, 40px);
    text-align: center;
    justify-items: center;
}

.section--home-shared .kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font: 600 11px/1 var(--font-mono);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--accent-deep);
    background: oklch(0.94 0.06 var(--hue));
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
}

body.page-service--tiktok .section--home-shared .kicker {
    color: var(--accent);
}

.section--home-shared .kicker .d {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: var(--accent);
    animation: pulse 2s ease-in-out infinite;
}

.section--home-shared .h2 {
    font-weight: 800;
    font-size: clamp(34px, 4.8vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.03em;
    margin: 0 0 16px;
}

.section--home-shared .h2 h1,
.section--home-shared .h2 h2,
.section--home-shared .h2 h3 {
    margin: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    line-height: inherit;
}

.section--home-shared .h2 em {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--accent);
}

.section--home-shared .kicker em {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--accent);
}

.section--home-shared .section-head h1 em,
.section--home-shared .section-head h2 em,
.section--home-shared .section-head h3 em {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--accent);
}

.section--home-shared .section-head em {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--accent);
}

.section--home-shared .section-head p {
    color: var(--ink-dim);
    font-size: 17px;
    max-width: 600px;
    margin: 0 auto;
}

.page-about .about-hero .container {
    display: grid;
    justify-items: center;
    gap: clamp(16px, 2.6vw, 24px);
}

.page-about .about-hero .section-head {
    margin-bottom: 0;
}

.page-about .about-copy {
    max-width: 860px;
    margin: 0 auto;
    color: var(--muted);
    font-size: clamp(15px, 1.05vw, 18px);
    line-height: 1.6;
    display: grid;
    gap: 12px;
    text-align: center;
}

.page-about .about-copy p {
    margin: 0;
}

.page-about .about-copy strong {
    color: var(--ink);
}

.page-about .about-copy--narrow {
    max-width: 860px;
}

.page-about .section--home-shared .section-head p {
    max-width: 860px;
}

.page-about .about-platforms {
    margin: clamp(20px, 4vw, 30px) auto 0;
    max-width: 1120px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: 22px;
}

.page-about .about-platform-card {
    background: #ffffff;
    border: 1px solid rgba(16, 24, 40, 0.12);
    border-radius: 22px;
    padding: 26px 22px;
    text-decoration: none;
    color: var(--ink);
    box-shadow: 0 16px 34px rgba(16, 24, 40, 0.12);
    transition: transform 160ms var(--ease), box-shadow 160ms var(--ease);
    display: grid;
    align-content: center;
    justify-items: center;
    text-align: center;
    gap: 12px;
    width: 100%;
    height: 100%;
}

.page-about .about-platform-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 44px rgba(16, 24, 40, 0.14);
}

.page-about .about-platform-card:focus-visible {
    outline: 3px solid rgba(16, 24, 40, 0.22);
    outline-offset: 3px;
}

.page-about .about-platform-k {
    font: 600 11px/1 var(--font-mono);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-faint);
}

.page-about .about-platform-v {
    font-weight: 800;
    letter-spacing: -0.03em;
    font-size: 22px;
}

.page-about .about-platform-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
}

.page-about .about-platform-icon img {
    width: 22px;
    height: 22px;
    display: block;
}

.page-about .about-platform-name {
    font-weight: 900;
    letter-spacing: -0.02em;
    font-size: 20px;
}

.page-about .about-platform-price {
    color: rgba(74, 85, 101, 0.92);
    font-size: 13px;
    font-weight: 800;
}

.page-about .about-grid .section-head + .section-head {
    margin-top: clamp(18px, 3vw, 26px);
}

.page-about .about-grid .section-head p + p {
    margin-top: 12px;
}

.page-about .about-grid .step p + p {
    margin-top: 10px;
}

.page-about .about-grid .steps {
    max-width: 1120px;
    margin: 0 auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    clear: both;
}

.page-about .section--home-shared .steps.about-feature-cards {
    max-width: 1120px;
    margin: 0 auto;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    grid-auto-rows: 1fr;
}

.page-about .about-feature-cards .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100%;
}

.page-about .about-feature-cards .step .ill {
    margin: 0 auto 16px;
}

.page-about .about-grid-tiles {
    margin-top: clamp(22px, 3vw, 34px);
}

.page-about .about-grid .step:hover .ill {
    background: oklch(0.93 0.08 var(--hue));
}

.page-about .about-grid .step:hover .ill svg {
    transform: scale(1.04);
}

.page-about .about-grid .step .ill svg {
    transition: transform 160ms var(--ease);
}

.page-about .about-actions {
    display: flex;
    justify-content: center;
    margin-top: clamp(18px, 3vw, 28px);
}

@media (max-width: 820px) {
    .page-about .about-platforms {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .page-about .about-grid .steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-about .section--home-shared .steps.about-feature-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .page-about .about-platforms {
        grid-template-columns: 1fr;
    }

    .page-about .about-grid .steps {
        grid-template-columns: 1fr;
    }

    .page-about .section--home-shared .steps.about-feature-cards {
        grid-template-columns: 1fr;
    }
}

.section--home-shared .steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

@media (min-width: 901px) {
    .page-service .section--how.section--home-shared .steps {
        grid-template-columns: repeat(3, 1fr);
    }
}

.section--home-shared .step {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 16px 40px -24px rgba(60, 30, 20, 0.18);
}

.page-home .home-visibility-split {
    align-items: start;
}

.page-home .home-visibility-split + .home-visibility-split {
    margin-top: clamp(22px, 3vw, 34px);
}

.page-home .home-visibility-split--reverse .home-visibility-copy {
    grid-area: copy;
}

.page-home .home-visibility-split--reverse .home-visibility-media {
    grid-area: media;
}

@media (max-width: 1023px) {
    .page-home .home-visibility-split--reverse {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "media";
    }
}

@media (min-width: 1024px) {
    .page-home .home-visibility-split--reverse {
        grid-template-areas: "media copy";
    }
}

.page-service .home-visibility-split {
    align-items: start;
}

.page-service .home-visibility-split + .home-visibility-split {
    margin-top: clamp(28px, 4vw, 44px);
}

.page-service .home-visibility-split--reverse .home-visibility-copy {
    grid-area: copy;
}

.page-service .home-visibility-split--reverse .home-visibility-media {
    grid-area: media;
}

@media (max-width: 1023px) {
    .page-service .home-visibility-split--reverse {
        grid-template-columns: 1fr;
        grid-template-areas:
            "copy"
            "media";
    }
}

@media (min-width: 1024px) {
    .page-service .home-visibility-split--reverse {
        grid-template-areas: "media copy";
    }
}

.home-visibility-split--no-media {
    grid-template-columns: 1fr;
    grid-template-areas: "copy";
}

.page-home {
    --home-visibility-media-size: 304px;
}

.page-service {
    --home-visibility-media-size: 270px;
}

.home-visibility-media {
    display: flex;
    overflow: hidden;
    border-radius: 28px;
    align-items: center;
    justify-content: center;
    width: min(var(--home-visibility-media-size, 540px), 100%);
    aspect-ratio: 1 / 1;
    flex: 0 0 auto;
    align-self: start;
    max-width: 100%;
    box-sizing: border-box;
}

@media (min-width: 1024px) {
    .home-visibility-media {
        align-self: center;
    }

    .home-visibility-media {
        justify-self: center;
    }
}

.page-service .home-visibility-head {
    max-width: none;
    margin: 0;
    text-align: left;
    justify-items: start;
}

.page-service .home-visibility-head p {
    margin-left: 0;
    margin-right: 0;
    max-width: 600px;
    text-align: left;
}

.page-home .home-visibility-head {
    max-width: none;
    margin: 0;
}

.page-home .home-visibility-head:not(.home-visibility-head--center) {
    text-align: left;
    justify-items: start;
}

.page-home .home-visibility-head .h2 {
    margin-bottom: 14px;
}

.page-home .home-visibility-head p {
    margin-left: 0;
    margin-right: 0;
    max-width: 600px;
    text-align: left;
}

.page-home .home-visibility-head--center {
    text-align: center;
    justify-items: center;
}

.page-home .home-visibility-head--center p {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    text-align: center;
}

.home-visibility-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.page-home .home-visibility-secondary {
    margin-top: clamp(28px, 4vw, 44px);
}

.section--home-shared .step .n {
    font: 600 11px/1 var(--font-mono);
    letter-spacing: 0.1em;
    color: var(--ink-faint);
}

.section--home-shared .step .ill {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    margin: 14px 0 16px;
    background: oklch(0.94 0.06 var(--hue));
    color: var(--accent-deep);
    display: grid;
    place-items: center;
}

body.page-service--tiktok .section--home-shared .step .ill {
    color: var(--accent);
}

.section--home-shared .step .ill svg {
    width: 24px;
    height: 24px;
}

.section--home-shared .step h4 {
    font-size: 20px;
    letter-spacing: -0.02em;
    margin: 0 0 10px;
}

.section--home-shared .step .step-title h1,
.section--home-shared .step .step-title h2,
.section--home-shared .step .step-title h3 {
    margin: 0 0 10px;
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.section--home-shared .step h4 em,
.section--home-shared .step .step-title em {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: var(--accent);
}

.section--home-shared .step p {
    color: var(--ink-dim);
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
}

.section--home-shared .step .step-copy {
    color: var(--ink-dim);
    font-size: 15px;
    line-height: 1.55;
}

.section--home-shared .step .step-copy p {
    margin: 0;
}

.section--home-shared .step .step-copy p + p {
    margin-top: 10px;
}

.section--home-shared .step .step-copy a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.section--home-shared .stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: #ffffff;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 20px 50px -24px rgba(60, 30, 20, 0.2);
}

.section--home-shared .stat {
    padding: 40px 28px;
    border-right: 1px solid var(--line);
}

.section--home-shared .stat:last-child {
    border-right: 0;
}

.section--home-shared .stat .v {
    font-size: clamp(40px, 5vw, 58px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
    color: var(--ink);
}

.section--home-shared .stat .v .sfx {
    color: var(--accent);
}

.section--home-shared .stat .l {
    font: 600 12px/1 var(--font-mono);
    color: var(--ink-faint);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 12px;
}

.section--home-shared.section--reviews .reviews2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.section--home-shared .rv-viewport {
    position: relative;
    z-index: 1;
    height: 520px;
    overflow: hidden;
    border-radius: 24px;
    mask-image: linear-gradient(180deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}

.section--home-shared .rv-track {
    display: flex;
    flex-direction: column;
    gap: 16px;
    animation: rv-scroll 32s linear infinite;
}

.section--home-shared .rv-viewport:hover .rv-track {
    animation-play-state: paused;
}

.section--home-shared .rv-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 22px;
    box-shadow: 0 16px 40px -20px rgba(60, 30, 20, 0.18);
}

.section--home-shared .rv-card .stars {
    display: flex;
    gap: 4px;
    color: var(--accent);
    margin-bottom: 12px;
    background: none;
    width: auto;
    height: auto;
    border-radius: 0;
    opacity: 1;
}

.section--home-shared .rv-card .stars svg {
    width: 16px;
    height: 16px;
}

.section--home-shared .rv-card blockquote {
    margin: 0 0 14px;
    font-size: 14.5px;
    line-height: 1.5;
    color: var(--ink);
}

.section--home-shared .rv-card .who {
    display: flex;
    gap: 10px;
    align-items: center;
}

.section--home-shared .rv-card .avatar {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent), var(--accent-deep));
    display: grid;
    place-items: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    flex-shrink: 0;
}

.section--home-shared .rv-card .who b {
    display: block;
    font-weight: 700;
    font-size: 13px;
}

.section--home-shared .rv-card .who span {
    display: block;
    color: var(--ink-faint);
    font: 500 11px/1.3 var(--font-mono);
    margin-top: 2px;
}

.section--home-shared .rv-form {
    background: #ffffff;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 20px 50px -24px rgba(60, 30, 20, 0.2);
    position: sticky;
    top: 100px;
    z-index: 2;
}

.section--home-shared .rv-form h3 {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin: 0 0 6px;
}

.section--home-shared .rv-form p {
    color: var(--ink-dim);
    font-size: 14px;
    margin: 0 0 22px;
}

.section--home-shared .rv-form label {
    display: block;
    font: 600 11px/1 var(--font-mono);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink-faint);
    margin-bottom: 8px;
}

.section--home-shared .rv-form .field {
    margin-bottom: 16px;
}

.section--home-shared .rv-form input,
.section--home-shared .rv-form textarea,
.section--home-shared .rv-form select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid var(--line-strong);
    background: #ffffff;
    font: 600 14px/1.2 var(--font-sans);
    color: var(--ink);
}

.section--home-shared .rv-form textarea {
    resize: vertical;
    min-height: 90px;
    font-family: var(--font-sans);
}

.section--home-shared .rv-form input:focus,
.section--home-shared .rv-form textarea:focus,
.section--home-shared .rv-form select:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px oklch(0.9 0.1 var(--hue) / 0.6);
}

.section--home-shared .rv-form .star-rate {
    display: flex;
    gap: 4px;
}

.section--home-shared .rv-form .star-rate button {
    appearance: none;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 2px;
    color: var(--line-strong);
    transition: color 0.15s;
}

.section--home-shared .rv-form .star-rate button svg {
    width: 26px;
    height: 26px;
}

.section--home-shared .rv-form .star-rate button.on,
.section--home-shared .rv-form .star-rate:hover button {
    color: var(--accent);
}

.section--home-shared .rv-form .star-rate button:hover ~ button {
    color: var(--line-strong);
}

.section--home-shared .rv-form .submit {
    width: 100%;
    margin-top: 8px;
    justify-content: center;
}

.section--home-shared .rv-form .sent {
    display: none;
    padding: 14px;
    background: oklch(0.94 0.08 160);
    color: #1f6b3f;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
}

@media (prefers-reduced-motion: reduce) {
    .section--home-shared .rv-track {
        animation: none;
    }
}

@media (max-width: 900px) {
    .section--home-shared .steps {
        grid-template-columns: 1fr 1fr;
    }

    .section--home-shared.section--reviews .reviews2 {
        grid-template-columns: 1fr;
    }

    .section--home-shared .rv-form {
        position: static;
    }
}

@media (max-width: 780px) {
    .section--home-shared .stats {
        grid-template-columns: 1fr 1fr;
    }

    .section--home-shared .stat:nth-child(even) {
        border-right: 0;
    }

    .section--home-shared .stat:nth-child(-n + 2) {
        border-bottom: 1px solid var(--line);
    }
}

@media (max-width: 560px) {
    .section--home-shared .steps {
        grid-template-columns: 1fr;
    }
}

.section--faq-lite .faq-wrap {
    max-width: 820px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 26px;
    padding: 8px 32px;
    box-shadow: 0 20px 50px -24px rgba(60, 30, 20, 0.2);
}

.section--faq-lite .faq-item {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transition: none;
    border-bottom: 1px solid var(--line);
}

.section--faq-lite .faq-item:hover,
.section--faq-lite .faq-item:focus-within {
    border-color: transparent;
}

.section--faq-lite .faq-item:last-child {
    border-bottom: 0;
}

.section--faq-lite .faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01em;
    border-radius: 0;
    background: transparent;
    transition: none;
}

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

.section--faq-lite .faq-item summary:hover {
    background: transparent;
    color: var(--accent-deep);
}

body.page-service--tiktok .section--faq-lite .faq-item summary:hover {
    color: var(--accent);
}

.section--faq-lite .faq-item[open] summary {
    color: var(--accent);
}

.section--faq-lite .faq-item .ic {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: oklch(0.94 0.05 var(--hue));
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: var(--accent-deep);
    transition: transform 0.3s, background 0.3s, color 0.3s;
}

body.page-service--tiktok .section--faq-lite .faq-item .ic {
    color: var(--accent);
}

.section--faq-lite .faq-item .ic svg {
    width: 12px;
    height: 12px;
}

.section--faq-lite .faq-item[open] .ic {
    transform: rotate(45deg);
    background: var(--accent);
    color: #ffffff;
}

.section--faq-lite .faq-item .ans {
    padding: 0 0 22px;
    color: var(--ink-dim);
    font-size: 15px;
    max-width: 680px;
}

.cta-final {
    margin: 80px auto;
    max-width: 1200px;
    padding: 72px 48px;
    border-radius: 32px;
    background: linear-gradient(135deg, oklch(0.72 0.17 32) 0%, oklch(0.62 0.2 32) 100%);
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 30px 80px -30px oklch(0.65 0.22 32 / 0.6);
}

.cta-final::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 100% at 20% 10%, rgba(255, 255, 255, 0.25), transparent 60%),
        radial-gradient(50% 100% at 90% 90%, rgba(255, 255, 255, 0.15), transparent 60%);
}

.cta-final h2 {
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.02;
    margin: 18px 0 16px;
    position: relative;
}

.cta-final h2 em {
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
}

.cta-final p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    max-width: 540px;
    margin: 0 auto 30px;
    position: relative;
}

.cta-final .btns {
    display: inline-flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.cta-final .kicker {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
    position: relative;
}

.cta-final .kicker .d {
    background: #ffffff;
}

.cta-final .btn-dark {
    background: #ffffff;
    color: var(--ink);
}

@media (prefers-reduced-motion: reduce) {
    .page-home .rv-track {
        animation: none;
    }
}

@media (max-width: 900px) {
    .page-home .rv-form {
        position: static;
    }

    .page-home .service-feature--ig .service-feature-foot {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-home .service-feature--ig .service-feature-cta {
        width: 100%;
        min-width: 0;
    }
}

.checkout-item-service {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.checkout-item-badge {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid rgba(16, 24, 40, 0.1);
    background: rgba(249, 250, 251, 0.95);
    display: grid;
    place-items: center;
    color: rgba(16, 24, 40, 0.75);
    flex: 0 0 auto;
}

.checkout-item-user {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.checkout-item-user strong {
    font-size: 13px;
    color: #101828;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkout-item-user span {
    font-size: 11px;
    color: rgba(74, 85, 101, 0.9);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkout-item-product {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
}

.checkout-item-product-main {
    flex: 1 1 280px;
    min-width: 0;
    display: grid;
    align-content: start;
}

.checkout-item-details {
    margin-top: 8px;
    display: grid;
    gap: 6px;
    min-width: 0;
}

.checkout-item-details-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-width: 0;
}

.checkout-item-details-summary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 800;
    color: rgba(74, 85, 101, 0.9);
}

.checkout-item-details-btn {
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(16, 24, 40, 0.12);
    background: rgba(255, 255, 255, 0.8);
    color: rgba(16, 24, 40, 0.9);
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
    white-space: nowrap;
}

.checkout-item-details-btn:hover {
    border-color: rgba(255, 85, 60, 0.35);
}

.checkout-item-details-panel {
    margin-top: 6px;
}

.checkout-item-details-title {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(74, 85, 101, 0.9);
}

.checkout-item-details-list {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.checkout-item-details-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
}

.checkout-item-details-row a {
    font-size: 12px;
    color: rgba(16, 24, 40, 0.85);
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkout-item-details-row a:hover {
    text-decoration: underline;
}

.checkout-item-details-row span {
    font-size: 12px;
    color: rgba(74, 85, 101, 0.9);
    font-weight: 800;
    flex: 0 0 auto;
}

.checkout-item-details-comments {
    margin-top: -2px;
    display: grid;
    gap: 6px;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    background: rgba(249, 250, 251, 0.9);
}

.checkout-item-details-comment {
    font-size: 12px;
    color: rgba(16, 24, 40, 0.85);
    line-height: 1.4;
}

.checkout-item-product-title {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.checkout-item-product-title strong {
    font-size: 13px;
    font-weight: 900;
    color: #101828;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkout-item-product-title span {
    font-size: 11px;
    color: rgba(74, 85, 101, 0.9);
}

.checkout-item-price {
    display: grid;
    justify-items: end;
    gap: 8px;
    align-content: start;
}

.checkout-item-price strong {
    font-weight: 900;
    color: #101828;
}

.checkout-item-remove {
    border: none;
    background: transparent;
    color: #ef4444;
    cursor: pointer;
    padding: 6px;
    border-radius: 10px;
}

.checkout-item-remove:hover {
    background: rgba(239, 68, 68, 0.1);
}

.checkout-right {
    display: grid;
    gap: 14px;
}

.checkout-card {
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    padding: 18px;
}

.checkout-card--coupon {
    border-color: rgba(255, 85, 60, 0.18);
    color: #101828;
}

.checkout-card-title {
    font-weight: 900;
    letter-spacing: -0.3px;
}

.checkout-card-title--center {
    text-align: center;
}

.checkout-coupon-row {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: center;
}

.checkout-coupon-input {
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(16, 24, 40, 0.12);
    background: rgba(249, 250, 251, 0.95);
    padding: 0 12px;
    font: inherit;
    outline: none;
}

.checkout-coupon-btn {
    height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    border: none;
    background: rgba(255, 85, 60, 0.12);
    color: rgba(16, 24, 40, 0.92);
    font-weight: 900;
    cursor: pointer;
}

.checkout-coupon-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.checkout-coupon-status {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 800;
    color: rgba(74, 85, 101, 0.95);
    min-height: 16px;
}

.checkout-coupon-status.is-success {
    color: rgba(2, 122, 72, 0.95);
}

.checkout-coupon-status.is-error {
    color: rgba(180, 35, 24, 0.95);
}

.checkout-summary {
    margin-top: 12px;
    display: grid;
    gap: 10px;
}

.checkout-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
    color: rgba(74, 85, 101, 0.95);
}

.checkout-summary-row--total {
    margin-top: 6px;
    padding-top: 10px;
    border-top: 1px solid rgba(16, 24, 40, 0.08);
}

.checkout-summary-label {
    font-weight: 500;
    color: #101828;
}

.checkout-summary-value {
    font-weight: 900;
    color: #101828;
}

.checkout-summary-discount {
    color: #16a34a;
}

.checkout-summary-total {
    font-weight: 900;
    color: var(--accent);
}

.checkout-email {
    margin-top: 12px;
    display: grid;
    gap: 6px;
    font-weight: 500;
    font-size: 12px;
    color: rgba(16, 24, 40, 0.9);
}

.checkout-email-input {
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(16, 24, 40, 0.12);
    background: rgba(249, 250, 251, 0.95);
    padding: 0 12px;
    font: inherit;
    outline: none;
}

.checkout-pay {
    margin-top: 12px;
    width: 100%;
    height: 44px;
    border-radius: 12px;
    border: none;
    background: linear-gradient(135deg, rgba(255, 85, 60, 1) 0%, rgba(255, 46, 46, 1) 55%, rgba(255, 122, 24, 1) 100%);
    color: #ffffff;
    font-weight: 900;
    cursor: pointer;
}

.checkout-pay:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.checkout-secure {
    margin-top: 8px;
    font-size: 11px;
    text-align: center;
    color: rgba(74, 85, 101, 0.95);
}

.section--order-accepted {
    background: #ffffff;
}

.order-accepted-card {
    margin: 0 auto;
    max-width: 820px;
    border-radius: 18px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 62px rgba(16, 24, 40, 0.14);
    padding: 22px 20px 18px;
    text-align: center;
}

.order-accepted-icon {
    width: 70px;
    height: 70px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    margin: 0 auto 12px;
    color: #22c55e;
    background: rgba(34, 197, 94, 0.14);
}

.order-accepted-title {
    margin: 0;
    font-weight: 900;
    letter-spacing: -0.6px;
    font-size: 32px;
    color: #101828;
}

.order-accepted-text {
    margin: 10px auto 0;
    max-width: 620px;
    color: rgba(74, 85, 101, 0.98);
    line-height: 1.75;
}

.order-next {
    margin-top: 18px;
    border-radius: 16px;
    background: rgba(249, 250, 251, 0.95);
    border: 1px solid rgba(16, 24, 40, 0.06);
    padding: 16px;
    text-align: left;
}

.order-next-title {
    font-weight: 900;
    letter-spacing: -0.3px;
    text-align: center;
}

.order-next-steps {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.order-step {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 10px;
    align-items: start;
}

.order-step-num {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-weight: 900;
    color: #ffffff;
    background: var(--accent);
}

.order-step-title {
    font-weight: 900;
    color: #101828;
    font-size: 13px;
}

.order-step-text {
    margin-top: 4px;
    color: rgba(74, 85, 101, 0.98);
    font-size: 12px;
    line-height: 1.55;
}

.order-number-block {
    margin-top: 16px;
}

.order-number-label {
    font-size: 12px;
    color: rgba(74, 85, 101, 0.95);
    font-weight: 800;
}

.order-number {
    margin: 8px auto 0;
    width: fit-content;
    border-radius: 12px;
    padding: 10px 14px;
    background: rgba(249, 250, 251, 0.95);
    border: 1px solid rgba(16, 24, 40, 0.08);
    font-weight: 900;
    letter-spacing: 0.4px;
    color: #101828;
}

.order-actions {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.order-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 18px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 900;
}

.order-btn--primary {
    background: linear-gradient(135deg, rgba(255, 85, 60, 1) 0%, rgba(255, 46, 46, 1) 55%, rgba(255, 122, 24, 1) 100%);
    color: #ffffff;
}

.order-btn--ghost {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(16, 24, 40, 0.12);
    color: #101828;
}

.order-help {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(16, 24, 40, 0.08);
    color: rgba(74, 85, 101, 0.98);
    font-size: 13px;
}

.order-help a {
    color: var(--accent);
    text-decoration: none;
    font-weight: 900;
}

.order-perks {
    margin: 18px auto 0;
    max-width: 820px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.order-perk {
    border-radius: 16px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    background: rgba(249, 250, 251, 0.95);
    padding: 14px;
    text-align: center;
}

.order-perk-title {
    margin-top: 8px;
    font-weight: 900;
    color: #101828;
    letter-spacing: -0.2px;
}

.order-perk-text {
    margin-top: 6px;
    color: rgba(74, 85, 101, 0.98);
    font-size: 12px;
    line-height: 1.6;
}

@media (max-width: 920px) {
    .order-next-steps {
        grid-template-columns: 1fr;
    }

    .order-perks {
        grid-template-columns: 1fr;
    }
}

.contact-form,
.checkout-form {
    margin-top: 12px;
    display: grid;
    gap: 12px;
}

.contact-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.contact-label {
    display: grid;
    gap: 6px;
    font-weight: 800;
    color: rgba(16, 24, 40, 0.9);
    font-size: 13px;
}

.contact-input,
.contact-textarea {
    border: 1px solid rgba(16, 24, 40, 0.12);
    border-radius: 12px;
    padding: 12px 12px;
    font-size: 14px;
    outline: none;
    background: rgba(249, 250, 251, 0.95);
    color: #101828;
}

.contact-textarea {
    resize: vertical;
}

.contact-v2 {
    padding: 24px;
    min-height: 100vh;
}

.contact-v2-inner {
    max-width: 896px;
    margin: 0 auto;
    display: grid;
    gap: 48px;
}

.contact-v2-head {
    text-align: center;
    display: grid;
    justify-items: center;
    gap: 14px;
}

.contact-v2-head-badge {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid rgba(255, 239, 235, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    color: #ff5a3a;
}

.contact-v2-title {
    margin: 0;
    font-size: clamp(36px, 5vw, 48px);
    font-weight: 900;
    color: #111827;
    letter-spacing: -0.02em;
}

.contact-v2-lead {
    margin: 0;
    max-width: 560px;
    color: rgba(107, 114, 128, 0.95);
    font-weight: 600;
    line-height: 1.7;
}

.contact-v2-cards {
    display: grid;
    gap: 22px;
}

.contact-v2-card {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 40px;
    padding: 32px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
}

.contact-v2-card-decor {
    position: absolute;
    top: 0;
    right: 0;
    width: 128px;
    height: 128px;
    border-radius: 999px;
    background: rgba(255, 90, 58, 0.05);
    transform: translate(50%, -50%) scale(1);
    transition: transform 700ms ease;
}

.contact-v2-card--refill:hover .contact-v2-card-decor {
    transform: translate(50%, -50%) scale(1.5);
}

.contact-v2-card-body {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 18px;
}

.contact-v2-card-titleRow {
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-v2-card-ic {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-v2-card-ic--orange {
    background: rgba(255, 90, 58, 0.1);
    color: #ff5a3a;
}

.contact-v2-card-ic--blue {
    background: rgba(59, 130, 246, 0.12);
    color: #3b82f6;
}

.contact-v2-card-title {
    margin: 0;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #111827;
}

.contact-v2-card-text {
    margin: 0;
    color: rgba(107, 114, 128, 0.95);
    font-weight: 600;
    line-height: 1.7;
    max-width: 720px;
}

.contact-v2-track {
    display: flex;
    gap: 14px;
    align-items: stretch;
    flex-wrap: wrap;
    padding-top: 4px;
}

.contact-v2-input {
    flex: 1;
    min-width: 220px;
    background: rgba(249, 250, 251, 1);
    border: 1px solid rgba(243, 244, 246, 1);
    border-radius: 18px;
    padding: 14px 18px;
    font-weight: 800;
    color: rgba(55, 65, 81, 0.96);
    outline: none;
    transition: background 160ms ease, border-color 160ms ease;
}

.contact-v2-input:focus-visible {
    border-color: rgba(255, 90, 58, 0.35);
    background: #ffffff;
    outline: 3px solid rgba(255, 90, 58, 0.18);
    outline-offset: 2px;
}

.contact-v2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 22px;
    border-radius: 18px;
    border: none;
    cursor: pointer;
    font-weight: 900;
    text-decoration: none;
    background: #ff5a3a;
    color: #ffffff;
    box-shadow: 0 12px 22px rgba(255, 90, 58, 0.18);
    transition: background 160ms ease, transform 160ms ease;
    white-space: nowrap;
}

.contact-v2-btn:hover {
    background: #e04a2d;
}

.contact-v2-btn:active {
    transform: scale(0.98);
}

.contact-v2-btn:focus-visible {
    outline: 3px solid rgba(255, 90, 58, 0.35);
    outline-offset: 2px;
}

.contact-v2-btn--dark {
    background: #111827;
    box-shadow: none;
}

.contact-v2-btn--dark:hover {
    background: #000000;
}

.contact-v2-btn-ic {
    display: inline-flex;
    transition: transform 160ms ease;
}

.contact-v2-btn--dark:hover .contact-v2-btn-ic {
    transform: translate(2px, -2px);
}

.contact-v2-btn--dark:focus-visible .contact-v2-btn-ic {
    transform: translate(2px, -2px);
}

.contact-v2-status {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.contact-v2-status-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 1);
    backdrop-filter: blur(14px);
    transition: background 160ms ease;
}

.contact-v2-status-item:hover {
    background: rgba(255, 255, 255, 0.92);
}

.contact-v2-status-ic {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(249, 250, 251, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(156, 163, 175, 1);
    transition: color 160ms ease;
    flex: 0 0 auto;
}

.contact-v2-status-item:hover .contact-v2-status-ic {
    color: #ff5a3a;
}

.contact-v2-status-ic--blue {
    color: rgba(156, 163, 175, 1);
}

.contact-v2-status-item:hover .contact-v2-status-ic--blue {
    color: #3b82f6;
}

.contact-v2-status-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #22c55e;
    animation: contactPulse 1.4s ease-in-out infinite;
}

.contact-v2-status-k {
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(156, 163, 175, 1);
}

.contact-v2-status-v {
    font-weight: 800;
    color: rgba(17, 24, 39, 0.92);
}

@keyframes contactPulse {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }
    50% {
        transform: scale(1.35);
        opacity: 0.6;
    }
    100% {
        transform: scale(1);
        opacity: 0.9;
    }
}

@media (min-width: 768px) {
    .contact-v2 {
        padding: 48px;
    }

    .contact-v2-status {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.section--support {
    background: #ffffff;
}

.support-hero {
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 10px;
}

.support-hero-icon {
    width: 84px;
    height: 84px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    position: relative;
    background: rgba(255, 85, 60, 0.14);
    color: var(--accent);
}

.support-hero-dot {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #22c55e;
    border: 2px solid #ffffff;
}

.support-hero-title {
    margin: 0;
    font-weight: 900;
    letter-spacing: -0.5px;
    font-size: 24px;
    color: #101828;
}

.support-hero-text {
    margin: 0;
    max-width: 760px;
    color: rgba(74, 85, 101, 0.98);
    line-height: 1.8;
}

.support-stack {
    margin: 22px auto 0;
    max-width: 540px;
    display: grid;
    gap: 16px;
}

.support-card {
    border-radius: 16px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    background: rgba(249, 250, 251, 0.95);
    box-shadow: 0 18px 44px rgba(16, 24, 40, 0.12);
}

.support-card-body {
    padding: 18px 18px 16px;
    display: grid;
    gap: 10px;
}

.support-card-title {
    margin: 0;
    font-weight: 900;
    letter-spacing: -0.4px;
    color: #101828;
}

.support-card-text {
    margin: 0;
    color: rgba(74, 85, 101, 0.98);
    line-height: 1.75;
    font-size: 14px;
}

.support-track {
    display: grid;
    gap: 10px;
    margin-top: 4px;
}

.support-input {
    border: 1px solid rgba(16, 24, 40, 0.12);
    border-radius: 12px;
    padding: 12px 12px;
    font: inherit;
    outline: none;
    background: rgba(255, 255, 255, 0.98);
}

.support-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    background: var(--accent);
    color: #ffffff;
    font-weight: 900;
    border: none;
    text-decoration: none;
    cursor: pointer;
    width: fit-content;
}

.support-btn--ghost {
    background: rgba(255, 255, 255, 0.98);
    color: #101828;
    border: 1px solid rgba(16, 24, 40, 0.12);
}

.support-info {
    margin: 22px auto 0;
    max-width: 860px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.support-info-card {
    border-radius: 16px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    background: rgba(249, 250, 251, 0.95);
    padding: 14px;
    text-align: center;
}

.support-info-title {
    font-weight: 900;
    color: #101828;
    letter-spacing: -0.2px;
}

.support-info-text {
    margin-top: 6px;
    color: rgba(74, 85, 101, 0.98);
    font-size: 13px;
}

.legal-v2 {
    padding: 24px;
    min-height: 100vh;
}

.legal-v2-inner {
    max-width: 896px;
    margin: 0 auto;
    display: grid;
    gap: 32px;
}

.legal-v2-head {
    text-align: center;
    display: grid;
    justify-items: center;
    gap: 14px;
}

.legal-v2-head-badge {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid rgba(255, 239, 235, 1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    color: #ff5a3a;
}

.legal-v2-title {
    margin: 0;
    font-weight: 800;
    font-size: clamp(34px, 4.8vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.03em;
    color: var(--ink);
}

.legal-v2-lead {
    margin: 0;
    max-width: 600px;
    color: var(--ink-dim);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.65;
}

.legal-v2-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.legal-v2-action {
    height: 44px;
    padding: 0 18px;
    border-radius: 14px;
    background: #111827;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 160ms ease, filter 160ms ease;
}

.legal-v2-action:hover {
    filter: brightness(0.98);
}

.legal-v2-action:active {
    transform: translateY(1px);
}

.legal-v2-action:focus-visible {
    outline: 2px solid rgba(59, 130, 246, 0.55);
    outline-offset: 3px;
}

.legal-v2-card {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 40px;
    padding: 32px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.03);
}

.legal-v2-card-body {
    display: grid;
    gap: 22px;
}

.page-legal .legal-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    display: grid;
    gap: 14px;
    counter-reset: legal;
}

.page-legal .legal-item {
    margin: 0;
    border-radius: 22px;
    border: 1px solid rgba(16, 24, 40, 0.06);
    background: rgba(249, 250, 251, 0.95);
    padding: 18px 18px 18px 56px;
    position: relative;
}

.page-legal .legal-item::before {
    counter-increment: legal;
    content: counter(legal);
    position: absolute;
    top: 16px;
    left: 16px;
    width: 28px;
    height: 28px;
    border-radius: 10px;
    background: rgba(255, 90, 58, 0.12);
    color: #ff5a3a;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.02em;
}

.page-legal .legal-title {
    margin: 0 0 8px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--ink);
    font-size: 20px;
}

.page-legal .legal-item p {
    margin: 0 0 12px;
    color: var(--ink-dim);
    font-size: 17px;
    line-height: 1.7;
    font-weight: 500;
}

.page-legal .legal-item p:last-child {
    margin-bottom: 0;
}

.page-legal .legal-bullets {
    margin: 10px 0 0;
    padding-left: 18px;
    color: var(--ink-dim);
    font-size: 17px;
    line-height: 1.7;
    font-weight: 500;
}

.page-legal .legal-bullets li + li {
    margin-top: 6px;
}

.page-legal .legal-callout {
    margin-top: 0;
    border-radius: 24px;
    border: 1px solid rgba(255, 90, 58, 0.14);
    background: rgba(255, 90, 58, 0.06);
    padding: 22px;
}

.page-legal .legal-callout-title {
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--ink);
}

.page-legal .legal-callout-text {
    margin-top: 8px;
    color: var(--ink-dim);
    font-size: 17px;
    line-height: 1.7;
    font-weight: 500;
}

.page-legal .legal-callout-cta {
    margin-top: 14px;
    height: 44px;
    padding: 0 18px;
    border-radius: 14px;
    background: #111827;
    color: #ffffff;
    font-weight: 900;
}

.page-legal .legal-callout-cta:hover {
    filter: brightness(0.98);
}

.page-legal .legal-callout-cta:focus-visible {
    outline: 2px solid rgba(59, 130, 246, 0.55);
    outline-offset: 3px;
}

@media (max-width: 640px) {
    .legal-v2 {
        padding: 18px;
    }

    .legal-v2-card {
        padding: 20px;
        border-radius: 26px;
    }

    .page-legal .legal-item {
        padding: 16px 16px 16px 52px;
    }
}

.section--legal {
    background: #ffffff;
}

.legal-hero {
    background: linear-gradient(135deg, rgba(255, 85, 60, 1) 0%, rgba(255, 46, 46, 1) 55%, rgba(255, 122, 24, 1) 100%);
    padding: 34px 0;
}

.legal-hero-title {
    margin: 0;
    color: #ffffff;
    font-weight: 900;
    letter-spacing: -0.6px;
    font-size: 22px;
    text-align: center;
}

.legal-hero-subtitle {
    margin-top: 6px;
    text-align: center;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 700;
    font-size: 12px;
}

.legal-doc {
    margin: 18px auto 0;
    max-width: 860px;
}

.legal-list {
    margin: 0;
    padding-left: 18px;
    color: rgba(16, 24, 40, 0.92);
    line-height: 1.9;
}

.legal-item {
    margin: 0 0 18px;
}

.legal-title {
    margin: 0 0 6px;
    font-weight: 900;
    letter-spacing: -0.4px;
    color: #101828;
    font-size: 16px;
}

.legal-bullets {
    margin: 10px 0 0;
    padding-left: 18px;
    color: rgba(74, 85, 101, 0.98);
}

.legal-callout {
    margin-top: 18px;
    border-radius: 16px;
    border: 1px solid rgba(16, 24, 40, 0.08);
    background: rgba(249, 250, 251, 0.95);
    padding: 16px;
}

.legal-callout-title {
    font-weight: 900;
    letter-spacing: -0.3px;
    color: #101828;
}

.legal-callout-text {
    margin-top: 6px;
    color: rgba(74, 85, 101, 0.98);
    line-height: 1.75;
}

.legal-callout-cta {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 14px;
    border-radius: 12px;
    background: var(--accent);
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
}

.legal-body {
    margin: 18px auto 0;
    max-width: 860px;
    line-height: 1.9;
    color: rgba(16, 24, 40, 0.92);
}

.legal-body h2 {
    margin: 18px 0 6px;
    font-weight: 900;
    letter-spacing: -0.4px;
    color: #101828;
}

.legal-body p {
    margin: 0 0 12px;
    color: rgba(74, 85, 101, 0.98);
}

@media (max-width: 980px) {
    .blog-featured {
        grid-template-columns: 1fr;
    }

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

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

@media (max-width: 720px) {
    .page-home {
        --space-section-mobile: 56px;
        --space-element-mobile: 24px;
    }

    .page-home .section {
        padding: var(--space-section-mobile) 0;
    }

    .page-home .section--services-intro,
    .page-home .section--services {
        padding-top: var(--space-section-mobile);
        padding-bottom: var(--space-section-mobile);
    }

    .page-home .section--services-intro {
        padding-bottom: 18px;
    }

    .page-home .section--services {
        padding-top: 18px;
    }

    .page-home .section--how {
        padding-top: 18px !important;
    }

    .page-home .section--numbers,
    .page-home .section--personas {
        padding-top: 18px;
    }

    .page-home .section-head {
        margin: 0 auto var(--space-element-mobile);
    }

    .page-home .kicker {
        margin-bottom: 12px;
    }

    .page-home .h2 {
        margin: 0 0 12px;
    }

    .page-home .services-stack {
        gap: 14px;
        margin-top: var(--space-element-mobile);
    }

    .cta-final {
        margin: var(--space-section-mobile) auto;
        padding: 48px 24px;
    }

    .section--faq-lite .faq-wrap {
        margin-left: 14px;
        margin-right: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-home .hero-inner {
        gap: 14px;
    }

    .page-home .hero-content {
        justify-items: center;
        gap: 14px;
    }

    .page-home .hero-subtitle {
        margin-bottom: 0;
    }

    .page-home .platform-tabs {
        justify-self: center;
        margin-left: auto;
        margin-right: auto;
        width: min(420px, 100%);
        justify-content: center;
        margin-top: 0;
    }

    .page-home .hero-visual {
        justify-self: center;
        min-height: 150px;
        margin: 0 auto;
    }

    .page-home .hero-metric-viewport {
        left: 50%;
        top: 54%;
        width: min(360px, 92vw);
        transform: translate3d(-50%, -50%, 0);
        margin: 0;
    }

    .page-home .hero-metric-cards {
        justify-content: start;
    }

    .page-home .hero-cta-row {
        justify-self: center;
        width: 100%;
        display: grid;
        justify-items: center;
    }

    .page-home .hero-cta-row .hero-cta {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }

    .page-home .hero-perks {
        margin-top: 0;
    }

    .blog-featured-title {
        font-size: 28px;
    }

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

    .sitemap-grid,
    .sitemap-platform-grid,
    .contact-grid,
    .checkout-grid {
        grid-template-columns: 1fr;
    }

    .checkout-layout {
        grid-template-columns: 1fr;
    }

    .page-checkout .smap-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-checkout .smap-head-side {
        width: 100%;
        justify-content: center;
    }

    .page-checkout .smap-more-btn {
        width: min(360px, 100%);
    }

    .checkout-table-head {
        display: none;
    }

    .checkout-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .checkout-item-price {
        justify-items: start;
        grid-auto-flow: column;
        justify-content: space-between;
        align-items: center;
    }

    .contact-row {
        grid-template-columns: 1fr;
    }

    .blog-post-title {
        font-size: 30px;
    }
}
