/* Otobonik landing — Bootstrap 5 companion */
:root {
  --bs-primary: #e0882a;
  --bs-primary-rgb: 224, 136, 42;
  --brand-navy: #142b4a;
  --brand-navy-2: #142b4a;
  --brand-teal: #142b4a;
  --brand-teal-light: #e0882a;
  --brand-surface: #ffffff;
  --brand-muted: rgba(20, 43, 74, 0.78);
  --gradient-hero: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  --shadow-soft: 0 24px 60px rgba(20, 43, 74, 0.12);
  --shadow-glow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 32px 80px rgba(224, 136, 42, 0.22);
  --radius-lg: 1rem;
  --radius-xl: 1.25rem;
  /* --btn-text-orange: rgb(224, 136, 42); */
  --btn-text-orange: white;
  --btn-bg-navy: rgb(20, 43, 74);
  --btn-bg-navy-hover: rgb(16, 36, 62);
  --btn-text-hover: rgb(224, 136, 42);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  color: var(--brand-navy);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.text-muted-custom {
  color: var(--brand-navy) !important;
}

.navbar-landing {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(20, 43, 74, 0.14);
}

.navbar-landing .nav-link {
  color: rgba(20, 43, 74, 0.82) !important;
  font-weight: 500;
  font-size: 0.9375rem;
  padding: 0.5rem 0.85rem !important;
}

.navbar-landing .nav-link:hover,
.navbar-landing .nav-link:focus {
  color: var(--brand-navy) !important;
}

.navbar-brand {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand-logo {
  height: 30px;
  width: auto;
  display: block;
}

.brand-logo-footer {
  height: 30px;
}

@media (max-width: 991.98px) {
  .brand-logo {
    height: 25px;
  }

  .brand-logo-footer {
    height: 25px;
  }
}

.hero-section {
  background: #ffffff;
  position: relative;
  overflow: hidden;
  padding-top: 5.5rem;
  padding-bottom: 4rem;
}

@media (min-width: 992px) {
  .hero-section {
    padding-top: 6.5rem;
    padding-bottom: 5rem;
  }
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(ellipse 70% 55% at 70% -10%, rgba(224, 136, 42, 0.12), transparent),
    radial-gradient(circle at 10% 30%, rgba(20, 43, 74, 0.08), transparent 45%);
  pointer-events: none;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(20, 43, 74, 0.06);
  border: 1px solid rgba(20, 43, 74, 0.14);
  color: var(--brand-navy);
  font-size: 0.8125rem;
  font-weight: 500;
}

.hero-title {
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--brand-navy);
}

.brand-highlight {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  letter-spacing: -0.01em;
}

.brand-highlight .brand-oto {
  color: var(--brand-navy);
}

.brand-highlight .brand-bonik {
  color: var(--bs-primary);
}

.hero-lead {
  color: rgba(20, 43, 74, 0.78);
  font-size: 1.125rem;
  max-width: 36rem;
}

.btn-hero-primary {
  padding: 0.65rem 1.35rem;
  font-weight: 600;
  border-radius: 0.65rem;
  box-shadow: 0 10px 28px rgba(224, 136, 42, 0.42);
}

.btn-hero-outline {
  padding: 0.65rem 1.35rem;
  font-weight: 600;
  border-radius: 0.65rem;
  border: 1px solid rgba(20, 43, 74, 0.3);
  color: var(--brand-navy);
}

.btn-hero-outline:hover {
  background: rgba(20, 43, 74, 0.08);
  border-color: var(--brand-navy);
  color: var(--brand-navy);
}

.btn-teal {
  background: var(--brand-navy);
  border-color: var(--brand-navy);
  color: var(--bs-primary);
  font-weight: 600;
}

.btn-teal:hover {
  background: var(--brand-navy);
  border-color: var(--brand-navy);
  color: var(--bs-primary);
}

/* Unified button theme requested by brand guide */
.btn-primary,
.btn-outline-primary,
.btn-hero-primary,
.btn-hero-outline,
.btn-teal,
.btn-light,
.btn-outline-light {
  background-color: var(--btn-bg-navy) !important;
  border-color: var(--btn-bg-navy) !important;
  color: var(--btn-text-orange) !important;
}

.btn-primary:hover,
.btn-outline-primary:hover,
.btn-hero-primary:hover,
.btn-hero-outline:hover,
.btn-teal:hover,
.btn-light:hover,
.btn-outline-light:hover,
.btn-primary:focus,
.btn-outline-primary:focus,
.btn-hero-primary:focus,
.btn-hero-outline:focus,
.btn-teal:focus,
.btn-light:focus,
.btn-outline-light:focus {
  background-color: var(--btn-bg-navy-hover) !important;
  border-color: var(--btn-bg-navy-hover) !important;
  color: var(--btn-text-hover) !important;
}

.browser-mockup {
  border-radius: var(--radius-xl);
  background: var(--brand-navy);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-glow);
  overflow: hidden;
}

