:root {
  --color-bg-main: #0B0E14;
  --color-text-primary: #FFFFFF;
  --color-text-secondary: #A0AAB2;
  --color-accent: #E5A93D;
  --color-accent-hover: #D4982F;
  --color-features-bg: #11151F;
  --font-primary: Inter, sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-primary);
  background-color: #F5FAFF;
  color: var(--color-text-primary);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

ul {
  list-style: none;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.hero-wrapper {
  background-image: url("../img/hero.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 19px 0 19px;
  border-radius: 0 0 32px 32px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero-wrapper {
    margin: 0;
    border-radius: 0;
  }
}
.hero-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-wrapper > * {
  position: relative;
  z-index: 2;
}

.header {
  height: 90px;
  display: flex;
  align-items: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 50;
}
@media (max-width: 768px) {
  .header {
    display: none;
  }
}
.header .container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  font-family: "Montserrat", sans-serif;
  font-size: 33.5px;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
  display: inline-flex;
  align-items: baseline;
}
@media (max-width: 1024px) {
  .header .logo {
    font-size: 28px;
  }
}
.header .logo .logo-bold {
  color: #FFFFFF;
  font-weight: 700;
}
.header .logo .logo-gradient {
  font-weight: 700;
  background-image: linear-gradient(149deg, #ffffff 16.96%, #f9f2b7 34.65%, #9ca1e8 46.39%, #fdaad6 56.91%, #31f7fb 66.63%, #f9f2b7 77.15%, #ffffff 91.72%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (max-width: 1024px) {
  .header .nav-menu {
    display: none;
  }
}
.header .nav-menu ul {
  display: flex;
  gap: 32px;
}
.header .nav-menu ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: capitalize;
  line-height: 1.4;
  opacity: 1;
}
.header .nav-menu ul li a:hover {
  opacity: 0.75;
}

.hero-section {
  padding: 80px 0 120px;
}
@media (max-width: 1024px) {
  .hero-section {
    padding: 60px 0 80px;
  }
}
@media (max-width: 768px) {
  .hero-section {
    padding: 40px 0 56px;
  }
}
.hero-section .hero-container {
  display: flex;
  align-items: center;
  gap: 64px;
}
@media (max-width: 1024px) {
  .hero-section .hero-container {
    flex-direction: column;
    gap: 48px;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-container {
    gap: 32px;
  }
}
.hero-section .hero-content {
  flex: 1;
  max-width: 540px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  .hero-section .hero-content {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-content {
    gap: 28px;
    text-align: left;
    align-items: flex-start;
  }
}
.hero-section .hero-text-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .hero-section .hero-text-block {
    gap: 20px;
    width: 100%;
  }
}
.hero-section .rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .hero-section .rating-badge {
    align-self: flex-start;
    flex-direction: column;
  }
}
.hero-section .rating-badge .stars-icon {
  width: 96px;
  height: 23px;
  display: block;
}
.hero-section .rating-badge .rating-text {
  font-family: "Montserrat", sans-serif;
  font-size: 12.2px;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1.83px;
  white-space: nowrap;
}
.hero-section .hero-title {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #FFFFFF;
  margin: 0;
  width: 519px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .hero-section .hero-title {
    width: 100%;
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-title {
    font-size: 34px;
    line-height: 1.2;
  }
  .hero-section .hero-title br {
    display: none;
  }
}
@media (max-width: 480px) {
  .hero-section .hero-title {
    font-size: 30px;
  }
}
.hero-section .hero-title .title-regular {
  font-weight: 400;
}
.hero-section .hero-description {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #F3E8F8;
  line-height: 1.5;
  margin: 0;
  width: 519px;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .hero-section .hero-description {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-description {
    font-size: 16px;
    line-height: 1.55;
  }
}
.hero-section .hero-description strong {
  font-weight: 600;
  color: #FFFFFF;
}
.hero-section .hero-cta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .hero-section .hero-cta-wrapper {
    width: 100%;
    gap: 16px;
  }
}
.hero-section .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: linear-gradient(to bottom, #FFFE4A, #FFC401);
  border: none;
  border-bottom: 7px solid #8E7C02;
  border-radius: 50px;
  padding: 12px 30px 20px 119px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(255, 196, 1, 0.3);
}
@media (max-width: 768px) {
  .hero-section .btn-primary {
    width: 100%;
    justify-content: center;
    gap: 16px;
    padding: 16px 24px 22px;
    flex-direction: row-reverse;
  }
}
.hero-section .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(255, 196, 1, 0.45);
}
.hero-section .btn-primary .btn-text {
  font-family: "Inter", sans-serif;
  font-size: 29.8px;
  font-weight: 600;
  color: #0E0D11;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .hero-section .btn-primary .btn-text {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .hero-section .btn-primary .btn-text {
    font-size: 20px;
  }
}
.hero-section .btn-primary .btn-icon {
  width: 50px;
  height: 50px;
  display: block;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .hero-section .btn-primary .btn-icon {
    width: 36px;
    height: 36px;
  }
}
.hero-section .guarantee-note {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 768px) {
  .hero-section .guarantee-note {
    align-self: flex-start;
  }
}
.hero-section .guarantee-note .guarantee-icon {
  width: 16.5px;
  height: 22.5px;
  display: block;
  flex-shrink: 0;
}
.hero-section .guarantee-note span {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #F3E8F8;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .hero-section .guarantee-note span {
    font-size: 14px;
  }
}
.hero-section .hero-mockups {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}
@media (max-width: 1024px) {
  .hero-section .hero-mockups {
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .hero-section .hero-mockups {
    height: 520px;
  }
}
@media (max-width: 480px) {
  .hero-section .hero-mockups {
    height: 460px;
  }
}
.hero-section .mockup-main {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
}
.hero-section .mockup-main .mockup-image {
  width: 800px;
  height: 1000px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1024px) {
  .hero-section .mockup-main .mockup-image {
    width: 100%;
    max-width: 600px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .hero-section .mockup-main .mockup-image {
    width: 120%;
    max-width: none;
    height: auto;
  }
}
@media (max-width: 480px) {
  .hero-section .mockup-main .mockup-image {
    width: 130%;
  }
}
.hero-section .mockup-floating {
  position: absolute;
  z-index: 1;
}
.hero-section .mockup-floating .floating-image {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  backdrop-filter: blur(10px);
}
@media (max-width: 768px) {
  .hero-section .mockup-floating .floating-image {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 480px) {
  .hero-section .mockup-floating .floating-image {
    width: 140px;
    height: 140px;
  }
}
.hero-section .mockup-floating-1 {
  top: 70px;
  right: 90px;
  animation: float 6s ease-in-out infinite;
}
@media (max-width: 768px) {
  .hero-section .mockup-floating-1 {
    top: 40px;
    right: 0;
  }
}
@media (max-width: 480px) {
  .hero-section .mockup-floating-1 {
    top: 30px;
    right: -10px;
  }
}
.hero-section .mockup-floating-2 {
  bottom: -50px;
  left: 92px;
  animation: float 8s ease-in-out infinite reverse;
}
@media (max-width: 768px) {
  .hero-section .mockup-floating-2 {
    bottom: 0;
    left: 0;
  }
  .hero-section .mockup-floating-2 .floating-image {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 480px) {
  .hero-section .mockup-floating-2 {
    bottom: -1px;
    left: -1px;
  }
  .hero-section .mockup-floating-2 .floating-image {
    width: 80px;
    height: 80px;
  }
}

.features-banner {
  margin-top: -65px;
  background-color: transparent;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .features-banner {
    margin-top: -40px;
    padding: 24px 0 16px;
  }
}
@media (max-width: 480px) {
  .features-banner {
    margin-top: -32px;
    padding: 20px 0 12px;
  }
}
.features-banner .features-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .features-banner .features-container {
    flex-direction: column;
    gap: 8px;
  }
}
.features-banner .feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  min-width: 250px;
  padding: 16px;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.features-banner .feature-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .features-banner .feature-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media (max-width: 768px) {
  .features-banner .feature-item {
    width: 100%;
    min-width: 0;
    padding: 14px 4px;
  }
}
.features-banner .feature-item .feature-icon {
  width: 48px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .features-banner .feature-item .feature-icon {
    width: 40px;
    height: 40px;
  }
}
.features-banner .feature-item .feature-icon img {
  width: 48px;
  height: 49px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .features-banner .feature-item .feature-icon img {
    width: 40px;
    height: 40px;
  }
}
.features-banner .feature-item p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #F5FAFF;
  line-height: 1.4;
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .features-banner .feature-item p {
    font-size: 14px;
  }
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
.about-section {
  background-color: #F5FAFF;
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .about-section {
    padding: 56px 0;
  }
}
@media (max-width: 768px) {
  .about-section {
    padding: 40px 0;
  }
}
.about-section .about-bg {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  pointer-events: none;
  background: radial-gradient(ellipse 80% 60% at 20% 50%, rgba(173, 216, 255, 0.5) 0%, transparent 70%);
}

.about-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .about-inner {
    gap: 28px;
  }
}

.about-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #0F2A44;
}
@media (max-width: 768px) {
  .about-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 18px;
  }
}
.about-header .about-title {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  color: #0F2A44;
  margin: 0;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .about-header .about-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .about-header .about-title {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .about-header .about-title {
    font-size: 28px;
  }
}
.about-header .about-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #0F2A44;
  line-height: 1.5;
  margin: 0;
  max-width: 300px;
  text-align: right;
}
@media (max-width: 992px) {
  .about-header .about-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .about-header .about-subtitle {
    font-size: 14px;
    text-align: left;
    max-width: 100%;
  }
}

