/*
Theme Name: AdHyrax Growth Engine
Theme URI: https://adhyrax.com/
Author: Anaga Software Kft.
Author URI: https://adhyrax.com/
Description: Natív, Gutenberg-kompatibilis WordPress theme az AdHyrax Google Ads szolgáltatáshoz. Előre elkészített főoldallal, jogi oldalakkal, menükkel és működő kapcsolatfelvételi űrlappal.
Version: 1.2.0
Requires at least: 6.4
Requires PHP: 8.0
Text Domain: adhyrax
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --adh-cream: #f8f3e8;
  --adh-card: #fffdf8;
  --adh-forest: #244b3e;
  --adh-forest-dark: #173e32;
  --adh-clay: #bf6548;
  --adh-sage: #afc9ba;
  --adh-sand: #e9dfcf;
  --adh-muted: #67736e;
  --adh-border: #ded7ca;
  --adh-soft-clay: rgba(191, 101, 72, 0.11);
  --adh-soft-sage: rgba(175, 201, 186, 0.34);
  --adh-soft-sand: rgba(233, 223, 207, 0.58);
  --adh-radius: 24px;
  --adh-shadow: 0 18px 52px -30px rgba(23, 62, 50, 0.30);
  --adh-shadow-hover: 0 26px 62px -30px rgba(23, 62, 50, 0.42);
  --adh-heading: "Fraunces", Georgia, serif;
  --adh-body: "Figtree", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--adh-cream);
  color: var(--adh-forest-dark);
  font-family: var(--adh-body);
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
figure { margin: 0; }
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: var(--adh-forest-dark);
  font-family: var(--adh-heading);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.025em;
}
p { margin-top: 0; }

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  clip: auto !important;
  width: auto;
  height: auto;
  top: 10px;
  left: 10px;
  z-index: 99999;
  display: block;
  padding: 12px 18px;
  background: #fff;
}

/* WordPress block layout is defined explicitly so the page does not depend on
   wp-block-library loading order or optimization plugins. */
/* Keep the reset deliberately low-specificity. Component classes below must be
   able to restore their own spacing even when WordPress global styles load later. */
.adh-site-main :where(.wp-block-group, .wp-block-columns, .wp-block-column, .wp-block-image, .wp-block-buttons, .wp-block-button) {
  margin-top: 0;
  margin-bottom: 0;
}
.adh-site-main .wp-block-columns { display: flex; flex-wrap: nowrap; }
.adh-site-main .wp-block-column { min-width: 0; flex: 1 1 0; }
.adh-site-main .wp-block-image img { width: 100%; }
.adh-site-main .wp-block-buttons { display: flex; }
.adh-site-main .wp-block-button { display: inline-flex; }

/* Header */
.adh-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid transparent;
  background: rgba(248, 243, 232, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.admin-bar .adh-site-header { top: 32px; }
.adh-site-header.is-scrolled {
  border-color: rgba(222, 215, 202, 0.78);
  background: rgba(248, 243, 232, 0.94);
  box-shadow: 0 9px 28px -28px rgba(23, 62, 50, 0.8);
}
.adh-header-inner,
.adh-footer-inner {
  width: min(1152px, calc(100% - 40px));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.adh-header-inner { min-height: 72px; padding: 12px 0; }
.adh-brand,
.custom-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  color: var(--adh-forest-dark);
  font-family: var(--adh-heading);
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.adh-brand img,
.custom-logo-link img { width: auto; max-height: 44px; }
.adh-primary-nav { margin-left: auto; }
.adh-primary-nav ul,
.adh-footer-nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.adh-primary-nav a,
.adh-footer-nav a {
  color: rgba(23, 62, 50, 0.69);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 160ms ease;
}
.adh-primary-nav a:hover,
.adh-primary-nav a:focus-visible,
.adh-footer-nav a:hover,
.adh-footer-nav a:focus-visible { color: var(--adh-forest-dark); }
.adh-header-cta,
.wp-block-button__link,
.adh-form-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: var(--adh-forest);
  color: #fffdf8 !important;
  padding: 11px 21px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 12px 28px -16px rgba(36, 75, 62, 0.8);
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}
.adh-header-cta:hover,
.wp-block-button__link:hover,
.adh-form-submit:hover {
  transform: translateY(-2px) scale(1.01);
  filter: brightness(1.045);
  box-shadow: 0 16px 34px -17px rgba(36, 75, 62, 0.88);
}
.adh-menu-toggle {
  display: none;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--adh-border);
  border-radius: 999px;
  background: var(--adh-card);
  color: var(--adh-forest-dark);
  font-size: 20px;
  cursor: pointer;
}

/* Global layout */
.adh-site-main { position: relative; overflow: clip; }
.adh-container { width: min(1152px, calc(100% - 40px)); margin-inline: auto; }
.adh-section { position: relative; padding: 80px 0; }
.adh-title-wrap { max-width: 768px; margin: 0 auto 52px; text-align: center; }
.adh-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 14px !important;
  border-radius: 999px;
  background: rgba(191, 101, 72, 0.12);
  color: var(--adh-forest);
  padding: 6px 13px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.095em;
  line-height: 1.4;
  text-transform: uppercase;
}
.adh-eyebrow::before {
  content: "✦";
  color: var(--adh-clay);
  font-size: 10px;
}
.adh-section-title { margin: 0; font-size: clamp(34px, 4.2vw, 48px); }
.adh-section-title span { color: var(--adh-forest); }
.adh-section-intro {
  max-width: 730px;
  margin: 18px auto 0;
  color: var(--adh-muted);
  font-size: clamp(16px, 1.7vw, 18px);
  line-height: 1.62;
}
.adh-small { color: var(--adh-muted); font-size: 14px; }
.adh-grid-2,
.adh-grid-3,
.adh-grid-4,
.adh-grid-5,
.adh-pricing-grid {
  display: grid !important;
  align-items: stretch;
  gap: 20px;
}
.adh-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.adh-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.adh-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.adh-grid-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }

