@charset "utf-8";

/* ============================================================
   Partner LP Styles
   Color: Teal #13b5b1 (brand), Dark #424343
   Font: Noto Sans JP + Bebas Neue
   ============================================================ */

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { font-size: 62.5%; scroll-behavior: smooth; scroll-padding-top: 80px; }

body {
  color: #424343;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', メイリオ, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; vertical-align: top; }
a { color: inherit; text-decoration: none; transition: opacity 0.3s; }
a:hover { opacity: 0.8; }
ul { list-style: none; }
h1,h2,h3,h4,h5 { font-weight: 700; }
p { margin: 0; }

.en-font, .section-en { font-family: 'Bebas Neue', cursive; }

/* ---------- Utility ---------- */
.container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.sp-hidden { display: block; }
.pc-hidden { display: none; }

/* ---------- fadeIn ---------- */
.fadeIn { opacity: 0; transform: translateY(20px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fadeIn.animated { opacity: 1; transform: translateY(0); }

/* ============================================================
   HEADER
   ============================================================ */
#header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  height: 76px;
  transition: transform 0.3s;
}

.header-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
  height: 100%;
}

.header-logo { flex-shrink: 0; }
.header-logo a { display: block; }
.header-logo img { height: 36px; width: auto; }

.header-nav ul { display: flex; gap: 28px; }
.header-nav ul li a {
  font-size: 14px; font-weight: 500; color: #424343;
  padding: 8px 0; position: relative;
}
.header-nav ul li a::after {
  content: ''; position: absolute; left: 0; bottom: 0;
  width: 0; height: 2px; background: #13b5b1; transition: width 0.3s;
}
.header-nav ul li a:hover::after { width: 100%; }
.header-nav ul li a:hover { opacity: 1; }

.header-cta { display: flex; gap: 10px; }

/* SP Menu Trigger */
.menu-trigger {
  width: 28px; height: 20px; position: relative; cursor: pointer;
}
.menu-trigger span {
  display: block; position: absolute; left: 0; width: 100%;
  height: 2px; background: #424343; transition: 0.3s;
}
.menu-trigger span:nth-child(1) { top: 0; }
.menu-trigger span:nth-child(2) { top: 9px; }
.menu-trigger span:nth-child(3) { top: 18px; }
.menu-trigger.active span:nth-child(1) { top: 9px; transform: rotate(45deg); }
.menu-trigger.active span:nth-child(2) { opacity: 0; }
.menu-trigger.active span:nth-child(3) { top: 9px; transform: rotate(-45deg); }

/* SP Menu */
#sp-menu {
  position: fixed; top: 64px; left: 0; width: 100%; z-index: 999;
  background: #424343; padding: 32px 20px;
  transform: translateY(-120%); transition: transform 0.3s;
}
#sp-menu.active { transform: translateY(0); }
#sp-menu nav ul { display: flex; flex-direction: column; gap: 20px; }
#sp-menu nav ul li a { color: #fff; font-size: 16px; font-weight: 500; }
.sp-menu-cta { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50px; font-weight: 700; cursor: pointer;
  transition: all 0.3s; border: 2px solid transparent;
  text-align: center; white-space: nowrap;
}

.btn-sm { font-size: 13px; padding: 8px 20px; }
.btn-lg { font-size: 16px; padding: 16px 36px; }
.btn-wide { font-size: 16px; padding: 16px 48px; width: 100%; max-width: 400px; }

