/* =========================================================
   Prime Tax — Clean Corporate Override
   Loads after style.css · No @import
   ========================================================= */

/* ── Design tokens ── */
:root {
  --navy: #0C2340;
  --navy-soft: #153456;
  --gold: #B8952E;
  --gold-dark: #96782A;
  --white: #FFFFFF;
  --gray-50: #F8FAFC;
  --gray-100: #F1F5F9;
  --gray-200: #E2E8F0;
  --gray-400: #94A3B8;
  --gray-600: #475569;
  --gray-800: #1E293B;
  --ink: #0F172A;
  --ink-soft: #334155;
  --muted: #64748B;
  --line: var(--gray-200);
  --line-strong: #CBD5E1;

  /* Legacy aliases consumed by style.css */
  --midnight: var(--navy);
  --midnight-soft: var(--navy-soft);
  --slate: var(--navy-soft);
  --royal: var(--navy-soft);
  --gold-light: #D4B86A;
  --gold-deep: var(--gold-dark);
  --gold-2: var(--gold);
  --cream: var(--gray-50);
  --cream-dark: var(--gray-50);
  --ivory: var(--gray-50);
  --paper: var(--white);

  --shadow-sm: 0 1px 3px rgba(12, 35, 64, 0.06), 0 4px 12px rgba(12, 35, 64, 0.04);
  --shadow-md: 0 4px 16px rgba(12, 35, 64, 0.08);
  --shadow-lg: 0 8px 32px rgba(12, 35, 64, 0.1);
  --shadow-gold: 0 4px 16px rgba(184, 149, 46, 0.2);

  --grad-navy: var(--navy);
  --grad-gold: var(--gold);
  --grad-hero: var(--navy);
  --grad-shine: none;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── Base ── */
body {
  background: var(--white);
  color: var(--ink);
}

.container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

h1, h2, h3, h4 {
  color: var(--navy);
}

a:hover {
  color: var(--gold-dark);
}

::selection {
  background: rgba(184, 149, 46, 0.2);
  color: var(--navy);
}

/* ── Disable 8D / immersive effects ── */
.cursor-glow,
.hero-orbs,
.depth-field,
.float-shape,
.float-ring,
.frame-shine,
.scroll-hint,
.hero-scene::before,
.hero-scene::after {
  display: none !important;
}

.hero::before,
.hero::after,
.page-hero::before,
.band-dark::before,
.contact-card::before,
.contact-card-pro::before,
.cta-band::before,
.cta-band-pro::after,
.section-pro::before {
  display: none !important;
}

.hero::after,
.hero-visual .frame::after,
.hero-frame::after {
  animation: none !important;
  content: none !important;
}

.hero-orb,
.float-badge {
  animation: none !important;
}

.tilt-3d,
.tilt-3d:hover,
.tilt-3d:focus-within,
.service-card-pro.tilt-3d:hover,
.cta-band.tilt-3d:hover,
.contact-card.tilt-3d:hover,
.form-card.tilt-3d:hover,
.pricing-wrap.tilt-3d:hover {
  transform: none !important;
}

.tilt-3d::after {
  display: none !important;
}

body.site-premium .section-pro,
body.immersive-8d .section-pro,
.section-pro {
  transform: none !important;
  animation: none !important;
}

body.site-premium,
body.immersive-8d {
  perspective: none !important;
}

.hero-scene [data-depth],
.frame-3d {
  transform: none !important;
}

.btn-shine::after {
  display: none !important;
}

.pulse-ring::before {
  animation: none !important;
  display: none !important;
}

.top-badge {
  animation: none !important;
}

/* ── Top bar & header ── */
.top-bar {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
}

.top-badge {
  background: rgba(184, 149, 46, 0.15);
  color: var(--gold-light);
  border: 1px solid rgba(184, 149, 46, 0.25);
}

.top-bar-links a:hover,
.top-cta {
  color: var(--gold-light) !important;
}

.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
  backdrop-filter: none;
}

.site-header.is-scrolled {
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.brand:hover img {
  transform: none;
}

.nav-menu a:not(.btn-nav-cta):hover {
  transform: none;
  background: var(--gray-50);
}

.nav-menu a.active:not(.btn-nav-cta)::after {
  background: var(--gold);
}

.btn-nav-cta {
  background: var(--navy) !important;
  border: 1px solid var(--navy);
  box-shadow: none;
}

.btn-nav-cta:hover {
  background: var(--navy-soft) !important;
  transform: none;
}

/* ── Buttons ── */
.btn-gold {
  background: var(--gold);
  color: var(--navy);
  border: 1px solid var(--gold-dark);
  box-shadow: none;
  background-image: none;
}

.btn-gold:hover {
  background: var(--gold-dark);
  color: var(--white);
  transform: none;
  box-shadow: var(--shadow-sm);
}

.btn-navy {
  background: var(--navy);
  color: var(--white);
  box-shadow: none;
}

.btn-navy:hover {
  background: var(--navy-soft);
  transform: none;
}

.btn-navy-light {
  background: var(--white);
  color: var(--navy);
  border: 1px solid var(--gray-200);
  box-shadow: none;
}

.btn-navy-light:hover {
  background: var(--gray-50);
  transform: none;
  box-shadow: none;
}

.btn-ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: none;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.82rem;
}