.about-content {
  display: flex;
  gap: 64px;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .about-content {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .about-content {
    flex-direction: column;
    gap: 28px;
  }
}

.about-text {
  flex: 0 0 578px;
  max-width: 578px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 992px) {
  .about-text {
    flex: 1 1 0;
    max-width: none;
    min-width: 0;
  }
}
@media (max-width: 768px) {
  .about-text {
    gap: 14px;
  }
}
.about-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #0F2A44;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 992px) {
  .about-text p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .about-text p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.about-text p strong {
  font-weight: 700;
}

.about-images {
  flex: 1;
  position: relative;
  height: 622px;
  min-width: 656px;
}
@media (max-width: 992px) {
  .about-images {
    min-width: 0;
    flex: 0 0 420px;
    height: 480px;
  }
  .about-images .about-img {
    height: 478px;
  }
  .about-images .about-img--small {
    width: 200px;
  }
  .about-images .about-img--large {
    left: 208px;
    width: 212px;
  }
}
@media (max-width: 768px) {
  .about-images {
    display: none;
  }
}
.about-images .about-img {
  position: absolute;
  top: 0;
  border-radius: 10px;
  border: 1px solid #B2B2B2;
  overflow: hidden;
  height: 621px;
}
.about-images .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  display: block;
}
.about-images .about-img--small {
  left: 0;
  width: 270px;
}
.about-images .about-img--large {
  left: 280px;
  width: auto;
}

