:root {
  --ahp-bg: oklch(97.8% 0.007 88);
  --ahp-surface: oklch(99.4% 0.003 90);
  --ahp-surface-raised: oklch(100% 0 0);
  --ahp-fg: oklch(23% 0.014 258);
  --ahp-muted: oklch(46% 0.014 258);
  --ahp-border: oklch(89% 0.01 90);
  --ahp-accent: oklch(45% 0.15 259);
  --ahp-accent-strong: oklch(37% 0.15 259);
  --ahp-accent-fg: oklch(99% 0 0);
  --ahp-accent-soft: oklch(78% 0.09 200);
  --ahp-accent-soft-fg: oklch(20% 0.03 220);
  --ahp-success: oklch(56% 0.13 150);
  --ahp-success-bg: oklch(95% 0.05 150);
  --ahp-font-display: 'Space Grotesk', 'Segoe UI', system-ui, sans-serif;
  --ahp-font-body: 'Inter', 'Segoe UI', system-ui, sans-serif;
  --ahp-font-mono: 'JetBrains Mono', 'SFMono-Regular', Consolas, monospace;
  --ahp-radius-sm: 10px;
  --ahp-radius: 18px;
  --ahp-radius-lg: 28px;
  --ahp-shadow-sm: 0 1px 2px oklch(23% 0.02 258 / 0.06), 0 1px 1px oklch(23% 0.02 258 / 0.04);
  --ahp-shadow: 0 12px 32px oklch(23% 0.03 258 / 0.10), 0 2px 8px oklch(23% 0.03 258 / 0.06);
  --ahp-shadow-lg: 0 24px 60px oklch(23% 0.04 258 / 0.16), 0 4px 14px oklch(23% 0.03 258 / 0.08);
  --ahp-shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

body.ahp-body {
  margin: 0;
  background: var(--ahp-bg);
  color: var(--ahp-fg);
  font-family: var(--ahp-font-body);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: var(--ahp-font-display);
  font-weight: 600;
  line-height: 1.14;
  margin: 0 0 0.5em;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
p { margin: 0 0 1em; text-wrap: pretty; }
a { color: inherit; }
img { max-width: 100%; display: block; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; }

:focus-visible {
  outline: 3px solid var(--ahp-accent-strong);
  outline-offset: 2px;
  border-radius: 4px;
}
.ahp-footer :focus-visible,
.ahp-cta-banner :focus-visible {
  outline-color: #fff;
}

.ahp-skip {
  position: absolute;
  left: 12px;
  top: -60px;
  background: var(--ahp-accent);
  color: var(--ahp-accent-fg);
  padding: 10px 16px;
  border-radius: var(--ahp-radius-sm);
  z-index: 1000;
  transition: top 0.15s ease;
}
.ahp-skip:focus { top: 12px; }

.ahp-shell {
  max-width: var(--ahp-shell);
  margin: 0 auto;
  padding: 0 24px;
}

.ahp-num { font-family: var(--ahp-font-mono); font-variant-numeric: tabular-nums; }

.ahp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.1s ease;
  min-height: 44px;
  white-space: nowrap;
}
.ahp-btn:active { transform: translateY(1px); }
.ahp-btn--primary { background: var(--ahp-accent); color: var(--ahp-accent-fg); }
.ahp-btn--primary:hover { background: var(--ahp-accent-strong); }
.ahp-btn--primary:focus-visible { outline-color: var(--ahp-accent-strong); }
.ahp-btn--ghost { background: transparent; color: var(--ahp-fg); border-color: var(--ahp-border); }
.ahp-btn--ghost:hover { background: var(--ahp-surface-raised); border-color: var(--ahp-fg); }
.ahp-btn--sm { padding: 9px 16px; font-size: 0.85rem; min-height: 38px; }
.ahp-btn--block { width: 100%; }
.ahp-btn[disabled] { opacity: 0.5; cursor: not-allowed; }

.ahp-topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: color-mix(in oklch, var(--ahp-bg) 82%, transparent);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--ahp-border);
}
.ahp-topbar__row {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 76px;
}
.ahp-brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--ahp-fg); }
.ahp-brand__text { font-family: var(--ahp-font-display); font-weight: 700; font-size: 1.15rem; letter-spacing: -0.01em; }
.ahp-nav { display: flex; align-items: center; gap: 4px; margin-left: 12px; flex: 1; }
.ahp-nav__link {
  text-decoration: none;
  color: var(--ahp-muted);
  font-weight: 500;
  font-size: 0.94rem;
  padding: 10px 12px;
  border-radius: 999px;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.ahp-nav__link:hover { color: var(--ahp-fg); background: var(--ahp-surface-raised); }
.ahp-nav__link.is-active { color: var(--ahp-accent-strong); background: color-mix(in oklch, var(--ahp-accent) 12%, transparent); }
.ahp-topbar__actions { display: flex; align-items: center; gap: 10px; }
.ahp-topbar__cart { position: relative; }
.ahp-topbar__cart-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--ahp-accent);
  color: var(--ahp-accent-fg);
  font-family: var(--ahp-font-mono);
  font-size: 0.68rem;
  font-weight: 600;
}
.ahp-topbar__cart-count:empty::before,
.ahp-topbar__cart-count[data-ahp-cart-count="0"] { opacity: 0.45; }
.ahp-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid var(--ahp-border);
  border-radius: var(--ahp-radius-sm);
  cursor: pointer;
}
.ahp-burger span { display: block; width: 18px; height: 2px; background: var(--ahp-fg); margin: 0 auto; transition: transform 0.2s ease, opacity 0.2s ease; }
.ahp-burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.ahp-burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.ahp-burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.ahp-mobile-nav { display: none; flex-direction: column; padding: 8px 24px 20px; border-top: 1px solid var(--ahp-border); }
.ahp-mobile-nav.is-open { display: flex; }
.ahp-mobile-nav__link { padding: 13px 4px; text-decoration: none; color: var(--ahp-fg); font-weight: 500; border-bottom: 1px solid var(--ahp-border); min-height: 44px; display: flex; align-items: center; }
.ahp-mobile-nav__link.is-active { color: var(--ahp-accent-strong); }

