/* Section-specific presentation for the Havlaa providers page. */

/* Hero */
.hero {
    padding: 160px 0 92px;
    background:
        radial-gradient(circle at 18% 28%, rgba(200, 153, 58, 0.18), transparent 30%),
        radial-gradient(circle at 88% 10%, rgba(128, 35, 68, 0.08), transparent 28%),
        linear-gradient(135deg, var(--bg-1) 0%, var(--bg-2) 100%);
    position: relative;
    overflow: hidden;
}

.hero-shell {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(480px, 0.95fr);
    gap: 58px;
    align-items: center;
}

.hero-copy {
    animation: heroFadeUp .75s ease both;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold-dark);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid var(--border-gold);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 800;
    box-shadow: var(--shadow-soft);
    margin-bottom: 22px;
}

.hero-badge::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 6px rgba(200, 153, 58, 0.12);
}

.hero-title {
    font-size: clamp(40px, 4.2vw, 62px);
    font-weight: 800;
    color: var(--text-0);
    line-height: 1.18;
    letter-spacing: 0;
    margin-bottom: 22px;
}

.hero-title-animated {
    overflow: hidden;
}

.hero-title-animated span {
    display: inline-block;
    opacity: 0;
    transform: translateY(22px);
    animation: heroTitleReveal .75s cubic-bezier(.22, 1, .36, 1) forwards;
}

.hero-title-animated span:nth-child(1) {
    animation-delay: .08s;
}

.hero-title-animated span:nth-child(2) {
    animation-delay: .22s;
}

.hero-title-animated span:nth-child(3) {
    animation-delay: .36s;
}

.hero-title-highlight {
    color: var(--gold-dark);
}

.hero-subtitle {
    font-size: 18px;
    color: var(--text-1);
    line-height: 1.85;
    max-width: 680px;
    margin-bottom: 32px;
}

.hero-subtitle strong {
    font-size: 1.12em;
    color: var(--text-0);
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 660px;
}

.hero-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-1);
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(200, 153, 58, 0.16);
    border-radius: 999px;
    padding: 8px 12px;
    font-size: 13.5px;
    font-weight: 800;
}

.hero-trust-item::before {
    content: "✓";
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(200, 153, 58, 0.13);
    color: var(--gold-dark);
    font-size: 12px;
    flex: 0 0 auto;
}

.hero-visual {
    position: relative;
    min-height: 500px;
    animation: heroFadeUp .85s ease .1s both;
}

.hero-visual::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 390px;
    left: 4px;
    bottom: -8px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(200, 153, 58, 0.24), transparent 62%),
        radial-gradient(circle at 60% 34%, rgba(128, 35, 68, 0.16), transparent 58%);
    filter: blur(8px);
    z-index: 1;
    pointer-events: none;
}

.hero-dashboard-frame {
    position: absolute;
    top: 34px;
    left: 0;
    right: 26px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(250, 248, 245, 0.86));
    border: 1px solid rgba(200, 153, 58, 0.24);
    border-radius: 26px;
    padding: 14px;
    box-shadow: 0 28px 70px rgba(26, 21, 16, 0.14);
    overflow: hidden;
    animation: heroFloat 7s ease-in-out infinite;
}

.hero-dashboard-frame::before {
    content: "";
    display: block;
    height: 32px;
    margin: -2px -2px 12px;
    border-radius: 18px;
    background:
        radial-gradient(circle at 22px 50%, rgba(128, 35, 68, 0.5) 0 4px, transparent 5px),
        radial-gradient(circle at 40px 50%, rgba(200, 153, 58, 0.72) 0 4px, transparent 5px),
        radial-gradient(circle at 58px 50%, rgba(148, 135, 119, 0.42) 0 4px, transparent 5px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.74), rgba(243, 236, 227, 0.9));
}

.hero-dashboard-img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    object-position: top center;
    border-radius: 18px;
    border: 1px solid rgba(26, 21, 16, 0.06);
    background: #fff;
}

.hero-phone {
    position: absolute;
    width: clamp(210px, 17vw, 232px);
    max-width: 232px;
    left: 6px;
    bottom: -10px;
    padding: 10px;
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.03)) padding-box,
        linear-gradient(145deg, #1a1510, #4b3a33 48%, #1a1510) border-box;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow:
        0 34px 70px rgba(26, 21, 16, 0.26),
        0 18px 42px rgba(128, 35, 68, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.14);
    z-index: 2;
    animation: heroFloat 6.5s ease-in-out .65s infinite;
}

.hero-phone::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    width: 62px;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    transform: translateX(-50%);
    z-index: 3;
}

.hero-phone::after {
    content: "";
    position: absolute;
    right: 20px;
    left: 20px;
    bottom: -18px;
    height: 28px;
    border-radius: 50%;
    background: rgba(26, 21, 16, 0.28);
    filter: blur(18px);
    z-index: -1;
}

.hero-phone-screen {
    position: relative;
    aspect-ratio: 853 / 1844;
    border-radius: 25px;
    overflow: hidden;
    background: var(--bg-1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 1px rgba(26, 21, 16, 0.08);
}

.hero-phone-shot {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: contain;
    object-position: top center;
    background: #fff;
}

.hero-float-badge {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(200, 153, 58, 0.24);
    color: var(--text-1);
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 16px 36px rgba(26, 21, 16, 0.1);
    animation: badgeFloat 5.5s ease-in-out infinite;
}

.hero-float-badge::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--gold);
}

.hero-badge-1 {
    top: 12px;
    right: 42px;
}

.hero-badge-2 {
    top: 214px;
    right: 8px;
    animation-delay: .3s;
}

.hero-badge-3 {
    bottom: 86px;
    right: 186px;
    animation-delay: .6s;
}

.hero-badge-4 {
    bottom: 18px;
    left: 252px;
    animation-delay: .9s;
}

/* Platform Pillars */
.platform-pillars-section {
    padding: 92px 0;
    background:
        radial-gradient(circle at 16% 16%, rgba(128, 35, 68, .08), transparent 30%),
        radial-gradient(circle at 84% 76%, rgba(200, 153, 58, .14), transparent 34%),
        linear-gradient(180deg, var(--bg-0) 0%, var(--bg-1) 100%);
    overflow: hidden;
}

.platform-pillars-panel {
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--r-lg) + 12px);
    border: 1px solid var(--border-gold);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(250, 248, 245, .78)),
        var(--bg-1);
    box-shadow: var(--shadow-soft);
    padding: 68px 44px 46px;
}

.platform-pillars-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(128, 35, 68, .08) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: .28;
    pointer-events: none;
}

.platform-pillars-panel::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    left: -150px;
    top: -170px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(200, 153, 58, .2), transparent 68%);
    pointer-events: none;
}

.platform-bg-glow {
    position: absolute;
    width: 340px;
    height: 340px;
    right: -120px;
    bottom: -150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(128, 35, 68, .18), transparent 68%);
    filter: blur(3px);
    pointer-events: none;
}

.platform-pillars-head,
.platform-pillars-grid {
    position: relative;
    z-index: 1;
}

.platform-pillars-head {
    max-width: 820px;
    margin: 0 auto 42px;
    text-align: center;
}

.platform-pillars-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 7px 18px;
    border-radius: 999px;
    background: rgba(200, 153, 58, .12);
    border: 1px solid var(--border-gold);
    color: var(--gold-dark);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 16px;
}

.platform-pillars-title {
    font-size: clamp(28px, 3.4vw, 44px);
    line-height: 1.28;
    color: var(--text-0);
    font-weight: 800;
    margin-bottom: 16px;
}

.platform-pillars-lead {
    color: var(--text-1);
    font-size: 17px;
    line-height: 1.85;
}

.platform-pillars-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.platform-card {
    display: flex;
    flex-direction: column;
    min-height: 260px;
    padding: 30px 28px;
    border-radius: var(--r-lg);
    border: 1px solid rgba(200, 153, 58, .22);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(250, 248, 245, .9)),
        #fff;
    box-shadow: 0 16px 36px rgba(26, 21, 16, .055);
    overflow: hidden;
    transition: opacity .72s ease, transform .72s ease, border-color .3s ease, box-shadow .3s ease, background-color .3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.platform-pillars-section.visible .platform-card {
    opacity: 1;
    transform: translateY(0);
}

.platform-pillars-section.visible .platform-card:nth-child(2) {
    transition-delay: .12s;
}

.platform-pillars-section.visible .platform-card:hover {
    transform: translateY(-6px);
    border-color: rgba(200, 153, 58, .56);
    box-shadow: var(--shadow-hover);
    transition-delay: 0s;
}

.platform-card-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(255, 253, 249, .92);
    border: 1px solid rgba(200, 153, 58, .26);
    margin-bottom: 20px;
}

.platform-card-icon img {
    width: 25px;
    height: 25px;
    display: block;
}

.platform-card-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    padding: 8px 13px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: rgba(128, 35, 68, .07);
    border: 1px solid rgba(128, 35, 68, .11);
    color: var(--primary);
    font-size: 14px;
    font-weight: 800;
}