.benefits-section {
  background-color: #E5F2FF;
  border-top: 1px solid #CCCCCC;
  border-radius: 40px 40px 0 0;
  padding: 80px 0 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .benefits-section {
    padding: 56px 0 32px;
    border-radius: 32px 32px 0 0;
  }
}
@media (max-width: 768px) {
  .benefits-section {
    padding: 40px 0 24px;
    border-radius: 24px 24px 0 0;
  }
}

.benefits-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}
@media (max-width: 768px) {
  .benefits-inner {
    gap: 24px;
  }
}

.benefits-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  color: #0F2A44;
}
@media (max-width: 768px) {
  .benefits-header {
    gap: 12px;
    padding: 0 16px;
  }
}
.benefits-header .benefits-title {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.8px;
  margin: 0;
  max-width: 822px;
}
@media (max-width: 992px) {
  .benefits-header .benefits-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .benefits-header .benefits-title {
    font-size: 26px;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 480px) {
  .benefits-header .benefits-title {
    font-size: 22px;
  }
}
.benefits-header .benefits-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  max-width: 804px;
}
@media (max-width: 992px) {
  .benefits-header .benefits-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .benefits-header .benefits-subtitle {
    font-size: 14px;
    line-height: 1.55;
  }
}

.benefits-list {
  display: flex;
  gap: 16px;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}
@media (max-width: 992px) {
  .benefits-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .benefits-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

.benefit-card {
  flex: 1;
  background-color: #FFFFFF;
  border: 1px solid #C8D5DF;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .benefit-card {
    padding: 28px;
    gap: 18px;
    border-radius: 16px;
  }
}
@media (max-width: 768px) {
  .benefit-card {
    padding: 24px;
    gap: 14px;
    border-radius: 14px;
  }
}
.benefit-card .benefit-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .benefit-card .benefit-icon {
    width: 40px;
    height: 40px;
  }
}
.benefit-card .benefit-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.benefit-card .benefit-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .benefit-card .benefit-text {
    gap: 8px;
  }
}
.benefit-card .benefit-text h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #325577;
  margin: 0;
}
@media (max-width: 992px) {
  .benefit-card .benefit-text h3 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .benefit-card .benefit-text h3 {
    font-size: 18px;
  }
}
.benefit-card .benefit-text p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #325577;
  margin: 0;
}
@media (max-width: 992px) {
  .benefit-card .benefit-text p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .benefit-card .benefit-text p {
    font-size: 14px;
    line-height: 1.55;
  }
}

.comparison-section {
  background-color: #E5F2FF;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .comparison-section {
    padding: 56px 0;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .comparison-section {
    padding: 40px 0;
  }
}

