/* ============================================================
   Billeezy POS – Landing Page (English / தமிழ் / हिन्दी)
   Bright, warm, light theme. Big brand. Data-chart visuals.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700;800&family=Inter:wght@400;500;600;700;800&family=Noto+Sans+Tamil:wght@400;500;600;700;800&family=Noto+Sans+Devanagari:wght@400;500;600;700;800&display=swap');

:root {
    --pz-bg: #FFF7EC;            /* warm cream page background */
    --pz-surface: #FFFFFF;
    --pz-surface-2: #FFF1DE;
    --pz-ink: #31284A;           /* main readable text (dark plum) */
    --pz-muted: #6E6386;         /* secondary text */
    --pz-brand: #7C3AED;         /* billeezy purple */
    --pz-brand-dark: #5B21B6;
    --pz-brand-soft: #F1E9FF;
    --pz-orange: #FF8A3D;
    --pz-orange-dark: #E96F18;
    --pz-yellow: #FFC53D;
    --pz-yellow-soft: #FFEFC2;
    --pz-teal: #0FA47F;
    --pz-teal-dark: #0B7A5E;
    --pz-teal-soft: #DDF7EF;
    --pz-pink: #FF5C8A;
    --pz-pink-soft: #FFE3EC;
    --pz-blue: #3B9EFF;
    --pz-blue-soft: #E3F1FF;
    --pz-success: #10B981;
    --pz-shadow: 0 14px 44px rgba(124, 58, 237, 0.12);
    --pz-shadow-sm: 0 6px 22px rgba(124, 58, 237, 0.10);
    --pz-radius-lg: 26px;
    --pz-radius-md: 16px;
    --pz-radius-sm: 12px;
}

/* ---------- Page base ---------- */
body.pz-page {
    font-family: 'Inter', 'Noto Sans Tamil', 'Noto Sans Devanagari', sans-serif;
    background: var(--pz-bg);
    color: var(--pz-ink);
    overflow-x: hidden;
    line-height: 1.6;
}

/* Global box model fix (prevents mobile horizontal overflow) */
.pz-page, .pz-page *, .pz-page *::before, .pz-page *::after {
    box-sizing: border-box;
}

.pz-page h1, .pz-page h2, .pz-page h3, .pz-page .pz-wordmark {
    font-family: 'Baloo 2', 'Noto Sans Tamil', 'Noto Sans Devanagari', 'Inter', sans-serif;
}

.pz-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
}

.pz-page section { position: relative; }

/* ---------- Subtle script spacing ---------- */
.pz-page .lang-ta, .pz-page .lang-hi { line-height: 1.9; }

/* ============================================================
   Language layers (English default, Tamil & Hindi toggled)
   English is the default. Every sentence lives in the DOM in
   all three languages (good for SEO); CSS shows only the active
   language. Same key is shared with the blog (spd-blog-lang).
   ============================================================ */
.lang-ta, .lang-hi { display: none; }

html[data-lang="ta"] .lang-en,
html[data-lang="ta"] .lang-hi { display: none !important; }
html[data-lang="ta"] .lang-ta { display: revert; }

html[data-lang="hi"] .lang-en,
html[data-lang="hi"] .lang-ta { display: none !important; }
html[data-lang="hi"] .lang-hi { display: revert; }

