/* Andrea Cannavina Homepage Styles */

/* -- Hero Section -- */
.ac-hero {
  background: linear-gradient(135deg, #164473 0%, #0c2137 100%);
  color: #fff;
  padding: 80px 30px 60px;
  text-align: center;
  margin: 0 -15px;
}
.ac-hero .ac-wrap {
  max-width: 780px;
  margin: 0 auto;
}
.ac-hero .ac-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75em;
  font-weight: 400;
  color: #BECE43;
  margin-bottom: 14px;
}
.ac-hero h1 {
  font-size: 2.6em;
  line-height: 1.05;
  font-weight: 400;
  margin: 0 0 20px;
  color: #fff;
}
.ac-hero h1 em {
  font-style: normal;
  color: #BECE43;
}
.ac-hero .ac-hero-sub {
  font-size: 1.15em;
  font-weight: 300;
  line-height: 1.6;
  max-width: 620px;
  margin: 0 auto 20px;
  color: rgba(255,255,255,0.85);
}
.ac-hero .ac-hero-bold {
  font-weight: 700;
  font-size: 1.15em;
  margin-bottom: 10px;
  color: #fff;
}
.ac-hero .ac-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}

/* -- Buttons -- */
.ac-btn-primary {
  display: inline-block;
  background: #BECE43;
  color: #164473 !important;
  font-size: 1.1em;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.ac-btn-primary:hover {
  background: #d4e255;
  color: #164473 !important;
  text-decoration: none;
}
.ac-btn-primary:link, .ac-btn-primary:visited {
  color: #164473 !important;
  text-decoration: none;
}
.ac-btn-large {
  font-size: 1.3em;
  padding: 18px 40px;
}
.ac-btn-outline {
  display: inline-block;
  background: transparent;
  color: #BECE43 !important;
  font-size: 1.1em;
  font-weight: 700;
  padding: 12px 28px;
  border: 2px solid #BECE43;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.ac-btn-outline:hover {
  background: rgba(190,206,67,0.15);
  color: #BECE43 !important;
  text-decoration: none;
}
.ac-btn-text {
  display: inline-block;
  color: #164473 !important;
  font-weight: 700;
  text-decoration: none;
  font-size: 1em;
  transition: color 0.2s;
}
.ac-btn-text:hover {
  color: #BECE43 !important;
}

/* -- Testimonials Section (in body) -- */
.ac-testimonials-section {
  background: #f4f6f9;
  padding: 40px 20px;
  margin: 0 -15px;
  text-align: center;
  border-bottom: 3px solid #BECE43;
}
.ac-testimonials-section .ac-wrap {
  max-width: 700px;
  margin: 0 auto;
}
.ac-testimonials-section .ac-carousel {
  min-height: 80px;
}
.ac-testimonials-section .ac-carousel-slide p {
  color: #555;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.65;
  font-style: italic;
  padding: 0 10px;
  margin: 0;
}
.ac-testimonials-section .ac-carousel-arrow {
  color: rgba(22,68,115,0.4);
}
.ac-testimonials-section .ac-carousel-arrow:hover {
  color: #BECE43;
}
.ac-testimonials-section .ac-carousel-dot {
  border-color: rgba(22,68,115,0.3);
}
.ac-testimonials-section .ac-carousel-dot.active {
  background: #BECE43;
  border-color: #BECE43;
}
.ac-testimonials-section .ac-carousel-dot:hover {
  border-color: #BECE43;
}

/* -- Structure Over Stress Block -- */
.ac-sos-block {
  background: linear-gradient(135deg, #164473 0%, #0c2137 100%);
  color: #fff;
  padding: 60px 30px;
  margin: 0 -15px;
  text-align: center;
}
.ac-sos-block .ac-wrap {
  max-width: 780px;
  margin: 0 auto;
}
.ac-sos-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75em;
  font-weight: 400;
  color: rgba(255,255,255,0.6);
  margin-bottom: 14px;
}
.ac-sos-heading {
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 3.4em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
  margin: 0 0 24px;
  line-height: 1;
}
.ac-sos-heading em {
  font-style: normal;
  color: #BECE43;
}
.ac-sos-lead {
  font-size: 1.15em;
  font-weight: 400;
  color: rgba(255,255,255,0.9);
  margin: 0 0 28px;
  padding: 0;
  line-height: 1.5;
}
.ac-sos-lines {
  font-size: 1.05em;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

/* -- Fix Grid -- */
.ac-fix-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 20px;
}
.ac-fix-item {
  background: #f4f6f9;
  border-left: 3px solid #BECE43;
  padding: 10px 18px;
  font-size: 0.95em;
  font-weight: 400;
  color: #333;
  border-radius: 6px;
}

/* -- Content Sections -- */
.ac-section {
  max-width: 820px;
  margin: 0 auto;
  padding: 50px 20px;
}
.ac-section h2 {
  font-size: 1.8em;
  color: #164473;
  line-height: 1.15;
  margin: 0 0 16px;
  font-weight: 400;
}
.ac-section h2 span {
  color: #BECE43;
}
.ac-section p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.65;
  color: #333;
  padding: 0;
  margin: 0 0 14px;
}
.ac-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

