.policy,
.success {
  padding-block: 120px 60px;
  min-height: 92vh;
}

.success__text {
  margin-bottom: 25px;
}

.policy__text h2,
.policy__text p,
.policy__text ul {
  margin-bottom: 17px;
}

.policy__text {
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: 0%;
}

.policy__text h2 {
  text-align: left;
  font-size: 24px;
}

.policy__text ul {
  padding-left: 22px;
}

.policy__title,
.success__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 110%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 28px;
}

.policy__link {
  color: #fff;
}

h1,
h2,
h3,
h4 {
  word-break: break-word;
}

html {
  scroll-behavior: smooth;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding-inline: 20px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.header {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.logo span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #02c39a;
}

.nav-list {
  display: flex;
  list-style: none;
  gap: 2rem;
  align-items: center;
}

.nav-list a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-list a:hover {
  color: #02c39a;
}

.contact-btn {
  background: #02c39a !important;
  color: white !important;
  padding: 0.5rem 1.5rem;
  border-radius: 25px;
  transition: background 0.3s ease;
}

.contact-btn:hover {
  background: #00a896 !important;
}

/* Burger Menu */
.burger-menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
}

.burger-menu span {
  width: 25px;
  height: 3px;
  background: #333;
  transition: 0.3s;
}

/* Hero Section */
.hero {
  background: linear-gradient(135deg, #ffffff 0%, #e8e3db 100%);
  padding: 120px 0 80px;

}

.hero-content h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 2rem;
  line-height: 1.2;
}

.hero-content p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;

  color: #666;
}

.hero-content p:nth-child(4) {
  font-style: italic;
  color: #02c39a;
  font-weight: 600;
}

.cta-btn {
  display: inline-block;
  background: #02c39a;
  color: white;
  padding: 1rem 2rem;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  margin-top: 1rem;
  transition: background 0.3s ease;
}

.cta-btn:hover {
  background: #00a896;
}

/* Daily Edge Section */
.daily-edge {
  padding: 80px 0;
  background: #fff;
}

.daily-edge h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  text-align: center;
}

.daily-edge > .container > p {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.training-categories {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.category {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.category-icon {
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.5rem;
}

.light-training .category-icon {
  background: #d4edda;
}

.heavy-training .category-icon {
  background: #fff3cd;
}

.mind-recovery .category-icon {
  background: #cce5ff;
}

.nutrition .category-icon {
  background: #e7d4ff;
}

.category-content {
  flex: 1;
}

.category-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}

.tips-content {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.tips-text {
  flex: 1;
}

.tips-text ul {
  list-style: none;
  padding: 0;
}

.tips-text li {
  margin-bottom: 1rem;
  color: #666;
  line-height: 1.6;
}

.tips-text strong {
  color: #333;
  font-weight: 600;
}

.tips-image {
  flex: 0 0 300px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}

.tips-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Testimonials Section */
.testimonials {
  padding: 80px 0;
  background: #f8f9fa;
}

.testimonials h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 1rem;
  text-align: center;
}

.testimonials > .container > p {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.testimonial {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-content h4 {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.testimonial-content p {
  color: #666;
  font-style: italic;
  line-height: 1.6;
}

/* Blog Section */
.blog {
  padding: 80px 0;
  background: #fff;
}

.blog h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 3rem;
  text-align: center;
}

.blog-categories {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.blog-category {
  border-bottom: 1px solid #eee;
  padding-bottom: 3rem;
}

.blog-category:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.blog-category h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
}

.blog-category > p {
  color: #666;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.blog-content {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}

.blog-text {
  flex: 1;
}

.blog-text ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.blog-text li {
  margin-bottom: 0.5rem;
  color: #666;
  padding-left: 1rem;
  position: relative;
}

.blog-text li::before {
  content: "•";
  color: #02c39a;
  position: absolute;
  left: 0;
  font-weight: bold;
}

.blog-text p {
  color: #666;
  margin-bottom: 1rem;
  font-style: italic;
}

.read-more {
  display: inline-block;
  background: #02c39a;
  color: white;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  border-radius: 20px;
  font-weight: 500;
  transition: background 0.3s ease;
}

.read-more:hover {
  background: #00a896;
}

.blog-image {
  flex: 0 0 350px;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Contact Section */
.contact {
  padding: 80px 0;
  background: linear-gradient(135deg, #02c39a 0%, #00a896 100%);
  color: white;
  text-align: center;
}

.contact h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.contact p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.contact-form {
  max-width: 800px;
  margin: 3rem auto 30px;
  background: rgba(255, 255, 255, 0.1);
  padding: 3rem;
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group input {
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  background: white;
}

.form-group input::placeholder {
  color: #999;
}

.submit-btn {
  width: 100%;
  background: #00a896;
  color: white;
  border: none;
  padding: 1rem;
  border-radius: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: "Montserrat", sans-serif;
}

.submit-btn:hover {
  background: #008577;
}

/* Footer */
.footer {
  background: #333;
  color: white;
  padding: 3rem 0 1rem;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.footer-contact p {
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.footer-nav h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #02c39a;
  margin-bottom: 1rem;
}

.footer-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.footer-nav li {
  margin-bottom: 0.5rem;
}

.footer-nav a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: #02c39a;
}

.footer-bottom {
  border-top: 1px solid #555;
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-links {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

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

.footer-links span {
  color: #666;
}

.copyright {
  color: #999;
}

/* Cookie Popup */
.cookie-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.cookie-popup.show {
  opacity: 1;
  visibility: visible;
}

.cookie-content {
  background: #02c39a;
  color: white;
  padding: 3rem;
  border-radius: 20px;
  max-width: 500px;
  width: 90%;
  text-align: center;
  position: relative;
}

.cookie-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.cookie-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cookie-content p {
  margin-bottom: 2rem;
  line-height: 1.6;
}

.cookie-buttons {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.accept-btn,
.more-info-btn,
.close-btn {
  padding: 1rem 2rem;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}

.accept-btn {
  background: #00a896;
  color: white;
}

.accept-btn:hover {
  background: #008577;
}

.more-info-btn {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.more-info-btn:hover {
  background: white;
  color: #02c39a;
}

/* Success Popup */
.success-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.success-popup.show {
  opacity: 1;
  visibility: visible;
}

.success-content {
  background: white;
  padding: 3rem;
  border-radius: 20px;
  max-width: 400px;
  width: 90%;
  text-align: center;
}

.success-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #02c39a;
  margin-bottom: 1rem;
}

.success-content p {
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.close-btn {
  background: #02c39a;
  color: white;
}

.close-btn:hover {
  background: #00a896;
}

/* Mobile Navigation */
.nav.mobile-active {
  display: flex;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 2rem;
}

.nav.mobile-active .nav-list {
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .nav {
    display: none;
  }

  .burger-menu {
    display: flex;
  }

  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .daily-edge h2,
  .testimonials h2,
  .blog h2,
  .contact h2 {
    font-size: 2rem;
  }

  .tips-content,
  .blog-content {
    flex-direction: column;
  }

  .tips-image,
  .blog-image {
    flex: none;
    width: 100%;
    max-width: none;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonial {
    flex-direction: column;
    text-align: center;
  }

  .footer-content {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .cookie-buttons {
    flex-direction: column;
  }

  .container {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 100px 0 60px;
  }

  .hero-content h1 {
    font-size: 1.8rem;
  }

  .contact-form {
    padding: 2rem 1.5rem;
  }

  .cookie-content {
    padding: 2rem 1.5rem;
  }

  .success-content {
    padding: 2rem 1.5rem;
  }
}
