.elementor-3057 .elementor-element.elementor-element-6bcba3b{--display:flex;}.elementor-3057 .elementor-element.elementor-element-1089b2b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3057 .elementor-element.elementor-element-8c376c5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-3057 .elementor-element.elementor-element-6bcba3b{--content-width:1380px;}.elementor-3057 .elementor-element.elementor-element-8c376c5{--content-width:1380px;}}/* Start custom CSS for html, class: .elementor-element-35c2567 */.price2-page {
  --ink: #0e1a2b;
  --muted: #5f6e86;
  --line: #e6eef7;
  --band: #f6f9fe;
  --card: #fff;
  --brand: #2EA6FF;
  --brand-600: #1F93EF;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  padding: 56px 0px;
}

.price2-wrap {
  max-width: 1380px;
  margin: 0 auto;
}

.price2-head {
  margin-bottom: 40px;
}

.price2-head h1 {
  margin: 0 0 12px;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.price2-sub {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
  max-width: 72ch;
}

.p2-tables-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 48px;
}

@media (max-width: 920px) {
  .p2-tables-grid {
    grid-template-columns: 1fr;
  }
}

.p2-table-wrap {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(24, 62, 112, 0.07);
}

.p2-table {
  width: 100%;
  border-collapse: collapse;
}

.p2-table thead {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-bottom: 2px solid var(--line);
}

.p2-table th {
  text-align: left;
  padding: 14px 16px;
  font-weight: 800;
  font-size: 12px;
  color: #64748b;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.p2-table tbody tr {
  border-bottom: 1px solid #f1f5f9;
  transition: all 0.2s ease;
}

.p2-table tbody tr:hover {
  background: #f8fafc;
  transform: translateX(2px);
}

.p2-table tbody tr:last-child {
  border-bottom: none;
}

.p2-table td {
  padding: 18px 16px;
  vertical-align: middle;
}

.p2-table td:first-child {
  font-size: 15px;
  font-weight: 600;
  max-width: 280px;
}

.p2-table td:first-child a {
  color: var(--ink);
  text-decoration: none;
  transition: color 0.2s ease;
}

.p2-table td:first-child a:hover {
  color: var(--brand-600);
}

.p2-chips {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.p2-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #ecf8ff 0%, #e0f2ff 100%);
  border: 1px solid #bae6fd;
  color: #0369a1;
  border-radius: 6px;
  padding: 5px 10px;
  font-weight: 800;
  font-size: 11px;
}

.p2-days {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  font-size: 13px;
  color: var(--muted);
  white-space: nowrap;
}

.p2-price {
  font-weight: 900;
  font-size: 19px;
  color: #0EA5E9;
  white-space: nowrap;
}

.p2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  background: linear-gradient(250deg, #19A6D2 19%, #0EA5E9 100%);
  color: white;
  white-space: nowrap;
  transition: all 0.2s ease;
  border: none;
  box-shadow: 0 4px 12px rgba(14, 165, 233, 0.2);
}

.p2-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(14, 165, 233, 0.3);
}

.p2-seo {
  margin-top: 56px;
  padding: 40px;
  background: white;
  border-radius: 20px;
  border: 1px solid var(--line);
  box-shadow: 0 6px 24px rgba(14, 26, 43, 0.06);
}

.p2-seo-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.p2-seo-text h2 {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.p2-seo-text p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 16px;
  margin: 0 0 14px;
}

.p2-seo-text p:last-child {
  margin-bottom: 0;
}

.p2-seo-fig {
  margin: 0;
}

.p2-seo-fig img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid var(--line);
  box-shadow: 0 8px 24px rgba(24, 62, 112, 0.08);
  object-fit: cover;
}

@media (max-width: 980px) {
  .p2-seo-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .p2-seo {
    padding: 32px 24px;
  }
}

@media (max-width: 820px) {
  .price2-page {
    padding: 40px 16px;
  }

  .price2-head {
    margin-bottom: 32px;
  }

  .p2-table {
    font-size: 14px;
  }

  .p2-table th {
    padding: 12px 12px;
    font-size: 11px;
  }

  .p2-table td {
    padding: 14px 12px;
  }

  .p2-table td:first-child {
    font-size: 14px;
  }

  .p2-price {
    font-size: 17px;
  }

  .p2-btn {
    padding: 9px 16px;
    font-size: 13px;
  }

  .p2-seo-text h2 {
    font-size: 24px;
  }

  .p2-seo-text p {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .p2-tables-grid {
    gap: 20px;
  }

  .p2-table th:nth-child(2),
  .p2-table td:nth-child(2) {
    display: none;
  }

  .p2-table td:first-child {
    max-width: none;
  }

  .p2-btn {
    padding: 8px 14px;
    font-size: 12px;
  }
}.p2-table th {
  text-align: left;
  padding: 14px 20px !important;
  font-weight: 800;
  font-size: 12px;
  color: #64748b;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.p2-table td {
  padding: 18px 20px !important;
  vertical-align: middle;
}

.p2-table td:first-child {
  font-size: 15px;
  font-weight: 600;
  max-width: 280px;
  padding-left: 24px !important;
}/* End custom CSS */