/*
Theme Name:  Hello Elementor Child (ANT)
Theme URI:   https://www.antme.com/
Template:    hello-elementor
Author:      Alternate Network Technologies
Description: Child theme for ANT — holds custom CSS, the workstation pricing slider, and any safe overrides above the Elementor templates.
Version:     1.0.0
License:     GPL-2.0-or-later
Text Domain: hello-elementor-child
*/

/* ------- ANT brand tokens (mirrors Elementor Global Colors) ------- */
:root {
  --ant-primary: #0E2A47;
  --ant-accent: #2563EB;
  --ant-accent-hover: #1D4ED8;
  --ant-bg: #FFFFFF;
  --ant-bg-soft: #F8FAFC;
  --ant-text: #1E293B;
  --ant-muted: #64748B;
  --ant-success: #16A34A;
  --ant-border: #E2E8F0;
}

/* ------- Base resets / typography ------- */
html, body { -webkit-tap-highlight-color: rgba(0,0,0,0); }
* { -webkit-tap-highlight-color: rgba(0,0,0,0); }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ant-text);
  background: var(--ant-bg);
  -webkit-font-smoothing: antialiased;
  margin: 0;
}
h1, h2, h3, h4, h5 { font-weight: 700; line-height: 1.18; color: var(--ant-primary); margin: 0 0 .5em; }
h1 { font-size: clamp(2rem, 4vw + 1rem, 3.6rem); letter-spacing: -.02em; }
h2 { font-size: clamp(1.6rem, 2.2vw + .8rem, 2.4rem); letter-spacing: -.015em; }
h3 { font-size: 1.35rem; }
p  { margin: 0 0 1em; }
a  { color: var(--ant-accent); text-decoration: none; }
a:hover { color: var(--ant-accent-hover); }

/* ------- Kill Hello Elementor's forced underline on .page-content links ------- */
.page-content a, .ant-btn, .ant-nav a, .ant-phone, .ant-card__more,
.ant-footer a, .ant-slider-ctas a { text-decoration: none !important; }
.page-content a:hover, .ant-card__more:hover { text-decoration: none !important; }

