:root{--zoe-green: #2b5e2b;--card-foreground: var(--zoe-green);--control-radius: 8px;--chat-shell-width: 760px;--surface-white: #ffffff;--surface-soft: #f7fbf7;--zoe-light: hsl(120, 34%, 94%);--white: #ffffff;--page-bg: radial-gradient(53% 119.66% at 50% 47%, rgba(255, 255, 255, .3) 0%, rgba(111, 185, 113, .15) 100%) center center / cover no-repeat}button,input,textarea,select{border-radius:var(--control-radius)}button:not(.card){border-radius:999px}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;background:var(--page-bg);font-family:Plein,sans-serif;height:100vh;overflow:hidden}.zoe-container{height:100vh;display:flex;flex-direction:column;background:var(--page-bg);position:relative}.gesture-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#ecf3eaad;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9999;cursor:pointer;text-align:center;padding:24px}.gesture-overlay-card{width:min(420px,100%);background:#ffffffc7;border:1px solid rgba(43,94,43,.18);border-radius:20px;padding:26px 20px 22px;box-shadow:0 20px 42px #182d1a29}.gesture-mascot-wrap{position:relative;width:150px;height:150px;margin:0 auto 16px}.gesture-mascot-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid rgba(43,94,43,.28);animation:gesture-ring-pulse 2.2s ease-out infinite}.gesture-mascot-ring-delayed{animation-delay:1.1s}.gesture-mascot{position:absolute;top:10px;right:10px;bottom:10px;left:10px;border-radius:50%;overflow:hidden;border:2px solid rgba(43,94,43,.18);background:#fff;box-shadow:0 10px 24px #1b371e38;animation:gesture-float 3.2s ease-in-out infinite}.gesture-mascot video{width:100%;height:100%;object-fit:contain;display:block}.gesture-title{color:#2d5a27;margin:0 0 8px;font-size:1.45rem;font-weight:700}.gesture-subtitle{color:#355e38;font-size:1rem;margin:0;font-weight:500}@keyframes gesture-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes gesture-ring-pulse{0%{transform:scale(.9);opacity:.7}to{transform:scale(1.2);opacity:0}}.zoe-header{display:flex;justify-content:space-between;padding:12px 40px;gap:14px;background:#ffffffe6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#0f172a;width:100%;align-items:center;border-bottom:1px solid rgba(43,94,43,.12);box-shadow:0 10px 24px #1331181a;z-index:20;position:fixed!important;top:0!important;left:0!important;right:0!important;height:72px}.zoe-header:after{content:"";position:absolute;left:40px;right:40px;bottom:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(43,94,43,.25) 50%,transparent 100%)}.zoe-header .brand{font-size:1.4rem;color:var(--zoe-green);font-weight:800;margin-right:auto;letter-spacing:.01em;line-height:1}.zoe-header .brand-clickable{cursor:pointer;transition:transform .2s ease,color .2s ease}.zoe-header .brand-clickable:hover{transform:translateY(-1px);color:#214d21}.zoe-header .brand-clickable:focus-visible{outline:2px solid rgba(43,94,43,.35);outline-offset:4px;border-radius:6px}.zoe-header button{background:linear-gradient(135deg,#2b5e2b,#3a743a);color:#fff;border:1px solid rgba(43,94,43,.65);padding:0 16px;height:42px;border-radius:var(--control-radius);font-weight:700;font-size:.9rem;cursor:pointer;display:flex;align-items:center;gap:8px;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;box-shadow:0 6px 14px #1838183d}.zoe-header .lang-btn{min-width:128px;justify-content:center}.zoe-header .lang-btn svg{font-size:1rem}.zoe-header button:hover{transform:translateY(-1px);box-shadow:0 10px 20px #18381847;filter:brightness(.98)}.zoe-header button:focus-visible{outline:2px solid rgba(43,94,43,.32);outline-offset:2px}.zoe-header .back-btn{margin-right:auto;background:#e8f5e9;color:var(--zoe-green);border:2px solid var(--zoe-green);padding:8px 15px}.zoe-header .back-btn:hover{background:var(--zoe-green);color:#fff}.stage{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;position:relative;background:var(--page-bg)}.stage:not(.chat){margin-top:72px}.mb-7{margin-bottom:1.75rem}.zoe-avatar-static img,.zoe-img-idle{width:140px!important;height:140px!important;max-width:140px!important;max-height:140px!important;object-fit:contain!important;margin-bottom:20px;display:block}.ai-visual-container{display:flex;justify-content:center;align-items:center;width:100%;margin-top:10px}.ai-visual-container video{width:300px;height:300px;object-fit:contain;border-radius:60%}.role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:900px;width:100%;margin-top:30px}.zoe-card{background:var(--white);padding:20px;border-radius:15px;border:2px solid transparent;cursor:pointer;text-align:left;box-shadow:0 4px 10px #0000000d;transition:.3s}.zoe-card:hover{border-color:var(--zoe-green);transform:translateY(-5px)}.zoe-card h3{color:var(--zoe-green);margin-bottom:8px;font-size:1.1rem}.zoe-card p{font-size:.9rem;color:#555;line-height:1.4}.test-grid{display:flex;gap:30px;margin:30px 0}.test-card{background:#fff;padding:20px;border-radius:8px;border:1px solid #ddd;width:140px;text-align:center;cursor:pointer}.test-card svg{font-size:2rem;color:var(--zoe-green);margin-bottom:10px}.primary-btn{background:var(--zoe-green);color:#fff;border:none;padding:0 24px;height:48px;border-radius:8px;font-weight:700;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.chat-history{flex:1;width:100%;max-width:800px;overflow-y:auto;display:flex;flex-direction:column;gap:15px;padding:20px;scrollbar-width:none}.chat-history::-webkit-scrollbar{display:none}.quick-prompts-section{width:100%;display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:0}.quick-prompts-label{font-size:.84rem;color:#49654a;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:0}.quick-prompts-head{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 2px;margin-bottom:2px}.quick-prompts-close-btn{border:1px solid rgba(43,94,43,.28);background:#fff;color:#2b5e2b;padding:6px 10px;border-radius:var(--control-radius);font-size:.78rem;font-weight:700;cursor:pointer;transition:background .2s ease,border-color .2s ease}.quick-prompts-close-btn:hover{background:#edf6ed;border-color:#2b5e2b6b}.quick-prompts-toggle-btn{background:transparent;color:var(--zoe-green);border:1px solid rgba(43,94,43,.8);border-radius:var(--control-radius);padding:11px 16px;font-size:.92rem;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;box-shadow:none}.quick-prompts-toggle-btn:hover{background:#2b5e2b14;transform:translateY(-1px);box-shadow:none}.quick-launcher-btn{align-self:flex-end;min-width:210px}.quick-prompts-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;max-width:100%}.quick-prompt-btn{background:#fff;border:1px solid rgba(43,94,43,.22);color:var(--zoe-green);padding:10px 12px;border-radius:var(--control-radius);font-size:.9rem;font-weight:600;text-align:left;cursor:pointer;transition:transform .18s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease;box-shadow:none}.quick-prompt-btn:hover{background:#eff8ef;color:#214c21;transform:translateY(-1px);border-color:#2b5e2b6b;box-shadow:0 6px 14px #1b3f1b24}.quick-prompt-btn:active{transform:translateY(0)}.msg-bubble.user{align-self:flex-end;background:var(--zoe-green);color:#fff;border-bottom-right-radius:4px}.msg-bubble.ai{align-self:flex-start;background:#fff;color:#333;border:none;box-shadow:0 6px 16px #1a231b14;border-bottom-left-radius:4px}.zoe-input-section{width:100%;padding:15px 0 25px;display:flex;justify-content:center;background:var(--page-bg)}.input-pill{background:#fff;padding:6px 10px 6px 25px;border-radius:var(--control-radius);display:flex;align-items:center;width:90%;max-width:700px;border:2px solid var(--zoe-green);box-shadow:0 10px 25px #0000000d}.input-pill input{flex:1;border:none;outline:none;padding:12px 0;font-size:1rem}.mic-circle{border:none;background:#eef4ee;border-radius:var(--control-radius);width:45px;height:45px;cursor:pointer;margin-right:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#2f5e2f;transition:transform .2s ease,background .2s ease}.mic-circle:hover{background:#e2eee2;transform:translateY(-1px)}.mic-circle.active{background:#ea4335;color:#fff;animation:assistant-pulse 1.2s infinite}@keyframes assistant-pulse{0%{transform:scale(1);box-shadow:0 0 #ea433599}70%{transform:scale(1.1);box-shadow:0 0 0 15px #ea433500}to{transform:scale(1);box-shadow:0 0 #ea433500}}.send-circle{border:none;background:linear-gradient(135deg,#2b5e2b,#3b7a3b);color:#fff;border-radius:var(--control-radius);width:45px;height:45px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:0 8px 18px #1c401c47;transition:transform .2s ease,filter .2s ease}.send-circle:hover{transform:translateY(-1px);filter:brightness(.97)}.send-circle.stop-btn{background:#ff6b6b}.send-circle.stop-btn:hover{background:#ff5252}.stage.chat{display:flex!important;flex-direction:column!important;height:100vh!important;padding-top:72px!important;justify-content:flex-start!important;overflow:hidden!important;position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important}.stage.chat .chat-back-row{width:min(var(--chat-shell-width),95%);margin:8px auto 0;display:flex;justify-content:flex-start;z-index:6}.stage.chat .chat-back-btn{background:#e8f5e9;color:var(--zoe-green);border:1px solid rgba(43,94,43,.35);padding:8px 14px;font-weight:700;font-size:.9rem;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.stage.chat .chat-back-btn:hover{background:#dff0e1}.stage.chat .ai-visual-container{flex-shrink:0!important;margin-bottom:15px!important;margin-top:-10px!important;display:flex;justify-content:center}.stage.chat .chat-mascot-frame video{width:100%!important;height:100%!important;border-radius:50%!important;object-fit:contain!important;display:block}.stage.chat .chat-history{flex:1!important;width:100%!important;max-width:var(--chat-shell-width)!important;margin:0 auto!important;overflow-y:auto!important;display:flex!important;flex-direction:column!important;gap:15px!important;padding:15px 15px 230px!important;scrollbar-width:none!important;-ms-overflow-style:none!important}.stage.chat .chat-history::-webkit-scrollbar{display:none!important}.stage.chat .zoe-input-section{position:fixed!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;display:flex!important;justify-content:center!important;padding:12px 0 20px!important;background:linear-gradient(to top,#f3faf3fa,#f3faf3b8 55%,#f3faf300)!important;z-index:100!important;border-top:none!important;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.stage.chat .quick-prompts-dock{position:fixed;left:0;right:0;bottom:94px;z-index:104;display:flex;justify-content:center;padding:0 12px;pointer-events:none}.stage.chat .quick-prompts-dock .quick-prompts-section{width:min(var(--chat-shell-width),95%);background:transparent;border:none;border-radius:var(--control-radius);-webkit-backdrop-filter:none;backdrop-filter:none;padding:0;gap:8px;box-shadow:none;pointer-events:auto}.stage.chat .quick-prompts-dock.is-closed .quick-prompts-section{display:flex;justify-content:flex-end}.stage.chat .quick-prompts-dock.is-open .quick-prompts-section{background:transparent;border:none;box-shadow:none;padding:0}.stage.chat .input-pill{width:min(var(--chat-shell-width),95%)!important;max-width:none!important;background:linear-gradient(180deg,var(--surface-white) 0%,var(--surface-soft) 100%)!important;border:1px solid rgba(43,94,43,.22)!important;border-radius:var(--control-radius)!important;padding:5px 10px 5px 20px!important;display:flex!important;align-items:center!important;box-shadow:0 10px 28px #1728192e,inset 0 1px #ffffffbf!important}.stage.chat .input-pill input{background:transparent;color:#1d2c1d}.stage.chat .input-pill input::placeholder{color:#5f7261}.stage.chat .msg-bubble{padding:12px 18px!important;border-radius:18px!important;max-width:80%!important;word-wrap:break-word!important}.stage.chat .msg-bubble.user{align-self:flex-end!important;background:var(--zoe-green)!important;color:#fff!important}.stage.chat .msg-bubble.ai{align-self:flex-start!important;background:#fff!important;border:none!important;box-shadow:0 8px 20px #162a181f!important}.mic-circle.ai-speaking{background:var(--zoe-green)!important;color:#fff!important;border:2px solid #fff!important;box-shadow:0 0 10px #2d5a2780;animation:pulse-slow 1.5s infinite}@keyframes pulse-slow{0%{opacity:1}50%{opacity:.7}to{opacity:1}}@media (max-width: 480px){.zoe-header{padding:10px 18px;gap:10px;flex-wrap:nowrap}.zoe-header:after{left:18px;right:18px}.zoe-header .brand{font-size:1.1rem}.zoe-header button{padding:6px 12px;font-size:.85rem;height:38px}.zoe-header .lang-btn{min-width:104px}.stage{padding:15px 10px}.stage h1{font-size:1.8rem}.stage h2{font-size:1rem}.zoe-avatar-static video,.zoe-avatar-static img,.zoe-img-idle{width:100px!important;height:100px!important;max-width:100px!important;max-height:100px!important}.ai-visual-container video{width:140px!important;height:140px!important;border-radius:50%!important}.role-grid{grid-template-columns:1fr;gap:12px;max-width:100%}.zoe-card{padding:15px}.zoe-card h3{font-size:1rem}.zoe-card p{font-size:.85rem}.test-grid{flex-direction:column;gap:15px}.test-card{width:100%}.stage.chat .chat-history{max-width:100%!important;padding:15px 10px 250px!important}.stage.chat .zoe-input-section{padding:10px 0 14px!important}.stage.chat .quick-prompts-dock{bottom:86px}.stage.chat .chat-back-row{width:95%;margin-top:6px}.quick-launcher-btn{width:auto;min-width:0}.quick-prompts-grid{grid-template-columns:1fr}.msg-bubble{max-width:85%!important;font-size:.95rem;padding:10px 15px!important}.quick-prompts-grid{width:100%}.quick-prompt-btn{padding:10px 14px;font-size:.9rem}.input-pill{width:100%!important;max-width:100%!important;padding:6px 8px 6px 14px!important}.input-pill input{font-size:.95rem;padding:8px 0!important}.mic-circle,.send-circle{width:40px!important;height:40px!important;font-size:1rem}.primary-btn{padding:12px 30px;font-size:.9rem}}.stage.chat .quick-prompts-dock .quick-prompts-grid{width:100%!important;max-width:none!important}@media (min-width: 481px) and (max-width: 768px){.zoe-header{padding:12px 24px;gap:15px}.zoe-header .brand{font-size:1.25rem}.stage{padding:15px}.stage h1{font-size:2.2rem}.stage h2{font-size:1.1rem}.zoe-avatar-static video,.zoe-avatar-static img,.zoe-img-idle{width:120px!important;height:120px!important;max-width:120px!important;max-height:120px!important}.ai-visual-container video{width:170px!important;height:170px!important;border-radius:50%!important}.role-grid{grid-template-columns:repeat(2,1fr);gap:15px;max-width:100%}.zoe-card{padding:18px}.zoe-card h3{font-size:1.05rem}.zoe-card p{font-size:.9rem}.test-grid{gap:20px}.test-card{width:130px}.stage.chat .chat-history{max-width:100%!important}.quick-prompts-grid{grid-template-columns:repeat(2,1fr);width:90%}.quick-prompt-btn{padding:11px 15px;font-size:.92rem}.msg-bubble{max-width:80%!important;font-size:.98rem}.input-pill{width:95%!important;max-width:600px!important}.mic-circle,.send-circle{width:42px!important;height:42px!important;font-size:1.1rem}.primary-btn{padding:13px 35px;font-size:.95rem}}@media (min-width: 769px) and (max-width: 1024px){.zoe-header{padding:12px 34px;gap:15px}.zoe-header .brand{font-size:1.3rem}.stage{padding:20px}.stage h1{font-size:2.5rem}.zoe-avatar-static video,.zoe-avatar-static img,.zoe-img-idle{width:130px!important;height:130px!important}.ai-visual-container video{width:180px!important;height:180px!important;border-radius:50%!important}.role-grid{grid-template-columns:repeat(3,1fr);gap:18px;max-width:900px}.zoe-card{padding:18px}.stage.chat .chat-history{max-width:700px!important}.quick-prompts-grid{grid-template-columns:repeat(2,1fr);width:85%;max-width:650px}.quick-prompt-btn{padding:12px 16px;font-size:.95rem}.msg-bubble{max-width:75%!important;font-size:.99rem}.input-pill{width:90%!important;max-width:650px!important}.mic-circle,.send-circle{width:43px!important;height:43px!important}}@media (min-width: 1025px){.zoe-header{padding:12px 42px}.zoe-header .brand{font-size:1.4rem}.stage{padding:20px}.stage h1{font-size:2.8rem}.zoe-avatar-static video,.zoe-avatar-static img,.zoe-img-idle{width:140px!important;height:140px!important}.ai-visual-container video{width:200px!important;height:200px!important;border-radius:50%!important}.role-grid{grid-template-columns:repeat(3,1fr);gap:20px;max-width:900px}.stage.chat .chat-history{max-width:750px!important}.quick-prompts-grid{grid-template-columns:repeat(2,1fr);width:80%;max-width:700px}.quick-prompt-btn{padding:13px 18px;font-size:.97rem}.msg-bubble{max-width:75%!important}.input-pill{width:90%!important;max-width:700px!important}.mic-circle,.send-circle{width:45px!important;height:45px!important;font-size:1.2rem}}@media (max-width: 320px){.zoe-header{padding:8px 10px}.stage h1{font-size:1.5rem}.zoe-avatar-static video,.zoe-avatar-static img{width:80px!important;height:80px!important;max-width:80px!important}.role-grid{grid-template-columns:1fr;gap:10px}.input-pill{width:100%!important;padding:4px 8px 4px 12px!important}.mic-circle,.send-circle{width:38px!important;height:38px!important;font-size:.9rem}}.brand-left{display:flex;align-items:center;gap:8px}.brand-logo{width:30px;height:30px;object-fit:contain}.brand-word{color:#22313f;font-weight:700;font-size:1.12rem;letter-spacing:.2px}.brand-title{text-align:center;color:#1d2f4d;font-size:1.7rem;font-weight:700;margin:0}.stage.selection{justify-content:flex-start;align-items:stretch;background:var(--page-bg);padding:90px 24px 24px;overflow-y:auto}.selection-shell{width:100%;max-width:1080px;margin:0 auto;text-align:center}.selection-mascot{display:flex;justify-content:center;margin-top:-64px;margin-bottom:24px}.text-slate-500{color:#64748b}.text-sm{font-size:.875rem;line-height:1.25rem}.font-medium{font-weight:500}.max-w-xl{max-width:36rem}.mx-auto{margin-left:auto;margin-right:auto}.px-4{padding-left:1rem;padding-right:1rem}.mascot-circle-frame{width:175px;height:175px;border-radius:50%;overflow:hidden;border:2px solid #ffffff;box-shadow:0 8px 24px #10294724;background:#fff}.selection-mascot .mascot-circle-frame{width:220px;height:220px}.selection-mascot img,.selection-mascot video,.selection-mascot .mascot-circle-frame img,.selection-mascot .mascot-circle-frame video{width:220px;height:220px;object-fit:contain;border-radius:50%;display:block}.mascot-circle-frame img,.mascot-circle-frame video{width:175px;height:175px;object-fit:contain;border-radius:50%;display:block}.selection-title{font-family:Plein,sans-serif;font-size:24px;font-weight:600;line-height:1.2;letter-spacing:-.02em;color:#0f172a;margin:0 0 12px;padding-left:.5rem;padding-right:.5rem}@media (min-width: 768px){.selection-title{font-size:28px}}.selection-subtitle{font-family:Plein,sans-serif;font-size:13px;font-weight:400;line-height:1.6;letter-spacing:0;color:#64748b;margin:16px 0 28px;text-align:center;max-width:560px}.selection-subtitle strong{font-weight:500;color:#475569}.selection-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;width:100%;justify-items:center}.feature-card{background:#fff;border:1px solid #e1e5ea;border-radius:8px;text-align:left;padding:24px;min-height:252px;box-shadow:0 1px #0e25420a;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;color:var(--card-foreground);font-family:Plein,sans-serif}.feature-card:hover{transform:translateY(-3px);border-color:#c9d6e2;box-shadow:0 8px 24px #10294714;color:var(--card-foreground)}.feature-card:hover .card-heading,.feature-card:focus-visible .card-heading,.feature-card:active .card-heading{color:var(--card-foreground)}.feature-head{display:flex;align-items:center;gap:14px;margin-bottom:12px}.feature-icon{width:54px;height:54px;min-width:54px;border-radius:12px;background:#ebf4ee;color:#437150;font-size:1.7rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-heading{font-size:1.5rem;font-weight:600;line-height:2rem;letter-spacing:-.025em;color:inherit;font-family:inherit;margin:0}.card-content{padding:1.5rem;padding-top:0}.card-content p{color:inherit;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5rem;letter-spacing:0;margin:0}.selection-shell.is-hi .selection-title{font-size:24px;line-height:1.2}.selection-shell.is-hi .selection-subtitle{font-size:13px}.selection-shell.is-hi .card-content p{font-size:1rem;line-height:1.5rem}.coming-soon-pill{display:inline-block;background:#f9ad39;color:#fff;font-size:.78rem;font-weight:700;border-radius:999px;padding:5px 12px;margin:0 0 12px}.feature-card.is-disabled{cursor:not-allowed;opacity:.95}.feature-card.is-disabled:hover{transform:none;box-shadow:0 1px #0e25420a}.card{width:100%;max-width:500px;min-height:180px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;box-shadow:0 2px 8px #0f172a14;transition:all .3s ease;overflow:hidden;padding:0;text-align:left;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;appearance:none;-webkit-appearance:none;-moz-appearance:none}.card:hover{transform:translateY(-4px);border-color:#16a34a;box-shadow:0 12px 30px #0f172a24}.card.selected{border-color:#16a34a;background:#f0fdf4;box-shadow:0 12px 30px #16a34a1f}.radio-container{padding:16px 20px 0;display:flex;justify-content:flex-start}.radio-container input[type=radio]{width:22px;height:22px;cursor:pointer;accent-color:#16a34a;margin:0}.proceed-container{margin-top:48px;display:flex;justify-content:center;width:100%}.proceed-btn{min-width:280px;height:56px;font-size:1.15rem;letter-spacing:.02em;border-radius:8px!important;box-shadow:0 12px 24px #2b5e2b3d}.proceed-btn:hover{transform:translateY(-2px);box-shadow:0 16px 32px #2b5e2b52}.card-header{padding:24px;display:flex;align-items:center;gap:14px}.card-title{font-size:24px;font-weight:600;line-height:1.2;letter-spacing:-.02em;color:#0f172a;margin:0;transition:color .3s ease;flex:1}.card:hover .card-title{color:#2b5e2b}.card-description{font-size:14px;line-height:1.6;color:#64748b;margin:0;padding:0 24px;transition:color .3s ease}.card:hover .card-description{color:#475569}.card-content-text{padding:0 24px 24px;font-size:15px;line-height:1.75;color:#1e293b;flex-grow:1}.browser-note{margin:26px auto 0;background:#e7eef8;border:1px solid #d4dfed;color:#2b65d8;border-radius:999px;padding:12px 24px;font-weight:700;font-size:.95rem;width:fit-content}@media (max-width: 1024px){.selection-subtitle{font-size:13px;margin-bottom:18px}.selection-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 760px){.brand-title{font-size:1rem}.brand-word{font-size:.95rem}.selection-cards{grid-template-columns:1fr;gap:8px}.card{min-height:auto;max-width:100%}.radio-container{padding:10px 14px 0}.radio-container input[type=radio]{width:18px;height:18px}.card-header{padding:10px 14px;gap:10px}.feature-icon{width:40px;height:40px;min-width:40px;font-size:1.2rem;border-radius:10px}.card-title{font-size:18px;line-height:1.2}.card-description{padding:0 14px 10px;font-size:12px;line-height:1.35}.card-content-text{padding:0}.feature-card{min-height:auto;padding:16px}.card-content p{font-size:1rem;line-height:1.5rem}.browser-note{width:100%;border-radius:14px;font-size:.86rem;padding:10px 12px}}@media (max-width: 480px){.card-header{padding:8px 12px}.feature-icon{width:36px;height:36px;min-width:36px;font-size:1.05rem}.card-title{font-size:16px}.card-description{padding:0 12px 8px;font-size:11px;line-height:1.3}}
