body.public-site {
    --public-bg: #05070d;
    --public-bg-soft: #0a1221;
    --public-panel: #0c1629;
    --public-panel-2: #101d34;
    --public-line: rgba(110, 154, 255, 0.24);
    --public-line-strong: rgba(129, 170, 255, 0.48);
    --public-text: #edf2ff;
    --public-muted: #9daccc;
    --public-accent: #6397f7;
    --public-accent-strong: #4f84f2;
    --public-accent-warm: #ff8a3a;
    color: var(--public-text);
    background:
        radial-gradient(1200px 640px at 86% -10%, rgba(89, 132, 245, 0.2), transparent 72%),
        radial-gradient(920px 560px at -8% 25%, rgba(71, 118, 232, 0.15), transparent 76%),
        linear-gradient(180deg, #04060b 0%, #060b14 100%);
    overflow-x: hidden;
}

body.public-site .wrap {
    width: min(1220px, calc(100% - 42px));
}

body.public-site .page-content {
    padding: 36px 0 64px;
}

body.public-site .scroll-progress {
    position: fixed;
    inset: 0 0 auto;
    height: 3px;
    z-index: 60;
    pointer-events: none;
    background: transparent;
}

body.public-site .scroll-progress span {
    display: block;
    width: var(--scroll-progress, 0%);
    height: 100%;
    background: linear-gradient(90deg, #6f9fff, #90c0ff 60%, #ff8f45 100%);
    box-shadow: 0 0 14px rgba(117, 166, 255, 0.9);
    transition: width 0.08s linear;
}

body.public-site .bg-layer {
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    overflow: hidden;
}

body.public-site .noise-layer {
    position: absolute;
    inset: 0;
    opacity: 0.24;
    background-image:
        radial-gradient(circle at 1px 1px, rgba(209, 220, 255, 0.12) 1px, transparent 0),
        radial-gradient(circle at 2px 2px, rgba(255, 255, 255, 0.06) 1px, transparent 0);
    background-size: 3px 3px, 5px 5px;
    mix-blend-mode: screen;
}

body.public-site .orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
}

body.public-site .orb-a {
    width: 560px;
    height: 560px;
    top: -220px;
    right: -180px;
    background: radial-gradient(circle at 30% 30%, rgba(130, 174, 255, 0.55), rgba(91, 136, 247, 0.08) 70%);
    animation: floatOrbA 15s ease-in-out infinite;
}

body.public-site .orb-b {
    width: 420px;
    height: 420px;
    left: -180px;
    top: 34%;
    background: radial-gradient(circle at 60% 40%, rgba(87, 137, 255, 0.25), rgba(87, 137, 255, 0.04) 70%);
    animation: floatOrbB 18s ease-in-out infinite;
}

body.public-site .orb-c {
    width: 380px;
    height: 380px;
    right: 16%;
    bottom: -180px;
    background: radial-gradient(circle at 40% 40%, rgba(255, 143, 69, 0.2), rgba(255, 143, 69, 0.03) 70%);
    animation: floatOrbC 20s ease-in-out infinite;
}

@keyframes floatOrbA {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(-18px, 28px, 0) scale(1.05);
    }
}

@keyframes floatOrbB {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(32px, -26px, 0);
    }
}

@keyframes floatOrbC {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(-24px, -18px, 0) scale(1.08);
    }
}

body.public-site .site-header {
    border-bottom: 1px solid rgba(129, 170, 255, 0.22);
    background: rgba(4, 8, 15, 0.72);
    backdrop-filter: blur(14px);
}

body.public-site .header-shell {
    min-height: 90px;
    gap: 18px;
}

body.public-site .brand {
    gap: 14px;
}

body.public-site .brand-logo {
    width: 62px;
    height: 62px;
    filter: drop-shadow(0 2px 18px rgba(83, 132, 241, 0.55));
}

body.public-site .brand-text {
    font-family: "Montserrat", "Segoe UI", "Tahoma", sans-serif;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

body.public-site .header-right {
    gap: 8px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}

body.public-site .site-menu {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px;
    border-radius: 18px;
    border: 2px solid rgba(94, 142, 229, 0.62);
    background: rgba(12, 24, 43, 0.86);
}

body.public-site .site-menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 17px;
    border-radius: 12px;
    border: 2px solid rgba(97, 151, 246, 0.82);
    background: #2f77dd;
    transition: background 0.18s ease, border-color 0.18s ease;
}

