:root {
  --primary: #0878bd;
  --primary-dark: #064d86;
  --secondary: #0ca4d8;
  --accent: #f47b20;
  --text: #1e2b38;
  --muted: #5e6e7d;
  --bg: #f5f7fa;
  --white: #fff;
  --line: #dce4eb;
  --soft: #eef5fb;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.58;
}

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

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

input,
select,
textarea,
button {
  font: inherit;
}

.container {
  width: min(var(--max), 92%);
  margin: auto;
}

.top-bar {
  background: #008bd0;
  color: #fff;
  font-size: 13px;
}

.top-inner {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 7px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 900;
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 10px rgba(20, 45, 78, 0.08);
}

.nav {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-dark);
  font-weight: 800;
  font-size: 22px;
}

.logo-mark {
  width: 42px;
  height: 34px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--primary-dark), var(--secondary));
  color: #fff;
  border-radius: 4px;
}

.nav-toggle {
  display: none;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 4px;
  padding: 8px 10px;
  color: var(--primary-dark);
  font-weight: 700;
}

.menu {
  display: flex;
  align-items: center;
  gap: 17px;
}

.menu a {
  font-size: 14px;
  font-weight: 700;
  color: #2f4255;
}

.menu a:hover,
.menu a.active {
  color: var(--primary);
}

.menu-item {
  position: relative;
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: min(920px, 92vw);
  display: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  transform: translateX(-36%);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 36px rgba(17, 47, 86, 0.16);
  padding: 22px;
  z-index: 1000;
}

.has-mega:hover .mega-menu,
.has-mega:focus-within .mega-menu {
  display: grid;
}

.mega-menu h3 {
  margin: 0 0 8px;
  color: var(--primary-dark);
  font-size: 16px;
}

.mega-menu a {
  display: block;
  padding: 6px 0;
  color: var(--muted);
  font-weight: 600;
}

.mega-highlight {
  background: var(--soft);
  border-left: 4px solid var(--accent);
  padding: 14px;
}

.mega-highlight p {
  color: var(--muted);
  margin: 8px 0 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 4px;
  padding: 10px 18px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
}

.btn-primary {
  background: var(--accent);
  color: #fff !important;
}

.btn-light {
  background: #fff;
  color: var(--primary-dark);
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  background:
    radial-gradient(circle at 88% 22%, rgba(244, 123, 32, 0.34), transparent 23%),
    radial-gradient(circle at 72% 78%, rgba(255, 255, 255, 0.2), transparent 28%),
    linear-gradient(110deg, var(--primary-dark) 0%, var(--primary) 54%, var(--secondary) 100%);
  color: #fff;
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 44px;
  align-items: center;
  padding: 58px 0;
}

.hero-copy {
  max-width: 660px;
}

.eyebrow {
  margin: 0 0 8px;
  font-weight: 700;
  color: #dff5ff;
}

.hero h1 {
  margin: 0 0 12px;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -1.2px;
}

.hero p {
  max-width: 600px;
  font-size: 17px;
}

.hero-actions,
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-actions {
  margin: 18px 0;
}

.hero-points span {
  border: 1px solid rgba(255, 255, 255, 0.42);
  padding: 6px 10px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.12);
}

.hero-token-panel {
  position: relative;
}

.hero-token-panel::before {
  content: "";
  position: absolute;
  inset: 28px -20px -18px 34px;
  border-radius: 44% 56% 48% 52%;
  background: rgba(255, 255, 255, 0.16);
}

.hero-token-card {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 60px rgba(0, 36, 74, 0.28);
  backdrop-filter: blur(10px);
}

.hero-token-card img {
  width: min(360px, 100%);
  margin: 16px auto 8px;
  filter: drop-shadow(0 18px 24px rgba(0, 28, 66, 0.34));
}

.hero-chip {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 12px;
  background: var(--accent);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.hero-status {
  display: grid;
  gap: 2px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #fff;
  color: var(--text);
}

.hero-status strong {
  color: var(--primary-dark);
}

.hero-status span {
  color: var(--muted);
  font-size: 13px;
}

.hero-mini-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.hero-mini-grid div {
  display: grid;
  gap: 2px;
  padding: 14px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
  box-shadow: 0 10px 24px rgba(0, 36, 74, 0.14);
}

.hero-mini-grid strong {
  color: var(--primary);
  font-size: 20px;
}

.hero-mini-grid span {
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 48px 0;
}

.section-tight {
  padding-top: 20px;
}

.pale {
  background: #fff;
}

.page-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 84% 18%, rgba(244, 123, 32, 0.3), transparent 22%),
    radial-gradient(circle at 12% 84%, rgba(255, 255, 255, 0.16), transparent 26%),
    linear-gradient(112deg, var(--primary-dark), var(--primary) 58%, var(--secondary));
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 40px;
  align-items: center;
  padding: 54px 0;
}