/* Content rhythm. These declarations intentionally target the component
   classes rather than relying on browser or Gutenberg defaults. */
.adh-title-wrap > .adh-section-title + .adh-section-intro { margin-top: 18px; }
.adh-title-wrap > .adh-eyebrow + .adh-section-title { margin-top: 0; }
.adh-long-copy p { margin: 0; }
.adh-long-copy p + p { margin-top: 18px; }
.adh-card > .adh-card-icon + .adh-card-title { margin-top: 16px; }
.adh-card > .adh-card-title + .adh-card-copy { margin-top: 0; }
.adh-step > div > .adh-step-title + .adh-step-copy { margin-top: 0; }
.adh-process-card > h3 + p { margin-top: 0; }
.adh-final-copy > h2 + p { margin-top: 18px; }
.adh-final-copy > p + .adh-primary-buttons { margin-top: 28px; }
.adh-contact > .adh-container > .adh-title-wrap { margin-bottom: 44px; }

/* Decorative field */
.adh-doodle-field {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.adh-doodle {
  position: absolute;
  display: block;
  color: var(--adh-clay);
  opacity: 0.26;
  will-change: transform;
}
.adh-doodle svg { width: 100%; height: 100%; }
.adh-doodle.is-sage { color: var(--adh-sage); }
.adh-doodle.is-forest { color: var(--adh-forest); opacity: 0.17; }
.adh-doodle.is-sand { color: var(--adh-sand); opacity: 0.58; }
.adh-doodle.is-clay { color: var(--adh-clay); }
.adh-doodle-a { animation: adh-float-a 8s ease-in-out infinite; }
.adh-doodle-b { animation: adh-float-b 10s ease-in-out infinite; }
.adh-doodle-c { animation: adh-float-c 12s ease-in-out infinite; }

/* Hero */
.adh-hero { padding-top: 18px; padding-bottom: 76px; }
.adh-hero-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.22fr) minmax(380px, .88fr);
  align-items: center;
  gap: 32px;
}
.adh-hero-copy-wrap { position: relative; z-index: 4; }
.adh-kicker {
  display: inline-flex;
  align-items: center;
  margin: 0 0 18px;
  color: var(--adh-forest);
  font-size: 12px;
  font-weight: 700;
}
.adh-status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--adh-sage);
  box-shadow: 0 0 0 5px rgba(175, 201, 186, 0.16);
}
.adh-hero-title {
  max-width: 720px;
  margin: 0 0 22px;
  font-size: clamp(40px, 4.7vw, 58px);
  line-height: 1.05;
}
.adh-nowrap { white-space: nowrap; }
.adh-underline { position: relative; display: inline-block; z-index: 0; }
.adh-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  z-index: -1;
  height: 10px;
  border-radius: 50%;
  background: var(--adh-clay);
  opacity: 0.48;
  transform: rotate(-1deg) scaleX(1);
  transform-origin: left center;
}
.adh-motion-ready .adh-hero .adh-underline::after,
.adh-motion-ready .adh-final .adh-underline::after { animation: adh-underline-draw 900ms cubic-bezier(.6,.05,.2,1) both; }
.adh-motion-ready .adh-hero .adh-underline::after { animation-delay: 600ms; }
.adh-hero-lead,
.adh-hero-copy {
  max-width: 620px;
  color: var(--adh-muted);
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.65;
}
.adh-hero-lead { margin: 0 0 10px; }
.adh-hero-copy { margin: 0; }
.adh-primary-buttons { margin-top: 28px; }
.adh-primary-buttons .wp-block-button__link { padding: 13px 25px; font-size: 16px; }
.adh-hero .adh-primary-buttons .wp-block-button { border-radius: 999px; animation: adh-breathe 3.2s ease-in-out infinite; }
.adh-hero .adh-small { max-width: 520px; margin-top: 14px; }
.adh-hero-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.adh-hero-visual::before {
  content: "";
  position: absolute;
  inset: 11% 0 8%;
  z-index: -3;
  border-radius: 48px;
  background: rgba(233, 223, 207, 0.62);
  filter: blur(24px);
}
.adh-dashboard-backdrop {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: 116%;
  max-width: none;
  transform: translate(-50%, -50%) rotate(-3deg);
  pointer-events: none;
}
.adh-dashboard-backdrop img {
  width: 100%;
  border: 1px solid rgba(222, 215, 202, 0.72);
  border-radius: 20px;
  opacity: 0.94;
  box-shadow: 0 30px 60px -22px rgba(23, 62, 50, 0.34);
}
.adh-hero-mascot {
  position: relative;
  z-index: 2;
  width: min(100%, 448px);
  margin-inline: auto;
  transform-origin: 50% 90%;
  filter: drop-shadow(0 20px 28px rgba(23, 62, 50, 0.13));
}
.adh-hero-mascot img { width: 100%; }
.adh-floating-stat {
  position: absolute;
  right: -10px;
  bottom: 26px;
  z-index: 4;
  width: 174px;
  padding: 12px;
  border: 1px solid rgba(222, 215, 202, 0.82);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 18px 40px -18px rgba(23, 62, 50, 0.35);
  transform: rotate(5deg);
  animation: adh-float-c 12s ease-in-out infinite;
}
.adh-floating-stat strong,
.adh-floating-stat > span { font-size: 10px; font-weight: 700; }
.adh-floating-stat > span { float: right; color: #568e70; }
.adh-mini-line {
  height: 38px;
  margin: 7px 0;
  background: linear-gradient(160deg, transparent 45%, var(--adh-clay) 46%, var(--adh-clay) 50%, transparent 51%);
}
.adh-floating-stat small { display: block; color: var(--adh-muted); font-size: 9px; }
.adh-hero-visual::after {
  content: "";
  position: absolute;
  left: -22px;
  top: 48px;
  width: 62px;
  height: 62px;
  border: 3px dashed rgba(191, 101, 72, 0.36);
  border-radius: 50%;
  animation: adh-float-b 10s ease-in-out infinite;
}

/* Hero load animation: no element is hidden permanently if JavaScript fails. */
.adh-motion-ready .adh-hero-copy-wrap > * { animation: adh-fade-rise 620ms cubic-bezier(.2,.7,.2,1) both; }
.adh-motion-ready .adh-hero-copy-wrap > :nth-child(1) { animation-delay: 40ms; }
.adh-motion-ready .adh-hero-copy-wrap > :nth-child(2) { animation-delay: 110ms; }
.adh-motion-ready .adh-hero-copy-wrap > :nth-child(3) { animation-delay: 190ms; }
.adh-motion-ready .adh-hero-copy-wrap > :nth-child(4) { animation-delay: 270ms; }
.adh-motion-ready .adh-hero-copy-wrap > :nth-child(5) { animation-delay: 350ms; }
.adh-motion-ready .adh-hero-copy-wrap > :nth-child(6) { animation-delay: 430ms; }
.adh-motion-ready .adh-hero-mascot { animation: adh-hero-enter 720ms cubic-bezier(.2,.75,.2,1) 140ms both, adh-float-a 8s ease-in-out 1s infinite; }
.adh-motion-ready .adh-dashboard-backdrop { animation: adh-dashboard-enter 780ms cubic-bezier(.2,.75,.2,1) 80ms both; }

/* Highlights and cards */
.adh-highlights { padding-top: 0; padding-bottom: 62px; }
.adh-highlight-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.adh-highlight {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 86px;
  padding: 18px;
  border: 1px solid var(--adh-border);
  border-radius: 22px;
  background: rgba(233, 223, 207, 0.54);
}
.adh-highlight-grid > .wp-block-column:nth-child(2) .adh-highlight { background: rgba(191, 101, 72, 0.10); }
.adh-highlight-grid > .wp-block-column:nth-child(3) .adh-highlight { background: rgba(233, 223, 207, 0.64); }
.adh-highlight-grid > .wp-block-column:nth-child(4) .adh-highlight { background: rgba(175, 201, 186, 0.30); }
.adh-highlight-title { margin: 0; font-size: 16px; }
.adh-card-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: var(--adh-card);
  box-shadow: 0 8px 24px -20px rgba(23, 62, 50, 0.5);
}
.adh-card-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: var(--adh-forest);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.adh-card {
  height: 100%;
  padding: 24px;
  border: 1px solid var(--adh-border);
  border-radius: 24px;
  background: var(--adh-card);
  box-shadow: 0 10px 38px -26px rgba(23, 62, 50, 0.22);
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}
.adh-card:hover {
  transform: translateY(-4px);
  border-color: rgba(191, 101, 72, 0.28);
  box-shadow: var(--adh-shadow-hover);
}
.adh-card-title { margin: 16px 0 8px; font-size: 20px; }
.adh-card-copy { margin: 0; color: var(--adh-muted); font-size: 15px; }
.adh-long-copy {
  max-width: 768px;
  margin: 44px auto 0;
  color: var(--adh-muted);
  font-size: 17px;
  line-height: 1.72;
  text-align: center;
}
.adh-long-copy p:last-child { margin-bottom: 0; }
.adh-benefit-card:nth-child(2n) { background: rgba(191, 101, 72, 0.075); }
.adh-benefit-card:nth-child(3n) { background: rgba(175, 201, 186, 0.20); }

