:root{
  --at-bg:#fbfaf7;
  --at-surface:#ffffff;
  --at-text:#18212f;
  --at-muted:#5e6a78;
  --at-brand:#315f72;
  --at-brand-2:#7b9e89;
  --at-accent:#f0c987;
  --at-border:#dfe7e4;
  --at-danger:#7f1d1d;
  --at-radius:22px;
  --at-shadow:0 16px 45px rgba(24,33,47,.08);
  --at-max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  background:var(--at-bg);
  color:var(--at-text);
  font-size:18px;
  line-height:1.68;
  text-rendering:optimizeLegibility;
}
a{color:var(--at-brand);text-underline-offset:.18em}
a:focus,button:focus,input:focus,select:focus,textarea:focus{outline:4px solid var(--at-accent);outline-offset:3px}
.ast-container,.site-content .ast-container{max-width:var(--at-max)}
.site-header{border-bottom:1px solid var(--at-border);background:rgba(251,250,247,.94);backdrop-filter:blur(10px)}
.main-header-menu .menu-link{font-weight:700;color:var(--at-text)}
.ast-primary-header-bar{background:transparent}
.entry-title,h1,h2,h3{letter-spacing:-.035em;line-height:1.08;color:var(--at-text)}
h1{font-size:clamp(2.4rem,6vw,5rem);max-width:980px}
h2{font-size:clamp(1.8rem,3vw,3rem);margin-top:2.2rem}
h3{font-size:clamp(1.25rem,2vw,1.65rem)}
.entry-content p,.entry-content li{max-width:78ch}
.at-container{max-width:var(--at-max);margin:0 auto;padding:0 22px}
.at-hero{position:relative;overflow:hidden;padding:72px 0 48px;background:radial-gradient(circle at top left,rgba(240,201,135,.34),transparent 34%),linear-gradient(135deg,#fdfbf4 0%,#eef6f2 100%)}
.at-hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:36px;align-items:center}
.at-eyebrow{display:inline-flex;gap:8px;align-items:center;padding:8px 12px;border:1px solid var(--at-border);border-radius:999px;background:var(--at-surface);font-size:.9rem;font-weight:800;color:var(--at-brand)}
.at-lead{font-size:clamp(1.12rem,2vw,1.38rem);color:var(--at-muted);max-width:760px;margin:22px 0}
.at-actions{display:flex;flex-wrap:wrap;gap:14px;margin:26px 0}
.at-button,.at-button-secondary,.entry-content .at-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 20px;border-radius:999px;font-weight:900;text-decoration:none;border:2px solid transparent;transition:.2s ease;background:var(--at-brand);color:#fff!important}
.at-button:hover{transform:translateY(-1px);box-shadow:var(--at-shadow)}
.at-button-secondary{background:#fff;color:var(--at-brand)!important;border-color:var(--at-brand)}
.at-hero-panel{background:var(--at-surface);border:1px solid var(--at-border);box-shadow:var(--at-shadow);border-radius:var(--at-radius);padding:24px}
.at-hero-panel ul{margin:0;padding-left:1.1rem}
.at-trustbar{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:28px}
.at-trust-item{background:rgba(255,255,255,.78);border:1px solid var(--at-border);border-radius:18px;padding:14px;font-weight:800;color:var(--at-text)}
.at-section{padding:56px 0}
.at-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.at-card{background:var(--at-surface);border:1px solid var(--at-border);border-radius:var(--at-radius);padding:24px;box-shadow:0 12px 30px rgba(24,33,47,.05)}
.at-card p{color:var(--at-muted)}
.at-card-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#eef6f2;font-size:1.45rem;margin-bottom:10px}
.at-disclosure{border-left:6px solid var(--at-accent);background:#fff8e7;border-radius:14px;padding:16px 18px;margin:24px 0;color:#4a3710}
.at-top3{margin:42px 0;padding:34px;border-radius:var(--at-radius);background:linear-gradient(135deg,#eef6f2,#fff)}
.at-top3-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.at-rank{display:inline-grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--at-brand);color:#fff;font-weight:900}
.at-checklist{border:1px solid var(--at-border);border-radius:var(--at-radius);padding:24px;background:#fff;margin:32px 0}
.at-comparison{width:100%;border-collapse:separate;border-spacing:0;margin:24px 0;background:#fff;border:1px solid var(--at-border);border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(24,33,47,.05)}
.at-comparison th,.at-comparison td{padding:16px;border-bottom:1px solid var(--at-border);vertical-align:top;text-align:left}.at-comparison th{background:#eef6f2;font-weight:900}.at-comparison tr:last-child td{border-bottom:0}
.at-faq details{background:#fff;border:1px solid var(--at-border);border-radius:16px;padding:16px 18px;margin:12px 0}.at-faq summary{cursor:pointer;font-weight:900}
.at-newsletter{background:var(--at-text);color:#fff;border-radius:var(--at-radius);padding:34px;margin:42px 0}.at-newsletter h2{color:#fff}.at-newsletter p{color:#d9e1e4}.at-newsletter input{min-height:50px;border-radius:999px;border:0;padding:0 18px;margin:6px;width:min(100%,320px)}
.at-accessibility-toggle{position:fixed;z-index:9999;right:16px;bottom:16px;border:0;background:var(--at-brand);color:#fff;border-radius:999px;padding:12px 15px;font-weight:900;box-shadow:var(--at-shadow);cursor:pointer}
body.at-calm-mode{--at-bg:#f6f3eb;--at-surface:#fffdf7;--at-brand:#264653;--at-accent:#e9c46a}body.at-large-text{font-size:20px}.screen-reader-text{clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}
@media (max-width:900px){.at-hero-grid,.at-grid,.at-top3-grid{grid-template-columns:1fr}.at-trustbar{grid-template-columns:repeat(2,1fr)}h1{font-size:2.55rem}.at-section{padding:38px 0}}
@media (max-width:560px){body{font-size:17px}.at-trustbar{grid-template-columns:1fr}.at-comparison{display:block;overflow-x:auto}.at-button,.at-button-secondary{width:100%}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
