
@font-face {
  font-family: 'KZ_Unbounded';
  src: url('../fonts/KZ_Unbounded-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KZ_Unbounded';
  src: url('../fonts/KZ_Unbounded-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KZ_Unbounded';
  src: url('../fonts/KZ_Unbounded-Black.woff2') format('woff2');
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

.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; }

.site-header { position:fixed;top:0;left:0;right:0;z-index:200;background:#fff;border-bottom:1px solid #e4ebe7;box-shadow:0 2px 4px rgba(0,0,0,.06);padding-top:var(--safe-top,0px); }
.site-header-inner { max-width:1240px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1rem; }
.site-header-brand-link { display:flex;align-items:center;gap:.8rem;text-decoration:none;color:inherit; }
.site-logo { width:48px;height:48px;border-radius:2px;object-fit:cover;border:1px solid rgba(16,185,129,.16);background:#10b981;color:#fff;display:grid;place-items:center;font-family:KZ_Unbounded,sans-serif;font-weight:800;font-size:1.05rem; }
.site-header-brand { font-family:KZ_Unbounded,sans-serif;font-weight:700;font-size:1.1rem;color:#064e3b; }
.site-header-subtitle { font-size:.82rem;color:#64748b;font-weight:700; }
.public-nav-links { display:flex;gap:.05rem;align-items:center;flex-wrap:nowrap;flex:1;justify-content:center; }
.public-nav-link { color:#0f5132;font-size:.85rem;font-weight:600;text-decoration:none;padding:.4rem .55rem;border-radius:2px;white-space:nowrap; }
.public-nav-link.is-active, .public-nav-link[aria-current="page"] { color:#10b981;font-weight:800;background:rgba(16,185,129,.12); }
.public-nav-link:hover { background:rgba(16,185,129,.08); }
.site-header-actions { display:flex;align-items:center;gap:.6rem; }
.lang-switch { display:inline-flex;border:1px solid #d7e9df;border-radius:2px;overflow:hidden;background:#fff; }
.lang-switch button { padding:.34rem .55rem;border:0;background:transparent;color:#0f5132;font-size:.74rem;font-weight:700;letter-spacing:.03em;cursor:pointer;min-height:34px; }
.lang-switch button[aria-current="true"] { background:#ecfdf5;color:#047857; }
.site-header-menu-toggle { display:none;width:42px;height:42px;border:1px solid #d7e9df;border-radius:2px;background:#fff;align-items:center;justify-content:center;cursor:pointer; }
.site-header-menu-toggle span { display:block;width:18px;height:2px;background:#064e3b;position:relative; }
.site-header-menu-toggle span:before,.site-header-menu-toggle span:after { content:"";position:absolute;left:0;width:18px;height:2px;background:#064e3b; }
.site-header-menu-toggle span:before { top:-5px; }
.site-header-menu-toggle span:after { top:5px; }
body.nav-open { overflow:hidden; }

.mobile-nav { display:none; }
body.nav-open .mobile-nav { display:block;position:fixed;inset:0;top:0;z-index:199;background:#fff;padding:5.5rem 1.5rem 2rem; }
.mobile-nav a { display:block;padding:.9rem 0;border-bottom:1px solid #e4ebe7;color:#064e3b;font-weight:700;text-decoration:none; }
.mobile-nav .btn { margin-top:1.25rem;width:100%; }

.site-footer { background:#022c22;color:#a7f3d0;padding:2.4rem 1.5rem;font-size:.875rem; }
.home-footer-inner { max-width:72rem;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:1.5rem;align-items:start; }
.site-footer a { color:#a7f3d0;text-decoration:none;display:inline-flex;align-items:center;min-height:2.75rem;padding:.5rem 0; }
.site-footer a:hover { color:#fff; }
.home-footer-links { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem 1.25rem; }
.home-footer-cities { display:flex;flex-wrap:wrap;gap:.35rem .9rem;margin-top:.75rem; }
.home-footer-cities a { min-height:auto;padding:.25rem 0;font-size:.82rem;color:#86efac; }
.home-footer-legal { display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-top:1rem;font-size:.8rem; }
.flash { list-style:none;max-width:72rem;margin:5.5rem auto 0;padding:0 1.5rem; }
.flash li { padding:.75rem 1rem;border-radius:2px;background:#ecfdf5;color:#065f46;margin:.4rem 0; }

.mobile-tab-bar { display:none;position:fixed;left:0;right:0;bottom:0;z-index:180;background:#fff;border-top:1px solid #e4ebe7;grid-template-columns:repeat(5,1fr);padding:.45rem .4rem calc(.45rem + env(safe-area-inset-bottom,0px)); }
.mobile-tab-bar a { display:flex;flex-direction:column;align-items:center;gap:.2rem;color:#64748b;font-size:.68rem;font-weight:700;text-decoration:none;padding:.25rem; }
.mobile-tab-bar a.is-on, .mobile-tab-bar a[aria-current="page"] { color:#10b981; }

.toi-main { flex:1; }
body.toi { margin:0; background:#f8fffe; color:#064e3b; font-family:Manrope,sans-serif; }
body.toi .app-layout { min-height:100vh; display:flex; flex-direction:column; }

.toi-page { padding:8rem 1.5rem 4rem; max-width:72rem; margin:0 auto; }
.toi-page--wide { max-width:78rem; }
.toi-hero { text-align:center; margin-bottom:3rem; }
.toi-kicker { display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:999px;background:#ecfdf5;color:#065f46;font-weight:700;margin-bottom:1.25rem;font-size:.85rem; }
.toi-page h1, .toi-h1 { font-family:KZ_Unbounded,sans-serif;font-size:clamp(2rem,4vw,3.25rem);line-height:1.15;color:#064e3b;margin:0 0 1.25rem;font-weight:700; }
.toi-lead { color:#475569;font-size:1.05rem;line-height:1.75;max-width:44rem;margin:0 auto; }
.toi-grid { display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem; }
.toi-card { padding:1.75rem;border-radius:2px;background:#fff;border:1px solid rgba(16,185,129,.16);box-shadow:0 18px 42px rgba(15,23,42,.06);display:flex;flex-direction:column;gap:1rem;color:#064e3b;text-decoration:none; }
.toi-card h2, .toi-card h3 { font-family:KZ_Unbounded,sans-serif;font-size:1.25rem;margin:0 0 .5rem; }
.toi-card p { color:#475569;line-height:1.7;margin:0; }
.toi-card .go { color:#10b981;font-weight:800;margin-top:auto; }
.toi-cta { margin-top:3rem;text-align:center;display:flex;flex-wrap:wrap;gap:.85rem;justify-content:center; }
.toi-article { max-width:44rem;margin:0 auto;color:#334155;line-height:1.8; }
.toi-article h2 { font-family:KZ_Unbounded,sans-serif;color:#064e3b;font-size:1.4rem;margin:2rem 0 .75rem; }
.toi-article p { margin:0 0 1rem; }
.toi-crumbs { color:#64748b;font-size:.9rem;margin-bottom:1rem; }
.toi-crumbs a { color:#10b981; }
.type-tabs { display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem; }
.type-tab { padding:.55rem .9rem;border-radius:2px;border:1px solid rgba(16,185,129,.2);background:#fff;color:#064e3b;font-weight:700;font-size:.88rem;text-decoration:none; }
.type-tab.is-on { background:#10b981;color:#fff;border-color:#10b981; }
.tpl-grid { display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem; }
.tpl-card { display:flex;flex-direction:column;gap:.55rem;text-decoration:none;color:#064e3b;background:#fff;border:1px solid rgba(16,185,129,.14);border-radius:2px;overflow:hidden;box-shadow:0 12px 28px -22px #064e3b66; }
.tpl-thumb { aspect-ratio:.62;background:#eef8f4;overflow:hidden; }
.tpl-thumb img { width:100%;height:100%;object-fit:cover;display:block; }
.tpl-card strong { padding:0 .85rem;font-size:.95rem; }
.tpl-card small { padding:0 .85rem .9rem;color:#64748b; }
.tpl-badge { margin:.1rem .85rem 0;align-self:flex-start;padding:.15rem .5rem;border-radius:999px;background:#ecfdf5;color:#047857;font-size:.72rem;font-weight:800;font-style:normal; }
.cat-photo { position:relative;overflow:hidden;display:block;min-height:5.4rem;border-radius:2px;border:1px solid rgba(16,185,129,.16);text-decoration:none;color:#064e3b; }
.cat-photo img { position:absolute;inset:0;width:100%;height:100%;object-fit:cover; }
.cat-photo .veil { position:absolute;inset:0; }
.cat-photo .label { position:relative;display:grid;gap:.15rem;padding:1.1rem 1.3rem; }
.cat-photo .label b { font-weight:800;font-size:1.02rem;text-shadow:0 1px 3px rgba(255,255,255,.92); }
.cat-photo .label span { color:#0f766e;font-size:.85rem;font-weight:700; }
.plan-grid { display:flex;flex-wrap:wrap;justify-content:center;gap:1rem; }
.plan-card { display:flex;flex-direction:column;flex:1 1 19rem;max-width:22rem;gap:.7rem;padding:1.5rem;border-radius:2px;background:#fff;border:1px solid rgba(16,185,129,.16);box-shadow:0 18px 38px rgba(15,23,42,.06);text-decoration:none;color:#064e3b; }
.plan-card.is-pick { background:linear-gradient(160deg,#064e3b,#0f5132);color:#ecfdf5;border-color:rgba(255,255,255,.18); }
.plan-card.is-pick p, .plan-card.is-pick small { color:#d1fae5; }
.plan-price { font-family:KZ_Unbounded,sans-serif;font-size:1.6rem;font-weight:700;line-height:1; }
.plan-tag { align-self:flex-start;padding:.24rem .62rem;border-radius:999px;background:#fbbf24;color:#064e3b;font-weight:800;font-size:.7rem; }
.faq-list { display:grid;gap:1rem; }
.faq-list details { border:1px solid rgba(16,185,129,.12);border-radius:1.25rem;background:#fff;padding:0;overflow:hidden; }
.faq-list summary { list-style:none;cursor:pointer;padding:1.25rem 1.35rem;font-weight:800;color:#064e3b; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list details p { padding:0 1.35rem 1.35rem;color:#64748b;line-height:1.8;margin:0; }
.city-list { display:flex;flex-wrap:wrap;gap:.6rem; }
.city-chip { padding:.7rem 1rem;border-radius:999px;background:#eef8f4;color:#0b7a5a;font-weight:800;text-decoration:none; }

@media (max-width:1100px) {
  .public-nav-links { display:none !important; }
  .site-header-menu-toggle { display:inline-flex !important; }
  .site-header-actions .desktop-only { display:none !important; }
}
@media (max-width:768px) {
  .mobile-tab-bar { display:grid !important; }
  .toi-main { padding-bottom: calc(5rem + env(safe-area-inset-bottom, 0px)); }
}
@media (max-width:720px) {
  .home-footer-inner { grid-template-columns:1fr !important; }
  .home-footer-links { grid-template-columns:1fr 1fr !important; }
  .site-header-inner { padding:.75rem 1rem !important; }
}
@media (max-width:640px) {
  .site-header-subtitle { display:none !important; }
}
@media (max-width:520px) {
  .home-footer-links { grid-template-columns:1fr !important; }
}

.home-page-redesign{overflow-x:hidden;background:radial-gradient(circle at 12% 8%,rgba(16,185,129,.12),transparent 28rem),radial-gradient(circle at 90% 14%,rgba(244,200,74,.14),transparent 24rem),linear-gradient(180deg,#f7fcfa,#fff 40%,#f7fcfa)}.home-shell{position:relative;z-index:1;width:min(1180px,calc(100% - 2rem));margin:0 auto}.home-hero-section{position:relative;padding:8.5rem 0 4rem}.home-orb{position:absolute;border-radius:999px;filter:blur(32px);pointer-events:none}.home-orb-left{top:6rem;left:-7rem;width:16rem;height:16rem;background:#10b9811f}.home-orb-right{top:8rem;right:-5rem;width:14rem;height:14rem;background:#f4c84a29}.home-hero-grid,.home-query-grid,.home-faq-grid{display:grid;gap:1.5rem}.home-hero-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.92fr);align-items:center;gap:5.75rem}.home-hero-copy{padding-right:1rem;max-width:34rem}.home-chip,.home-section-kicker{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .95rem;border-radius:999px;border:1px solid rgba(16,185,129,.16);background:#ffffffd1;color:#0b7a5a;font-size:.83rem;font-weight:700;box-shadow:0 14px 32px -24px #10b98140;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-chip-dot{width:.55rem;height:.55rem;border-radius:999px;background:#10b981;box-shadow:0 0 0 .22rem #10b9812e}.home-display{margin:.95rem 0 0;color:#064e3b;font-family:KZ_Unbounded,sans-serif;font-size:clamp(2rem,4.4vw,3.7rem);line-height:1.02;letter-spacing:-.04em;max-width:11ch}.home-display span{display:block;margin-top:.55rem;color:#10b981}.home-display .home-display-highlight{display:inline;margin-top:0;color:#10b981}.home-lead,.home-section-copy,.home-dark-copy,.home-final-copy{margin:1rem 0 0;color:#64748b;font-size:.98rem;line-height:1.75;max-width:33rem}.home-hero-actions,.home-final-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.6rem}.home-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-top:1.5rem}.home-stat-card{display:flex;align-items:center;gap:.7rem;padding:.85rem .9rem;border-radius:1.25rem;border:1px solid rgba(16,185,129,.12);background:#ffffffd9;color:#064e3b;font-size:.88rem;font-weight:700;box-shadow:0 18px 40px -32px #10b98147}.home-stat-icon,.home-float-icon{display:inline-flex;align-items:center;justify-content:center;width:2.3rem;height:2.3rem;border-radius:1.25rem;background:#eef8f4;color:#10b981;flex:0 0 auto}.home-stage{position:relative;min-height:42rem;display:flex;align-items:center;justify-content:flex-end;padding-left:2.5rem}.home-stage-stack{position:relative;width:min(21rem,100%);margin-right:1.5rem}.home-phone-shadow{position:absolute;top:50%;left:50%;width:18rem;height:34rem;border-radius:2.4rem;filter:blur(3px);opacity:.32;pointer-events:none}.home-phone-shadow-left{transform:translate(-50%,-50%) rotate(-8deg) translate(-2.8rem);background:linear-gradient(180deg,#10b9818c,#10b9811f)}.home-phone-shadow-right{transform:translate(-50%,-50%) rotate(8deg) translate(2.8rem);background:linear-gradient(180deg,#f4c84a99,#f4c84a29)}.home-phone{position:relative;z-index:3;width:min(21rem,100%);aspect-ratio:.5;padding:.75rem;border-radius:2.4rem;background:linear-gradient(180deg,#17312a,#0b1815);box-shadow:0 32px 90px -26px #10b98159,0 0 0 .75rem #10b98114}.home-phone-screen{position:relative;height:100%;overflow:hidden;border-radius:2rem;background:linear-gradient(180deg,#f4f0ea,#fcfbf8);isolation:isolate}.home-phone-screen:before,.home-phone-screen:after{content:"";position:absolute;left:0;right:0;z-index:2;pointer-events:none}.home-phone-screen:before{top:0;height:1.6rem;background:linear-gradient(180deg,#f4f0eaf5 15%,#f4f0ea00)}.home-phone-screen:after{bottom:0;height:2.4rem;background:linear-gradient(180deg,#fcfbf800,#fcfbf8)}.home-phone-badge{position:absolute;top:1rem;left:1rem;z-index:1;display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .75rem;border-radius:999px;background:#ffffffeb;color:#064e3b;font-size:.76rem;font-weight:800;box-shadow:0 10px 24px #064e3b24}.home-phone-template-host{position:relative;height:100%}.home-phone-template-host:before,.home-phone-template-host:after{display:none}.home-phone-template-host>iframe{width:100%;height:100%;border:0;display:block}.home-phone-template-fallback{width:100%;height:100%;object-fit:cover;object-position:50% 0;display:block}@media (prefers-reduced-motion: reduce){.home-float-a,.home-float-b{animation:none}}.home-float-card{position:absolute;z-index:2;display:flex;align-items:center;gap:.8rem;min-width:12rem;max-width:13.5rem;padding:.9rem 1rem;border-radius:1.25rem;border:1px solid rgba(16,185,129,.14);background:#fffffff0;box-shadow:0 24px 40px -28px #10b98166;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:none}.home-float-a{top:5.6rem;right:calc(100% + 1.1rem);animation:home-float-card-left 6.8s ease-in-out infinite}.home-float-b{top:18rem;left:calc(100% + 1.1rem);animation:home-float-card-right 7.4s ease-in-out infinite .9s}.home-float-eyebrow{color:#64748b;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.home-float-title{color:#064e3b;font-size:.9rem;font-weight:800;line-height:1.35}@keyframes home-float-card-left{0%,to{transform:translateZ(0)}50%{transform:translate3d(.45rem,-.75rem,0)}}@keyframes home-float-card-right{0%,to{transform:translateZ(0)}50%{transform:translate3d(-.5rem,.8rem,0)}}.home-query-section,.home-features-section,.home-categories-section,.home-reviews-section,.home-faq-section{padding:0 0 4rem}.home-query-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:start}.home-panel{padding:2rem;border-radius:1.25rem;border:1px solid rgba(16,185,129,.12);background:#fff;box-shadow:0 30px 60px -42px #10b98147}.home-panel-soft{background:linear-gradient(180deg,#fff,#f7fcfa)}.home-card-stack,.home-faq-list,.home-info-card{display:grid;gap:1rem}.home-info-title,.home-feature-title,.home-step-title{color:#064e3b;font-size:1.1rem;font-weight:800;line-height:1.45}.home-info-copy,.home-feature-copy,.home-step-copy{margin:0;color:#64748b;font-size:.96rem;line-height:1.75}.home-section-head{margin-bottom:2rem}.home-section-head-inline{display:flex;align-items:end;justify-content:space-between;gap:1rem 1.5rem;flex-wrap:wrap}.home-section-title,.home-dark-title,.home-final-title{margin:1rem 0 0;color:#064e3b;font-family:KZ_Unbounded,sans-serif;font-size:clamp(1.7rem,3.2vw,3rem);line-height:1.12;letter-spacing:-.03em;max-width:18ch}.home-query-tags,.home-link-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.5rem}.home-query-tag,.home-link-chip{display:inline-flex;align-items:center;gap:.45rem;padding:.8rem 1rem;border-radius:999px;background:#eef8f4;color:#0b7a5a;font-size:.92rem;font-weight:800;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.home-link-chip:hover,.home-text-link:hover,.home-final-link:hover{text-decoration:underline}.home-features-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.home-feature-card{padding:1.6rem;border-radius:1.25rem;border:1px solid rgba(16,185,129,.1);background:#fff;box-shadow:0 24px 48px -38px #10b9813d}.home-feature-icon{display:inline-flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;margin-bottom:1rem;border-radius:1.25rem;background:#eef8f4;font-size:1.5rem}.home-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.home-category-card{padding:0;border:1px solid rgba(16,185,129,.1);border-radius:1.25rem;background:#fff;overflow:hidden;text-align:left;box-shadow:0 24px 48px -38px #10b9813d;transition:transform .25s ease,box-shadow .25s ease}.home-category-card:hover{box-shadow:0 32px 60px -38px #10b98159}.home-category-preview{aspect-ratio:1.2;background:#eef8f4;overflow:hidden}.home-category-preview img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.home-category-card:hover .home-category-preview img{opacity:.94}.home-category-body{padding:1.2rem 1.2rem 1.35rem;display:grid;gap:.85rem}.home-category-badge{display:inline-flex;align-items:center;gap:.55rem;color:#064e3b;font-size:1rem;font-weight:800}.home-category-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#10b981;font-size:.9rem;font-weight:800}.home-reviews-section{overflow:hidden}.home-reviews-shell{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:1.5rem;align-items:center}.home-reviews-copy{display:grid;gap:1.25rem}.home-rating-summary{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.8rem;width:max-content;max-width:100%;padding:.75rem 1rem;border:1px solid rgba(245,158,11,.24);border-radius:999px;background:#fffbeb;color:#78350f;box-shadow:0 18px 42px -34px #92400e57}.home-rating-summary-score{display:inline-flex;align-items:center;gap:.4rem;color:#b45309;font-size:1rem;font-weight:900;white-space:nowrap}.home-rating-summary-count{padding-left:.8rem;border-left:1px solid rgba(180,83,9,.22);color:#6b5a48;font-size:.88rem;font-weight:700;white-space:nowrap}.home-reviews-actions{display:inline-flex;align-items:center;gap:.8rem;width:max-content;padding:.45rem;border:1px solid rgba(16,185,129,.14);border-radius:999px;background:#fff;color:#064e3b;font-size:.9rem;font-weight:800;box-shadow:0 18px 42px -34px #10b98152}.home-review-nav{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border:none;border-radius:50%;background:#ecfdf5;color:#047857;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease}.home-review-nav:hover{background:#10b981;color:#fff}.home-reviews-carousel{display:grid;grid-template-columns:minmax(0,1fr) 8.25rem;gap:1rem;align-items:stretch}.home-review-main{min-width:0;padding:1rem;border:1px solid rgba(16,185,129,.14);border-radius:1.25rem;background:linear-gradient(180deg,#fff,#f7fcfa);box-shadow:0 28px 64px -42px #064e3b57}.home-review-main-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.85rem;color:#064e3b;font-size:.82rem;font-weight:900;text-transform:uppercase}.home-review-stars{display:inline-flex;align-items:center;gap:.12rem;color:#f59e0b}.home-review-main img{width:100%;height:25rem;display:block;border-radius:.9rem;object-fit:contain;padding:.75rem;background:linear-gradient(180deg,#f3f8f6,#e8f1ed);border:1px solid rgba(16,185,129,.12)}.home-review-main-caption{margin-top:.9rem;color:#064e3b;font-size:1rem;font-weight:800;line-height:1.45}.home-review-thumbs{display:grid;grid-auto-rows:minmax(0,1fr);gap:.65rem;min-height:0}.home-review-thumb{min-width:0;min-height:0;padding:.25rem;border:1px solid rgba(16,185,129,.12);border-radius:1.25rem;background:#fff;cursor:pointer;opacity:.58;overflow:hidden;transition:opacity .2s ease,transform .2s ease,border-color .2s ease,box-shadow .2s ease}.home-review-thumb[data-active=true]{opacity:1;border-color:#10b9819e;box-shadow:0 14px 28px -22px #064e3b61}.home-review-thumb:hover{opacity:1}.home-review-thumb img{width:100%;height:100%;min-height:4.35rem;display:block;border-radius:.75rem;object-fit:contain;background:linear-gradient(180deg,#f3f8f6,#e8f1ed)}.home-steps-section,.home-final-section{padding:0 0 4.5rem}.home-dark-panel,.home-final-card{position:relative;overflow:hidden;border-radius:1.25rem}.home-dark-panel{background:linear-gradient(135deg,#064e3b,#043d30);box-shadow:0 30px 80px -32px #064e3b66}.home-dark-content{position:relative;z-index:1;padding:3rem}.home-dark-orb,.home-final-orb{position:absolute;border-radius:999px;filter:blur(20px);pointer-events:none;opacity:.7}.home-dark-orb-top{top:-2rem;right:-2rem;width:12rem;height:12rem;background:#f4c84a2e}.home-dark-orb-bottom{bottom:-4rem;left:-1rem;width:14rem;height:14rem;background:#ffffff14}.home-section-kicker-dark,.home-section-kicker-light{color:#fff;border-color:#fff3;background:#ffffff14;box-shadow:none}.home-dark-title,.home-final-title{color:#fff;max-width:16ch}.home-dark-copy,.home-steps-note,.home-final-copy,.home-final-footnote{color:#ffffffd1}.home-steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2rem}.home-step-card{position:relative;z-index:1;padding:1.55rem;border-radius:1.25rem;border:1px solid rgba(255,255,255,.12);background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-step-number{margin-bottom:.9rem;color:#f4c84a;font-family:KZ_Unbounded,sans-serif;font-size:2.35rem;line-height:1;letter-spacing:-.04em}.home-step-title{color:#fff}.home-step-copy{color:#e7fff6d1}.home-steps-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem 1.5rem;flex-wrap:wrap;margin-top:2rem}.home-steps-note{margin:0;max-width:40rem;line-height:1.8}.home-faq-grid{grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);align-items:start}.home-faq-side{position:sticky;top:7rem}.home-text-link{display:inline-flex;align-items:center;gap:.45rem;margin-top:1.2rem;padding:.5rem 0;min-height:2.75rem;color:#10b981;font-weight:800;text-decoration:none;transition:transform .2s ease}.home-faq-item{border:1px solid rgba(16,185,129,.12);border-radius:1.25rem;background:#fff;box-shadow:0 22px 40px -34px #10b98140;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.home-faq-item[data-open=true]{border-color:#10b98157;box-shadow:0 28px 46px -34px #10b9815c}.home-faq-button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.35rem;background:transparent;color:#064e3b;text-align:left;font-size:1rem;font-weight:800}.home-faq-icon{flex:0 0 auto;color:#10b981;transition:transform .2s ease}.home-faq-item[data-open=true] .home-faq-icon{transform:rotate(180deg)}.home-faq-answer{padding:0 1.35rem 1.35rem;color:#64748b;font-size:.96rem;line-height:1.8}.home-final-card{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 30px 90px -30px #10b9817a}.home-final-content{position:relative;z-index:1;padding:3rem}.home-final-orb-left{left:-3rem;bottom:-5rem;width:14rem;height:14rem;background:#ffffff1f}.home-final-orb-right{top:-3rem;right:-2rem;width:12rem;height:12rem;background:#ffffff29}.home-final-link{display:inline-flex;align-items:center;justify-content:center;min-height:3.5rem;padding:0 1.5rem;border-radius:1.25rem;font-weight:800;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.home-final-link-primary{background:#fff;color:#065f46;box-shadow:0 18px 34px -18px #00000040}.home-final-link-secondary{border:1.5px solid rgba(255,255,255,.5);background:#ffffff1a;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-final-footnote{margin:1rem 0 0;font-size:.95rem}@media (max-width: 1080px){.home-hero-grid,.home-query-grid,.home-faq-grid{grid-template-columns:1fr}.home-stage{min-height:38rem;padding-left:0}.home-faq-side{position:static}.home-features-grid,.home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-reviews-shell,.home-reviews-carousel{grid-template-columns:1fr}.home-review-thumbs{display:flex;overflow-x:auto;padding-bottom:.35rem;scroll-snap-type:x mandatory}.home-review-thumb{flex:0 0 6.75rem;height:5.5rem;scroll-snap-align:start}}@media (max-width: 900px){.home-hero-section{padding-top:7.1rem}.home-shell{width:min(1180px,calc(100% - 1.5rem))}.home-stage{min-height:auto;padding-top:1rem;justify-content:center;padding-left:0}.home-hero-stats,.home-steps-grid{grid-template-columns:1fr}.home-phone-shadow-left{transform:translate(-50%,-50%) rotate(-6deg) translate(-2rem)}.home-phone-shadow-right{transform:translate(-50%,-50%) rotate(6deg) translate(2rem)}.home-stage-stack{margin-right:0}.home-float-card{min-width:10.75rem;max-width:12rem}.home-float-a{top:5rem;right:calc(100% + .5rem)}.home-float-b{top:17rem;left:calc(100% + .5rem)}}@media (max-width: 640px){.home-shell{width:min(1180px,calc(100% - 1rem))}.home-panel,.home-dark-content,.home-final-content{padding:1.35rem}.home-dark-panel,.home-final-card{border-radius:1.25rem}.home-hero-actions{flex-direction:column;align-items:stretch}.home-hero-actions .btn{width:100%}.home-phone{width:min(18.5rem,100%);border-radius:1.25rem}.home-phone-screen{border-radius:1.25rem}.home-phone-shadow{display:none}.home-float-card{position:static;width:100%;max-width:none;margin-top:.75rem;pointer-events:auto}.home-stage{display:grid;gap:0}.home-stage-stack{width:min(18.5rem,100%);margin:0 auto}.home-features-grid,.home-category-grid{grid-template-columns:1fr}.home-reviews-actions{width:100%;justify-content:space-between}.home-review-main{padding:.75rem;border-radius:1.25rem}.home-review-main-head{flex-direction:column;align-items:flex-start}.home-review-main img{height:min(58vh,21rem);border-radius:.9rem}.home-review-thumb{flex-basis:5.8rem;height:4.8rem}.home-query-tag,.home-link-chip{width:100%;justify-content:center}.home-phone-preview-hero{min-height:16.5rem}.home-phone-preview-hero img{height:16.5rem}.home-phone-preview-hero-names{font-size:1.72rem}.home-phone-preview-actions{grid-template-columns:1fr}.home-steps-footer,.home-section-head-inline,.home-final-actions{flex-direction:column;align-items:stretch}.home-final-link{width:100%}.home-faq-button{padding:1rem 1.05rem}.home-faq-answer{padding:0 1.05rem 1.05rem}}:root{--primary: #10b981;--primary-hover: #059669;--secondary: #fbbf24;--secondary-hover: #f59e0b;--bg: #f8fffe;--surface: #ffffff;--text: #064e3b;--text-muted: #64748b;--border: rgba(16, 185, 129, .2);--error: #ef4444;--success: #22c55e;--shadow: 0 10px 40px -10px rgba(16, 185, 129, .2);--font-main: "Manrope", sans-serif;--font-display: "KZ_Unbounded", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-main);background-color:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display)}button{cursor:pointer;transition:all .2s ease;border:none;font-family:inherit}input,textarea{font-family:inherit;transition:all .2s ease}a{text-decoration:none;color:inherit}.page{min-height:100vh;background-color:var(--bg)}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(16,185,129,.1)}.logo{display:flex;align-items:center;gap:.625rem}.logo-icon{width:2.5rem;height:2.5rem;border-radius:2px;background:#10b981;color:#fff;font-weight:700;font-size:1rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #10b9814d}.logo-text{font-family:var(--font-display);font-weight:700;font-size:1.125rem;color:#064e3b}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:2px;font-weight:600;font-size:.9375rem;cursor:pointer;border:none;transition:all .2s ease;font-family:var(--font-main)}.btn-primary{background:#10b981;color:#fff;box-shadow:0 4px 14px #10b9814d}.btn-primary:hover{background:#059669;box-shadow:0 6px 20px #10b98166}.btn-secondary{background:#fbbf24;color:#064e3b;box-shadow:0 4px 14px #fbbf244d}.btn-secondary:hover{background:#f59e0b}.btn-outline{background:transparent;color:#10b981;border:2px solid #10b981}.btn-outline:hover{background:#10b981;color:#fff}.btn-lg{padding:1rem 2.5rem;font-size:1.0625rem;height:3.5rem}.btn:disabled{opacity:.6;cursor:not-allowed}.form-group{margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:600;color:#064e3b}.input-wrapper{position:relative}.input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#10b981;display:flex;align-items:center}.form-input{width:100%;padding:.875rem 1rem;border-radius:2px;border:1.5px solid rgba(16,185,129,.25);background:#fff;color:#064e3b;font-size:.9375rem;outline:none}.form-input.has-icon{padding-left:2.75rem}.form-input:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.form-input::placeholder{color:#94a3b8}.form-input.error{border-color:#ef4444}.form-error{font-size:.8125rem;color:#ef4444;margin-top:.25rem}.card{background:#fff;border-radius:2px;border:1px solid var(--md-divider, #e4ebe7);box-shadow:var(--md-shadow-card, 0 1px 4px rgba(0, 0, 0, .2));transition:box-shadow .25s ease}.card:hover{box-shadow:var(--md-shadow-card-hover, 0 4px 12px rgba(0, 0, 0, .18))}.alert{padding:.875rem 1rem;border-radius:2px;font-size:.9375rem;font-weight:500;margin-bottom:1.25rem}.alert-success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.hero{padding:7rem 1.5rem 5rem;max-width:72rem;margin:0 auto}.badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;background:#ecfdf5;color:#065f46;border-radius:999px;font-size:.8125rem;font-weight:700;margin-bottom:1.5rem}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.category-card-even{background:#f0fdf4}.category-card-odd{background:#fffbeb}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:var(--bg);position:relative;overflow:hidden}.auth-orb-1{position:absolute;width:24rem;height:24rem;background:radial-gradient(circle,rgba(16,185,129,.12),transparent);border-radius:50%;top:10%;left:-10%}.auth-orb-2{position:absolute;width:24rem;height:24rem;background:radial-gradient(circle,rgba(251,191,36,.12),transparent);border-radius:50%;bottom:10%;right:-10%}.auth-card{width:100%;max-width:28rem;position:relative;z-index:1;background:#fff;border-radius:2px;padding:3rem;border:1px solid rgba(16,185,129,.1);box-shadow:0 20px 60px #10b9811f}.auth-logo{width:4rem;height:4rem;border-radius:2px;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;box-shadow:0 8px 24px #10b9814d}.text-center{text-align:center}.text-muted{color:#64748b}.font-bold{font-weight:700}.w-full,html,body,#root{width:100%}body{overflow-x:hidden}img,video{max-width:100%;height:auto}@media (max-width: 768px){input,textarea,select{font-size:16px!important}}:root{--bp-phone: 640px;--bp-mobile: 900px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,[role=button]:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:2px}@media (hover: none) and (pointer: coarse){button,.btn,a.btn,[role=button],.public-nav-link{min-height:44px}}.show-on-mobile{display:none!important}@media (max-width: 900px){.hide-on-mobile{display:none!important}.show-on-mobile{display:revert!important}}body.no-scroll{overflow:hidden;touch-action:none}.app-bottom-bar{padding-bottom:calc(.75rem + var(--safe-bottom))!important}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:target{scroll-margin-top:6.5rem}.toi-spin{animation:toi-spin .8s linear infinite}@keyframes toi-spin{to{transform:rotate(360deg)}}.invite-host{width:100%;position:relative}.invite-host--framed{height:100vh;height:100dvh}.invite-host--flow{min-height:100vh}:root{--md-primary: #10b981;--md-primary-hover: #059669;--md-primary-press: #047857;--md-secondary: #34d399;--md-heading: #047857;--md-link: #10b981;--md-warning: #e2a627;--md-success: #4caf50;--md-danger: #e53935;--md-bg: #ecfdf5;--md-surface: #ffffff;--md-text: #212121;--md-text-muted: #9e9e9e;--md-divider: #e4ebe7;--md-field-line: #bdbdbd;--md-shadow-btn: 0 2px 3px rgba(0, 0, 0, .3);--md-shadow-btn-hover: 0 4px 8px rgba(0, 0, 0, .28);--md-shadow-btn-press: 0 1px 2px rgba(0, 0, 0, .35);--md-shadow-card: 0 1px 4px rgba(0, 0, 0, .2);--md-shadow-card-hover:0 4px 12px rgba(0, 0, 0, .18);--md-shadow-header: 0 2px 4px rgba(0, 0, 0, .2);--md-radius: 2px;--md-radius-pill: 999px;--md-font: "Roboto", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;--md-fs-h1: 24px;--md-fs-body: 16px;--md-fs-small: 13px;--md-fw-accent: 600;--md-header-h: 56px;--md-ease: cubic-bezier(.4, 0, .2, 1)}.md-scope,.md-scope *{box-sizing:border-box}.md-scope{font-family:var(--md-font);font-size:var(--md-fs-body);color:var(--md-text);background:var(--md-bg);line-height:1.55;-webkit-font-smoothing:antialiased}.md-h1,.md-scope h1{font-size:var(--md-fs-h1);font-weight:var(--md-fw-accent);color:var(--md-heading);line-height:1.25;text-wrap:balance}.md-caption{font-size:var(--md-fs-small);color:var(--md-text-muted)}.md-link,.md-scope a{color:var(--md-link);font-weight:var(--md-fw-accent);text-decoration:none}.md-link:hover,.md-scope a:hover{text-decoration:underline}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;min-height:36px;border:0;border-radius:2px;font-family:var(--md-font);font-size:14px;font-weight:var(--md-fw-accent);line-height:1;letter-spacing:.2px;text-transform:none;text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:box-shadow .2s var(--md-ease),background-color .2s var(--md-ease)}.btn-sm{padding:4px 10px;min-height:28px;font-size:13px}.btn-primary,.btn-success,.btn-danger{color:#fff;box-shadow:var(--md-shadow-btn)}.btn-primary{background:var(--md-primary)}.btn-success{background:var(--md-success)}.btn-danger{background:var(--md-danger)}.btn-primary:hover{background:var(--md-primary-hover);box-shadow:var(--md-shadow-btn-hover)}.btn-success:hover{background:#43a047;box-shadow:var(--md-shadow-btn-hover)}.btn-danger:hover{background:#d32f2f;box-shadow:var(--md-shadow-btn-hover)}.btn-primary:active,.btn-success:active,.btn-danger:active{box-shadow:var(--md-shadow-btn-press)}.btn-primary:active{background:var(--md-primary-press)}.btn-plain{background:transparent;color:var(--md-primary);box-shadow:none}.btn-plain:hover{background:#10b9811a}.btn-plain:active{background:#10b9812e}.btn-secondary{background:#e6f7f1;color:var(--md-primary-press);box-shadow:none}.btn-secondary:hover{background:#d5f0e6}.btn-secondary:active{background:#c3e9da}.btn-outline{background:transparent;color:var(--md-primary);box-shadow:inset 0 0 0 1px var(--md-primary)}.btn-outline:hover{background:#10b98114}.btn-outline:active{background:#10b98129}.btn:disabled,.btn[aria-disabled=true]{opacity:.45;cursor:not-allowed;box-shadow:none!important;transform:none!important}.md-field{position:relative;display:flex;flex-direction:column;padding-top:18px}.md-input{width:100%;border:0;border-bottom:1px solid var(--md-field-line);background-color:transparent;background-image:linear-gradient(var(--md-primary),var(--md-primary));background-repeat:no-repeat;background-position:center bottom;background-size:0% 2px;padding:6px 2px;font-family:var(--md-font);font-size:var(--md-fs-body);color:var(--md-text);transition:background-size .2s var(--md-ease)}.md-input::placeholder{color:var(--md-text-muted)}.md-input:focus{outline:none;background-size:100% 2px}.md-label{position:absolute;left:2px;top:24px;color:var(--md-text-muted);font-size:var(--md-fs-body);pointer-events:none;transition:top .15s var(--md-ease),font-size .15s var(--md-ease),color .15s var(--md-ease)}.md-input:focus+.md-label,.md-input:not(:placeholder-shown)+.md-label{top:0;font-size:12px;color:var(--md-primary);font-weight:var(--md-fw-accent)}.md-input--plain{background-image:none;border-bottom-width:1px}.md-input--plain:focus{border-bottom:2px solid var(--md-primary)}.md-card{background:var(--md-surface);border-radius:2px;box-shadow:var(--md-shadow-card);padding:20px;transition:box-shadow .2s var(--md-ease)}.md-card--hoverable:hover{box-shadow:var(--md-shadow-card-hover)}.md-card__title{font-size:18px;font-weight:var(--md-fw-accent);color:var(--md-text);margin:0}.md-card__subtitle{font-size:var(--md-fs-small);color:var(--md-text-muted);margin:2px 0 0}.md-header{display:flex;align-items:center;gap:16px;height:var(--md-header-h);padding:0 16px;background:var(--md-primary);color:#fff;box-shadow:var(--md-shadow-header)}.md-header__title{font-size:20px;font-weight:var(--md-fw-accent);margin:0}.md-header__spacer{flex:1}.md-icon-btn{display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:50%;background:transparent;color:#fff;cursor:pointer;transition:background-color .15s var(--md-ease)}.md-icon-btn:hover{background:#ffffff29}.md-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:var(--md-secondary);color:#fff;font-weight:var(--md-fw-accent)}.md-badge{display:inline-flex;align-items:center;gap:6px;padding:2px 10px;border-radius:2px;font-size:var(--md-fs-small);font-weight:var(--md-fw-accent);line-height:1.6}.md-badge:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor}.md-badge--primary{background:#e6f7f1;color:var(--md-primary-press)}.md-badge--success{background:#e8f5e9;color:#2e7d32}.md-badge--warning{background:#fff8e1;color:#b7791f}.md-badge--danger{background:#ffebee;color:#c62828}.md-badge--muted{background:#eee;color:#616161}:where(.btn,.md-input,.md-icon-btn):focus-visible{outline:2px solid var(--md-primary);outline-offset:2px}@media (prefers-reduced-motion: reduce){.btn,.md-card,.md-input,.md-icon-btn{transition:none}.md-ripple{display:none}}