.comparison-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
  color: #0F2A44;
}
@media (max-width: 992px) {
  .comparison-header {
    gap: 12px;
    padding: 0 20px;
  }
}
.comparison-header .comparison-eyebrow {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .comparison-header .comparison-eyebrow {
    font-size: 11px;
    letter-spacing: 2.8px;
  }
}
.comparison-header .comparison-title {
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 992px) {
  .comparison-header .comparison-title {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .comparison-header .comparison-title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .comparison-header .comparison-title {
    font-size: 24px;
  }
}

.comparison-boxes {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  position: relative;
  width: 100%;
  max-width: 1280px;
}
@media (max-width: 992px) {
  .comparison-boxes {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .comparison-boxes {
    flex-direction: column;
    gap: 48px;
  }
}

.comp-card {
  flex: 1;
  border: 1px solid #DBDBDB;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 688px;
}
@media (max-width: 992px) {
  .comp-card {
    height: auto;
    gap: 24px;
    border-radius: 24px;
  }
}
@media (max-width: 768px) {
  .comp-card {
    width: 100%;
    border-radius: 20px;
    gap: 20px;
  }
}
.comp-card--yes {
  background-color: #FFFFFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}
.comp-card--no {
  background-color: #FFF6F6;
}
.comp-card__img {
  width: 100%;
  height: 199px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}
@media (max-width: 992px) {
  .comp-card__img {
    height: 170px;
    border-radius: 24px 24px 0 0;
  }
}
@media (max-width: 768px) {
  .comp-card__img {
    height: 160px;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 480px) {
  .comp-card__img {
    height: 140px;
  }
}
.comp-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
}
.comp-card__heading {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .comp-card__heading {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .comp-card__heading {
    padding: 0 24px;
  }
}
.comp-card__heading h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #0F2A44;
  margin: 0;
}
@media (max-width: 768px) {
  .comp-card__heading h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .comp-card__heading h3 {
    font-size: 18px;
  }
}

.comp-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.comp-list__item {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  padding: 30px 57px;
}
@media (max-width: 992px) {
  .comp-list__item {
    padding: 22px 32px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .comp-list__item {
    padding: 18px 24px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .comp-list__item {
    padding: 16px 20px;
    font-size: 14px;
  }
}
.comp-card--no .comp-list__item--odd {
  background-color: #FFE5E5;
}
.comp-card--no .comp-list__item--even {
  background-color: #FFEFEF;
}
.comp-card--yes .comp-list__item--odd {
  background-color: #E0FFDD;
}
.comp-card--yes .comp-list__item--even {
  background-color: #EFFFEE;
}
.comp-list__item--last {
  border-radius: 0 0 30px 30px;
}
@media (max-width: 992px) {
  .comp-list__item--last {
    border-radius: 0 0 24px 24px;
  }
}
@media (max-width: 768px) {
  .comp-list__item--last {
    border-radius: 0 0 20px 20px;
  }
}

.comp-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  background-color: #00A86B;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 63px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1;
  z-index: 10;
}
@media (max-width: 992px) {
  .comp-badge {
    width: 70px;
    height: 70px;
    font-size: 52px;
    border-radius: 8px;
  }
}
@media (max-width: 768px) {
  .comp-badge {
    width: 50px;
    height: 50px;
    font-size: 34px;
    top: calc(50% - 40px);
  }
}
@media (max-width: 480px) {
  .comp-badge {
    width: 42px;
    height: 42px;
    font-size: 38px;
    top: calc(50% - 33px);
  }
}

.comparison-cta {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .comparison-cta {
    width: 100%;
    padding: 0 20px;
  }
}
.comparison-cta .btn-cta-img {
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
}
@media (max-width: 992px) {
  .comparison-cta .btn-cta-img {
    max-width: 360px;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .comparison-cta .btn-cta-img {
    max-width: 280px;
  }
}
@media (max-width: 480px) {
  .comparison-cta .btn-cta-img {
    max-width: 240px;
  }
}
.comparison-cta .btn-cta-img:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.ingredients-section {
  background-color: #E5F2FF;
  padding: 0 0 80px;
}
@media (max-width: 768px) {
  .ingredients-section {
    padding: 0 0 48px;
  }
}

.ingredients-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .ingredients-inner {
    gap: 24px;
    padding: 0 16px;
  }
}

.ingredients-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .ingredients-header {
    gap: 12px;
  }
}
.ingredients-header .ingredients-title {
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.3;
  color: #0F2A44;
  margin: 0;
  max-width: 654px;
}
@media (max-width: 768px) {
  .ingredients-header .ingredients-title {
    font-size: 32px;
    max-width: 100%;
  }
}
.ingredients-header .ingredients-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #325577;
  margin: 0;
  max-width: 724px;
}
@media (max-width: 768px) {
  .ingredients-header .ingredients-subtitle {
    font-size: 15px;
    max-width: 100%;
  }
}
.ingredients-header .ingredients-subtitle strong {
  font-weight: 700;
}

.ingredients-grid {
  display: grid;
  grid-template-columns: repeat(3, 421px);
  grid-template-rows: repeat(2, auto);
  gap: 22px 32px;
}
@media (max-width: 768px) {
  .ingredients-grid {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    gap: 16px;
    width: 100%;
  }
}

.ingredient-card {
  background-color: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .ingredient-card {
    border-radius: 16px;
  }
}
.ingredient-card__img {
  width: 100%;
  height: 106px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .ingredient-card__img {
    height: 120px;
  }
}
.ingredient-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.ingredient-card__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 40px 20px;
  color: #325577;
}
@media (max-width: 768px) {
  .ingredient-card__text {
    padding: 14px 20px 18px;
    gap: 8px;
  }
}
.ingredient-card__text h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 768px) {
  .ingredient-card__text h3 {
    font-size: 17px;
  }
}
.ingredient-card__text p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 768px) {
  .ingredient-card__text p {
    font-size: 15px;
  }
}

.ingredients-cta {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .ingredients-cta {
    width: 100%;
  }
}
.ingredients-cta .btn-cta-img {
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
}
@media (max-width: 768px) {
  .ingredients-cta .btn-cta-img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }
}
.ingredients-cta .btn-cta-img:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}

.shipping-banner {
  background-color: #0F2A44;
  padding: 48px 0;
}
@media (max-width: 768px) {
  .shipping-banner {
    padding: 32px 0;
  }
}

