/* Reference public design requested by user. */
.site-body-ref {
    --ref-bg: #f7faff;
    --ref-surface: #ffffff;
    --ref-border: #dce5f0;
    --ref-border-strong: #cbd8e8;
    --ref-ink: #0e1c35;
    --ref-muted: #63738d;
    --ref-orange: #df6c1f;
    --ref-orange-dark: #bd5515;
    --ref-blue: #3169b9;
    --ref-green: #2f8c2f;
    --ref-purple: #8856d9;
    --public-container: 1320px;
    --public-gutter: 28px;
    overflow-x: hidden;
    background: #fff;
    color: var(--ref-ink);
    font-family: Arial, Helvetica, sans-serif;
}

.site-body-ref .site-header {
    position: sticky;
    top: 0;
    z-index: 80;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid var(--ref-border);
    color: var(--ref-ink);
    backdrop-filter: blur(14px);
}

.site-body-ref .site-topline {
    max-width: var(--public-container);
    min-height: 66px;
    gap: 56px;
    padding: 0 var(--public-gutter);
}

.site-body-ref .site-brand {
    display: inline-flex;
    align-items: baseline;
    margin-left: -15px;
    color: var(--ref-ink);
    font-size: 30px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: 0;
}

.site-body-ref .brand-dot,
.site-body-ref .brand-accent {
    color: var(--ref-orange);
}

.site-body-ref .brand-main {
    color: var(--ref-ink);
}

.site-body-ref .site-main-nav {
    gap: 48px;
    color: var(--ref-ink);
    font-size: 15px;
    font-weight: 700;
    text-transform: none;
}

.site-body-ref .site-menu-toggle {
    display: none;
}

.site-body-ref .site-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}

.site-body-ref .site-account,
.site-body-ref .site-cta {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 800;
}

.site-body-ref .site-account {
    border: 1px solid var(--ref-border-strong);
    background: #fff;
    color: var(--ref-ink);
}

.site-body-ref .site-cta {
    border: 1px solid var(--ref-orange);
    background: linear-gradient(180deg, #e97725, #d86418);
    color: #fff;
    box-shadow: 0 10px 22px rgba(223, 108, 31, .18);
}

.site-body-ref .btn-icon {
    font-size: 16px;
    line-height: 1;
}

.site-body-ref .home-hero {
    display: block;
    max-width: none;
    margin: 0;
    padding: 26px var(--public-gutter) 28px;
    background:
        radial-gradient(circle at 20% 12%, rgba(223, 108, 31, .08), transparent 26%),
        linear-gradient(180deg, #fff 0%, #f7faff 100%);
}

.site-body-ref .hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    max-width: var(--public-container);
    margin: 0 auto 18px;
}

.site-body-ref .hero-copy {
    max-width: 1040px;
    margin: 0 0 0 -15px;
    padding-left: var(--public-gutter);
    text-align: left;
}

.site-body-ref .hero-copy h1 {
    margin: 0 0 14px;
    color: var(--ref-ink);
    font-size: 52px;
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: 0;
    text-transform: none;
}

.site-body-ref .hero-copy p {
    max-width: 760px;
    margin: 0;
    color: var(--ref-muted);
    font-size: 17px;
    line-height: 1.45;
    letter-spacing: 0;
    text-transform: none;
}

.site-body-ref .hero-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    width: 100%;
    max-width: none;
    margin: 0;
}

.site-body-ref .hero-stats div {
    display: grid;
    grid-template-columns: 34px max-content;
    column-gap: 10px;
    align-items: center;
    justify-content: start;
    min-height: 50px;
    padding: 0 14px;
    border-right: 1px solid var(--ref-border);
}

.site-body-ref .hero-stats div:last-child {
    border-right: 0;
}

.site-body-ref .stat-icon {
    grid-row: span 2;
    width: 30px;
    color: var(--ref-orange);
}

.site-body-ref svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.site-body-ref .hero-stats strong {
    color: var(--ref-orange);
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
}

