:root {
  /* PEACH THEME — dark navy base + peach accent */
  --primary-color: #0b1220;
  --secondary-color: #0a1526;
  --accent-color: #ff9f7a;

  /* Page background behind hero (gradient) */
  --background-color:
    radial-gradient(900px 500px at 50% -10%, rgba(255, 159, 122, 0.12), transparent 60%),
    radial-gradient(600px 400px at 10% 30%, rgba(120, 150, 255, 0.10), transparent 55%),
    linear-gradient(180deg, #0a1526 0%, #070d18 100%);

  /* Dark background (also gradient) */
  --dark-background-color:
    radial-gradient(900px 500px at 50% -10%, rgba(255, 159, 122, 0.12), transparent 60%),
    radial-gradient(600px 400px at 10% 30%, rgba(120, 150, 255, 0.10), transparent 55%),
    linear-gradient(180deg, #0a1526 0%, #070d18 100%);

  --text-color: #eaf0ff;

  --nav-background-color: rgba(7, 13, 24, 0.55);
  --nav-text-color: rgba(255, 255, 255, 0.92);
  --nav-active-background: transparent;
  --nav-active-text: #ffffff;

  --dark-button-color: #0b1220;
  --button-color: #ff9f7a;
  --button-hover-color: #ffb091;
  --button-text-color: #0b1220;

  --border-color: rgba(255, 255, 255, 0.10);

  --site-max-width: 1400px;

  --card-radius-lg: 28px;
  --card-radius-md: 20px;
  --card-radius-sm: 12px;

  --shadow-soft: 0 18px 45px rgba(0, 0, 0, 0.35);
  --shadow-card: 0 14px 34px rgba(0, 0, 0, 0.30);

  /* Peach-specific extras */
  --peach-nav-max: 60vw;
  --peach-nav-pad-x: clamp(16px, 3vw, 42px);
  --peach-nav-pad-y: 18px;
  --peach-nav-gap: clamp(14px, 2vw, 36px);

  /* Shared component tokens */
  --surface-color: color-mix(in srgb, var(--secondary-color) 88%, transparent);
  --surface-color-strong: color-mix(in srgb, var(--primary-color) 92%, transparent);
  --surface-color-soft: color-mix(in srgb, var(--secondary-color) 72%, transparent);
  --muted-text-color: color-mix(in srgb, var(--text-color) 72%, transparent);
  --soft-text-color: color-mix(in srgb, var(--text-color) 54%, transparent);
  --line-color: color-mix(in srgb, var(--text-color) 12%, transparent);
  --line-strong-color: color-mix(in srgb, var(--button-color) 22%, transparent);
  --accent-soft-color: color-mix(in srgb, var(--button-color) 18%, transparent);
  --accent-strong-color: color-mix(in srgb, var(--button-color) 38%, transparent);
  --panel-shadow: 0 24px 72px color-mix(in srgb, var(--primary-color) 34%, transparent);
  --panel-shadow-soft: 0 16px 42px color-mix(in srgb, var(--primary-color) 24%, transparent);
  --panel-shadow-inset: inset 0 1px 0 color-mix(in srgb, var(--text-color) 10%, transparent);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --peach-max-width: min(100%, var(--site-max-width, 1400px));
  --peach-content-width: min(100%, 1200px);
}


body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: var(--background-color);
  color: var(--text-color);
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

.centered {
  width: min(100%, var(--site-max-width, 1400px));
  margin-left: auto;
  margin-right: auto;
}

.full-width {
  width: 100%;
  max-width: 100%;
}

.shadow {
  box-shadow: var(--panel-shadow);
}

.slider-section-title,
.section-title,
.pricing-title,
.contact-us-title,
.contact-us-main-container .headline,
.testimonials-shell h2,
.ae-testimonial-section-heading {
  margin: 0 0 0.75rem;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.slider-section-subtitle,
.section-subtitle,
.contact-us-subtitle,
.team-subtitle,
.ae-testimonial-subheading {
  margin: 0 0 1rem;
  color: var(--muted-text-color);
}

.slider-section-content,
.section-content,
.html-area,
.contact-us-description,
.team-content,
.intro-subtext,
.whisper-description {
  color: var(--muted-text-color);
  line-height: 1.75;
}

.slider-section-title,
.slider-section-subtitle,
.slider-section-content,
.section-title,
.section-subtitle,
.section-content {
  max-width: 52rem;
  padding-left: clamp(1rem, 3vw, 2rem);
  padding-right: clamp(1rem, 3vw, 2rem);
}

.slider-section-title,
.slider-section-subtitle,
.slider-section-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.slider-section-title + .slider-section-subtitle,
.section-title + .section-subtitle {
  margin-top: 0.25rem;
}

.slider-section-content,
.section-content {
  margin-bottom: 1.25rem;
}

.html-area {
  max-width: 72rem;
  margin: 0 auto;
  padding: clamp(1rem, 2vw, 1.5rem) clamp(1rem, 3vw, 2rem);
}

.html-area h1,
.html-area h2,
.html-area h3,
.html-area h4,
.html-area h5,
.html-area h6 {
  color: var(--text-color);
  letter-spacing: -0.02em;
}

.html-area a {
  color: var(--button-color);
}

.html-area p,
.html-area li,
.html-area blockquote {
  color: var(--muted-text-color);
}

.html-area ul,
.html-area ol {
  padding-left: 1.25rem;
}

.html-area blockquote {
  margin: 1.5rem 0;
  padding-left: 1rem;
  border-left: 3px solid var(--accent-soft-color);
}

.separator2,
.separator,
.apple-center-text-separator,
.clemo-separator {
  width: 5rem;
  height: 2px;
  margin: 1.25rem 0 1.5rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--button-color), transparent);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.form-group {
  display: grid;
  gap: 0.45rem;
}

.form-group label {
  color: var(--text-color);
  font-size: 0.95rem;
}

.form-group input,
.form-group textarea,
.phone-input,
.country-code,
.email-input,
.wm-newsletter-form input,
.promo-copy {
  width: 100%;
  border: 1px solid var(--line-color);
  border-radius: var(--radius-sm);
  background: color-mix(in srgb, var(--primary-color) 32%, transparent);
  color: var(--text-color);
}

.form-group input,
.form-group textarea,
.country-code,
.email-input,
.wm-newsletter-form input {
  padding: 0.9rem 1rem;
}

.form-group textarea {
  min-height: 7.5rem;
  resize: vertical;
}

.form-group input::placeholder,
.form-group textarea::placeholder,
.email-input::placeholder {
  color: var(--soft-text-color);
}

.form-group input:focus,
.form-group textarea:focus,
.country-code:focus,
.email-input:focus {
  outline: 0;
  border-color: var(--accent-strong-color);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--button-color) 18%, transparent);
}

