@import"https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap";:root{--color-primary: #8b1538;--color-primary-hover: #6e1029;--color-primary-dark: #4a0b1e;--color-secondary: #1b5e3f;--color-accent: #d4af37;--color-primary-50: rgba(139, 21, 56, .05);--color-primary-100: rgba(139, 21, 56, .1);--color-primary-200: rgba(139, 21, 56, .2);--color-bg: #fffbf5;--color-bg-secondary: #fff5e8;--color-bg-tertiary: #ffedd5;--color-surface: #ffffff;--color-surface-secondary: #fff5e8;--color-text: #2d1810;--color-text-secondary: #6b4423;--color-text-tertiary: #9c6644;--color-text-disabled: #d4a574;--color-text-inverse: #fffbf5;--color-border: #e8d5c4;--color-border-secondary: #f5e6d3;--color-success: #2d8659;--color-warning: #d4af37;--color-error: #c41e3a;--color-info: #1b5e3f;--shadow-sm: 0 1px 2px rgba(45, 24, 16, .04), 0 1px 3px rgba(45, 24, 16, .06);--shadow-md: 0 4px 6px rgba(45, 24, 16, .04), 0 10px 15px rgba(45, 24, 16, .08);--shadow-lg: 0 10px 15px rgba(45, 24, 16, .04), 0 25px 50px rgba(45, 24, 16, .12);--shadow-primary: 0 4px 14px rgba(139, 21, 56, .25), 0 2px 6px rgba(139, 21, 56, .15);--border-radius-sm: 6px;--border-radius: 8px;--border-radius-lg: 12px;--border-radius-xl: 16px;--border-radius-2xl: 24px;--border-radius-full: 9999px;--container-max-width: 1200px;--container-padding: 0 1.5rem;--navbar-height: 68px;--transition-fast: .15s ease;--transition: .2s ease;--transition-slow: .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.6;font-weight:400;color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}#root{display:flex;flex-direction:column;min-height:100vh}a{color:var(--color-primary);text-decoration:none;font-weight:500}a:hover{color:var(--color-primary-hover);text-decoration:underline}img,svg{display:block;max-width:100%}h1,h2,h3,h4,h5,h6{color:var(--color-text);line-height:1.2;font-weight:700}p{color:var(--color-text-secondary)}button{font-family:inherit;cursor:pointer}ul{list-style:none}.container{width:100%;max-width:var(--container-max-width);margin:0 auto;padding:var(--container-padding)}.navbar{height:var(--navbar-height);background-color:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:100}.navbar__inner{display:flex;align-items:center;justify-content:space-between;height:100%;padding-top:6px}.navbar__brand{display:flex;align-items:center;text-decoration:none}.navbar__brand:hover{text-decoration:none}.navbar__wordmark{font-size:1.375rem;font-weight:800;color:var(--color-primary);letter-spacing:-.03em;transition:color var(--transition-fast)}.navbar__brand:hover .navbar__wordmark{color:var(--color-primary-hover)}.navbar__nav{display:flex;align-items:center;gap:.25rem;list-style:none}.navbar__link{display:inline-block;padding:.45rem .875rem;border-radius:var(--border-radius-full);font-size:.9rem;font-weight:500;color:var(--color-text-secondary);text-decoration:none;transition:background-color var(--transition-fast),color var(--transition-fast)}.navbar__link:hover{background-color:var(--color-bg-secondary);color:var(--color-text);text-decoration:none}.navbar__link.active{background-color:var(--color-primary-100);color:var(--color-primary);font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.625rem;border-radius:var(--border-radius-full);font-size:.9375rem;font-weight:600;text-decoration:none;transition:all var(--transition);cursor:pointer;border:2px solid transparent;white-space:nowrap;font-family:inherit}.btn--primary{background:#fff;color:var(--color-primary);border-color:#fff}.btn--primary:hover{background:#ffffffe6;color:var(--color-primary-hover);box-shadow:0 4px 16px #0000002e;text-decoration:none}.btn--outline-white{background:transparent;color:#fffbf5e6;border-color:#fffbf54d}.btn--outline-white:hover{background:#ffffff1a;color:#fff;border-color:#fff9;text-decoration:none}.btn--primary-brand{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn--primary-brand:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover);box-shadow:var(--shadow-primary);text-decoration:none;color:#fff}.btn--outline-brand{background:transparent;color:var(--color-primary);border-color:var(--color-border)}.btn--outline-brand:hover{background:var(--color-primary-50);border-color:var(--color-primary-200);text-decoration:none;color:var(--color-primary)}.hero{background:linear-gradient(140deg,#3d0a19,#6e1029 45%,#8b1538);padding:6.5rem 0 7rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 70% 40%,rgba(212,175,55,.07) 0%,transparent 60%),radial-gradient(ellipse 60% 80% at 15% 90%,rgba(27,94,63,.06) 0%,transparent 55%);pointer-events:none}.hero__inner{display:grid;grid-template-columns:1fr 300px;align-items:center;gap:5rem;position:relative;z-index:1}.hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:#fffbf51a;border:1px solid rgba(255,251,245,.18);padding:.375rem .9375rem;border-radius:var(--border-radius-full);font-size:.8125rem;font-weight:600;color:#fffbf5d9;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.625rem}.hero__title{font-size:clamp(2.5rem,5vw,3.75rem);font-weight:800;color:#fff;line-height:1.08;letter-spacing:-.03em;margin-bottom:1.375rem}.hero__title-accent{color:var(--color-accent)}.hero__subtitle{font-size:clamp(1rem,1.5vw,1.125rem);color:#fffbf5c7;line-height:1.75;margin-bottom:2.5rem;max-width:500px}.hero__actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.hero__visual{flex-shrink:0}.phone-mockup{width:280px;background:#ffffff0f;border:1px solid rgba(255,255,255,.14);border-radius:36px;overflow:hidden;box-shadow:0 32px 80px #00000059,0 8px 24px #0003,inset 0 1px #ffffff1f}.phone-mockup__notch{height:28px;display:flex;align-items:center;justify-content:center;padding:0 1rem}.phone-mockup__notch-bar{width:80px;height:5px;background:#ffffff26;border-radius:var(--border-radius-full)}.phone-screen{padding:0 1rem 1rem;display:flex;flex-direction:column;gap:0}.phone-screen__topbar{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0 1rem}.phone-screen__title{font-size:1rem;font-weight:700;color:#fffffff2}.phone-screen__icon{display:flex;align-items:center;opacity:.6;color:#ffffffe6}.phone-screen__channel{display:flex;align-items:center;gap:.625rem;padding:.625rem .5rem;border-radius:var(--border-radius-lg);transition:background var(--transition-fast)}.phone-screen__channel:hover{background:#ffffff0d}.channel-avatar{width:36px;height:36px;border-radius:var(--border-radius-lg);background:#ffffff1f;display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0}.channel-info{flex:1;min-width:0}.channel-name{font-size:.8125rem;font-weight:600;color:#ffffffe6;margin-bottom:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-preview{font-size:.6875rem;color:#ffffff73;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.channel-time{font-size:.625rem;color:#ffffff59}.channel-badge{background:var(--color-primary);background:#c53b61;color:#fff;font-size:.5625rem;font-weight:700;padding:1px 5px;border-radius:var(--border-radius-full);min-width:16px;text-align:center}.phone-mockup__divider{height:1px;background:#ffffff12;margin:.25rem 0}.phone-nav{height:52px;background:#ffffff0a;border-top:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:space-around;padding:0 .5rem}.phone-nav__item{display:flex;flex-direction:column;align-items:center;gap:2px;flex:1;padding:.5rem 0;color:#ffffffe6}.phone-nav__icon{display:flex;align-items:center;justify-content:center;opacity:.4}.phone-nav__dot{width:4px;height:4px;border-radius:50%;background:transparent}.phone-nav__item.active .phone-nav__icon{opacity:1}.phone-nav__item.active .phone-nav__dot{background:var(--color-accent)}.section{padding:5.5rem 0}.section--alt{background-color:var(--color-bg-secondary)}.section--dark{background:linear-gradient(140deg,#3d0a19,#6e1029,#8b1538);position:relative;overflow:hidden}.section--dark:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 80% at 85% 30%,rgba(212,175,55,.08) 0%,transparent 55%);pointer-events:none}.section__label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.75rem;display:block}.section__label--accent{color:var(--color-accent)}.section__title{font-size:clamp(1.875rem,3.5vw,2.625rem);font-weight:800;color:var(--color-text);letter-spacing:-.025em;line-height:1.12;margin-bottom:1rem}.section__title--white{color:#fff}.section__subtitle{font-size:1.0625rem;color:var(--color-text-secondary);line-height:1.75;max-width:560px}.section__subtitle--white{color:#fffbf5b8}.section__header{margin-bottom:3.5rem}.section__header--centered{text-align:center}.section__header--centered .section__subtitle{margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.375rem}.feature-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--border-radius-xl);padding:1.875rem;transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--color-primary-200)}.feature-card__icon{width:48px;height:48px;background:var(--color-bg-secondary);border-radius:var(--border-radius-lg);display:flex;align-items:center;justify-content:center;color:var(--color-primary);margin-bottom:1.25rem}.feature-card__title{font-size:1.0625rem;font-weight:700;color:var(--color-text);margin-bottom:.5rem}.feature-card__body{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.7}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;position:relative;z-index:1}.value-item{display:flex;flex-direction:column;gap:.875rem;padding-top:1.5rem;border-top:2px solid rgba(255,251,245,.1)}.value-item__number{font-size:2.75rem;font-weight:800;color:var(--color-accent);line-height:1;letter-spacing:-.04em}.value-item__title{font-size:1.125rem;font-weight:700;color:#fff}.value-item__body{font-size:.9375rem;color:#fffbf5ad;line-height:1.7}.cta-section{padding:6rem 0;background:linear-gradient(140deg,#3d0a19,#8b1538);position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 80% 50%,rgba(212,175,55,.09) 0%,transparent 60%);pointer-events:none}.cta-inner{text-align:center;position:relative;z-index:1;max-width:640px;margin:0 auto}.cta-inner__title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.125rem}.cta-inner__subtitle{font-size:1.0625rem;color:#fffbf5b8;line-height:1.7;margin-bottom:2.5rem}.cta-inner__actions{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.app-badge{display:inline-flex;align-items:center;gap:.75rem;background:#fff;color:var(--color-text);padding:.75rem 1.375rem;border-radius:var(--border-radius-lg);text-decoration:none;transition:all var(--transition)}.app-badge:hover{background:#ffffffeb;box-shadow:0 6px 24px #00000040;text-decoration:none;transform:translateY(-2px)}.app-badge__icon{display:flex;align-items:center;color:var(--color-text);flex-shrink:0}.app-badge__text-small{font-size:.6875rem;font-weight:500;color:var(--color-text-secondary);display:block;line-height:1}.app-badge__text-store{font-size:1rem;font-weight:700;color:var(--color-text);display:block;line-height:1.2;margin-top:3px}.inner-page{flex:1;padding:4.5rem 0 6rem}.inner-page__header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--color-border)}.inner-page__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.625rem;display:block}.inner-page__title{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:var(--color-text);letter-spacing:-.03em;margin-bottom:.625rem}.inner-page__subtitle{font-size:1.05rem;color:var(--color-text-secondary);line-height:1.65}.support-layout{display:grid;grid-template-columns:1fr 320px;gap:4rem;align-items:start}.support-contact-card{background:linear-gradient(135deg,#fef2f5,#fff5e8);border:1px solid rgba(139,21,56,.14);border-radius:var(--border-radius-xl);padding:1.875rem 2rem;position:sticky;top:calc(var(--navbar-height) + 1.5rem)}.support-contact-card__eyebrow{font-size:.6875rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--color-primary);margin-bottom:.75rem;display:block}.support-contact-card__title{font-size:1.25rem;font-weight:800;color:var(--color-text);margin-bottom:.5rem;letter-spacing:-.02em}.support-contact-card__subtitle{font-size:.9rem;color:var(--color-text-secondary);line-height:1.6;margin-bottom:1.5rem}.support-contact-card__email{display:flex;align-items:center;gap:.625rem;font-size:.9rem;font-weight:600;color:var(--color-primary);margin-bottom:1.5rem;text-decoration:none}.support-contact-card__email:hover{color:var(--color-primary-hover);text-decoration:none}.support-contact-card__icon{font-size:1rem}.support-contact-card__note{font-size:.8125rem;color:var(--color-text-tertiary);line-height:1.55;padding-top:1.25rem;border-top:1px solid var(--color-border-secondary)}.support-section-title{font-size:1.375rem;font-weight:800;color:var(--color-text);letter-spacing:-.02em;margin-bottom:1.375rem}.faq-list{display:flex;flex-direction:column;gap:.625rem}.faq-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--border-radius-lg);overflow:hidden;transition:border-color var(--transition),box-shadow var(--transition)}.faq-item:hover{border-color:#8b153838}.faq-item[open]{border-color:#8b153838;box-shadow:0 2px 10px #8b153812}.faq-item summary{display:flex;align-items:center;justify-content:space-between;padding:1.125rem 1.375rem;font-size:.9375rem;font-weight:600;color:var(--color-text);cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none;gap:1rem}.faq-item summary::-webkit-details-marker{display:none}.faq-toggle{width:24px;height:24px;border-radius:50%;background:var(--color-bg-secondary);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem;font-weight:300;color:var(--color-primary);transition:background var(--transition-fast),transform var(--transition);line-height:1}.faq-item[open] .faq-toggle{transform:rotate(45deg);background:var(--color-primary-100)}.faq-item__answer{padding:1rem 1.375rem 1.25rem;font-size:.9375rem;color:var(--color-text-secondary);line-height:1.72;border-top:1px solid var(--color-border-secondary)}.legal-body{max-width:720px}.legal-section{margin-bottom:2.75rem}.legal-section:last-child{margin-bottom:0}.legal-section__heading{font-size:1.125rem;font-weight:700;color:var(--color-text);margin-bottom:.875rem;padding-bottom:.625rem;border-bottom:2px solid var(--color-bg-tertiary)}.legal-section__subheading{font-size:1rem;font-weight:700;color:var(--color-text);margin-top:1.375rem;margin-bottom:.625rem}.legal-section__body{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.8}.legal-section__body+.legal-section__body{margin-top:.875rem}.legal-section__body a{color:var(--color-primary);text-decoration:underline;font-weight:500}.legal-section__list{margin-top:.75rem;padding-left:1.375rem;display:flex;flex-direction:column;gap:.5rem;list-style:disc}.legal-section__list li{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.7}.footer{background-color:var(--color-surface);border-top:1px solid var(--color-border);padding:3.5rem 0 2rem;margin-top:auto}.footer__top{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:3rem;padding-bottom:2.5rem;border-bottom:1px solid var(--color-border);margin-bottom:1.75rem}.footer__brand{font-size:1.25rem;font-weight:800;color:var(--color-primary);text-decoration:none;letter-spacing:-.025em;display:inline-block;margin-bottom:.875rem;transition:color var(--transition-fast)}.footer__brand:hover{text-decoration:none;color:var(--color-primary-hover)}.footer__tagline{font-size:.9rem;color:var(--color-text-secondary);line-height:1.65;max-width:240px;margin-bottom:1.25rem}.footer__social{display:flex;gap:.625rem}.footer__col-title{font-size:.75rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--color-text-tertiary);margin-bottom:1.125rem}.footer__links{display:flex;flex-direction:column;gap:.75rem}.footer__links a{font-size:.9rem;color:var(--color-text-secondary);text-decoration:none;transition:color var(--transition-fast);font-weight:400}.footer__links a:hover{color:var(--color-primary);text-decoration:none}.footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.footer__copy{font-size:.85rem;color:var(--color-text-tertiary)}.footer__bottom-links{display:flex;gap:1.5rem}.footer__bottom-links a{font-size:.85rem;color:var(--color-text-tertiary);text-decoration:none;transition:color var(--transition-fast);font-weight:400}.footer__bottom-links a:hover{color:var(--color-primary);text-decoration:none}.not-found{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 72px);padding:5rem 1.5rem;text-align:center}.not-found__inner{display:flex;flex-direction:column;align-items:center;gap:1.25rem;max-width:480px}.not-found__code{font-size:clamp(6rem,20vw,9rem);font-weight:800;line-height:1;background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.04em;-webkit-user-select:none;user-select:none}.not-found__title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:var(--color-text);margin:0}.not-found__body{font-size:1.0625rem;color:var(--color-text-muted);line-height:1.65;margin:0}.not-found__cta{display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem}@media(max-width:1024px){.hero__inner{grid-template-columns:1fr;max-width:640px}.hero__visual{display:none}.features-grid{grid-template-columns:repeat(2,1fr)}.support-layout{grid-template-columns:1fr}.support-contact-card{position:static}.footer__top{grid-template-columns:1fr 1fr}}@media(max-width:768px){.hero{padding:4.5rem 0 5.5rem}.section,.cta-section{padding:4rem 0}.values-grid{grid-template-columns:1fr;gap:2.5rem}.inner-page{padding:3rem 0 4rem}}@media(max-width:640px){.features-grid{grid-template-columns:1fr}.hero__actions{flex-direction:column;align-items:flex-start}.navbar__nav{gap:0}.navbar__link{padding:.4rem .6rem;font-size:.825rem}.footer__top{grid-template-columns:1fr;gap:2rem}.footer__bottom{flex-direction:column;align-items:flex-start}.cta-inner__actions{flex-direction:column;align-items:center}}
