/* =======================================================
   picr.app Theme — Light Edition — Bootstrap 3 Override
   Logo palette:
     Dark Purple  : #3A1C6E  (text, headings, footer)
     Mid Purple   : #8878D4  (borders, icons, secondary)
     Coral→Orange : #E8436A → #FF6435  (CTAs, accents ONLY)
   Light theme: white/lavender backgrounds throughout
   ======================================================= */

/* ---------- BASE ---------- */
body {
    font-family: 'Open Sans', Arial, sans-serif;
    color: #3A1C6E;
    background: #fff;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, .navbar-brand, .plan-name, .stat-num, .hero-title {
    font-family: 'Montserrat', 'Arial Black', sans-serif;
}

/* ---------- GLOBAL HELPERS ---------- */
.coral-text  { color: #E8436A !important; }
.purple-text { color: #3A1C6E !important; }
.mid-purple  { color: #8878D4 !important; }
.section-block { padding: 88px 0; }

.section-tag {
    display: inline-block;
    background: linear-gradient(135deg, #EDE5FF, #FFE0E8);
    color: #8878D4;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 14px;
}
.section-header { margin-bottom: 58px; }
.section-title {
    font-size: 38px;
    font-weight: 900;
    color: #3A1C6E;
    margin: 8px 0 14px;
    line-height: 1.18;
}
.section-sub {
    font-size: 17px;
    color: #7A6A9A;
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.7;
}

/* =============================================
   NAVBAR — white, frosted
   ============================================= */
.navbar-picr {
    background: rgba(255,255,255,.97);
    border: none;
    border-bottom: 1px solid #EDE5FF;
    box-shadow: 0 2px 18px rgba(58,28,110,.07);
    min-height: 80px;
    transition: background .3s, box-shadow .3s;
}
.navbar-picr.scrolled {
    background: #fff;
    box-shadow: 0 4px 28px rgba(58,28,110,.12);
}

.brand-picr {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 26px !important;
    color: #3A1C6E !important;
    padding: 12px 0 !important;
    letter-spacing: -.5px;
}
.brand-accent { color: #E8436A; }

.navbar-picr .navbar-nav > li > a {
    color: #5A4A7A;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13.5px;
    padding: 24px 14px;
    transition: color .2s, background .2s;
}
.navbar-picr .navbar-nav > li > a:hover,
.navbar-picr .navbar-nav > li > a:focus {
    color: #3A1C6E;
    background: #F5F0FF;
}

.navbar-center-links { float: none !important; display: inline-block; }
.navbar-picr .navbar-collapse { text-align: center; }
.navbar-right-cta { float: right !important; }

.nav-signin {
    color: #5A4A7A !important;
    padding: 19px 14px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13.5px;
}
.nav-signin:hover { color: #3A1C6E !important; background: transparent !important; }

.btn-nav-cta {
    display: inline-block;
    margin: 13px 0 13px 8px;
    padding: 9px 22px;
    background: linear-gradient(135deg, #E8436A 0%, #FF6435 100%);
    color: #fff !important;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .02em;
    transition: all .2s;
    border: 2px solid transparent;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(232,67,106,.35);
}
.btn-nav-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 26px rgba(232,67,106,.5); color: #fff !important; }

.navbar-picr .navbar-toggle {
    border-color: rgba(58,28,110,.25);
    margin-top: 17px;
}
.navbar-picr .navbar-toggle .icon-bar { background: #3A1C6E; }

/* =============================================
   HERO — light lavender gradient
   ============================================= */
.hero-section {
    position: relative;
    background: linear-gradient(150deg, #F5F0FF 0%, #FDF8FF 55%, #FFF2F5 100%);
    padding-top: 140px;
    padding-bottom: 0;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 70% 55% at 85% 0%, rgba(136,120,212,.14) 0%, transparent 60%),
        radial-gradient(ellipse 50% 40% at 10% 100%, rgba(232,67,106,.1) 0%, transparent 55%),
        radial-gradient(ellipse 80% 45% at 50% 110%, rgba(255,100,53,.07) 0%, transparent 50%);
    pointer-events: none;
}

.hero-particles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.particle { position: absolute; border-radius: 50%; animation: float 8s infinite ease-in-out; }
.p1 { width: 340px; height: 340px; background: rgba(232,67,106,.08); top: -100px; right: -80px; animation-duration: 9s; }
.p2 { width: 180px; height: 180px; background: rgba(136,120,212,.1); bottom: 100px; left: -60px; animation-duration: 11s; animation-delay: 2s; }
.p3 { width: 80px;  height: 80px;  background: rgba(255,100,53,.09); top: 45%; left: 38%; animation-duration: 7s; animation-delay: 1s; }
.p4 { width: 50px;  height: 50px;  background: rgba(58,28,110,.06); top: 28%; right: 28%; animation-duration: 6s; animation-delay: 3s; }
.p5 { width: 130px; height: 130px; background: rgba(232,67,106,.07); bottom: 70px; right: 18%; animation-duration: 10s; animation-delay: .5s; }

@keyframes float {
    0%, 100% { transform: translateY(0) scale(1); }
    50%       { transform: translateY(-28px) scale(1.05); }
}

.hero-row { display: flex; align-items: center; min-height: calc(100vh - 200px); }

.hero-badge {
    display: inline-block;
    background: rgba(58,28,110,.07);
    color: #3A1C6E;
    border: 1px solid rgba(58,28,110,.14);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 11.5px;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 7px 18px;
    border-radius: 50px;
    margin-bottom: 24px;
}

.hero-title {
    font-size: 58px;
    font-weight: 900;
    line-height: 1.1;
    color: #3A1C6E;
    margin-bottom: 22px;
    letter-spacing: -1.5px;
}

.hero-gradient-text {
    background: linear-gradient(90deg, #E8436A 0%, #FF6435 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-sub {
    font-size: 18px;
    color: #6A5A8A;
    line-height: 1.75;
    max-width: 490px;
    margin-bottom: 36px;
}

.hero-actions { margin-bottom: 26px; }

.btn-hero-cta {
    display: inline-block;
    background: linear-gradient(135deg, #E8436A 0%, #FF6435 100%);
    color: #fff;
    padding: 16px 36px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 15px;
    border: none;
    box-shadow: 0 8px 28px rgba(232,67,106,.4);
    transition: all .25s;
    margin-right: 14px;
    text-decoration: none;
    letter-spacing: .02em;
}
.btn-hero-cta:hover, .btn-hero-cta:focus {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 14px 38px rgba(232,67,106,.55);
    text-decoration: none;
}

.btn-hero-outline {
    display: inline-block;
    border: 2px solid rgba(58,28,110,.22);
    color: #3A1C6E;
    padding: 14px 30px;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    transition: all .25s;
    text-decoration: none;
    background: rgba(255,255,255,.6);
}
.btn-hero-outline:hover, .btn-hero-outline:focus {
    background: #fff;
    border-color: #8878D4;
    color: #3A1C6E;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(58,28,110,.1);
}

.hero-trust-bar {
    color: #8878D4;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.trust-sep { margin: 0 12px; color: #C4B5E0; }

/* PHONE MOCKUP */
.hero-visual-col { padding-top: 20px; }
.hero-mockup { position: relative; display: flex; justify-content: center; padding: 0 0 60px 40px; }

.phone-device {
    width: 260px;
    background: #3A1C6E;
    border-radius: 44px;
    padding: 14px;
    box-shadow: 0 32px 72px rgba(58,28,110,.28), 0 0 0 1px rgba(136,120,212,.3);
    position: relative;
    z-index: 2;
}
.phone-notch { width: 70px; height: 20px; background: #3A1C6E; border-radius: 0 0 14px 14px; margin: -2px auto 10px; }
.phone-screen { background: #FFFFFF; border-radius: 30px; padding: 14px 10px 16px; min-height: 440px; overflow: hidden; }
.screen-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.screen-logo { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 13px; color: #3A1C6E; }
.screen-logo span { color: #E8436A; }
.screen-live {
    background: rgba(232,67,106,.12);
    color: #E8436A;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 9px;
    letter-spacing: .12em;
    padding: 3px 9px;
    border-radius: 50px;
    border: 1px solid rgba(232,67,106,.25);
}
.screen-live .fa { font-size: 7px; animation: pulse 1.5s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .3; } }

.screen-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 4px; margin-bottom: 10px; }
.sg-item {
    border-radius: 7px;
    min-height: 72px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sg-big { grid-column: span 2; grid-row: span 2; min-height: 148px; }

/* sg-c1: big hero — vibrant confetti/celebration crowd */
.sg-c1 {
    background-color: #E8436A;
    background-image: url('https://images.unsplash.com/photo-1492684223066-81342ee5ff30?auto=format&fit=crop&w=400&q=85');
}
/* sg-c2: colorful birthday balloons */
.sg-c2 {
    background-color: #FF6435;
    background-image: url('https://images.unsplash.com/photo-1530103862676-de8c9debad1d?auto=format&fit=crop&w=200&q=85');
}
/* sg-c3: concert stage with vivid lights */
.sg-c3 {
    background-color: #8878D4;
    background-image: url('https://images.unsplash.com/photo-1470229722913-7c0e2dbbafd3?auto=format&fit=crop&w=200&q=85');
}
/* sg-c4: wedding couple joy */
.sg-c4 {
    background-color: #E8436A;
    background-image: url('https://images.unsplash.com/photo-1511285560929-80b456fea0bc?auto=format&fit=crop&w=200&q=85');
}
/* sg-c5: party dancing crowd */
.sg-c5 {
    background-color: #FF6435;
    background-image: url('https://images.unsplash.com/photo-1504609813442-a8924e83f76e?auto=format&fit=crop&w=200&q=85');
}
/* sg-c6: sparklers/celebration */
.sg-c6 {
    background-color: #FFAA5A;
    background-image: url('https://images.unsplash.com/photo-1467810563316-b5476525c0f9?auto=format&fit=crop&w=200&q=85');
}
/* sg-c7: confetti explosion */
.sg-c7 {
    background-color: #8878D4;
    background-image: url('https://images.unsplash.com/photo-1513151233558-d860c5398176?auto=format&fit=crop&w=200&q=85');
}
/* sg-c8: wedding ceremony flowers */
.sg-c8 {
    background-color: #E8436A;
    background-image: url('https://images.unsplash.com/photo-1519741497674-4c3c10ec1baf?auto=format&fit=crop&w=200&q=85');
}
/* sg-c9: group cheering celebration */
.sg-c9 {
    background-color: #3A1C6E;
    background-image: url('https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=200&q=85');
}

.screen-toast {
    background: rgba(58,28,110,.08);
    border-radius: 50px;
    padding: 9px 14px;
    font-size: 11px;
    color: #3A1C6E;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    animation: toastAnim 4s ease-in-out infinite;
}
@keyframes toastAnim { 0%,100%{opacity:0;transform:translateY(6px)} 15%,85%{opacity:1;transform:translateY(0)} }

.phone-home-bar { width: 90px; height: 5px; background: rgba(58,28,110,.15); border-radius: 3px; margin: 12px auto 0; }

.qr-floating-card {
    position: absolute; bottom: 90px; right: -10px;
    background: #fff;
    border-radius: 18px; padding: 14px 18px;
    display: flex; align-items: center; gap: 12px;
    box-shadow: 0 16px 48px rgba(58,28,110,.18);
    border: 1px solid #EDE5FF; z-index: 3;
    animation: floatY 4s ease-in-out infinite;
}
.qr-icon-box { width: 44px; height: 44px; background: linear-gradient(135deg, #3A1C6E, #8878D4); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; flex-shrink: 0; }
.qr-text-box strong { display: block; font-size: 13px; color: #3A1C6E; font-family: 'Montserrat', sans-serif; font-weight: 800; }
.qr-text-box span   { font-size: 11px; color: #8878D4; }

.photos-count-badge {
    position: absolute; top: 60px; left: -20px;
    background: linear-gradient(135deg, #E8436A, #FF6435);
    color: #fff; border-radius: 18px; padding: 12px 16px;
    display: flex; align-items: center; gap: 10px; font-size: 20px;
    box-shadow: 0 14px 36px rgba(232,67,106,.4); z-index: 3;
    animation: floatY 5s ease-in-out infinite reverse;
}
.photos-count-badge .count-num { display: block; font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 20px; line-height: 1.1; }
.photos-count-badge small { font-size: 10px; opacity: .85; }
@keyframes floatY { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }

/* HERO PILLS */
.hero-event-pills {
    background: rgba(58,28,110,.04);
    border-top: 1px solid rgba(58,28,110,.08);
    padding: 18px 0;
    margin-top: auto;
}
.pill-label { display: inline; color: #8878D4; font-size: 12px; font-family: 'Montserrat', sans-serif; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; margin-right: 12px; }
.event-pill {
    display: inline-block;
    background: #fff;
    border: 1px solid #EDE5FF;
    color: #5A4A7A;
    border-radius: 50px; padding: 6px 16px;
    font-size: 13px; font-weight: 600; font-family: 'Montserrat', sans-serif;
    margin: 4px 5px 4px 0; text-decoration: none; transition: all .2s;
}
.event-pill:hover { background: #E8436A; border-color: #E8436A; color: #fff; text-decoration: none; }

/* =============================================
   STATS BAR
   ============================================= */
.stats-section { padding: 0; }
.stats-bar {
    display: flex; align-items: stretch;
    background: #fff;
    box-shadow: 0 8px 36px rgba(58,28,110,.1);
    border-radius: 0 0 20px 20px;
}
.stat-item { flex: 1; text-align: center; padding: 34px 20px; }
.stat-num { display: block; font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 42px; line-height: 1; color: #E8436A; }
.stat-suffix { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 32px; color: #E8436A; }
.stat-label { display: block; font-size: 12px; color: #8878D4; font-weight: 700; margin-top: 6px; font-family: 'Montserrat', sans-serif; letter-spacing: .04em; text-transform: uppercase; }
.stat-divider { width: 1px; background: #EDE5FF; margin: 18px 0; }

/* =============================================
   HOW IT WORKS — white bg
   ============================================= */
.how-section { background: #fff; }
.how-steps-row { display: flex; align-items: flex-start; }

.step-card {
    background: #FAF7FF;
    border-radius: 20px; padding: 40px 30px 36px; text-align: center;
    position: relative; border: 1px solid #EDE5FF;
    box-shadow: 0 4px 20px rgba(58,28,110,.06);
    transition: all .3s; height: 100%;
}
.step-card:hover { transform: translateY(-8px); box-shadow: 0 18px 48px rgba(58,28,110,.13); border-color: #C4B5E0; }

.step-circle {
    width: 78px; height: 78px;
    background: linear-gradient(135deg, #3A1C6E 0%, #8878D4 100%);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 22px; position: relative;
    box-shadow: 0 8px 24px rgba(58,28,110,.25);
}
.how-step[data-step="2"] .step-circle { background: linear-gradient(135deg, #8878D4 0%, #E8436A 100%); }
.how-step[data-step="3"] .step-circle { background: linear-gradient(135deg, #E8436A 0%, #FF6435 100%); }

.step-num {
    position: absolute; top: -8px; right: -8px;
    background: #fff; color: #3A1C6E;
    font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 10px; letter-spacing: .08em;
    width: 28px; height: 28px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 8px rgba(58,28,110,.15); border: 2px solid #EDE5FF;
}
.step-icon { font-size: 28px; color: #fff; }

.step-connector-arrow { position: absolute; top: 58px; right: -22px; color: #E8436A; font-size: 22px; z-index: 1; opacity: .45; }
.step-title { font-size: 19px; font-weight: 800; color: #3A1C6E; margin-bottom: 12px; }
.step-desc { color: #7A6A9A; font-size: 14.5px; line-height: 1.7; }
.how-step { position: relative; padding-bottom: 24px; }

/* =============================================
   FEATURES — very light lavender bg
   ============================================= */
.features-section { background: #F8F4FF; }
.features-row .feat-col { margin-bottom: 24px; }

.feature-card {
    border-radius: 18px; padding: 34px 30px;
    height: 100%; transition: all .3s;
    border: 1px solid #EDE5FF; background: #fff;
    position: relative; overflow: hidden;
}
.feature-card::before {
    content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, #3A1C6E, #8878D4, #E8436A, #FF6435);
    opacity: 0; transition: opacity .3s;
}
.feature-card:hover::before { opacity: 1; }
.feature-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(58,28,110,.12); border-color: #C4B5E0; }

.feature-hero-card { border: 1px solid #EDE5FF; padding: 42px 38px; }
.feature-hero-card h3 { font-size: 24px; font-weight: 800; color: #3A1C6E; margin: 18px 0 12px; }
.feature-hero-card p  { font-size: 15.5px; color: #7A6A9A; line-height: 1.7; }

/* The AI card gets a rich purple — keeps one dramatic accent on light page */
.feature-dark-card {
    background: linear-gradient(145deg, #4A2280 0%, #3A1C6E 100%);
    border-color: transparent;
}
.feature-dark-card h3 { color: #fff !important; }
.feature-dark-card p  { color: rgba(255,255,255,.75) !important; }
.feature-dark-card:hover { border-color: transparent; }
.feature-dark-card::before { background: linear-gradient(90deg, #E8436A, #FF6435); }

.feat-icon-wrap { width: 62px; height: 62px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 24px; }
.feat-icon-coral { background: linear-gradient(135deg, #E8436A, #FF6435); color: #fff; }
.feat-icon-white { background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.2); }

.feat-badge { display: inline-block; margin-top: 18px; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; padding: 5px 14px; border-radius: 50px; }
.feat-badge-coral { background: rgba(232,67,106,.1); color: #E8436A; border: 1px solid rgba(232,67,106,.2); }
.feat-badge-white { background: rgba(255,255,255,.12); color: #fff; border: 1px solid rgba(255,255,255,.22); }

.feat-icon-small {
    width: 50px; height: 50px;
    background: linear-gradient(135deg, #EDE5FF, #FFE0E8);
    border-radius: 14px; display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: #8878D4; margin-bottom: 14px; transition: all .25s;
}
.feature-card:hover .feat-icon-small { background: linear-gradient(135deg, #E8436A, #FF6435); color: #fff; transform: scale(1.08); }
.feature-small-card h4 { font-size: 16px; font-weight: 800; color: #3A1C6E; margin-bottom: 7px; }
.feature-small-card p  { color: #7A6A9A; font-size: 14px; line-height: 1.6; margin: 0; }

/* =============================================
   USE CASES — light lavender bg
   ============================================= */
.use-cases-section { position: relative; padding: 88px 0; overflow: hidden; background: #F0EAFF; }
.use-cases-bg { display: none; } /* replaced by direct background above */
.use-cases-section .container { position: relative; z-index: 1; }

/* Override text-white for light bg */
.use-cases-section .section-title { color: #3A1C6E; }
.use-cases-section .section-sub   { color: #7A6A9A; }
.use-cases-section .section-tag   { background: rgba(255,255,255,.7); color: #8878D4; border: 1px solid #EDE5FF; }

.uc-row .uc-col { margin-bottom: 24px; }
.uc-card { border-radius: 20px; overflow: hidden; position: relative; min-height: 240px; cursor: pointer; transition: transform .3s, box-shadow .3s; box-shadow: 0 6px 24px rgba(58,28,110,.1); }
.uc-card:hover { transform: translateY(-8px) scale(1.01); box-shadow: 0 20px 56px rgba(58,28,110,.2); }
.uc-card:hover .uc-inner { bottom: 0; }

.uc-inner { position: absolute; left: 0; right: 0; bottom: -20px; padding: 24px; background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, transparent 100%); color: #fff; transition: bottom .3s; }
.uc-icon { font-size: 28px; display: block; margin-bottom: 8px; }
.uc-inner h3 { font-size: 19px; font-weight: 800; margin-bottom: 5px; }
.uc-inner p  { font-size: 13px; opacity: .88; margin-bottom: 10px; line-height: 1.5; }
.uc-link { display: inline-block; color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.5); padding-bottom: 2px; transition: border-color .2s; }
.uc-link:hover { border-color: #fff; color: #fff; text-decoration: none; }

.uc-wedding {
    background:
        linear-gradient(145deg, rgba(155,89,182,0.72) 0%, rgba(232,67,106,0.72) 100%),
        url('https://images.unsplash.com/photo-1519741497674-4c3c10ec1baf?auto=format&fit=crop&w=700&q=80') center/cover no-repeat;
}
.uc-birthday {
    background:
        linear-gradient(145deg, rgba(255,100,53,0.70) 0%, rgba(255,170,90,0.70) 100%),
        url('https://images.unsplash.com/photo-1464349095431-e9a21285b5f3?auto=format&fit=crop&w=700&q=80') center/cover no-repeat;
}
.uc-corporate {
    background:
        linear-gradient(145deg, rgba(58,28,110,0.75) 0%, rgba(136,120,212,0.75) 100%),
        url('https://images.unsplash.com/photo-1540575467063-178a50c2df87?auto=format&fit=crop&w=700&q=80') center/cover no-repeat;
}
.uc-graduation {
    background:
        linear-gradient(145deg, rgba(29,209,161,0.70) 0%, rgba(84,160,255,0.70) 100%),
        url('https://images.unsplash.com/photo-1523050854058-8df90110c9f1?auto=format&fit=crop&w=700&q=80') center/cover no-repeat;
}
.uc-party {
    background:
        linear-gradient(145deg, rgba(232,67,106,0.70) 0%, rgba(255,100,53,0.70) 100%),
        url('https://images.unsplash.com/photo-1533174072545-7a4b6ad7a6c3?auto=format&fit=crop&w=700&q=80') center/cover no-repeat;
}
.uc-concert {
    background:
        linear-gradient(145deg, rgba(108,92,231,0.70) 0%, rgba(232,67,106,0.70) 100%),
        url('https://images.unsplash.com/photo-1501386761578-eac5c294458a?auto=format&fit=crop&w=700&q=80') center/cover no-repeat;
}

/* =============================================
   TESTIMONIALS — white bg
   ============================================= */
.testimonials-section { background: #fff; }
.testi-row { display: flex; }
.testi-col { margin-bottom: 24px; }

.testi-card {
    background: #FAF7FF;
    border-radius: 20px; padding: 30px 26px;
    height: 100%; border: 1px solid #EDE5FF;
    position: relative; overflow: hidden; transition: all .3s;
}
.testi-card::before { content: '\201C'; position: absolute; top: -10px; left: 18px; font-family: Georgia, serif; font-size: 90px; color: #EDE5FF; line-height: 1; pointer-events: none; }
.testi-card:hover { transform: translateY(-6px); box-shadow: 0 18px 46px rgba(58,28,110,.12); border-color: #C4B5E0; }

/* Featured testimonial: soft coral tint — no more dark purple */
.testi-featured {
    background: linear-gradient(145deg, #FFF0F5, #FFF5F7);
    border-color: rgba(232,67,106,.2);
}
.testi-featured::before { color: rgba(232,67,106,.1); }
.testi-featured:hover { border-color: rgba(232,67,106,.4); box-shadow: 0 18px 46px rgba(232,67,106,.15); }
.testi-featured .testi-stars .fa { color: #E8436A; }
.testi-featured .testi-quote { color: #4A2A6A; }
.testi-featured .testi-info strong { color: #3A1C6E; }
.testi-featured .testi-info span   { color: #E8436A; }

.testi-stars { margin-bottom: 14px; }
.testi-stars .fa { color: #E8436A; font-size: 14px; margin-right: 2px; }
.testi-quote { font-size: 14px; color: #4A3A6A; line-height: 1.75; font-style: italic; margin-bottom: 20px; position: relative; z-index: 1; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 17px; color: #fff; flex-shrink: 0; }
.av-purple { background: linear-gradient(135deg, #3A1C6E, #8878D4); }
.av-coral  { background: linear-gradient(135deg, #E8436A, #FF6435); }
.av-orange { background: linear-gradient(135deg, #FF6435, #FFAA5A); }
.av-mid    { background: linear-gradient(135deg, #8878D4, #B4A8E8); }
.testi-info strong { display: block; font-size: 14px; color: #3A1C6E; font-family: 'Montserrat', sans-serif; font-weight: 800; }
.testi-info span   { font-size: 12px; color: #8878D4; }

.carousel-indicators-custom { position: static; margin-top: 28px; left: auto; width: auto; display: flex; justify-content: center; gap: 8px; }
.carousel-indicators-custom li { width: 10px; height: 10px; background: #C4B5E0; border: none; border-radius: 50%; margin: 0; cursor: pointer; transition: all .3s; }
.carousel-indicators-custom li.active { background: linear-gradient(135deg, #E8436A, #FF6435); width: 28px; border-radius: 5px; }

/* =============================================
   PRICING — very light lavender bg
   ============================================= */
.pricing-section { background: #F8F4FF; }

.pricing-guarantee-bar {
    text-align: center;
    background: #fff;
    border: 1px solid #EDE5FF;
    border-radius: 50px; padding: 12px 28px;
    font-size: 14px; color: #4A3A6A;
    margin-bottom: 48px;
    display: inline-block; left: 50%; position: relative; transform: translateX(-50%);
    box-shadow: 0 2px 12px rgba(58,28,110,.06);
}
.pricing-guarantee-bar .fa { color: #E8436A; }

.pricing-row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.pricing-row .pricing-col {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.pricing-card {
    background: #fff;
    border: 1px solid #EDE5FF;
    border-radius: 24px; overflow: hidden;
    transition: all .3s; flex: 1; display: flex; flex-direction: column;
    box-shadow: 0 4px 18px rgba(58,28,110,.06);
}
.pricing-card:hover { transform: translateY(-8px); box-shadow: 0 24px 60px rgba(58,28,110,.16); border-color: #C4B5E0; }

.pricing-popular {
    border-color: #E8436A;
    box-shadow: 0 12px 40px rgba(232,67,106,.2);
    transform: scale(1.03);
}
.pricing-popular:hover { transform: scale(1.03) translateY(-8px); }

.pricing-power {
    border-color: transparent;
    background: linear-gradient(160deg, #4A2280 0%, #3A1C6E 100%);
}
.pricing-power:hover { border-color: transparent; }

.popular-ribbon {
    background: linear-gradient(135deg, #E8436A, #FF6435);
    color: #fff; text-align: center;
    font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; padding: 8px;
}

.plan-header { padding: 30px 26px 22px; border-bottom: 1px solid rgba(0,0,0,.05); }
.plan-header-default { background: #FAF7FF; }
.plan-header-coral   { background: linear-gradient(135deg, #FFF5F7, #FFFAF8); border-bottom-color: #FFE0E8; }
.plan-header-power   { background: transparent; border-bottom-color: rgba(255,255,255,.12); }

.plan-name { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #8878D4; margin-bottom: 10px; }
.plan-header-power .plan-name { color: rgba(255,255,255,.65); }

.plan-price { margin-bottom: 6px; }
.price-dollar { font-size: 20px; font-weight: 800; color: #3A1C6E; vertical-align: super; line-height: 1; }
.price-num    { font-size: 52px; font-weight: 900; color: #3A1C6E; line-height: 1; }
.price-per    { font-size: 14px; color: #8878D4; font-weight: 600; }

.plan-header-power .price-dollar,
.plan-header-power .price-num  { color: #fff; }
.plan-header-power .price-per  { color: rgba(255,255,255,.6); }

.plan-tagline { font-size: 13px; color: #7A6A9A; font-weight: 600; }
.plan-header-power .plan-tagline { color: rgba(255,255,255,.6); }

.plan-body { padding: 26px; flex: 1; display: flex; flex-direction: column; }

/* Comparison table inside cards */
.plan-compare-table { width: 100%; margin-bottom: 24px; flex: 1; }
.plan-compare-table th, .plan-compare-table td { padding: 9px 6px; font-size: 13px; border-bottom: 1px solid #F0E8FF; vertical-align: middle; }
.plan-compare-table th { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 10.5px; letter-spacing: .05em; text-transform: uppercase; color: #8878D4; padding-bottom: 12px; }
.plan-compare-table td:first-child { color: #6A5A8A; font-weight: 600; }
.plan-compare-table td:last-child  { color: #3A1C6E; font-weight: 700; font-family: 'Montserrat', sans-serif; text-align: right; }
.plan-compare-table tr:last-child td { border-bottom: none; }
.plan-compare-table .row-ads td:last-child { color: #E8436A; }

.pricing-power .plan-compare-table th { color: rgba(255,255,255,.5); }
.pricing-power .plan-compare-table td { border-bottom-color: rgba(255,255,255,.1); }
.pricing-power .plan-compare-table td:first-child { color: rgba(255,255,255,.7); }
.pricing-power .plan-compare-table td:last-child  { color: #fff; }
.pricing-power .plan-compare-table .row-ads td:last-child { color: #A8FF78; }

.plan-features-list { list-style: none; padding: 0; margin: 0 0 26px; flex: 1; }
.plan-features-list li { font-size: 13.5px; padding: 8px 0; border-bottom: 1px solid #F0E8FF; display: flex; align-items: flex-start; gap: 10px; color: #4A3A6A; }
.plan-features-list li:last-child { border-bottom: none; }
.feat-yes .fa { color: #E8436A; font-size: 11px; margin-top: 3px; flex-shrink: 0; }
.feat-no      { color: #BBA8D8; }
.feat-no  .fa { color: #D4C4EE; font-size: 11px; margin-top: 3px; flex-shrink: 0; }
.pricing-power .plan-features-list li { border-bottom-color: rgba(255,255,255,.1); color: rgba(255,255,255,.85); }
.pricing-power .feat-yes .fa { color: rgba(255,255,255,.9); }

/* Pricing buttons */
.btn-plan-outline, .btn-plan-cta, .btn-plan-white {
    display: block; width: 100%; padding: 13px;
    border-radius: 50px; font-family: 'Montserrat', sans-serif;
    font-weight: 800; font-size: 13px; letter-spacing: .04em;
    text-align: center; transition: all .25s; text-decoration: none; border: 2px solid transparent;
}
.btn-plan-outline { border-color: #8878D4; color: #8878D4; background: transparent; }
.btn-plan-outline:hover { background: #8878D4; color: #fff; text-decoration: none; }
.btn-plan-cta { background: linear-gradient(135deg, #E8436A, #FF6435); color: #fff; box-shadow: 0 6px 22px rgba(232,67,106,.35); }
.btn-plan-cta:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(232,67,106,.5); color: #fff; text-decoration: none; }
.btn-plan-white { background: rgba(255,255,255,.15); color: #fff; border-color: rgba(255,255,255,.35); }
.btn-plan-white:hover { background: #fff; color: #E8436A; text-decoration: none; }

/* Ads notice */
.ads-notice { font-size: 11.5px; color: #BBA8D8; text-align: center; margin-top: 10px; font-style: italic; }

/* Partner banner */
.partner-cta-banner { margin-top: 48px; background: linear-gradient(135deg, #3A1C6E 0%, #5A2D8E 100%); border-radius: 22px; padding: 30px 34px; color: #fff; }
.partner-banner-row { display: flex; align-items: center; }
.partner-icon { font-size: 34px; color: #FF9CBB; margin-right: 18px; float: left; }
.partner-text { float: left; }
.partner-text strong { font-size: 16px; font-family: 'Montserrat', sans-serif; font-weight: 800; display: block; margin-bottom: 4px; }
.partner-text p { font-size: 13.5px; opacity: .78; margin: 0; }
.partner-btn-col { text-align: right; }
.btn-partner-contact { display: inline-block; background: rgba(255,255,255,.1); border: 2px solid rgba(255,255,255,.35); color: #fff; padding: 12px 22px; border-radius: 50px; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 13px; transition: all .25s; text-decoration: none; }
.btn-partner-contact:hover { background: #fff; color: #3A1C6E; text-decoration: none; }

/* =============================================
   FAQ — white bg
   ============================================= */
.faq-section { background: #fff; }
.faq-accordion { border: none; margin-top: 0; }
.faq-panel { background: #FAF7FF; border: 1px solid #EDE5FF; border-radius: 14px !important; margin-bottom: 10px !important; overflow: hidden; }

.faq-question-header a { display: flex; align-items: center; justify-content: space-between; padding: 19px 22px; color: #3A1C6E; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 14.5px; text-decoration: none; transition: background .2s; gap: 12px; }
.faq-question-header a:hover { background: #F0EAFF; text-decoration: none; }
.faq-question-header a[aria-expanded="true"] { background: #F0EAFF; color: #E8436A; }
.faq-q-icon { color: #8878D4; font-size: 15px; flex-shrink: 0; }
.faq-arrow { color: #8878D4; transition: transform .3s; margin-left: auto; }
.faq-question-header a[aria-expanded="true"] .faq-arrow { transform: rotate(180deg); color: #E8436A; }
.faq-answer-body { padding: 0 22px 22px; color: #7A6A9A; font-size: 15px; line-height: 1.75; border-top: 1px solid #EDE5FF; padding-top: 16px; }

/* =============================================
   CTA BANNER — coral gradient (strong accent)
   ============================================= */
.cta-banner-section { position: relative; padding: 96px 0; overflow: hidden; }
.cta-banner-bg {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, #E8436A 0%, #C9256B 45%, #FF6435 100%);
}
.cta-banner-bg::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 80% 50%, rgba(255,255,255,.1) 0%, transparent 60%), radial-gradient(ellipse 40% 60% at 20% 50%, rgba(0,0,0,.12) 0%, transparent 60%); }
.cta-banner-inner { position: relative; z-index: 1; }
.cta-banner-title { font-size: 40px; font-weight: 900; color: #fff; margin-bottom: 14px; letter-spacing: -.8px; }
.cta-banner-sub   { font-size: 18px; color: rgba(255,255,255,.88); margin-bottom: 34px; line-height: 1.6; }
.cta-banner-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.btn-cta-white { background: #fff; color: #E8436A; padding: 15px 34px; border-radius: 50px; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 15px; text-decoration: none; display: inline-block; box-shadow: 0 8px 28px rgba(0,0,0,.18); transition: all .25s; border: 2px solid transparent; }
.btn-cta-white:hover { transform: translateY(-3px); box-shadow: 0 14px 38px rgba(0,0,0,.28); color: #E8436A; text-decoration: none; }
.btn-cta-ghost-white { border: 2px solid rgba(255,255,255,.55); color: #fff; padding: 13px 30px; border-radius: 50px; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 15px; text-decoration: none; display: inline-block; transition: all .25s; }
.btn-cta-ghost-white:hover { background: rgba(255,255,255,.14); border-color: #fff; color: #fff; text-decoration: none; }

/* =============================================
   CONTACT — light lavender bg
   ============================================= */
.contact-section { background: #F8F4FF; }

/* Info card: now light — soft purple tint instead of dark */
.contact-info-card {
    background: linear-gradient(145deg, #EDE5FF, #E8D8FF);
    border-radius: 22px; padding: 38px 34px; height: 100%;
    border: 1px solid #C4B5E0;
}
.contact-info-title { font-size: 20px; font-weight: 800; color: #3A1C6E; margin-bottom: 26px; line-height: 1.3; }
.contact-benefit { display: flex; gap: 14px; margin-bottom: 22px; }
.cb-icon { width: 42px; height: 42px; background: linear-gradient(135deg, #E8436A, #FF6435); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 17px; color: #fff; flex-shrink: 0; }
.cb-text strong { display: block; font-size: 13.5px; font-family: 'Montserrat', sans-serif; font-weight: 700; margin-bottom: 3px; color: #3A1C6E; }
.cb-text p { font-size: 13px; color: #6A5A8A; margin: 0; line-height: 1.5; }
.contact-direct { margin-top: 24px; font-size: 14px; color: #6A5A8A; border-top: 1px solid rgba(58,28,110,.12); padding-top: 18px; }
.contact-direct a { color: #E8436A; }
.contact-direct a:hover { color: #3A1C6E; }

.contact-form-card { background: #fff; border: 1px solid #EDE5FF; border-radius: 22px; padding: 38px 34px; box-shadow: 0 4px 24px rgba(58,28,110,.07); }
.picr-form-group { margin-bottom: 18px; }
.picr-label { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: .04em; color: #3A1C6E; text-transform: uppercase; margin-bottom: 7px; display: block; }
.req { color: #E8436A; }
.picr-input { border: 1.5px solid #EDE5FF; border-radius: 10px; padding: 11px 15px; font-size: 14px; color: #3A1C6E; background: #FAF7FF; transition: all .2s; box-shadow: none; height: auto; }
.picr-input:focus { border-color: #8878D4; box-shadow: 0 0 0 3px rgba(136,120,212,.12); outline: none; background: #fff; }
.picr-textarea { resize: vertical; min-height: 125px; }
.form-alert { padding: 11px 16px; border-radius: 10px; font-size: 14px; font-weight: 600; margin-bottom: 14px; }
.form-alert.alert-success { background: #EAFAF1; color: #1D8B4F; border: 1px solid #B7E4CB; }
.form-alert.alert-danger  { background: #FFF0F3; color: #C0392B; border: 1px solid #FAD0DA; }
.btn-contact-submit { background: linear-gradient(135deg, #E8436A, #FF6435); color: #fff; padding: 14px 34px; border-radius: 50px; font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 14px; border: none; box-shadow: 0 8px 26px rgba(232,67,106,.36); transition: all .25s; cursor: pointer; letter-spacing: .04em; }
.btn-contact-submit:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(232,67,106,.52); }
.btn-contact-submit:disabled { opacity: .7; transform: none; cursor: not-allowed; }

/* =============================================
   FOOTER — dark purple (kept dark intentionally)
   ============================================= */
.site-footer { background: #1A0835; }
.footer-top { padding: 68px 0 48px; border-bottom: 1px solid rgba(255,255,255,.07); }
.footer-logo { font-family: 'Montserrat', sans-serif; font-weight: 900; font-size: 28px; color: #fff; display: block; margin-bottom: 12px; text-decoration: none; }
.footer-tagline { color: rgba(255,255,255,.5); font-size: 14px; line-height: 1.6; margin-bottom: 20px; }
.footer-social { display: flex; gap: 10px; margin-bottom: 26px; }
.footer-social a { width: 38px; height: 38px; background: rgba(255,255,255,.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.6); font-size: 16px; text-decoration: none; transition: all .2s; }
.footer-social a:hover { background: #E8436A; color: #fff; transform: translateY(-2px); }

.newsletter-label { color: rgba(255,255,255,.5); font-size: 11px; font-weight: 700; font-family: 'Montserrat', sans-serif; letter-spacing: .07em; text-transform: uppercase; margin-bottom: 10px; }
.newsletter-group { max-width: 280px; }
.newsletter-input { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18); color: #fff; border-radius: 10px 0 0 10px; padding: 10px 14px; height: 42px; font-size: 13.5px; }
.newsletter-input::placeholder { color: rgba(255,255,255,.3); }
.newsletter-input:focus { background: rgba(255,255,255,.14); border-color: #E8436A; box-shadow: none; outline: none; color: #fff; }
.btn-newsletter { background: linear-gradient(135deg, #E8436A, #FF6435); color: #fff; border-radius: 0 10px 10px 0; border: none; height: 42px; width: 42px; padding: 0; font-size: 15px; transition: opacity .2s; }
.btn-newsletter:hover { opacity: .82; }
.newsletter-feedback { font-size: 12.5px; margin-top: 8px; font-weight: 600; }
.newsletter-feedback.success { color: #A8FF78; }
.newsletter-feedback.error   { color: #FF9CBB; }

.footer-heading { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.45); margin-bottom: 16px; }
.footer-links { padding: 0; margin: 0; list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: rgba(255,255,255,.6); font-size: 14px; text-decoration: none; transition: color .2s; }
.footer-links a:hover { color: #E8436A; }
.footer-bottom { padding: 18px 0; font-size: 13px; color: rgba(255,255,255,.28); }
.footer-bottom .fa-heart { color: #E8436A; }

/* =============================================
   SCROLL ANIMATIONS
   ============================================= */
[data-aos] { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
[data-aos].aos-animate { opacity: 1; transform: translateY(0); }
[data-aos][data-aos-delay="50"].aos-animate  { transition-delay: .05s; }
[data-aos][data-aos-delay="100"].aos-animate { transition-delay: .1s; }
[data-aos][data-aos-delay="150"].aos-animate { transition-delay: .15s; }
[data-aos="fade-left"]  { transform: translateX(26px); }
[data-aos="fade-left"].aos-animate { transform: translateX(0); }
[data-aos="fade-right"] { transform: translateX(-26px); }
[data-aos="fade-right"].aos-animate { transform: translateX(0); }
[data-aos="zoom-in"]    { transform: scale(.9); }
[data-aos="zoom-in"].aos-animate { transform: scale(1); }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1199px) {
    .hero-title { font-size: 48px; }
    .pricing-popular { transform: none; }
    .pricing-popular:hover { transform: translateY(-8px); }
}
@media (max-width: 991px) {
    .hero-title { font-size: 40px; }
    .section-title { font-size: 30px; }
    .stats-bar { flex-wrap: wrap; }
    .stat-item { flex: 0 0 50%; }
    .stat-divider { display: none; }
    .step-connector-arrow { display: none; }
    .navbar-picr .navbar-center-links { display: block; float: none; }
    .navbar-picr .navbar-right-cta { float: none; text-align: center; }
    .nav-signin { padding: 12px 20px !important; }
    .btn-nav-cta { margin: 6px 0 10px; }
    .partner-banner-row { flex-direction: column; gap: 18px; }
    .partner-btn-col { text-align: left !important; }
}
@media (max-width: 767px) {
    .hero-section { padding-top: 96px; min-height: auto; }
    .hero-title { font-size: 34px; letter-spacing: -.5px; }
    .hero-sub { font-size: 16px; }
    .btn-hero-cta, .btn-hero-outline { display: block; text-align: center; margin-right: 0; margin-bottom: 12px; }
    .section-block { padding: 60px 0; }
    .section-title { font-size: 26px; }
    .step-card { margin-bottom: 20px; }
    .cta-banner-title { font-size: 28px; }
    .contact-form-card, .contact-info-card { margin-bottom: 22px; }
    .testi-row { flex-direction: column; }
    .footer-top { padding: 48px 0 28px; }
    .newsletter-group { max-width: 100%; }
    .stat-item { flex: 0 0 100%; }
    .cta-banner-actions { flex-direction: column; align-items: center; }
    .pricing-popular { transform: none; }
}

/* ---------- SHARED BUTTON HELPERS ---------- */
.btn-coral {
    background: linear-gradient(135deg, #E8436A 0%, #FF6435 100%);
    color: #fff !important;
    border: none;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: .02em;
    box-shadow: 0 4px 18px rgba(232,67,106,.35);
    transition: all .2s;
    text-decoration: none;
}
.btn-coral:hover, .btn-coral:focus { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(232,67,106,.5); color: #fff !important; text-decoration: none; }

.btn-outline-purple {
    background: transparent;
    color: #3A1C6E !important;
    border: 2px solid #8878D4;
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: .02em;
    transition: all .2s;
    text-decoration: none;
}
.btn-outline-purple:hover, .btn-outline-purple:focus { background: #3A1C6E; color: #fff !important; border-color: #3A1C6E; transform: translateY(-2px); text-decoration: none; }

/* ---------- NAVBAR LOGO ---------- */
.navbar-logo {
    height: 70px;
    width: auto;
    display: block;
}
.navbar-header .navbar-brand.brand-picr {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* ---------- VISITOR COUNTER ---------- */
.visitor-counter-wrap { color: #8878D4; font-size: 13px; margin: 0; }
.visitor-count-num { font-family: 'Montserrat', sans-serif; font-weight: 700; color: #E8436A; }

/* ---------- ADSENSE BOTTOM BAR ---------- */
.adsense-bottom-bar {
    background: #f5f5f5;
    border-top: 1px solid #e0e0e0;
    padding: 8px 20px 12px;
    text-align: center;
}
.adsense-bottom-label {
    font-size: 10px;
    color: #bbb;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin: 0 0 4px;
}

/* ---------- EVENT PAGE STYLES ---------- */
.ep-hero {
    padding: 130px 0 80px;
    background: linear-gradient(150deg, #3A1C6E 0%, #8878D4 100%);
    color: #fff;
    text-align: center;
}
.ep-hero-icon { font-size: 56px; margin-bottom: 20px; opacity: .85; }
.ep-hero-title { font-size: 46px; font-weight: 900; margin: 0 0 18px; line-height: 1.1; }
.ep-hero-sub { font-size: 19px; max-width: 640px; margin: 0 auto; opacity: .9; line-height: 1.6; }

.ep-story { padding: 80px 0 60px; }
.ep-story h2 { font-size: 34px; font-weight: 900; color: #3A1C6E; margin-bottom: 24px; }
.ep-story h3 { font-size: 22px; font-weight: 700; color: #3A1C6E; margin: 36px 0 12px; }
.ep-story p { font-size: 16px; line-height: 1.8; color: #4A3A6A; margin-bottom: 16px; }
.ep-story .lead { font-size: 19px; color: #3A1C6E; }

.ep-feature-grid { margin: 44px 0 36px; }
.ep-feat-card {
    background: #F5F0FF;
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #EDE5FF;
    transition: box-shadow .2s, transform .2s;
}
.ep-feat-card:hover { box-shadow: 0 8px 28px rgba(58,28,110,.12); transform: translateY(-3px); }
.ep-feat-card i { font-size: 34px; color: #8878D4; margin-bottom: 12px; display: block; }
.ep-feat-card h4 { font-size: 15px; font-weight: 700; color: #3A1C6E; margin: 0 0 8px; }
.ep-feat-card p { font-size: 13px; color: #7A6A9A; margin: 0; }

.ep-cta-box {
    background: linear-gradient(135deg, #3A1C6E 0%, #8878D4 100%);
    border-radius: 20px;
    padding: 44px 36px;
    text-align: center;
    color: #fff;
    margin-top: 50px;
}
.ep-cta-box h3 { font-size: 26px; font-weight: 800; margin: 0 0 12px; }
.ep-cta-box p { font-size: 16px; opacity: .88; margin-bottom: 24px; }

/* ---------- STATIC PAGE STYLES (About/Privacy/Terms) ---------- */
.static-page-hero {
    background: linear-gradient(150deg, #F5F0FF 0%, #FDF8FF 55%, #FFF2F5 100%);
    padding: 110px 0 60px;
    text-align: center;
}
.static-page-hero h1 { font-size: 42px; font-weight: 900; color: #3A1C6E; margin-bottom: 14px; }
.static-page-hero p { font-size: 18px; color: #7A6A9A; }
.static-content { padding: 60px 0 80px; }
.static-content h2 { font-size: 24px; font-weight: 800; color: #3A1C6E; margin: 40px 0 12px; }
.static-content h3 { font-size: 18px; font-weight: 700; color: #3A1C6E; margin: 28px 0 10px; }
.static-content p, .static-content li { font-size: 15px; line-height: 1.8; color: #4A3A6A; }
.static-content ul { padding-left: 22px; margin-bottom: 16px; }
.static-content a { color: #8878D4; }
.static-content a:hover { color: #E8436A; }
.static-last-updated { font-size: 13px; color: #9A8AB5; font-style: italic; margin-top: 10px; }

/* Sitemap */
.sitemap-section { padding: 60px 0 80px; }
.sitemap-group { margin-bottom: 36px; }
.sitemap-group h3 { font-size: 16px; font-weight: 700; color: #8878D4; text-transform: uppercase; letter-spacing: .08em; border-bottom: 2px solid #EDE5FF; padding-bottom: 8px; margin-bottom: 14px; }
.sitemap-group ul { list-style: none; padding: 0; }
.sitemap-group ul li { margin-bottom: 8px; }
.sitemap-group ul li a { color: #3A1C6E; font-size: 15px; text-decoration: none; }
.sitemap-group ul li a:hover { color: #E8436A; }
