/* ===================================
   DALAT EXPORT SERVICE - PDF DESIGN
   完全PDFデザイン準拠版
=================================== */

/* ===================== 共通スタイル ===================== */
.pdf-page {
  width: 100%;
  min-height: 100vh;
  background: #F5EBE0;
  padding: 3rem 2rem 4rem;
  position: relative;
}

.page-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

/* ロゴ */
.page-logo {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.3rem;
}

.page-logo img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.logo-label {
  font-size: 0.75rem;
  color: #8B4513;
  font-weight: 600;
  margin: 0;
}

/* ページヘッダー */
.page-header {
  text-align: right;
  margin-bottom: 3rem;
  padding-top: 1rem;
}

.page-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #8B4513;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.page-subtitle {
  font-size: 1rem;
  color: #666;
  font-weight: 400;
}

/* ===================== PAGE 1: 導入メリット ===================== */
.page1 .page-header {
  margin-top: 2rem;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.benefit-card {
  background: #fff;
  border-radius: 20px;
  padding: 2rem 1.8rem;
  box-shadow: 0 4px 15px rgba(139, 69, 19, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(139, 69, 19, 0.15);
}

.benefit-card .card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.benefit-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  margin: 0;
}

.benefit-card .card-subtitle {
  font-size: 0.85rem;
  color: #8B4513;
  font-weight: 600;
  margin: 0;
}

.benefit-card .card-text {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #555;
  margin: 0.5rem 0;
  flex-grow: 1;
}

.card-stats {
  display: flex;
  justify-content: space-around;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 2px solid #F5EBE0;
}

.card-stats .stat {
  text-align: center;
}

.stat-value {
  font-size: 2rem;
  font-weight: 900;
  color: #8B4513;
  line-height: 1;
}

.stat-label {
  font-size: 0.75rem;
  color: #666;
  margin-top: 0.3rem;
}

/* ===================== PAGE 2: 支援フロー ===================== */
.flow-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.flow-card {
  background: #fff;
  border-radius: 20px;
  padding: 2rem 1.8rem;
  box-shadow: 0 4px 15px rgba(139, 69, 19, 0.1);
  position: relative;
}

.flow-card .flow-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #F4CBA5 0%, #E8B088 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8B4513;
  font-size: 2rem;
  margin-bottom: 1.2rem;
}

.flow-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}

.flow-card .flow-subtitle {
  font-size: 0.85rem;
  color: #8B4513;
  font-weight: 600;
  margin-bottom: 1.2rem;
}

.flow-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}

.flow-list li {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 0.8rem;
  padding-left: 1.5rem;
  position: relative;
}

.flow-list li i {
  position: absolute;
  left: 0;
  top: 0.3rem;
  color: #8B4513;
  font-size: 0.8rem;
}

.flow-status {
  display: inline-block;
  background: #8B4513;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.4rem 1rem;
  border-radius: 20px;
}

/* 導入ステップ */
.implementation-steps {
  margin-top: 4rem;
  background: #fff;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 4px 15px rgba(139, 69, 19, 0.1);
}

.steps-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #8B4513;
  margin-bottom: 2rem;
  text-align: center;
}

.steps-timeline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.step-item {
  flex: 1;
  text-align: center;
  background: #F5EBE0;
  padding: 1.5rem 1rem;
  border-radius: 15px;
}

.step-number {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}

.step-item h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}

.step-item p {
  font-size: 0.85rem;
  color: #666;
  margin: 0;
}

.step-arrow {
  font-size: 1.5rem;
  color: #8B4513;
}

/* CTA */
.page-cta {
  margin-top: 3rem;
  background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);
  border-radius: 20px;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  box-shadow: 0 6px 20px rgba(139, 69, 19, 0.2);
}

.cta-content {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: #fff;
}

.cta-content i {
  font-size: 3rem;
  opacity: 0.9;
}

.cta-content p {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}

.cta-button {
  display: inline-block;
  background: #fff;
  color: #8B4513;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cta-button:hover {
  background: #F5EBE0;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

/* ===================== PAGE 3: 提供サービス一覧 ===================== */
.services-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.service-card {
  background: #fff;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  box-shadow: 0 4px 15px rgba(139, 69, 19, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.service-number {
  position: absolute;
  top: -15px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #8B4513;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(139, 69, 19, 0.3);
}

.service-card .service-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #F4CBA5 0%, #E8B088 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8B4513;
  font-size: 1.8rem;
}

.service-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.3;
}

.service-card .service-subtitle {
  font-size: 0.8rem;
  color: #8B4513;
  font-weight: 600;
  margin: 0;
}

.service-list {
  list-style: none;
  padding: 0;
  margin: 0.8rem 0;
  flex-grow: 1;
}

.service-list li {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 0.6rem;
  padding-left: 1rem;
  position: relative;
}

.service-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #8B4513;
  font-weight: 700;
}

.service-status {
  display: inline-block;
  background: #8B4513;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  align-self: flex-start;
}

.page-cta-center {
  text-align: center;
  margin-top: 3rem;
}

.cta-button-outline {
  display: inline-block;
  border: 3px solid #8B4513;
  color: #8B4513;
  background: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 1rem 3rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-button-outline:hover {
  background: #8B4513;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(139, 69, 19, 0.3);
}

/* ===================== PAGE 4: 課題と解決策 ===================== */
.two-column-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem;
}

.challenge-panel,
.solution-panel {
  background: #fff;
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 4px 15px rgba(139, 69, 19, 0.1);
}

.panel-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #8B4513;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid #F5EBE0;
}