.page-hero-copy h1 {
  max-width: 760px;
  margin: 0 0 14px;
  font-size: clamp(34px, 4.4vw, 52px);
  line-height: 1.08;
  letter-spacing: -1px;
}

.page-hero-copy p {
  max-width: 660px;
  font-size: 17px;
}

.page-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.page-hero-tags span {
  border: 1px solid rgba(255, 255, 255, 0.42);
  padding: 7px 11px;
  background: rgba(255, 255, 255, 0.13);
  font-size: 13px;
  font-weight: 800;
}

.page-hero-panel {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 60px rgba(0, 36, 74, 0.28);
  backdrop-filter: blur(10px);
}

.page-hero-panel::before {
  content: "";
  position: absolute;
  inset: 34px -28px -24px 42px;
  z-index: 0;
  border-radius: 48% 52% 44% 56%;
  background: rgba(255, 255, 255, 0.14);
}

.page-hero-panel > * {
  position: relative;
  z-index: 1;
}

.page-hero-panel img {
  width: min(320px, 100%);
  height: 210px;
  object-fit: contain;
  margin: 12px auto 8px;
  filter: drop-shadow(0 18px 24px rgba(0, 28, 66, 0.34));
}

.page-hero-card {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #fff;
  color: var(--text);
}

.page-hero-card strong {
  color: var(--primary-dark);
}

.page-hero-card span {
  color: var(--muted);
  font-size: 13px;
}

.products-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(244, 123, 32, 0.34), transparent 22%),
    radial-gradient(circle at 12% 85%, rgba(255, 255, 255, 0.16), transparent 26%),
    linear-gradient(112deg, var(--primary-dark), var(--primary) 56%, var(--secondary));
}

.products-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 42px;
  align-items: center;
  padding: 58px 0;
}

.products-hero-copy h1 {
  max-width: 720px;
  margin: 0 0 14px;
  font-size: clamp(36px, 4.6vw, 54px);
  line-height: 1.08;
  letter-spacing: -1px;
}

.products-hero-copy p {
  max-width: 650px;
  font-size: 17px;
}

.products-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.products-hero-tags span {
  border: 1px solid rgba(255, 255, 255, 0.42);
  padding: 7px 11px;
  background: rgba(255, 255, 255, 0.13);
  font-size: 13px;
  font-weight: 800;
}

.products-hero-panel {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 60px rgba(0, 36, 74, 0.28);
  backdrop-filter: blur(10px);
}

.products-hero-panel::before {
  content: "";
  position: absolute;
  inset: 34px -28px -24px 42px;
  z-index: 0;
  border-radius: 48% 52% 44% 56%;
  background: rgba(255, 255, 255, 0.14);
}

.products-hero-panel > * {
  position: relative;
  z-index: 1;
}

.products-hero-panel img {
  width: min(330px, 100%);
  margin: 12px auto 8px;
  filter: drop-shadow(0 18px 24px rgba(0, 28, 66, 0.34));
}

.products-choice-card {
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #fff;
  color: var(--text);
}

.products-choice-card strong {
  color: var(--primary-dark);
}

.products-choice-card span {
  color: var(--muted);
  font-size: 13px;
}

.products-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.products-mini-stats div {
  display: grid;
  gap: 2px;
  padding: 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text);
}

.products-mini-stats strong {
  color: var(--primary);
  font-size: 18px;
}

.products-mini-stats span {
  color: var(--muted);
  font-size: 12px;
}

.section-title {
  text-align: center;
  margin-bottom: 22px;
}

.section-title.align-left {
  text-align: left;
}

.section-title h2,
.section h2 {
  margin: 0 0 6px;
  font-size: 28px;
  line-height: 1.2;
  color: #1d364c;
}

.section-title p,
.lead {
  color: var(--muted);
  margin: 0 0 16px;
}

