/* ZPRO landing — 3D geometric (reference match) */

:root {
    --lp-yellow: #f5d84a;
    --lp-yellow-2: #ffe56a;
    --lp-yellow-deep: #e8c230;
    --lp-magenta: #c2185b;
    --lp-magenta-2: #e91e8c;
    --lp-purple: #9c27b0;
    --lp-ink: #1a1a1a;
    --lp-muted: #3a3a3a;
    --lp-grad-btn: linear-gradient(90deg, #9c27b0 0%, #e91e8c 55%, #ff2d95 100%);
    --lp-grad-btn-hover: linear-gradient(90deg, #8e24aa 0%, #d81b7a 55%, #f5007a 100%);
    --hp-container: min(1100px, calc(100% - 40px));
    --hp-primary: #c2185b;
    --hp-primary-2: #e91e8c;
    --hp-text: #1a1a1a;
    --hp-muted: #555;
    --hp-card: #ffffff;
    --hp-border: rgba(194, 24, 91, 0.12);
    --hp-grad: var(--lp-grad-btn);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body.hp-body {
    font-family: 'Montserrat', sans-serif;
    background: #fff8d6 !important;
    color: var(--lp-ink) !important;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }

.hp-container {
    width: var(--hp-container);
    margin-left: auto;
    margin-right: auto;
}

/* ===== Stage / Background ===== */
.lp-stage {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
    isolation: isolate;
}

.lp-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.lp-bg-yellow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 90% 80% at 35% 40%, #ffe978 0%, transparent 55%),
        radial-gradient(ellipse 70% 60% at 10% 80%, #f0d040 0%, transparent 50%),
        linear-gradient(115deg, #f3d23a 0%, #f7de55 38%, #ffec7a 62%, #f5d84a 100%);
}

.lp-bg-magenta {
    position: absolute;
    right: -8%;
    bottom: -18%;
    width: 62%;
    height: 78%;
    background: linear-gradient(145deg, #d81b60 0%, #ad1457 45%, #880e4f 100%);
    clip-path: polygon(38% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: skewX(-8deg);
    box-shadow: -40px 0 80px rgba(136, 14, 79, 0.25);
}

/* ===== Nav ===== */
.lp-nav {
    position: relative;
    z-index: 20;
    padding: 22px 0 0;
}

.lp-nav-inner {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.lp-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.lp-brand-mark {
    width: 42px;
    height: 42px;
    border: 2.5px solid #111;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.25);
}

.lp-brand-diamond {
    width: 16px;
    height: 16px;
    background: linear-gradient(135deg, #9c27b0, #e91e8c);
    transform: rotate(45deg);
    box-shadow: 0 2px 8px rgba(156, 39, 176, 0.45);
}

.lp-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.lp-brand-text strong {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #111;
}

.lp-brand-text small {
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #555;
    margin-top: 3px;
}

.lp-nav-links {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lp-nav-link {
    font-size: 0.92rem;
    font-weight: 600;
    color: #1a1a1a;
    padding: 10px 20px;
    border-radius: 999px;
    transition: background 0.25s, color 0.25s;
}

.lp-nav-link:hover {
    background: rgba(255, 255, 255, 0.35);
}

.lp-nav-link.is-active {
    background: rgba(255, 248, 180, 0.75);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.lp-nav-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    font-weight: 700;
    border: 0;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

.lp-btn--nav {
    padding: 12px 28px;
    border-radius: 999px;
    color: #fff;
    font-size: 0.9rem;
    background: var(--lp-grad-btn);
    box-shadow: 0 10px 24px rgba(156, 39, 176, 0.35);
}

.lp-btn--cta {
    padding: 16px 40px;
    border-radius: 999px;
    color: #fff;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    background: var(--lp-grad-btn);
    box-shadow: 0 14px 32px rgba(156, 39, 176, 0.4);
}

.lp-btn--login {
    padding: 16px 40px;
    border-radius: 999px;
    color: #fff;
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    background: linear-gradient(90deg, #ffe082 0%, #ffb300 50%, #ff8f00 100%);
    border: 0;
    box-shadow: 0 14px 32px rgba(255, 143, 0, 0.35);
}

.lp-btn--login:hover {
    color: #fff;
    filter: brightness(1.05);
}

.lp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.lp-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow: 0 16px 36px rgba(156, 39, 176, 0.45);
}

.lp-nav-toggle {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.08);
    color: #111;
    font-size: 1.1rem;
    cursor: pointer;
}

/* ===== Hero ===== */
.lp-hero {
    position: relative;
    z-index: 10;
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 48px 0 64px;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 100px);
    min-height: calc(100dvh - 100px);
}

.lp-hero-grid {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(300px, 1.05fr);
    gap: 24px 40px;
    align-items: center;
}

.lp-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 480px;
    animation: lpFadeUp 0.8s ease both;
}

.lp-hero-title {
    font-size: clamp(2.4rem, 5.2vw, 4.2rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #c2185b;
    margin-bottom: 10px;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.lp-hero-sub {
    font-size: clamp(1.05rem, 2vw, 1.45rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 22px;
}

.lp-hero-desc {
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.7;
    color: var(--lp-muted);
    max-width: 420px;
    margin-bottom: 32px;
}

/* ===== 3D Scene ===== */
.lp-hero-art {
    position: relative;
    height: min(520px, 62vw);
    min-height: 360px;
    animation: lpFadeIn 1s ease 0.15s both;
}

.lp-scene {
    position: absolute;
    inset: 0;
    perspective: 900px;
    transform-style: preserve-3d;
}

.lp-ray {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
    filter: blur(0.5px);
    opacity: 0.85;
    animation: lpRay 3.5s ease-in-out infinite;
}

.lp-ray--1 { top: 28%; left: 18%; width: 46%; transform: rotate(-18deg); animation-delay: 0s; }
.lp-ray--2 { top: 48%; left: 8%; width: 38%; transform: rotate(12deg); animation-delay: 0.6s; }
.lp-ray--3 { top: 62%; left: 30%; width: 42%; transform: rotate(-8deg); animation-delay: 1.2s; }

.lp-frame {
    position: absolute;
    transform-style: preserve-3d;
}

.lp-frame span {
    position: absolute;
    background: currentColor;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.lp-frame--main {
    top: 12%;
    left: 18%;
    width: 260px;
    height: 260px;
    color: #e8c93a;
    transform: rotateX(18deg) rotateY(-28deg) rotateZ(12deg);
    animation: lpFloat 5.5s ease-in-out infinite;
    filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.28));
}

.lp-frame--main span:nth-child(1) { top: 0; left: 0; width: 100%; height: 28px; }
.lp-frame--main span:nth-child(2) { bottom: 0; left: 0; width: 100%; height: 28px; }
.lp-frame--main span:nth-child(3) { top: 0; left: 0; width: 28px; height: 100%; }
.lp-frame--main span:nth-child(4) { top: 0; right: 0; width: 28px; height: 100%; }

.lp-frame--main span:nth-child(1),
.lp-frame--main span:nth-child(2) {
    background: linear-gradient(180deg, #fff3a0, #d4b020 40%, #b8940a);
}
.lp-frame--main span:nth-child(3),
.lp-frame--main span:nth-child(4) {
    background: linear-gradient(90deg, #c9a818, #f0d84a 50%, #a88810);
}

.lp-frame--purple {
    top: 8%;
    right: 18%;
    width: 110px;
    height: 110px;
    transform: rotateX(22deg) rotateY(35deg) rotateZ(-18deg);
    animation: lpFloat 4.8s ease-in-out 0.4s infinite;
    filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.25));
}

.lp-frame--purple span:nth-child(1) { top: 0; left: 0; width: 100%; height: 14px; background: linear-gradient(#e040fb, #9c27b0); }
.lp-frame--purple span:nth-child(2) { bottom: 0; left: 0; width: 100%; height: 14px; background: linear-gradient(#7b1fa2, #ce93d8); }
.lp-frame--purple span:nth-child(3) { top: 0; left: 0; width: 14px; height: 100%; background: linear-gradient(90deg, #6a1b9a, #ba68c8); }
.lp-frame--purple span:nth-child(4) { top: 0; right: 0; width: 14px; height: 100%; background: linear-gradient(90deg, #ab47bc, #4a148c); }

.lp-frame--blue {
    bottom: 18%;
    left: 8%;
    width: 88px;
    height: 88px;
    transform: rotateX(-15deg) rotateY(-40deg) rotateZ(25deg);
    animation: lpFloat 6s ease-in-out 0.8s infinite;
    filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.22));
}

.lp-frame--blue span:nth-child(1) { top: 0; left: 0; width: 100%; height: 12px; background: linear-gradient(#82b1ff, #1565c0); }
.lp-frame--blue span:nth-child(2) { bottom: 0; left: 0; width: 100%; height: 12px; background: linear-gradient(#0d47a1, #64b5f6); }
.lp-frame--blue span:nth-child(3) { top: 0; left: 0; width: 12px; height: 100%; background: linear-gradient(90deg, #0d47a1, #42a5f5); }
.lp-frame--blue span:nth-child(4) { top: 0; right: 0; width: 12px; height: 100%; background: linear-gradient(90deg, #90caf9, #1565c0); }

.lp-sphere {
    position: absolute;
    border-radius: 50%;
    box-shadow:
        inset -10px -12px 22px rgba(0, 0, 0, 0.28),
        inset 8px 8px 16px rgba(255, 255, 255, 0.45),
        0 14px 28px rgba(0, 0, 0, 0.28);
    animation: lpBob 4s ease-in-out infinite;
}

.lp-sphere--orange {
    width: 52px; height: 52px;
    top: 10%; left: 42%;
    background: radial-gradient(circle at 32% 28%, #ffe0b2, #ff9800 45%, #e65100);
    animation-delay: 0.2s;
}

.lp-sphere--green {
    width: 44px; height: 44px;
    top: 36%; left: 8%;
    background: radial-gradient(circle at 32% 28%, #c8e6c9, #43a047 45%, #1b5e20);
    animation-delay: 0.7s;
}

.lp-sphere--pink {
    width: 36px; height: 36px;
    top: 22%; right: 12%;
    background: radial-gradient(circle at 32% 28%, #f8bbd0, #ec407a 45%, #ad1457);
    animation-delay: 1.1s;
}

.lp-sphere--blue {
    width: 30px; height: 30px;
    bottom: 28%; right: 22%;
    background: radial-gradient(circle at 32% 28%, #bbdefb, #1e88e5 45%, #0d47a1);
    animation-delay: 0.4s;
}

.lp-sphere--magenta {
    width: 40px; height: 40px;
    bottom: 16%; left: 36%;
    background: radial-gradient(circle at 32% 28%, #f48fb1, #d81b60 45%, #880e4f);
    animation-delay: 1.4s;
}

.lp-cube {
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    transform: rotate(28deg) skewY(-8deg);
    box-shadow:
        inset -6px -8px 14px rgba(0, 0, 0, 0.25),
        inset 5px 5px 10px rgba(255, 255, 255, 0.35),
        0 12px 22px rgba(0, 0, 0, 0.25);
    animation: lpSpinSoft 7s ease-in-out infinite;
}

.lp-cube--green {
    top: 48%; left: 28%;
    background: linear-gradient(145deg, #81c784, #2e7d32);
    animation-delay: 0.3s;
}

.lp-cube--red {
    top: 18%; right: 28%;
    width: 28px; height: 28px;
    background: linear-gradient(145deg, #ef9a9a, #c62828);
    animation-delay: 0.9s;
}

.lp-cube--gold {
    bottom: 32%; left: 52%;
    width: 40px; height: 40px;
    background: linear-gradient(145deg, #ffe082, #f9a825);
    animation-delay: 1.2s;
}

.lp-cube--blue {
    bottom: 12%; right: 14%;
    width: 30px; height: 30px;
    background: linear-gradient(145deg, #90caf9, #1565c0);
    animation-delay: 0.5s;
}

.lp-cube--teal {
    top: 58%; right: 36%;
    width: 24px; height: 24px;
    background: linear-gradient(145deg, #80cbc4, #00695c);
    animation-delay: 1.6s;
}

@keyframes lpFadeUp {
    from { opacity: 0; transform: translateY(28px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes lpFadeIn {
    from { opacity: 0; transform: scale(0.94); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes lpFloat {
    0%, 100% { transform: rotateX(18deg) rotateY(-28deg) rotateZ(12deg) translateY(0); }
    50% { transform: rotateX(18deg) rotateY(-28deg) rotateZ(12deg) translateY(-14px); }
}

.lp-frame--purple { animation-name: lpFloatPurple; }
@keyframes lpFloatPurple {
    0%, 100% { transform: rotateX(22deg) rotateY(35deg) rotateZ(-18deg) translateY(0); }
    50% { transform: rotateX(22deg) rotateY(35deg) rotateZ(-18deg) translateY(-12px); }
}

.lp-frame--blue { animation-name: lpFloatBlue; }
@keyframes lpFloatBlue {
    0%, 100% { transform: rotateX(-15deg) rotateY(-40deg) rotateZ(25deg) translateY(0); }
    50% { transform: rotateX(-15deg) rotateY(-40deg) rotateZ(25deg) translateY(-10px); }
}

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

@keyframes lpSpinSoft {
    0%, 100% { transform: rotate(28deg) skewY(-8deg) translateY(0); }
    50% { transform: rotate(36deg) skewY(-8deg) translateY(-8px); }
}

@keyframes lpRay {
    0%, 100% { opacity: 0.35; }
    50% { opacity: 0.95; }
}

/* ===== Drawer ===== */
.hp-nav-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1100;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
}
.hp-nav-overlay.open { opacity: 1; visibility: visible; }

.hp-nav-drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: min(320px, 88vw);
    height: 100%;
    background: #fff8d6;
    z-index: 1200;
    padding: 56px 24px 24px;
    transform: translateX(105%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.15);
}
.hp-nav-drawer.open { transform: translateX(0); }

.hp-nav-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    font-size: 1.8rem;
    color: #111;
    cursor: pointer;
}

.hp-drawer-link {
    display: block;
    padding: 14px 12px;
    font-weight: 700;
    border-radius: 12px;
    color: #111;
}
.hp-drawer-link:hover { background: rgba(194, 24, 91, 0.08); }

.drawer-cta {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* ===== Lower sections — hero yellow / magenta language ===== */
.hp-details-section,
.hp-plans-section {
    position: relative;
    padding: 72px 0;
    overflow: hidden;
    background:
        radial-gradient(ellipse 70% 55% at 8% 20%, rgba(255, 233, 120, 0.9), transparent 55%),
        radial-gradient(ellipse 55% 50% at 95% 80%, rgba(233, 30, 140, 0.1), transparent 55%),
        linear-gradient(180deg, #fff8d6 0%, #ffe978 42%, #fff3b0 100%);
}

.hp-plans-section {
    background:
        radial-gradient(ellipse 60% 50% at 90% 8%, rgba(233, 30, 140, 0.14), transparent 55%),
        radial-gradient(ellipse 55% 45% at 5% 95%, rgba(245, 216, 74, 0.75), transparent 50%),
        linear-gradient(180deg, #ffe56a 0%, #fff8d6 40%, #ffec7a 100%);
}

.hp-plans-section::before,
.hp-details-section::before {
    content: "";
    position: absolute;
    right: -12%;
    top: 6%;
    width: 46%;
    height: 60%;
    background: linear-gradient(145deg, rgba(216, 27, 96, 0.2), rgba(156, 39, 176, 0.1));
    clip-path: polygon(32% 0%, 100% 0%, 100% 100%, 0% 100%);
    pointer-events: none;
}

.hp-details-section--alt {
    background:
        radial-gradient(ellipse 50% 40% at 0% 100%, rgba(255, 152, 0, 0.14), transparent 50%),
        linear-gradient(180deg, #fff8d6 0%, #ffe9a8 55%, #f5d84a 100%);
}

.hp-details-section--alt::before {
    top: auto;
    bottom: -10%;
    left: -18%;
    right: auto;
    width: 50%;
    height: 55%;
    transform: skewX(8deg);
    background: linear-gradient(145deg, rgba(156, 39, 176, 0.14), rgba(216, 27, 96, 0.08));
}

.hp-section-head {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 640px;
    margin: 0 auto 40px;
}

.hp-section-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid rgba(194, 24, 91, 0.16);
    color: var(--lp-magenta);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
    box-shadow: 0 8px 20px rgba(156, 39, 176, 0.08);
}

.hp-section-title {
    font-size: clamp(1.7rem, 3.2vw, 2.5rem);
    font-weight: 900;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--lp-magenta);
    margin-bottom: 10px;
}

.hp-section-desc {
    font-size: 0.98rem;
    font-weight: 500;
    color: var(--lp-muted);
    line-height: 1.6;
}

.hp-steps,
.hp-features {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.hp-step,
.hp-feature {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 236, 122, 0.65), transparent 48%),
        linear-gradient(165deg, #ffffff 0%, #fff8e1 100%);
    border: 1px solid rgba(194, 24, 91, 0.14);
    border-radius: 24px;
    padding: 26px 18px 24px;
    text-align: center;
    box-shadow:
        0 16px 36px rgba(156, 39, 176, 0.1),
        0 4px 12px rgba(0, 0, 0, 0.04);
    transition: transform 0.25s, box-shadow 0.25s;
}

.hp-box-shape {
    position: absolute;
    right: -18%;
    bottom: -28%;
    width: 70%;
    height: 55%;
    background: linear-gradient(145deg, rgba(216, 27, 96, 0.16), rgba(156, 39, 176, 0.08));
    clip-path: polygon(28% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 0;
    pointer-events: none;
}

.hp-step:hover,
.hp-feature:hover {
    transform: translateY(-6px);
    box-shadow:
        0 22px 44px rgba(156, 39, 176, 0.18),
        0 8px 16px rgba(0, 0, 0, 0.05);
}

.hp-step-num,
.hp-step-icon,
.hp-feature-icon,
.hp-step h3,
.hp-feature h3,
.hp-step p,
.hp-feature p {
    position: relative;
    z-index: 1;
}

.hp-step-num {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--lp-magenta);
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.hp-step-icon,
.hp-feature-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 14px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--lp-grad-btn);
    font-size: 1.2rem;
    box-shadow: 0 10px 22px rgba(156, 39, 176, 0.32);
}

.hp-step h3,
.hp-feature h3 {
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 8px;
    color: #111;
}

.hp-step p,
.hp-feature p {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.55;
}

/* Hero-colored box accents */
.hp-step--orange .hp-step-icon,
.hp-feature--orange .hp-feature-icon {
    background: linear-gradient(145deg, #ffb74d, #f57c00);
    box-shadow: 0 10px 22px rgba(245, 124, 0, 0.35);
}
.hp-step--orange .hp-box-shape,
.hp-feature--orange .hp-box-shape {
    background: linear-gradient(145deg, rgba(255, 152, 0, 0.22), rgba(245, 124, 0, 0.1));
}
.hp-step--orange .hp-step-num { color: #ef6c00; }

.hp-step--green .hp-step-icon {
    background: linear-gradient(145deg, #81c784, #2e7d32);
    box-shadow: 0 10px 22px rgba(46, 125, 50, 0.32);
}
.hp-step--green .hp-box-shape {
    background: linear-gradient(145deg, rgba(67, 160, 71, 0.2), rgba(46, 125, 50, 0.08));
}
.hp-step--green .hp-step-num { color: #2e7d32; }

.hp-step--blue .hp-step-icon,
.hp-feature--blue .hp-feature-icon {
    background: linear-gradient(145deg, #64b5f6, #1565c0);
    box-shadow: 0 10px 22px rgba(21, 101, 192, 0.32);
}
.hp-step--blue .hp-box-shape,
.hp-feature--blue .hp-box-shape {
    background: linear-gradient(145deg, rgba(30, 136, 229, 0.2), rgba(21, 101, 192, 0.08));
}
.hp-step--blue .hp-step-num { color: #1565c0; }

.hp-step--magenta .hp-step-icon,
.hp-feature--magenta .hp-feature-icon {
    background: var(--lp-grad-btn);
}
.hp-step--magenta .hp-box-shape,
.hp-feature--magenta .hp-box-shape {
    background: linear-gradient(145deg, rgba(216, 27, 96, 0.22), rgba(156, 39, 176, 0.1));
}

.hp-feature--gold .hp-feature-icon {
    background: linear-gradient(145deg, #ffe082, #f9a825 55%, #f57f17);
    box-shadow: 0 10px 22px rgba(249, 168, 37, 0.35);
    color: #111;
}
.hp-feature--gold .hp-box-shape {
    background: linear-gradient(145deg, rgba(255, 213, 79, 0.35), rgba(245, 127, 23, 0.12));
}

/* ===== Geometric plan cards — hero palette ===== */
.gp-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
}

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

.gp-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 28px 22px 24px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 236, 122, 0.7), transparent 45%),
        linear-gradient(165deg, #ffffff 0%, #fff8e1 100%);
    border: 1px solid rgba(194, 24, 91, 0.14);
    box-shadow:
        0 20px 44px rgba(156, 39, 176, 0.14),
        0 4px 14px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
    animation: gpRise 0.55s ease both;
    --gp-accent: var(--lp-grad-btn);
    --gp-accent-solid: #e91e8c;
    --gp-accent-soft: rgba(233, 30, 140, 0.12);
    --gp-shape: linear-gradient(145deg, rgba(216, 27, 96, 0.2), rgba(156, 39, 176, 0.1));
}

.gp-card:nth-child(2) { animation-delay: 0.05s; }
.gp-card:nth-child(3) { animation-delay: 0.1s; }
.gp-card:nth-child(4) { animation-delay: 0.15s; }
.gp-card:nth-child(5) { animation-delay: 0.2s; }
.gp-card:nth-child(6) { animation-delay: 0.25s; }

.gp-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 28px 56px rgba(156, 39, 176, 0.22),
        0 8px 18px rgba(0, 0, 0, 0.06);
}

.gp-card--gold {
    --gp-accent: linear-gradient(135deg, #ffe082, #f9a825 55%, #f57f17);
    --gp-accent-solid: #f9a825;
    --gp-accent-soft: rgba(249, 168, 37, 0.16);
    --gp-shape: linear-gradient(145deg, rgba(255, 213, 79, 0.35), rgba(245, 127, 23, 0.12));
}
.gp-card--magenta {
    --gp-accent: var(--lp-grad-btn);
    --gp-accent-solid: #e91e8c;
    --gp-accent-soft: rgba(233, 30, 140, 0.14);
    --gp-shape: linear-gradient(145deg, rgba(216, 27, 96, 0.22), rgba(156, 39, 176, 0.1));
}
.gp-card--orange {
    --gp-accent: linear-gradient(135deg, #ffb74d, #ff9800 50%, #ef6c00);
    --gp-accent-solid: #fb8c00;
    --gp-accent-soft: rgba(255, 152, 0, 0.16);
    --gp-shape: linear-gradient(145deg, rgba(255, 152, 0, 0.24), rgba(239, 108, 0, 0.1));
}
.gp-card--blue {
    --gp-accent: linear-gradient(135deg, #64b5f6, #1e88e5 50%, #1565c0);
    --gp-accent-solid: #1e88e5;
    --gp-accent-soft: rgba(30, 136, 229, 0.14);
    --gp-shape: linear-gradient(145deg, rgba(30, 136, 229, 0.22), rgba(21, 101, 192, 0.1));
}
.gp-card--green {
    --gp-accent: linear-gradient(135deg, #81c784, #43a047 50%, #2e7d32);
    --gp-accent-solid: #43a047;
    --gp-accent-soft: rgba(67, 160, 71, 0.14);
    --gp-shape: linear-gradient(145deg, rgba(67, 160, 71, 0.22), rgba(46, 125, 50, 0.1));
}
.gp-card--purple {
    --gp-accent: linear-gradient(135deg, #ce93d8, #ab47bc 45%, #7b1fa2);
    --gp-accent-solid: #9c27b0;
    --gp-accent-soft: rgba(156, 39, 176, 0.14);
    --gp-shape: linear-gradient(145deg, rgba(171, 71, 188, 0.22), rgba(123, 31, 162, 0.1));
}

.gp-card.is-featured {
    border-color: rgba(194, 24, 91, 0.32);
    box-shadow:
        0 24px 52px rgba(156, 39, 176, 0.24),
        0 0 0 2px rgba(233, 30, 140, 0.14);
}

.gp-card-glow {
    position: absolute;
    top: -40px;
    right: -30px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--gp-accent-soft), transparent 70%);
    z-index: 0;
    pointer-events: none;
}

.gp-card-shape {
    position: absolute;
    right: -18%;
    bottom: -22%;
    width: 58%;
    height: 48%;
    background: var(--gp-shape);
    clip-path: polygon(28% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 0;
    pointer-events: none;
}

.gp-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    background: var(--lp-grad-btn);
    box-shadow: 0 8px 20px rgba(156, 39, 176, 0.4);
}

.gp-card-top,
.gp-amount,
.gp-features,
.gp-btn {
    position: relative;
    z-index: 1;
}

.gp-card-top { margin-bottom: 18px; }

.gp-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 28px;
    padding: 0 10px;
    margin-bottom: 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: var(--gp-accent-solid);
    background: var(--gp-accent-soft);
}

.gp-name {
    margin: 0;
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 900;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #111;
    line-height: 1.1;
}

.gp-amount {
    margin-bottom: 20px;
    padding: 16px 18px;
    border-radius: 18px;
    background: var(--gp-accent);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
    color: #fff;
}

.gp-card--gold .gp-amount { color: #111; }

.gp-amount-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0.9;
    margin-bottom: 4px;
}

.gp-amount-value {
    display: block;
    font-size: clamp(1.45rem, 2.5vw, 1.9rem);
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1.15;
}

.gp-features {
    list-style: none;
    margin: 0 0 22px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.gp-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(194, 24, 91, 0.08);
}

.gp-ico {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: #fff;
    background: var(--gp-accent);
    font-size: 0.85rem;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
}

.gp-card--gold .gp-ico { color: #111; }

.gp-features small {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #777;
    margin-bottom: 2px;
}

.gp-features b {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #111;
}

.gp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    margin-top: auto;
    border-radius: 999px;
    color: #fff !important;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: var(--lp-grad-btn);
    box-shadow: 0 14px 30px rgba(156, 39, 176, 0.38);
    transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.gp-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow: 0 18px 36px rgba(156, 39, 176, 0.48);
}

.gp-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 16px;
    color: #444;
}
.gp-empty h3 {
    margin: 0 0 6px;
    font-size: 1.2rem;
    color: #111;
}
.gp-empty p { margin: 0; color: #666; }

@keyframes gpRise {
    from { opacity: 0; transform: translateY(22px); }
    to { opacity: 1; transform: none; }
}

.hp-footer {
    background: #1a1a1a;
    color: #ddd;
    text-align: center;
    padding: 40px 20px 28px;
}

.lp-brand--footer {
    justify-content: center;
    margin-bottom: 12px;
}

.lp-brand--footer .lp-brand-mark {
    border-color: #fff;
    background: transparent;
}

.lp-brand--footer .lp-brand-text strong { color: #fff; }
.lp-brand--footer .lp-brand-text small { color: #bbb; }

.hp-footer p {
    font-size: 0.9rem;
    color: #aaa;
    margin-bottom: 12px;
}

.hp-footer-copy {
    font-size: 0.8rem;
    color: #777;
}

.hp-footer-copy a { color: #e91e8c; }

/* ===== Responsive ===== */
@media (max-width: 1100px) {
    .gp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .lp-nav-links { display: none; }
    .lp-nav-toggle { display: inline-grid; place-items: center; }
    .lp-btn--nav { display: none; }
    .lp-nav-actions .lp-nav-toggle { display: inline-grid; }

    .lp-hero-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .lp-hero {
        min-height: auto;
        padding: 20px 0 40px;
        align-items: flex-start;
    }

    .lp-hero-copy {
        max-width: 100%;
        text-align: left;
        order: 0;
        z-index: 5;
        padding-right: 8px;
    }

    .lp-hero-title {
        font-size: clamp(2.1rem, 10vw, 3rem);
        line-height: 1.08;
        margin-bottom: 8px;
    }

    .lp-hero-sub {
        font-size: 1rem;
        margin-bottom: 14px;
    }

    .lp-hero-desc {
        max-width: 100%;
        font-size: 0.92rem;
        line-height: 1.65;
        margin-bottom: 22px;
        color: #2a2a2a;
    }

    .lp-hero-art {
        height: 240px;
        min-height: 220px;
        order: 1;
        opacity: 0.95;
        pointer-events: none;
    }

    .lp-bg-magenta {
        width: 70%;
        height: 42%;
        right: -22%;
        bottom: -12%;
        opacity: 0.92;
    }

    .lp-stage {
        overflow: visible;
    }

    .hp-steps,
    .hp-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .hp-details-section,
    .hp-plans-section {
        padding: 56px 0;
    }
}

@media (max-width: 640px) {
    .gp-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        max-width: 420px;
        margin: 0 auto;
    }

    .gp-card {
        padding: 24px 18px 20px;
        border-radius: 24px;
    }

    .gp-amount {
        padding: 14px 16px;
    }
}

@media (max-width: 560px) {
    .lp-nav-inner,
    .lp-hero {
        width: calc(100% - 28px);
    }

    .hp-container {
        width: calc(100% - 28px);
    }

    .lp-hero {
        padding: 16px 0 32px;
    }

    .lp-hero-title {
        font-size: clamp(2rem, 11vw, 2.6rem);
    }

    .lp-hero-art {
        height: 200px;
        min-height: 180px;
    }

    .lp-frame--main {
        width: 150px;
        height: 150px;
        left: 18%;
        top: 8%;
    }
    .lp-frame--main span:nth-child(1),
    .lp-frame--main span:nth-child(2) { height: 16px; }
    .lp-frame--main span:nth-child(3),
    .lp-frame--main span:nth-child(4) { width: 16px; }

    .lp-frame--purple,
    .lp-frame--blue {
        transform: scale(0.85);
    }

    .lp-hero-actions {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .lp-btn--cta,
    .lp-btn--login {
        width: 100%;
        padding: 15px 24px;
        text-align: center;
        justify-content: center;
    }

    .hp-steps,
    .hp-features {
        grid-template-columns: 1fr;
    }

    .hp-section-head {
        margin-bottom: 28px;
    }
}

@media (min-width: 1280px) {
    .gp-grid {
        gap: 32px 26px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lp-frame,
    .lp-sphere,
    .lp-cube,
    .lp-ray,
    .lp-hero-copy,
    .lp-hero-art,
    .gp-card {
        animation: none !important;
    }
}
