*,*:before,*:after{box-sizing:border-box}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{margin:0;min-height:100vh;background-color:#fff6e8}#root{min-height:100vh}:root{--bg-page: #ffffff;--header-bg: rgba(255, 255, 255, .92);--text-main: #111827;--text-muted: #6b7280;--card-bg: #f9fafb;--border-subtle: #e5e7eb;--primary: #2563eb;--primary-strong: #1d4ed8;--accent-soft: #fffbeb;--accent-border: #facc15;--pill-bg: #e5e7eb;--success: #16a34a;--error: #dc2626;--footer-text: #9ca3af}[data-theme=dark]{--bg-page: #020617;--header-bg: rgba(2, 6, 23, .9);--text-main: #e5e7eb;--text-muted: #9ca3af;--card-bg: #020617;--border-subtle: #111827;--primary: #38bdf8;--primary-strong: #0ea5e9;--accent-soft: #0f172a;--accent-border: #1f2937;--pill-bg: #111827;--success: #22c55e;--error: #f97316;--footer-text: #6b7280}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-page);color:var(--text-main)}.page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-page);max-width:1100px;margin:0 auto;padding:24px 32px 32px;box-sizing:border-box}.header{position:sticky;top:0;z-index:40;display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;background:var(--header-bg);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border-subtle)}.logo{display:flex;align-items:center}.logo-button{border:none;background:transparent;padding:0;cursor:pointer;display:flex;align-items:center}.logo-img{width:220px;height:auto;object-fit:contain}.nav-links{display:flex;align-items:center;gap:10px;font-size:14px;flex-wrap:wrap;justify-content:flex-end}.nav-links a{text-decoration:none;padding:6px 14px;border-radius:999px;border:1px solid transparent;color:var(--text-muted);background:transparent;transition:all .18s ease}.nav-links a:hover{background:var(--text-main);color:#f9fafb;border-color:var(--text-main)}.nav-cta{background:var(--primary);color:#fff;border-color:var(--primary);font-weight:600}.nav-cta:hover{background:var(--primary-strong);border-color:var(--primary-strong)}.theme-toggle{border-radius:999px;border:1px solid var(--border-subtle);padding:5px 10px;font-size:12px;background:var(--card-bg);color:var(--text-main);cursor:pointer}.countdown-bar{margin-top:10px;margin-bottom:10px;padding:12px 16px;border-radius:16px;background:#fff;border:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}[data-theme=dark] .countdown-bar{background:#020617}.countdown-left{min-width:180px}.countdown-title{margin:0;font-size:13px;letter-spacing:.35em;text-transform:uppercase;font-weight:700;color:#4f46e5}.countdown-subtitle{margin:2px 0 0;font-size:12px;color:var(--text-muted)}.countdown-right{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.countdown-item{text-align:center;min-width:60px}.count-number{display:block;font-size:24px;font-weight:700;letter-spacing:.04em;color:#111827}[data-theme=dark] .count-number{color:#f9fafb}.count-label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted)}.status-bar{margin-top:2px;margin-bottom:12px;padding:8px 12px;border-radius:999px;background:var(--card-bg);border:1px solid var(--border-subtle);display:flex;align-items:center;gap:10px;font-size:12px;flex-wrap:wrap}.status-left{display:inline-flex;align-items:center;gap:6px}.status-dot{width:8px;height:8px;border-radius:999px;background:#22c55e;box-shadow:0 0 6px #22c55ecc;animation:rec-blink 1.2s steps(2,start) infinite}.status-live-text{text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:var(--text-muted)}.status-right{display:flex;flex-wrap:wrap;gap:6px}.status-chip{padding:4px 10px;border-radius:999px;background:var(--accent-soft);border:1px solid var(--accent-border);color:var(--text-main)}.hero{flex:1;display:flex;gap:48px;align-items:center;justify-content:center;margin-top:24px}.hero-left{max-width:520px}.hero-left h1{font-size:40px;line-height:1.1;margin-bottom:20px;color:var(--text-main)}.subtitle{font-size:15px;line-height:1.6;color:var(--text-muted);margin-bottom:12px}.features-list{margin:0 0 14px;padding-left:18px;font-size:14px;color:var(--text-main)}.features-list li{margin-bottom:4px}.quick-facts{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.fact-pill{display:inline-flex;flex-direction:column;padding:6px 10px;border-radius:999px;background:var(--accent-soft);border:1px solid var(--accent-border)}.fact-label{font-size:11px;font-weight:700;text-transform:uppercase;color:#854d0e}.fact-text{font-size:12px;color:#92400e}.mini-text{font-size:14px;color:var(--text-muted);margin-bottom:20px}.lead-form{display:flex;flex-direction:column;gap:10px;max-width:580px}.form-row{display:flex;gap:10px}.lead-form input,.lead-form select,.lead-form textarea{flex:1;padding:10px 12px;border-radius:8px;border:1px solid var(--border-subtle);font-size:14px;outline:none;background:var(--card-bg);color:var(--text-main);box-sizing:border-box}.lead-form input::placeholder,.lead-form textarea::placeholder{color:var(--text-muted)}.lead-form input:focus,.lead-form select:focus,.lead-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 1px #2563eb1a}.lead-form button{align-self:flex-start;padding:10px 22px;border-radius:999px;border:none;font-size:14px;font-weight:600;background:var(--primary);color:#fff;cursor:pointer;margin-top:4px}.lead-form button:disabled{opacity:.7;cursor:default}.status-message{font-size:13px}.status-message.success{color:var(--success)}.status-message.error{color:var(--error)}.contact-quick{margin-top:14px;font-size:13px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.contact-link{text-decoration:none;font-weight:600;color:var(--primary)}.coming-soon{margin-top:16px;font-size:13px;color:var(--text-muted)}.social{margin-top:16px;font-size:13px;display:flex;align-items:center;gap:10px}.social a{text-decoration:none;color:var(--text-main);font-weight:500;font-size:13px}.hero-right{position:relative;flex:0 0 auto;display:flex;justify-content:center}.phone-card{position:relative;width:260px;border-radius:26px;background:#fff;box-shadow:0 20px 50px #0000001f;overflow:hidden;z-index:2;animation:float 4s ease-in-out infinite}[data-theme=dark] .phone-card{background:#020617}.camera-view{position:relative;height:140px;border-radius:16px;overflow:hidden;background:#020617}.camera-view:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(to bottom,#0f172a66,#0f172a66 2px,#0f172ab3 4px),radial-gradient(circle at 20% 0%,rgba(56,189,248,.4),transparent 60%),radial-gradient(circle at 80% 100%,rgba(37,99,235,.4),transparent 55%);mix-blend-mode:screen;opacity:.9;animation:scan-lines 5s linear infinite}.camera-view:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0%,rgba(59,130,246,.3) 40%,transparent 80%);opacity:.4;transform:translate(-100%);animation:sweep 4.5s ease-in-out infinite}.camera-overlay{position:relative;z-index:2;height:100%;padding:8px 10px;display:flex;flex-direction:column;justify-content:space-between;color:#e5e7eb;font-size:11px}.camera-rec{display:inline-flex;align-items:center;gap:5px;font-weight:600;letter-spacing:.05em;color:#f87171}.camera-rec-dot{width:8px;height:8px;border-radius:999px;background:#ef4444;box-shadow:0 0 6px #f87171e6;animation:rec-blink 1s steps(2,start) infinite}.camera-rec-text{text-transform:uppercase}.camera-meta{display:flex;justify-content:space-between;font-size:10px;opacity:.9}.camera-location{text-transform:uppercase}.camera-status{color:#bbf7d0}.phone-header{padding:12px 20px;font-size:13px;font-weight:600;border-bottom:1px solid var(--border-subtle);color:var(--text-main)}.phone-body{padding:16px 16px 20px;display:flex;flex-direction:column;gap:12px}.badge{align-self:flex-start;padding:4px 10px;border-radius:999px;background:#fef3c7;color:#92400e;font-size:11px;font-weight:600}.phone-text h3{font-size:16px;margin:0 0 4px;color:var(--text-main)}.phone-text p{margin:0;font-size:13px;color:var(--text-muted)}.phone-btn{align-self:stretch;padding:8px 12px;border-radius:999px;border:none;background:var(--primary);color:#fff;font-size:13px;font-weight:600;cursor:pointer}.phone-btn:hover{filter:brightness(1.05)}.shape{position:absolute;border-radius:999px;z-index:1}.shape-red{width:180px;height:180px;background:#f97316;top:40px;right:40px;animation:sway 6s ease-in-out infinite}.shape-yellow{width:120px;height:120px;background:#fde047;top:0;left:40px;animation:sway 7s ease-in-out infinite}.shape-blue{width:60px;height:220px;background:#2563eb;bottom:0;right:10px;border-radius:30px;animation:sway 5.5s ease-in-out infinite}.timeline-section{margin-top:32px;margin-bottom:8px}.timeline-title{font-size:16px;font-weight:600;margin:0 0 4px;color:var(--text-main)}.timeline-subtitle{font-size:13px;color:var(--text-muted);margin:0 0 10px}.timeline-steps{display:flex;flex-wrap:wrap;gap:12px}.timeline-step{flex:1 1 250px;display:flex;gap:10px;padding:10px 12px;border-radius:16px;background:var(--card-bg);border:1px solid var(--border-subtle)}.timeline-number{width:26px;height:26px;border-radius:999px;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600}.timeline-content h3{margin:0 0 4px;font-size:14px;color:var(--text-main)}.timeline-content p{margin:0;font-size:13px;color:var(--text-muted)}.why-section{margin-top:28px;margin-bottom:10px}.why-title{font-size:16px;font-weight:600;margin:0 0 4px;color:var(--text-main)}.why-subtitle{font-size:13px;color:var(--text-muted);margin:0 0 12px}.why-grid{display:flex;flex-wrap:wrap;gap:12px}.why-card{flex:1 1 230px;border-radius:16px;padding:12px 14px;background:var(--card-bg);border:1px solid var(--border-subtle)}.why-icon{width:28px;height:28px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#eef2ff;margin-bottom:6px}[data-theme=dark] .why-icon{background:#1d283a}.why-card-title{font-size:14px;margin:0 0 4px;color:var(--text-main)}.why-card-text{font-size:13px;margin:0;color:var(--text-muted)}.trust-strip{margin-top:24px;padding:12px 16px;border-radius:16px;background:var(--accent-soft);border:1px solid var(--accent-border);display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.trust-item{display:flex;align-items:center;gap:8px;min-width:220px;flex:1 1 220px}.trust-icon{width:32px;height:32px;border-radius:999px;background:#fef3c7;display:flex;align-items:center;justify-content:center;font-size:18px}.trust-text{display:flex;flex-direction:column}.trust-title{font-size:13px;font-weight:600;color:#78350f}.trust-subtitle{font-size:12px;color:#854d0e}.brands-section{margin-top:20px;margin-bottom:16px}.brands-label{font-size:13px;color:var(--text-muted);margin-bottom:8px}.brands-row{display:flex;flex-wrap:wrap;gap:8px}.brand-pill{padding:6px 12px;border-radius:999px;border:1px dashed var(--border-subtle);background:var(--card-bg);font-size:12px;color:var(--text-main)}.packages-section{margin-top:18px;margin-bottom:12px}.packages-title{font-size:16px;font-weight:600;margin:0 0 4px;color:var(--text-main)}.packages-subtitle{font-size:13px;color:var(--text-muted);margin:0 0 12px}.packages-grid{display:flex;flex-wrap:wrap;gap:12px}.package-card{flex:1 1 260px;border-radius:16px;padding:12px 14px;background:var(--card-bg);border:1px solid var(--border-subtle)}.package-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin:0 0 4px}.package-name{font-size:14px;margin:0 0 4px;color:var(--text-main)}.package-price{font-size:13px;margin:0 0 8px;color:#15803d;font-weight:600}.package-list{margin:0 0 6px;padding-left:16px;font-size:13px;color:var(--text-muted)}.package-list li{margin-bottom:3px}.package-note{font-size:11px;color:var(--text-muted);margin:0}.packages-footer{font-size:12px;color:var(--text-muted);margin-top:8px}.testimonials-section{margin-top:26px;margin-bottom:12px}.testimonials-title{font-size:16px;font-weight:600;margin:0 0 4px;color:var(--text-main)}.testimonials-subtitle{font-size:13px;color:var(--text-muted);margin:0 0 10px}.testimonials-row{display:flex;flex-wrap:wrap;gap:12px}.testimonial-card{flex:1 1 260px;border-radius:16px;padding:12px 14px;background:var(--card-bg);border:1px solid var(--border-subtle)}.testimonial-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.testimonial-avatar{width:28px;height:28px;border-radius:999px;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600}.testimonial-name{margin:0;font-size:13px;color:var(--text-main);font-weight:600}.testimonial-area{margin:0;font-size:11px;color:var(--text-muted)}.testimonial-rating{font-size:12px;color:#f59e0b;letter-spacing:2px;margin-bottom:4px}.testimonial-text{font-size:13px;color:var(--text-muted);margin:0}.faq-section{margin-top:28px;margin-bottom:16px}.faq-title{font-size:16px;font-weight:600;margin-bottom:10px;color:var(--text-main)}.faq-list{border-radius:12px;border:1px solid var(--border-subtle);background:var(--card-bg);padding:8px 8px 4px}.faq-item{border-bottom:1px solid var(--border-subtle)}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;padding:10px 12px;background:transparent;border:none;display:flex;align-items:center;justify-content:space-between;text-align:left;cursor:pointer;font-size:14px;color:var(--text-main)}.faq-toggle{font-size:18px;line-height:1;margin-left:8px}.faq-answer{padding:0 12px 10px;font-size:13px;color:var(--text-muted)}.location-section{margin-top:24px;margin-bottom:16px}.location-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.location-icon{width:32px;height:32px;border-radius:999px;background:#dbeafe;display:flex;align-items:center;justify-content:center}.location-title{font-size:16px;font-weight:600;margin:0;color:var(--text-main)}.location-subtitle{font-size:13px;color:var(--text-muted);margin:2px 0 0}.location-box{border-radius:16px;border:1px solid var(--border-subtle);background:var(--card-bg);padding:12px 14px}.location-main{font-size:14px;margin:0 0 8px;color:var(--text-main)}.location-grid{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.location-pill{padding:4px 10px;border-radius:999px;background:var(--pill-bg);font-size:12px;color:var(--text-main)}.location-note{font-size:12px;color:var(--text-muted);margin:0}.footer{margin-top:8px;font-size:12px;color:var(--footer-text)}[data-animate]{opacity:0;transform:translateY(18px);transition:opacity .5s ease-out,transform .5s ease-out}[data-animate].in-view{opacity:1;transform:translateY(0)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}@keyframes sway{0%{transform:translateY(0);opacity:.95}50%{transform:translateY(-8px);opacity:1}to{transform:translateY(0);opacity:.95}}@keyframes scan-lines{0%{background-position-y:0}to{background-position-y:100px}}@keyframes sweep{0%{transform:translate(-120%)}60%{transform:translate(20%)}to{transform:translate(120%)}}@keyframes rec-blink{0%{opacity:1}50%{opacity:.15}to{opacity:1}}.floating-whatsapp{position:fixed;right:20px;bottom:20px;padding:10px 16px;border-radius:999px;background:#22c55e;color:#fff;text-decoration:none;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:8px;box-shadow:0 10px 25px #22c55e80;z-index:50}.wa-icon{font-size:16px}.wa-text{white-space:nowrap}.chat-widget{position:fixed;left:20px;bottom:20px;z-index:49}.chat-toggle-button{padding:10px 16px;border-radius:999px;border:none;background:var(--primary);color:#fff;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 10px 25px #2563eb80}.chat-window{width:300px;height:420px;border-radius:16px;background:var(--card-bg);border:1px solid var(--border-subtle);box-shadow:0 18px 40px #00000040;display:flex;flex-direction:column;overflow:hidden}.chat-header{padding:10px 12px;border-bottom:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:space-between}.chat-title{font-size:13px;font-weight:600;color:var(--text-main)}.chat-subtitle{font-size:11px;color:var(--text-muted)}.chat-close{border:none;background:transparent;font-size:18px;cursor:pointer;color:var(--text-muted)}.chat-body{display:flex;flex-direction:column;flex:1;min-height:0}.chat-messages{flex:1;min-height:0;padding:8px 10px;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#0000002e;border-radius:999px}.chat-message{display:flex}.chat-user{justify-content:flex-end}.chat-bot{justify-content:flex-start}.chat-bubble{max-width:220px;padding:6px 10px;border-radius:12px;font-size:12px;line-height:1.4}.chat-user .chat-bubble{background:var(--primary);color:#fff;border-bottom-right-radius:4px}.chat-bot .chat-bubble{background:var(--accent-soft);color:var(--text-main);border-bottom-left-radius:4px}.chat-quick{padding:4px 8px;display:flex;flex-wrap:wrap;gap:4px}.chat-quick-btn{border-radius:999px;border:1px solid var(--border-subtle);background:transparent;padding:4px 8px;font-size:11px;color:var(--text-muted);cursor:pointer}.chat-input-row{padding:6px 8px;border-top:1px solid var(--border-subtle);display:flex;gap:6px}.chat-input-row input{flex:1;border-radius:999px;border:1px solid var(--border-subtle);padding:6px 10px;font-size:12px;background:var(--bg-page);color:var(--text-main)}.chat-input-row input::placeholder{color:var(--text-muted)}.chat-input-row button{border-radius:999px;border:none;padding:6px 10px;font-size:12px;background:var(--primary);color:#fff;cursor:pointer}@media(max-width:1100px){.page{padding:20px 20px 28px;max-width:100%}.hero{gap:32px}.logo-img{width:190px}}@media(max-width:900px){.header{flex-direction:column;align-items:flex-start;gap:8px}.nav-links{gap:6px;flex-wrap:wrap;justify-content:flex-start}.hero{flex-direction:column;align-items:flex-start;margin-top:20px}.hero-left{width:100%}.hero-right{width:100%;justify-content:center;margin-top:16px}.shape{display:none}.logo-img{width:180px}.trust-strip{padding:10px 12px}.status-bar{border-radius:12px}.chat-window{width:280px}}@media(max-width:600px){.page{padding:16px 14px 22px}.hero-left h1{font-size:30px}.subtitle{font-size:14px}.form-row{flex-direction:column}.status-bar{flex-direction:column;align-items:flex-start}.status-right{width:100%}.countdown-bar{flex-direction:column;align-items:flex-start}.countdown-right{width:100%;justify-content:space-between}.phone-card{width:230px}.nav-links{font-size:13px}.floating-whatsapp{right:12px;bottom:12px;padding:8px 12px}.chat-widget{left:12px;bottom:12px}.chat-window{width:88vw;height:60vh}}@media(max-width:400px){.logo-img{width:150px}.nav-links a,.theme-toggle,.nav-cta{padding:4px 10px}.floating-whatsapp .wa-text{display:none}.chat-toggle-button{padding:8px 10px;font-size:12px}}