.product-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.product-strip article,
.content-card,
.detail-box,
.info-card,
.news-card,
.review-card,
.testi {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.product-strip article {
  padding: 12px;
  text-align: center;
}

.product-strip img {
  height: 90px;
  width: 100%;
  object-fit: contain;
}

.product-strip h3 {
  margin: 8px 0 0;
  font-size: 14px;
}

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.price-box {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 5px solid var(--primary);
  border-radius: 6px;
  padding: 18px;
}

.price-box.featured {
  border-top-color: var(--accent);
  box-shadow: 0 14px 28px rgba(244, 123, 32, 0.16);
}

.price-box h3 {
  margin: 0 0 8px;
  color: var(--primary-dark);
}

.price-box strong {
  display: block;
  font-size: 26px;
  color: var(--accent);
  margin-bottom: 10px;
}

.price-box ul,
.check-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.price-box li,
.check-list li {
  margin: 7px 0;
  color: var(--muted);
}

.price-box li::before,
.check-list li::before {
  content: "+";
  color: #0a8b44;
  font-weight: 800;
  margin-right: 7px;
}

.apply-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 20%, rgba(244, 123, 32, 0.3), transparent 22%),
    radial-gradient(circle at 12% 86%, rgba(255, 255, 255, 0.16), transparent 26%),
    linear-gradient(112deg, var(--primary-dark), var(--primary) 58%, var(--secondary));
  color: #fff;
}

.apply-hero .container {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
  align-items: center;
  padding: 54px 0;
}

.apply-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4.4vw, 52px);
  line-height: 1.08;
  letter-spacing: -1px;
}

.apply-status {
  display: grid;
  gap: 10px;
  position: relative;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.36);
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 36, 74, 0.28);
  backdrop-filter: blur(10px);
}

.apply-status span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}

.apply-status span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}

.apply-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 28px;
  align-items: start;
}

.apply-panel,
.summary-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(17, 47, 86, 0.08);
}

.apply-panel {
  padding: 28px;
}

.summary-panel {
  position: sticky;
  top: 104px;
  padding: 22px;
}

.apply-prep-section {
  padding-bottom: 0;
}

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

.apply-prep-grid article {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(17, 47, 86, 0.06);
}

.apply-prep-grid span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.apply-prep-grid strong {
  display: block;
  margin: 6px 0;
  color: var(--primary-dark);
  font-size: 18px;
}

.apply-prep-grid p {
  margin: 0;
  color: var(--muted);
}

.form-intro {
  margin-bottom: 24px;
  padding: 22px;
  border-radius: 14px;
  background: linear-gradient(90deg, #f4fbff, #fff);
  border-left: 5px solid var(--accent);
}

.form-intro h2 {
  margin: 0 0 6px;
  color: var(--primary-dark);
}

.form-intro p {
  margin: 0;
  color: var(--muted);
}

.form-section {
  border-bottom: 1px solid var(--line);
  padding-bottom: 26px;
  margin-bottom: 26px;
}

.form-section:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.form-section h2,
.summary-panel h2 {
  margin-top: 0;
}

.form-section h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--primary-dark);
}

.form-section h2 span {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 15px;
}

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

.option-card {
  display: block;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  cursor: pointer;
  background: linear-gradient(180deg, #fff, #f9fcff);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.option-card:hover,
.option-card:has(input:checked) {
  border-color: var(--primary);
  box-shadow: 0 8px 18px rgba(8, 120, 189, 0.12);
  transform: translateY(-2px);
}

.option-card input {
  margin-right: 6px;
}

.option-card strong {
  display: block;
  color: var(--primary-dark);
  margin: 8px 0 4px;
}

.option-card span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

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

.field {
  display: grid;
  gap: 6px;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  font-weight: 800;
  font-size: 14px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px;
  background: #fbfdff;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid rgba(8, 120, 189, 0.18);
  border-color: var(--primary);
  background: #fff;
}

.field textarea {
  min-height: 98px;
  resize: vertical;
}

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

.upload-box {
  border: 1px dashed #9fb8ca;
  background: #f9fcff;
  border-radius: 14px;
  padding: 16px;
}

.upload-box strong {
  display: block;
  margin-bottom: 8px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
}

.payment-summary {
  margin-top: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fbfdff;
}

.payment-summary .summary-row span {
  color: var(--muted);
  font-weight: 700;
}

.summary-row strong {
  color: var(--primary-dark);
  text-align: right;
}

.summary-total {
  margin-top: 14px;
  background: linear-gradient(150deg, #fff4ec, #fff);
  border: 1px solid rgba(244, 123, 32, 0.25);
  padding: 16px;
  border-radius: 14px;
}

.summary-total strong {
  display: block;
  color: var(--accent);
  font-size: 30px;
}

.summary-help {
  display: grid;
  gap: 8px;
  margin: 16px 0;
  padding: 16px;
  border-radius: 14px;
  background: linear-gradient(150deg, var(--primary-dark), var(--primary));
  color: #fff;
}

.summary-help span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
}

.summary-help .btn {
  width: 100%;
}

.submit-note {
  display: none;
  margin-top: 12px;
  padding: 12px;
  background: #e9f9ef;
  border: 1px solid #b8e6c6;
  color: #176b32;
  border-radius: 4px;
}

form.submitted .submit-note {
  display: block;
}

.service-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 18%, rgba(244, 123, 32, 0.3), transparent 22%),
    radial-gradient(circle at 12% 86%, rgba(255, 255, 255, 0.16), transparent 26%),
    linear-gradient(112deg, var(--primary-dark), var(--primary) 58%, var(--secondary));
  color: #fff;
}