body.public-site .site-menu a:hover {
    background: #3e8df6;
    border-color: #69a7ff;
}

body.public-site .social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 12px;
    border: 2px solid rgba(97, 151, 246, 0.82);
    background: #2f77dd;
    color: #ffffff;
    box-shadow: none;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 14px;
    min-height: 42px;
    white-space: nowrap;
}

body.public-site .social-link:hover {
    background: #3e8df6;
    border-color: #69a7ff;
    transform: none;
}

body.public-site .social-menu {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px;
    border-radius: 18px;
    border: 2px solid rgba(94, 142, 229, 0.62);
    background: rgba(12, 24, 43, 0.86);
}

body.public-site .btn {
    border-radius: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

body.public-site .btn:hover {
    transform: none;
}

body.public-site .btn-main {
    color: #ffffff;
    border-color: rgba(97, 151, 246, 0.75);
    background: #2f77dd;
    box-shadow: none;
}

body.public-site .btn-main:hover {
    background: #3e8df6;
    border-color: #69a7ff;
    box-shadow: none;
}

body.public-site .btn-ghost {
    border-color: rgba(126, 161, 232, 0.52);
    background: linear-gradient(160deg, rgba(10, 17, 30, 0.92), rgba(9, 17, 31, 0.64));
    color: #f0f5ff;
}

body.public-site .flash-item {
    border-color: rgba(121, 160, 244, 0.6);
    background: rgba(117, 166, 255, 0.14);
}

body.public-site.js-ready [data-reveal] {
    opacity: 0;
    transform: translate3d(0, 28px, 0) scale(0.986);
    transition:
        opacity 0.58s ease,
        transform 0.58s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0ms);
}

body.public-site.js-ready [data-reveal].is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

body.public-site .hero-showcase {
    position: relative;
    min-height: 540px;
    border-radius: 30px;
    border: 1px solid rgba(136, 169, 241, 0.4);
    background:
        linear-gradient(109deg, rgba(4, 10, 20, 0.94) 0%, rgba(5, 13, 26, 0.82) 52%, rgba(8, 16, 34, 0.67) 100%),
        url("https://images.unsplash.com/photo-1598550476439-6847785fcea6?auto=format&fit=crop&w=1900&q=80") center calc(50% + var(--hero-shift, 0px)) / cover no-repeat;
    box-shadow:
        0 28px 50px rgba(0, 0, 0, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
}

body.public-site .hero-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 72% 22%, rgba(120, 172, 255, 0.28), transparent 48%),
        linear-gradient(180deg, transparent 35%, rgba(4, 8, 16, 0.66) 100%);
    pointer-events: none;
}

body.public-site .hero-grid {
    position: relative;
    z-index: 1;
    min-height: 540px;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.8fr);
    gap: 16px;
    align-items: center;
    padding: 36px;
}

body.public-site .hero-overlay {
    max-width: 720px;
}

