:root{--icr-color-bg: #0b0b0f;--icr-color-surface: #15151b;--icr-color-text: #f5f7fb;--icr-color-muted: #9aa3b2;--icr-color-primary: #6f61ff;--icr-color-secondary: #5ce1e6;--icr-color-border: rgba(255, 255, 255, .12);--icr-radius-sm: 10px;--icr-radius-md: 18px;--icr-radius-lg: 28px;--icr-radius-xl: 40px;--icr-space-1: 4px;--icr-space-2: 8px;--icr-space-3: 12px;--icr-space-4: 16px;--icr-space-5: 24px;--icr-space-6: 32px;--icr-space-7: 48px;--icr-space-8: 64px;--icr-font-sans: Inter, system-ui, sans-serif}html,body{margin:0;padding:0;font-family:var(--icr-font-sans);min-height:100%;color:#111}body.auth-open{overflow:hidden}@media(hover:none)and (pointer:coarse){input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=hidden]):not([type=button]):not([type=submit]):not([type=reset]):not([type=color]),textarea,select{font-size:16px!important}}*,*:before,*:after{box-sizing:border-box}.landing{min-height:100vh}.hero-stage{position:relative;min-height:100vh;display:flex;flex-direction:column;overflow:hidden;isolation:isolate}.hero-stage__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 42%;z-index:0}.hero-stage__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#3a48589e,#483a4a7a 28%,#c6053c8c 62%,#b00834e0 82%,#b00838);pointer-events:none}.topbar{position:relative;z-index:3;max-width:1220px;width:calc(100% - 2.4rem);margin:1.1rem auto 0;min-height:54px;padding:0 1rem;border-radius:999px;background:#ffffffd1;border:1px solid rgba(255,255,255,.65);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:space-between;gap:.75rem;box-shadow:0 10px 32px #1b19191a}.logo{width:128px;max-width:42vw;height:auto;flex-shrink:0}.top-actions{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;justify-content:flex-end}.pill,a.pill{border:0;color:#fff;border-radius:999px;padding:.5rem .95rem;font-weight:600;font-size:.86rem;display:inline-flex;align-items:center;gap:.35rem;text-decoration:none;cursor:pointer;font-family:inherit;line-height:1.2;white-space:nowrap}a.pill:hover{color:#fff}.pill img{width:16px;height:16px;flex-shrink:0}.pill-blue{background:linear-gradient(95deg,#4f7df8,#6b4fd6)}.pill-red{background:linear-gradient(95deg,#d50e46,#bc0438)}.pill-orange{background:#f47e2f}.pill.icon-only{width:34px;height:34px;justify-content:center;padding:0}.hero-stage__content{position:relative;z-index:2;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;padding:5vh 1.25rem 1.25rem;max-width:1220px;width:100%;margin:0 auto}.hero-stage__content h1{margin:0;color:#fff;font-size:clamp(2rem,4.8vw,3.4rem);line-height:1.08;letter-spacing:-.02em;font-weight:800;text-wrap:balance}.hero-stage__lead{margin:.55rem 0 0;color:#ffffffeb;font-size:clamp(1.05rem,2.2vw,1.65rem);font-weight:600;max-width:28ch}.search-card{width:min(100%,720px);margin-top:clamp(1.5rem,4vw,2.25rem);border-radius:1.75rem;padding:clamp(1.35rem,3vw,2rem) clamp(1.15rem,2.5vw,1.85rem);background:#ffffff61;border:1px solid rgba(255,255,255,.62);box-shadow:0 18px 48px #20101829;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.search-title{margin:0 0 1rem;display:flex;align-items:center;justify-content:center;gap:.35rem;font-size:clamp(1.55rem,3vw,2.35rem);line-height:1.15;font-weight:800;color:#fff;text-shadow:0 1px 12px rgba(0,0,0,.18)}.search-title__dot{display:inline-flex;flex-shrink:0;animation:search-dot-pulse 2.2s ease-in-out infinite}.search-title__dot img{width:clamp(28px,5vw,40px);height:auto;display:block}@keyframes search-dot-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.06);opacity:.88}}.search-compose{display:block}.search-compose__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.search-compose__field{position:relative}.search-compose input{width:100%;min-height:56px;border:1px solid rgba(255,255,255,.55);border-radius:999px;padding:0 3.6rem 0 1.25rem;font:inherit;font-size:clamp(.95rem,2vw,1.08rem);color:#111;background:#ffffffb8;outline:none}.search-compose input:focus-visible{border-color:#ffffffe6;background:#ffffffeb;box-shadow:0 0 0 3px #c6053c24}.search-compose__typewriter{position:absolute;left:1.25rem;right:3.6rem;top:50%;transform:translateY(-50%);pointer-events:none;text-align:left;font-size:clamp(.88rem,2vw,1.05rem);line-height:1.35;color:#11111185;transition:opacity .2s ease}.search-compose--typing-hidden .search-compose__typewriter{opacity:0;visibility:hidden}.search-compose__typewriter-line{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-compose__typewriter-prefix{color:#1111116b}.search-compose__typewriter-cursor{display:inline-block;margin-left:1px;color:#c6053cd9;font-weight:600;animation:typewriter-cursor-blink 1s step-end infinite}@keyframes typewriter-cursor-blink{0%,to{opacity:1}50%{opacity:0}}.search-compose__send{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;background:linear-gradient(135deg,#d50e46,#bc0438);box-shadow:0 6px 16px #bc043859}.search-compose__send:hover{filter:brightness(1.05)}.search-compose__send img{display:block}.how-section{position:relative;z-index:2;margin-top:-.25rem;padding:1.75rem 1.25rem clamp(3rem,7vw,4.5rem);text-align:center;background:linear-gradient(180deg,#b00838,#c2063d 16%,#c6053c 48% 62%,#d84a62 72%,#ea6875 80%,#f7aaa2 86%,#ffd4cf 90%,#ffe8e7,#fff5f5 96%,#fff);color:#fff}.how-section:after{content:"";position:absolute;left:0;right:0;bottom:0;height:clamp(48px,8vw,88px);pointer-events:none;background:linear-gradient(180deg,#fff0,#ffffffd9 55%,#fff)}.how-section h2{position:relative;z-index:1;margin:0 0 1.25rem;font-size:clamp(1.85rem,4vw,2.75rem);font-weight:800;letter-spacing:-.02em}.how-section__figure{position:relative;z-index:1;margin:0 auto;max-width:1100px}.how-section__img{display:block;width:100%;height:auto;margin:0 auto}.promo-radial{position:relative;z-index:2;padding:clamp(2.5rem,6vw,4.25rem) clamp(1.25rem,4vw,2.5rem);color:#fff;background:radial-gradient(circle at 50% 50%,#c6053c 7%,#e05c16);overflow:hidden}.book-section__inner{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:clamp(1.25rem,4vw,2.75rem)}.book-section__copy{text-align:left}.book-section__eyebrow{margin:0 0 .65rem;font-size:clamp(.92rem,1.6vw,1.05rem);font-weight:600;color:#ffffffeb}.book-section__copy h2{margin:0;font-size:clamp(2rem,4.5vw,3.15rem);font-weight:800;line-height:1.08;letter-spacing:-.02em}.book-section__lead{margin:1rem 0 0;max-width:38ch;font-size:clamp(.95rem,1.7vw,1.1rem);line-height:1.55;color:#ffffffe0}.book-section__cta{display:inline-flex;align-items:center;justify-content:center;margin-top:1.75rem;min-height:48px;padding:0 1.65rem;border-radius:999px;background:linear-gradient(135deg,#f47e2f,#ee7b20 55%,#e45509);color:#fff;font:inherit;font-size:1rem;font-weight:700;text-decoration:none;box-shadow:0 10px 28px #e4550961;transition:filter .15s ease,transform .15s ease}.book-section__cta:hover{filter:brightness(1.05);transform:translateY(-1px)}.book-section__visual{margin:0;display:flex;justify-content:center;align-items:center}.book-section__img{display:block;width:min(100%,580px);height:auto}.chat-section{position:relative;z-index:2;padding:clamp(2.75rem,6vw,4.5rem) clamp(1.25rem,4vw,2.5rem);background:#fff;color:#111}.chat-section__inner{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);align-items:center;gap:clamp(1.5rem,4vw,3rem)}.chat-section__visual{margin:0;display:flex;justify-content:center;align-items:center}.chat-section__img{display:block;width:min(100%,620px);height:auto}.chat-section__copy{text-align:left}.chat-section__eyebrow{margin:0 0 .75rem;font-size:clamp(.92rem,1.5vw,1.02rem);font-weight:700;color:#111}.chat-section__copy h2{margin:0;font-size:clamp(2rem,4.2vw,3rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;color:#ee7b20}.chat-section__lead{margin:1.1rem 0 0;max-width:40ch;font-size:clamp(.95rem,1.6vw,1.08rem);line-height:1.55;color:#374151}.chat-section__cta{display:flex;align-items:center;justify-content:center;width:100%;max-width:320px;margin-top:1.85rem;min-height:50px;padding:0 1.5rem;border-radius:999px;background:linear-gradient(135deg,#f47e2f,#ee7b20 55%,#e45509);color:#fff;font:inherit;font-size:1rem;font-weight:700;text-decoration:none;box-shadow:0 8px 22px #e4550947;transition:filter .15s ease,transform .15s ease}.chat-section__cta:hover{filter:brightness(1.05);transform:translateY(-1px)}.inspire-section{position:relative;z-index:2;padding:clamp(3rem,7vw,5rem) clamp(1.25rem,4vw,2.5rem) clamp(2.5rem,5vw,4rem);text-align:center;background:#fff;color:#111}.inspire-section__title{margin:0 auto;max-width:min(100%,920px);text-wrap:balance;font-size:clamp(1.85rem,4.2vw,3rem);font-weight:800;line-height:1.12;letter-spacing:-.02em;background:linear-gradient(95deg,#f47e2f,#e05c16 42%,#c2063d 72%,#9a4a2e);-webkit-background-clip:text;background-clip:text;color:transparent}.inspire-section__subtitle{margin:1.1rem auto 0;max-width:36ch;font-size:clamp(1rem,2vw,1.2rem);font-weight:700;line-height:1.45;color:#111}.inspire-section__cta{display:inline-flex;align-items:center;justify-content:center;margin-top:1.5rem;min-height:48px;padding:0 2.25rem;border-radius:999px;background:linear-gradient(135deg,#d50e46,#c6053c);color:#fff;font:inherit;font-size:1rem;font-weight:700;text-decoration:none;box-shadow:0 8px 22px #c6053c47;transition:filter .15s ease,transform .15s ease}.inspire-section__cta:hover{filter:brightness(1.05);transform:translateY(-1px)}.inspire-section__figure{margin:clamp(2rem,5vw,3rem) auto 0;max-width:1100px}.inspire-section__img{display:block;width:100%;height:auto;margin:0 auto}.auth-overlay{position:fixed;inset:0;z-index:30;background:#4f465259;backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;overflow-y:auto;padding:max(1rem,env(safe-area-inset-top,0px)) 1rem max(1rem,env(safe-area-inset-bottom,0px))}.auth-overlay[hidden]{display:none}.auth-close{position:absolute;top:1.8rem;right:2rem;border:0;background:transparent;color:#fff;font-size:3rem;line-height:1;cursor:pointer}.auth-stage{position:relative;margin:auto}.auth-modal{width:min(100%,395px);border-radius:2rem;background:#f6f6f6;padding:2.2rem 1.5rem 1.8rem;position:relative;z-index:2;box-shadow:0 24px 50px #100e0f40}.auth-modal[hidden],.auth-overlay[data-auth-step=confirm] .auth-thumb{display:none}.auth-overlay[data-auth-step=confirm] .auth-stage{width:min(100%,420px)}.auth-modal--confirm{width:100%;max-width:420px;background:#fff;padding:clamp(1.6rem,4vw,2rem) clamp(1.25rem,4vw,1.75rem) clamp(1.4rem,3vw,1.65rem);border-radius:clamp(1.35rem,4vw,2rem)}.auth-modal--register h2{margin:0 0 1.4rem;font-size:2.6rem;text-align:center;letter-spacing:-.01em}.auth-modal--confirm h2{margin:0 0 1rem;font-size:clamp(1.35rem,4.5vw,1.75rem);text-align:center;letter-spacing:-.02em;line-height:1.15}.auth-confirm-icon{display:flex;justify-content:center;margin:0 0 1rem}.auth-confirm-text{margin:0 0 .85rem;text-align:center;font-size:1rem;line-height:1.45;color:#1f2937}.auth-confirm-text strong{font-weight:700;color:#111827;word-break:break-word}.auth-confirm-close{width:100%;margin-top:.35rem}.auth-confirm-login{margin-top:.85rem;font-size:1rem}.auth-form{display:grid;gap:.65rem}.auth-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.auth-form input,.auth-social,.auth-primary{border:0;border-radius:999px;height:44px;padding:0 1rem;font-size:1.04rem}.auth-form input{background:#ececec}.auth-terms{display:flex;align-items:flex-start;gap:.55rem;margin:.25rem 0 .15rem;font-size:.87rem;line-height:1.35;color:#374151}.auth-terms input[type=checkbox]{margin-top:.15rem;width:16px;height:16px;flex-shrink:0}.auth-terms a{color:#1d4ed8;text-decoration:underline;text-underline-offset:2px}.auth-primary{margin-top:1rem;background:#4d88ef;color:#fff;font-weight:700}.auth-primary:disabled{opacity:.7;cursor:not-allowed}.auth-social-divider{margin:.85rem 0 .55rem;text-align:center;font-size:.9rem;color:#374151d9}.auth-social{background:#ececec;display:inline-flex;align-items:center;gap:.5rem;width:100%;box-sizing:border-box;justify-content:center;text-decoration:none;color:inherit;font-family:inherit;margin-top:.15rem}.auth-social-icon{width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:1.05rem;font-weight:700}.auth-social-icon.google{background:#fff;color:#e24631}.auth-social-icon.apple{color:#111}.auth-link{display:block;margin-top:1.6rem;text-align:center;color:#1a1a1a;font-size:1.1rem}.auth-feedback{min-height:1.4rem;margin:.7rem 0 0;text-align:center;font-size:.93rem;color:#1e3a8a}.auth-feedback.is-error{color:#b91c1c}.auth-feedback.is-success{color:#0f766e}.auth-thumb{position:absolute;width:105px;height:70px;border-radius:1.2rem;object-fit:cover;box-shadow:0 10px 18px #0f0f0f33;z-index:1}.auth-thumb-left-top{left:-68px;top:22px;transform:rotate(-12deg)}.auth-thumb-left-bottom{left:-54px;top:118px;transform:rotate(-12deg)}.auth-thumb-right{right:-72px;top:30px;transform:rotate(19deg)}@media(prefers-reduced-motion:reduce){.hero-stage__video{display:none}.hero-stage{background:#6a5d6e url(/images/Rectangle%20381.png) center / cover no-repeat}.search-title__dot,.search-compose__typewriter-cursor{animation:none}}@media(max-width:860px){.topbar{flex-direction:column;align-items:stretch;border-radius:1.25rem;padding:.85rem .9rem;min-height:auto}.top-actions{justify-content:center}.search-title{justify-content:flex-start}.book-section__inner{grid-template-columns:1fr;text-align:center}.book-section__copy{text-align:center}.book-section__lead{margin-left:auto;margin-right:auto}.chat-section__inner{grid-template-columns:1fr}.chat-section__copy{text-align:center}.chat-section__lead,.chat-section__cta{margin-left:auto;margin-right:auto}}.site-footer{background:#fff;color:#202431;padding:0 0 26px}.site-footer__inner{width:min(1220px,calc(100% - 2.4rem));margin:0 auto}.site-footer__banner{display:flex;align-items:center;gap:clamp(1rem,3vw,2.5rem);padding:clamp(2rem,5vw,3.5rem) 0 clamp(1.75rem,4vw,2.75rem)}.site-footer__banner-icon{width:clamp(52px,8vw,74px);height:auto;flex-shrink:0}.site-footer__banner-text{margin:0;color:#f47e2f;font-size:clamp(1.35rem,2.8vw,2.15rem);line-height:1.2;font-weight:800;letter-spacing:-.02em}.site-footer__top{display:grid;grid-template-columns:180px 1fr 1fr 1fr 120px;gap:24px;align-items:start}.site-footer__top>img{width:120px;height:auto}.site-footer__col h4{margin:0 0 10px;font-size:16px;color:#1f2533}.site-footer__col a,.site-footer__col p{margin:0 0 8px;display:block;color:#4d5567;font-size:14px;line-height:1.35;text-decoration:none}.site-footer__col a:hover{color:#1f2533}.site-footer__social div{display:flex;gap:14px}.site-footer__social a{width:20px;height:20px;border-radius:999px;color:#121a2b;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.site-footer__social img{width:16px;height:16px;object-fit:contain}.site-footer__bottom{margin-top:16px;padding-top:16px;border-top:1px solid #d5d7de;text-align:center;color:#666d7e;font-size:12px}@media(max-width:860px){.site-footer__banner{flex-direction:column;align-items:flex-start;text-align:left}.site-footer__top{grid-template-columns:1fr 1fr;gap:28px 20px}.site-footer__top>img{grid-column:1 / -1}}@media(max-width:560px){.site-footer__inner{width:calc(100% - 1.5rem)}.site-footer__top{grid-template-columns:1fr}.topbar{width:calc(100% - 1.5rem);margin-top:.75rem}.hero-stage__content{padding-left:.85rem;padding-right:.85rem}.pill{font-size:.78rem;padding:.45rem .75rem}.search-card{border-radius:1.35rem;padding:1.35rem 1rem 1.15rem}.search-compose__typewriter{left:1rem;right:3.25rem;font-size:.82rem}.book-section__inner{grid-template-columns:1fr;text-align:center}.book-section__copy{text-align:center}.book-section__lead{margin-left:auto;margin-right:auto}.chat-section__inner{grid-template-columns:1fr}.chat-section__copy{text-align:center}.chat-section__lead,.chat-section__cta{margin-left:auto;margin-right:auto}.auth-close{top:1rem;right:1rem}.auth-modal--register{border-radius:1.4rem;padding:1.5rem 1rem 1.1rem}.auth-modal--register h2{font-size:2rem}.auth-modal--confirm h2{font-size:1.35rem}.auth-modal--confirm{padding:1.45rem 1rem 1.2rem}.auth-terms{font-size:.8rem;gap:.45rem}.auth-thumb{display:none}}
