@font-face {
    font-family: "NTW Dancing Script";
    src: url("/resources/fonts/DancingScript.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "NTW Great Vibes";
    src: url("/resources/fonts/GreatVibes-Regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "NTW Allura";
    src: url("/resources/fonts/Allura-Regular.ttf") format("truetype");
    font-display: swap;
}

:root {
    --bg: rgb(35, 80, 154);
    --bg-gradient: linear-gradient(180deg, rgb(45, 95, 174) 0%, rgb(35, 80, 154) 100%);
    --tab-blue-gradient: linear-gradient(90deg, rgba(24, 42, 91, 0.98), rgba(40, 70, 128, 0.95));
    --tab-blue-sheen: radial-gradient(circle at 82% 18%, rgba(98, 154, 245, 0.18), transparent 50%);
    --tab-blue-hover: rgb(61, 132, 255);
    --shell-light: rgba(245, 248, 255, 0.94);
    --shell-light-strong: rgba(255, 255, 255, 0.98);
    --shell-ink: rgb(18, 24, 38);
    --shell-ink-soft: rgba(35, 49, 73, 0.76);
    --shell-line: rgba(35, 80, 154, 0.18);
    --surface: rgba(24, 28, 36, 0.88);
    --surface-strong: rgb(20, 24, 32);
    --surface-primary: linear-gradient(180deg, rgba(22, 26, 34, 0.96) 0%, rgba(16, 19, 27, 0.94) 100%);
    --surface-secondary: rgba(255, 255, 255, 0.028);
    --surface-secondary-strong: rgba(255, 255, 255, 0.04);
    --surface-flat: transparent;
    --ink: rgb(244, 247, 255);
    --ink-soft: rgba(219, 226, 245, 0.78);
    --accent: rgb(35, 80, 154);
    --accent-dark: rgb(24, 61, 122);
    --line: rgba(255, 255, 255, 0.12);
    --line-soft: rgba(255, 255, 255, 0.07);
    --line-faint: rgba(255, 255, 255, 0.05);
    --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    --shadow-soft: 0 16px 34px rgba(0, 0, 0, 0.22);
    --floating-cookie-offset: 0px;
    --floating-tab-stack-height: 0px;
    --floating-ui-gap: 16px;
}

.cookie-consent-bar[hidden] {
    display: none !important;
}

.promo-popup[hidden] {
    display: none !important;
}

.promo-popup {
    position: fixed;
    right: 24px;
    bottom: calc(24px + var(--floating-cookie-offset) + var(--floating-tab-stack-height));
    z-index: 1350;
    width: min(360px, calc(100% - 32px));
    display: grid;
    gap: 12px;
    padding: 18px 18px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(26, 31, 43, 0.98) 0%, rgba(17, 20, 29, 0.98) 100%);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.36);
    transform: translateY(18px);
    opacity: 0;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.promo-popup.is-visible {
    transform: translateY(0);
    opacity: 1;
}

body.tab-assistant-open .promo-popup.is-visible {
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
}

.promo-popup-eyebrow {
    margin: 0;
    color: rgb(121, 169, 248);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.promo-popup h3 {
    margin: 0;
    font-size: 1.35rem;
}

.promo-popup p {
    margin: 0;
}

.promo-popup strong {
    color: var(--ink);
}

.promo-popup-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

.promo-popup-actions .button {
    min-width: 140px;
}

.promo-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--ink);
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
}

.promo-popup-close:hover,
.promo-popup-close:focus-visible {
    background: rgba(255, 255, 255, 0.12);
}

.cookie-consent-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1400;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    width: 100%;
    padding: 12px 24px 13px;
    border-top: 1px solid rgba(223, 176, 112, 0.28);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
    background:
        radial-gradient(circle at 14% 0%, rgba(255, 215, 149, 0.14), transparent 20%),
        radial-gradient(circle at 78% 10%, rgba(146, 197, 255, 0.09), transparent 18%),
        linear-gradient(180deg, rgba(29, 24, 37, 0.98) 0%, rgba(17, 18, 28, 0.99) 100%);
    box-shadow: 0 -18px 36px rgba(8, 9, 18, 0.28);
    backdrop-filter: blur(12px);
    overflow: hidden;
}

.cookie-consent-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 16% 18%, rgba(255, 236, 198, 0.09) 0 8px, transparent 9px),
        radial-gradient(circle at 22% 24%, rgba(93, 57, 29, 0.2) 0 3px, transparent 4px),
        radial-gradient(circle at 88% 82%, rgba(255, 236, 198, 0.08) 0 10px, transparent 11px),
        radial-gradient(circle at 82% 78%, rgba(93, 57, 29, 0.16) 0 3px, transparent 4px);
    pointer-events: none;
    opacity: 0.95;
}

.cookie-consent-decoration,
.cookie-consent-copy,
.cookie-consent-actions {
    position: relative;
    z-index: 1;
}

.cookie-consent-decoration {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    margin-bottom: 0;
}

.cookie-consent-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(249, 241, 227, 0.9);
    background: rgba(255, 255, 255, 0.05);
}

.cookie-consent-chip::before {
    display: inline-block;
    font-size: 0.9rem;
    line-height: 1;
}

.cookie-consent-chip-cookie::before {
    content: "●";
    color: rgba(234, 186, 119, 0.92);
    text-shadow:
        5px 2px 0 rgba(93, 57, 29, 0.4),
        -3px -1px 0 rgba(93, 57, 29, 0.28),
        2px -4px 0 rgba(93, 57, 29, 0.24);
}

.cookie-consent-chip-privacy::before {
    content: "•";
    color: rgba(123, 187, 255, 0.94);
    font-size: 1.15rem;
}

.cookie-consent-copy {
    display: grid;
    gap: 4px;
    max-width: none;
    align-content: center;
}

.cookie-consent-eyebrow {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(239, 207, 154, 0.78);
}

.cookie-consent-title,
.cookie-consent-text {
    margin: 0;
}

.cookie-consent-title {
    font-family: "Sora", sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ink);
    max-width: none;
}

.cookie-consent-text {
    color: rgba(236, 226, 214, 0.82);
    line-height: 1.45;
    font-size: 0.93rem;
}

.cookie-consent-note-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 1px;
}

.cookie-consent-note {
    padding: 6px 10px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.045);
    color: rgba(245, 240, 233, 0.76);
    font-size: 0.79rem;
    line-height: 1.35;
}

.cookie-consent-note strong {
    color: rgba(255, 248, 236, 0.98);
}

.cookie-consent-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0;
    margin-left: auto;
}

.cookie-consent-actions .button {
    min-width: 150px;
    box-shadow: none;
}

.cookie-consent-actions .button.button-secondary {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
}

.cookie-consent-actions .button:not(.button-secondary) {
    background: linear-gradient(180deg, rgb(229, 181, 108) 0%, rgb(196, 140, 62) 100%);
    color: rgb(28, 20, 13);
    border-color: rgba(255, 231, 190, 0.3);
}

.cookie-consent-actions .button:not(.button-secondary):hover,
.cookie-consent-actions .button:not(.button-secondary):focus-visible {
    background: linear-gradient(180deg, rgb(237, 191, 120) 0%, rgb(206, 149, 69) 100%);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: auto;
}

body {
    min-height: 100vh;
    font-family: "Manrope", sans-serif;
    color: var(--ink);
    overflow-x: clip;
    background:
        radial-gradient(circle at top left, rgba(84, 111, 164, 0.18), transparent 28%),
        radial-gradient(circle at right 18%, rgba(255, 255, 255, 0.06), transparent 26%),
        linear-gradient(180deg, rgb(22, 25, 33) 0%, rgb(14, 15, 19) 100%);
}

img {
    display: block;
    max-width: 100%;
}

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

p {
    line-height: 1.7;
    color: var(--ink-soft);
}

.required-label::after {
    content: " *";
    color: rgb(255, 110, 110);
}

.optional-copy {
    color: rgba(219, 226, 245, 0.64);
    font-weight: 600;
}

.site-header,
.hero,
.trusted-strip,
.section,
.site-footer {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: sticky;
    top: 14px;
    z-index: 1000;
    background:
        radial-gradient(circle at 12% 22%, rgba(6, 10, 24, 0.26), transparent 28%),
        radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.07), transparent 24%),
        var(--tab-blue-sheen),
        var(--tab-blue-gradient);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 26px;
    padding: 18px 24px;
    margin-top: 18px;
    box-shadow: var(--shadow);
    isolation: isolate;
    overflow: visible;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: padding 0.24s ease, border-radius 0.24s ease, top 0.24s ease, background-color 0.24s ease, box-shadow 0.24s ease;
}

.site-header.is-condensed {
    top: 10px;
    padding: 12px 18px;
    border-radius: 20px;
    background:
        radial-gradient(circle at 12% 22%, rgba(6, 10, 24, 0.3), transparent 30%),
        radial-gradient(circle at 84% 18%, rgba(122, 177, 255, 0.1), transparent 34%),
        linear-gradient(90deg, rgba(24, 42, 91, 0.99), rgba(40, 70, 128, 0.97));
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.34);
}

.brand img {
    width: 280px;
    max-width: none;
    transform: scale(1.38);
    transform-origin: left center;
    transition: width 0.24s ease, transform 0.24s ease;
}

.site-header.is-condensed .brand img {
    width: 244px;
    transform: scale(1.24);
}

.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 52px;
    height: 52px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
    transition: background-color 0.22s ease, transform 0.22s ease, border-color 0.22s ease;
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    border-radius: 999px;
    background: var(--ink);
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.nav-toggle:hover,
.nav-toggle:focus-visible {
    background: rgb(24, 61, 122);
    border-color: rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
}

.site-header.is-nav-open .nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.site-header.is-nav-open .nav-toggle span:nth-child(2) {
    opacity: 0;
}

.site-header.is-nav-open .nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 0.96rem;
    font-weight: 500;
}

.site-header.is-condensed .site-nav {
    gap: 14px;
    font-size: 0.92rem;
}

.site-nav a {
    position: relative;
    padding: 10px 16px;
    border-radius: 999px;
    color: var(--ink);
    transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.nav-dropdown {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: -10px;
    z-index: 25;
}

.nav-dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 12px;
}

.nav-dropdown-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: var(--ink);
    font: inherit;
    cursor: pointer;
    transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.nav-dropdown-toggle::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 0.22s ease;
}

.site-header.is-condensed .site-nav a {
    padding: 8px 13px;
}

.site-header.is-condensed .nav-dropdown-toggle {
    padding: 8px 13px;
}

.site-nav a::after {
    content: "";
    position: absolute;
    left: 16px;
    bottom: 7px;
    width: calc(100% - 32px);
    height: 2px;
    background: rgba(255, 255, 255, 0.85);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.22s ease;
}

.site-nav a.active,
.site-nav a:hover,
.site-nav a:focus-visible,
.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus-visible,
.nav-dropdown:hover .nav-dropdown-toggle,
.nav-dropdown:focus-within .nav-dropdown-toggle,
.nav-dropdown-toggle.active {
    background: var(--tab-blue-hover);
    color: white;
    transform: translateY(-1px);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav a.active::after {
    transform: scaleX(1);
}

.nav-dropdown:hover .nav-dropdown-toggle::after,
.nav-dropdown:focus-within .nav-dropdown-toggle::after,
.nav-dropdown-toggle.active::after,
.nav-dropdown.is-open .nav-dropdown-toggle::after {
    transform: rotate(225deg) translateY(1px);
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    min-width: 200px;
    padding: 10px;
    display: grid;
    gap: 6px;
    background: rgba(14, 15, 19, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
    z-index: 20;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.nav-dropdown-menu a {
    padding: 11px 14px;
    border-radius: 14px;
}

.nav-dropdown-menu a::after {
    display: none;
}

.hero {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 42px;
    align-items: center;
    padding: 54px 0 60px;
}

.page-hero {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 72px 0 28px;
}

body[data-site-surface="app"] .page-hero {
    padding-top: 118px;
}

.page-hero h1 {
    max-width: 12ch;
}

.dashboard-role-switch {
    display: inline-grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem;
    margin-top: 1.35rem;
    padding: 0.45rem;
    border-radius: 999px;
    background: rgba(13, 19, 35, 0.72);
    border: 1px solid rgba(123, 160, 255, 0.18);
    box-shadow: 0 18px 42px rgba(8, 12, 24, 0.2);
}

.dashboard-role-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 118px;
    padding: 0.78rem 1.2rem;
    border-radius: 999px;
    color: rgba(232, 238, 255, 0.82);
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.dashboard-role-option:hover,
.dashboard-role-option:focus-visible {
    color: #ffffff;
    background: rgba(73, 104, 192, 0.18);
}

.dashboard-role-option.is-active {
    background: linear-gradient(135deg, rgba(70, 118, 232, 0.95), rgba(48, 89, 178, 0.95));
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(46, 84, 168, 0.3);
}

.error-hero {
    padding-bottom: 8px;
}

.error-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 28px;
    align-items: stretch;
}

.error-hero-copy {
    padding-top: 12px;
}

.error-tab-card,
.error-link-card {
    border: 1px solid var(--line-soft);
    border-radius: 32px;
    background: var(--surface-primary);
    box-shadow: var(--shadow-soft);
}

.error-tab-card {
    display: grid;
    gap: 20px;
    align-content: start;
    padding: 26px;
    background:
        radial-gradient(circle at top left, rgba(90, 146, 244, 0.12), transparent 42%),
        linear-gradient(180deg, rgba(20, 28, 42, 0.98), rgba(13, 18, 29, 0.98));
}

.error-tab-portrait {
    width: min(100%, 280px);
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(142, 188, 255, 0.18);
    border-radius: 36px;
    background:
        radial-gradient(circle at top left, rgba(114, 172, 255, 0.18), transparent 48%),
        linear-gradient(180deg, rgba(32, 55, 103, 0.96), rgba(20, 34, 68, 0.98));
    box-shadow: 0 28px 54px rgba(5, 10, 21, 0.34);
}

.error-tab-portrait img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 24%;
    transform: scale(1.18);
}

.error-tab-copy {
    display: grid;
    gap: 10px;
}

.error-tab-copy h2,
.error-link-card h3 {
    margin: 0;
}

.error-tab-copy p:last-child,
.error-link-card p:last-of-type {
    margin: 0;
}

.error-link-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.page-intro {
    max-width: 62ch;
    margin-top: 22px;
    font-size: 1.08rem;
}

.eyebrow {
    margin-bottom: 14px;
    color: rgb(121, 169, 248);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.76rem;
    font-weight: 700;
}

h1,
h2,
h3 {
    color: var(--ink);
    line-height: 1.05;
}

h1,
h2 {
    font-family: "Sora", sans-serif;
}

h1 {
    font-size: clamp(3rem, 6vw, 5.7rem);
    max-width: 11ch;
}

.hero-text {
    max-width: 56ch;
    margin: 22px 0 28px;
    font-size: 1.08rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 700;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-2px);
}

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

.button-primary:hover,
.button-primary:focus-visible {
    background: var(--accent-dark);
}

.button-secondary {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.06);
    color: var(--ink);
}

.hero-order-button {
    min-height: 58px;
    padding: 0 28px;
    border: 1px solid rgba(150, 196, 255, 0.32);
    background:
        radial-gradient(circle at top left, rgba(102, 159, 240, 0.22), transparent 46%),
        linear-gradient(135deg, rgb(24, 58, 118) 0%, rgb(14, 34, 74) 100%);
    color: rgb(244, 248, 255);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 18px 40px rgba(6, 16, 38, 0.42);
}

.hero-order-button:hover,
.hero-order-button:focus-visible {
    background:
        radial-gradient(circle at top left, rgba(118, 176, 255, 0.28), transparent 46%),
        linear-gradient(135deg, rgb(29, 72, 146) 0%, rgb(17, 44, 94) 100%);
    color: rgb(255, 255, 255);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 22px 46px rgba(6, 16, 38, 0.48);
}

.hero-services-button {
    min-height: 58px;
    padding: 0 28px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(175, 205, 255) 100%);
    color: rgb(14, 15, 19);
    box-shadow: 0 18px 40px rgba(14, 15, 19, 0.22);
}

.hero-services-button:hover,
.hero-services-button:focus-visible {
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(210, 227, 255) 100%);
    color: rgb(14, 15, 19);
    box-shadow: 0 22px 46px rgba(14, 15, 19, 0.28);
}

.button-danger {
    border: 1px solid rgba(214, 79, 100, 0.42);
    background: linear-gradient(180deg, rgba(194, 55, 77, 0.96) 0%, rgba(161, 37, 59, 0.96) 100%);
    color: #fff;
}

.button-danger:hover,
.button-danger:focus-visible {
    background: linear-gradient(180deg, rgba(214, 79, 100, 1) 0%, rgba(171, 45, 67, 1) 100%);
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
}

.hero-points li {
    padding: 10px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--ink);
    font-size: 0.92rem;
}

.hero-panel {
    position: relative;
    min-height: 520px;
}

.window-card {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 28px;
    background: var(--surface);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow);
}

.window-card-large {
    inset: 0 34px 70px 0;
    padding: 22px;
}

.window-card-small {
    right: 0;
    bottom: 0;
    width: 58%;
    padding: 26px;
}

.window-bar {
    display: flex;
    gap: 8px;
    margin-bottom: 28px;
}

.window-bar span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
}

.window-content {
    position: relative;
    min-height: calc(100% - 40px);
}

.window-content p {
    max-width: 26ch;
    font-size: 1.45rem;
    line-height: 1.25;
    color: var(--ink);
}

.window-content-top {
    position: absolute;
    top: 0;
    left: 0;
}

.window-content-middle {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.metric-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.metric-row div {
    padding: 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
}

.metric-row strong,
.process-step span,
.showcase-card span {
    display: block;
    font-family: "Sora", sans-serif;
}

.metric-row strong {
    font-size: 1.55rem;
    margin-bottom: 6px;
}

.metric-row span {
    font-size: 0.85rem;
    color: var(--ink-soft);
}

.trusted-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 24px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.04);
}

.trusted-strip p {
    color: var(--ink);
    font-weight: 500;
}

.trusted-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

.trusted-tags span {
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--line);
    font-size: 0.9rem;
}

.section {
    padding: 90px 0;
}

.section[id] {
    scroll-margin-top: 140px;
}

.section-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.home-quote-section {
    display: grid;
    gap: 28px;
}

.home-quote-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 28px;
    align-items: start;
}

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

.home-quote-copy .section-heading {
    margin-bottom: 0;
}

.home-quote-copy .page-intro {
    max-width: 44ch;
}

.home-quote-proof-card {
    display: block;
    position: relative;
    margin-top: 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    min-height: 520px;
    overflow: visible;
}

.home-quote-proof-window {
    inset: 0 34px 78px 0;
}

.home-quote-proof-logo-card {
    right: 0;
    bottom: 0;
}

.home-quote-proof-logo-card img {
    display: block;
    width: 100%;
    height: auto;
}

.home-quote-proof-copy {
    min-height: calc(100% - 40px);
}

.home-quote-proof-copy .window-content-top,
.home-quote-proof-copy .window-content-middle {
    max-width: 18ch;
}

h2 {
    font-size: clamp(2.2rem, 4vw, 4rem);
}

.card-grid,
.showcase-grid,
.process-list,
.pricing-grid {
    display: grid;
    gap: 22px;
}

.card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.homepage-split-grid,
.homepage-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.homepage-process-grid {
    grid-template-columns: minmax(0, 1fr);
}

.pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.info-card,
.showcase-card,
.process-step,
.contact-card {
    border: 1px solid var(--line-soft);
    border-radius: 28px;
    background: var(--surface-primary);
    box-shadow: var(--shadow-soft);
}

.info-card {
    padding: 28px;
}

.homepage-example-card {
    display: grid;
    gap: 20px;
    align-content: start;
}

.homepage-example-card-hero {
    align-self: stretch;
}

.homepage-example-eyebrow {
    margin: 0;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(171, 201, 255, 0.8);
}

.homepage-example-card h3 {
    margin: 0;
    max-width: 22ch;
}

.homepage-example-stack {
    display: grid;
    gap: 14px;
    padding: 10px 6px;
}

.homepage-example-thumb {
    display: block;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(20, 31, 56, 0.96) 0%, rgba(15, 21, 36, 0.96) 100%);
    box-shadow: 0 18px 34px rgba(7, 14, 32, 0.28);
    width: min(100%, 340px);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
    text-decoration: none;
}

.homepage-example-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.homepage-example-thumb:hover,
.homepage-example-thumb:focus-visible {
    transform: translateY(-4px) scale(1.01);
    border-color: rgba(144, 185, 255, 0.42);
    box-shadow: 0 24px 42px rgba(7, 14, 32, 0.34);
}

.homepage-example-thumb-left {
    justify-self: start;
    transform: rotate(-2deg);
}

.homepage-example-thumb-right {
    justify-self: end;
    transform: rotate(2deg);
}

.homepage-example-thumb-front {
    margin-top: -8px;
    z-index: 1;
}

.homepage-example-footer {
    margin: 0;
    color: var(--ink-soft);
    line-height: 1.7;
}

.homepage-process-card {
    display: grid;
    gap: 20px;
}

.homepage-process-card-wide {
    grid-column: 1 / -1;
    gap: 24px;
    align-items: stretch;
}

.homepage-process-card h3 {
    margin-bottom: 0;
}

.homepage-process-card-wide > .homepage-example-eyebrow,
.homepage-process-card-wide > h3 {
    margin: 0;
}

.homepage-process-main {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    align-items: start;
}

.homepage-process-action-card {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 22px;
    align-content: start;
    min-height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.03);
}

.homepage-process-action-card h4,
.homepage-process-action-card p {
    margin: 0;
}

.homepage-process-action-card h4 {
    color: var(--ink);
    font-family: "Sora", sans-serif;
    font-size: 1.22rem;
    line-height: 1.2;
}

.homepage-process-action-card p {
    color: var(--ink-soft);
    line-height: 1.7;
}

.homepage-process-action-card .button {
    margin-top: 8px;
    width: fit-content;
}

.services-page-hero {
    padding-bottom: 34px;
}

.services-page-hero-grid {
    display: block;
}

.services-page-hero-copy {
    display: grid;
    gap: 20px;
    align-content: start;
    padding-top: 18px;
    max-width: 760px;
}

.services-page-hero-copy .page-intro {
    max-width: 44ch;
    margin-top: 0;
}

.services-hero-support-copy {
    max-width: 38ch;
    margin: 0;
    color: rgba(219, 230, 255, 0.92);
    font-size: 1.12rem;
    line-height: 1.7;
}

.services-page-hero-actions,
.services-final-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.services-problem-grid,
.services-approach-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.services-problem-card,
.services-approach-card,
.services-positioning-card,
.services-care-benefit {
    display: grid;
    gap: 12px;
    align-content: start;
}

.services-problem-card h3,
.services-approach-card h3,
.services-positioning-card h3,
.services-care-benefit h3,
.services-included-group h3 {
    margin: 0;
}

.services-problem-card p,
.services-approach-card p,
.services-positioning-card p {
    margin: 0;
    color: var(--ink-soft);
    line-height: 1.7;
    font-size: 1rem;
}

.services-problem-card-muted {
    background: rgba(255, 255, 255, 0.03);
}

.services-problem-card-strong {
    background:
        radial-gradient(circle at top right, rgba(92, 154, 255, 0.14), transparent 34%),
        linear-gradient(180deg, rgba(28, 39, 59, 0.96), rgba(17, 22, 34, 0.96));
}

