body {
  min-height: 100vh;
  position: relative;
  background-color: #f7fafc;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.7;
  background-image: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.8) 0%, transparent 42%),
    radial-gradient(circle at 85% 10%, rgba(255, 255, 255, 0.7) 0%, transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.12) 50%, rgba(255, 255, 255, 0.12) 75%, transparent 75%, transparent);
  background-size: auto, auto, 26px 26px;
}

body.page-home {
  background-image: linear-gradient(180deg, #ffe9dc 0%, #fff8f2 35%, #f7fafc 100%);
}

body.page-connect {
  background-image: linear-gradient(180deg, #e6f5ff 0%, #f2f9ff 35%, #f7fafc 100%);
}

body.page-faq {
  background-image: linear-gradient(180deg, #ececff 0%, #f6f7ff 35%, #f7fafc 100%);
}

body.page-about {
  background-image: linear-gradient(180deg, #e8faef 0%, #f4fcf7 35%, #f7fafc 100%);
}

body.page-picker {
  background-image: linear-gradient(180deg, #fff3dc 0%, #fff8ef 35%, #f7fafc 100%);
}

body.page-404 {
  background-image: linear-gradient(180deg, #fdeff1 0%, #fff7f8 35%, #f7fafc 100%);
}

header,
main,
footer,
.quick-buy-panel {
  position: relative;
  z-index: 1;
}

.header-clean {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 18px rgba(17, 24, 39, 0.08);
}

.top-nav {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.top-nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  padding: 8px 12px;
  border-radius: 10px;
}

.top-nav-link:hover,
.top-nav-link.active {
  color: #ed5b0d;
  background: #fff4ee;
}

.esim-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.esim-logo-image {
  max-height: 44px;
}

.esim-logo-text {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
}

.hero-esim-bg {
  min-height: 640px;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
  background: radial-gradient(circle at 82% 18%, rgba(255, 219, 196, 0.95) 0%, rgba(255, 219, 196, 0) 44%),
    linear-gradient(130deg, #fff4ea 0%, #ffe3d6 48%, #ffd5d2 100%);
}

.hero-esim-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.42) 100%);
}

.hero-help-bg {
  min-height: 360px;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
}

.hero-help-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.36) 100%);
}

.hero-esim-bg > .container,
.hero-help-bg > .container {
  position: relative;
  z-index: 2;
}

body.page-connect .hero-help-bg {
  background: radial-gradient(circle at 20% 20%, rgba(193, 236, 255, 1) 0%, rgba(193, 236, 255, 0) 40%),
    linear-gradient(130deg, #e7f5ff 0%, #d7efff 47%, #c7e6ff 100%);
}

body.page-faq .hero-help-bg {
  background: radial-gradient(circle at 80% 18%, rgba(220, 220, 255, 1) 0%, rgba(220, 220, 255, 0) 42%),
    linear-gradient(130deg, #ececff 0%, #e0e3ff 50%, #d7dcff 100%);
}

body.page-about .hero-help-bg {
  background: radial-gradient(circle at 22% 20%, rgba(205, 244, 221, 1) 0%, rgba(205, 244, 221, 0) 42%),
    linear-gradient(130deg, #e9f9f0 0%, #dbf3e6 50%, #ceeedd 100%);
}

body.page-picker .hero-help-bg {
  background: radial-gradient(circle at 78% 18%, rgba(255, 229, 194, 1) 0%, rgba(255, 229, 194, 0) 42%),
    linear-gradient(130deg, #fff3df 0%, #ffe8cc 52%, #ffe0bf 100%);
}

body.page-404 .hero-help-bg {
  background: radial-gradient(circle at 78% 20%, rgba(255, 221, 229, 0.95) 0%, rgba(255, 221, 229, 0) 42%),
    linear-gradient(130deg, #fff0f3 0%, #ffe4ea 50%, #ffd9e3 100%);
}

.hero-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.08;
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);
}

.hero-title span {
  display: block;
  color: #ed5b0d;
}

.hero-subtitle {
  font-size: 19px;
  line-height: 1.7;
  color: #0f172a;
  max-width: 760px;
  margin: 0;
  text-shadow: none;
  display: inline-block;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  backdrop-filter: blur(2px);
}

.slider_area .single_slider .slider_text p.hero-subtitle {
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
  opacity: 1 !important;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.9);
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions .boxed-btn3,
.hero-actions .boxed-btn4 {
  border: 0;
  min-width: 230px;
  text-align: center;
}

.hero-badges {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-badge {
  display: inline-block;
  background: #ffffff;
  color: #111827;
  border-radius: 22px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.hero-info-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
}

.hero-info-card h3 {
  margin-bottom: 12px;
  font-size: 24px;
}

.hero-info-card ol {
  padding-left: 20px;
  margin-bottom: 14px;
}

.hero-info-card li {
  color: #334155;
  margin-bottom: 8px;
  line-height: 1.4;
}

.hero-info-card p {
  margin: 0;
  color: #64748b;
  line-height: 1.6;
}

.benefits-section {
  padding-top: 95px;
  padding-bottom: 30px;
}

body.page-home .benefits-section .container,
body.page-home .countries-section .container,
body.page-home .catalog-section .container {
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(226, 232, 240, 0.75);
  border-radius: 24px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  padding-top: 26px;
  padding-bottom: 20px;
}

.feature-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 26px;
  margin-bottom: 24px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  height: calc(100% - 24px);
}

.feature-icon {
  display: inline-block;
  font-size: 30px;
  margin-bottom: 12px;
}

.feature-card h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.feature-card p {
  margin: 0;
  color: #64748b;
  line-height: 1.6;
}

.countries-section {
  padding-top: 80px;
  padding-bottom: 30px;
}

.pre-catalog-cta {
  margin-bottom: 16px;
  border: 1px solid #fed7aa;
  background: linear-gradient(135deg, #fff7ed 0%, #fff1e8 100%);
  border-radius: 16px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.pre-catalog-cta-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pre-catalog-cta-text strong {
  font-size: 18px;
  line-height: 1.3;
  color: #9a3412;
}

.pre-catalog-cta-text span {
  font-size: 14px;
  color: #7c2d12;
}

.pre-catalog-cta .boxed-btn4 {
  border: 0;
  min-width: 230px;
  text-align: center;
}

body.page-blog {
  background-image: linear-gradient(180deg, #f7f0ff 0%, #fbf7ff 35%, #f7fafc 100%);
}

body.page-blog-article {
  background-image: linear-gradient(180deg, #eef6ff 0%, #f6faff 35%, #f7fafc 100%);
}

body.page-blog .hero-help-bg {
  background: radial-gradient(circle at 20% 20%, rgba(235, 216, 255, 0.95) 0%, rgba(235, 216, 255, 0) 40%),
    linear-gradient(130deg, #f6eeff 0%, #eadcff 48%, #dfd0ff 100%);
}

body.page-blog-article .hero-help-bg {
  background: radial-gradient(circle at 78% 18%, rgba(205, 230, 255, 1) 0%, rgba(205, 230, 255, 0) 42%),
    linear-gradient(130deg, #ecf6ff 0%, #deeeff 50%, #d0e5ff 100%);
}

.home-blog-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-blog-section .container {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(226, 232, 240, 0.75);
  border-radius: 24px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  padding-top: 26px;
  padding-bottom: 20px;
}

.home-blog-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
}

.home-blog-card h3 {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 28px;
}

.home-blog-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #1d4ed8;
  background: #dbeafe;
  border-radius: 999px;
  padding: 5px 10px;
}

.home-blog-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-index-section {
  padding-top: 80px;
  padding-bottom: 30px;
}

.blog-index-section .container,
.blog-article-section .container,
.china-tariffs-section .container {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(226, 232, 240, 0.75);
  border-radius: 24px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  padding-top: 26px;
  padding-bottom: 20px;
}

.blog-list-grid {
  display: grid;
  gap: 16px;
}

.blog-list-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.blog-list-card h3 {
  margin: 8px 0 10px;
  font-size: 28px;
}

.blog-list-card h3 a {
  color: #0f172a;
}

.blog-list-card h3 a:hover {
  color: #ed5b0d;
}

.blog-list-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #14532d;
  background: #dcfce7;
  border-radius: 999px;
  padding: 4px 10px;
}

.blog-list-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 14px;
  font-size: 13px;
  color: #64748b;
}

.blog-side-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  padding: 22px;
  margin-bottom: 16px;
}

.sticky-side {
  position: sticky;
  top: 110px;
}

.blog-pagination .catalog-page-btn.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.blog-pagination .catalog-page-btn.is-active {
  border-color: #ed5b0d;
  color: #ed5b0d;
  background: #fff4ee;
}

.blog-article-section {
  padding-top: 80px;
  padding-bottom: 30px;
}

.blog-article-section .row {
  align-items: flex-start;
}

.article-card {
  margin-bottom: 18px;
  height: auto;
  min-height: 0;
}

.article-killer {
  border: 1px solid rgba(29, 78, 216, 0.2);
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.45) 0%, rgba(255, 255, 255, 1) 55%);
}

.article-cta-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}

.china-tariffs-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.china-buy-toolbar {
  max-width: 540px;
  margin: 0 auto 20px;
}

.quick-buy-email.is-invalid {
  border-color: #ef4444;
}

.china-tariff-card .catalog-title {
  font-size: 24px;
}

.countries-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-bottom: 16px;
}

.country-search-input,
.catalog-sort-input {
  height: 56px;
  border: 1px solid #d9e1ec;
  border-radius: 12px;
  background: #ffffff;
  padding: 0 16px;
  color: #1f2937;
  font-size: 15px;
}

.country-search-input {
  flex: 1;
  min-width: 220px;
}

.catalog-sort-input {
  min-width: 220px;
}

.country-search-input:focus,
.catalog-sort-input:focus {
  border-color: #ed5b0d;
  outline: none;
}

.reload-btn {
  border: 0;
  min-width: 200px;
  text-align: center;
}

.status-line {
  margin-bottom: 18px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.45;
  background: #eef2ff;
  color: #3730a3;
}

.status-line.status-success {
  background: #e9f9ef;
  color: #12652f;
}

.status-line.status-error {
  background: #feecec;
  color: #9f1239;
}

.status-line.status-info {
  background: #eef2ff;
  color: #3730a3;
}

.country-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 12px;
}

