.cheapsalt-page {
  --cheapsalt-text: #f5f7fb;
  --cheapsalt-muted: #b9c3d1;
  --cheapsalt-line: #2a3646;
  --cheapsalt-accent: #ff7a1a;
  --cheapsalt-accent-dark: #e76400;
  --cheapsalt-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  color: var(--cheapsalt-text);
  background:
    radial-gradient(circle at top right, rgba(255, 122, 26, 0.16), transparent 32%),
    linear-gradient(180deg, #091018 0%, #0b0f14 100%);
  font-family: Inter, Arial, sans-serif;
}

.cheapsalt-page * { box-sizing: border-box; }

.cheapsalt-page a {
  color: #ffb273;
  text-decoration: none;
}

.cheapsalt-page a:hover { color: #ffd2ab; }

.cheapsalt-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.cheapsalt-hero { padding: 36px 0 28px; }

.cheapsalt-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 122, 26, 0.13);
  border: 1px solid rgba(255, 122, 26, 0.28);
  color: #ffe0c2;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

.cheapsalt-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}

.cheapsalt-hero-copy,
.cheapsalt-hero-card,
.cheapsalt-card,
.cheapsalt-panel,
.cheapsalt-cta-band,
.cheapsalt-faq details,
.cheapsalt-table-wrap,
.cheapsalt-hero-media {
  background: linear-gradient(180deg, rgba(22, 29, 39, 0.98) 0%, rgba(13, 18, 25, 0.98) 100%);
  border: 1px solid var(--cheapsalt-line);
  box-shadow: var(--cheapsalt-shadow);
}

.cheapsalt-hero-copy {
  border-radius: 26px;
  padding: 32px;
}

.cheapsalt-hero-copy h1 {
  margin: 0 0 14px;
  font-family: Poppins, Inter, Arial, sans-serif;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.cheapsalt-hero-copy p {
  margin: 0 0 16px;
  color: var(--cheapsalt-muted);
  font-size: 17px;
  line-height: 1.75;
}

.cheapsalt-quick-answer {
  margin: 24px 0 22px;
  padding: 18px 18px 14px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 122, 26, 0.17) 0%, rgba(255, 122, 26, 0.08) 100%);
  border: 1px solid rgba(255, 122, 26, 0.28);
}

.cheapsalt-quick-answer h2 {
  margin: 0 0 10px;
  font-family: Poppins, Inter, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  color: #ffffff;
}

.cheapsalt-quick-answer ul {
  margin: 0;
  padding-left: 18px;
  color: #ffe8d3;
}

.cheapsalt-quick-answer li {
  margin: 0 0 9px;
  line-height: 1.65;
}

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

.cheapsalt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--cheapsalt-accent) 0%, var(--cheapsalt-accent-dark) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 30px rgba(255, 122, 26, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.cheapsalt-btn:visited,
.cheapsalt-btn:hover,
.cheapsalt-btn:active,
.cheapsalt-btn:focus {
  color: #ffffff !important;
  text-decoration: none;
}

.cheapsalt-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 36px rgba(255, 122, 26, 0.3);
  filter: brightness(1.04);
}

.cheapsalt-btn.secondary {
  background: linear-gradient(180deg, rgba(20, 28, 38, 0.96) 0%, rgba(11, 16, 24, 0.96) 100%);
  color: #ffffff !important;
  border: 1px solid #4b5e75;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
}

.cheapsalt-btn.secondary:hover {
  background: linear-gradient(180deg, rgba(30, 40, 54, 0.98) 0%, rgba(18, 26, 36, 0.98) 100%);
  color: #ffffff !important;
  border-color: #ff7a1a;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.cheapsalt-hero-side {
  display: grid;
  gap: 18px;
}

.cheapsalt-hero-media {
  border-radius: 26px;
  overflow: hidden;
}

.cheapsalt-hero-media img {
  display: block;
  width: 100%;
  height: auto;
}

.cheapsalt-hero-card {
  border-radius: 26px;
  padding: 28px;
  height: 100%;
}

.cheapsalt-hero-card h3,
.cheapsalt-card h3,
.cheapsalt-panel h3,
.cheapsalt-cta-band h3 {
  margin: 0 0 12px;
  font-family: Poppins, Inter, Arial, sans-serif;
  font-size: 26px;
  line-height: 1.1;
  color: #ffffff;
}

