/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/Footer.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/* Footer */
.Footer_footer__0IXn3 {
  position: relative;
  margin-top: 0;
  padding: 90px 20px 30px 20px;
  background: #000000;
  overflow-x: hidden;
  overflow-y: visible;
}

/* Footer Main */
.Footer_footerMain__k0gil {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 50%, #f5f5f5 100%);
  padding: 70px 20px 60px 20px;
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
  box-shadow: 
    0 -8px 40px rgba(0, 0, 0, 0.08),
    0 -4px 16px rgba(0, 0, 0, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 1);
  z-index: 1;
  overflow: visible;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.Footer_footerMain__k0gil::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  width: 160px;
  height: 160px;
  background: #000000;
  transform: rotate(45deg);
  z-index: -1;
}

.Footer_footerMainContainer__p5XWN {
  max-width: 100%;
  padding: 0 40px;
  position: relative;
  z-index: 1;
  overflow: visible;
}

/* Footer Grid */
.Footer_footerGrid__kJfGU {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.3fr;
  grid-gap: 50px;
  gap: 50px;
  align-items: start;
  padding: 0 40px;
}

/* Footer Brand */
.Footer_footerBrand__4RUmD {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-left: 80px;
  margin-top: 0;
  position: relative;
}

.Footer_footerBrandIcon__7ZvS4 {
  margin-bottom: -10px;
  margin-left: -30px;
  align-self: flex-start;
}

.Footer_footerLogoImg__KInzn {
  height: auto;
  width: auto;
  max-width: 180px;
}

/* Footer Support */
.Footer_footerSupport__ibsfK {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: -50px;
}

/* Footer Navigation */
.Footer_footerNavigation__PUzxt {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: 80px;
}

.Footer_footerNavigationTitle__AlR63,
.Footer_footerSupportTitle__5ChAE {
  font-size: 14px;
  font-weight: 600;
  color: #0a0a0a;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.Footer_footerNavigationTitle__AlR63::after,
.Footer_footerSupportTitle__5ChAE::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 32px;
  height: 1.5px;
  background: linear-gradient(90deg, rgba(224, 31, 38, 0.8) 0%, transparent 100%);
}