.country-picker-view.is-hidden,
.catalog-inline-view.is-hidden {
  display: none;
}

.catalog-inline-view {
  margin-top: 6px;
}

.country-card {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #ffffff;
  padding: 14px;
  text-align: left;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.country-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.1);
}

.country-card.is-active {
  border-color: #ed5b0d;
  background: #fff5ef;
  box-shadow: 0 10px 24px rgba(237, 91, 13, 0.22);
}

.country-flag {
  font-size: 27px;
  line-height: 1;
}

.country-name {
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.3;
}

.country-code {
  font-size: 12px;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.03em;
}

.catalog-section {
  padding-top: 58px;
  padding-bottom: 140px;
}

.catalog-header {
  margin-bottom: 20px;
}

.catalog-header-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.catalog-header h2 {
  font-size: 38px;
  margin-bottom: 10px;
}

.catalog-back-btn {
  border: 0;
  min-width: 250px;
}

.catalog-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.catalog-header p {
  margin: 0;
  color: #64748b;
}

.catalog-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.09);
  height: calc(100% - 24px);
  display: flex;
  flex-direction: column;
  position: relative;
  border: 2px solid transparent;
}

.catalog-card.is-selected {
  border-color: #ed5b0d;
  box-shadow: 0 16px 34px rgba(237, 91, 13, 0.18);
}

