.home{min-height:100vh;display:flex;flex-direction:column}.language-switcher{position:fixed;top:1rem;right:1rem;display:flex;gap:.5rem;z-index:100}.language-switcher button{padding:.4rem .75rem;border:1px solid #ddd;border-radius:4px;background:#fff;color:#666;font-weight:600;cursor:pointer;font-size:.85rem}.language-switcher button.active{background:#1d4ed8;color:#fff;border-color:#1d4ed8}.hero{background:#111;color:#fff;padding:2.5rem 0 2rem;text-align:center}.hero h1{color:#fff;font-size:2.2rem;margin-bottom:.6rem;line-height:1.2}.hero .subtitle{font-size:1rem;color:#bbb;margin-bottom:1.25rem;max-width:480px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-bottom:1rem}.hero-cta-primary,.hero-cta-secondary{text-decoration:none;font-weight:700;font-size:.9rem;padding:.62rem 1rem;border-radius:8px;transition:transform .12s ease,background .12s ease,color .12s ease}.hero-cta-primary{background:#2563eb;color:#fff}.hero-cta-primary:hover{background:#1d4ed8;transform:translateY(-1px)}.hero-cta-secondary{background:transparent;color:#dbeafe;border:1px solid rgba(219,234,254,.4)}.hero-cta-secondary:hover{color:#fff;border-color:rgba(219,234,254,.8);transform:translateY(-1px)}.hero-proof{margin:0 0 1rem;font-size:.84rem;color:#cbd5e1;letter-spacing:.01em}@media (max-width:600px){.hero-actions{flex-direction:column;align-items:stretch;width:min(100%,330px);margin-left:auto;margin-right:auto;gap:.5rem}.hero-cta-primary,.hero-cta-secondary{width:100%;text-align:center;padding:.72rem 1rem}}.hero-pills{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.hero-pills span{font-size:.78rem;color:#d1d5db;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);padding:.25rem .65rem;border-radius:20px}.mobile-sticky-cta{display:none}@media (max-width:600px){.mobile-sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:120;padding:.65rem .85rem calc(.65rem + env(safe-area-inset-bottom));background:hsla(0,0%,7%,.95);border-top:1px solid hsla(0,0%,100%,.12);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:block}.mobile-sticky-cta-link{display:flex;justify-content:space-between;align-items:center;gap:.75rem;text-decoration:none;background:#2563eb;color:#fff;font-weight:700;border-radius:10px;padding:.75rem .85rem}.mobile-sticky-cta-link strong{white-space:nowrap}.footer{padding-bottom:5.2rem}}.callout-section{background:#f0f7ff;padding:1.5rem 0;border-bottom:1px solid #dbeafe}.callout-box{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.callout-item{display:flex;align-items:flex-start;gap:.75rem;max-width:280px}.callout-check,.callout-x{font-size:1.5rem;flex-shrink:0}.callout-item strong{display:block;color:#111;font-size:.95rem;margin-bottom:.2rem}.callout-item p{color:#555;font-size:.85rem;margin:0;line-height:1.4}.callout-arrow{font-size:1.5rem;color:#1d4ed8;font-weight:700;flex-shrink:0}.quick-actions-section{padding:1.5rem 0 .25rem}.quick-actions-header{margin-bottom:.9rem}.quick-actions-header h2{margin:0 0 .25rem;font-size:1.2rem;color:#0f172a}.quick-actions-header p{margin:0;color:#475569;font-size:.9rem}.quick-actions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.65rem;gap:.65rem}.quick-action-link{display:flex;flex-direction:column;gap:.2rem;text-decoration:none;border:1px solid #dbeafe;background:#f8fbff;border-radius:10px;padding:.75rem .85rem;transition:border-color .15s ease,transform .15s ease,background .15s ease}.quick-action-link strong{font-size:.92rem;color:#1d4ed8}.quick-action-link span{font-size:.8rem;color:#334155}.quick-action-link:hover{border-color:#93c5fd;background:#eff6ff;transform:translateY(-1px)}@media (max-width:760px){.quick-actions-grid{grid-template-columns:1fr}}.letters-section{padding:4rem 0}.letters-section h2{text-align:center;margin-bottom:2.5rem;font-size:1.8rem;color:#111}.letter-card-link{text-decoration:none;color:inherit;display:flex;flex-direction:column}.letter-card{text-align:center;flex:1 1}.product-list{display:flex;flex-direction:column;gap:0;margin:1.75rem 0;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.product-row-link{text-decoration:none;color:inherit;display:block}.product-row-link+.product-row-link .product-row{border-top:1px solid #e5e7eb}.product-row{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#fff;transition:background .15s}.product-row-link:hover .product-row{background:#f0f7ff}.product-icon{font-size:1.5rem;flex-shrink:0;width:2rem;text-align:center}.product-info{flex:1 1;display:flex;flex-direction:column;gap:.15rem;min-width:0}.product-title{font-weight:700;font-size:.97rem;color:#111}.product-tagline{font-size:.82rem;color:#6b7280}.product-tag{font-size:.7rem;font-weight:600;letter-spacing:.04em;background:#eff6ff;color:#1d4ed8;padding:.2rem .5rem;border-radius:4px;flex-shrink:0;text-transform:uppercase}.product-price{font-weight:700;font-size:1rem;color:#1d4ed8;flex-shrink:0;width:4rem;text-align:right}.product-cta{font-weight:600;font-size:.88rem;color:#fff;background:#1d4ed8;padding:.45rem .9rem;border-radius:6px;flex-shrink:0;white-space:nowrap;transition:background .15s}.product-row-link:hover .product-cta{background:#1e40af}@media (max-width:600px){.product-row{gap:.75rem;padding:.875rem 1rem;flex-wrap:nowrap;align-items:center}.product-price,.product-tag,.product-tagline{display:none}.product-info{flex:1 1;min-width:0}.product-title{font-size:.9rem;white-space:normal;word-break:break-word}.product-cta{font-size:.82rem;padding:.55rem .75rem;white-space:nowrap;flex-shrink:0;line-height:1.3;text-align:center}}.featured-card-link{display:block;margin-bottom:1.25rem}.featured-card{display:flex!important;flex-direction:row!important;align-items:center;gap:2rem;text-align:left!important;background:linear-gradient(135deg,#eff6ff,#eef2ff);border:2px solid #1d4ed8!important;position:relative;padding:1.75rem 2rem!important}.featured-card:hover{border-color:#1e40af!important;box-shadow:0 6px 20px rgba(29,78,216,.18)!important}.featured-badge{position:absolute;top:-1px;right:1.25rem;background:#1d4ed8;color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .65rem;border-radius:0 0 6px 6px;letter-spacing:.06em;text-transform:uppercase}.featured-left{flex:1 1}.featured-left .icon{font-size:2.2rem;margin-bottom:.5rem}.featured-left h3{font-size:1.2rem;margin-bottom:.4rem}.featured-left p{color:#555;font-size:.95rem;margin:0}.featured-right{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;flex-shrink:0}.featured-right .price{font-size:1.75rem;font-weight:700;color:#1d4ed8;margin:0!important}.how-it-works-strip{background:#f1f5f9;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:.75rem 0}.steps-strip{justify-content:center;gap:1rem;flex-wrap:wrap}.steps-strip,.strip-step{display:flex;align-items:center}.strip-step{gap:.5rem;font-size:.9rem;font-weight:500;color:#374151}.strip-num{background:#1d4ed8;color:#fff;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.strip-arrow{color:#9ca3af;font-size:1rem}.how-it-works{background:#f8f9fa;padding:4rem 0}.how-it-works h2{text-align:center;margin-bottom:3rem;font-size:1.8rem}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:2rem;gap:2rem}.step-item{text-align:center}.step-number{font-size:3rem;color:#1d4ed8;font-weight:700;margin-bottom:.5rem}.step-item h3{margin:.5rem 0;color:#111}.step-item p{color:#666;line-height:1.6}.why-us{padding:4rem 0;border-top:1px solid #e5e7eb}.why-us h2{text-align:center;margin-bottom:3rem;font-size:1.8rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:2rem;gap:2rem}.feature{padding:1.5rem;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.feature-icon{font-size:2rem;margin-bottom:.75rem}.feature h3{font-size:1rem;font-weight:700;margin-bottom:.5rem;color:#111}.feature p{font-size:.9rem;color:#666;line-height:1.5}.trust{background:#f8f9fa;padding:4rem 0}.trust h2{text-align:center;margin-bottom:2.5rem;font-size:1.8rem}.trust-signals{display:flex;justify-content:center;gap:4rem;flex-wrap:wrap;margin-bottom:3rem}.signal{text-align:center}.signal .number{font-size:2.5rem;font-weight:700;color:#1d4ed8}.signal .label{font-size:.9rem;color:#666;margin-top:.25rem}.testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.testimonial{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:1.5rem}.testimonial p{color:#444;font-style:italic;margin-bottom:.75rem;line-height:1.6}.testimonial-author{font-size:.85rem;color:#888;font-weight:600}.faq-section{padding:4rem 0;border-top:1px solid #e5e7eb}.faq-section h2{text-align:center;margin-bottom:2.5rem;font-size:1.8rem}.faq-list{max-width:720px;margin:0 auto}.faq-item{border:1px solid #e5e7eb;border-radius:8px;margin-bottom:.75rem;overflow:hidden}.faq-item summary{padding:1rem 1.25rem;font-weight:600;cursor:pointer;color:#111;list-style:none;display:flex;justify-content:space-between;align-items:center}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.2rem;color:#1d4ed8}.faq-item[open] summary:after{content:"−"}.faq-item p{padding:0 1.25rem 1rem;color:#555;line-height:1.7;margin:0}.faq-item[open]{background:#f9fafb}.faq-quicklinks{max-width:720px;margin:1rem auto 0}.faq-quicklinks-title{font-weight:700;margin:0 0 .5rem;color:#111}.faq-quicklinks-list{margin:0;padding-left:1.25rem}.faq-quicklinks-list li{margin:.2rem 0}.faq-quicklinks-list a{color:#1d4ed8;text-decoration:none}.faq-quicklinks-list a:hover{text-decoration:underline}.cta-section{background:#1d4ed8;color:#fff;padding:4rem 0;text-align:center}.cta-section h2{color:#fff;font-size:1.8rem;margin-bottom:.75rem}.cta-section p{color:#bfdbfe;margin-bottom:2rem;font-size:1.1rem}.cta-support{margin-top:-1rem;margin-bottom:1.25rem;font-size:.95rem}.cta-support a{color:#fff;text-decoration:underline;text-underline-offset:2px;overflow-wrap:anywhere}.cta-support a:hover{color:#dbeafe}.cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.btn-cta{display:inline-block;background:#fff;color:#1d4ed8;padding:.75rem 1.25rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:.9rem;transition:transform .15s}.btn-cta:hover{transform:translateY(-2px)}.footer{background:#111;color:#fff;padding:2.5rem 0 2rem;margin-top:auto}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.footer-brand strong{display:block;font-size:1rem;color:#fff;margin-bottom:.25rem}.footer-brand p{color:#9ca3af;font-size:.85rem;margin:0}.footer-links{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.footer-links a{color:#9ca3af;text-decoration:none;font-size:.9rem}.footer-links a:hover{color:#fff}.footer-copy{color:#6b7280;font-size:.82rem;margin:0;padding-top:1.5rem;border-top:1px solid #222;text-align:center}@media (max-width:768px){.hero{padding:1.5rem 0 1.25rem}.hero h1{font-size:1.5rem;line-height:1.3}.hero-pills{gap:.35rem}.hero-pills span{font-size:.72rem}.callout-box{flex-direction:column;gap:.75rem;align-items:flex-start;padding:0 .5rem}.callout-arrow{display:none}.callout-item{max-width:100%}.featured-card{flex-direction:column!important;gap:1rem;padding:1.25rem!important}.featured-card,.featured-right{align-items:flex-start!important}.featured-right{width:100%;flex-direction:row;justify-content:space-between}.featured-right .price{font-size:1.4rem}.letter-grid{grid-template-columns:1fr!important;gap:.875rem}.letter-card{padding:1.25rem}.letter-card .icon{font-size:2rem;margin-bottom:.5rem}.steps-strip{gap:.5rem;font-size:.82rem}.strip-num{width:18px;height:18px;font-size:.65rem}.features-grid{grid-template-columns:1fr 1fr;gap:.75rem}.feature{padding:1rem}.feature-icon{font-size:1.5rem;margin-bottom:.4rem}.feature h3{font-size:.9rem}.feature p{font-size:.8rem}.letters-section,.why-us{padding:1.75rem 0}.faq-section,.trust{padding:2rem 0}.trust-signals{gap:1.25rem}.cta-buttons{flex-direction:column;align-items:center}.footer-content{flex-direction:column;gap:1rem}.footer-links{flex-wrap:wrap;gap:.75rem}.faq-item{padding:1rem 0}.faq-question{font-size:.9rem}.faq-quicklinks{margin-top:.85rem}.faq-quicklinks-title{font-size:.92rem}.faq-quicklinks-list{padding-left:1.05rem}.faq-quicklinks-list li{margin:.12rem 0}.faq-quicklinks-list a{font-size:.9rem}}.cta-label{display:inline}.cta-price{display:none;font-size:.72rem;font-weight:700}@media (max-width:600px){.product-cta{display:flex;flex-direction:column;align-items:center;gap:1px}.cta-price{display:inline}}