.platform-card-app .platform-card-label {
    background: rgba(200, 153, 58, .12);
    border-color: var(--border-gold);
    color: var(--gold-dark);
}

.platform-card-label svg,
.platform-benefit svg,
.platform-card-action svg {
    flex: 0 0 auto;
    stroke: currentColor;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.platform-card-label svg {
    width: 18px;
    height: 18px;
    stroke-width: 2.2;
}

.platform-card-title {
    color: var(--text-0);
    font-size: clamp(24px, 2.4vw, 32px);
    line-height: 1.35;
    font-weight: 800;
    margin-bottom: 12px;
}

.platform-card-copy {
    color: var(--text-1);
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 22px;
}

.platform-benefits {
    display: grid;
    gap: 12px;
    list-style: none;
    margin-bottom: 24px;
}

.platform-benefit {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--text-1);
    font-size: 15px;
    line-height: 1.7;
}

.platform-benefit svg {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    color: var(--gold-dark);
    stroke-width: 2.3;
}

.platform-card-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    color: var(--primary);
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    margin-top: auto;
    transition: var(--transition);
}

.platform-card-action svg {
    width: 18px;
    height: 18px;
    stroke-width: 2.4;
    transition: var(--transition);
}

.platform-card-action:hover {
    color: var(--gold-dark);
}

.platform-card-action:hover svg {
    transform: translateX(-4px);
}

.platform-visual {
    position: relative;
    min-height: 250px;
    margin: 0 -10px;
    padding: 16px 14px 0;
    border-radius: 28px 28px 0 0;
    background:
        radial-gradient(circle at 22% 10%, rgba(200, 153, 58, .16), transparent 32%),
        linear-gradient(135deg, rgba(128, 35, 68, .06), rgba(200, 153, 58, .08));
    overflow: hidden;
}

.platform-visual-dashboard {
    display: flex;
    align-items: flex-end;
}

.platform-dashboard-browser {
    width: 100%;
    border-radius: 18px 18px 0 0;
    border: 1px solid rgba(128, 35, 68, .12);
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 18px 36px rgba(26, 21, 16, .12);
    overflow: hidden;
    animation: platformFloat 6.5s ease-in-out infinite;
}

.platform-dashboard-toolbar {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 30px;
    padding: 0 12px;
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px solid rgba(200, 153, 58, .16);
}

.platform-dashboard-toolbar span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(128, 35, 68, .34);
}

.platform-dashboard-toolbar span:nth-child(2) {
    background: rgba(200, 153, 58, .48);
}

.platform-dashboard-toolbar span:nth-child(3) {
    background: rgba(26, 21, 16, .2);
}

.platform-dashboard-browser img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: contain;
    object-position: top center;
    background: #fff;
}

.platform-visual-phone {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: 22px;
}

.platform-phone-frame {
    width: min(58%, 230px);
    min-width: 180px;
    padding: 10px;
    border-radius: 34px 34px 0 0;
    background: linear-gradient(145deg, #2b2024, var(--primary));
    box-shadow: 0 20px 40px rgba(26, 21, 16, .16);
    animation: platformFloat 6.8s ease-in-out infinite;
}

.platform-phone-screen {
    border-radius: 25px 25px 0 0;
    overflow: hidden;
    background: #fff;
}

.platform-phone-screen img {
    display: block;
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: center top;
}

/* Numbers */
.numbers-section {
    padding: 90px 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(128, 35, 68, .08), transparent 32%),
        radial-gradient(circle at 88% 70%, rgba(200, 153, 58, .14), transparent 34%),
        var(--bg-0);
    overflow: hidden;
}

.numbers-panel {
    position: relative;
    overflow: hidden;
    border-radius: calc(var(--r-lg) + 10px);
    border: 1px solid var(--border-gold);
    background:
        linear-gradient(135deg, rgba(250, 248, 245, .96), rgba(243, 236, 227, .72)),
        var(--bg-1);
    box-shadow: var(--shadow-soft);
    padding: 64px 44px;
}

.numbers-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(128, 35, 68, .09) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: .35;
    pointer-events: none;
}

.numbers-bg-orb {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    filter: blur(22px);
    opacity: .42;
    pointer-events: none;
    animation: numbersOrb 8s ease-in-out infinite;
}

.numbers-bg-orb-1 {
    top: -110px;
    right: -90px;
    background: rgba(128, 35, 68, .18);
}

.numbers-bg-orb-2 {
    left: -100px;
    bottom: -120px;
    background: rgba(200, 153, 58, .24);
    animation-delay: 1s;
}

.numbers-header,
.numbers-grid,

.numbers-header {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.numbers-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 7px 18px;
    border-radius: 999px;
    background: rgba(200, 153, 58, .12);
    border: 1px solid var(--border-gold);
    color: var(--gold-dark);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 16px;
}

.numbers-label svg {
    width: 17px;
    height: 17px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.numbers-title {
    font-size: clamp(28px, 3.4vw, 44px);
    line-height: 1.25;
    color: var(--text-0);
    font-weight: 800;
    margin-bottom: 16px;
}

.numbers-lead {
    color: var(--text-1);
    font-size: 17px;
    line-height: 1.8;
}

.numbers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.number-card {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: right;
    padding: 26px 22px;
    border-radius: var(--r-lg);
    border: 1px solid rgba(200, 153, 58, .22);
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 14px 34px rgba(26, 21, 16, .045);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(18px);
}

.numbers-section.visible .number-card {
    animation: numberCardIn .7s ease forwards;
}

.numbers-section.visible .number-card:nth-child(1) {
    animation-delay: .06s;
}

.numbers-section.visible .number-card:nth-child(2) {
    animation-delay: .14s;
}

.numbers-section.visible .number-card:nth-child(3) {
    animation-delay: .22s;
}

.numbers-section.visible .number-card:nth-child(4) {
    animation-delay: .3s;
}

.number-card::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--gold));
    opacity: .75;
}

.number-card:hover {
    transform: translateY(-8px);
    border-color: var(--gold);
    box-shadow: var(--shadow-hover);
    background: #fff;
}

.number-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(128, 35, 68, .08);
    border: 1px solid rgba(128, 35, 68, .12);
    color: var(--primary);
    margin-bottom: 18px;
}

.number-icon svg {
    width: 23px;
    height: 23px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.number-value {
    font-size: clamp(36px, 4.2vw, 56px);
    line-height: 1;
    font-weight: 800;
    color: var(--primary);
    letter-spacing: 0;
    margin-bottom: 14px;
}

.number-label-text {
    font-size: 17px;
    line-height: 1.45;
    font-weight: 800;
    color: var(--text-0);
    margin-bottom: 10px;
}

.numbers-cta,
.sp-cta {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 28px;
    border-radius: var(--r-lg);
    border: 1px solid var(--border-gold);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .86), rgba(250, 248, 245, .72)),
        rgba(255, 255, 255, .76);
    box-shadow: 0 14px 34px rgba(26, 21, 16, .045);
}

.numbers-cta::before,
.sp-cta::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 18px;
    bottom: 18px;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--primary), var(--gold));
}

.numbers-cta h3,
.sp-cta h3 {
    font-size: 20px;
    font-weight: 800;
    color: var(--text-0);
    margin-bottom: 6px;
}

.numbers-cta p,
.sp-cta p {
    color: var(--text-1);
    font-size: 15px;
    line-height: 1.7;
    max-width: 620px;
}

.numbers-cta-actions,
.sp-cta-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

/* Social Proof */
.social-proof-sec {
    padding: 90px 0;
    background:
        radial-gradient(circle at 14% 20%, rgba(128, 35, 68, .06), transparent 32%),
        radial-gradient(circle at 86% 75%, rgba(200, 153, 58, .12), transparent 34%),
        var(--bg-0);
    overflow: hidden;
}

.sp-panel {
    position: relative;
    overflow: hidden;
    padding: 64px 44px;
    border-radius: calc(var(--r-lg) + 10px);
    border: 1px solid var(--border-gold);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(250, 248, 245, .86)),
        var(--bg-1);
    box-shadow: var(--shadow-soft);
}

.sp-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(128, 35, 68, .08) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: .34;
    pointer-events: none;
}

.sp-bg-orb {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    animation: spOrbFloat 9s ease-in-out infinite;
}

.sp-bg-orb-1 {
    width: 290px;
    height: 290px;
    top: -110px;
    right: -90px;
    background: radial-gradient(circle, rgba(128, 35, 68, .16), transparent 68%);
}

.sp-bg-orb-2 {
    width: 330px;
    height: 330px;
    bottom: -140px;
    left: -110px;
    background: radial-gradient(circle, rgba(200, 153, 58, .18), transparent 68%);
    animation-delay: 1.6s;
}

.sp-header-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 34px;
    margin-bottom: 38px;
}

.sp-head {
    text-align: right;
}

