:root {
  --aab-primary: #000042;
  --aab-secondary: #36454f;
  --aab-accent: #806c35;
  --aab-light: #f7f5f1;
  --aab-border: rgba(0, 0, 66, 0.12);
  --aab-shadow: 0 18px 45px rgba(0, 0, 66, 0.12);
}

body {
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  color: var(--aab-primary);
  background: var(--aab-light);
}

a {
  color: inherit;
}

a:hover {
  color: var(--aab-accent);
}

.aab-main {
  padding: 0 0 80px;
}

.aab-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

.aab-hero {
  position: relative;
  background: url("https://americanauthorboard.org/wp-content/uploads/2025/11/banner-bg.jpg") center/cover no-repeat;
  color: #fff;
  padding: 120px 0 90px;
}

.aab-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 66, 0.72);
}

.aab-hero .aab-container {
  position: relative;
  z-index: 1;
}

.aab-kicker {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  color: #ffbc7d;
  margin-bottom: 18px;
}

.aab-hero h1 {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.aab-section {
  max-width: 1140px;
  margin: 0 auto;
  padding: 50px 24px;
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--aab-shadow);
}

.aab-section + .aab-section {
  margin-top: 26px;
}

.aab-section h2 {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
}

.aab-section h3 {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  margin: 22px 0 12px;
  color: var(--aab-secondary);
}

.aab-section h4 {
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  margin: 0 0 12px;
  color: var(--aab-primary);
}

.aab-section p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 14px;
}

.aab-section ul {
  margin: 0 0 18px;
  padding-left: 20px;
  list-style-position: inside;
  font-size: 18px;
  line-height: 1.7;
}

.aab-callout {
  list-style-position: inside;
}

.aab-label {
  font-weight: 700;
  margin-top: 22px;
}

.aab-callout {
  background: rgba(0, 0, 66, 0.06);
  padding: 18px 22px;
  border-radius: 14px;
  border: 1px solid var(--aab-border);
}

.aab-phase {
  border: 1px solid var(--aab-border);
  border-radius: 16px;
  padding: 26px;
  margin-top: 24px;
  background: #fbfaf8;
}

.aab-table {
  display: grid;
  margin-top: 16px;
  border: 1px solid var(--aab-border);
  border-radius: 12px;
  overflow: hidden;
}

.aab-row {
  display: grid;
  grid-template-columns: 1fr 140px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--aab-border);
  background: #fff;
}

.aab-fees .aab-row div:last-child {
  text-align: right;
}

.aab-wide .aab-row {
  grid-template-columns: 140px 1fr;
  gap: 16px;
}

.aab-wide .aab-row div:last-child {
  text-align: left;
}

.aab-row:last-child {
  border-bottom: none;
}

.aab-head {
  font-weight: 700;
  background: rgba(0, 0, 66, 0.08);
}

.aab-total {
  margin-top: 14px;
  font-weight: 700;
  font-size: 18px;
  color: var(--aab-primary);
}

.aab-grand-total {
  margin-top: 30px;
  font-size: 22px;
  background: rgba(255, 188, 125, 0.25);
  padding: 16px 20px;
  border-radius: 14px;
  text-align: center;
}

.aab-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin: 22px 0;
  align-items: stretch;
}

.aab-card {
  border: 1px solid var(--aab-border);
  border-radius: 16px;
  padding: 20px;
  background: #fbfaf8;
  box-shadow: 0 8px 24px rgba(0, 0, 66, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.aab-card h4 {
  margin-bottom: 6px;
}

.aab-card p {
  margin-bottom: 8px;
}

.aab-card ul {
  margin-top: 6px;
  margin-bottom: 0;
}

.aab-summary {
  background: var(--aab-primary);
  color: #fff;
}

.aab-summary h2,
.aab-summary p,
.aab-summary ul {
  color: #fff;
}

.elementor-location-footer .elementor-social-icons-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}

.elementor-location-footer .elementor-social-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: var(--aab-primary);
  box-shadow: 0 6px 18px rgba(0, 0, 66, 0.18);
  transition: transform 0.2s ease, background 0.2s ease;
}

.elementor-location-footer .elementor-social-icon svg {
  width: 18px;
  height: 18px;
}

.elementor-location-footer .elementor-social-icon:hover {
  transform: translateY(-2px);
  background: #ffbc7d;
  color: var(--aab-primary);
}

@media (max-width: 768px) {
  .aab-section {
    padding: 36px 20px;
  }

  .aab-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .aab-row div:last-child {
    font-weight: 700;
  }
}

@media (max-width: 640px) {
  .aab-hero {
    padding: 90px 0 70px;
  }

  .aab-section h2 {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .elementor-location-header .elementor-nav-menu--main {
    display: none;
  }

  .elementor-location-header .elementor-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .elementor-location-header .elementor-nav-menu--dropdown {
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.25s ease, opacity 0.2s ease;
    background: #ffffff;
    border: 1px solid var(--aab-border);
    border-radius: 12px;
    margin-top: 12px;
    padding: 8px 0;
    box-shadow: var(--aab-shadow);
  }

  body.menu-open .elementor-location-header .elementor-nav-menu--dropdown {
    max-height: 70vh;
    opacity: 1;
    pointer-events: auto;
  }

  .elementor-location-header .elementor-nav-menu--dropdown .elementor-item,
  .elementor-location-header .elementor-nav-menu--dropdown .elementor-sub-item {
    padding: 12px 20px;
    display: block;
  }

  .elementor-location-header .elementor-nav-menu--dropdown .sub-menu {
    position: static;
    box-shadow: none;
    background: transparent;
  }
}