.catalog-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #fef3c7;
  color: #92400e;
  border-radius: 14px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
}

.catalog-country {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #0f766e;
  background: #ccfbf1;
  border-radius: 20px;
  padding: 6px 12px;
}

.catalog-title {
  font-size: 22px;
  margin-bottom: 10px;
}

.catalog-description {
  color: #6b7280;
  margin-bottom: 16px;
  line-height: 1.5;
}

.catalog-meta {
  margin-bottom: 18px;
}

.catalog-meta li {
  color: #374151;
  line-height: 1.7;
  font-size: 15px;
}

.catalog-price {
  margin-top: auto;
  margin-bottom: 16px;
}

.catalog-price-main {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 31px;
  font-weight: 700;
  color: #111827;
}

.catalog-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.catalog-select {
  border: 0;
  width: 100%;
}

.catalog-pagination {
  margin-top: 4px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.catalog-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  min-width: 42px;
  border: 1px solid #d9e1ec;
  border-radius: 12px;
  background: #ffffff;
  color: #1f2937;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 0 12px;
  transition: 0.2s ease;
  text-decoration: none;
}

.catalog-page-btn:hover:not(:disabled) {
  border-color: #ed5b0d;
  color: #ed5b0d;
}

.catalog-page-btn.is-active {
  background: #ed5b0d;
  border-color: #ed5b0d;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(237, 91, 13, 0.2);
}

.catalog-page-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.catalog-page-dots {
  color: #64748b;
  font-weight: 700;
  padding: 0 2px;
}

.catalog-page-indicator {
  color: #64748b;
  font-size: 14px;
  font-weight: 600;
  padding: 0 8px;
}

.support-cta-section {
  margin-bottom: 100px;
}

.support-cta-section.contact_anipat.anipat_bg_1 {
  position: relative;
  overflow: hidden;
  background-image:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 82% 18%, rgba(56, 189, 248, 0.32) 0%, rgba(56, 189, 248, 0) 36%),
    linear-gradient(130deg, #0b3b6e 0%, #0f4c81 48%, #0e7490 100%);
}

.support-cta-section.contact_anipat.anipat_bg_1::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  top: -170px;
  right: -90px;
  border: 2px dashed rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  transform: rotate(-12deg);
  pointer-events: none;
}

.support-cta-section.contact_anipat.anipat_bg_1::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.06) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.06) 50%,
    rgba(255, 255, 255, 0.06) 75%,
    transparent 75%,
    transparent
  );
  background-size: 28px 28px;
  opacity: 0.25;
  pointer-events: none;
}

.support-cta-section.contact_anipat .container {
  position: relative;
  z-index: 1;
}

.contact_btn .boxed-btn3.second {
  margin-left: 10px;
}

.support-contacts {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #334155;
}

.support-contacts a {
  color: #ed5b0d;
  font-weight: 600;
}

.support-contacts-light {
  color: #e5e7eb;
}

.support-contacts-light a {
  color: #ffffff;
  text-decoration: underline;
}

.quick-buy-panel {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  transform: translateY(calc(100% + 20px));
  pointer-events: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
  padding: 12px;
}

.quick-buy-panel.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.quick-buy-content {
  max-width: 900px;
  margin: 0 auto;
  background: #111827;
  color: #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 16px;
  padding: 14px 52px 14px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.4);
  position: relative;
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.quick-buy-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.quick-buy-panel.is-attention .quick-buy-content {
  border-color: rgba(251, 146, 60, 0.9);
  box-shadow: 0 18px 36px rgba(249, 115, 22, 0.34);
  animation: quick-buy-pulse 0.45s ease;
}

@keyframes quick-buy-pulse {
  0% {
    transform: translateY(0) scale(1);
  }

  40% {
    transform: translateY(-2px) scale(1.008);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

.quick-buy-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
}

.quick-buy-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.85);
  color: #f8fafc;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.quick-buy-close:hover {
  border-color: rgba(248, 250, 252, 0.8);
  background: rgba(30, 41, 59, 0.95);
}

.quick-buy-text strong {
  font-size: 16px;
}

.quick-buy-text span {
  font-size: 13px;
  color: #cbd5e1;
}