.btn-outline-dark {
  background: transparent;
  border: 1px solid var(--gray-200);
  color: var(--navy);
}

.btn-outline-dark:hover {
  background: var(--gray-50);
  border-color: var(--navy);
}

.btn-full {
  width: 100%;
  justify-content: center;
}

/* ── Typography helpers ── */
.eyebrow {
  color: var(--gold-dark);
}

.eyebrow::before {
  background: var(--gold);
}

.eyebrow-light {
  color: var(--gold-light);
}

.eyebrow-light::before {
  background: var(--gold-light);
}

.muted {
  color: var(--muted);
}

.text-center {
  text-align: center;
}

/* ── Hero (home) ── */
.hero {
  background: var(--navy);
  color: var(--white);
  padding: 4rem 0 0;
  border-bottom: none;
  border-image: none;
  overflow: hidden;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero .eyebrow {
  color: var(--gold-light);
}

.hero .eyebrow::before {
  background: var(--gold);
}

.hero h1 {
  color: var(--white);
  margin-bottom: 1rem;
}

.hero h1 em {
  font-style: italic;
  color: var(--gold-light);
  background: none;
  -webkit-text-fill-color: var(--gold-light);
}

.hero-lead {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.75;
  max-width: 540px;
  margin-bottom: 1.5rem;
}

.hero-lead strong {
  color: var(--white);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero-pills span {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.85);
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
}

.hero-frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow-lg);
}

.hero-frame img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  min-height: 280px;
}

.hero-visual:hover .hero-frame img,
.hero-visual:hover .frame img {
  transform: none;
}

.hero-badge {
  position: absolute;
  left: -1rem;
  bottom: -1rem;
  background: var(--white);
  color: var(--navy);
  border-radius: var(--radius-md);
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border: 1px solid var(--gray-200);
  box-shadow: var(--shadow-md);
}

.hero-badge .dot {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.85rem;
}

.hero-badge b {
  display: block;
  font-size: 1rem;
  color: var(--navy);
}

.hero-badge span {
  font-size: 0.78rem;
  color: var(--muted);
}

.hero-stats-bar {
  background: var(--navy-soft);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 3rem;
  padding: 1.75rem 0;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  border-top: none;
  padding-top: 0;
}

.hero-stats .stat {
  text-align: center;
}

.hero-stats .stat b {
  display: block;
  font-size: 1.75rem;
  color: var(--gold-light);
  line-height: 1.1;
}

.hero-stats .stat span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-badge {
    left: 1rem;
    bottom: 1rem;
  }

  .hero-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media (max-width: 480px) {
  .hero-stats {
    grid-template-columns: 1fr 1fr;
  }
}

/* ── Trust bar ── */
.trust-bar {
  background: var(--gray-50);
  border-bottom: 1px solid var(--gray-200);
  padding: 2rem 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.trust-grid .cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  text-align: center;
  padding: 1.25rem 1rem;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  transition: border-color 0.2s var(--ease-out);
}

.trust-grid .cell:hover {
  transform: none;
  box-shadow: none;
  border-color: var(--gold);
  background: var(--white);
}

.trust-grid svg {
  width: 24px;
  height: 24px;
  color: var(--gold);
  transition: none;
}

.trust-grid .cell:hover svg {
  transform: none;
}

.trust-grid b {
  font-size: 0.95rem;
  color: var(--navy);
}

.trust-grid span {
  font-size: 0.8rem;
  color: var(--muted);
}

@media (max-width: 700px) {
  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── Sections ── */
section {
  padding: 4rem 0;
}

.section-white {
  background: var(--white);
}

.section-gray,
.section-alt {
  background: var(--gray-50);
  border-top: 1px solid var(--gray-200);
  border-bottom: 1px solid var(--gray-200);
}

.section-navy,
.band-dark {
  background: var(--navy);
  color: var(--white);
}

.section-navy h2,
.section-navy .section-head h2,
.band-dark h2,
.band-dark .section-head h2 {
  color: var(--white);
}

.section-navy .section-head p,
.band-dark .muted {
  color: rgba(255, 255, 255, 0.65);
}

.section-cta {
  background: var(--gray-50);
  padding: 4rem 0;
}

.section-compact {
  padding: 3rem 0;
}

.section-pro {
  overflow: visible;
}

.section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 2.5rem;
}

