*{margin:0;padding:0}body{margin:0;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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{width:100%}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/fonts/manrope-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Manrope Fallback;src:local("Arial");size-adjust:128.11%;ascent-override:83.21%;descent-override:23.42%;line-gap-override:0%}:root{--teal: #2dd4c8;--teal-deep: #11b3a6;--teal-text: #0f766e;--teal-soft: #d9f7f4;--ink: #0c3d38;--ink-soft: #11534c;--text: #122430;--text-muted: #51626d;--text-soft: #54646e;--bg: #ffffff;--bg-alt: #f5f7f8;--border: #e4e9ec;--radius: 20px;--radius-lg: 28px;--shadow-sm: 0 1px 3px rgba(12, 61, 56, .06);--shadow: 0 8px 30px rgba(12, 61, 56, .1);--shadow-lg: 0 24px 70px rgba(12, 61, 56, .18);--transition: .2s ease;--max-width: 1140px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Manrope,Manrope Fallback,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text);background:var(--bg);margin:0;padding:0;line-height:1.6;text-align:left}.landing-container{width:100%;overflow-x:hidden}.landing-container section{max-width:var(--max-width);margin:0 auto;padding:80px 24px}h1,h2,h3{line-height:1.15;margin:0 0 .5em;letter-spacing:-.025em;color:var(--ink);font-weight:800}h2{font-size:clamp(1.7rem,3.4vw,2.5rem)}.lp-section-subtitle{color:var(--text-muted);font-size:1.1rem;max-width:560px;margin:0 auto 48px;text-align:center}.header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 24px;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-left{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink)}.header-logo{height:36px;width:36px}.header-title{font-size:1.3rem;font-weight:800;letter-spacing:-.02em}.header-nav{display:flex;gap:28px}.header-nav a{color:var(--text-muted);text-decoration:none;font-weight:700;font-size:.95rem;transition:color var(--transition)}.header-nav a:hover{color:var(--ink)}.header-actions{display:flex;align-items:center;gap:12px}.header-cta{background:var(--ink);color:#fff;text-decoration:none;font-weight:700;font-size:.9rem;padding:10px 20px;border-radius:999px;white-space:nowrap;transition:background-color var(--transition),transform var(--transition)}.header-cta:hover{background:var(--ink-soft);transform:translateY(-1px)}.lp-hero{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:48px;padding-top:72px!important;padding-bottom:56px!important;position:relative}.lp-badge{display:inline-flex;align-items:center;gap:8px;background:var(--teal-soft);color:var(--ink);font-weight:700;font-size:.85rem;padding:7px 16px;border-radius:999px;margin-bottom:24px}.lp-badge:before{content:"●";color:var(--teal-deep);font-size:.6rem}.lp-hero h1{font-size:clamp(2.5rem,5.5vw,4rem);margin-bottom:22px}.lp-accent{color:var(--teal-text)}.lp-hero-subtitle{color:var(--text-muted);font-size:1.2rem;max-width:500px;margin:0 0 34px}.store-buttons{display:flex;flex-wrap:wrap;align-items:center;gap:14px}.store-badge img{height:54px;width:auto;display:block;transition:transform var(--transition),opacity var(--transition)}.store-badge:hover img{transform:translateY(-2px);opacity:.92}.lp-hero-visual{position:relative;display:flex;justify-content:center}.lp-hero-visual:before{content:"";position:absolute;top:-8%;right:-16%;bottom:-8%;left:-16%;background:radial-gradient(closest-side,rgba(45,212,200,.28),transparent 70%);z-index:-1}.lp-phone{background:var(--ink);border-radius:46px;padding:10px;box-shadow:var(--shadow-lg);transform:rotate(2deg);max-width:320px}.lp-phone img{width:100%;height:auto;border-radius:38px;display:block}.lp-chip{position:absolute;background:#fff;border-radius:16px;box-shadow:var(--shadow);padding:12px 18px;display:flex;flex-direction:column;line-height:1.3;animation:lp-float 5s ease-in-out infinite}.lp-chip strong{color:var(--ink);font-size:1rem;font-weight:800}.lp-chip span{color:var(--text-soft);font-size:.8rem;font-weight:600}.lp-chip-save{top:38%;left:-6px}.lp-chip-save strong{color:var(--teal-text)}.lp-chip-stores{bottom:23%;right:-6px;animation-delay:2.5s}@keyframes lp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.lp-logos{text-align:center;padding-top:16px!important;padding-bottom:56px!important}.lp-logos-label{color:var(--text-soft);font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;margin-bottom:24px}.lp-logos-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:36px}.lp-logos-row img{height:42px;width:auto;object-fit:contain;filter:grayscale(1);opacity:.55;transition:filter var(--transition),opacity var(--transition)}.lp-logos-row img:hover{filter:grayscale(0);opacity:1}.lp-logos-coming{color:var(--text-soft);font-size:.9rem;margin-top:24px}.lp-how{text-align:center}.lp-how h2{margin-bottom:48px}.lp-how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.lp-how-card{background:var(--bg-alt);border-radius:var(--radius-lg);overflow:hidden;text-align:left;display:flex;flex-direction:column;transition:transform var(--transition),box-shadow var(--transition)}.lp-how-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.lp-how-shot{background:linear-gradient(160deg,var(--teal-soft),#eef6f5);padding:28px 48px 0;display:flex;justify-content:center}.lp-how-shot img{width:100%;max-width:220px;height:auto;border-radius:24px 24px 0 0;box-shadow:0 -8px 40px #0c3d3829;display:block}.lp-how-body{padding:24px 28px 28px}.lp-how-number{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;background:var(--teal);color:var(--ink);font-weight:800;border-radius:50%;margin-bottom:12px}.lp-how-body h3{font-size:1.25rem;margin-bottom:8px}.lp-how-body p{color:var(--text-muted);font-size:.97rem;margin:0}.lp-bento-section{text-align:center}.lp-bento-section h2{margin-bottom:12px}.lp-bento{display:grid;grid-template-columns:repeat(12,1fr);gap:20px;text-align:left}.lp-bento-card{background:var(--bg-alt);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column}.lp-bento-text{padding:28px 28px 20px}.lp-bento-card h3{font-size:1.2rem;margin-bottom:8px}.lp-bento-card p{color:var(--text-muted);font-size:.95rem;margin:0}.lp-bento-large{grid-column:span 12;flex-direction:row;align-items:center;background:var(--ink);min-height:320px}.lp-bento-large .lp-bento-text{flex:1;padding:40px 48px}.lp-bento-large h3{color:#fff;font-size:clamp(1.4rem,2.6vw,1.9rem)}.lp-bento-large p{color:#b9d4d0;font-size:1.05rem;max-width:440px}.lp-bento-large img{width:300px;height:320px;object-fit:cover;object-position:center;border-radius:24px;margin:0 48px;align-self:center;box-shadow:var(--shadow-lg)}.lp-bento-tall{grid-column:span 4}.lp-bento-tall img{width:78%;margin:auto auto 0;border-radius:20px 20px 0 0;box-shadow:0 -6px 30px #0c3d3824;display:block;max-height:340px;object-fit:cover;object-position:bottom}.lp-bento-small{grid-column:span 3;padding:26px;background:#fff;border:1px solid var(--border)}.lp-bento-small h3{font-size:1.05rem;margin-bottom:6px}.lp-bento-small p{font-size:.92rem}.lp-bento-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;font-size:1.4rem;background:var(--teal-soft);border-radius:14px;margin-bottom:14px}.lp-social{text-align:center}.lp-social h2{margin-bottom:40px}.lp-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:720px;margin:0 auto 48px}.lp-stat-value{font-size:clamp(1.9rem,4vw,2.7rem);font-weight:800;color:var(--teal-text);letter-spacing:-.02em}.lp-stat-label{color:var(--text-muted);font-weight:700}.lp-testimonials{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:left}.lp-testimonial{background:var(--bg-alt);border-radius:var(--radius);padding:26px;margin:0}.lp-stars{color:#f6b73c;letter-spacing:2px;font-size:.9rem;display:block;margin-bottom:10px}.lp-testimonial blockquote{margin:0 0 14px;font-size:1rem;font-weight:600;color:var(--text)}.lp-testimonial figcaption{color:var(--text-soft);font-size:.9rem;font-weight:700}.lp-index-teaser{padding-top:0!important}.lp-index-teaser-card{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 36px}.lp-index-teaser-card h2{font-size:1.4rem;margin-bottom:6px}.lp-index-teaser-card p{color:var(--text-muted);margin:0}.lp-index-teaser-cta{background:var(--ink);color:#fff;text-decoration:none;font-weight:700;padding:12px 22px;border-radius:999px;white-space:nowrap;transition:background-color var(--transition)}.lp-index-teaser-cta:hover{background:var(--ink-soft)}.idx-takeaway{max-width:760px;margin:0 auto 40px;font-size:1.25rem;line-height:1.5;text-align:center}.idx-takeaway strong{color:var(--teal-text)}.idx-chart{max-width:760px;margin:0 auto 56px;background:var(--bg-alt);border-radius:var(--radius-lg);padding:32px}.idx-row{display:grid;grid-template-columns:160px 1fr;align-items:center;gap:14px;margin-bottom:12px}.idx-name{font-weight:700;font-size:.95rem;text-align:right}.idx-bar-track{background:#0c3d380f;border-radius:999px}.idx-bar{display:flex;align-items:center;justify-content:flex-end;background:var(--ink);color:#fff;border-radius:999px;min-width:64px;height:32px;padding:0 12px;font-weight:700;font-size:.85rem}.idx-bar-best{background:var(--teal-deep)}.idx-legend{color:var(--text-soft);font-size:.85rem;margin:16px 0 0;text-align:center}.idx-section-title{text-align:center;margin-bottom:28px}.idx-picks{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:56px}.idx-pick{border:1px solid var(--border);border-radius:var(--radius);padding:20px;background:var(--bg)}.idx-pick-spread{display:inline-block;background:var(--teal-soft);color:var(--ink);font-weight:700;font-size:.8rem;padding:4px 10px;border-radius:999px;margin-bottom:10px}.idx-pick h3{font-size:1rem;margin-bottom:6px}.idx-pick p{color:var(--text-muted);font-size:.9rem;margin:0}.idx-spread-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.idx-spread-list li{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid var(--border);padding-bottom:10px}.idx-spread-list strong{color:var(--teal-text);white-space:nowrap}.idx-method{max-width:760px;margin:0 auto;background:var(--bg-alt);border-radius:var(--radius);padding:28px}.idx-method h2{font-size:1.2rem}.idx-method p{color:var(--text-muted);font-size:.95rem;margin:0}@media (max-width: 640px){.idx-row{grid-template-columns:1fr;gap:4px}.idx-name{text-align:left}}.cta{text-align:center;background:var(--ink);background-image:radial-gradient(circle at 85% 20%,rgba(45,212,200,.35),transparent 45%),radial-gradient(circle at 10% 90%,rgba(45,212,200,.25),transparent 40%);border-radius:var(--radius-lg);color:#fff;padding:72px 32px!important;margin-top:32px!important;margin-bottom:32px!important}.cta h2{color:#fff;max-width:640px;margin-left:auto;margin-right:auto}.cta p{color:#b9d4d0;font-size:1.1rem;margin:0 0 30px}.cta .store-buttons{justify-content:center}.faq{max-width:800px!important}.faq h2{text-align:center}.faq-subtitle{text-align:center;color:var(--text-muted);margin:0 0 40px}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);overflow:hidden}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;background:none;border:none;font-family:inherit;font-size:1rem;font-weight:700;color:var(--ink);text-align:left;padding:18px 22px;cursor:pointer}.faq-toggle{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--teal-soft);color:var(--ink);border-radius:50%;font-size:1.1rem;font-weight:700}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer.open{max-height:400px}.faq-answer p{margin:0;padding:0 22px 20px;color:var(--text-muted)}.footer{background:var(--ink);color:#b9d4d0;margin-top:48px}.footer-content{max-width:var(--max-width);margin:0 auto;padding:56px 24px 32px;display:flex;justify-content:space-between;gap:48px;flex-wrap:wrap}.footer-brand{display:flex;flex-direction:column;gap:8px;max-width:260px}.footer-logo{height:40px;width:40px}.footer-name{font-size:1.2rem;font-weight:800;color:#fff}.footer-tagline{color:#8fb5b0;font-size:.95rem}.footer-links{display:flex;gap:64px;flex-wrap:wrap}.footer-column{display:flex;flex-direction:column;gap:10px}.footer-column h3{color:#fff;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;margin:0 0 6px}.footer-column a{color:#8fb5b0;text-decoration:none;font-size:.95rem;transition:color var(--transition)}.footer-column a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(185,212,208,.18);text-align:center;padding:20px 24px;color:#8fb5b0;font-size:.9rem}.footer-bottom p{margin:0}.subpage-hero{text-align:center;padding-top:64px!important;padding-bottom:32px!important}.subpage-hero h1{font-size:clamp(2rem,4.5vw,3rem)}.subpage-hero p{color:var(--text-muted);font-size:1.15rem;max-width:640px;margin:0 auto}.subpage-content{padding-top:24px!important}.how-it-works-detailed{display:flex;flex-direction:column;gap:28px;max-width:760px;margin:0 auto}.detailed-step{display:flex;gap:24px;align-items:flex-start;background:var(--bg-alt);border-radius:var(--radius);padding:28px}.detailed-step-number{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--teal);color:var(--ink);font-weight:800;font-size:1.1rem;border-radius:50%}.detailed-step-content h3{font-size:1.2rem;margin-bottom:8px}.detailed-step-content p{color:var(--text-muted);margin:0}.subpage-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:56px}.subpage-step{text-align:center;background:var(--bg-alt);border-radius:var(--radius);padding:28px 20px}.subpage-step-number{width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;background:var(--teal);color:var(--ink);font-weight:800;border-radius:50%}.subpage-step h3{font-size:1.05rem}.subpage-step p{color:var(--text-muted);font-size:.95rem;margin:0}.subpage-info{max-width:760px;margin:0 auto 48px}.subpage-info h2{font-size:1.5rem}.subpage-info p{color:var(--text-muted);margin:0}.features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.feature-item{display:flex;gap:16px;align-items:flex-start;border:1px solid var(--border);border-radius:var(--radius);padding:22px;background:var(--bg)}.feature-item-icon{font-size:1.5rem;flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--teal-soft);border-radius:12px}.feature-item h3{font-size:1.05rem;margin-bottom:4px}.feature-item p{color:var(--text-muted);font-size:.95rem;margin:0}.stores-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:24px;margin-bottom:56px}.store-card{text-align:center;border:1px solid var(--border);border-radius:var(--radius);padding:28px 16px;background:var(--bg);box-shadow:var(--shadow-sm)}.store-logo{height:56px;width:auto;object-fit:contain;margin-bottom:14px}.store-card h3{font-size:1rem;margin:0}@media (max-width: 960px){.lp-hero{grid-template-columns:1fr;text-align:center;gap:48px}.lp-hero-subtitle{margin-left:auto;margin-right:auto}.lp-hero .store-buttons{justify-content:center}.lp-chip-save{left:4%}.lp-chip-stores{right:4%}.lp-how-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.lp-bento-tall,.lp-bento-small{grid-column:span 6}.lp-bento-large{flex-direction:column;align-items:stretch}.lp-bento-large .lp-bento-text{padding:32px 32px 8px}.lp-bento-large img{margin:24px auto 0;align-self:center;width:260px;height:280px}.lp-testimonials,.subpage-steps{grid-template-columns:1fr;max-width:520px;margin-left:auto;margin-right:auto}}@media (max-width: 640px){.landing-container section{padding:52px 20px}.header-nav{display:none}.lp-phone{max-width:250px}.lp-chip{padding:10px 14px}.lp-chip strong{font-size:.9rem}.lp-bento-tall,.lp-bento-small{grid-column:span 12}.lp-stats{grid-template-columns:1fr;gap:20px}.features-list{grid-template-columns:1fr}.footer-content{flex-direction:column;gap:32px}.footer-links{gap:32px}}.language-switcher{display:flex;align-items:center}.language-button{display:inline-flex;align-items:center;gap:6px;background:transparent;color:var(--text, #1e293b);padding:8px 14px;border-radius:999px;border:1px solid var(--border, #e2e8f0);font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.language-button:hover{background-color:var(--bg-alt, #f1f5f9);border-color:var(--text-muted, #64748b)}:root{--turquoise: #40e0d0;--turquoise-dark: #20b2aa;--turquoise-light: #7fffd4;--turquoise-very-light: rgba(64, 224, 208, .1);--text-dark: #333;--text-light: #666}.app-store-referral{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(to bottom,white,var(--turquoise-very-light));text-align:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.app-store-referral h1{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem}.app-store-referral p{font-size:1.25rem;color:var(--text-light);margin-bottom:2rem;max-width:600px}.product-details{background-color:#fff;border-radius:12px;box-shadow:0 10px 30px #0000000d;padding:2rem;margin-bottom:2rem;width:100%;max-width:600px}.product-icon{display:flex;align-items:center;justify-content:center;background-color:var(--turquoise-very-light);width:120px;height:120px;border-radius:20px;margin:0 auto 2rem}.product-icon img{width:80px;height:80px}.app-buttons{display:flex;flex-direction:row;gap:1rem;margin-top:2rem;width:100%;max-width:320px}.app-button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 5px 15px #0000001a}.app-button.ios{background-color:#000;color:#fff}.app-button.android{background-color:var(--turquoise);color:#fff}.app-button:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000026}.store-badge{display:inline-block;margin:.5rem;transition:transform .2s ease}.store-badge:hover{transform:scale(1.05)}.store-badge img{height:50px;width:168px;object-fit:contain}.greyed-out{filter:grayscale(100%) opacity(50%)}.store-badge-disabled{cursor:not-allowed;transform:none!important}.back-link{margin-top:2rem;display:inline-block;color:var(--turquoise-dark);text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:all .2s ease}.back-link:hover{background-color:var(--turquoise-very-light)}.logo-container{display:flex;align-items:center}.logo-image{height:40px}@media (max-width: 768px){.app-store-referral h1{font-size:2rem}.product-details{padding:1.5rem}.app-buttons{flex-direction:column}.feature-item{width:100%}}.referral-page{min-height:100vh;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 0}.header-content{width:100%;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-section{display:flex;align-items:center;gap:.75rem}.logo{width:40px;height:40px}.brand-name{font-size:1.5rem;font-weight:700;color:#2d3748;margin:0}.main-content{padding:3rem 0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero-section{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:4rem}.hero-content{max-width:500px}.badge{display:inline-block;background:#40e0d0;color:#fff;padding:.5rem 1rem;border-radius:1.5rem;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.hero-title{font-size:2.5rem;font-weight:700;color:#2d3748;margin:0 0 1rem;line-height:1.2}.hero-subtitle{font-size:1.125rem;color:#4a5568;margin-bottom:2rem;line-height:1.6}.referral-code-card{background:#40e0d0;color:#fff;border-radius:1rem;padding:2rem;margin-bottom:2rem;text-align:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px #40e0d04d}.code-label{font-size:.875rem;color:#ffffffe6;margin-bottom:.5rem;font-weight:600}.code-value{font-size:2rem;font-weight:700;color:#fff;font-family:Courier New,monospace;letter-spacing:.1em;margin-bottom:.5rem}.hero-image{display:flex;justify-content:center;align-items:center}.app-screenshot{max-width:300px;width:100%;height:auto;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.download-section{text-align:center;margin-bottom:4rem;padding:3rem 0;background:#fff;border-radius:1.5rem;box-shadow:0 4px 6px -1px #0000001a}.section-title{font-size:2rem;font-weight:700;color:#2d3748;margin:0 0 2rem}.download-buttons{display:flex;justify-content:center;flex-wrap:wrap}.download-btn{display:inline-block;position:relative;transition:transform .2s ease}.download-btn:hover:not(.disabled){transform:scale(1.05)}.download-btn.disabled{cursor:not-allowed}.badge-img{height:60px;width:auto}.badge-img.greyed{filter:grayscale(100%) opacity(50%)}.coming-soon{position:absolute;top:-8px;left:-8px;background:#f56565;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:.5rem;transform:rotate(-12deg);white-space:nowrap}.info-section{margin-bottom:4rem}.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.info-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a}.card-title{font-size:1.5rem;font-weight:700;color:#2d3748;margin:0 0 1.5rem;text-align:center}.benefits-list{list-style:none;padding:0;margin:0}.benefits-list li{padding:.75rem 0 .75rem 2rem;position:relative;font-size:1rem;line-height:1.5;color:#4a5568}.benefits-list li:before{content:"✓";position:absolute;left:0;color:#40e0d0;font-weight:700;font-size:1.25rem}.referral-steps{display:flex;flex-direction:column;gap:1.5rem}.referral-step{display:flex;gap:1rem;align-items:flex-start}.referral-step-number{width:2rem;height:2rem;background:#40e0d0;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.referral-step-text h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#2d3748}.copy-hint{font-size:.75rem;color:#fffc;font-weight:500}.referral-code-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #40e0d066}.referral-code-card:active{transform:translateY(0)}.step-text p{margin:0;font-size:.875rem;color:#718096;line-height:1.5}@media (max-width: 1024px){.hero-section{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-content{max-width:none}.info-grid{grid-template-columns:1fr;gap:2rem}}@media (max-width: 768px){.container,.header-content{padding:0 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.section-title{font-size:1.5rem}.badge-img{height:50px}.app-screenshot{max-width:250px}.info-card{padding:1.5rem}}@media (max-width: 480px){.main-content{padding:2rem 0}.hero-title{font-size:1.75rem}.download-section{padding:2rem 1rem}.download-buttons{flex-direction:column;align-items:center}.app-screenshot{max-width:200px}.brand-name{font-size:1.25rem}.logo{width:32px;height:32px}}.login-redirect-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#61dafb,#03a9f4);padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-redirect-content{text-align:center;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:60px 40px;box-shadow:0 20px 40px #0000001a;max-width:500px;width:100%;animation:fadeInUp .8s ease-out}.login-redirect-logo{width:80px;height:80px;margin-bottom:30px;animation:float 3s ease-in-out infinite}.login-redirect-loading h2,.login-redirect-fallback h2{font-size:28px;font-weight:600;color:#2d3748;margin:0 0 15px}.login-redirect-fallback p{font-size:16px;color:#718096;margin-bottom:20px;line-height:1.6}.open-app-button{display:inline-block;width:100%;max-width:300px;padding:16px 40px;background:linear-gradient(135deg,#40e0d0,#20b2aa);color:#fff;border:none;border-radius:25px;font-weight:700;font-size:18px;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #40e0d066;margin-bottom:15px}.open-app-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #40e0d080;background:linear-gradient(135deg,#3dd4c4,#1fa39b)}.open-app-button:active{transform:translateY(0);box-shadow:0 4px 15px #40e0d066}.fallback-divider{margin:20px 0 15px;color:#718096;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.login-redirect-spinner{width:50px;height:50px;margin:30px auto;border:4px solid rgba(64,224,208,.2);border-top-color:#40e0d0;border-radius:50%;animation:spin 1s linear infinite}.login-redirect-buttons{display:flex;flex-direction:column;gap:15px;margin-top:20px}.login-redirect-button{display:inline-block;padding:12px 28px;color:#fff;text-decoration:none;border-radius:25px;font-weight:600;font-size:15px;transition:all .3s ease;text-align:center}.app-store-button{background:linear-gradient(135deg,#000,#434343);box-shadow:0 4px 15px #0000004d}.app-store-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0006;text-decoration:none;color:#fff}.play-store-button{background:linear-gradient(135deg,#40e0d0,#48bb78);box-shadow:0 4px 15px #40e0d04d}.play-store-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #40e0d066;text-decoration:none;color:#fff}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.login-redirect-content{padding:40px 30px;margin:20px}.login-redirect-loading h2,.login-redirect-fallback h2{font-size:22px}.login-redirect-logo{width:60px;height:60px}.login-redirect-buttons{gap:12px}.login-redirect-button{padding:12px 24px;font-size:14px}}.not-found-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#61dafb,#03a9f4);padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.not-found-content{text-align:center;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:60px 40px;box-shadow:0 20px 40px #0000001a;max-width:500px;width:100%;animation:fadeInUp .8s ease-out}.not-found-logo{width:80px;height:80px;margin-bottom:20px;animation:float 3s ease-in-out infinite}.not-found-title{font-size:120px;font-weight:700;color:#4a5568;margin:0;line-height:1;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.not-found-subtitle{font-size:28px;font-weight:600;color:#2d3748;margin:20px 0 15px}.not-found-message{font-size:16px;color:#718096;margin-bottom:40px;line-height:1.6}.not-found-button{display:inline-block;padding:14px 30px;background:linear-gradient(135deg,#40e0d0,#48bb78);color:#fff;text-decoration:none;border-radius:25px;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 4px 15px #40e0d04d}.not-found-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #40e0d066;text-decoration:none;color:#fff}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 768px){.not-found-content{padding:40px 30px;margin:20px}.not-found-title{font-size:80px}.not-found-subtitle{font-size:22px}.not-found-logo{width:60px;height:60px}}