.services-problem-card-strong p {
    color: rgba(232, 239, 255, 0.92);
    font-size: 1.08rem;
}

.services-problem-list {
    margin: 0;
}

.services-approach-card {
    background:
        radial-gradient(circle at top right, rgba(92, 154, 255, 0.09), transparent 30%),
        var(--surface-primary);
}

.services-care-card {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.services-care-copy {
    display: grid;
    gap: 14px;
}

.services-care-copy h2,
.services-care-copy p {
    margin: 0;
}

.services-care-copy p {
    color: var(--ink-soft);
    line-height: 1.75;
    font-size: 1.02rem;
}

.services-care-benefits {
    display: grid;
    gap: 18px;
}

.services-care-benefit {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
}

.services-care-benefit p {
    margin: 0;
    color: var(--ink-soft);
    line-height: 1.7;
    font-size: 1rem;
}

.services-overview-card p,
.template-card-copy p,
.services-final-cta-card p,
.section-heading > p:not(.eyebrow) {
    font-size: 1.02rem;
    line-height: 1.72;
}

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

.services-overview-card {
    padding: 30px;
    background:
        radial-gradient(circle at top right, rgba(80, 137, 231, 0.14), transparent 32%),
        rgba(27, 38, 58, 0.98);
    border-color: rgba(255, 255, 255, 0.1);
}

.services-overview-card h3 {
    margin: 0 0 10px;
}

.services-overview-card p {
    margin: 0;
}

.services-included-card {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
    gap: 28px;
    align-items: start;
}

.services-included-copy {
    display: grid;
    gap: 10px;
}

.services-included-copy .eyebrow {
    color: rgba(153, 196, 255, 0.96);
}

.services-included-copy h2 {
    margin: 0;
}

.services-included-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.services-included-group {
    display: grid;
    gap: 14px;
    align-content: start;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
}

.services-included-list {
    margin: 0;
}

.services-included-list li:first-child {
    padding-top: 0;
    border-top: 0;
}

.services-process-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 16px;
}

.services-process-list .process-step {
    flex: 1 1 0;
    background: var(--surface-primary);
    min-width: 0;
    padding: 22px 24px;
    display: grid;
    gap: 12px;
    align-content: start;
    min-height: 220px;
}

.services-process-list .process-step span {
    margin-bottom: 14px;
}

.services-process-list .process-step h3 {
    margin: 0;
    font-size: 1.18rem;
    white-space: normal;
}

.services-process-list .process-step p {
    margin: 0;
    color: var(--ink-soft);
}

.services-template-card {
    position: relative;
    cursor: pointer;
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.services-template-card:hover,
.services-template-card:focus-visible {
    transform: translateY(-3px);
    border-color: rgba(144, 185, 255, 0.3);
    box-shadow: 0 26px 52px rgba(7, 14, 32, 0.32);
    outline: none;
}

.services-template-card .template-card-actions {
    position: relative;
    z-index: 2;
}

.services-template-card .template-card-copy,
.services-template-card .template-card-preview {
    position: relative;
    z-index: 1;
}

.services-final-cta-section {
    padding-top: 18px;
}

.services-final-cta-card {
    display: grid;
    justify-items: center;
    gap: 16px;
    text-align: center;
    padding: 34px;
    background:
        radial-gradient(circle at top center, rgba(92, 154, 255, 0.14), transparent 42%),
        var(--surface-primary);
}

.services-final-cta-card h2,
.services-final-cta-card p {
    margin: 0;
}

.services-final-cta-card p {
    color: var(--ink-soft);
    max-width: 42ch;
    line-height: 1.7;
}

.pricing-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: var(--surface-primary);
    border-color: rgba(255, 255, 255, 0.11);
    box-shadow: var(--shadow-soft);
}

.pricing-card-full-build {
    grid-column: span 2;
    align-self: stretch;
    height: 100%;
}

.pricing-card-summary {
    display: grid;
    gap: 14px;
    list-style: none;
    cursor: default;
}

.pricing-card-summary::-webkit-details-marker {
    display: none;
}

.pricing-card-body {
    display: grid;
    gap: 14px;
    flex: 1 1 auto;
}

.pricing-card-body-full-build {
    padding-top: 0;
    border-top: 0;
    flex: 1 1 auto;
}

.pricing-full-build-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.35fr);
    gap: 20px;
    align-items: start;
    height: 100%;
}

.pricing-full-build-primary {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 24px;
    align-content: stretch;
    height: 100%;
}

.pricing-full-build-primary-header {
    display: grid;
    gap: 18px;
}

.pricing-full-build-primary-header h3,
.pricing-full-build-primary-header .pricing-value,
.pricing-full-build-primary-header .pricing-label {
    margin: 0;
}

.pricing-full-build-primary-header h3 {
    font-size: 2.35rem;
}

.pricing-full-build-primary-header .pricing-value {
    font-size: 3.35rem;
}

.pricing-full-build-list {
    margin: 0;
    padding: 0;
    display: grid;
    align-content: space-between;
    height: 100%;
    font-size: 1.34rem;
    line-height: 1.42;
}

.pricing-full-build-list li {
    display: block;
    padding-top: 16px;
}

@media (min-width: 721px) {
    .pricing-card-summary {
        pointer-events: none;
    }

    .pricing-card-full-build > .pricing-card-summary {
        display: none;
    }
}

.pricing-label {
    color: rgba(219, 226, 245, 0.9);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    font-weight: 800;
}

.pricing-value {
    color: var(--ink);
    font-family: "Sora", sans-serif;
    font-size: 2rem;
    line-height: 1;
}

.pricing-best-for {
    margin: 0;
    color: rgba(236, 242, 255, 0.92);
}

.pricing-service-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    align-items: stretch;
    align-self: start;
}

.pricing-service-block {
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 14px;
    align-self: stretch;
    height: 100%;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    font-size: 1.18rem;
    line-height: 1.52;
}

.pricing-service-block p {
    margin: 0;
}

.pricing-service-label {
    margin: 0;
    color: rgba(153, 196, 255, 0.96);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.84rem;
    font-weight: 800;
}

.pricing-service-block .pricing-best-for {
    font-size: 1.15rem;
    line-height: 1.5;
}

.pricing-intro-note {
    margin: 0 auto 26px;
}

.pricing-intro-note p {
    margin: 0;
}

.feature-list {
    list-style: none;
    display: grid;
    gap: 10px;
    color: var(--ink-soft);
}

.feature-list li {
    padding-top: 10px;
    border-top: 1px solid var(--line);
}

.pricing-note {
    width: min(100%, 780px);
    margin: 0 auto;
    text-align: center;
}

.pricing-note.pricing-intro-note {
    width: 100%;
    margin: 0 0 34px;
    text-align: left;
}

.pricing-note.pricing-intro-note h2 {
    margin: 0;
}

@media (max-width: 720px) {
    .pricing-card-full-build {
        grid-column: auto;
    }

    .pricing-card-body-full-build {
        padding-top: 16px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .pricing-full-build-primary-header {
        display: none;
    }

    .pricing-full-build-layout,
    .pricing-service-split {
        grid-template-columns: 1fr;
    }
}

.pricing-sale-banner {
    display: grid;
    gap: 0;
    width: min(100%, var(--pricing-sale-banner-max-width, 980px));
    margin: 0 auto 26px;
    border: 1px solid rgba(118, 168, 255, 0.22);
    border-radius: 32px;
    background:
        radial-gradient(circle at top left, rgba(88, 149, 255, 0.2), transparent 38%),
        linear-gradient(180deg, rgba(20, 31, 56, 0.98) 0%, rgba(15, 21, 36, 0.98) 100%);
    box-shadow: 0 22px 44px rgba(7, 14, 32, 0.28);
    text-align: left;
    overflow: hidden;
}

.pricing-sale-banner.pricing-sale-banner-upcoming {
    border-color: rgba(255, 210, 122, 0.24);
    background:
        radial-gradient(circle at top left, rgba(255, 207, 112, 0.16), transparent 38%),
        linear-gradient(180deg, rgba(34, 29, 15, 0.98) 0%, rgba(23, 21, 15, 0.98) 100%);
}

.pricing-sale-banner-eyebrow {
    margin: 0;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(171, 201, 255, 0.88);
}

.pricing-sale-banner-copy {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.pricing-sale-banner-media {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(108, 163, 255, 0.3), transparent 34%),
        linear-gradient(180deg, rgba(27, 38, 67, 0.94), rgba(16, 23, 41, 0.96));
}

.pricing-sale-banner-media img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 7;
    object-fit: cover;
}

.pricing-sale-banner[data-banner-fit="contain"] .pricing-sale-banner-media img {
    object-fit: contain;
    background:
        radial-gradient(circle at top left, rgba(108, 163, 255, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(18, 26, 46, 0.98), rgba(12, 18, 33, 0.98));
}

.pricing-sale-banner-media-fallback {
    min-height: 220px;
}

.pricing-sale-banner-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 22px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(7, 12, 22, 0.5);
}

.pricing-sale-banner h3 {
    margin: 0;
    font-size: clamp(1.2rem, 2vw, 1.6rem);
}

.pricing-sale-banner p {
    margin: 0;
}

.pricing-sale-banner-countdown {
    justify-self: start;
    padding: 10px 16px;
    border: 1px solid rgba(118, 168, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(244, 247, 255, 0.92);
    font-weight: 700;
}

.section-partner-landing {
    padding-top: 8px;
}

.partner-landing-shell {
    width: min(100%, 1240px);
    margin: 0 auto;
}

.partner-hero-card {
    overflow: hidden;
    border: 1px solid rgba(118, 168, 255, 0.18);
    border-radius: 34px;
    background:
        radial-gradient(circle at top left, rgba(88, 149, 255, 0.18), transparent 38%),
        linear-gradient(180deg, rgba(20, 31, 56, 0.98) 0%, rgba(15, 21, 36, 0.98) 100%);
    box-shadow: 0 24px 52px rgba(7, 14, 32, 0.28);
}

.partner-hero-banner {
    background:
        radial-gradient(circle at top left, rgba(108, 163, 255, 0.26), transparent 34%),
        linear-gradient(180deg, rgba(27, 38, 67, 0.94), rgba(16, 23, 41, 0.96));
}

.partner-hero-banner img {
    display: block;
    width: 100%;
    min-height: 260px;
    max-height: 520px;
    object-fit: cover;
}

.partner-hero-banner-fallback {
    min-height: 320px;
    display: grid;
    place-items: center;
}

.partner-hero-fallback-copy {
    text-align: center;
    padding: 48px 24px;
}

.partner-hero-fallback-copy h1 {
    margin: 8px 0 0;
}

.partner-hero-copy {
    display: grid;
    gap: 18px;
    padding: 28px 28px 32px;
}

.partner-hero-copy h1,
.partner-hero-copy .page-intro {
    margin: 0;
}

.partner-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}


.builder-launch {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.builder-launch-button {
    min-width: 220px;
    min-height: 58px;
    padding: 0 28px;
    border: 1px solid rgba(150, 196, 255, 0.32);
    background:
        radial-gradient(circle at top left, rgba(102, 159, 240, 0.22), transparent 46%),
        linear-gradient(135deg, rgb(24, 58, 118) 0%, rgb(14, 34, 74) 100%);
    color: rgb(244, 248, 255);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 18px 40px rgba(6, 16, 38, 0.42);
}

.builder-launch-button:hover,
.builder-launch-button:focus-visible {
    background:
        radial-gradient(circle at top left, rgba(118, 176, 255, 0.28), transparent 46%),
        linear-gradient(135deg, rgb(29, 72, 146) 0%, rgb(17, 44, 94) 100%);
    color: rgb(255, 255, 255);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 22px 46px rgba(6, 16, 38, 0.48);
}

.builder-retrieve-button {
    min-height: 58px;
    padding: 0 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(175, 205, 255) 100%);
    color: rgb(14, 15, 19);
    box-shadow: 0 18px 40px rgba(14, 15, 19, 0.22);
}

.builder-retrieve-button:hover,
.builder-retrieve-button:focus-visible {
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(210, 227, 255) 100%);
    color: rgb(14, 15, 19);
    box-shadow: 0 22px 46px rgba(14, 15, 19, 0.28);
}

.builder-launch-copy {
    margin: 0;
    max-width: 48ch;
}

.builder-card {
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(35, 80, 154, 0.24) 0%, rgba(14, 15, 19, 0.92) 100%);
    box-shadow: var(--shadow);
}

.builder-progress {
    margin-bottom: 28px;
}

.builder-nav {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 22px;
}

.builder-nav[hidden],
#builder-previous[hidden] {
    display: none !important;
}

.builder-progress-top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: rgba(219, 226, 245, 0.82);
}

.builder-progress-bar {
    height: 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.builder-progress-fill {
    width: 25%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgb(93, 141, 224) 0%, rgb(255, 255, 255) 100%);
    transition: width 0.24s ease;
}

.builder-step {
    display: none;
}

.builder-step.is-active {
    display: block;
}

.builder-step h3 {
    margin-bottom: 18px;
    font-size: 1.7rem;
}

.builder-options {
    display: grid;
    gap: 16px;
}

.builder-options.two-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.builder-options.three-up {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.builder-card[hidden] {
    display: none;
}

.builder-input-wrap {
    display: grid;
    gap: 12px;
    max-width: 560px;
}

.builder-input-panel {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.builder-input-label {
    color: rgba(219, 226, 245, 0.86);
    font-weight: 700;
    letter-spacing: 0.02em;
}

.builder-input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--ink);
    font: inherit;
}

.builder-input-large {
    min-height: 70px;
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(14, 15, 19, 0.34);
    font-size: 1.2rem;
    font-weight: 700;
}

.builder-input:focus {
    outline: none;
    border-color: rgba(120, 171, 255, 0.55);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(92, 154, 255, 0.14);
}

.builder-input::placeholder {
    color: rgba(219, 226, 245, 0.58);
}

.builder-error {
    margin: 0;
    color: rgb(255, 183, 183);
    font-weight: 600;
}

.builder-option {
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--ink);
    font: inherit;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.builder-option:hover,
.builder-option:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.1);
}

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

.builder-feature-selected-plan,
.order-feature-selected-plan {
    margin-top: 12px;
    color: rgba(219, 226, 245, 0.84);
    font-weight: 600;
}

.builder-feature-selected-plan strong,
.order-feature-selected-plan strong {
    color: rgb(244, 247, 255);
}

.builder-feature-option {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px 12px;
    align-items: flex-start;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
}

.builder-feature-option.is-locked {
    border-color: rgba(120, 171, 255, 0.22);
    background: linear-gradient(180deg, rgba(92, 154, 255, 0.07) 0%, rgba(255, 255, 255, 0.035) 100%);
}

.builder-feature-option input {
    width: 16px;
    height: 16px;
    margin-top: 3px;
}

.builder-feature-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.builder-feature-label {
    display: block;
    cursor: pointer;
}

.builder-feature-copy strong {
    font-size: 0.98rem;
    line-height: 1.35;
}

.builder-feature-price {
    color: rgba(244, 247, 255, 0.92);
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.35;
}

.sale-price-stack {
    display: inline-grid;
    gap: 4px;
}

.sale-price-regular,
.feature-price-regular,
.comparison-price-regular,
.plan-hover-price-regular {
    color: rgba(244, 247, 255, 0.68);
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: rgba(255, 92, 92, 0.92);
}

.sale-price-current,
.feature-price-current,
.comparison-price-sale,
.plan-hover-price-current {
    color: rgb(244, 247, 255);
    font-weight: 800;
}

.sale-price-note,
.feature-price-note,
.plan-hover-sale-note {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: max-content;
    padding: 3px 9px;
    border: 1px solid rgba(117, 223, 156, 0.36);
    border-radius: 999px;
    background: rgba(117, 223, 156, 0.14);
    color: rgb(117, 223, 156);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.15;
}

.feature-price-stack {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.feature-price-comparison {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
}

.builder-feature-requirement {
    color: rgba(219, 226, 245, 0.66);
    font-size: 0.88rem;
    line-height: 1.35;
}

.builder-feature-option.is-locked .builder-feature-label strong,
.builder-feature-option.is-locked .builder-feature-price,
.builder-feature-option.is-locked .builder-feature-requirement {
    color: rgba(228, 236, 255, 0.82);
}

.builder-feature-option.is-locked .sale-price-regular,
.builder-feature-option.is-locked .feature-price-regular,
.order-feature-option.is-locked .sale-price-regular,
.order-feature-option.is-locked .feature-price-regular {
    color: rgba(228, 236, 255, 0.7);
    text-decoration-color: rgba(255, 148, 148, 0.85);
}

.builder-feature-option.is-locked .sale-price-current,
.builder-feature-option.is-locked .feature-price-current,
.order-feature-option.is-locked .sale-price-current,
.order-feature-option.is-locked .feature-price-current {
    color: rgba(236, 242, 255, 0.92);
}

.builder-feature-option.is-locked .sale-price-note,
.builder-feature-option.is-locked .feature-price-note,
.order-feature-option.is-locked .sale-price-note,
.order-feature-option.is-locked .feature-price-note {
    color: rgb(142, 231, 174);
}

.builder-feature-upgrade {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 40px;
    margin-top: 4px;
    padding: 0 16px;
    border: 1px solid rgba(151, 191, 255, 0.5);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(92, 154, 255, 0.34) 0%, rgba(54, 103, 193, 0.34) 100%);
    color: var(--ink);
    font: inherit;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 10px 18px rgba(15, 31, 68, 0.22);
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.builder-feature-upgrade[hidden] {
    display: none !important;
}

.builder-feature-upgrade:hover,
.builder-feature-upgrade:focus-visible {
    border-color: rgba(191, 219, 255, 0.82);
    background: linear-gradient(180deg, rgba(107, 170, 255, 0.48) 0%, rgba(61, 114, 212, 0.44) 100%);
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(15, 31, 68, 0.28);
}

#builder-feature-continue {
    margin-top: 14px;
}

.builder-note,
.summary-note {
    margin-top: 14px;
    color: rgba(219, 226, 245, 0.72);
}

.consultation-status-highlight {
    display: grid;
    gap: 6px;
    margin-top: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(128, 226, 168, 0.34);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(54, 140, 92, 0.18) 0%, rgba(19, 57, 39, 0.22) 100%);
    color: rgba(229, 255, 238, 0.92);
}

.consultation-status-highlight strong {
    color: rgb(208, 255, 222);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.consultation-status-highlight span {
    color: rgba(236, 255, 243, 0.88);
}

.feature-perk-notes {
    margin-top: 12px;
}

.feature-perk-notes > .builder-note,
.feature-perk-notes > .summary-note {
    margin-top: 0;
}

.feature-perk-note-list {
    margin: 8px 0 0;
    padding-left: 18px;
    color: rgba(219, 226, 245, 0.78);
    display: grid;
    gap: 6px;
}

.feature-perk-note-list strong {
    color: rgb(244, 247, 255);
}

.tooltip-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
}

.tooltip-trigger {
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: var(--ink);
    font: inherit;
    font-weight: 800;
    cursor: help;
}

.tooltip-bubble {
    position: absolute;
    left: 34px;
    top: 50%;
    width: min(260px, 60vw);
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    background: rgb(14, 15, 19);
    color: rgba(244, 247, 255, 0.88);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) translateX(-6px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.tooltip-wrap:hover .tooltip-bubble,
.tooltip-wrap:focus-within .tooltip-bubble {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.builder-comparison {
    margin-bottom: 20px;
}

.builder-summary {
    display: grid;
    gap: 14px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    font-size: 1rem;
}

.summary-row strong {
    font-family: "Sora", sans-serif;
    font-size: 1.1rem;
}

.summary-divider {
    height: 1px;
    background: var(--line);
}

.summary-row-total strong,
.summary-total {
    font-size: 1.35rem;
}

.builder-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 24px;
}

.builder-actions .button,
.builder-actions button {
    min-width: 190px;
}

#builder-order-button {
    font-size: 1.08rem;
    padding: 0 28px;
}

.comparison-wrap {
    overflow-x: auto;
    border: 1px solid var(--line-soft);
    border-radius: 28px;
    background: var(--surface-primary);
    box-shadow: var(--shadow-soft);
}

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

.comparison-table th,
.comparison-table td {
    padding: 18px 20px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    color: var(--ink);
}

.comparison-table thead th {
    font-family: "Sora", sans-serif;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.05);
}

.comparison-table .plan-premium-heading {
    background: linear-gradient(180deg, rgba(92, 154, 255, 0.28) 0%, rgba(35, 80, 154, 0.24) 100%);
    color: rgb(244, 247, 255);
}

.comparison-table .plan-premium-cell {
    background: rgba(92, 154, 255, 0.1);
}

.plan-badge {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgb(24, 61, 122);
    color: rgb(244, 247, 255);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.comparison-table tbody th {
    width: 34%;
    color: rgba(219, 226, 245, 0.92);
    font-weight: 700;
}

.comparison-price {
    display: inline-grid;
    gap: 4px;
}

.table-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    min-height: 28px;
    border-radius: 999px;
    font-weight: 800;
}

.table-mark.yes {
    background: rgba(67, 208, 138, 0.18);
    color: rgb(148, 255, 193);
}

.table-mark.no {
    background: rgba(255, 92, 92, 0.16);
    color: rgb(255, 129, 129);
}

.text-link {
    display: inline-block;
    margin-top: 16px;
    color: var(--ink);
    font-weight: 700;
}

.info-card h3,
.showcase-card h3,
.process-step h3,
.contact-card h3 {
    margin-bottom: 12px;
    font-size: 1.35rem;
}

.section-dark {
    padding: 70px 42px;
    border-radius: 40px;
    background: linear-gradient(135deg, rgb(35, 80, 154) 0%, rgb(18, 38, 75) 100%);
}

.section-dark .eyebrow,
.section-dark h2,
.section-dark h3,
.section-dark p,
.section-dark span {
    color: #f7f4ee;
}

.showcase-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.showcase-card {
    padding: 28px;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

.showcase-card span,
.process-step span {
    margin-bottom: 18px;
    font-size: 0.92rem;
    letter-spacing: 0.12em;
}

.process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-step {
    padding: 28px;
}

.contact-section {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: stretch;
}

.contact-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
    gap: 32px;
    align-items: stretch;
}

.contact-hero-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-hero-form-card {
    margin-top: 0;
    height: 100%;
}

.contact-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-card {
    padding: 30px;
    background: var(--surface-strong);
}

.contact-card p {
    margin-bottom: 12px;
}

.contact-card .button {
    margin-top: 18px;
}

.contact-direct {
    display: grid;
    gap: 10px;
    margin-top: 24px;
    padding: 18px 20px;
    border: 1px solid var(--line-faint);
    border-radius: 20px;
    background: var(--surface-secondary);
}

.contact-direct-card {
    background:
        linear-gradient(180deg, rgba(16, 23, 37, 0.98) 0%, rgba(13, 19, 31, 0.98) 100%);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow-soft);
}

.contact-direct p {
    margin: 0;
    color: var(--ink);
}

.contact-consultation-button {
    min-height: 56px;
    padding-inline: 24px;
}

.contact-info-card {
    max-width: 560px;
    height: 100%;
}

.contact-direct a {
    color: var(--ink);
    font-weight: 700;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-form form[hidden] {
    display: none !important;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--ink);
    font: inherit;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(219, 226, 245, 0.58);
}

.contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-form button {
    align-self: flex-start;
    min-height: 50px;
    padding: 0 22px;
    border: none;
    border-radius: 999px;
    background: var(--accent);
    color: white;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.contact-form button:hover,
.contact-form button:focus-visible {
    background: white;
    color: rgb(14, 15, 19);
}

.contact-response-note {
    margin: 2px 0 0;
    color: rgba(225, 234, 248, 0.72);
    font-size: 0.95rem;
    line-height: 1.55;
}

.contact-honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.consultation-actions {
    margin-top: 18px;
}

.consultation-actions .button {
    min-height: 48px;
}

.consultation-back-button {
    background: linear-gradient(135deg, rgba(20, 29, 48, 0.96), rgba(11, 18, 32, 0.98));
    border-color: rgba(120, 150, 210, 0.26);
    color: rgb(244, 247, 255);
    box-shadow: 0 18px 32px rgba(6, 11, 22, 0.24);
}

.consultation-back-button:hover,
.consultation-back-button:focus-visible {
    background: linear-gradient(135deg, rgba(27, 39, 64, 0.98), rgba(15, 24, 42, 1));
    border-color: rgba(152, 180, 234, 0.34);
    color: rgb(255, 255, 255);
}

.contact-feedback {
    display: grid;
    gap: 14px;
    padding: 0;
}

.contact-feedback h4 {
    font-size: 1.35rem;
}

.contact-feedback p {
    margin: 0;
}

.auth-shell {
    width: min(100%, 760px);
    margin: 0 auto;
}

.admin-dashboard-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: start;
    justify-items: center;
}

.admin-dashboard-grid > .flash {
    margin-bottom: 0;
    width: min(100%, 1180px);
}

.admin-tool-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    width: min(100%, 1180px);
}

.admin-tool-nav-group {
    display: grid;
    gap: 12px;
    padding: 18px;
    border: 1px solid rgba(111, 170, 255, 0.18);
    border-radius: 24px;
    background:
        radial-gradient(circle at top left, rgba(84, 167, 255, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(28, 56, 102, 0.48), rgba(15, 27, 56, 0.78));
    box-shadow: 0 18px 34px rgba(8, 17, 36, 0.16);
}

.admin-tool-nav-group summary {
    list-style: none;
}

.admin-tool-nav-group summary::-webkit-details-marker {
    display: none;
}

.admin-tool-nav-group.is-active {
    border-color: rgba(132, 191, 255, 0.42);
    background:
        radial-gradient(circle at top right, rgba(122, 197, 255, 0.2), transparent 42%),
        radial-gradient(circle at bottom left, rgba(62, 113, 255, 0.18), transparent 48%),
        linear-gradient(180deg, rgba(30, 64, 126, 0.72), rgba(17, 36, 73, 0.94));
    box-shadow: 0 22px 38px rgba(13, 29, 63, 0.24);
}

.admin-tool-nav-label {
    margin: 0;
    font-family: "Sora", sans-serif;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(157, 188, 255, 0.86);
}

.admin-tool-nav-copy {
    margin: -2px 0 0;
    color: rgba(225, 234, 248, 0.72);
    font-size: 0.92rem;
    grid-column: 1 / -1;
}

.admin-tool-nav-group-heading {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px 16px;
    align-items: baseline;
    min-height: 72px;
    cursor: default;
}

.admin-tool-nav-group-heading::after {
    content: "";
    display: none;
    align-self: center;
    justify-self: end;
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(222, 234, 252, 0.82);
    border-bottom: 2px solid rgba(222, 234, 252, 0.82);
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.admin-tool-nav-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(160, 206, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(222, 234, 252, 0.82);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-tool-nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-content: start;
}

.admin-tool-nav-group-dense .admin-tool-nav-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
}

.admin-tool-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 100%;
    min-width: 0;
    padding: 12px 18px;
    border: 1px solid rgba(152, 202, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--ink);
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.admin-tool-link-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    text-wrap: balance;
}

.admin-tool-link-notification {
    position: absolute;
    top: -8px;
    right: -4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 214, 214, 0.34);
    background: linear-gradient(180deg, rgba(218, 54, 73, 0.96), rgba(143, 22, 39, 0.96));
    color: white;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 10px 20px rgba(106, 15, 31, 0.28);
    pointer-events: none;
}

.admin-tool-link-notification[hidden] {
    display: none !important;
}

.admin-tool-link.has-notification {
    border-color: rgba(233, 99, 117, 0.34);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 0 0 1px rgba(177, 34, 53, 0.08);
}

.admin-tool-nav-group-dense .admin-tool-link {
    min-height: 56px;
    padding: 10px 14px;
    font-size: 0.96rem;
    line-height: 1.2;
    white-space: normal;
    text-wrap: balance;
}

.client-account-nav .admin-tool-nav-group {
    min-height: 0;
    width: 100%;
    gap: 10px;
    padding: 16px;
}

.client-account-nav .admin-tool-nav-group-heading {
    min-height: 0;
    gap: 8px 12px;
}

.client-account-nav .admin-tool-nav-copy {
    overflow-wrap: anywhere;
}

.client-account-nav .admin-tool-nav-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.client-account-nav .admin-tool-link {
    min-height: 46px;
    padding: 10px 14px;
}

.client-account-nav .admin-tool-link-label {
    line-height: 1.2;
    text-wrap: balance;
    overflow-wrap: anywhere;
}

@media (min-width: 721px) {
    .client-account-nav {
        grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
        justify-content: stretch;
    }

    .admin-tool-nav-group-heading {
        pointer-events: none;
    }

    .admin-tool-nav-group:not([open]) > .admin-tool-nav-links {
        display: grid;
    }
}

.admin-tool-link:hover,
.admin-tool-link:focus-visible,
.admin-tool-link.is-active {
    background: linear-gradient(180deg, rgb(63, 129, 219), rgb(36, 83, 154));
    border-color: rgba(214, 235, 255, 0.32);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(11, 29, 66, 0.28);
}

.admin-tool-panel {
    width: min(100%, 960px);
    justify-self: center;
}

.admin-quote-builder-shell {
    margin-top: 18px;
    padding: 28px;
}

.admin-quote-form {
    gap: 18px;
}

.admin-quote-builder-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.9fr);
    gap: 20px;
    align-items: start;
}

.admin-quote-builder-main,
.admin-quote-builder-side {
    display: grid;
    gap: 18px;
}

.admin-quote-panel {
    display: grid;
    gap: 14px;
}

.admin-quote-panel h4 {
    margin: 0;
}

.admin-quote-builder-shell .builder-input-panel {
    max-width: none;
    padding: 24px;
    border-radius: 28px;
}

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

.admin-quote-field-grid > div {
    min-width: 0;
}

.admin-quote-builder-feature-grid {
    margin-top: 0;
}

.admin-quote-pricing-panel {
    position: sticky;
    top: 92px;
    gap: 16px;
}

.admin-quote-pricing-reference {
    display: grid;
    gap: 12px;
}

.admin-quote-price-card {
    display: grid;
    gap: 10px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
}

.admin-quote-price-card-label {
    margin: 0;
    font-weight: 800;
    color: rgba(245, 248, 255, 0.94);
}

.admin-quote-reference-list {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
    color: rgba(219, 226, 245, 0.78);
}

.admin-quote-price-input-grid {
    display: grid;
    gap: 12px;
}

.admin-quote-price-input {
    display: grid;
    gap: 8px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(8, 17, 37, 0.36);
}

.admin-quote-price-input .summary-note {
    margin: 0;
}

.admin-quote-summary-panel .builder-summary {
    gap: 12px;
}

.admin-quote-summary-panel .summary-row {
    align-items: start;
}

.admin-quote-summary-panel .summary-row span {
    color: rgba(219, 226, 245, 0.78);
}

.admin-quote-pricing-reference-compact .admin-quote-reference-list {
    font-size: 0.94rem;
    line-height: 1.55;
}

.admin-quote-share-card {
    gap: 14px;
}

.admin-quote-share-grid {
    display: grid;
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
    gap: 18px;
    align-items: start;
}

.admin-quote-share-links {
    display: grid;
    gap: 6px;
}

.admin-quote-share-links p {
    margin: 0;
}

@media (max-width: 960px) {
    .admin-quote-builder-layout,
    .admin-quote-share-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .admin-quote-pricing-panel {
        position: static;
    }

    .admin-quote-feature-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 720px) {
    .admin-quote-builder-shell {
        padding: 22px;
    }

    .admin-quote-field-grid,
    .admin-quote-field-grid-compact {
        grid-template-columns: minmax(0, 1fr);
    }
}

.admin-notification-testbar {
    margin-top: 18px;
    padding: 16px 18px;
    border: 1px solid rgba(158, 206, 255, 0.18);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(20, 39, 79, 0.48), rgba(14, 28, 58, 0.78));
    box-shadow: 0 16px 28px rgba(11, 27, 57, 0.18);
}

.admin-notification-test-form {
    display: grid;
    gap: 10px;
}

.admin-notification-test-label {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(171, 201, 255, 0.86);
}

.admin-notification-test-controls {
    display: grid;
    grid-template-columns: minmax(180px, 220px) minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
}

.admin-notification-test-note,
.admin-notification-test-status {
    margin: 0;
    color: rgba(225, 234, 248, 0.74);
    font-size: 0.9rem;
}

.admin-notification-test-status {
    color: rgba(150, 221, 182, 0.92);
}

.admin-notification-test-status.is-error {
    color: rgba(255, 183, 193, 0.94);
}

.admin-dashboard-toast-stack {
    position: fixed;
    top: 112px;
    right: 20px;
    z-index: 90;
    display: grid;
    gap: 12px;
    width: min(360px, calc(100vw - 28px));
    pointer-events: none;
}

.admin-dashboard-toast {
    display: grid;
    gap: 10px;
    padding: 16px 18px;
    border: 1px solid rgba(119, 179, 255, 0.28);
    border-radius: 20px;
    background:
        radial-gradient(circle at top right, rgba(117, 184, 255, 0.2), transparent 34%),
        linear-gradient(180deg, rgba(16, 27, 54, 0.96), rgba(10, 16, 33, 0.98));
    box-shadow: 0 20px 36px rgba(10, 18, 37, 0.34);
    color: rgb(244, 247, 255);
    pointer-events: auto;
    transform: translateY(0);
    opacity: 1;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

.admin-dashboard-toast.is-hiding {
    opacity: 0;
    transform: translateY(-8px);
}

.admin-dashboard-toast-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: start;
}

.admin-dashboard-toast-title {
    margin: 0;
    font-size: 1rem;
}

.admin-dashboard-toast-message {
    margin: 0;
    color: rgba(229, 237, 248, 0.78);
    font-size: 0.94rem;
}

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

.admin-dashboard-toast-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(82, 137, 228, 0.22);
    border: 1px solid rgba(146, 196, 255, 0.24);
    color: white;
    font-size: 0.9rem;
    font-weight: 700;
}

.admin-dashboard-toast-link:hover,
.admin-dashboard-toast-link:focus-visible {
    background: rgba(82, 137, 228, 0.34);
}

.admin-dashboard-toast-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(240, 245, 255, 0.88);
    cursor: pointer;
}

.admin-dashboard-toast-close:hover,
.admin-dashboard-toast-close:focus-visible {
    background: rgba(255, 255, 255, 0.14);
}

@media (max-width: 1080px) {
    .homepage-split-grid {
        grid-template-columns: 1fr;
    }

    .homepage-example-card h3 {
        max-width: none;
    }

    .services-page-hero-grid,
    .services-problem-grid,
    .services-approach-grid,
    .services-overview-grid,
    .services-included-groups,
    .services-positioning-grid {
        grid-template-columns: 1fr;
    }

    .services-care-card,
    .services-included-card {
        grid-template-columns: 1fr;
    }

    .services-process-list {
        display: grid;
        grid-template-columns: 1fr;
    }

    .services-process-list .process-step {
        min-height: 0;
    }

    .admin-tool-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-tool-nav-group-dense .admin-tool-nav-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-notification-test-controls {
        grid-template-columns: 1fr;
    }

    .admin-dashboard-toast-stack {
        top: auto;
        right: 14px;
        bottom: 18px;
        width: min(360px, calc(100vw - 24px));
    }
}

.revenue-tab-switcher {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.revenue-chart-time-toggle {
    display: grid;
    gap: 10px;
    margin-bottom: 16px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.revenue-chart-time-toggle-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.revenue-chart-time-toggle .button.is-active {
    background: linear-gradient(180deg, rgb(63, 129, 219), rgb(36, 83, 154));
    border-color: rgba(214, 235, 255, 0.32);
    color: white;
}

.revenue-section {
    display: grid;
    gap: 14px;
}

.revenue-section[hidden] {
    display: none;
}

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

.revenue-mode-banner {
    display: grid;
    gap: 6px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
}

.revenue-mode-banner h4 {
    margin: 0;
    color: white;
    font-size: 1.5rem;
}

.revenue-mode-banner p:last-child {
    margin-bottom: 0;
}

.revenue-mode-banner-actuals {
    background: linear-gradient(135deg, rgba(77, 145, 255, 0.18), rgba(28, 45, 88, 0.34));
}

.revenue-mode-banner-forecast {
    background: linear-gradient(135deg, rgba(255, 198, 94, 0.16), rgba(88, 54, 22, 0.32));
}

.revenue-mode-banner-simulator {
    background: linear-gradient(135deg, rgba(117, 255, 194, 0.16), rgba(17, 79, 66, 0.32));
}

.revenue-kpi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
    gap: 14px;
}

.revenue-kpi-grid .order-item h4 {
    margin: 2px 0 4px;
    font-size: 1.7rem;
    color: white;
}

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

.revenue-forecast-grid {
    display: grid;
    gap: 14px;
}

.revenue-forecast-block {
    display: grid;
    gap: 14px;
}

.revenue-chart-card {
    margin: 0;
}

.revenue-chart-shell {
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

.revenue-line-chart {
    width: 100%;
    height: auto;
    min-height: 220px;
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
        rgba(8, 12, 18, 0.28);
}

.revenue-line-chart-area {
    fill: rgba(92, 154, 255, 0.18);
}

.revenue-line-chart-line {
    fill: none;
    stroke: rgb(114, 176, 255);
    stroke-width: 5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.revenue-line-chart-area-simulation {
    fill: rgba(117, 255, 194, 0.14);
}

.revenue-line-chart-line-simulation {
    stroke: rgb(117, 255, 194);
}

.revenue-line-chart-area-future {
    fill: rgba(255, 198, 94, 0.14);
}

.revenue-line-chart-line-future {
    stroke: rgb(255, 198, 94);
}

.revenue-line-chart-area-trend {
    fill: rgba(255, 156, 117, 0.14);
}

.revenue-line-chart-line-trend {
    stroke: rgb(255, 156, 117);
}

.revenue-chart-label-row {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 8px;
    color: rgba(219, 226, 245, 0.58);
    font-size: 0.78rem;
    text-align: center;
}

.revenue-volume-chart {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 10px;
    align-items: end;
    min-height: 220px;
    margin-top: 12px;
}

.revenue-volume-group {
    display: grid;
    gap: 8px;
    justify-items: center;
}

.revenue-volume-bars {
    display: flex;
    align-items: end;
    gap: 6px;
    min-height: 180px;
}

.revenue-volume-bar {
    display: block;
    width: 14px;
    min-height: 10px;
    border-radius: 999px 999px 4px 4px;
}

.revenue-volume-bar-orders {
    background: linear-gradient(180deg, rgba(117, 255, 194, 0.94), rgba(54, 155, 118, 0.92));
}

.revenue-volume-bar-quotes {
    background: linear-gradient(180deg, rgba(114, 176, 255, 0.96), rgba(42, 93, 188, 0.92));
}

.revenue-volume-bar-future {
    background: linear-gradient(180deg, rgba(255, 214, 129, 0.96), rgba(189, 131, 28, 0.92));
}

.revenue-volume-label {
    color: rgba(219, 226, 245, 0.58);
    font-size: 0.78rem;
}

.revenue-chart-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 12px;
    color: rgba(219, 226, 245, 0.74);
}

.revenue-chart-legend span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.revenue-legend-swatch {
    width: 12px;
    height: 12px;
    border-radius: 999px;
}

.revenue-legend-orders {
    background: rgb(117, 255, 194);
}

.revenue-legend-quotes {
    background: rgb(114, 176, 255);
}

.revenue-legend-future {
    background: rgb(255, 198, 94);
}

.revenue-simulator-card {
    margin-top: 4px;
}

.revenue-empty-state {
    padding: 18px 20px;
    border: 1px dashed rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.03);
}

.revenue-simulator-presets {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.revenue-preset-button.is-active {
    background: linear-gradient(180deg, rgb(63, 129, 219), rgb(36, 83, 154));
    border-color: rgba(214, 235, 255, 0.32);
    color: white;
}

.revenue-simulator-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px;
}

.revenue-simulator-grid label {
    display: grid;
    gap: 8px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
}

.revenue-simulator-grid input[type="range"] {
    width: 100%;
}

.revenue-simulation-kpis {
    margin-top: 14px;
}

.revenue-simulation-chart-shell {
    margin-top: 16px;
}

.revenue-simulator-insight {
    margin-top: 16px;
    padding: 14px 16px;
    border: 1px solid rgba(117, 255, 194, 0.18);
    border-radius: 18px;
    background: rgba(117, 255, 194, 0.06);
    color: rgba(233, 242, 255, 0.86);
}

.revenue-simulation-table {
    display: grid;
    gap: 10px;
    margin-top: 16px;
    max-height: 520px;
    overflow: auto;
}

.revenue-simulation-row {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr 1fr;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.025);
    color: rgba(219, 226, 245, 0.8);
}

.client-dashboard-grid {
    width: min(100%, 960px);
    margin: 0 auto;
}

.client-tool-panel {
    width: min(100%, 960px);
}

.admin-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
}

.admin-filter-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.admin-filter-field {
    display: grid;
    grid-template-columns: minmax(110px, 132px) minmax(0, 1fr);
    gap: 10px;
    align-items: end;
}

.admin-filter-mode {
    min-width: 0;
}

.admin-filter-grid > div,
.admin-filter-grid > .admin-filter-actions {
    min-width: 0;
}

.admin-filter-grid > .admin-filter-actions {
    grid-column: 1 / -1;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2px;
}

.admin-filter-grid .admin-filter-actions .button,
.admin-filter-grid .admin-filter-actions button {
    min-width: 160px;
}

.account-view-actions {
    margin-bottom: 6px;
}

.admin-results-meta {
    margin: 0;
    color: rgba(219, 226, 245, 0.72);
}

.admin-order-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 8px;
}

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

.admin-edit-decision-form {
    margin: 0;
}

.admin-edit-decision-button {
    width: 100%;
    min-height: 54px;
    box-shadow: 0 14px 28px rgba(7, 14, 32, 0.18);
}

.admin-membership-badge-no-hosting {
    border-color: rgba(255, 176, 108, 0.34);
    background: rgba(142, 88, 22, 0.22);
    color: rgb(255, 216, 168);
}

.account-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-settings-photo-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 18px;
    align-items: center;
}

.account-photo-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        radial-gradient(circle at top right, rgba(121, 171, 255, 0.2), transparent 50%),
        rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.92);
    font-family: "Sora", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    flex: 0 0 auto;
}

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

.account-photo-avatar-large {
    width: 92px;
    height: 92px;
    font-size: 1.55rem;
}

.admin-subheading {
    margin: 4px 0 0;
    font-family: "Sora", sans-serif;
    font-size: 1rem;
    color: var(--ink);
}

.account-membership-row {
    margin-top: 6px;
    margin-bottom: 6px;
}

.delete-account-form {
    margin-top: 6px;
}

.consultation-toolbar {
    display: grid;
    gap: 14px;
}

.consultation-link-button {
    justify-self: start;
}

.consultation-status-form {
    margin-top: 8px;
}

.order-shell {
    width: min(100%, 1440px);
    margin: 0 auto;
}

.order-page-layout {
    display: grid;
    grid-template-columns: auto minmax(260px, 272px);
    gap: 24px;
    align-items: start;
    justify-content: center;
}

.order-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 560px));
    gap: 24px;
    align-items: start;
    justify-content: center;
}

.order-grid-review {
    grid-template-columns: minmax(0, 760px);
    justify-content: center;
}

.order-roadmap-preview {
    align-self: start;
    gap: 16px;
}

.order-roadmap-preview-header {
    display: grid;
    gap: 10px;
}

.order-roadmap-preview-header h3,
.order-roadmap-preview-detail h4 {
    margin: 0;
}

.order-roadmap-preview-selection {
    font-size: 0.94rem;
    color: rgba(219, 226, 245, 0.84);
}

.order-roadmap-preview-list {
    display: grid;
    gap: 10px;
}

.order-roadmap-step-card {
    display: grid;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.order-roadmap-step-card.is-active {
    border-color: rgba(132, 174, 255, 0.46);
    background: linear-gradient(180deg, rgba(53, 93, 168, 0.18), rgba(255, 255, 255, 0.02));
    box-shadow: inset 0 0 0 1px rgba(132, 174, 255, 0.12);
}

.order-roadmap-step-button {
    display: grid;
    gap: 6px;
    justify-items: start;
    width: 100%;
    padding: 12px 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--ink);
    text-align: left;
    transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.order-roadmap-step-button:hover,
.order-roadmap-step-button:focus-visible {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-1px);
}

.order-roadmap-step-button.is-active {
    background: transparent;
    box-shadow: none;
}

.order-roadmap-step-number {
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(219, 226, 245, 0.58);
}

.order-roadmap-step-button strong {
    font-size: 0.96rem;
}

.order-roadmap-step-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.order-roadmap-step-badge.is-neutral {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(232, 237, 251, 0.84);
}

.order-roadmap-step-badge.is-charge {
    background: rgba(190, 128, 46, 0.18);
    color: rgba(255, 227, 181, 0.9);
}

.order-roadmap-step-badge.is-success {
    background: rgba(75, 166, 112, 0.18);
    color: rgba(201, 255, 221, 0.9);
}

