/* front-page.css - Page Header, Hero, Reasons, Services Preview, Support, Process, Profile, Works Preview, FAQ, CTA (Sections 7-16) */

/* --------------------------------------------------------------------------
   7. Page Header
   -------------------------------------------------------------------------- */
.page-header {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - var(--header-height));
  display: flex;
  align-items: center;
  padding: 80px 0;
  background: #ffffff;
  text-align: center;
}

.page-header--simple {
  min-height: unset;
  padding: 60px 0 40px;
}

.page-header--blog {
  text-align: left;
}

.page-header__blobs { position: absolute; inset: 0; pointer-events: none; }

.page-header-blob-1 {
  width: 500px; height: 500px;
  top: 0; left: 0;
  animation: none;
}
.page-header-blob-2 {
  width: 300px; height: 300px;
  top: 0; left: 0;
  border-radius: 40% 60% 60% 40% / 50% 40% 60% 50%;
  animation: none;
}
.page-header-blob-3 {
  width: 200px; height: 200px;
  top: 0; left: 0;
  border-radius: 70% 30% 40% 60% / 60% 40% 70% 30%;
  animation: none;
}
.page-header-blob-4 {
  width: 150px; height: 150px;
  top: 0; left: 0;
  border-radius: 50% 50% 30% 70% / 40% 60% 40% 60%;
  animation: none;
}
.page-header-blob-5 {
  width: 250px; height: 250px;
  top: 0; left: 0;
  border-radius: 30% 70% 70% 30% / 30% 70% 30% 70%;
  animation: none;
}
.page-header-blob-6 {
  width: 120px; height: 120px;
  top: 0; left: 0;
  border-radius: 60% 40% 50% 50% / 50% 50% 60% 40%;
  animation: none;
}

.page-header__label {
  font-family: 'Georgia', serif;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-navy);
  margin-bottom: 12px;
}

.page-header__title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin-bottom: 16px;
  position: relative;
}

.page-header__sub {
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-text-light);
  display: block;
  margin-bottom: 4px;
}

.page-header__desc {
  font-size: 0.95rem;
  color: var(--color-text-light);
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

/* --------------------------------------------------------------------------
   8. Hero Section
   -------------------------------------------------------------------------- */
.hero {
  position: relative;
  overflow: hidden;
  min-height: calc(100svh - var(--header-height));
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 80px 0;
}

.hero__blobs { position: absolute; inset: 0; pointer-events: none; }

.blob--hero-1 {
  width: 500px; height: 500px;
  top: 0; left: 0;
  animation: none;
}
.blob--hero-2 {
  width: 300px; height: 300px;
  top: 0; left: 0;
  border-radius: 40% 60% 60% 40% / 50% 40% 60% 50%;
  animation: none;
}
.blob--hero-3 {
  width: 200px; height: 200px;
  top: 0; left: 0;
  border-radius: 70% 30% 40% 60% / 60% 40% 70% 30%;
  animation: none;
}
.blob--hero-4 {
  width: 150px; height: 150px;
  top: 0; left: 0;
  border-radius: 50% 50% 30% 70% / 40% 60% 40% 60%;
  animation: none;
}
.blob--hero-5 {
  width: 250px; height: 250px;
  top: 0; left: 0;
  border-radius: 30% 70% 70% 30% / 30% 70% 30% 70%;
  animation: none;
}
.blob--hero-6 {
  width: 120px; height: 120px;
  top: 0; left: 0;
  border-radius: 60% 40% 50% 50% / 50% 50% 60% 40%;
  animation: none;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero__eyebrow {
  font-size: 0.85rem;
  color: var(--color-navy);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.hero__title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1.3;
  margin-bottom: 24px;
  color: var(--color-navy);
}

.hero__title em {
  font-style: normal;
  color: var(--color-navy);
  position: relative;
}

.hero__desc {
  font-size: 1rem;
  color: var(--color-text);
  line-height: 1.9;
  margin-bottom: 40px;
}

.hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Hero Visual */
.hero__visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero__visual-blob {
  position: relative;
  width: 360px;
  height: 360px;
  background: rgba(232, 113, 74, 0.06);
  border-radius: 60% 40% 55% 45% / 50% 60% 40% 50%;
  animation: none;
  pointer-events: none;
}

.hero__visual-card {
  position: absolute;
  background: var(--color-white);
  border-radius: var(--radius-md);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--color-navy);
  box-shadow: var(--shadow-md);
  white-space: nowrap;
  pointer-events: none;
}

.hero__visual-icon { font-size: 1.3rem; }

.hero__visual-card--1 { top: 10%; left: -10%; animation-delay: 0s; }
.hero__visual-card--2 { top: 20%; right: -15%; animation-delay: 1.5s; }
.hero__visual-card--3 { bottom: 25%; left: -5%; animation-delay: 3s; }
.hero__visual-card--4 { bottom: 10%; right: -10%; animation-delay: 4.5s; }

/* --------------------------------------------------------------------------
   9. Reasons Section
   -------------------------------------------------------------------------- */
.reasons__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.reason-card {
  text-align: center;
  padding: 40px 28px;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.5s ease, transform 0.5s ease;
  will-change: transform;
}

.reason-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.reason-card__icon-wrap {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reason-card__blob {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.reason-card__icon {
  position: relative;
  font-size: 2rem;
  z-index: 1;
}

.reason-card__title {
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.reason-card__desc {
  font-size: 0.9rem;
  color: var(--color-text-light);
  line-height: 1.8;
}

/* --------------------------------------------------------------------------
   10. Services Preview
   -------------------------------------------------------------------------- */
.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 40px;
}

.plan-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 2px solid transparent;
  transition: box-shadow 0.5s ease, transform 0.5s ease;
  position: relative;
  will-change: transform;
}

.plan-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.plan-card--featured {
  border-color: var(--color-navy);
}

.plan-card__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--color-yellow);
  color: var(--color-navy);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
}

