:root {
  --bg: #f7f8fc;
  --paper: #ffffff;
  --ink: #091238;
  --muted: #66708a;
  --stroke: #d8deea;
  --brand: #0a1550;
  --brand-2: #1f2f75;
  --accent: #f3b55a;
  --accent-soft: #fff6e8;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(1300px 600px at 60% -120px, #eef1ff 2%, var(--bg) 60%),
    var(--bg);
}

.topbar {
  width: min(1180px, calc(100% - 3rem));
  margin: 1.5rem auto 0;
  padding: 0.8rem 1rem;
  border: 1px solid var(--stroke);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  width: 120px;
  height: 42px;
}

.brand-lines line {
  stroke: #161616;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.brand-stars circle {
  fill: #161616;
}

.brand-stars .brand-hamal {
  fill: #000;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.35));
}

.topnav {
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
}

.topnav a {
  text-decoration: none;
  color: #44506d;
  font-weight: 700;
  font-size: 0.92rem;
}

.topnav a[aria-current="page"] {
  color: var(--brand);
}

.cta {
  text-decoration: none;
  background: var(--brand);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.85rem 1.2rem;
  border-radius: 12px;
}

.cta.large {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1rem;
  padding: 0.95rem 1.35rem;
}

.page {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto;
}

.hero {
  position: relative;
  text-align: center;
  padding: 3.4rem 1rem 2.2rem;
  overflow: hidden;
}

.hero h1 {
  position: relative;
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.6rem, 7vw, 4.3rem);
  color: var(--brand);
  letter-spacing: 0.01em;
  animation: riseIn 0.65s ease-out both;
}

.hero-kicker {
  display: inline-block;
  margin: 0 0 0.65rem;
  padding: 0.28rem 0.72rem;
  border-radius: 999px;
  border: 1px solid #d5dced;
  background: #fff;
  color: #495572;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero p {
  margin: 0.85rem auto 0;
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1rem, 2.6vw, 1.24rem);
  font-weight: 500;
  animation: riseIn 0.75s ease-out both;
}

.hero-points {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}

.hero-points span {
  border: 1px solid #d9dfed;
  border-radius: 999px;
  background: #fff;
  color: #3f4a66;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.36rem 0.7rem;
}

.services {
  padding: 1.2rem 0 4rem;
}

.inline-cta-panel {
  margin-top: 1.35rem;
  border: 1px solid var(--stroke);
  border-radius: 16px;
  background: #fff;
  padding: 1.25rem 1rem 1.55rem;
  text-align: center;
}

.inline-cta-panel h2 {
  margin: 0 0 0.45rem;
  color: var(--brand);
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(1.35rem, 3.2vw, 1.9rem);
}

.inline-cta-panel p {
  margin: 0;
  color: #5c6681;
  line-height: 1.6;
}

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

.card {
  background: var(--paper);
  border: 1px solid var(--stroke);
  border-radius: 16px;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  animation: riseIn 0.7s ease-out both;
}

.card-featured {
  background:
    linear-gradient(180deg, rgba(255, 246, 232, 0.7), rgba(255, 255, 255, 1) 30%),
    #fff;
  border-color: #f0d4a7;
}

.card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(12, 23, 67, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-title-row {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ff8f8f;
  flex-shrink: 0;
}

.dot-gold {
  background: #f3b55a;
}

.dot-blue {
  background: #8fc0ff;
}

.card h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  line-height: 1.28;
  font-size: 1.4rem;
}

.coming-soon {
  display: inline-block;
  margin: 0.9rem 0 0;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: var(--accent-soft);
  color: #93570c;
}

.price {
  margin: 0.7rem 0 0;
  font-size: 2rem;
  font-weight: 800;
  color: var(--brand);
}

.price span {
  font-size: 1rem;
  font-weight: 600;
  color: #4d5770;
}

.desc {
  margin: 0.55rem 0 1rem;
  color: #56607a;
  line-height: 1.6;
  min-height: 70px;
}

.card h3 {
  margin: 0.2rem 0 0.5rem;
  font-size: 1.1rem;
  color: #18224f;
}

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

.card li {
  position: relative;
  margin: 0 0 0.62rem;
  padding-left: 1.6rem;
  line-height: 1.5;
  color: #3c4560;
}

.card li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand-2);
  font-weight: 700;
}

.card-btn {
  margin-top: auto;
  text-decoration: none;
  text-align: center;
  border-radius: 12px;
  background: var(--brand);
  color: #fff;
  padding: 0.8rem 1rem;
  font-weight: 700;
  border: 0;
  cursor: pointer;
}

body.panel-open {
  overflow: hidden;
}

.panel-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(9, 18, 56, 0.45);
  display: grid;
  place-items: center;
  padding: 1rem;
  z-index: 1000;
}

