:root{--red: #e50914;--white: #fff;--text: #111}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,Noto Sans,Helvetica,"Apple Color Emoji","Segoe UI Emoji";color:var(--text);background:var(--white)}.app{min-height:100%;padding-bottom:80px}.hero{background:linear-gradient(135deg,var(--white) 60%,#ffe5e7);border-bottom:4px solid var(--red);padding:32px 16px}.title{margin:0 0 8px;font-size:clamp(22px,4vw,36px)}.subtitle{margin:0;color:#555}.site-logo-wrap{display:grid;place-items:center;margin-bottom:8px}.site-logo{max-width:clamp(140px,30vw,240px);height:auto}.marquee{overflow:hidden;position:relative;border:none;border-radius:12px;background:#fff}.marquee-track{display:flex;gap:32px;width:max-content;animation:scroll-rtl 40s linear infinite}@keyframes scroll-rtl{0%{transform:translate(0)}to{transform:translate(-50%)}}.logo{height:56px;width:auto;filter:grayscale(10%);opacity:.9;transition:transform .2s ease,filter .2s ease}.logo:hover{transform:scale(1.05);filter:none}.testimonials{overflow:hidden;border:none;border-radius:12px;background:#fff}.testimonials-track{display:flex;gap:48px;width:max-content;padding:12px 0;animation:scroll-rtl 60s linear infinite}.testimonial{min-width:320px;max-width:420px;background:#fff0f1;border:1px solid #ffd8db;border-radius:12px;padding:16px}.t-name{font-weight:700;color:var(--red);margin-bottom:6px}.t-text{margin:0;color:#333}.bubble-stage{position:relative;height:calc(100vh - 120px);overflow:hidden;background:radial-gradient(1200px 600px at 10% -10%,#fff0f1 10%,transparent 60%),radial-gradient(900px 400px at 110% 110%,#ffe5e7 10%,transparent 60%),url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20800%20400'%3e%3crect%20width='800'%20height='400'%20fill='white'/%3e%3cpath%20d='M80,240%20C150,220%20240,250%20320,220%20C360,205%20420,205%20520,220%20C600,232%20660,210%20720,230%20L740,260%20L700,280%20C620,300%20540,300%20420,300%20C280,300%20200,280%20120,270%20L90,260%20Z'%20fill='%23ffe5e7'%20stroke='%23e50914'%20stroke-width='3'/%3e%3c/svg%3e") center/contain no-repeat;border-bottom:4px solid var(--red)}.bubbles{position:absolute;top:0;right:0;bottom:0;left:0;transform-origin:center center;transition:transform .2s ease}.bubble{position:absolute;display:grid;place-items:center;width:88px;height:88px;border-radius:9999px;background:#fff;border:2px solid var(--red);box-shadow:0 8px 20px #e5091426;cursor:pointer;transition:transform .15s ease}.bubble img{width:70%;height:70%;object-fit:contain}.bubble:hover{transform:scale(1.06)}.contact-wrap{border:3px solid var(--red);border-radius:12px}.contact-form{display:grid;gap:12px;max-width:520px}.contact-form label{display:grid;gap:6px;font-weight:600}.contact-form input{padding:12px 14px;border-radius:10px;border:1px solid #e5e7eb;outline:none}.contact-form input:focus{border-color:var(--red);box-shadow:0 0 0 3px #ffe5e7}.btn-red{background:var(--red);color:#fff;border:none;padding:12px 16px;border-radius:12px;font-weight:700;cursor:pointer;box-shadow:0 8px 18px #e5091440}.btn-red:hover{filter:brightness(1.05);transform:translateY(-1px)}.wa-fab{position:fixed;right:16px;bottom:90px;width:56px;height:56px;border-radius:9999px;background:var(--red);color:#fff;display:grid;place-items:center;font-weight:800;text-decoration:none;box-shadow:0 12px 24px #0000002e;z-index:60}