@media (max-width: 980px) {
  .ahp-nav, .ahp-topbar__cta { display: none; }
  .ahp-burger { display: flex; }
}
@media (max-width: 560px) {
  .ahp-topbar__cart span:not(.ahp-topbar__cart-count) { display: none; }
}

.ahp-section { padding: 88px 0; }
.ahp-section--tight { padding: 56px 0; }
.ahp-section--alt { background: var(--ahp-surface); }
.ahp-section__head { max-width: 640px; margin: 0 0 44px; }
.ahp-section__head--center { margin-left: auto; margin-right: auto; text-align: center; }
.ahp-eyebrow {
  display: inline-block;
  font-family: var(--ahp-font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ahp-accent-strong);
  margin-bottom: 14px;
}
.ahp-section__title { font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.35rem); }
.ahp-section__lead { color: var(--ahp-muted); font-size: 1.08rem; max-width: 58ch; }
.ahp-section__foot { margin-top: 40px; text-align: center; }

.ahp-hero { padding: 64px 0 80px; overflow: hidden; }
.ahp-hero__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.ahp-hero__title { font-size: clamp(2.1rem, 1.5rem + 2.6vw, 3.4rem); margin-bottom: 20px; }
.ahp-hero__lead { font-size: 1.16rem; color: var(--ahp-muted); max-width: 52ch; margin-bottom: 32px; }
.ahp-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.ahp-hero__badges { display: flex; gap: 22px; flex-wrap: wrap; }
.ahp-hero__badge { display: flex; align-items: center; gap: 8px; font-size: 0.88rem; color: var(--ahp-muted); }
.ahp-hero__badge svg { color: var(--ahp-accent-strong); flex-shrink: 0; }