.cheapsalt-hero-card p,
.cheapsalt-card p,
.cheapsalt-panel p,
.cheapsalt-cta-band p {
  margin: 0 0 16px;
  color: var(--cheapsalt-muted);
  font-size: 16px;
  line-height: 1.75;
}

.cheapsalt-hero-card ul,
.cheapsalt-card ul,
.cheapsalt-panel ul {
  margin: 0;
  padding-left: 18px;
  color: #dfe7f0;
}

.cheapsalt-hero-card li,
.cheapsalt-card li,
.cheapsalt-panel li {
  margin: 0 0 10px;
  line-height: 1.65;
}

.cheapsalt-sticky-nav {
  position: sticky;
  top: 18px;
  z-index: 30;
  margin: 8px 0 28px;
}

.cheapsalt-sticky-nav-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px;
  border-radius: 999px;
  background: rgba(8, 12, 18, 0.88);
  border: 1px solid rgba(67, 82, 102, 0.88);
  backdrop-filter: blur(10px);
  box-shadow: var(--cheapsalt-shadow);
}

.cheapsalt-sticky-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(67, 82, 102, 0.7);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.cheapsalt-sticky-nav a:hover {
  background: rgba(255, 122, 26, 0.13);
  border-color: rgba(255, 122, 26, 0.4);
  color: #ffffff;
}

.cheapsalt-section { padding: 28px 0; }

.cheapsalt-section-header { margin-bottom: 20px; }

.cheapsalt-section-header h2 {
  margin: 0 0 10px;
  font-family: Poppins, Inter, Arial, sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.cheapsalt-section-header p {
  margin: 0;
  max-width: 880px;
  color: var(--cheapsalt-muted);
  font-size: 17px;
  line-height: 1.75;
}

.cheapsalt-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.cheapsalt-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.cheapsalt-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.cheapsalt-card,
.cheapsalt-panel {
  border-radius: 24px;
  padding: 22px;
  height: 100%;
}

.cheapsalt-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 122, 26, 0.14);
  border: 1px solid rgba(255, 122, 26, 0.26);
  color: #ffe1c4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.cheapsalt-table-wrap {
  overflow: hidden;
  border-radius: 24px;
}

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

.cheapsalt-table th,
.cheapsalt-table td {
  padding: 18px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(42, 54, 70, 0.92);
}

.cheapsalt-table th {
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cheapsalt-table td {
  color: #d8e2ec;
  font-size: 15px;
  line-height: 1.7;
}

.cheapsalt-cta-band {
  margin-top: 18px;
  border-radius: 24px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 122, 26, 0.18) 0%, rgba(255, 122, 26, 0.08) 100%);
  border: 1px solid rgba(255, 122, 26, 0.28);
}

.cheapsalt-faq {
  display: grid;
  gap: 14px;
}

.cheapsalt-faq details {
  border-radius: 18px;
  padding: 18px;
}

.cheapsalt-faq summary {
  cursor: pointer;
  list-style: none;
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
}

.cheapsalt-faq summary::-webkit-details-marker {
  display: none;
}

.cheapsalt-faq-answer {
  margin-top: 12px;
  color: var(--cheapsalt-muted);
  font-size: 16px;
  line-height: 1.8;
}

.cheapsalt-footer-note {
  margin-top: 18px;
  color: #95a2b2;
  font-size: 13px;
  line-height: 1.75;
}

@media (max-width: 1080px) {
  .cheapsalt-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .cheapsalt-hero-grid,
  .cheapsalt-grid-3,
  .cheapsalt-two-col {
    grid-template-columns: 1fr;
  }

  .cheapsalt-sticky-nav {
    top: 10px;
  }
}

@media (max-width: 640px) {
  .cheapsalt-wrap {
    width: min(100% - 20px, 1180px);
  }

  .cheapsalt-grid-4 {
    grid-template-columns: 1fr;
  }

  .cheapsalt-hero-copy,
  .cheapsalt-hero-card,
  .cheapsalt-card,
  .cheapsalt-panel,
  .cheapsalt-cta-band {
    padding: 20px;
    border-radius: 20px;
  }

  .cheapsalt-sticky-nav-inner {
    border-radius: 22px;
  }

  .cheapsalt-sticky-nav a,
  .cheapsalt-btn {
    width: 100%;
  }

  .cheapsalt-table th,
  .cheapsalt-table td {
    padding: 14px 12px;
    font-size: 14px;
  }
}