.Footer_footerNavigationLinks__Y_hQ9 {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.Footer_footerNavigationLinks__Y_hQ9 a {
  color: rgba(10, 10, 10, 0.7);
  font-size: 15px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 400;
  position: relative;
  padding-left: 0;
  display: inline-block;
  letter-spacing: 0.01em;
}

.Footer_footerNavigationLinks__Y_hQ9 a::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  width: 4px;
  height: 4px;
  background: var(--primary);
  border-radius: 50%;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.Footer_footerNavigationLinks__Y_hQ9 a:hover {
  color: var(--primary);
  padding-left: 12px;
  font-weight: 500;
}

.Footer_footerNavigationLinks__Y_hQ9 a:hover::before {
  transform: translateY(-50%) scaleX(1);
}

.Footer_footerSupportLinks__R_gTP {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.Footer_footerSupportLinks__R_gTP a {
  color: rgba(10, 10, 10, 0.7);
  font-size: 15px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 400;
  position: relative;
  padding-left: 0;
  display: inline-block;
  letter-spacing: 0.01em;
}

.Footer_footerSupportLinks__R_gTP a::before {
  content: '';
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  width: 4px;
  height: 4px;
  background: var(--primary);
  border-radius: 50%;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.Footer_footerSupportLinks__R_gTP a:hover {
  color: var(--primary);
  padding-left: 12px;
  font-weight: 500;
}

.Footer_footerSupportLinks__R_gTP a:hover::before {
  transform: translateY(-50%) scaleX(1);
}

/* Footer Newsletter */
.Footer_footerNewsletter__E9HuD {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-left: -30px;
  position: relative;
}

.Footer_footerNewsletterText__98RZx {
  font-size: 28px;
  color: #0a0a0a;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

.Footer_footerNewsletterText__98RZx strong {
  font-weight: 400;
  color: #0a0a0a;
  letter-spacing: -0.018em;
  position: relative;
}

.Footer_footerNewsletterText__98RZx strong::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1.5px;
  background: linear-gradient(90deg, rgba(224, 31, 38, 0.4) 0%, transparent 100%);
  opacity: 0.6;
}

.Footer_footerNewsletterForm__zg1kD {
  display: flex;
  gap: 0;
  align-items: flex-end;
  border-bottom: 2px solid rgba(223, 31, 38, 0.2);
  padding-bottom: 8px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  margin-top: 8px;
}

.Footer_footerNewsletterForm__zg1kD::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(224, 31, 38, 1) 0%, rgba(224, 31, 38, 0.8) 100%);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 8px rgba(224, 31, 38, 0.4);
}
.Footer_container__6pNfo{
  padding: 0 10px !important;
}

.Footer_footerNewsletterForm__zg1kD:focus-within {
  border-bottom-color: rgba(223, 31, 38, 0.3);
}

.Footer_footerNewsletterForm__zg1kD:focus-within::before {
  width: 100%;
}

.Footer_footerEmailInput__VnpmH {
  flex: 1 1;
  border: none;
  border-bottom: none;
  padding: 12px 0;
  font-size: 15px;
  background: transparent;
  color: #0a0a0a;
  outline: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 300;
  letter-spacing: 0.015em;
  font-family: 'Montserrat', sans-serif;
}

.Footer_footerEmailInput__VnpmH:focus {
  border-bottom: none;
  color: #0a0a0a;
  font-weight: 400;
}

.Footer_footerEmailInput__VnpmH::placeholder {
  color: rgba(10, 10, 10, 0.4);
  font-weight: 300;
  letter-spacing: 0.015em;
  transition: color 0.3s ease;
}

.Footer_footerEmailInput__VnpmH:focus::placeholder {
  color: rgba(10, 10, 10, 0.3);
}

.Footer_footerSendBtn__10r9g {
  padding: 14px 40px;
  font-size: 18px;
  white-space: nowrap;
}

.Footer_leadFormSubmit__rwBll {
  align-self: flex-end;
  margin-bottom: -2px;
  transition: none;
  transform: none;
}

.Footer_leadFormSubmit__rwBll:hover {
  transform: none;
  background: var(--primary);
}

/* Footer Bottom */
.Footer_footerBottom__jCLw1 {
  background: linear-gradient(180deg, rgba(224, 31, 38, 0.98) 0%, rgba(208, 30, 39, 0.95) 100%);
  padding: 22px 20px;
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 
    0 -4px 24px rgba(223, 31, 38, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.Footer_footerBottomContainer__6jjjL {
  max-width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

.Footer_footerBottomContent__aE4SG {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  letter-spacing: 0.025em;
  font-weight: 400;
}

.Footer_footerBottomText__EZ6jB {
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0.85;
}

.Footer_footerBottomText__EZ6jB div {
  font-size: 12px;
  letter-spacing: 0.02em;
}

.Footer_footerCopyright__dkRZV {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
  letter-spacing: 0.03em;
}

/* ------------------- RESPONSIVE ------------------- */
@media (max-width: 1024px) {
  .Footer_footerGrid__kJfGU {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 0 30px;
  }

  .Footer_footerBrand__4RUmD {
    margin-left: 0;
    grid-column: 1 / -1;
    margin-bottom: 20px;
  }

  .Footer_footerNavigation__PUzxt {
    margin-left: 0;
  }

  .Footer_footerSupport__ibsfK {
    margin-left: 0;
  }

  .Footer_footerNewsletter__E9HuD {
    margin-left: 0;
    grid-column: 1 / -1;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .Footer_footer__0IXn3 {
    padding: 60px 0 20px 0;
  }

  .Footer_footerMain__k0gil {
    padding: 50px 0 40px 0;
  }

  .Footer_footerMainContainer__p5XWN {
    padding: 0 20px;
  }

  .Footer_footerGrid__kJfGU {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 0 20px;
  }

  .Footer_footerBrand__4RUmD {
    margin-left: 0;
    align-items: center;
    text-align: center;
  }

  .Footer_footerBrandIcon__7ZvS4 {
    margin-left: 0;
  }

  .Footer_footerNavigation__PUzxt,
  .Footer_footerSupport__ibsfK {
    margin-left: 0;
    align-items: center;
    text-align: center;
  }

  .Footer_footerNavigationTitle__AlR63,
  .Footer_footerSupportTitle__5ChAE {
    margin-left: auto;
    margin-right: auto;
  }

  .Footer_footerNavigationLinks__Y_hQ9,
  .Footer_footerSupportLinks__R_gTP {
    align-items: center;
  }

  .Footer_footerNewsletter__E9HuD {
    align-items: center;
    text-align: center;
  }

  .Footer_footerNewsletterText__98RZx {
    font-size: 24px;
  }

  .Footer_footerMain__k0gil::before {
    display: none;
  }
}

@media (max-width: 480px) {
  .Footer_footerNewsletterText__98RZx {
    font-size: 22px;
  }

  .Footer_footerNewsletterForm__zg1kD {
    width: 100%;
  }

  .Footer_footerBottomContent__aE4SG {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}

/* ---------------- MOBILE FOOTER & NEWSLETTER ---------------- */
@media (max-width: 768px) {
  /* Footer général */
  .Footer_footer__0IXn3 {
    padding: 40px 0 20px 0;
    width: 95%;
    max-width: 95%;
    margin: 0 auto;
    border-radius: 0;
  }

  .Footer_footerMain__k0gil {
    padding: 30px 20px 20px 20px;
    width: 100%;
  }

  .Footer_footerMainContainer__p5XWN {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0;
  }

  /* Logo en haut, centré */
  .Footer_footerBrand__4RUmD {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    gap: 12px;
  }

  .Footer_footerBrandIcon__7ZvS4 {
    width: 80px;
    height: 80px;
  }

  .Footer_footerLogoImg__KInzn {
    max-width: 200px;
    height: auto;
  }

  /* Navigation + Support côte à côte */
  .Footer_footerGrid__kJfGU {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }

  .Footer_footerNavigation__PUzxt,
  .Footer_footerSupport__ibsfK {
    flex: 1 1 45%;
    text-align: center;
  }

  .Footer_footerNavigationLinks__Y_hQ9,
  .Footer_footerSupportLinks__R_gTP {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .Footer_footerNavigationTitle__AlR63,
  .Footer_footerSupportTitle__5ChAE {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .Footer_footerNavigationLinks__Y_hQ9 a,
  .Footer_footerSupportLinks__R_gTP a {
    font-size: 14px;
  }

  /* ---------------- NEWSLETTER EN LIGNE ---------------- */
  .Footer_footerNewsletter__E9HuD {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
    display: none;
  }

  .Footer_footerNewsletterText__98RZx {
    font-size: 18px;
    line-height: 1.3;
    flex: 1 1 45%; /* texte à gauche */
    min-width: 150px;
    text-align: left;
  }

  .Footer_footerNewsletterForm__zg1kD {
    flex: 1 1 50%; /* formulaire à droite */
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-end;
  }

  .Footer_footerEmailInput__VnpmH {
    flex: 1 1;
    padding: 10px 12px;
    font-size: 14px;
  }

  .Footer_footerSendBtn__10r9g {
    padding: 12px 20px;
    font-size: 14px;
    white-space: nowrap;
  }

  /* Footer bottom centré */
  .Footer_footerBottomContent__aE4SG {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding: 10px 0;
  }

  .Footer_footerBottomText__EZ6jB div {
    font-size: 12px;
  }

  .Footer_footerCopyright__dkRZV {
    font-size: 12px;
  }
.Footer_footerBottom__jCLw1 {
  width: 100%;
}

  
}

/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/Header.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
/* Header desktop */
.Header_header__xuTiO {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1400px;
  z-index: 40;
  background: transparent;
  border-bottom: none;
  display: flex;
  justify-content: center;
  transition: background-color 0.3s ease, width 0.3s ease;
}

/* Scroll effect desktop */
.Header_headerScrolled__tv6lT {
  background: rgba(10, 10, 10);
  top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Container */
.Header_container__qRqis {
  width: 100%;
}

/* Navigation */
.Header_nav__NNkX_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 10px;
  gap: 24px;
  position: relative;
}

/* Brand/logo */
.Header_brand__osYFK {
  display: flex;
  align-items: center;
  gap: 0;
}

.Header_logoImg__xPKnc {
  height: 30px;
  width: auto;
  object-fit: contain;
}

/* Nav links */
.Header_navLinks__bXLkW {
  display: flex;
  align-items: center;
  gap: 48px;
  font-weight: 400;
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.Header_navLinks__bXLkW a {
  transition: color 0.2s ease;
}

.Header_active___1CY2 {
  color: var(--primary);
  font-weight: 500;
}

.Header_navLinks__bXLkW a:hover {
  color: #fff;
}

/* CTA buttons */
.Header_navCta__SR0UV {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

/* Hamburger menu */
.Header_btnMenu__zJ6QK {
  display: none; /* Caché par défaut (desktop) */
  flex-direction: column;
  gap: 3px;
  width: 36px;
  height: 36px;
  padding: 8px;
  background: var(--primary);
  border: none;
  border-radius: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: background 0.2s ease;
}

.Header_btnMenu__zJ6QK:hover {
  background: var(--primary-dark);
}

.Header_btnMenu__zJ6QK span {
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 0;
  transition: transform 0.2s ease;
}

/* ------------------- MOBILE ------------------- */
@media (max-width: 900px) {
  .Header_header__xuTiO {
    width: 100%;
    max-width: 100%;
    background: transparent;
    left: 0;
    transform: none;
  }

  .Header_headerScrolled__tv6lT {
    background: rgba(0, 0, 0, 0.85);
  }

  .Header_navLinks__bXLkW {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10, 10, 10, 0.98);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    font-size: 20px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 30;
    padding: 80px 20px 20px;
  }

  .Header_navLinksOpen__yKPOh {
    transform: translateX(0);
  }

  .Header_logoImg__xPKnc {
    height: 40px;
  }

  .Header_navCta__SR0UV {
    right: 20px;
  }

  .Header_btnMenu__zJ6QK {
    display: flex; /* Visible uniquement sur mobile */
    z-index: 50;
    position: relative;
  }

  .Header_btnMenuOpen__iw20L {
    background: var(--primary-dark);
  }

  .Header_btnMenuOpen__iw20L span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .Header_btnMenuOpen__iw20L span:nth-child(2) {
    opacity: 0;
  }

  .Header_btnMenuOpen__iw20L span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }
}

/* Ajustements pour écrans très petits */
@media (max-width: 768px) {
  .Header_header__xuTiO {
    margin-top: 0px;

  }

  .Header_container__qRqis {
    padding: 0 16px;
  }

  

  .Header_brand__osYFK {
    left: 20px;
  }

  .Header_logoImg__xPKnc {
    height: 35px;
  }

  .Header_navCta__SR0UV {
    right: 16px;
  }
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/layout.js","import":"Montserrat","arguments":[{"subsets":["latin"],"weight":["300","400","500","600","700"]}],"variableName":"montserrat"} ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/b1f344208eb4edfe-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/48e2044251ef3125-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/bf24a9759715e608-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/1f173e5e25f3efee-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/b1f344208eb4edfe-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/48e2044251ef3125-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/bf24a9759715e608-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/1f173e5e25f3efee-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/b1f344208eb4edfe-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/48e2044251ef3125-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/bf24a9759715e608-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/1f173e5e25f3efee-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/b1f344208eb4edfe-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/48e2044251ef3125-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/bf24a9759715e608-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/1f173e5e25f3efee-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/b1f344208eb4edfe-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/48e2044251ef3125-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/bf24a9759715e608-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/1f173e5e25f3efee-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Montserrat_f56828';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Montserrat_Fallback_f56828';src: local("Arial");ascent-override: 85.79%;descent-override: 22.25%;line-gap-override: 0.00%;size-adjust: 112.83%
}.__className_f56828 {font-family: '__Montserrat_f56828', '__Montserrat_Fallback_f56828';font-style: normal
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/layout.js","import":"Plus_Jakarta_Sans","arguments":[{"subsets":["latin"],"weight":["300","400","500","600","700","800"],"variable":"--font-plus-jakarta-sans"}],"variableName":"plusJakartaSans"} ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/6fe53d21e6e7ebd8-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* vietnamese */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/8ebc6e9dde468c4a-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/9e7b0a821b9dfcb4-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Plus_Jakarta_Sans_b6296e';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/636a5ac981f94f8b-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Plus_Jakarta_Sans_Fallback_b6296e';src: local("Arial");ascent-override: 98.88%;descent-override: 21.15%;line-gap-override: 0.00%;size-adjust: 104.98%
}.__className_b6296e {font-family: '__Plus_Jakarta_Sans_b6296e', '__Plus_Jakarta_Sans_Fallback_b6296e';font-style: normal
}.__variable_b6296e {--font-plus-jakarta-sans: '__Plus_Jakarta_Sans_b6296e', '__Plus_Jakarta_Sans_Fallback_b6296e'
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
:root {
  --primary: #df1f26;
  --primary-dark: #c1181f;
  --dark: #0a0a0a;
  --text: #0f0f0f;
  --muted: #5a5a5a;
  --border: #e5e5e5;
  --light: #f8f8f8;
}



.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 500,
    'GRAD' 0,
    'opsz' 24;
}

.material-symbols-sharp {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
}

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

html {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  font-family: var(--font-montserrat, "Montserrat", system-ui, -apple-system, sans-serif);
  color: #f5f5f5;
  background: #0a0a0a;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.page {
  position: relative;
  min-height: 100vh;
  background: black !important;
  color: #f5f5f5;
  overflow-x: hidden;
}


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

.cloud-red {
  background: radial-gradient(circle, rgba(235, 50, 58, 1.0) 0%, rgba(230, 45, 53, 0.85) 15%, rgba(225, 40, 48, 0.7) 30%, rgba(220, 35, 43, 0.5) 50%, rgba(215, 30, 38, 0.3) 70%, rgba(210, 25, 33, 0.15) 85%, transparent 100%);
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.8;
}


.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  cursor: pointer;
}

.btn.primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 12px 30px rgba(223, 31, 38, 0.25);
}

.btn.primary:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
}

.btn.ghost {
  background: transparent;
  color: var(--primary);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(223, 31, 38, 0.08);
  border-radius: 999px;
  font-weight: 700;
  color: var(--primary);
}

.whatsapp-buttons-group {
  display: flex;
  align-items: center;
  gap: 0;
}

.whatsapp-buttons-group:hover .cta.whatsapp-icon-only,
.whatsapp-buttons-group:hover .cta.whatsapp-text-only {
  transform: translateY(-2px);
  transition: transform 0.2s ease;
}

.cta.whatsapp-icon-only:hover,
.cta.whatsapp-text-only:hover {
  transform: translateY(-2px);
  transition: transform 0.2s ease;
}

.cta {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 0;
  border-radius: 0;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  border: none;
  color: #fff;
  background: transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta .icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.cta .icon-square-black {
  background: #0a0a0a;
  color: #fff;
}

.cta .icon-square-red {
  background: var(--primary);
  color: #fff;
}

.cta.primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 14px 28px rgba(223, 31, 38, 0.35);
}

.cta.primary > span:not(.icon-square) {
  padding: 14px 22px;
  background: var(--primary);
  display: inline-block;
}

.cta.secondary {
  background: #fff;
  color: #0a0a0a;
}

.cta.secondary > span:not(.icon-square) {
  padding: 14px 20px;
  background: #fff;
  color: #0a0a0a;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.cta.secondary .icon-square-red {
  width: 56px;
  height: 56px;
}

.cta.whatsapp-icon-only {
  padding: 0;
  background: transparent;
  border: none;
}

.cta.whatsapp-icon-only .icon-square-red {
  width: 57.5px;
  height: 57.5px;
}

.cta.whatsapp-icon-only .icon-square-red svg {
  width: 28px;
  height: 28px;
}

.cta.whatsapp-text-only {
  padding: 20px 30px;
  background: #fff;
  color: #0a0a0a;
  border: none;
  font-size: 16px;
  line-height: 1.2;
  height: 40px;
  font-weight: 500;
  margin-left: 0px;
}

.cta:hover {
  transform: translateY(-2px);
}

.cta .icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
}






#contact.section {
  background: radial-gradient(circle at 25% 60%, rgba(223, 31, 38, 0.32), rgba(0, 0, 0, 0.9));
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

#contact.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, transparent 100px),
    linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100px),
    linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, transparent 150px),
    linear-gradient(to left, rgba(0, 0, 0, 0.85) 0%, transparent 200px),
    radial-gradient(ellipse 600px 400px at 30% 40%, rgba(0, 0, 0, 0.4) 0%, transparent 70%),
    radial-gradient(ellipse 500px 350px at 70% 60%, rgba(0, 0, 0, 0.35) 0%, transparent 65%),
    radial-gradient(ellipse 450px 300px at 50% 50%, rgba(0, 0, 0, 0.3) 0%, transparent 60%);
  pointer-events: none;
  z-index: 0;
}

#contact.section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(ellipse 400px 250px at 20% 70%, rgba(0, 0, 0, 0.25) 0%, transparent 55%),
    radial-gradient(ellipse 350px 200px at 80% 30%, rgba(0, 0, 0, 0.3) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

#contact.section > .container {
  position: relative;
  z-index: 1;
}

.section h2 {
  color: #fff;
}

.section p {
  color: #d3d3d3;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.section-header h2 {
   font-size: 38px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 20px 0;
  margin-left: -2px;
  text-transform: uppercase;
}

.muted {
  color: var(--muted);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 16px;
  gap: 16px;
  align-items: start;
}


.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 16px;
  gap: 16px;
}