.sp-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 18px;
    border-radius: 999px;
    background: rgba(200, 153, 58, .12);
    border: 1px solid var(--border-gold);
    color: var(--gold-dark);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 16px;
}

.sp-label svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sp-title {
    font-size: clamp(28px, 3.4vw, 44px);
    line-height: 1.25;
    color: var(--text-0);
    font-weight: 800;
    margin-bottom: 16px;
}

.sp-lead {
    color: var(--text-1);
    font-size: 17px;
    line-height: 1.8;
    max-width: 760px;
}

.sp-marquee-wrap {
    position: relative;
    z-index: 1;
    padding: 14px;
    border-radius: var(--r-lg);
    border: 1px solid rgba(200, 153, 58, .18);
    background: rgba(255, 255, 255, .56);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
}

.sp-marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 8px 0;
    border-radius: var(--r);
}

.sp-marquee::before,
.sp-marquee::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 120px;
    z-index: 2;
    pointer-events: none;
}

.sp-marquee::before {
    right: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .94));
}

.sp-marquee::after {
    left: 0;
    background: linear-gradient(270deg, transparent, rgba(255, 255, 255, .94));
}

.sp-track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    will-change: transform;
    animation: spLoop 60s linear infinite;
}

.sp-marquee:hover .sp-track {
    animation-play-state: paused;
}

.sp-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
    padding-inline: 8px;
    flex: 0 0 auto;
}

.sp-card {
    flex: 0 0 auto;
    min-width: 250px;
    height: 82px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid var(--border-gold);
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 12px 34px rgba(17, 17, 17, .045);
    white-space: nowrap;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease, background .25s ease;
}

.sp-card:hover {
    transform: translateY(-4px);
    border-color: var(--gold);
    box-shadow: 0 18px 44px rgba(17, 17, 17, .08);
    background: #fff;
}

.sp-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(200, 153, 58, .1);
    border: 1px solid var(--border-gold);
    color: var(--gold);
    flex: 0 0 auto;
}

.sp-icon svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sp-name {
    font-size: 15.5px;
    font-weight: 800;
    color: var(--text-0);
    line-height: 1.4;
}

/* Features */
.features-section {
    padding: 100px 0;
    background-color: var(--bg-0);
}

.features-head {
    max-width: 820px;
    margin: 0 auto 54px;
    text-align: center;
}

.features-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 18px;
    border-radius: 999px;
    background: rgba(200, 153, 58, .12);
    border: 1px solid var(--border-gold);
    color: var(--gold-dark);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 16px;
}

.features-title {
    font-size: clamp(30px, 3.6vw, 46px);
    line-height: 1.25;
    color: var(--text-0);
    font-weight: 800;
    margin-bottom: 16px;
}

.features-lead {
    max-width: 720px;
    margin: 0 auto;
    color: var(--text-1);
    font-size: 17px;
    line-height: 1.85;
}

.feature-cards {
    display: grid;
    gap: 30px;
}

.feature-card {
    position: relative;
    min-height: 360px;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
    gap: 44px;
    align-items: center;
    padding: 42px;
    border-radius: calc(var(--r-lg) + 8px);
    border: 1px solid rgba(200, 153, 58, .24);
    background:
        radial-gradient(circle at 10% 12%, rgba(200, 153, 58, .13), transparent 34%),
        linear-gradient(135deg, rgba(255, 253, 249, .96), rgba(250, 244, 234, .82));
    box-shadow: 0 22px 64px rgba(26, 21, 16, .08);
    overflow: hidden;
}

.feature-card::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -120px;
    bottom: -130px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(128, 35, 68, .12), transparent 68%);
    pointer-events: none;
}

.feature-card-reverse .feature-copy {
    order: 2;
}

.feature-card-reverse .feature-visual {
    order: 1;
}

.feature-copy,
.feature-visual {
    position: relative;
    z-index: 1;
}

.feature-copy {
    max-width: 560px;
}

.feature-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(128, 35, 68, .07);
    border: 1px solid rgba(128, 35, 68, .12);
    margin-bottom: 18px;
}

.feature-icon img {
    width: 26px;
    height: 26px;
    display: block;
}

.feature-copy h3 {
    color: var(--text-0);
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.32;
    font-weight: 800;
    margin-bottom: 14px;
}

.feature-copy p {
    color: var(--text-1);
    font-size: 16.5px;
    line-height: 1.85;
    margin-bottom: 22px;
}

.feature-list {
    display: grid;
    gap: 12px;
    list-style: none;
}

.feature-list li {
    position: relative;
    padding-inline-start: 30px;
    color: var(--text-1);
    font-size: 15.5px;
    line-height: 1.65;
    font-weight: 700;
}

.feature-list li::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: .45em;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgba(200, 153, 58, .20), rgba(128, 35, 68, .10)),
        rgba(255, 255, 255, .72);
    border: 1px solid rgba(200, 153, 58, .28);
}

.feature-list li::after {
    content: "";
    position: absolute;
    inset-inline-start: 5px;
    top: calc(.45em + 5px);
    width: 8px;
    height: 5px;
    border-inline-start: 2px solid var(--gold-dark);
    border-bottom: 2px solid var(--gold-dark);
    transform: rotate(-45deg);
}

.feature-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 270px;
    border-radius: var(--r-lg);
    background:
        radial-gradient(circle at 18% 20%, rgba(200, 153, 58, .14), transparent 32%),
        rgba(255, 255, 255, .52);
    border: 1px solid rgba(200, 153, 58, .16);
}

.feature-media {
    display: block;
    width: min(100%, 420px);
    height: auto;
    max-height: 310px;
    object-fit: contain;
}

/* Admin dashboard premium showcase */
.admin-wide-container {
    max-width: 1480px;
}

.admin-showcase {
    position: relative;
    overflow: hidden;
    margin: 90px 0;
    padding: 76px 54px;
    border-radius: calc(var(--r-lg) + 10px);
    border: 1px solid var(--border-gold);
    background:
        radial-gradient(circle at 12% 12%, rgba(128, 35, 68, .08), transparent 30%),
        radial-gradient(circle at 88% 72%, rgba(200, 153, 58, .16), transparent 34%),
        linear-gradient(135deg, rgba(250, 248, 245, .96), rgba(243, 236, 227, .72)),
        var(--bg-1);
    box-shadow: var(--shadow-soft);
}

.admin-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(128, 35, 68, .08) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: .28;
    pointer-events: none;
}

.admin-bg-orb {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(3px);
    animation: adminOrbFloat 9s ease-in-out infinite;
}

.admin-bg-orb-1 {
    width: 310px;
    height: 310px;
    top: -120px;
    right: -95px;
    background: radial-gradient(circle, rgba(128, 35, 68, .16), transparent 68%);
}

.admin-bg-orb-2 {
    width: 350px;
    height: 350px;
    bottom: -150px;
    left: -110px;
    background: radial-gradient(circle, rgba(200, 153, 58, .20), transparent 68%);
    animation-delay: 1.5s;
}

.admin-showcase-head {
    position: relative;
    z-index: 1;
}

.admin-showcase-head {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 46px;
}

.admin-label {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 7px 18px !important;
    border-radius: 999px !important;
    background: rgba(200, 153, 58, .12) !important;
    border: 1px solid var(--border-gold) !important;
    color: var(--gold-dark) !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

.admin-label svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.admin-showcase-head .sec-title {
    font-size: clamp(28px, 3.4vw, 44px);
    line-height: 1.25;
    color: var(--text-0);
    margin-top: 16px;
    margin-bottom: 16px;
}

.admin-showcase-head .sec-lead {
    color: var(--text-1);
    font-size: 17px;
    line-height: 1.8;
    max-width: 760px;
}

.admin-simple-card {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 14px;
    border-radius: var(--r-lg);
    border: 1px solid rgba(200, 153, 58, .22);
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 18px 48px rgba(26, 21, 16, .075);
}

.admin-simple-frame {
    overflow: hidden;
    border-radius: var(--r);
    border: 1px solid var(--border-gold);
    background: #fff;
    box-shadow: var(--shadow-hover);
}

.admin-simple-img {
    display: block;
    width: 100%;
    height: auto;
}

.admin-experience-card {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 28px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 18px;
    border-radius: var(--r-lg);
    border: 1px solid rgba(200, 153, 58, .24);
    background:
        radial-gradient(circle at 18% 18%, rgba(200, 153, 58, .12), transparent 32%),
        radial-gradient(circle at 92% 76%, rgba(128, 35, 68, .12), transparent 34%),
        rgba(255, 255, 255, .78);
    box-shadow: 0 24px 76px rgba(26, 21, 16, .14);
    overflow: hidden;
}

.admin-experience-card::before {
    content: "";
    position: absolute;
    width: 460px;
    height: 460px;
    left: -190px;
    bottom: -230px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(128, 35, 68, .14), transparent 68%);
    pointer-events: none;
}

.admin-experience-dashboard {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: calc(var(--r-lg) - 4px);
    border: 1px solid rgba(200, 153, 58, .26);
    background: #fff;
    box-shadow:
        0 22px 62px rgba(26, 21, 16, .12),
        0 0 0 1px rgba(255, 255, 255, .7);
}