.site-body-ref .hero-stats span {
    color: var(--ref-muted);
    font-size: 11px;
    line-height: 1.2;
    text-transform: none;
}

.site-body-ref label > span {
    display: block;
    margin-bottom: 6px;
    color: var(--ref-ink);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.site-body-ref .proxy-buy-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    max-width: var(--public-container);
    margin: 0 auto;
}

.site-body-ref .proxy-buy-card {
    position: relative;
    overflow: visible;
    display: grid;
    grid-template-rows: auto auto auto auto;
    gap: 7px;
    padding: 18px 14px 14px;
    border: 1px solid var(--ref-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    color: var(--ref-ink);
    box-shadow: 0 12px 30px rgba(14, 28, 53, .05);
}

.site-body-ref .proxy-buy-card:has(.geo-select.open) {
    z-index: 70;
}

.site-body-ref .product-card-head {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
}

.site-body-ref .product-card-head h2 {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--ref-ink);
    text-align: left;
    font-size: 18px;
    line-height: 1.2;
}

.site-body-ref .product-text {
    min-height: 44px;
    margin: 0;
    color: var(--ref-muted);
    font-size: 13px;
    line-height: 1.35;
    text-align: left;
}

.site-body-ref .product-icon {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: var(--ref-orange);
}

.site-body-ref .tone-blue .product-icon {
    color: var(--ref-blue);
}

.site-body-ref .tone-purple .product-icon {
    color: var(--ref-purple);
}

.site-body-ref .tone-green .product-icon {
    color: var(--ref-green);
}

.site-body-ref .field-wide {
    display: block;
}

.site-body-ref .geo-select {
    position: relative;
    z-index: 5;
}

.site-body-ref .geo-select-current,
.site-body-ref .geo-option {
    width: 100%;
    min-height: 34px;
    display: grid;
    align-items: center;
    gap: 8px;
    padding: 0 8px;
    border: 1px solid var(--ref-border-strong);
    border-radius: 4px;
    background: #fff;
    color: var(--ref-ink);
    text-align: left;
    cursor: pointer;
}

.site-body-ref .geo-select-current {
    grid-template-columns: 24px minmax(0, 1fr) auto 12px;
}

.site-body-ref .geo-option {
    grid-template-columns: 24px minmax(0, 1fr) auto;
}

.site-body-ref .geo-select-current::after {
    content: "";
    width: 0;
    height: 0;
    justify-self: end;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #6b7c92;
}

.site-body-ref .geo-select-current strong,
.site-body-ref .geo-option strong {
    overflow: hidden;
    color: inherit;
    font-size: 13px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-body-ref .geo-select-current img,
.site-body-ref .geo-option img {
    width: 22px;
    height: 15px;
    display: block;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(14, 28, 53, .1);
}

.site-body-ref .geo-select-current small,
.site-body-ref .geo-option small {
    min-width: 38px;
    padding: 3px 7px;
    border-radius: 4px;
    background: #e9f8e8;
    color: var(--ref-green);
    font-size: 11px;
    font-weight: 900;
    text-align: center;
}

.site-body-ref .geo-select-menu {
    position: absolute;
    z-index: 100;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    display: none;
    max-height: 280px;
    overflow-y: auto;
    padding: 6px;
    border: 1px solid var(--ref-border-strong);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 50px rgba(14, 28, 53, .18);
}

.site-body-ref .geo-select.open .geo-select-menu {
    display: grid;
    gap: 2px;
}

.site-body-ref .geo-option {
    border: 0;
}

.site-body-ref .geo-option:hover {
    background: #f2f7fd;
}

.site-body-ref .product-fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 28px;
}

.site-body-ref .qty-control {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    height: 34px;
    overflow: hidden;
    border: 1px solid var(--ref-border-strong);
    border-radius: 4px;
    background: #fff;
}

