:root{--site-bg: #ffffff;--site-bg-alt: #f6f7f9;--site-ink: #0b0d12;--site-ink-soft: #4a4f59;--site-muted: #767b87;--site-border: #e7e8ec;--site-accent: #2f5bea;--site-accent-ink: #ffffff;--site-dark: #0b0d12;--site-dark-soft: #171a21;--site-gold: #b4841c;--site-radius-sm: 12px;--site-radius-md: 20px;--site-radius-lg: 28px;--site-max-width: 1180px;--site-space-section: 88px}@media (min-width: 1024px){:root{--site-space-section: 128px}}.site-root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--site-ink);background:var(--site-bg);line-height:1.5;-webkit-font-smoothing:antialiased}.site-root *{box-sizing:border-box}.site-root img{max-width:100%;display:block}.site-root a{color:inherit;text-decoration:none}.site-root section{padding:64px 20px}.site-root h1,.site-root h2,.site-root h3,.site-root h4{font-weight:800;letter-spacing:-.02em;margin:0}.site-root p{margin:0;color:var(--site-ink-soft)}.eyebrow{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--site-accent);margin-bottom:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;font-weight:700;text-align:center;transition:transform .15s ease,box-shadow .15s ease,background-color .15s ease;cursor:pointer;border:1.5px solid transparent;white-space:nowrap}.btn--md{padding:12px 22px;font-size:15px}.btn--lg{padding:16px 30px;font-size:16px}.btn--primary{background:var(--site-accent);color:var(--site-accent-ink)}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 10px 24px #2f5bea47}.btn--secondary{background:var(--site-bg-alt);color:var(--site-ink);border-color:var(--site-border)}.btn--secondary:hover{border-color:var(--site-accent)}.btn--ghost{background:transparent;color:var(--site-ink);border-color:var(--site-border)}.btn--ghost:hover{border-color:var(--site-ink)}.site-reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.site-reveal--visible{opacity:1;transform:translateY(0)}.site-reveal--delay-1.site-reveal--visible{transition-delay:.08s}.site-reveal--delay-2.site-reveal--visible{transition-delay:.16s}.site-reveal--delay-3.site-reveal--visible{transition-delay:.24s}@media (prefers-reduced-motion: reduce){.site-reveal{transition:none;transform:none}}.site-header{position:sticky;top:0;z-index:40;background:#ffffffb3;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);border-bottom:1px solid transparent;transition:background-color .25s ease,border-color .25s ease,backdrop-filter .25s ease}.site-header--scrolled{background:#ffffffdb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom-color:var(--site-border)}.site-header__inner{max-width:var(--site-max-width);margin:0 auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between}.site-header__logo{display:flex;align-items:center}.site-header__wordmark{height:20px;width:auto;display:block}@media (min-width: 768px){.site-header__wordmark{height:24px}}.site-header__nav,.site-header__cta{display:none}.site-header__menu-toggle{display:flex;flex-direction:column;gap:5px;background:none;border:none;padding:8px;cursor:pointer}.site-header__menu-toggle span{width:22px;height:2px;background:var(--site-ink);border-radius:2px}.site-header__mobile-nav{display:none;flex-direction:column;gap:18px;padding:18px 20px 26px;background:var(--site-bg);border-bottom:1px solid var(--site-border)}.site-header__mobile-nav--open{display:flex}.site-header__mobile-nav nav{display:flex;flex-direction:column;gap:14px;font-weight:600}.site-header__mobile-cta{width:100%}@media (min-width: 1024px){.site-header__nav{display:flex;gap:28px;font-size:14.5px;font-weight:600;color:var(--site-ink-soft)}.site-header__nav a:hover{color:var(--site-ink)}.site-header__cta{display:flex;align-items:center;gap:18px}.site-header__menu-toggle{display:none}.site-header__mobile-nav{display:none!important}}.lyra-web-link{font-size:14px;font-weight:700;color:var(--site-ink-soft);display:inline-flex;align-items:center;gap:6px}.lyra-web-link:hover{color:var(--site-ink)}.lyra-web-link--pending{color:var(--site-muted);cursor:default}.lyra-web-link small{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--site-accent);background:#2f5bea1a;padding:2px 7px;border-radius:999px}.site-header__mobile-lyra-web{align-self:center;margin-top:2px}.hero{background:var(--site-dark);color:#fff;padding-top:56px}.hero__inner{max-width:var(--site-max-width);margin:0 auto;display:flex;flex-direction:column;gap:40px;align-items:center;text-align:center}.hero__headline{font-size:34px;line-height:1.12;color:#fff}.hero__subtext{margin-top:18px;font-size:16px;color:#ffffffb8;max-width:480px;margin-left:auto;margin-right:auto}.hero__actions{margin-top:28px;display:flex;flex-direction:column;gap:12px;width:100%}.hero__actions .btn{width:100%}.hero .btn--ghost{color:#fff;border-color:#ffffff4d}.hero .btn--ghost:hover{border-color:#fff}.hero__visual{width:100%;display:flex;justify-content:center}@media (min-width: 768px){.hero__headline{font-size:46px}.hero__actions{flex-direction:row;justify-content:center}.hero__actions .btn{width:auto}}@media (min-width: 1024px){.hero__inner{flex-direction:row;text-align:left;align-items:center;padding:40px 20px 20px}.hero__copy{flex:1}.hero__subtext{margin-left:0;margin-right:0}.hero__actions{justify-content:flex-start}.hero__visual{flex:1}.hero__headline{font-size:56px}}.phone-mockup{position:relative;width:220px}.phone-mockup--sm{width:170px}.phone-mockup--md{width:220px}.phone-mockup--lg{width:260px}.phone-mockup__frame{position:relative;aspect-ratio:9 / 19.5;background:#111318;border-radius:42px;padding:12px;box-shadow:0 30px 60px -20px #00000073}.phone-mockup__notch{position:absolute;top:12px;left:50%;transform:translate(-50%);width:38%;height:22px;background:#111318;border-radius:0 0 16px 16px;z-index:2}.phone-mockup__screen{position:relative;width:100%;height:100%;border-radius:30px;overflow:hidden;background:#fff}.phone-mockup__image{width:100%;height:100%;object-fit:cover;object-position:top}.phone-mockup__placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:20px;text-align:center;background:linear-gradient(160deg,#eef1f7,#dfe3ec);color:var(--site-muted)}.phone-mockup__placeholder-badge{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--site-accent);background:#2f5bea1a;padding:4px 10px;border-radius:999px}.phone-mockup__placeholder-label{font-size:12.5px;font-weight:600;line-height:1.4}.phone-mockup__button{position:absolute;background:#111318}.phone-mockup__button--power{right:-3px;top:30%;width:3px;height:60px;border-radius:0 3px 3px 0}.phone-mockup__button--volume-up,.phone-mockup__button--volume-down{left:-3px;width:3px;height:40px;border-radius:3px 0 0 3px}.phone-mockup__button--volume-up{top:22%}.phone-mockup__button--volume-down{top:34%}.app-showcase__inner{max-width:var(--site-max-width);margin:0 auto;display:flex;flex-direction:column;gap:48px;align-items:center;text-align:center}.app-showcase__copy h2{font-size:30px;margin-top:4px}.app-showcase__copy p{margin-top:14px;font-size:16px;max-width:480px;margin-left:auto;margin-right:auto}.app-showcase__phones{position:relative;display:flex;justify-content:center;padding:20px 0 40px;overflow:hidden}.app-showcase__phone--back{position:absolute;left:50%;transform:translate(calc(-50% - 26px)) rotate(-4deg);opacity:.7;z-index:1}.app-showcase__phone--front{transform:translate(14px) rotate(3deg);z-index:2}@media (min-width: 768px){.app-showcase__phone--back{transform:translate(calc(-50% - 50px)) rotate(-4deg)}.app-showcase__phone--front{transform:translate(26px) rotate(3deg)}}@media (min-width: 1024px){.app-showcase__phones .phone-mockup--sm{width:210px}}@media (min-width: 1024px){.app-showcase__inner{flex-direction:row;text-align:left;align-items:center}.app-showcase__copy p{margin-left:0}.app-showcase__phones,.app-showcase__copy{flex:1}}.features{background:var(--site-bg-alt)}.features__intro{max-width:var(--site-max-width);margin:0 auto 40px;text-align:center}.features__intro h2{font-size:28px}.features__rows{max-width:var(--site-max-width);margin:0 auto;display:flex;flex-direction:column;gap:56px}.feature-row{display:flex;flex-direction:column;gap:32px;align-items:center;text-align:center}.feature-row__copy h3{font-size:24px;margin-top:6px}.feature-row__copy p{margin-top:12px;font-size:15.5px;max-width:420px;margin-left:auto;margin-right:auto}@media (min-width: 1024px){.feature-row{flex-direction:row;text-align:left}.feature-row--reverse{flex-direction:row-reverse}.feature-row__copy{flex:1}.feature-row__copy p{margin-left:0}.feature-row__visual{flex:1;display:flex;justify-content:center}}.features__secondary{max-width:var(--site-max-width);margin:64px auto 0;display:grid;grid-template-columns:1fr;gap:24px}.secondary-feature{background:#fff;border:1px solid var(--site-border);border-radius:var(--site-radius-md);padding:24px;text-align:left}.secondary-feature__icon{color:var(--site-accent);margin-bottom:14px}.secondary-feature h4{font-size:16px;margin-bottom:6px}.secondary-feature p{font-size:14px}@media (min-width: 768px){.features__secondary{grid-template-columns:repeat(3,1fr)}}.how-it-works__intro{max-width:var(--site-max-width);margin:0 auto 40px;text-align:center}.how-it-works__intro h2{font-size:28px}.how-it-works__steps{max-width:var(--site-max-width);margin:0 auto;display:grid;grid-template-columns:1fr;gap:28px}.how-it-works__step{text-align:center;padding:8px}.how-it-works__number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--site-accent);color:#fff;font-weight:800;margin-bottom:16px}.how-it-works__step h3{font-size:17px;margin-bottom:8px}.how-it-works__step p{font-size:14.5px}@media (min-width: 768px){.how-it-works__steps{grid-template-columns:repeat(4,1fr)}}.hardware{background:var(--site-dark-soft);color:#fff}.hardware__inner{max-width:var(--site-max-width);margin:0 auto;display:flex;flex-direction:column;gap:36px;align-items:center;text-align:center}.hardware__copy h2{font-size:28px;color:#fff;margin-top:4px}.hardware__copy p{margin-top:14px;color:#ffffffad;max-width:440px;margin-left:auto;margin-right:auto}.hardware__placeholder{width:100%;max-width:340px;aspect-ratio:4 / 3;border-radius:var(--site-radius-lg);border:1px dashed rgba(255,255,255,.28);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#ffffff8c;font-weight:600;font-size:14px}.hardware__placeholder-note{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--site-accent);background:#2f5bea2e;padding:3px 10px;border-radius:999px}@media (min-width: 1024px){.hardware__inner{flex-direction:row;text-align:left}.hardware__copy{flex:1}.hardware__copy p{margin-left:0}.hardware__visual{flex:1;display:flex;justify-content:center}}.plans__intro{max-width:var(--site-max-width);margin:0 auto 40px;text-align:center}.plans__intro h2{font-size:28px;margin:4px 0 10px}.plans__grid{max-width:var(--site-max-width);margin:0 auto;display:grid;grid-template-columns:1fr;gap:22px}.plan-card{position:relative;background:#fff;border:1px solid var(--site-border);border-radius:var(--site-radius-lg);padding:32px 26px;text-align:center;height:100%;display:flex;flex-direction:column;align-items:center}.plan-card--recommended{border-color:var(--site-gold);background:linear-gradient(180deg,#b4841c0f,#b4841c05)}.plan-card__badge{position:absolute;top:-13px;background:var(--site-gold);color:#fff;font-size:11.5px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:5px 14px;border-radius:999px}.plan-card__period{font-size:15px;font-weight:700;color:var(--site-ink-soft);text-transform:uppercase;letter-spacing:.04em;margin-top:10px}.plan-card__price{margin-top:14px;display:flex;align-items:baseline;gap:6px}.plan-card__amount{font-size:40px;font-weight:800;letter-spacing:-.02em}.plan-card__unit{font-size:14px;color:var(--site-muted);font-weight:600}.plan-card__billing{margin-top:10px;font-size:13.5px}.plan-card__savings{margin-top:8px;color:var(--site-gold);font-weight:800;font-size:13.5px}.plan-card__cta{margin-top:24px;width:100%}.plans__note{max-width:var(--site-max-width);margin:28px auto 0;text-align:center;font-size:13px;color:var(--site-muted)}@media (min-width: 768px){.plans__grid{grid-template-columns:repeat(3,1fr)}}.benefits{background:var(--site-bg-alt)}.benefits__intro{max-width:var(--site-max-width);margin:0 auto 40px;text-align:center}.benefits__intro h2{font-size:28px}.benefits__grid{max-width:var(--site-max-width);margin:0 auto;display:grid;grid-template-columns:1fr;gap:22px}.benefit-card{background:#fff;border:1px solid var(--site-border);border-radius:var(--site-radius-md);padding:26px;text-align:left}.benefit-card h3{font-size:17px;margin-bottom:8px}.benefit-card p{font-size:14.5px}@media (min-width: 768px){.benefits__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.benefits__grid{grid-template-columns:repeat(4,1fr)}}.app-download__inner{max-width:var(--site-max-width);margin:0 auto;text-align:center}.app-download__inner h2{font-size:24px}.app-download__hint{margin-top:8px;color:var(--site-muted);font-size:14.5px}.app-download__buttons{margin-top:24px;display:flex;flex-direction:column;gap:28px;align-items:center}.app-download__column{display:flex;flex-direction:column;align-items:center;gap:12px}.app-download__qr{display:none}.qr-code{border-radius:var(--site-radius-sm);overflow:hidden;background:#fff}.qr-code img{display:block;width:100%;height:100%}.qr-code__loading{width:100%;height:100%;background:var(--site-border);animation:qr-code-pulse 1.4s ease-in-out infinite}.qr-code--pending{display:flex;align-items:center;justify-content:center;border:1.5px dashed var(--site-border);color:var(--site-muted);font-size:12px;font-weight:600;text-align:center;padding:8px}@keyframes qr-code-pulse{0%,to{opacity:.6}50%{opacity:1}}.store-button{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;min-width:200px;padding:12px 24px;border-radius:var(--site-radius-sm);border:1.5px solid var(--site-border);font-weight:700}.store-button--pending{color:var(--site-muted);cursor:default}.store-button small{font-size:11px;font-weight:600;color:var(--site-accent);margin-top:2px}@media (min-width: 768px){.app-download__buttons{flex-direction:row;justify-content:center;gap:48px}}@media (min-width: 1024px){.app-download__qr{display:block}}.faq__intro{max-width:720px;margin:0 auto 32px;text-align:center}.faq__intro h2{font-size:28px}.accordion{max-width:720px;margin:0 auto;border-top:1px solid var(--site-border)}.accordion__item{border-bottom:1px solid var(--site-border)}.accordion__heading{margin:0}.accordion__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;background:none;border:none;padding:18px 4px;font-size:15.5px;font-weight:700;color:var(--site-ink);text-align:left;cursor:pointer}.accordion__icon{flex-shrink:0;font-size:20px;color:var(--site-accent);font-weight:700}.accordion__panel{padding:0 4px 18px}.accordion__panel p{font-size:14.5px}.final-cta{background:var(--site-dark);color:#fff;text-align:center}.final-cta__inner{max-width:640px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:28px}.final-cta__inner h2{font-size:28px;color:#fff}@media (min-width: 768px){.final-cta__inner h2{font-size:36px}}.site-footer{background:var(--site-bg-alt);border-top:1px solid var(--site-border);padding:40px 20px 24px}.site-footer__inner{max-width:var(--site-max-width);margin:0 auto;display:flex;flex-direction:column;gap:24px;align-items:center;text-align:center}.site-footer__brand{display:flex;align-items:center}.site-footer__wordmark{height:18px;width:auto;display:block}.site-footer__legal{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;font-size:13.5px;color:var(--site-ink-soft);font-weight:600}.site-footer__legal a:hover{color:var(--site-ink)}.site-footer__bottom{max-width:var(--site-max-width);margin:24px auto 0;padding-top:20px;border-top:1px solid var(--site-border);text-align:center;font-size:12.5px;color:var(--site-muted)}@media (min-width: 768px){.site-footer__inner{flex-direction:row;justify-content:space-between;text-align:left}}.social-links{display:flex;gap:16px;list-style:none;padding:0;margin:0}.social-links__link{display:flex;align-items:center;gap:6px;font-size:13.5px;font-weight:600;color:var(--site-ink-soft)}.social-links__link:hover{color:var(--site-ink)}.social-links__link--static{color:var(--site-muted);cursor:default}.legal-page{max-width:720px;margin:0 auto;padding:48px 20px 80px}.legal-page__back{display:inline-block;margin-bottom:24px;font-weight:700;color:var(--site-accent)}.legal-page h1{font-size:28px;margin-bottom:18px}.legal-page__note{background:#b4841c1a;color:var(--site-gold);border-radius:var(--site-radius-sm);padding:14px 16px;font-size:13.5px;font-weight:700;margin-bottom:32px}.legal-page__section{margin-bottom:24px}.legal-page__section h2{font-size:15.5px;margin-bottom:8px}.legal-page__section p{font-size:14px;line-height:1.6}