.service-hero .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: center;
  padding: 54px 0;
}

.service-hero h1 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4.4vw, 52px);
  line-height: 1.08;
  letter-spacing: -1px;
}

.service-hero img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  padding: 28px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 36, 74, 0.28);
  filter: drop-shadow(0 18px 24px rgba(0, 28, 66, 0.3));
  backdrop-filter: blur(10px);
}

.service-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
}

.service-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 14px;
}

.service-box {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 18px;
}

.service-box h2,
.service-box h3 {
  margin-top: 0;
}

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

.service-matrix .detail-box {
  min-height: 150px;
}

.testimonial-wrap {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.testimonial-medal {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffe8a3, #f0a72d);
  border: 8px solid #fff4cf;
  display: grid;
  place-items: center;
  color: #70430a;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 12px 24px rgba(112, 67, 10, 0.18);
}

.testimonial-quote {
  margin: 0;
  font-size: 18px;
}

.testimonial-name {
  display: block;
  margin-top: 10px;
  color: var(--primary-dark);
  font-weight: 800;
}

.service-rich-content {
  background: #fff;
}

.rich-copy {
  display: grid;
  gap: 18px;
}

.content-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.rich-intro {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-left: 5px solid var(--accent);
  background: linear-gradient(90deg, #f4fbff, #fff);
}

.rich-copy p {
  margin: 0;
  color: var(--muted);
}

.rich-copy h2 {
  margin: 18px 0 0;
  color: var(--primary-dark);
}

.rich-copy strong {
  color: var(--primary-dark);
}

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

.content-split article {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 50, 100, 0.06);
}

.content-split h3,
.rich-highlight-grid h3 {
  margin-top: 0;
  color: var(--primary-dark);
}

.rich-highlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 20px 0;
}

.rich-highlight-grid article {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 18px;
  background: #f9fcff;
}

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

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

.numbered-flow article {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(150deg, var(--primary-dark), var(--primary));
  box-shadow: 0 10px 22px rgba(0, 64, 120, 0.18);
}

.numbered-flow strong {
  color: #fff;
}

.numbered-flow span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}

.testimonial-band {
  background:
    radial-gradient(circle at 8% 18%, rgba(244, 123, 32, 0.18), transparent 24%),
    linear-gradient(115deg, var(--primary-dark), var(--primary) 58%, var(--secondary));
  border: 0;
  color: #fff;
  overflow: hidden;
  padding: 58px 0 76px;
}

.testimonial-band .section-title {
  margin-bottom: 28px;
}

.testimonial-band .section-title h2 {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: 2px;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
}

.testimonial-band .section-title h2::before,
.testimonial-band .section-title h2::after {
  content: "";
  width: min(150px, 14vw);
  height: 3px;
  background: #fff;
  display: block;
}

.testimonial-band .section-title p {
  color: rgba(255, 255, 255, 0.9);
}

.testimonial-slider-wrap {
  position: relative;
  overflow: hidden;
  padding: 44px 4px 4px;
}

.testimonial-cards {
  display: flex;
  gap: 26px;
  align-items: stretch;
  transition: transform 620ms ease;
  will-change: transform;
}