.order-roadmap-step-detail {
    display: grid;
    gap: 12px;
    padding: 0 14px 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.order-roadmap-step-detail p {
    margin: 0;
}

.order-roadmap-preview-charge {
    display: grid;
    gap: 6px;
    padding: 12px 14px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.order-roadmap-preview-charge strong,
.order-roadmap-preview-charge p {
    margin: 0;
}

.order-roadmap-preview-charge.is-neutral {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
}

.order-roadmap-preview-charge.is-charge {
    background: rgba(190, 128, 46, 0.12);
    border-color: rgba(214, 161, 91, 0.28);
}

.order-roadmap-preview-charge.is-success {
    background: rgba(75, 166, 112, 0.12);
    border-color: rgba(123, 213, 160, 0.24);
}

.roadmap-public-controls {
    display: grid;
    gap: 14px;
}

.roadmap-public-controls-inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: end;
}

.roadmap-public-control {
    display: grid;
    gap: 8px;
}

.roadmap-public-controls label {
    font-size: 0.92rem;
    font-weight: 700;
    color: rgba(239, 243, 255, 0.92);
}

.roadmap-public-controls select {
    width: 100%;
    min-height: 54px;
    padding: 0 44px 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(28, 39, 67, 0.98) 0%, rgba(20, 28, 48, 0.98) 100%);
    color: var(--ink);
    font: inherit;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(180deg, rgba(28, 39, 67, 0.98) 0%, rgba(20, 28, 48, 0.98) 100%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M2 2.25L7 7.25L12 2.25' stroke='%23dbe2f5' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, right 16px center;
    background-size: auto, 14px 10px;
    cursor: pointer;
}

.roadmap-public-controls select:hover {
    border-color: rgba(124, 182, 255, 0.34);
    background-image:
        linear-gradient(180deg, rgba(31, 44, 75, 0.98) 0%, rgba(23, 32, 56, 0.98) 100%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M2 2.25L7 7.25L12 2.25' stroke='%23f0f5ff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.roadmap-public-controls select:focus,
.roadmap-public-controls select:focus-visible {
    outline: none;
    border-color: rgba(124, 182, 255, 0.46);
    box-shadow:
        0 0 0 3px rgba(104, 164, 255, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.roadmap-public-actions {
    padding-top: 6px;
    margin-bottom: 12px;
}

.roadmap-public-preview {
    min-height: 100%;
    width: min(100%, 980px);
    margin: 0 auto;
}

.roadmap-public-preview .order-roadmap-preview-header {
    gap: 6px;
}

.roadmap-public-preview .order-roadmap-preview-list {
    margin-top: 0;
}

.auth-card {
    display: grid;
    gap: 18px;
}

.auth-card > .contact-card,
.contact-card > .contact-card,
.contact-card > .workflow-panel,
.contact-card > .order-item,
.contact-card > .order-pricing,
.contact-card > .payment-embed-shell,
.contact-card > .agreement-viewer,
.contact-card > .contact-direct,
.contact-card > .page-inventory-item,
.workflow-panel > .payment-embed-shell,
.workflow-panel > .agreement-viewer,
.workflow-panel > .page-inventory-item,
.workflow-panel > .order-pricing,
.order-item > .workflow-panel,
.order-item > .order-pricing,
.order-item > .payment-embed-shell,
.order-item > .agreement-viewer,
.order-item > .page-inventory-item,
.site-modal-card > .workflow-panel,
.site-modal-card > .order-pricing,
.site-modal-card > .payment-embed-shell,
.site-modal-card > .agreement-viewer {
    margin-top: 22px;
    padding: 20px 0 0;
    border: 0;
    border-top: 1px solid var(--line-faint);
    border-radius: 0;
    background: var(--surface-flat);
    box-shadow: none;
}

.auth-card > .contact-card:first-child,
.contact-card > .contact-card:first-child,
.contact-card > .workflow-panel:first-child,
.contact-card > .order-item:first-child,
.contact-card > .order-pricing:first-child,
.contact-card > .payment-embed-shell:first-child,
.contact-card > .agreement-viewer:first-child,
.contact-card > .contact-direct:first-child,
.contact-card > .page-inventory-item:first-child,
.workflow-panel > .payment-embed-shell:first-child,
.workflow-panel > .agreement-viewer:first-child,
.workflow-panel > .page-inventory-item:first-child,
.workflow-panel > .order-pricing:first-child,
.order-item > .workflow-panel:first-child,
.order-item > .order-pricing:first-child,
.order-item > .payment-embed-shell:first-child,
.order-item > .agreement-viewer:first-child,
.order-item > .page-inventory-item:first-child,
.site-modal-card > .workflow-panel:first-child,
.site-modal-card > .order-pricing:first-child,
.site-modal-card > .payment-embed-shell:first-child,
.site-modal-card > .agreement-viewer:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.order-form-card p {
    margin: 0;
}

.order-form-card h3,
.order-templates-panel h3,
.order-summary-panel h3 {
    margin: 0;
}

.auth-form {
    display: grid;
    gap: 12px;
}

.auth-form > * {
    min-width: 0;
}

.order-form {
    display: grid;
    gap: 12px;
}

.auth-form input,
.auth-form select,
.auth-form textarea,
.auth-form button {
    width: 100%;
    max-width: 100%;
}

.auth-form input,
.auth-form select,
.auth-form textarea,
.order-form input,
.order-form select,
.order-form textarea {
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--ink);
    font: inherit;
}

.auth-form select,
.order-form select {
    min-height: 54px;
    padding-right: 44px;
    line-height: 1.35;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M2 2.25L7 7.25L12 2.25' stroke='%23dbe2f5' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat, no-repeat;
    background-position: 0 0, right 16px center;
    background-size: auto, 14px 10px;
    cursor: pointer;
}

.auth-form select:hover,
.order-form select:hover {
    border-color: rgba(124, 182, 255, 0.34);
}

.auth-form select:focus,
.auth-form select:focus-visible,
.order-form select:focus,
.order-form select:focus-visible {
    outline: none;
    border-color: rgba(124, 182, 255, 0.46);
    box-shadow:
        0 0 0 3px rgba(104, 164, 255, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.auth-form input::placeholder,
.auth-form textarea::placeholder,
.order-form input::placeholder,
.order-form textarea::placeholder {
    color: rgba(219, 226, 245, 0.58);
}

.order-form label {
    display: block;
    margin-bottom: 4px;
    font-weight: 700;
    color: var(--ink);
}

.contact-form label,
.auth-form label {
    display: block;
    margin-bottom: 4px;
    font-weight: 700;
    color: var(--ink);
}

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

.form-name-grid > div {
    min-width: 0;
}

[data-support-subcategory-group] {
    display: grid;
    gap: 12px;
    min-width: 0;
}

.auth-form textarea,
.order-form textarea {
    resize: vertical;
    min-height: 130px;
}

.password-peek-field {
    position: relative;
    display: block;
    width: 100%;
}

.password-peek-target {
    padding-right: 58px !important;
}

.password-peek-button {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 32px !important;
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    padding: 2px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(219, 226, 245, 0.76);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    cursor: pointer;
    box-shadow: none;
    z-index: 1;
    transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.password-peek-button:hover,
.password-peek-button:focus-visible,
.password-peek-field.is-revealed .password-peek-button {
    color: rgba(244, 247, 255, 0.98);
    background: rgba(255, 255, 255, 0.08);
}

.password-peek-button:focus-visible {
    outline: 2px solid rgba(104, 164, 255, 0.4);
    outline-offset: 2px;
}

.password-peek-button svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.order-sidebar {
    display: grid;
    gap: 24px;
    align-content: start;
}

.order-templates-panel,
.order-summary-panel {
    align-content: start;
    position: sticky;
    top: 120px;
}

.order-form-card,
.order-templates-panel {
    width: 100%;
    align-self: start;
}

.order-templates-panel {
    max-height: none;
    overflow: visible;
    position: static;
}

.order-grid-review .order-summary-panel {
    position: static;
}

.order-sidebar-section {
    display: grid;
    gap: 12px;
}

.template-side-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: visible;
    padding-right: 0;
}

.template-side-card {
    position: relative;
    display: grid;
    align-content: start;
    gap: 6px;
    padding: 12px 14px;
    border: 1px solid var(--line-faint);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
    min-height: 0;
}

.template-side-card:hover,
.template-side-card:focus-within {
    z-index: 8;
}

.template-side-card.is-selected {
    border-color: rgba(132, 174, 255, 0.34);
    background: linear-gradient(180deg, rgba(53, 93, 168, 0.14), rgba(255, 255, 255, 0.02));
}

.template-side-card-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: start;
}

.template-side-card-top strong {
    min-width: 0;
}

.template-side-card-top span {
    color: rgba(219, 226, 245, 0.64);
    font-size: 0.86rem;
    text-align: right;
    white-space: normal;
    overflow-wrap: anywhere;
}

.template-side-card-ideal {
    color: rgba(219, 226, 245, 0.78);
    margin: 0;
}

.template-side-card-description,
.template-side-card-ideal {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.template-side-card-description {
    margin: 0;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    line-height: 1.45;
}

.template-side-card-ideal {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    line-height: 1.45;
}

.template-side-hover-preview {
    position: absolute;
    top: 50%;
    right: calc(100% + 18px);
    left: auto;
    width: min(320px, 44vw);
    min-height: 210px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) translateX(-10px) scale(0.98);
    transition: opacity 160ms ease, transform 180ms ease;
    z-index: 20;
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.36);
}

.template-side-card:hover .template-side-hover-preview,
.template-side-card:focus-within .template-side-hover-preview {
    opacity: 1;
    transform: translateY(-50%) translateX(0) scale(1);
}

.order-drafts-panel {
    gap: 20px;
}

.order-drafts-panel-header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
}

.order-drafts-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.order-draft-card {
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--line-faint);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.order-draft-card.is-active {
    border-color: rgba(132, 174, 255, 0.34);
    background: linear-gradient(180deg, rgba(53, 93, 168, 0.14), rgba(255, 255, 255, 0.02));
}

.order-draft-card > p {
    margin: 0;
    color: rgba(219, 226, 245, 0.82);
}

.order-draft-summary {
    display: grid;
    gap: 8px;
}

.order-draft-summary p {
    margin: 0;
    color: rgba(219, 226, 245, 0.82);
    line-height: 1.55;
}

.order-draft-card-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: start;
}

.order-draft-card-heading {
    display: grid;
    gap: 4px;
}

.order-draft-card-heading strong,
.order-draft-card-heading span {
    margin: 0;
}

.order-draft-card-top span {
    color: rgba(219, 226, 245, 0.64);
    font-size: 0.84rem;
}

.order-draft-edit-button {
    border: 0;
    background: transparent;
    color: rgba(219, 226, 245, 0.76);
    font: inherit;
    font-weight: 700;
    padding: 0;
    cursor: pointer;
    white-space: nowrap;
}

.order-draft-edit-button:hover,
.order-draft-edit-button:focus-visible {
    color: var(--ink);
    text-decoration: underline;
}

.order-draft-card-actions {
    display: grid;
    gap: 10px;
}

@media (max-width: 1320px) {
    .order-page-layout {
        grid-template-columns: 1fr;
    }

    .roadmap-public-controls-inline {
        grid-template-columns: 1fr;
    }

    .order-roadmap-preview {
        position: static;
    }

    .order-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .order-grid-review {
        grid-template-columns: minmax(0, 1fr);
    }

    .order-templates-panel {
        grid-column: 1 / -1;
        position: static;
        max-height: none;
    }

    .template-side-list {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .order-summary-panel {
        position: static;
    }

    .order-drafts-panel-header {
        grid-template-columns: 1fr;
        display: grid;
    }

    .order-drafts-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .template-side-hover-preview {
        top: auto;
        left: 0;
        right: auto;
        width: auto;
        margin-top: 10px;
        transform: translateY(8px) scale(0.98);
    }

    .template-side-card:hover .template-side-hover-preview,
    .template-side-card:focus-within .template-side-hover-preview {
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 820px) {
    .order-drafts-list {
        grid-template-columns: 1fr;
    }
}

.template-side-list-roadmap {
    margin-top: 18px;
}

.template-side-list-roadmap.is-collapsed,
.workflow-embed-card.is-collapsed {
    display: none;
}

.templates-hero {
    max-width: 920px;
}

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

.template-card {
    display: grid;
    gap: 18px;
    padding: 22px;
    border: 1px solid var(--line-soft);
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(92, 154, 255, 0.12), transparent 30%),
        var(--surface-primary);
    box-shadow: var(--shadow-soft);
}

.template-card-preview,
.template-choice-preview {
    position: relative;
    overflow: hidden;
    min-height: 220px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.template-side-hover-preview.template-card-preview {
    position: absolute;
    overflow: hidden;
    min-height: 210px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.template-card-preview-image {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    object-position: top center;
    display: block;
}

.template-card-preview-template-a,
.template-choice-preview-template-a {
    background:
        linear-gradient(180deg, rgba(233, 243, 255, 0.94), rgba(248, 251, 255, 0.94)),
        linear-gradient(135deg, rgba(124, 182, 255, 0.18), transparent);
}

.template-card-preview-template-b,
.template-choice-preview-template-b {
    background:
        radial-gradient(circle at top left, rgba(124, 247, 212, 0.18), transparent 34%),
        linear-gradient(160deg, rgba(13, 18, 24, 0.98), rgba(4, 8, 12, 0.98));
}

.template-card-preview-template-c,
.template-choice-preview-template-c {
    background:
        radial-gradient(circle at top right, rgba(255, 181, 107, 0.24), transparent 34%),
        linear-gradient(180deg, rgba(255, 244, 228, 0.96), rgba(255, 252, 246, 0.96));
}

.template-card-preview-not-sure,
.template-choice-preview-not-sure {
    background:
        radial-gradient(circle at top right, rgba(171, 201, 255, 0.16), transparent 34%),
        linear-gradient(180deg, rgba(27, 35, 49, 0.94), rgba(18, 23, 32, 0.94));
}

.template-preview-browser {
    display: flex;
    gap: 8px;
    padding: 16px 16px 0;
}

.template-preview-browser span {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.54);
}

.template-preview-stage,
.template-choice-preview {
    display: grid;
    gap: 18px;
    padding: 18px;
}

.template-preview-chip,
.template-choice-badge {
    justify-self: start;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: inherit;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.template-card-preview-template-a .template-preview-chip,
.template-choice-preview-template-a .template-choice-badge,
.template-card-preview-template-c .template-preview-chip,
.template-choice-preview-template-c .template-choice-badge {
    background: rgba(255, 255, 255, 0.72);
}

.template-preview-lines,
.template-choice-panels {
    display: grid;
    gap: 10px;
}

.template-preview-lines span {
    display: block;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
}

.template-card-preview-template-a .template-preview-lines span,
.template-card-preview-template-c .template-preview-lines span {
    background: rgba(26, 41, 61, 0.12);
}

.template-preview-lines span:nth-child(1) {
    width: 72%;
}

.template-preview-lines span:nth-child(2) {
    width: 54%;
}

.template-preview-lines span:nth-child(3) {
    width: 82%;
}

.template-preview-panels,
.template-choice-panels {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: auto;
}

.template-preview-panels div,
.template-choice-panels span {
    min-height: 72px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.2);
}

.template-card-preview-template-a .template-preview-panels div,
.template-choice-preview-template-a .template-choice-panels span,
.template-card-preview-template-c .template-preview-panels div,
.template-choice-preview-template-c .template-choice-panels span {
    background: rgba(26, 41, 61, 0.1);
}

.template-card-copy,
.template-choice-copy {
    display: grid;
    gap: 10px;
}

.template-card-copy p,
.template-choice-copy span {
    margin: 0;
}

.template-card-kicker {
    margin: 0;
    font-family: "Sora", sans-serif;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(171, 201, 255, 0.84);
}

.template-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.template-card-actions .button {
    flex: 1 1 0;
    min-width: 160px;
}

.order-flow-progress {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 8px;
}

.order-flow-step,
.order-step-section,
.template-choice-card,
.order-direction-panel {
    border: 1px solid var(--line-faint);
    background: var(--surface-secondary);
}

.order-flow-step {
    display: grid;
    gap: 6px;
    padding: 16px;
    border-radius: 20px;
}

.order-flow-step span {
    color: rgba(219, 226, 245, 0.58);
    font-size: 0.84rem;
    font-weight: 700;
}

.order-flow-step strong {
    color: var(--ink);
    font-size: 0.96rem;
}

.order-flow-step.is-active {
    border-color: rgba(132, 174, 255, 0.3);
    background: linear-gradient(180deg, rgba(53, 93, 168, 0.18), rgba(255, 255, 255, 0.04));
}

.order-step-section {
    display: grid;
    gap: 18px;
    padding: 22px;
    border-radius: 24px;
}

.order-step-heading {
    display: grid;
    gap: 8px;
}

.order-step-heading h4,
.order-direction-summary h4 {
    margin: 0;
    font-size: 1.15rem;
}

.order-step-heading p,
.order-direction-summary p {
    margin: 0;
}

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

.template-choice-card {
    position: relative;
    display: grid;
    gap: 14px;
    padding: 18px;
    border-radius: 20px;
    cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.template-choice-card:hover,
.template-choice-card.is-selected {
    transform: translateY(-1px);
    border-color: rgba(132, 174, 255, 0.34);
    background: linear-gradient(180deg, rgba(53, 93, 168, 0.14), rgba(255, 255, 255, 0.025));
}

.template-choice-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.template-choice-preview {
    min-height: 156px;
}

.template-choice-ideal {
    color: var(--ink-soft);
}

.template-choice-actions {
    display: flex;
    justify-content: flex-end;
}

.template-choice-actions a {
    color: rgba(171, 201, 255, 0.92);
    font-weight: 700;
}

.order-direction-panel {
    display: grid;
    gap: 18px;
    padding: 22px;
    border-radius: 24px;
}

.order-direction-panel.is-unsure {
    border-color: rgba(255, 210, 122, 0.24);
    background:
        radial-gradient(circle at top right, rgba(255, 210, 122, 0.08), transparent 30%),
        var(--surface-secondary);
}

.order-direction-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.roadmap-step-actions {
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.roadmap-step-action-form {
    width: auto;
    min-width: 0;
    display: block;
    flex: 0 1 auto;
    margin: 0;
}

.roadmap-step-action-form button {
    width: auto;
    min-width: 220px;
    white-space: nowrap;
}

.roadmap-step-actions > .button {
    flex: 0 1 auto;
    width: auto;
    min-width: 220px;
    margin: 0;
}

.roadmap-step-link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 220px;
    min-height: 50px;
    margin: 0;
    text-align: center;
}

.roadmap-review-site-button {
    padding: 0 24px;
    border-color: rgba(150, 207, 255, 0.34);
    background:
        radial-gradient(circle at top left, rgba(110, 189, 255, 0.18), transparent 42%),
        linear-gradient(180deg, rgba(40, 86, 156, 0.92), rgba(24, 54, 105, 0.96));
    color: rgb(247, 250, 255);
    font-weight: 800;
    letter-spacing: 0.01em;
    box-shadow: 0 16px 28px rgba(10, 30, 67, 0.24);
}

.roadmap-review-site-button:hover,
.roadmap-review-site-button:focus-visible {
    border-color: rgba(214, 236, 255, 0.48);
    background:
        radial-gradient(circle at top left, rgba(130, 206, 255, 0.22), transparent 42%),
        linear-gradient(180deg, rgba(52, 110, 196, 0.96), rgba(28, 65, 128, 0.98));
    color: rgb(255, 255, 255);
    transform: translateY(-1px);
    box-shadow: 0 18px 30px rgba(10, 30, 67, 0.3);
}

.roadmap-template-choice-card {
    display: grid;
    gap: 16px;
    padding: 10px 0 0;
    border: 0;
    border-top: 1px solid var(--line-faint);
    border-radius: 0;
    background: var(--surface-flat);
}

.roadmap-template-choice-copy {
    display: grid;
    gap: 8px;
}

.roadmap-template-choice-copy h4,
.roadmap-step-divider strong {
    margin: 0;
}

.roadmap-template-choice-copy p {
    margin: 0;
}

.roadmap-template-option-actions {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.roadmap-template-switch-form {
    width: auto;
    min-width: 0;
    display: block;
}

.roadmap-template-switch-form button {
    width: auto;
    min-width: 0;
    padding-inline: 18px;
    white-space: nowrap;
}

.roadmap-step-divider {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 14px;
    align-items: center;
    margin: 18px 0;
}

.roadmap-step-divider span {
    display: block;
    height: 1px;
    background: var(--line-faint);
}

.roadmap-step-divider strong {
    color: rgba(219, 226, 245, 0.72);
    font-family: "Sora", sans-serif;
    font-size: 0.76rem;
    letter-spacing: 0.12em;
}

.roadmap-consultation-cta {
    display: flex;
    justify-content: center;
}

.roadmap-decision-modal-card {
    width: min(100%, 980px);
}

.roadmap-decision-modal-stage {
    display: grid;
    gap: 18px;
}

.roadmap-decision-modal-stage.is-hidden {
    display: none;
}

.roadmap-decision-modal-actions {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    justify-content: stretch;
    gap: 12px;
}

.roadmap-decision-modal-primary {
    width: 100%;
}

.roadmap-decision-modal-primary button {
    width: 100%;
    min-width: 0;
}

.roadmap-decision-modal-secondary,
.roadmap-decision-modal-back {
    width: 100%;
}

.roadmap-decision-modal-secondary button,
.roadmap-decision-modal-back {
    width: 100%;
    min-width: 0;
}

.roadmap-decision-modal-secondary button {
    justify-content: center;
}

.roadmap-decision-modal-back {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(219, 226, 245, 0.7);
    font-weight: 700;
    justify-content: flex-start;
    text-align: left;
}

.roadmap-decision-modal-back:hover,
.roadmap-decision-modal-back:focus-visible {
    background: transparent;
    color: rgb(244, 247, 255);
    box-shadow: none;
}

.roadmap-decision-modal-embed {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.order-direction-button {
    min-width: 220px;
}

.order-direction-button.is-active {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.08) inset;
}

.order-direction-mode.is-hidden {
    display: none;
}

.order-template-switcher {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.order-template-switch-card {
    min-height: 92px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--ink);
    text-align: left;
    transition: border-color 0.18s ease, transform 0.18s ease, background 0.18s ease;
}

.order-template-switch-card:hover,
.order-template-switch-card:focus-visible {
    border-color: rgba(132, 174, 255, 0.34);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
}

.order-template-switch-card strong,
.order-template-switch-card span {
    display: block;
}

.order-template-switch-card span {
    margin-top: 6px;
    color: rgba(219, 226, 245, 0.72);
}

.plan-hover-panel {
    margin-top: 12px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.04);
}

.order-sale-notice {
    display: grid;
    gap: 6px;
    margin: 0 0 12px;
    padding: 14px 16px;
    border: 1px solid rgba(118, 168, 255, 0.16);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(53, 93, 168, 0.16) 0%, rgba(255, 255, 255, 0.04) 100%);
}

.order-sale-notice.order-sale-notice-upcoming {
    border-color: rgba(255, 210, 122, 0.26);
    background:
        radial-gradient(circle at top right, rgba(255, 207, 112, 0.12), transparent 44%),
        linear-gradient(180deg, rgba(78, 57, 18, 0.2), rgba(255, 255, 255, 0.04));
}

.order-sale-notice p {
    margin: 0;
}

.order-sale-notice-eyebrow {
    font-family: "Sora", sans-serif;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(171, 201, 255, 0.86);
}

.plan-hover-heading {
    margin: 0 0 10px;
    font-family: "Sora", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(219, 226, 245, 0.56);
}

.plan-hover-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}

.order-type-toggle {
    display: flex;
    gap: 10px;
    margin-bottom: 4px;
}

.order-type-toggle-button {
    flex: 1 1 0;
    min-height: 52px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--ink);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.order-type-toggle-button:hover,
.order-type-toggle-button:focus-visible,
.order-type-toggle-button.is-active {
    border-color: rgba(132, 174, 255, 0.44);
    background: linear-gradient(135deg, rgba(51, 93, 171, 0.92), rgba(31, 71, 145, 0.92));
    color: white;
    transform: translateY(-1px);
}

.plan-hover-tab {
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--ink);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.plan-hover-tab:hover,
.plan-hover-tab:focus-visible,
.plan-hover-tab.is-active {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.plan-hover-detail {
    display: none;
    gap: 10px;
}

.plan-hover-detail.is-active {
    display: grid;
}

.plan-hover-price,
.plan-hover-list {
    margin: 0;
}

.plan-hover-price {
    font-family: "Sora", sans-serif;
    font-size: 1.05rem;
    color: var(--ink);
}

.plan-hover-price-sale {
    display: inline-grid;
    gap: 4px;
}

.plan-hover-sale-note {
    margin: 8px 0 0;
}

.plan-hover-list {
    padding-left: 18px;
    color: var(--ink-soft);
    display: grid;
    gap: 6px;
}

.order-form button {
    margin-top: 8px;
}

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

.order-feature-option {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px 12px;
    align-items: flex-start;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
}

.order-feature-option.is-locked {
    border-color: rgba(120, 171, 255, 0.18);
    background: linear-gradient(180deg, rgba(92, 154, 255, 0.06) 0%, rgba(255, 255, 255, 0.025) 100%);
}

.order-feature-option input {
    width: 16px;
    height: 16px;
    margin-top: 3px;
}

.order-feature-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.order-feature-label {
    display: block;
    cursor: pointer;
}

.order-feature-copy strong {
    font-size: 0.98rem;
    line-height: 1.35;
}

.order-feature-price {
    color: rgba(244, 247, 255, 0.92);
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.35;
}

.order-feature-requirement {
    color: rgba(219, 226, 245, 0.66);
    font-size: 0.88rem;
    line-height: 1.35;
}

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

.account-feature-option {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px 12px;
    align-items: flex-start;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.account-feature-option:hover,
.account-feature-option:focus-within {
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.05);
}

.account-feature-option.is-locked {
    border-color: rgba(120, 171, 255, 0.18);
    background: linear-gradient(180deg, rgba(92, 154, 255, 0.06) 0%, rgba(255, 255, 255, 0.025) 100%);
    opacity: 0.9;
}

.account-feature-option.is-included {
    border-color: rgba(123, 213, 160, 0.22);
    background: linear-gradient(180deg, rgba(75, 166, 112, 0.08) 0%, rgba(255, 255, 255, 0.025) 100%);
}

.account-feature-option input {
    width: 16px;
    height: 16px;
    margin-top: 3px;
}

.account-feature-indicator {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.04);
}

.account-feature-option.is-included .account-feature-indicator {
    border-color: rgba(123, 213, 160, 0.46);
    background: rgba(75, 166, 112, 0.18);
    box-shadow: inset 0 0 0 4px rgba(201, 255, 221, 0.22);
}

.account-feature-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.account-feature-label {
    display: block;
    cursor: pointer;
}

.account-feature-copy strong {
    font-size: 0.98rem;
    line-height: 1.35;
}

.account-feature-price {
    color: rgba(244, 247, 255, 0.92);
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.35;
}

.account-feature-requirement {
    color: rgba(219, 226, 245, 0.66);
    font-size: 0.88rem;
    line-height: 1.35;
}

.account-feature-upgrade-link {
    margin-top: 2px;
    font-weight: 700;
}

.account-feature-included-note {
    color: rgba(201, 255, 221, 0.78);
    font-size: 0.88rem;
    line-height: 1.35;
    font-weight: 600;
}

.account-feature-empty {
    grid-column: 1 / -1;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
}

.account-feature-empty p {
    margin: 0;
}

.order-feature-option.is-locked .order-feature-label strong,
.order-feature-option.is-locked .order-feature-price,
.order-feature-option.is-locked .order-feature-requirement {
    color: rgba(228, 236, 255, 0.8);
}

.order-feature-upgrade {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 40px;
    margin-top: 4px;
    padding: 0 16px;
    border: 1px solid rgba(151, 191, 255, 0.48);
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(92, 154, 255, 0.3) 0%, rgba(54, 103, 193, 0.3) 100%);
    color: var(--ink);
    font: inherit;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 10px 18px rgba(15, 31, 68, 0.2);
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.order-feature-upgrade[hidden] {
    display: none !important;
}

.order-feature-upgrade:hover,
.order-feature-upgrade:focus-visible {
    border-color: rgba(191, 219, 255, 0.78);
    background: linear-gradient(180deg, rgba(107, 170, 255, 0.44) 0%, rgba(61, 114, 212, 0.4) 100%);
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(15, 31, 68, 0.26);
}

@media (max-width: 720px) {
    .builder-feature-grid,
    .order-feature-grid,
    .account-feature-grid {
        grid-template-columns: 1fr;
    }
}

.auth-form button {
    min-height: 50px;
    border: none;
    border-radius: 999px;
    background: var(--accent);
    color: white;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.auth-form button:hover,
.auth-form button:focus-visible {
    background: white;
    color: rgb(14, 15, 19);
}

.auth-form .order-feature-upgrade {
    min-height: 40px;
    margin-top: 4px;
    padding: 0 16px;
    border: 1px solid rgba(151, 191, 255, 0.48);
    background: linear-gradient(180deg, rgba(92, 154, 255, 0.3) 0%, rgba(54, 103, 193, 0.3) 100%);
    color: var(--ink);
    font-size: 0.88rem;
    line-height: 1;
    box-shadow: 0 10px 18px rgba(15, 31, 68, 0.2);
}

.auth-form .order-feature-upgrade:hover,
.auth-form .order-feature-upgrade:focus-visible {
    border-color: rgba(191, 219, 255, 0.78);
    background: linear-gradient(180deg, rgba(107, 170, 255, 0.44) 0%, rgba(61, 114, 212, 0.4) 100%);
    color: var(--ink);
    box-shadow: 0 14px 24px rgba(15, 31, 68, 0.26);
}

.delete-order-form {
    margin-top: 4px;
}

.pricing-adjust-form {
    margin-top: 4px;
}

.pricing-sale-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.affiliate-record-list {
    gap: 18px;
}

.affiliate-admin-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    cursor: pointer;
    list-style: none;
}

.affiliate-admin-summary::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(214, 226, 246, 0.78);
    border-bottom: 2px solid rgba(214, 226, 246, 0.78);
    transform: rotate(45deg);
    transition: transform 0.18s ease;
    flex: 0 0 auto;
    margin-left: auto;
}

.affiliate-admin-summary::-webkit-details-marker {
    display: none;
}

.affiliate-admin-summary-title {
    font-size: 1.08rem;
    font-weight: 700;
    color: var(--text-strong);
}

.affiliate-admin-summary-meta {
    font-size: 0.92rem;
    color: var(--text-muted);
}

.affiliate-admin-create[open] > .affiliate-admin-summary,
.affiliate-record-card[open] > .affiliate-admin-summary,
.affiliate-admin-section[open] > .affiliate-admin-summary {
    margin-bottom: 14px;
}

.affiliate-admin-create[open] > .affiliate-admin-summary::after,
.affiliate-record-card[open] > .affiliate-admin-summary::after,
.affiliate-admin-section[open] > .affiliate-admin-summary::after {
    transform: rotate(-135deg);
}

.affiliate-record-summary {
    padding-right: 8px;
}

.affiliate-record-card {
    display: grid;
    gap: 12px;
    align-content: start;
    overflow: visible;
}

.affiliate-record-card > p,
.affiliate-record-card > .summary-note {
    margin: 0;
}

.affiliate-record-actions {
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.88fr);
    align-items: start;
}

.affiliate-statement-status {
    margin: 2px 0 0;
}

.affiliate-record-side {
    align-content: start;
}

.affiliate-record-delete-form {
    margin-top: 18px;
}

.affiliate-review-shell {
    gap: 12px;
}

.affiliate-connect-shell {
    display: grid;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(92, 154, 255, 0.18);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
}

.affiliate-action-stack {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    align-content: start;
}

.affiliate-profile-card {
    position: relative;
    display: grid;
    gap: 18px;
}

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

.affiliate-profile-grid p {
    margin: 0 0 10px;
}

.account-affiliate-banner {
    width: 100%;
    max-width: none;
    margin: 0 0 1.25rem;
    border-radius: 24px;
    overflow: visible;
    position: relative;
}

.account-affiliate-banner img,
.account-affiliate-banner-placeholder {
    width: 100%;
    max-height: 340px;
    display: block;
    border-radius: 24px;
}

.account-affiliate-banner img {
    object-fit: cover;
}

.account-affiliate-banner-placeholder {
    min-height: 220px;
    padding: 28px;
    border: 1px solid rgba(92, 154, 255, 0.18);
    background: linear-gradient(180deg, rgba(48, 71, 123, 0.26), rgba(255, 255, 255, 0.03));
}

.account-affiliate-banner-placeholder h4,
.account-affiliate-banner-placeholder p {
    margin: 0;
}

.account-affiliate-banner-placeholder h4 {
    margin-top: 8px;
    font-size: 1.6rem;
}

.affiliate-banner-editor {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 3;
}

.affiliate-banner-editor > summary {
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(92, 154, 255, 0.28);
    border-radius: 999px;
    background: rgba(17, 22, 33, 0.82);
    color: rgba(244, 248, 255, 0.95);
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.affiliate-banner-editor > summary::-webkit-details-marker {
    display: none;
}

.affiliate-banner-edit-button svg {
    width: 18px;
    height: 18px;
}

.affiliate-banner-form {
    margin-top: 10px;
    width: min(320px, calc(100vw - 48px));
    padding: 16px;
    border: 1px solid rgba(92, 154, 255, 0.18);
    border-radius: 18px;
    background: rgba(17, 22, 33, 0.96);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.affiliate-dashboard-top-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.affiliate-revenue-panel,
.affiliate-statements-panel {
    display: grid;
    gap: 16px;
    align-content: start;
}

.affiliate-statements-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.affiliate-statements-panel-header .admin-subheading {
    margin-bottom: 0;
}

.affiliate-statement-payout-date {
    max-width: 420px;
    text-align: right;
}

.affiliate-statement-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.affiliate-statement-summary-grid .order-item {
    height: 100%;
}

.affiliate-revenue-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.affiliate-revenue-panel-header .admin-subheading {
    margin-bottom: 0;
}

.affiliate-revenue-toggle {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.affiliate-revenue-toggle .button {
    min-width: 110px;
}

.affiliate-revenue-toggle .button.is-active {
    background: linear-gradient(135deg, #2d5fb0, #4a8dff);
    border-color: rgba(117, 170, 255, 0.42);
    color: #fff;
}

.affiliate-revenue-view {
    display: grid;
    gap: 14px;
}

.affiliate-revenue-view[hidden] {
    display: none !important;
}

.affiliate-revenue-view .revenue-kpi-grid .order-item {
    height: 100%;
}

.affiliate-statement-action-form {
    display: grid;
    grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
    align-items: end;
    gap: 12px;
}

.affiliate-statement-action-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.affiliate-onboarding-steps {
    display: grid;
    gap: 16px;
}

.affiliate-onboarding-locked {
    border: 1px solid rgba(92, 154, 255, 0.16);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
}

.affiliate-onboarding-locked-summary {
    padding: 18px 20px;
    font-family: "Sora", sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--ink);
}

.affiliate-onboarding-locked .workflow-panel {
    margin: 0 16px 16px;
}

.pricing-sale-action-form {
    display: grid;
    align-content: start;
    gap: 10px;
    margin: 0;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
}

.pricing-sale-action-form label {
    display: grid;
    gap: 6px;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: rgba(226, 233, 248, 0.92);
}

.pricing-sale-action-form input:not([type="hidden"]):not([type="checkbox"]),
.pricing-sale-action-form select,
.pricing-sale-action-form textarea {
    margin: 0;
    width: 100%;
    min-width: 0;
    padding: 0 16px;
    min-height: 48px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: var(--ink);
    font: inherit;
}

.pricing-sale-action-form textarea {
    min-height: 92px;
    padding: 12px 16px;
    resize: vertical;
}

.pricing-sale-action-form input:not([type="hidden"]):not([type="checkbox"])::placeholder,
.pricing-sale-action-form textarea::placeholder {
    color: rgba(219, 226, 245, 0.46);
}

.pricing-sale-action-form input:not([type="hidden"]):not([type="checkbox"]):focus,
.pricing-sale-action-form input:not([type="hidden"]):not([type="checkbox"]):focus-visible,
.pricing-sale-action-form select:focus,
.pricing-sale-action-form select:focus-visible,
.pricing-sale-action-form textarea:focus,
.pricing-sale-action-form textarea:focus-visible {
    outline: none;
    border-color: rgba(132, 177, 255, 0.65);
    box-shadow: 0 0 0 3px rgba(74, 124, 218, 0.18);
}

.pricing-sale-action-form input[type="password"] {
    min-height: 52px;
}

.pricing-sale-action-form input[type="password"]::placeholder {
    color: rgba(219, 226, 245, 0.46);
}

.pricing-sale-action-form .button {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    margin: 0;
    padding: 0 18px;
    align-self: start;
}

@media (max-width: 900px) {
    .affiliate-record-actions {
        grid-template-columns: 1fr;
    }
}

.pricing-admin-table-wrap {
    overflow-x: auto;
    margin-top: 8px;
}

.pricing-admin-table {
    width: 100%;
    border-collapse: collapse;
}

.pricing-admin-table th,
.pricing-admin-table td {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
}

.pricing-admin-table th {
    width: 52%;
    font-family: "Sora", sans-serif;
    font-size: 0.95rem;
    color: rgba(219, 226, 245, 0.9);
}

.pricing-admin-table td {
    color: rgba(255, 255, 255, 0.96);
    font-weight: 600;
}

.pricing-admin-table-section th {
    padding-top: 18px;
    padding-bottom: 10px;
    border-bottom-color: rgba(98, 144, 245, 0.28);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(157, 188, 255, 0.92);
}

.pricing-admin-table-section:first-child th {
    padding-top: 8px;
}

.pricing-admin-table tr:last-child th,
.pricing-admin-table tr:last-child td {
    border-bottom: 0;
}

.pricing-admin-panel {
    margin-top: 18px;
}

.pricing-admin-form-section {
    margin: 22px 0 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pricing-admin-form-section:first-of-type {
    margin-top: 16px;
    padding-top: 0;
    border-top: 0;
}

.pricing-admin-form-section-label {
    margin: 0 0 14px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(157, 188, 255, 0.92);
}

.pricing-admin-form-grid {
    display: grid;
    gap: 16px;
}

.pricing-admin-field {
    display: grid;
    gap: 6px;
}

.pricing-admin-field > label {
    margin: 0;
}

.pricing-admin-field > .summary-note {
    margin: 0;
    font-size: 0.94rem;
}

.pricing-admin-field > input,
.pricing-admin-field > select,
.pricing-admin-field > textarea {
    margin: 0;
}

.auth-form button.button-danger {
    background: rgb(153, 36, 50);
}

.auth-form button.button-danger:hover,
.auth-form button.button-danger:focus-visible {
    background: rgb(191, 56, 72);
    color: white;
}

.auth-helper {
    margin: 0;
}

.auth-helper a {
    text-decoration: underline;
}

body.has-modal-open {
    overflow: hidden;
}

.flash {
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(14, 15, 19, 0.55);
}

.flash p {
    margin: 0;
}

.flash-error {
    border-color: rgba(255, 120, 120, 0.35);
    background:
        radial-gradient(circle at top right, rgba(176, 56, 78, 0.14), transparent 42%),
        linear-gradient(180deg, rgba(86, 12, 29, 0.26) 0%, rgba(16, 18, 24, 0.94) 100%);
}

.flash-success {
    border-color: rgba(148, 255, 193, 0.35);
}

.admin-select {
    width: 100%;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--ink);
    font: inherit;
}

.admin-select:focus {
    outline: 2px solid rgba(255, 255, 255, 0.2);
    outline-offset: 2px;
}

.membership-banner {
    padding: 20px 22px;
    border-radius: 24px;
}

.membership-banner-premium {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        radial-gradient(circle at top right, rgba(92, 154, 255, 0.12), transparent 42%),
        linear-gradient(135deg, rgb(24, 61, 122) 0%, rgba(18, 44, 88, 0.96) 100%);
    box-shadow: 0 18px 36px rgba(14, 27, 54, 0.28);
}

.membership-banner-vip {
    border: 1px solid rgba(255, 214, 122, 0.34);
    background:
        radial-gradient(circle at top right, rgba(255, 227, 156, 0.2), transparent 42%),
        linear-gradient(135deg, rgba(101, 65, 6, 0.98) 0%, rgba(58, 34, 5, 0.96) 100%);
    box-shadow: 0 18px 40px rgba(67, 39, 3, 0.3);
}

.membership-banner-basic {
    border: 1px solid rgba(92, 154, 255, 0.34);
    background:
        radial-gradient(circle at top right, rgba(165, 206, 255, 0.16), transparent 42%),
        linear-gradient(135deg, rgba(35, 80, 154, 0.94) 0%, rgba(58, 109, 190, 0.88) 100%);
    box-shadow: 0 18px 34px rgba(15, 33, 68, 0.2);
}

.membership-banner-eyebrow {
    margin: 0 0 8px;
    font-family: "Sora", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.membership-banner-premium .membership-banner-eyebrow {
    color: rgba(216, 232, 255, 0.76);
}

.membership-banner-vip .membership-banner-eyebrow {
    color: rgba(255, 233, 182, 0.92);
}

.membership-banner-basic .membership-banner-eyebrow {
    color: rgba(216, 232, 255, 0.8);
}

.membership-banner h4 {
    margin-bottom: 8px;
    font-size: 1.2rem;
    color: rgb(244, 247, 255);
}

.membership-banner p {
    margin: 0;
}

.membership-banner-premium p {
    color: rgba(236, 242, 255, 0.88);
}

.membership-banner-vip p {
    color: rgba(255, 242, 215, 0.92);
}

.membership-banner-basic p {
    color: rgba(236, 242, 255, 0.88);
}

.membership-banner-link {
    color: white;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.membership-banner-link:hover,
.membership-banner-link:focus-visible {
    color: rgb(244, 247, 255);
}

.order-list {
    display: grid;
    gap: 14px;
}

.admin-orders-browser {
    display: grid;
    gap: 18px;
}

.admin-orders-type-switcher,
.admin-orders-status-switcher {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.admin-orders-status-switcher {
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(143, 173, 223, 0.14);
}

.admin-orders-type-panel,
.admin-orders-status-panels,
.admin-orders-status-panel {
    display: grid;
    gap: 14px;
}

.admin-orders-type-panel[hidden],
.admin-orders-status-panel[hidden],
.admin-orders-tab-notification[hidden] {
    display: none !important;
}

.admin-orders-tab-button {
    width: auto;
    gap: 10px;
    padding-right: 22px;
}

.admin-orders-tab-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(231, 239, 252, 0.86);
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
}

.admin-orders-tab-button.is-active .admin-orders-tab-count,
.admin-orders-tab-button:hover .admin-orders-tab-count,
.admin-orders-tab-button:focus-visible .admin-orders-tab-count {
    background: rgba(255, 255, 255, 0.16);
    color: white;
}

.admin-orders-tab-notification {
    position: absolute;
    top: -8px;
    right: -4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    padding: 0 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 214, 214, 0.34);
    background: linear-gradient(180deg, rgba(218, 54, 73, 0.96), rgba(143, 22, 39, 0.96));
    color: white;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 10px 20px rgba(106, 15, 31, 0.28);
    pointer-events: none;
}

.order-item {
    padding: 18px;
    border: 1px solid var(--line-soft);
    border-radius: 20px;
    background: var(--surface-primary);
    box-shadow: var(--shadow-soft);
}

.order-item-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.order-item-priority {
    border-color: rgba(92, 154, 255, 0.4);
    background:
        linear-gradient(180deg, rgba(92, 154, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
    box-shadow: 0 18px 34px rgba(15, 33, 68, 0.18);
}

.order-item-billing-alert {
    border-color: rgba(183, 82, 99, 0.44);
    background:
        radial-gradient(circle at top right, rgba(178, 66, 90, 0.18), transparent 44%),
        linear-gradient(180deg, rgba(104, 24, 49, 0.36) 0%, rgba(24, 14, 20, 0.94) 100%);
    box-shadow: 0 18px 34px rgba(60, 8, 24, 0.18);
}

.contact-card-billing-alert {
    border-color: rgba(186, 86, 103, 0.5) !important;
    background:
        radial-gradient(circle at top right, rgba(178, 66, 90, 0.2), transparent 40%),
        linear-gradient(180deg, rgba(106, 26, 50, 0.6) 0%, rgba(32, 15, 22, 0.95) 100%) !important;
    box-shadow: 0 20px 40px rgba(60, 8, 24, 0.2) !important;
}

.contact-card-billing-alert > .workflow-panel,
.contact-card-billing-alert > .workflow-panel.workflow-panel-cancelled,
.contact-card-billing-alert .workflow-panel,
.contact-card-billing-alert .workflow-panel.workflow-panel-cancelled,
.contact-card-billing-alert .order-item,
.contact-card-billing-alert .order-item-billing-alert,
.contact-card-billing-alert .recovery-state-section.workflow-panel-cancelled,
.contact-card-billing-alert .order-item > .workflow-panel,
.contact-card-billing-alert .order-item > .workflow-panel.workflow-panel-cancelled,
.contact-card-billing-alert .order-item > .payment-embed-shell {
    background: transparent !important;
    box-shadow: none !important;
}

.contact-card-billing-alert .order-item,
.contact-card-billing-alert .order-item-billing-alert,
.contact-card-billing-alert .workflow-panel,
.contact-card-billing-alert .recovery-state-section {
    border-color: rgba(180, 72, 91, 0.18) !important;
}

.client-tool-panel .order-list,
.contact-card-billing-alert .order-list {
    gap: 18px;
}

.recovery-state-surface {
    display: grid;
    gap: 0;
}

.recovery-state-surface > p {
    margin: 0;
}

.recovery-state-surface > p + p {
    margin-top: 10px;
}

.recovery-state-surface > .summary-note {
    margin-top: 14px;
}

.recovery-state-section,
.client-tool-panel > .workflow-panel,
.contact-card-billing-alert > .workflow-panel {
    margin-top: 24px;
    padding: 24px 0 0;
    border: 0;
    border-top: 1px solid var(--line-faint);
    border-radius: 0;
    background: var(--surface-flat);
    box-shadow: none;
}

.recovery-state-section.workflow-panel-cancelled,
.contact-card-billing-alert > .workflow-panel.workflow-panel-cancelled {
    border-top-color: rgba(180, 72, 91, 0.24);
}

.client-tool-panel > .workflow-panel.workflow-panel-cancelled,
.contact-card-billing-alert > .workflow-panel.workflow-panel-cancelled,
.recovery-state-section.workflow-panel-cancelled {
    background:
        radial-gradient(circle at top right, rgba(170, 58, 82, 0.06), transparent 44%),
        linear-gradient(180deg, rgba(92, 20, 42, 0.14) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-color: rgba(180, 72, 91, 0.22);
}

.contact-card.auth-card.client-tool-panel.contact-card-billing-alert,
.contact-card.client-tool-panel.contact-card-billing-alert {
    background:
        radial-gradient(circle at top right, rgba(178, 66, 90, 0.24), transparent 42%),
        linear-gradient(180deg, rgba(112, 28, 53, 0.74) 0%, rgba(78, 19, 39, 0.84) 48%, rgba(54, 14, 29, 0.92) 100%) !important;
}

.contact-card-billing-alert > .workflow-panel,
.contact-card-billing-alert > .workflow-panel.workflow-panel-cancelled,
.contact-card-billing-alert .order-item,
.contact-card-billing-alert .workflow-panel,
.contact-card-billing-alert .recovery-state-section,
.contact-card-billing-alert .order-item > .workflow-panel,
.contact-card-billing-alert .order-item > .payment-embed-shell {
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
}

.contact-card-billing-alert .order-item:first-child,
.contact-card-billing-alert > .workflow-panel:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0 !important;
}


.recovery-state-section > h4 {
    margin-bottom: 10px;
    font-size: 1.28rem;
}

.recovery-state-section > p {
    margin: 0;
}

.recovery-state-section > p + p,
.recovery-state-section > .summary-note,
.recovery-state-section > .admin-order-actions,
.recovery-state-section > .pricing-adjust-form,
.recovery-state-section > .payment-embed-shell {
    margin-top: 12px;
}

.recovery-state-section > .summary-note:last-of-type {
    margin-bottom: 4px;
}

.recovery-state-header,
.recovery-state-support,
.recovery-state-actions {
    display: grid;
    gap: 10px;
}

.recovery-state-header h4 {
    margin: 0;
    font-size: clamp(1.2rem, 2vw, 1.42rem);
}

.recovery-state-header p,
.recovery-state-support p,
.recovery-state-actions p {
    margin: 0;
}

.recovery-state-details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 28px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--line-faint);
}

.recovery-state-details p {
    margin: 0;
}

.recovery-state-support {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--line-faint);
}

.recovery-state-links {
    margin-top: 16px;
}

.recovery-state-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 22px;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--line-faint);
    align-items: stretch;
}

.recovery-inline-action {
    width: auto;
    justify-items: start;
    gap: 0;
}

.recovery-inline-action button {
    width: auto;
    min-width: 0;
    padding-inline: 28px;
}

.recovery-payment-option,
.order-item > .payment-embed-shell {
    display: grid;
    grid-template-rows: 4.2rem 3rem 5.6rem auto 1fr auto;
    align-items: start;
    row-gap: 12px;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: 22px 18px 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    box-sizing: border-box;
}

.recovery-state-actions > .recovery-payment-option + .recovery-payment-option {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.recovery-payment-option .payment-embed-heading {
    min-height: 0;
    display: flex;
    align-items: flex-start;
    margin: 0;
    padding-top: 2px;
    font-size: 0.9rem;
    line-height: 1.45;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(219, 226, 245, 0.72);
}

.recovery-payment-option .payment-embed-amount {
    min-height: 0;
    display: block;
    margin: 0;
    font-size: 1.35rem;
}

.recovery-payment-option .payment-embed-copy {
    min-height: 0;
    margin: 0;
}

.recovery-payment-option .payment-embed-status {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(236, 242, 255, 0.76);
}

.recovery-payment-option .payment-element-form {
    flex: 1 1 auto;
    margin-top: 10px;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.recovery-payment-option .payment-launch-button {
    width: 100%;
    min-width: 0;
}

.recovery-payment-option-primary .payment-launch-button,
.recovery-inline-action button {
    box-shadow: 0 14px 30px rgba(18, 42, 84, 0.22);
}

.recovery-state-actions > .recovery-payment-option-primary {
    position: relative;
    top: 7px;
}

.recovery-payment-option-secondary .payment-launch-button {
    background: rgba(255, 255, 255, 0.06);
    color: var(--ink);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: none;
}

.recovery-payment-option-secondary .payment-launch-button:hover,
.recovery-payment-option-secondary .payment-launch-button:focus-visible {
    background: rgba(255, 255, 255, 0.1);
    color: var(--ink);
}

@media (max-width: 960px) {
    .recovery-state-actions {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .recovery-state-details {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .documents-folder-grid {
        grid-template-columns: 1fr;
    }
}

.submitted-file-list {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.submitted-file-list[hidden] {
    display: none !important;
}

.submitted-file-item {
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.025);
}

.documents-storage-summary {
    display: grid;
    gap: 6px;
    margin: 16px 0 20px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.035);
}

.documents-storage-summary p {
    margin: 0;
}

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

.documents-folder-card {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
}

.documents-folder-title {
    margin: 0;
    font-weight: 700;
    color: var(--white);
}

.documents-folder-note {
    margin: 8px 0 0;
    color: var(--muted);
}

.documents-upload-form {
    margin-top: 14px;
}

.documents-upload-form input[type="file"] {
    margin-top: 10px;
}

.documents-upload-form button {
    margin-top: 12px;
}

.documents-accordion-list {
    display: grid;
    gap: 12px;
    margin-top: 14px;
}

.documents-accordion {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
}

.documents-accordion-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    cursor: pointer;
    list-style: none;
    font-weight: 700;
}

.documents-accordion-summary::-webkit-details-marker {
    display: none;
}

.documents-accordion[open] .documents-accordion-summary {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.035);
}

.document-preview-modal-card {
    width: min(100%, 980px);
}

.document-preview-frame-wrap {
    margin-top: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    background: rgba(7, 12, 22, 0.82);
}

.document-preview-frame-wrap iframe {
    display: block;
    width: 100%;
    min-height: 70vh;
    border: 0;
    background: white;
}

.submitted-files-toggle {
    margin-top: 6px;
}

.edit-history-accordion {
    margin-top: 18px;
    display: grid;
    gap: 14px;
}

.edit-history-toggle {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    min-width: 0;
}

.edit-history-toggle-label {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    text-align: left;
}

.edit-history-toggle-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(92, 154, 255, 0.16);
    border: 1px solid rgba(92, 154, 255, 0.34);
    color: rgb(216, 232, 255);
    font-size: 0.9rem;
    font-weight: 800;
}

.edit-history-panel[hidden] {
    display: none !important;
}

.admin-priority-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border: 1px solid rgba(92, 154, 255, 0.42);
    border-radius: 999px;
    background: rgb(24, 61, 122);
    color: rgb(244, 247, 255);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-membership-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-membership-badge-premium {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgb(24, 61, 122);
    color: rgb(244, 247, 255);
}

.admin-membership-badge-vip {
    border-color: rgba(255, 214, 122, 0.42);
    background: linear-gradient(135deg, rgba(121, 80, 12, 0.9) 0%, rgba(71, 43, 6, 0.96) 100%);
    color: rgb(255, 236, 190);
}

.admin-membership-badge-basic {
    border-color: rgba(92, 154, 255, 0.42);
    background: rgba(92, 154, 255, 0.16);
    color: rgb(216, 232, 255);
}

.admin-membership-badge-none {
    border-color: rgba(255, 120, 120, 0.36);
    background: rgba(153, 36, 50, 0.2);
    color: rgb(255, 198, 198);
}

.admin-membership-badge-care-only {
    border-color: rgba(201, 151, 255, 0.42);
    background: linear-gradient(135deg, rgba(97, 52, 164, 0.26) 0%, rgba(57, 31, 108, 0.34) 100%);
    color: rgb(239, 224, 255);
}

.admin-payment-badge-deposit {
    border-color: rgba(255, 203, 92, 0.36);
    background: rgba(178, 124, 15, 0.2);
    color: rgb(255, 228, 173);
}

.admin-membership-badge-fulfilled {
    border-color: rgba(93, 188, 138, 0.42);
    background: rgba(61, 132, 96, 0.18);
    color: rgb(198, 255, 220);
}

.admin-payment-badge-paid {
    border-color: rgba(120, 232, 175, 0.32);
    background: rgba(28, 116, 78, 0.22);
    color: rgb(207, 255, 231);
}

.admin-document-badge-summary {
    border-color: rgba(129, 187, 255, 0.36);
    background: rgba(52, 95, 178, 0.22);
    color: rgb(223, 236, 255);
}

.admin-document-badge-agreement {
    border-color: rgba(189, 158, 255, 0.42);
    background: rgba(88, 54, 153, 0.24);
    color: rgb(236, 227, 255);
}

.admin-document-badge-receipt {
    border-color: rgba(120, 232, 175, 0.34);
    background: rgba(24, 108, 74, 0.24);
    color: rgb(208, 255, 231);
}

.admin-document-badge-file,
.admin-document-badge-upload {
    border-color: rgba(255, 197, 97, 0.36);
    background: rgba(168, 107, 19, 0.24);
    color: rgb(255, 229, 180);
}

.admin-document-badge-neutral {
    border-color: rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(233, 240, 252, 0.9);
}

.admin-document-badge-available {
    border-color: rgba(136, 239, 180, 0.36);
    background: rgba(26, 121, 82, 0.18);
    color: rgb(208, 255, 230);
}

.admin-document-badge-pending {
    border-color: rgba(255, 174, 92, 0.34);
    background: rgba(145, 87, 14, 0.22);
    color: rgb(255, 223, 182);
}

.order-item p {
    margin-bottom: 8px;
}

.admin-badge-key {
    display: grid;
    gap: 12px;
}

.admin-badge-key-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.order-item p:last-child {
    margin-bottom: 0;
}

.order-pricing {
    display: grid;
    gap: 6px;
    margin: 12px 0 4px;
    padding: 16px 0;
    border: 0;
    border-top: 1px solid var(--line-faint);
    border-bottom: 1px solid var(--line-faint);
    border-radius: 0;
    background: var(--surface-flat);
}

.order-cancel-form {
    margin-top: 12px;
}

.order-next-step-note {
    margin-top: 12px;
    color: rgba(219, 226, 245, 0.68);
    font-size: 0.96rem;
}

.next-steps-layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 22px;
    align-items: start;
}

.workflow-panel,
.workflow-embed-card {
    margin-top: 18px;
    padding: 20px;
    border: 1px solid var(--line-soft);
    border-radius: 22px;
    background: var(--surface-primary);
    box-shadow: var(--shadow-soft);
}

.workflow-embed-card {
    overflow: hidden;
}

.form-message.error {
    padding: 14px 16px;
    border: 1px solid rgba(255, 111, 111, 0.45);
    border-radius: 18px;
    background: rgba(120, 18, 26, 0.18);
    color: rgb(255, 219, 219);
}

.consultation-booking-card {
    display: grid;
    gap: 18px;
}

.consultation-booking-form {
    gap: 14px;
}

.consultation-slot-picker {
    display: grid;
    gap: 14px;
    padding: 18px;
    border: 1px solid var(--line-soft);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.03);
}