.quick-buy-label {
  margin-top: 8px;
  margin-bottom: 4px;
  font-size: 12px;
  color: #cbd5e1;
  font-weight: 600;
}

.quick-buy-email {
  width: 100%;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #475569;
  background: #0f172a;
  color: #f8fafc;
  padding: 0 12px;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

.quick-buy-email::placeholder {
  color: #94a3b8;
}

.quick-buy-email:focus {
  outline: none;
  border-color: #f97316;
}

@media (prefers-reduced-motion: reduce) {
  .quick-buy-panel,
  .quick-buy-content {
    transition: none;
  }

  .quick-buy-panel.is-attention .quick-buy-content {
    animation: none;
  }
}

.quick-buy-content .boxed-btn4 {
  border: 0;
  min-width: 220px;
  text-align: center;
}

.quick-buy-content .boxed-btn4:disabled {
  opacity: 0.62;
  cursor: not-allowed;
}

.instruction-section,
.faq-section,
.about-section {
  padding-top: 90px;
  padding-bottom: 30px;
}

.planner-section {
  padding-top: 90px;
  padding-bottom: 24px;
}

.planner-results-section {
  padding-top: 26px;
  padding-bottom: 40px;
}

.planner-results-section .container.is-hidden {
  display: none;
}

.not-found-section {
  padding-top: 90px;
  padding-bottom: 110px;
}

body.page-404 .not-found-section .container {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(226, 232, 240, 0.75);
  border-radius: 24px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  padding-top: 30px;
  padding-bottom: 30px;
}

.not-found-card {
  max-width: 760px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.1);
  padding: 36px 32px;
  text-align: center;
}

.not-found-code {
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #fff1e9;
  color: #ed5b0d;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.not-found-card h2 {
  font-size: 38px;
  margin-bottom: 14px;
}

.not-found-card p {
  margin: 0 auto;
  max-width: 620px;
  color: #475569;
  line-height: 1.65;
}

.not-found-actions {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.not-found-actions .boxed-btn3,
.not-found-actions .boxed-btn4 {
  min-width: 220px;
  text-align: center;
}

body.page-connect .instruction-section .container,
body.page-faq .faq-section .container,
body.page-about .about-section .container,
body.page-picker .planner-section .container,
body.page-picker .planner-results-section .container {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(226, 232, 240, 0.75);
  border-radius: 24px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  padding-top: 26px;
  padding-bottom: 20px;
}

.after-install-section {
  padding-top: 30px;
  padding-bottom: 110px;
}

.instruction-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  margin-bottom: 24px;
  height: calc(100% - 24px);
}

.instruction-card.wide {
  height: auto;
}

.instruction-card h2 {
  font-size: 30px;
  margin-bottom: 18px;
}

.platform-icon {
  margin-right: 8px;
}

.instruction-list {
  padding-left: 20px;
  margin-bottom: 16px;
}

.instruction-list li {
  color: #334155;
  line-height: 1.65;
  margin-bottom: 8px;
}

.check-list {
  margin: 0 0 12px;
  padding-left: 0;
}

.check-list li {
  list-style: none;
  padding-left: 28px;
  position: relative;
  margin-bottom: 10px;
  color: #334155;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #0f766e;
  font-weight: 700;
}

.instruction-note {
  margin: 0;
  color: #64748b;
  line-height: 1.6;
}

.instruction-actions {
  margin-top: 20px;
}

.faq-list {
  max-width: 980px;
  margin: 0 auto;
}

.faq-item {
  background: #ffffff;
  border-radius: 14px;
  margin-bottom: 12px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.07);
  padding: 16px 18px;
}

.faq-item summary {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0f172a;
  cursor: pointer;
}

.faq-item p {
  margin: 10px 0 0;
  color: #475569;
  line-height: 1.6;
}

.faq-cta {
  margin-top: 26px;
}

.faq-cta .boxed-btn3 {
  margin-left: 10px;
}

.planner-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  margin-bottom: 22px;
}

.planner-card h2,
.planner-card h3 {
  margin-bottom: 16px;
}

.wizard-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.wizard-step {
  height: 46px;
  border: 1px solid #dce4ef;
  border-radius: 12px;
  background: #f8fafc;
  color: #334155;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: 0.2s ease;
}

.wizard-step:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.wizard-step.is-unlocked:not(.is-active):hover {
  border-color: #fb923c;
  color: #9a3412;
  background: #fff7ed;
}

