.top-announcement-bar {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: #2f84bf;
  color: #fff;
  position: relative;
  z-index: 20;
}

.top-announcement-track {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: max-content;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 700;
  animation: marquee 22s linear infinite;
}

.announcement-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.announcement-sep {
  opacity: 0.85;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  position: relative;
  z-index: 12;
}

.header-inner {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo img {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.hero-section {
  position: relative;
  min-height: 78vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #07152d;
}

.hero-bg,
.hero-bg img,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg img {
  object-fit: cover;
}

.hero-overlay {
  background: linear-gradient(to bottom, rgba(3, 11, 28, 0.42), rgba(3, 11, 28, 0.78));
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 48px 0 60px;
}

.hero-logo {
  width: 96px;
  height: 96px;
  object-fit: contain;
  margin: 0 auto 22px;
  background: rgba(255,255,255,0.96);
  border-radius: 999px;
  padding: 10px;
}

.hero-kicker {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.86);
}

.hero-content h1 {
  margin: 0 auto 16px;
  max-width: 860px;
  font-size: clamp(2.2rem, 6vw, 4.6rem);
  line-height: 1;
}

.hero-subtext {
  margin: 0 auto;
  max-width: 770px;
  font-size: clamp(1rem, 2.3vw, 1.22rem);
  line-height: 1.7;
  color: rgba(255,255,255,0.92);
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-white {
  background: #fff;
  color: #111827;
  min-width: 170px;
}

.btn-glass {
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.22);
  min-width: 170px;
}

.btn-primary-home {
  background: #ffffff;
  color: #111827;
}

.btn-white-dark {
  background: #ffffff;
  color: #111827;
}

.trust-strip {
  background: #fff;
  padding: 28px 0;
  border-bottom: 1px solid #e5e7eb;
}

.trust-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.trust-item {
  display: flex;
  gap: 16px;
  background: #f8fafc;
  border: 1px solid #e4ebf3;
  border-radius: 22px;
  padding: 26px;
}

.trust-icon {
  font-size: 28px;
  line-height: 1;
}

.section-pad {
  padding: 84px 0;
}

.section-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 38px;
}

.section-kicker {
  margin: 0 0 10px;
  color: #465267;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  color: #0f172a;
}

.section-heading p {
  margin: 0;
  color: #556274;
  line-height: 1.7;
  font-size: 1.05rem;
}

.collection-grid,
.product-grid {
  display: grid;
  gap: 22px;
}

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

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

.collection-grid:empty,
.product-grid:empty {
  min-height: 40px;
}

.section-cta {
  margin-top: 24px;
  text-align: center;
}

.light-section {
  background: #fff;
}

.narrow {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.info-card {
  background: #f8fafc;
  border: 1px solid #e4ebf3;
  border-radius: 22px;
  padding: 28px;
}

.info-card h3 {
  margin: 0 0 10px;
  color: #0f172a;
}

.info-card p {
  margin: 0;
  color: #556274;
  line-height: 1.7;
}

.dark-section {
  background: linear-gradient(135deg, #09172d 0%, #162b46 100%);
  color: #fff;
}

.split-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: start;
}

.split-copy .section-kicker,
.dark-section h2,
.dark-section p,
.dark-section strong {
  color: #fff;
}

.split-copy p {
  line-height: 1.7;
}

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

.mini-panel {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 22px;
}

.mini-panel p {
  margin: 8px 0 0;
  color: rgba(255,255,255,0.8);
  line-height: 1.6;
}

.cta-box {
  background: linear-gradient(135deg, #0d172b 0%, #1c3550 100%);
  color: #fff;
  text-align: center;
  border-radius: 28px;
  padding: 58px 28px;
}

.cta-box h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.cta-box p {
  max-width: 760px;
  margin: 0 auto 24px;
  color: rgba(255,255,255,0.86);
  line-height: 1.7;
}

@media (max-width: 980px) {
  .trust-strip-grid,
  .collection-grid,
  .product-grid,
  .info-grid,
  .split-layout,
  .split-panels {
    grid-template-columns: 1fr;
  }

  .section-pad {
    padding: 66px 0;
  }
}

@media (max-width: 640px) {
  .top-announcement-track {
    font-size: 14px;
    padding: 11px 0;
  }

  .header-inner {
    min-height: 86px;
  }

  .site-logo img {
    width: 66px;
    height: 66px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn-white,
  .btn-glass,
  .btn-primary-home,
  .btn-white-dark {
    width: 100%;
  }
}

/* =========================
   ADVANCED TRUST / PROOF STRIP
========================= */

.axiom-proof-strip {
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(79, 163, 217, 0.14), transparent 28%),
    radial-gradient(circle at top right, rgba(47, 97, 219, 0.14), transparent 30%),
    #f5f7fb;
  overflow: hidden;
}

.axiom-proof-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(17, 24, 39, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 24, 39, 0.03) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.25;
  pointer-events: none;
}

.axiom-proof-strip .container {
  position: relative;
  z-index: 1;
}

.axiom-proof-header {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 34px;
}

.axiom-proof-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(79, 163, 217, 0.28);
  background: rgba(255, 255, 255, 0.72);
  color: #4fa3d9;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.axiom-proof-pill i {
  font-size: 15px;
}