.card {
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  background: #fff;
  padding: 18px;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  min-height: 180px;
}

.tag {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(223, 31, 38, 0.08);
  color: var(--primary);
  font-weight: 700;
  font-size: 13px;
}

.list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  color: var(--muted);
}

.list li::before {
  content: \"•\";
  color: var(--primary);
  margin-right: 8px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-gap: 12px;
  gap: 12px;
  margin: 24px 0;
}

.stat {
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 14px;
  text-align: center;
  background: #fff;
}

.stat .value {
  font-size: 28px;
  font-weight: 800;
  color: var(--primary);
}

.investment-cta-section {
  display: none !important;
}

.investment-cta-section > .container {
  padding-left: 0;
  padding-right: 20px;
  margin-left: 60px;
  margin-right: auto;
  max-width: none;
}

.investment-cta-container {
  text-align: left;
  max-width: 900px;
  padding-left: 0;
  margin-left: 0;
}

.investment-cta-title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 24px 0;
  padding-left: 0;
  letter-spacing: 0.02em;
  line-height: 1.3;
}

.investment-cta-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0 0 40px 0;
}

.investment-cta-btn {
  box-shadow: 
    0 4px 16px rgba(0, 0, 0, 0.2),
    0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.investment-cta-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s ease;
}

.investment-cta-btn:hover::before {
  left: 100%;
}