.section-head p {
  color: var(--muted);
  font-size: 1rem;
  margin-top: 0.75rem;
}

.section-head h2::after {
  background: var(--gold);
  transform: scaleX(1);
}

.section-head-left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.section-head-left .eyebrow {
  justify-content: flex-start;
}

.section-head-left h2::after {
  margin-left: 0;
}

p.section-cta {
  margin-top: 2rem;
}

/* ── About block ── */
.about-block {
  max-width: 800px;
  margin: 0 auto;
}

.check-list-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem 2rem;
  list-style: none;
  margin: 1.25rem 0;
}

.check-list-cols li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.check-list-cols li::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin-top: 4px;
  border-radius: 50%;
  background: var(--gold);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.about-section {
  background: var(--white);
}

.about-copy-only {
  max-width: 820px;
}

.about-lead {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--ink-soft);
}

.about-founder-bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius-md);
}

.founder-badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.about-founder-bar strong {
  display: block;
  color: var(--navy);
}

.about-founder-bar span {
  font-size: 0.85rem;
  color: var(--muted);
}

.about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

@media (max-width: 640px) {
  .check-list-cols {
    grid-template-columns: 1fr;
  }
}

/* ── Services grid ── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.svc-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  text-decoration: none;
  color: inherit;
  box-shadow: none;
  transition: border-color 0.2s var(--ease-out), box-shadow 0.2s var(--ease-out);
}

.svc-card::before {
  display: none;
}

.svc-card:hover {
  transform: none;
  border-color: var(--gold);
  box-shadow: var(--shadow-sm);
  color: inherit;
}

.svc-num {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--gray-400);
  margin-bottom: 0.5rem;
}

.svc-cat {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-dark);
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  margin-bottom: 0.75rem;
}

.svc-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: var(--navy);
}

.svc-card p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
  flex: 1;
}

.svc-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--gray-200);
}

.price-tag-sm {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gold-dark);
}

.svc-card .more {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy-soft);
  margin-top: 0;
}

.svc-card:hover .more {
  transform: none;
  color: var(--gold-dark);
}

@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Tag grid (structured, not cloud) ── */
.tag-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.65rem;
}

.tag-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.65rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.tag-item:hover {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
  transform: none;
  box-shadow: none;
}

.tag-grid-light .tag-item,
.tag-item-light {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
}

.tag-grid-light .tag-item:hover,
.tag-item-light:hover {
  background: rgba(184, 149, 46, 0.15);
  border-color: var(--gold);
  color: var(--white);
}

/* ── Pricing table ── */
.pricing-wrap {
  overflow-x: auto;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  background: var(--white);
  box-shadow: none;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.pricing-table th {
  background: var(--navy);
  color: var(--white);
  padding: 0.85rem 1rem;
  text-align: left;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--gold);
}

.pricing-table td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--gray-200);
  vertical-align: middle;
}

.pricing-table tr:last-child td {
  border-bottom: none;
}

.pricing-table tbody tr:hover td {
  background: var(--gray-50);
}

.tbl-cat {
  font-size: 0.78rem;
  color: var(--muted);
}

.price-tag {
  display: inline-block;
  background: var(--gray-50);
  color: var(--navy);
  font-weight: 700;
  padding: 0.25rem 0.6rem;
  border-radius: 6px;
  border: 1px solid var(--gray-200);
  font-size: 0.85rem;
  white-space: nowrap;
}

.tbl-link {
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--navy-soft);
  white-space: nowrap;
}

.tbl-link:hover {
  color: var(--gold-dark);
}

/* ── Compare grid ── */
.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.compare-card {
  border-radius: var(--radius-md);
  padding: 1.5rem;
  border: 1px solid var(--gray-200);
  transition: border-color 0.2s;
}

.compare-card:hover {
  transform: none;
  box-shadow: none;
}

.compare-yes {
  background: var(--white);
  border-left: 3px solid var(--gold);
}

.compare-no {
  background: var(--gray-50);
  opacity: 1;
}

.compare-card h3 {
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.compare-yes h3 {
  color: var(--gold-dark);
}

.compare-no h3 {
  color: var(--muted);
}

.compare-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.compare-card li {
  font-size: 0.9rem;
  padding-left: 1.25rem;
  position: relative;
}

.compare-yes li {
  color: var(--ink-soft);
}

.compare-no li {
  color: var(--muted);
}

.compare-yes li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold-dark);
  font-weight: 700;
}

.compare-no li::before {
  content: "✗";
  position: absolute;
  left: 0;
  color: var(--gray-400);
  font-weight: 700;
}

.compare-yes:hover {
  border-left-width: 3px;
  box-shadow: none;
}