.admin-browser-bar {
    height: 38px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    background:
        linear-gradient(90deg, rgba(255, 253, 249, .96), rgba(250, 244, 234, .90));
    border-bottom: 1px solid rgba(200, 153, 58, .18);
}

.admin-browser-bar span {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: rgba(128, 35, 68, .46);
}

.admin-browser-bar span:nth-child(2) {
    background: rgba(200, 153, 58, .62);
}

.admin-browser-bar span:nth-child(3) {
    background: rgba(26, 21, 16, .20);
}

.admin-dashboard-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: top center;
    background: #fff;
}

.admin-experience-phone {
    position: relative;
    z-index: 2;
    width: clamp(220px, 18vw, 260px);
    margin-inline-start: -72px;
    align-self: center;
}

.admin-phone-frame {
    padding: 10px;
    border-radius: 36px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .04)) padding-box,
        linear-gradient(145deg, #1a1510, #4b3a33 48%, #1a1510) border-box;
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow:
        0 28px 70px rgba(26, 21, 16, .28),
        0 14px 36px rgba(128, 35, 68, .18),
        0 0 0 1px rgba(200, 153, 58, .18);
}

.admin-phone-screen {
    overflow: hidden;
    border-radius: 27px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .22);
}

.admin-phone-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: top center;
    background: #fff;
}

.admin-simple-cta {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 28px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 24px;
    border-radius: var(--r-lg);
    border: 1px solid var(--border-gold);
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 14px 34px rgba(26, 21, 16, .045);
}

.admin-simple-cta p {
    color: var(--text-2);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 700;
    margin: 0;
}

/* FAQ */
.faq-section {
    padding: 96px 0;
    background:
        radial-gradient(circle at 12% 20%, rgba(128, 35, 68, .07), transparent 32%),
        radial-gradient(circle at 88% 72%, rgba(200, 153, 58, .14), transparent 36%),
        linear-gradient(180deg, var(--bg-0), var(--bg-1));
    overflow: hidden;
}

.faq-panel {
    position: relative;
    overflow: hidden;
    padding: 68px 48px;
    border-radius: calc(var(--r-lg) + 14px);
    border: 1px solid var(--border-gold);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(250, 248, 245, .86)),
        var(--bg-1);
    box-shadow: 0 28px 80px rgba(26, 21, 16, .07);
}

.faq-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(128, 35, 68, .08) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: .28;
    pointer-events: none;
}

.faq-bg-orb {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    animation: faqFloat 9s ease-in-out infinite;
}

.faq-bg-orb-1 {
    width: 280px;
    height: 280px;
    top: -100px;
    right: -80px;
    background: radial-gradient(circle, rgba(128, 35, 68, .14), transparent 68%);
}

.faq-bg-orb-2 {
    width: 330px;
    height: 330px;
    bottom: -140px;
    left: -110px;
    background: radial-gradient(circle, rgba(200, 153, 58, .18), transparent 68%);
    animation-delay: 1.6s;
}

.faq-header,
.faq-grid,
.faq-cta {
    position: relative;
    z-index: 1;
}

.faq-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 28px;
}

.faq-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 18px;
    border-radius: 999px;
    background: rgba(200, 153, 58, .12);
    border: 1px solid var(--border-gold);
    color: var(--gold-dark);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 16px;
}

.faq-label svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.faq-title {
    font-size: clamp(28px, 3.4vw, 44px);
    line-height: 1.25;
    color: var(--text-0);
    font-weight: 800;
    margin-bottom: 16px;
}

.faq-lead {
    color: var(--text-1);
    font-size: 17px;
    line-height: 1.8;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 18px;
    align-items: start;
}

.faq-item {
    border-radius: var(--r);
    border: 1px solid rgba(200, 153, 58, .18);
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 12px 30px rgba(26, 21, 16, .04);
    overflow: hidden;
    transition: var(--transition);
}

.faq-item:hover {
    border-color: var(--gold);
    box-shadow: var(--shadow-soft);
    background: #fff;
}

.faq-item.is-open {
    border-color: rgba(128, 35, 68, .28);
    background:
        linear-gradient(135deg, rgba(128, 35, 68, .045), rgba(200, 153, 58, .045)),
        #fff;
    box-shadow: 0 18px 42px rgba(26, 21, 16, .07);
}

.faq-q {
    width: 100%;
    border: 0;
    background: transparent;
    color: var(--text-0);
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    text-align: right;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.6;
    appearance: none;
    -webkit-appearance: none;
    font-family: inherit;
}

.faq-q:focus-visible {
    outline: 3px solid rgba(128, 35, 68, .22);
    outline-offset: -3px;
}

.faq-toggle {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    flex: 0 0 auto;
    background: rgba(200, 153, 58, .12);
    border: 1px solid rgba(200, 153, 58, .22);
    position: relative;
}

.faq-toggle::before,
.faq-toggle::after {
    content: "";
    position: absolute;
    background: var(--gold-dark);
    border-radius: 999px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.faq-toggle::before {
    width: 12px;
    height: 2px;
}

.faq-toggle::after {
    width: 2px;
    height: 12px;
    transition: var(--transition);
}

.faq-item.is-open .faq-toggle {
    background: rgba(128, 35, 68, .09);
    border-color: rgba(128, 35, 68, .16);
}

.faq-item.is-open .faq-toggle::before,
.faq-item.is-open .faq-toggle::after {
    background: var(--primary);
}

.faq-item.is-open .faq-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .34s ease;
}

.faq-a p {
    padding: 0 20px 20px;
    color: var(--text-1);
    font-size: 14.5px;
    line-height: 1.85;
    font-weight: 600;
}

.faq-item.is-open .faq-a {
    max-height: 260px;
}

.faq-cta {
    margin-top: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 28px;
    border-radius: var(--r-lg);
    border: 1px solid var(--border-gold);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .88), rgba(250, 248, 245, .74)),
        rgba(255, 255, 255, .76);
    box-shadow: 0 14px 34px rgba(26, 21, 16, .045);
}

.faq-cta h3 {
    font-size: 20px;
    font-weight: 800;
    color: var(--text-0);
    margin-bottom: 6px;
}

.faq-cta p {
    color: var(--text-1);
    font-size: 15px;
    line-height: 1.7;
    max-width: 650px;
}

.faq-cta-actions {
    display: flex;
    gap: 12px;
    flex: 0 0 auto;
}

/* Contact */
.contact-section {
    position: relative;
    padding: 100px 0;
    background:
        radial-gradient(circle at 14% 20%, rgba(200, 153, 58, .20), transparent 32%),
        radial-gradient(circle at 88% 76%, rgba(255, 255, 255, .08), transparent 30%),
        linear-gradient(135deg, var(--primary) 0%, #501227 100%);
    color: #fff;
    overflow: hidden;
}

.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: .22;
    pointer-events: none;
}

.contact-shell {
    position: relative;
    z-index: 1;
}

.contact-bg-orb {
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(2px);
    animation: contactFloat 9s ease-in-out infinite;
}

.contact-bg-orb-1 {
    width: 300px;
    height: 300px;
    top: -80px;
    right: -70px;
    background: radial-gradient(circle, rgba(200, 153, 58, .24), transparent 68%);
}

.contact-bg-orb-2 {
    width: 360px;
    height: 360px;
    bottom: -130px;
    left: -110px;
    background: radial-gradient(circle, rgba(255, 255, 255, .10), transparent 68%);
    animation-delay: 1.5s;
}

.contact-header {
    max-width: 820px;
    margin: 0 auto 42px;
    text-align: center;
}

.contact-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 34px;
    padding: 7px 18px;
    border-radius: 999px;
    background: rgba(200, 153, 58, .15);
    border: 1px solid rgba(200, 153, 58, .34);
    color: var(--gold-light);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 16px;
}

.contact-label svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-title {
    font-size: clamp(30px, 3.6vw, 48px);
    line-height: 1.25;
    color: #fff;
    font-weight: 800;
    margin-bottom: 16px;
}

.contact-layout {
    max-width: 1100px;
    margin: 0 auto;
}

.contact-form-card {
    position: relative;
    border-radius: var(--r-lg);
    border: 1px solid rgba(200, 153, 58, .22);
    background: rgba(255, 255, 255, .10);
    backdrop-filter: blur(14px);
    box-shadow: 0 26px 70px rgba(0, 0, 0, .18);
    opacity: 0;
    transform: translateY(18px);
}

.contact-form-card {
    padding: 12px;
}

.contact-form {
    background: rgba(255, 255, 255, .96);
    color: var(--text-0);
    padding: 34px;
    border-radius: calc(var(--r-lg) - 4px);
    box-shadow: none;
    text-align: right;
}

.contact-form-note {
    margin: 14px 0 0;
    text-align: center;
    color: var(--text-1);
    font-size: 13.5px;
    font-weight: 700;
}

