:root {
  --mint: #a3e4d7;
  --turquoise: #48c9b0;
  --prof: #1a5276;
  --prof-light: #2471a3;
  --theme-bg: #f8fafb;
  --theme-slate: #475569;
  --theme-line: #e8eef2;
}

* {
  letter-spacing: 0;
}

body {
  background: var(--theme-bg);
  color: #1e293b;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 500;
}

.text-prof {
  color: var(--prof) !important;
}

.fw-black {
  font-weight: 900 !important;
}

.btn-turquoise {
  --bs-btn-bg: var(--turquoise);
  --bs-btn-border-color: var(--turquoise);
  --bs-btn-color: #fff;
  --bs-btn-hover-bg: var(--prof);
  --bs-btn-hover-border-color: var(--prof);
  --bs-btn-hover-color: #fff;
  box-shadow: 0 14px 30px rgba(72, 201, 176, 0.18);
}

.app-navbar {
  min-height: 64px;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(26, 82, 118, 0.06);
  backdrop-filter: blur(10px);
}

.site-navbar .container-xl {
  min-height: 72px;
}

.site-logo {
  width: auto;
  max-width: 210px;
  height: 50px;
  object-fit: contain;
}

.navbar-nav .nav-link {
  color: #64748b;
  font-size: 14px;
  font-weight: 800;
}

.navbar-nav .nav-link:hover,
.site-nav-actions .nav-link:hover,
.site-nav-actions .btn-link:hover {
  color: var(--prof) !important;
}

.site-nav-actions .navbar-nav {
  align-items: center;
  gap: 10px;
}

.site-nav-actions .navbar-nav .nav-item:first-child .nav-link {
  border: 0;
  border-radius: 0;
  padding: 0.5rem 0;
  background: transparent;
  color: var(--prof) !important;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.site-nav-actions .navbar-nav .nav-item:last-child .nav-link,
.site-nav-actions .navbar-nav .nav-item:last-child .btn-link {
  border: 0;
  border-radius: 999px;
  padding: 0.75rem 1.35rem;
  background: var(--turquoise);
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(72, 201, 176, 0.18);
}

.site-main {
  flex: 1 0 auto;
}

.site-main-home main {
  padding-bottom: 0 !important;
}

.hero-section {
  padding: 86px 0 92px;
  background: radial-gradient(circle at 82% 12%, rgba(72, 201, 176, 0.16), transparent 30%), #fff;
  overflow: hidden;
}

.hero-badge {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 10px 14px;
  border: 1px solid rgba(72, 201, 176, 0.25);
  border-radius: 999px;
  background: rgba(163, 228, 215, 0.2);
  color: var(--prof);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero-title {
  max-width: 660px;
  margin-bottom: 24px;
  color: var(--prof);
  font-family: "Outfit", sans-serif;
  font-size: clamp(42px, 7vw, 76px);
  font-weight: 900;
  font-style: italic;
  line-height: 0.95;
  text-transform: uppercase;
}

.hero-title span {
  color: var(--turquoise);
}

.hero-desc {
  max-width: 560px;
  margin-bottom: 34px;
  color: #64748b;
  font-size: 17px;
  line-height: 1.8;
}

.hero-dots {
  display: flex;
  gap: 10px;
  margin-top: 34px;
}

.hero-dots button {
  width: 42px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: #cbd5e1;
}

.hero-dots button.active {
  background: var(--turquoise);
}

.hero-visual {
  position: relative;
  min-height: 520px;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(26, 82, 118, 0.18);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(26, 82, 118, 0.45));
}

.hero-float {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--prof);
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.15);
}

.hero-float i {
  color: var(--turquoise);
  font-size: 20px;
}

.hero-float.top {
  top: 28px;
  left: 28px;
}

.hero-float.bottom {
  right: 28px;
  bottom: 28px;
}

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

.bg-soft {
  background: #f8fafc;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 54px;
}

.eyebrow,
.section-heading p {
  display: block;
  color: #94a3b8;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.section-heading h2 {
  color: var(--prof);
  font-family: "Outfit", sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  font-style: italic;
  line-height: 1.05;
  text-transform: uppercase;
}

.feature-card,
.pricing-card,
.home-page-card,
.home-empty-state {
  height: 100%;
  border: 1px solid #e9f1f3;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 4px 12px -2px rgba(26, 82, 118, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover,
.pricing-card:hover,
.home-page-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 45px rgba(26, 82, 118, 0.12);
}

