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

.success__text {
  margin-bottom: 27px;
}

.success {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

.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__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;
}

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

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

body.no-scroll {
  overflow: hidden;
}

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

/* Buttons */
.btn {
  display: inline-block;
  padding: 14px 32px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
  color: #fff !important;
}

.btn-primary {
  background: #00d4cc;
  color: #fff !important;
}

.btn-primary:hover {
  background: #00b8b0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 212, 204, 0.3);
}

.btn-secondary {
  background: transparent;
  color: #00d4cc;
  border: 2px solid #00d4cc;
}

.btn-secondary:hover {
  background: #00d4cc;
  color: #fff;
}

/* 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;
}

.nav {
  padding: 0 20px;
}

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

.logo {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}

.nav-menu {
  display: flex;
  gap: 2rem;
  align-items: center;
}

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

.nav-link:hover {
  color: #00d4cc;
}

.nav-right {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.nav-btn {
  background: #00d4cc;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.nav-btn:hover {
  background: #00b8b0;
  transform: translateY(-1px);
}

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

.nav-toggle .bar {
  width: 25px;
  height: 3px;
  background: #333;
  margin: 3px 0;
  transition: 0.3s;
}

/* Hero Section */
.hero {
  background: url("../img/bg-gradient.png") center / cover no-repeat;
  color: #fff;
  padding: 120px 0 80px;

  min-height: 100vh;
}

.hero-content {
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}

.hero-title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.1;
}

.hero-subtitle {
  font-size: 1.5rem;
  color: #00d4cc;
  margin-bottom: 2rem;
  font-weight: 500;
}

.hero-description {
  font-size: 1.1rem;
  margin-bottom: 2.5rem;
  line-height: 1.7;
  opacity: 0.9;
}

.hero-image {
  height: 280px;
}

.hero-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-position: bottom;
}

/* Stats Section */
.stats {
  padding: 100px 0;
  background: #f8f9fa;
  position: relative;
}

.stats-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
  color: #333;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-bottom: 4rem;
  max-width: 650px;
}

.stat-item {
  text-align: center;
  padding: 2rem;
}

.stats-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

@media (min-width: 900px) {
  .stats-content {
    flex-direction: row;
  }
}

.stat-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.stat-icon img {
  width: 80px;
  height: 80px;
}

.stat-number {
  font-size: 3rem;
  font-weight: 700;
  color: #00d4cc;
  margin-bottom: 1rem;
}

.stat-description {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
}

.stats-bike-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 12px;
}

/* Why Ride Section */
.why-ride {
  padding: 100px 0;
  background: #fff;
  text-align: center;
}

.section-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #333;
}

.section-description {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.mission {
  margin-top: 4rem;
}

.mission-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #333;
}

.mission-description {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

/* Store Section */
.store {
  padding: 100px 0;
  background: linear-gradient(135deg, #6b46c1 0%, #9333ea 100%);
  color: #fff;
}

.store-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
  line-height: 1.2;
}

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

.bike-category {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 2rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.category-image {
  margin-bottom: 1.5rem;
  border-radius: 12px;
  overflow: hidden;
  height: 200px;
}

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

.category-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}

.category-description {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

/* Hybrid Electric Section */
.hybrid-electric {
  padding: 100px 0;
  background: #fff;
}

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

.text-content .section-title {
  text-align: left;
  margin-bottom: 2rem;
}

.text-content .section-description {
  text-align: left;
  margin-bottom: 2rem;
  max-width: none;
}

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

/* Experience Section */
.experience {
  padding: 100px 0;
  background: #f8f9fa;
}

.experience-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #333;
  line-height: 1.2;
}

.experience-description {
  font-size: 1.2rem;
  color: #666;
  text-align: center;
  margin-bottom: 4rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

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

.experience-item {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.experience-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.experience-image {
  height: 140px;
  overflow: hidden;
  margin-top: 20px;
}

.experience-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.experience-item-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 1.5rem 1.5rem 1rem;
  color: #333;
}

.experience-item-description {
  font-size: 1rem;
  color: #666;
  margin: 0 1.5rem 2rem;
  line-height: 1.6;
}

.contact {
  background: url("../img/bg-gradient.png") center / cover no-repeat;
  color: #fff !important;
}

/* Footer */
.footer {
  background: #333;
  color: #fff;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}

.footer-info {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 600px;
  margin: 0 auto 20px;
}

.footer-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.contact-img {
  width: 100%;
}

.contact-details {
  font-size: 1.1rem;
  line-height: 1.8;
}


.contact-details a {
  color: #00d4cc;
  text-decoration: none;
}

.contact-details a:hover {
  text-decoration: underline;
}

.footer-bottom {
  background: #333;
  padding: 3rem 0 2rem;
}

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

.footer-logo {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}

.footer-company-info {
  font-size: 0.9rem;
  color: #ccc;
  line-height: 1.6;
}

.footer-company-info a {
  color: #00d4cc;
  text-decoration: none;
}

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

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

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

.footer-copyright {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid #555;
  color: #ccc;
  font-size: 0.9rem;
}

/* Cookie Popup */
.cookie-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: none;
}

.cookie-popup.active {
  display: block;
}

.cookie-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
}

.cookie-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 16px;
  padding: 3rem;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  text-align: center;
  border: 3px solid #00d4cc;
}

.cookie-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: #fef3c7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookie-icon img {
  width: 50px;
  height: 50px;
}

.cookie-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #333;
}

.cookie-description {
  font-size: 1rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 2rem;
}

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

/* Responsive Design */
@media (max-width: 1024px) {
  .stats-bike-image {
    display: none;
  }

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

  .bike-categories {
    grid-template-columns: 1fr;
  }

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

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

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

  .nav-toggle {
    display: flex;
  }

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

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

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

  .hero-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .hero-title {
    font-size: 2.5rem;
  }

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

  .section-title {
    font-size: 2rem;
  }

  .store-title,
  .experience-title,
  .form-title,
  .footer-title {
    font-size: 2rem;
  }

  .footer-bottom-content {
    flex-direction: column;
    gap: 2rem;
  }

  .footer-links {
    flex-direction: column;
    gap: 1rem;
  }

  .contact-form {
    padding: 2rem;
    margin: 0 20px;
  }

  .cookie-content {
    padding: 2rem;

    width: calc(100% - 40px);
  }

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

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

  .hero-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .stats-title,
  .store-title,
  .experience-title,
  .form-title,
  .footer-title {
    font-size: 1.8rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .btn {
    padding: 12px 24px;
    font-size: 14px;
  }

  .contact-form {
    padding: 1.5rem;
  }

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