.testimonial-cards.slider-active .testimonial-card {
  flex: 0 0 calc((100% - 52px) / 3);
}

.testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 0;
  background: #fff;
  color: var(--text);
  border-radius: 0;
  padding: 58px 28px 28px;
  text-align: center;
  border-bottom: 5px solid #075dbb;
  box-shadow: 0 14px 25px rgba(0, 43, 100, 0.32);
  min-height: 278px;
  height: 100%;
}

.testimonial-avatar {
  position: absolute;
  top: -44px;
  left: 50%;
  width: 88px;
  height: 88px;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 6px solid #fff;
  background: linear-gradient(135deg, #dff2ff, #f7c45e);
  color: var(--primary-dark);
  font-weight: 900;
  font-size: 24px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.22);
}

.testimonial-card h3 {
  margin: 0;
  color: var(--primary);
  text-transform: uppercase;
  font-size: 15px;
}

.testimonial-card small {
  display: block;
  color: var(--muted);
  margin: 4px 0 12px;
}

.testimonial-card p {
  color: #374a5d;
  margin: 0 0 16px;
  flex: 1;
}

.testimonial-arrow {
  position: absolute;
  top: 54%;
  border: 0;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: var(--primary);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

.testimonial-arrow.left {
  left: 8px;
}

.testimonial-arrow.right {
  right: 8px;
}

.price-box a,
.content-card a {
  display: inline-block;
  margin-top: 10px;
  color: var(--primary);
  font-weight: 800;
}

.table-wrap {
  overflow-x: auto;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--line);
}

.pricing-table th,
.pricing-table td {
  padding: 12px;
  border-bottom: 1px solid var(--line);
  text-align: center;
  font-size: 14px;
}

.pricing-table th:first-child,
.pricing-table td:first-child {
  text-align: left;
  font-weight: 700;
}

.pricing-table th {
  background: var(--primary);
  color: #fff;
}

.process-band {
  background: #eef5fb;
}

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

.steps article {
  background: var(--accent);
  color: #fff;
  padding: 18px;
  border-radius: 6px;
  min-height: 178px;
}

.steps span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  font-weight: 800;
}

.steps h3 {
  margin: 12px 0 6px;
}

.steps p {
  margin: 0;
}

.two-col,
.docs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  align-items: center;
}

.info-card {
  padding: 22px;
}

.orange-card {
  background: var(--accent);
  color: #fff;
}

.orange-card p {
  color: #fff;
}

.grid-3,
.grid-2 {
  display: grid;
  gap: 18px;
}

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

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

.content-card,
.detail-box,
.news-card,
.testi,
.review-card {
  padding: 18px;
}

.content-card img,
.news-card img {
  height: 140px;
  width: 100%;
  object-fit: contain;
  background: #f6f9fc;
  margin-bottom: 12px;
}

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

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

.mini-stats span {
  background: #fff;
  border: 1px solid var(--line);
  padding: 12px;
  border-radius: 6px;
}

.mini-stats strong {
  display: block;
  color: var(--primary);
}

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

.client-row span {
  background: #fff;
  border: 1px solid var(--line);
  padding: 12px;
  text-align: center;
  font-weight: 800;
  color: var(--primary-dark);
}

.news-card small {
  color: var(--accent);
  font-weight: 800;
}

.faq {
  background: #fff;
  border: 1px solid var(--line);
  margin: 10px 0;
  border-radius: 4px;
}

.faq button {
  width: 100%;
  padding: 13px 14px;
  border: 0;
  background: #fff;
  text-align: left;
  font-weight: 800;
  cursor: pointer;
}

.faq div {
  padding: 0 14px 14px;
  color: var(--muted);
}

.review-card span {
  display: block;
  color: var(--muted);
}

.subscribe-form {
  margin-top: 20px;
  display: grid;
  gap: 10px;
}

.subscribe-form input,
.enquiry-card input,
.enquiry-card select,
.enquiry-card textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 10px;
}

.enquiry-card textarea {
  min-height: 70px;
  resize: vertical;
}

.contact-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(8, 120, 189, 0.08), transparent 24%),
    #f7fafc;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: 28px;
  align-items: start;
}

.contact-support,
.contact-form-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(17, 47, 86, 0.08);
}

.contact-support {
  padding: 28px;
}

