.logo-container{display:flex;align-items:center;gap:12px}.logo-image{display:block;object-fit:contain;flex-shrink:0;border-radius:12px}.logo-text{font-size:22px;font-weight:800;color:#2979ff;line-height:1;margin:0;letter-spacing:.5px}.logo-container.default .logo-text{color:#2979ff}.logo-container.white .logo-text{color:#fff}.logo-container.dark .logo-text{color:#2979ff}.header{width:100%;padding:24px 40px;background-color:#fff;border-bottom:1px solid rgba(0,0,0,.06);position:sticky;top:0;z-index:100}.header-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:32px}.header-nav{display:flex;align-items:center;gap:24px}.header-link{color:#212121;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s}.header-link:hover{color:#2979ff}.header-cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;background-color:#2979ff;color:#fff;font-size:15px;font-weight:600;text-decoration:none;border-radius:8px;transition:background-color .2s,transform .2s}.header-cta:hover{background-color:#1a6ae6;transform:translateY(-1px)}@media (max-width: 768px){.header{padding:16px 20px}.header-nav{gap:16px}.header-link{font-size:14px}.header-cta{padding:10px 18px;font-size:14px}}.hero{width:100%;padding:48px 40px 80px;background-color:#fff;position:relative}.hero-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.hero-badges{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;color:#212121;background:#fff}.hero-badge-icon{color:#22c55e;flex-shrink:0}.hero-flag{font-size:16px}.hero-title{font-size:clamp(32px,5vw,52px);font-weight:800;color:#212121;line-height:1.2;margin:0 0 32px;letter-spacing:-.5px;max-width:800px}.hero-download-prompt{font-size:16px;color:#757575;margin:0 0 16px}.hero-play-badge{display:inline-block;margin-bottom:40px}.hero-play-badge-img{height:80px;width:auto;display:block}.hero-phones-stage{position:relative;width:100%;max-width:860px;height:470px;margin:0 auto}.hero-phones-stage:before{content:"";position:absolute;left:50%;bottom:12px;width:540px;height:92px;transform:translate(-50%);background:radial-gradient(ellipse at center,#141d3a3d,#141d3a00 74%);filter:blur(10px);z-index:0;pointer-events:none}.hero-device{position:absolute;bottom:18px;width:240px;border-radius:34px;background:linear-gradient(160deg,#0f1118,#1b1f29 45%,#0f1118);padding:10px;box-shadow:0 28px 56px #141d3a4d,inset 0 0 0 1px #ffffff14}.hero-device:before{content:"";position:absolute;top:9px;left:50%;transform:translate(-50%);width:88px;height:18px;border-radius:11px;background:#04050a;z-index:3}.hero-device--left{left:84px;z-index:1;opacity:.94;transform:rotate(-14deg)}.hero-device--center{left:50%;z-index:3;transform:translate(-50%)}.hero-device--right{right:84px;z-index:2;opacity:.96;transform:rotate(14deg)}.hero-device-notch{position:absolute;top:14px;left:50%;transform:translate(-50%);width:62px;height:8px;border-radius:999px;background:#11131b;z-index:4}.hero-device-screen{border-radius:24px;overflow:hidden;min-height:392px}.hero-device-screen--left{background:linear-gradient(180deg,#0a0d14,#11151f)}.hero-device-screen--center{background:linear-gradient(180deg,#f9fcff,#eef4ff)}.hero-device-screen--right{background:linear-gradient(180deg,#f9fbff,#f0f6ff)}.hero-device-status{height:28px;display:flex;justify-content:space-between;align-items:center;padding:6px 12px 0;font-size:10px;color:#ffffffb8}.hero-device-screen--center .hero-device-status,.hero-device-screen--right .hero-device-status{color:#111827}.hero-device-content{padding:10px 12px 14px}.hero-device-card{height:118px;border-radius:14px;margin-bottom:12px}.hero-device-card--primary{background:linear-gradient(140deg,#131a2d,#252f4d)}.hero-device-screen--left .hero-device-card--primary{background:linear-gradient(145deg,#202838,#10131c)}.hero-device-screen--right .hero-device-card--primary{background:linear-gradient(145deg,#d9e9ff,#bbd6ff)}.hero-device-row{height:32px;border-radius:10px;background:#ffffffc7;display:flex;align-items:center;justify-content:space-between;padding:0 10px;margin-bottom:8px;font-size:11px;color:#334155}.hero-device-screen--left .hero-device-row{background:#ffffff14;color:#dbe7ff}.hero-device-row strong{color:#111827;font-size:11px}.hero-device-screen--left .hero-device-row strong{color:#fff}.hero-device-chart{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}.hero-device-chart span{height:52px;border-radius:10px;background:#d8e8ff}.hero-device-chart span:nth-child(2){height:64px}.hero-device-chart span:nth-child(4){height:44px}.hero-device-screen--left .hero-device-chart span{background:#ffffff1f}.hero-feature-popup{position:absolute;max-width:220px;background:#fff;color:#111827;font-size:13px;font-weight:600;line-height:1.4;border-radius:12px;padding:10px 14px;box-shadow:0 12px 30px #1e293b24;z-index:5;animation:popupFloat 3.8s ease-in-out infinite}.hero-feature-popup--left{left:34px;top:132px}.hero-feature-popup--top-right{right:24px;top:122px;background:linear-gradient(135deg,#7b61ff,#4f46e5);color:#fff}.hero-feature-popup--bottom-right{right:12px;top:196px}.hero-feature-popup--top-right{animation-delay:.4s}.hero-feature-popup--bottom-right{animation-delay:.8s}@keyframes popupFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (max-width: 768px){.hero{padding:32px 20px 80px}.hero-play-badge-img{height:66px}.hero-phones-stage{max-width:360px;height:540px}.hero-phones-stage:before{width:240px;height:42px;bottom:62px}.hero-device{width:188px;min-height:332px;padding:8px}.hero-device--left{left:6px;top:82px}.hero-device--center{top:24px}.hero-device--right{right:6px;top:82px}.hero-device-screen{min-height:306px}.hero-feature-popup{font-size:12px;padding:8px 10px;max-width:160px}.hero-feature-popup--left{top:184px;left:8px}.hero-feature-popup--top-right{right:0;top:176px}.hero-feature-popup--bottom-right{right:0;top:236px}}.categories-section{width:100%;padding:48px 40px;background-color:#fff}.categories-container{max-width:1400px;margin:0 auto;text-align:center}.categories-slogan{font-size:clamp(24px,3vw,32px);font-weight:700;color:#212121;margin:0 0 24px;letter-spacing:-.5px}.categories-list{display:flex;flex-wrap:wrap;justify-content:center;gap:16px 32px}.category-link{color:#212121;font-size:16px;font-weight:500;text-decoration:none;transition:color .2s}.category-link:hover{color:#2979ff}@media (max-width: 768px){.categories-section{padding:32px 20px}.categories-list{gap:12px 20px}.category-link{font-size:15px}}.features-section{width:100%;padding:80px 40px;background-color:#fff;position:relative}.features-container{max-width:1400px;margin:0 auto}.features-title{font-size:clamp(28px,4vw,42px);font-weight:800;color:#212121;margin:0 0 48px;letter-spacing:-.5px;text-align:center}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;align-items:start}.feature-card{border-radius:16px;padding:32px;box-shadow:0 4px 24px #00000014;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001f}.feature-card--beige{background:#f5f0e8}.feature-card--green{background:#e8f5e9}.feature-card--blue{background:#e3f2fd}.feature-card-title{font-size:20px;font-weight:700;color:#212121;margin:0 0 12px;letter-spacing:-.3px}.feature-card-description{font-size:15px;color:#757575;line-height:1.6;margin:0}@media (max-width: 1024px){.features-grid{grid-template-columns:1fr;gap:24px}}@media (max-width: 768px){.features-section{padding:60px 20px}.features-title{margin-bottom:32px}.feature-card{padding:24px}.feature-card-title{font-size:18px}.feature-card-description{font-size:14px}}.testimonials{width:100%;padding:80px 40px;background-color:#fff;position:relative}.testimonials-container{max-width:1400px;margin:0 auto}.testimonials-title{font-size:clamp(28px,4vw,42px);font-weight:800;color:#212121;margin:0 0 48px;letter-spacing:-.5px;text-align:center}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px}.testimonial-card{background:#fff;border:1px solid #e0e0e0;border-radius:16px;padding:28px;display:flex;flex-direction:column;gap:16px;transition:box-shadow .2s}.testimonial-card:hover{box-shadow:0 8px 24px #00000014}.testimonial-stars{display:flex;gap:2px}.testimonial-star{color:#eab308;font-size:20px}.testimonial-text{font-size:15px;color:#212121;line-height:1.6;flex:1}.testimonial-author{display:flex;align-items:center;gap:6px;font-size:14px}.testimonial-name{font-weight:600;color:#212121}.testimonial-sep{color:#9ca3af}.testimonial-role{color:#757575}.testimonials-dots{display:flex;justify-content:center;gap:8px}.testimonials-dot{width:10px;height:10px;border-radius:50%;border:none;background:#e0e0e0;cursor:pointer;padding:0;transition:background .2s}.testimonials-dot:hover{background:#b0b0b0}.testimonials-dot--active{background:#2979ff;border-radius:2px;width:24px}@media (max-width: 1024px){.testimonials-grid{grid-template-columns:1fr}}@media (max-width: 768px){.testimonials{padding:60px 20px}.testimonials-title{font-size:28px;margin-bottom:32px}.testimonial-card{padding:20px}.testimonial-text{font-size:14px}}.download-faq{width:100%;padding:80px 40px;background-color:#fff}.download-faq-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.download-faq-download{text-align:center}.download-faq-title{font-size:clamp(28px,4vw,40px);font-weight:800;color:#212121;margin:0 0 16px;letter-spacing:-.5px}.download-faq-subtitle{font-size:16px;color:#757575;margin:0 0 24px;line-height:1.6}.download-faq-play-badge{display:inline-block}.download-faq-play-badge-img{height:48px;width:auto;display:block}.download-faq-faq{padding-top:0}.download-faq-heading{font-size:clamp(28px,3vw,36px);font-weight:800;color:#212121;margin:0 0 8px;letter-spacing:-.5px}.download-faq-heading-sub{font-size:16px;color:#757575;margin:0 0 24px}.download-faq-list{display:flex;flex-direction:column;gap:0}.download-faq-item{border-bottom:1px solid #e0e0e0}.download-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 0;background:none;border:none;font-size:16px;font-weight:600;color:#212121;text-align:left;cursor:pointer;transition:color .2s}.download-faq-question:hover{color:#2979ff}.download-faq-chevron{font-size:12px;color:#757575;flex-shrink:0;transition:transform .2s}.download-faq-item--open .download-faq-chevron{transform:rotate(180deg)}.download-faq-answer{font-size:15px;color:#757575;line-height:1.6;padding:0 0 20px;max-height:0;overflow:hidden;transition:max-height .3s ease}.download-faq-item--open .download-faq-answer{max-height:300px}@media (max-width: 1024px){.download-faq-container{grid-template-columns:1fr;gap:48px}.download-faq-download{order:1}.download-faq-faq{order:2}}@media (max-width: 768px){.download-faq{padding:60px 20px}.download-faq-container{gap:32px}.download-faq-question{font-size:15px}.download-faq-answer{font-size:14px}}.footer{width:100%;background-color:#fff;color:#212121;padding:48px 40px 24px;border-top:1px solid #e0e0e0}.footer-container{max-width:1400px;margin:0 auto}.footer-content{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:32px}.footer-brand{display:flex;flex-direction:column;gap:12px}.footer-copyright{font-size:14px;color:#757575;margin:0;line-height:1.5}.footer-nav{display:flex;flex-wrap:wrap;gap:24px 32px;align-items:center}.footer-nav a{color:#212121;font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.footer-nav a:hover{color:#2979ff}@media (max-width: 768px){.footer{padding:32px 20px 20px}.footer-content{flex-direction:column;align-items:center;text-align:center}.footer-brand{align-items:center}.footer-nav{justify-content:center}}.App{width:100%;min-height:100vh;background-color:#fff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#212121;line-height:1.6;background:#fff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