.shipping-inner {
  display: flex;
  align-items: center;
  gap: 64px;
  justify-content: center;
}
@media (max-width: 992px) {
  .shipping-inner {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .shipping-inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.shipping-inner .shipping-badge {
  flex-shrink: 0;
  width: 236px;
  height: 236px;
}
@media (max-width: 992px) {
  .shipping-inner .shipping-badge {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 768px) {
  .shipping-inner .shipping-badge {
    width: 140px;
    height: 140px;
  }
}
.shipping-inner .shipping-badge img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.shipping-inner .shipping-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 728px;
}
@media (max-width: 768px) {
  .shipping-inner .shipping-text {
    gap: 12px;
    align-items: center;
  }
}
.shipping-inner .shipping-text .shipping-title {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 992px) {
  .shipping-inner .shipping-text .shipping-title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .shipping-inner .shipping-text .shipping-title {
    font-size: 24px;
    line-height: 1.35;
  }
}
@media (max-width: 480px) {
  .shipping-inner .shipping-text .shipping-title {
    font-size: 22px;
  }
}
.shipping-inner .shipping-text .shipping-title .shipping-highlight {
  color: #FBAD41;
}
.shipping-inner .shipping-text .shipping-note {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #F3E8F8;
  margin: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .shipping-inner .shipping-text .shipping-note {
    font-size: 13px;
    white-space: normal;
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  .shipping-inner .shipping-text .shipping-note {
    font-size: 12px;
  }
}

.testimonials-section {
  background-color: #DDEAF7;
  border: 1px solid #B9B9B9;
  border-radius: 0 0 80px 80px;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .testimonials-section {
    padding: 56px 0;
    border-radius: 0 0 48px 48px;
    gap: 24px;
  }
}

.testimonials-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
  max-width: 967px;
}
@media (max-width: 992px) {
  .testimonials-header {
    padding: 0 20px;
  }
}
.testimonials-header .testimonials-rating {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .testimonials-header .testimonials-rating {
    gap: 12px;
  }
}
.testimonials-header .testimonials-rating .testimonials-stars {
  height: 29px;
  width: auto;
  display: block;
}
@media (max-width: 992px) {
  .testimonials-header .testimonials-rating .testimonials-stars {
    height: 22px;
  }
}
.testimonials-header .testimonials-rating .testimonials-rating-text {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #4F6A7C;
}
@media (max-width: 992px) {
  .testimonials-header .testimonials-rating .testimonials-rating-text {
    font-size: 16px;
  }
}
.testimonials-header .testimonials-title {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #0B3C5D;
  margin: 0;
}
@media (max-width: 992px) {
  .testimonials-header .testimonials-title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .testimonials-header .testimonials-title {
    font-size: 22px;
  }
}

.testimonials-track-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 1276px;
  max-width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .testimonials-track-wrapper {
    width: 100%;
    gap: 8px;
    padding: 0 8px;
  }
}

.testimonials-arrow {
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 58px;
  height: 43px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
@media (max-width: 992px) {
  .testimonials-arrow {
    width: 32px;
    height: 24px;
  }
}
.testimonials-arrow img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.testimonials-arrow:hover {
  opacity: 0.7;
  transform: scale(1.05);
}
.testimonials-arrow:disabled {
  opacity: 0.3;
  cursor: default;
}

.testimonials-track {
  flex: 1;
  overflow: hidden;
  min-width: 0;
}

.testimonials-slide {
  display: none;
  gap: 32px;
}
.testimonials-slide.is-active {
  display: flex;
}
@media (max-width: 992px) {
  .testimonials-slide {
    gap: 0;
  }
  .testimonials-slide.is-single-mode .testimonial-card:not(.is-active-card) {
    display: none;
  }
}

.testimonial-card {
  flex: 1;
  background-color: #F7FBFF;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
}
@media (max-width: 992px) {
  .testimonial-card {
    padding: 24px;
    gap: 20px;
    border-radius: 8px;
  }
}
@media (max-width: 480px) {
  .testimonial-card {
    padding: 20px;
  }
}
.testimonial-card__img {
  width: 100%;
  height: 363px;
  border-radius: 5px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .testimonial-card__img {
    height: 240px;
  }
}
@media (max-width: 480px) {
  .testimonial-card__img {
    height: 200px;
  }
}
.testimonial-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  display: block;
}
.testimonial-card__body {
  flex: 1;
}
.testimonial-card__quote {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #325577;
  margin: 0;
}
@media (max-width: 992px) {
  .testimonial-card__quote {
    font-size: 15px;
    line-height: 1.55;
  }
}
@media (max-width: 480px) {
  .testimonial-card__quote {
    font-size: 14px;
  }
}
.testimonial-card__quote strong {
  font-weight: 700;
}
.testimonial-card__footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 992px) {
  .testimonial-card__footer {
    gap: 12px;
  }
}
.testimonial-card__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 992px) {
  .testimonial-card__info {
    flex-direction: column;
    gap: 2px;
  }
}
.testimonial-card__name {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #0F2A44;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .testimonial-card__name {
    font-size: 18px;
    white-space: normal;
  }
}
.testimonial-card__location {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #0F2A44;
  white-space: nowrap;
  align-self: center;
}
@media (max-width: 992px) {
  .testimonial-card__location {
    font-size: 14px;
    white-space: normal;
    align-self: flex-start;
  }
}
.testimonial-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 992px) {
  .testimonial-card__meta {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.testimonial-card__stars {
  height: 20px;
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 992px) {
  .testimonial-card__stars {
    height: 16px;
    width: 96px;
  }
}
.testimonial-card__verified {
  display: flex;
  align-items: center;
  gap: 4px;
}
.testimonial-card__verified img {
  width: 24px;
  height: 24px;
  display: block;
}
@media (max-width: 992px) {
  .testimonial-card__verified img {
    width: 18px;
    height: 18px;
  }
}
.testimonial-card__verified span {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #454447;
  width: 137px;
}
@media (max-width: 992px) {
  .testimonial-card__verified span {
    font-size: 13px;
    width: auto;
  }
}

.testimonials-dots {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.testimonials-dots .testimonials-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(15, 42, 68, 0.25);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.testimonials-dots .testimonials-dot--active {
  background-color: #0F2A44;
  transform: scale(1.3);
}

.area-kits {
  background: #FFFFFF;
  padding: 80px 0;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .area-kits {
    padding: 40px 0;
  }
  .area-kits .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.area-kits__title {
  text-align: center;
  width: 90%;
  max-width: 1210px;
  margin: 0 auto 48px;
}
.area-kits__title h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #0F2A44;
  line-height: 1.35;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .area-kits__title h2 {
    font-size: 1.625rem;
  }
}
.area-kits__title h2 .highlight {
  color: #1F8A5C;
  font-weight: inherit;
}
.area-kits__title p {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #4F6A7C;
}
.area-kits__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .area-kits__list {
    grid-template-columns: 1fr;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    gap: 24px;
    padding: 0 8px;
    box-sizing: border-box;
  }
  .area-kits__list .kit-option--popular {
    order: 1;
  }
  .area-kits__list .kit-option--standard {
    order: 2;
  }
  .area-kits__list .kit-option--basic {
    order: 3;
  }
}
.area-kits .kit-option {
  min-width: 0;
  max-width: 100%;
}
.area-kits .kit-option a {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #EAF5FF;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 4px 44px rgba(0, 0, 0, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.area-kits .kit-option a:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 48px rgba(31, 138, 92, 0.2);
}
.area-kits .kit-option__header {
  width: 100%;
  padding: 16px;
  background: #0F2A44;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}
.area-kits .kit-option__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .area-kits .kit-option__inner {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 8px 14px 0;
  }
}
.area-kits .kit-option__main {
  padding: 24px 16px 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  min-width: 0;
}
@media (max-width: 768px) {
  .area-kits .kit-option__main {
    padding: 0;
    flex: 1 0 0;
    min-width: 0;
    text-align: center;
  }
}
.area-kits .kit-option__main strong {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: #0F2A44;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .area-kits .kit-option__main strong {
    font-size: 1.4rem;
    margin-top: -40px;
    text-align: center;
  }
}
.area-kits .kit-option__main .days {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #828282;
  text-transform: uppercase;
  margin: 4px 0 12px;
}
@media (max-width: 768px) {
  .area-kits .kit-option__main .days {
    font-size: 0.65rem;
    margin: 0 0 4px;
  }
}
.area-kits .kit-option__main .area-img {
  position: relative;
  max-width: 100%;
}
.area-kits .kit-option__main .area-img .frete {
  max-width: 110px;
  position: absolute;
  top: -8%;
  left: 8%;
  z-index: 5;
}
@media (max-width: 768px) {
  .area-kits .kit-option__main .area-img .frete {
    display: none;
  }
}
.area-kits .kit-option__main .area-img .save {
  position: absolute;
  z-index: 10;
  bottom: 10px;
  right: 8%;
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.area-kits .kit-option__main .area-img .save svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.area-kits .kit-option__main .area-img .save b {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 768px) {
  .area-kits .kit-option__main .area-img .save {
    width: 56px;
    height: 46px;
    bottom: 70px;
    right: 0;
  }
  .area-kits .kit-option__main .area-img .save b {
    font-size: 9px;
  }
}
.area-kits .kit-option__main .area-img img {
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 100%;
}
@media (max-width: 768px) {
  .area-kits .kit-option__main .area-img img {
    height: 130px;
  }
}
@media (max-width: 768px) {
  .area-kits .kit-option__main .area-img {
    margin-top: -12px;
  }
}
.area-kits .kit-option__footer {
  padding: 20px 28px 24px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
}
@media (max-width: 768px) {
  .area-kits .kit-option__footer {
    padding: 0 0 16px;
    flex: 1 0 0;
    min-width: 0;
    align-items: flex-start;
  }
}
.area-kits .kit-option .price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6px;
  line-height: 1;
  margin-bottom: 16px;
  color: #828282;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .area-kits .kit-option .price {
    justify-content: flex-start;
    margin-bottom: 8px;
    font-size: 0.65rem;
  }
}
.area-kits .kit-option .price strong {
  font-family: "Inter", sans-serif;
  font-size: 4.167rem;
  font-weight: 700;
  color: #0F2A44;
  line-height: 1;
  display: flex;
  align-items: flex-start;
  margin-bottom: -4px;
}
.area-kits .kit-option .price strong small {
  font-size: 1.1rem;
  font-weight: 700;
  padding-top: 12px;
  color: inherit;
}
@media (max-width: 768px) {
  .area-kits .kit-option .price strong small {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .area-kits .kit-option .price strong {
    font-size: 34px;
  }
}
.area-kits .kit-option .garantias {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .area-kits .kit-option .garantias {
    gap: 4px;
    margin-bottom: 8px;
  }
}
.area-kits .kit-option .garantia-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border-radius: 6px;
  background: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #6E7278;
  text-align: left;
}
@media (max-width: 768px) {
  .area-kits .kit-option .garantia-item {
    padding: 2px 0;
    gap: 2px;
    line-height: 1;
    font-size: 10px;
    background: transparent;
    border-radius: 0;
    white-space: nowrap;
  }
}
.area-kits .kit-option .garantia-item--off {
  color: #828282;
  background: rgba(214, 233, 204, 0.15);
}
@media (max-width: 768px) {
  .area-kits .kit-option .garantia-item--off {
    background: transparent;
  }
}
.area-kits .kit-option .garantia-icon {
  display: block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .area-kits .kit-option .garantia-icon {
    width: 14px;
    height: 14px;
  }
}
.area-kits .kit-option .garantia-icon--off {
  opacity: 0.45;
}
.area-kits .kit-option .valores {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 1.5625rem;
  font-weight: 600;
  padding: 12px 0 20px;
  color: #6E7278;
}
@media (max-width: 768px) {
  .area-kits .kit-option .valores {
    justify-content: center;
    font-size: 0.95rem;
    margin-bottom: 2px;
  }
}
.area-kits .kit-option .valores s {
  font-weight: 400;
  color: #6E7278;
  text-decoration: line-through;
  text-decoration-color: #f44336;
}
.area-kits .kit-option .valores span {
  color: #0F2A44;
}
.area-kits .kit-option .btn-cta {
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  max-width: 320px;
  margin-bottom: 10px;
  padding: 0;
}
.area-kits .kit-option .btn-cta img {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .area-kits .kit-option .btn-cta {
    max-width: 100%;
    margin-bottom: 6px;
  }
}
.area-kits .kit-option .bandeiras {
  margin: 0 auto;
  max-width: 220px;
  display: block;
}
@media (max-width: 768px) {
  .area-kits .kit-option .bandeiras {
    margin: 0;
    max-width: 100%;
  }
}
.area-kits .kit-option--popular a {
  border: 3px solid #B09100;
  box-shadow: 4px 15px 44px rgba(221, 255, 242, 0.8);
  animation: pulse-popular 2s ease-in-out infinite;
  background: #FFF5E8;
}
.area-kits .kit-option--popular a:hover {
  animation: none;
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 16px 56px;
}
@media (max-width: 768px) {
  .area-kits .kit-option--popular a {
    animation: none;
    box-shadow: 4px 15px 42px;
  }
}
.area-kits .kit-option--popular .kit-option__main strong {
  color: #0F2A44;
}
.area-kits .kit-option--popular .kit-option__main .days {
  color: #6E7278;
}
.area-kits .kit-option--popular .price {
  color: #0F2A44;
}
.area-kits .kit-option--popular .price div {
  color: #6E7278;
}
.area-kits .kit-option--popular .price strong {
  font-size: 5rem;
  color: #0F2A44;
}
.area-kits .kit-option--popular .garantia-item {
  background: #FFFFFF;
  color: #6E7278;
}
.area-kits .kit-option--popular .valores {
  color: #6E7278;
}
.area-kits .kit-option--popular .valores s {
  color: #6E7278;
}
.area-kits .kit-option--popular .valores span {
  color: #0F2A44;
}
.area-kits .kit-option--popular .kit-option__header {
  background: linear-gradient(90deg, #C8A95A 0%, #E5C97A 50%, #C8A95A 100%);
  color: #0F2A44;
  font-weight: 700;
  font-size: 1.35rem;
  padding: 20px;
}
.area-kits .kit-option--popular .btn-cta {
  max-width: 100%;
}
@media (max-width: 768px) {
  .area-kits .kit-option--popular .price strong {
    font-size: 1.9rem;
  }
  .area-kits .kit-option--popular .garantia-item {
    background: transparent;
  }
  .area-kits .kit-option--popular .garantia-item--off {
    color: #eaebeb;
    background: transparent;
  }
}
.area-kits .kit-option--standard a {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.diferenciais {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  width: 90%;
  max-width: 1210px;
  margin: 64px auto 0;
  list-style: none;
  padding: 0;
}
@media (max-width: 768px) {
  .diferenciais {
    grid-template-columns: 1fr;
    margin-top: 32px;
    gap: 0;
  }
}
.diferenciais li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 0 32px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #67726D;
  align-items: center;
}
.diferenciais li:first-child {
  border-left: none;
}
@media (max-width: 768px) {
  .diferenciais li {
    padding: 16px 0;
    border-left: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .diferenciais li:last-child {
    border-bottom: none;
  }
}
.diferenciais li img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}

.guarantee-section {
  background-color: #F5FAFF;
  padding: 0 0 80px;
}
@media (max-width: 992px) {
  .guarantee-section {
    padding: 0 0 56px;
  }
}
@media (max-width: 768px) {
  .guarantee-section {
    padding: 0 0 40px;
  }
}

.guarantee-block {
  background-color: #0F2A44;
  border-radius: 30px;
  padding: 48px 80px;
  display: flex;
  align-items: center;
  gap: 64px;
  min-height: 487px;
}
@media (max-width: 992px) {
  .guarantee-block {
    padding: 40px 48px;
    gap: 40px;
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .guarantee-block {
    flex-direction: column;
    text-align: center;
    padding: 32px 24px;
    gap: 24px;
    border-radius: 20px;
  }
}
.guarantee-block .guarantee-seal {
  flex-shrink: 0;
  width: 333px;
  height: 333px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (max-width: 992px) {
  .guarantee-block .guarantee-seal {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 768px) {
  .guarantee-block .guarantee-seal {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 480px) {
  .guarantee-block .guarantee-seal {
    width: 150px;
    height: 150px;
  }
}
.guarantee-block .guarantee-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
}
@media (max-width: 768px) {
  .guarantee-block .guarantee-content {
    gap: 24px;
    align-items: center;
    width: 100%;
  }
}
.guarantee-block .guarantee-content .guarantee-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  .guarantee-block .guarantee-content .guarantee-text {
    gap: 12px;
  }
}
.guarantee-block .guarantee-content .guarantee-title {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 992px) {
  .guarantee-block .guarantee-content .guarantee-title {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .guarantee-block .guarantee-content .guarantee-title {
    font-size: 26px;
    line-height: 1.25;
  }
}
@media (max-width: 480px) {
  .guarantee-block .guarantee-content .guarantee-title {
    font-size: 22px;
  }
}
.guarantee-block .guarantee-content .guarantee-desc {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #F3E8F8;
  margin: 0;
}
@media (max-width: 992px) {
  .guarantee-block .guarantee-content .guarantee-desc {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .guarantee-block .guarantee-content .guarantee-desc {
    font-size: 14px;
    line-height: 1.55;
  }
}
.guarantee-block .guarantee-content a {
  display: block;
}
@media (max-width: 768px) {
  .guarantee-block .guarantee-content a {
    width: 100%;
    max-width: 320px;
  }
}
@media (max-width: 992px) {
  .guarantee-block .guarantee-content .btn-cta-img {
    max-width: 360px;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .guarantee-block .guarantee-content .btn-cta-img {
    max-width: 280px;
  }
}
@media (max-width: 480px) {
  .guarantee-block .guarantee-content .btn-cta-img {
    max-width: 240px;
  }
}

.faq {
  background-color: #0F2A44;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  padding: 80px 320px;
  width: 100%;
}
@media (max-width: 1280px) {
  .faq {
    padding: 80px 60px;
  }
}
@media (max-width: 768px) {
  .faq {
    padding: 60px 24px;
    gap: 40px;
  }
}

.faq__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
}

.faq__bg-text {
  font-size: 128px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.12);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 6px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .faq__bg-text {
    font-size: 72px;
  }
}

.faq__title {
  font-size: 48px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
  margin-top: -28px;
  position: relative;
}
@media (max-width: 768px) {
  .faq__title {
    font-size: 28px;
    margin-top: -16px;
  }
}

.faq__card {
  background-color: #E5F2FF;
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 40px 64px;
  width: 100%;
  max-width: 1280px;
}
@media (max-width: 768px) {
  .faq__card {
    padding: 24px 20px;
  }
}

.faq__list {
  list-style: none;
  width: 100%;
}

.faq__item {
  border-bottom: 1px solid rgba(8, 19, 11, 0.2);
}
.faq__item:last-child {
  border-bottom: none;
}
.faq__item.is-open .faq__icon {
  transform: rotate(180deg);
}
.faq__item.is-open .faq__answer {
  display: block;
}

.faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  border-radius: 10px;
}
.faq__question:focus-visible {
  outline: 2px solid #0F2A44;
  outline-offset: 2px;
  border-radius: 4px;
}
.faq__question span:first-child {
  font-size: 24px;
  font-weight: 600;
  color: #0F2A44;
  line-height: 1.3;
  flex: 1;
}
@media (max-width: 768px) {
  .faq__question span:first-child {
    font-size: 17px;
  }
}
.faq__question strong {
  font-weight: 700;
}

.faq__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  color: #0F2A44;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq__icon svg {
  width: 22px;
  height: 22px;
}

.faq__answer {
  overflow: hidden;
}
.faq__answer[hidden] {
  display: none;
}
.faq__answer.is-animating {
  display: block;
  overflow: hidden;
}

.faq__answer-inner {
  font-size: 16px;
  font-weight: 400;
  color: #586571;
  line-height: 1.6;
  padding-bottom: 28px;
}
@media (max-width: 768px) {
  .faq__answer-inner {
    font-size: 14px;
  }
}

.faq__cta {
  display: flex;
  justify-content: center;
}

.faq__btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.faq__btn:hover {
  opacity: 0.9;
}
.faq__btn:active {
  transform: scale(0.97);
}
.faq__btn:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.6);
  outline-offset: 4px;
  border-radius: 50px;
}