.consultation-slot-picker-label {
    margin: 0;
    font-weight: 700;
    color: var(--ink);
}

.consultation-admin-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 20px;
}

.consultation-availability-grid {
    display: grid;
    gap: 12px;
}

.consultation-availability-row {
    display: grid;
    grid-template-columns: minmax(160px, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.consultation-availability-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}

.admin-blackout-calendar {
    margin-top: 14px;
}

.admin-blackout-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.blackout-chip {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--ink);
    cursor: pointer;
}

.booking-calendar-shell,
.booking-time-shell {
    margin-top: 8px;
}

.booking-time-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.booking-time-button {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--ink);
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.booking-time-button:hover,
.booking-time-button:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.booking-time-button.is-selected {
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.14);
}

.booking-confirmation-copy {
    margin-top: 4px;
}

.calendar-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.calendar-nav-button {
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: var(--ink);
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.calendar-nav-button:hover,
.calendar-nav-button:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.calendar-weekdays,
.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 8px;
}

.calendar-weekdays {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.82rem;
    text-align: center;
}

.calendar-cell {
    min-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    color: var(--ink);
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.calendar-cell:hover,
.calendar-cell:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.calendar-cell.is-selected {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.12);
}

.calendar-cell.is-disabled {
    opacity: 0.28;
}