.wizard-step.is-active {
  background: linear-gradient(135deg, #ed5b0d 0%, #f97316 100%);
  border-color: #ed5b0d;
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(237, 91, 13, 0.24);
}

.wizard-panel {
  display: none;
}

.wizard-panel.is-active {
  display: block;
}

.wizard-country-grid {
  margin-top: 8px;
}

.wizard-actions {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}

.wizard-actions .boxed-btn3,
.wizard-actions .boxed-btn4 {
  border: 0;
  min-width: 190px;
  text-align: center;
}

.wizard-actions .planner-submit-btn {
  width: auto;
  min-width: 240px;
}

.planner-form {
  display: grid;
  gap: 16px;
}

.planner-field {
  display: grid;
  gap: 8px;
}

.planner-field label,
.planner-field legend {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
}

.goal-fieldset {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 14px 14px 12px;
}

.goal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.goal-option {
  display: grid;
  gap: 2px;
  border: 1px solid #dce4ef;
  border-radius: 12px;
  padding: 10px 12px;
  background: #f8fafc;
  cursor: pointer;
}

.goal-option:hover {
  border-color: #ed5b0d;
}

.goal-option input {
  margin-bottom: 4px;
}

.goal-title {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}

.goal-option small {
  color: #64748b;
  font-size: 12px;
}

.planner-submit-btn {
  border: 0;
  width: 100%;
  text-align: center;
}

.planner-logic-card p {
  margin-bottom: 12px;
  color: #475569;
}

.planner-logic-list {
  margin-bottom: 14px;
  padding-left: 18px;
}

.planner-logic-list li {
  color: #334155;
  line-height: 1.6;
  margin-bottom: 6px;
}

.planner-logic-formula {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 12px;
  padding: 10px 12px;
}

.planner-logic-note {
  margin: 0;
  color: #64748b;
}

.consumption-summary {
  border: 1px solid #fed7aa;
  background: #fffbf5;
}

.consumption-summary.is-hidden {
  display: none;
}

.consumption-formula {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #f3dec1;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0f172a;
}

.consumption-details {
  margin: 0;
  padding-left: 18px;
}

.consumption-details li {
  margin-bottom: 6px;
  color: #334155;
  line-height: 1.5;
}

.consumption-goals {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.consumption-goal-chip {
  display: inline-block;
  background: #fff;
  border: 1px solid #f3dec1;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  color: #334155;
  font-weight: 600;
}

.planner-warning {
  margin-top: -12px;
  margin-bottom: 16px;
  border: 1px solid #fca5a5;
  background: #fff1f2;
  color: #9f1239;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 600;
}

.planner-warning.is-hidden {
  display: none;
}

.answers-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 16px;
}

.answer-item {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #ffffff;
  padding: 12px 14px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  display: grid;
  gap: 6px;
}

.answer-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  font-weight: 700;
}

.answer-value {
  color: #0f172a;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

.answer-edit {
  justify-self: start;
  border: 0;
  background: #fff4ee;
  color: #c2410c;
  font-size: 13px;
  font-weight: 700;
  border-radius: 999px;
  padding: 6px 12px;
}

.answer-edit:hover {
  background: #ffe7da;
}

.recommendation-card {
  overflow: hidden;
}

.recommendation-badge {
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
}

.recommendation-description {
  min-height: 72px;
  margin-bottom: 14px;
  color: #475569;
  line-height: 1.5;
}

.recommendation-meta li {
  font-size: 14px;
}

.recommendation-card--recommended {
  border-color: rgba(237, 91, 13, 0.35);
}

.recommendation-card--recommended .recommendation-badge {
  background: #ffedd5;
  color: #9a3412;
}

.recommendation-card--reserve {
  border-color: rgba(2, 132, 199, 0.3);
}

.recommendation-card--reserve .recommendation-badge {
  background: #e0f2fe;
  color: #0c4a6e;
}

.recommendation-card--lux {
  border-color: rgba(124, 58, 237, 0.28);
}

.recommendation-card--lux .recommendation-badge {
  background: #f3e8ff;
  color: #6b21a8;
}

.recommendation-card--maybe {
  border-color: rgba(190, 24, 93, 0.3);
}

.recommendation-card--maybe .recommendation-badge {
  background: #ffe4e6;
  color: #9f1239;
}

.recommendation-card--extra {
  border-color: rgba(148, 163, 184, 0.45);
}

.recommendation-card--extra .recommendation-badge {
  background: #f1f5f9;
  color: #334155;
}

/* Professional polish for the consumption calculator page */
body.page-picker .planner-layout {
  row-gap: 12px;
}

body.page-picker .planner-card {
  border: 1px solid #e9edf5;
  border-radius: 20px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  background: #ffffff;
}

body.page-picker .planner-card h2,
body.page-picker .planner-card h3 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 14px;
}

body.page-picker .planner-card-form {
  background: linear-gradient(180deg, #ffffff 0%, #fffdfb 100%);
}

body.page-picker .planner-form {
  gap: 18px;
}

body.page-picker .planner-field label,
body.page-picker .planner-field legend {
  font-size: 16px;
}

body.page-picker .planner-country-search {
  position: relative;
}

body.page-picker .planner-country-input {
  padding-right: 42px;
}

body.page-picker .planner-country-search::after {
  content: "⌕";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  color: #64748b;
  font-size: 18px;
  pointer-events: none;
}

body.page-picker .planner-country-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 30;
  border: 1px solid #dbe4f0;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 20px 36px rgba(15, 23, 42, 0.16);
  max-height: 290px;
  overflow-y: auto;
  padding: 6px;
}

body.page-picker .planner-country-dropdown.is-hidden {
  display: none;
}

