@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#f97316;--primary-dark:#ea580c;--primary-light:#fff7ed;--primary-glow:#f9731640;--secondary:#0f2444;--secondary-mid:#1e3a5f;--secondary-light:#2563eb;--accent:#06b6d4;--bg:#f8fafc;--surface:#fff;--surface-2:#f1f5f9;--border:#e2e8f0;--border-light:#f1f5f9;--text:#0f172a;--text-2:#334155;--muted:#64748b;--muted-light:#94a3b8;--success:#22c55e;--warning:#f59e0b;--error:#ef4444;--radius-sm:8px;--radius:14px;--radius-lg:20px;--radius-xl:28px;--shadow-xs:0 1px 2px 0 #0000000d;--shadow-sm:0 2px 8px -1px #00000014;--shadow:0 4px 16px -2px #0000001a, 0 2px 6px -1px #0000000f;--shadow-md:0 8px 24px -4px #0000001f, 0 4px 10px -2px #00000012;--shadow-lg:0 16px 40px -6px #00000024, 0 8px 16px -4px #00000014;--shadow-orange:0 8px 32px -4px #f9731659;--shadow-blue:0 8px 32px -4px #2563eb4d;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--bottom-nav-h:68px}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--secondary);color:var(--text);overscroll-behavior:none;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;-webkit-tap-highlight-color:transparent;font-family:inherit}img{display:block}input,select,textarea{font-family:inherit}.desktop-backdrop{display:none}.phone-shell{background:var(--bg);flex-direction:column;width:100%;height:100dvh;display:flex;position:relative;overflow:hidden}.phone-status-bar{display:none}.app-viewport{-webkit-overflow-scrolling:touch;scroll-behavior:smooth;flex:1;position:relative;overflow:hidden auto}.app-viewport::-webkit-scrollbar{display:none}.app-viewport{scrollbar-width:none}.phone-home-indicator{display:none}@media (width>=768px){body{background:linear-gradient(145deg,#070e1c 0%,#0f2444 40%,#0c1d38 70%,#080f20 100%);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.desktop-backdrop{z-index:0;pointer-events:none;background-image:radial-gradient(circle,#ffffff0a 1px,#0000 1px);background-size:32px 32px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex;position:fixed;inset:0}.backdrop-logo{background:linear-gradient(135deg, var(--primary), var(--primary-dark));border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:.75rem;display:flex;box-shadow:0 8px 32px #f9731666}.backdrop-title{color:#ffffffe6;letter-spacing:-.04em;font-size:1.6rem;font-weight:900}.backdrop-title span{color:var(--primary)}.backdrop-sub{color:#ffffff59;letter-spacing:.08em;text-transform:uppercase;margin-top:.25rem;font-size:.82rem;font-weight:500}.backdrop-dots{gap:.5rem;margin-top:2rem;display:flex}.backdrop-dots span{background:#ffffff1f;border-radius:50%;width:8px;height:8px}.backdrop-dots span:nth-child(2){background:var(--primary)}.phone-shell{z-index:10;background:#000;border-radius:47px;flex-shrink:0;width:393px;height:852px;max-height:calc(100vh - 40px);position:relative;overflow:hidden;box-shadow:0 0 0 10px #1c1c1e,0 0 0 11px #3a3a3c,0 0 0 11px #ffffff14,0 40px 120px #000000b3,0 0 0 10px #1c1c1e,inset 0 0 0 1px #ffffff0f}.phone-shell:before{content:"";z-index:20;background:#3a3a3c;border-radius:2px 0 0 2px;width:4px;height:32px;position:absolute;top:140px;left:-14px;box-shadow:0 50px #3a3a3c,0 100px #3a3a3c}.phone-shell:after{content:"";z-index:20;background:#3a3a3c;border-radius:0 2px 2px 0;width:4px;height:72px;position:absolute;top:180px;right:-14px}.phone-status-bar{background:var(--bg);z-index:15;flex-shrink:0;justify-content:space-between;align-items:center;height:50px;padding:0 22px;display:flex;position:relative}.status-time{color:var(--text);letter-spacing:-.01em;font-size:.82rem;font-weight:700}.dynamic-island{background:#000;border:2px solid #1c1c1e;border-radius:20px;width:120px;height:32px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.status-icons{align-items:center;gap:5px;display:flex}.phone-home-indicator{background:var(--bg);flex-shrink:0;justify-content:center;align-items:center;height:28px;display:flex}.phone-home-indicator:after{content:"";background:var(--text);opacity:.2;border-radius:999px;width:120px;height:4px}}.container{max-width:100%;padding:0 1rem}@media (width>=480px){.container{padding:0 1.25rem}}.btn{border-radius:var(--radius);cursor:pointer;white-space:nowrap;letter-spacing:-.01em;-webkit-tap-highlight-color:transparent;touch-action:manipulation;border:none;justify-content:center;align-items:center;gap:.45rem;height:48px;min-height:44px;padding:0 1.25rem;font-size:.95rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn:active{transform:scale(.96)}.btn-primary{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:#fff;box-shadow:var(--shadow-orange)}.btn-primary:hover{filter:brightness(1.05);box-shadow:0 12px 32px #f9731666}.btn-secondary{background:linear-gradient(135deg, var(--secondary-mid), var(--secondary));color:#fff;box-shadow:var(--shadow-blue)}.btn-outline{color:var(--primary);border:2px solid var(--primary);background:0 0;height:48px}.btn-outline:hover{background:var(--primary);color:#fff}.btn-ghost{color:var(--muted);box-shadow:none;background:0 0;height:44px}.btn-ghost:hover{background:var(--surface-2);color:var(--text)}.btn-surface{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm);border:1px solid var(--border)}.btn-white{color:var(--secondary);box-shadow:var(--shadow-md);background:#fff}.btn-glass{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border:1.5px solid #ffffff40}.btn-whatsapp{color:#fff;background:linear-gradient(135deg,#25d366,#1da851);box-shadow:0 8px 24px #25d36659}.btn-lg{border-radius:var(--radius-lg);height:56px;padding:0 2rem;font-size:1.05rem}.btn-sm{border-radius:var(--radius-sm);height:38px;min-height:36px;padding:0 .875rem;font-size:.82rem}.btn-full{width:100%}.form-group{flex-direction:column;gap:.4rem;margin-bottom:1rem;display:flex}.form-label{color:var(--text-2);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:700}.form-input,.form-select,.form-textarea{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;height:52px;color:var(--text);appearance:none;padding:0 1rem;font-family:inherit;font-size:1rem;font-weight:500;transition:border-color .2s,box-shadow .2s}.form-input::placeholder{color:var(--muted-light);font-weight:400}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #f973161f}.form-textarea{resize:vertical;height:auto;min-height:110px;padding:.875rem 1rem}.form-select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-group input,.form-group select,.form-group textarea{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;height:52px;color:var(--text);appearance:none;padding:0 1rem;font-family:inherit;font-size:1rem;font-weight:500;transition:border-color .2s,box-shadow .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--muted-light);font-weight:400}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #f973161f}.form-group textarea{resize:vertical;height:auto;min-height:110px;padding:.875rem 1rem}.form-group select{cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.form-group label{color:var(--text-2);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:700}.form-row{grid-template-columns:1fr;gap:0;display:grid}.card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);overflow:hidden}.card-hover{cursor:pointer;transition:transform .22s,box-shadow .22s}.card-hover:active{transform:scale(.98)}.badge{letter-spacing:.02em;border-radius:999px;align-items:center;gap:.2rem;padding:.25rem .65rem;font-size:.72rem;font-weight:700;display:inline-flex}.badge-success{color:#166534;background:#dcfce7}.badge-warning{color:#92400e;background:#fef9c3}.badge-error{color:#991b1b;background:#fee2e2}.badge-info{color:#1e40af;background:#dbeafe}.badge-orange{color:#c2410c;background:#ffedd5}.badge-primary{background:var(--primary);color:#fff}.badge-dark{background:var(--secondary);color:#fff}.alert{border-radius:var(--radius-sm);margin-bottom:1rem;padding:.875rem 1rem;font-size:.9rem}.alert-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.alert-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.section{padding:2.5rem 0}.section-title{color:var(--secondary);letter-spacing:-.03em;font-size:1.5rem;font-weight:900;line-height:1.2}.section-subtitle{color:var(--muted);font-size:.9rem;line-height:1.65}.gradient-text{background:linear-gradient(135deg, var(--primary), #fb923c, var(--primary-dark));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.divider{background:linear-gradient(90deg, var(--primary), var(--primary-dark));border-radius:999px;width:36px;height:3px;margin:.5rem auto 1rem}.divider-left{margin-left:0}.scroll-row{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;gap:.75rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.scroll-row::-webkit-scrollbar{display:none}.scroll-row>*{scroll-snap-align:start;flex-shrink:0}.page-content{padding-bottom:calc(var(--bottom-nav-h) + var(--safe-bottom) + 1rem);min-height:calc(100vh - 56px)}.stars{gap:1px;display:inline-flex}.whatsapp-float{bottom:calc(var(--bottom-nav-h) + 1rem);z-index:50;color:#fff;cursor:pointer;background:linear-gradient(135deg,#25d366,#1da851);border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;text-decoration:none;transition:transform .2s;display:flex;position:absolute;right:1rem;box-shadow:0 6px 20px #25d36673}.whatsapp-float:active{transform:scale(.94)}.whatsapp-float:before{content:"";background:#25d36633;border-radius:50%;animation:2.5s ease-in-out infinite wa-pulse;position:absolute;inset:-4px}@keyframes wa-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.25)}}.text-center{text-align:center}.text-muted{color:var(--muted)}.w-full{width:100%}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