/* Footer */
footer {
    background-color: var(--text-0);
    color: rgba(255, 255, 255, 0.6);
    padding: 80px 0 40px;
    font-size: 14px;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(320px, 1.7fr) minmax(180px, .8fr) minmax(260px, 1fr);
    column-gap: 84px;
    row-gap: 40px;
    margin-bottom: 60px;
}

.footer-brand p {
    margin-top: 16px;
    line-height: 1.7;
}

.footer-col h3,
.footer-col h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 24px;
}

.footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-col a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: var(--transition);
}

.footer-col a:hover {
    color: var(--gold-light);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.platform-card.r.visible:hover,
.number-card.r.visible:hover,
.sp-card.r.visible:hover,
.feature-card.r.visible:hover {
    transform: translateY(-6px);
}

.number-card.r.visible:hover {
    transform: translateY(-8px);
}

.sp-card.r.visible:hover {
    transform: translateY(-3px);
}

.hero {
    background:
        radial-gradient(circle at 18% 20%, rgba(200, 153, 58, .24), transparent 30%),
        radial-gradient(circle at 85% 18%, rgba(128, 35, 68, .18), transparent 34%),
        radial-gradient(circle at 50% 100%, rgba(9, 7, 6, .08), transparent 45%),
        linear-gradient(135deg, var(--cream-0), var(--cream-1) 48%, var(--cream-2));
}

.hero::after,
.platform-pillars-section::after,
.numbers-section::after,
.social-proof-sec::after,
.features-section::after,
.faq-section::after,
.contact-section::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(200, 153, 58, .34), transparent);
    pointer-events: none;
    z-index: 2;
}

.hero-dashboard-frame {
    box-shadow:
        0 34px 90px rgba(26, 21, 16, .18),
        0 0 0 1px rgba(200, 153, 58, .22),
        0 0 70px rgba(200, 153, 58, .13);
}

.hero-visual::before {
    background:
        radial-gradient(circle at 42% 35%, rgba(224, 179, 88, .34), transparent 35%),
        radial-gradient(circle at 70% 72%, rgba(128, 35, 68, .22), transparent 34%);
    filter: blur(10px);
}

.hero-phone {
    box-shadow:
        0 22px 55px rgba(26, 21, 16, .18),
        0 0 0 1px rgba(200, 153, 58, .24),
        0 0 44px rgba(128, 35, 68, .14);
}

.platform-pillars-section {
    position: relative;
    background:
        radial-gradient(circle at 16% 16%, rgba(224, 179, 88, .20), transparent 28%),
        radial-gradient(circle at 88% 78%, rgba(128, 35, 68, .28), transparent 34%),
        linear-gradient(135deg, var(--primary-deep), var(--primary-dark) 48%, var(--royal-black-2));
}

.platform-pillars-panel {
    border-color: rgba(200, 153, 58, .30);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .065)),
        rgba(255, 255, 255, .06);
    box-shadow: var(--shadow-dark);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.platform-pillars-panel::before {
    background-image: radial-gradient(rgba(243, 223, 173, .14) 1px, transparent 1px);
    opacity: .22;
}

.platform-pillars-label,
.platform-card-app .platform-card-label,
.platform-card-label {
    border-color: rgba(200, 153, 58, .34);
    background: rgba(200, 153, 58, .12);
    color: var(--gold-soft);
}

.platform-pillars-title,
.platform-card-title {
    color: var(--text-on-dark);
}

.platform-pillars-lead,
.platform-card-copy,
.platform-benefit,
.platform-card-action {
    color: rgba(255, 248, 236, .80);
}

.platform-card {
    border-color: rgba(200, 153, 58, .30);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .07)),
        rgba(255, 255, 255, .075);
    box-shadow: 0 22px 62px rgba(0, 0, 0, .24);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.platform-benefit svg {
    color: var(--gold-light);
}

.platform-dashboard-browser,
.platform-phone-frame {
    box-shadow: 0 24px 72px rgba(0, 0, 0, .36), 0 0 0 1px rgba(200, 153, 58, .22);
}

.numbers-section {
    position: relative;
    background:
        radial-gradient(circle at 12% 20%, rgba(200, 153, 58, .20), transparent 32%),
        radial-gradient(circle at 82% 84%, rgba(166, 121, 36, .13), transparent 34%),
        linear-gradient(180deg, var(--cream-0), var(--cream-1) 58%, var(--cream-2));
}

.numbers-panel {
    border-color: rgba(200, 153, 58, .28);
    background:
        linear-gradient(135deg, rgba(255, 253, 249, .96), rgba(250, 244, 234, .84)),
        var(--cream-1);
    box-shadow: var(--shadow-premium);
}

.number-card {
    border-color: rgba(200, 153, 58, .22);
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 18px 48px rgba(26, 21, 16, .06);
}

.number-value {
    color: var(--primary);
}

.number-icon {
    background: rgba(128, 35, 68, .08);
    color: var(--primary);
}

.number-card::after {
    background: linear-gradient(90deg, rgba(128, 35, 68, .82), var(--gold), rgba(224, 179, 88, .78));
    opacity: 1;
}