.ahp-glass {
  position: relative;
  height: 440px;
  perspective: 1200px;
}
.ahp-glass__shelf {
  position: absolute;
  left: 6%;
  right: 6%;
  height: 10px;
  background: linear-gradient(90deg, transparent, var(--ahp-border), transparent);
  border-radius: 50%;
  filter: blur(1px);
}
.ahp-glass__shelf--1 { bottom: 64px; }
.ahp-glass__shelf--2 { bottom: 210px; }
.ahp-glass__box {
  position: absolute;
  border-radius: 20px;
  background: linear-gradient(155deg, color-mix(in oklch, var(--ahp-accent) 24%, white 76%), color-mix(in oklch, var(--ahp-accent-soft) 30%, white 70%));
  border: 1px solid color-mix(in oklch, white 60%, var(--ahp-accent) 15%);
  box-shadow: var(--ahp-shadow);
  backdrop-filter: blur(2px);
  transform-style: preserve-3d;
  animation: ahp-float 7s ease-in-out infinite;
}
.ahp-glass__box::after {
  content: '';
  position: absolute;
  inset: 8% 10% auto 10%;
  height: 26%;
  background: linear-gradient(120deg, oklch(100% 0 0 / 0.55), transparent 70%);
  border-radius: 14px;
}
.ahp-glass__box--a { width: 230px; height: 160px; left: 6%; bottom: 210px; transform: rotate(-4deg); animation-delay: 0s; }
.ahp-glass__box--b { width: 190px; height: 130px; right: 8%; bottom: 236px; transform: rotate(5deg); opacity: 0.92; animation-delay: 1.2s; }
.ahp-glass__box--c { width: 300px; height: 150px; left: 12%; bottom: 60px; transform: rotate(-2deg); animation-delay: 0.6s; }
.ahp-glass__box--d { width: 150px; height: 190px; right: 14%; bottom: 60px; border-radius: 26px; transform: rotate(3deg); animation-delay: 1.8s; }
.ahp-glass__ring {
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  right: -60px;
  top: -30px;
  background: radial-gradient(circle at 35% 30%, color-mix(in oklch, var(--ahp-accent-soft) 40%, transparent), transparent 60%);
  filter: blur(2px);
}
@keyframes ahp-float {
  0%, 100% { transform: translateY(0) rotate(var(--ahp-r, 0deg)); }
  50% { transform: translateY(-10px) rotate(var(--ahp-r, 0deg)); }
}
@media (prefers-reduced-motion: reduce) { .ahp-glass__box { animation: none; } }

.ahp-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.ahp-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ahp-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.ahp-grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }

.ahp-cat-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px 24px;
  background: var(--ahp-surface-raised);
  border: 1px solid var(--ahp-border);
  border-radius: var(--ahp-radius);
  text-decoration: none;
  color: var(--ahp-fg);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.ahp-cat-card:hover, .ahp-cat-card:focus-visible { transform: translateY(-4px); box-shadow: var(--ahp-shadow); border-color: color-mix(in oklch, var(--ahp-accent) 30%, var(--ahp-border)); }
.ahp-cat-card__icon {
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 16px;
  background: color-mix(in oklch, var(--ahp-accent) 10%, var(--ahp-surface));
  color: var(--ahp-accent-strong);
}
.ahp-cat-card__title { font-size: 1.08rem; margin: 0; }
.ahp-cat-card__desc { color: var(--ahp-muted); font-size: 0.92rem; margin: 0; }
.ahp-cat-card__count { margin-top: auto; font-family: var(--ahp-font-mono); font-size: 0.78rem; color: var(--ahp-accent-strong); }

.ahp-feature-card { padding: 26px 24px; background: var(--ahp-surface-raised); border: 1px solid var(--ahp-border); border-radius: var(--ahp-radius); }
.ahp-feature-card__icon { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 12px; background: color-mix(in oklch, var(--ahp-accent-soft) 28%, var(--ahp-surface)); color: var(--ahp-accent-soft-fg); margin-bottom: 16px; }
.ahp-feature-card__title { font-size: 1.02rem; margin-bottom: 8px; }
.ahp-feature-card__desc { color: var(--ahp-muted); font-size: 0.92rem; margin: 0; }

.ahp-product-card {
  display: flex;
  flex-direction: column;
  background: var(--ahp-surface-raised);
  border: 1px solid var(--ahp-border);
  border-radius: var(--ahp-radius);
  overflow: hidden;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}