.phone-input {
  display: grid;
  grid-template-columns: auto 1fr;
  overflow: hidden;
}

.phone-input input {
  border: 0;
  background: transparent;
}

.center-text-link,
.testimonial-carousel-multi-add-testimonial-link,
.item-carousel-header-button,
.tabbed-stats-readmore,
.read-more,
.learn-more-button,
.card-section-btn,
.team-cta-btn,
.btn,
.promo-ok,
.item-carousel-item-button,
.send-btn,
.schedule-btn,
.live-chat-button,
.send-message-button,
.sign-up-btn,
.view-all-testimonials,
.section-cta .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.2rem;
  border: 1px solid var(--line-strong-color);
  border-radius: 999px;
  background: color-mix(in srgb, var(--button-color) 22%, transparent);
  color: var(--text-color);
  text-decoration: none;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.center-text-link:hover,
.testimonial-carousel-multi-add-testimonial-link:hover,
.item-carousel-header-button:hover,
.tabbed-stats-readmore:hover,
.read-more:hover,
.learn-more-button:hover,
.card-section-btn:hover,
.team-cta-btn:hover,
.btn:hover,
.promo-ok:hover,
.item-carousel-item-button:hover,
.send-btn:hover,
.schedule-btn:hover,
.live-chat-button:hover,
.send-message-button:hover,
.sign-up-btn:hover,
.view-all-testimonials:hover,
.section-cta .btn:hover {
  transform: translateY(-1px);
  background: color-mix(in srgb, var(--button-color) 28%, transparent);
  border-color: var(--accent-strong-color);
}

.btn.link,
.promo-ok {
  text-decoration: none;
}

.mock-badge,
.sp-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: color-mix(in srgb, var(--button-color) 16%, transparent);
  color: var(--text-color);
  border: 1px solid var(--line-strong-color);
}

@media (max-width: 800px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}


/***************************************************
  GENERIC BUTTON SYSTEM (Global)
  Applies to: button, .afhBtn, .clemo-btn
****************************************************/

/* Base button look */
button,
.afhBtn,
.clemo-btn {
  appearance: none;
  -webkit-appearance: none;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;

  background: var(--button-color);
  color: var(--primary-color);

  border: none;
  border-radius: 12px;

  padding: 14px 26px;
  margin: 10px 0;

  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
  line-height: 1;

  cursor: pointer;
  text-decoration: none;

  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);

  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.25s ease,
    filter 0.18s ease;
}

/* Hover */
button:hover,
.afhBtn:hover,
.clemo-btn:hover {
  background: var(--button-hover-color);
  transform: translateY(-2px);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.10);
}

/* Active */
button:active,
.afhBtn:active,
.clemo-btn:active {
  transform: translateY(0);
  box-shadow:
    0 6px 18px rgba(0, 0, 0, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

/* Keyboard focus */
button:focus-visible,
.afhBtn:focus-visible,
.clemo-btn:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.22),
    0 0 0 6px rgba(0, 0, 0, 0.30),
    0 14px 34px rgba(0, 0, 0, 0.18);
}

/* Disabled */
button[disabled],
.afhBtn[disabled],
.clemo-btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  filter: grayscale(0.25);
}