/* ---------- Light navbar override ---------- */
body.pz-page .navbar {
    background: rgba(255, 253, 248, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 2px 18px rgba(124, 58, 237, 0.08);
    border-bottom: 1px solid #F3E9FF;
}
body.pz-page .logo { color: var(--pz-ink); }
body.pz-page .logo-highlight { color: var(--pz-brand); }
body.pz-page .nav-links a { color: #4A3E66; font-weight: 500; }
body.pz-page .nav-links a:hover { color: var(--pz-brand); }
body.pz-page .mobile-menu-btn span { background: var(--pz-ink); }
body.pz-page .nav-content.open {
    background: #FFFDF8;
    border-top-color: #F3E9FF;
}
body.pz-page .nav-content.open .nav-links li { border-bottom-color: #F3E9FF; }

/* ---------- Light footer override ---------- */
body.pz-page footer {
    background: #2C2247;
    border-top: 4px solid var(--pz-brand);
}
body.pz-page footer h4 { color: #fff; }
body.pz-page footer p { color: #C9BFE8; }
body.pz-page footer a { color: #B79DFF; }
body.pz-page .footer-bottom { border-top-color: #453A6B; color: #A99FC9; }
body.pz-page .legal-links a { color: #C9BFE8; }
body.pz-page .legal-links a:hover { color: #fff; }

/* ---------- Animated speckle background ---------- */
.pz-speckles { position: fixed; inset: 0; z-index: 0; pointer-events: none; }
.pz-speckle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.5;
    animation: pz-bob 9s ease-in-out infinite;
}
.pz-speckle-1 { width: 26px; height: 26px; background: #FFD9A8; top: 12%; left: 6%; }
.pz-speckle-2 { width: 14px; height: 14px; background: #D9C2FF; top: 24%; right: 8%; animation-delay: -2s; }
.pz-speckle-3 { width: 20px; height: 20px; background: #FFC9D8; bottom: 20%; left: 10%; animation-delay: -4s; }
.pz-speckle-4 { width: 12px; height: 12px; background: #B9ECD9; bottom: 12%; right: 16%; animation-delay: -6s; }
.pz-speckle-5 { width: 18px; height: 18px; background: #FFE39A; top: 58%; right: 4%; animation-delay: -3s; }

@keyframes pz-bob {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-18px) scale(1.08); }
}

/* ============================================================
   HERO
   ============================================================ */
.pz-hero {
    position: relative;
    z-index: 1;
    padding: 72px 0 90px;
    overflow: hidden;
}
.pz-hero::before {
    content: '';
    position: absolute;
    top: -140px; right: -120px;
    width: 560px; height: 560px;
    border-radius: 50%;
    background: radial-gradient(circle, #F3E3FF 0%, rgba(243, 227, 255, 0) 70%);
    pointer-events: none;
}
.pz-hero::after {
    content: '';
    position: absolute;
    bottom: -160px; left: -120px;
    width: 520px; height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, #FFE9BE 0%, rgba(255, 233, 190, 0) 70%);
    pointer-events: none;
}
.pz-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}

/* Wordmark — the brand hero piece */
.pz-wordmark {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}
.pz-logo-mark {
    width: 62px; height: 62px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--pz-brand) 0%, #A78BFA 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 22px rgba(124, 58, 237, 0.35);
    flex-shrink: 0;
}
.pz-wordmark-text {
    font-size: 2.9rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    background: linear-gradient(120deg, var(--pz-brand-dark) 0%, var(--pz-brand) 55%, var(--pz-orange) 120%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--pz-brand);
    line-height: 1;
}
.pz-hero-hindi {
    font-family: 'Baloo 2', 'Noto Sans Tamil', 'Noto Sans Devanagari', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--pz-orange-dark);
    margin: 0 0 10px;
}
.pz-hero h1 {
    font-size: 3.1rem;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.5px;
    color: var(--pz-ink);
    margin: 0 0 18px;
}
.pz-hl { background: linear-gradient(120deg, var(--pz-brand), #A78BFA); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.pz-hl2 { background: linear-gradient(120deg, var(--pz-orange-dark), var(--pz-orange)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.pz-hero-sub {
    font-size: 1.12rem;
    color: var(--pz-muted);
    max-width: 560px;
    margin: 0 0 28px;
    line-height: 1.75;
}
.pz-hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 34px; }

.pz-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 30px;
    border-radius: 14px;
    font-family: 'Baloo 2', 'Noto Sans Tamil', 'Noto Sans Devanagari', sans-serif;
    font-size: 1.12rem;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pz-btn-primary {
    background: linear-gradient(120deg, var(--pz-brand) 0%, #A269FF 100%);
    color: #fff;
    box-shadow: 0 10px 26px rgba(124, 58, 237, 0.35);
}
.pz-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(124, 58, 237, 0.45); }
.pz-btn-warm {
    background: linear-gradient(120deg, var(--pz-orange) 0%, #FFB054 100%);
    color: #fff;
    box-shadow: 0 10px 26px rgba(255, 138, 61, 0.35);
}
.pz-btn-warm:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(255, 138, 61, 0.45); }
.pz-btn-ghost {
    background: #fff;
    color: var(--pz-brand-dark);
    border: 2px solid #E9DDFF;
}
.pz-btn-ghost:hover { transform: translateY(-3px); border-color: var(--pz-brand); }

/* hero trust chips */
.pz-hero-chips { display: flex; flex-wrap: wrap; gap: 12px; }

.pz-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1.5px solid #F0E6FF;
    border-radius: 100px;
    padding: 9px 16px;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--pz-ink);
    box-shadow: 0 4px 14px rgba(124, 58, 237, 0.06);
}
.pz-chip i { color: var(--pz-teal); }

/* ---------- Language switcher (hero pill) ---------- */
.pz-langbar { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 8px; margin-bottom: 26px; }
.pz-lang {
    appearance: none;
    cursor: pointer;
    font-family: inherit;
    border: 1.5px solid #E0D4F7;
    background: #fff;
    color: var(--pz-muted);
    font-weight: 700;
    font-size: 0.95rem;
    padding: 9px 18px;
    border-radius: 100px;
    transition: all 0.25s ease;
}
.pz-lang:hover { border-color: var(--pz-brand); transform: translateY(-1px); }
.pz-lang.on {
    background: linear-gradient(120deg, var(--pz-brand), #A269FF);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 18px rgba(124, 58, 237, 0.35);
}

/* Floating compact switcher (appears after scroll) */
.pz-lang-fab {
    position: fixed;
    left: 50%; bottom: 18px;
    transform: translate(-50%, 90px);
    display: flex; gap: 6px; align-items: center;
    background: #241A3E;
    border: 1px solid rgba(139, 92, 246, 0.45);
    padding: 7px;
    border-radius: 100px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
    z-index: 300;
    opacity: 0;
    transition: transform 0.4s cubic-bezier(.2, .8, .2, 1), opacity 0.3s;
}
body.pz-scrolled .pz-lang-fab { transform: translate(-50%, 0); opacity: 1; }
.pz-lang-fab .pz-lang {
    font-size: 0.88rem;
    padding: 7px 14px;
    background: rgba(255, 255, 255, 0.06);
    color: #CFC4EC;
    border-color: transparent;
}
.pz-lang-fab .pz-lang.on { background: var(--pz-warm-grad, linear-gradient(120deg, #FF8A3D, #FFB054)); color: #fff; box-shadow: none; }

/* ---------- Hero dashboard visual ---------- */
.pz-dash-panel { position: relative; }
.pz-dash-panel svg { display: block; width: 100%; height: auto; }
.pz-dash-tag {
    position: absolute;
    bottom: 18px; left: -12px;
    background: #fff;
    border: 2px solid var(--pz-yellow);
    border-radius: 14px;
    padding: 10px 16px;
    font-family: 'Baloo 2', 'Noto Sans Tamil', 'Noto Sans Devanagari', sans-serif;
    font-weight: 800;
    font-size: 0.95rem;
    color: var(--pz-ink);
    box-shadow: var(--pz-shadow-sm);
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.pz-dash-tag .pz-emoji { font-size: 1.15rem; }

/* ============================================================
   SECTION SHELL
   ============================================================ */
.pz-section { padding: 84px 0; position: relative; z-index: 1; }
.pz-section-alt { background: var(--pz-surface); border-radius: 40px; }
.pz-section-head { text-align: center; max-width: 720px; margin: 0 auto 54px; }
.pz-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--pz-brand-soft);
    color: var(--pz-brand-dark);
    border-radius: 100px;
    padding: 8px 18px;
    font-family: 'Baloo 2', 'Noto Sans Tamil', 'Noto Sans Devanagari', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 16px;
}
.pz-section-head h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--pz-ink);
    margin: 0 0 12px;
    line-height: 1.15;
}
.pz-section-head p {
    font-size: 1.08rem;
    color: var(--pz-muted);
    margin: 0;
    line-height: 1.75;
}

/* ============================================================
   WHY BILLEEZY – problem vs solution cards (chart visual)
   ============================================================ */
.pz-why { display: grid; gap: 30px; }
.pz-why-card {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 34px;
    align-items: center;
    background: #fff;
    border: 1px solid #F5ECFF;
    border-radius: var(--pz-radius-lg);
    padding: 30px;
    box-shadow: var(--pz-shadow-sm);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}
.pz-why-card:hover { transform: translateY(-5px); box-shadow: var(--pz-shadow); }
.pz-why-art { background: var(--pz-surface-2); border-radius: 20px; padding: 14px; }
.pz-why-art svg { display: block; width: 100%; height: auto; border-radius: 14px; }
.pz-why-text h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--pz-ink);
    margin: 0 0 10px;
}
.pz-why-text p { color: var(--pz-muted); font-size: 1.02rem; margin: 0 0 14px; line-height: 1.75; }
.pz-problem {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    background: var(--pz-pink-soft);
    color: #C2254E;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 0.98rem;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.5;
}
.pz-problem i { margin-top: 3px; }
.pz-solution {
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    background: var(--pz-teal-soft);
    color: var(--pz-teal-dark);
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.5;
}
.pz-solution i { margin-top: 3px; }

/* ============================================================
   FEATURES
   ============================================================ */
.pz-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.pz-feature-card {
    background: #fff;
    border: 1px solid #F5ECFF;
    border-radius: var(--pz-radius-lg);
    padding: 22px 22px 28px;
    text-align: center;
    box-shadow: var(--pz-shadow-sm);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}
.pz-feature-card:hover { transform: translateY(-6px); box-shadow: var(--pz-shadow); }
.pz-feature-art { border-radius: 18px; overflow: hidden; margin-bottom: 20px; }
.pz-feature-art svg { display: block; width: 100%; height: auto; }
.pz-feature-card h3 {
    font-size: 1.28rem;
    font-weight: 800;
    color: var(--pz-ink);
    margin: 0 0 8px;
}
.pz-feature-card p {
    font-size: 0.98rem;
    color: var(--pz-muted);
    margin: 0;
    line-height: 1.7;
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.pz-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

/* ---------- 100% online — zero setup band ---------- */
.pz-online-band {
    margin: 60px 0 0;
    background: linear-gradient(120deg, #F6F0FF 0%, #FFF3E2 100%);
    border: 1.5px solid #EEDDFF;
    border-radius: var(--pz-radius-lg);
    padding: 44px 40px;
    text-align: center;
}
.pz-online-band h3 {
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--pz-ink);
    margin: 0 0 8px;
}
.pz-online-band .pz-online-sub {
    color: var(--pz-muted);
    font-size: 1.02rem;
    margin: 0 0 30px;
}
.pz-online { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pz-online-card {
    background: #fff;
    border: 1.5px solid #F0E6FF;
    border-radius: 18px;
    padding: 24px 16px;
    box-shadow: var(--pz-shadow-sm);
}
.pz-online-num {
    font-family: 'Baloo 2', 'Noto Sans Tamil', 'Noto Sans Devanagari', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    display: block;
}
.pz-online-num.zero { color: var(--pz-brand); }
.pz-online-num.hundred { color: var(--pz-teal); }
.pz-online-label {
    color: var(--pz-muted);
    font-weight: 600;
    font-size: 0.92rem;
    margin-top: 8px;
    display: block;
    line-height: 1.5;
}
.pz-online-card i {
    font-size: 1.1rem;
    color: var(--pz-orange-dark);
    margin-bottom: 8px;
    display: block;
}
.pz-step {
    background: #fff;
    border: 1px solid #F5ECFF;
    border-radius: var(--pz-radius-lg);
    padding: 24px 20px 28px;
    text-align: center;
    box-shadow: var(--pz-shadow-sm);
    position: relative;
    transition: transform 0.3s ease;
}
.pz-step:hover { transform: translateY(-5px); }
.pz-step-num {
    position: absolute;
    top: -16px; left: 50%;
    transform: translateX(-50%);
    width: 34px; height: 34px;
    border-radius: 50%;
    background: linear-gradient(120deg, var(--pz-brand), #A269FF);
    color: #fff;
    font-family: 'Baloo 2', sans-serif;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(124, 58, 237, 0.35);
}
.pz-step-art { border-radius: 16px; overflow: hidden; margin-bottom: 16px; }
.pz-step-art svg { display: block; width: 100%; height: auto; }
.pz-step h3 { font-size: 1.15rem; font-weight: 800; color: var(--pz-ink); margin: 0 0 6px; }
.pz-step p { font-size: 0.92rem; color: var(--pz-muted); margin: 0; line-height: 1.65; }

/* ---------- Shop types chips ---------- */
.pz-shop-types { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.pz-shop-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1.5px solid #F0E6FF;
    border-radius: 14px;
    padding: 14px 22px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--pz-ink);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.pz-shop-chip:hover {
    transform: translateY(-2px);
    border-color: var(--pz-brand);
    background: var(--pz-brand-soft);
}
.pz-shop-chip i { font-size: 1.2rem; color: var(--pz-orange-dark); }

/* ============================================================
   PRICING
   ============================================================ */
.pz-pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; }
.pz-plan {
    background: #fff;
    border: 2px solid #F0E6FF;
    border-radius: var(--pz-radius-lg);
    padding: 40px 36px;
    text-align: center;
    position: relative;
    box-shadow: var(--pz-shadow-sm);
    transition: transform 0.3s ease;
}
.pz-plan:hover { transform: translateY(-5px); }
.pz-plan-featured {
    border: 3px solid var(--pz-brand);
    background: linear-gradient(180deg, #FFFBFF 0%, #F6EFFF 100%);
    box-shadow: 0 18px 50px rgba(124, 58, 237, 0.18);
}
.pz-plan-tag {
    position: absolute;
    top: -16px; left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(120deg, var(--pz-orange), #FFB054);
    color: #fff;
    font-family: 'Baloo 2', 'Noto Sans Tamil', 'Noto Sans Devanagari', sans-serif;
    font-weight: 800;
    font-size: 0.85rem;
    padding: 6px 18px;
    border-radius: 100px;
    box-shadow: 0 6px 16px rgba(255, 138, 61, 0.35);
    white-space: nowrap;
}
.pz-plan-name { font-family: 'Baloo 2', 'Noto Sans Tamil', 'Noto Sans Devanagari', sans-serif; font-weight: 700; font-size: 1.05rem; color: var(--pz-muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 10px; }
.pz-plan-price { font-family: 'Baloo 2', 'Noto Sans Tamil', 'Noto Sans Devanagari', sans-serif; font-size: 3.6rem; font-weight: 800; color: var(--pz-ink); line-height: 1; margin-bottom: 6px; }
.pz-plan-price .pz-cur { font-size: 1.9rem; vertical-align: super; color: var(--pz-brand); }
.pz-plan-period { color: var(--pz-muted); font-size: 0.98rem; margin-bottom: 12px; }
.pz-plan-note {
    display: inline-block;
    background: var(--pz-yellow-soft);
    color: #9A6B00;
    border-radius: 100px;
    padding: 7px 16px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 22px;
}
.pz-plan-list { list-style: none; padding: 0; margin: 0 0 28px; }
.pz-plan-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 0;
    font-size: 0.98rem;
    color: var(--pz-ink);
    text-align: left;
}
.pz-plan-list li i { color: var(--pz-teal); flex-shrink: 0; }
.pz-plan .pz-btn { width: 100%; }
.pz-price-foot {
    text-align: center;
    color: var(--pz-muted);
    font-size: 0.95rem;
    margin: 26px 0 0;
}
.pz-price-foot strong { color: var(--pz-teal-dark); }

/* ============================================================
   FAQ
   ============================================================ */
.pz-faq { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.pz-faq-item {
    background: #fff;
    border: 1.5px solid #F0E6FF;
    border-radius: var(--pz-radius-md);
    overflow: hidden;
    transition: border-color 0.25s ease;
}
.pz-faq-item.active { border-color: var(--pz-brand); }
.pz-faq-q {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 24px;
    font-family: 'Baloo 2', 'Noto Sans Tamil', 'Noto Sans Devanagari', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--pz-ink);
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.pz-faq-q i { color: var(--pz-brand); transition: transform 0.3s ease; }
.pz-faq-item.active .pz-faq-q i { transform: rotate(180deg); }
.pz-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.pz-faq-item.active .pz-faq-a { max-height: 320px; }
.pz-faq-a p { padding: 0 24px 22px; margin: 0; color: var(--pz-muted); font-size: 0.98rem; line-height: 1.75; }

/* ============================================================
   CTA
   ============================================================ */
.pz-cta {
    background: linear-gradient(120deg, var(--pz-brand-dark) 0%, var(--pz-brand) 60%, #A269FF 100%);
    border-radius: 34px;
    padding: 70px 48px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(91, 33, 182, 0.35);
}
.pz-cta::before {
    content: '';
    position: absolute;
    top: -80px; right: -60px;
    width: 320px; height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.14) 0%, transparent 70%);
}
.pz-cta::after {
    content: '';
    position: absolute;
    bottom: -100px; left: -60px;
    width: 340px; height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 197, 61, 0.18) 0%, transparent 70%);
}
.pz-cta h2 {
    position: relative;
    z-index: 1;
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 14px;
}
.pz-cta p {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.12rem;
    max-width: 560px;
    margin: 0 auto 34px;
    line-height: 1.75;
}
.pz-cta .pz-btn { position: relative; z-index: 1; }
.pz-cta-links {
    position: relative;
    z-index: 1;
    margin-top: 18px;
    display: flex;
    gap: 22px;
    justify-content: center;
    flex-wrap: wrap;
}
.pz-cta-links a { color: rgba(255, 255, 255, 0.9); text-decoration: none; font-weight: 600; }
.pz-cta-links a:hover { color: #fff; text-decoration: underline; }

/* ============================================================
   Animations (uses existing .bz-animate/.bz-visible from main.js)
   ============================================================ */
.bz-animate { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.bz-animate.bz-visible { opacity: 1; transform: translateY(0); }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
    .pz-hero-inner { grid-template-columns: 1fr; gap: 40px; }
    .pz-hero { padding: 56px 0 70px; }
    .pz-hero h1 { font-size: 2.7rem; }
    .pz-why-card { grid-template-columns: 1fr; }
    .pz-features { grid-template-columns: repeat(2, 1fr); }
    .pz-steps { grid-template-columns: repeat(2, 1fr); }
    .pz-online { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .pz-section { padding: 60px 0; }
    .pz-section-head h2 { font-size: 2rem; }
    .pz-cta h2 { font-size: 1.9rem; }
    .pz-pricing { grid-template-columns: 1fr; }
    .pz-cta { padding: 50px 24px; }
    .pz-dash-tag { left: 10px; bottom: 10px; }
}
@media (max-width: 540px) {
    .pz-hero h1 { font-size: 2.15rem; }
    .pz-wordmark-text { font-size: 2.2rem; }
    .pz-hero-cta .pz-btn { width: 100%; }
    .pz-features { grid-template-columns: 1fr; }
    .pz-steps { grid-template-columns: 1fr; }
    .pz-why-card { padding: 20px; }
    .pz-plan { padding: 32px 24px; }
    .pz-langbar { justify-content: center; }
    .pz-online { grid-template-columns: 1fr 1fr; }
    .pz-online-band { padding: 34px 20px; }
}