body.page-picker .planner-country-option {
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: transparent;
  text-align: left;
  padding: 10px 12px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

body.page-picker .planner-country-option:hover {
  background: #fff4ee;
  color: #ed5b0d;
}

body.page-picker .planner-country-empty {
  padding: 10px 12px;
  font-size: 13px;
  color: #64748b;
}

body.page-picker .goal-fieldset {
  border: 1px solid #dce4ef;
  background: #fcfdff;
}

body.page-picker .goal-option {
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

body.page-picker .goal-option:hover {
  border-color: #fb923c;
  box-shadow: 0 8px 16px rgba(251, 146, 60, 0.15);
}

body.page-picker .planner-fixed-reserve {
  border: 1px solid #fcd8b1;
  background: linear-gradient(130deg, #fff8f1 0%, #fff2e7 100%);
  border-radius: 14px;
  padding: 12px 14px;
}

body.page-picker .planner-fixed-reserve-label {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #9a3412;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.page-picker .planner-fixed-reserve strong {
  display: block;
  color: #7c2d12;
  font-size: 20px;
  line-height: 1.1;
}

body.page-picker .planner-fixed-reserve p {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: #9a3412;
}

body.page-picker .planner-submit-btn {
  box-shadow: 0 10px 24px rgba(237, 91, 13, 0.2);
}

body.page-picker .consumption-summary {
  border-color: #f9c896;
}

body.page-picker .consumption-formula {
  font-size: 17px;
}

body.page-picker .planner-logic-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

body.page-picker .planner-logic-note {
  margin-top: 10px;
}

body.page-picker .planner-warning {
  font-size: 15px;
}

.empty-state {
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
  padding: 26px;
  text-align: center;
  color: #6b7280;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.compact-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 991px) {
  .header-area .main-header-area {
    padding: 12px 0;
  }

  .header-area .main-header-area .container {
    max-width: 100%;
  }

  .header-area .main-header-area .row.align-items-center {
    align-items: flex-start !important;
    row-gap: 10px;
  }

  .header-area .main-header-area .row.align-items-center > [class*="col-"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .header-area .main-header-area .text-right {
    text-align: left !important;
  }

  .esim-logo-link {
    gap: 10px;
  }

  .esim-logo-image {
    max-height: 38px;
  }

  .esim-logo-text {
    font-size: 18px;
  }

  .top-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
    justify-content: flex-start;
    gap: 8px;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .top-nav::-webkit-scrollbar {
    display: none;
  }

  .top-nav-link {
    flex: 0 0 auto;
    white-space: nowrap;
    font-size: 13px;
    padding: 9px 12px;
  }

  .slider_area .single_slider.hero-esim-bg,
  .slider_area .single_slider.hero-help-bg {
    height: auto;
    align-items: flex-start !important;
  }

  .hero-title {
    font-size: 34px;
    line-height: 1.14;
  }

  .hero-esim-bg,
  .hero-help-bg {
    min-height: 0;
    padding-top: 36px;
    padding-bottom: 36px;
    border-radius: 0 0 24px 24px;
  }

  .hero-subtitle {
    font-size: 16px;
    line-height: 1.55;
    padding: 10px 12px;
    max-width: 100%;
  }

  .hero-actions {
    margin-top: 18px;
    gap: 10px;
  }

  .hero-actions .boxed-btn3,
  .hero-actions .boxed-btn4 {
    width: 100%;
    min-width: 0;
  }

  .hero-badges {
    margin-top: 16px;
    gap: 8px;
  }

  .hero-badge {
    font-size: 13px;
    padding: 7px 12px;
  }

  .hero-info-card {
    margin-top: 16px;
    border-radius: 16px;
    padding: 20px;
  }

  .benefits-section {
    padding-top: 52px;
  }

  .countries-section {
    padding-top: 50px;
  }

  .country-search-input,
  .catalog-sort-input,
  .reload-btn {
    width: 100%;
    min-width: 0;
  }

  .pre-catalog-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .pre-catalog-cta .boxed-btn4 {
    width: 100%;
    min-width: 0;
  }

  .country-cards-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }

  .catalog-card {
    padding: 18px;
    border-radius: 16px;
  }

  .catalog-title {
    font-size: 20px;
  }

  .catalog-price-main {
    font-size: 28px;
  }

  .countries-toolbar {
    gap: 8px;
  }

  .catalog-header h2 {
    font-size: 30px;
  }

  .catalog-toolbar {
    justify-content: stretch;
  }

  .catalog-sort-input {
    width: 100%;
    min-width: 0;
  }

  .catalog-back-btn {
    width: 100%;
    min-width: 0;
  }

  .catalog-pagination {
    justify-content: stretch;
    gap: 6px;
  }

  .catalog-page-btn {
    flex: 1 1 auto;
    min-width: 0;
  }

  .catalog-page-indicator {
    width: 100%;
    text-align: center;
    padding: 4px 0;
  }

  .home-blog-card h3,
  .blog-list-card h3 {
    font-size: 24px;
  }

  .blog-side-card,
  .sticky-side {
    position: static;
  }

  .instruction-card {
    padding: 22px;
  }

  .planner-section {
    padding-top: 56px;
  }

  .planner-results-section {
    padding-top: 16px;
    padding-bottom: 26px;
  }

  .planner-card {
    padding: 20px;
    border-radius: 16px;
  }

  .wizard-actions .boxed-btn3,
  .wizard-actions .boxed-btn4 {
    min-width: 0;
    width: 100%;
  }

  .wizard-actions .planner-submit-btn {
    min-width: 0;
  }

  .goal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .answers-summary {
    grid-template-columns: 1fr;
  }

  .recommendation-description {
    min-height: 0;
  }

  .not-found-section {
    padding-top: 56px;
    padding-bottom: 80px;
  }

  .not-found-card {
    border-radius: 16px;
    padding: 26px 22px;
  }

  .not-found-card h2 {
    font-size: 30px;
  }

  .not-found-actions .boxed-btn3,
  .not-found-actions .boxed-btn4 {
    min-width: 0;
    width: 100%;
  }

  .instruction-card h2 {
    font-size: 26px;
  }

  .support-cta-section.contact_anipat.anipat_bg_1::before {
    width: 300px;
    height: 300px;
    top: -120px;
    right: -80px;
  }

  .quick-buy-content {
    padding: 14px 14px 14px;
    flex-direction: column;
    align-items: stretch;
  }

  .quick-buy-form {
    flex-direction: column;
    align-items: stretch;
  }

  .quick-buy-close {
    top: 8px;
    right: 8px;
  }

  .quick-buy-content .boxed-btn4 {
    min-width: 0;
    width: 100%;
  }

  .faq-cta .boxed-btn3,
  .contact_btn .boxed-btn3.second {
    margin-left: 0;
    margin-top: 10px;
  }

  .compact-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .quick-buy-panel {
    padding-bottom: max(10px, env(safe-area-inset-bottom));
  }
}

@media (max-width: 767px) {
  body::before {
    opacity: 0.55;
    background-size: auto, auto, 20px 20px;
  }

  .header-area .main-header-area {
    padding: 10px 0;
  }

  .esim-logo-text {
    font-size: 17px;
  }

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

  .hero-subtitle {
    font-size: 15px;
  }

  .hero-actions .boxed-btn3,
  .hero-actions .boxed-btn4 {
    font-size: 17px;
    padding: 14px 18px;
  }

  .section_title h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .home-blog-card h3,
  .blog-list-card h3,
  .article-cta-title {
    font-size: 22px;
  }

  .country-cards-grid {
    grid-template-columns: 1fr;
  }

  .goal-grid {
    grid-template-columns: 1fr;
  }

  .wizard-steps {
    grid-template-columns: 1fr;
  }

  .wizard-step {
    height: 44px;
  }

  .catalog-header h2 {
    font-size: 24px;
    margin-bottom: 6px;
  }

  .contact_btn,
  .faq-cta {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .faq-cta .boxed-btn4,
  .faq-cta .boxed-btn3,
  .contact_btn .boxed-btn4,
  .contact_btn .boxed-btn3.second,
  .instruction-actions .boxed-btn4 {
    width: 100%;
    text-align: center;
  }

  .support-contacts {
    font-size: 14px;
  }

  .not-found-card h2 {
    font-size: 26px;
  }

  .not-found-code {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  body.page-picker .planner-card h2,
  body.page-picker .planner-card h3 {
    font-size: 26px;
  }

  body.page-picker .planner-country-dropdown {
    max-height: 230px;
  }
}

@media (max-width: 767px) {
  body.page-picker .planner-card h2,
  body.page-picker .planner-card h3 {
    font-size: 24px;
  }

  body.page-picker .planner-country-option {
    font-size: 13px;
    padding: 10px;
  }

  body.page-picker .planner-fixed-reserve strong {
    font-size: 18px;
  }

  body.page-picker .planner-submit-btn {
    font-size: 16px;
    padding: 14px 12px;
  }
}

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

  .top-nav-link {
    font-size: 12px;
    padding: 8px 10px;
  }

  .hero-info-card h3 {
    font-size: 20px;
  }

  .catalog-price-main {
    font-size: 25px;
  }
}

/* Tariff picker visual upgrade */
body.page-picker .planner-section .container,
body.page-picker .planner-results-section .container {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 252, 247, 0.9) 100%);
}

body.page-picker #planner-status {
  border: 1px solid #d6e0f3;
  border-radius: 14px;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  background: linear-gradient(135deg, #eef3ff 0%, #e6ecff 100%);
  color: #2f3f8f;
}

body.page-picker .planner-card {
  border-radius: 24px;
  border: 1px solid #e1e8f5;
  box-shadow: 0 24px 44px rgba(15, 23, 42, 0.08);
}

body.page-picker .planner-card-form {
  padding: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
}

body.page-picker .wizard-steps {
  background: #f2f5fb;
  border: 1px solid #dee7f6;
  border-radius: 16px;
  padding: 6px;
  gap: 6px;
  margin-bottom: 24px;
}

body.page-picker button.wizard-step {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid transparent;
  border-radius: 12px;
  background: transparent;
  color: #6b7280;
  height: 44px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

body.page-picker button.wizard-step.is-unlocked:not(.is-active):hover {
  background: #ffffff;
  border-color: #d8e2f5;
  color: #1f2937;
}

body.page-picker button.wizard-step.is-active {
  background: linear-gradient(135deg, #ed5b0d 0%, #fb923c 100%);
  color: #ffffff;
  border-color: #ed5b0d;
  box-shadow: 0 10px 24px rgba(237, 91, 13, 0.28);
  transform: translateY(-1px);
}

body.page-picker button.wizard-step:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(14, 116, 144, 0.22);
}

body.page-picker button.wizard-step:disabled:not(.is-active) {
  opacity: 1;
  color: #9aa3b2;
}

body.page-picker .wizard-panel h2 {
  font-size: 46px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
}

body.page-picker .planner-field label,
body.page-picker .planner-field legend {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 2px;
}

body.page-picker .country-search-input {
  height: 60px;
  border: 1px solid #d3deef;
  border-radius: 14px;
  background: #ffffff;
  color: #0f172a;
  font-size: 18px;
  font-weight: 600;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

body.page-picker .country-search-input::placeholder {
  color: #9aa3b2;
  font-weight: 500;
}

body.page-picker .country-search-input:focus {
  border-color: #ed5b0d;
  box-shadow: 0 0 0 4px rgba(237, 91, 13, 0.13);
}

body.page-picker .wizard-country-grid {
  margin-top: 12px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
}

body.page-picker .country-card {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #dce5f3;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  padding: 14px;
  min-height: 66px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

body.page-picker .country-card:hover {
  border-color: #ed5b0d;
  box-shadow: 0 14px 26px rgba(237, 91, 13, 0.16);
}

body.page-picker .goal-fieldset {
  border-radius: 16px;
  padding: 16px;
}

body.page-picker .goal-option {
  border-radius: 14px;
  padding: 12px 14px;
}

body.page-picker .goal-option input {
  accent-color: #ed5b0d;
}

body.page-picker .goal-title {
  font-size: 16px;
}

body.page-picker .goal-option small {
  font-size: 13px;
}

body.page-picker .planner-fixed-reserve {
  border-radius: 16px;
  padding: 14px 16px;
}

body.page-picker .planner-fixed-reserve strong {
  font-size: 24px;
}

body.page-picker .wizard-actions {
  margin-top: 20px;
}

body.page-picker .wizard-actions .boxed-btn3,
body.page-picker .wizard-actions .boxed-btn4 {
  min-width: 210px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 18px;
}

body.page-picker .wizard-actions .boxed-btn4 {
  box-shadow: 0 10px 22px rgba(237, 91, 13, 0.24);
}

body.page-picker .wizard-actions .wizard-back-btn.boxed-btn3 {
  -webkit-appearance: none;
  appearance: none;
  min-width: 148px;
  border-radius: 12px;
  border: 1px solid #cfd8e6;
  background: #ffffff;
  background-image: none;
  color: #334155;
  box-shadow: 0 3px 0 #b9c3d4;
  text-shadow: none;
}

body.page-picker .wizard-actions .wizard-back-btn.boxed-btn3:hover {
  border-color: #b7c4da;
  background: #f8fafc;
  color: #1f2937;
}

body.page-picker .wizard-actions .wizard-back-btn.boxed-btn3:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(51, 65, 85, 0.16);
}

body.page-picker #planner-results-section .section_title h2 {
  font-size: 54px;
  line-height: 1.06;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

body.page-picker #planner-results-section .section_title p {
  font-size: 21px;
  line-height: 1.55;
  color: #6b7280;
  max-width: 980px;
  margin: 0 auto;
}

body.page-picker #planner-results-section .answers-summary {
  margin-bottom: 22px;
  gap: 14px;
}

body.page-picker #planner-results-section .answer-item {
  border-radius: 16px;
  border: 1px solid #e0e8f5;
  background: #ffffff;
  padding: 14px 14px 12px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
}

body.page-picker #planner-results-section .answer-label {
  color: #64748b;
  font-size: 11px;
}