@media (max-width: 700px) {
  .compare-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Why grid ── */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.why-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  transition: border-color 0.2s;
}

.why-card:hover {
  transform: none;
  box-shadow: none;
  border-color: var(--gold);
}

.why-num {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--gold);
  border-bottom: 2px solid var(--gold);
  padding-bottom: 0.35rem;
  margin-bottom: 0.85rem;
}

.why-card h3 {
  font-size: 1rem;
  margin-bottom: 0.45rem;
  color: var(--navy);
}

.why-card p {
  font-size: 0.88rem;
  color: var(--muted);
  line-height: 1.6;
}

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

.why-card-pro {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 1.5rem;
}

.why-card-pro:hover {
  transform: none;
  box-shadow: none;
  border-color: var(--gold);
}

.why-icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  color: var(--gold-dark);
  font-weight: 700;
  font-size: 0.8rem;
  margin-bottom: 0.85rem;
}

.why-card-pro:hover .why-icon,
.why-card-dark:hover .why-icon {
  transform: none;
  background: var(--gold);
  color: var(--navy);
}

.why-card-dark {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.why-card-dark h3 {
  color: var(--white);
}

.why-card-dark p {
  color: rgba(255, 255, 255, 0.65);
}

.why-card-dark .why-icon {
  background: rgba(184, 149, 46, 0.12);
  border-color: rgba(184, 149, 46, 0.25);
  color: var(--gold-light);
}

.why-card-dark:hover {
  transform: none;
  box-shadow: none;
  border-color: rgba(184, 149, 46, 0.35) !important;
}

@media (max-width: 900px) {
  .why-grid,
  .why-grid-pro {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .why-grid,
  .why-grid-pro {
    grid-template-columns: 1fr;
  }
}

/* ── Process grid ── */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.process-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  transition: border-color 0.2s;
}

.process-card:hover {
  transform: none;
  box-shadow: none;
  border-color: var(--gold);
}

.process-num {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  color: rgba(184, 149, 46, 0.35);
  line-height: 1;
  margin-bottom: 0.65rem;
}

.process-card h3 {
  font-size: 1rem;
  margin-bottom: 0.4rem;
  color: var(--navy);
}

.process-card p {
  font-size: 0.88rem;
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}

.process-card:hover .process-num {
  background: none;
  border: none;
  box-shadow: none;
  color: var(--gold);
}

@media (max-width: 900px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Testimonials ── */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.testimonial-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  margin: 0;
  transition: border-color 0.2s;
}

.testimonial-card:hover {
  transform: none;
  box-shadow: none;
  border-color: var(--gold);
}

.testimonial-card .stars {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0.75rem;
}

.testimonial-card .stars span {
  width: 14px;
  height: 14px;
  background: var(--gold);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  transition: none;
}

.testimonial-card:hover .stars span {
  transform: none;
}

.testimonial-card p {
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.65;
  font-style: italic;
  margin-bottom: 1rem;
}

.testimonial-card footer strong {
  display: block;
  color: var(--navy);
  font-size: 0.9rem;
}

.testimonial-card footer span {
  font-size: 0.8rem;
  color: var(--muted);
}

@media (max-width: 900px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

/* ── FAQ ── */
.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.faq-item[open] {
  border-color: var(--gold);
  box-shadow: none;
}

.faq-item summary {
  padding: 1rem 1.25rem;
  cursor: pointer;
  font-weight: 600;
  color: var(--navy);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

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

.faq-item summary::after {
  content: "+";
  font-size: 1.25rem;
  color: var(--gold);
  transition: transform 0.2s;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item summary:hover {
  background: var(--gray-50);
}

.faq-item[open] summary {
  color: var(--gold-dark);
}

.faq-answer {
  padding: 0 1.25rem 1rem;
  color: var(--muted);
  line-height: 1.7;
  font-size: 0.95rem;
  animation: none;
}

/* ── CTA band ── */
.cta-band {
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius-md);
  padding: 2.5rem;
  display: grid;
  grid-template-columns: 1.5fr auto;
  gap: 2rem;
  align-items: center;
  border: none;
  box-shadow: none;
}

.cta-band:hover {
  transform: none;
  box-shadow: none;
}

.cta-band h2 {
  color: var(--white);
  margin-bottom: 0.5rem;
}

.cta-band p {
  color: rgba(255, 255, 255, 0.7);
}

.cta-band .actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.cta-band-pro {
  background: var(--navy);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid var(--gold);
}

.cta-band-pro:hover {
  transform: none;
  box-shadow: none;
}

.cta-band-pro h2 {
  color: var(--white);
}

.cta-band-pro p {
  color: rgba(255, 255, 255, 0.65);
}

.cta-band-pro .btn-gold {
  color: var(--navy);
}

@media (max-width: 800px) {
  .cta-band {
    grid-template-columns: 1fr;
    padding: 2rem;
  }
}

/* ── Page hero (inner pages) ── */
.page-hero {
  background: var(--navy);
  color: var(--white);
  padding: 3.5rem 0 3rem;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-hero .container {
  position: relative;
  z-index: 2;
}

.page-hero h1 {
  color: var(--white);
  margin-bottom: 0.75rem;
}

.page-hero h1 em {
  color: var(--gold-light);
  background: none;
  -webkit-text-fill-color: var(--gold-light);
}

.page-hero p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.75;
}

.page-hero-pro {
  padding: 3.5rem 0 3rem;
}

.page-hero-pro h1 {
  max-width: none;
  font-size: clamp(1.85rem, 3.5vw, 2.75rem);
}

.hero-pills-dark span {
  background: rgba(184, 149, 46, 0.1);
  border-color: rgba(184, 149, 46, 0.25);
  color: var(--gold-light);
}

.page-hero .hero-pills {
  justify-content: center;
  margin-top: 1.25rem;
}

.hero-anim {
  opacity: 1;
  animation: none;
}

.breadcrumb {
  margin-bottom: 1rem;
}

.breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--gold);
}

.breadcrumb li + li::before {
  content: "/";
  color: rgba(255, 255, 255, 0.35);
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.65);
}

