﻿:root {
  --ink: #2a2118;
  --accent: #5a4a3b;
  --accent-2: #c57b3a;
  --cream: #f6eee4;
  --mist: #efe6dc;
  --slate: #e2d9cf;
  --glow: rgba(134, 96, 58, 0.28);
}

html {
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: 'Sora', sans-serif;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  line-height: 1.65;
}

h1, h2, h3, .display {
  font-family: 'Space Grotesk', sans-serif;
  letter-spacing: -0.02em;
}

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

a,
button {
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease,
    transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--accent-2);
  outline-offset: 2px;
}

.btn-primary {
  background: linear-gradient(135deg, #5a4a3b 0%, #c57b3a 100%);
  box-shadow: 0 20px 40px var(--glow);
}

.btn-primary:hover {
  transform: translateY(-2px);
  filter: saturate(1.05);
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-ghost {
  border: 1px solid rgba(218, 200, 180, 0.5);
  color: #f6efe7;
}

.btn-ghost:hover {
  background: rgba(72, 58, 47, 0.35);
  border-color: rgba(235, 220, 203, 0.7);
}

.section-kicker {
  letter-spacing: 0.2em;
}

.soft-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
}

.dark-card {
  background: #4a3b2e;
  border: 1px solid rgba(210, 192, 170, 0.3);
  box-shadow: 0 30px 60px rgba(38, 30, 22, 0.35);
}

.glow-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(31, 77, 58, 0.8), rgba(184, 115, 51, 0.6), transparent);
}