/* -- CHAOS Score Teaser -- */
.ac-teaser {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px 50px;
}
.ac-teaser-inner {
  background: #f4f6f9;
  border-radius: 16px;
  padding: 40px 36px;
  border: 1px solid #e0e4ea;
}
.ac-teaser-header {
  text-align: center;
  margin-bottom: 30px;
}
.ac-teaser-header h2 {
  font-size: 1.8em;
  color: #164473;
  margin: 0 0 4px;
  font-weight: 400;
}
.ac-teaser-subtitle {
  font-size: 1.1em;
  color: #BECE43;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}
.ac-teaser-header p {
  font-size: 0.95em;
  font-weight: 300;
  line-height: 1.6;
  color: #555;
  max-width: 560px;
  margin: 0 auto;
}
.ac-teaser-questions {
  margin: 0 0 30px;
}
.ac-teaser-q {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #e0e4ea;
}
.ac-teaser-q:last-child {
  border-bottom: none;
}
.ac-teaser-num {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: #164473;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 1.2em;
  margin-top: 2px;
}
.ac-teaser-body {
  flex: 1;
}
.ac-teaser-headline {
  font-weight: 600;
  font-size: 1.05em;
  color: #164473;
  margin-bottom: 6px;
  line-height: 1.4;
}
.ac-teaser-body p {
  font-size: 0.92em;
  font-weight: 300;
  line-height: 1.55;
  color: #666;
  margin: 0;
  padding: 0;
}
.ac-teaser-result {
  background: #fff;
  border-radius: 12px;
  padding: 24px 28px;
  margin-bottom: 10px;
  border-left: 4px solid #BECE43;
}
.ac-teaser-result h3 {
  font-size: 1.2em;
  color: #164473;
  margin: 0 0 8px;
  font-weight: 400;
}
.ac-teaser-result p {
  font-size: 0.95em;
  font-weight: 300;
  line-height: 1.6;
  color: #555;
  margin: 0 0 8px;
  padding: 0;
}
.ac-teaser-tagline {
  font-weight: 700 !important;
  color: #164473 !important;
  font-style: italic;
}

/* -- Dark Band (Authority / CTA) -- */
.ac-dark-band {
  background: linear-gradient(135deg, #164473 0%, #0c2137 100%);
  color: #fff;
  padding: 50px 30px;
  margin: 0 -15px;
  text-align: center;
}
.ac-dark-band .ac-wrap {
  max-width: 780px;
  margin: 0 auto;
}
.ac-dark-band h2 {
  font-size: 1.8em;
  color: #fff;
  font-weight: 400;
  margin: 0 0 16px;
}
.ac-dark-band h2 em {
  font-style: italic;
  color: #fff;
}
.ac-dark-band p {
  font-weight: 300;
  font-size: 1em;
  line-height: 1.65;
  color: rgba(255,255,255,0.85);
  padding: 0;
  margin: 0 0 14px;
}

/* -- Pathway Steps -- */
.ac-pathway {
  max-width: 520px;
  margin: 30px auto 0;
  text-align: left;
}
.ac-pathway-step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.ac-pathway-num {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: #BECE43;
  color: #164473;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 2px;
}
.ac-pathway-content h3 {
  font-size: 1.2em;
  color: #BECE43;
  margin: 0 0 6px;
  font-weight: 400;
  line-height: 1.2;
}
.ac-pathway-content p {
  font-size: 0.95em;
  color: rgba(255,255,255,0.75);
  margin: 0;
  line-height: 1.55;
}
.ac-pathway-connector {
  width: 2px;
  height: 24px;
  background: rgba(190,206,67,0.4);
  margin: 0 0 0 23px;
}

/* -- Learning Carousel Section -- */
.ac-learn-section {
  background: #f4f6f9;
  padding: 50px 20px;
  margin: 0 -15px;
  text-align: center;
}
.ac-learn-section .ac-wrap {
  max-width: 700px;
  margin: 0 auto;
}
.ac-learn-section h2 {
  font-size: 1.8em;
  color: #164473;
  font-weight: 400;
  margin: 0 0 24px;
}
.ac-learn-section h2 em {
  font-style: normal;
  color: #BECE43;
}
.ac-learn-section .ac-carousel {
  min-height: 160px;
}
.ac-learn-card {
  background: #fff;
  border-radius: 14px;
  padding: 32px 28px;
  border-top: 4px solid #BECE43;
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
}
.ac-learn-card h3 {
  font-size: 1.3em;
  color: #164473;
  margin: 0 0 10px;
  font-weight: 400;
  line-height: 1.2;
}
.ac-learn-card p {
  font-size: 0.95em;
  font-weight: 300;
  line-height: 1.6;
  color: #555;
  padding: 0;
  margin: 0 0 16px;
}
.ac-learn-link {
  color: #164473 !important;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.95em;
  transition: color 0.2s;
}
.ac-learn-link:hover {
  color: #BECE43 !important;
}
.ac-learn-section .ac-carousel-slide p {
  color: #555;
}
.ac-learn-section .ac-carousel-arrow {
  color: rgba(22,68,115,0.4);
}
.ac-learn-section .ac-carousel-arrow:hover {
  color: #BECE43;
}
.ac-learn-section .ac-carousel-dot {
  border-color: rgba(22,68,115,0.3);
}
.ac-learn-section .ac-carousel-dot.active {
  background: #BECE43;
  border-color: #BECE43;
}
.ac-learn-section .ac-carousel-dot:hover {
  border-color: #BECE43;
}

/* -- A-List Signup Section -- */
.ac-alist-section {
  max-width: 680px;
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
}
.ac-alist-box {
  background: #f4f6f9;
  border-radius: 16px;
  padding: 36px 30px;
  border: 1px solid #e0e4ea;
}
.ac-alist-box p {
  font-weight: 300;
  font-size: 1em;
  line-height: 1.6;
  color: #555;
  padding: 0;
  margin: 0 0 16px;
}
.ac-alist-form input[type="text"] {
  flex: 1;
  min-width: 200px;
  padding: 12px 16px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
  font-family: inherit;
  background: #fff;
  color: #333;
}
.ac-alist-form input[type="text"]:focus {
  border-color: #164473;
}
.ac-alist-inline {
  display: flex;
  gap: 10px;
  max-width: 440px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}
.ac-alist-inline input[type="submit"] {
  font-family: inherit;
}
.ac-alist-fine {
  font-size: 0.75em;
  color: #999;
  margin-top: 14px;
}

/* -- Responsive -- */
@media (max-width: 700px) {
  .ac-hero { padding: 60px 20px 45px; }
  .ac-hero h1 { font-size: 1.9em; }
  .ac-sos-block { padding: 45px 20px; }
  .ac-sos-heading { font-size: 2.2em; }
  .ac-fix-grid { flex-direction: column; }
  .ac-teaser-inner { padding: 28px 20px; }
  .ac-teaser-q { gap: 14px; }
  .ac-teaser-num { width: 34px; height: 34px; min-width: 34px; font-size: 1.05em; }
  .ac-pathway { max-width: 100%; }
  .ac-pathway-num { width: 40px; height: 40px; min-width: 40px; font-size: 1.3em; }
  .ac-pathway-connector { margin-left: 19px; }
  .ac-dark-band { padding: 40px 20px; }
  .ac-learn-card { padding: 24px 20px; }
  .ac-testimonials-section { padding: 30px 20px; }
}