.breadcrumb a:hover {
  color: var(--gold-light);
}

.breadcrumb span {
  color: rgba(255, 255, 255, 0.9);
}

/* ── Services page cards ── */
.category-head {
  text-align: center;
  margin-bottom: 2rem;
}

.category-head h2 {
  color: var(--navy);
  margin-bottom: 0.25rem;
}

.category-head p {
  color: var(--muted);
  font-size: 0.92rem;
}

.service-cards-pro {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem;
}

.service-card-pro {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  scroll-margin-top: 100px;
  transition: border-color 0.2s;
}

.service-card-pro:hover {
  transform: none;
  box-shadow: none;
  border-color: var(--gold);
}

.scp-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.scp-num {
  font-size: 1.5rem;
  font-weight: 600;
  color: rgba(184, 149, 46, 0.35);
  line-height: 1;
}

.service-card-pro:hover .scp-num {
  color: var(--gold);
}

.scp-price {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold-dark);
  background: var(--gray-50);
  padding: 0.35rem 0.65rem;
  border-radius: 6px;
  border: 1px solid var(--gray-200);
}

.service-card-pro h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: var(--navy);
}

.service-card-pro > p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 0.85rem;
}

.scp-features {
  list-style: none;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.scp-features li {
  font-size: 0.82rem;
  color: var(--muted);
  padding-left: 0.85rem;
  position: relative;
}

.scp-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
}

.scp-foot {
  border-top: 1px solid var(--gray-200);
  padding-top: 1rem;
}

.scp-time {
  display: block;
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 0.75rem;
}

.scp-actions {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

/* ── Contact page ── */
.contact-section {
  background: var(--gray-50);
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: start;
}

.contact-card,
.contact-card-pro {
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius-md);
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.contact-card:hover,
.contact-card-pro:hover {
  transform: none;
  box-shadow: none;
}

.contact-card h3,
.contact-card-pro h3 {
  color: var(--white);
  font-size: 1.4rem;
  margin-bottom: 0.35rem;
}

.contact-card > p,
.contact-card-pro > p {
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 1.75rem;
}

.contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-list li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

.contact-list .ico {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: var(--radius-sm);
  background: rgba(184, 149, 46, 0.12);
  color: var(--gold-light);
  display: grid;
  place-items: center;
  border: 1px solid rgba(184, 149, 46, 0.25);
  transition: none;
}

.contact-list li:hover .ico {
  transform: none;
}

.contact-list b {
  display: block;
  color: var(--white);
  font-weight: 600;
  font-size: 0.85rem;
}

.contact-list a {
  color: rgba(255, 255, 255, 0.8);
}

.contact-list a:hover {
  color: var(--gold-light);
}

.contact-muted {
  color: rgba(255, 255, 255, 0.65);
}

.contact-cta-wrap {
  margin-top: 1.75rem;
}

.contact-cta-wrap .btn-gold {
  width: 100%;
  justify-content: center;
}

.form-card,
.form-card-pro {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-md);
  padding: 2rem;
  box-shadow: none;
}

.form-card h3,
.form-card-pro h3 {
  color: var(--navy);
  margin-bottom: 0.35rem;
}

.form-card > .muted,
.form-card-pro > .muted {
  margin-bottom: 1.5rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}