.site-body-ref .qty-control button {
    border: 0;
    background: #fff;
    color: var(--ref-ink);
    font-size: 18px;
    cursor: pointer;
}

.site-body-ref .qty-control input {
    height: 100%;
    padding: 0;
    border: 0;
    border-left: 1px solid var(--ref-border);
    border-right: 1px solid var(--ref-border);
    border-radius: 0;
    text-align: center;
}

.site-body-ref select,
.site-body-ref .product-fields select {
    height: 34px;
    padding: 0 10px;
    border: 1px solid var(--ref-border-strong);
    border-radius: 4px;
    background: #fff;
    color: var(--ref-ink);
    font-size: 13px;
}

.site-body-ref .product-price {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: baseline;
    min-height: 30px;
}

.site-body-ref .product-price span {
    color: var(--ref-ink);
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.site-body-ref .product-price strong {
    color: var(--ref-ink);
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
}

.site-body-ref .buy-submit {
    width: calc(100% - 32px);
    min-height: 38px;
    justify-self: center;
    align-self: end;
    margin-top: 4px;
    border: 0;
    border-radius: 4px;
    background: linear-gradient(180deg, #e97725, #d86418);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .08);
}

.site-body-ref .workflow-section {
    padding: 20px var(--public-gutter) 24px;
    background: #fff;
}

.site-body-ref .workflow-section h2 {
    margin: 0 0 12px;
    color: var(--ref-ink);
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
}

.site-body-ref .workflow-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 12px;
    max-width: var(--public-container);
    margin: 0 auto;
}

.site-body-ref .workflow-grid article {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 76px;
    padding: 12px;
    border: 1px solid var(--ref-border);
    border-radius: 6px;
    background: #fff;
}

.site-body-ref .workflow-grid h3 {
    margin: 0 0 4px;
    color: var(--ref-ink);
    font-size: 14px;
}

.site-body-ref .workflow-grid p {
    margin: 0;
    color: var(--ref-muted);
    font-size: 12px;
    line-height: 1.35;
}

.site-body-ref .wf-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #eef5ff;
    color: var(--ref-blue);
    font-size: 30px;
    font-weight: 800;
}

.site-body-ref .wf-icon svg {
    width: 30px;
    height: 30px;
}

.site-body-ref .wf-icon.green {
    color: var(--ref-green);
    background: #eff9ef;
}

.site-body-ref .wf-icon.purple {
    color: var(--ref-purple);
    background: #f5efff;
}

.site-body-ref .wf-icon.orange {
    color: #ff9700;
    background: #fff5e8;
}

.site-body-ref .wf-icon.teal {
    color: #0d9488;
    background: #e9fbf8;
}

.site-body-ref .wf-icon.amber {
    color: #d97706;
    background: #fff7df;
}

.site-body-ref .site-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    max-width: none;
    margin: 0;
    padding: 16px max(var(--public-gutter), calc((100vw - var(--public-container)) / 2 + var(--public-gutter)));
    border-top: 1px solid var(--ref-border);
    background: #fff;
}

.site-body-ref .simple-page {
    width: 100%;
    max-width: var(--public-container);
    min-height: 520px;
    margin: 0 auto;
    padding: 42px var(--public-gutter) 54px;
}

.site-body-ref .simple-page h1 {
    color: var(--ref-ink);
    font-size: 34px;
    line-height: 1.15;
    text-transform: none;
}

.site-body-ref .simple-page p {
    color: var(--ref-muted);
}

.site-body-ref .faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-body-ref .faq-list article,
.site-body-ref .legal-content {
    border-color: var(--ref-border);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(14, 28, 53, .04);
}

.site-body-ref .legal-page,
.site-body-ref .legal-page :where(*) {
    font-family: inherit !important;
    letter-spacing: 0;
}

.site-body-ref .site-footer strong {
    display: block;
    color: var(--ref-ink);
    font-size: 18px;
}

.site-body-ref .site-footer strong span {
    color: var(--ref-muted);
    font-size: 11px;
}

