@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--color-bg: #f6f8fb;--color-surface: #ffffff;--color-surface-alt: #eaf1fc;--color-text: #101828;--color-text-muted: #55627a;--color-text-dim: #8a94a8;--color-accent: #1f6fe0;--color-accent-hover: #1658b5;--color-accent-glow: rgba(31, 111, 224, .12);--color-orange: #f5952f;--color-orange-glow: rgba(245, 149, 47, .16);--color-success: #16a34a;--color-alert: #dc2626;--color-border: rgba(16, 24, 40, .08);--color-border-accent: rgba(31, 111, 224, .3);--font-display: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "SF Mono", "Fira Code", "Consolas", monospace;--section-padding: clamp(4rem, 10vw, 7rem);--container-max: 1080px;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 20px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:var(--container-max);margin:0 auto;padding:0 clamp(1.5rem,4vw,3rem)}.section{padding:var(--section-padding) 0}.section-label{font-size:.75rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.75rem}.section-title{font-family:var(--font-display);font-size:clamp(2rem,4.5vw,3rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.25rem;color:var(--color-text)}.reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:.9rem 0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);background:#f6f8fbd9;border-bottom:1px solid var(--color-border)}.nav .container{display:flex;justify-content:space-between;align-items:center}.nav-logo{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:var(--color-text);display:flex;align-items:center;gap:.5rem}.nav-logo svg{color:var(--color-accent)}.nav-right{display:flex;align-items:center;gap:1.25rem}.nav-link{font-size:.875rem;font-weight:500;color:var(--color-text-muted);transition:color .2s ease}.nav-link:hover{color:var(--color-text)}.nav-cta{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.15rem;background:var(--color-accent);color:#fff;font-weight:600;font-size:.85rem;border:none;border-radius:999px;cursor:pointer;transition:background .2s ease}.nav-cta:hover{background:var(--color-accent-hover)}@media(max-width:560px){.nav-link{display:none}}.hero{min-height:100vh;display:flex;align-items:center;padding-top:6rem;padding-bottom:3rem;background:radial-gradient(60% 50% at 80% 20%,rgba(31,111,224,.1),transparent 70%),radial-gradient(40% 40% at 10% 80%,rgba(245,149,47,.1),transparent 70%)}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem}.hero-content{max-width:540px}.hero-title{font-family:var(--font-display);font-size:clamp(2.6rem,6vw,4.2rem);font-weight:800;line-height:1.02;letter-spacing:-.035em;margin-bottom:1.25rem;color:var(--color-text)}.hero-title em{font-style:normal;color:var(--color-accent)}.hero-subtitle{font-size:clamp(1rem,2vw,1.15rem);color:var(--color-text-muted);line-height:1.7;margin-bottom:2rem}.hero-cta-group{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.app-store-badge{display:inline-block;transition:transform .2s ease,opacity .2s ease}.app-store-badge:hover{transform:scale(1.02);opacity:.9}.app-store-badge svg{height:50px;width:auto}.hero-note{font-size:.8rem;color:var(--color-text-dim)}@media(max-width:768px){.hero{min-height:auto}.hero-grid{grid-template-columns:1fr;text-align:center}.hero-content{max-width:100%}.hero-cta-group{align-items:center}.hero-phone{order:2}}.phone-wrapper{display:flex;justify-content:center}.phone-frame{width:290px;aspect-ratio:1206 / 2622;background:#0b0f14;border-radius:46px;padding:10px;position:relative;box-shadow:0 0 0 1px #10182826,0 30px 70px #10182847}.phone-frame:before{content:"";position:absolute;top:20px;left:50%;transform:translate(-50%);width:92px;height:28px;background:#0b0f14;border-radius:20px;z-index:2}.phone-screen{width:100%;height:100%;border-radius:37px;overflow:hidden;background:#fff}.phone-screen img{width:100%;height:100%;object-fit:cover}.phone-frame--large{width:330px}.phone-frame--tilt{transform:rotate(-4deg)}@media(max-width:768px){.phone-frame{width:240px;border-radius:40px;padding:8px}.phone-frame:before{width:76px;height:24px;top:16px}.phone-screen{border-radius:32px}.phone-frame--large{width:260px}}.problem{border-top:1px solid var(--color-border)}.problem-header{text-align:center;max-width:640px;margin:0 auto 3rem}.problem-header p{color:var(--color-text-muted);font-size:1.05rem;line-height:1.7}.compare{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem}.compare-side{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.75rem}.compare-side h3{font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-dim);margin-bottom:1.25rem;display:flex;justify-content:space-between;align-items:baseline}.compare-side h3 span{font-size:.85rem;letter-spacing:0;text-transform:none;font-weight:600;color:var(--color-text-muted)}.compare-side--after h3{color:var(--color-accent)}.sheets{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.sheets--after{grid-template-columns:repeat(2,1fr);max-width:calc(50% - .375rem)}.sheet{aspect-ratio:11 / 8.5;background:#fff;border:1px solid rgba(16,24,40,.14);border-radius:4px;box-shadow:0 2px 6px #1018280f;display:grid;grid-template-columns:1fr 1fr;padding:7%;gap:6%}.label{border:1.5px solid var(--color-text);border-radius:2px;display:flex;flex-direction:column;gap:9%;padding:10% 9%}.label i{display:block;height:3px;border-radius:2px;background:var(--color-text);opacity:.85}.label i:nth-child(1){width:55%;height:4px}.label i:nth-child(2){width:80%;opacity:.35}.label i:nth-child(3){width:65%;opacity:.35}.label i:nth-child(4){width:90%;height:7px;margin-top:auto;background:repeating-linear-gradient(90deg,var(--color-text) 0 2px,transparent 2px 4px);opacity:.9}.label--empty{border:1.5px dashed rgba(16,24,40,.18)}.label--paired{border-color:var(--color-accent)}.label--paired i{background:var(--color-accent)}.label--paired i:nth-child(4){background:repeating-linear-gradient(90deg,var(--color-accent) 0 2px,transparent 2px 4px)}.compare-arrow{width:56px;height:56px;border-radius:50%;background:var(--color-orange);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px var(--color-orange-glow)}.compare-caption{margin-top:1.25rem;font-size:.9rem;color:var(--color-text-muted)}@media(max-width:768px){.compare{grid-template-columns:1fr}.compare-arrow{margin:0 auto;transform:rotate(90deg)}}.how{border-top:1px solid var(--color-border);background:var(--color-surface)}.how-header{text-align:center;max-width:600px;margin:0 auto 3rem}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.step{position:relative;padding:1.75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg)}.step-number{width:36px;height:36px;border-radius:50%;background:var(--color-accent);color:#fff;font-weight:800;font-size:.95rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.step h3{font-size:1.05rem;font-weight:700;margin-bottom:.4rem}.step p{color:var(--color-text-muted);font-size:.92rem;line-height:1.65}.step kbd{font-family:inherit;font-size:.85em;padding:.1em .45em;border-radius:6px;background:var(--color-accent-glow);color:var(--color-accent);font-weight:600}@media(max-width:768px){.steps{grid-template-columns:1fr}}.features{border-top:1px solid var(--color-border)}.features-header{text-align:center;max-width:600px;margin:0 auto 3rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.feature-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.75rem;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.feature-card:hover{transform:translateY(-2px);border-color:var(--color-border-accent);box-shadow:0 12px 30px #1f6fe014}.feature-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;background:var(--color-accent-glow);color:var(--color-accent)}.feature-icon--orange{background:var(--color-orange-glow);color:var(--color-orange)}.feature-icon--green{background:#16a34a1f;color:var(--color-success)}.feature-card h3{font-size:1rem;font-weight:700;margin-bottom:.4rem}.feature-card p{color:var(--color-text-muted);font-size:.9rem;line-height:1.65}@media(max-width:900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.features-grid{grid-template-columns:1fr}}.showcase{border-top:1px solid var(--color-border);background:var(--color-surface)}.showcase-phones{display:flex;justify-content:center;align-items:flex-end;gap:2.5rem;margin-bottom:3.5rem}.showcase-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:760px;margin:0 auto;text-align:center}.stat-number{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:var(--color-accent);line-height:1;margin-bottom:.5rem;letter-spacing:-.03em}.stat-label{font-size:.85rem;color:var(--color-text-muted)}@media(max-width:768px){.showcase-phones{flex-direction:column;align-items:center;gap:2rem}.phone-frame--tilt{transform:none}}@media(max-width:560px){.showcase-stats{grid-template-columns:1fr;gap:1.5rem}}.cta{border-top:1px solid var(--color-border)}.cta-card{background:linear-gradient(135deg,#1f6fe0,#0d3f8f);color:#fff;border-radius:var(--radius-lg);padding:clamp(3rem,8vw,5rem) clamp(2rem,6vw,4rem);text-align:center;box-shadow:0 30px 60px #1f6fe040}.cta-card .section-label{color:#ffffffbf}.cta-card .section-title{color:#fff;margin-bottom:.75rem}.cta-card>p{color:#ffffffd1;font-size:1.05rem;max-width:460px;margin:0 auto 2rem}.cta-badge{display:flex;justify-content:center}.footer{border-top:1px solid var(--color-border);padding:2rem 0}.footer .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-brand{font-family:var(--font-display);font-weight:700;font-size:.9rem;color:var(--color-text);display:flex;align-items:center;gap:.4rem}.footer-brand svg{color:var(--color-accent)}.footer-links{display:flex;align-items:center;gap:1.5rem;font-size:.8rem;color:var(--color-text-muted)}.footer-links a{color:var(--color-text-muted);transition:color .2s ease}.footer-links a:hover{color:var(--color-accent)}.doc-page{padding-top:8rem}.doc-header{margin-bottom:3rem}.back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--color-text-muted);margin-bottom:1.5rem;transition:color .2s ease}.back-link:hover{color:var(--color-accent)}.doc-header .section-title{margin-bottom:.5rem}.doc-updated{color:var(--color-text-muted);font-size:.9rem}.doc-content{max-width:720px}.doc-summary{display:flex;flex-wrap:wrap;gap:1rem;padding:1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:1.5rem}.summary-item{display:flex;flex-direction:column;gap:.25rem;min-width:100px}.summary-label{font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.summary-value{font-size:1rem;font-weight:600;color:var(--color-success)}.doc-tagline{font-size:1.1rem;font-weight:600;color:var(--color-text);margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--color-border)}.doc-section{margin-bottom:2.5rem}.doc-section h2{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--color-text);margin-bottom:1rem}.doc-section p{color:var(--color-text-muted);line-height:1.75;margin-bottom:1rem}.doc-section p:last-child{margin-bottom:0}.doc-section ul,.doc-section ol{list-style:none;padding:0;margin:1rem 0}.doc-section li{color:var(--color-text-muted);padding-left:1.5rem;position:relative;margin-bottom:.5rem;line-height:1.6}.doc-section ul li:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;background:var(--color-accent);border-radius:50%}.doc-section ol{counter-reset:steps}.doc-section ol li{padding-left:2rem;counter-increment:steps}.doc-section ol li:before{content:counter(steps);position:absolute;left:0;top:.15em;width:1.35rem;height:1.35rem;border-radius:50%;background:var(--color-accent-glow);color:var(--color-accent);font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center}.doc-section strong{color:var(--color-text)}.doc-email{color:var(--color-accent);font-weight:600;transition:opacity .2s ease}.doc-email:hover{opacity:.8}.faq{display:flex;flex-direction:column;gap:.75rem}.faq details{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:0 1.25rem}.faq summary{cursor:pointer;list-style:none;padding:1.1rem 0;font-weight:600;color:var(--color-text);display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:1.3rem;font-weight:400;color:var(--color-accent);transition:transform .2s ease}.faq details[open] summary:after{transform:rotate(45deg)}.faq details p{color:var(--color-text-muted);line-height:1.7;padding-bottom:1.1rem}.faq details p+p{margin-top:.6rem}@media(max-width:640px){.doc-summary{gap:1.25rem}.summary-item{min-width:calc(50% - 1rem)}}