.social-proof-sec {
    position: relative;
    background:
        radial-gradient(circle at 12% 20%, rgba(128, 35, 68, 0.22), transparent 34%),
        radial-gradient(circle at 88% 80%, rgba(200, 153, 58, 0.09), transparent 36%),
        linear-gradient(135deg, #090706 0%, #120d0f 55%, #170b12 100%);
}

.sp-panel {
    padding: 56px 42px;
    border-color: rgba(200, 153, 58, .18);
    background: rgba(255, 255, 255, .035);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .22);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.sp-panel::before {
    background-image: none;
    opacity: 0;
}

.sp-bg-orb {
    opacity: .28;
    filter: blur(18px);
    animation-duration: 18s;
}

.sp-bg-orb-1 {
    background: radial-gradient(circle, rgba(128, 35, 68, .12), transparent 70%);
}

.sp-bg-orb-2 {
    display: none;
}

.sp-label {
    padding: 6px 15px;
    background: rgba(200, 153, 58, .09);
    border-color: rgba(200, 153, 58, .24);
    color: #f3dfad;
    font-size: 13px;
    margin-bottom: 14px;
}

.sp-title {
    font-size: clamp(30px, 3vw, 42px);
    color: #fff8ec;
    margin-bottom: 12px;
}

.sp-lead {
    max-width: 680px;
    color: rgba(255, 248, 236, .66);
    line-height: 1.8;
}

.sp-marquee-wrap {
    padding: 10px;
    border-radius: 22px;
    border-color: rgba(200, 153, 58, .16);
    background: rgba(255, 255, 255, .035);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.sp-header-grid {
    margin-bottom: 30px;
}

.sp-marquee {
    padding: 4px 0;
}

.sp-marquee::before,
.sp-marquee::after {
    width: 72px;
}

.sp-marquee::before {
    background: linear-gradient(90deg, transparent, rgba(18, 13, 15, .86));
}

.sp-marquee::after {
    background: linear-gradient(270deg, transparent, rgba(18, 13, 15, .86));
}

.sp-card {
    min-width: 210px;
    height: 64px;
    padding: 12px 14px;
    border-radius: 16px;
    border-color: rgba(200, 153, 58, .22);
    background: rgba(255, 255, 255, .09);
    color: var(--text-on-dark);
    box-shadow: none;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.sp-card:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, .13);
    border-color: rgba(224, 179, 88, .45);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.sp-icon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: rgba(200, 153, 58, .12);
    border-color: rgba(200, 153, 58, .22);
    color: #e0b358;
}

.sp-name {
    color: #fff8ec;
    font-size: 14.5px;
    font-weight: 800;
}

.sp-cta {
    margin-top: 26px;
    padding: 18px 22px;
    border-radius: 20px;
    border-color: rgba(200, 153, 58, .20);
    background: rgba(255, 255, 255, .06);
    box-shadow: none;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.sp-cta::before {
    width: 3px;
    background: linear-gradient(180deg, #802344, #c8993a);
    opacity: .8;
}

.sp-cta h3 {
    color: #fff8ec;
    font-size: 18px;
    margin: 0;
}

.sp-cta p {
    color: rgba(255, 248, 236, .70);
}

.sp-cta .btn {
    min-height: 42px;
    padding: 10px 22px;
    border-radius: 14px;
}

.sp-cta .btn-primary {
    box-shadow:
        0 8px 22px rgba(128, 35, 68, .24),
        0 0 0 1px rgba(224, 179, 88, .18);
}

.sp-cta .btn-primary:hover {
    background-color: var(--primary-light);
    box-shadow:
        0 12px 28px rgba(128, 35, 68, .30),
        0 0 0 1px rgba(224, 179, 88, .32);
}

.features-section {
    position: relative;
    background:
        radial-gradient(circle at 12% 12%, rgba(128, 35, 68, .10), transparent 30%),
        radial-gradient(circle at 88% 80%, rgba(200, 153, 58, .14), transparent 34%),
        linear-gradient(180deg, var(--cream-0), var(--bg-0));
}

.admin-showcase {
    border-color: var(--border-gold-strong);
    background:
        radial-gradient(circle at 12% 18%, rgba(200, 153, 58, .18), transparent 30%),
        radial-gradient(circle at 82% 88%, rgba(128, 35, 68, .10), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(250, 244, 234, .84));
    box-shadow: var(--shadow-premium);
}

.admin-showcase::before {
    background-image: radial-gradient(rgba(128, 35, 68, .07) 1px, transparent 1px);
    opacity: .18;
}

.admin-simple-card,
.admin-simple-cta {
    border-color: rgba(200, 153, 58, .24);
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 18px 48px rgba(26, 21, 16, .06);
}

.admin-simple-frame {
    box-shadow: 0 24px 76px rgba(26, 21, 16, .18), 0 0 0 1px rgba(200, 153, 58, .24);
}

.faq-section {
    position: relative;
    background:
        radial-gradient(circle at 10% 18%, rgba(128, 35, 68, .08), transparent 30%),
        radial-gradient(circle at 90% 72%, rgba(200, 153, 58, .10), transparent 34%),
        linear-gradient(180deg, var(--bg-0), var(--cream-0) 48%, var(--cream-1));
}

.faq-panel {
    border-color: rgba(200, 153, 58, .24);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 253, 249, .88)),
        var(--cream-0);
    box-shadow: var(--shadow-premium);
}

.faq-item {
    border-color: rgba(200, 153, 58, .20);
    background: rgba(255, 255, 255, .84);
    box-shadow: 0 18px 48px rgba(26, 21, 16, .05);
}

.faq-item.is-open {
    background:
        linear-gradient(135deg, rgba(128, 35, 68, .07), rgba(200, 153, 58, .08)),
        #fff;
    border-color: rgba(128, 35, 68, .24);
}

.contact-section {
    background:
        radial-gradient(circle at 20% 18%, rgba(224, 179, 88, .26), transparent 30%),
        radial-gradient(circle at 84% 72%, rgba(128, 35, 68, .38), transparent 34%),
        radial-gradient(circle at 50% 0%, rgba(255, 248, 236, .08), transparent 28%),
        linear-gradient(135deg, var(--primary-deep), var(--primary-dark) 48%, var(--royal-black));
}

.contact-section::before {
    background-image: radial-gradient(rgba(243, 223, 173, .14) 1px, transparent 1px);
    opacity: .18;
}

.contact-title {
    color: var(--text-on-dark);
}

.contact-label {
    color: var(--gold-soft);
    background: rgba(200, 153, 58, .12);
    border-color: rgba(200, 153, 58, .34);
}

.contact-form-card {
    border-color: rgba(200, 153, 58, .30);
    background: rgba(255, 255, 255, .10);
    box-shadow: var(--shadow-dark);
    isolation: isolate;
}

.contact-form {
    background: rgba(255, 253, 249, .97);
    box-shadow: 0 22px 68px rgba(0, 0, 0, .12);
}

footer {
    background:
        radial-gradient(circle at 18% 0%, rgba(128, 35, 68, .28), transparent 30%),
        radial-gradient(circle at 82% 20%, rgba(200, 153, 58, .10), transparent 28%),
        linear-gradient(180deg, var(--royal-black-2), var(--royal-black));
    border-top: 1px solid rgba(200, 153, 58, .18);
}

.footer-col h3,
.footer-col h4 {
    color: var(--text-on-dark);
}

.footer-col a,
.footer-brand p,
.footer-bottom {
    color: rgba(255, 248, 236, .62);
}

.footer-bottom {
    border-top-color: rgba(200, 153, 58, .14);
}

.hero,
.platform-pillars-section,
.numbers-section,
.social-proof-sec,
.features-section,
.faq-section,
.contact-section,
footer {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.hero {
    background-size: auto;
    animation: none;
}

.hero::before,
.hero::after,
.platform-pillars-section::before,
.platform-pillars-section::after,
.numbers-section::before,
.numbers-section::after,
.social-proof-sec::before,
.social-proof-sec::after,
.features-section::before,
.features-section::after,
.faq-section::before,
.faq-section::after,
.contact-section::before,
.contact-section::after,
footer::before,
footer::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
    will-change: transform, opacity;
}

.hero-shell,
.platform-pillars-section > .container,
.numbers-section > .container,
.social-proof-sec > .container,
.features-section > .container,
.faq-section > .container,
.contact-shell,
footer > .container,
.platform-pillars-panel,
.numbers-panel,
.sp-panel,
.admin-showcase,
.faq-panel,
.footer-grid,
.footer-bottom {
    position: relative;
    z-index: 1;
}

.hero::before {
    width: 460px;
    height: 460px;
    top: 8%;
    right: -120px;
    border-radius: 999px;
    background: radial-gradient(circle, var(--glow-gold), transparent 66%);
    animation:
        premiumOrbFloat 18s ease-in-out infinite,
        premiumGlowPulse 12s ease-in-out infinite;
}

.hero::after {
    width: 520px;
    height: 520px;
    left: -120px;
    bottom: -180px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 42% 42%, var(--glow-burgundy-soft), transparent 68%),
        radial-gradient(circle at 50% 100%, var(--glow-black), transparent 72%);
    animation: premiumOrbFloat 22s ease-in-out reverse infinite;
}

.platform-pillars-section::before {
    width: 520px;
    height: 520px;
    right: -170px;
    top: 4%;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(224, 179, 88, .22), transparent 67%);
    animation:
        premiumOrbFloat 20s ease-in-out infinite,
        premiumGlowPulse 16s ease-in-out infinite;
}

.platform-pillars-section::after {
    width: 76vw;
    height: 420px;
    left: -18vw;
    bottom: -150px;
    border-radius: 45%;
    background:
        radial-gradient(ellipse at 30% 50%, rgba(128, 35, 68, .24), transparent 56%),
        linear-gradient(110deg, transparent, rgba(200, 153, 58, .09), transparent);
    filter: blur(18px);
    opacity: .68;
    animation: premiumWaveDrift 26s ease-in-out infinite;
}

.numbers-section::before {
    width: 440px;
    height: 440px;
    right: -130px;
    top: 8%;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(200, 153, 58, .18), transparent 70%);
    opacity: .62;
    animation: premiumOrbFloat 24s ease-in-out infinite;
}

.numbers-section::after {
    width: 68vw;
    height: 300px;
    left: -12vw;
    bottom: -120px;
    border-radius: 999px;
    background:
        radial-gradient(ellipse at 50% 50%, rgba(255, 248, 236, .30), transparent 58%),
        radial-gradient(ellipse at 70% 48%, rgba(200, 153, 58, .12), transparent 62%);
    filter: blur(16px);
    opacity: .58;
    animation: premiumWaveDrift 28s ease-in-out reverse infinite;
}

.social-proof-sec {
    background-size: auto;
    animation: none;
}

.social-proof-sec::before {
    width: 560px;
    height: 560px;
    right: -210px;
    bottom: -240px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(128, 35, 68, .18), transparent 70%);
    opacity: .28;
    animation: premiumOrbFloat 36s ease-in-out infinite;
}

.social-proof-sec::after {
    inset: 0;
    background: radial-gradient(circle at 88% 18%, rgba(200, 153, 58, .08), transparent 34%);
    opacity: .24;
    animation: premiumWaveDrift 42s ease-in-out infinite;
}

.features-section::before {
    width: 520px;
    height: 520px;
    right: -150px;
    top: 12%;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(200, 153, 58, .16), transparent 68%);
    animation: premiumOrbFloat 22s ease-in-out infinite;
}

.features-section::after {
    width: 560px;
    height: 560px;
    left: -180px;
    bottom: 4%;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(128, 35, 68, .12), transparent 70%);
    animation:
        premiumOrbFloat 26s ease-in-out reverse infinite,
        premiumGlowPulse 18s ease-in-out infinite;
}

.admin-simple-card {
    isolation: isolate;
}

.admin-simple-card::before {
    content: "";
    position: absolute;
    inset: -40px;
    z-index: -1;
    border-radius: calc(var(--r-lg) + 18px);
    background:
        radial-gradient(circle at 30% 30%, rgba(200, 153, 58, .18), transparent 34%),
        radial-gradient(circle at 70% 70%, rgba(128, 35, 68, .14), transparent 38%);
    filter: blur(24px);
    opacity: .72;
    pointer-events: none;
    animation: premiumGlowPulse 14s ease-in-out infinite;
}

.faq-section::before {
    width: 480px;
    height: 480px;
    right: -170px;
    top: 12%;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(128, 35, 68, .12), transparent 70%);
    opacity: .52;
    animation: premiumOrbFloat 24s ease-in-out infinite;
}

.faq-section::after {
    width: 420px;
    height: 420px;
    left: -140px;
    bottom: -120px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(200, 153, 58, .13), transparent 68%);
    opacity: .45;
    animation: premiumOrbFloat 28s ease-in-out reverse infinite;
}