/* ------- Buttons ------- */
.ant-btn {
  display: inline-block;
  padding: 12px 22px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid transparent;
  text-align: center;
  line-height: 1.2;
  transition: background .15s ease, transform .08s ease, box-shadow .15s ease;
  cursor: pointer;
  white-space: nowrap;
}
.ant-btn--accent { background: var(--ant-accent); color: #fff; box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 8px 18px rgba(37,99,235,.22); }
.ant-btn--accent:hover { background: var(--ant-accent-hover); color: #fff; transform: translateY(-1px); box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 12px 22px rgba(37,99,235,.28); }
.ant-btn--ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.ant-btn--ghost:hover { background: rgba(255,255,255,.1); color: #fff; }
.ant-btn--block { display: block; width: 100%; }

/* ------- Header ------- */
.ant-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96);
  backdrop-filter: saturate(150%) blur(12px);
  border-bottom: 1px solid var(--ant-border);
}
.ant-header__inner {
  max-width: 1240px; margin: 0 auto;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center;
  padding: 10px 24px; column-gap: 48px;
}
.ant-brand { display: inline-flex; align-items: center; gap: 10px; }
.ant-brand__logo { height: 56px; width: auto; display: block; }
.ant-brand__text { color: var(--ant-primary); font-weight: 800; font-size: 22px; letter-spacing: .02em; }

.ant-nav-toggle {
  display: none;
  background: transparent !important;
  border: 0 !important;
  cursor: pointer;
  padding: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
  -webkit-appearance: none; appearance: none;
  touch-action: manipulation;
  user-select: none; -webkit-user-select: none;
  outline: none;
}
.ant-nav-toggle:hover,
.ant-nav-toggle:focus,
.ant-nav-toggle:active,
.ant-nav-toggle:focus-within {
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
.ant-nav-toggle:focus-visible { outline: 2px solid var(--ant-accent) !important; outline-offset: 2px; border-radius: 6px; }
.ant-nav-toggle span { pointer-events: none; }
.ant-nav-toggle span {
  display: block; width: 24px; height: 2px; background: var(--ant-primary); margin: 5px 0; border-radius: 2px;
  transition: transform .2s, opacity .2s;
}

.ant-nav { display: flex; align-items: center; justify-content: center; gap: 28px; }
.ant-nav__list {
  display: flex; gap: 32px;
  list-style: none; margin: 0; padding: 0;
}
.ant-nav__list li a, .ant-nav ul li a {
  color: var(--ant-text);
  font-weight: 500;
  font-size: 15px;
  padding: 6px 2px;
}
.ant-nav__list li a:hover, .ant-nav ul li a:hover { color: var(--ant-accent); }
.ant-nav__list li.current-menu-item a, .ant-nav ul li.current-menu-item a {
  color: var(--ant-accent);
}

.ant-header__cta {
  display: flex; align-items: center; gap: 18px;
  justify-self: end; margin-left: 56px;
}
.ant-phone {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; color: var(--ant-primary);
  font-size: 15px; letter-spacing: .01em;
  padding: 8px 4px;
  border-right: 1px solid var(--ant-border);
  padding-right: 18px;
}
.ant-phone:hover { color: var(--ant-accent); }
.ant-phone svg { color: var(--ant-accent); }

@media (max-width: 900px) {
  .ant-header__inner { grid-template-columns: 1fr auto; column-gap: 16px; }
  .ant-nav-toggle { display: block; justify-self: end; }
  .ant-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    flex-direction: column; align-items: stretch;
    background: #fff; border-bottom: 1px solid var(--ant-border);
    box-shadow: 0 16px 32px rgba(14,42,71,.12);
    padding: 16px;
    gap: 16px;
  }
  .ant-nav.is-open { display: flex; }
  .ant-nav__list { flex-direction: column; gap: 4px; }
  .ant-nav__list li a, .ant-nav ul li a { display: block; padding: 12px 4px; font-size: 17px; }
  .ant-header__cta { flex-direction: column; align-items: stretch; gap: 10px; margin-left: 0; }
  .ant-phone { justify-content: center; padding: 12px; background: var(--ant-bg-soft); border-radius: 10px; border-right: 0; padding-right: 12px; }
}

/* ------- Footer ------- */
.ant-footer {
  background: var(--ant-primary);
  color: #cbd5e1;
  padding-top: 60px;
  margin-top: 0;
}
.ant-footer a { color: #e2e8f0; }
.ant-footer a:hover { color: #fff; }
.ant-footer__top {
  max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr 1.2fr;
  gap: 36px; padding: 0 24px 40px;
}
.ant-footer h4 { color: #fff; font-size: 15px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 14px; font-weight: 700; }
.ant-footer__sublabel { color: #fff; font-weight: 600; font-size: 13px; letter-spacing: .04em; display: inline-block; margin-bottom: 4px; }
.ant-footer__logo {
  height: 56px; width: auto; margin-bottom: 12px;
  background: #fff; padding: 8px 12px; border-radius: 8px;
}
.ant-footer__tag { font-size: 14px; color: #94a3b8; max-width: 28ch; }
.ant-footer__social { list-style: none; padding: 0; margin: 14px 0 0; display: flex; gap: 8px; }
.ant-footer__social a {
  width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.08); border-radius: 50%; color: #fff;
  transition: background .15s ease, transform .12s ease;
}
.ant-footer__social a:hover { background: var(--ant-accent); transform: translateY(-1px); }
.ant-footer__social svg { width: 18px; height: 18px; display: block; }
.ant-footer__links { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; font-size: 14px; }
.ant-footer__col--cta p { font-size: 14px; color: #94a3b8; }
.ant-footer__partners {
  max-width: 1180px; margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,.08); padding: 22px 24px;
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
}
.ant-footer__partners > span { color: #94a3b8; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.ant-footer__partners ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 22px; }
.ant-footer__partners ul li { color: #cbd5e1; font-weight: 600; font-size: 14px; opacity: .85; }
.ant-footer__bottom {
  max-width: 1180px; margin: 0 auto;
  border-top: 1px solid rgba(255,255,255,.08); padding: 18px 24px 28px;
  display: flex; flex-wrap: wrap; gap: 8px 24px; justify-content: space-between;
  font-size: 13px; color: #94a3b8;
}
.ant-footer__bottom p { margin: 0; }
@media (max-width: 800px) {
  .ant-footer__top { grid-template-columns: 1fr 1fr; }
  .ant-footer__col--brand { grid-column: 1 / -1; }
}
@media (max-width: 520px) {
  .ant-footer__top { grid-template-columns: 1fr; }
}

/* ------- Containers / sections ------- */
.ant-container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.ant-section { padding: 56px 0 80px; }
.ant-section--soft { background: var(--ant-bg-soft); }
.ant-section--dark { background: var(--ant-primary); color: #cbd5e1; }
.ant-section--dark h1, .ant-section--dark h2, .ant-section--dark h3 { color: #fff; }
.ant-eyebrow { display: inline-block; color: var(--ant-accent); font-weight: 700; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 14px; }

/* ------- Hero ------- */
.ant-hero {
  background: #FFFFFF;
  color: var(--ant-text);
  padding: 64px 0 24px;
  position: relative;
  overflow: hidden;
}
.ant-hero__inner {
  max-width: 1180px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center;
}
.ant-hero h1 { color: var(--ant-primary); max-width: 17ch; margin-bottom: .35em; }
.ant-hero__sub { font-size: clamp(1.05rem, .6vw + .9rem, 1.2rem); color: var(--ant-muted); max-width: 56ch; margin: 0 0 32px; }
.ant-hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.ant-hero__visual { position: relative; }
.ant-hero__btn-secondary {
  background: #fff; color: var(--ant-primary);
  border: 1px solid var(--ant-border);
}
.ant-hero__btn-secondary:hover { background: var(--ant-bg-soft); color: var(--ant-primary); border-color: #cbd5e1; }

/* ---- Hero — dark variant (navy bg, white text) ---- */
.ant-hero--dark {
  background: linear-gradient(135deg, #0E2A47 0%, #122F52 35%, #1E3A6F 100%) !important;
  color: #fff;
}
.ant-hero--dark::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(60% 50% at 90% 10%, rgba(37,99,235,.32), transparent 60%);
  pointer-events: none;
}
.ant-hero--dark .ant-eyebrow { color: #93c5fd; }
.ant-hero--dark h1 { color: #fff !important; }
.ant-hero--dark .ant-hero__sub { color: #cbd5e1 !important; }
@media (max-width: 900px) {
  .ant-hero { padding: 48px 0 16px; }
  .ant-hero__inner { grid-template-columns: 1fr; gap: 0; }
  .ant-hero__visual { display: none; }
}

/* ------- Stats strip ------- */
.ant-stats {
  background: #fff; border-bottom: 1px solid var(--ant-border);
  padding: 36px 0;
}
.ant-stats__inner {
  max-width: 1180px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  text-align: center;
}
.ant-stat__num { display: block; font-size: clamp(2rem, 2.4vw + 1rem, 2.75rem); font-weight: 800; color: var(--ant-primary); letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.ant-stat__label { display: block; color: var(--ant-muted); font-size: 14px; margin-top: 4px; }
@media (max-width: 720px) {
  .ant-stats__inner { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
}

/* ------- Section header ------- */
.ant-sec-head { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.ant-sec-head p { color: var(--ant-muted); font-size: 1.1rem; max-width: 60ch; margin: 0 auto; }

/* ------- Service cards grid ------- */
.ant-cards {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.ant-card {
  background: #fff; border: 1px solid var(--ant-border); border-radius: 16px;
  padding: 28px 26px; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  display: flex; flex-direction: column;
}
.ant-card:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(14,42,71,.08); border-color: #cbd5e1; }
.ant-card__icon {
  width: 44px; height: 44px; border-radius: 11px;
  background: linear-gradient(135deg, #2563EB, #1D4ED8);
  color: #fff; display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.ant-card__icon svg { width: 22px; height: 22px; }
.ant-card h3 { margin-bottom: 8px; font-size: 1.2rem; }
.ant-card p  { color: var(--ant-muted); font-size: 15px; margin-bottom: 16px; flex: 1; }
.ant-card__more { color: var(--ant-accent); font-weight: 600; font-size: 14px; align-self: flex-start; }
.ant-card__more::after { content: ' →'; transition: transform .15s; display: inline-block; }
.ant-card:hover .ant-card__more::after { transform: translateX(3px); }
@media (max-width: 900px) { .ant-cards { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .ant-cards { grid-template-columns: 1fr; } }

/* ------- 3-step process ------- */
.ant-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; counter-reset: step; }
.ant-step {
  background: #fff; border: 1px solid var(--ant-border); border-radius: 16px;
  padding: 32px 26px 28px; position: relative;
}
.ant-step::before {
  counter-increment: step; content: counter(step);
  position: absolute; top: -18px; left: 26px;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--ant-accent); color: #fff;
  display: inline-flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 16px;
  box-shadow: 0 6px 16px rgba(37,99,235,.32);
}
.ant-step h3 { margin: 8px 0 8px; }
.ant-step p { color: var(--ant-muted); font-size: 15px; margin: 0; }
@media (max-width: 800px) { .ant-steps { grid-template-columns: 1fr; gap: 36px; } }

/* ------- Split (text + visual) ------- */
.ant-split {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center;
}
.ant-split__visual {
  background: linear-gradient(135deg, #0E2A47, #1E3A6F); border-radius: 18px;
  aspect-ratio: 4 / 3; display: flex; align-items: center; justify-content: center;
  color: #cbd5e1; font-weight: 600; padding: 28px; text-align: center;
}
.ant-split__visual--cta {
  aspect-ratio: auto;
  min-height: 320px;
  padding: 40px 36px;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  text-align: center;
  gap: 28px;
}
.ant-split__visual--cta h3 {
  color: #fff; font-size: clamp(1.4rem, 1.4vw + .8rem, 1.85rem);
  font-weight: 700; line-height: 1.2;
  letter-spacing: -.01em; margin: 0;
}
.ant-split__visual-ctas { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.ant-split__visual-ctas .ant-btn--ghost { color: #fff; border-color: rgba(255,255,255,.55); }
.ant-split__visual-ctas .ant-btn--ghost:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.8); color: #fff; }
.ant-checklist { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 12px; }
.ant-checklist li {
  padding-left: 32px; position: relative; font-size: 16px; color: var(--ant-text);
}
.ant-checklist li::before {
  content: ''; position: absolute; left: 0; top: 4px;
  width: 22px; height: 22px; border-radius: 50%;
  background: rgba(22,163,74,.12);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2316A34A'><path d='M9.55 17.05L4.5 12l1.4-1.4 3.65 3.65 8.55-8.55L19.5 7.1z'/></svg>");
  background-repeat: no-repeat; background-position: center; background-size: 14px;
}
.ant-partners {
  display: flex; flex-wrap: wrap; gap: 28px; align-items: center;
  padding-top: 24px; border-top: 1px solid var(--ant-border); margin-top: 24px;
}
.ant-partners > span { color: var(--ant-muted); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.ant-partners ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 24px; }
.ant-partners ul li { color: var(--ant-text); font-weight: 700; font-size: 15px; opacity: .8; }
@media (max-width: 800px) { .ant-split { grid-template-columns: 1fr; gap: 32px; } }

/* ------- Final CTA banner ------- */
.ant-cta-banner {
  background: linear-gradient(135deg, #0E2A47 0%, #1E3A6F 100%);
  color: #fff;
  padding: 72px 0;
}
.ant-cta-banner__inner {
  max-width: 1180px; margin: 0 auto; padding: 0 24px;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 28px;
}
.ant-cta-banner h2 { color: #fff; margin: 0; max-width: 22ch; }
.ant-cta-banner__ctas { display: flex; gap: 12px; flex-wrap: wrap; }

/* ------- Pricing slider ------- */
.ant-slider-card {
  background: #fff; border: 1px solid var(--ant-border); border-radius: 18px;
  padding: 36px 32px; max-width: 720px; margin: 0 auto;
  box-shadow: 0 10px 40px rgba(14,42,71,.06);
}
.ant-slider-card--compact { padding: 24px 24px 28px; }
.ant-slider-row { display: flex; align-items: baseline; justify-content: center; gap: 12px; margin-bottom: 14px; }
.ant-slider-count { font-size: 1.05rem; color: var(--ant-text); font-weight: 600; }
.ant-slider-input {
  -webkit-appearance: none; appearance: none;
  width: 100%; height: 8px; border-radius: 999px;
  background: linear-gradient(to right, var(--ant-accent) 0%, var(--ant-accent) var(--p, 12%), var(--ant-border) var(--p, 12%), var(--ant-border) 100%);
  outline: none; margin: 8px 0 22px;
}
.ant-slider-input::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 28px; height: 28px; border-radius: 50%;
  background: #fff; border: 3px solid var(--ant-accent);
  box-shadow: 0 4px 12px rgba(37,99,235,.4);
  cursor: pointer; transition: transform .12s;
}
.ant-slider-input::-webkit-slider-thumb:hover { transform: scale(1.08); }
.ant-slider-input::-moz-range-thumb {
  width: 28px; height: 28px; border-radius: 50%;
  background: #fff; border: 3px solid var(--ant-accent);
  box-shadow: 0 4px 12px rgba(37,99,235,.4);
  cursor: pointer;
}
.ant-slider-bounds { display: flex; justify-content: space-between; color: var(--ant-muted); font-size: 13px; margin-top: -16px; margin-bottom: 22px; }
.ant-slider-result { text-align: center; padding: 18px 0 8px; }
.ant-slider-price { display: inline-flex; align-items: baseline; gap: 8px; line-height: 1; }
.ant-slider-price__amount { font-size: clamp(2.2rem, 3vw + 1rem, 3.2rem); font-weight: 800; color: var(--ant-primary); letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.ant-slider-price__unit   { color: var(--ant-muted); font-weight: 500; font-size: 1.05rem; }
.ant-slider-rate { color: var(--ant-muted); font-size: 15px; margin-top: 6px; }
.ant-slider-ctas { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 22px; }
.ant-slider-note { text-align: center; color: var(--ant-muted); font-size: 13px; margin-top: 14px; }
.ant-slider-note a { color: var(--ant-accent); }

/* ------- Reviews / testimonials ------- */
.ant-reviews-summary {
  display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; margin-bottom: 40px;
}
.ant-rating-pill {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 14px 22px; border-radius: 999px;
  background: #fff; border: 1px solid var(--ant-border);
  text-decoration: none; transition: transform .15s, box-shadow .15s, border-color .15s;
}
.ant-rating-pill:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(14,42,71,.08); border-color: #cbd5e1; }
.ant-rating-pill__icon { width: 22px; height: 22px; flex-shrink: 0; }
.ant-rating-pill__stars { color: #FACC15; font-size: 16px; letter-spacing: 1px; line-height: 1; }
.ant-rating-pill__num { color: var(--ant-primary); font-weight: 800; font-size: 18px; margin-left: 4px; }
.ant-rating-pill__count { color: var(--ant-muted); font-size: 13px; font-style: normal; }

.ant-reviews-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.ant-review {
  background: #fff; border: 1px solid var(--ant-border); border-radius: 16px;
  padding: 28px; display: flex; flex-direction: column; gap: 16px;
  transition: transform .15s, box-shadow .15s, border-color .15s;
  position: relative;
}
.ant-review:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(14,42,71,.07); border-color: #cbd5e1; }
.ant-review__stars { color: #FACC15; font-size: 17px; letter-spacing: 2px; line-height: 1; }
.ant-review__quote {
  margin: 0; padding: 0; border: 0; font-style: normal;
  color: var(--ant-text); font-size: 15.5px; line-height: 1.55; flex: 1;
}
.ant-review__quote::before { content: '"'; }
.ant-review__quote::after  { content: '"'; }
.ant-review footer {
  display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid var(--ant-border); padding-top: 14px; margin-top: auto;
}
.ant-review footer strong { color: var(--ant-primary); font-size: 14px; font-weight: 700; }
.ant-review__source {
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700;
  padding: 4px 9px; border-radius: 999px;
}
.ant-review__source--google { background: rgba(66,133,244,.10); color: #1a73e8; }
.ant-review__source--yelp   { background: rgba(212,32,32,.10); color: #c41e1e; }

@media (max-width: 900px) { .ant-reviews-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .ant-reviews-grid { grid-template-columns: 1fr; } }

/* ------- FAQ accordion ------- */
.ant-faq { display: grid; gap: 12px; max-width: 820px; margin: 0 auto; }
.ant-faq details {
  border: 1px solid var(--ant-border); border-radius: 12px;
  background: #fff; padding: 0; transition: border-color .15s, box-shadow .15s;
}
.ant-faq details[open] { border-color: var(--ant-accent); box-shadow: 0 6px 18px rgba(37,99,235,.08); }
.ant-faq summary {
  list-style: none; cursor: pointer;
  padding: 18px 22px; font-weight: 600; color: var(--ant-primary);
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.ant-faq summary::-webkit-details-marker { display: none; }
.ant-faq summary::after { content: '+'; color: var(--ant-accent); font-weight: 400; font-size: 22px; transition: transform .2s; }
.ant-faq details[open] summary::after { transform: rotate(45deg); }
.ant-faq details > div { padding: 0 22px 20px; color: var(--ant-muted); font-size: 15px; }

/* ------- Team grid ------- */
.ant-team { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.ant-team__member {
  background: #fff; border: 1px solid var(--ant-border); border-radius: 14px;
  padding: 24px 20px; text-align: center;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.ant-team__member:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(14,42,71,.08); border-color: #cbd5e1; }
.ant-team__avatar {
  width: 110px; height: 110px; margin: 0 auto 14px;
  border-radius: 50%; overflow: hidden;
  background: linear-gradient(135deg, #0E2A47, #2563EB);
  color: #fff; display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 22px;
}
.ant-team__avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ant-team__member h4 { color: var(--ant-primary); font-size: 1.05rem; margin: 0 0 2px; }
.ant-team__role { color: var(--ant-accent); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin: 0 0 10px !important; }
.ant-team__member p { color: var(--ant-muted); font-size: 13px; line-height: 1.5; margin: 0; }
@media (max-width: 900px) { .ant-team { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .ant-team { grid-template-columns: 1fr; } }

/* ---- Team — single-row variant (one person per row, photo on top) ---- */
.ant-team--rows {
  display: grid !important;
  grid-template-columns: 1fr !important;
  max-width: 720px; margin: 0 auto; gap: 28px;
}
.ant-team--rows .ant-team__member {
  display: flex; flex-direction: column; align-items: center;
  text-align: center; padding: 48px 40px; gap: 20px;
}
.ant-team--rows .ant-team__avatar { width: 240px; height: 240px; margin: 0; }
.ant-team--rows .ant-team__body { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.ant-team--rows .ant-team__member h4 { font-size: 2.2rem; margin: 0; line-height: 1.15; }
.ant-team--rows .ant-team__role { font-size: 15px; letter-spacing: .12em; margin: 0 !important; }
@media (max-width: 640px) {
  .ant-team--rows .ant-team__member { padding: 36px 24px; gap: 16px; }
  .ant-team--rows .ant-team__avatar { width: 180px; height: 180px; }
  .ant-team--rows .ant-team__member h4 { font-size: 1.7rem; }
}

/* ------- Remote Support download cards ------- */
.ant-downloads {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
  max-width: 980px; margin: 0 auto;
}
.ant-download {
  background: #fff; border: 1px solid var(--ant-border); border-radius: 16px;
  padding: 32px 26px;
  display: flex; flex-direction: column; align-items: center; gap: 18px;
  text-align: center;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}
.ant-download:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(14,42,71,.08); border-color: #cbd5e1; }
.ant-download__icon {
  width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--ant-primary);
}
.ant-download__icon svg { width: 100%; height: 100%; }
.ant-download__body h3 { margin: 0 0 4px; color: var(--ant-primary); font-size: 1.2rem; }
.ant-download__body p  { margin: 0; color: var(--ant-muted); font-size: 14px; }
.ant-download .ant-btn { width: 100%; margin-top: auto; }
.ant-help-note { text-align: center; color: var(--ant-muted); font-size: 14px; margin: 36px auto 0; max-width: 640px; }
.ant-help-note em { color: var(--ant-text); font-style: italic; }
@media (max-width: 800px) { .ant-downloads { grid-template-columns: 1fr; } }

/* ------- Address card (About page) ------- */
.ant-address-card {
  background: var(--ant-bg-soft); border: 1px solid var(--ant-border); border-radius: 18px;
  padding: 36px;
}
.ant-address-card__icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: linear-gradient(135deg, #2563EB, #1D4ED8);
  color: #fff; display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.ant-address-card h3 { color: var(--ant-primary); margin: 0 0 6px; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }
.ant-address-card__h3-2nd { margin-top: 22px !important; }
.ant-address-card p { margin: 0; line-height: 1.6; }
.ant-address-card a { color: var(--ant-text); font-weight: 600; }
.ant-address-card a:hover { color: var(--ant-accent); }
.ant-address-card .ant-muted-text { color: var(--ant-muted); font-weight: 400; font-size: 14px; }

/* Team — small extras for Cooper card */
.ant-team__member--cooper .ant-team__avatar { font-size: 28px; }

/* ------- Service catalog (services page) ------- */
.ant-svc { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.ant-svc__item {
  background: #fff; border: 1px solid var(--ant-border); border-radius: 16px;
  padding: 30px; display: flex; flex-direction: column; gap: 14px;
  transition: transform .18s, box-shadow .18s, border-color .18s;
}
.ant-svc__item:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(14,42,71,.07); border-color: #cbd5e1; }
.ant-svc__item h3 { margin: 0; color: var(--ant-primary); }
.ant-svc__item ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; color: var(--ant-text); font-size: 15px; }
.ant-svc__item ul li { padding-left: 22px; position: relative; }
.ant-svc__item ul li::before { content: '✓'; color: var(--ant-success); position: absolute; left: 0; top: 0; font-weight: 800; }
.ant-svc__item .ant-card__more { margin-top: auto; }
@media (max-width: 800px) { .ant-svc { grid-template-columns: 1fr; } }

/* ------- Forms ------- */
.ant-form-card {
  background: #fff; border: 1px solid var(--ant-border); border-radius: 18px;
  padding: 32px; max-width: 620px; margin: 0 auto;
  box-shadow: 0 10px 40px rgba(14,42,71,.06);
}
.wpcf7 form .wpcf7-spinner { display: none; }
.wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%; padding: 12px 14px; border: 1px solid var(--ant-border); border-radius: 10px;
  font: inherit; color: var(--ant-text); background: #fff;
  transition: border-color .15s, box-shadow .15s;
}
.wpcf7-form-control:focus { outline: none; border-color: var(--ant-accent); box-shadow: 0 0 0 3px rgba(37,99,235,.15); }
.wpcf7-form .ant-field { display: block; margin-bottom: 14px; font-weight: 500; font-size: 14px; color: var(--ant-text); }
.wpcf7-form .ant-field span.required { color: #dc2626; }
.wpcf7-submit {
  background: var(--ant-accent); color: #fff; padding: 14px 28px; border: 0; border-radius: 10px;
  font-weight: 700; font-size: 16px; cursor: pointer; width: 100%;
  box-shadow: 0 8px 18px rgba(37,99,235,.25); transition: background .15s, transform .08s;
}
.wpcf7-submit:hover { background: var(--ant-accent-hover); transform: translateY(-1px); }
.wpcf7-form-control.wpcf7-honeypot, .ant-honeypot { position: absolute !important; left: -9999px !important; }
.wpcf7-response-output { margin-top: 16px !important; padding: 12px 14px !important; border-radius: 8px !important; font-size: 14px; }

/* ------- Page-level utilities ------- */
.ant-center { text-align: center; }
.ant-mt-lg { margin-top: 48px; }
.ant-mb-lg { margin-bottom: 48px; }
.ant-pt-0 { padding-top: 0 !important; }
.ant-page-content > * { box-sizing: border-box; }

/* ------- Mobile sticky CTA bar (shows on phones after the user scrolls) ------- */
.ant-mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  grid-template-columns: 1fr 1fr;
  background: var(--ant-primary);
  border-top: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 -8px 24px rgba(14,42,71,.18);
  transform: translateY(100%);
  transition: transform .28s ease;
}
.ant-mobile-cta.is-visible { transform: translateY(0); }
.ant-mobile-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: 14px 8px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: .01em;
}
.ant-mobile-cta a:first-child { border-right: 1px solid rgba(255,255,255,.1); }
.ant-mobile-cta a:last-child  { background: var(--ant-accent); }
.ant-mobile-cta a:last-child:active { background: var(--ant-accent-hover); }
@media (max-width: 768px) {
  .ant-mobile-cta { display: grid; }
  body { padding-bottom: 56px; }
}
