/* HirayaVA SEO growth pages — additions only. Existing site styles remain authoritative. */
.growth-page {
  color: var(--v2-ink);
  background: var(--v2-paper);
}

.growth-page main {
  overflow: clip;
}

.growth-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin: 0 0 1.1rem;
  color: rgba(255, 255, 255, .68);
  font-size: .82rem;
}

.growth-breadcrumbs a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.growth-hero {
  padding: 92px 0 88px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(39, 87, 128, .68), transparent 38%),
    var(--v2-navy);
}

.growth-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(290px, .62fr);
  gap: clamp(42px, 7vw, 88px);
  align-items: center;
}

.growth-hero h1 {
  max-width: 830px;
  margin: 0 0 24px;
  font: 400 clamp(46px, 6.5vw, 78px)/1.01 Georgia, serif;
}

.growth-hero h1 em,
.growth-section h2 em {
  color: var(--v2-gold);
  font-weight: inherit;
}

.growth-hero-copy > p:not(.v2-kicker) {
  max-width: 720px;
  color: rgba(255, 255, 255, .76);
  font-size: 18px;
  line-height: 1.72;
}

.growth-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.growth-hero-panel {
  padding: 32px;
  border: 1px solid rgba(230, 182, 76, .38);
  border-radius: 24px;
  background: rgba(255, 255, 255, .06);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .2);
}

.growth-hero-panel h2 {
  margin: 10px 0 16px;
  font: 400 clamp(28px, 4vw, 38px)/1.15 Georgia, serif;
}

.growth-hero-panel p,
.growth-hero-panel li {
  color: rgba(255, 255, 255, .72);
  line-height: 1.7;
}

.growth-hero-panel ul,
.growth-card ul,
.growth-check-list {
  padding-left: 1.15rem;
}

.growth-section {
  padding: 92px 0;
}

.growth-section.is-cream {
  background: var(--v2-cream);
}

.growth-section.is-navy {
  color: #fff;
  background: var(--v2-navy);
}

.growth-section-head {
  max-width: 820px;
  margin-bottom: 42px;
}

.growth-section-head h2,
.growth-split h2,
.booking-sidebar h2 {
  margin: 0 0 18px;
  font: 400 clamp(36px, 5vw, 56px)/1.08 Georgia, serif;
}

.growth-section-head > p,
.growth-split p,
.growth-card p,
.growth-card li,
.growth-check-list li,
.booking-sidebar p {
  color: #566477;
  line-height: 1.75;
}

.growth-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.growth-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid #d9dde4;
  border-radius: 22px;
  background: #fff;
}

.growth-card > span {
  display: block;
  color: #8a5c0f;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
}

.growth-card h3 {
  margin: 26px 0 14px;
  color: var(--v2-navy);
  font: 400 27px/1.17 Georgia, serif;
}

.growth-card li + li,
.growth-check-list li + li {
  margin-top: 8px;
}

.growth-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(42px, 7vw, 82px);
  align-items: start;
}

.growth-note {
  padding: 24px 26px;
  border-left: 4px solid #e6b64c;
  border-radius: 0 16px 16px 0;
  background: #f6f1e7;
  color: #344154;
  line-height: 1.7;
}

.growth-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}

.growth-process article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background: rgba(255, 255, 255, .035);
}

.growth-process b {
  color: var(--v2-gold);
  font-size: 12px;
  letter-spacing: .14em;
}

.growth-process h3 {
  margin: 24px 0 10px;
  font: 400 23px/1.2 Georgia, serif;
}

.growth-process p {
  color: rgba(255, 255, 255, .66);
  line-height: 1.65;
}

.growth-faq details {
  border-bottom: 1px solid #d4d8df;
}

.growth-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 24px 44px 24px 0;
  position: relative;
  color: var(--v2-navy);
  font: 400 24px/1.3 Georgia, serif;
}

.growth-faq summary::-webkit-details-marker {
  display: none;
}

.growth-faq summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 20px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #c6ac76;
  border-radius: 50%;
  color: #8a5c0f;
  font: 400 22px/1 sans-serif;
}

.growth-faq details[open] summary::after {
  content: "−";
  color: #fff;
  background: var(--v2-navy);
}

.growth-faq details p {
  max-width: 850px;
  padding: 0 44px 22px 0;
  color: #566477;
  line-height: 1.75;
}

.growth-cta {
  padding: 76px 0;
  text-align: center;
  color: #fff;
  background: var(--v2-navy);
}

.growth-cta h2 {
  max-width: 850px;
  margin: 0 auto 18px;
  font: 400 clamp(38px, 6vw, 64px)/1.06 Georgia, serif;
}

.growth-cta p {
  max-width: 650px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, .68);
  font-size: 18px;
  line-height: 1.7;
}

.industry-growth-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.p2-industry-grid .p2-industry-card[href] {
  color: var(--v2-ink);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.p2-industry-grid .p2-industry-card[href]:hover {
  transform: translateY(-5px);
  border-color: #e6b64c;
  box-shadow: 0 18px 46px rgba(7, 22, 45, .1);
}

.p2-industry-grid .p2-industry-card[href] strong {
  display: inline-block;
  margin-top: 18px;
  color: #8a5c0f;
  font-size: 13px;
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, .75fr);
  gap: 28px;
  align-items: start;
}

