:root {
  --bg: #f4efe7;
  --paper: #fffdf9;
  --paper-soft: #f8f2ea;
  --ink: #16233a;
  --muted: #5f6f83;
  --line: rgba(22, 35, 58, 0.1);
  --brand: #0f6b63;
  --brand-deep: #0b4f4a;
  --accent: #d36f3d;
  --accent-soft: #f4dfd2;
  --shadow: 0 22px 50px rgba(23, 32, 50, 0.1);
  --radius-xl: 30px;
  --radius-lg: 22px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(211, 111, 61, 0.14), transparent 24%),
    radial-gradient(circle at top right, rgba(15, 107, 99, 0.12), transparent 22%),
    linear-gradient(180deg, #fcfaf6 0%, var(--bg) 100%);
}

a {
  color: inherit;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(252, 250, 246, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  box-shadow: 0 8px 24px rgba(22, 35, 58, 0.04);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  padding-top: 0;
  padding-bottom: 0;
}

.site-logo {
  display: block;
  height: 78px;
  width: auto;
  object-fit: contain;
}

.site-nav .nav-link {
  color: var(--ink);
  font-weight: 500;
  font-size: 0.97rem;
}

.site-nav .nav-link.active,
.site-nav .nav-link:hover {
  color: var(--brand);
}

.hero-section {
  padding: 3.6rem 0 2.4rem;
}

.hero-shell {
  border: 1px solid rgba(22, 35, 58, 0.08);
  border-radius: 38px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(248, 242, 234, 0.84));
  box-shadow: var(--shadow);
  padding: 1.1rem;
}

.hero-main,
.hero-side-card,
.compare-card,
.feature-panel,
.info-card,
.shot-card,
.cta-card {
  border-radius: var(--radius-xl);
}

.hero-main {
  height: 100%;
  padding: 2.2rem 2rem;
  background: var(--paper);
  border: 1px solid rgba(22, 35, 58, 0.06);
}

.hero-main h1 {
  margin: 0 0 1.2rem;
  font-size: clamp(1.8rem, 2.6vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
  font-weight: 700;
  max-width: 12ch;
}

.hero-lead {
  margin: 0;
  max-width: 58ch;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--muted);
}

.hero-actions,
.hero-meta,
.footer-links,
.cta-actions,
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.hero-actions {
  margin-top: 1.7rem;
  align-items: stretch;
}

.hero-meta {
  margin-top: 1.6rem;
}

.site-btn-hero {
  min-width: 220px;
  justify-content: center;
  text-align: center;
  box-shadow: 0 18px 34px rgba(211, 111, 61, 0.18);
}

.hero-meta span {
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  background: var(--paper-soft);
  border: 1px solid rgba(22, 35, 58, 0.06);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 600;
}

.hero-stack {
  display: grid;
  gap: 1rem;
  height: 100%;
}

.hero-side-card {
  padding: 1.8rem;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(22, 35, 58, 0.08);
  box-shadow: var(--shadow);
}

