.enhanced-hero{height:100vh;width:100%;display:flex;flex-direction:column;background:#1a1a2e}.hero-header{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:15px 20px;display:flex;align-items:center;justify-content:center;border-bottom:2px solid rgba(212,160,23,.3)}.hero-logo-image{height:50px;width:auto;max-width:90%;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.hero-main{position:relative;flex:1;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-video,.hero-fallback-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero-fallback-image{background-size:cover;background-position:center;background-repeat:no-repeat}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1a1a2ed9,#16213ebf,#1a1a2ed9);z-index:2}.hero-content{position:relative;z-index:3;text-align:center;padding:40px 60px;max-width:900px;display:flex;flex-direction:column;align-items:center;justify-content:center;animation:heroFadeIn 1s ease-out}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-headline{display:flex;flex-direction:column;align-items:center;margin-bottom:30px;line-height:1}.hero-headline-same,.hero-headline-house{font-size:72px;font-weight:800;color:#fff;text-shadow:0 4px 16px rgba(0,0,0,.6);letter-spacing:-1px}.hero-headline-new{font-size:72px;font-weight:800;color:#2e86de;text-shadow:0 4px 16px rgba(46,134,222,.6);letter-spacing:-1px}.hero-subheadline{font-size:26px;color:#fff;font-weight:500;line-height:1.5;margin-bottom:0;margin-top:40px;text-shadow:0 2px 8px rgba(0,0,0,.4)}.hero-cta-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#2e86de,#1a66c9);color:#fff;border:none;border-radius:16px;padding:28px 60px;font-size:32px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 32px #2e86de80;animation:heroPulse 2.5s ease-in-out infinite;min-height:95px;margin-bottom:0;margin-top:40px}@keyframes heroPulse{0%,to{box-shadow:0 8px 32px #2e86de80;transform:scale(1)}50%{box-shadow:0 12px 48px #2e86decc,0 0 60px #2e86de66;transform:scale(1.03)}}.hero-cta-button:hover{transform:scale(1.06);box-shadow:0 12px 48px #2e86decc;animation:none}.hero-cta-button:active{transform:scale(1.02)}.hero-cta-text{font-size:36px;line-height:1;font-weight:800}.hero-cta-subtitle{font-size:24px;line-height:1;font-weight:400}.hero-footer{font-size:16px;color:#ffffff80;font-weight:500;letter-spacing:2px;text-transform:uppercase;margin-top:30px}.hero-brand-footer{background:#f8f9faf2;padding:15px 40px;text-align:center;font-size:14px;font-weight:600;color:#6b7280;letter-spacing:3px;border-top:1px solid rgba(212,160,23,.2)}.education-screen{display:flex;flex-direction:column;height:100%;width:100%;background:#fff}.education-content{flex:1;display:flex;flex-direction:column;padding:24px 32px;overflow:hidden}.education-tabs{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:16px;margin-bottom:24px;width:100%;max-width:100%}.education-tab{background:#f8f9fa;border:2px solid #E5E7EB;border-radius:12px;padding:16px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .2s ease;min-height:100px;width:100%;box-sizing:border-box}.education-tab:hover{background:#fff;border-color:#2e86de;transform:translateY(-2px)}.education-tab.active{background:linear-gradient(135deg,#2e86de,#1a66c9);border-color:#2e86de;color:#fff}.tab-icon{font-size:36px;flex-shrink:0}.tab-title{font-size:18px;font-weight:600;text-align:center;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.education-panel{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:32px 24px;background:linear-gradient(135deg,#f8f9fa,#fff);border-radius:16px;box-shadow:0 4px 20px #00000014}.panel-icon{font-size:64px;margin-bottom:16px;animation:iconPulse 2s ease-in-out infinite}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.panel-heading{font-size:36px;font-weight:700;color:#1f2937;margin-bottom:28px;text-align:center;line-height:1.2}.panel-points{list-style:none;width:100%;max-width:100%;display:flex;flex-direction:column;gap:16px}.panel-point{display:flex;align-items:center;gap:14px;background:#fff;padding:16px 18px;border-radius:10px;border:2px solid #E5E7EB;box-shadow:0 2px 8px #0000000a;transition:all .2s ease}.panel-point:hover{border-color:#2e86de;transform:translate(4px);box-shadow:0 4px 12px #2e86de26}.point-check{flex-shrink:0;width:32px;height:32px;background:linear-gradient(135deg,#2e86de,#1a66c9);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700}.point-text{font-size:22px;font-weight:500;color:#1f2937;line-height:1.4}.education-progress{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:20px}.progress-dot{width:16px;height:16px;border-radius:50%;background:#d1d5db;transition:all .3s ease}.progress-dot.active{background:#2e86de;width:40px;border-radius:8px}.progress-dot.completed{background:#10b981}.education-footer{background:linear-gradient(135deg,#036,#004080);padding:18px 32px;display:flex;justify-content:space-between;align-items:stretch;gap:16px;box-shadow:0 -2px 8px #00336626;width:100%;box-sizing:border-box}.education-footer .btn-start-consultation{font-size:32px;padding:28px 24px;min-height:100px;font-weight:700;letter-spacing:.5px;background:linear-gradient(135deg,#d4a017,#b8890f);border:none;box-shadow:0 8px 32px #d4a01766;color:#fff;border-radius:14px;cursor:pointer;transition:all .3s ease;flex:1;text-align:center;white-space:normal;line-height:1.2}.education-footer .btn-start-consultation:hover{transform:scale(1.03);box-shadow:0 12px 48px #d4a01799}.education-footer .btn-back{min-width:160px;max-width:200px;font-size:26px;padding:28px 20px;min-height:100px;font-weight:600;background:#ffffff26;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:14px;cursor:pointer;transition:all .2s ease;flex-shrink:0;text-align:center}.education-footer .btn-back:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-2px)}.custom-keyboard{position:fixed;top:15%;left:50%;transform:translate(-50%);width:90%;max-width:700px;margin:0;padding:1.5rem;background:#fffffffa;border-radius:20px;box-shadow:0 12px 48px #00000040;z-index:1000;animation:slideInKeyboard .3s ease-out}@keyframes slideInKeyboard{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.keyboard-row{display:flex;justify-content:center;gap:.5rem;margin-bottom:.5rem}.keyboard-key{min-width:60px;min-height:60px;font-size:1.5rem;font-weight:600;border:2px solid #e0e0e0;border-radius:12px;background:#fff;color:#333;cursor:pointer;transition:all .15s ease;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;align-items:center;justify-content:center;flex:1;max-width:80px}.keyboard-key:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.keyboard-key:active{transform:translateY(0);background:#e0e0e0}.keyboard-key.empty{visibility:hidden;pointer-events:none;border:none}.keyboard-key.backspace{background:#ff6b6b;color:#fff;border-color:#ff5252;font-size:2rem}.keyboard-key.backspace:hover{background:#ff5252}.keyboard-key.space{flex:3;max-width:none;font-size:1.2rem}.keyboard-submit{width:100%;margin-top:1rem;padding:1.2rem;font-size:1.3rem;font-weight:600;border:none;border-radius:12px;background:linear-gradient(135deg,#27b89c,#1e9b83);color:#fff;cursor:pointer;transition:all .2s ease}.keyboard-submit:hover{transform:translateY(-2px);box-shadow:0 6px 20px #27b89c66}.keyboard-submit:active{transform:translateY(0)}.email-keyboard .keyboard-key{min-width:45px;min-height:55px;font-size:1.2rem;max-width:70px}@media (max-width: 768px){.custom-keyboard{top:12%;width:92%;max-width:100%;padding:1rem;border-radius:16px}.keyboard-key{min-width:50px;min-height:50px;font-size:1.3rem;max-width:70px}.email-keyboard .keyboard-key{min-width:35px;min-height:45px;font-size:1rem;max-width:55px}.keyboard-submit{font-size:1.1rem;padding:1rem}}@media (min-width: 1024px){.custom-keyboard{top:15%;max-width:850px;padding:2rem}.keyboard-key{min-width:80px;min-height:80px;font-size:2rem;max-width:100px}.email-keyboard .keyboard-key{min-width:60px;min-height:65px;font-size:1.5rem;max-width:80px}.keyboard-submit{font-size:1.5rem;padding:1.5rem}}@media (min-width: 1440px){.custom-keyboard{top:18%;max-width:1000px;padding:2.5rem}.keyboard-key{min-width:100px;min-height:100px;font-size:2.5rem;max-width:120px}.email-keyboard .keyboard-key{min-width:70px;min-height:75px;font-size:1.8rem;max-width:90px}.keyboard-submit{font-size:1.8rem;padding:1.8rem}}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;width:100%;overflow:hidden;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:manipulation;background-color:#f8f9fa}.kiosk-app{height:100vh;width:100vw;max-width:40vh;margin:0 auto;display:flex;flex-direction:column;background:linear-gradient(135deg,#f8f9fa,#fff)}.education-section{width:100%;overflow-y:auto;flex:1}.education-footer{background:linear-gradient(135deg,#036,#004080);padding:20px 60px;display:flex;justify-content:center;align-items:center;gap:20px;box-shadow:0 2px 8px #00336626;order:-1}.btn-start-consultation{font-size:36px;padding:40px 60px;min-height:120px;font-weight:800;letter-spacing:1px;background:linear-gradient(135deg,#d4a017,#b8890f);border:none;box-shadow:0 8px 32px #d4a01780;animation:consultationPulse 2s ease-in-out infinite;white-space:nowrap}@keyframes consultationPulse{0%,to{box-shadow:0 8px 32px #d4a01780}50%{box-shadow:0 12px 48px #d4a017b3}}.btn-start-consultation:hover{transform:scale(1.05);box-shadow:0 12px 48px #d4a017b3;animation:none}.kiosk-header{background:linear-gradient(135deg,#1a1a2e,#16213e);border-bottom:1px solid rgba(212,160,23,.2);padding:16px 40px;box-shadow:0 4px 12px #00000026;z-index:100;min-height:64px;display:flex;align-items:center;justify-content:center}.header-back-button,.header-back-button:hover,.header-back-button:active{display:none}.header-spacer{width:120px}.brand-logo{display:flex;align-items:center;justify-content:center}.brand-logo-image{height:42px;width:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.brand-name{color:#fff;font-size:28px;font-weight:700;letter-spacing:.5px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.kiosk-main,.kiosk-screen{flex:1;display:flex;flex-direction:column;overflow:hidden}.attract-screen{position:relative;height:100%;width:100%;overflow:hidden}.attract-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.attract-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#003366eb,#004080e0);z-index:2;display:flex;align-items:center;justify-content:center;animation:fadeIn .8s ease-in}.attract-content{text-align:center;padding:40px 80px;max-width:950px;animation:slideUp 1s ease-out;display:flex;flex-direction:column;justify-content:center}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.attract-logo{margin-bottom:30px;animation:fadeIn 1.2s ease-in;display:flex;justify-content:center;align-items:center}.logo-image{max-width:450px;width:100%;height:auto;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.logo-mark{font-size:48px;font-weight:900;color:#27b89c;letter-spacing:4px;margin-bottom:8px}.logo-text{font-size:28px;font-weight:600;color:#fff;letter-spacing:1px}.attract-headline{font-size:56px;font-weight:800;color:#fff;line-height:1.2;margin-bottom:20px;text-shadow:0 4px 12px rgba(0,0,0,.3)}.attract-subheadline{font-size:28px;color:#d4a017;font-weight:500;line-height:1.4;margin-bottom:35px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.attract-features{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:35px}.feature-badge{background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:18px 26px;border-radius:16px;border:1.5px solid rgba(255,255,255,.15);color:#fff;font-size:22px;font-weight:500;display:flex;align-items:center;gap:12px;transition:all .2s ease;letter-spacing:-.2px}.feature-badge:hover{background:#d4a01740;border-color:#d4a017;transform:translateY(-2px)}.feature-checkmark{color:#d4a017;font-size:28px;font-weight:700}.btn-start{display:flex;flex-direction:column;align-items:center;font-size:48px;padding:40px 100px;font-weight:700;letter-spacing:1px;background:linear-gradient(135deg,#d4a017,#b8890f);box-shadow:0 4px 16px #d4a0174d,0 8px 32px #d4a01733;transition:all .3s ease;border:none;border-radius:16px;color:#fff}@keyframes pulse{0%,to{box-shadow:0 4px 16px #d4a0174d,0 8px 32px #d4a01733}50%{box-shadow:0 6px 20px #d4a01766,0 12px 40px #d4a0174d}}.btn-text{font-size:48px;line-height:1;margin-bottom:8px}.btn-subtitle{font-size:22px;font-weight:500;opacity:.95;letter-spacing:.5px}.btn-start:hover,.btn-start:active{transform:scale(1.03) translateY(-2px);box-shadow:0 8px 24px #d4a01766,0 16px 48px #d4a0174d}.attract-footer{margin-top:30px;font-size:18px;color:#fffc;font-weight:500}.screen{display:flex;flex-direction:column;height:100%;width:100%;animation:fadeIn .5s ease-in}.screen>.screen-footer{order:-1}.screen-content{flex:1;padding:32px 60px;overflow-y:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;position:relative;order:1}.screen-content:after{content:"";position:sticky;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to top,rgba(248,249,250,.9),transparent);pointer-events:none;opacity:0;transition:opacity .3s ease}.screen-content[data-scrollable=true]:after{opacity:1}.screen-title{font-size:40px;font-weight:700;color:#1f2937;margin-bottom:12px;margin-top:8px;text-align:center;letter-spacing:-.8px}.screen-subtitle{font-size:24px;color:#6b7280;margin-bottom:24px;text-align:center;font-weight:500;letter-spacing:-.2px}.showcase-screen{background:#fff}.showcase-header{text-align:center;padding:20px 0 15px}.showcase-title{font-size:48px;font-weight:700;color:#2c3e50;margin-bottom:10px}.showcase-subtitle{font-size:24px;color:#036;font-weight:500}.showcase-content{flex:1;display:flex;flex-direction:column;gap:40px}.showcase-scrollable{padding:16px 0!important;max-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.showcase-category-title{font-size:38px;font-weight:700;color:#1f2937;margin-bottom:20px;text-align:center}.showcase-nav-btn{background:#fff;border:2px solid #E5E7EB;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:300;color:#374151;cursor:pointer;transition:all .2s ease;flex-shrink:0;box-shadow:0 2px 8px #00000014}.showcase-nav-btn:hover{background:#f9fafb;border-color:#2e86de;color:#2e86de;transform:scale(1.1);box-shadow:0 4px 12px #2e86de33}.showcase-tagline{font-size:22px;color:#6b7280;font-weight:500;text-align:center;margin-top:16px}.showcase-gallery{position:relative;display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:20px;width:100%;flex:1;max-height:calc(100% - 200px)}.showcase-comparison{display:flex;flex-direction:column;gap:20px;flex:1;width:100%;height:100%}.showcase-image-container{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0003;background:#f3f4f6;flex:1;display:flex}.showcase-image{width:100%;height:100%;display:block;object-fit:cover}.showcase-label{position:absolute;top:16px;left:16px;background:#000000d9;color:#fff;padding:10px 20px;border-radius:10px;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:2px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.showcase-label-before{background:#3c3c3ce6!important}.showcase-label-after{background:#2e86dee6!important}.showcase-arrow{font-size:56px;color:#d4a017;font-weight:700;animation:slideRight 1.5s ease-in-out infinite}@keyframes slideRight{0%,to{transform:translate(0)}50%{transform:translate(10px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.showcase-info{text-align:center;padding:12px}.showcase-project-title{font-size:28px;font-weight:700;color:#2c3e50;margin-bottom:6px}.showcase-location{font-size:22px;color:#6c757d;font-weight:500}.showcase-indicators{display:flex;gap:12px;justify-content:center}.showcase-indicator{width:16px;height:16px;border-radius:50%;background:#d1d5db;border:none;cursor:pointer;transition:all .3s ease}.showcase-indicator.active{background:#036;width:40px;border-radius:8px}.showcase-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:0 40px}.benefit-card{background:#fff;padding:16px;border-radius:16px;text-align:center;border:1px solid #F3F4F6;box-shadow:0 1px 3px #0000000d;transition:all .2s ease}.benefit-card:hover{transform:translateY(-4px);border-color:#e5e7eb;box-shadow:0 4px 12px #00336614,0 8px 24px #0033660f}.benefit-icon{font-size:40px;margin-bottom:8px}.benefit-text{font-size:18px;font-weight:600;color:#2c3e50}.interest-header{text-align:center;margin-bottom:32px}.interest-title{font-size:40px;font-weight:700;color:#1f2937;margin-bottom:8px}.interest-subtitle{font-size:22px;color:#6b7280;font-weight:500}.product-list{display:flex;flex-direction:column;gap:16px;max-width:700px;margin:0 auto;width:100%}.product-list-item{background:#fff;border:2px solid #E5E7EB;border-radius:14px;padding:20px 24px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:18px;text-align:left;box-shadow:0 2px 8px #0000000a}.product-list-item:hover{border-color:#2e86de;box-shadow:0 4px 12px #2e86de26;transform:translate(4px)}.product-list-item-selected{border-color:#2e86de;background:#2e86de0d;box-shadow:0 4px 12px #2e86de33}.product-list-icon{flex-shrink:0;width:56px;height:56px;background:#2e86de1a;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:32px}.product-list-item-selected .product-list-icon{background:#2e86de33}.product-list-content{flex:1}.product-list-label{font-size:22px;font-weight:700;color:#1f2937;margin-bottom:4px}.product-list-description{font-size:15px;color:#6b7280;font-weight:500}.product-list-radio{flex-shrink:0;width:32px;height:32px}.radio-circle{width:100%;height:100%;border:2px solid #D1D5DB;border-radius:50%;background:#fff;transition:all .2s ease}.product-list-item:hover .radio-circle{border-color:#2e86de}.radio-selected{border-color:#2e86de;border-width:8px;background:#2e86de}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;max-width:900px;margin:0 auto;padding:20px 0}.product-card{background:#fff;border:2px solid #F3F4F6;border-radius:20px;padding:48px 32px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:20px;min-height:220px;box-shadow:0 2px 4px #0000000a}.product-card:hover{transform:translateY(-4px) scale(1.01);border-color:#036;box-shadow:0 4px 12px #0033661a,0 8px 24px #00336614}.product-card:active{transform:translateY(-2px);box-shadow:0 6px 16px #0363}.product-card-selected{border-color:#036;border-width:3px;background:linear-gradient(135deg,#036,#004d99);box-shadow:0 2px 8px #0363,0 8px 24px #00336626}.product-icon{font-size:72px;transition:transform .3s ease}.product-card:hover .product-icon{transform:scale(1.1)}.product-label{font-size:28px;font-weight:700;color:#1f2937;text-align:center;letter-spacing:-.3px}.product-card-selected .product-label{color:#fff}.question-section{margin-bottom:45px}.question-title{font-size:32px;font-weight:600;color:#2c3e50;margin-bottom:24px}.button-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:800px;margin:0 auto}.button-row{display:flex;gap:24px;flex-wrap:wrap}.btn{font-size:26px;font-weight:600;padding:28px 36px;border:none;border-radius:14px;cursor:pointer;transition:all .2s ease;min-height:85px;min-width:180px;touch-action:manipulation;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.btn:active{transform:scale(.96);box-shadow:inset 0 2px 8px #00000026}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#2e86de,#1a66c9);color:#fff;box-shadow:0 2px 8px #2e86de4d;border:none;font-weight:700;letter-spacing:.5px}.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #2e86de66,0 8px 24px #2e86de33;transform:translateY(-2px) scale(1.01)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-cta{background:linear-gradient(135deg,#2e86de,#1a66c9);color:#fff;font-size:28px!important;padding:24px 50px!important;min-height:80px!important;border-radius:16px;font-weight:700;box-shadow:0 4px 16px #2e86de66;letter-spacing:.5px;white-space:nowrap}.btn-cta:hover:not(:disabled){box-shadow:0 6px 20px #2e86de80;transform:translateY(-2px) scale(1.02)}.btn-option{background-color:#fff;color:#1f2937;border:2px solid #E5E7EB;flex:1;min-width:200px;box-shadow:0 1px 3px #0000000d;font-weight:500;transition:all .2s ease}.btn-option:hover{background:#f9fafb;border-color:#036;transform:translateY(-2px);box-shadow:0 4px 12px #0033661a}.btn-option-selected{background:linear-gradient(135deg,#036,#004d99);color:#fff;border-color:#036;box-shadow:0 2px 8px #0363,0 4px 16px #00336626;font-weight:600}.screen-footer{padding:18px 60px;background:#fff;box-shadow:0 2px 8px #00000014;display:flex;justify-content:center;align-items:center;gap:20px;order:-1}.btn-next,.btn-submit{max-width:600px;font-size:36px;padding:32px 52px;min-height:100px;font-weight:700}.btn-secondary{background:#f3f4f6;color:#374151;border:2px solid #E5E7EB;box-shadow:0 1px 3px #0000000d;font-weight:500}.btn-secondary:hover:not(:disabled){background:#e5e7eb;border-color:#d1d5db;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.btn-back{min-width:220px;font-size:28px;padding:28px 36px;min-height:100px}.form-group{margin-bottom:16px;max-width:700px;margin-left:auto;margin-right:auto;width:100%}.form-label{display:block;font-size:24px;font-weight:600;color:#1f2937;margin-bottom:8px;letter-spacing:-.3px}.form-input{width:100%;font-size:28px;padding:24px 20px;min-height:80px;border:2px solid #E5E7EB;border-radius:12px;background-color:#fff;transition:all .2s ease;color:#1f2937;box-shadow:0 1px 2px #00000008;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.form-input:focus{outline:none;border-color:#036;box-shadow:0 0 0 4px #00336614,0 1px 2px #0000000d}.form-input-error{border-color:#dc3545}.form-input-error:focus{box-shadow:0 0 0 4px #dc35451a}.form-error{display:block;color:#dc3545;font-size:18px;margin-top:6px;font-weight:500}.screen-thank-you{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#036,#004080)}.thank-you-content{text-align:center;padding:80px;max-width:900px;animation:slideUp .8s ease-out}.thank-you-checkmark{font-size:160px;color:#fff;margin-bottom:40px;text-shadow:0 4px 12px rgba(0,0,0,.2);animation:scaleIn .6s ease-out}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.thank-you-logo{margin:30px 0;display:flex;justify-content:center;align-items:center}.thank-you-logo-image{max-width:400px;width:100%;height:auto;filter:drop-shadow(0 4px 12px rgba(255,255,255,.3))}.thank-you-title{font-size:72px;font-weight:800;color:#fff;margin-bottom:30px;text-shadow:0 4px 12px rgba(0,0,0,.2)}.thank-you-message{font-size:38px;color:#fff;line-height:1.5;margin-bottom:40px;font-weight:500;opacity:.95}.thank-you-countdown{font-size:28px;color:#fff;opacity:.8}@media (orientation: landscape){.attract-headline{font-size:56px}.attract-subheadline{font-size:28px}.btn-start{font-size:40px;padding:32px 80px}.screen-content{padding:40px 60px}.product-grid{grid-template-columns:repeat(3,1fr)}.showcase-benefits{grid-template-columns:repeat(4,1fr)}}