.faq__btn-img {
  display: block;
  height: 64px;
  width: auto;
}

.footer {
  background-color: #0F2A44;
  border-top: 2px solid #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 80px 32px;
  width: 100%;
}
@media (max-width: 768px) {
  .footer {
    padding: 60px 24px;
    gap: 24px;
  }
}

.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  list-style: none;
}
@media (max-width: 768px) {
  .footer__nav-list {
    gap: 16px;
  }
}

.footer__nav-link {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}
.footer__nav-link:hover {
  opacity: 0.7;
}
.footer__nav-link:focus-visible {
  outline: 2px solid #FFFFFF;
  outline-offset: 2px;
  border-radius: 2px;
}

.footer__disclaimer {
  border-top: 1px solid #FFFFFF;
  border-radius: 20px;
  padding: 24px 32px;
  width: 100%;
  max-width: 1007px;
}
@media (max-width: 768px) {
  .footer__disclaimer {
    padding: 24px 0;
  }
}

.footer__disclaimer-text {
  font-size: 16px;
  font-weight: 400;
  color: #D6EEFF;
  line-height: 1.4;
  text-align: center;
}

.copyright {
  background-color: #10589C;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  width: 100%;
}

.copyright__text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .copyright__text {
    white-space: normal;
  }
}/*# sourceMappingURL=style.css.map */