.field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
  margin-bottom: 0.35rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1px solid var(--gray-200);
  border-radius: var(--radius-sm);
  font: inherit;
  color: var(--ink);
  background: var(--white);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 0;
  border-color: var(--gold);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(184, 149, 46, 0.12);
  transform: none;
}

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

.alert {
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  margin-bottom: 1.25rem;
  font-size: 0.92rem;
  border: 1px solid;
}

.alert.ok {
  background: #ECFDF5;
  border-color: #A7F3D0;
  color: #065F46;
}

.alert.err {
  background: #FEF2F2;
  border-color: #FECACA;
  color: #991B1B;
}

.form-note {
  font-size: 0.78rem;
  margin-top: 0.85rem;
  text-align: center;
}

@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

/* ── Footer ── */
.site-footer {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.65);
  padding-top: 3.5rem;
  margin-top: 0;
  border-top: 2px solid var(--gold);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2.5rem;
}

.site-footer h4 {
  color: var(--gold-light);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}

.foot-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.foot-links a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.foot-links a:hover {
  color: var(--gold-light);
  transform: none;
}

.foot-ico {
  color: var(--gold);
  margin-right: 0.25rem;
}

.footer-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1rem 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
}

.footer-bar .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-bar a {
  color: inherit;
}

.footer-bar a:hover {
  color: var(--gold-light);
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 520px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

/* ── WhatsApp float ── */
.whatsapp-float {
  background: #128C7E;
  box-shadow: var(--shadow-md);
  border: 2px solid rgba(255, 255, 255, 0.15);
}

.whatsapp-float:hover {
  transform: none;
}

/* ── Scroll progress ── */
.scroll-progress {
  background: var(--gold);
  height: 2px;
  box-shadow: none;
}

/* ── Scroll reveal — content always visible ── */
.reveal,
.reveal-left,
.reveal-right,
.reveal-scale,
.reveal-fade {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-left,
  .reveal-right,
  .reveal-scale,
  .reveal-fade,
  .hero-anim {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* =========================================================
   TYPOGRAPHY & VISIBILITY FIX
   ========================================================= */

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif !important;
  font-size: 17px;
  line-height: 1.7;
  color: #1E293B;
}

h1, h2, h3, h4 {
  font-family: 'Playfair Display', Georgia, serif !important;
  color: var(--navy) !important;
  background: none !important;
  -webkit-text-fill-color: unset !important;
  background-clip: unset !important;
}

.hero h1,
.hero-premium h1 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.hero h1 em,
.hero-premium h1 em {
  color: var(--gold) !important;
  -webkit-text-fill-color: var(--gold) !important;
  font-style: italic;
}

h1 { font-size: clamp(2.1rem, 4.5vw, 3.1rem) !important; font-weight: 700 !important; }
h2 { font-size: clamp(1.75rem, 3.2vw, 2.35rem) !important; font-weight: 700 !important; }
h3 { font-size: 1.15rem !important; font-weight: 600 !important; }

.section-head h2,
.section-head-left h2 {
  background: none !important;
  -webkit-text-fill-color: var(--navy) !important;
  color: var(--navy) !important;
  display: block !important;
}

.section-navy .section-head h2,
.section-navy h2,
.band-dark .section-head h2,
.band-dark h2 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.section-head p,
.about-lead,
.about-block p {
  font-size: 1.05rem !important;
  line-height: 1.75 !important;
  color: #475569 !important;
}

.eyebrow {
  font-size: 0.8rem !important;
  letter-spacing: 0.14em !important;
  color: var(--gold) !important;
  font-weight: 700 !important;
}

.hero-lead {
  font-size: 1.1rem !important;
  line-height: 1.75 !important;
}

.muted {
  color: #64748B !important;
  font-size: 1rem !important;
}

/* Readable small text minimums */
.tag-item {
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  padding: 0.7rem 0.85rem !important;
  color: var(--navy) !important;
  min-height: 44px;
}

.svc-card h3 { font-size: 1.15rem !important; }
.svc-card p { font-size: 0.975rem !important; line-height: 1.65 !important; }
.svc-cat { font-size: 0.72rem !important; }

.pricing-table { font-size: 0.95rem !important; }
.pricing-table th { font-size: 0.8rem !important; padding: 1rem !important; }
.pricing-table td { padding: 0.95rem 1rem !important; }

.trust-grid b { font-size: 1rem !important; }
.trust-grid span { font-size: 0.875rem !important; }

.compare-card li { font-size: 0.925rem !important; }
.why-card p { font-size: 0.925rem !important; }
.process-card p { font-size: 0.9rem !important; }
.testimonial-card p { font-size: 0.95rem !important; font-style: italic; }
.faq-item summary { font-size: 0.975rem !important; }
.faq-answer { font-size: 0.925rem !important; }

.check-list-cols li { font-size: 0.975rem !important; color: #334155 !important; }

.stat b { font-size: 2rem !important; color: var(--gold) !important; -webkit-text-fill-color: var(--gold) !important; }
.stat span { font-size: 0.8rem !important; }

.nav-menu a { font-size: 0.925rem !important; }
.brand-name { font-size: 1.05rem !important; }

/* Tag grid on navy section */
.tag-grid-light .tag-item-light {
  font-size: 0.875rem !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

/* =========================================================
   HERO PREMIUM — attractive banner
   ========================================================= */

.hero-premium {
  position: relative;
  padding: 5rem 0 0;
  background:
    radial-gradient(ellipse 90% 80% at 15% 20%, rgba(184, 149, 46, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 70% 60% at 85% 75%, rgba(59, 130, 246, 0.08) 0%, transparent 50%),
    linear-gradient(145deg, #071525 0%, var(--navy) 38%, #0a1e38 72%, #061220 100%);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  animation: heroGlowDrift 12s ease-in-out infinite alternate;
}

.hero-glow-1 {
  width: 480px;
  height: 480px;
  background: var(--gold);
  top: -12%;
  right: 8%;
  opacity: 0.16;
}

.hero-glow-2 {
  width: 360px;
  height: 360px;
  background: #3b82f6;
  bottom: 8%;
  left: -8%;
  opacity: 0.1;
  animation-delay: -4s;
}

.hero-glow-3 {
  width: 240px;
  height: 240px;
  background: #D4B86A;
  top: 55%;
  right: 35%;
  opacity: 0.07;
  animation-delay: -8s;
}

@keyframes heroGlowDrift {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(20px, -15px) scale(1.08); }
}

.hero-noise {
  position: absolute;
  inset: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}

.hero-line-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 85% 75% at 45% 35%, #000 15%, transparent 78%);
  animation: gridShift 30s linear infinite;
}

@keyframes gridShift {
  0% { background-position: 0 0; }
  100% { background-position: 56px 56px; }
}

.hero-premium .hero-inner {
  padding-bottom: 1.5rem;
  gap: 3.5rem;
}

/* Staggered entrance */
.hero-premium .hero-anim {
  opacity: 0;
  transform: translateY(22px);
  animation: heroFadeUp 0.85s var(--ease-out) forwards;
  animation-delay: calc(0.08s + var(--i, 0) * 0.1s);
}

@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--gold-light) !important;
  background: rgba(184, 149, 46, 0.1);
  border: 1px solid rgba(184, 149, 46, 0.28);
  padding: 0.42rem 1rem 0.42rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 1.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(184, 149, 46, 0.12);
}

.hero-tag::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px var(--gold);
  animation: heroPulse 2s ease-in-out infinite;
}

@keyframes heroPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.85); }
}