.btn-primary {
  background: #13b5b1; color: #fff; border-color: #13b5b1;
}
.btn-primary:hover { background: #0f9d99; border-color: #0f9d99; opacity: 1; }

.btn-outline {
  background: transparent; color: #13b5b1; border-color: #13b5b1;
}
.btn-outline:hover { background: #13b5b1; color: #fff; opacity: 1; }

.btn-outline-white {
  background: transparent; color: #fff; border-color: #fff;
}
.btn-outline-white:hover { background: #fff; color: #13b5b1; opacity: 1; }

.btn-white {
  background: #fff; color: #13b5b1; border-color: #fff;
}
.btn-white:hover { background: rgba(255,255,255,0.9); opacity: 1; }

.btn-text {
  background: none; color: #13b5b1; font-size: 15px; font-weight: 700;
  padding: 0; border: none;
}
.btn-text:hover { text-decoration: underline; opacity: 1; }

button.btn:disabled {
  background: #ccc; border-color: #ccc; color: #888; cursor: not-allowed;
}

/* ============================================================
   FIRST VIEW
   ============================================================ */
#fv {
  padding: 120px 0 80px;
  background: linear-gradient(135deg, #e8f8f7 0%, #fff 50%, #f0fafa 100%);
  overflow: hidden;
}

.fv-flex { display: flex; align-items: center; gap: 48px; }
.fv-left { width: 48%; }
.fv-right { width: 52%; }

.fv-label {
  display: inline-block; font-family: 'Bebas Neue', cursive;
  font-size: 16px; letter-spacing: 0.15em; color: #13b5b1;
  border: 1px solid #13b5b1; border-radius: 4px;
  padding: 4px 14px; margin-bottom: 20px;
}

.fv-main-copy {
  font-size: 36px; font-weight: 900; line-height: 1.4;
  color: #424343; margin-bottom: 20px;
}

.fv-sub-copy {
  font-size: 15px; line-height: 1.9; color: #666; margin-bottom: 24px;
}

.fv-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.chip {
  display: inline-block; font-size: 13px; font-weight: 700;
  color: #13b5b1; background: rgba(19,181,177,0.1);
  border-radius: 20px; padding: 6px 16px;
}

.fv-cta { display: flex; gap: 14px; margin-bottom: 16px; flex-wrap: wrap; }

.fv-note { font-size: 13px; color: #999; }

.fv-visual { position: relative; }
.fv-main-img { width: 100%; height: auto; display: block; }
.fv-badges {
  display: flex; gap: 8px; margin-top: 16px; justify-content: center; flex-wrap: wrap;
}
.badge {
  font-size: 12px; font-weight: 700; color: #fff;
  background: #13b5b1; border-radius: 20px; padding: 6px 16px;
}

/* ============================================================
   TRUST BAR
   ============================================================ */
#trust-bar {
  background: #f5f7fa; padding: 48px 0;
}

.trust-flex { display: flex; justify-content: space-around; gap: 20px; flex-wrap: wrap; }

.trust-item {
  text-align: center; flex: 1; min-width: 200px;
}
.trust-number {
  display: block; font-family: 'Bebas Neue', cursive;
  font-size: 42px; font-weight: 400; color: #13b5b1; line-height: 1.2;
}
.trust-number small { font-size: 18px; font-weight: 700; font-family: 'Noto Sans JP', sans-serif; }
.trust-number.is-jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px; font-weight: 700; letter-spacing: 0.02em;
}
.trust-number.is-jp small { font-size: 14px; font-weight: 500; }
.trust-label { display: block; font-size: 14px; color: #666; margin-top: 4px; }

/* ============================================================
   SECTION COMMON
   ============================================================ */
.section { padding: 96px 0; }
.section-gray { background: #f5f7fa; }

.section-header { text-align: center; margin-bottom: 56px; }

.section-en {
  display: block; font-family: 'Bebas Neue', cursive;
  font-size: 16px; letter-spacing: 0.15em; color: #13b5b1;
  margin-bottom: 8px;
}

.section-title {
  font-size: 32px; font-weight: 900; line-height: 1.4;
  color: #424343; margin-bottom: 16px;
}

.section-title-left {
  font-size: 28px; font-weight: 900; line-height: 1.5;
  color: #424343; margin-bottom: 20px;
}

.section-lead {
  font-size: 15px; line-height: 1.9; color: #666; max-width: 720px; margin: 0 auto;
}

.section-text {
  font-size: 15px; line-height: 1.9; color: #666;
}

.section-cta-center { text-align: center; margin-top: 48px; }
.section-cta-dual { display: flex; justify-content: center; gap: 16px; margin-top: 48px; flex-wrap: wrap; }

/* ============================================================
   SECTION 1: REASON
   ============================================================ */
.reason-flex { display: flex; gap: 48px; align-items: flex-start; }
.reason-left { width: 40%; }
.reason-right { width: 60%; display: flex; flex-direction: column; gap: 20px; }

.reason-card {
  background: #fff; border-radius: 12px; padding: 28px 32px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  display: flex; gap: 20px; align-items: flex-start;
}
.reason-card-icon {
  font-family: 'Bebas Neue', cursive; font-size: 36px; color: #13b5b1;
  line-height: 1; flex-shrink: 0; min-width: 48px;
}
.reason-card h3 { font-size: 18px; margin-bottom: 8px; }
.reason-card p { font-size: 14px; color: #666; line-height: 1.7; }

/* ============================================================
   SECTION 2: MERITS
   ============================================================ */
.merits-flex { display: flex; gap: 32px; }

.merit-card {
  flex: 1; background: #fff; border-radius: 16px; padding: 40px 28px;
  text-align: center; box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.merit-icon { width: 56px; height: 56px; margin: 0 auto 20px; }
.merit-icon svg { width: 100%; height: 100%; }
.merit-card h3 { font-size: 20px; margin-bottom: 12px; color: #13b5b1; }
.merit-card p { font-size: 14px; color: #666; line-height: 1.8; }

/* ============================================================
   SECTION 3: SERVICE OVERVIEW
   ============================================================ */
.service-flex { display: flex; gap: 56px; align-items: center; }
.service-left { width: 52%; }
.service-right { width: 48%; }
.service-img { border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }

.service-features {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
  margin: 24px 0;
}
.feature-item {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 500;
}
.feature-icon { font-size: 18px; }

.service-note {
  font-size: 13px; color: #999; margin-bottom: 16px;
  padding: 12px 16px; background: #f5f7fa; border-radius: 8px;
}

/* ============================================================
   SECTION 4: RECOMMEND
   ============================================================ */
.check-flex { display: flex; gap: 40px; margin-bottom: 8px; }
.check-col { flex: 1; }

.check-list li {
  font-size: 15px; line-height: 1.8; padding: 10px 0 10px 32px;
  position: relative; border-bottom: 1px solid #eee;
}
.check-list li::before {
  content: ''; position: absolute; left: 0; top: 50%;
  transform: translateY(-50%); width: 20px; height: 20px;
  background: #13b5b1; border-radius: 50%;
}
.check-list li::after {
  content: ''; position: absolute; left: 5px; top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 5px; height: 10px;
  border-right: 2px solid #fff; border-bottom: 2px solid #fff;
}

/* ============================================================
   SECTION 5: PROGRAM
   ============================================================ */
.program-flex { display: flex; gap: 24px; margin-bottom: 40px; }

.program-card {
  flex: 1; background: #fff; border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06); overflow: hidden;
}
.program-card-header {
  background: #13b5b1; padding: 24px 28px;
}
.program-type {
  font-family: 'Bebas Neue', cursive; font-size: 14px;
  letter-spacing: 0.1em; color: rgba(255,255,255,0.7);
  display: block; margin-bottom: 4px;
}
.program-card-header h3 { font-size: 22px; color: #fff; }
.program-card > p { padding: 24px 28px; font-size: 14px; line-height: 1.8; color: #666; }

.support-bar {
  background: #f5f7fa; border-radius: 12px; padding: 32px 40px;
  text-align: center; margin-bottom: 8px;
}
.support-bar h3 { font-size: 18px; margin-bottom: 8px; color: #13b5b1; }
.support-bar p { font-size: 14px; color: #666; }

/* ============================================================
   SECTION 6: DEEP DIVE
   ============================================================ */
.deep-block {
  display: flex; gap: 48px; align-items: center;
  margin-bottom: 56px;
}
.deep-block.reverse { flex-direction: row-reverse; }
.deep-text { flex: 1; }
.deep-visual { flex: 1; max-width: 420px; }
.deep-visual img { border-radius: 12px; box-shadow: 0 4px 16px rgba(0,0,0,0.06); }
.deep-text h3 { font-size: 22px; margin-bottom: 16px; color: #424343; }
.deep-text p { font-size: 15px; line-height: 1.9; color: #666; }

/* ============================================================
   SECTION 7: FLOW
   ============================================================ */
.flow-timeline { max-width: 720px; margin: 0 auto; }

.flow-step {
  display: flex; gap: 24px; position: relative;
  padding-bottom: 40px;
}
.flow-step:last-child { padding-bottom: 0; }
.flow-step::before {
  content: ''; position: absolute; left: 23px; top: 48px;
  width: 2px; height: calc(100% - 48px); background: #d4eeee;
}
.flow-step:last-child::before { display: none; }

.flow-number {
  width: 48px; height: 48px; border-radius: 50%;
  background: #13b5b1; color: #fff; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', cursive; font-size: 22px;
  position: relative; z-index: 1;
}

.flow-content h3 { font-size: 18px; margin-bottom: 6px; color: #424343; }
.flow-content p { font-size: 14px; color: #666; line-height: 1.7; }

.flow-note {
  max-width: 720px; margin: 32px auto 0;
  background: #f5f7fa; border-radius: 8px; padding: 16px 24px;
  font-size: 13px; color: #999;
}

/* ============================================================
   SECTION 8: FAQ
   ============================================================ */
.faq-list { max-width: 800px; margin: 0 auto; }

.faq-item {
  background: #fff; border-radius: 12px; margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04); overflow: hidden;
}

.faq-question {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 24px; cursor: pointer; user-select: none;
}
.faq-q {
  font-family: 'Bebas Neue', cursive; font-size: 22px;
  color: #13b5b1; flex-shrink: 0; width: 32px; text-align: center;
}
.faq-question p { flex: 1; font-size: 15px; font-weight: 700; }
.faq-toggle {
  width: 24px; height: 24px; position: relative; flex-shrink: 0;
}
.faq-toggle::before, .faq-toggle::after {
  content: ''; position: absolute; background: #13b5b1;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
.faq-toggle::before { width: 14px; height: 2px; }
.faq-toggle::after { width: 2px; height: 14px; }
.faq-item.active .faq-toggle::after { transform: translate(-50%, -50%) rotate(90deg); }

.faq-answer {
  display: none; padding: 0 24px 20px; gap: 16px;
}
.faq-item.active .faq-answer { display: flex; }
.faq-a {
  font-family: 'Bebas Neue', cursive; font-size: 22px;
  color: #ff9a29; flex-shrink: 0; width: 32px; text-align: center;
}
.faq-answer p { flex: 1; font-size: 14px; line-height: 1.8; color: #666; }

.faq-cta-box {
  max-width: 800px; margin: 48px auto 0;
  background: #fff; border-radius: 16px; padding: 40px;
  text-align: center; box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.faq-cta-box h3 { font-size: 20px; margin-bottom: 12px; }
.faq-cta-box p { font-size: 14px; color: #666; margin-bottom: 24px; }

/* ============================================================
   SECTION 9: FINAL CTA
   ============================================================ */
#final-cta {
  padding: 80px 0; background: #13b5b1;
}
.final-cta-inner { text-align: center; color: #fff; }
.final-cta-inner h2 { font-size: 30px; line-height: 1.5; margin-bottom: 16px; }
.final-cta-inner > p { font-size: 15px; line-height: 1.9; opacity: 0.9; margin-bottom: 32px; }
.final-cta-buttons { display: flex; justify-content: center; gap: 16px; margin-bottom: 16px; flex-wrap: wrap; }
.final-cta-note { font-size: 13px; opacity: 0.7; }

/* ============================================================
   SECTION 10: CONTACT FORM
   ============================================================ */
.contact-flex { display: flex; gap: 56px; }
.contact-left { width: 38%; }
.contact-right { width: 62%; }

.contact-hints { margin-top: 32px; }
.contact-hints h4 { font-size: 15px; margin-bottom: 12px; color: #13b5b1; }
.contact-hints ul li {
  font-size: 14px; padding: 6px 0 6px 24px; position: relative; color: #666;
}
.contact-hints ul li::before {
  content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%);
  width: 8px; height: 8px; background: #13b5b1; border-radius: 50%;
}

.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 14px; font-weight: 700; margin-bottom: 6px; }
.form-group label.required::after {
  content: '必須'; font-size: 11px; color: #fff; background: #e74c3c;
  border-radius: 3px; padding: 2px 6px; margin-left: 8px; font-weight: 500;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="url"],
.form-group textarea {
  width: 100%; padding: 12px 16px; border: 1px solid #ddd;
  border-radius: 8px; font-size: 15px; font-family: inherit;
  transition: border-color 0.3s;
}
.form-group input:focus, .form-group textarea:focus {
  outline: none; border-color: #13b5b1;
}
.form-group textarea { resize: vertical; }

.radio-group { display: flex; flex-wrap: wrap; gap: 16px; padding-top: 4px; }
.radio-label {
  display: flex; align-items: center; gap: 6px; font-size: 14px; cursor: pointer;
}
.radio-label input { accent-color: #13b5b1; }

.form-agree { margin-top: 24px; }
.checkbox-label {
  display: flex; align-items: center; gap: 8px; font-size: 14px; cursor: pointer;
}
.checkbox-label input { accent-color: #13b5b1; width: 16px; height: 16px; }
.checkbox-label a { color: #13b5b1; text-decoration: underline; }

.form-submit { text-align: center; margin-top: 32px; }
.form-note {
  font-size: 13px; color: #999; text-align: center; margin-top: 16px;
}

/* ============================================================
   FOOTER
   ============================================================ */
#footer {
  background: #424343; color: #fff; padding: 56px 0 40px;
}

.footer-flex { display: flex; justify-content: space-between; align-items: flex-start; }
.footer-logo-area { flex-shrink: 0; }
.footer-logo { max-width: 280px; margin-bottom: 12px; }
.footer-logo img { width: 100%; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.6); }

.footer-nav { display: flex; gap: 56px; }
.footer-nav-col h4 { font-size: 14px; font-weight: 700; margin-bottom: 12px; color: rgba(255,255,255,0.5); }
.footer-nav-col ul li { margin-bottom: 8px; }
.footer-nav-col ul li a { font-size: 14px; color: #fff; }
.footer-nav-col ul li a:hover { opacity: 0.7; }

/* ============================================================
   SP FIXED CTA BAR
   ============================================================ */
#sp-fixed-cta {
  position: fixed; bottom: 0; left: 0; width: 100%;
  display: none; height: 58px; z-index: 999;
  box-shadow: 0 -2px 8px rgba(0,0,0,0.1);
}
.sp-cta-btn {
  flex: 1; display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; color: #fff;
}
.sp-cta-download { background: #424343; }
.sp-cta-contact { background: #13b5b1; }

/* ============================================================
   RESPONSIVE (max-width: 768px)
   ============================================================ */
@media screen and (max-width: 768px) {
  html { scroll-padding-top: 64px; }

  .sp-hidden { display: none !important; }
  .pc-hidden { display: block; }

  #header { height: 64px; }
  .header-logo img { height: 28px; }
  .header-inner { padding: 0 16px; }

  #sp-fixed-cta { display: flex; }

  /* FV */
  #fv { padding: 88px 0 48px; }
  .fv-flex { flex-direction: column; gap: 32px; }
  .fv-left, .fv-right { width: 100%; }
  .fv-main-copy { font-size: 26px; }
  .fv-sub-copy { font-size: 14px; }
  .fv-cta { flex-direction: column; }
  .fv-cta .btn { width: 100%; }
  /* SP: Copy -> CTA -> Visual */
  .fv-right { order: 1; }

  /* Trust */
  #trust-bar { padding: 32px 0; }
  .trust-flex { flex-direction: column; gap: 24px; }
  .trust-item { display: flex; align-items: center; gap: 16px; text-align: left; min-width: auto; }
  .trust-number { font-size: 32px; min-width: 120px; }

  /* Sections */
  .section { padding: 64px 0; }
  .section-title { font-size: 24px; }
  .section-title-left { font-size: 22px; }
  .section-lead { font-size: 14px; }

  /* Reason */
  .reason-flex { flex-direction: column; gap: 32px; }
  .reason-left, .reason-right { width: 100%; }
  .reason-card { flex-direction: column; }
  .reason-card-icon { min-width: auto; }

  /* Merits */
  .merits-flex { flex-direction: column; gap: 20px; }

  /* Service */
  .service-flex { flex-direction: column; gap: 32px; }
  .service-left, .service-right { width: 100%; }
  .service-features { grid-template-columns: 1fr; }

  /* Recommend */
  .check-flex { flex-direction: column; gap: 0; }

  /* Program */
  .program-flex { flex-direction: column; gap: 20px; }
  .support-bar { padding: 24px 20px; }
  .section-cta-dual { flex-direction: column; align-items: center; }
  .section-cta-dual .btn { width: 100%; max-width: 400px; }

  /* Deep Dive */
  .deep-block, .deep-block.reverse { flex-direction: column; gap: 24px; }
  .deep-visual { max-width: 100%; }

  /* Flow */
  .flow-step { gap: 16px; }
  .flow-number { width: 40px; height: 40px; font-size: 18px; }
  .flow-step::before { left: 19px; top: 40px; height: calc(100% - 40px); }

  /* FAQ */
  .faq-question { padding: 16px 16px; }
  .faq-answer { padding: 0 16px 16px; }
  .faq-cta-box { padding: 28px 20px; }

  /* Final CTA */
  #final-cta { padding: 56px 0; }
  .final-cta-inner h2 { font-size: 22px; }
  .final-cta-buttons { flex-direction: column; align-items: center; }
  .final-cta-buttons .btn { width: 100%; max-width: 320px; }

  /* Contact */
  .contact-flex { flex-direction: column; gap: 32px; }
  .contact-left, .contact-right { width: 100%; }

  /* Footer */
  .footer-flex { flex-direction: column; gap: 32px; }
  .footer-nav { flex-wrap: wrap; gap: 32px; }

  /* SP footer padding for fixed CTA */
  #footer { padding-bottom: 80px; }

  /* Radio responsive */
  .radio-group { flex-direction: column; gap: 10px; }
}

/* ========== Thanks Page ========== */
.thanks-page #header { position: static; background: #fff; border-bottom: 1px solid #eee; }
.thanks-wrap {
  padding: 100px 0 120px;
  background: #f7faf9;
  min-height: calc(100vh - 300px);
  display: flex;
  align-items: center;
}
.thanks-inner {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}
.thanks-icon { width: 80px; height: 80px; margin: 0 auto 24px; }
.thanks-icon svg { width: 100%; height: 100%; }
.thanks-title {
  font-size: 28px;
  font-weight: 700;
  color: #424343;
  margin-bottom: 24px;
  line-height: 1.5;
}
.thanks-text {
  font-size: 16px;
  line-height: 1.9;
  color: #424343;
  margin-bottom: 24px;
}
.thanks-note {
  font-size: 14px;
  line-height: 1.8;
  color: #777;
  margin-bottom: 40px;
  padding: 16px 20px;
  background: #f7faf9;
  border-radius: 8px;
}
.thanks-cta { margin-top: 32px; }

@media (max-width: 768px) {
  .thanks-wrap { padding: 60px 0 80px; }
  .thanks-inner { padding: 40px 20px; margin: 0 16px; }
  .thanks-title { font-size: 22px; }
  .thanks-text { font-size: 15px; }
}

/* ========== Reason Intro (cards removed, intro only) ========== */
.reason-intro {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.reason-intro .section-title { margin-bottom: 24px; }
.reason-intro .section-lead { margin-bottom: 0; }

/* Service section: logo image variant (no shadow, transparent) */
.service-logo-img {
  border-radius: 0 !important;
  box-shadow: none !important;
  max-width: 100%;
  height: auto;
  padding: 20px 0;
}
