@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700;800&display=swap";.hero-showcase-container{position:relative;width:100%;height:520px;display:flex;align-items:center;justify-content:center;isolation:isolate}@media (max-width: 767px){.hero-showcase-container{height:400px;margin-top:3rem}}.glowing-bg-circle{position:absolute;border-radius:50%;filter:blur(80px);z-index:1;opacity:.15;pointer-events:none}.glowing-bg-circle.primary{background:#7c3aed;width:300px;height:300px;top:10%;left:20%}.glowing-bg-circle.accent{background:#a78bfa;width:250px;height:250px;bottom:10%;right:10%}.hero-phone-mockup{width:260px;height:480px;background:#000;border-radius:40px;padding:12px;box-shadow:0 25px 50px -12px #0006,0 0 0 4px #2a2635;position:relative;z-index:3;animation:floatAnimation 6s ease-in-out infinite}@media (max-width: 767px){.hero-phone-mockup{width:200px;height:380px;border-radius:30px;padding:8px}}.phone-screen{width:100%;height:100%;background:#fff;border-radius:32px;overflow:hidden;position:relative;display:flex;flex-direction:column}[data-bs-theme=dark] .phone-screen{background:#0b0714}@media (max-width: 767px){.phone-screen{border-radius:24px}}.phone-header{background:linear-gradient(135deg,#7c3aed,#5b2bb5 45%,#472187);padding:20px 15px 15px;color:#fff;text-align:center}.phone-header .brand-name{font-size:.9rem;font-weight:800;letter-spacing:.05em}.phone-categories{display:flex;gap:8px;padding:10px;overflow-x:auto;scrollbar-width:none}.phone-categories::-webkit-scrollbar{display:none}.phone-categories .category-pill{padding:6px 12px;background:#f3eeff;color:#7c3aed;border-radius:20px;font-size:.7rem;font-weight:600;white-space:nowrap}.phone-categories .category-pill.active{background:#7c3aed;color:#fff}[data-bs-theme=dark] .phone-categories .category-pill{background:#a78bfa1a;color:#a78bfa}[data-bs-theme=dark] .phone-categories .category-pill.active{background:#a78bfa;color:#0b0714}.phone-products{flex:1;padding:10px;display:flex;flex-direction:column;gap:10px}.phone-product-card{display:flex;gap:10px;padding:8px;background:#fafafd;border:1px solid #E9E2FF;border-radius:16px}[data-bs-theme=dark] .phone-product-card{background:#161022;border-color:#a78bfa26}.phone-product-card .prod-img{width:50px;height:50px;border-radius:8px;background:#ece6ff;display:flex;align-items:center;justify-content:center;font-size:1.5rem}[data-bs-theme=dark] .phone-product-card .prod-img{background:#2a1f44}.phone-product-card .prod-details{flex:1;display:flex;flex-direction:column;justify-content:center}.phone-product-card .prod-details .prod-title{font-size:.75rem;font-weight:700;margin:0;color:#1e1b2e}[data-bs-theme=dark] .phone-product-card .prod-details .prod-title{color:#f6f4fb}.phone-product-card .prod-details .prod-desc{font-size:.6rem;color:#6b7280;margin:2px 0 0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.phone-product-card .prod-price{font-size:.75rem;font-weight:800;color:#7c3aed;align-self:center;margin-right:5px}[data-bs-theme=dark] .phone-product-card .prod-price{color:#a78bfa}.hero-floating-card{position:absolute;background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.5);border-radius:20px;padding:15px;box-shadow:0 15px 35px #1e1b2e1a;z-index:4}[data-bs-theme=dark] .hero-floating-card{background:#161022d9;border-color:#a78bfa26;box-shadow:0 15px 35px #0000004d}.hero-floating-card.mini-dashboard{top:8%;left:-15%;width:200px;animation:floatAnimation 7s ease-in-out infinite alternate}@media (max-width: 767px){.hero-floating-card.mini-dashboard{top:5%;left:-10%;width:140px;padding:10px}}.hero-floating-card.order-stats{bottom:15%;right:-18%;width:210px;animation:floatAnimation 8s ease-in-out infinite alternate-reverse}@media (max-width: 767px){.hero-floating-card.order-stats{bottom:10%;right:-8%;width:150px;padding:10px}}.hero-floating-card.qr-code-area{bottom:8%;left:-10%;width:140px;text-align:center;animation:floatAnimation 5s ease-in-out infinite alternate}@media (max-width: 767px){.hero-floating-card.qr-code-area{bottom:5%;left:-8%;width:100px;padding:8px}}@keyframes floatAnimation{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.badge-pulse{width:8px;height:8px;background:#10b981;border-radius:50%;display:inline-block;position:relative}.badge-pulse:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:#10b981;border-radius:50%;animation:pulseAnimation 2s infinite}@keyframes pulseAnimation{0%{transform:scale(1);opacity:1}to{transform:scale(2.5);opacity:0}}.dashboard-showcase-wrapper{background:radial-gradient(circle at top right,rgba(124,58,237,.08),transparent 50%),#fff;border:1px solid #E9E2FF;border-radius:24px;padding:2.5rem;box-shadow:0 20px 50px #7c3aed1f;position:relative;overflow:hidden}[data-bs-theme=dark] .dashboard-showcase-wrapper{background:radial-gradient(circle at top right,rgba(167,139,250,.08),transparent 50%),#161022;border-color:#a78bfa26;box-shadow:0 20px 50px #0b0714cc}@media (max-width: 768px){.dashboard-showcase-wrapper{padding:1.5rem 1rem}}.dashboard-showcase-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(124,58,237,.08);padding-bottom:1.5rem;margin-bottom:2rem}[data-bs-theme=dark] .dashboard-showcase-header{border-bottom-color:#ffffff14}.dashboard-mock-nav{display:flex;gap:15px}.dashboard-mock-nav .nav-mock-item{width:12px;height:12px;border-radius:50%}.dashboard-mock-nav .nav-mock-item.red{background:#ff5f56}.dashboard-mock-nav .nav-mock-item.yellow{background:#ffbd2e}.dashboard-mock-nav .nav-mock-item.green{background:#27c93f}.dashboard-stat-card{background:#fafafd;border:1px solid #E9E2FF;border-radius:16px;padding:1.5rem;height:100%;transition:all .3s ease}[data-bs-theme=dark] .dashboard-stat-card{background:#2a1f44;border-color:#a78bfa26}.dashboard-stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #1e1b2e0f;border-color:#a78bfa}.dashboard-stat-card .stat-label{font-size:.8rem;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.dashboard-stat-card .stat-value{font-size:2rem;font-weight:800;color:#1e1b2e;margin-bottom:.25rem}[data-bs-theme=dark] .dashboard-stat-card .stat-value{color:#f6f4fb}.dashboard-stat-card .stat-change{font-size:.75rem;font-weight:700}.dashboard-stat-card .stat-change.up{color:#10b981}.dashboard-stat-card .stat-change.neutral{color:#6b7280}.popular-products-list{background:#fafafd;border:1px solid #E9E2FF;border-radius:16px;padding:1.5rem}[data-bs-theme=dark] .popular-products-list{background:#2a1f44;border-color:#a78bfa26}.popular-product-item{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid rgba(124,58,237,.05)}.popular-product-item:last-child{border-bottom:none;padding-bottom:0}.popular-product-item:first-child{padding-top:0}[data-bs-theme=dark] .popular-product-item{border-bottom-color:#ffffff0d}.mobile-experience-container{display:flex;justify-content:center;align-items:center;position:relative;padding:2rem 0}.mobile-phone-showcase{width:320px;height:640px;background:#000;border-radius:50px;padding:15px;box-shadow:0 30px 60px #0006,0 0 0 6px #1e1b2e;position:relative;z-index:2}[data-bs-theme=dark] .mobile-phone-showcase{box-shadow:0 30px 60px #000000b3,0 0 0 6px #2a1f44}@media (max-width: 576px){.mobile-phone-showcase{width:280px;height:560px;border-radius:40px;padding:10px}}.mobile-screen-content{width:100%;height:100%;background:#fff;border-radius:38px;overflow:hidden;display:flex;flex-direction:column;position:relative}[data-bs-theme=dark] .mobile-screen-content{background:#0b0714}@media (max-width: 576px){.mobile-screen-content{border-radius:32px}}.mobile-mock-header{background:linear-gradient(135deg,#7c3aed,#5b2bb5 45%,#472187);padding:24px 15px 15px;color:#fff;text-align:center;position:relative}.mobile-mock-header .store-title{font-size:1.1rem;font-weight:800;margin:0}.mobile-mock-header .store-tagline{font-size:.65rem;opacity:.8;margin:2px 0 0}.mobile-mock-categories{display:flex;gap:8px;padding:12px 15px;background:#fafafd;border-bottom:1px solid #E9E2FF;overflow-x:auto;scrollbar-width:none}.mobile-mock-categories::-webkit-scrollbar{display:none}[data-bs-theme=dark] .mobile-mock-categories{background:#161022;border-bottom-color:#a78bfa26}.mobile-mock-categories .cat-item{padding:6px 14px;background:#fff;color:#1e1b2e;border:1px solid #E9E2FF;border-radius:20px;font-size:.75rem;font-weight:600;white-space:nowrap}.mobile-mock-categories .cat-item.active{background:#7c3aed;color:#fff;border-color:#7c3aed}[data-bs-theme=dark] .mobile-mock-categories .cat-item{background:#2a1f44;border-color:#a78bfa26;color:#f6f4fb}[data-bs-theme=dark] .mobile-mock-categories .cat-item.active{background:#a78bfa;color:#0b0714;border-color:#a78bfa}.mobile-mock-products{flex:1;padding:15px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;scrollbar-width:none}.mobile-mock-products::-webkit-scrollbar{display:none}.mobile-mock-product-card{background:#fff;border:1px solid #E9E2FF;border-radius:20px;overflow:hidden;box-shadow:0 2px 8px #1e1b2e0a;transition:all .3s ease}[data-bs-theme=dark] .mobile-mock-product-card{background:#161022;border-color:#a78bfa26}.mobile-mock-product-card .prod-banner{height:100px;background:#f3eeff;display:flex;align-items:center;justify-content:center;font-size:2.5rem}[data-bs-theme=dark] .mobile-mock-product-card .prod-banner{background:#2a1f44}.mobile-mock-product-card .prod-body{padding:12px}.mobile-mock-product-card .prod-body .title-row{display:flex;justify-content:space-between;align-items:center}.mobile-mock-product-card .prod-body .title-row h4{font-size:.85rem;font-weight:700;margin:0;color:#1e1b2e}[data-bs-theme=dark] .mobile-mock-product-card .prod-body .title-row h4{color:#f6f4fb}.mobile-mock-product-card .prod-body .title-row .price{font-size:.85rem;font-weight:800;color:#7c3aed}[data-bs-theme=dark] .mobile-mock-product-card .prod-body .title-row .price{color:#a78bfa}.mobile-mock-product-card .prod-body p{font-size:.7rem;color:#6b7280;margin:6px 0 0;line-height:1.4}.logo-dark-theme{display:none}.logo-light-theme{display:inline-block}.bg-landing-section-white{background-color:#fff}.welcome-page-content{background-color:#f6f4fb;color:#1e1b2e;overflow-x:hidden}[data-bs-theme=dark] .welcome-page-content{background-color:#0b0714;color:#f6f4fb}.section-padding{padding:7.5rem 0}@media (max-width: 768px){.section-padding{padding:4.5rem 0}}.glass-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#7c3aed14;border:1px solid rgba(124,58,237,.15);border-radius:99px;color:#7c3aed;font-size:.85rem;font-weight:700;letter-spacing:.02em;margin-bottom:1.5rem}[data-bs-theme=dark] .glass-badge{background:#a78bfa1a;border-color:#a78bfa33;color:#a78bfa}.section-title{font-weight:800;letter-spacing:-.02em;line-height:1.15;margin-bottom:1rem}.btn-premium-primary{background:linear-gradient(135deg,#7c3aed,#5b2bb5 45%,#472187);color:#fff!important;border:none;border-radius:99px;padding:14px 28px;font-weight:700;font-size:.95rem;box-shadow:0 10px 25px #7c3aed40;transition:all .3s ease}.btn-premium-primary:hover{transform:translateY(-2px);box-shadow:0 15px 30px #7c3aed59;opacity:.95}[data-bs-theme=dark] .btn-premium-primary{box-shadow:0 10px 25px #a78bfa33}[data-bs-theme=dark] .btn-premium-primary:hover{box-shadow:0 15px 30px #a78bfa4d}.btn-premium-secondary{background:transparent;color:#1e1b2e!important;border:1px solid #E9E2FF;border-radius:99px;padding:14px 28px;font-weight:700;font-size:.95rem;transition:all .3s ease}[data-bs-theme=dark] .btn-premium-secondary{color:#f6f4fb!important;border-color:#a78bfa26}.btn-premium-secondary:hover{background:#7c3aed0d;border-color:#7c3aed;transform:translateY(-2px)}.feature-card-new{background:#fff;border:1px solid #E9E2FF;border-radius:24px;padding:2.5rem;height:100%;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 8px #1e1b2e0a}.feature-card-new:hover{transform:translateY(-6px);border-color:#7c3aed;box-shadow:0 16px 40px #1e1b2e14!important}.feature-card-new .feature-icon-wrapper{width:54px;height:54px;background:#f3eeff;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#7c3aed;margin-bottom:1.5rem}[data-bs-theme=dark] .feature-card-new .feature-icon-wrapper{background:#a78bfa1a;color:#a78bfa}.feature-card-new .feature-title{font-size:1.25rem;font-weight:800;margin-bottom:.75rem}.feature-card-new .feature-desc{color:#6b7280;font-size:.95rem;line-height:1.6;margin-bottom:0}.timeline-flow-container{position:relative;padding:2rem 0}.timeline-flow-container:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;background:linear-gradient(180deg,#e9e2ff,#7c3aed,#e9e2ff);transform:translate(-50%)}[data-bs-theme=dark] .timeline-flow-container:before{background:linear-gradient(180deg,#a78bfa26,#a78bfa,#a78bfa26)}@media (max-width: 768px){.timeline-flow-container:before{left:20px;transform:none}}.process-timeline-card{background:#fff;border:1px solid #E9E2FF;border-radius:24px;padding:2rem;position:relative;z-index:2;box-shadow:0 2px 8px #1e1b2e0a;transition:all .3s ease}.process-timeline-card:hover{border-color:#7c3aed;box-shadow:0 8px 30px #1e1b2e0f}.process-timeline-card .step-circle{width:44px;height:44px;background:#7c3aed14;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:#7c3aed;font-size:1.1rem;margin-bottom:1.25rem}.cta-gradient-box{background:linear-gradient(135deg,#7c3aed,#5b2bb5 45%,#472187);border-radius:32px;padding:5rem 3rem;color:#fff;position:relative;overflow:hidden;box-shadow:0 20px 50px #7c3aed1f}.cta-gradient-box .cta-glowing-bg{position:absolute;width:400px;height:400px;background:radial-gradient(circle,rgba(167,139,250,.3) 0%,transparent 70%);top:-100px;right:-100px;pointer-events:none}.cta-gradient-box .cta-title{font-size:3rem;font-weight:800;line-height:1.1}@media (max-width: 768px){.cta-gradient-box .cta-title{font-size:2rem}}.cta-gradient-box .btn-light-premium{background:#fff;color:#472187!important;border:none;border-radius:99px;padding:16px 36px;font-weight:700;transition:all .3s ease;box-shadow:0 10px 25px #0000001a}.cta-gradient-box .btn-light-premium:hover{transform:translateY(-2px);box-shadow:0 15px 30px #00000026;background:#f6f4fb}[data-bs-theme=dark]{background-color:#0b0714!important;color:#f6f4fb!important}[data-bs-theme=dark] body{background-color:#0b0714;color:#f6f4fb}[data-bs-theme=dark] .logo-light-theme{display:none!important}[data-bs-theme=dark] .logo-dark-theme{display:inline-block!important}[data-bs-theme=dark] .bg-landing-section-white{background-color:#0b0714!important}[data-bs-theme=dark] .landing-header-wrapper{background-color:#0b0714d9;border-bottom:1px solid rgba(255,255,255,.05)}[data-bs-theme=dark] .landing-header-wrapper .navbar-brand{color:#f6f4fb!important}[data-bs-theme=dark] .landing-header-wrapper .navbar-nav .nav-link{color:#fffc!important}[data-bs-theme=dark] .landing-header-wrapper .navbar-nav .nav-link:hover,[data-bs-theme=dark] .landing-header-wrapper .navbar-nav .nav-link:focus,[data-bs-theme=dark] .landing-header-wrapper .navbar-nav .nav-link.active{color:#a78bfa!important}[data-bs-theme=dark] h1,[data-bs-theme=dark] h2,[data-bs-theme=dark] h3,[data-bs-theme=dark] h4,[data-bs-theme=dark] h5,[data-bs-theme=dark] h6,[data-bs-theme=dark] .display-4,[data-bs-theme=dark] .display-5,[data-bs-theme=dark] .display-6{color:#f6f4fb!important}[data-bs-theme=dark] .text-muted,[data-bs-theme=dark] .lead.text-muted{color:#9ca3af!important}[data-bs-theme=dark] .hero-showcase-container .text-black,[data-bs-theme=dark] .dashboard-showcase-wrapper .text-black,[data-bs-theme=dark] .mobile-experience-container .text-black{color:#f6f4fb!important}[data-bs-theme=dark] .card:not(.card-pro){background-color:#161022;border-color:#a78bfa26;box-shadow:0 10px 30px #0000004d!important}[data-bs-theme=dark] .card:not(.card-pro) .card-title{color:#f6f4fb}[data-bs-theme=dark] .card:not(.card-pro) .card-text{color:#9ca3af!important}[data-bs-theme=dark] .problem-solution-card{background:#161022;border-color:#a78bfa26;box-shadow:0 10px 30px #0000004d!important}[data-bs-theme=dark] .feature-card-new{background:#161022;border-color:#a78bfa26}[data-bs-theme=dark] .feature-card-new:hover{border-color:#a78bfa;box-shadow:0 12px 40px #a78bfa26!important}[data-bs-theme=dark] .process-timeline-card{background:#161022;border-color:#a78bfa26}[data-bs-theme=dark] .process-timeline-card .step-circle{background:#a78bfa1a;color:#a78bfa}[data-bs-theme=dark] .landing-footer{background-color:#08050e;border-top:1px solid rgba(255,255,255,.05)}[data-bs-theme=dark] .landing-footer .footer-heading{color:#f6f4fb}[data-bs-theme=dark] .landing-footer .footer-links a{color:#9ca3af}[data-bs-theme=dark] .landing-footer .footer-links a:hover{color:#a78bfa}[data-bs-theme=dark] .landing-footer .contact-box{background:#161022;border-color:#a78bfa26}[data-bs-theme=dark] .landing-footer .contact-title{color:#a78bfa}[data-bs-theme=dark] .landing-footer .contact-input{background:#2a1f44;color:#f6f4fb;border:1px solid rgba(255,255,255,.1)}[data-bs-theme=dark] .landing-footer .contact-input::placeholder{color:#fff6}[data-bs-theme=dark] .landing-footer .footer-divider{border-color:#ffffff14}[data-bs-theme=dark] .landing-footer .footer-policy a{color:#9ca3af}[data-bs-theme=dark] .landing-footer .footer-policy a:hover{color:#a78bfa}[data-bs-theme=dark] .landing-footer .footer-social-link{border-color:#ffffff1a;color:#f6f4fb}[data-bs-theme=dark] .landing-footer .footer-social-link:hover{color:#a78bfa;border-color:#a78bfa}[data-bs-theme=dark] #cookieConsentBanner{background:#161022e6!important;border-color:#a78bfa33!important}[data-bs-theme=dark] .form-control,[data-bs-theme=dark] .contact-input{background-color:#2a1f44;border-color:#a78bfa26;color:#f6f4fb}[data-bs-theme=dark] .form-control:focus,[data-bs-theme=dark] .contact-input:focus{background-color:#2a1f44;border-color:#a78bfa;color:#f6f4fb;box-shadow:0 0 0 .25rem #a78bfa40}[data-bs-theme=dark] .chat-mockup-wrapper-new{background-color:#161022!important;border-color:#a78bfa26!important;box-shadow:0 20px 50px #0006!important}[data-bs-theme=dark] .chat-mockup-wrapper-new .chat-msg-agent{background-color:#2a1f44!important;color:#f6f4fb!important}[data-bs-theme=dark] .chat-mockup-wrapper-new .chat-msg-user{background-color:#7c3aed!important;color:#fff!important}[data-bs-theme=dark] .chat-mockup-wrapper-new .border-bottom{border-bottom-color:#ffffff14!important}[data-bs-theme=dark] .plastic-qr-mock-card{background-color:#161022!important;border-color:#a78bfa26!important;box-shadow:0 20px 50px #0006!important}body{font-family:Plus Jakarta Sans,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#f6f4fb;color:#1e1b2e}html{scroll-behavior:smooth}.bg-gradient-primary{background:linear-gradient(135deg,#7c3aed,#5b2bb5 45%,#472187)}.text-gradient{background:linear-gradient(135deg,#7c3aed,#5b2bb5 45%,#472187);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-custom-purple{color:#472187!important;font-weight:700}.landing-header-wrapper{z-index:1030;transition:all .3s ease;background-color:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(124,58,237,.05)}.landing-header-wrapper .navbar{background-color:transparent!important;box-shadow:none!important}.landing-header-wrapper.scrolled{box-shadow:0 2px 8px #1e1b2e0a;border-bottom-color:#7c3aed1a}.campaign-page{padding:9.5rem 0 5rem;background:radial-gradient(circle at top left,rgba(124,58,237,.1),transparent 36%),linear-gradient(180deg,#fbfaff,#fff)}[data-bs-theme=dark] .campaign-page{background:radial-gradient(circle at top left,rgba(167,139,250,.08),transparent 36%),#0b0714}.campaign-card{background:#fff;border:1px solid rgba(124,58,237,.12);border-radius:1.5rem;box-shadow:0 8px 30px #1e1b2e0f;padding:2.5rem}[data-bs-theme=dark] .campaign-card{background:#161022;border-color:#a78bfa26}.campaign-badge{display:inline-flex;align-items:center;border-radius:99px;background:#7c3aed1a;color:#7c3aed;font-weight:700;padding:.45rem .95rem;margin-bottom:1rem}.campaign-title{color:#1e1b2e;font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.08;margin-bottom:1rem}.campaign-subtitle{color:#6b7280;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.campaign-features{display:grid;gap:.8rem}.campaign-feature{display:flex;align-items:center;gap:.65rem;color:#1e1b2e;font-weight:600}[data-bs-theme=dark] .campaign-feature{color:#f6f4fb}.campaign-feature i{color:#7c3aed}.campaign-price-card{background:linear-gradient(180deg,#f7f4ff,#fff);border:1px solid rgba(124,58,237,.12);border-radius:1.25rem;padding:1.5rem}[data-bs-theme=dark] .campaign-price-card{background:#2a1f44;border-color:#a78bfa26}.campaign-price-label{color:#6b7280;font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.campaign-price{color:#472187;font-size:clamp(2.4rem,10vw,4rem);font-weight:800;line-height:1;margin-top:.5rem}[data-bs-theme=dark] .campaign-price{color:#a78bfa}.campaign-tax{color:#6b7280;font-weight:700;margin-top:.35rem}.campaign-note{color:#6b7280;font-size:.9rem;line-height:1.6;margin:1rem 0 0}.campaign-installment-note{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#472187;font-weight:700;margin-top:.85rem;font-size:.95rem}[data-bs-theme=dark] .campaign-installment-note{color:#a78bfa}.bank-card{padding:2rem;background:#fff;border:1px solid #E9E2FF;border-radius:24px}[data-bs-theme=dark] .bank-card{background:#161022;border-color:#a78bfa26}.bank-info-list{display:grid;gap:.75rem;margin-top:1.5rem}.bank-info-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;border-radius:1rem;background:#f8f7fc;border:1px solid rgba(124,58,237,.08)}[data-bs-theme=dark] .bank-info-row{background:#2a1f44;border-color:#a78bfa26}.bank-info-row span{color:#6b7280;font-weight:600}.bank-info-row strong{color:#1e1b2e;text-align:right;word-break:break-word}[data-bs-theme=dark] .bank-info-row strong{color:#f6f4fb}.bank-info-copy-group{display:inline-flex;align-items:center;justify-content:flex-end;gap:.75rem;min-width:0}.bank-copy-button{border:1px solid rgba(124,58,237,.22);border-radius:999px;background:#fff;color:#7c3aed;font-size:.8rem;font-weight:700;padding:.4rem .8rem;white-space:nowrap;transition:all .2s ease}.bank-copy-button:hover{background:#7c3aed;color:#fff}.feature-card{transition:all .3s ease;border:1px solid #E9E2FF;border-radius:24px;overflow:hidden}.feature-card:hover{transform:translateY(-8px);box-shadow:0 16px 40px #1e1b2e14!important}.feature-card.card-pro{background:linear-gradient(135deg,#7c3aed,#5b2bb5 45%,#472187);border:none!important;color:#fff!important}.feature-card.card-pro .card-title,.feature-card.card-pro p,.feature-card.card-pro i{color:#fff!important}.pricing-table-image{width:120px}.app-mockup-wrapper{width:min(360px,80vw);aspect-ratio:924/1491;margin:0 auto;position:relative}.app-mockup-frame{position:relative;z-index:2;width:100%;height:auto;display:block;pointer-events:none}.app-mockup-iframe{position:absolute;z-index:1;left:5%;top:2%;width:90%;height:96%;border:none;background:#fff;border-radius:2rem;overflow:hidden}.landing-footer{background-color:#fafafd;color:#6b7280;padding:5.5rem 0 2.25rem;position:relative;border-top:1px solid #E9E2FF}.footer-heading{color:#1e1b2e;font-size:1.1rem;font-weight:800;margin-bottom:1.25rem}.footer-links li{margin-bottom:.7rem}.footer-links a{color:#6b7280;text-decoration:none;font-weight:500;transition:color .2s ease}.footer-links a:hover{color:#7c3aed}.contact-box{background:#f3eeff;border:1px solid rgba(124,58,237,.1);border-radius:24px;padding:2.35rem 2.25rem}.contact-title{color:#7c3aed;font-size:1.75rem;font-weight:800;margin-bottom:.8rem}.footer-contact-form .input-group{border:1px solid rgba(124,58,237,.15);border-radius:12px;overflow:hidden;background:#fff}.contact-input{border:none;background:#fff;color:#1e1b2e;height:52px;padding:0 1.25rem;flex:1}.contact-input::placeholder{color:#6b7280}.contact-button{border:none;width:52px;height:52px;background:linear-gradient(135deg,#7c3aed,#5b2bb5 45%,#472187);color:#fff;display:inline-flex;align-items:center;justify-content:center;transition:opacity .2s ease}.contact-button:hover{opacity:.95}.footer-divider{border-color:#7c3aed14;margin:3.75rem 0 2rem}.footer-brand-logo{height:36px;width:auto}.footer-policy a{color:#1e1b2e;text-decoration:none;font-weight:600;font-size:.9rem;transition:color .2s ease}.footer-policy a:hover{color:#7c3aed}.footer-socials{display:flex;gap:.75rem}.footer-social-link{width:40px;height:40px;border-radius:50%;border:1px solid rgba(124,58,237,.15);color:#1e1b2e;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.footer-social-link:hover{color:#7c3aed;border-color:#7c3aed;transform:translateY(-2px)}#cookieConsentBanner{border-radius:16px}@media (max-width: 991px){.campaign-page{padding:6rem 0 3.5rem}.campaign-card,.bank-card{padding:1.5rem}.bank-info-row{flex-direction:column;align-items:flex-start;gap:.5rem}.bank-info-row strong{text-align:left}}