.plan-card__head {
  padding: 32px 28px 24px;
  background: linear-gradient(135deg, #eef4fc, #f4f8fe);
}

.plan-card--featured .plan-card__head {
  background: linear-gradient(135deg, var(--color-navy), #2a5080);
}

.plan-card__label {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-navy);
  margin-bottom: 6px;
}

.plan-card--featured .plan-card__label { color: var(--color-yellow); }

.plan-card__name {
  font-size: 1.2rem;
  font-family: var(--font-heading);
  color: var(--color-navy);
  margin-bottom: 12px;
}

.plan-card--featured .plan-card__name { color: var(--color-white); }

.plan-card__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.plan-card__price-num {
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Georgia', serif;
  color: var(--color-navy);
}

.plan-card--featured .plan-card__price-num { color: var(--color-yellow); }

.plan-card__price-unit {
  font-size: 0.9rem;
  color: var(--color-text-light);
}

.plan-card--featured .plan-card__price-unit { color: rgba(255,255,255,0.7); }

.plan-card__body { padding: 24px 28px 28px; }

.plan-card__desc {
  font-size: 0.9rem;
  color: var(--color-text-light);
  margin-bottom: 16px;
}

.plan-card__features {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.plan-card__features li {
  font-size: 0.875rem;
  color: var(--color-text);
  padding-left: 20px;
  position: relative;
}

.plan-card__features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--color-navy);
  font-weight: 700;
}

.services-preview__cta { text-align: center; }

/* --------------------------------------------------------------------------
   11. Support Section
   -------------------------------------------------------------------------- */
.support__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.support-item {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  padding: 40px;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.support-item__num {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  background: linear-gradient(135deg, var(--color-navy), #2a5080);
  color: var(--color-white);
  padding: 20px 24px;
  border-radius: var(--radius-md);
  min-width: 90px;
}

.support-item__n {
  font-family: 'Georgia', serif;
  font-size: 2.4rem;
  font-weight: 700;
}

.support-item__unit {
  font-size: 0.8rem;
  margin-top: 4px;
  opacity: 0.85;
}

.support-item__title {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.support-item__desc {
  font-size: 0.9rem;
  color: var(--color-text-light);
}

/* --------------------------------------------------------------------------
   12. Process Section
   -------------------------------------------------------------------------- */
.process__steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 720px;
  margin: 0 auto;
}

.process-step {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  padding: 28px 32px;
  background: var(--color-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.process-step__arrow {
  width: 2px;
  height: 24px;
  background: linear-gradient(to bottom, var(--color-border), var(--color-pink));
  margin: 0 auto;
  margin-left: calc(32px + 24px + 14px);
}

.process-step__num {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-navy), #2a5080);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Georgia', serif;
  font-size: 1rem;
  font-weight: 700;
}

.process-step__title {
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.process-step__free {
  display: inline-block;
  background: var(--color-yellow);
  color: var(--color-navy);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 50px;
  margin-bottom: 8px;
}

.process-step__desc {
  font-size: 0.875rem;
  color: var(--color-text-light);
  margin: 0;
}

/* --------------------------------------------------------------------------
   13. Profile Section
   -------------------------------------------------------------------------- */
.profile__inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 72px;
  align-items: center;
}

.profile__image {
  position: relative;
}

.profile__image-blob { position: absolute; inset: -20px; }

.profile__blob {
  width: 100%;
  height: 100%;
  opacity: 0.2;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: none;
}

.profile__photo {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 60% 40% 55% 45% / 50% 55% 45% 50%;
  position: relative;
  z-index: 1;
  box-shadow: var(--shadow-lg);
  margin: 0 auto;
}

.profile__title {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  margin-bottom: 24px;
  margin-top: 16px;
}

.profile__text p { margin-bottom: 1.2em; font-size: 0.95rem; line-height: 1.9; }

/* --------------------------------------------------------------------------
   14. Works Preview
   -------------------------------------------------------------------------- */
.works-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 40px;
}

.works-card {
  background: var(--color-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.5s ease, transform 0.5s ease;
  will-change: transform;
}

.works-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }

.works-card__link { display: block; color: inherit; }
.works-card__link:hover { color: inherit; }

.works-card__thumb {
  aspect-ratio: 3/2;
  overflow: hidden;
  background: var(--color-bg);
}

.works-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--transition);
}