.calendar-cell.is-unavailable-base {
    background: rgba(255, 255, 255, 0.015);
    color: rgba(255, 255, 255, 0.52);
}

.calendar-cell-empty {
    min-height: 46px;
}

.roadmap-order-summary {
    display: grid;
    gap: 14px;
}

.roadmap-order-summary-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

.roadmap-order-summary-top h3 {
    margin: 0;
}

.roadmap-order-toggle {
    min-width: 150px;
}

.roadmap-order-details {
    display: grid;
    gap: 12px;
    padding: 12px 0 0;
    border: 0;
    border-top: 1px solid var(--line-faint);
    border-radius: 0;
    background: var(--surface-flat);
}

.roadmap-order-details.is-collapsed {
    display: none;
}

.admin-history-panel {
    margin-top: 14px;
}

.admin-history-panel.is-collapsed {
    display: none;
}

.roadmap-order-details p {
    margin: 0;
}

.workflow-panel-locked,
.workflow-panel-cancelled {
    background: linear-gradient(180deg, rgba(18, 22, 29, 0.92) 0%, rgba(15, 18, 25, 0.9) 100%);
}

.workflow-panel-cancelled {
    background:
        radial-gradient(circle at top right, rgba(255, 120, 120, 0.1), transparent 44%),
        linear-gradient(180deg, rgba(108, 18, 39, 0.14) 0%, rgba(255, 255, 255, 0.03) 100%);
    border-color: rgba(255, 120, 120, 0.28);
}

.workflow-panel-vip {
    border-color: rgba(255, 214, 122, 0.34);
    background:
        radial-gradient(circle at top right, rgba(255, 227, 156, 0.14), transparent 42%),
        linear-gradient(135deg, rgba(101, 65, 6, 0.28) 0%, rgba(58, 34, 5, 0.18) 100%);
    box-shadow: 0 16px 34px rgba(67, 39, 3, 0.18);
}

.workflow-panel-consultation-scheduled {
    border-color: rgba(128, 226, 168, 0.34);
    background:
        radial-gradient(circle at top right, rgba(122, 255, 177, 0.12), transparent 38%),
        linear-gradient(180deg, rgba(17, 52, 35, 0.94) 0%, rgba(16, 28, 22, 0.92) 100%);
    box-shadow: 0 16px 34px rgba(18, 73, 42, 0.18);
}

.workflow-panel-consultation-scheduled .workflow-panel-eyebrow {
    color: rgba(181, 255, 204, 0.84);
}

.workflow-panel-consultation-scheduled h3 {
    color: rgb(233, 255, 240);
}

.workflow-panel-consultation-scheduled p {
    color: rgba(223, 246, 230, 0.86);
}

.button-consultation-status {
    border-color: rgba(128, 226, 168, 0.3);
    background: linear-gradient(135deg, rgba(69, 154, 103, 0.86), rgba(40, 105, 65, 0.96));
    color: rgb(244, 255, 248);
    box-shadow: 0 14px 26px rgba(23, 74, 43, 0.24);
}

.button-consultation-status:hover,
.button-consultation-status:focus-visible {
    background: linear-gradient(135deg, rgba(84, 177, 121, 0.92), rgba(44, 118, 73, 1));
}

.workflow-panel-eyebrow,
.workflow-step-eyebrow {
    margin-bottom: 8px;
    font-family: "Sora", sans-serif;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(216, 232, 255, 0.72);
}

.workflow-panel-vip .workflow-panel-eyebrow {
    color: rgba(255, 233, 182, 0.9);
}

.workflow-panel-vip h4 {
    color: rgb(255, 241, 211);
}

.workflow-panel-vip p {
    color: rgba(255, 239, 208, 0.9);
}

.workflow-panel h3 {
    margin-bottom: 10px;
}

.workflow-callout {
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(92, 154, 255, 0.1);
    color: rgba(236, 242, 255, 0.92);
}

.agreement-viewer {
    margin-top: 18px;
    border: 1px solid var(--line-faint);
    border-radius: 18px;
    background: var(--surface-secondary);
    overflow: hidden;
}

.agreement-viewer-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding: 18px 18px 12px;
}

.agreement-viewer-status {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(236, 242, 255, 0.88);
    font-size: 0.85rem;
    font-weight: 700;
    text-align: center;
}

.agreement-viewer.is-complete .agreement-viewer-status {
    background: rgba(61, 132, 96, 0.2);
    color: rgb(183, 255, 215);
}

.agreement-viewer-scroll {
    max-height: 620px;
    overflow-y: auto;
    padding: 0 18px 18px;
}

.agreement-text-body {
    display: grid;
    gap: 16px;
    padding: 8px 2px 0;
}

.agreement-text-body h4,
.agreement-text-section h5 {
    color: rgb(244, 247, 255);
}

.agreement-text-body h4 {
    font-size: 1.18rem;
}

.agreement-text-section {
    display: grid;
    gap: 6px;
}

.agreement-text-section p {
    margin: 0;
}

.agreement-sign-form {
    margin-top: 18px;
}

.upload-advance-form {
    margin-bottom: 14px;
}

.agreement-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    color: rgba(236, 242, 255, 0.9);
}

.agreement-checkbox input {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    accent-color: rgb(35, 80, 154);
}

.affiliate-agreement-card {
    margin: 10px 0 6px;
}

.affiliate-w9-form {
    display: grid;
    gap: 14px;
}

.affiliate-w9-fieldset {
    margin: 0;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.02);
}

.affiliate-w9-fieldset legend {
    padding: 0 6px;
}

.affiliate-w9-checkbox-grid {
    display: grid;
    gap: 10px;
}

.affiliate-w9-checkbox-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.affiliate-w9-date-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1.35fr);
    align-items: center;
}

.affiliate-w9-date-separator {
    color: rgba(255, 255, 255, 0.62);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
}

.affiliate-w9-signature-shell,
.affiliate-w9-typed-shell,
.affiliate-w9-typed-preview-shell {
    display: grid;
    gap: 12px;
}

.affiliate-w9-signature-shell[hidden],
.affiliate-w9-typed-shell[hidden],
.affiliate-w9-typed-preview-shell[hidden] {
    display: none !important;
}

.affiliate-w9-signature-canvas {
    width: 100%;
    min-height: 180px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.035)),
        repeating-linear-gradient(
            180deg,
            transparent 0,
            transparent 34px,
            rgba(255, 255, 255, 0.045) 34px,
            rgba(255, 255, 255, 0.045) 35px
        );
    touch-action: none;
    cursor: crosshair;
}

.affiliate-w9-signature-actions {
    display: flex;
    justify-content: flex-end;
}

.affiliate-w9-typed-preview {
    min-height: 120px;
    display: flex;
    align-items: center;
    padding: 20px 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(245, 248, 255, 0.96);
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.1;
    font-family: "NTW Dancing Script", "Brush Script MT", cursive;
}

.affiliate-w9-typed-preview[data-font="great_vibes"] {
    font-family: "NTW Great Vibes", "Snell Roundhand", cursive;
}

.affiliate-w9-typed-preview[data-font="allura"] {
    font-family: "NTW Allura", "Segoe Script", cursive;
}

@media (max-width: 640px) {
    .affiliate-w9-checkbox-grid-two {
        grid-template-columns: 1fr;
    }

    .affiliate-w9-date-grid {
        grid-template-columns: 1fr;
    }

    .affiliate-w9-date-separator {
        display: none;
    }
}

.affiliate-agreement-copy {
    max-height: 360px;
    overflow-y: auto;
    padding-right: 8px;
}

.affiliate-agreement-copy h4 {
    margin: 18px 0 8px;
    color: rgba(244, 247, 255, 0.96);
    font-size: 1rem;
}

.affiliate-agreement-copy p {
    margin: 0 0 12px;
}

.inline-text-link {
    color: rgba(171, 201, 255, 0.96);
    font: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.inline-text-link:hover,
.inline-text-link:focus-visible {
    color: white;
}

.legal-modal-card {
    width: min(100%, 760px);
}

.legal-modal-content {
    max-height: min(62vh, 620px);
    overflow-y: auto;
    margin-top: 8px;
    padding-right: 10px;
}

.legal-modal-copy {
    display: grid;
    gap: 14px;
}

.legal-modal-copy h4,
.legal-modal-copy p {
    margin: 0;
}

.legal-modal-copy ul {
    margin: -2px 0 0;
    padding-left: 1.2rem;
    color: rgba(219, 226, 245, 0.92);
    font: inherit;
}

.legal-modal-copy li {
    margin: 0 0 6px;
    color: inherit;
    font: inherit;
    line-height: 1.65;
}

.legal-modal-copy li:last-child {
    margin-bottom: 0;
}

.legal-modal-copy h4 {
    font-size: 1.05rem;
}

.agreement-sign-form [disabled] {
    cursor: not-allowed;
    opacity: 0.65;
}

.workflow-step-list {
    display: grid;
    gap: 14px;
}

.workflow-step-list-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 14px;
}

.workflow-step-card {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 16px;
    align-items: start;
    padding: 18px;
    border: 1px solid var(--line-faint);
    border-radius: 20px;
    background: var(--surface-secondary);
}

