.ai-fab{z-index:1000;background:var(--accent);width:56px;height:56px;color:var(--text);cursor:pointer;box-shadow:0 4px 24px var(--accent-35);border:none;border-radius:50%;font-size:1.4rem;transition:transform .2s,box-shadow .2s;position:fixed;bottom:28px;right:15px}.ai-fab:hover{transform:scale(1.08)}.ai-fab.open{transform:rotate(90deg)}.ai-panel{z-index:1000;background:var(--bg);border:1px solid var(--border);width:370px;max-height:580px;box-shadow:0 16px 48px var(--shadow-dark);opacity:0;pointer-events:none;border-radius:16px;flex-direction:column;transition:opacity .22s,transform .22s;display:flex;position:fixed;bottom:96px;right:28px;overflow:hidden;transform:translateY(16px)scale(.97)}.ai-panel.visible{opacity:1;pointer-events:all;transform:translateY(0)scale(1)}.ai-panel-header{border-bottom:1px solid var(--border);color:var(--text);justify-content:space-between;align-items:center;padding:14px 16px;font-size:.95rem;font-weight:600;display:flex}.ai-panel-header small{color:var(--muted);font-size:.7rem;font-weight:400}.ai-tabs{border-bottom:1px solid var(--border);display:flex}.ai-tab-btn{color:var(--muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:10px 4px;font-size:.72rem;transition:color .15s,border-bottom .15s}.ai-tab-btn.active{color:var(--accent);border-bottom:2px solid var(--accent)}.ai-tab-body{flex-direction:column;flex:1;display:flex;overflow:hidden}.ai-tab-content{flex-direction:column;flex:1;gap:10px;padding:14px;display:flex;overflow-y:auto}.chat-tab{padding-right:3px;padding-bottom:0!important}.chat-messages{flex-direction:column;flex:1;gap:10px;max-height:320px;padding-bottom:8px;padding-right:5px;display:flex;overflow-y:auto}.chat-bubble{align-items:flex-start;gap:8px;max-width:90%;display:flex}.chat-bubble.user{flex-direction:row-reverse;align-self:flex-end}.chat-bubble p{background:var(--surface);color:var(--text);border-radius:12px;margin:0;padding:9px 13px;font-size:.82rem;line-height:1.5}.chat-bubble.user p{background:var(--accent)}.bubble-avatar{margin-top:4px;font-size:1.1rem}.typing-dots{align-items:center;gap:4px;display:flex;padding:12px 16px!important}.typing-dots span{background:var(--muted);border-radius:50%;width:6px;height:6px;animation:1.2s infinite dot-bounce}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes dot-bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.chat-input-row{border-top:1px solid var(--border);gap:8px;padding:10px 14px;display:flex}.chat-input-row input{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:8px;outline:none;flex:1;padding:8px 12px;font-size:.82rem}.chat-input-row input:focus{border-color:var(--accent)}.chat-input-row button{background:var(--accent);width:36px;color:var(--text);cursor:pointer;border:none;border-radius:8px;font-size:1rem}.form-stack{flex-direction:column;gap:8px;display:flex}.form-stack label{color:var(--muted);font-size:.75rem;font-weight:500}.form-stack input,.form-stack select,.form-stack textarea{background:var(--surface);border:1px solid var(--border);color:var(--text);resize:none;box-sizing:border-box;border-radius:8px;outline:none;width:100%;padding:9px 12px;font-size:.82rem}.form-stack input:focus,.form-stack select:focus,.form-stack textarea:focus{border-color:var(--accent)}.form-stack select option{background:var(--surface);color:var(--text)}.option-chips{flex-wrap:wrap;gap:6px;margin-bottom:4px;display:flex}.chip{background:var(--surface);border:1px solid var(--muted2);color:var(--text);cursor:pointer;border-radius:20px;padding:5px 10px;font-size:.73rem;transition:border-color .15s,background .15s}.chip.selected{border-color:var(--accent);background:var(--surface2);color:var(--text)}.ai-btn{background:var(--accent);color:var(--text);cursor:pointer;border:none;border-radius:8px;width:100%;padding:10px 16px;font-size:.82rem;font-weight:600;transition:opacity .2s}.ai-btn:disabled{opacity:.5;cursor:not-allowed}.ai-btn.secondary{background:var(--surface);border:1px solid var(--muted2);color:var(--muted);margin-top:8px}.custom-height{max-height:320px}.result-box{flex-direction:column;display:flex}.result-content{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:10px;max-height:320px;padding:12px;font-size:.8rem;line-height:1.6;overflow-y:auto}.result-content p{margin:4px 0}.result-content li{margin-bottom:3px;margin-left:16px}.brief-heading{color:var(--accent);text-transform:uppercase;letter-spacing:.05em;margin-top:10px;margin-bottom:2px;font-size:.78rem;display:block}.proposal-text{white-space:pre-wrap}.result-actions{gap:8px;display:flex}.result-actions .ai-btn{margin-top:8px}@media (max-width:480px){.ai-panel{width:calc(100vw - 32px);bottom:88px;right:16px}.ai-fab{bottom:20px;right:16px}}
.contact{background:var(--surface)}.contact-wrapper{background:var(--bg);border:1px solid var(--border);border-radius:20px;max-width:700px;margin:0 auto;padding:3rem}.contact-form{flex-direction:column;gap:1.2rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-label{color:var(--muted);letter-spacing:.03em;font-size:.82rem;font-weight:500}.form-input{background:var(--surface);border:1px solid var(--border);color:var(--text);border-radius:8px;outline:none;padding:.75rem 1rem;font-family:DM Sans,sans-serif;font-size:.9rem;transition:border-color .2s}.form-input:focus{border-color:var(--accent)}textarea.form-input{resize:vertical;min-height:120px}.success{background:var(--color-success)}select.form-input option[value=""],select.form-input{color:var(--muted)}select.form-input:has(option[value=""]:checked){color:var(--muted)}select.form-input:not([value=""]){color:var(--text)}@media (max-width:600px){.form-row{grid-template-columns:1fr}.contact-wrapper{padding:2rem 1.5rem}}
.whatsapp-fab{z-index:999;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:112px;right:15px;box-shadow:0 4px 20px #25d36666}.whatsapp-fab:hover{transform:scale(1.08);box-shadow:0 6px 28px #25d3668c}
footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem 6vw;display:flex}.footer-name{font-family:Syne,sans-serif;font-size:1rem;font-weight:700}.footer-name span{color:var(--accent)}.footer-copy{color:var(--muted);font-size:.82rem}.social-links{gap:1rem;display:flex}.social-link{color:var(--muted);font-size:.82rem;font-weight:500;text-decoration:none;transition:color .2s}.social-link:hover{color:var(--text)}
nav{z-index:100;background:var(--header-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.2rem 6vw;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{letter-spacing:.02em;color:var(--text);font-family:Syne,sans-serif;font-size:1.1rem;font-weight:700;text-decoration:none}.nav-logo span{color:var(--accent)}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--muted);letter-spacing:.03em;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-cta{background:var(--accent);color:var(--text);border-radius:6px;padding:.5rem 1.3rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:opacity .2s}.nav-cta:hover{opacity:.85}.nav-toggle-input{display:none}.nav-hamburger{cursor:pointer;flex-direction:column;gap:5px;padding:4px;display:none}.nav-hamburger span{background:var(--text);border-radius:2px;width:22px;height:2px;transition:transform .25s,opacity .25s;display:block}.nav-toggle-input:checked~ul~.nav-right .nav-hamburger span:first-child{transform:translateY(7px)rotate(45deg)}.nav-toggle-input:checked~ul~.nav-right .nav-hamburger span:nth-child(2){opacity:0}.nav-toggle-input:checked~ul~.nav-right .nav-hamburger span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:680px){.nav-right{align-items:center;gap:1rem;display:flex}.nav-hamburger{display:flex}.nav-links{background:var(--surface2);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);opacity:0;flex-direction:column;gap:0;max-height:0;padding:0 6vw;transition:max-height .3s,padding .3s;display:flex;position:fixed;top:80px;left:0;right:0;overflow:hidden}.nav-toggle-input:checked~.nav-links{opacity:1;max-height:400px;padding:1rem 6vw}.nav-links a{border-bottom:1px solid var(--border);padding:.7rem 0;font-size:.95rem;display:block}.nav-links li:last-child a{border-bottom:none}}
.hero{align-items:center;min-height:100vh;padding:8rem 6vw 5rem;display:flex;position:relative;overflow:hidden}.hero-grid{opacity:.04;background-image:linear-gradient(var(--accent-50) 1px, transparent 1px), linear-gradient(90deg, var(--accent-50) 1px, transparent 1px);background-size:60px 60px;position:absolute;inset:0}.hero-glow{background:radial-gradient(circle, var(--accent-12) 0%, transparent 70%);pointer-events:none;border-radius:50%;width:600px;height:600px;position:absolute;top:-100px;right:-100px}.hero-glow2{background:radial-gradient(circle, var(--accent2-10) 0%, transparent 70%);pointer-events:none;border-radius:50%;width:400px;height:400px;position:absolute;bottom:0;left:10%}.hero-content{z-index:1;max-width:760px;position:relative}.hero-badge{background:var(--accent-10);border:1px solid var(--accent-25);letter-spacing:.06em;text-transform:uppercase;color:var(--accent);border-radius:100px;align-items:center;gap:8px;margin-bottom:1.8rem;padding:.4rem 1rem;font-size:.78rem;font-weight:500;animation:.8s both fadeUp;display:inline-flex}.badge-dot{background:var(--accent);border-radius:50%;width:7px;height:7px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero h1{letter-spacing:-.03em;margin-bottom:1.5rem;font-family:Syne,sans-serif;font-size:clamp(2.8rem,6vw,5rem);font-weight:800;line-height:1.05;animation:.8s .1s both fadeUp}.hero h1 .accent{color:var(--accent)}.hero h1 .accent2{color:var(--accent2)}.hero-desc{color:var(--muted);max-width:540px;margin-bottom:2.5rem;font-size:1.12rem;line-height:1.75;animation:.8s .2s both fadeUp}.hero-actions{flex-wrap:wrap;gap:1rem;animation:.8s .3s both fadeUp;display:flex}.hero-stats{flex-wrap:wrap;gap:3rem;margin-top:4rem;animation:.8s .4s both fadeUp;display:flex}.stat-num{color:var(--text);font-family:Syne,sans-serif;font-size:2rem;font-weight:800;line-height:1}.stat-num span{color:var(--accent)}.stat-label{color:var(--muted);letter-spacing:.03em;margin-top:4px;font-size:.82rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero-inner{z-index:1;justify-content:space-between;align-items:center;gap:4rem;width:100%;display:flex;position:relative}.hero-content{z-index:1;flex:1;max-width:580px;position:relative}.hero-image-wrap{flex-shrink:0;width:400px;height:600px;animation:.8s .5s both fadeUp;position:relative}.hero-image{object-fit:cover;border:1px solid var(--border);z-index:2;border-radius:24px;width:100%;height:100%;display:block;position:relative}.hero-image-ring{border:1.5px dashed var(--accent-25);z-index:1;border-radius:32px;animation:12s linear infinite spin;position:absolute;inset:-10px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero-image-glow{background:radial-gradient(circle, var(--accent-12) 0%, transparent 70%);z-index:0;filter:blur(20px);border-radius:20px;position:absolute;inset:10px}.hero-image-badge{z-index:3;background:var(--surface2);border:1px solid var(--border);color:var(--text);white-space:nowrap;border-radius:100px;align-items:center;gap:6px;padding:6px 16px;font-size:.78rem;font-weight:500;display:flex;position:absolute;bottom:-16px;left:50%;transform:translate(-50%)}@media (max-width:900px){.hero-inner{text-align:center;flex-direction:column-reverse}.hero-image-wrap{width:220px;height:220px}.hero-desc{margin-left:auto;margin-right:auto}.hero-actions,.hero-stats{justify-content:center}}@media (max-width:600px){.hero-stats{gap:2rem}}
.process-steps{flex-direction:column;gap:0;max-width:680px;display:flex}.step{gap:2rem;padding-bottom:2.5rem;display:flex;position:relative}.step:last-child{padding-bottom:0}.step-left{flex-direction:column;align-items:center;display:flex}.step-num{border:1px solid var(--accent);width:44px;height:44px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Syne,sans-serif;font-size:.85rem;font-weight:700;display:flex}.step-line{background:var(--border);flex:1;width:1px;min-height:30px;margin:8px 0}.step:last-child .step-line{display:none}.step-body{padding-top:10px}.step-title{margin-bottom:.4rem;font-family:Syne,sans-serif;font-size:1rem;font-weight:600}.step-desc{color:var(--muted);font-size:.88rem;line-height:1.6}
.dialog-backdrop{z-index:1100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;justify-content:center;align-items:center;padding:1rem;animation:.2s backdrop-in;display:flex;position:fixed;inset:0}@keyframes backdrop-in{0%{opacity:0}to{opacity:1}}.dialog-panel{background:var(--surface);border:1px solid var(--border);width:100%;max-width:860px;max-height:90vh;box-shadow:0 24px 64px var(--shadow-dark);border-radius:16px;flex-direction:column;animation:.25s cubic-bezier(.25,.46,.45,.94) panel-in;display:flex;overflow:hidden}@keyframes panel-in{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.dialog-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.dialog-title{align-items:center;gap:.75rem;display:flex}.dialog-title-text{color:var(--text);font-family:Syne,sans-serif;font-size:.95rem;font-weight:700}.diaog-description{color:var(--foreground);padding:1rem 1.25rem;overflow-y:auto}.diaog-description strong{text-decoration:underline;color:var(--text)!important}.dialog-count{color:var(--muted);background:var(--surface2);border:1px solid var(--border);border-radius:100px;padding:2px 10px;font-size:.75rem}.dialog-close{border:1px solid var(--border);background:var(--bg);width:32px;height:32px;color:var(--muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;transition:border-color .2s,color .2s,background .2s;display:flex}.dialog-close:hover{border-color:var(--accent);color:var(--text);background:var(--surface2)}.dialog-preview{background:var(--bg);flex:1;justify-content:center;align-items:center;min-height:0;display:flex;position:relative}.dialog-main-img{width:100%;height:100%;min-height:380px;position:relative}.dialog-img{object-fit:contain!important}.dialog-arrow{z-index:10;border:1px solid var(--border);background:var(--surface);width:40px;height:40px;color:var(--text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:border-color .2s,background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.dialog-arrow:hover{border-color:var(--accent);background:var(--surface2);transform:translateY(-50%)scale(1.1)}.dialog-arrow.left{left:12px}.dialog-arrow.right{right:12px}.dialog-thumbs{border-top:1px solid var(--border);scrollbar-width:thin;flex-shrink:0;gap:8px;padding:.875rem 1.25rem;display:flex;overflow-x:auto}.dialog-thumb{border:2px solid var(--border);cursor:pointer;background:var(--bg);border-radius:8px;flex-shrink:0;width:72px;height:52px;padding:0;transition:border-color .2s,transform .15s;position:relative;overflow:hidden}.dialog-thumb:hover{border-color:var(--muted2);transform:translateY(-2px)}.dialog-thumb.active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.dialog-thumb-img{object-fit:cover!important}@media (max-width:600px){.dialog-panel{border-radius:12px;max-height:95vh}.dialog-main-img{min-height:240px}.dialog-arrow{width:34px;height:34px;font-size:.85rem}.dialog-thumb{width:56px;height:42px}}
.projects{background:var(--bg)}.projects-header{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.5rem;display:flex}.projects-header .section-sub{margin-bottom:0}.carousel-controls{flex-shrink:0;gap:.6rem;display:flex}.carousel-btn{border:1px solid var(--border);background:var(--surface);width:44px;height:44px;color:var(--text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:border-color .2s,background .2s,transform .15s;display:flex}.carousel-btn:hover{border-color:var(--accent);background:var(--surface2);transform:scale(1.08)}.carousel-outer{margin:0 -4px;overflow:hidden}.carousel-viewport{width:100%;padding:4px}.carousel-track{will-change:transform;gap:1.5rem;transition:transform .5s cubic-bezier(.25,.46,.45,.94);display:flex}.carousel-track .project-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;min-width:0;transition:border-color .3s,transform .3s,box-shadow .3s;overflow:hidden}.carousel-track .project-card:hover{border-color:var(--muted2);transform:translateY(-4px);box-shadow:0 12px 32px #00000059}.carousel-track .project-card.featured{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent), 0 12px 32px #4f8ef726}.project-thumb{background-color:var(--foreground);justify-content:center;align-items:center;height:180px;font-size:2.5rem;display:flex;position:relative;overflow:hidden}.project-thumb img{object-fit:contain;width:auto;max-width:80%;height:auto;max-height:120px}.project-info{padding:1.25rem 1.5rem 1.5rem}.project-tags{flex-wrap:wrap;gap:8px;margin-bottom:.8rem;display:flex}.tag{letter-spacing:.04em;text-transform:uppercase;border-radius:100px;padding:3px 10px;font-size:.72rem;font-weight:500}.tag-blue{background:var(--tag-blue-bg);color:var(--tag-blue-text)}.tag-purple{background:var(--tag-purple-bg);color:var(--tag-purple-text)}.project-name{letter-spacing:-.01em;margin-bottom:.4rem;font-family:Syne,sans-serif;font-size:1.05rem;font-weight:700}.project-desc{color:var(--muted);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1rem;font-size:.85rem;line-height:1.6;display:-webkit-box;overflow:hidden}.project-description-box{position:relative}.project-description-box>.view-more{border:1px solid var(--border);background:var(--surface);width:20px;height:20px;color:var(--text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;transition:border-color .2s,background .2s,transform .2s;display:none;position:absolute;bottom:10px;right:-10px;transform:scale(1)}.project-card:hover .view-more{display:flex}.project-description-box:hover>.view-more:hover{border-color:var(--accent);background:var(--surface2);transform:scale(1.1)}.project-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.project-link{color:var(--accent);font-size:.82rem;font-weight:600;text-decoration:none;transition:opacity .2s}.project-link:hover{opacity:.75}.show-image-btn{background:var(--surface2);border:1px solid var(--border);color:var(--muted);cursor:pointer;border-radius:6px;align-items:center;gap:5px;padding:5px 12px;font-size:.78rem;font-weight:500;transition:border-color .2s,color .2s;display:inline-flex}.show-image-btn:hover{border-color:var(--accent);color:var(--text)}.carousel-dots{justify-content:center;gap:8px;margin-top:2rem;display:flex}.carousel-dot{background:var(--muted2);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,width .3s}.carousel-dot.active{background:var(--accent);border-radius:4px;width:24px}.carousel-progress{background:var(--border);border-radius:1px;width:100%;height:2px;margin-top:1rem;overflow:hidden}.carousel-progress-bar{background:var(--accent);border-radius:1px;width:0%;height:100%;animation:linear forwards progress-fill}.carousel-progress-bar.paused{animation-play-state:paused}@keyframes progress-fill{0%{width:0%}to{width:100%}}@media (max-width:900px){.project-thumb{height:160px}}@media (max-width:600px){.projects-header{flex-direction:column;align-items:flex-start}.carousel-btn{width:40px;height:40px;font-size:1rem}.project-thumb{height:140px}.project-info{padding:1rem 1.25rem 1.25rem}}
.services{background:var(--surface)}.services-grid{background:var(--border);border:1px solid var(--border);border-radius:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5px;display:grid;overflow:hidden}.service-card{background:var(--surface);padding:2rem;transition:background .2s;position:relative}.service-card:hover{background:var(--surface2)}.service-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.2rem;font-size:1.3rem;display:flex}.icon-blue{background:var(--icon-blue)}.icon-purple{background:var(--icon-purple)}.icon-green{background:var(--icon-green)}.icon-amber{background:var(--icon-amber)}.icon-red{background:var(--icon-red)}.service-title{letter-spacing:-.01em;margin-bottom:.6rem;font-family:Syne,sans-serif;font-size:1.05rem;font-weight:700}.service-desc{color:var(--muted);font-size:.88rem;line-height:1.65}.service-arrow{color:var(--muted2);font-size:1.1rem;transition:color .2s,transform .2s;position:absolute;top:2rem;right:2rem}.service-card:hover .service-arrow{color:var(--accent);transform:translate(3px,-3px)}
.skills-section{background:var(--surface)}.skills-categories{flex-direction:column;gap:2rem;display:flex}.skill-category{flex-direction:column;gap:.75rem;display:flex}.category-label{text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin:0;font-size:.75rem;font-weight:600}.skill-tags{flex-wrap:wrap;gap:.6rem;display:flex}.skill-tag{background:var(--bg);border:1px solid var(--border);cursor:default;border-radius:8px;align-items:center;gap:8px;padding:8px 14px;transition:border-color .2s,transform .2s,background .2s;display:flex}.skill-tag:hover{border-color:var(--accent);background:var(--surface);transform:translateY(-2px)}.skill-icon{object-fit:contain;filter:brightness(0)invert();width:20px;height:20px}.skill-emoji{font-size:16px;line-height:1}.skill-name{color:var(--text);white-space:nowrap;font-size:.85rem;font-weight:500}
.whyme-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;display:grid}.whyme-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.8rem}.whyme-icon{margin-bottom:1rem;font-size:1.8rem}.whyme-title{margin-bottom:.5rem;font-family:Syne,sans-serif;font-size:1rem;font-weight:700}.whyme-desc{color:var(--muted);font-size:.87rem;line-height:1.65}
