@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}

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

/* Header */
.header {
  background-color: #2d2a5a;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav {
  width: 100%;
}

.brand-text {
  color: white;
  font-size: 16px;
  text-align: center;
  display: block;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 2px;
}

/* Hero Section */
.hero {
  background-color: #2d2a5a;
  color: white;
  padding: 80px 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.hero-description {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: 0.9;
}

.cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: white;
  padding: 15px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(99, 102, 241, 0.3);
}

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

.hero-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Why Choose Us Section */
.why-choose-us {
  padding: 100px 0;
  background-color: #f8fafc;
}

.section-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #2d2a5a;
}

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

.feature-card {
  background: white;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(45, 42, 90, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(45, 42, 90, 0.15);
}

.feature-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: white;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.feature-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2d2a5a;
}

.feature-description {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

/* Platform Services Section */
.platform-services {
  padding: 100px 0;
  background-color: #e2e8f0;
}

.platform-content {
  border-radius: 30px;
  padding: 32px;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
a {
  text-decoration: none;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
main {
  flex-grow: 1;
}
:root {
  scroll-behavior: smooth;
}
.platform-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #2d2a5a;
}

.service-item {
  margin-bottom: 40px;
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(45, 42, 90, 0.08);
}

.service-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2d2a5a;
}

.service-description {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

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

.platform-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* About Us Section */
.about-us {
  padding: 100px 0;
  background-color: #2d2a5a;
  color: white;
  text-align: center;
}

.about-us .section-title {
  color: white;
  margin-bottom: 40px;
}

.about-description {
  font-size: 18px;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto;
  opacity: 0.9;
}

/* Testimonials Section */
.testimonials {
  padding: 100px 0;
  background-color: #f8fafc;
}

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

.testimonial-card {
  background: white;
  padding: 40px 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(45, 42, 90, 0.1);
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
}

.testimonial-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #2d2a5a;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  font-style: italic;
}

/* Contact Section */
.contact {
  padding: 100px 0;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 30px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 18px 25px;
  border: none;
  border-radius: 15px;
  font-size: 16px;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.submit-button {
  width: 100%;
  padding: 18px;
  background-color: #2d2a5a;
  color: white;
  border: none;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.submit-button:hover {
  background-color: #1f1d47;
  transform: translateY(-2px);
}

/* Footer */
.footer {
  background-color: #1a1a2e;
  color: white;
  padding: 40px 0;
  text-align: center;
}

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

.footer-links {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.footer-links a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.footer-links a:hover {
  opacity: 1;
}

.footer-copyright {
  font-size: 14px;
  opacity: 0.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }

  .hero {
    padding: 60px 0;
    min-height: auto;
  }

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

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

  .section-title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .platform-title {
    font-size: 28px;
  }

  .platform-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

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

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

  .footer-links {
    justify-content: center;
  }

  .why-choose-us,
  .platform-services,
  .about-us,
  .testimonials,
  .contact {
    padding: 60px 0;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 28px;
  }

  .section-title {
    font-size: 24px;
  }

  .platform-title {
    font-size: 24px;
  }

  .feature-card,
  .service-item,
  .testimonial-card {
    padding: 30px 20px;
  }

  .contact-form {
    padding: 0 10px;
  }

  .footer-links {
    flex-direction: column;
    gap: 15px;
  }
}

/* Smooth Scrolling */
html {
  scroll-behavior: smooth;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #6366f1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #4f46e5;
}
/* terms */
.terms {
  flex-grow: 1;
  padding-block: 50px;
}

.terms__title {
  color: #1d1c3e;
  text-align: center;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 52.8px */
  letter-spacing: 1.92px;
  margin-bottom: 48px;
}
.terms p {
  color: #1d1c3e;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
}
@media (max-width: 768px) {
  .terms__title {
    font-size: 32px;
  }
}
/* thank-page */
.th {
  padding-block: 80px;
}
.th__title {
  color: #1d1c3e;
  text-align: center;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 52.8px */
  letter-spacing: 1.92px;
  margin-bottom: 32px;
}
.th__btn {
  display: block;
  width: fit-content;
  border-radius: 40px;
  background: #7772ff;
  padding: 20px 48px;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .th__title {
    font-size: 32px;
  }
}
/* cookie */
.cookie-notification {
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 470px;
  box-sizing: border-box;
  z-index: 5;
  width: 100%;
  padding: 42px;
  border-radius: 40px;
  background: #1d1c3e;
  display: none;
}

.cookie__title {
  color: #fff;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 52.8px */
  letter-spacing: 1.92px;
  margin-bottom: 12px;
}

.cookie__text {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  margin-bottom: 32px;
}

.cookie__btns {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
}

.cookieBtn {
  display: block;
  width: fit-content;
  border-radius: 40px;
  background: #7772ff;
  padding: 20px 48px;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
}
@media (max-width: 520px) {
  .cookie-notification {
    max-width: 300px;
    padding: 32px 20px;
  }
  .cookie__btns {
    flex-direction: column;
    align-items: initial;
  }
  .cookie__title {
    font-size: 36px;
  }

  .cookieBtn {
    width: 100%;
  }
}
