/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/app/components/Header.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
 .Header_header__b54d9 {
  width: 100%;
  background: transparent;
  padding: 12px 0;
  box-sizing: border-box;
}

.Header_inner__pf6tK {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Header_brand__AAQOJ {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #0f172a;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.02em;
}

.Header_brandDot__fEGuW {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  display: inline-block;
}

.Header_brandText__25m_R {
  line-height: 1;
}

.Header_nav__k5_zw {
  display: flex;
  align-items: center;
  gap: 12px;
}

.Header_link__O3unI {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 10px;
  text-decoration: none;
  color: #0f172a;
  font-weight: 600;
  border: 1px solid #e2e8f0;
  background: #fff;
  transition: box-shadow 120ms ease, transform 120ms ease, border-color 120ms ease;
}

.Header_link__O3unI:hover {
  transform: translateY(-1px);
  border-color: #cbd5e1;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
}

@media (max-width: 768px) {
  .Header_inner__pf6tK {
    padding: 0 16px;
  }
  .Header_link__O3unI {
    padding: 8px 12px;
  }
}


/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/app/components/Footer.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
 .Footer_footer__PyJc9 {
  width: 100%;
  margin: 32px 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #475569;
  font-size: 14px;
}

.Footer_line__XVaFx {
  width: 100%;
  max-width: 720px;
  height: 1px;
  background: #e2e8f0;
}

.Footer_links__wE1a5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
}

.Footer_links__wE1a5 a {
  color: #0f172a;
  text-decoration: none;
  font-weight: 600;
}

.Footer_links__wE1a5 a:hover {
  text-decoration: underline;
}

.Footer_note__ZSU_i {
  margin: 0;
}

@media (max-width: 600px) {
  .Footer_footer__PyJc9 {
    padding: 0 12px;
    text-align: center;
  }
}


/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/app/components/VPSCard.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
 .VPSCard_card__MIq7O {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease;
}

.VPSCard_card__MIq7O:hover {
  transform: translateY(-2px);
  border-color: #cbd5e1;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.VPSCard_header__fbrRd {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.VPSCard_slug__mgjNI {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
}

.VPSCard_name__k82aM {
  margin: 4px 0 0;
  font-size: 18px;
  color: #0f172a;
  line-height: 1.2;
}

.VPSCard_price__xaW37 {
  text-align: right;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.VPSCard_priceValue__7K9UO {
  font-weight: 800;
  font-size: 18px;
  color: #0f172a;
}

.VPSCard_priceLabel__WNMP2 {
  color: #64748b;
  font-size: 12px;
}

.VPSCard_specs__fUOS7 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.VPSCard_spec__f9A0q {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.VPSCard_specLabel__pBndE {
  font-size: 12px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.VPSCard_specValue__Ouydr {
  font-weight: 700;
  color: #0f172a;
}

.VPSCard_infoIcon__hnLfF {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-left: 6px;
  border: 1px solid #cbd5e1;
  border-radius: 50%;
  font-size: 10px;
  color: #64748b;
  cursor: help;
  line-height: 1;
}

.VPSCard_footer__KmrPs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.VPSCard_regions__mmE3K {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.VPSCard_region__N_YbN {
  padding: 6px 10px;
  border-radius: 999px;
  background: #e2e8f0;
  color: #0f172a;
  font-size: 12px;
  font-weight: 700;
}

.VPSCard_button__kkpZz {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 10px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  font-weight: 700;
  border: none;
  transition: transform 120ms ease, box-shadow 120ms ease;
}

.VPSCard_button__kkpZz:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.24);
}

@media (max-width: 600px) {
  .VPSCard_specs__fUOS7 {
    grid-template-columns: 1fr;
  }
}


/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/app/Home.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
 .Home_page__H0Eri {
  min-height: 100vh;
  background: #f7f9fc;
  color: #0f172a;
  display: flex;
  flex-direction: column;
}

.Home_main__PQr24 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 20px 64px;
  width: 100%;
  box-sizing: border-box;
}

.Home_hero__HkdeB {
  margin-bottom: 24px;
}

.Home_kicker__MlLv9 {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: #475569;
  margin: 0 0 6px;
}

.Home_title__utdWP {
  font-size: 32px;
  margin: 0 0 8px;
  font-weight: 700;
  color: #0f172a;
}

.Home_subtitle__Q3Lh7 {
  margin: 0;
  color: #475569;
  max-width: 680px;
  line-height: 1.5;
}

.Home_cardSection__z3T8m {
  background: #fff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}

.Home_tabs__AW8_a {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.Home_tab__J78ds {
  padding: 8px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #fff;
  color: #0f172a;
  font-weight: 600;
  cursor: pointer;
}

.Home_tabActive__w_Inb {
  border-color: #2563eb;
  color: #2563eb;
  background: #eef2ff;
}

.Home_tabsRow__7PEn1 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 14px;
}

.Home_tabsRowHero__roWgU {
  margin-top: 8px;
  margin-bottom: 12px;
}

.Home_grid__UbXhn {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}

.Home_gridWrap__BHwQR {
  width: 100%;
}

.Home_loader__hiyu2 {
  padding: 32px;
  text-align: center;
  color: #475569;
  font-weight: 500;
}

.Home_access__jjMco {
  background: #0f172a;
  color: #e2e8f0;
  border-radius: 12px;
  padding: 20px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 16px;
  align-items: center;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
}

.Home_accessTitle__DyZiY {
  margin: 0 0 6px;
  font-size: 18px;
}

.Home_accessText__AmQdi {
  margin: 0;
  color: #cbd5e1;
  line-height: 1.5;
}

.Home_accessForm__gVDnD {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.Home_input__81Z2K {
  height: 44px;
  padding: 0 12px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a;
  font-size: 14px;
  box-sizing: border-box;
}

.Home_input__81Z2K:focus {
  outline: 2px solid #2563eb;
  outline-offset: 1px;
}

.Home_buttonPrimary__BsOTz {
  height: 44px;
  padding: 0 16px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease;
}

.Home_buttonPrimary__BsOTz:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}

.Home_buttonPrimary__BsOTz:not(:disabled):hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.24);
}

@media (max-width: 900px) {
  .Home_main__PQr24 {
    padding: 24px 16px 48px;
  }
  .Home_title__utdWP {
    font-size: 28px;
  }
  .Home_cardSection__z3T8m {
    padding: 20px;
  }
  .Home_access__jjMco {
    grid-template-columns: 1fr;
  }
  .Home_accessForm__gVDnD {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .Home_title__utdWP {
    font-size: 24px;
  }
  .Home_grid__UbXhn {
    grid-template-columns: 1fr;
  }
}