.hero-premium h1 {
  font-size: clamp(2.25rem, 4.8vw, 3.35rem) !important;
  line-height: 1.14 !important;
  font-weight: 700 !important;
  margin-bottom: 1.35rem !important;
  letter-spacing: -0.025em;
}

.hero-premium h1 .hero-line {
  display: inline;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.hero-premium h1 em {
  display: inline;
  font-weight: 600;
  font-style: italic;
  background: linear-gradient(135deg, #F5E6B8 0%, #D4B86A 35%, #B8952E 70%, #E2C878 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 12px rgba(184, 149, 46, 0.35));
}

.hero-premium .hero-lead {
  font-size: 1.13rem !important;
  color: rgba(255, 255, 255, 0.84) !important;
  max-width: 540px;
  margin-bottom: 1.35rem !important;
  line-height: 1.78 !important;
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.1rem;
  margin-bottom: 1.65rem;
}

.hero-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
}

.hero-trust-row svg {
  width: 15px;
  height: 15px;
  color: var(--gold-light);
  flex-shrink: 0;
}

.btn-hero-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #D4B86A 0%, var(--gold) 50%, #96782A 100%);
  box-shadow: 0 4px 24px rgba(184, 149, 46, 0.5), inset 0 1px 0 rgba(255,255,255,0.25);
  padding: 0.9rem 1.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s;
}

.btn-hero-primary:hover {
  box-shadow: 0 8px 32px rgba(184, 149, 46, 0.6), inset 0 1px 0 rgba(255,255,255,0.3);
  transform: translateY(-3px);
}

.hero-premium .btn-navy-light {
  background: rgba(255, 255, 255, 0.97);
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s;
}

.hero-premium .btn-navy-light:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}

.hero-premium .btn-ghost {
  border-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.04);
  transition: all 0.25s var(--ease-out);
}