.axiom-proof-header h2 {
  margin: 18px 0 14px;
  color: #0f172a;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 900;
}

.axiom-proof-header p {
  margin: 0 auto;
  max-width: 720px;
  color: #5d6a7c;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.7;
}

.axiom-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 26px;
}

.axiom-proof-card {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,250,255,0.96));
  border: 1px solid #d9e2ee;
  border-radius: 28px;
  padding: 26px 22px 24px;
  min-height: 100%;
  box-shadow:
    0 18px 40px rgba(15, 23, 42, 0.06),
    inset 0 1px 0 rgba(255,255,255,0.75);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  overflow: hidden;
}

.axiom-proof-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -40px auto;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(79,163,217,0.12), transparent 65%);
  pointer-events: none;
}

.axiom-proof-card:hover {
  transform: translateY(-4px);
  border-color: #bfd4ea;
  box-shadow:
    0 24px 46px rgba(15, 23, 42, 0.09),
    inset 0 1px 0 rgba(255,255,255,0.75);
}

.axiom-proof-icon {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #4fa3d9, #5ab2f1);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(79, 163, 217, 0.26);
}

.axiom-proof-icon i {
  font-size: 28px;
}

.axiom-proof-content h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 900;
}

.axiom-proof-content p {
  margin: 0;
  color: #5d6a7c;
  font-size: 16px;
  line-height: 1.7;
}

.axiom-proof-stats {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.axiom-proof-stat {
  background: linear-gradient(135deg, #0e1b3e, #17355a);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 22px 18px;
  text-align: center;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

.axiom-proof-stat strong {
  display: block;
  color: #ffffff;
  font-size: clamp(26px, 4vw, 34px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}

.axiom-proof-stat span {
  display: block;
  color: rgba(255,255,255,0.76);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .axiom-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 640px) {
  .axiom-proof-header {
    margin-bottom: 26px;
  }

  .axiom-proof-pill {
    font-size: 12px;
    min-height: 42px;
    padding: 8px 14px;
  }

  .axiom-proof-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .axiom-proof-card {
    padding: 22px 18px 20px;
    border-radius: 24px;
  }

  .axiom-proof-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    margin-bottom: 14px;
  }

  .axiom-proof-icon i {
    font-size: 24px;
  }

  .axiom-proof-content h3 {
    font-size: 22px;
  }

  .axiom-proof-content p {
    font-size: 15px;
  }

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

  .axiom-proof-stat {
    border-radius: 20px;
    padding: 18px 14px;
  }
}

.axiom-faq {
  background:
    radial-gradient(circle at top right, rgba(79, 163, 217, 0.10), transparent 26%),
    #f8fafc;
}

.axiom-faq-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 30px;
}

.axiom-faq-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(79, 163, 217, 0.26);
  background: rgba(255,255,255,0.9);
  color: #4fa3d9;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.axiom-faq-header h2 {
  margin: 18px 0 12px;
  color: #0f172a;
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.axiom-faq-header p {
  margin: 0 auto;
  max-width: 700px;
  color: #627084;
  font-size: 18px;
  line-height: 1.7;
}

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

.axiom-faq-item {
  border-radius: 24px;
  border: 1px solid #dbe3ee;
  background: linear-gradient(135deg, #0f1f46, #112f5a);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.10);
  overflow: hidden;
}

.axiom-faq-item[open] {
  border-color: rgba(79, 163, 217, 0.45);
}

.axiom-faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 24px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

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

.axiom-faq-item summary i {
  flex-shrink: 0;
  font-size: 22px;
  color: #7dbcf0;
}

.axiom-faq-item p {
  margin: 0;
  padding: 0 24px 24px;
  color: rgba(255,255,255,0.82);
  font-size: 17px;
  line-height: 1.8;
}

.axiom-faq-cta {
  text-align: center;
  margin-top: 28px;
}

.axiom-faq-cta p {
  margin: 0 0 18px;
  color: #627084;
  font-size: 18px;
}

.axiom-faq-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0f1f46, #17355a);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
}

.axiom-faq-button i {
  color: #62b4ee;
}

@media (max-width: 640px) {
  .axiom-faq-item summary {
    padding: 20px 18px;
    font-size: 18px;
  }

  .axiom-faq-item p {
    padding: 0 18px 20px;
    font-size: 15px;
  }

  .axiom-faq-header p,
  .axiom-faq-cta p {
    font-size: 16px;
  }
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;      /* center horizontally */
  justify-content: center;
  width: 100%;
  margin-top: 28px;
  gap: 16px;
}

.hero-actions .btn {
  width: min(520px, 92%);
  margin: 0 auto;           /* forces center */
  text-align: center;
}

/* HERO BUTTON FIX */
.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: center;   /* centers buttons horizontally */
  justify-content: center;
  gap: 14px;
}

/* Shop Now button */
.hero-actions .btn-white {
  width: auto;           /* prevents full width */
  min-width: 200px;
  max-width: 260px;
  padding: 16px 28px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 999px;
  text-align: center;
}

/* Explore Collections button */
.hero-actions .btn-glass {
  width: auto;
  min-width: 200px;
  max-width: 260px;
  padding: 14px 26px;
  font-size: 17px;
  border-radius: 999px;
  text-align: center;
}