body.public-site .hero-kicker {
    margin: 0 0 14px;
    color: #a9c8ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

body.public-site .hero-showcase h1 {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(44px, 7.2vw, 82px);
    line-height: 0.96;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

body.public-site .hero-showcase h1 span {
    display: block;
    color: #7ba9ff;
}

body.public-site .hero-showcase p {
    margin: 18px 0 0;
    max-width: 620px;
    color: #d4def1;
    font-size: 18px;
    line-height: 1.48;
}

body.public-site .hero-bullets {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.public-site .hero-bullets span {
    border: 1px solid rgba(138, 173, 246, 0.5);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #e8f1ff;
    background: rgba(12, 23, 41, 0.68);
}

body.public-site .hero-actions {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.public-site .hero-spotlight {
    align-self: center;
    border: 1px solid rgba(148, 176, 241, 0.4);
    border-radius: 22px;
    padding: 18px;
    background: linear-gradient(170deg, rgba(9, 17, 31, 0.85), rgba(14, 23, 40, 0.78));
    box-shadow:
        0 18px 34px rgba(0, 0, 0, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(4px);
    animation: spotlightFloat 4.8s ease-in-out infinite;
}

@keyframes spotlightFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

body.public-site .hero-spotlight-kicker {
    margin: 0;
    color: #9db7eb;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

body.public-site .hero-spotlight h3 {
    margin: 9px 0 0;
    font-size: 26px;
    line-height: 1.02;
}

body.public-site .hero-spotlight p {
    margin: 10px 0 0;
    color: #b9c8e6;
    font-size: 14px;
    line-height: 1.4;
}

body.public-site .hero-spotlight-price {
    margin-top: 12px;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

body.public-site .hero-spotlight-price span {
    color: #8ea3ca;
    font-size: 21px;
    text-decoration: line-through;
}

body.public-site .hero-spotlight-price strong {
    color: #ffffff;
    font-size: 40px;
    line-height: 1;
}

body.public-site .hero-spotlight-meta {
    margin-top: 9px;
    color: #b5c7ea;
    font-size: 13px;
}

body.public-site .hero-spotlight .btn {
    margin-top: 14px;
    width: 100%;
}

body.public-site .hero-scroll-hint {
    position: absolute;
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%);
    color: #9fb8e8;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    animation: pulseHint 1.8s ease-in-out infinite;
}

@keyframes pulseHint {
    0%,
    100% {
        opacity: 0.55;
    }
    50% {
        opacity: 1;
    }
}

body.public-site .section-panel {
    margin-top: 22px;
    border: 1px solid rgba(130, 164, 239, 0.26);
    border-radius: 22px;
    background: linear-gradient(160deg, rgba(11, 18, 31, 0.9), rgba(9, 16, 29, 0.84));
    box-shadow: 0 20px 36px rgba(0, 0, 0, 0.28);
}

body.public-site .flow-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 14px;
}

body.public-site .flow-step {
    border: 1px solid rgba(136, 169, 241, 0.26);
    border-radius: 16px;
    padding: 16px;
    background: linear-gradient(165deg, rgba(12, 21, 38, 0.88), rgba(10, 17, 30, 0.86));
    transition: transform 0.2s ease, border-color 0.2s ease;
}

body.public-site .flow-step:hover {
    transform: translateY(-3px);
    border-color: rgba(149, 181, 255, 0.62);
}

body.public-site .flow-step span {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    color: #7da9ff;
    font-size: 22px;
}

body.public-site .flow-step h3 {
    margin: 10px 0 8px;
    font-size: 22px;
    line-height: 1.1;
}

body.public-site .flow-step p {
    margin: 0;
    color: var(--public-muted);
    font-size: 14px;
    line-height: 1.4;
}

body.public-site .catalog-headline {
    margin-top: 26px;
}

body.public-site .section-headline h2 {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(34px, 5.2vw, 56px);
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

body.public-site .section-headline p {
    margin: 9px 0 0;
    color: var(--public-muted);
    font-size: 16px;
}

body.public-site .product-grid--showcase {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 16px;
}

body.public-site .product-card {
    position: relative;
    border: 1px solid rgba(132, 163, 232, 0.28);
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(165deg, rgba(11, 17, 29, 0.95), rgba(9, 14, 24, 0.96));
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.32);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
    transform: perspective(800px) rotateX(var(--card-rx, 0deg)) rotateY(var(--card-ry, 0deg));
}

body.public-site .product-card::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(161, 191, 255, 0.75), transparent);
}

body.public-site .product-card:hover {
    border-color: rgba(160, 188, 252, 0.54);
    box-shadow: 0 26px 42px rgba(0, 0, 0, 0.38);
}

body.public-site .product-preview {
    height: 178px;
    border-bottom: 1px solid rgba(122, 155, 227, 0.26);
    background-blend-mode: overlay;
}

body.public-site .product-preview--1 {
    background:
        linear-gradient(130deg, rgba(11, 17, 31, 0.2), rgba(8, 13, 24, 0.9)),
        radial-gradient(circle at 24% 36%, rgba(111, 160, 255, 0.55), transparent 44%),
        radial-gradient(circle at 82% 12%, rgba(255, 136, 78, 0.3), transparent 48%),
        linear-gradient(120deg, #0a162c, #131827 54%, #0c1f40);
}

body.public-site .product-preview--2 {
    background:
        linear-gradient(130deg, rgba(12, 20, 36, 0.45), rgba(10, 15, 26, 0.88)),
        radial-gradient(circle at 76% 22%, rgba(116, 168, 255, 0.52), transparent 42%),
        linear-gradient(140deg, #10161f, #0c1d39 55%, #09101d);
}

body.public-site .product-preview--3 {
    background:
        linear-gradient(130deg, rgba(8, 16, 29, 0.2), rgba(12, 17, 29, 0.9)),
        radial-gradient(circle at 20% 76%, rgba(255, 143, 69, 0.34), transparent 42%),
        radial-gradient(circle at 72% 14%, rgba(102, 156, 255, 0.42), transparent 38%),
        linear-gradient(145deg, #0b1728, #0c1220 52%, #12182a);
}

body.public-site .product-preview--4 {
    background:
        linear-gradient(130deg, rgba(12, 19, 34, 0.32), rgba(8, 12, 22, 0.92)),
        radial-gradient(circle at 76% 46%, rgba(255, 143, 69, 0.24), transparent 42%),
        radial-gradient(circle at 28% 28%, rgba(119, 167, 255, 0.46), transparent 40%),
        linear-gradient(125deg, #0c1320, #101b31 55%, #0f1f3c);
}

body.public-site .product-body {
    padding: 18px;
    display: grid;
    gap: 12px;
}

body.public-site .product-head h3 {
    margin: 0;
    font-size: clamp(26px, 4vw, 38px);
    line-height: 1;
}

body.public-site .product-desc {
    margin: 0;
    color: var(--public-muted);
    line-height: 1.46;
}

body.public-site .tags-row span {
    border-color: rgba(122, 156, 227, 0.44);
    background: rgba(10, 20, 37, 0.7);
}

body.public-site .new-price {
    font-size: clamp(40px, 6vw, 50px);
}

body.public-site .old-price {
    font-size: 22px;
}

body.public-site .meta-row {
    color: #aebfe0;
}

body.public-site .card-actions {
    display: flex;
    gap: 10px;
}

body.public-site .card-actions .btn {
    flex: 1;
}

body.public-site .mini-note {
    padding: 18px;
}

body.public-site .mini-note h3 {
    margin: 0;
    font-size: 24px;
}

body.public-site .mini-note p {
    margin: 10px 0 0;
    color: var(--public-muted);
    line-height: 1.45;
}

body.public-site .product-page-card--rich {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(130, 162, 231, 0.32);
    background: linear-gradient(160deg, rgba(10, 18, 33, 0.95), rgba(8, 13, 25, 0.93));
    box-shadow: 0 26px 48px rgba(0, 0, 0, 0.35);
}

body.public-site .product-page-banner {
    height: 246px;
    background:
        linear-gradient(108deg, rgba(4, 8, 16, 0.85), rgba(6, 13, 26, 0.7)),
        url("https://images.unsplash.com/photo-1542751371-adc38448a05e?auto=format&fit=crop&w=1800&q=80") center/cover no-repeat;
}

body.public-site .product-page-body {
    padding: 22px;
}

body.public-site .panel-head h1 {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(34px, 6vw, 58px);
}

body.public-site .summary-grid > div {
    border-color: rgba(128, 163, 238, 0.34);
    background: rgba(11, 19, 35, 0.84);
    padding: 12px;
}

body.public-site .summary-grid span {
    display: block;
    color: #9eb1d8;
    font-size: 12px;
    margin-bottom: 3px;
}

body.public-site .summary-grid strong {
    font-size: 18px;
}

body.public-site .checkout-layout {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

body.public-site .checkout-side {
    position: sticky;
    top: 100px;
    padding: 18px;
    border-radius: 20px;
}

body.public-site .checkout-side h2 {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    letter-spacing: 0.01em;
    color: #e4edff;
}

body.public-site .checkout-side-list {
    margin-top: 12px;
    display: grid;
    gap: 9px;
}

body.public-site .checkout-side-list > div {
    border: 1px solid rgba(126, 160, 232, 0.32);
    border-radius: 12px;
    background: rgba(10, 16, 29, 0.72);
    padding: 10px;
    display: grid;
    gap: 4px;
}

body.public-site .checkout-side-list span {
    color: #9cb0d7;
    font-size: 12px;
}

body.public-site .checkout-side-total {
    margin-top: 12px;
}

body.public-site .checkout-help {
    margin-top: 12px;
    border: 1px solid rgba(124, 158, 230, 0.34);
    border-radius: 12px;
    background: rgba(10, 17, 31, 0.7);
    padding: 10px;
    display: grid;
    gap: 6px;
}

body.public-site .checkout-help span {
    color: #9fb3d8;
    font-size: 13px;
}

body.public-site .checkout-help a {
    text-decoration: none;
    font-weight: 600;
}

body.public-site .checkout-help a:hover {
    text-decoration: underline;
}

body.public-site .checkout-card--rich {
    border-radius: 22px;
    border: 1px solid rgba(126, 159, 232, 0.36);
    background: linear-gradient(158deg, rgba(10, 16, 28, 0.97), rgba(8, 13, 25, 0.95));
    box-shadow: 0 30px 48px rgba(0, 0, 0, 0.4);
}

body.public-site .checkout-card {
    padding: 22px;
}

body.public-site .checkout-card h1 {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(34px, 4.8vw, 56px);
    letter-spacing: 0.01em;
}

body.public-site .checkout-soft-caption {
    margin: 4px 0 0;
    color: #a8bbdf;
    font-size: 15px;
    line-height: 1.4;
}

body.public-site .checkout-meta > div {
    border: 2px solid rgba(118, 154, 220, 0.45);
    background: #0b1730;
    padding: 12px;
}

body.public-site .checkout-meta--duo {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.public-site .checkout-meta span {
    color: #a7bce5;
    font-size: 13px;
    font-weight: 600;
}

body.public-site .checkout-meta strong {
    font-family: "Montserrat", "Segoe UI", "Tahoma", sans-serif;
    font-size: 17px;
    line-height: 1.3;
}

body.public-site .checkout-comfort {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.public-site .checkout-comfort span {
    border: 1px solid rgba(120, 154, 226, 0.4);
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 12px;
    color: #a8bddf;
    background: rgba(11, 20, 36, 0.68);
}

body.public-site .checkout-form {
    margin-top: 14px;
    gap: 9px;
}

body.public-site label {
    color: #adc1e6;
    font-weight: 500;
}

body.public-site input[type="email"],
body.public-site input[type="password"],
body.public-site input[type="number"],
body.public-site input[type="text"],
body.public-site input[type="date"],
body.public-site input[type="month"],
body.public-site select,
body.public-site textarea {
    border-color: rgba(122, 158, 234, 0.4);
    background: linear-gradient(140deg, #0a1324 0%, #0b162a 100%);
}

body.public-site input:focus,
body.public-site select:focus,
body.public-site textarea:focus {
    border-color: #89b2ff;
    box-shadow: 0 0 0 3px rgba(117, 166, 255, 0.16);
}

body.public-site select {
    color-scheme: dark;
}

body.public-site select option {
    color: #e8f0ff;
    background: #0b1529;
}

body.public-site select option:checked {
    color: #ffffff;
    background: #2f77dd;
}

body.public-site .methods-sheet {
    border-radius: 16px;
    border-color: rgba(124, 159, 231, 0.42);
    background: linear-gradient(175deg, rgba(10, 16, 29, 0.98), rgba(7, 12, 24, 0.98));
}

body.public-site .method-row {
    min-height: 64px;
    padding: 0 14px;
    border-bottom-color: rgba(120, 153, 227, 0.24);
}

body.public-site .method-row:hover {
    background: rgba(48, 83, 153, 0.22);
}

body.public-site .method-row-main {
    min-height: 64px;
}

body.public-site .method-icon-wrap {
    width: 38px;
    height: 38px;
    padding: 4px;
    border-color: rgba(106, 145, 229, 0.68);
    background: linear-gradient(160deg, #10213d, #12203a);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    line-height: 0;
}

body.public-site .method-icon-wrap--paypal {
    width: 64px;
    height: 34px;
    padding: 4px 8px;
}

body.public-site .method-icon-wrap--sbp {
    padding: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.public-site .method-icon {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center center;
    display: block;
}

body.public-site .method-icon--sbp {
    width: 80%;
    height: 80%;
    margin: 0 auto;
}

body.public-site .method-title {
    font-family: "Montserrat", "Segoe UI", "Tahoma", sans-serif;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #e2ebff;
}

body.public-site .method-copy {
    min-width: 0;
    display: grid;
    gap: 2px;
}

body.public-site .method-subtitle {
    color: #92abd7;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.public-site .method-check {
    width: 26px;
    height: 26px;
    border-color: #4f5b72;
    background: #4f5b72;
}

body.public-site .method-row.is-selected {
    background: rgba(71, 109, 186, 0.26);
}

body.public-site .method-row.is-selected .method-check {
    border-color: #3f79ef;
    background: #3f79ef;
    box-shadow: 0 0 0 4px rgba(63, 121, 239, 0.2);
}

body.public-site .method-sheet-note {
    color: #95a9cc;
    border-top-color: rgba(120, 153, 227, 0.24);
    line-height: 1.4;
}

body.public-site .crypto-variant-wrap[hidden] {
    display: none !important;
}

body.public-site .promo-row {
    grid-template-columns: 1fr 142px;
}

body.public-site .promo-apply {
    border-color: rgba(97, 151, 246, 0.75);
    background: #2f77dd;
    color: #ffffff;
    font-weight: 700;
}

body.public-site .qty-btn {
    border-color: rgba(125, 162, 239, 0.65);
    background: linear-gradient(150deg, rgba(12, 20, 36, 0.96), rgba(10, 16, 29, 0.96));
}

body.public-site .qty-btn:hover {
    background: linear-gradient(150deg, rgba(16, 28, 49, 1), rgba(12, 20, 36, 1));
}

body.public-site .agree-line {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    column-gap: 10px;
    align-items: flex-start;
    color: #d7e1f6;
    font-size: 16px;
    line-height: 1.35;
}

body.public-site .agree-line input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 2px 0 0;
    accent-color: #3e8df6;
}

body.public-site .agree-line span {
    display: block;
}

body.public-site a {
    color: #90b6ff;
}

body.public-site .agree-line a {
    color: #ff7483;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(255, 116, 131, 0.68);
}

body.public-site .promo-feedback--error {
    color: #ff7483;
    font-weight: 700;
}

body.public-site .summary-box {
    border-color: rgba(122, 158, 234, 0.44);
    background: linear-gradient(160deg, rgba(10, 17, 31, 0.84), rgba(8, 14, 26, 0.84));
}

body.public-site .summary-box > div {
    color: #d3e1fb;
}

body.public-site .summary-total {
    font-size: clamp(24px, 4vw, 32px);
    line-height: 1.1;
}

body.public-site .checkout-action-zone,
body.public-site .payment-action-zone {
    display: grid;
    gap: 12px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(113, 151, 226, 0.18);
}

body.public-site .checkout-action-zone > form,
body.public-site .payment-action-zone > form,
body.public-site .payment-action-zone > a {
    width: 100%;
}

body.public-site .payment-action-zone .btn {
    width: 100%;
}

body.public-site .checkout-submit {
    width: 100%;
}

body.public-site .checkout-submit:disabled {
    cursor: not-allowed;
    opacity: 0.6;
    box-shadow: none;
}

body.public-site .checkout-live-error {
    margin: 2px 0 0;
}

body.public-site input.is-invalid,
body.public-site textarea.is-invalid,
body.public-site select.is-invalid,
body.public-site .methods-sheet.is-invalid {
    border-color: rgba(255, 116, 116, 0.85) !important;
    box-shadow: 0 0 0 3px rgba(255, 96, 96, 0.16);
}

body.public-site .agree-line.is-invalid {
    color: #ffb5b5;
}

body.public-site .success-box {
    border-color: rgba(89, 185, 143, 0.62);
    background: rgba(39, 145, 98, 0.14);
}

body.public-site .key-block,
body.public-site .success-box pre,
body.public-site code {
    border-color: rgba(128, 162, 235, 0.4);
    background: #081126;
}

body.public-site hr {
    border-top-color: rgba(83, 170, 131, 0.58);
}

body.public-site .site-footer {
    margin-top: 28px;
    border-top: 1px solid rgba(130, 162, 230, 0.28);
    background: linear-gradient(180deg, rgba(4, 8, 14, 0.7), rgba(4, 9, 16, 0.92));
}

body.public-site .footer-row {
    width: 100%;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: column;
    padding-right: clamp(18px, 3vw, 42px);
    box-sizing: border-box;
    text-align: right;
    gap: 12px;
}

body.public-site .footer-row strong {
    font-family: "Montserrat", "Segoe UI", "Tahoma", sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

body.public-site .footer-row p {
    margin-top: 8px;
    max-width: 420px;
}

body.public-site .footer-tagline {
    max-width: none;
    white-space: nowrap;
}

body.public-site .footer-security-note {
    margin-top: 6px;
    color: #9db5e2;
    font-size: 12px;
}

body.public-site .footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: auto;
    text-align: right;
    gap: 8px 18px;
}

body.public-site .checkout-secondary-note {
    border: 1px solid rgba(111, 148, 220, 0.28);
    border-radius: 10px;
    padding: 12px 14px;
    color: #a8bddf;
    font-size: 12px;
    line-height: 1.5;
    background: linear-gradient(160deg, rgba(8, 15, 28, 0.88), rgba(9, 17, 31, 0.78));
}

body.public-site .footer-copy {
    margin-top: 12px;
    padding-bottom: 18px;
    padding-right: clamp(18px, 3vw, 42px);
    box-sizing: border-box;
    text-align: right;
    color: #88a0c9;
}

body.public-site .footer-links a {
    text-decoration: none;
}

body.public-site .footer-links a:hover {
    text-decoration: underline;
}

@media (max-width: 1160px) {
    body.public-site .hero-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 24px;
    }

    body.public-site .hero-overlay {
        max-width: 100%;
    }

    body.public-site .hero-spotlight {
        max-width: 460px;
    }
}

@media (max-width: 980px) {
    body.public-site .wrap {
        width: min(1220px, calc(100% - 26px));
    }

    body.public-site .header-shell {
        min-height: auto;
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 0;
    }

    body.public-site .header-right {
        width: 100%;
        justify-content: flex-start;
    }

    body.public-site .flow-strip {
        grid-template-columns: 1fr;
    }

    body.public-site .checkout-layout {
        grid-template-columns: 1fr;
    }

    body.public-site .checkout-side {
        position: static;
        order: 2;
    }

    body.public-site .checkout-card {
        order: 1;
    }
}

@media (max-width: 760px) {
    body.public-site .page-content {
        padding: 18px 0 34px;
    }

    body.public-site .brand-logo {
        width: 48px;
        height: 48px;
    }

    body.public-site .brand-text {
        font-size: 21px;
    }

    body.public-site .header-right {
        display: grid;
        grid-template-columns: 1fr;
        gap: 6px;
        width: 100%;
        padding: 6px;
        border: 2px solid rgba(94, 142, 229, 0.62);
        border-radius: 18px;
        background: rgba(12, 24, 43, 0.86);
    }

    body.public-site .site-menu {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        padding: 0;
        border: none;
        border-radius: 0;
        background: transparent;
    }

    body.public-site .site-menu a {
        width: 100%;
        min-height: 40px;
        padding: 8px 6px;
        font-size: 13px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }

    body.public-site .social-link {
        width: 100%;
        min-height: 40px;
        text-align: center;
        padding: 8px 6px;
        font-size: 13px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }

    body.public-site .social-menu {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        padding: 0;
        border: none;
        border-radius: 0;
        background: transparent;
    }

    body.public-site .hero-showcase {
        min-height: 500px;
        border-radius: 20px;
    }

    body.public-site .hero-grid {
        min-height: 500px;
        padding: 18px 14px 34px;
    }

    body.public-site .hero-showcase h1 {
        font-size: clamp(34px, 13vw, 52px);
    }

    body.public-site .hero-showcase p {
        font-size: 15px;
    }

    body.public-site .hero-bullets {
        gap: 6px;
    }

    body.public-site .hero-bullets span {
        font-size: 12px;
        padding: 7px 10px;
    }

    body.public-site .hero-actions .btn {
        width: 100%;
    }

    body.public-site .hero-spotlight {
        max-width: 100%;
        animation: none;
    }

    body.public-site .section-headline h2 {
        font-size: clamp(30px, 9.6vw, 44px);
    }

    body.public-site .product-grid--showcase {
        grid-template-columns: 1fr;
    }

    body.public-site .product-preview {
        height: 156px;
    }

    body.public-site .product-body {
        padding: 14px;
    }

    body.public-site .product-head h3 {
        font-size: clamp(27px, 10vw, 36px);
    }

    body.public-site .new-price {
        font-size: clamp(34px, 11vw, 42px);
    }

    body.public-site .checkout-card {
        padding: 14px;
        border-radius: 16px;
    }

    body.public-site .checkout-card h1 {
        font-size: clamp(30px, 11vw, 42px);
    }

    body.public-site .checkout-soft-caption {
        font-size: 14px;
    }

    body.public-site .checkout-meta {
        grid-template-columns: 1fr;
    }

    body.public-site .checkout-comfort span {
        font-size: 11px;
        padding: 6px 10px;
    }

    body.public-site .method-title {
        font-size: 17px;
    }

    body.public-site .promo-row {
        grid-template-columns: 1fr;
    }

    body.public-site .summary-total {
        font-size: 28px;
    }

    body.public-site .checkout-submit {
        position: sticky;
        bottom: 10px;
        z-index: 12;
        box-shadow: 0 12px 28px rgba(96, 143, 248, 0.5);
    }

    body.public-site .agree-line {
        font-size: 15px;
    }

    body.public-site .footer-row {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-right: 0;
        text-align: center;
    }

    body.public-site .footer-tagline {
        white-space: normal;
    }

    body.public-site .footer-links {
        justify-content: center;
        align-items: center;
        margin-left: 0;
        text-align: center;
    }

    body.public-site .footer-copy {
        padding-right: 0;
        text-align: center;
    }
}

@media (max-width: 520px) {
    body.public-site .hero-showcase {
        min-height: 460px;
    }

    body.public-site .hero-kicker {
        letter-spacing: 0.18em;
    }

    body.public-site .hero-scroll-hint {
        bottom: 9px;
        letter-spacing: 0.14em;
    }

    body.public-site .flow-step h3 {
        font-size: 20px;
    }

    body.public-site .method-row {
        min-height: 60px;
        padding: 0 11px;
    }

    body.public-site .method-row-main {
        min-height: 60px;
    }

    body.public-site .method-icon-wrap {
        width: 34px;
        height: 34px;
    }

    body.public-site .method-icon-wrap--paypal {
        width: 58px;
        height: 31px;
    }

    body.public-site .method-title {
        font-size: 16px;
    }

    body.public-site .checkout-help span {
        font-size: 12px;
    }

    body.public-site .qty-row {
        grid-template-columns: 46px 1fr 46px;
    }

    body.public-site .qty-btn {
        height: 44px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.public-site * {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
}

/* Simple checkout mode */
body.public-site .scroll-progress {
    display: none;
}

body.public-site .noise-layer,
body.public-site .orb {
    display: none;
}

body.public-site .bg-layer {
    background: linear-gradient(180deg, #050a14 0%, #060f1d 100%);
}

body.public-site.js-ready [data-reveal],
body.public-site.js-ready [data-reveal].is-visible {
    opacity: 1;
    transform: none;
    transition: none;
}

body.public-site .checkout-shell--simple {
    display: grid;
    place-items: center;
    min-height: calc(100vh - 280px);
}

body.public-site .checkout-card--simple {
    width: min(760px, 100%);
    border: 1px solid rgba(117, 156, 228, 0.44);
    border-radius: 12px;
    box-shadow: none;
    background: #081427;
    padding: 16px;
}

body.public-site .checkout-card--simple h1 {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 0;
}

body.public-site .checkout-card--simple .checkout-meta > div {
    border-radius: 10px;
    background: #0a1931;
}

body.public-site .checkout-card--simple .methods-sheet {
    border-radius: 10px;
    background: #081325;
}

body.public-site .checkout-card--simple .method-row {
    min-height: 58px;
}

body.public-site .checkout-card--simple .method-row-main {
    min-height: 58px;
}

body.public-site .checkout-card--simple .method-title {
    font-size: 16px;
    font-weight: 600;
}

body.public-site .checkout-card--simple .summary-box {
    border-radius: 10px;
}

body.public-site .checkout-card--simple .checkout-form {
    gap: 12px;
}

body.public-site .checkout-card--simple .checkout-action-zone {
    margin-top: 8px;
}

@media (max-width: 760px) {
    body.public-site .checkout-card--simple {
        padding: 12px;
    }

    body.public-site .checkout-card--simple h1 {
        font-size: 34px;
    }
}