.site-body-ref .site-footer strong b {
    color: var(--ref-orange);
}

.site-body-ref .site-footer p {
    margin: 6px 0 0;
    color: var(--ref-muted);
    font-size: 11px;
    line-height: 1.3;
}

.site-body-ref .site-footer nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 36px;
    color: var(--ref-muted);
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 1180px) {
    .site-body-ref .hero-shell {
        grid-template-columns: 1fr;
    }

    .site-body-ref .hero-copy {
        max-width: none;
    }

    .site-body-ref .proxy-buy-grid,
    .site-body-ref .workflow-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

@media (max-width: 760px) {
    .site-body-ref .site-topline {
        min-height: auto;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding: 16px;
    }

    .site-body-ref .site-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-self: center;
        width: min(calc(100vw - 56px), 320px);
        margin-left: 0;
    }

    .site-body-ref .site-account,
    .site-body-ref .site-cta {
        width: 100%;
    }

    .site-body-ref .home-hero {
        padding: 28px 0;
    }

    .site-body-ref .simple-page {
        padding: 30px 16px 42px;
    }

    .site-body-ref .hero-copy {
        padding-left: 0;
        text-align: center;
    }

    .site-body-ref .hero-copy h1 {
        font-size: 36px;
    }

    .site-body-ref .hero-copy p {
        max-width: 340px;
        margin: 0 auto;
        font-size: 15px;
    }

    .site-body-ref .hero-stats,
    .site-body-ref .proxy-buy-grid,
    .site-body-ref .faq-list,
    .site-body-ref .workflow-grid {
        grid-template-columns: 1fr;
        width: min(100%, 340px);
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .site-body-ref .hero-shell {
        width: calc(100vw - 32px);
        margin-left: auto;
        margin-right: auto;
    }

    .site-body-ref .hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .site-body-ref .hero-stats div {
        border-right: 0;
        justify-content: start;
        padding: 0 14px;
    }

    .site-body-ref .proxy-buy-card {
        width: min(100%, 340px);
        min-width: 0;
        padding: 16px 14px;
    }

    .site-body-ref .product-fields {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .site-body-ref .product-fields label,
    .site-body-ref .field-wide {
        min-width: 0;
        width: 100%;
    }

    .site-body-ref .geo-select,
    .site-body-ref .geo-select-current,
    .site-body-ref .geo-option,
    .site-body-ref .qty-control,
    .site-body-ref .product-fields select,
    .site-body-ref select,
    .site-body-ref .buy-submit {
        max-width: 100%;
        min-width: 0;
    }

    .site-body-ref .buy-submit {
        width: calc(100% - 40px);
        min-height: 40px;
    }

    .site-body-ref .geo-select-current {
        grid-template-columns: 24px minmax(0, 1fr);
    }

    .site-body-ref .geo-select-current small {
        display: none;
    }

    .site-body-ref .geo-select-current::after {
        display: block;
    }

    .site-body-ref .geo-select-menu {
        max-width: 100%;
    }

    .site-body-ref .qty-control input {
        min-width: 0;
    }

    .site-body-ref .workflow-grid article,
    .site-body-ref .site-footer {
        grid-template-columns: 1fr;
    }

    .site-body-ref .site-footer {
        gap: 14px;
        text-align: left;
        padding-left: 16px;
        padding-right: 16px;
    }

    .site-body-ref .site-footer nav {
        justify-self: start;
    }

    .site-body-ref .site-footer nav {
        gap: 10px 16px;
        justify-content: flex-start;
    }

    .site-body-ref .site-footer > div,
    .site-body-ref .site-footer strong {
        min-width: 0;
        max-width: 100%;
        overflow-wrap: anywhere;
    }
}

@media (max-width: 820px) {
    .site-body-ref .site-footer {
        grid-template-columns: 1fr;
        gap: 12px;
        text-align: left;
    }

    .site-body-ref .site-footer nav {
        justify-self: start;
    }
}