.challenge-items,
.solution-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.challenge-item,
.solution-item {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  padding: 1.2rem;
  background: #F5EBE0;
  border-radius: 12px;
}

.challenge-icon,
.solution-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
}

.challenge-icon {
  background: #FFE5E5;
  color: #D32F2F;
}

.solution-icon {
  background: #E8F5E9;
  color: #388E3C;
}

.challenge-content h4,
.solution-content h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 0.3rem 0;
}

.challenge-content p,
.solution-content p {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* Before/After */
.before-after {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.ba-item {
  flex: 1;
  padding: 1.5rem;
  border-radius: 12px;
  text-align: center;
}

.ba-item.before {
  background: #FFE5E5;
  border: 2px solid #D32F2F;
}

.ba-item.after {
  background: #E8F5E9;
  border: 2px solid #388E3C;
}

.ba-label {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  display: inline-block;
}

.ba-item.before .ba-label {
  background: #D32F2F;
  color: #fff;
}

.ba-item.after .ba-label {
  background: #388E3C;
  color: #fff;
}

.ba-item p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.ba-arrow {
  font-size: 2rem;
  color: #8B4513;
}

/* プロセスフロー */
.process-flow {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}

.process-step {
  flex: 1;
  background: linear-gradient(135deg, #F4CBA5 0%, #E8B088 100%);
  padding: 1.5rem;
  border-radius: 12px;
  text-align: center;
}

.process-step h5 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #8B4513;
  margin: 0 0 0.5rem 0;
}

.process-step p {
  font-size: 0.85rem;
  color: #666;
  margin: 0;
}

.process-arrow {
  font-size: 1.5rem;
  color: #8B4513;
}

/* ===================== STRENGTHS: 私たちの強み ===================== */
.page-strengths {
  background: #F5EBE0;
  padding: 4rem 2rem;
}

.strengths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.strength-card {
  background: #fff;
  border-radius: 20px;
  padding: 2.5rem 2rem;
  box-shadow: 0 4px 15px rgba(139, 69, 19, 0.1);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.strength-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(139, 69, 19, 0.15);
}

.strength-card .card-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.strength-card .card-badge {
  display: inline-block;
  background: linear-gradient(135deg, #F4CBA5 0%, #E8B088 100%);
  color: #8B4513;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.5rem 1.2rem;
  border-radius: 20px;
  margin-bottom: 0.5rem;
  align-self: flex-start;
}

.strength-card h3 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  margin: 0;
}

.strength-card .card-text {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

/* サマリーメッセージ */
.strengths-summary {
  margin-top: 3rem;
  background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%);
  border-radius: 20px;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #fff;
  box-shadow: 0 6px 20px rgba(139, 69, 19, 0.2);
}

.summary-icon {
  font-size: 3.5rem;
  opacity: 0.9;
  flex-shrink: 0;
}

.summary-text {
  font-size: 1.15rem;
  line-height: 1.7;
  margin: 0;
}

.summary-text strong {
  font-weight: 700;
}

/* ===================== FOOTER ===================== */
.site-footer {
  background: #2C2416;
  color: #fff;
  padding: 3rem 2rem 1.5rem;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-bottom: 2rem;
}

.footer-col h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #D4A574;
}

.footer-logo {
  width: 100px;
  margin-bottom: 1rem;
  border-radius: 8px;
}

.footer-tagline {
  font-style: italic;
  font-size: 0.95rem;
  margin-bottom: 0.8rem;
  opacity: 0.9;
}

.footer-mission {
  font-size: 0.9rem;
  line-height: 1.6;
  opacity: 0.8;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 0.8rem;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 0.95rem;
}

.footer-links a:hover {
  color: #D4A574;
}

.footer-contact li {
  font-size: 0.9rem;
  line-height: 1.8;
}

.footer-contact i {
  color: #D4A574;
  margin-right: 0.8rem;
  width: 20px;
}

.footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: rgba(212, 165, 116, 0.15);
  border-radius: 50%;
  color: #D4A574;
  font-size: 1.3rem;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #D4A574;
  color: #2C2416;
  transform: translateY(-3px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  text-align: center;
  font-size: 0.85rem;
  opacity: 0.7;
  max-width: 1400px;
  margin: 0 auto;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1200px) {
  .services-row {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .service-card:nth-child(4),
  .service-card:nth-child(5) {
    grid-column: span 1;
  }
}

@media (max-width: 968px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .flow-steps {
    grid-template-columns: 1fr;
  }
  
  .services-row {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .two-column-layout {
    grid-template-columns: 1fr;
  }
  
  .steps-timeline {
    flex-direction: column;
  }
  
  .step-arrow {
    transform: rotate(90deg);
  }
  
  .page-cta {
    flex-direction: column;
    text-align: center;
  }
  
  .before-after {
    flex-direction: column;
  }
  
  .ba-arrow {
    transform: rotate(90deg);
  }
  
  .footer-container {
    grid-template-columns: 1fr;
  }
  
  .strengths-grid {
    grid-template-columns: 1fr;
  }
  
  .strengths-summary {
    flex-direction: column;
    text-align: center;
  }
  
  .summary-icon {
    font-size: 2.5rem;
  }
}

@media (max-width: 640px) {
  .page-title {
    font-size: 1.6rem;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  
  .services-row {
    grid-template-columns: 1fr;
  }
  
  .page-logo img {
    width: 60px;
    height: 60px;
  }
  
  .cta-button {
    padding: 0.9rem 2rem;
    font-size: 1rem;
  }
}