/* Solution */
.adh-solution-grid {
  display: grid !important;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 50px;
}
.adh-solution-mascot { position: relative; width: min(100%, 384px); margin-inline: auto; }
.adh-solution-mascot::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -28px;
  width: 95px;
  height: 55px;
  border-top: 3px solid rgba(191, 101, 72, 0.35);
  border-radius: 50%;
  transform: rotate(-14deg);
}
.adh-step-list {
  position: relative;
  display: grid;
  gap: 16px;
}
.adh-step-list::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 31px;
  bottom: 31px;
  width: 2px;
  border-left: 2px dashed rgba(191, 101, 72, 0.42);
  transform: scaleY(1);
  transform-origin: top;
}
.adh-motion-ready .adh-step-list.adh-reveal-pending::before { transform: scaleY(0); }
.adh-motion-ready .adh-step-list.is-visible::before { transform: scaleY(1); transition: transform 1100ms cubic-bezier(.2,.7,.2,1) 120ms; }
.adh-step {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 17px;
  padding: 19px;
  border: 1px solid var(--adh-border);
  border-radius: 23px;
  background: var(--adh-card);
}
.adh-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--adh-sand);
  color: var(--adh-forest-dark);
  font-family: var(--adh-heading);
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 0 0 6px var(--adh-card);
}
.adh-step-title { margin: 1px 0 5px; font-size: 18px; }
.adh-step-copy { margin: 0; color: var(--adh-muted); font-size: 14px; }
.adh-motion-ready .adh-step.is-visible .adh-step-number,
.adh-motion-ready .adh-process-card.is-visible .adh-step-number { animation: adh-badge-pop 520ms cubic-bezier(.34,1.56,.64,1) both; }