.contact-support h2,
.contact-form-card h2 {
  margin: 0 0 8px;
  color: var(--primary-dark);
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.contact-method {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 4px 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, #f9fcff);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-method:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(8, 120, 189, 0.12);
}

.contact-method.primary {
  border-color: rgba(244, 123, 32, 0.45);
  background: linear-gradient(150deg, #fff8f2, #fff);
}

.contact-method span {
  grid-row: span 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-weight: 900;
}

.contact-method strong {
  color: var(--primary-dark);
}

.contact-method small {
  color: var(--muted);
}

.contact-method b {
  color: var(--accent);
}

.contact-note {
  padding: 16px;
  border-radius: 14px;
  background: var(--soft);
  color: var(--muted);
}

.contact-form-card {
  padding: 28px;
}

.contact-form-card p {
  margin: 0 0 18px;
  color: var(--muted);
}

.sticky-enquiry {
  position: fixed;
  top: 148px;
  right: 0;
  z-index: 850;
  display: flex;
  align-items: flex-start;
  transform: translateX(278px);
  transition: transform 0.25s ease;
}

.sticky-enquiry.open,
.sticky-enquiry:hover {
  transform: translateX(0);
}

.enquiry-tab {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  border: 0;
  background: var(--accent);
  color: #fff;
  padding: 14px 8px;
  font-weight: 800;
  cursor: pointer;
}

.enquiry-card {
  width: 278px;
  display: grid;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 32px rgba(20, 45, 78, 0.18);
  padding: 14px;
}

.enquiry-card h3 {
  margin: 0;
  color: var(--primary-dark);
}

.footer {
  background: #07a4d8;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 24px;
  padding: 38px 0 20px;
}

.footer h3 {
  margin: 0 0 10px;
}

.footer p,
.footer li {
  font-size: 14px;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer li {
  margin: 7px 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0 18px;
  font-size: 13px;
}

@media (max-width: 980px) {
  .nav {
    align-items: flex-start;
    padding: 14px 0;
  }

  .nav-toggle {
    display: block;
  }

  .menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 16px 4%;
  }

  .menu.open {
    display: flex;
  }

  .mega-menu {
    position: static;
    width: 100%;
    transform: none;
    grid-template-columns: 1fr;
    box-shadow: none;
    margin-top: 8px;
  }

  .hero {
    min-height: auto;
    background:
      radial-gradient(circle at 90% 20%, rgba(244, 123, 32, 0.28), transparent 24%),
      linear-gradient(100deg, var(--primary-dark), var(--primary));
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 44px 0;
  }

  .products-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 44px 0;
  }

  .page-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 44px 0;
  }

  .hero h1 {
    font-size: 34px;
  }

  .products-hero-copy h1,
  .page-hero-copy h1,
  .apply-hero h1,
  .service-hero h1 {
    font-size: 34px;
  }

  .hero-token-card {
    padding: 20px;
  }

  .products-hero-panel {
    padding: 20px;
  }

  .page-hero-panel {
    padding: 20px;
  }

  .products-mini-stats {
    grid-template-columns: 1fr;
  }

  .product-strip,
  .pricing-cards,
  .apply-prep-grid,
  .contact-layout,
  .apply-hero .container,
  .service-hero .container,
  .apply-layout,
  .service-layout,
  .service-matrix,
  .rich-highlight-grid,
  .content-split,
  .faq-grid,
  .testimonial-wrap,
  .testimonial-cards,
  .numbered-flow,
  .option-grid,
  .field-grid,
  .upload-grid,
  .steps,
  .grid-3,
  .grid-2,
  .two-col,
  .docs-grid,
  .doc-columns,
  .mini-stats,
  .client-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .sticky-enquiry {
    position: static;
    transform: none;
    display: block;
  }

  .enquiry-tab {
    display: none;
  }

  .enquiry-card {
    width: min(var(--max), 92%);
    margin: 18px auto;
  }

  .testimonial-band .section-title h2 {
    gap: 8px;
    font-size: 18px;
    letter-spacing: 1px;
  }

  .testimonial-band .section-title h2::before,
  .testimonial-band .section-title h2::after {
    width: 22px;
  }

  .testimonial-cards.slider-active .testimonial-card {
    flex-basis: 100%;
  }

  .testimonial-arrow.left {
    left: 2px;
  }

  .testimonial-arrow.right {
    right: 2px;
  }

  .footer-bottom,
  .top-inner {
    flex-direction: column;
  }
}
