*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Nunito", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #0f1111;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}
#site-wrapper {
  width: 100%;
  overflow-x: hidden;
}
.font-display {
  font-family: "DM Serif Display", "Palatino Linotype", Georgia, serif;
}
.section-title {
  font-family: "Nunito", Arial, sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 800;
  color: #0f1111;
  line-height: 1.3;
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(to bottom, #ffd814 0%, #f0c14b 100%);
  color: #111111;
  font-weight: 700;
  font-size: 13px;
  font-family: "Nunito", Arial, sans-serif;
  padding: 9px 20px;
  border-radius: 6px;
  border: 1px solid #c7a008;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(15, 17, 17, 0.2);
  transition: filter 0.1s ease, box-shadow 0.1s ease;
}
.btn-primary:hover {
  background: linear-gradient(to bottom, #f7ca00 0%, #e8b900 100%);
  box-shadow: 0 2px 5px rgba(15, 17, 17, 0.25);
}
.btn-primary:active {
  filter: brightness(0.96);
}
.btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 216, 20, 0.5);
}
.btn-primary-lg {
  padding: 11px 28px;
  font-size: 15px;
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(to bottom, #f7f8f8 0%, #e7e9ec 100%);
  color: #0f1111;
  font-weight: 700;
  font-size: 13px;
  font-family: "Nunito", Arial, sans-serif;
  padding: 9px 20px;
  border-radius: 6px;
  border: 1px solid #adb7b7;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(15, 17, 17, 0.12);
  transition: filter 0.12s ease;
}
.btn-secondary:hover {
  filter: brightness(0.97);
}
.btn-secondary:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 153, 0, 0.4);
}
.btn-orange {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ff9900;
  color: #111111;
  font-weight: 700;
  font-size: 13px;
  font-family: "Nunito", Arial, sans-serif;
  padding: 9px 20px;
  border-radius: 20px;
  border: 1px solid #c77b00;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(15, 17, 17, 0.2);
  transition: filter 0.12s ease;
}
.btn-orange:hover {
  filter: brightness(1.05);
}
.btn-orange-lg {
  padding: 12px 28px;
  font-size: 15px;
  border-radius: 24px;
}
.btn-amazon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(to bottom, #ffd814 0%, #f0c14b 100%);
  color: #111;
  font-weight: 700;
  font-size: 13px;
  font-family: "Nunito", Arial, sans-serif;
  padding: 9px 20px;
  border-radius: 20px;
  border: 1px solid #c7a008;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(15, 17, 17, 0.2);
  transition: filter 0.12s ease;
}
.btn-amazon:hover {
  filter: brightness(1.03);
}
.btn-amazon-lg {
  padding: 12px 28px;
  font-size: 15px;
  border-radius: 24px;
}
a.az-link {
  color: #007185;
  text-decoration: underline;
}
a.az-link:hover {
  color: #c7511f;
  text-decoration: underline;
}
.link-grow {
  position: relative;
  text-decoration: none;
  color: #007185;
}
.link-grow:hover {
  color: #c7511f;
  text-decoration: underline;
}
.az-card {
  background: #fff;
  border: 1px solid #d5d9d9;
  border-radius: 8px;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.az-card:hover {
  box-shadow: 0 4px 14px rgba(15, 17, 17, 0.12);
  border-color: #adb7b7;
}
.card {
  background: #fff;
  border: 1px solid #d5d9d9;
  border-radius: 8px;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.card:hover {
  box-shadow: 0 4px 14px rgba(15, 17, 17, 0.12);
  border-color: #ff9900;
}
.az-stars {
  color: #ff9900;
}
.az-rating-count {
  color: #007185;
  font-size: 13px;
}
.az-rating-count:hover {
  color: #c7511f;
  text-decoration: underline;
  cursor: pointer;
}
.az-input {
  width: 100%;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #888;
  border-radius: 4px;
  font-size: 13px;
  color: #0f1111;
  font-family: "Nunito", Arial, sans-serif;
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.az-input:focus {
  border-color: #e77600;
  box-shadow: 0 0 0 3px rgba(231, 118, 0, 0.25);
}
.az-input::placeholder {
  color: #999;
}
.az-input.error,
.az-input.border-red-400 {
  border-color: #b12704 !important;
  box-shadow: 0 0 0 2px rgba(177, 39, 4, 0.2) !important;
}
.az-select {
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #888;
  border-radius: 4px;
  font-size: 13px;
  color: #0f1111;
  font-family: "Nunito", Arial, sans-serif;
  outline: none;
  cursor: pointer;
  transition: border-color 0.15s;
}
.az-select:focus {
  border-color: #e77600;
  box-shadow: 0 0 0 3px rgba(231, 118, 0, 0.25);
}
.phone-wrap {
  display: flex;
}
.phone-picker {
  position: relative;
  flex-shrink: 0;
}
.phone-picker-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 100%;
  padding: 0 10px;
  background: #f7f8f8;
  border: 1px solid #888;
  border-right: none;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  white-space: nowrap;
  font-family: "Nunito", Arial, sans-serif;
  transition: background 0.12s;
}
.phone-picker-btn:hover {
  background: #eee;
}
.phone-picker-btn-dark {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.phone-picker-btn-dark:hover {
  background: rgba(255, 255, 255, 0.18) !important;
}
.phone-picker-flag {
  width: 18px;
  height: 13px;
  border-radius: 1px;
  flex-shrink: 0;
}
.phone-picker-code {
  font-size: 12px;
  font-weight: 700;
  color: #0f1111;
  min-width: 28px;
}
.phone-picker-dark .phone-picker-code {
  color: #fff;
}
.phone-chevron {
  width: 10px;
  height: 10px;
  color: #565959;
  flex-shrink: 0;
}
.phone-picker-dark .phone-chevron {
  color: rgba(255, 255, 255, 0.6);
}
.phone-picker-drop {
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  z-index: 300;
  background: #fff;
  border: 1px solid #d5d9d9;
  border-radius: 4px;
  box-shadow: 0 6px 20px rgba(15, 17, 17, 0.16);
  width: 240px;
  max-height: 272px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.phone-picker-drop[hidden] {
  display: none;
}
.phone-picker-search-wrap {
  padding: 7px 8px;
  border-bottom: 1px solid #eee;
  flex-shrink: 0;
}
.phone-picker-search {
  width: 100%;
  padding: 5px 8px;
  border: 1px solid #d5d9d9;
  border-radius: 4px;
  font-size: 12px;
  outline: none;
  font-family: "Nunito", Arial, sans-serif;
  color: #0f1111;
}
.phone-picker-search:focus {
  border-color: #e77600;
}
.phone-picker-list {
  overflow-y: auto;
  flex: 1;
  margin: 0;
  padding: 3px 0;
  list-style: none;
}
.phone-picker-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  cursor: pointer;
  transition: background 0.1s;
}
.phone-picker-item:hover,
.phone-picker-item.selected {
  background: #fef9e7;
}
.phone-picker-item .fi {
  width: 18px;
  height: 13px;
  flex-shrink: 0;
  border-radius: 1px;
}
.phone-picker-name {
  flex: 1;
  font-size: 12px;
  color: #0f1111;
  font-family: "Nunito", Arial, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.phone-picker-dial {
  font-size: 11px;
  color: #565959;
  font-weight: 700;
}
.phone-input {
  border-radius: 0 4px 4px 0 !important;
  flex: 1;
  min-width: 0;
}
.phone-input-dark {
  background: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.25) !important;
  color: #fff !important;
}
.phone-input-dark::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}
.az-section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 16px;
}
.az-section-header h2 {
  font-family: "DM Serif Display", "Palatino Linotype", Georgia, serif;
  font-size: 1.375rem;
  font-weight: 400;
  color: #0f1111;
  line-height: 1.3;
}
.az-section-header a {
  font-size: 13px;
  color: #007185;
  white-space: nowrap;
  text-decoration: none;
}
.az-section-header a:hover {
  color: #c7511f;
  text-decoration: underline;
}
.az-divider {
  height: 1px;
  background: #d5d9d9;
  margin: 0;
}
.book-3d {
  transition: transform 0.12s ease;
  transform-style: preserve-3d;
}
.marquee-track {
  display: flex;
  width: max-content;
  animation: marquee 30s linear infinite;
}
.marquee-track:hover {
  animation-play-state: paused;
}
.counter {
  font-variant-numeric: tabular-nums;
}
#site-nav {
  transition: box-shadow 0.2s ease;
}
#site-nav.scrolled {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border: 2px solid transparent;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.15s;
}
.nav-link:hover {
  border-color: #fff;
}
.subnav-link {
  display: flex;
  align-items: center;
  padding: 7px 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border: 2px solid transparent;
  border-radius: 3px;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.15s;
}
.subnav-link:hover {
  border-color: #fff;
}
.pricing-featured {
  border: 2px solid #ff9900;
  background: #131921;
  border-radius: 8px;
}
details summary {
  list-style: none;
  cursor: pointer;
}
details summary::-webkit-details-marker {
  display: none;
}
details[open] .summary-icon {
  transform: rotate(45deg);
}
.summary-icon {
  transition: transform 0.2s ease;
}
.tab-btn.active {
  background: #131921;
  color: #fff;
  border-color: #131921;
}
.step-connector {
  background: linear-gradient(180deg, #ff9900 0%, rgba(255, 153, 0, 0.08) 100%);
}
#toast.show {
  opacity: 1;
  transform: translateY(0);
}
.skip-link {
  position: absolute;
  top: -999px;
  left: 0;
  background: #ff9900;
  color: #111;
  padding: 8px 16px;
  font-weight: 700;
  z-index: 9999;
}
.skip-link:focus {
  top: 0;
}
#mobile-menu {
  transition: opacity 0.2s ease, transform 0.2s ease;
}
#mobile-menu.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.az-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  background: #cc0c39;
  color: #fff;
  letter-spacing: 0.02em;
}
.az-badge-orange {
  background: #ff9900;
  color: #111;
}
.az-badge-teal {
  background: #007185;
  color: #fff;
}
.trust-strip {
  background: #f7f8f8;
  border-top: 1px solid #d5d9d9;
  border-bottom: 1px solid #d5d9d9;
}
.step-num-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ff9900;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
  flex-shrink: 0;
}
.az-info-box {
  background: #fef9e7;
  border: 1px solid #f0c14b;
  border-left: 4px solid #ff9900;
  border-radius: 4px;
  padding: 12px 16px;
}
.formcontact div#crmWebToEntityForm_contact {
    margin: 0 !important;
    max-width: 80% !important;
}
@keyframes heroDriftA {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(-3%, 4%) scale(1.08);
  }
  66% {
    transform: translate(4%, -2%) scale(0.94);
  }
}
@keyframes heroDriftB {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  40% {
    transform: translate(5%, -5%) scale(1.1);
  }
  75% {
    transform: translate(-2%, 3%) scale(0.92);
  }
}
@keyframes heroDriftC {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translate(-4%, -6%) scale(1.12);
    opacity: 1;
  }
}
@keyframes heroSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hero-bg-glow-a {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 80% 70% at 90% 10%,
    rgba(255, 153, 0, 0.28) 0%,
    rgba(255, 153, 0, 0.08) 40%,
    transparent 65%
  );
  animation: heroDriftA 18s ease-in-out infinite;
}
.hero-bg-glow-b {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 65% 60% at 5% 90%,
    rgba(0, 113, 133, 0.26) 0%,
    rgba(0, 82, 100, 0.07) 40%,
    transparent 65%
  );
  animation: heroDriftB 24s ease-in-out infinite;
}
.hero-bg-glow-c {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 45% 40% at 50% 115%,
    rgba(120, 50, 200, 0.14) 0%,
    transparent 60%
  );
  animation: heroDriftC 30s ease-in-out infinite 4s;
}
.hero-bg-rotate {
  position: absolute;
  inset: 0;
  background: conic-gradient(
    from 0deg at 55% 40%,
    transparent 0deg,
    rgba(255, 153, 0, 0.06) 25deg,
    transparent 55deg,
    transparent 175deg,
    rgba(0, 113, 133, 0.05) 205deg,
    transparent 235deg
  );
  transform-origin: 55% 40%;
  animation: heroSpin 45s linear infinite;
}
.hero-bg-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.06) 1px,
    transparent 1px
  );
  background-size: 44px 44px;
}
@keyframes floatA {
  0%,
  100% {
    transform: translateX(-68%) rotate(-10deg) translateY(0);
  }
  50% {
    transform: translateX(-68%) rotate(-10deg) translateY(-12px);
  }
}
@keyframes floatB {
  0%,
  100% {
    transform: translateX(-28%) rotate(-1deg) translateY(0);
  }
  50% {
    transform: translateX(-28%) rotate(-1deg) translateY(-16px);
  }
}
@keyframes floatC {
  0%,
  100% {
    transform: translateX(14%) rotate(7deg) translateY(0);
  }
  50% {
    transform: translateX(14%) rotate(7deg) translateY(-10px);
  }
}
.book-float-a {
  animation: floatA 5s ease-in-out infinite;
}
.book-float-b {
  animation: floatB 5s ease-in-out infinite 0.9s;
}
.book-float-c {
  animation: floatC 5s ease-in-out infinite 1.8s;
}
.popup-card-anim {
  opacity: 0;
  transform: translateY(-16px) scale(0.97);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
#lead-popup.popup-open .popup-card-anim,
#exit-popup.popup-open .popup-card-anim {
  opacity: 1;
  transform: translateY(0) scale(1);
}