/* Mid CTA */
.adh-mid-section { padding: 8px 0 12px; }
.adh-mid-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(1024px, calc(100% - 40px));
  margin-inline: auto;
  overflow: hidden;
  padding: 18px 22px;
  border: 1px solid rgba(222, 215, 202, 0.78);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 7px 24px -24px rgba(23, 62, 50, 0.65);
}
.adh-mid-cta::before,
.adh-mid-cta::after { position: absolute; color: var(--adh-clay); opacity: 0.42; }
.adh-mid-cta::before { content: "✦"; left: -2px; top: -8px; }
.adh-mid-cta::after { content: "★"; right: -2px; bottom: -8px; color: var(--adh-sage); }
.adh-mid-copy h3 { margin: 0 0 3px; color: var(--adh-forest); font-size: 19px; }
.adh-mid-copy p { margin: 0; color: var(--adh-muted); font-size: 14px; }

/* Checks */
.adh-checks-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1.3fr) minmax(220px, 0.7fr);
  align-items: end;
  gap: 30px;
}
.adh-checks-head .adh-title-wrap { margin: 0; text-align: left; }
.adh-checks-head .adh-section-intro { margin-left: 0; }
.adh-checks-mascot { width: 224px; margin-left: auto; }
.adh-check-card { padding: 22px; }
.adh-check-card .adh-card-title { font-size: 17px; }
.adh-check-card .adh-card-copy { font-size: 14px; }

/* Reporting */
.adh-report-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 46px;
}
.adh-report-grid .adh-title-wrap { margin: 0; text-align: left; }
.adh-report-grid .adh-section-intro { margin-left: 0; }
.adh-report-grid > .wp-block-column:first-child > .adh-small { margin-top: 22px; }
.adh-report-card {
  position: relative;
  padding: 26px;
  border: 1px solid var(--adh-border);
  border-radius: 24px;
  background: var(--adh-card);
  box-shadow: var(--adh-shadow);
}
.adh-report-card::before,
.adh-report-card::after { position: absolute; font-size: 21px; opacity: 0.40; }
.adh-report-card::before { content: "✦"; left: -13px; top: -15px; color: var(--adh-clay); }
.adh-report-card::after { content: "★"; right: -11px; bottom: -13px; color: var(--adh-sage); }
.adh-report-card h3 { display: inline-block; margin: 0 0 0 10px; vertical-align: middle; font-size: 18px; }
.adh-chart { position: relative; height: 110px; margin: 18px 0; overflow: hidden; border-bottom: 1px solid var(--adh-border); }
.adh-chart svg { width: 100%; height: 100%; color: var(--adh-clay); }
.adh-chart .adh-chart-line {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 300;
  stroke-dashoffset: 0;
}
.adh-chart .adh-chart-fill { fill: currentColor; opacity: 0.13; }
.adh-chart circle { fill: currentColor; }
.adh-motion-ready .adh-chart.adh-reveal-pending .adh-chart-line { stroke-dashoffset: 300; }
.adh-motion-ready .adh-chart.is-visible .adh-chart-line { stroke-dashoffset: 0; transition: stroke-dashoffset 1350ms cubic-bezier(.5,.05,.25,1); }
.adh-motion-ready .adh-chart.adh-reveal-pending .adh-chart-fill,
.adh-motion-ready .adh-chart.adh-reveal-pending circle { opacity: 0; }
.adh-motion-ready .adh-chart.is-visible .adh-chart-fill { opacity: 0.13; transition: opacity 800ms ease 650ms; }
.adh-motion-ready .adh-chart.is-visible circle { animation: adh-point-pop 400ms cubic-bezier(.34,1.56,.64,1) both; }
.adh-motion-ready .adh-chart.is-visible circle:nth-of-type(1) { animation-delay: 820ms; }
.adh-motion-ready .adh-chart.is-visible circle:nth-of-type(2) { animation-delay: 920ms; }
.adh-motion-ready .adh-chart.is-visible circle:nth-of-type(3) { animation-delay: 1020ms; }
.adh-motion-ready .adh-chart.is-visible circle:nth-of-type(4) { animation-delay: 1120ms; }
.adh-motion-ready .adh-chart.is-visible circle:nth-of-type(5) { animation-delay: 1220ms; }
.adh-check-list { padding: 0; margin: 0; list-style: none; }
.adh-check-list li { position: relative; min-height: 24px; padding-left: 32px; margin-bottom: 12px; }
.adh-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(191, 101, 72, 0.14);
  color: var(--adh-forest);
  font-size: 12px;
  font-weight: 800;
}
.adh-report-card .adh-check-list li { font-size: 14px; }

