:root {
  --ink: #f7fbf8;
  --muted: #d6e1dc;
  --forest-deep: #0d1b1b;
  --amber: #fca028;
  --amber-soft: #ffd089;
  --cream: #fff8ea;
  --line: rgba(255, 255, 255, 0.2);
  --glass: rgba(13, 27, 27, 0.74);
  --white-glass: rgba(255, 255, 255, 0.13);
  --shadow: 0 24px 68px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  height: 100%;
}

body {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--ink);
  background: var(--forest-deep);
}

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

img,
svg {
  display: block;
}

.page-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  height: 100svh;
  overflow: hidden;
  padding: 18px;
  isolation: isolate;
}

.visual-backdrop,
.color-wash {
  position: fixed;
  inset: 0;
  z-index: -2;
}

.visual-backdrop {
  background:
    linear-gradient(90deg, rgba(9, 18, 18, 0.92) 0%, rgba(22, 38, 37, 0.78) 43%, rgba(13, 27, 27, 0.48) 100%),
    url("https://www.ahurainsurance.com/assets/img/home-1/hero/ahura-banner-two.jpg") center / cover no-repeat;
  transform: scale(1.02);
}

.color-wash {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(252, 160, 40, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(44, 104, 100, 0.34), transparent 50%);
}

.topbar {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(8, 20, 20, 0.56);
  backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  width: 174px;
  min-width: 154px;
}

.brand-mark img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.32));
}

.topbar-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white-glass);
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.icon-link svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-link:hover,
.icon-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(252, 160, 40, 0.62);
  background: rgba(252, 160, 40, 0.18);
  outline: none;
}

.hero-grid {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  align-items: stretch;
  gap: 16px;
  width: 100%;
  max-width: 1440px;
  min-height: 0;
  margin: 14px auto 0;
}

.company-panel,
.launch-panel {
  min-height: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.company-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 3.2vw, 42px);
  background: var(--glass);
}

.eyebrow,
.launch-status,
.launch-kicker {
  margin: 0;
  color: var(--amber-soft);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.company-panel h1 {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--cream);
  font-size: clamp(3rem, 5vw, 4.4rem);
  line-height: 1.02;
  font-weight: 800;
}

.lead {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.4vw, 1.08rem);
  line-height: 1.58;
  font-weight: 500;
}

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

.proof-grid div {
  min-height: 88px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.proof-grid strong {
  display: block;
  color: var(--amber);
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 800;
}

.proof-grid span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.38;
  font-weight: 600;
}

.focus-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.focus-row span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.11);
  color: var(--cream);
  font-size: 0.82rem;
  font-weight: 800;
}

.launch-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 2.4vw, 34px);
  background: rgba(255, 248, 234, 0.92);
  color: #17302f;
}

.launch-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 8px;
  background: #183230;
  color: #fff3df;
}

.pulse-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--amber);
  box-shadow: 0 0 0 0 rgba(252, 160, 40, 0.7);
  animation: pulse 1.7s infinite;
}

.launch-kicker {
  margin-top: 28px;
  color: #b66b06;
  font-size: 0.9rem;
}

.launch-panel h2 {
  margin: 10px 0 0;
  color: #142b2a;
  font-size: clamp(2rem, 3vw, 2.45rem);
  line-height: 1.08;
  font-weight: 800;
}

.launch-panel p {
  margin: 14px 0 0;
  color: #405957;
  font-size: 0.98rem;
  line-height: 1.56;
  font-weight: 500;
}

.product-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.product-cloud span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(32, 54, 53, 0.16);
  border-radius: 8px;
  background: #ffffff;
  color: #203635;
  font-size: 0.78rem;
  font-weight: 800;
}

.contact-strip {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}

.contact-strip div {
  min-height: 70px;
  padding: 12px;
  border: 1px solid rgba(32, 54, 53, 0.14);
  border-radius: 8px;
  background: #f5ecd8;
}

.contact-strip span {
  display: block;
  color: #6b7f7b;
  font-size: 0.73rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-strip strong {
  display: block;
  margin-top: 8px;
  color: #17302f;
  font-size: 0.92rem;
  line-height: 1.3;
}

.cta-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 20px;
}

.primary-cta,
.secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primary-cta {
  background: var(--amber);
  color: #1b2524;
  box-shadow: 0 14px 34px rgba(252, 160, 40, 0.28);
}

.secondary-cta {
  border: 1px solid rgba(32, 54, 53, 0.22);
  background: transparent;
  color: #203635;
  overflow-wrap: anywhere;
  text-align: center;
}

.primary-cta:hover,
.primary-cta:focus-visible,
.secondary-cta:hover,
.secondary-cta:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.primary-cta:hover,
.primary-cta:focus-visible {
  box-shadow: 0 18px 38px rgba(252, 160, 40, 0.38);
}

.secondary-cta:hover,
.secondary-cta:focus-visible {
  background: rgba(32, 54, 53, 0.08);
}

.footer-note {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  max-width: 1440px;
  margin: 10px auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 600;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(252, 160, 40, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(252, 160, 40, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(252, 160, 40, 0);
  }
}

@media (max-width: 1180px) {
  .page-shell {
    height: auto;
    min-height: 100svh;
    overflow: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .company-panel h1 {
    font-size: 3.25rem;
  }
}

@media (max-width: 760px) {
  .page-shell {
    padding: 14px;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-mark {
    width: 168px;
  }

  .topbar-actions,
  .icon-link {
    width: 100%;
  }

  .company-panel,
  .launch-panel {
    padding: 22px;
  }

  .company-panel h1 {
    font-size: 2.35rem;
  }

  .lead {
    font-size: 0.98rem;
  }

  .proof-grid,
  .contact-strip {
    grid-template-columns: 1fr;
  }

  .launch-panel h2 {
    font-size: 1.9rem;
  }

  .footer-note {
    flex-direction: column;
  }
}

@media (max-width: 420px) {
  .company-panel h1 {
    font-size: 2.05rem;
  }

  .launch-panel h2 {
    font-size: 1.68rem;
  }

  .product-cloud span {
    width: 100%;
    justify-content: center;
  }
}