.contact-section {
    background-size: auto;
    animation: none;
}

.contact-section::before {
    width: 640px;
    height: 640px;
    right: -210px;
    top: -140px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 42% 42%, rgba(200, 153, 58, .28), transparent 58%),
        radial-gradient(circle, rgba(255, 248, 236, .10), transparent 70%);
    animation:
        premiumOrbFloat 20s ease-in-out infinite,
        premiumGlowPulse 14s ease-in-out infinite;
}

.contact-section::after {
    width: 760px;
    height: 620px;
    left: -260px;
    bottom: -260px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 50% 48%, rgba(128, 35, 68, .34), transparent 62%),
        radial-gradient(circle at 52% 74%, rgba(9, 7, 6, .26), transparent 70%);
    opacity: .74;
    animation: premiumOrbFloat 28s ease-in-out reverse infinite;
}

.contact-form-card::before {
    content: "";
    position: absolute;
    inset: -18px;
    z-index: -1;
    border-radius: calc(var(--r-lg) + 12px);
    background:
        radial-gradient(circle at 25% 0%, rgba(200, 153, 58, .20), transparent 42%),
        radial-gradient(circle at 80% 100%, rgba(128, 35, 68, .24), transparent 46%);
    filter: blur(18px);
    opacity: .55;
    pointer-events: none;
    animation: premiumGlowPulse 16s ease-in-out infinite;
}

footer {
    background-size: auto;
    animation: none;
}

footer::before {
    width: 520px;
    height: 220px;
    right: 8%;
    top: -120px;
    border-radius: 999px;
    background: radial-gradient(ellipse, rgba(200, 153, 58, .16), transparent 68%);
    opacity: .56;
    animation: premiumWaveDrift 30s ease-in-out infinite;
}

footer::after {
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(200, 153, 58, .24), transparent);
    opacity: .72;
}

/* Calmer Havlaa brand backgrounds */
.hero {
    background:
        radial-gradient(circle at 18% 18%, rgba(128, 35, 68, .045), transparent 30%),
        radial-gradient(circle at 84% 20%, rgba(200, 153, 58, .055), transparent 32%),
        linear-gradient(135deg, var(--bg-canvas), var(--bg-soft) 58%, var(--bg-primary-subtle));
}

.hero-dashboard-frame,
.hero-phone {
    box-shadow: var(--shadow-card);
}

.hero-visual::before,
.hero::before,
.hero::after {
    opacity: .16;
}

.hero::before {
    background: radial-gradient(circle, rgba(200, 153, 58, .07), transparent 68%);
}

.hero::after {
    background: radial-gradient(circle, rgba(128, 35, 68, .05), transparent 70%);
}

.hero::after,
.platform-pillars-section::after,
.numbers-section::after,
.social-proof-sec::after,
.features-section::after,
.faq-section::after,
.contact-section::after {
    background: linear-gradient(90deg, transparent, rgba(128, 35, 68, .08), transparent);
}

.platform-pillars-section,
.social-proof-sec,
.faq-section {
    background:
        radial-gradient(circle at 12% 18%, rgba(128, 35, 68, .035), transparent 30%),
        radial-gradient(circle at 88% 76%, rgba(200, 153, 58, .04), transparent 32%),
        var(--bg-canvas);
}

.numbers-section,
.features-section {
    background:
        radial-gradient(circle at 14% 14%, rgba(128, 35, 68, .035), transparent 30%),
        radial-gradient(circle at 86% 80%, rgba(200, 153, 58, .045), transparent 34%),
        var(--bg-soft);
}

.platform-pillars-panel,
.numbers-panel,
.sp-panel,
.faq-panel,
.admin-showcase {
    border-color: var(--border-soft);
    background: rgba(255, 255, 255, .86);
    box-shadow: var(--shadow-card);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.platform-pillars-panel::before,
.numbers-panel::before,
.sp-panel::before,
.faq-panel::before,
.admin-showcase::before {
    background-image: radial-gradient(rgba(128, 35, 68, .04) 1px, transparent 1px);
    opacity: .16;
}

.platform-pillars-label,
.platform-card-app .platform-card-label,
.platform-card-label,
.numbers-label,
.sp-label,
.features-label,
.admin-label,
.faq-label {
    border-color: rgba(128, 35, 68, .10) !important;
    background: var(--bg-primary-subtle) !important;
    color: var(--primary) !important;
}

.platform-pillars-title,
.platform-card-title,
.sp-title,
.faq-title {
    color: var(--text-0);
}

.platform-pillars-lead,
.platform-card-copy,
.platform-benefit,
.sp-lead,
.faq-lead {
    color: var(--text-1);
}

.platform-card-action {
    color: var(--primary);
}

.platform-card,
.number-card,
.feature-card,
.sp-card,
.faq-item,
.admin-simple-card,
.admin-simple-cta,
.sp-cta,
.faq-cta,
.numbers-cta {
    border-color: var(--border-soft);
    background: var(--surface-card);
    box-shadow: var(--shadow-card);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.platform-card:hover,
.number-card:hover,
.sp-card:hover,
.faq-item:hover {
    border-color: var(--border-primary-soft);
    box-shadow: 0 16px 40px rgba(26, 21, 16, .075);
}

.platform-benefit svg,
.sp-icon,
.number-icon {
    color: var(--primary);
}

.platform-dashboard-browser,
.platform-phone-frame,
.admin-simple-frame {
    box-shadow: var(--shadow-card);
}

.sp-card {
    color: var(--text-0);
}

.sp-card:hover {
    background: var(--surface-card);
    border-color: var(--border-primary-soft);
    box-shadow: 0 16px 40px rgba(26, 21, 16, .075);
}

.sp-name {
    color: var(--text-0);
}

.sp-marquee-wrap {
    border-color: var(--border-soft);
    background: rgba(255, 255, 255, .72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.sp-marquee::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .94));
}

.sp-marquee::after {
    background: linear-gradient(270deg, transparent, rgba(255, 255, 255, .94));
}

.sp-cta h3,
.sp-cta p {
    color: var(--text-0);
}

.sp-cta p {
    color: var(--text-1);
}

.number-card::after {
    background: linear-gradient(90deg, rgba(128, 35, 68, .68), rgba(200, 153, 58, .62));
    opacity: .78;
}

.faq-item.is-open {
    border-color: var(--border-primary-soft);
    background:
        linear-gradient(135deg, rgba(128, 35, 68, .035), rgba(200, 153, 58, .035)),
        var(--surface-card);
}

.platform-bg-glow,
.numbers-bg-orb,
.sp-bg-orb,
.admin-bg-orb,
.faq-bg-orb {
    opacity: .08;
    filter: blur(18px);
}

.platform-pillars-section::before,
.platform-pillars-section::after,
.numbers-section::before,
.numbers-section::after,
.social-proof-sec::before,
.social-proof-sec::after,
.features-section::before,
.features-section::after,
.faq-section::before,
.faq-section::after,
.admin-simple-card::before {
    opacity: .08;
    filter: blur(12px);
}

.contact-section {
    background:
        radial-gradient(circle at 18% 18%, rgba(200, 153, 58, .07), transparent 32%),
        radial-gradient(circle at 84% 76%, rgba(255, 255, 255, .045), transparent 34%),
        linear-gradient(135deg, var(--primary), var(--primary-dark) 62%, var(--primary-deep));
}

.contact-section::before {
    background-image: radial-gradient(rgba(255, 248, 236, .06) 1px, transparent 1px);
    opacity: .08;
}

.contact-section::after,
.contact-bg-orb,
.contact-form-card::before {
    opacity: .12;
}

.contact-section::after {
    background: radial-gradient(circle, rgba(128, 35, 68, .08), transparent 70%);
}

.contact-label {
    color: var(--text-on-dark);
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .14);
}

.contact-form-card {
    border-color: rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 18px 54px rgba(9, 7, 6, .22);
}

.contact-form {
    background: var(--surface-card);
    box-shadow: var(--shadow-card);
}

