/* AGAT brand landing — only with body.agatLanding */
body.agatLanding {
  --ag-bg: #ffffff;
  --ag-muted: #f5f5f7;
  --ag-text: #1d1d1f;
  --ag-secondary: #6e6e73;
  --ag-line: #dcdce1;
  --ag-accent: #fe5b3f;
  --ag-max: 1120px;
  --ag-gutter: 0px;
  background: var(--ag-bg);
  color: var(--ag-text);
  overflow-x: clip;
}
html:has(body.agatLanding) {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body.agatLanding .wrap {
  max-width: min(1180px, calc(100% - 48px));
  overflow-x: visible;
  box-sizing: border-box;
}

body.agatLanding .site-breadcrumbs,
body.agatLanding .breadcrumbs {
  margin-bottom: 14px;
  opacity: 0.72;
  font-size: 13px;
}

body.agatLanding > .wrap > h1,
body.agatLanding > .wrap > .sub,
body.agatLanding > .wrap > .seoAdvantages {
  display: none !important;
}

.ag2-hero,
.ag2-section,
.ag2-catalog-head,
.ag2-trust,
.ag2-faq {
  font-family: 'Montserrat', system-ui, sans-serif;
  box-sizing: border-box;
}
.ag2-hero *,
.ag2-section *,
.ag2-catalog-head *,
.ag2-trust *,
.ag2-faq * {
  box-sizing: border-box;
}

.ag2-hero {
  max-width: var(--ag-max);
  margin: 0 auto;
  padding: 8px 0 20px;
}
.ag2-hero__eyebrow {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ag-secondary);
}
.ag2-hero__title {
  margin: 0 0 12px;
  max-width: 100%;
  font-size: 44px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--ag-text);
}
body.agatLanding h1.ag2-hero__title,
body.agatLanding .ag2-hero__title {
  font-size: 44px !important;
  margin: 0 0 12px !important;
}
.ag2-hero__lead {
  margin: 0 0 18px;
  max-width: 40em;
  font-size: 17px;
  line-height: 1.5;
  color: var(--ag-secondary);
}
.ag2-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ag2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 1.5px solid transparent;
}
.ag2-btn--accent {
  background: var(--ag-accent);
  color: #fff;
}
.ag2-btn--accent:hover { background: #e64a30; color: #fff; }
.ag2-btn--ghost {
  background: transparent;
  border-color: var(--ag-line);
  color: var(--ag-text);
}
.ag2-btn--ghost:hover { border-color: #111; }

.ag2-trust {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: var(--ag-max);
  margin: 0 auto 18px;
  padding: 0;
}
.ag2-trust li {
  font-size: 13px;
  line-height: 1.35;
  color: var(--ag-secondary);
  background: var(--ag-muted);
  border: 1px solid var(--ag-line);
  border-radius: 999px;
  padding: 8px 14px;
}

.ag2-section {
  max-width: var(--ag-max);
  margin: 0 auto;
  padding: 28px 0;
}
.ag2-section--muted {
  background: var(--ag-muted);
  max-width: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 28px 0;
  border-top: 1px solid var(--ag-line);
  border-bottom: 1px solid var(--ag-line);
}
.ag2-section--muted > .ag2-inner {
  max-width: var(--ag-max);
  margin: 0 auto;
  padding: 0;
}

body.agatLanding .ag2-section h2 {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ag-text);
}
.ag2-section h3 {
  margin: 0 0 8px;
  font-size: 17px;
  font-weight: 700;
  color: var(--ag-text);
}
.ag2-section p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ag-secondary);
  max-width: 46em;
}
.ag2-section p:last-child { margin-bottom: 0; }
.ag2-price-range {
  margin-top: 10px !important;
  font-weight: 600;
  color: var(--ag-text) !important;
}

.ag2-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 28px;
  margin-top: 8px;
}
.ag2-col p { margin-bottom: 10px; }
.ag2-text-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: var(--ag-accent);
  font-weight: 650;
  font-size: 14px;
  text-decoration: none;
}
.ag2-text-link:hover { text-decoration: underline; }

.ag2-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.ag2-list li {
  position: relative;
  padding: 4px 0 4px 18px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--ag-secondary);
}
.ag2-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ag-accent);
}

.ag2-catalog-head {
  margin: 0 0 8px;
  padding: 8px 0 4px;
}
.ag2-catalog-head h2 {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.ag2-catalog-head p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: var(--ag-secondary);
  max-width: 46em;
}

body.agatLanding .unifiedLayout { margin-top: 4px; }
body.agatLanding .sectionTitle { display: none; }
body.agatLanding .mtoIcon { display: none; }
body.agatLanding .madeToOrder {
  background: var(--ag-muted);
  border: 1px solid var(--ag-line);
}

.ag2-faq {
  max-width: var(--ag-max);
  margin: 0 auto 40px;
  padding: 12px 0 0;
}
.ag2-faq h2 {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 700;
}
.ag2-faq__item {
  border-top: 1px solid var(--ag-line);
}
.ag2-faq__item:last-child {
  border-bottom: 1px solid var(--ag-line);
}
.ag2-faq__q {
  list-style: none;
  cursor: pointer;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 650;
  color: var(--ag-text);
}
.ag2-faq__q::-webkit-details-marker { display: none; }
.ag2-faq__q::after {
  content: '+';
  flex-shrink: 0;
  color: var(--ag-secondary);
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
}
.ag2-faq__item[open] > .ag2-faq__q::after { content: '−'; }
.ag2-faq__a {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ag-secondary);
  max-width: 46em;
}

@media (max-width: 900px) {
  .ag2-cols { grid-template-columns: 1fr; }
  body.agatLanding h1.ag2-hero__title,
  body.agatLanding .ag2-hero__title {
    font-size: clamp(30px, 7vw, 34px) !important;
  }
}

@media (max-width: 767px) {
  body.agatLanding {
    --ag-gutter: 16px;
  }
  body.agatLanding .wrap {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: var(--ag-gutter);
    padding-right: var(--ag-gutter);
    box-sizing: border-box;
  }
  body.agatLanding .ag2-section--muted {
    padding-left: var(--ag-gutter);
    padding-right: var(--ag-gutter);
  }
  body.agatLanding {
    padding-bottom: 72px;
  }
}
@media (min-width: 375px) and (max-width: 430px) {
  body.agatLanding {
    --ag-gutter: 18px;
  }
}
@media (min-width: 431px) and (max-width: 767px) {
  body.agatLanding {
    --ag-gutter: 20px;
  }
}

@media (max-width: 560px) {
  .ag2-hero { padding-bottom: 14px; }
  .ag2-hero__lead { font-size: 16px; }
  .ag2-section {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .ag2-section--muted {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .ag2-btn { width: 100%; }
  .ag2-trust { gap: 6px; }
  .ag2-trust li { font-size: 12px; padding: 7px 11px; }
  body.agatLanding .unifiedMain { padding-bottom: 24px; }
}
