:root{--bg: #F7F8F3;--bg-surface: #FFFFFF;--bg-variant: #F0F0EC;--bg-muted: #EEECEA;--text-primary: #111108;--text-secondary: #4A4840;--text-muted: #8A8680;--border: #E2E0DC;--action: #2D68F4;--action-dark: #1A4EC9;--action-light: #EBF2FF;--accent: #D97706;--accent-light: #FEF3C7;--success: #16A34A;--error: #CD3B29;--dark-bg: #111108;--dark-surface: #1C1B18;--font-head: "Plus Jakarta Sans", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--r-sm: 6px;--r-md: 10px;--r-lg: 16px;--r-xl: 24px;--r-full: 9999px;--sh-sm: 0 1px 3px rgba(17,17,8,.06);--sh-md: 0 4px 12px rgba(17,17,8,.08), 0 1px 3px rgba(17,17,8,.05);--sh-lg: 0 12px 32px rgba(17,17,8,.1), 0 2px 8px rgba(17,17,8,.06);--sh-xl: 0 24px 64px rgba(17,17,8,.14), 0 4px 16px rgba(17,17,8,.08);--ease: cubic-bezier(.4,0,.2,1);--font-heading: var(--font-head);--font-body-alt: var(--font-body);--container-max: 1160px;--container-padding: 1.5rem;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 4rem;--spacing-3xl: 6rem;--radius-full: var(--r-full);--radius-lg: var(--r-lg);--radius-md: var(--r-md);--radius-sm: var(--r-sm);--shadow-sm: var(--sh-sm);--shadow-md: var(--sh-md);--shadow-lg: var(--sh-lg);--transition-fast: .15s ease;--transition-base: .25s ease;--touch-target-min: 44px}[data-theme=dark]{--bg: #151413;--bg-surface: #1E1E1C;--bg-variant: #252421;--bg-muted: #2A2926;--text-primary: #F2EEEB;--text-secondary: #A09880;--text-muted: #686360;--border: #2E2D2A;--action: #5F8FF7;--action-dark: #2D68F4;--action-light: #0D1A35;--accent: #F0AC30;--accent-light: #2A1F00;--success: #36B06A;--error: #E05C4A;--dark-bg: #0A0A08;--dark-surface: #111108}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .3s var(--ease),color .3s var(--ease)}img{display:block;max-width:100%}a{color:var(--accent);text-decoration:none}p{color:var(--text-secondary);line-height:1.65}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.section{padding:6rem 0}.section--light{background:var(--bg)}.section--surface{background:var(--bg-surface)}.section--dark{background:var(--dark-bg)}[data-theme=dark] .section--dark{background:var(--dark-surface)}h1,h2,h3,h4,h5,h6{font-family:var(--font-head);font-weight:700;color:var(--text-primary);line-height:1.2}h1{font-size:clamp(2.6rem,5.5vw,4.2rem);font-weight:800;letter-spacing:-.03em}h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.025em}h3{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.lead{font-size:1.175rem;line-height:1.7;color:var(--text-secondary)}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-head);font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--action);margin-bottom:1rem}.section-header{text-align:center;max-width:640px;margin:0 auto 4rem}.section-header h2{margin-bottom:1rem}.section-header p{font-size:1.1rem;color:var(--text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-family:var(--font-head);font-size:1rem;font-weight:700;border:none;border-radius:var(--r-full);cursor:pointer;transition:all .2s var(--ease);text-decoration:none;min-height:var(--touch-target-min);white-space:nowrap}.btn--primary,.btn-primary{background:var(--action);color:#fff}.btn--primary:hover,.btn-primary:hover{background:var(--action-dark);transform:translateY(-2px);box-shadow:var(--sh-lg);color:#fff}.btn--ghost,.btn-ghost{background:transparent;color:var(--text-secondary);border:1.5px solid var(--border)}.btn--ghost:hover,.btn-ghost:hover{border-color:var(--action);color:var(--action);background:var(--action-light)}.btn--large,.btn-lg{padding:1rem 2.25rem;font-size:1.1rem}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.wl-form{display:flex;gap:.625rem;flex-wrap:wrap}.wl-form__input{flex:1;min-width:220px;padding:.875rem 1.125rem;font-family:var(--font-body);font-size:1rem;border:1.5px solid var(--border);border-radius:var(--r-full);background:var(--bg-surface);color:var(--text-primary);transition:border-color .15s,box-shadow .15s}.wl-form__input:focus{outline:none;border-color:var(--action);box-shadow:0 0 0 3px color-mix(in srgb,var(--action) 18%,transparent)}.wl-form__input::placeholder{color:var(--text-muted)}.wl-form__input--error{border-color:var(--error)}.wl-form__error{font-size:.825rem;color:var(--error);width:100%;padding-left:1rem;min-height:1.2rem}.wl-trust{font-size:.8rem;color:var(--text-muted);margin-top:.875rem}.form{display:flex;flex-direction:column;gap:var(--spacing-sm)}.form--row{flex-direction:row;flex-wrap:wrap}.form__group{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:250px}.form__label{font-size:.875rem;font-weight:600;color:var(--text-primary)}.form__input{padding:.875rem 1rem;font-family:var(--font-body);font-size:1rem;border:1.5px solid var(--border);border-radius:var(--r-full);background:var(--bg-surface);color:var(--text-primary);transition:border-color .15s,box-shadow .15s}.form__input:focus{outline:none;border-color:var(--action);box-shadow:0 0 0 3px color-mix(in srgb,var(--action) 18%,transparent)}.form__input::placeholder{color:var(--text-muted)}.form__input--error{border-color:var(--error)}.form__error{font-size:.825rem;color:var(--error)}.spinner{width:18px;height:18px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.btn__spinner,.btn--loading .btn__text{display:none}.btn--loading .btn__spinner{display:block}.modal{position:fixed;inset:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;visibility:hidden;transition:opacity .25s var(--ease),visibility .25s var(--ease)}.modal--open{opacity:1;visibility:visible}.modal__backdrop{position:absolute;inset:0;background:#11110899;backdrop-filter:blur(6px)}.modal__content,.modal__box{position:relative;width:100%;max-width:380px;padding:2.5rem 2rem;background:var(--bg-surface);border-radius:var(--r-xl);box-shadow:var(--sh-xl);text-align:center;transform:scale(.94) translateY(8px);transition:transform .25s var(--ease)}.modal--open .modal__content,.modal--open .modal__box{transform:scale(1) translateY(0)}.modal__close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:var(--r-full);border:none;background:var(--bg-variant);color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s var(--ease)}.modal__close:hover{background:var(--bg-muted);color:var(--text-primary)}.modal__icon{width:64px;height:64px;margin:0 auto 1.25rem;background:color-mix(in srgb,var(--success) 12%,transparent);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--success)}.modal__title{font-family:var(--font-head);font-size:1.5rem;font-weight:800;margin-bottom:.5rem}.modal__message,.modal__msg{color:var(--text-muted);font-size:.9rem;margin:0}.header{position:sticky;top:0;z-index:200;background:color-mix(in srgb,var(--bg) 90%,transparent);backdrop-filter:blur(16px) saturate(160%);border-bottom:1px solid var(--border);transition:background .3s var(--ease)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:64px;gap:1.5rem}.header__logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.header__logo img{height:28px;width:auto;display:block}[data-theme=dark] .header__logo img{filter:brightness(0) invert(1)}.header__nav{display:flex;align-items:center;gap:.25rem}.header__link{font-size:.875rem;font-weight:500;color:var(--text-secondary);padding:.5rem .875rem;border-radius:var(--r-md);transition:all .15s var(--ease);text-decoration:none}.header__link:hover{color:var(--text-primary);background:var(--bg-variant)}.header__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.theme-toggle{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--bg-variant);border:1.5px solid var(--border);border-radius:var(--r-full);cursor:pointer;color:var(--text-secondary);transition:all .2s var(--ease);flex-shrink:0}.theme-toggle:hover{color:var(--action);border-color:var(--action);background:var(--action-light)}.icon-sun,.icon-moon{width:18px;height:18px}[data-theme=light] .icon-moon,[data-theme=dark] .icon-sun{display:none}.footer{background:var(--dark-bg);padding:3rem 0 2rem;border-top:1px solid color-mix(in srgb,var(--border) 40%,transparent)}[data-theme=dark] .footer{background:var(--dark-surface)}.footer__inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.footer__brand{display:flex;align-items:center;gap:.75rem}.footer__brand img{height:24px;width:auto;display:block;filter:brightness(0) invert(1)}.footer__name{font-family:var(--font-head);font-weight:800;color:#fff;font-size:1.1rem}.footer__tagline{font-size:.8rem;color:#fff6;margin-top:.15rem}.footer__links{display:flex;gap:.25rem;flex-wrap:wrap}.footer__link{font-size:.875rem;color:#ffffff73;padding:.4rem .75rem;border-radius:var(--r-md);transition:color .15s var(--ease);text-decoration:none}.footer__link:hover{color:#ffffffd9;background:#ffffff0f}.footer__bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.07);text-align:center}.footer__copy{font-size:.8rem;color:#ffffff4d}@media (max-width: 900px){.header__nav{display:none}}@media (max-width: 640px){.section{padding:4rem 0}.footer__inner{flex-direction:column;align-items:flex-start}}@media (max-width: 480px){:root{--container-padding: 1rem}}[data-theme=light] .screen-dark,[data-theme=dark] .screen-light{display:none!important}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 640px){.wl-form[data-astro-cid-ucnifjqo]{flex-direction:column}.wl-form[data-astro-cid-ucnifjqo] .btn[data-astro-cid-ucnifjqo]{width:100%}}.hero[data-astro-cid-bbe6dxrz]{padding:6rem 0 5rem;background:var(--bg);overflow:hidden}.hero__inner[data-astro-cid-bbe6dxrz]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero__badge[data-astro-cid-bbe6dxrz]{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;border-radius:var(--r-full);background:var(--action-light);border:1px solid color-mix(in srgb,var(--action) 25%,transparent);font-size:.8rem;font-weight:600;color:var(--action-dark);margin-bottom:1.5rem;font-family:var(--font-head)}[data-astro-cid-bbe6dxrz][data-theme=dark] .hero__badge[data-astro-cid-bbe6dxrz]{color:var(--action)}.hero__badge-dot[data-astro-cid-bbe6dxrz]{width:6px;height:6px;border-radius:50%;background:var(--action)}h1[data-astro-cid-bbe6dxrz]{margin-bottom:1.25rem}h1[data-astro-cid-bbe6dxrz] em[data-astro-cid-bbe6dxrz]{font-style:normal;color:var(--action)}.lead[data-astro-cid-bbe6dxrz]{margin-bottom:2rem;max-width:480px}.hero__form-wrap[data-astro-cid-bbe6dxrz]{margin-bottom:1rem}.hero__visual[data-astro-cid-bbe6dxrz]{display:flex;justify-content:flex-end;align-items:flex-start;position:relative}.phone-wrap[data-astro-cid-bbe6dxrz]{position:relative;filter:drop-shadow(var(--sh-xl))}.phone[data-astro-cid-bbe6dxrz]{width:260px;background:color-mix(in srgb,var(--text-primary) 60%,transparent);border-radius:44px;padding:7px;position:relative;box-shadow:0 0 0 1px color-mix(in srgb,var(--text-primary) 15%,transparent)}.phone__screen[data-astro-cid-bbe6dxrz]{border-radius:36px;overflow:hidden;background:#f7f8f3;position:relative}.phone__screen[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]{width:100%;display:block}.phone-card[data-astro-cid-bbe6dxrz]{position:absolute;background:var(--bg-surface);border-radius:var(--r-lg);box-shadow:var(--sh-lg);padding:.75rem 1rem;border:1px solid var(--border);font-size:.8rem;font-family:var(--font-head);white-space:nowrap;animation:float 4s ease-in-out infinite;z-index:10}.phone-card--1[data-astro-cid-bbe6dxrz]{left:-60px;top:120px;animation-delay:0s}.phone-card--2[data-astro-cid-bbe6dxrz]{right:-55px;top:260px;animation-delay:1.5s}.phone-card__label[data-astro-cid-bbe6dxrz]{font-size:.7rem;color:var(--text-muted);margin-bottom:.2rem}.phone-card__value[data-astro-cid-bbe6dxrz]{font-weight:700;color:var(--text-primary)}.phone-card__value--amber[data-astro-cid-bbe6dxrz]{color:var(--action)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.proof[data-astro-cid-bbe6dxrz]{padding:2.5rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg-surface)}.proof__inner[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;justify-content:center;gap:3rem;flex-wrap:wrap}.proof__stat[data-astro-cid-bbe6dxrz]{text-align:center}.proof__stat-num[data-astro-cid-bbe6dxrz]{font-family:var(--font-head);font-size:1rem;font-weight:800;color:var(--action)}.proof__stat-label[data-astro-cid-bbe6dxrz]{font-size:.8rem;color:var(--text-muted)}.proof__divider[data-astro-cid-bbe6dxrz]{width:1px;height:32px;background:var(--border)}@media (max-width: 900px){.hero__inner[data-astro-cid-bbe6dxrz]{grid-template-columns:1fr;gap:3rem}.hero__visual[data-astro-cid-bbe6dxrz]{justify-content:flex-start}.lead[data-astro-cid-bbe6dxrz]{max-width:100%}.phone-card--1[data-astro-cid-bbe6dxrz],.phone-card--2[data-astro-cid-bbe6dxrz]{display:none}}@media (max-width: 640px){.hero[data-astro-cid-bbe6dxrz]{padding:4rem 0 3rem}.proof__inner[data-astro-cid-bbe6dxrz]{gap:1.5rem}.proof__divider[data-astro-cid-bbe6dxrz]{display:none}}@media (max-width: 480px){.phone[data-astro-cid-bbe6dxrz]{width:220px}}.problem__grid[data-astro-cid-oo6sugl5]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1rem}.problem__card[data-astro-cid-oo6sugl5]{background:var(--bg-surface);border-radius:var(--r-xl);border:1px solid var(--border);box-shadow:var(--sh-md);overflow:hidden;transition:box-shadow .25s var(--ease),transform .25s var(--ease),border-color .25s var(--ease);display:flex;flex-direction:column}.problem__card[data-astro-cid-oo6sugl5]:hover{transform:translateY(-4px);box-shadow:var(--sh-lg);border-color:color-mix(in srgb,var(--action) 30%,transparent)}.problem__visual[data-astro-cid-oo6sugl5]{position:relative;height:180px;background:var(--bg-variant);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:center;padding:1.25rem 1.5rem;overflow:hidden}.problem__visual[data-astro-cid-oo6sugl5]:before{content:"";position:absolute;inset:0;background-image:radial-gradient(color-mix(in srgb,var(--text-muted) 30%,transparent) 1px,transparent 1px);background-size:18px 18px;opacity:.35;pointer-events:none}.problem__visual[data-astro-cid-oo6sugl5] img[data-astro-cid-oo6sugl5]{max-width:100%;max-height:100%;width:auto;height:auto;filter:drop-shadow(0 6px 18px rgba(17,17,8,.1));border-radius:var(--r-md);position:relative}[data-astro-cid-oo6sugl5][data-theme=dark] .problem__visual[data-astro-cid-oo6sugl5] img[data-astro-cid-oo6sugl5]{filter:drop-shadow(0 6px 18px rgba(0,0,0,.45))}.problem__body[data-astro-cid-oo6sugl5]{padding:1.5rem 1.75rem 1.75rem}.problem__before[data-astro-cid-oo6sugl5]{display:inline-flex;align-items:center;gap:.375rem;font-family:var(--font-head);font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.55rem}.problem__before-dot[data-astro-cid-oo6sugl5]{width:6px;height:6px;border-radius:50%;background:var(--text-muted)}.problem__card[data-astro-cid-oo6sugl5] h3[data-astro-cid-oo6sugl5]{margin-bottom:.375rem;font-size:1.1rem}.problem__card[data-astro-cid-oo6sugl5] p[data-astro-cid-oo6sugl5]{font-size:.9rem;margin:0;color:var(--text-muted);line-height:1.6}.problem__then[data-astro-cid-oo6sugl5]{margin-top:.9rem;padding-top:.9rem;border-top:1px dashed var(--border);display:flex;gap:.55rem;align-items:flex-start}.problem__then-icon[data-astro-cid-oo6sugl5]{flex-shrink:0;width:18px;height:18px;border-radius:50%;background:color-mix(in srgb,var(--action) 12%,transparent);color:var(--action);display:flex;align-items:center;justify-content:center;margin-top:1px}.problem__then[data-astro-cid-oo6sugl5] p[data-astro-cid-oo6sugl5]{font-size:.85rem;color:var(--text-secondary);margin:0}.problem__then[data-astro-cid-oo6sugl5] strong[data-astro-cid-oo6sugl5]{color:var(--text-primary);font-weight:600}@media (max-width: 640px){.problem__grid[data-astro-cid-oo6sugl5]{grid-template-columns:1fr}}.features[data-astro-cid-utstonhj]{padding:6rem 0;background:var(--bg-surface)}.features__inner[data-astro-cid-utstonhj]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.features__tabs[data-astro-cid-utstonhj]{display:flex;flex-direction:column;gap:0}.feature-tab[data-astro-cid-utstonhj]{padding:1.5rem 1.5rem 1.5rem 1.75rem;border-radius:var(--r-xl);cursor:pointer;border:1.5px solid transparent;transition:all .2s var(--ease);position:relative;margin-bottom:5px}.feature-tab[data-astro-cid-utstonhj]:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:var(--action);border-radius:3px;transition:height .25s var(--ease)}.feature-tab[data-astro-cid-utstonhj]:hover{background:var(--bg-variant)}.feature-tab[data-astro-cid-utstonhj].active{background:var(--action-light);border-color:color-mix(in srgb,var(--action) 20%,transparent)}[data-astro-cid-utstonhj][data-theme=dark] .feature-tab[data-astro-cid-utstonhj].active{background:var(--action-light)}.feature-tab[data-astro-cid-utstonhj].active:before{height:60%}.feature-tab__header[data-astro-cid-utstonhj]{display:flex;align-items:center;gap:.75rem;margin-bottom:.4rem}.feature-tab__icon[data-astro-cid-utstonhj]{width:36px;height:36px;border-radius:var(--r-md);background:var(--bg-muted);color:var(--text-muted);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s var(--ease)}.feature-tab[data-astro-cid-utstonhj].active .feature-tab__icon[data-astro-cid-utstonhj]{background:var(--action);color:#fff}.feature-tab[data-astro-cid-utstonhj] h3[data-astro-cid-utstonhj]{font-size:1rem;margin:0}.feature-tab[data-astro-cid-utstonhj] p[data-astro-cid-utstonhj]{font-size:.875rem;color:var(--text-muted);margin:0;line-height:1.55}.features__phone-area[data-astro-cid-utstonhj]{display:flex;justify-content:flex-end;position:relative}.features__phone-track[data-astro-cid-utstonhj]{position:relative}.feature-screen[data-astro-cid-utstonhj]{display:none;animation:fadeUp .35s var(--ease)}.feature-screen[data-astro-cid-utstonhj].active{display:block}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.phone[data-astro-cid-utstonhj]{background:color-mix(in srgb,var(--text-primary) 60%,transparent);border-radius:44px;padding:7px;box-shadow:0 0 0 1px color-mix(in srgb,var(--text-primary) 15%,transparent);filter:drop-shadow(var(--sh-xl))}.phone__screen[data-astro-cid-utstonhj]{border-radius:36px;overflow:hidden;background:#f7f8f3}.phone__screen[data-astro-cid-utstonhj] img[data-astro-cid-utstonhj]{width:100%;display:block}.feature-placeholder[data-astro-cid-utstonhj]{width:100%;aspect-ratio:9/18;background:repeating-linear-gradient(-45deg,var(--bg-variant) 0px,var(--bg-variant) 8px,var(--bg-muted) 8px,var(--bg-muted) 16px);border-radius:36px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem}.feature-placeholder__label[data-astro-cid-utstonhj]{font-size:.75rem;font-family:monospace;color:var(--text-muted);text-align:center}@media (max-width: 900px){.features__inner[data-astro-cid-utstonhj]{grid-template-columns:1fr;gap:2.5rem}.features__phone-area[data-astro-cid-utstonhj]{order:-1;justify-content:flex-start}}.hiw__steps[data-astro-cid-cmgpsf2k]{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;align-items:flex-start}.hiw__step[data-astro-cid-cmgpsf2k]{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.hiw__step[data-astro-cid-cmgpsf2k]:not(:last-child):after{content:"";position:absolute;top:130px;right:-1.4rem;width:2.8rem;height:1px;background:repeating-linear-gradient(to right,var(--border) 0,var(--border) 4px,transparent 4px,transparent 8px)}.hiw__phone[data-astro-cid-cmgpsf2k]{width:200px;background:color-mix(in srgb,var(--text-primary) 70%,transparent);border-radius:34px;padding:5px;box-shadow:var(--sh-lg);margin-bottom:1.5rem;position:relative}.hiw__phone-screen[data-astro-cid-cmgpsf2k]{border-radius:28px;overflow:hidden;background:#f7f8f3;aspect-ratio:9/19;position:relative}.hiw__phone-screen[data-astro-cid-cmgpsf2k] img[data-astro-cid-cmgpsf2k]{width:100%;display:block}.hiw__phone-number[data-astro-cid-cmgpsf2k]{position:absolute;top:-10px;left:-10px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:var(--action);color:#fff;font-family:var(--font-head);font-size:1rem;font-weight:800;border-radius:50%;box-shadow:0 4px 14px color-mix(in srgb,var(--action) 45%,transparent);border:3px solid var(--bg);z-index:2}.hiw__step[data-astro-cid-cmgpsf2k] h3[data-astro-cid-cmgpsf2k]{margin-bottom:.4rem;font-size:1.15rem}.hiw__step[data-astro-cid-cmgpsf2k] p[data-astro-cid-cmgpsf2k]{font-size:.9rem;color:var(--text-muted);margin:0;max-width:240px}.hiw__cta[data-astro-cid-cmgpsf2k]{margin-top:4rem;text-align:center;padding:2.5rem;background:var(--bg-variant);border-radius:var(--r-xl);max-width:560px;margin-inline:auto}.hiw__cta[data-astro-cid-cmgpsf2k] p[data-astro-cid-cmgpsf2k]{font-size:1.1rem;margin-bottom:1.25rem;color:var(--text-secondary)}@media (max-width: 900px){.hiw__steps[data-astro-cid-cmgpsf2k]{grid-template-columns:1fr;gap:3rem}.hiw__step[data-astro-cid-cmgpsf2k]:not(:last-child):after{display:none}}@media (max-width: 640px){.hiw__cta[data-astro-cid-cmgpsf2k]{padding:1.75rem}}.diff[data-astro-cid-7siuvqvq]{padding:6rem 0}.diff[data-astro-cid-7siuvqvq] .section-header[data-astro-cid-7siuvqvq] h2[data-astro-cid-7siuvqvq]{color:#fff}[data-astro-cid-7siuvqvq][data-theme=dark] .diff[data-astro-cid-7siuvqvq] .section-header[data-astro-cid-7siuvqvq] h2[data-astro-cid-7siuvqvq]{color:var(--text-primary)}.diff[data-astro-cid-7siuvqvq] .section-header[data-astro-cid-7siuvqvq] p[data-astro-cid-7siuvqvq]{color:#ffffff80}[data-astro-cid-7siuvqvq][data-theme=dark] .diff[data-astro-cid-7siuvqvq] .section-header[data-astro-cid-7siuvqvq] p[data-astro-cid-7siuvqvq]{color:var(--text-muted)}.diff__rows[data-astro-cid-7siuvqvq]{display:flex;flex-direction:column;gap:1.5rem;max-width:960px;margin:0 auto}.diff__row[data-astro-cid-7siuvqvq]{background:#ffffff0a;border:1px solid rgba(255,255,255,.09);border-radius:var(--r-xl);padding:1.75rem;box-shadow:0 4px 24px #00000040,inset 0 1px #ffffff0f}[data-astro-cid-7siuvqvq][data-theme=dark] .diff__row[data-astro-cid-7siuvqvq]{background:var(--bg-variant);border-color:var(--border);box-shadow:var(--sh-md)}.diff__row-head[data-astro-cid-7siuvqvq]{display:flex;align-items:center;gap:.875rem;margin-bottom:1.5rem;flex-wrap:wrap}.diff__x[data-astro-cid-7siuvqvq]{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--r-md);background:color-mix(in srgb,var(--action) 18%,transparent);color:var(--action);border:1px solid color-mix(in srgb,var(--action) 30%,transparent)}.diff__not-label[data-astro-cid-7siuvqvq]{font-family:var(--font-head);font-size:1.15rem;font-weight:800;color:#fff;letter-spacing:-.01em}[data-astro-cid-7siuvqvq][data-theme=dark] .diff__not-label[data-astro-cid-7siuvqvq]{color:var(--text-primary)}.diff__instead[data-astro-cid-7siuvqvq]{font-size:.925rem;color:#ffffff8c;margin:0 0 0 auto;max-width:380px;line-height:1.5}[data-astro-cid-7siuvqvq][data-theme=dark] .diff__instead[data-astro-cid-7siuvqvq]{color:var(--text-muted)}.diff__instead[data-astro-cid-7siuvqvq] strong[data-astro-cid-7siuvqvq]{color:#ffffffd9;font-weight:600}[data-astro-cid-7siuvqvq][data-theme=dark] .diff__instead[data-astro-cid-7siuvqvq] strong[data-astro-cid-7siuvqvq]{color:var(--text-primary)}.diff__compare[data-astro-cid-7siuvqvq]{display:grid;grid-template-columns:1fr 36px 1fr;gap:1rem;align-items:stretch}.diff__side[data-astro-cid-7siuvqvq]{border-radius:var(--r-lg);padding:1.25rem;min-height:160px;display:flex;flex-direction:column;position:relative;overflow:hidden}.diff__side--other[data-astro-cid-7siuvqvq]{background:#ffffff06;border:1px dashed rgba(255,255,255,.14)}[data-astro-cid-7siuvqvq][data-theme=dark] .diff__side--other[data-astro-cid-7siuvqvq]{background:var(--bg);border-color:var(--border)}.diff__side--ours[data-astro-cid-7siuvqvq]{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);align-items:center;justify-content:center}[data-astro-cid-7siuvqvq][data-theme=dark] .diff__side--ours[data-astro-cid-7siuvqvq]{background:var(--bg-muted);border-color:var(--border)}.diff__side-label[data-astro-cid-7siuvqvq]{font-family:var(--font-head);font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.9rem;align-self:flex-start}.diff__side--other[data-astro-cid-7siuvqvq] .diff__side-label[data-astro-cid-7siuvqvq]{color:#fff6}[data-astro-cid-7siuvqvq][data-theme=dark] .diff__side--other[data-astro-cid-7siuvqvq] .diff__side-label[data-astro-cid-7siuvqvq]{color:var(--text-muted)}.diff__side--ours[data-astro-cid-7siuvqvq] .diff__side-label[data-astro-cid-7siuvqvq]{color:var(--action);position:absolute;top:1rem;left:1.25rem}.diff__side--ours[data-astro-cid-7siuvqvq] img[data-astro-cid-7siuvqvq]{max-width:100%;max-height:100px;border-radius:var(--r-md);margin-top:1.5rem;filter:drop-shadow(0 8px 22px rgba(0,0,0,.4))}.diff__arrow[data-astro-cid-7siuvqvq]{display:flex;align-items:center;justify-content:center;color:#ffffff40}[data-astro-cid-7siuvqvq][data-theme=dark] .diff__arrow[data-astro-cid-7siuvqvq]{color:var(--text-muted)}.diff__chat[data-astro-cid-7siuvqvq]{display:flex;flex-direction:column;gap:.4rem;flex:1;justify-content:center;opacity:.55;mask-image:linear-gradient(to bottom,#000 0%,#000 60%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 60%,transparent 100%)}.diff__bubble[data-astro-cid-7siuvqvq]{padding:.35rem .7rem;font-size:.75rem;max-width:75%;color:#ffffffb3;background:#ffffff14;border-radius:14px 14px 14px 4px}[data-astro-cid-7siuvqvq][data-theme=dark] .diff__bubble[data-astro-cid-7siuvqvq]{color:var(--text-secondary);background:#ffffff0d}.diff__bubble--mine[data-astro-cid-7siuvqvq]{align-self:flex-end;background:#2d68f438;color:#fffc;border-bottom-left-radius:14px;border-bottom-right-radius:4px}[data-astro-cid-7siuvqvq][data-theme=dark] .diff__bubble--mine[data-astro-cid-7siuvqvq]{background:color-mix(in srgb,var(--action) 18%,transparent);color:var(--text-secondary)}.diff__bubble--dots[data-astro-cid-7siuvqvq]{font-style:italic;opacity:.6}.diff__booking[data-astro-cid-7siuvqvq]{flex:1;display:flex;flex-direction:column;gap:.35rem;justify-content:center;opacity:.6;position:relative;padding:.25rem}.diff__booking[data-astro-cid-7siuvqvq]:after{content:"";position:absolute;left:-8px;right:-8px;top:50%;height:1.5px;background:#ffffff59;transform:rotate(-3deg);pointer-events:none}[data-astro-cid-7siuvqvq][data-theme=dark] .diff__booking[data-astro-cid-7siuvqvq]:after{background:var(--text-muted)}.diff__booking-title[data-astro-cid-7siuvqvq]{font-family:var(--font-head);font-weight:700;font-size:.88rem;color:#fff9}[data-astro-cid-7siuvqvq][data-theme=dark] .diff__booking-title[data-astro-cid-7siuvqvq]{color:var(--text-secondary)}.diff__booking-meta[data-astro-cid-7siuvqvq]{font-size:.7rem;color:#fff6;display:flex;gap:.375rem;align-items:center}[data-astro-cid-7siuvqvq][data-theme=dark] .diff__booking-meta[data-astro-cid-7siuvqvq]{color:var(--text-muted)}.diff__booking-price[data-astro-cid-7siuvqvq]{font-family:var(--font-head);font-weight:800;color:#ffffffb3;font-size:1rem;margin-top:.15rem}[data-astro-cid-7siuvqvq][data-theme=dark] .diff__booking-price[data-astro-cid-7siuvqvq]{color:var(--text-secondary)}.diff__booking-btn[data-astro-cid-7siuvqvq]{align-self:flex-start;margin-top:.4rem;background:#ffffff1a;color:#ffffff8c;padding:.25rem .7rem;border-radius:var(--r-full);font-size:.7rem;font-weight:600;font-family:var(--font-head)}[data-astro-cid-7siuvqvq][data-theme=dark] .diff__booking-btn[data-astro-cid-7siuvqvq]{background:var(--bg-muted);color:var(--text-muted)}.diff__social[data-astro-cid-7siuvqvq]{flex:1;display:flex;flex-direction:column;gap:.65rem;justify-content:center;opacity:.6}.diff__social-row[data-astro-cid-7siuvqvq]{display:flex;align-items:center;gap:.625rem}.diff__social-avatars[data-astro-cid-7siuvqvq]{display:flex}.diff__social-avatars[data-astro-cid-7siuvqvq]>span[data-astro-cid-7siuvqvq]{width:26px;height:26px;border-radius:50%;background:#ffffff2e;border:2px solid var(--dark-bg);margin-left:-8px}[data-astro-cid-7siuvqvq][data-theme=dark] .diff__social-avatars[data-astro-cid-7siuvqvq]>span[data-astro-cid-7siuvqvq]{border-color:var(--bg-variant);background:var(--bg-muted)}.diff__social-avatars[data-astro-cid-7siuvqvq]>span[data-astro-cid-7siuvqvq]:first-child{margin-left:0}.diff__social-text[data-astro-cid-7siuvqvq]{font-size:.75rem;color:#ffffff80}[data-astro-cid-7siuvqvq][data-theme=dark] .diff__social-text[data-astro-cid-7siuvqvq]{color:var(--text-muted)}.diff__social-post[data-astro-cid-7siuvqvq]{background:#ffffff0a;border-radius:var(--r-md);padding:.6rem .75rem;display:flex;flex-direction:column;gap:.35rem}[data-astro-cid-7siuvqvq][data-theme=dark] .diff__social-post[data-astro-cid-7siuvqvq]{background:var(--bg-muted)}.diff__social-bar[data-astro-cid-7siuvqvq]{height:6px;border-radius:3px;background:#ffffff1a}[data-astro-cid-7siuvqvq][data-theme=dark] .diff__social-bar[data-astro-cid-7siuvqvq]{background:#ffffff0f}.diff__social-bar--short[data-astro-cid-7siuvqvq]{width:40%}.diff__social-engage[data-astro-cid-7siuvqvq]{display:flex;gap:.75rem;font-size:.65rem;color:#ffffff59}[data-astro-cid-7siuvqvq][data-theme=dark] .diff__social-engage[data-astro-cid-7siuvqvq]{color:var(--text-muted)}.diff__tagline[data-astro-cid-7siuvqvq]{text-align:center;margin-top:3.5rem;font-family:var(--font-head);font-size:1.35rem;font-weight:700;color:#fff;max-width:620px;margin-inline:auto;line-height:1.45}[data-astro-cid-7siuvqvq][data-theme=dark] .diff__tagline[data-astro-cid-7siuvqvq]{color:var(--text-primary)}.diff__tagline[data-astro-cid-7siuvqvq] em[data-astro-cid-7siuvqvq]{font-style:normal;color:var(--action)}@media (max-width: 900px){.diff__compare[data-astro-cid-7siuvqvq]{grid-template-columns:1fr}.diff__arrow[data-astro-cid-7siuvqvq]{transform:rotate(90deg)}.diff__instead[data-astro-cid-7siuvqvq]{margin-left:0;margin-top:.5rem}}.cta[data-astro-cid-4xty6sx2]{padding:7rem 0}.cta__inner[data-astro-cid-4xty6sx2]{text-align:center;max-width:640px;margin:0 auto}.cta__inner[data-astro-cid-4xty6sx2] h2[data-astro-cid-4xty6sx2]{margin-bottom:1rem}.cta__inner[data-astro-cid-4xty6sx2]>p[data-astro-cid-4xty6sx2]{font-size:1.1rem;color:var(--text-muted);max-width:480px;margin-inline:auto;margin-bottom:2.5rem}.cta__form[data-astro-cid-4xty6sx2]{max-width:480px;margin:0 auto}@media (max-width: 640px){.cta[data-astro-cid-4xty6sx2]{padding:4rem 0}}