.hero-premium .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.55);
  transform: translateY(-2px);
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(184, 149, 46, 0.32) !important;
  color: rgba(255, 255, 255, 0.92) !important;
  padding: 0.55rem 1.05rem !important;
  border-radius: 999px !important;
  font-size: 0.82rem !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
  backdrop-filter: blur(6px);
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
}

.hero-pill-icon {
  font-size: 0.95rem;
  line-height: 1;
}

.hero-pill strong {
  color: var(--gold-light);
  font-weight: 700;
}

.hero-pill:hover {
  background: rgba(184, 149, 46, 0.18) !important;
  border-color: var(--gold-light) !important;
  transform: translateY(-2px);
}

.hero-frame-wrap {
  position: relative;
}

.hero-ring {
  position: absolute;
  inset: -14px -14px -14px -14px;
  border-radius: calc(var(--radius-lg) + 14px);
  border: 1px solid rgba(184, 149, 46, 0.2);
  pointer-events: none;
  z-index: 0;
}

.hero-ring::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 20%;
  width: 60%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
  border-radius: 2px;
}

.hero-chip {
  position: absolute;
  top: -14px;
  right: 20px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: linear-gradient(135deg, #E2C878, var(--gold));
  color: var(--navy);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(184, 149, 46, 0.2);
}

.hero-premium .hero-frame {
  border: 2px solid rgba(184, 149, 46, 0.4);
  box-shadow:
    0 32px 70px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 0 60px rgba(184, 149, 46, 0.12);
  position: relative;
  z-index: 1;
  transition: transform 0.5s var(--ease-out), box-shadow 0.5s;
}

.hero-frame-wrap:hover .hero-frame {
  transform: translateY(-4px) scale(1.01);
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 80px rgba(184, 149, 46, 0.18);
}

.hero-premium .hero-frame::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(12, 35, 64, 0.45) 100%);
  pointer-events: none;
}

.hero-premium .hero-frame img {
  min-height: 340px;
  aspect-ratio: 4 / 3;
  transition: transform 0.6s var(--ease-out);
}

.hero-frame-wrap:hover .hero-frame img {
  transform: scale(1.04);
}

.hero-float-card {
  position: absolute;
  z-index: 3;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(184, 149, 46, 0.25);
  border-radius: 10px;
  padding: 0.55rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--navy);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}

.hero-float-card span {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.65rem;
  font-weight: 800;
}

.hero-float-card-1 {
  top: 18%;
  left: -18px;
  animation: heroFloatCard1 5s ease-in-out infinite;
}

.hero-float-card-2 {
  top: 42%;
  right: -22px;
  animation: heroFloatCard2 6s ease-in-out infinite;
}

@keyframes heroFloatCard1 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes heroFloatCard2 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

.hero-premium .hero-badge {
  left: 1.25rem;
  bottom: -1.35rem;
  border-left: 4px solid var(--gold);
  z-index: 4;
  animation: heroBadgeFloat 4s ease-in-out infinite;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

@keyframes heroBadgeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.hero-premium .hero-stats-bar {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.32) 100%);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(184, 149, 46, 0.3);
  margin-top: 3.75rem;
  padding: 2rem 0;
  position: relative;
}

.hero-premium .hero-stats-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(600px, 60%);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 149, 46, 0.6), transparent);
}

.hero-premium .hero-stats .stat {
  position: relative;
  transition: transform 0.3s var(--ease-out);
}

.hero-premium .hero-stats .stat:hover {
  transform: translateY(-3px);
}

.hero-premium .hero-stats .stat:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15%;
  height: 70%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.hero-premium .hero-stats .stat b {
  font-size: 2.25rem !important;
  font-family: 'Playfair Display', serif;
  background: linear-gradient(180deg, #F5E6B8 0%, var(--gold-light) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-premium .hero-stats .stat span {
  color: rgba(255, 255, 255, 0.55) !important;
  letter-spacing: 0.1em;
}

@media (max-width: 900px) {
  .hero-premium {
    padding-top: 3.25rem;
  }

  .hero-premium h1 {
    font-size: clamp(1.9rem, 6.5vw, 2.55rem) !important;
  }

  .hero-trust-row {
    gap: 0.5rem 0.85rem;
  }

  .hero-trust-row span {
    font-size: 0.72rem;
  }

  .hero-premium .hero-badge {
    left: 1rem;
    bottom: 1rem;
    animation: none;
  }

  .hero-float-card {
    display: none;
  }

  .hero-ring {
    display: none;
  }

  .hero-chip {
    top: 10px;
    right: 10px;
    font-size: 0.62rem;
    padding: 0.35rem 0.75rem;
  }

  .hero-premium .hero-stats .stat:not(:first-child)::before {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-premium .hero-anim,
  .hero-glow,
  .hero-line-pattern,
  .hero-float-card,
  .hero-premium .hero-badge,
  .hero-tag::before {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
