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

.success__text {
  margin-bottom: 30px;
}

.policy__title,
.success__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;

  margin-bottom: 30px;
}

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

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

.policy__link {
  color: #fff;
}

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: "Red Rose", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f5f5f5;
}

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

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.5rem;
  font-weight: 700;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

p {
  margin-bottom: 1rem;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  font-family: "Red Rose", sans-serif;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.btn-primary {
  background-color: #2d5016;
  color: white;
  border: 2px solid #2d5016;
}

.btn-primary:hover {
  background-color: #1f3a0f;
  border-color: #1f3a0f;
}

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

.btn-secondary:hover {
  background-color: white;
  color: #2d5016;
}

.btn-outline {
  background-color: transparent;
  color: #2d5016;
  border: 2px solid #2d5016;
}

.btn-outline:hover {
  background-color: #2d5016;
  color: white;
}

.btn-outline-dark {
  background-color: transparent;
  color: #333;
  border: 2px solid #333;
}

.btn-outline-dark:hover {
  background-color: #333;
  color: white;
}

.btn-link {
  background-color: transparent;
  color: #2d5016;
  border: none;
  text-decoration: underline;
}

.btn-full {
  width: 100%;
}

/* Header */
.header {
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

.navbar {
  padding: 1rem 0;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.nav-logo a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2d5016;
  text-decoration: none;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 2rem;
}

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

.nav-link:hover {
  color: #2d5016;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.bar {
  width: 25px;
  height: 3px;
  background-color: #2d5016;
  margin: 3px 0;
  transition: 0.3s;
}

/* Hero Section */
.hero {
  background-color: white;
  padding: 120px 0 80px;
  text-align: center;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.hero h1 {
  color: #2d5016;
  margin-bottom: 2rem;
}

.hero p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 3rem;
}

.hero-icon {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.icon-circle {
  width: 60px;
  height: 60px;
  border: 2px solid #2d5016;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #2d5016;
}

/* Partnership Section */
.partnership {
  padding: 0;
}

.partnership-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 600px;
}

.partnership-left {
  background-color: #2d5016;
  color: white;
  padding: 4rem 3rem;
}

.partnership-right {
  background-color: #e8f5e8;
  color: #333;
  padding: 4rem 3rem;
}

.partnership-left .icon,
.partnership-right .icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  display: block;
}

.partnership-left h2,
.partnership-right h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.partnership-left h3 {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  font-weight: 500;
}

.partnership-left ul {
  list-style: none;
  margin-bottom: 2rem;
}

.partnership-left li {
  margin-bottom: 1rem;
  padding-left: 1rem;
  position: relative;
}

.partnership-left li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #8bc34a;
}

/* Transformation Steps */
.transformation-steps {
  background-color: white;
  padding: 5rem 0;
}

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

.step-card {
  background-color: #e8f5e8;
  padding: 2.5rem 2rem;
  border-radius: 8px;
  border: 1px solid #d4edda;
}

.step-card .icon {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #2d5016;
}

.step-card h3 {
  color: #2d5016;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
}

.step-card ul {
  list-style: none;
  margin-bottom: 2rem;
}

.step-card li {
  margin-bottom: 0.8rem;
  padding-left: 1rem;
  position: relative;
  font-size: 0.9rem;
}

.step-card li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2d5016;
}

/* About Section */
.about {
  background-color: #f8f9fa;
  padding: 5rem 0;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-text h2 {
  color: #2d5016;
  margin-bottom: 2rem;
  font-size: 2.2rem;
}

.about-text p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #666;
}

.about-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Services Cards */
.services-cards {
  background-color: white;
  padding: 5rem 0;
}

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

.service-card {
  background-color: #e8f5e8;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #d4edda;
}

.service-image {
  height: 200px;
  overflow: hidden;
}

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

.service-content {
  padding: 2rem;
}

.service-content h3 {
  color: #2d5016;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.service-content p {
  margin-bottom: 1rem;
  color: #666;
  font-size: 0.95rem;
}

/* CTA Section */
.cta {
  background-color: #2d5016;
  color: white;
  padding: 5rem 0;
  text-align: center;
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.cta .icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  display: block;
}

.cta h2 {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}

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

/* Contact Section */
.contact {
  background-color: white;
  padding: 5rem 0;
}

.contact-content {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.contact h2 {
  color: #2d5016;
  margin-bottom: 3rem;
  font-size: 2rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group input {
  width: 100%;
  padding: 15px 20px;
  border: none;
  background-color: #f0f0f0;
  border-radius: 4px;
  font-family: "Red Rose", sans-serif;
  font-size: 1rem;
}

.form-group input:focus {
  outline: none;
  background-color: #e8f5e8;
}

/* Footer */
.footer {
  background-color: white;
  padding: 3rem 0 2rem;
  border-top: 1px solid #eee;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d5016;
  margin-bottom: 0.5rem;
}

.footer-left p {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}

.footer-center {
  display: flex;
  gap: 2rem;
}

.footer-center a {
  color: #666;
  text-decoration: none;
  font-size: 0.9rem;
}

.footer-center a:hover {
  color: #2d5016;
}

.social-links {
  display: flex;
  gap: 1rem;
}

.social-links a {
  width: 40px;
  height: 40px;
  background-color: #2d5016;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
}

.social-links a:hover {
  background-color: #1f3a0f;
}

/* Cookie Popup */
.cookie-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.cookie-popup.show {
  transform: translateY(0);
}

.cookie-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
}

.cookie-text h3 {
  color: #2d5016;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}

.cookie-text p {
  color: #666;
  margin: 0;
  font-size: 0.9rem;
}

.cookie-buttons {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}

.cookie-buttons .btn {
  padding: 10px 20px;
  font-size: 0.9rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .nav-menu {
    position: fixed;
    left: -100%;
    top: 70px;
    flex-direction: column;
    background-color: white;
    width: 100%;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    padding: 2rem 0;
    gap: 0;
  }

  .nav-menu.active {
    left: 0;
  }

  .nav-item {
    margin: 1rem 0;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .hero {
    padding: 100px 0 60px;
  }

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

  .partnership-left,
  .partnership-right {
    padding: 3rem 2rem;
  }

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

  .about-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

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

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

  .footer-center {
    order: -1;
  }

  .cookie-content {
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.5rem;
  }

  .cookie-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }

  .partnership-left,
  .partnership-right {
    padding: 2rem 1.5rem;
  }

  .step-card {
    padding: 2rem 1.5rem;
  }

  .service-content {
    padding: 1.5rem;
  }

  .contact-content {
    padding: 0 1rem;
  }

  .cookie-buttons {
    width: 100%;
  }

  .cookie-buttons .btn {
    flex: 1;
    min-width: auto;
  }
}
