.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes homeFadeUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes homeFadeIn{from{opacity:0;transform:scale(0.96)}to{opacity:1;transform:scale(1)}}.home-hero{position:relative;overflow:hidden;padding-top:76px;background:linear-gradient(180deg,#f8fbfd 0%,#faf9ff 55%,var(--bg) 100%)}.home-hero__orb{position:absolute;filter:blur(50px);pointer-events:none}.home-hero__orb--1{width:460px;height:460px;border-radius:42% 58% 65% 35% / 45% 45% 55% 55%;background:radial-gradient(circle,rgba(34,197,94,0.30) 0%,rgba(34,197,94,0) 72%);top:-180px;right:-160px}.home-hero__orb--2{width:380px;height:380px;border-radius:60% 40% 30% 70% / 60% 30% 70% 40%;background:radial-gradient(circle,rgba(168,85,247,0.26) 0%,rgba(168,85,247,0) 72%);bottom:-140px;left:-140px}.home-hero__orb--3{width:320px;height:320px;border-radius:30% 70% 70% 30% / 30% 30% 70% 70%;background:radial-gradient(circle,rgba(236,72,153,0.22) 0%,rgba(236,72,153,0) 72%);bottom:-160px;right:-100px}@media (max-width:1024px){.home-hero__orb--3{display:none}}.home-hero__dots{position:absolute;width:140px;height:140px;background-image:radial-gradient(circle,rgba(202,138,4,0.35) 1.6px,transparent 1.6px);background-size:16px 16px;pointer-events:none;z-index:0}.home-hero__dots--tl{top:64px;left:6px;opacity:0.5}.home-hero__dots--br{bottom:30px;right:18px;opacity:0.35}@media (max-width:1024px){.home-hero__dots{display:none}}.home-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:1.05fr 0.95fr;align-items:center;gap:28px;padding-top:24px;padding-bottom:28px}.home-hero__grid > *{min-width:0}.home-hero__title{font-size:clamp(26px,3.6vw,42px);font-weight:800;letter-spacing:-0.03em;line-height:1.18;color:var(--gray-900);margin-bottom:12px;animation:homeFadeUp 0.7s ease 0.05s both}.home-hero__subtitle{font-size:clamp(14px,1.3vw,16px);color:var(--text-muted);line-height:1.6;max-width:460px;margin-bottom:18px;animation:homeFadeUp 0.7s ease 0.12s both}.home-hero__search{position:relative;max-width:480px;min-width:0;margin-bottom:12px;animation:homeFadeUp 0.7s ease 0.2s both}.home-hero__search-input{width:100%;min-width:0;padding:13px 88px 13px 18px;border:2px solid var(--border);border-radius:var(--radius-xl);font-family:var(--font);font-size:14px;color:var(--text);background:var(--white);box-shadow:0 4px 20px rgba(0,0,0,0.07);outline:none;transition:border-color .2s,box-shadow .2s}.home-hero__search-input:focus{border-color:var(--primary);box-shadow:0 4px 24px var(--primary-glow),0 0 0 3px rgba(34,197,94,0.1)}.home-hero__search-input::placeholder{color:var(--gray-400)}.home-hero__search-actions{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.home-hero__icon-btn{width:34px;height:34px;border-radius:50%;border:none;background:transparent;color:var(--gray-400);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s;flex-shrink:0}.home-hero__icon-btn:hover{background:var(--gray-100);color:var(--gray-600)}.home-hero__search-submit{background:var(--primary-dark);color:var(--white)}.home-hero__search-submit:hover{background:var(--green-800);color:var(--white)}.home-hero__icon-btn.is-listening{background:var(--primary-light);color:var(--primary-dark);animation:homeMicPulse 1s ease-in-out infinite}@keyframes homeMicPulse{0%,100%{box-shadow:0 0 0 0 var(--primary-glow)}50%{box-shadow:0 0 0 6px transparent}}.home-hero__pills{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:4px;animation:homeFadeUp 0.7s ease 0.28s both}.home-hero__pill{display:inline-flex;align-items:center;padding:7px 15px;border-radius:var(--radius-pill);font-size:13px;font-weight:600;background:var(--gray-100);color:var(--gray-600);border:1.5px solid transparent;transition:all .18s;white-space:nowrap}.home-hero__pill:hover{background:var(--green-50);color:var(--primary-dark);border-color:var(--green-200)}.home-hero__pill--active{background:var(--gray-900);color:var(--white)}.home-hero__pill--active:hover{background:var(--gray-900);color:var(--white)}.home-hero__art{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;animation:homeFadeIn 0.9s ease 0.2s both}.home-hero__art img{width:100%;max-width:400px;height:auto}.home-hero__quickcta{width:100%;max-width:400px;margin-top:28px;display:flex;flex-direction:column;align-items:center;gap:14px}.home-hero__quickcta-btn{width:auto;max-width:none;justify-content:center;gap:8px;padding:13px 22px;font-size:15px;cursor:pointer;border-radius:8px;background:#16a34a;border-color:#15803d;box-shadow:0 2px 6px rgba(21,128,61,0.28);letter-spacing:-0.01em;transition:transform .18s ease,box-shadow .2s ease,background .2s ease}.home-hero__quickcta-btn strong{font-weight:700}.home-hero__quickcta-btn:hover{transform:translateY(-1px);background:#15803d;box-shadow:0 4px 12px rgba(21,128,61,0.34)}.home-hero__quickcta-btn:active{transform:translateY(0)}.home-hero__quickcta-btn svg{flex-shrink:0;transition:transform .2s ease}.home-hero__quickcta-btn:hover svg{transform:translateX(2px)}.home-hero__quickcta-more{display:inline-flex;align-items:center;gap:6px;color:var(--gray-500);font-size:14.5px;font-weight:500;text-decoration:none}.home-hero__quickcta-more:hover{color:var(--primary-dark)}@media (max-width:1024px){.home-hero__quickcta{max-width:320px}}@media (max-width:640px){.home-hero__quickcta{max-width:260px}.home-hero__quickcta-btn{width:100%;font-size:14.5px;padding:13px 16px}}.home-hero__trust{position:relative;z-index:1;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;gap:12px 24px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:14px 22px;margin:0 auto 28px;box-shadow:var(--shadow-md);animation:homeFadeUp 0.7s ease 0.4s both}.home-hero__trust-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--gray-700);white-space:nowrap}.home-hero__trust-item svg{flex-shrink:0}.home-hero__trust-item:nth-child(1) svg{color:#2563eb}.home-hero__trust-item:nth-child(2) svg{color:var(--primary-dark)}.home-hero__trust-item:nth-child(3) svg{color:#7c3aed}.home-hero__trust-item:nth-child(4) svg{color:#db2777}@media (max-width:1024px){.home-hero__grid{grid-template-columns:1fr;text-align:center;padding-top:28px;padding-bottom:24px;gap:8px}.home-hero__art{order:-1;max-width:320px;margin:0 auto 16px}.home-hero__subtitle{margin-left:auto;margin-right:auto}.home-hero__search{margin-left:auto;margin-right:auto}.home-hero__pills{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x proximity;margin-bottom:20px;padding-bottom:2px;margin-left:-4px;padding-left:4px;padding-right:28px;-webkit-mask-image:linear-gradient(to right,black calc(100% - 32px),transparent 100%);mask-image:linear-gradient(to right,black calc(100% - 32px),transparent 100%)}.home-hero__pills::-webkit-scrollbar{display:none}.home-hero__pill{flex-shrink:0;scroll-snap-align:start}.home-hero__trust{display:grid;grid-template-columns:repeat(2,1fr);justify-content:initial}.home-hero__trust-item{white-space:normal}}@media (max-width:640px){.home-hero{padding-top:68px}.home-hero__orb--1{width:260px;height:260px;filter:blur(34px)}.home-hero__orb--2{width:200px;height:200px;filter:blur(30px)}.home-hero__art{max-width:260px}.home-hero__search-input{padding:12px 80px 12px 16px;font-size:14px}.home-hero__icon-btn{width:32px;height:32px}.home-hero__trust{padding:14px 18px;gap:14px 12px}.home-hero__trust-item{font-size:12px}}@media (max-width:480px){.home-hero__pill{padding:7px 13px;font-size:12.5px}}@media (max-width:379px){.home-hero__trust{grid-template-columns:1fr}}:root{--rose-600:#e11d48}.suite-section{position:relative;padding:0 0 4px;background:linear-gradient(180deg,#f9f8fd 0%,#fbfbfe 60%,#fbfbfe 100%);overflow:hidden}.suite-section .container{max-width:1240px;position:relative;z-index:1}.suite-section .container--top{padding-top:36px}.suite-wave-top,.suite-wave-bottom{display:block;width:100%;height:56px;position:relative;z-index:0}.suite-wave-bottom{margin-top:40px}.suite-blob{position:absolute;filter:blur(55px);pointer-events:none;z-index:0}.suite-blob--1{width:340px;height:340px;border-radius:38% 62% 63% 37% / 41% 44% 56% 59%;background:radial-gradient(circle,rgba(168,85,247,0.24) 0%,rgba(168,85,247,0) 72%);top:-80px;left:-160px}.suite-blob--2{width:380px;height:380px;border-radius:63% 37% 30% 70% / 50% 45% 55% 50%;background:radial-gradient(circle,rgba(236,72,153,0.20) 0%,rgba(236,72,153,0) 72%);bottom:-160px;right:-170px}.suite-blob--3{width:260px;height:260px;border-radius:55% 45% 40% 60% / 45% 55% 45% 55%;background:radial-gradient(circle,rgba(234,179,8,0.18) 0%,rgba(234,179,8,0) 72%);top:20%;right:-100px}@media (max-width:900px){.suite-blob{display:none}}.suite-category{margin-bottom:44px}.suite-category__header{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px 10px;margin-bottom:20px}.suite-category__icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0;transform:translateY(3px)}.suite-category__title{font-size:19px;font-weight:800;color:var(--gray-900);letter-spacing:-0.01em;margin:0}.suite-category__tagline{font-size:14px;color:var(--text-muted);font-weight:400}.suite-category__line{flex:1 1 80px;height:1px;background:var(--border);min-width:40px;align-self:center}.suite-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.suite-card{position:relative;overflow:hidden;display:flex;flex-direction:column;gap:10px;background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:24px 22px 22px;text-decoration:none;color:inherit;transition:transform .22s cubic-bezier(0.4,0,0.2,1),box-shadow .22s cubic-bezier(0.4,0,0.2,1),border-color .22s ease;-webkit-tap-highlight-color:transparent}.suite-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--green-200)}.suite-card__dots{position:absolute;top:14px;right:14px;width:34px;height:34px;background-image:radial-gradient(circle,currentColor 1.3px,transparent 1.3px);background-size:8px 8px;opacity:.22;pointer-events:none;color:var(--gray-400);z-index:0}.suite-card__blob{position:absolute;z-index:0;width:130px;height:130px;border-radius:50%;filter:blur(22px);opacity:.3;pointer-events:none;bottom:-46px;left:-46px}.suite-card__icon--rose~.suite-card__blob{background:linear-gradient(135deg,#fb7185,#e11d48)}.suite-card__icon--blue~.suite-card__blob{background:linear-gradient(135deg,#60a5fa,#2563eb)}.suite-card__icon--green~.suite-card__blob{background:linear-gradient(135deg,#4ade80,#16a34a)}.suite-card__icon--orange~.suite-card__blob{background:linear-gradient(135deg,#fb923c,#c2410c)}.suite-card__icon--purple~.suite-card__blob{background:linear-gradient(135deg,#a78bfa,#7c3aed)}.suite-card__icon--gold~.suite-card__blob{background:linear-gradient(135deg,#facc15,#a16207)}.suite-card__icon{position:relative;z-index:1;width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .25s cubic-bezier(0.34,1.56,0.64,1)}.suite-card__icon svg{width:20px;height:20px}.suite-card:hover .suite-card__icon{transform:scale(1.1) rotate(-4deg)}.suite-card__icon--rose{background:var(--rose-600);color:#fff}.suite-card__icon--blue{background:var(--blue-600);color:#fff}.suite-card__icon--green{background:var(--primary-dark);color:#fff}.suite-card__icon--orange{background:#c2410c;color:#fff}.suite-card__icon--purple{background:var(--purple-700);color:#fff}.suite-card__icon--gold{background:#a16207;color:#fff}.suite-card__name{position:relative;z-index:1;font-size:16px;font-weight:800;color:var(--gray-900);margin:2px 0 0;letter-spacing:-0.01em}.suite-card__desc{position:relative;z-index:1;font-size:13px;color:var(--text-muted);line-height:1.55}.suite-card__divider{position:relative;z-index:1;width:26px;height:3px;border-radius:2px;margin:2px 0 4px;background:var(--gray-300)}.suite-card__icon--rose~.suite-card__divider{background:linear-gradient(90deg,#fb7185,#e11d48)}.suite-card__icon--blue~.suite-card__divider{background:linear-gradient(90deg,#60a5fa,#2563eb)}.suite-card__icon--green~.suite-card__divider{background:linear-gradient(90deg,#4ade80,#16a34a)}.suite-card__icon--orange~.suite-card__divider{background:linear-gradient(90deg,#fb923c,#c2410c)}.suite-card__icon--purple~.suite-card__divider{background:linear-gradient(90deg,#a78bfa,#7c3aed)}.suite-card__icon--gold~.suite-card__divider{background:linear-gradient(90deg,#facc15,#a16207)}.suite-card__features{position:relative;z-index:1;list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px}.suite-card__features li{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--gray-700);font-weight:500}.suite-card__features svg{flex-shrink:0;color:var(--gray-400)}.suite-card__icon--rose~.suite-card__features svg{color:var(--rose-600)}.suite-card__icon--blue~.suite-card__features svg{color:var(--blue-600)}.suite-card__icon--green~.suite-card__features svg{color:var(--primary-dark)}.suite-card__icon--orange~.suite-card__features svg{color:#c2410c}.suite-card__icon--purple~.suite-card__features svg{color:var(--purple-700)}.suite-card__icon--gold~.suite-card__features svg{color:#a16207}.suite-card__meta{display:none}@media (max-width:1024px){.suite-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.suite-grid{grid-template-columns:1fr}.suite-category{margin-bottom:32px}}#why{position:relative;overflow:hidden}#why .container{position:relative;z-index:1}.home-why-blob{position:absolute;filter:blur(45px);pointer-events:none;z-index:0}.home-why-blob--1{width:300px;height:300px;border-radius:55% 45% 40% 60% / 45% 55% 45% 55%;background:radial-gradient(circle,rgba(59,130,246,0.20) 0%,rgba(59,130,246,0) 72%);top:-60px;right:-140px}.home-why-blob--2{width:260px;height:260px;border-radius:38% 62% 63% 37% / 41% 44% 56% 59%;background:radial-gradient(circle,rgba(234,179,8,0.18) 0%,rgba(234,179,8,0) 72%);bottom:-80px;left:-120px}@media (max-width:900px){.home-why-blob{display:none}}.howto-section{background:var(--white)}.howto-section .section-header{padding-top:72px}.howto-band{position:relative;padding:44px 24px;overflow:hidden}.howto-band--peach{background:linear-gradient(135deg,#fff1e6 0%,#ffe4cc 100%)}.howto-band--mint{background:linear-gradient(135deg,#e6faf0 0%,#d7f5e3 100%)}.howto-band--blue{background:linear-gradient(135deg,#e8f1ff 0%,#dae9ff 100%)}.howto-band__inner{max-width:720px;margin:0 auto;position:relative;z-index:1}.howto-band__title{font-size:20px;font-weight:800;color:var(--gray-900);margin-bottom:16px;letter-spacing:-0.01em}.howto-band__steps{list-style:none;padding:0;margin:0 0 18px;display:flex;flex-direction:column;gap:9px}.howto-band__steps li{position:relative;padding-left:20px;font-size:14.5px;color:var(--gray-700);line-height:1.55}.howto-band__steps li::before{content:'\2022';position:absolute;left:3px;top:0;color:var(--gray-400)}.howto-band__steps--numbered{counter-reset:howto}.howto-band__steps--numbered li{padding-left:30px}.howto-band__steps--numbered li::before{counter-increment:howto;content:counter(howto);left:0;width:19px;height:19px;border-radius:50%;background:var(--green-100);color:var(--primary-dark);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.howto-band__steps a{color:var(--primary-dark);font-weight:600;text-decoration:none}.howto-band__steps a:hover{text-decoration:underline}.howto-band__link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:var(--primary-dark);text-decoration:none}.howto-band__link:hover{text-decoration:underline}.howto-band__link svg{transition:transform .2s ease}.howto-band__link:hover svg{transform:translateX(2px)}.howto-band--peach .howto-band__link,.howto-band--peach .howto-band__steps a{color:#c2410c}.howto-band--peach .howto-band__steps--numbered li::before{background:#ffe0c2;color:#c2410c}.howto-band--blue .howto-band__link,.howto-band--blue .howto-band__steps a{color:#1d4ed8}.howto-band--blue .howto-band__steps--numbered li::before{background:#dbeafe;color:#1d4ed8}.howto-blob{position:absolute;pointer-events:none;z-index:0}.howto-band--peach .howto-blob{background:linear-gradient(135deg,rgba(249,115,22,0.55) 0%,rgba(251,146,60,0.3) 100%)}.howto-band--mint .howto-blob{background:linear-gradient(135deg,rgba(34,197,94,0.5) 0%,rgba(74,222,128,0.28) 100%)}.howto-band--blue .howto-blob{background:linear-gradient(135deg,rgba(59,130,246,0.5) 0%,rgba(96,165,250,0.28) 100%)}.howto-blob--left{width:150px;height:170px;border-radius:40% 60% 55% 45% / 50% 40% 60% 50%;top:15px;left:-65px}.howto-blob--right{width:130px;height:150px;border-radius:55% 45% 35% 65% / 45% 55% 45% 55%;bottom:5px;right:-55px}@media (max-width:640px){.howto-section .section-header{padding-top:48px}.howto-band{padding:32px 20px}.howto-blob{display:none}}