.works-card:hover .works-card__thumb img { transform: scale(1.05); }

.works-card__thumb-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e8edf5, #d4dce9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a0b0c8;
  font-size: 0.85rem;
}

.works-card__thumb-label {
  font-size: 0.8rem;
  color: #a0b0c8;
  font-weight: 500;
}

.works-card__body { padding: 20px 22px 24px; }

.works-card__title {
  font-size: 1rem;
  margin-bottom: 8px;
}

.works-card__excerpt {
  font-size: 0.875rem;
  color: var(--color-text-light);
  margin: 0;
}

.works-card__coming-text {
  font-size: 0.85rem;
  color: var(--color-text-light);
  text-align: center;
  margin: 0;
}

.works-preview__cta { text-align: center; }

/* --------------------------------------------------------------------------
   15. FAQ Section
   -------------------------------------------------------------------------- */
.faq-list { display: flex; flex-direction: column; gap: 12px; }

.faq-item {
  background: var(--color-white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  border: 1px solid var(--color-border);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  text-align: left;
  transition: background var(--transition);
  font-size: 0.95rem;
  font-family: var(--font-body);
  color: var(--color-navy);
  font-weight: 500;
}

.faq-question:hover { background: rgba(232, 113, 74, 0.04); }

.faq-question[aria-expanded="true"] { background: rgba(232, 113, 74, 0.04); }

.faq-question__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--color-navy);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  font-family: 'Georgia', serif;
}

.faq-question__text { flex: 1; }

.faq-question__toggle {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
}

.faq-question__toggle::before,
.faq-question__toggle::after {
  content: '';
  position: absolute;
  background: var(--color-navy);
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}

.faq-question__toggle::before {
  width: 14px; height: 2px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}

.faq-question__toggle::after {
  width: 2px; height: 14px;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}

.faq-question[aria-expanded="true"] .faq-question__toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.faq-answer {
  padding: 0 24px 22px;
  padding-left: calc(24px + 28px + 16px);
}

.faq-answer[hidden] { display: none; }

.faq-answer p {
  font-size: 0.9rem;
  color: var(--color-text);
  line-height: 1.8;
  margin: 0;
}

.faq-answer a { color: var(--color-navy); text-decoration: underline; }

.faq-preview__cta { text-align: center; margin-top: 32px; }

.faq-category { margin-bottom: 48px; }
.faq-category:last-child { margin-bottom: 0; }

.faq-category__title {
  font-size: 1.15rem;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color-border);
  color: var(--color-navy);
}

.faq-container { max-width: 780px; }

/* --------------------------------------------------------------------------
   16. CTA Section
   -------------------------------------------------------------------------- */
.cta-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--color-navy) 0%, #2a5080 100%);
  padding: 100px 0;
  text-align: center;
}

.cta-section__blobs { position: absolute; inset: 0; pointer-events: none; }

.cta-blob-1 {
  width: 400px; height: 400px;
  top: 0; left: 0;
  opacity: 0.12;
  animation: none;
}
.cta-blob-2 {
  width: 280px; height: 280px;
  top: 0; left: 0;
  opacity: 0.1;
  border-radius: 40% 60% 60% 40% / 50% 40% 60% 50%;
  animation: none;
}
.cta-blob-3 {
  width: 180px; height: 180px;
  top: 0; left: 0;
  opacity: 0.08;
  border-radius: 70% 30% 40% 60% / 50% 60% 40% 50%;
  animation: none;
}

.cta-section__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cta-section__sub {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.cta-section__title {
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  color: var(--color-white);
  margin-bottom: 20px;
  line-height: 1.5;
}

.cta-section__desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 36px;
  line-height: 1.9;
}
