.landing-page{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 32px;width:100%}.main{flex:1}@media(max-width:768px){.container{padding:0 20px}}.header{padding:20px 0;position:sticky;top:0;z-index:100;transition:background-color .3s ease,box-shadow .3s ease}.header--top{background-color:transparent;box-shadow:none}.header--scrolled{background-color:#00a293e6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 2px 16px #0000001a}.logo-link{text-decoration:none;cursor:pointer}.logo{font-size:32px;font-weight:400;font-family:Cherry Bomb One,cursive;margin:0;line-height:1;transition:opacity .2s ease,color .3s ease}.logo-link:hover .logo{opacity:.85}.header--top .logo{color:#00a293}.header--scrolled .logo{color:#fff}.header__inner{display:flex;align-items:center;justify-content:space-between}.header__nav{display:flex;align-items:center;gap:24px}.header__nav-link{font-size:16px;font-weight:600;text-decoration:none;padding:6px 14px;border-radius:20px;background:transparent;transition:color .2s ease,background .2s ease}.header--top .header__nav-link{color:#444}.header--top .header__nav-link:hover{color:#00a293}.header--top .header__nav-link--active{color:#00a293;background:#00a2931a}.header--scrolled .header__nav-link{color:#ffffffe6}.header--scrolled .header__nav-link:hover{color:#fff}.header--scrolled .header__nav-link--active{color:#fff;background:#ffffff2e}.header__burger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.header__burger span{display:block;width:24px;height:2px;border-radius:2px;transition:transform .25s ease,opacity .25s ease}.header--top .header__burger span{background:#00a293}.header--scrolled .header__burger span{background:#fff}.header__burger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__burger--open span:nth-child(2){opacity:0}.header__burger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__mobile-menu{display:flex;flex-direction:column;padding:8px 24px 16px;gap:4px}.header__mobile-link{font-size:18px;font-weight:600;text-decoration:none;padding:10px 14px;border-radius:10px;transition:color .2s ease,background .2s ease}.header--top .header__mobile-link{color:#444}.header--top .header__mobile-link:hover,.header--top .header__mobile-link.header__nav-link--active{color:#00a293;background:#00a29314}.header--scrolled .header__mobile-link{color:#ffffffe6}.header--scrolled .header__mobile-link:hover,.header--scrolled .header__mobile-link.header__nav-link--active{color:#fff;background:#ffffff26}@media(max-width:640px){.header__nav{display:none}.header__burger{display:flex}}.footer{background-color:#f5f5f5;padding:32px 0;text-align:center;color:#666;margin-top:auto}.footer-content{display:flex;flex-direction:column;gap:16px;align-items:center}.footer p{margin:0}.footer-links{display:flex;gap:24px}.footer-link{color:#00a293;text-decoration:none;font-size:14px;transition:opacity .2s ease}.footer-link:hover{opacity:.7;text-decoration:underline}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes phoneFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes phoneGlow{0%,to{box-shadow:0 32px 64px #00000073,0 0 40px #00a29326}50%{box-shadow:0 32px 64px #00000073,0 0 60px #00a29347}}.hero{padding:100px 0 120px;background-color:#fff;background-image:radial-gradient(ellipse 55% 60% at 75% 55%,rgba(0,162,147,.1) 0%,transparent 70%);overflow:hidden}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.hero-text{display:flex;flex-direction:column}.hero-kicker{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#00a293;margin-bottom:20px;animation:heroFadeUp .6s ease both;animation-delay:0s}.hero-tagline{font-size:60px;font-weight:700;color:#111;margin-bottom:24px;line-height:1.1;letter-spacing:-.03em;animation:heroFadeUp .6s ease both;animation-delay:.1s}.hero-body{font-size:19px;line-height:1.7;color:#555;margin-bottom:0;animation:heroFadeUp .6s ease both;animation-delay:.22s}.hero-buttons{margin-top:36px;animation:heroFadeUp .6s ease both;animation-delay:.36s}.hero-visual{display:flex;justify-content:center;align-items:center;animation:heroFadeUp .8s ease both;animation-delay:.15s}.hero-phone{position:relative;width:240px;height:490px;background:#111;border-radius:44px;padding:10px;animation:phoneFloat 5s ease-in-out infinite,phoneGlow 5s ease-in-out infinite;box-shadow:0 32px 64px #00000073,0 0 40px #00a29326}.hero-phone-island{position:absolute;top:16px;left:50%;transform:translate(-50%);width:88px;height:28px;background:#111;border-radius:20px;z-index:3}.hero-phone-screen{width:100%;height:100%;background:linear-gradient(175deg,#002e2a,#004d45 35%,#00a293 80%,#4efce4);border-radius:36px;overflow:hidden;display:flex;flex-direction:column;padding:52px 14px 16px;gap:10px}.phone-screen-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.phone-screen-title{font-size:13px;font-weight:700;color:#ffffffe6;letter-spacing:.02em}.phone-screen-icon{font-size:16px}.phone-card{border-radius:12px;background:#ffffff1f;flex-shrink:0}.phone-card--featured{height:155px;background:#ffffff2e;position:relative;overflow:hidden}.phone-card-bar{position:absolute;bottom:10px;left:12px;right:12px;height:3px;background:#ffffff4d;border-radius:2px}.phone-card-bar:after{content:"";position:absolute;left:0;top:0;width:40%;height:100%;background:#fff;border-radius:2px}.phone-card--secondary{height:90px}.phone-card--small{height:72px}@media(max-width:900px){.hero-content{gap:40px}.hero-tagline{font-size:46px}}@media(max-width:768px){.hero{padding:72px 0 80px;background-image:none}.hero-content{grid-template-columns:1fr;gap:48px}.hero-tagline{font-size:38px}.hero-body{font-size:17px}.hero-visual{order:-1}.hero-phone{width:180px;height:370px;border-radius:36px}.hero-phone-island{width:70px;height:22px;top:12px}.hero-phone-screen{border-radius:28px;padding:42px 10px 12px;gap:8px}.phone-card--featured{height:110px}.phone-card--secondary{height:68px}.phone-card--small{height:52px}}.hiw{padding:100px 0;background-color:#f7fffe}.hiw-header{text-align:center;margin-bottom:64px}.hiw-kicker{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#00a293;margin-bottom:14px}.hiw-title{font-size:42px;font-weight:700;color:#111;letter-spacing:-.02em;margin:0}.hiw-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.hiw-step{display:flex;flex-direction:column}.hiw-screenshot{width:100%;aspect-ratio:9 / 16;max-height:380px;background:linear-gradient(160deg,#e0fff9,#b4fff2,#d0f0ea);border-radius:20px;border:2px dashed rgba(0,162,147,.3);display:flex;align-items:center;justify-content:center;margin-bottom:28px;overflow:hidden}.hiw-screenshot__label{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#00a29380}.hiw-step__number{font-size:13px;font-weight:700;letter-spacing:.1em;color:#00a293;margin-bottom:10px}.hiw-step__title{font-size:20px;font-weight:700;color:#111;margin-bottom:10px;letter-spacing:-.01em}.hiw-step__description{font-size:15px;line-height:1.7;color:#666;margin:0}@media(max-width:900px){.hiw-steps{grid-template-columns:1fr;max-width:480px;margin:0 auto}.hiw-screenshot{aspect-ratio:4 / 3;max-height:260px}}@media(max-width:768px){.hiw{padding:72px 0}.hiw-title{font-size:30px}.hiw-header{margin-bottom:48px}}.features{padding:100px 0;background-color:#fff}.features-header{text-align:center;margin-bottom:64px}.features-kicker{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#00a293;margin-bottom:14px}.features-title{font-size:42px;font-weight:700;color:#111;letter-spacing:-.02em;margin:0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px}.feature-card{background-color:#fff;border:2px solid #B4FFF2;border-radius:16px;padding:40px 32px;transition:all .3s ease}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00a29326;border-color:#00a293}.feature-icon{font-size:56px;display:block;margin-bottom:20px}.feature-title{font-size:22px;font-weight:600;color:#00a293;margin-bottom:12px}.feature-description{font-size:16px;line-height:1.6;color:#666;margin:0}@media(max-width:768px){.features{padding:80px 0}.features-title{font-size:36px}.features-grid{grid-template-columns:1fr;gap:24px}}.cta{padding:100px 0;background-color:#0d2b27;color:#fff;text-align:center}.cta-headline{font-size:52px;font-weight:700;color:#fff;letter-spacing:-.02em;margin-bottom:14px}.cta-subline{font-size:18px;color:#ffffff80;margin-bottom:40px}.cta-buttons{justify-content:center}@media(max-width:768px){.cta{padding:80px 0}.cta-headline{font-size:34px}.cta-buttons{justify-content:center}}.privacy-policy{min-height:calc(100vh - 200px);padding:80px 0}.privacy-title{font-size:36px;font-weight:700;color:#000;margin-bottom:32px}.privacy-content{max-width:800px}.privacy-content h2{font-size:24px;font-weight:600;color:#000;margin-top:32px;margin-bottom:12px}.privacy-content p{font-size:16px;line-height:1.6;color:#000;margin-bottom:16px}.permissions-list{list-style:disc;padding-left:24px;margin:16px 0}.permissions-list li{font-size:16px;line-height:1.6;color:#000;margin-bottom:12px}.permissions-list li strong{font-weight:600}@media(max-width:768px){.privacy-policy{padding:60px 0}.privacy-title{font-size:28px}.privacy-content h2{font-size:20px}.privacy-content p,.permissions-list li{font-size:15px}}.faq-page{min-height:calc(100vh - 200px);padding:80px 0;background:linear-gradient(180deg,#fafafa,#fff)}.faq-header{text-align:center;margin-bottom:48px}.faq-title{font-size:42px;font-weight:700;color:#1a1a1a;margin-bottom:12px;letter-spacing:-.02em}.faq-subtitle{font-size:18px;color:#666;max-width:500px;margin:0 auto}.faq-search{max-width:600px;margin:0 auto 48px}.faq-search__wrapper{position:relative;display:flex;align-items:center}.faq-search__icon{position:absolute;left:20px;color:#999;pointer-events:none}.faq-search__input{width:100%;padding:18px 50px;font-size:16px;border:2px solid #e5e5e5;border-radius:16px;background:#fff;color:#1a1a1a;transition:all .2s ease;outline:none}.faq-search__input:focus{border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a}.faq-search__input::placeholder{color:#999}.faq-search__clear{position:absolute;right:16px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border:none;border-radius:8px;color:#666;cursor:pointer;transition:all .2s ease}.faq-search__clear:hover{background:#e5e5e5;color:#333}.faq-content{max-width:800px;margin:0 auto}.faq-category{margin-bottom:16px}.faq-category__header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:#fff;border:none;border-radius:16px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000000a}.faq-category__header:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-1px)}.faq-category__header--open{border-radius:16px 16px 0 0}.faq-category__header-left{display:flex;align-items:center;gap:16px}.faq-category__icon{font-size:24px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#8de8d8,#5cd4c0);border-radius:12px}.faq-category__title{font-size:18px;font-weight:600;color:#1a1a1a}.faq-category__header-right{display:flex;align-items:center;gap:12px}.faq-category__count{font-size:14px;font-weight:500;color:#666;background:#f5f5f5;padding:4px 12px;border-radius:20px}.faq-category__chevron{color:#999;transition:transform .3s ease}.faq-category__chevron--open{transform:rotate(90deg)}.faq-category__content{max-height:0;overflow:hidden;background:#fff;border-radius:0 0 16px 16px;transition:max-height .4s ease,padding .4s ease}.faq-category__content--open{max-height:2000px;padding:8px 0 16px;box-shadow:0 4px 16px #0000000a}.faq-item{margin:0 16px;border-bottom:1px solid #f0f0f0}.faq-item:last-child{border-bottom:none}.faq-item__question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 8px;background:transparent;border:none;text-align:left;font-size:16px;font-weight:500;color:#333;cursor:pointer;transition:color .2s ease}.faq-item__question:hover,.faq-item--open .faq-item__question{color:#6366f1}.faq-item__chevron{flex-shrink:0;color:#999;transition:transform .3s ease,color .2s ease}.faq-item__chevron--open{transform:rotate(180deg);color:#6366f1}.faq-item__answer-wrapper{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item__answer-wrapper--open{max-height:500px}.faq-item__answer{padding:0 8px 16px;font-size:15px;line-height:1.7;color:#555}.faq-item__answer--placeholder{color:#999;font-style:italic}.faq-empty{text-align:center;padding:80px 24px;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000a}.faq-empty__icon{font-size:64px;margin-bottom:24px;opacity:.6}.faq-empty__title{font-size:24px;font-weight:600;color:#1a1a1a;margin-bottom:8px}.faq-empty__text{font-size:16px;color:#666}@media(max-width:768px){.faq-page{padding:60px 0}.faq-title{font-size:32px}.faq-subtitle{font-size:16px}.faq-search{margin-bottom:32px}.faq-search__input{padding:16px 48px;font-size:15px;border-radius:12px}.faq-category__header{padding:16px 20px;border-radius:12px}.faq-category__header--open{border-radius:12px 12px 0 0}.faq-category__content{border-radius:0 0 12px 12px}.faq-category__icon{width:40px;height:40px;font-size:20px}.faq-category__title{font-size:16px}.faq-item{margin:0 12px}.faq-item__question{font-size:15px;padding:14px 4px}.faq-item__answer{font-size:14px;padding:0 4px 14px}}.pricing-page{min-height:calc(100vh - 200px);padding:80px 0;background:linear-gradient(180deg,#fafafa,#fff)}.pricing-header{text-align:center;margin-bottom:56px}.pricing-title{font-size:42px;font-weight:700;color:#1a1a1a;margin-bottom:12px;letter-spacing:-.02em}.pricing-subtitle{font-size:18px;color:#666;max-width:480px;margin:0 auto}.pricing-features-section{max-width:800px;margin:0 auto 56px}.pricing-features-title{font-size:24px;font-weight:600;color:#1a1a1a;margin-bottom:20px;text-align:center}.features-table{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e5e5e5;box-shadow:0 2px 8px #0000000a}.features-table__header{display:flex;align-items:center;padding:16px 20px;background:#f8f8f8;border-bottom:1px solid #e5e5e5}.features-table__label-col{flex:1}.features-table__col{width:100px;text-align:center;font-size:14px;font-weight:600;color:#555}.features-table__col--premium{color:#00a293}.features-table__row{display:flex;align-items:center;padding:14px 20px;border-bottom:1px solid #f0f0f0}.features-table__row:last-child{border-bottom:none}.features-table__row--alt{background:#fafafa}.features-table__label{flex:1;font-size:15px;color:#333;padding-right:24px}.features-table__value{font-size:14px;font-weight:500;color:#444}.features-table__value--premium{color:#00a293;font-weight:600}.check-circle{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%}.check-circle--included{background:#00a293}.check-circle--excluded{background:#e5e5e5}.pricing-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:900px;margin:0 auto;align-items:stretch}.pricing-card{background:#fff;border:2px solid #e5e5e5;border-radius:20px;padding:28px;transition:box-shadow .2s ease}.pricing-card:hover{box-shadow:0 4px 24px #00000014}.pricing-card--featured{border-color:#00a293;box-shadow:0 4px 24px #00a2931f}.pricing-card--featured:hover{box-shadow:0 8px 32px #00a2932e}.pricing-card__badge{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:4px 12px;border-radius:20px;margin-bottom:20px}.pricing-card__badge--free{background:#f5f5f5;color:#666}.pricing-card__badge--premium{background:linear-gradient(135deg,#00a293,#007d71);color:#fff}.pricing-card__save{font-size:11px;font-weight:600;background:#ffffff40;padding:2px 7px;border-radius:10px;letter-spacing:.04em}.pricing-card__price{display:flex;align-items:baseline;gap:4px;margin-bottom:4px}.pricing-card__amount{font-size:36px;font-weight:700;color:#1a1a1a;letter-spacing:-.02em}.pricing-card__period{font-size:15px;color:#888}.pricing-card__per-month{font-size:13px;color:#888;margin-bottom:4px}.pricing-card__description{font-size:14px;color:#666;line-height:1.6;margin-top:14px}@media(max-width:768px){.pricing-page{padding:60px 0}.pricing-title{font-size:32px}.pricing-subtitle{font-size:16px}.pricing-cards{grid-template-columns:1fr;max-width:400px}.features-table__col{width:76px}.features-table__label{font-size:14px;padding-right:12px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#333}.app-store-buttons{display:flex;gap:16px;flex-wrap:wrap}.store-button{display:inline-flex;align-items:center;gap:12px;padding:12px 24px;border-radius:12px;text-decoration:none;background-color:#000;color:#fff;transition:transform .2s ease,box-shadow .2s ease}.store-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.store-button--light{background-color:#fff;color:#000}.store-button--light:hover{box-shadow:0 4px 20px #0000004d}.store-icon{width:28px;height:28px;fill:currentColor;flex-shrink:0}.store-icon.google-play-icon{fill:none}.store-text{display:flex;flex-direction:column;text-align:left}.store-subtitle{font-size:10px;text-transform:uppercase;letter-spacing:.5px;opacity:.8}.store-title{font-size:18px;font-weight:600;line-height:1.2}@media(max-width:768px){.app-store-buttons{flex-direction:column;align-items:center}.store-button{width:100%;max-width:220px;justify-content:center}}