.investment-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 8px 24px rgba(0, 0, 0, 0.3),
    0 4px 12px rgba(0, 0, 0, 0.15);
}

.investment-cta-btn:active {
  transform: translateY(0);
  box-shadow: 
    0 2px 8px rgba(0, 0, 0, 0.2),
    0 1px 4px rgba(0, 0, 0, 0.1);
}

.investment-cta-btn .icon-square {
  width: 44px;
  height: 44px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  align-self: center;
  margin-bottom: 0;
}

.investment-cta-btn:hover .icon-square {
  transform: scale(1.05);
}

.investment-cta-btn .icon-square svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.investment-cta-btn:hover .icon-square svg {
  transform: rotate(5deg);
}

.investment-cta-btn .icon-square .material-symbols-outlined {
  font-size: 30px;
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.investment-cta-btn:hover .icon-square .material-symbols-outlined {
  transform: rotate(5deg);
}

.investment-cta-btn .icon-square-white {
  background: #0a0a0a;
  color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  border: none;
}

.investment-cta-btn .icon-square-white .material-symbols-outlined {
  color: #fff;
}

.investment-cta-btn > span:not(.icon-square) {
  background: #fff;
  color: #0a0a0a;
  border: none;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  padding: 12px 20px;
  display: inline-block;
  font-size: 15px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 16px;
  gap: 16px;
  align-items: start;
}

form {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

input,
textarea,
select {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #fff;
  font-size: 15px;
}

textarea {
  resize: vertical;
}



@media (max-width: 640px) {
  .hero-card {
    min-height: 280px;
  }

  .section {
    padding: 36px 0;
  }
}

/* Sections responsive */
@media (max-width: 768px) {
  #contact.section {
    padding: 60px 0 !important;
  }

  /* Section Header Mobile */
  .section-header h2 {
    font-size: 32px !important;
  }

}

@media (max-width: 480px) {
  .section {
    padding: 40px 0 !important;
  }

  /* Section Header Small Mobile */
  .section-header h2 {
    font-size: 24px !important;
  }
}

main{
  background-color: #050505 !important;
}