/* Process */
.adh-process .adh-grid-5 { position: relative; margin-top: 6px; }
.adh-process .adh-grid-5::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 24px;
  height: 2px;
  border-top: 2px dashed rgba(191, 101, 72, 0.36);
  z-index: 0;
}
.adh-process-card {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 22px;
  border: 1px solid var(--adh-border);
  border-radius: 24px;
  background: rgba(233, 223, 207, 0.52);
}
.adh-process .wp-block-column:nth-child(even) .adh-process-card { background: rgba(191, 101, 72, 0.085); }
.adh-process-card .adh-step-number { width: 42px; height: 42px; flex-basis: 42px; font-size: 16px; box-shadow: 0 0 0 6px var(--adh-cream); }
.adh-process-card h3 { margin: 16px 0 8px; font-size: 16px; line-height: 1.28; }
.adh-process-card p { margin: 0; color: rgba(23, 62, 50, 0.79); font-size: 14px; }

/* For whom */
.adh-forwhom-box {
  width: min(896px, 100%);
  margin-inline: auto;
  padding: 46px;
  border: 1px solid var(--adh-border);
  border-radius: 38px;
  background: var(--adh-card);
}
.adh-forwhom-box .adh-title-wrap { margin-bottom: 35px; }
.adh-forwhom-list { width: min(672px, 100%); margin-inline: auto; display: grid; gap: 13px; }
.adh-forwhom-list li {
  margin: 0;
  padding: 14px 16px 14px 50px;
  border-radius: 16px;
  background: rgba(233, 223, 207, 0.42);
  font-size: 15px;
}
.adh-forwhom-list li::before { left: 16px; top: 14px; background: var(--adh-forest); color: #fff; }

/* Pricing */
.adh-pricing-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 34px; }
.adh-countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  text-align: center;
}
.adh-countdown > span,
.adh-countdown > em { color: rgba(36, 75, 62, 0.76); font-size: 11px; font-style: normal; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.adh-countdown > div { display: flex; align-items: center; gap: 7px; }
.adh-countdown b {
  display: inline-grid;
  place-items: center;
  min-width: 49px;
  height: 48px;
  padding: 0 9px;
  border: 1px solid rgba(222, 215, 202, 0.72);
  border-radius: 14px;
  background: var(--adh-card);
  color: var(--adh-forest);
  font-family: var(--adh-heading);
  font-size: 21px;
  line-height: 1;
  box-shadow: 0 6px 20px -18px rgba(23, 62, 50, 0.7);
}
.adh-countdown small { margin-left: -5px; color: var(--adh-muted); font-size: 9px; font-weight: 700; text-transform: uppercase; }
.adh-countdown i { color: rgba(36, 75, 62, 0.48); font-family: var(--adh-heading); font-size: 19px; font-style: normal; font-weight: 700; }
.adh-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 27px;
  border: 1px solid var(--adh-border);
  border-radius: 26px;
  background: var(--adh-card);
  box-shadow: 0 10px 38px -28px rgba(23, 62, 50, 0.24);
  transition: transform 220ms ease, box-shadow 220ms ease;
}
.adh-plan:hover { transform: translateY(-6px); box-shadow: var(--adh-shadow-hover); }
.adh-plan.is-popular {
  z-index: 2;
  border-color: var(--adh-forest);
  background: var(--adh-forest);
  color: #fff;
  transform: translateY(-8px);
  box-shadow: 0 26px 58px -26px rgba(23, 62, 50, 0.48);
}
.adh-plan.is-popular:hover { transform: translateY(-13px); }
.adh-plan.is-popular h3,
.adh-plan.is-popular .adh-price strong,
.adh-plan.is-popular .adh-plan-features { color: #fff; }
.adh-popular-badge {
  position: absolute;
  left: 50%;
  top: -14px;
  padding: 6px 13px;
  border-radius: 999px;
  background: var(--adh-clay);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transform: translateX(-50%) rotate(-2deg);
  animation: adh-badge-sway 4s ease-in-out infinite;
  white-space: nowrap;
}
.adh-plan-name { margin: 0 0 14px; font-size: 27px; }
.adh-price-label { margin: 0; color: var(--adh-clay); font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.adh-plan.is-popular .adh-price-label { color: #f3b29d; }
.adh-price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px; margin: 6px 0 12px; }
.adh-price strong { font-family: var(--adh-heading); font-size: clamp(31px, 2.7vw, 39px); line-height: 1; white-space: nowrap; }
.adh-price del { color: var(--adh-muted); font-family: var(--adh-heading); font-size: 17px; }
.adh-price small { flex-basis: 100%; color: var(--adh-muted); font-size: 12px; }
.adh-plan.is-popular .adh-price del,
.adh-plan.is-popular .adh-price small,
.adh-plan.is-popular .adh-plan-desc { color: rgba(255, 255, 255, 0.66); }
.adh-plan-desc { min-height: 66px; margin: 0; color: var(--adh-muted); font-size: 14px; }
.adh-plan-features { display: grid; gap: 9px; padding: 0; margin: 20px 0 24px; list-style: none; font-size: 13px; }
.adh-plan-features li { position: relative; padding-left: 26px; }
.adh-plan-features li::before { content: "✓"; position: absolute; left: 0; top: 0; font-weight: 900; }
.adh-plan-button { margin-top: auto; }
.adh-plan-button .wp-block-button,
.adh-plan-button .wp-block-button__link { width: 100%; }
.adh-plan.is-popular .wp-block-button__link { background: #fff; color: var(--adh-forest) !important; }
.adh-pricing-note { max-width: 800px; margin: 32px auto 0; color: var(--adh-muted); font-size: 12px; text-align: center; }

/* FAQ */
.adh-faq { padding-bottom: 112px; }
.adh-faq-list { width: min(768px, 100%); margin-inline: auto; }
.adh-faq-item {
  margin-bottom: 12px;
  border: 1px solid var(--adh-border);
  border-radius: 17px;
  background: var(--adh-card);
  overflow: hidden;
}
.adh-faq-item summary {
  position: relative;
  display: block;
  padding: 18px 52px 18px 20px;
  cursor: pointer;
  font-family: var(--adh-heading);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  list-style: none;
}
.adh-faq-item summary::-webkit-details-marker { display: none; }
.adh-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--adh-forest);
  font-family: var(--adh-body);
  font-size: 21px;
  line-height: 1;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 200ms ease;
}
.adh-faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.adh-faq-item p { margin: -2px 20px 18px; color: var(--adh-muted); font-size: 14px; }
.adh-faq-item:last-child { margin-bottom: 0; }

/* Final CTA */
.adh-final-box {
  position: relative;
  width: min(1024px, 100%);
  margin-inline: auto;
  overflow: hidden;
  padding: 46px;
  border-radius: 38px;
  background: rgba(233, 223, 207, 0.66);
}
.adh-final-box::before {
  content: "";
  position: absolute;
  left: -45px;
  top: -45px;
  width: 135px;
  height: 135px;
  border: 3px dashed rgba(191, 101, 72, 0.35);
  border-radius: 50%;
}
.adh-final-box::after {
  content: "⠿";
  position: absolute;
  right: 24px;
  bottom: 16px;
  color: rgba(36, 75, 62, 0.23);
  font-size: 64px;
  letter-spacing: 4px;
  transform: rotate(90deg);
}
.adh-final-grid {
  position: relative;
  z-index: 2;
  display: grid !important;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 1fr);
  align-items: center;
  gap: 34px;
}
.adh-final-copy h2 { margin: 0; font-size: clamp(31px, 3.6vw, 42px); }
.adh-final-copy p { margin: 18px 0 0; color: rgba(23, 62, 50, 0.79); font-size: 17px; }
.adh-final-mascot { width: min(100%, 320px); margin-inline: auto; transform-origin: 50% 90%; animation: adh-wave-hyrax 4s ease-in-out infinite; }
.adh-final-copy .wp-block-button { position: relative; }
.adh-confetti-piece {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 12px;
  height: 12px;
  color: var(--adh-clay);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(.2);
}
.adh-confetti-piece.is-sage { color: var(--adh-sage); }
.adh-confetti-piece.is-forest { color: var(--adh-forest); }
.adh-final-copy .wp-block-button.is-confetti .adh-confetti-piece { animation: adh-confetti 700ms cubic-bezier(.34,1.4,.64,1) both; }