.booking-calendar-card,
.booking-sidebar,
.booking-form-card,
.booking-welcome {
  border: 1px solid #d9dde4;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(7, 22, 45, .08);
}

.booking-calendar-card {
  overflow: hidden;
}

.booking-calendar-head,
.booking-form-card,
.booking-sidebar {
  padding: clamp(24px, 4vw, 38px);
}

.booking-calendar-head h2,
.booking-form-card h2 {
  margin: 8px 0 12px;
  color: var(--v2-navy);
  font: 400 clamp(32px, 4vw, 46px)/1.1 Georgia, serif;
}

.booking-calendar-head p,
.booking-form-card > p {
  color: #566477;
  line-height: 1.7;
}

.booking-calendar-frame {
  width: 100%;
  min-height: 720px;
  display: block;
  border: 0;
  background: #f7f8fa;
}

.booking-fallback {
  margin: 0;
  padding: 18px 26px 24px;
  color: #566477;
  background: #fff;
  font-size: .92rem;
}

.booking-fallback a,
.booking-sidebar a {
  color: #8a5c0f;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.booking-welcome {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 22px;
  padding: 22px;
}

.booking-welcome img {
  width: 110px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
}

.booking-welcome h3 {
  margin: 0 0 8px;
  color: var(--v2-navy);
  font: 400 24px/1.2 Georgia, serif;
}

.booking-welcome p {
  margin: 0;
  color: #566477;
  line-height: 1.6;
}

.booking-form-card {
  margin-top: 28px;
}

.booking-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.booking-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.booking-form label {
  display: grid;
  gap: 7px;
  color: var(--v2-navy);
  font-size: 13px;
  font-weight: 750;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #cfd5de;
  border-radius: 10px;
  background: #fff;
  color: var(--v2-ink);
  font: inherit;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
  outline: 3px solid rgba(230, 182, 76, .34);
  border-color: #8a5c0f;
}

.booking-form .form-status {
  min-height: 24px;
  margin: 0;
}

.booking-microcopy {
  margin: 0;
  color: #6c7787;
  font-size: .86rem;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .growth-hero-grid,
  .growth-split,
  .booking-layout {
    grid-template-columns: 1fr;
  }

  .growth-grid,
  .growth-process,
  .industry-growth-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  .growth-hero {
    padding: 62px 0 64px;
  }

  .growth-section {
    padding: 68px 0;
  }

  .growth-grid,
  .growth-process,
  .industry-growth-links,
  .booking-form-grid {
    grid-template-columns: 1fr;
  }

  .growth-hero-panel,
  .growth-card,
  .booking-calendar-head,
  .booking-form-card,
  .booking-sidebar {
    padding: 22px;
  }

  .booking-calendar-frame {
    min-height: 650px;
  }

  .booking-welcome {
    grid-template-columns: 76px 1fr;
  }

  .booking-welcome img {
    width: 76px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p2-industry-grid .p2-industry-card[href] {
    transition: none;
  }
}

/* Detailed marketing + SEO sections for Services and Industries */
.seo-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:28px}
.seo-detail-card{background:#fff;border:1px solid rgba(7,22,45,.12);border-radius:18px;padding:28px;box-shadow:0 10px 30px rgba(7,22,45,.05)}
.seo-detail-card>span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;border-radius:999px;background:#07162d;color:#fff;font-weight:700;font-size:.82rem;margin-bottom:14px}
.seo-detail-card h3{margin:0 0 12px;font-size:1.32rem;color:#07162d}
.seo-detail-card p{color:#425066;line-height:1.7;margin:0 0 12px}
.seo-detail-card ul{margin:14px 0 18px;padding-left:20px;color:#425066;line-height:1.7}
.seo-detail-card li+li{margin-top:5px}
.seo-detail-card a{font-weight:700;text-decoration:none;color:#07162d}
.seo-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:28px}
.seo-process-grid article{padding:24px;border:1px solid rgba(255,255,255,.16);border-radius:16px;background:rgba(255,255,255,.05)}
.seo-process-grid b{font-size:.82rem;letter-spacing:.08em;color:#e6b64c}
.seo-process-grid h3{margin:10px 0 8px;color:#fff;font-size:1.08rem}
.seo-process-grid p{margin:0;color:rgba(255,255,255,.78);line-height:1.65}
.seo-path-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin-top:28px}
.seo-path-strip article{padding:22px;border-radius:16px;background:#f6f2e9;border:1px solid rgba(7,22,45,.08)}
.seo-path-strip span{font-size:.75rem;text-transform:uppercase;letter-spacing:.09em;font-weight:700;color:#8a5c0f}
.seo-path-strip h3{margin:8px 0 7px;color:#07162d;font-size:1.05rem}
.seo-path-strip p{margin:0;color:#526074;line-height:1.6;font-size:.94rem}
.seo-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:24px}
.seo-faq-grid details{background:#fff;border:1px solid rgba(7,22,45,.1);border-radius:14px;padding:18px 20px}
.seo-faq-grid summary{cursor:pointer;font-weight:700;color:#07162d;line-height:1.4}
.seo-faq-grid p{margin:12px 0 0;color:#526074;line-height:1.65}
@media(max-width:900px){.seo-detail-grid,.seo-faq-grid{grid-template-columns:1fr}.seo-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.seo-path-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.seo-process-grid,.seo-path-strip{grid-template-columns:1fr}.seo-detail-card{padding:22px}}
