.hero-section {
  padding-top: 2rem;
  background: white;
}

.hero-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-content {
  max-width: 500px;
}

.welcome-tag {
  color: #ff6b35;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 24px;
  line-height: 1.2;
}

.hero-description {
  font-size: 16px;
  color: #4a5568;
  margin-bottom: 32px;
  line-height: 1.6;
}

.contact-btn {
  background: #1a202c;
  color: white;
  padding: 16px 32px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-btn:hover {
  background: #2d3748;
}

.hero-image {
  text-align: right;
}

.hero-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.other-ways-section {
  padding: 80px 20px;
  background: #f8fafc;
}

.other-ways-container {
  max-width: 1200px;
  margin: 0 auto;
}

.other-ways-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 60px;
}

.ways-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.way-card {
  background: white;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.way-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.way-icon {
  width: 48px;
  height: 48px;
  background: #f8fafc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 24px;
}

.way-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 16px;
}

.way-description {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 24px;
}

.way-link {
  color: #1a202c;
  text-decoration: underline;
  font-weight: 500;
}

.call-section {
  padding: 2rem 0;
  background: white;
}

.call-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.call-content h2 {
  font-size: 48px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 24px;
  line-height: 1.2;
}

.call-subtitle {
  font-size: 20px;
  color: #1a202c;
  margin-bottom: 32px;
  font-weight: 600;
}

.benefits-list {
  list-style: none;
  margin-bottom: 40px;
}

.benefits-list li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 16px;
  color: #1a202c;
}

.benefits-list li::before {
  content: "•";
  color: #ff6b35;
  font-size: 20px;
  margin-right: 16px;
}

.call-btn {
  background: #1a202c;
  color: white;
  padding: 16px 32px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.call-btn:hover {
  background: #2d3748;
}

.call-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 20px;
}

.global-section {
  padding: 80px 0;
  background: #f0f3f5;
  text-align: center;
}

.global-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.global-title {
  font-size: 48px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 24px;
  line-height: 1.2;
}

.global-description {
  font-size: 16px;
  color: #4a5568;
  margin-bottom: 60px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.global-map {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.global-map img {
  max-width: 700px;
  width: 100%;
  height: auto;
}

.ebook-section {
  padding-top: 2rem;
  background: #1a202c;
  color: white;
  overflow: hidden;
}

.ebook-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.ebook-content h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 32px;
  line-height: 1.2;
}

.ebook-btn {
  background: white;
  color: #1a202c;
  padding: 16px 32px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.ebook-btn:hover {
  background: #f8fafc;
}

.ebook-image {
  text-align: right;
}

.ebook-image img {
  width: 100%;
  max-width: 300px;
  height: auto;
  position: relative;
  bottom: -10px;
}

.map-section {
  padding: 80px 20px;
  background: white;
}

.map-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.map-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 16px;
}

.map-address {
  font-size: 18px;
  color: #4a5568;
  font-weight: 500;
}

.map-embed {
  width: 100%;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.trial-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #fbb6ce, #f9a8d4);
  text-align: center;
}

.trial-container {
  max-width: 800px;
  margin: 0 auto;
}

.trial-title {
  font-size: 48px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 16px;
}

.trial-description {
  font-size: 16px;
  color: #1a202c;
  margin-bottom: 32px;
}

.trial-btn {
  display: inline-block;
  background: #1a202c;
  color: white;
  padding: 16px 32px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  margin-bottom: 16px;
}

.trial-btn:hover {
  background: #2d3748;
}

.trial-note {
  font-size: 14px;
  color: #1a202c;
  font-weight: 500;
}

@media (max-width: 768px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .hero-title {
    font-size: 32px;
  }

  .ways-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .other-ways-title {
    font-size: 28px;
  }

  .call-container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .call-content h2 {
    font-size: 32px;
  }

  .global-title {
    font-size: 32px;
  }

  .ebook-container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .ebook-content h2 {
    font-size: 32px;
  }

  .ebook-image {
    text-align: center;
  }

  .map-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .map-content {
    text-align: center;
  }

  .trial-title {
    font-size: 32px;
  }
}