body.page-picker #planner-results-section .answer-value {
  font-size: 18px;
  line-height: 1.3;
}

body.page-picker button.answer-edit {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #f8b98e;
  border-radius: 999px;
  padding: 7px 14px;
  background: #fff5ee;
  color: #c2410c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  box-shadow: none;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.page-picker button.answer-edit:hover {
  background: #ffe8da;
  border-color: #f59f66;
  color: #9a3412;
}

body.page-picker button.answer-edit:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(237, 91, 13, 0.16);
}

body.page-picker #planner-results-section .empty-state {
  border: 1px dashed #dbe3f1;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  color: #6b7280;
  font-size: 19px;
  font-weight: 600;
  padding: 34px 20px;
}

@media (max-width: 991px) {
  body.page-picker .planner-card-form {
    padding: 24px;
  }

  body.page-picker .wizard-panel h2 {
    font-size: 34px;
    margin-bottom: 18px;
  }

  body.page-picker .planner-field label,
  body.page-picker .planner-field legend {
    font-size: 18px;
  }

  body.page-picker .country-search-input {
    font-size: 16px;
    height: 56px;
  }

  body.page-picker #planner-results-section .section_title h2 {
    font-size: 46px;
  }

  body.page-picker #planner-results-section .section_title p {
    font-size: 18px;
  }

  body.page-picker .wizard-actions .boxed-btn3,
  body.page-picker .wizard-actions .boxed-btn4 {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  body.page-picker .planner-card {
    border-radius: 18px;
  }

  body.page-picker .wizard-steps {
    grid-template-columns: 1fr;
  }

  body.page-picker button.wizard-step {
    height: 42px;
    justify-content: flex-start;
    padding-left: 14px;
  }

  body.page-picker .wizard-panel h2 {
    font-size: 30px;
    line-height: 1.14;
  }

  body.page-picker #planner-results-section .section_title h2 {
    font-size: 34px;
  }

  body.page-picker #planner-results-section .section_title p {
    font-size: 16px;
  }

  body.page-picker #planner-results-section .answer-value {
    font-size: 16px;
  }

  body.page-picker #planner-results-section .empty-state {
    font-size: 16px;
    padding: 24px 16px;
  }
}