.ahp-product-card:hover { box-shadow: var(--ahp-shadow); transform: translateY(-3px); }
.ahp-product-card__media { position: relative; aspect-ratio: 4 / 3; background: var(--ahp-surface); overflow: hidden; }
.ahp-product-card__media img { width: 100%; height: 100%; object-fit: cover; }
.ahp-product-card__tag {
  position: absolute; top: 12px; left: 12px;
  background: color-mix(in oklch, var(--ahp-bg) 88%, transparent);
  backdrop-filter: blur(6px);
  color: var(--ahp-fg);
  font-size: 0.72rem;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid var(--ahp-border);
}
.ahp-product-card__body { padding: 18px 18px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.ahp-product-card__title { font-size: 1rem; margin: 0; }
.ahp-product-card__meta { color: var(--ahp-muted); font-size: 0.84rem; margin: 0; }
.ahp-product-card__row { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 10px; }
.ahp-product-card__price { font-family: var(--ahp-font-mono); font-weight: 600; font-size: 1.05rem; }
.ahp-product-card__price small { font-family: var(--ahp-font-body); font-weight: 400; color: var(--ahp-muted); font-size: 0.78rem; }
.ahp-add-btn {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid var(--ahp-accent);
  background: transparent;
  color: var(--ahp-accent-strong);
  font-weight: 600;
  font-size: 0.82rem;
  cursor: pointer;
  min-height: 40px;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.ahp-add-btn:hover { background: var(--ahp-accent); color: var(--ahp-accent-fg); }
.ahp-add-btn[data-state="added"] { background: var(--ahp-success); border-color: var(--ahp-success); color: #fff; }

.content-img { width: 100%; height: auto; border-radius: var(--ahp-radius); }

.ahp-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: ahp-step; }
.ahp-step { position: relative; padding: 26px 22px 22px; background: var(--ahp-surface-raised); border: 1px solid var(--ahp-border); border-radius: var(--ahp-radius); }
.ahp-step__num { font-family: var(--ahp-font-mono); font-weight: 700; font-size: 0.85rem; color: var(--ahp-accent-fg); background: var(--ahp-accent); width: 30px; height: 30px; border-radius: 999px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.ahp-step__title { font-size: 0.98rem; margin-bottom: 6px; }
.ahp-step__desc { color: var(--ahp-muted); font-size: 0.86rem; margin: 0; }

.ahp-tip-card { padding: 22px; background: var(--ahp-surface-raised); border: 1px solid var(--ahp-border); border-radius: var(--ahp-radius); }
.ahp-tip-card__title { font-size: 0.98rem; margin-bottom: 8px; }
.ahp-tip-card__desc { color: var(--ahp-muted); font-size: 0.88rem; margin: 0; }

.ahp-faq { border-top: 1px solid var(--ahp-border); }
.ahp-faq__item { border-bottom: 1px solid var(--ahp-border); }
.ahp-faq__q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 4px;
  background: transparent; border: none;
  font-family: var(--ahp-font-display);
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--ahp-fg);
  text-align: left;
  cursor: pointer;
  min-height: 44px;
}
.ahp-faq__q-icon { flex-shrink: 0; transition: transform 0.2s ease; color: var(--ahp-accent-strong); }
.ahp-faq__item[data-open="true"] .ahp-faq__q-icon { transform: rotate(45deg); }
.ahp-faq__a { max-height: 0; overflow: hidden; transition: max-height 0.22s ease; }
.ahp-faq__a-inner { padding: 0 4px 20px; color: var(--ahp-muted); max-width: 68ch; }
.ahp-faq__item[data-open="true"] .ahp-faq__a { max-height: 480px; }

.ahp-cta-banner {
  background: linear-gradient(135deg, var(--ahp-accent), var(--ahp-accent-strong));
  color: var(--ahp-accent-fg);
  border-radius: var(--ahp-radius-lg);
  padding: 56px;
  display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap;
}
.ahp-cta-banner__title { font-size: clamp(1.5rem, 1.2rem + 1vw, 2rem); margin-bottom: 10px; }
.ahp-cta-banner__lead { color: color-mix(in oklch, white 80%, transparent); margin: 0; max-width: 46ch; }
.ahp-cta-banner .ahp-btn--primary { background: #fff; color: var(--ahp-accent-strong); }
.ahp-cta-banner .ahp-btn--primary:hover { background: color-mix(in oklch, white 88%, var(--ahp-accent)); }
.ahp-cta-banner .ahp-btn--ghost { border-color: color-mix(in oklch, white 50%, transparent); color: #fff; }
.ahp-cta-banner .ahp-btn--ghost:hover { background: color-mix(in oklch, white 18%, transparent); border-color: #fff; }

.ahp-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.ahp-filters__group { display: flex; flex-wrap: wrap; gap: 8px; }
.ahp-chip {
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid var(--ahp-border);
  background: var(--ahp-surface-raised);
  color: var(--ahp-muted);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  min-height: 40px;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.ahp-chip:hover { border-color: var(--ahp-accent); color: var(--ahp-fg); }
.ahp-chip.is-active { background: var(--ahp-accent); border-color: var(--ahp-accent); color: var(--ahp-accent-fg); }
.ahp-catalog__empty { display: none; padding: 60px 20px; text-align: center; color: var(--ahp-muted); }
.ahp-catalog__empty.is-visible { display: block; }

.ahp-cart-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: flex; align-items: center; gap: 8px;
  padding: 14px 20px;
  border-radius: 999px;
  background: var(--ahp-accent);
  color: var(--ahp-accent-fg);
  border: none;
  box-shadow: var(--ahp-shadow-lg);
  cursor: pointer;
  font-weight: 600;
  min-height: 48px;
}
.ahp-cart-fab:hover { background: var(--ahp-accent-strong); }
.ahp-cart-fab__count { font-family: var(--ahp-font-mono); background: color-mix(in oklch, white 25%, transparent); border-radius: 999px; padding: 1px 8px; }
.ahp-cart-panel {
  position: fixed; inset: 0;
  z-index: 200;
  display: none;
}
.ahp-cart-panel.is-open { display: block; }
.ahp-cart-panel__overlay { position: absolute; inset: 0; background: oklch(20% 0.02 258 / 0.42); }
.ahp-cart-panel__sheet {
  position: absolute; top: 0; right: 0; bottom: 0;
  width: min(420px, 100%);
  background: var(--ahp-surface-raised);
  padding: 24px;
  overflow-y: auto;
  box-shadow: var(--ahp-shadow-lg);
  display: flex; flex-direction: column; gap: 18px;
}
.ahp-cart-panel__head { display: flex; align-items: center; justify-content: space-between; }
.ahp-cart-panel__close { background: transparent; border: 1px solid var(--ahp-border); border-radius: 999px; width: 40px; height: 40px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.ahp-cart-item { display: flex; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--ahp-border); }
.ahp-cart-item__thumb { width: 56px; height: 56px; border-radius: 12px; overflow: hidden; flex-shrink: 0; background: var(--ahp-surface); }
.ahp-cart-item__thumb img { width: 100%; height: 100%; object-fit: cover; }
.ahp-cart-item__title { font-size: 0.9rem; margin: 0 0 2px; }
.ahp-cart-item__meta { font-size: 0.78rem; color: var(--ahp-muted); margin: 0; }
.ahp-cart-item__remove { margin-left: auto; background: transparent; border: none; color: var(--ahp-muted); cursor: pointer; padding: 8px; min-width: 36px; min-height: 36px; }
.ahp-cart-item__remove:hover { color: var(--ahp-accent-strong); }
.ahp-cart-empty { color: var(--ahp-muted); text-align: center; padding: 40px 0; }

.ahp-form { display: grid; gap: 18px; max-width: 620px; }
.ahp-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ahp-field { display: flex; flex-direction: column; gap: 6px; }
.ahp-field label { font-size: 0.86rem; font-weight: 600; }
.ahp-field .ahp-field__optional { font-weight: 400; color: var(--ahp-muted); }
.ahp-field input, .ahp-field textarea, .ahp-field select {
  font: inherit;
  padding: 13px 14px;
  border-radius: var(--ahp-radius-sm);
  border: 1px solid var(--ahp-border);
  background: var(--ahp-surface-raised);
  color: var(--ahp-fg);
  min-height: 44px;
}
.ahp-field textarea { min-height: 120px; resize: vertical; }
.ahp-field input:focus-visible, .ahp-field textarea:focus-visible, .ahp-field select:focus-visible { outline: 3px solid var(--ahp-accent-strong); outline-offset: 1px; border-color: var(--ahp-accent); }
.ahp-hp { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.ahp-form__note { font-size: 0.8rem; color: var(--ahp-muted); }
.ahp-form__success {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 18px 20px;
  background: var(--ahp-success-bg);
  border: 1px solid color-mix(in oklch, var(--ahp-success) 40%, transparent);
  border-radius: var(--ahp-radius);
  color: color-mix(in oklch, var(--ahp-success) 55%, black 20%);
  margin-bottom: 24px;
}
.ahp-form__success svg { flex-shrink: 0; margin-top: 2px; }

.ahp-team-card { text-align: center; padding: 24px 18px; background: var(--ahp-surface-raised); border: 1px solid var(--ahp-border); border-radius: var(--ahp-radius); }
.ahp-team-card__avatar {
  width: 76px; height: 76px; border-radius: 50%;
  margin: 0 auto 16px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--ahp-font-display); font-weight: 700; font-size: 1.3rem;
  color: var(--ahp-accent-fg);
  background: linear-gradient(150deg, var(--ahp-accent), var(--ahp-accent-soft));
}
.ahp-team-card__role { font-size: 0.98rem; margin-bottom: 4px; }
.ahp-team-card__desc { color: var(--ahp-muted); font-size: 0.86rem; margin: 0; }

.ahp-infographic { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.ahp-infographic__step { text-align: center; padding: 20px 14px; }
.ahp-infographic__icon { width: 56px; height: 56px; margin: 0 auto 14px; border-radius: 18px; background: var(--ahp-surface-raised); border: 1px solid var(--ahp-border); display: flex; align-items: center; justify-content: center; color: var(--ahp-accent-strong); }
.ahp-infographic__title { font-size: 0.88rem; font-weight: 600; margin-bottom: 4px; }
.ahp-infographic__desc { font-size: 0.78rem; color: var(--ahp-muted); margin: 0; }
.ahp-infographic__arrow { display: none; }

.ahp-legal { max-width: 780px; }
.ahp-legal h2 { font-size: 1.3rem; margin-top: 2.2em; }
.ahp-legal h3 { font-size: 1.05rem; margin-top: 1.6em; }
.ahp-legal p, .ahp-legal li { color: var(--ahp-muted); }
.ahp-legal ul, .ahp-legal ol { padding-left: 1.3em; margin: 0 0 1em; list-style: disc; }
.ahp-legal ol { list-style: decimal; }
.ahp-legal li { margin-bottom: 0.4em; }
.ahp-legal__updated { font-family: var(--ahp-font-mono); font-size: 0.82rem; color: var(--ahp-muted); }
.ahp-placeholder {
  display: inline-block;
  padding: 1px 8px;
  border-radius: 6px;
  background: color-mix(in oklch, var(--ahp-accent-soft) 22%, var(--ahp-surface));
  border: 1px dashed color-mix(in oklch, var(--ahp-accent) 40%, var(--ahp-border));
  color: var(--ahp-accent-strong);
  font-size: 0.92em;
}

.ahp-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.ahp-contact-cards { display: grid; gap: 16px; margin-bottom: 28px; }
.ahp-contact-card { display: flex; gap: 14px; padding: 18px; background: var(--ahp-surface-raised); border: 1px solid var(--ahp-border); border-radius: var(--ahp-radius); }
.ahp-contact-card__icon { width: 40px; height: 40px; border-radius: 12px; background: color-mix(in oklch, var(--ahp-accent) 10%, var(--ahp-surface)); color: var(--ahp-accent-strong); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ahp-contact-card__label { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.04em; color: var(--ahp-muted); margin: 0 0 2px; }
.ahp-contact-card__value { font-weight: 600; margin: 0; }
.ahp-map-decorative {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--ahp-radius-lg);
  background:
    radial-gradient(circle at 30% 30%, color-mix(in oklch, var(--ahp-accent-soft) 30%, transparent), transparent 55%),
    repeating-linear-gradient(0deg, var(--ahp-border) 0 1px, transparent 1px 42px),
    repeating-linear-gradient(90deg, var(--ahp-border) 0 1px, transparent 1px 42px),
    var(--ahp-surface);
  border: 1px solid var(--ahp-border);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.ahp-map-decorative__pin { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.ahp-map-decorative__label { background: var(--ahp-surface-raised); border: 1px solid var(--ahp-border); padding: 8px 14px; border-radius: 999px; font-size: 0.82rem; box-shadow: var(--ahp-shadow-sm); }
.ahp-map-decorative__note { position: absolute; bottom: 14px; left: 14px; right: 14px; font-size: 0.72rem; color: var(--ahp-muted); background: color-mix(in oklch, var(--ahp-bg) 88%, transparent); padding: 6px 10px; border-radius: 8px; }

.ahp-footer { background: var(--ahp-fg); color: color-mix(in oklch, white 78%, transparent); padding: 64px 0 28px; margin-top: 40px; }
.ahp-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid color-mix(in oklch, white 14%, transparent); }
.ahp-footer .ahp-brand { color: #fff; }
.ahp-footer__lead { color: color-mix(in oklch, white 62%, transparent); font-size: 0.9rem; margin: 16px 0; max-width: 34ch; }
.ahp-footer__social { display: grid; gap: 6px; font-size: 0.88rem; }
.ahp-footer__social a { text-decoration: none; color: color-mix(in oklch, white 82%, transparent); }
.ahp-footer__social a:hover { color: var(--ahp-accent-soft); }
.ahp-footer__muted { color: color-mix(in oklch, white 55%, transparent); }
.ahp-footer__heading { font-size: 0.82rem; text-transform: uppercase; letter-spacing: 0.06em; color: color-mix(in oklch, white 55%, transparent); margin-bottom: 16px; }
.ahp-footer__list { display: grid; gap: 11px; font-size: 0.9rem; }
.ahp-footer__list a { text-decoration: none; color: color-mix(in oklch, white 82%, transparent); }
.ahp-footer__list a:hover { color: var(--ahp-accent-soft); }
.ahp-footer__label { color: color-mix(in oklch, white 50%, transparent); }
.ahp-footer__bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; padding-top: 24px; font-size: 0.82rem; }
.ahp-footer__copy { margin: 0; color: color-mix(in oklch, white 55%, transparent); }
.ahp-footer__legal { display: flex; gap: 18px; flex-wrap: wrap; }
.ahp-footer__legal a { text-decoration: none; color: color-mix(in oklch, white 70%, transparent); }
.ahp-footer__legal a:hover { color: var(--ahp-accent-soft); }

.ahp-cookie {
  position: fixed;
  left: 20px; right: 20px; bottom: 20px;
  z-index: 300;
  background: var(--ahp-surface-raised);
  border: 1px solid var(--ahp-border);
  border-radius: var(--ahp-radius);
  box-shadow: var(--ahp-shadow-lg);
  padding: 20px 24px;
}
.ahp-cookie[hidden] { display: none; }
.ahp-cookie__row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; max-width: var(--ahp-shell); margin: 0 auto; }
.ahp-cookie__text { margin: 0; flex: 1; min-width: 240px; font-size: 0.88rem; color: var(--ahp-muted); }
.ahp-cookie__text a { color: var(--ahp-accent-strong); text-decoration: underline; }
.ahp-cookie__actions { display: flex; gap: 10px; flex-shrink: 0; }

.ahp-page-hero { padding: 56px 0 40px; }
.ahp-page-hero__title { font-size: clamp(1.9rem, 1.5rem + 1.6vw, 2.6rem); margin-bottom: 14px; }
.ahp-page-hero__lead { color: var(--ahp-muted); font-size: 1.05rem; max-width: 62ch; }

@media (max-width: 980px) {
  .ahp-hero__grid { grid-template-columns: 1fr; }
  .ahp-glass { height: 320px; }
  .ahp-steps, .ahp-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .ahp-grid-5 { grid-template-columns: repeat(3, 1fr); }
  .ahp-infographic { grid-template-columns: repeat(3, 1fr); }
  .ahp-contact-grid { grid-template-columns: 1fr; }
  .ahp-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .ahp-grid-2, .ahp-grid-3, .ahp-grid-4, .ahp-grid-5 { grid-template-columns: repeat(2, 1fr); }
  .ahp-steps { grid-template-columns: 1fr; }
  .ahp-infographic { grid-template-columns: 1fr 1fr; }
  .ahp-form__row { grid-template-columns: 1fr; }
  .ahp-cta-banner { flex-direction: column; align-items: flex-start; padding: 36px 26px; }
  .ahp-section { padding: 60px 0; }
}
@media (max-width: 540px) {
  .ahp-grid-2, .ahp-grid-3, .ahp-grid-4, .ahp-grid-5 { grid-template-columns: 1fr; }
  .ahp-footer__grid { grid-template-columns: 1fr; }
  .ahp-shell { padding: 0 18px; }
  .ahp-cookie { left: 10px; right: 10px; bottom: 10px; padding: 16px; }
  .ahp-topbar__row { height: 68px; }
}