/* Contact form */
.adh-contact-form {
  width: min(768px, 100%);
  margin-inline: auto;
  padding: 32px;
  border: 1px solid var(--adh-border);
  border-radius: 26px;
  background: var(--adh-card);
  box-shadow: 0 20px 60px -34px rgba(23, 62, 50, 0.28);
}
.adh-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.adh-form-field { margin-bottom: 17px; }
.adh-form-field label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 700; }
.adh-form-field input,
.adh-form-field select,
.adh-form-field textarea {
  width: 100%;
  border: 1px solid var(--adh-border);
  border-radius: 14px;
  background: #fff;
  color: var(--adh-forest-dark);
  padding: 12px 14px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.adh-form-field textarea { min-height: 118px; resize: vertical; }
.adh-form-field input:focus,
.adh-form-field select:focus,
.adh-form-field textarea:focus {
  outline: none;
  border-color: var(--adh-clay);
  box-shadow: 0 0 0 4px rgba(191, 101, 72, 0.13);
}
.adh-form-submit { width: 100%; min-height: 50px; padding: 14px; font-size: 15px; }
.adh-form-submit:disabled { cursor: wait; opacity: 0.72; }
.adh-form-submit.is-loading::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255,255,255,.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: adh-spin .75s linear infinite;
}
.adh-form-status { display: none; margin-bottom: 15px; padding: 11px 14px; border-radius: 11px; font-size: 14px; }
.adh-form-status.is-success { display: block; background: #e5f2e9; color: #275b3d; }
.adh-form-status.is-error { display: block; background: #f8e1dd; color: #8c3527; }
.adh-form-note { margin: 12px 0 0; color: var(--adh-muted); font-size: 11px; text-align: center; }
.adh-form-person {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 17px;
  padding: 13px;
  border-radius: 16px;
  background: rgba(233, 223, 207, 0.42);
}
.adh-form-person::before { content: "✦"; position: absolute; left: -4px; top: -8px; color: var(--adh-clay); opacity: .45; }
.adh-form-person::after { content: "★"; position: absolute; right: -3px; bottom: -8px; color: var(--adh-sage); opacity: .55; }
.adh-form-person img { width: 54px; height: 54px; border: 2px solid var(--adh-card); border-radius: 50%; object-fit: cover; box-shadow: 0 6px 18px -12px rgba(23, 62, 50, .45); }
.adh-form-person small { display: block; color: rgba(36, 75, 62, 0.76); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.adh-form-person strong { font-family: var(--adh-heading); font-size: 16px; }
.adh-honeypot { position: absolute !important; left: -9999px !important; }

/* Footer */
.adh-site-footer { border-top: 1px solid var(--adh-border); }
.adh-footer-inner { min-height: 90px; padding: 20px 0; font-size: 13px; }
.adh-footer-brand { font-family: var(--adh-heading); font-size: 19px; font-weight: 700; }
.adh-footer-copy { color: var(--adh-muted); }

/* Generic and legal pages */
.adh-page-shell {
  width: min(960px, calc(100% - 40px));
  margin-inline: auto;
  padding: 72px 0 104px;
}
.adh-legal-shell { overflow: visible; }
.adh-legal-header { margin: 16px 0 38px; }
.adh-page-title { margin: 0; font-size: clamp(39px, 5.5vw, 60px); overflow-wrap: anywhere; }
.adh-entry-content > *:first-child { margin-top: 0 !important; }
.adh-entry-content > *:last-child { margin-bottom: 0 !important; }
.adh-entry-content a { text-decoration-thickness: 1px; text-underline-offset: 3px; overflow-wrap: anywhere; }
.adh-legal-prose {
  color: var(--adh-forest-dark);
  font-size: 16px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}
.adh-legal-prose h2 { margin: 52px 0 18px !important; font-size: clamp(27px, 3vw, 32px); }
.adh-legal-prose h3 { margin: 36px 0 13px !important; font-size: clamp(21px, 2.3vw, 24px); }
.adh-legal-prose h4 { margin: 27px 0 10px !important; font-size: 18px; }
.adh-legal-prose p { margin: 0 0 17px !important; }
.adh-legal-prose ul,
.adh-legal-prose ol { margin: 0 0 22px !important; padding-left: 26px; }
.adh-legal-prose li + li { margin-top: 7px; }
.adh-legal-prose table {
  display: table;
  width: 100%;
  margin: 24px 0 30px !important;
  border-collapse: collapse;
  table-layout: auto;
  font-size: 13px;
}
.adh-legal-prose th,
.adh-legal-prose td { padding: 11px 12px; border: 1px solid var(--adh-border); text-align: left; vertical-align: top; }
.adh-legal-prose th { background: var(--adh-sand); }
.adh-legal-prose .lead { color: var(--adh-muted); font-weight: 700; }
.adh-back-home { display: inline-flex; color: var(--adh-muted); font-size: 13px; text-decoration: none; }
.adh-back-home:hover { color: var(--adh-forest-dark); }
.adh-archive-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.adh-post-card { padding: 22px; border: 1px solid var(--adh-border); border-radius: 22px; background: var(--adh-card); }
.adh-post-card h2 { font-size: 24px; }
.adh-post-card a { text-decoration: none; }
.adh-pagination { margin-top: 32px; }
.adh-404 { min-height: 60vh; display: grid; place-items: center; text-align: center; }
.adh-404 h1 { margin: 0; font-size: 96px; }
.alignwide { max-width: 1152px; }
.alignfull { width: 100vw; margin-left: calc(50% - 50vw); }

/* Scroll reveal: progressive enhancement. Elements are visible by default. */
.adh-motion-ready .adh-reveal-pending { will-change: opacity, transform; }
.adh-motion-ready .adh-reveal-pending.is-visible {
  animation: adh-scroll-in 520ms cubic-bezier(.2,.7,.2,1) var(--adh-delay, 0ms) both;
}

/* Keyframes */
@keyframes adh-float-a { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes adh-float-b { 0%,100% { transform: translateY(0); } 50% { transform: translateY(6px); } }
@keyframes adh-float-c { 0%,100% { transform: translate(0,0); } 33% { transform: translate(4px,-6px); } 66% { transform: translate(-4px,4px); } }
@keyframes adh-fade-rise { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
@keyframes adh-scroll-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes adh-hero-enter { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: translateX(0); } }
@keyframes adh-dashboard-enter { from { opacity: 0; transform: translate(-46%,-50%) rotate(-6deg) scale(.96); } to { opacity: 1; transform: translate(-50%,-50%) rotate(-3deg) scale(1); } }
@keyframes adh-underline-draw { from { transform: rotate(-1deg) scaleX(0); } to { transform: rotate(-1deg) scaleX(1); } }
@keyframes adh-breathe {
  0%,100% { box-shadow: 0 10px 30px -10px rgba(36, 75, 62, .64), 0 0 0 0 rgba(191,101,72,.18); }
  50% { box-shadow: 0 12px 34px -10px rgba(36, 75, 62, .70), 0 0 0 10px rgba(191,101,72,0); }
}
@keyframes adh-badge-pop { from { opacity: 0; transform: scale(.35); } to { opacity: 1; transform: scale(1); } }
@keyframes adh-point-pop { from { opacity: 0; transform: scale(.2); transform-origin: center; } to { opacity: 1; transform: scale(1); transform-origin: center; } }
@keyframes adh-badge-sway { 0%,100% { transform: translateX(-50%) rotate(-2deg); } 50% { transform: translateX(-50%) rotate(2deg); } }
@keyframes adh-wave-hyrax { 0%,100% { transform: rotate(-1.5deg); } 50% { transform: rotate(1.5deg); } }
@keyframes adh-spin { to { transform: rotate(360deg); } }
@keyframes adh-confetti {
  0% { opacity: 0; transform: translate(-50%, -50%) rotate(0) scale(.2); }
  25% { opacity: .95; }
  100% { opacity: 0; transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) rotate(var(--r)) scale(1); }
}

/* Responsive */
@media (max-width: 1180px) and (min-width: 961px) {
  .adh-hero-grid { grid-template-columns: minmax(0, 1.24fr) minmax(340px, .76fr); gap: 24px; }
  .adh-hero-title { font-size: clamp(42px, 4.55vw, 54px); }
}

@media (max-width: 1080px) {
  .adh-primary-nav ul { gap: 22px; }
  .adh-hero-grid { grid-template-columns: minmax(0, 1.22fr) minmax(340px, .78fr); }
  .adh-grid-5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .adh-process .adh-grid-5::before { display: none; }
  .adh-process-card .adh-step-number { box-shadow: 0 0 0 6px var(--adh-card); }
}

@media (max-width: 960px) {
  .adh-primary-nav,
  .adh-header-cta { display: none; }
  .adh-menu-toggle { display: grid; margin-left: auto; }
  .adh-primary-nav.is-open {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 70px;
    display: block;
    padding: 10px;
    border: 1px solid var(--adh-border);
    border-radius: 18px;
    background: var(--adh-card);
    box-shadow: var(--adh-shadow);
  }
  .adh-primary-nav.is-open ul { display: grid; gap: 0; }
  .adh-primary-nav.is-open a { display: block; padding: 11px 12px; border-radius: 12px; }
  .adh-primary-nav.is-open a:hover { background: rgba(233, 223, 207, .44); }
  .adh-hero-grid { grid-template-columns: 1fr; }
  .adh-hero-copy-wrap { max-width: 760px; }
  .adh-hero-visual { width: min(650px, 100%); min-height: 520px; margin-inline: auto; }
  .adh-highlight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .adh-grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .adh-pricing-grid { grid-template-columns: 1fr; max-width: 640px; margin-inline: auto; }
  .adh-plan.is-popular { transform: none; }
  .adh-plan.is-popular:hover { transform: translateY(-6px); }
  .adh-plan-desc { min-height: 0; }
  .adh-archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 782px) {
  .admin-bar .adh-site-header { top: 46px; }
  .adh-nowrap { white-space: normal; }
  .adh-faq { padding-bottom: 82px; }
  .adh-page-shell { width: min(100% - 32px, 960px); padding: 50px 0 78px; }
  .adh-legal-header { margin: 14px 0 30px; }
  .adh-legal-prose h2 { margin-top: 42px !important; }
  .adh-legal-prose h3 { margin-top: 30px !important; }
  .adh-legal-prose table { display: block; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; white-space: normal; }
  .adh-legal-prose th, .adh-legal-prose td { min-width: 150px; }
  .adh-section { padding: 64px 0; }
  .adh-title-wrap { margin-bottom: 38px; }
  .adh-grid-2,
  .adh-grid-3,
  .adh-grid-4,
  .adh-grid-5 { grid-template-columns: 1fr; }
  .adh-solution-grid,
  .adh-report-grid,
  .adh-final-grid,
  .adh-checks-head { grid-template-columns: 1fr; }
  .adh-solution-mascot { width: min(72vw, 340px); }
  .adh-checks-head .adh-title-wrap,
  .adh-report-grid .adh-title-wrap { text-align: center; margin-inline: auto; }
  .adh-checks-head .adh-section-intro,
  .adh-report-grid .adh-section-intro { margin-inline: auto; }
  .adh-checks-mascot { width: min(48vw, 210px); margin-inline: auto; }
  .adh-mid-cta { flex-direction: column; text-align: center; }
  .adh-process .adh-grid-5 { gap: 14px; }
  .adh-process-card { display: grid; grid-template-columns: 42px 1fr; column-gap: 14px; }
  .adh-process-card h3 { margin: 2px 0 7px; }
  .adh-process-card p { grid-column: 2; }
  .adh-forwhom-box,
  .adh-final-box,
  .adh-contact-form { padding: 28px; }
  .adh-final-mascot { width: min(65vw, 280px); }
  .adh-form-grid { grid-template-columns: 1fr; gap: 0; }
  .adh-footer-inner { flex-direction: column; justify-content: center; padding: 28px 0; text-align: center; }
  .adh-footer-nav ul { flex-wrap: wrap; justify-content: center; }
  .adh-archive-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .adh-container,
  .adh-header-inner,
  .adh-footer-inner { width: min(100% - 30px, 1152px); }
  .adh-hero { padding-top: 12px; padding-bottom: 54px; }
  .adh-hero-title { font-size: clamp(38px, 11.6vw, 50px); }
  .adh-hero-visual { min-height: 390px; }
  .adh-dashboard-backdrop { width: 122%; }
  .adh-hero-mascot { width: min(92%, 360px); }
  .adh-floating-stat { right: -2px; bottom: 12px; width: 150px; }
  .adh-highlight-grid { grid-template-columns: 1fr; }
  .adh-highlight { min-height: 72px; padding: 15px; }
  .adh-long-copy { font-size: 16px; }
  .adh-step-list::before { left: 22px; }
  .adh-step { padding: 16px; }
  .adh-step-number { width: 44px; height: 44px; flex-basis: 44px; }
  .adh-countdown > div { gap: 4px; }
  .adh-countdown b { min-width: 42px; height: 44px; padding-inline: 6px; font-size: 19px; }
  .adh-countdown small { display: none; }
  .adh-countdown i { font-size: 16px; }
  .adh-plan { padding: 23px; }
  .adh-price strong { font-size: 32px; }
  .adh-forwhom-list li { padding-right: 12px; }
  .adh-faq-item summary { padding-left: 17px; }
}

@media (max-width: 430px) {
  .adh-header-inner { min-height: 64px; }
  .adh-brand { font-size: 21px; }
  .adh-hero-visual { min-height: 340px; }
  .adh-floating-stat { display: none; }
  .adh-dashboard-backdrop { width: 128%; }
  .adh-final-box,
  .adh-forwhom-box,
  .adh-contact-form { padding: 23px; border-radius: 26px; }
  .adh-final-copy p { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .adh-motion-ready .adh-reveal-pending { opacity: 1 !important; transform: none !important; animation: none !important; }
}