.workflow-step-trigger {
    color: inherit;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.workflow-step-trigger:hover {
    transform: translateY(-1px);
}

.workflow-step-trigger .workflow-step-copy p:last-child {
    display: none;
}

.workflow-step-trigger.is-expanded .workflow-step-copy p:last-child {
    display: block;
}

.workflow-step-current {
    border-color: rgba(144, 185, 255, 0.34);
    background:
        linear-gradient(180deg, rgba(92, 154, 255, 0.14) 0%, rgba(255, 255, 255, 0.03) 100%);
    box-shadow: 0 18px 34px rgba(15, 33, 68, 0.18);
}

.workflow-step-preview {
    border-color: rgba(144, 185, 255, 0.28);
    background:
        linear-gradient(180deg, rgba(92, 154, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.workflow-step-complete {
    border-color: rgba(93, 188, 138, 0.3);
    background:
        linear-gradient(180deg, rgba(61, 132, 96, 0.18) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.workflow-step-declined {
    border-color: rgba(220, 84, 96, 0.34);
    background:
        linear-gradient(180deg, rgba(130, 36, 54, 0.2) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.workflow-step-locked {
    opacity: 0.88;
}

.workflow-step-cancelled {
    opacity: 0.55;
}

.workflow-step-marker {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    font-family: "Sora", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: rgb(244, 247, 255);
}

.workflow-step-complete .workflow-step-marker {
    border-color: rgba(93, 188, 138, 0.34);
    background: rgba(61, 132, 96, 0.2);
    color: rgb(183, 255, 215);
}

.workflow-step-current .workflow-step-marker {
    border-color: rgba(144, 185, 255, 0.34);
    background: rgba(92, 154, 255, 0.14);
    color: rgb(216, 232, 255);
}

.workflow-step-declined .workflow-step-marker {
    border-color: rgba(220, 84, 96, 0.42);
    background: rgba(130, 36, 54, 0.28);
    color: rgb(255, 206, 211);
}

.workflow-step-copy h4 {
    margin-bottom: 6px;
    font-size: 1.06rem;
}

.workflow-step-copy p:last-child {
    margin-bottom: 0;
}

.workflow-step-card-inline {
    grid-template-columns: 40px 1fr;
    gap: 12px;
    padding: 14px;
}

.workflow-step-card-inline .workflow-step-marker {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    font-size: 0.9rem;
}

.workflow-step-card-inline .workflow-step-copy h4 {
    margin-bottom: 0;
    font-size: 0.95rem;
}

.file-dropzone {
    display: grid;
    gap: 10px;
    padding: 18px;
    border: 1px dashed rgba(92, 154, 255, 0.36);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    transition: border-color 0.18s ease, background 0.18s ease;
}

.file-dropzone.is-dragging {
    border-color: rgba(93, 188, 138, 0.7);
    background: rgba(61, 132, 96, 0.12);
}

.file-dropzone input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.file-dropzone label {
    display: grid;
    gap: 6px;
    cursor: pointer;
}

.file-dropzone label strong {
    font-family: "Sora", sans-serif;
    color: var(--ink);
}

.file-staging-list {
    display: grid;
    gap: 10px;
}

.file-capacity {
    display: grid;
    gap: 4px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
}

.file-capacity p {
    margin: 0;
    font-size: 0.94rem;
}

.file-staging-item {
    display: grid;
    gap: 8px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
}

.file-staging-item.is-ready {
    border-color: rgba(93, 188, 138, 0.48);
    background: rgba(61, 132, 96, 0.12);
}

.file-staging-item.is-error {
    border-color: rgba(201, 79, 79, 0.55);
    background: rgba(140, 46, 46, 0.16);
}

.file-staging-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.file-staging-top strong {
    word-break: break-word;
}

.file-staging-state {
    flex-shrink: 0;
    font-size: 0.88rem;
    color: var(--muted);
}

.file-staging-meta {
    margin: 0;
    font-size: 0.88rem;
    color: var(--muted);
}

.file-staging-item.is-ready .file-staging-state {
    color: rgb(171, 242, 196);
}

.file-staging-item.is-error .file-staging-state {
    color: rgb(255, 186, 186);
}

.file-staging-progress {
    width: 100%;
    height: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.file-staging-progress span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(92, 154, 255, 0.88), rgba(93, 188, 138, 0.9));
    transition: width 0.16s ease;
}

.file-staging-item.is-ready .file-staging-progress span {
    background: linear-gradient(90deg, rgba(93, 188, 138, 0.9), rgba(117, 224, 165, 0.92));
}

.page-inventory-list {
    display: grid;
    gap: 16px;
}

.page-inventory-item {
    display: grid;
    gap: 10px;
    padding: 16px;
    border: 1px solid var(--line-faint);
    border-radius: 18px;
    background: var(--surface-secondary);
}

@media (max-width: 720px) {
    .cookie-consent-bar {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 12px 12px 14px;
    }

    .cookie-consent-decoration {
        display: none;
    }

    .cookie-consent-note-row {
        display: none;
    }

    .cookie-consent-copy {
        gap: 3px;
    }

    .cookie-consent-eyebrow {
        font-size: 0.68rem;
    }

    .cookie-consent-title {
        font-size: 0.88rem;
    }

    .cookie-consent-text {
        font-size: 0.82rem;
        line-height: 1.35;
    }

    .cookie-consent-copy .cookie-consent-text {
        max-height: 2.7em;
        overflow: hidden;
    }

    .cookie-consent-actions {
        flex-direction: row;
        justify-content: stretch;
        margin-left: 0;
        gap: 8px;
    }

    .cookie-consent-actions .button {
        width: 50%;
        min-width: 0;
        padding: 10px 12px;
        font-size: 0.85rem;
    }

    .promo-popup {
        right: 12px;
        left: 12px;
        bottom: calc(12px + var(--floating-cookie-offset) + var(--floating-tab-stack-height));
        width: auto;
    }

    .workflow-step-list-compact {
        grid-template-columns: 1fr;
    }

    .admin-edit-decision-row {
        grid-template-columns: 1fr;
    }
}

.payment-embed-shell {
    display: grid;
    gap: 14px;
    margin-top: 8px;
    padding: 18px;
    border: 1px solid rgba(92, 154, 255, 0.18);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.025);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.payment-embed-shell.is-highlighted {
    border-color: rgba(120, 182, 255, 0.48);
    background: rgba(56, 95, 166, 0.12);
    box-shadow:
        0 0 0 3px rgba(104, 164, 255, 0.16),
        0 18px 36px rgba(6, 16, 38, 0.18);
}

.payment-method-update-shell {
    display: grid;
    gap: 16px;
}

.affiliate-payout-shell .workflow-panel,
.affiliate-payout-shell .payment-embed-shell {
    margin-top: 0;
}

.affiliate-connect-disclosure {
    border: 1px solid rgba(92, 154, 255, 0.16);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
}

.affiliate-connect-disclosure > summary {
    cursor: pointer;
    list-style: none;
    padding: 18px 20px;
    font-family: "Sora", sans-serif;
    font-size: 0.98rem;
    font-weight: 700;
    color: var(--ink);
}

.affiliate-connect-disclosure > summary::-webkit-details-marker {
    display: none;
}

.affiliate-connect-disclosure > summary::after {
    content: "+";
    float: right;
    color: rgba(236, 242, 255, 0.7);
}

.affiliate-connect-disclosure[open] > summary::after {
    content: "-";
}

.affiliate-connect-disclosure > .workflow-panel,
.affiliate-connect-disclosure > .payment-embed-shell {
    margin: 0 16px 16px;
}

.payment-embed-shell[hidden] {
    display: none !important;
}

.payment-embed-heading {
    margin: 0;
    font-family: "Sora", sans-serif;
    font-size: 1rem;
    color: var(--ink);
}

.payment-embed-amount {
    margin: 0;
    font-family: "Sora", sans-serif;
    font-size: 1.02rem;
    color: rgb(245, 247, 255);
}

.payment-embed-copy,
.payment-embed-note,
.payment-embed-status {
    margin: 0;
}

.payment-embed-note {
    font-size: 0.95rem;
    color: rgba(236, 242, 255, 0.72);
}

.payment-embed-status {
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(236, 242, 255, 0.82);
}

.payment-embed-status[data-state="error"] {
    border-color: rgba(255, 124, 124, 0.35);
    background: rgba(140, 26, 41, 0.18);
    color: #ffd8dc;
}

.payment-element-form {
    min-height: 220px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.02);
}

.payment-launch-button {
    width: 100%;
}

.affiliate-connect-embedded-panel {
    display: grid;
    gap: 14px;
}

.affiliate-connect-embedded-panel[hidden] {
    display: none !important;
}

.affiliate-connect-banner-shell,
.affiliate-connect-component-shell {
    min-height: 96px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0.025) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
    overflow: hidden;
}

.affiliate-connect-component-shell {
    min-height: 420px;
}

.affiliate-connect-banner-shell:empty {
    display: none;
}

stripe-connect-account-onboarding,
stripe-connect-account-management,
stripe-connect-notification-banner {
    display: block;
    width: 100%;
}

.affiliate-payout-shell .pricing-adjust-form {
    gap: 10px;
}

.affiliate-payout-shell .payment-embed-copy {
    color: rgba(236, 242, 255, 0.8);
}

.affiliate-payout-shell .payment-embed-note {
    margin-top: 2px;
}

.affiliate-bank-shell .pricing-adjust-form {
    gap: 10px;
}

.affiliate-bank-summary {
    display: grid;
    gap: 8px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
}

.affiliate-bank-summary[hidden] {
    display: none !important;
}

.affiliate-bank-summary p {
    margin: 0;
}

.payment-quick-action {
    margin-top: 4px;
}

.payment-inline-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 12px 18px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: var(--ink);
    font-weight: 700;
    text-decoration: none;
}

.payment-inline-button:hover,
.payment-inline-button:focus-visible {
    background: rgba(255, 255, 255, 0.1);
}

.site-modal[hidden] {
    display: none;
}

.site-modal {
    position: fixed;
    inset: 0;
    z-index: 1500;
    display: grid;
    place-items: center;
    padding: 24px;
}

.site-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(6, 10, 18, 0.68);
    backdrop-filter: blur(6px);
}

.site-modal-card {
    position: relative;
    z-index: 1;
    width: min(100%, 520px);
    padding: 30px;
    border: 1px solid var(--line-soft);
    border-radius: 28px;
    background: var(--surface-primary);
    box-shadow: var(--shadow);
}

.site-modal-eyebrow {
    margin: 0 0 10px;
    font-family: "Sora", sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(219, 226, 245, 0.58);
}

.site-modal-card h3 {
    margin-bottom: 10px;
    font-size: 1.6rem;
}

.site-modal-card p {
    margin-bottom: 0;
}

#site-confirm-message {
    white-space: pre-line;
}

.site-modal-field {
    margin-top: 20px;
}

.site-modal-field label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--text-color);
}

.site-modal-field input {
    width: 100%;
}

.site-modal-choice-grid {
    display: grid;
    gap: 12px;
}

.site-modal-choice-option {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: start;
    padding: 14px 16px;
    border: 1px solid rgba(141, 180, 255, 0.22);
    border-radius: 18px;
    background: rgba(8, 16, 30, 0.42);
    cursor: pointer;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.site-modal-choice-option:hover {
    border-color: rgba(141, 180, 255, 0.42);
    background: rgba(10, 19, 35, 0.6);
    transform: translateY(-1px);
}

.site-modal-choice-option input {
    width: auto;
    margin-top: 2px;
}

.site-modal-choice-option span {
    display: grid;
    gap: 4px;
}

.site-modal-choice-option small {
    color: rgba(214, 223, 244, 0.72);
    font-size: 0.92rem;
    line-height: 1.45;
}

.site-modal-check-option {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: start;
    padding: 14px 16px;
    border: 1px solid rgba(141, 180, 255, 0.22);
    border-radius: 18px;
    background: rgba(8, 16, 30, 0.42);
    cursor: pointer;
}

.site-modal-check-option input {
    width: auto;
    margin-top: 2px;
}

.site-modal-check-option span {
    line-height: 1.5;
}

.site-modal-input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(141, 180, 255, 0.34);
    border-radius: 16px;
    background: rgba(8, 16, 30, 0.82);
    color: rgb(244, 247, 255);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 10px 24px rgba(7, 12, 22, 0.24);
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.site-modal-input::placeholder {
    color: rgba(214, 223, 244, 0.52);
}

.site-modal-input:hover {
    border-color: rgba(141, 180, 255, 0.48);
}

.site-modal-input:focus {
    outline: none;
    border-color: rgba(109, 166, 255, 0.88);
    box-shadow:
        0 0 0 3px rgba(53, 112, 215, 0.2),
        0 14px 28px rgba(7, 12, 22, 0.3);
    background: rgba(10, 19, 35, 0.94);
}

.site-modal-input:-webkit-autofill,
.site-modal-input:-webkit-autofill:hover,
.site-modal-input:-webkit-autofill:focus {
    -webkit-text-fill-color: rgb(244, 247, 255);
    -webkit-box-shadow: 0 0 0 1000px rgba(10, 19, 35, 0.96) inset;
    transition: background-color 9999s ease-in-out 0s;
}

.site-modal-field-error {
    margin-top: 8px;
    font-size: 0.92rem;
    color: #ffb6b6;
}

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

.site-modal-actions .button {
    min-width: 160px;
}

#site-confirm-submit.is-danger {
    background: linear-gradient(135deg, rgba(187, 56, 86, 0.96), rgba(139, 25, 53, 0.98));
    border-color: rgba(255, 138, 164, 0.38);
    box-shadow: 0 18px 34px rgba(85, 9, 29, 0.24);
}

#site-confirm-submit.is-danger:hover,
#site-confirm-submit.is-danger:focus-visible {
    background: linear-gradient(135deg, rgba(205, 74, 104, 0.98), rgba(154, 31, 61, 1));
    border-color: rgba(255, 169, 189, 0.46);
}

#site-confirm-alt[hidden] {
    display: none !important;
}

/* Site-wide nested surface hierarchy */
.auth-card > .contact-card,
.contact-card > .contact-card,
.contact-card > .workflow-panel,
.contact-card > .order-item,
.contact-card > .order-pricing,
.contact-card > .payment-embed-shell,
.contact-card > .agreement-viewer,
.contact-card > .contact-direct,
.contact-card > .page-inventory-item,
.workflow-panel > .payment-embed-shell,
.workflow-panel > .agreement-viewer,
.workflow-panel > .page-inventory-item,
.workflow-panel > .order-pricing,
.order-item > .workflow-panel,
.order-item > .order-pricing,
.order-item > .payment-embed-shell,
.order-item > .agreement-viewer,
.order-item > .page-inventory-item,
.site-modal-card > .workflow-panel,
.site-modal-card > .order-pricing,
.site-modal-card > .payment-embed-shell,
.site-modal-card > .agreement-viewer {
    margin-top: 22px;
    padding: 20px 0 0;
    border: 0;
    border-top: 1px solid var(--line-faint);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.auth-card > .contact-card:first-child,
.contact-card > .contact-card:first-child,
.contact-card > .workflow-panel:first-child,
.contact-card > .order-item:first-child,
.contact-card > .order-pricing:first-child,
.contact-card > .payment-embed-shell:first-child,
.contact-card > .agreement-viewer:first-child,
.contact-card > .contact-direct:first-child,
.contact-card > .page-inventory-item:first-child,
.workflow-panel > .payment-embed-shell:first-child,
.workflow-panel > .agreement-viewer:first-child,
.workflow-panel > .page-inventory-item:first-child,
.workflow-panel > .order-pricing:first-child,
.order-item > .workflow-panel:first-child,
.order-item > .order-pricing:first-child,
.order-item > .payment-embed-shell:first-child,
.order-item > .agreement-viewer:first-child,
.order-item > .page-inventory-item:first-child,
.site-modal-card > .workflow-panel:first-child,
.site-modal-card > .order-pricing:first-child,
.site-modal-card > .payment-embed-shell:first-child,
.site-modal-card > .agreement-viewer:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.contact-card > .payment-embed-shell,
.workflow-panel > .payment-embed-shell,
.order-item > .payment-embed-shell,
.site-modal-card > .payment-embed-shell {
    gap: 12px;
}

.recovery-state-actions > .recovery-payment-option,
.recovery-state-actions > .recovery-payment-option:first-child {
    padding-top: 22px !important;
    padding-right: 18px !important;
    padding-bottom: 18px !important;
    padding-left: 18px !important;
}

.contact-card > .payment-embed-shell .payment-launch-button,
.workflow-panel > .payment-embed-shell .payment-launch-button,
.order-item > .payment-embed-shell .payment-launch-button,
.site-modal-card > .payment-embed-shell .payment-launch-button {
    width: auto;
    min-width: 220px;
}

.contact-card > .order-pricing,
.workflow-panel > .order-pricing,
.order-item > .order-pricing,
.site-modal-card > .order-pricing {
    display: grid;
    gap: 12px;
}

.contact-card > .agreement-viewer,
.workflow-panel > .agreement-viewer,
.order-item > .agreement-viewer,
.site-modal-card > .agreement-viewer {
    overflow: visible;
}

.contact-card > .agreement-viewer .agreement-viewer-top,
.workflow-panel > .agreement-viewer .agreement-viewer-top,
.order-item > .agreement-viewer .agreement-viewer-top,
.site-modal-card > .agreement-viewer .agreement-viewer-top {
    padding: 0 0 14px;
}

.contact-card > .agreement-viewer .agreement-viewer-scroll,
.workflow-panel > .agreement-viewer .agreement-viewer-scroll,
.order-item > .agreement-viewer .agreement-viewer-scroll,
.site-modal-card > .agreement-viewer .agreement-viewer-scroll {
    padding: 0;
}

@media (max-width: 760px) {
    .site-modal {
        align-items: flex-start;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 12px;
    }

    .site-modal-card {
        max-height: calc(100dvh - 24px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .roadmap-decision-modal-card {
        width: min(100%, 100%);
        padding: 24px 20px;
    }

    .roadmap-decision-modal-actions {
        grid-template-columns: 1fr;
    }

    .roadmap-decision-modal-embed {
        overflow: hidden;
        min-height: 0;
    }

    .consultation-admin-grid {
        grid-template-columns: 1fr;
    }

    .consultation-availability-row {
        grid-template-columns: 1fr;
    }

    .booking-time-list {
        display: flex;
        flex-wrap: wrap;
    }
}

.site-footer {
    display: grid;
    grid-template-columns: minmax(240px, 1.2fr) minmax(0, 2fr);
    gap: 32px;
    padding: 28px 30px 30px;
    margin-bottom: 24px;
    background:
        radial-gradient(circle at 12% 22%, rgba(6, 10, 24, 0.26), transparent 28%),
        radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.07), transparent 24%),
        var(--tab-blue-sheen),
        var(--tab-blue-gradient);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 26px;
    box-shadow: var(--shadow);
}

.site-footer img {
    width: 170px;
}

.site-footer p {
    font-size: 0.92rem;
    color: rgba(219, 226, 245, 0.78);
}

.footer-brand {
    display: grid;
    align-content: start;
    gap: 12px;
}

.footer-tagline,
.footer-copyright,
.footer-heading {
    margin: 0;
}

.footer-tagline {
    max-width: 28ch;
}

.footer-copyright {
    color: rgba(219, 226, 245, 0.62);
}

.footer-links {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.9fr) minmax(0, 1.2fr);
    gap: 18px;
}

.footer-group {
    display: grid;
    align-content: start;
    gap: 10px;
    min-width: 0;
}

.footer-heading {
    font-family: "Sora", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.58);
}

.footer-group a {
    position: relative;
    display: inline-block;
    width: fit-content;
    color: var(--ink);
    font-weight: 600;
    transition: color 0.2s ease;
}

.footer-group a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.85);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
}

.footer-group a:hover,
.footer-group a:focus-visible {
    color: white;
}

.footer-group a:hover::after,
.footer-group a:focus-visible::after {
    transform: scaleX(1);
}

.footer-group-contact {
    gap: 12px;
    min-width: 0;
}

.footer-contact-link {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.footer-contact-link:hover,
.footer-contact-link:focus-visible {
    color: white;
}

@media (max-width: 980px) {
    .affiliate-dashboard-top-grid,
    .affiliate-profile-grid {
        grid-template-columns: 1fr;
    }

    .affiliate-revenue-panel-header {
        flex-direction: column;
    }

    .affiliate-revenue-toggle {
        justify-content: flex-start;
    }

    .affiliate-statements-panel-header,
    .affiliate-statement-action-form {
        grid-template-columns: 1fr;
        display: grid;
    }

    .affiliate-statements-panel-header {
        gap: 10px;
    }

    .affiliate-statement-payout-date {
        max-width: none;
        text-align: left;
    }

    .affiliate-statement-summary-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .affiliate-banner-editor {
        top: 14px;
        right: 14px;
    }

    .affiliate-banner-form {
        width: min(300px, calc(100vw - 36px));
    }

    .affiliate-statement-action-buttons {
        grid-template-columns: 1fr;
    }
}

.footer-contact-label {
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(219, 226, 245, 0.56);
}

.footer-contact-value {
    color: var(--ink);
    display: block;
    min-width: 0;
    font-size: 0.88rem;
    line-height: 1.45;
    white-space: nowrap;
}

@media (max-width: 1080px) {
    .home-quote-hero,
    .hero,
    .contact-section,
    .admin-dashboard-grid,
    .account-grid,
    .next-steps-layout,
    .order-page-layout,
    .order-grid,
    .templates-grid,
    .card-grid,
    .showcase-grid,
    .process-list,
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .builder-options.two-up,
    .builder-options.three-up,
    .template-choice-grid,
    .order-template-switcher,
    .order-flow-progress {
        grid-template-columns: 1fr;
    }

    .revenue-kpi-grid,
    .revenue-simulator-grid,
    .revenue-guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .revenue-chart-grid {
        grid-template-columns: 1fr;
    }

    .admin-filter-grid {
        grid-template-columns: 1fr;
    }

    .homepage-process-main {
        grid-template-columns: 1fr;
    }

    .admin-orders-type-switcher,
    .admin-orders-status-switcher {
        flex-direction: column;
    }

    .admin-orders-tab-button {
        width: 100%;
        justify-content: flex-start;
    }

    .admin-tool-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-filter-field {
        grid-template-columns: 1fr;
    }

    .account-summary-grid {
        grid-template-columns: 1fr;
    }

    .hero-panel {
        min-height: 460px;
    }

    .trusted-strip,
    .site-footer,
    .site-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer {
        grid-template-columns: 1fr;
    }

    .footer-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .admin-tool-nav {
        grid-template-columns: 1fr;
    }

    .site-header,
    .hero,
    .page-hero,
    .trusted-strip,
    .section,
    .site-footer {
        width: min(100% - 28px, 1180px);
    }

    .site-header {
        position: sticky;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        top: 8px;
        gap: 16px;
        padding: 16px;
        border-radius: 22px;
    }

    .site-header.is-condensed {
        top: 6px;
        padding: 14px;
        border-radius: 18px;
    }

    .revenue-kpi-grid,
    .revenue-simulator-grid,
    .revenue-guide-grid,
    .revenue-simulation-row {
        grid-template-columns: 1fr;
    }

    .revenue-chart-label-row,
    .revenue-volume-chart {
        gap: 6px;
    }

    .brand img,
    .site-header.is-condensed .brand img {
        width: 210px;
        transform: scale(1.14);
    }

    .brand {
        display: flex;
        align-items: center;
    }

    .site-nav {
        width: 100%;
        display: none;
        grid-template-columns: 1fr;
        gap: 10px;
        padding-top: 12px;
    }

    .site-header.is-nav-open .site-nav {
        display: grid;
    }

    .site-header.is-nav-open .brand {
        margin: 0 auto;
    }

    .nav-toggle {
        display: inline-flex;
        flex: 0 0 auto;
        margin-left: 0;
    }

    .site-header.is-nav-open .nav-toggle {
        position: absolute;
        top: 16px;
        right: 16px;
    }

    .site-nav a,
    .nav-dropdown-toggle {
        width: 100%;
        justify-content: center;
        padding: 12px 14px;
        text-align: center;
    }

    .site-header.is-condensed .site-nav a,
    .site-header.is-condensed .nav-dropdown-toggle {
        padding: 11px 12px;
    }

    .site-nav a::after {
        display: none;
    }

    .nav-dropdown {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .nav-dropdown::after {
        display: none;
    }

    .nav-dropdown-menu {
        position: static;
        left: 0;
        right: 0;
        min-width: 0;
        border-radius: 18px;
        margin-top: 8px;
    }

    .hero {
        gap: 22px;
        padding-top: 30px;
        padding-bottom: 38px;
    }

    .hero-panel {
        display: grid;
        gap: 16px;
        min-height: 0;
    }

    .window-card {
        position: relative;
        border-radius: 24px;
    }

    .window-card-large,
    .window-card-small {
        inset: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        padding: 20px;
    }

    .window-card-large {
        min-height: 0;
    }

    .window-card-small {
        max-width: 100%;
    }

    .metric-row {
        grid-template-columns: 1fr;
    }

    .window-content p {
        max-width: 100%;
        font-size: 1.15rem;
    }

    .trusted-strip {
        padding: 18px;
    }

    .trusted-tags {
        justify-content: flex-start;
    }

    .builder-progress-top,
    .summary-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .section {
        padding: 72px 0;
    }

    .builder-card,
    .info-card,
    .contact-card,
    .showcase-card,
    .process-step {
        padding: 22px;
        border-radius: 24px;
    }

    .builder-launch,
    .hero-actions,
    .builder-actions {
        display: grid;
        gap: 12px;
    }

    .builder-launch .button,
    .hero-actions .button,
    .builder-actions .button,
    .builder-actions button {
        width: 100%;
    }

    .builder-actions .button,
    .builder-actions button,
    .builder-launch-button {
        min-width: 0;
    }

    .builder-option {
        padding: 16px 18px;
        border-radius: 20px;
    }

    .builder-step h3 {
        font-size: 1.45rem;
    }

    .comparison-wrap {
        border-radius: 24px;
    }

    .contact-form button {
        width: 100%;
        align-self: stretch;
    }

    .contact-section {
        gap: 18px;
    }

    .site-footer {
        padding: 18px;
        border-radius: 22px;
    }

    .admin-tool-nav-group {
        gap: 0;
        padding: 14px 16px;
        border-radius: 20px;
    }

    .admin-tool-nav-group-heading {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr) auto 16px;
        gap: 6px 10px;
        padding-right: 0;
        cursor: pointer;
    }

    .admin-tool-nav-group-heading::after {
        display: block;
        grid-column: 3;
        grid-row: 1 / span 2;
        align-self: start;
        justify-self: center;
        margin-top: 4px;
    }

    .admin-tool-nav-group[open] .admin-tool-nav-group-heading::after {
        transform: rotate(225deg) translate(-2px, -2px);
    }

    .admin-tool-nav-label {
        grid-column: 1;
        grid-row: 1;
    }

    .admin-tool-nav-count {
        grid-column: 2;
        grid-row: 1;
        padding: 5px 9px;
        font-size: 0.68rem;
    }

    .admin-tool-nav-copy {
        grid-column: 1 / 3;
        grid-row: 2;
        margin-top: 2px;
        font-size: 0.86rem;
    }

    .admin-tool-nav-group:not([open]) .admin-tool-nav-links {
        display: none;
    }

    .admin-tool-nav-group .admin-tool-nav-links {
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .footer-links {
        grid-template-columns: 1fr;
    }

    .section-dark {
        padding: 42px 22px;
        border-radius: 28px;
    }

    h1 {
        max-width: 100%;
    }
}

@media (max-width: 560px) {
    .site-header,
    .hero,
    .page-hero,
    .trusted-strip,
    .section,
    .site-footer {
        width: min(100% - 20px, 1180px);
    }

    .site-header {
        padding: 14px;
        margin-top: 12px;
    }

    .site-header.is-nav-open .nav-toggle {
        top: 14px;
        right: 14px;
    }

    .brand img,
    .site-header.is-condensed .brand img {
        width: 188px;
        transform: scale(1);
    }

    .page-hero {
        padding: 48px 0 26px;
    }

    .page-hero h1 {
        max-width: 9ch;
        font-size: clamp(2rem, 10.5vw, 3rem);
        line-height: 1.02;
        letter-spacing: -0.04em;
    }

    h1 {
        font-size: clamp(2.35rem, 12vw, 3.4rem);
    }

    h2 {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
    }

    .hero-text,
    .page-intro {
        font-size: 1rem;
    }

    .page-intro {
        margin-top: 18px;
        max-width: 30ch;
        line-height: 1.65;
    }

    .hero-points li,
    .trusted-tags span {
        width: 100%;
        text-align: center;
    }

    .builder-card {
        padding: 18px;
    }

    .builder-progress-bar {
        height: 10px;
    }

    .builder-step h3 {
        font-size: 1.28rem;
    }

    .summary-row strong,
    .summary-row-total strong,
    .summary-total {
        font-size: 1.1rem;
    }

    .contact-direct,
    .order-pricing {
        padding: 14px;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 15px 14px;
    }

    .comparison-wrap {
        overflow: visible;
        padding: 0;
        border-radius: 24px;
    }

    .comparison-table {
        display: block;
        width: 100%;
        min-width: 0;
        border-collapse: separate;
        border-spacing: 0;
        table-layout: fixed;
        background: transparent;
    }

    .comparison-table thead {
        display: none;
    }

    .comparison-table,
    .comparison-table tbody,
    .comparison-table tr,
    .comparison-table th,
    .comparison-table td {
        display: block;
        width: 100%;
    }

    .comparison-table tbody {
        display: grid;
        gap: 14px;
        padding: 14px;
        width: 100%;
    }

    .comparison-table tbody tr {
        display: grid;
        gap: 10px;
        padding: 16px;
        width: 100%;
        margin: 0;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 22px;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.028));
    }

    .comparison-table tbody th {
        padding: 0 0 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        margin-bottom: 2px;
        font-size: 1.2rem;
        line-height: 1.25;
    }

    .comparison-table tbody td {
        display: grid;
        gap: 8px;
        padding: 12px 14px;
        width: 100%;
        min-width: 0;
        margin: 0;
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-bottom: 0;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.035);
        text-align: left;
        overflow-wrap: anywhere;
    }

    .comparison-table tbody td:last-child {
        padding-bottom: 12px;
    }

    .comparison-table tbody td::before {
        content: attr(data-label);
        display: block;
        color: rgba(219, 226, 245, 0.75);
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        text-align: left;
    }

    .comparison-table .plan-premium-cell {
        border-color: rgba(104, 168, 255, 0.22);
        background: linear-gradient(180deg, rgba(92, 154, 255, 0.14), rgba(92, 154, 255, 0.08));
    }

    .comparison-table .table-mark {
        min-width: 32px;
        min-height: 32px;
    }

    .comparison-table .comparison-price,
    .comparison-table .sale-price-stack {
        gap: 6px;
    }
}