.lift {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.lift:hover {
  transform: translateY(-6px);
  box-shadow: 0 35px 70px rgba(2, 6, 23, 0.18);
}

.compare-table {
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 40px 80px rgba(2, 6, 23, 0.08);
}

.compare-table th {
  letter-spacing: 0.06em;
}

.compare-table td {
  color: #0f172a;
}

.section-divider {
  height: 1px;
  max-width: 1100px;
  margin: 64px auto;
  background: linear-gradient(90deg, transparent, rgba(31, 77, 58, 0.65), rgba(184, 115, 51, 0.55), transparent);
}

.hero-bg {
  background:
    radial-gradient(900px 380px at 15% 10%, rgba(137, 95, 58, 0.22), transparent 60%),
    radial-gradient(800px 360px at 85% 0%, rgba(197, 123, 58, 0.22), transparent 55%),
    linear-gradient(135deg, #4a3b2e 0%, #5b4636 45%, #3c2f25 100%);
}

.hero-shell {
  position: relative;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #f3e9dd;
  background: rgba(68, 52, 40, 0.7);
  border: 1px solid rgba(212, 193, 170, 0.25);
  text-transform: uppercase;
}

.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.hero-chip {
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #f3ece2;
  background: rgba(94, 71, 54, 0.55);
  border: 1px solid rgba(212, 193, 170, 0.2);
}

.hero-visual-card {
  position: relative;
  border-radius: 2.25rem;
  padding: 18px;
  background: linear-gradient(135deg, rgba(137, 95, 58, 0.35), rgba(197, 123, 58, 0.26));
  box-shadow: 0 40px 90px rgba(30, 22, 16, 0.55);
}

.hero-visual-ring {
  position: absolute;
  inset: 12px;
  border-radius: 2rem;
  border: 1px solid rgba(212, 193, 170, 0.25);
  background: rgba(44, 34, 26, 0.55);
  z-index: 0;
}

.hero-visual-card img {
  position: relative;
  z-index: 1;
}

.hero-visual-tag {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.6rem 0.85rem;
  border-radius: 0.9rem;
  background: rgba(46, 35, 26, 0.75);
  border: 1px solid rgba(212, 193, 170, 0.25);
  color: #f6efe4;
  z-index: 2;
  backdrop-filter: blur(8px);
}

.hero-shadow {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 230px;
  height: 24px;
  background: rgba(50, 38, 28, 0.25);
  filter: blur(18px);
  border-radius: 999px;
  transform: translateX(-50%);
}

@media (min-width: 1024px) {
  .hero-copy .hero-features {
    justify-content: flex-start;
  }
}

.hero-grid {
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at 30% 10%, rgba(0,0,0,0.9), rgba(0,0,0,0.1) 60%);
}

.gradient-text {
  background: linear-gradient(90deg, #f6eee4 0%, #dcc3a7 45%, #c57b3a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.glass {
  background: rgba(62, 48, 38, 0.58);
  border: 1px solid rgba(212, 193, 170, 0.2);
  box-shadow: 0 30px 80px rgba(26, 20, 14, 0.45);
  backdrop-filter: blur(14px);
}

.stat-card {
  border: 1px solid rgba(212, 193, 170, 0.22);
  background: rgba(58, 45, 35, 0.6);
}

.hero-frame {
  border-radius: 2.5rem;
  background: linear-gradient(135deg, rgba(137, 95, 58, 0.35), rgba(197, 123, 58, 0.26));
  padding: 14px;
  box-shadow: 0 40px 90px rgba(30, 22, 16, 0.55);
}

.hero-frame-inner {
  border-radius: 2rem;
  background: rgba(44, 34, 26, 0.65);
  border: 1px solid rgba(212, 193, 170, 0.25);
}

.hero-orb {
  width: 260px;
  height: 260px;
  border-radius: 999px;
  filter: blur(50px);
  opacity: 0.6;
}

.hero-orb-amber {
  background: #b66a2d;
}

.hero-orb-caramel {
  background: #7a5a3a;
}

section[id] {
  scroll-margin-top: 96px;
}

.section-mist {
  background: linear-gradient(135deg, rgba(242, 234, 224, 0.96) 0%, rgba(237, 228, 216, 0.92) 48%, rgba(246, 238, 227, 0.9) 100%);
}

.section-ivory {
  background: linear-gradient(135deg, rgba(248, 239, 229, 0.98) 0%, rgba(241, 231, 218, 0.92) 55%, rgba(253, 249, 244, 0.92) 100%);
}

.section-slate {
  background: linear-gradient(135deg, rgba(238, 230, 220, 0.95) 0%, rgba(246, 236, 225, 0.9) 60%, rgba(230, 219, 207, 0.85) 100%);
}

/* Premium palette overrides for Tailwind utility classes in markup */
.text-emerald-300 { color: #d9c6b3; }
.text-emerald-600 { color: #6b4f3a; }
.text-emerald-700 { color: #5b4331; }
.text-green-600 { color: #6b4f3a; }
.text-amber-600 { color: #c57b3a; }
.text-amber-700 { color: #9b5f2c; }
.text-teal-600 { color: #6a4b34; }
.text-teal-700 { color: #553b2a; }
.text-cyan-700 { color: #9b5f2c; }

.bg-emerald-50 { background-color: #f4eee6; }
.bg-emerald-100 { background-color: #ece1d4; }
.bg-teal-100 { background-color: #efe4d8; }
.bg-amber-100 { background-color: #f1ddc7; }
.bg-cyan-100 { background-color: #efe5d9; }
.bg-green-50 { background-color: #f5eee4; }
.bg-gray-50 { background-color: #f6eee4; }
.bg-slate-900 { background-color: #4a3b2e; }
.bg-gray-900 { background-color: #4b3c2f; }
.bg-black { background-color: #3c2f25; }

.from-emerald-50 { --tw-gradient-from: #f5eee4; --tw-gradient-to: rgba(245, 238, 228, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-amber-50 { --tw-gradient-to: #f3e5d4; }
.from-amber-50 { --tw-gradient-from: #f3e5d4; --tw-gradient-to: rgba(243, 229, 212, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-cyan-50 { --tw-gradient-to: #f0e6d9; }
.from-teal-50 { --tw-gradient-from: #f4ece2; --tw-gradient-to: rgba(244, 236, 226, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.via-white { --tw-gradient-stops: var(--tw-gradient-from), #f8f1e8, var(--tw-gradient-to); }
.from-gray-900 { --tw-gradient-from: #4a3b2e; --tw-gradient-to: rgba(74, 59, 46, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-gray-900 { --tw-gradient-to: #4a3b2e; }
.from-black { --tw-gradient-from: #3c2f25; --tw-gradient-to: rgba(60, 47, 37, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-black { --tw-gradient-to: #3c2f25; }
.via-black { --tw-gradient-stops: var(--tw-gradient-from), #4a3b2e, var(--tw-gradient-to); }

.bg-black\/10 { background-color: rgba(60, 47, 37, 0.1); }
.bg-black\/20 { background-color: rgba(60, 47, 37, 0.2); }

.from-emerald-200\/40 { --tw-gradient-from: rgba(214, 196, 176, 0.4); --tw-gradient-to: rgba(214, 196, 176, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-cyan-100\/20 { --tw-gradient-to: rgba(235, 224, 212, 0.2); }
.from-amber-200\/40 { --tw-gradient-from: rgba(214, 176, 135, 0.4); --tw-gradient-to: rgba(214, 176, 135, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-emerald-100\/20 { --tw-gradient-to: rgba(236, 225, 212, 0.2); }
.from-teal-200\/40 { --tw-gradient-from: rgba(220, 198, 176, 0.4); --tw-gradient-to: rgba(220, 198, 176, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-green-200\/40 { --tw-gradient-from: rgba(220, 198, 176, 0.4); --tw-gradient-to: rgba(220, 198, 176, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.from-red-200\/30 { --tw-gradient-from: rgba(214, 176, 135, 0.3); --tw-gradient-to: rgba(214, 176, 135, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-orange-100\/20 { --tw-gradient-to: rgba(232, 214, 189, 0.2); }
.from-orange-200\/40 { --tw-gradient-from: rgba(214, 176, 135, 0.4); --tw-gradient-to: rgba(214, 176, 135, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-amber-100\/20 { --tw-gradient-to: rgba(240, 222, 201, 0.2); }
.from-pink-500 { --tw-gradient-from: #5a4a3b; --tw-gradient-to: rgba(90, 74, 59, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-yellow-500 { --tw-gradient-to: #c57b3a; }

.section-hero-tone {
  background:
    radial-gradient(900px 380px at 15% 10%, rgba(137, 95, 58, 0.2), transparent 60%),
    radial-gradient(800px 360px at 85% 0%, rgba(197, 123, 58, 0.2), transparent 55%),
    linear-gradient(135deg, #4a3b2e 0%, #5b4636 45%, #3c2f25 100%);
  color: #f6efe4;
}

/* Premium cool-tone palette overrides */
:root {
  --ink: #0f172a;
  --accent: #0b1f3a;
  --accent-2: #c7a86a;
  --cream: #f8fafc;
  --mist: #eef2f7;
  --slate: #dbe3ee;
  --glow: rgba(15, 23, 42, 0.24);
}

.btn-primary {
  background: linear-gradient(135deg, #0b1f3a 0%, #1d4c7b 52%, #c7a86a 100%);
  box-shadow: 0 20px 40px rgba(11, 31, 58, 0.28);
}

.btn-ghost {
  border: 1px solid rgba(198, 212, 231, 0.45);
  color: #e7eef9;
}

.btn-ghost:hover {
  background: rgba(14, 31, 56, 0.45);
  border-color: rgba(208, 220, 236, 0.7);
}

.dark-card {
  background: #0f1f36;
  border: 1px solid rgba(161, 181, 206, 0.3);
  box-shadow: 0 30px 60px rgba(7, 14, 28, 0.45);
}

.hero-bg,
.section-hero-tone {
  background:
    radial-gradient(900px 380px at 15% 10%, rgba(35, 73, 122, 0.26), transparent 60%),
    radial-gradient(800px 360px at 85% 0%, rgba(199, 168, 106, 0.2), transparent 55%),
    linear-gradient(135deg, #0a1629 0%, #132a48 45%, #0b1324 100%);
  color: #f3f7ff;
}

.hero-badge {
  color: #eaf1fc;
  background: rgba(18, 37, 63, 0.72);
  border: 1px solid rgba(174, 194, 220, 0.3);
}

.hero-chip {
  color: #e8f1ff;
  background: rgba(20, 45, 78, 0.55);
  border: 1px solid rgba(170, 191, 218, 0.22);
}

.hero-visual-card,
.hero-frame {
  background: linear-gradient(135deg, rgba(24, 58, 99, 0.42), rgba(199, 168, 106, 0.2));
  box-shadow: 0 40px 90px rgba(7, 14, 28, 0.55);
}

.hero-visual-ring,
.hero-frame-inner {
  border: 1px solid rgba(169, 190, 217, 0.28);
  background: rgba(11, 24, 42, 0.62);
}

.hero-visual-tag {
  background: rgba(10, 24, 42, 0.78);
  border: 1px solid rgba(171, 191, 216, 0.28);
  color: #f3f7ff;
}

.hero-shadow {
  background: rgba(7, 14, 28, 0.32);
}

.gradient-text {
  background: linear-gradient(90deg, #f8fbff 0%, #c9d7ec 45%, #c7a86a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.glass {
  background: rgba(12, 28, 49, 0.58);
  border: 1px solid rgba(166, 187, 214, 0.22);
  box-shadow: 0 30px 80px rgba(7, 14, 28, 0.45);
}

.stat-card {
  border: 1px solid rgba(166, 187, 214, 0.24);
  background: rgba(15, 31, 54, 0.58);
}

.hero-orb-amber {
  background: #d7b883;
}

.hero-orb-caramel {
  background: #3c6193;
}

.section-mist {
  background: linear-gradient(135deg, rgba(241, 245, 251, 0.98) 0%, rgba(233, 239, 247, 0.94) 52%, rgba(246, 249, 253, 0.94) 100%);
}

.section-ivory {
  background: linear-gradient(135deg, rgba(247, 250, 255, 0.98) 0%, rgba(238, 243, 250, 0.94) 56%, rgba(251, 253, 255, 0.94) 100%);
}

.section-slate {
  background: linear-gradient(135deg, rgba(231, 238, 248, 0.95) 0%, rgba(238, 244, 251, 0.92) 60%, rgba(221, 231, 244, 0.88) 100%);
}

/* Utility color remap */
.text-emerald-300 { color: #b8cade; }
.text-emerald-600,
.text-green-600,
.text-teal-600 { color: #1e3a5f; }
.text-emerald-700,
.text-teal-700 { color: #172e4c; }
.text-amber-600,
.text-cyan-700 { color: #b6904f; }
.text-amber-700 { color: #8f713f; }

.bg-emerald-50,
.bg-green-50,
.bg-gray-50 { background-color: #f2f6fb; }
.bg-emerald-100,
.bg-teal-100,
.bg-cyan-100 { background-color: #e6edf6; }
.bg-amber-100 { background-color: #f2e8d6; }
.bg-slate-900,
.bg-gray-900 { background-color: #0f1f36; }
.bg-black { background-color: #0b1324; }

.from-emerald-50 { --tw-gradient-from: #f2f6fb; --tw-gradient-to: rgba(242, 246, 251, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-amber-50 { --tw-gradient-to: #f5ecdd; }
.from-amber-50 { --tw-gradient-from: #f5ecdd; --tw-gradient-to: rgba(245, 236, 221, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-cyan-50 { --tw-gradient-to: #ebf2fb; }
.from-teal-50 { --tw-gradient-from: #edf3fb; --tw-gradient-to: rgba(237, 243, 251, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.via-white { --tw-gradient-stops: var(--tw-gradient-from), #f8fbff, var(--tw-gradient-to); }
.from-gray-900 { --tw-gradient-from: #0f1f36; --tw-gradient-to: rgba(15, 31, 54, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-gray-900 { --tw-gradient-to: #0f1f36; }
.from-black { --tw-gradient-from: #0b1324; --tw-gradient-to: rgba(11, 19, 36, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-black { --tw-gradient-to: #0b1324; }
.via-black { --tw-gradient-stops: var(--tw-gradient-from), #111f36, var(--tw-gradient-to); }

@media (max-width: 767px) {
  .has-mobile-sticky {
    padding-bottom: 96px;
  }

  .hero-mobile {
    padding-top: 56px;
    padding-bottom: 140px;
  }

  .hero-shell {
    width: 100%;
    border-radius: 1.5rem;
    padding: 20px !important;
  }

  .hero-features {
    justify-content: center;
  }

  .hero-cta a {
    width: 100%;
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .hero-visual {
    margin-top: 8px;
  }

  .hero-copy h1 {
    font-size: clamp(1.75rem, 6vw, 2.15rem) !important;
    line-height: 1.15 !important;
  }

  .hero-copy p {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .hero-badge {
    font-size: 0.65rem;
    letter-spacing: 0.25em;
  }

  #plate360 {
    width: min(320px, 84vw);
  }

  .section-divider {
    margin: 48px auto;
  }

  h1.display {
    font-size: clamp(2rem, 6vw, 2.75rem) !important;
    line-height: 1.15;
  }

  h2.display {
    font-size: clamp(1.75rem, 5.5vw, 2.25rem) !important;
    line-height: 1.2;
  }

  h3.display {
    font-size: clamp(1.5rem, 5vw, 2rem) !important;
    line-height: 1.25;
  }

  .hero-orb {
    width: 200px;
    height: 200px;
    opacity: 0.45;
  }

  .hero-visual-card {
    padding: 12px;
    border-radius: 1.75rem;
  }

  .hero-visual-ring {
    inset: 8px;
    border-radius: 1.5rem;
  }

  .menu-sticky {
    top: 72px;
  }
}


/* Index gradient cleanup: remove residual warm brown accents */
.glow-line {
  background: linear-gradient(90deg, transparent, rgba(60, 97, 147, 0.78), rgba(199, 168, 106, 0.42), transparent);
}

.section-divider {
  background: linear-gradient(90deg, transparent, rgba(60, 97, 147, 0.62), rgba(199, 168, 106, 0.4), transparent);
}

.section-kicker {
  color: #3c6193;
}

@media (max-width: 767px) {
  .section-divider {
    background: linear-gradient(90deg, transparent, rgba(60, 97, 147, 0.52), rgba(199, 168, 106, 0.34), transparent);
  }
}

/* Index-only premium cool palette (no gold) */
.page-index {
  --idx-deep: #071a31;
  --idx-mid: #123e6f;
  --idx-accent: #2c7bb7;
  --idx-accent-2: #1fa596;
  --idx-soft: #eaf3ff;
}

.page-index .btn-primary {
  background: linear-gradient(135deg, var(--idx-deep) 0%, var(--idx-mid) 55%, var(--idx-accent) 100%);
  box-shadow: 0 20px 40px rgba(9, 31, 58, 0.3);
}

.page-index .btn-ghost {
  border: 1px solid rgba(181, 207, 234, 0.55);
  color: #e8f2ff;
}

.page-index .btn-ghost:hover {
  background: rgba(18, 54, 94, 0.5);
  border-color: rgba(198, 221, 244, 0.75);
}

.page-index .hero-bg,
.page-index .section-hero-tone {
  background:
    radial-gradient(900px 380px at 15% 10%, rgba(44, 123, 183, 0.26), transparent 60%),
    radial-gradient(800px 360px at 85% 0%, rgba(31, 165, 150, 0.22), transparent 55%),
    linear-gradient(135deg, #07182d 0%, #0d2c4f 45%, #091a31 100%);
  color: #f3f8ff;
}

.page-index .gradient-text {
  background: linear-gradient(90deg, #eef6ff 0%, #b7d6f2 45%, #58b7d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-index .hero-orb-amber {
  background: #2a77b2;
}

.page-index .hero-orb-caramel {
  background: #1f9e92;
}

.page-index .glow-line {
  background: linear-gradient(90deg, transparent, rgba(44, 123, 183, 0.82), rgba(31, 165, 150, 0.55), transparent);
}

.page-index .section-divider {
  background: linear-gradient(90deg, transparent, rgba(44, 123, 183, 0.66), rgba(31, 165, 150, 0.45), transparent);
}

.page-index .section-kicker,
.page-index .text-emerald-600,
.page-index .text-green-600,
.page-index .hover\:text-green-600:hover,
.page-index .text-cyan-600 {
  color: #1f6da8 !important;
}

.page-index .text-emerald-700,
.page-index .text-green-700,
.page-index .text-cyan-700,
.page-index .text-teal-700 {
  color: #184f7a !important;
}

.page-index .bg-emerald-50,
.page-index .bg-green-50,
.page-index .bg-cyan-50,
.page-index .bg-emerald-100,
.page-index .bg-cyan-100,
.page-index .bg-green-100,
.page-index .bg-teal-100,
.page-index .bg-yellow-100,
.page-index .bg-red-100,
.page-index .bg-lime-100 {
  background-color: var(--idx-soft) !important;
}

.page-index .text-red-500,
.page-index .text-red-600,
.page-index .text-red-700,
.page-index .text-rose-600 {
  color: #a95050 !important;
}
/* Final premium harmonization across all pages/components */
.hover\:text-green-600:hover,
.text-green-600 { color: #3c6193 !important; }
.text-green-700 { color: #2f4d75 !important; }
.text-blue-600 { color: #4f6f9a !important; }
.text-yellow-600,
.text-yellow-700 { color: #8f713f !important; }
.text-red-500,
.text-red-600,
.text-red-700,
.text-rose-600 { color: #8f4b4b !important; }
.text-cyan-600 { color: #35557f !important; }

.bg-green-50,
.bg-green-100,
.bg-lime-100,
.bg-red-100,
.bg-yellow-100 { background-color: #e9eff7 !important; }

.border-green-200,
.border-green-300 { border-color: #a8bad3 !important; }

.fill-green-700,
.fill-red-700,
.fill-yellow-700,
.fill-emerald-700 { fill: currentColor !important; }

.focus\:ring-green-500:focus,
.focus\:ring-green-500:focus-visible {
  --tw-ring-color: rgba(60, 97, 147, 0.35) !important;
}



/* Global blue-teal premium palette for all pages */
:root {
  --accent-2: #1fa596;
}

.btn-primary {
  background: linear-gradient(135deg, #071a31 0%, #123e6f 55%, #2c7bb7 100%);
  box-shadow: 0 20px 40px rgba(9, 31, 58, 0.3);
}

.hero-bg,
.section-hero-tone {
  background:
    radial-gradient(900px 380px at 15% 10%, rgba(44, 123, 183, 0.26), transparent 60%),
    radial-gradient(800px 360px at 85% 0%, rgba(31, 165, 150, 0.22), transparent 55%),
    linear-gradient(135deg, #07182d 0%, #0d2c4f 45%, #091a31 100%);
  color: #f3f8ff;
}

.gradient-text {
  background: linear-gradient(90deg, #eef6ff 0%, #b7d6f2 45%, #58b7d4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-orb-amber { background: #2a77b2; }
.hero-orb-caramel { background: #1f9e92; }

.glow-line {
  background: linear-gradient(90deg, transparent, rgba(44, 123, 183, 0.82), rgba(31, 165, 150, 0.55), transparent);
}

.section-divider {
  background: linear-gradient(90deg, transparent, rgba(44, 123, 183, 0.66), rgba(31, 165, 150, 0.45), transparent);
}

.section-kicker,
.text-emerald-600,
.text-green-600,
.hover\:text-green-600:hover,
.text-cyan-600,
.text-teal-600,
.text-amber-600,
.text-yellow-600,
.text-cyan-700,
.text-amber-700,
.text-yellow-700 {
  color: #1f6da8 !important;
}

.text-emerald-700,
.text-green-700,
.text-teal-700 {
  color: #184f7a !important;
}

.bg-amber-100,
.bg-yellow-100,
.bg-emerald-100,
.bg-green-100,
.bg-cyan-100,
.bg-teal-100,
.bg-lime-100,
.bg-red-100,
.bg-emerald-50,
.bg-green-50,
.bg-cyan-50,
.bg-gray-50 {
  background-color: #eaf3ff !important;
}

.to-amber-50,
.from-amber-50,
.to-cyan-50,
.from-teal-50,
.from-emerald-50 {
  --tw-gradient-from: #eaf3ff;
  --tw-gradient-to: rgba(234, 243, 255, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-200\/40,
.from-orange-200\/40,
.from-red-200\/30,
.from-green-200\/40,
.from-teal-200\/40,
.from-emerald-200\/40 {
  --tw-gradient-from: rgba(44, 123, 183, 0.28);
  --tw-gradient-to: rgba(44, 123, 183, 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-amber-100\/20,
.to-orange-100\/20,
.to-emerald-100\/20,
.to-cyan-100\/20 {
  --tw-gradient-to: rgba(31, 165, 150, 0.2);
}

.from-pink-500 { --tw-gradient-from: #1b5f96; --tw-gradient-to: rgba(27, 95, 150, 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); }
.to-yellow-500 { --tw-gradient-to: #1fa596; }

.bg-green-600 { background-color: #1f6da8 !important; }

.focus\:ring-green-500:focus,
.focus\:ring-green-500:focus-visible {
  --tw-ring-color: rgba(31, 109, 168, 0.36) !important;
}
