*,::after,::before{margin:0;padding:0;box-sizing:border-box}:root{--primary:#2d4c7e;--secondary:#043f5d;--purple:#665292;--magenta:#a25098;--pink:#d45087;--coral:#f05c6b;--orange:#f47946;--amber:#f9a41b;--light-bg:#f0f0f0;--white:#ffffff;--text:#1f2937;--text-light:#6b7280}html{scroll-behavior:smooth;scroll-padding-top:5rem}body{font-family:"Open Sans",Arial,Helvetica,sans-serif;color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}.nav-links,header,header nav{display:flex;align-items:center}header{background:var(--white);padding:1.5rem 2rem;box-shadow:0 2px 6px rgba(18,38,63,.12);position:sticky;top:0;z-index:50;justify-content:space-between}header .logo img{height:40px}.nav-links,header nav{gap:3rem}.nav-links{gap:2.5rem}.footer-links a,header nav a{text-decoration:none;font-size:.875rem;transition:color .2s}header nav a{font-weight:600;color:var(--text-light)}header nav a:hover{color:var(--primary)}.nav-login{background:var(--primary);color:var(--white)!important;padding:.5rem 1.25rem;border-radius:6px;transition:opacity .2s}.nav-login:hover{opacity:.9;color:var(--white)!important}.mobile-nav{display:none}.mobile-menu-btn{display:none;background:0 0;border:0;cursor:pointer;padding:.25rem}.mobile-menu-btn span{display:block;width:24px;height:2px;background:var(--text);margin:5px 0;transition:.3s}.hero{background:linear-gradient(135deg,var(--secondary) 0%,var(--primary) 50%,var(--purple) 100%);color:var(--white);padding:5rem 2rem 4rem;text-align:center}.hero h1{font-size:2.75rem;font-weight:700;line-height:1.2;max-width:720px;margin:0 auto 1.25rem}.hero p{font-size:1.125rem;max-width:600px;margin:0 auto 2rem;opacity:.9;line-height:1.7}.hero-cta{display:inline-block;background:var(--white);color:var(--primary);font-weight:700;font-size:1rem;padding:.875rem 2.5rem;border-radius:8px;text-decoration:none;transition:transform .2s,box-shadow .2s}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.2)}.hero-screenshot{max-width:960px;margin:3rem auto 0}.hero-screenshot img{width:100%;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3)}section{padding:5rem 2rem}.container{max-width:1120px;margin:0 auto}.section-title{text-align:center;font-size:2rem;font-weight:700;color:var(--secondary);margin-bottom:.75rem}.section-subtitle{text-align:center;font-size:1.05rem;color:var(--text-light);max-width:600px;margin:0 auto 3rem}.features{background:var(--white)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.feature-card{text-align:center;padding:2rem 1.5rem;border-radius:12px;border:1px solid #e5e7eb;transition:box-shadow .2s,transform .2s}.feature-card:hover,.price-card:hover{box-shadow:0 8px 30px rgba(45,76,126,.1);transform:translateY(-4px)}.feature-icon{width:56px;height:56px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.5rem}.feature-card h3,.price-card h3,.step h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--secondary)}.feature-card p,.screenshot-item p{font-size:.9rem;color:var(--text-light)}.feature-card p{line-height:1.6}.screenshots{background:var(--light-bg)}.screenshots-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.screenshot-item{text-align:center}.screenshot-item img{width:100%;border-radius:10px;border:1px solid #e5e7eb;box-shadow:0 4px 16px rgba(0,0,0,.06);background:#e5e7eb;min-height:240px}.screenshot-item p{margin-top:.75rem;font-weight:600}.how-it-works{background:var(--white)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;counter-reset:step}.step{text-align:center;position:relative;counter-increment:step}.step-number{width:48px;height:48px;border-radius:50%;background:var(--primary);color:var(--white);font-size:1.25rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.price-card h3,.step h3{font-size:1rem}.price-amount span,.step p{font-size:.875rem;color:var(--text-light)}.pricing{background:var(--light-bg)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:960px;margin:0 auto}.price-card{background:var(--white);border-radius:12px;padding:2.5rem 2rem;text-align:center;border:2px solid #e5e7eb;transition:box-shadow .2s,transform .2s;display:flex;flex-direction:column}.price-card:hover{box-shadow:0 12px 40px rgba(45,76,126,.12)}.price-card.featured{border-color:var(--primary);position:relative}.price-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--primary);color:var(--white);font-size:.75rem;font-weight:700;padding:.25rem 1rem;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.price-card h3{font-size:1.25rem;text-transform:capitalize}.price-amount{font-size:2.5rem;font-weight:700;color:var(--primary);margin-bottom:.25rem}.price-amount span{font-size:1rem;font-weight:500}.price-period{font-size:.85rem;color:var(--text-light);margin-bottom:1.5rem}.price-features{list-style:none;text-align:left;margin-bottom:2rem;flex-grow:1}.price-features li{padding:.4rem 0;font-size:.9rem;color:var(--text);display:flex;align-items:flex-start;gap:.5rem}.price-features li::before{content:"✓";color:var(--primary);font-weight:700;flex-shrink:0}.price-features li.no-access::before{content:"🚫";font-weight:400}.price-cta{display:block;padding:.75rem 1.5rem;border-radius:8px;font-weight:700;font-size:.95rem;text-decoration:none;transition:opacity .2s,transform .2s;cursor:pointer}.price-cta:hover{opacity:.9;transform:translateY(-1px)}.price-cta-primary{background:var(--primary);color:var(--white)}.price-cta-outline{background:0 0;color:var(--primary);border:2px solid var(--primary)}.faq{background:var(--white)}.faq-list{max-width:720px;margin:0 auto}.faq-item{border-bottom:1px solid #e5e7eb}.faq-question{width:100%;background:0 0;border:0;text-align:left;padding:1.25rem 0;font-size:1rem;font-weight:600;color:var(--secondary);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-family:inherit}.faq-question:hover{color:var(--primary)}.faq-arrow{font-size:1.25rem;transition:transform .25s;flex-shrink:0;color:var(--text-light)}.faq-item[open] .faq-arrow{transform:rotate(180deg)}.faq-answer{padding:0 0 1.25rem;font-size:.925rem;color:var(--text-light);line-height:1.7}.cta-banner{background:linear-gradient(135deg,var(--primary) 0%,var(--purple) 100%);color:var(--white);text-align:center;padding:4rem 2rem}.cta-banner h2{font-size:2rem;font-weight:700;margin-bottom:.75rem}.cta-banner p{font-size:1.05rem;opacity:.9;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.cta-banner-btn{display:inline-block;background:var(--white);color:var(--primary);font-weight:700;font-size:1rem;padding:.875rem 2.5rem;border-radius:8px;text-decoration:none;transition:transform .2s,box-shadow .2s}.cta-banner-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.2)}footer{background:var(--secondary);padding:2.5rem 2rem}.footer-inner{max-width:1120px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-logo img{height:32px}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#a0b4c8}.footer-links a:hover,footer{color:var(--white)}.footer-copy{font-size:.8rem;color:#6d8ba3;width:100%;text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}@keyframes fade-slide-down{from{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-slide-up{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title,.hero-intro{opacity:0}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.reveal.reveal-down{transform:translateY(-30px)}.reveal.visible{opacity:1;transform:translateY(0)}.animate .hero-title{animation:fade-slide-down .8s ease-out .2s both}.animate .hero-intro{animation:fade-slide-up .8s ease-out .35s both}.error-page{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem}.error-page h1{font-size:6rem;font-weight:700;color:var(--primary);line-height:1;margin-bottom:.5rem}.error-page p{font-size:1.125rem;color:var(--text-light);margin-bottom:2rem}.error-cta{display:inline-block;background:var(--primary);color:var(--white);font-weight:700;font-size:1rem;padding:.75rem 2rem;border-radius:8px;text-decoration:none;transition:opacity .2s}.error-cta:hover{opacity:.9}.legal-content{max-width:800px;margin:0 auto;padding:3rem 2rem 5rem}.legal-content h1{font-size:2rem;font-weight:700;color:var(--secondary);margin-bottom:.5rem}.legal-updated{font-size:.875rem;color:var(--text-light);margin-bottom:2rem}.legal-content h2{font-size:1.25rem;font-weight:700;color:var(--secondary);margin-top:2rem;margin-bottom:.75rem}.legal-content h3{font-size:1.05rem;font-weight:600;color:var(--text);margin-top:1.25rem;margin-bottom:.5rem}.legal-content p{font-size:.925rem;color:var(--text-light);line-height:1.7;margin-bottom:1rem}.legal-content ul{margin:0 0 1rem 1.5rem;font-size:.925rem;color:var(--text-light);line-height:1.7}.legal-content a{color:var(--primary);text-decoration:underline}.legal-content a:hover{opacity:.8}@media (max-width:768px){header nav .nav-links{display:none}.mobile-menu-btn{display:block}.mobile-nav.open{display:block;position:absolute;top:100%;left:0;right:0;background:var(--white);box-shadow:0 8px 24px rgba(0,0,0,.1);padding:1rem 0}.mobile-nav a{display:block;padding:.75rem 2rem;font-size:.95rem;color:var(--text);text-decoration:none;font-weight:500}.mobile-nav a:hover{background:var(--light-bg)}.hero{padding:3rem 1.5rem 2.5rem}.hero h1{font-size:1.75rem}.hero p{font-size:1rem}.features-grid{gap:1.5rem}.features-grid,.screenshots-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}.pricing-grid{grid-template-columns:1fr;max-width:400px}.footer-inner{text-align:center;flex-direction:column}.footer-inner,.footer-links{justify-content:center}.footer-links{flex-direction:column;align-items:center;gap:.75rem}}