footer {
    background:
        radial-gradient(circle at 18% 0%, rgba(128, 35, 68, .10), transparent 28%),
        linear-gradient(180deg, #160b10, var(--royal-black));
}

footer::before {
    opacity: .14;
}

/* Subtle animated brand waves and gradients */
.hero,
.social-proof-sec,
.contact-section,
footer {
    animation: none;
    background-size: auto;
}

.platform-pillars-section::before,
.platform-pillars-section::after,
.numbers-section::before,
.numbers-section::after,
.social-proof-sec::before,
.social-proof-sec::after,
.faq-section::before,
.faq-section::after {
    animation: none;
    opacity: 0;
}

.hero::before,
.hero::after,
.features-section::before,
.features-section::after,
.admin-showcase::after,
.contact-section::before,
.contact-section::after {
    pointer-events: none;
    will-change: transform, opacity;
}

.hero {
    background:
        radial-gradient(circle at 12% 12%, rgba(128, 35, 68, .035), transparent 30%),
        radial-gradient(circle at 88% 18%, rgba(200, 153, 58, .045), transparent 32%),
        linear-gradient(135deg, var(--bg-canvas), var(--bg-soft) 58%, var(--bg-primary-subtle));
}

.hero::before {
    width: min(42vw, 520px);
    height: min(42vw, 520px);
    top: 11%;
    right: -180px;
    left: auto;
    bottom: auto;
    border-radius: 999px;
    background:
        radial-gradient(circle at 44% 40%, var(--effect-gold), transparent 58%),
        radial-gradient(circle at 62% 66%, var(--effect-blush), transparent 72%);
    filter: blur(var(--effect-blur-lg));
    opacity: .06;
    z-index: 0;
    --effect-x: -18px;
    --effect-y: 16px;
    --effect-opacity-low: .045;
    --effect-opacity-high: .085;
    animation: brandGradientBreathe 24s ease-in-out infinite;
}

.hero::after {
    inset: auto -6% -1px;
    width: 112%;
    height: clamp(82px, 8vw, 124px);
    border-radius: 0;
    background:
        url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201440%20120'%20preserveAspectRatio='none'%3E%3Cpath%20fill='%23ffffff'%20fill-opacity='.78'%20d='M0,72%20C180,104%20364,36%20550,70%20C742,105%20914,104%201092,64%20C1236,32%201348,50%201440,76%20L1440,120%20L0,120%20Z'/%3E%3Cpath%20fill='%23802344'%20fill-opacity='.07'%20d='M0,80%20C220,38%20430,112%20672,74%20C918,35%201118,100%201440,56%20L1440,82%20C1118,126%20918,62%20672,96%20C430,132%20220,58%200,100%20Z'/%3E%3Cpath%20fill='%23C8993A'%20fill-opacity='.06'%20d='M0,92%20C260,68%20490,94%20720,78%20C980,58%201170,72%201440,46%20L1440,62%20C1170,92%20980,78%20720,100%20C490,118%20260,90%200,112%20Z'/%3E%3C/svg%3E"),
        linear-gradient(90deg, rgba(128, 35, 68, .04), rgba(200, 153, 58, .05), rgba(251, 245, 247, .04));
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: none;
    opacity: .08;
    z-index: 0;
    --effect-x: -20px;
    --effect-opacity-low: .05;
    --effect-opacity-high: .09;
    animation: brandWaveDrift 22s ease-in-out infinite;
}

.features-section {
    background:
        linear-gradient(180deg, var(--bg-soft) 0%, var(--bg-canvas) 45%, var(--bg-soft) 100%);
}

.features-section::before {
    inset: -1px -6% auto;
    width: 112%;
    height: clamp(76px, 7vw, 112px);
    border-radius: 0;
    background:
        url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201440%20120'%20preserveAspectRatio='none'%3E%3Cpath%20fill='%23FAF8F5'%20fill-opacity='.86'%20d='M0,0%20L1440,0%20L1440,44%20C1220,82%201040,20%20808,54%20C560,90%20370,28%200,72%20Z'/%3E%3Cpath%20fill='%23802344'%20fill-opacity='.055'%20d='M0,46%20C260,12%20484,82%20724,44%20C980,4%201210,70%201440,28%20L1440,48%20C1210,90%20980,24%20724,66%20C484,104%20260,34%200,68%20Z'/%3E%3Cpath%20fill='%23C8993A'%20fill-opacity='.06'%20d='M0,28%20C210,70%20482,20%20714,48%20C998,84%201188,18%201440,52%20L1440,70%20C1188,38%20998,104%20714,70%20C482,42%20210,92%200,50%20Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: none;
    opacity: .075;
    z-index: 0;
    --effect-x: 18px;
    --effect-opacity-low: .045;
    --effect-opacity-high: .085;
    animation: brandWaveDrift 25s ease-in-out reverse infinite;
}

.features-section::after {
    width: min(44vw, 540px);
    height: min(44vw, 540px);
    left: -190px;
    right: auto;
    top: 14%;
    bottom: auto;
    border-radius: 999px;
    background:
        radial-gradient(circle at 45% 42%, rgba(128, 35, 68, .075), transparent 62%),
        radial-gradient(circle at 70% 72%, var(--effect-cream), transparent 74%);
    filter: blur(var(--effect-blur-lg));
    opacity: .055;
    z-index: 0;
    --effect-x: 20px;
    --effect-y: -14px;
    --effect-opacity-low: .04;
    --effect-opacity-high: .075;
    animation: brandBlobDrift 23s ease-in-out infinite;
}

.admin-showcase {
    background:
        radial-gradient(circle at 12% 18%, rgba(200, 153, 58, .045), transparent 30%),
        radial-gradient(circle at 86% 78%, rgba(128, 35, 68, .035), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(250, 248, 245, .88));
}

.admin-showcase::after {
    content: "";
    position: absolute;
    inset: auto -7% -1px;
    width: 114%;
    height: clamp(82px, 7vw, 118px);
    border-radius: 0;
    background:
        url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201440%20120'%20preserveAspectRatio='none'%3E%3Cpath%20fill='%23ffffff'%20fill-opacity='.76'%20d='M0,76%20C230,38%20472,102%20708,68%20C958,32%201190,94%201440,56%20L1440,120%20L0,120%20Z'/%3E%3Cpath%20fill='%23802344'%20fill-opacity='.06'%20d='M0,92%20C250,58%20480,100%20718,74%20C966,46%201190,82%201440,44%20L1440,64%20C1190,102%20966,68%20718,96%20C480,122%20250,80%200,114%20Z'/%3E%3Cpath%20fill='%23C8993A'%20fill-opacity='.055'%20d='M0,70%20C220,108%20488,36%20718,72%20C974,112%201198,38%201440,78%20L1440,96%20C1198,58%20974,132%20718,94%20C488,58%20220,128%200,92%20Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: none;
    opacity: .08;
    z-index: 0;
    --effect-x: -18px;
    --effect-opacity-low: .045;
    --effect-opacity-high: .08;
    animation: brandWaveDrift 21s ease-in-out infinite;
}

.admin-bg-orb,
.platform-bg-glow,
.numbers-bg-orb,
.sp-bg-orb,
.faq-bg-orb,
.contact-bg-orb {
    filter: blur(var(--effect-blur-md));
    opacity: .06;
    animation: brandBlobDrift 19s ease-in-out infinite;
}

.admin-bg-orb-1,
.contact-bg-orb-1 {
    --effect-x: -18px;
    --effect-y: 14px;
    --effect-opacity-low: .04;
    --effect-opacity-high: .08;
}

.admin-bg-orb-2,
.contact-bg-orb-2 {
    display: none;
}

.admin-simple-card::before,
.contact-form-card::before {
    display: none;
}

.contact-section::before {
    inset: -1px -6% auto;
    width: 112%;
    height: clamp(86px, 8vw, 128px);
    border-radius: 0;
    background:
        url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201440%20120'%20preserveAspectRatio='none'%3E%3Cpath%20fill='%23FAF8F5'%20fill-opacity='.78'%20d='M0,0%20L1440,0%20L1440,58%20C1220,22%201030,88%20782,54%20C520,18%20320,82%200,42%20Z'/%3E%3Cpath%20fill='%23ffffff'%20fill-opacity='.42'%20d='M0,18%20C260,72%20488,20%20720,48%20C980,80%201180,18%201440,50%20L1440,68%20C1180,38%20980,100%20720,70%20C488,42%20260,92%200,40%20Z'/%3E%3Cpath%20fill='%23C8993A'%20fill-opacity='.08'%20d='M0,54%20C236,20%20494,84%20730,48%20C982,10%201210,72%201440,36%20L1440,54%20C1210,92%20982,30%20730,70%20C494,106%20236,42%200,76%20Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    filter: none;
    opacity: .16;
    z-index: 0;
    --effect-x: 20px;
    --effect-opacity-low: .11;
    --effect-opacity-high: .17;
    animation: brandWaveDrift 24s ease-in-out infinite;
}

.contact-section::after {
    width: min(42vw, 540px);
    height: min(42vw, 540px);
    left: -210px;
    right: auto;
    bottom: -180px;
    border-radius: 999px;
    background:
        radial-gradient(circle at 45% 48%, rgba(200, 153, 58, .10), transparent 60%),
        radial-gradient(circle at 68% 62%, rgba(255, 248, 236, .08), transparent 74%);
    filter: blur(var(--effect-blur-lg));
    opacity: .07;
    z-index: 0;
    --effect-x: 18px;
    --effect-y: -18px;
    --effect-opacity-low: .045;
    --effect-opacity-high: .085;
    animation: brandGradientBreathe 25s ease-in-out reverse infinite;
}

.contact-bg-orb-1 {
    top: -130px;
    right: -170px;
    background: radial-gradient(circle, rgba(200, 153, 58, .10), transparent 68%);
}

.contact-header,
.contact-layout {
    position: relative;
    z-index: 1;
}
