.adjusters-module__tmArWa__page{background:var(--background);min-height:100vh}.adjusters-module__tmArWa__hero{background:linear-gradient(135deg,color-mix(in srgb,var(--primary)12%,var(--background)),color-mix(in srgb,var(--secondary)6%,var(--background)));text-align:center;border-bottom:1px solid color-mix(in srgb,var(--foreground)8%,transparent);padding:4rem 2rem 3.5rem}.adjusters-module__tmArWa__heroContent{max-width:760px;margin:0 auto}.adjusters-module__tmArWa__heroBadge{background:color-mix(in srgb,var(--primary)15%,transparent);color:var(--primary);border:1px solid color-mix(in srgb,var(--primary)30%,transparent);letter-spacing:.08em;text-transform:uppercase;border-radius:20px;margin-bottom:1.25rem;padding:.35rem 1rem;font-size:.8rem;font-weight:600;display:inline-block}.adjusters-module__tmArWa__heroTitle{color:var(--foreground);margin-bottom:1rem;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.2}.adjusters-module__tmArWa__heroSubtitle{color:color-mix(in srgb,var(--foreground)70%,transparent);max-width:620px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.65}.adjusters-module__tmArWa__heroCta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.adjusters-module__tmArWa__ctaPrimary{background:var(--primary);color:var(--primary-text);border-radius:8px;padding:.8rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.adjusters-module__tmArWa__ctaPrimary:hover{box-shadow:0 6px 16px color-mix(in srgb,var(--primary)40%,transparent);transform:translateY(-2px)}.adjusters-module__tmArWa__ctaSecondary{color:var(--primary);border:1.5px solid color-mix(in srgb,var(--primary)50%,transparent);background:0 0;border-radius:8px;padding:.8rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,border-color .2s;display:inline-block}.adjusters-module__tmArWa__ctaSecondary:hover{background:color-mix(in srgb,var(--primary)8%,transparent);border-color:var(--primary)}.adjusters-module__tmArWa__pdfSection{max-width:1000px;margin:0 auto;padding:3rem 2rem}.adjusters-module__tmArWa__pdfBanner{background:color-mix(in srgb,var(--primary)6%,var(--background));border:2px solid color-mix(in srgb,var(--primary)25%,transparent);border-radius:16px;flex-wrap:wrap;align-items:center;gap:2rem;padding:2.5rem;display:flex}.adjusters-module__tmArWa__pdfLeft{flex:1;align-items:flex-start;gap:1.5rem;min-width:260px;display:flex}.adjusters-module__tmArWa__pdfIcon{flex-shrink:0;font-size:3.5rem;line-height:1}.adjusters-module__tmArWa__pdfTitle{color:var(--foreground);margin-bottom:.6rem;font-size:1.35rem;font-weight:700}.adjusters-module__tmArWa__pdfDesc{color:color-mix(in srgb,var(--foreground)70%,transparent);margin-bottom:1rem;font-size:.95rem;line-height:1.6}.adjusters-module__tmArWa__pdfFeatures{flex-wrap:wrap;gap:.4rem 1.25rem;padding:0;list-style:none;display:flex}.adjusters-module__tmArWa__pdfFeatures li{color:var(--primary);font-size:.85rem;font-weight:600}.adjusters-module__tmArWa__pdfRight{flex-direction:column;flex-shrink:0;align-items:center;gap:.6rem;display:flex}.adjusters-module__tmArWa__pdfDownloadBtn{background:var(--primary);color:var(--primary-text);white-space:nowrap;border-radius:10px;padding:1rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.adjusters-module__tmArWa__pdfDownloadBtn:hover{box-shadow:0 8px 20px color-mix(in srgb,var(--primary)45%,transparent);transform:translateY(-2px)}.adjusters-module__tmArWa__pdfHint{color:color-mix(in srgb,var(--foreground)45%,transparent);text-align:center;font-size:.78rem}.adjusters-module__tmArWa__sectionTitle{color:var(--foreground);text-align:center;margin-bottom:.6rem;font-size:1.75rem;font-weight:700}.adjusters-module__tmArWa__sectionSubtitle{color:color-mix(in srgb,var(--foreground)65%,transparent);text-align:center;max-width:560px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1rem}.adjusters-module__tmArWa__previewSection{max-width:800px;margin:0 auto;padding:3rem 2rem}.adjusters-module__tmArWa__previewList{flex-direction:column;gap:.75rem;margin-bottom:2rem;padding:0;list-style:none;display:flex}.adjusters-module__tmArWa__previewItem{color:var(--foreground);background:var(--card-bg,color-mix(in srgb,var(--foreground)3%,var(--background)));border:1px solid color-mix(in srgb,var(--foreground)8%,transparent);border-radius:8px;align-items:center;gap:1rem;padding:.9rem 1.25rem;font-size:.97rem;display:flex}.adjusters-module__tmArWa__checkbox{border:2px solid color-mix(in srgb,var(--primary)60%,transparent);border-radius:3px;flex-shrink:0;width:18px;height:18px}.adjusters-module__tmArWa__previewCta{text-align:center}.adjusters-module__tmArWa__featuresSection{border-top:1px solid color-mix(in srgb,var(--foreground)8%,transparent);max-width:1000px;margin:0 auto;padding:3rem 2rem}.adjusters-module__tmArWa__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.adjusters-module__tmArWa__featureCard{background:var(--card-bg,color-mix(in srgb,var(--foreground)3%,var(--background)));border:1px solid color-mix(in srgb,var(--foreground)8%,transparent);border-radius:12px;padding:1.75rem;transition:box-shadow .2s,transform .2s}.adjusters-module__tmArWa__featureCard:hover{box-shadow:0 6px 20px color-mix(in srgb,var(--foreground)10%,transparent);transform:translateY(-3px)}.adjusters-module__tmArWa__featureIcon{margin-bottom:.9rem;font-size:2rem}.adjusters-module__tmArWa__featureTitle{color:var(--foreground);margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.adjusters-module__tmArWa__featureDesc{color:color-mix(in srgb,var(--foreground)68%,transparent);font-size:.9rem;line-height:1.55}.adjusters-module__tmArWa__bottomCta{background:color-mix(in srgb,var(--primary)8%,var(--background));border-top:1px solid color-mix(in srgb,var(--primary)15%,transparent);text-align:center;padding:3.5rem 2rem}.adjusters-module__tmArWa__bottomCta h2{color:var(--foreground);margin-bottom:.75rem;font-size:1.75rem;font-weight:700}.adjusters-module__tmArWa__bottomCta p{color:color-mix(in srgb,var(--foreground)68%,transparent);max-width:580px;margin:0 auto 2rem;font-size:1rem;line-height:1.65}@media (max-width:768px){.adjusters-module__tmArWa__hero{padding:2.5rem 1.25rem 2rem}.adjusters-module__tmArWa__pdfBanner{gap:1.25rem;padding:1.75rem}.adjusters-module__tmArWa__pdfLeft{flex-direction:column;gap:.75rem}.adjusters-module__tmArWa__pdfRight{width:100%}.adjusters-module__tmArWa__pdfDownloadBtn{text-align:center;width:100%}.adjusters-module__tmArWa__previewSection,.adjusters-module__tmArWa__featuresSection,.adjusters-module__tmArWa__pdfSection{padding:2rem 1.25rem}.adjusters-module__tmArWa__featuresGrid{grid-template-columns:1fr}}
