:root{--bg-color: #F5F5F0;--text-main: #1A1A1A;--text-muted: #666666;--brand-red: #D72638;--brand-green: #008f39;--screen-bg: #E0E5E0;--screen-text: #111;--font-ui: "Inter", system-ui, sans-serif;--font-heading: "Space Grotesk", sans-serif;--font-mono: "JetBrains Mono", monospace;--device-bg: #EAEAEA;--device-shadow: 0 20px 40px -10px rgba(0, 0, 0, .15), 0 0 0 1px rgba(0, 0, 0, .05)}*{box-sizing:border-box}body{margin:0;font-family:var(--font-ui);background-color:var(--bg-color);color:var(--text-main);height:100dvh;display:flex;overflow:hidden}.layout{display:flex;width:100%;height:100%}@media(max-width:900px){.layout{flex-direction:column;overflow-y:hidden}}.info-panel{flex:1;padding:60px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid rgba(0,0,0,.05);max-width:600px;background:#fff;transition:all .3s}header.brand{margin-bottom:40px;display:flex;align-items:center;justify-content:flex-start;gap:15px}.brand-group{display:flex;align-items:center;gap:15px}.brand-logo{width:60px;height:60px;object-fit:contain}.brand-text{display:flex;flex-direction:column}.brand h1{font-family:var(--font-heading);font-size:32px;font-weight:700;letter-spacing:-1px;margin:0;color:var(--text-main);line-height:1}.tagline{font-family:var(--font-mono);font-size:16px;color:var(--text-muted);margin-top:5px;font-weight:400}.btn-icon-mobile{display:none}.desktop-content{display:block}.mobile-actions{display:none;margin-top:10px}.trust-signals{margin-bottom:40px;display:flex;gap:20px;font-size:14px;font-weight:500;color:#333}.check{color:var(--brand-green);font-weight:700;margin-right:4px}.coverage h3{font-size:14px;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:5px}.sub-label{font-family:var(--font-mono);font-size:13px;color:#888;margin-top:0;margin-bottom:10px}.flag-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:15px;font-size:42px;margin-bottom:40px;width:fit-content;max-width:100%}.flag-grid span{cursor:help;transition:transform .2s}.flag-grid span:hover{transform:scale(1.2)}footer{margin-top:auto;font-size:12px;color:#999;display:flex;gap:20px}footer a{color:#999;text-decoration:none}.legal-footer{margin-top:20px;font-size:11px;color:#aaa;text-align:center}.legal-footer a{color:#888;text-decoration:none}.legal-footer a:hover{text-decoration:underline}.interaction-area{flex:1;display:flex;align-items:center;justify-content:center;background-color:var(--bg-color);background-image:radial-gradient(#ccc 1px,transparent 1px);background-size:20px 20px;overflow:hidden}#booth-device{width:100%;max-width:440px;background:var(--device-bg);border-radius:20px;padding:40px;box-shadow:var(--device-shadow);border:1px solid white;position:relative}.device-header{display:flex;align-items:center;gap:10px;margin-bottom:25px}.status-dot{width:8px;height:8px;background:#ccc;border-radius:50%}.status-dot.green{background:var(--brand-green);box-shadow:0 0 5px var(--brand-green)}.status-label{font-size:10px;font-weight:700;letter-spacing:1px;color:#888}.screen-container{background:var(--screen-bg);height:240px;border-radius:8px;border:2px solid #ccc;box-shadow:inset 0 2px 5px #0000000d;display:flex;align-items:center;justify-content:center;text-align:center;margin-bottom:30px;padding:20px;font-family:var(--font-mono);color:var(--screen-text);flex-direction:column}.msg-large{font-size:20px;font-weight:700;line-height:1.4}.price-tag{margin-top:10px;font-size:14px;opacity:.7}.blink{animation:blink 1s infinite}@keyframes blink{50%{opacity:0}}.digits{font-size:48px;font-weight:700;letter-spacing:-2px}.digits-small{font-size:24px;font-weight:700}.label{font-size:10px;text-transform:uppercase;color:#666;display:block;margin-bottom:4px}.row{width:100%;text-align:left}.row.secondary{margin-top:15px;border-top:1px dashed #ccc;padding-top:10px}.status-row{text-align:right;margin-top:-15px}#call-status{font-size:10px;background:#333;color:#fff;padding:2px 6px;border-radius:2px}.input-wrapper label{display:block;font-size:10px;font-weight:700;letter-spacing:1px;margin-bottom:8px;color:#555}input[type=tel]{width:100%;padding:15px;font-size:20px;font-family:var(--font-mono);border:2px solid #ccc;border-radius:8px;outline:none;background:#fff;transition:border .2s;margin-bottom:20px}input[type=tel]:focus{border-color:var(--text-main)}input[type=tel]:disabled{background:#f0f0f0;color:#999;border-color:#ddd}.joined-input{display:flex;gap:10px;width:100%}.joined-input input{flex:1}.select-wrapper{position:relative;width:125px;height:56px;margin-bottom:20px}.country-display{position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid #ccc;border-radius:8px;background:#fff;display:flex;align-items:center;padding:0 15px;font-size:18px;font-family:var(--font-mono);white-space:nowrap;overflow:hidden;-webkit-user-select:none;user-select:none;pointer-events:none;z-index:1}.country-code-select{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:2;cursor:pointer;font-size:16px}.country-code-select:focus{border-color:var(--text-main);outline:none}.country-code-select:disabled{background:#f0f0f0;color:#999;pointer-events:none}button{width:100%;padding:18px;border:none;border-radius:8px;font-family:var(--font-ui);font-weight:700;font-size:16px;cursor:pointer;transition:transform .1s,opacity .2s}.btn-main{background:var(--text-main);color:#fff;display:flex;justify-content:space-between;padding:18px 25px}.btn-call{background:var(--brand-green);color:#fff;font-size:18px}.btn-end{background:var(--brand-red);color:#fff}.btn-outline-small{background:transparent;border:1px solid #ccc;color:#555;padding:8px 16px;font-size:14px;border-radius:20px;width:auto;display:inline-flex;align-items:center;gap:6px}.modal-overlay{position:fixed;inset:0;background:#000c;z-index:1000;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .2s}.modal-content{background:#fff;width:100%;max-height:80vh;border-top-left-radius:20px;border-top-right-radius:20px;padding:20px;display:flex;flex-direction:column;animation:slideUpModal .3s}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:10px}.modal-header h3{margin:0;font-size:18px}.btn-close{background:none;border:none;font-size:24px;padding:0;width:auto;color:#999}.modal-body{overflow-y:auto}.mobile-grid{grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:12px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUpModal{0%{transform:translateY(100%)}to{transform:translateY(0)}}.dest-group,.timer-group,.signal-group{display:flex;align-items:center;gap:15px}.btn-mini{padding:5px 10px;font-size:12px;background:#333;color:#fff;width:auto;margin-left:auto;border-radius:4px}.btn-text-small{background:#fff;border:1px solid #aaa;color:#333;font-size:11px;font-weight:700;padding:8px 12px;border-radius:4px;text-transform:uppercase;cursor:pointer;letter-spacing:.5px;width:auto;white-space:nowrap;display:block;box-shadow:0 1px 2px #0000001a}.btn-text-small:hover{background:#f4f4f4;border-color:#888}.btn-text-small:active{background:#e0e0e0;transform:translateY(1px)}.viz-wrapper{height:14px;width:100%;max-width:120px;border:1px solid #888;padding:1px;background:#111;border-radius:3px;display:flex;align-items:center;opacity:0;pointer-events:none;transition:opacity .2s}.viz-wrapper.active{opacity:1}.viz-fill{height:100%;width:0%;background:#0f0;box-shadow:0 0 6px #0f0;transition:width .05s linear;border-radius:1px}.hidden{display:none!important}.step{width:100%;height:100%;display:none;flex-direction:column;justify-content:center;align-items:center}.step.active{display:flex;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.info-panel{background:#fff;padding:15px 20px;flex:0 0 auto;border-right:none;border-bottom:1px solid #eee;max-width:100%;align-items:flex-start}header.brand{margin-bottom:0;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:15px}.brand-group{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.brand-logo{width:48px;height:48px;flex-shrink:0}.brand h1{font-size:20px;line-height:1.1;white-space:nowrap;margin-bottom:3px}.tagline{font-size:11px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;margin-top:0;line-height:normal}.btn-icon-mobile{display:flex;align-items:center;justify-content:center;background:#f0f0f0;border:none;width:40px;height:40px;border-radius:50%;font-size:20px;cursor:pointer;flex-shrink:0;color:#333}.brand-group.center{flex-direction:row;text-align:left;align-items:center;justify-content:flex-start}.brand-group.center .brand-logo{margin-bottom:-14px;margin-right:12px;width:48px;height:48px}.brand-group.center .brand h1{font-size:20px;margin-bottom:0;line-height:1.1}.brand-group.center .tagline{white-space:normal;text-align:left;margin-top:-20px;font-size:11px;line-height:normal}.mobile-grid{grid-template-columns:repeat(7,1fr);gap:4px;font-size:30px;justify-content:center;width:85%;margin:0 auto}.coverage.mobile-centered{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:5px}.modal-body{overflow:hidden;padding-bottom:20px}.trust-signals.mobile{margin-bottom:10px;zoom:.9}.desktop-content,.mobile-actions{display:none}.interaction-area{padding-top:0;background:#f5f5f0;align-items:center}#booth-device{padding:20px;box-shadow:none;border-radius:0;border:none;background:transparent;height:100%;display:flex;flex-direction:column;justify-content:space-between}#booth-device.flow-active .device-header{display:none}.screen-container{margin-bottom:15px;flex:1;min-height:240px;width:100%}.control-panel{flex:0 0 auto;display:flex;flex-direction:column;justify-content:flex-end}.device-footer{margin-bottom:20px}}.legal-modal .modal-overlay{align-items:center}.legal-modal .modal-content{max-width:700px;max-height:85vh;border-radius:12px}.legal-content{background:#fff}.legal-body{overflow-y:auto;padding:0 20px 20px;line-height:1.6}.legal-body h4{margin-top:24px;margin-bottom:12px;font-size:16px;font-weight:600;color:#222;border-bottom:1px solid #eee;padding-bottom:6px}.legal-body h5{margin-top:16px;margin-bottom:8px;font-size:14px;font-weight:600;color:#444}.legal-body p{margin:10px 0;font-size:14px;color:#333}.legal-body ul{margin:10px 0;padding-left:24px}.legal-body li{margin:6px 0;font-size:14px;color:#333}.legal-body strong{font-weight:600;color:#222}.legal-updated{font-size:12px;color:#888;font-style:italic;margin-bottom:20px;text-align:center}@media(max-width:768px){.legal-modal .modal-content{max-height:90vh;border-radius:20px 20px 0 0}.legal-modal .modal-overlay{align-items:flex-end}.legal-body{padding:0 15px 15px}.legal-body h4{font-size:15px}.legal-body h5,.legal-body p,.legal-body li{font-size:13px}}
