@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&family=Space+Grotesk:wght@600;700&display=swap');

:root {
  --ins-primary: #0f4c5c;
  --ins-primary-deep: #08313c;
  --ins-accent: #e36414;
  --ins-sand: #f3efe6;
  --ins-mint: #d8efe3;
  --ins-ink: #1f2933;
  --ins-muted: #5f6c7b;
  --ins-border: #d4dde5;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family: 'Plus Jakarta Sans', 'Segoe UI', sans-serif;
  color: var(--ins-ink);
  background: radial-gradient(circle at 15% -10%, #fff7ec 0, transparent 38%), radial-gradient(circle at 85% 0, #eaf6f7 0, transparent 32%), #f8fafb;
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating>.form-control-plaintext:focus::placeholder,
.form-floating>.form-control:focus::placeholder {
  text-align: start;
}

.landing-page {
  padding-bottom: 2rem;
}

.breakout-section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.insightful-hero {
  background: linear-gradient(120deg, #fef7ea 0%, #e8f5f7 48%, #f0f8ef 100%);
  border-bottom: 1px solid #dde8ee;
  overflow: hidden;
}

.eyebrow-pill {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  background: #f1ede4;
  color: var(--ins-primary-deep);
  border: 1px solid #ddd2bc;
  border-radius: 999px;
  padding: 0.4rem 0.75rem;
  font-weight: 700;
}

.coming-soon-badge {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--ins-accent);
  color: #fff;
  border-radius: 999px;
  padding: 0.45rem 1.1rem;
}

.hero-title,
.section-heading h2,
.cta-band h2 {
  font-family: 'Space Grotesk', 'Trebuchet MS', sans-serif;
}

.hero-title {
  font-size: clamp(2rem, 4.8vw, 3.4rem);
  line-height: 1.05;
  color: #1a2830;
  max-width: 16ch;
}

.hero-subtitle {
  font-size: 1.08rem;
  color: var(--ins-muted);
  max-width: 62ch;
}

.btn-insightful-primary {
  background-color: var(--ins-primary);
  color: #fff;
  border: 1px solid var(--ins-primary);
  font-weight: 700;
}

.btn-insightful-primary:hover,
.btn-insightful-primary:focus {
  background-color: var(--ins-primary-deep);
  border-color: var(--ins-primary-deep);
  color: #fff;
}

.btn-insightful-secondary {
  background-color: #fff;
  color: var(--ins-primary-deep);
  border: 1px solid #b8c9d2;
  font-weight: 700;
}

.btn-insightful-secondary:hover,
.btn-insightful-secondary:focus {
  background-color: #edf4f7;
  border-color: #9eb6c4;
  color: var(--ins-primary-deep);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  gap: 0.85rem;
}

.metric-card {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #d6e3e8;
  border-radius: 14px;
  padding: 0.85rem;
  backdrop-filter: blur(2px);
}

.metric-value {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--ins-primary-deep);
}

.metric-label {
  font-size: 0.8rem;
  color: var(--ins-muted);
}

.hero-panel {
  background: #ffffff;
  border: 1px solid #d7e3ea;
  border-radius: 18px;
  padding: 1.2rem;
  box-shadow: 0 24px 40px -30px rgba(3, 28, 36, 0.45);
  transform: translateY(0);
  animation: panelRise 0.8s ease-out;
}

.panel-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7b5d22;
  background: #fff2cf;
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
}

.panel-title {
  font-size: 1.22rem;
  margin: 0.8rem 0;
}

.panel-list {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
  color: var(--ins-muted);
}

.section-block {
  border-bottom: 1px solid #e1e9ef;
}

.section-light {
  background: #fbfcfc;
}

.section-grid-bg {
  background-image: linear-gradient(to right, rgba(17, 68, 81, 0.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(17, 68, 81, 0.05) 1px, transparent 1px);
  background-size: 22px 22px;
  background-color: #f5fafb;
}

.section-heading h2 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.section-heading p {
  color: var(--ins-muted);
  max-width: 62ch;
  margin: 0.5rem auto 0;
}

.feature-tile {
  background: #fff;
  border: 1px solid var(--ins-border);
  border-radius: 14px;
  padding: 1.1rem;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.feature-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 28px -24px rgba(8, 49, 60, 0.9);
}

.feature-tile h3 {
  font-size: 1.05rem;
  margin-bottom: 0.45rem;
}

.feature-tile p,
.faq-item p,
.pricing-list {
  color: var(--ins-muted);
}

.pricing-card {
  background: #fff;
  border: 1px solid var(--ins-border);
  border-radius: 16px;
  padding: 1.2rem;
  position: relative;
}

.pricing-card-featured {
  border-color: #87a7b5;
  box-shadow: 0 24px 38px -28px rgba(13, 67, 81, 0.8);
}

.popular-badge {
  position: absolute;
  top: -12px;
  right: 12px;
  padding: 0.3rem 0.6rem;
  background: var(--ins-accent);
  color: #fff;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
}

.pricing-tier {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6f4d20;
  margin-bottom: 0.4rem;
}

.pricing-price {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.6rem;
}

.pricing-price span {
  font-size: 0.96rem;
  font-weight: 600;
  color: var(--ins-muted);
}

.pricing-list {
  padding-left: 1.1rem;
  min-height: 110px;
}

.faq-item {
  background: #fff;
  border: 1px solid var(--ins-border);
  border-radius: 12px;
  padding: 1rem;
  height: 100%;
}

.faq-item h3 {
  font-size: 1.02rem;
}

.cta-band {
  background: linear-gradient(90deg, #0d4452 0%, #145f71 58%, #2e7c74 100%);
  color: #fff;
}

.cta-band p {
  margin: 0.65rem auto 0;
  max-width: 60ch;
  color: rgba(255, 255, 255, 0.85);
}

.empty-state {
  background: #fff;
  border: 1px dashed #adc2ce;
  border-radius: 14px;
}

@keyframes panelRise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .hero-title {
    max-width: none;
  }

  .breakout-section {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-list {
    min-height: 0;
  }
}