/* ============================================================
   spring-printable-coloring-pages-for-adults.css
   Page-specific styles for spring-printable-coloring-pages-for-adults.html
   Loaded after coloring-styles.css to provide page-specific overrides.
   ============================================================ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background: #e8e8e8;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  background: #f8f9fa;
  color: #2c3e50;
  line-height: 1.6;
  max-width: 90%;
  margin: 0 auto;
  box-shadow: 0 0 40px rgba(0,0,0,0.07);
}

/* ——— COL-NAV ——— */
.col-nav { background: #fff; border-bottom: 1px solid rgba(0,0,0,0.09); position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 4px rgba(0,0,0,0.06); }
.col-nav-inner { max-width: 1100px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; height: 62px; gap: 16px; }
.col-nav-logo { font-size: 1rem; font-weight: 700; color: #2c3e50; text-decoration: none; white-space: nowrap; flex-shrink: 0; }
.col-nav-logo span { color: #7a5c99; }
.col-nav-links { display: flex; list-style: none; margin: 0; padding: 0; gap: 2px; }
.col-nav-links li a { font-size: 0.84rem; color: #555; text-decoration: none; padding: 6px 10px; border-radius: 6px; transition: background 0.15s, color 0.15s; white-space: nowrap; }
.col-nav-links li a:hover { background: #f4f9fd; color: #2c3e50; }
.col-nav-cta { display: inline-block; background: #7a5c99; color: #fff !important; font-size: 0.82rem; font-weight: 700; padding: 8px 15px; border-radius: 6px; text-decoration: none; white-space: nowrap; flex-shrink: 0; }
.col-nav-cta:hover { background: #6a4d87; }
.col-nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; flex-direction: column; gap: 5px; }
.col-nav-toggle span { display: block; width: 22px; height: 2px; background: #2c3e50; border-radius: 2px; }
.col-nav-mobile { display: none; flex-direction: column; background: #fff; border-top: 1px solid rgba(0,0,0,0.09); padding: 12px 20px; }
.col-nav-mobile.open { display: flex; }
.col-nav-mobile a { font-size: 0.95rem; color: #555; text-decoration: none; padding: 11px 0; border-bottom: 1px solid rgba(0,0,0,0.05); }
.col-nav-mobile a:last-child { border-bottom: none; }
.col-nav-mobile .col-nav-cta { margin-top: 10px; text-align: center; background: #7a5c99; border-bottom: none; border-radius: 6px; color: #fff !important; }
.col-nav-mobile-label { padding: 8px 0 4px; font-size: 0.78rem; color: #999; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 700; }

/* Dropdown */
.col-has-dropdown { position: relative; }
.col-has-dropdown > a { cursor: pointer; user-select: none; }
.col-nav-dropdown { display: none; position: absolute; top: calc(100% + 4px); left: 0; background: #fff; border: 1px solid rgba(0,0,0,0.09); border-radius: 8px; box-shadow: 0 4px 16px rgba(0,0,0,0.10); list-style: none; margin: 0; padding: 6px 0; min-width: 190px; z-index: 200; }
.col-nav-dropdown li { margin: 0; padding: 0; }
.col-nav-dropdown li a { display: block; padding: 9px 16px; font-size: 0.84rem; color: #555; white-space: nowrap; background: none; border-bottom: none; }
.col-nav-dropdown li a:hover { background: #f4f9fd; color: #2c3e50; }
.col-has-dropdown:hover .col-nav-dropdown,
.col-has-dropdown:focus-within .col-nav-dropdown { display: block; }

@media (max-width: 768px) {
  .col-nav-links { display: none; }
  .col-nav-cta.desktop-only { display: none; }
  .col-nav-toggle { display: flex; }
}

/* ——— PAGE HERO (above-fold split layout) ——— */
.page-hero { background: #f4f9fd; padding: 50px 20px; border-bottom: 1px solid rgba(0,0,0,0.07); }
.page-hero-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.page-hero-brand { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #555; margin-bottom: 16px; }
.page-hero h1 { font-size: 2.5rem; line-height: 1.15; color: #1a1a1a; margin-bottom: 18px; font-weight: 800; }
.page-hero-desc { font-size: 15px; color: #555; line-height: 1.7; margin-bottom: 10px; }
.page-hero-cta { display: block; background: #7a5c99; color: #fff !important; font-weight: 700; font-size: 0.95rem; letter-spacing: 0.06em; padding: 16px 24px; border-radius: 8px; text-decoration: none; text-align: center; margin: 22px 0 10px; text-transform: uppercase; transition: background 0.2s; }
.page-hero-cta:hover { background: #6a4d87; }
.page-hero-note { font-size: 13px; color: #777; margin-bottom: 26px; }
.page-hero-features h2 { font-size: 1.2rem; color: #2c3e50; margin: 0 0 10px; font-weight: 700; }
.page-hero-features ul { padding-left: 20px; margin-bottom: 18px; }
.page-hero-features li { font-size: 15px; color: #444; margin-bottom: 6px; line-height: 1.5; }
.page-hero-features h3 { font-size: 1rem; color: #2c3e50; font-weight: 700; margin: 14px 0 6px; }
.page-hero-left { display: flex; flex-direction: column; }
.page-hero-right { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.page-hero-right img { width: 100%; max-width: 460px; aspect-ratio: 8.5 / 11; object-fit: cover; border-radius: 12px; box-shadow: 0 6px 20px rgba(0,0,0,0.12); display: block; }
.page-hero-testimonials { display: flex; flex-direction: column; gap: 14px; width: 100%; max-width: 460px; margin-top: 0; }
.page-hero-review { background: #fff; border-radius: 10px; padding: 16px; box-shadow: 0 2px 10px rgba(0,0,0,0.07); border-left: 4px solid #f5b301; }
.page-hero-stars { color: #f5b301; font-size: 18px; letter-spacing: 2px; margin-bottom: 8px; }
.page-hero-review p { font-size: 14px; color: #2c3e50; margin: 0 0 6px; line-height: 1.5; font-style: italic; }
.page-hero-review span { font-size: 12px; color: #888; }

/* ——— BREADCRUMB ——— */
.breadcrumb {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 20px;
  font-size: 13px;
  color: #888;
}

.breadcrumb a {
  color: #d4a574;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

/* ——— QUICK ANSWER ——— */
.col-quick-answer {
  max-width: 1200px;
  margin: 40px auto;
  padding: 24px;
  background: #f0f4f8;
  border-left: 4px solid #d4a574;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.6;
  color: #2c3e50;
}

/* ——— ARTICLE BODY ——— */
.col-article-body {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
}

.col-article-body section {
  margin-bottom: 50px;
}

.col-article-body h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #2c3e50;
}

.col-article-body p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  color: #444;
}

/* ——— BENEFIT GRID ——— */
.benefit-grid {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

.benefit-card {
  background: white;
  padding: 32px 24px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  text-align: center;
}

.benefit-icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.benefit-card h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #2c3e50;
}

.benefit-card p {
  font-size: 14px;
  color: #666;
}

/* ——— PRODUCT HERO ——— */
.hero {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.hero-left h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #2c3e50;
}

.hero-left p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  color: #444;
}

.btn-download,
.btn-amazon {
  display: inline-block;
  padding: 14px 28px;
  margin-right: 12px;
  margin-top: 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.btn-download {
  background: #d4a574;
  color: white;
}

.btn-download:hover {
  background: #c4955a;
  transform: translateY(-2px);
}

.btn-amazon {
  background: transparent;
  color: #d4a574;
  border-color: #d4a574;
}

.btn-amazon:hover {
  background: #d4a574;
  color: white;
}

.hero-right img {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

/* ——— PAGE GRID (coloring page previews) ——— */
.page {
  position: relative;
  overflow: visible;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  background: white;
  padding: 8px;
  z-index: 0;
}

.page img {
  width: 100%;
  aspect-ratio: 8.5 / 11;
  object-fit: cover;
  display: block;
  border-radius: 6px;
  transition: transform 0.25s ease;
}

.page:hover {
  z-index: 10;
}

.page:hover img {
  transform: scale(1.5);
}

.page-grid {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}


/* ——— PAGE PREVIEWS SECTION ——— */
.page-previews {
  max-width: 1200px;
  margin: 48px auto 0;
  padding: 0 20px;
}

.page-previews-heading {
  text-align: center;
  font-size: 1.7rem;
  color: #2c3e50;
  margin-bottom: 10px;
}

.page-previews-subheading {
  text-align: center;
  color: #555;
  font-size: 15px;
  margin-bottom: 36px;
}

.page-previews-note {
  text-align: center;
  font-size: 13px;
  color: #777;
  margin-bottom: 0;
}

.page-previews .page-grid {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.page-previews-cta {
  text-align: center;
  margin: 28px 0;
}

.page-previews-cta a,
.page-previews-cta-last a {
  display: inline-block;
  width: auto;
}

.page-previews-cta-last {
  text-align: center;
  margin: 28px 0 8px;
}

/* ——— MOCKUP CONTAINER ——— */
.mockup-container {
  max-width: 700px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.mockup-container img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.mockup-img-full {
  max-width: 600px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.mockup-container h2 {
  margin-bottom: 12px;
  color: #2c3e50;
}

.mockup-container p {
  color: #555;
  font-size: 15px;
  margin-bottom: 24px;
}

.mockup-cta {
  margin-top: 20px;
}

/* ——— SERIES SECTION ——— */
.series-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.series-section h2 {
  font-size: 36px;
  margin-bottom: 40px;
  text-align: center;
  color: #2c3e50;
}

.series-section-intro {
  text-align: center;
  color: #555;
  font-size: 15px;
  margin: -8px 0 36px;
}

.series-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}

.series-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.series-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.series-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.series-card h3 {
  font-size: 16px;
  padding: 16px 16px 8px;
  color: #2c3e50;
}

.series-card p {
  font-size: 13px;
  padding: 0 16px;
  color: #666;
}

.series-card a {
  display: block;
  padding: 12px 16px;
  color: #d4a574;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}

.series-card a:hover {
  color: #c4955a;
}

/* ——— FAQ SECTION ——— */
.faq-section {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
}

.faq-section h2 {
  font-size: 36px;
  margin-bottom: 30px;
  color: #2c3e50;
}

.accordion {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #e0e0e0;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  width: 100%;
  padding: 18px;
  background: white;
  border: none;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #2c3e50;
  cursor: pointer;
  transition: background 0.2s ease;
}

.accordion-header:hover {
  background: #f8f9fa;
}

.accordion-item.active .accordion-header {
  background: #f0f4f8;
  color: #d4a574;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-item.active .accordion-content {
  max-height: 500px;
}

.accordion-content p {
  padding: 0 18px 18px;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

/* ——— RELATED SECTION ——— */
.related-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.related-section h2 {
  font-size: 36px;
  margin-bottom: 40px;
  color: #2c3e50;
}

.related-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.related-item {
  background: white;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.related-item h3 {
  margin: 0 0 12px 0;
}

.related-item a {
  color: #d4a574;
  text-decoration: none;
  font-weight: 600;
}

.related-item a:hover {
  text-decoration: underline;
}

.related-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* ——— FOOTER ——— */
.footer {
  background: #2c3e50;
  color: white;
  margin-top: 80px;
  padding: 50px 20px;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-section h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #d4a574;
}

.footer-section p,
.footer-section ul {
  font-size: 14px;
  line-height: 1.8;
}

.footer-section ul {
  list-style: none;
}

.footer-section a {
  color: #ccc;
  text-decoration: none;
}

.footer-section a:hover {
  color: #d4a574;
}

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  border-top: 1px solid #445;
  font-size: 13px;
  text-align: center;
  color: #aaa;
}

.footer-bottom a {
  color: #d4a574;
  text-decoration: none;
}

/* ——— RESPONSIVE ——— */
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .benefit-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-hero h1 {
    font-size: 1.9rem;
  }

  .page-hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 600px) {
  .page-hero {
    padding: 32px 16px;
  }

  .page-previews-heading {
    font-size: 1.3rem;
  }

  .col-article-body h2 {
    font-size: 24px;
  }

  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .page-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .series-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-left h2 {
    font-size: 26px;
  }

  .btn-download,
  .btn-amazon {
    display: block;
    margin-right: 0;
    text-align: center;
  }

  .mockup-container {
    padding: 0 16px;
  }

  .faq-section,
  .related-section,
  .col-article-body {
    padding: 0 16px;
  }

  .series-section,
  .benefit-grid,
  .page-grid,
  .related-links {
    padding: 0 16px;
  }
}