@media (max-width: 1080px) {
    .site-header {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .brand {
        min-width: 0;
    }

    .site-nav {
        flex-wrap: wrap;
        justify-content: flex-end;
        min-width: 0;
    }

    .page-hero h1,
    .section-heading,
    .builder-launch-copy,
    .pricing-note,
    .pricing-sale-banner {
        max-width: 100%;
    }

    .window-content {
        min-height: 0;
    }

    .window-content p {
        max-width: 100%;
    }
}

@media (max-width: 820px) {
    .hero,
    .page-hero,
    .contact-section,
    .section-heading,
    .builder-card,
    .info-card,
    .contact-card,
    .showcase-card,
    .process-step,
    .pricing-sale-banner,
    .pricing-note {
        min-width: 0;
    }

    .window-card-large {
        inset: 0 18px 42px 0;
    }

    .window-card-small {
        width: 54%;
        padding: 20px;
    }

    .window-content {
        display: grid;
        gap: 18px;
        align-content: start;
    }

    .window-content-top,
    .window-content-middle {
        position: static;
        transform: none;
    }

    .window-content p {
        font-size: 1.22rem;
        line-height: 1.3;
    }

    .pricing-sale-banner,
    .builder-input-panel {
        padding-inline: 24px;
    }

    .pricing-sale-banner {
        gap: 0;
    }

    .comparison-table {
        min-width: 640px;
    }
}

@media (max-width: 960px) {
    .hero {
        grid-template-columns: 1fr;
        gap: 28px;
        align-items: start;
        padding-top: 34px;
        padding-bottom: 46px;
    }

    .hero-copy {
        max-width: 100%;
    }

    .hero-panel {
        display: grid;
        gap: 18px;
        min-height: 0;
    }

    .window-card {
        position: relative;
    }

    .window-card-large,
    .window-card-small {
        inset: auto;
    }

    .window-card-large {
        width: 100%;
        min-height: 0;
        padding: 22px;
    }

    .window-card-small {
        justify-self: end;
        width: min(72%, 420px);
        padding: 22px;
    }

    .window-content {
        display: grid;
        gap: 18px;
        min-height: 0;
        align-content: start;
    }

    .window-content-top,
    .window-content-middle {
        position: static;
        transform: none;
    }

    .window-content p {
        max-width: 100%;
        font-size: 1.18rem;
        line-height: 1.28;
    }
}

@media (max-width: 1080px) {
    select,
    option,
    optgroup {
        font-family: "Manrope", sans-serif !important;
        font-size: 16px !important;
        line-height: 1.35 !important;
    }

    select {
        box-sizing: border-box;
        display: block;
        width: 100%;
        max-width: 100%;
        min-height: 52px;
        padding: 0 12px;
        border-radius: 14px;
        appearance: auto !important;
        -webkit-appearance: menulist !important;
        -moz-appearance: menulist !important;
        background-image: none !important;
        text-indent: 0 !important;
        text-overflow: ellipsis;
        transform: none !important;
        filter: none !important;
    }

}

@media (max-width: 720px) {
    .site-header {
        align-items: center;
    }

    .site-nav,
    .nav-dropdown-menu,
    .nav-dropdown-menu a,
    .hero-copy,
    .contact-copy,
    .footer-brand,
    .footer-group {
        min-width: 0;
    }

    .window-card-small {
        display: none;
    }

    .window-card-large {
        padding: 18px;
    }

    .window-content {
        gap: 14px;
    }

    .window-content p {
        font-size: 1.08rem;
    }

    .comparison-wrap {
        overflow: visible;
        padding: 0;
        border-radius: 24px;
    }

    .comparison-table {
        display: block;
        width: 100%;
        min-width: 0;
        border-collapse: separate;
        border-spacing: 0;
        table-layout: fixed;
        background: transparent;
    }

    .comparison-table thead {
        display: none;
    }

    .comparison-table,
    .comparison-table tbody,
    .comparison-table tr,
    .comparison-table th,
    .comparison-table td {
        display: block;
        width: 100%;
    }

    .comparison-table tbody {
        display: grid;
        gap: 14px;
        width: 100%;
        padding: 14px;
    }

    .comparison-table tbody tr {
        display: grid;
        gap: 10px;
        width: 100%;
        margin: 0;
        padding: 16px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 22px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.028));
    }

    .comparison-table tbody th {
        width: auto;
        max-width: none;
        min-width: 0;
        padding: 0 0 12px;
        margin-bottom: 2px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        font-size: 1.2rem;
        line-height: 1.25;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .comparison-table tbody td {
        display: grid;
        width: 100%;
        min-width: 0;
        margin: 0;
        gap: 8px;
        padding: 12px 14px;
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-bottom: 0;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.035);
        text-align: left;
        overflow-wrap: anywhere;
    }

    .comparison-table tbody td::before {
        content: attr(data-label);
        display: block;
        color: rgba(219, 226, 245, 0.75);
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        text-align: left;
    }

    .comparison-table .plan-premium-cell {
        border-color: rgba(104, 168, 255, 0.22);
        background: linear-gradient(180deg, rgba(92, 154, 255, 0.14), rgba(92, 154, 255, 0.08));
    }

    .comparison-table .table-mark {
        min-width: 32px;
        min-height: 32px;
    }

    .comparison-table .comparison-price,
    .comparison-table .sale-price-stack {
        gap: 6px;
    }

    .order-templates-panel {
        gap: 14px;
    }

    .template-side-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .template-side-card {
        gap: 10px;
        padding: 16px;
        border-radius: 18px;
    }

    .template-side-card-top {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .template-side-card-top span {
        text-align: left;
    }

    .template-side-card-description,
    .template-side-card-ideal {
        display: block;
        overflow: visible;
        -webkit-line-clamp: unset;
        line-clamp: unset;
    }

    .order-templates-panel .template-side-card-description {
        display: none;
    }

    .order-templates-panel .template-side-card-ideal {
        display: none;
    }

    .template-side-hover-preview {
        display: none;
    }

    .order-form select,
    .order-form-card select,
    .auth-form select,
    .admin-select,
    .roadmap-public-controls select,
    .pricing-admin-field > select,
    .site-modal-field select {
        box-sizing: border-box;
        display: block;
        width: 100%;
        min-height: 52px;
        padding: 0 12px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 14px;
        background: rgb(49, 57, 73);
        background-image: none !important;
        color: var(--ink);
        font-family: "Manrope", sans-serif;
        font-size: 16px;
        line-height: 1.35;
        appearance: menulist !important;
        -webkit-appearance: menulist !important;
        -moz-appearance: menulist !important;
        transform: none !important;
        filter: none !important;
        box-shadow: none;
    }

    .form-name-grid {
        grid-template-columns: 1fr;
    }

    .services-process-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .services-process-list .process-step {
        padding: 20px;
    }

    .services-process-list .process-step h3 {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .button,
    .contact-form button,
    .builder-actions .button,
    .builder-actions button,
    .builder-launch .button,
    .hero-actions .button {
        white-space: normal;
        text-align: center;
    }

    .pricing-sale-banner {
        border-radius: 24px;
    }

    .pricing-sale-banner-strip {
        padding: 16px 18px 18px;
    }

    .pricing-sale-banner-countdown {
        width: 100%;
    }

    .pricing-sale-banner-media img {
        aspect-ratio: 16 / 9;
    }

    .pricing-card {
        gap: 0;
        overflow: hidden;
    }

    .pricing-card-summary {
        position: relative;
        gap: 10px;
        padding-right: 38px;
        cursor: pointer;
    }

    .pricing-card-summary::after {
        content: "";
        position: absolute;
        top: 10px;
        right: 0;
        width: 12px;
        height: 12px;
        border-right: 2px solid rgba(244, 247, 255, 0.82);
        border-bottom: 2px solid rgba(244, 247, 255, 0.82);
        transform: rotate(45deg);
        transition: transform 0.2s ease;
    }

    .pricing-card[open] .pricing-card-summary::after {
        transform: rotate(225deg) translate(-2px, -2px);
    }

    .pricing-card-body {
        padding-top: 16px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .pricing-card:not([open]) .pricing-card-body {
        display: none;
    }

    .pricing-card .pricing-value {
        margin: 0;
    }
}

.site-select-shell {
    position: relative;
    display: block;
    width: 100%;
}

.site-select-native {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    opacity: 0.0001 !important;
    pointer-events: none !important;
    z-index: 0;
}

.site-select-proxy {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 54px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(31, 39, 55, 0.98) 0%, rgba(24, 30, 42, 0.98) 100%);
    color: var(--ink);
    font: inherit;
    line-height: 1.35;
    text-align: left;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.04),
        0 12px 24px rgba(8, 13, 22, 0.14);
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.site-select-proxy::after {
    content: "";
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    margin-left: auto;
    border-right: 2px solid rgba(219, 226, 245, 0.88);
    border-bottom: 2px solid rgba(219, 226, 245, 0.88);
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.18s ease;
}

.site-select-proxy[aria-expanded="true"]::after {
    transform: rotate(225deg) translate(-2px, -2px);
}

.site-select-proxy:hover,
.site-select-proxy:focus-visible,
.site-select-shell:focus-within .site-select-proxy {
    border-color: rgba(124, 182, 255, 0.42);
    box-shadow:
        0 0 0 3px rgba(104, 164, 255, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    outline: none;
}

.site-select-proxy.is-placeholder .site-select-proxy-value {
    color: rgba(219, 226, 245, 0.68);
}

.site-select-proxy.is-invalid {
    border-color: rgba(255, 110, 110, 0.52);
    box-shadow:
        0 0 0 3px rgba(255, 110, 110, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.site-select-proxy.is-disabled,
.site-select-proxy:disabled {
    opacity: 0.62;
    cursor: not-allowed;
    box-shadow: none;
}

.site-select-proxy-value {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-select-sheet[hidden] {
    display: none !important;
}

.site-select-sheet {
    position: fixed;
    inset: 0;
    z-index: 1600;
    display: grid;
    place-items: end center;
    padding: 16px;
}

.site-select-sheet-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(6, 10, 18, 0.72);
    backdrop-filter: blur(10px);
}

.site-select-sheet-card {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    gap: 16px;
    width: min(100%, 560px);
    max-height: min(78vh, 720px);
    padding: 20px;
    border: 1px solid var(--line-soft);
    border-radius: 28px;
    background: var(--surface-primary);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.site-select-sheet-top {
    display: grid;
    gap: 6px;
}

.site-select-sheet-eyebrow {
    margin: 0;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(219, 226, 245, 0.58);
}

.site-select-sheet-title {
    margin: 0;
    font-size: 1.35rem;
}

.site-select-sheet-list {
    display: grid;
    gap: 10px;
    min-height: 0;
    overflow: auto;
    padding-right: 2px;
    overscroll-behavior: contain;
}

.site-select-sheet-group {
    margin: 6px 0 0;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(171, 201, 255, 0.8);
}

.site-select-sheet-option {
    display: grid;
    gap: 4px;
    width: 100%;
    padding: 15px 16px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.035);
    color: var(--ink);
    font: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.site-select-sheet-option small {
    color: rgba(219, 226, 245, 0.64);
    font-size: 0.84rem;
}

.site-select-sheet-option.is-selected {
    border-color: rgba(104, 168, 255, 0.34);
    background:
        radial-gradient(circle at top right, rgba(92, 154, 255, 0.14), transparent 46%),
        linear-gradient(180deg, rgba(43, 67, 111, 0.94), rgba(28, 40, 62, 0.96));
}

.site-select-sheet-option:hover,
.site-select-sheet-option:focus-visible {
    border-color: rgba(124, 182, 255, 0.42);
    background: rgba(255, 255, 255, 0.06);
    transform: translateY(-1px);
    outline: none;
}

.site-select-sheet-option:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.site-select-sheet-empty {
    margin: 0;
    padding: 16px;
    border: 1px dashed rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    color: rgba(219, 226, 245, 0.72);
}

.site-select-sheet-close {
    width: 100%;
}

.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;
}

.tab-assistant {
    position: fixed;
    right: 22px;
    bottom: calc(24px + var(--floating-cookie-offset));
    z-index: 1450;
    display: grid;
    justify-items: end;
    gap: 14px;
}

.tab-assistant.is-open .tab-assistant-launch {
    box-shadow: 0 18px 40px rgba(4, 10, 23, 0.28);
}

.tab-assistant-launch {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 66px;
    padding: 10px 16px;
    border: 1px solid rgba(126, 176, 255, 0.24);
    border-radius: 999px;
    background:
        radial-gradient(circle at top left, rgba(116, 170, 255, 0.22), transparent 54%),
        linear-gradient(135deg, rgba(33, 61, 120, 0.96), rgba(21, 38, 86, 0.98));
    color: rgb(244, 247, 255);
    box-shadow: 0 22px 46px rgba(4, 10, 23, 0.34);
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.tab-assistant-launch:hover,
.tab-assistant-launch:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(144, 188, 255, 0.42);
    box-shadow: 0 22px 50px rgba(4, 10, 23, 0.42);
    outline: none;
}

.tab-assistant-launch-avatar,
.tab-assistant-avatar {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
}

.tab-assistant-launch-avatar {
    width: 68px;
    height: 68px;
}

.tab-assistant-avatar {
    width: 52px;
    height: 52px;
    border: 1px solid rgba(133, 182, 255, 0.18);
    box-shadow: 0 10px 24px rgba(5, 10, 20, 0.28);
}

.tab-assistant-launch-avatar img,
.tab-assistant-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 24%;
    transform: scale(1.18);
}

.tab-assistant-launch-copy {
    display: grid;
    gap: 2px;
    text-align: left;
}

.tab-assistant-launch-eyebrow,
.tab-assistant-eyebrow {
    margin: 0;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(181, 210, 255, 0.92);
}

.tab-assistant-launch-copy strong {
    font-size: 1.2rem;
    line-height: 1.05;
    color: rgb(248, 250, 255);
}

.tab-assistant-panel {
    width: min(420px, calc(100vw - 24px));
}

.tab-assistant-card {
    display: grid;
    gap: 12px;
    padding: 14px 14px 16px;
    border: 1px solid rgba(125, 174, 255, 0.12);
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(92, 146, 244, 0.1), transparent 44%),
        linear-gradient(180deg, rgba(15, 20, 30, 0.92), rgba(11, 15, 22, 0.95));
    backdrop-filter: blur(16px);
    box-shadow: 0 28px 60px rgba(5, 8, 16, 0.42);
}

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

.tab-assistant-title-wrap {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.tab-assistant-top h3,
.tab-assistant-top p,
.tab-assistant-message p {
    margin: 0;
}

.tab-assistant-subtitle {
    margin-top: 6px !important;
    color: rgba(223, 231, 246, 0.72);
    font-size: 0.95rem;
    line-height: 1.55;
}

.tab-assistant-close {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: rgb(243, 247, 255);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
}

.tab-assistant-log {
    display: grid;
    gap: 10px;
    max-height: min(46vh, 420px);
    overflow: auto;
    padding-right: 4px;
}

.tab-assistant-message {
    display: grid;
    gap: 8px;
    padding: 13px 15px;
    border-radius: 22px;
}

.tab-assistant-message.is-assistant {
    border: 1px solid rgba(122, 168, 245, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.tab-assistant-message.is-user {
    margin-left: 44px;
    border: 1px solid rgba(114, 169, 255, 0.14);
    background: linear-gradient(135deg, rgba(43, 75, 142, 0.9), rgba(28, 49, 100, 0.94));
}

.tab-assistant-message.is-typing {
    border-style: dashed;
    opacity: 0.92;
}

.tab-assistant-typing {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(227, 235, 249, 0.82);
}

.tab-assistant-typing-label {
    font-size: 0.94rem;
    font-weight: 600;
}

.tab-assistant-typing-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(173, 204, 255, 0.88);
    animation: tab-assistant-dot-pulse 1.15s ease-in-out infinite;
}

.tab-assistant-typing-dot:nth-child(2) {
    animation-delay: 0.12s;
}

.tab-assistant-typing-dot:nth-child(3) {
    animation-delay: 0.24s;
}

.tab-assistant-typing-dot:nth-child(4) {
    animation-delay: 0.36s;
}

@keyframes tab-assistant-dot-pulse {
    0%,
    80%,
    100% {
        transform: translateY(0);
        opacity: 0.35;
    }

    40% {
        transform: translateY(-2px);
        opacity: 1;
    }
}

.tab-assistant-prompts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tab-assistant-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tab-assistant-prompt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 14px;
    border: 1px solid rgba(116, 169, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: rgb(241, 246, 255);
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.tab-assistant-prompt:hover,
.tab-assistant-prompt:focus-visible {
    border-color: rgba(142, 188, 255, 0.34);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
    outline: none;
}

.tab-assistant-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 14px;
    border: 1px solid rgba(116, 169, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: rgb(241, 246, 255);
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.tab-assistant-action:hover,
.tab-assistant-action:focus-visible {
    border-color: rgba(142, 188, 255, 0.34);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
    outline: none;
}

.tab-assistant-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: end;
    padding: 6px 4px 0;
}

.tab-assistant-input {
    width: 100%;
    min-height: 88px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.03);
    color: rgb(244, 247, 255);
    font: inherit;
    resize: vertical;
}

.tab-assistant-input::placeholder {
    color: rgba(225, 234, 248, 0.52);
}

.tab-assistant-input:focus {
    border-color: rgba(135, 184, 255, 0.34);
    box-shadow: 0 0 0 3px rgba(100, 154, 255, 0.14);
    outline: none;
}

.tab-assistant-send {
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(79, 131, 232, 0.96), rgba(45, 84, 173, 0.98));
    color: rgb(248, 250, 255);
    font-size: 1.15rem;
    cursor: pointer;
    box-shadow: 0 16px 28px rgba(8, 15, 30, 0.34);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.tab-assistant-send:hover,
.tab-assistant-send:focus-visible {
    transform: translateY(-1px);
    box-shadow: 0 18px 32px rgba(8, 15, 30, 0.42);
    filter: brightness(1.06);
    outline: none;
}

.tab-assistant-send:disabled {
    opacity: 0.72;
    cursor: progress;
    transform: none;
}

.site-assistant-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 14px;
    border: 1px solid rgba(116, 169, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: rgb(241, 246, 255);
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.site-assistant-action:hover,
.site-assistant-action:focus-visible {
    border-color: rgba(142, 188, 255, 0.34);
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
    outline: none;
}

@media (min-width: 721px) and (max-width: 1080px) {
    .site-select-sheet {
        place-items: center;
        padding: 24px;
    }
}

@media (max-width: 560px) {
    .window-card-large,
    .builder-card,
    .info-card,
    .contact-card,
    .showcase-card,
    .process-step,
    .pricing-sale-banner {
        padding: 18px;
    }

    .builder-input-panel,
    .contact-direct,
    .order-pricing {
        padding: 16px;
    }

    .services-page-hero-actions,
    .services-final-cta-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .services-page-hero-actions .button,
    .services-final-cta-actions .button {
        width: 100%;
    }

    .builder-feature-grid {
        grid-template-columns: 1fr;
    }

    .template-side-card {
        padding: 14px;
    }

    .template-side-card-top strong {
        font-size: 1.05rem;
        line-height: 1.25;
    }

    .template-side-card-top span,
    .template-side-card-description,
    .template-side-card-ideal {
        font-size: 0.94rem;
    }

    .comparison-table tbody td {
        align-items: flex-start;
        justify-content: flex-start;
        gap: 6px;
        text-align: left;
    }

    .comparison-table tbody td::before {
        display: block;
    }

    .tab-assistant {
        right: 12px;
        bottom: calc(14px + var(--floating-cookie-offset));
        left: 12px;
        justify-items: stretch;
    }

    .tab-assistant-launch,
    .tab-assistant-panel {
        width: 100%;
    }

    .tab-assistant-card {
        padding: 14px;
        border-radius: 26px;
    }

    .tab-assistant-message.is-user {
        margin-left: 10px;
    }

}

@media (max-width: 920px) {
    .error-hero-grid {
        grid-template-columns: 1fr;
    }

    .error-hero-copy {
        padding-top: 0;
    }

    .error-tab-card {
        max-width: 520px;
    }
}