.hero-side-card h2 {
  font-size: 1.55rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.hero-side-card-dark,
.feature-panel-dark,
.cta-card {
  background: linear-gradient(160deg, #18314d 0%, #0f6b63 100%);
  color: #f3faf9;
}

.hero-side-card-dark p,
.feature-panel-dark p,
.cta-card p {
  color: rgba(243, 250, 249, 0.84);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 0.85rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.hero-side-card-dark .eyebrow,
.feature-panel-dark .eyebrow,
.cta-card .eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

.check-list {
  margin: 1rem 0 0;
  padding-left: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.4rem;
  line-height: 1.7;
}

.check-list li + li {
  margin-top: 0.55rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--accent);
}

.check-list.compact li::before {
  background: rgba(255, 255, 255, 0.68);
}

.benefit-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.benefit-list li {
  padding: 0.95rem 0;
  border-top: 1px solid rgba(22, 35, 58, 0.08);
  font-weight: 600;
  color: var(--ink);
}

.benefit-list li:first-child {
  border-top: 0;
  padding-top: 0.15rem;
}

.section-block {
  padding: 2.7rem 0;
}

.section-heading {
  margin-bottom: 1.8rem;
  text-align: center;
}

.section-heading-left {
  text-align: left;
}

.section-heading h1,
.section-heading h2,
.feature-panel h2,
.compare-card h3,
.info-card h3,
.hero-side-card h2,
.cta-card h2 {
  margin-top: 0;
}

.section-heading h1,
.section-heading h2 {
  letter-spacing: -0.03em;
}

.section-heading p {
  max-width: 62ch;
  color: var(--muted);
  line-height: 1.75;
}

.section-heading-left p {
  margin-left: 0;
}

.compare-card,
.feature-panel,
.info-card,
.shot-card {
  height: 100%;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(22, 35, 58, 0.08);
  box-shadow: var(--shadow);
}

.compare-card,
.feature-panel,
.info-card {
  padding: 1.7rem;
}

.compare-label,
.info-card-kicker {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compare-label {
  color: var(--muted);
}

.compare-card-focus {
  background: linear-gradient(160deg, rgba(15, 107, 99, 0.1), rgba(255, 255, 255, 0.92));
}

.compare-card-focus .compare-label,
.info-card-kicker {
  color: var(--brand);
}

.compare-card p,
.feature-panel p,
.info-card p {
  color: var(--muted);
  line-height: 1.75;
}

.pricing-table-wrap {
  margin-top: 1rem;
  overflow: hidden;
  border: 1px solid rgba(22, 35, 58, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.pricing-table {
  --bs-table-bg: transparent;
  --bs-table-striped-bg: rgba(22, 35, 58, 0.03);
  --bs-table-striped-color: var(--ink);
  --bs-table-color: var(--ink);
  margin-bottom: 0;
}

.pricing-table thead th {
  border-bottom: 1px solid rgba(22, 35, 58, 0.1);
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  background: rgba(244, 223, 210, 0.35);
}

.pricing-table td,
.pricing-table th {
  padding: 1rem 1.1rem;
  border-color: rgba(22, 35, 58, 0.08);
}

.pricing-tag-cloud {
  margin-top: 1rem;
}

.pricing-value-cloud {
  margin: 1rem 0 1.15rem;
}

.pricing-value-cloud span {
  background: rgba(15, 107, 99, 0.08);
  border-color: rgba(15, 107, 99, 0.14);
  color: var(--ink);
}

.pricing-note {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.pricing-note-strong {
  color: var(--ink);
  font-weight: 600;
}

.pricing-value {
  display: inline-block;
  min-width: 88px;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--ink);
}

.pricing-unit {
  display: inline-block;
  margin-left: 0.35rem;
  color: var(--muted);
  font-weight: 600;
}

.feature-panel-dark {
  background: linear-gradient(160deg, #18314d 0%, #0f6b63 100%);
  color: #f3faf9;
}

.feature-panel-dark p {
  color: rgba(243, 250, 249, 0.84);
}

.feature-panel-dark .site-btn-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.feature-panel-dark .site-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.section-contrast {
  background: linear-gradient(180deg, rgba(244, 223, 210, 0.26), rgba(255, 255, 255, 0));
}

.section-gallery {
  padding-top: 1.5rem;
}

.tag-cloud span {
  padding: 0.68rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(22, 35, 58, 0.08);
  font-size: 0.92rem;
  font-weight: 600;
}

.tag-cloud.dark span {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
}

.shot-card {
  overflow: hidden;
  padding: 0.7rem;
}

.shot-card img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.cta-section {
  padding: 2.4rem 0 4.6rem;
}

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
  box-shadow: var(--shadow);
}

.site-btn-primary,
.site-btn-ghost {
  border-radius: 999px;
  padding: 0.85rem 1.25rem;
  font-weight: 700;
}

.site-btn-primary {
  background: var(--accent);
  border: 1px solid var(--accent);
  color: #fff;
  box-shadow: 0 14px 28px rgba(211, 111, 61, 0.14);
}

.site-btn-primary:hover {
  background: #bf6235;
  border-color: #bf6235;
  color: #fff;
}

.site-btn-ghost {
  background: transparent;
  border: 1px solid rgba(22, 35, 58, 0.16);
  color: var(--ink);
}

.site-btn-ghost:hover {
  background: rgba(22, 35, 58, 0.05);
  color: var(--ink);
}

.cta-card .site-btn-ghost,
.hero-side-card-dark .site-btn-ghost,
.feature-panel-dark .site-btn-ghost {
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.cta-card .site-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.site-footer {
  padding: 2rem 0 3rem;
  border-top: 1px solid rgba(22, 35, 58, 0.08);
  color: var(--muted);
}

.footer-links a {
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--brand);
}

.subpage-body .section-block {
  padding-top: 3.7rem;
}

.subpage-top-action {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1.25rem;
}

@media (max-width: 991.98px) {
  .hero-main h1 {
    max-width: none;
  }

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

  .subpage-top-action {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .site-logo {
    height: 60px;
  }

  .hero-shell {
    padding: 0.7rem;
    border-radius: 26px;
  }

  .hero-main,
  .hero-side-card,
  .compare-card,
  .feature-panel,
  .info-card,
  .shot-card,
  .cta-card {
    border-radius: var(--radius-lg);
  }

  .hero-main {
    padding: 1.5rem;
  }
}