.browser-chrome {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.65rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.browser-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.browser-dot:nth-child(1) {
  background: var(--bs-primary);
}
.browser-dot:nth-child(2) {
  background: #e0882a;
}
.browser-dot:nth-child(3) {
  background: var(--brand-navy);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.browser-url {
  flex: 1;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(20, 43, 74, 0.35);
  border-radius: 0.35rem;
  padding: 0.25rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.browser-body img {
  display: block;
  width: 100%;
  height: auto;
}

.section-padding {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.section-title {
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--brand-navy);
}

.feature-card {
  border: 1px solid rgba(20, 43, 74, 0.16);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  height: 100%;
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  background: #fff;
}

.feature-card:hover {
  border-color: rgba(224, 136, 42, 0.55);
  box-shadow: var(--shadow-soft);
  transform: translateY(-2px);
}

.feature-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  background: rgba(224, 136, 42, 0.2);
  color: var(--bs-primary);
}

.feature-icon.teal {
  background: rgba(224, 136, 42, 0.2);
  color: var(--bs-primary);
}

.feature-icon.navy {
  background: rgba(224, 136, 42, 0.2);
  color: var(--bs-primary);
}

.bg-surface {
  background: var(--brand-surface);
}

.stat-card {
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.5rem;
  background: #fff;
  border: 1px solid rgba(20, 43, 74, 0.16);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.stat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(224, 136, 42, 0.45);
  box-shadow: 0 12px 28px rgba(20, 43, 74, 0.12);
}

.stat-value {
  font-weight: 800;
  font-size: 1.75rem;
  color: var(--brand-navy);
  letter-spacing: -0.02em;
  transition: transform 0.25s ease;
}

.stat-card:hover .stat-value {
  transform: scale(1.03);
}

.pricing-card {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(20, 43, 74, 0.16);
  padding: 2rem;
  height: 100%;
  background: #fff;
  position: relative;
}

.pricing-card.featured {
  border-color: var(--bs-primary);
  box-shadow: 0 24px 48px rgba(224, 136, 42, 0.2);
}

.pricing-card .price-tag {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--brand-navy);
}

.pricing-card .price-period {
  color: var(--brand-muted);
  font-size: 0.9375rem;
}

.testimonial-card {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(20, 43, 74, 0.16);
  padding: 1.5rem;
  background: #fff;
  height: 100%;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e0882a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
}

.cta-strip {
  background: #ffffff;
  border-radius: var(--radius-xl);
  padding: 3rem 2rem;
  color: var(--brand-navy);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20, 43, 74, 0.14);
}

.cta-strip::after {
  content: none;
  position: absolute;
  right: -10%;
  top: -40%;
  width: 50%;
  height: 180%;
  background: radial-gradient(circle, rgba(224, 136, 42, 0.26), transparent 55%);
  pointer-events: none;
}

.footer-landing {
  background: #f4f7fb;
  color: var(--brand-navy);
  padding-top: 3.5rem;
  padding-bottom: 2rem;
}

.footer-landing a {
  color: var(--brand-navy);
  text-decoration: none;
}

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

.logo-strip {
  filter: grayscale(100%);
  opacity: 0.5;
}

.industry-strip {
  max-width: 1020px;
}

.industry-card {
  border: 1px solid rgba(20, 43, 74, 0.16);
  border-radius: 0.9rem;
  background: #ffffff;
  padding: 2rem;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.industry-card:hover {
  transform: translateY(-3px);
  border-color: rgba(224, 136, 42, 0.45);
  box-shadow: 0 10px 24px rgba(20, 43, 74, 0.1);
}

.industry-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  background: rgba(224, 136, 42, 0.18);
  color: var(--bs-primary);
}

.screenshot-thumb {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(20, 43, 74, 0.16);
  box-shadow: var(--shadow-soft);
  transition: transform 0.2s ease;
}

.screenshot-thumb:hover {
  transform: scale(1.01);
}

.screenshot-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.accordion-button:not(.collapsed) {
  background: #e0882a;
  color: #ffffff;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 136, 42, 0.35);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(20px) scale(0.985);
  transition: opacity 1.05s cubic-bezier(0.22, 1, 0.36, 1), transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
}

[data-reveal].reveal-left {
  transform: translateX(-28px) scale(0.985);
}

[data-reveal].reveal-right {
  transform: translateX(28px) scale(0.985);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.pill-soft {
  background: rgba(224, 136, 42, 0.16);
  color: var(--bs-primary);
  font-weight: 600;
  font-size: 0.8125rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
}

.module-chip-wrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.module-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(20, 43, 74, 0.18);
  background: #ffffff;
  color: var(--brand-navy);
  border-radius: 999px;
  padding: 0.45rem 0.85rem;
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1;
}

.module-chip i {
  color: var(--bs-primary);
}

.text-success,
.text-secondary,
.text-white-50 {
  color: var(--bs-primary) !important;
}

.custom-bg {
  background-color: rgba(224, 136, 42, 0.1) !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}