.panel-backdrop[hidden] {
  display: none !important;
}

.detail-panel {
  width: min(560px, 100%);
  background: #fff;
  border: 1px solid var(--stroke);
  border-radius: 16px;
  box-shadow: 0 18px 46px rgba(12, 23, 67, 0.25);
  padding: 1.3rem 1.4rem 1.4rem;
  position: relative;
  animation: riseIn 0.2s ease-out both;
}

.calendly-panel {
  width: min(940px, 100%);
}

.calendly-wrap {
  margin-top: 0.4rem;
}

.panel-close {
  position: absolute;
  right: 0.8rem;
  top: 0.65rem;
  border: 0;
  background: transparent;
  color: #5a637f;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.panel-kicker {
  margin: 0 0 0.4rem;
  color: #5b6580;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.detail-panel h2 {
  margin: 0;
  color: var(--brand);
  font-size: 2rem;
  font-family: "Space Grotesk", sans-serif;
}

.panel-text {
  margin: 0.6rem 0 1rem;
  color: #4f5873;
  line-height: 1.6;
}

.detail-panel h3 {
  margin: 0.2rem 0 0.55rem;
  color: #18224f;
  font-size: 1.05rem;
}

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

.detail-panel li {
  position: relative;
  padding-left: 1.5rem;
  color: #3c4560;
  margin-bottom: 0.55rem;
}

.detail-panel li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand-2);
  font-weight: 700;
}

.panel-footer {
  margin-top: 1rem;
  padding-top: 0.95rem;
  border-top: 1px solid #e3e8f3;
}

.panel-cta {
  width: 100%;
}

.panel-footer .calendly-wrap {
  margin-top: 0.55rem;
}

.panel-footer p {
  margin: 0.6rem 0 0;
  color: #66708a;
  font-size: 0.9rem;
}

.notify-form label {
  display: block;
  margin-bottom: 0.45rem;
  color: #334062;
  font-weight: 700;
  font-size: 0.92rem;
}

.notify-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.6rem;
  align-items: center;
}

.notify-row input {
  border: 1px solid #c7d2e8;
  border-radius: 12px;
  padding: 0.86rem 0.95rem;
  min-height: 48px;
  font: inherit;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  outline: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.notify-row input::placeholder {
  color: #8a95b2;
}

.notify-row input:focus {
  border-color: #6d86cb;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(109, 134, 203, 0.18);
}

.notify-btn {
  margin-top: 0;
  white-space: nowrap;
  padding-inline: 1.1rem;
  border-radius: 12px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.notify-note {
  margin-top: 0.55rem;
}

.notify-message {
  margin-top: 0.5rem;
  color: #1f6e3f;
  font-weight: 700;
}

.about-main {
  padding-bottom: 2rem;
}

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

.about-card {
  background: #fff;
  border: 1px solid var(--stroke);
  border-radius: 14px;
  padding: 1.1rem;
}

.about-card h2 {
  margin: 0 0 0.5rem;
  font-family: "Space Grotesk", sans-serif;
  color: var(--brand);
  font-size: 1.2rem;
}

.about-card p {
  margin: 0;
  color: #4e5873;
  line-height: 1.6;
}

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

.about-card li {
  margin: 0 0 0.55rem;
  padding-left: 1.4rem;
  position: relative;
  color: #4e5873;
}

.about-card li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--brand-2);
  font-weight: 700;
}

.about-cta {
  text-align: center;
  margin-top: 1rem;
  border: 1px solid var(--stroke);
  border-radius: 16px;
  background: #fff;
  padding: 1.35rem 1rem 1.8rem;
}

.about-cta h2 {
  margin: 0 0 0.5rem;
  font-family: "Space Grotesk", sans-serif;
  color: var(--brand);
}

.about-cta p {
  margin: 0;
  color: #58627d;
}

footer {
  width: min(1180px, calc(100% - 2.5rem));
  margin: 0 auto 2.8rem;
  border-top: 1px solid var(--stroke);
  padding-top: 1.1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #5f6882;
}

footer p {
  margin: 0;
  font-weight: 700;
}

footer a {
  color: var(--brand);
  text-decoration: none;
  font-weight: 600;
}

.footer-links {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

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

@media (max-width: 960px) {
  .topbar {
    gap: 0.8rem;
  }

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

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

@media (max-width: 700px) {
  .topbar {
    flex-direction: column;
    align-items: stretch;
  }

  .hero {
    padding-top: 2.6rem;
  }

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

  .card {
    min-height: auto;
  }

  .desc {
    min-height: auto;
  }

  footer {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }

  .notify-row {
    grid-template-columns: 1fr;
  }

  .calendly-inline-widget {
    height: 620px !important;
  }
}