.feature-card {
  padding: 34px;
}

.feature-card .icon-box {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 18px;
  background: rgba(163, 228, 215, 0.32);
  color: var(--turquoise);
  font-size: 28px;
}

.feature-card h3,
.pricing-card h3,
.dark-card h3 {
  color: var(--prof);
  font-weight: 900;
  font-style: italic;
}

.feature-card p {
  color: #64748b;
  font-size: 14px;
  line-height: 1.8;
}

.pricing-switch {
  display: flex;
  max-width: 410px;
  padding: 5px;
  border-radius: 20px;
  background: #eaf2f4;
}

.pricing-switch button {
  flex: 1;
  border: 0;
  border-radius: 15px;
  background: transparent;
  color: #94a3b8;
  padding: 13px 12px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.pricing-switch button.active {
  background: #fff;
  color: var(--prof);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
}

.pricing-card {
  position: relative;
  padding: 34px;
  border-top: 5px solid var(--mint);
}

.pricing-card.popular {
  border-top-color: var(--turquoise);
}

.popular-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 7px 10px;
  border-radius: 10px;
  background: var(--prof);
  color: var(--turquoise);
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.price {
  color: var(--prof);
  font-family: "Outfit", sans-serif;
  font-size: 44px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
}

.credits {
  color: var(--turquoise);
  font-size: 13px;
  font-weight: 900;
}

.records {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
  font-style: italic;
}

.feature-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 28px 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #475569;
  font-size: 12px;
  font-weight: 800;
}

.feature-list i {
  color: var(--turquoise);
}

.feature-list .gift {
  margin-inline: -8px;
  padding: 8px;
  border: 1px solid #fed7aa;
  border-radius: 10px;
  background: #fff7ed;
  color: var(--prof);
}

.feature-list .gift i {
  color: #f97316;
}

.security-section {
  position: relative;
  padding: 86px 0;
  overflow: hidden;
  background: linear-gradient(135deg, var(--prof), #0d2b3f);
  color: #fff;
}

.security-section h2 {
  font-size: 34px;
  font-weight: 900;
  font-style: italic;
}

.dark-card {
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
}

.dark-card i {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(72, 201, 176, 0.18);
  color: var(--turquoise);
}

.dark-card h3 {
  color: #fff;
  font-size: 20px;
}

.dark-card p {
  color: #cbd5e1;
  font-size: 13px;
  line-height: 1.8;
}

.local-data {
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  margin: auto;
  border: 6px solid rgba(72, 201, 176, 0.24);
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.watermark {
  position: absolute;
  top: -110px;
  right: -70px;
  color: rgba(255, 255, 255, 0.04);
  font-size: 360px;
}

.home-page-count,
.home-page-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(72, 201, 176, 0.14);
  color: var(--prof);
  font-size: 0.82rem;
  font-weight: 900;
}

.home-page-card,
.home-empty-state {
  padding: 1.6rem;
}

.home-page-card {
  display: flex;
  flex-direction: column;
}

.home-page-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 1rem;
}

.home-page-slug {
  color: #91a0c4;
  font-size: 0.88rem;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.home-page-card h3 {
  color: var(--prof);
  font-size: 1.4rem;
  font-weight: 900;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.home-page-card p,
.home-empty-state {
  color: #64748b;
  line-height: 1.75;
}

.home-page-link {
  margin-top: auto;
  color: var(--prof);
  font-weight: 900;
}

.site-footer {
  padding: 40px 0;
  border-top: 1px solid #e2e8f0;
  background: #fff;
}

.site-footer-logo {
  height: 42px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.footer-links a,
.site-footer p {
  margin: 0;
  color: #94a3b8;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none;
}

.public-page-hero {
  border-radius: 28px;
  background:
    linear-gradient(120deg, rgba(26, 82, 118, 0.95), rgba(72, 201, 176, 0.72)),
    url("/img/logo.png") right 1.5rem center / min(34vw, 360px) auto no-repeat;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 22px 0;
  }

  .site-nav-actions {
    margin-top: 1rem;
  }

  .site-nav-actions .navbar-nav {
    align-items: stretch;
  }

  .hero-section {
    padding-top: 54px;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 380px;
  }
}

@media (max-width: 575.98px) {
  .site-logo {
    max-width: 160px;
    height: 40px;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-float {
    left: 16px;
    right: 16px;
    justify-content: center;
  }

  .hero-float.bottom {
    right: 16px;
  }

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