:root {
  --brand-deep: #0f5c66;
  --brand-teal: #11929b;
  --brand-teal-dark: #0b4652;
  --brand-ink: #16333a;
  --brand-muted: #5f7174;
  --brand-accent: #b64a5e;
  --brand-cream: #f4efe7;
  --brand-border: rgba(15, 92, 102, 0.12);
  --brand-link: #0a7380;
  --brand-link-hover: #084b57;
  --brand-link-underline: rgba(10, 115, 128, 0.38);
}

body {
  font-family: 'Manrope', 'Segoe UI', sans-serif;
  background: linear-gradient(180deg, #f7fbfb 0%, #ffffff 20%, #f4efe7 100%);
  color: var(--brand-ink);
}

h1,
h2,
h3 {
  font-family: 'Fraunces', Georgia, serif;
  letter-spacing: -0.02em;
}

h4,
h5,
h6 {
  font-family: 'Manrope', 'Segoe UI', sans-serif;
}

a {
  color: var(--brand-link);
}

a:hover,
a:focus {
  color: var(--brand-link-hover);
}

.curo-redesign .brand-page p a,
.curo-redesign .brand-page li a,
.curo-redesign .page-hero p a,
.curo-redesign .price-hero p a,
.curo-redesign .article-entry a,
.curo-redesign .blog-post .blog-post-card .article-entry a,
.curo-redesign .blog-post .review-detail-content .article-entry a,
.curo-redesign .video-demo-page p a,
.curo-redesign .video-demo-page li a,
.curo-redesign .video-demo-player-meta a,
.curo-redesign .contact-link-row a {
  color: var(--brand-link);
  text-decoration-line: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
  text-decoration-color: var(--brand-link-underline);
  text-decoration-skip-ink: auto;
}

.curo-redesign .brand-page p a:hover,
.curo-redesign .brand-page p a:focus,
.curo-redesign .brand-page li a:hover,
.curo-redesign .brand-page li a:focus,
.curo-redesign .page-hero p a:hover,
.curo-redesign .page-hero p a:focus,
.curo-redesign .price-hero p a:hover,
.curo-redesign .price-hero p a:focus,
.curo-redesign .article-entry a:hover,
.curo-redesign .article-entry a:focus,
.curo-redesign .blog-post .blog-post-card .article-entry a:hover,
.curo-redesign .blog-post .blog-post-card .article-entry a:focus,
.curo-redesign .blog-post .review-detail-content .article-entry a:hover,
.curo-redesign .blog-post .review-detail-content .article-entry a:focus,
.curo-redesign .video-demo-page p a:hover,
.curo-redesign .video-demo-page p a:focus,
.curo-redesign .video-demo-page li a:hover,
.curo-redesign .video-demo-page li a:focus,
.curo-redesign .video-demo-player-meta a:hover,
.curo-redesign .video-demo-player-meta a:focus,
.curo-redesign .contact-link-row a:hover,
.curo-redesign .contact-link-row a:focus {
  color: var(--brand-link-hover);
  text-decoration-color: currentColor;
}

.btn-primary {
  font-weight: 800;
  color: #fff;
  background-image: linear-gradient(135deg, var(--brand-deep), var(--brand-teal));
  border-radius: 999px;
  border: 0;
  box-shadow: 0 18px 40px rgba(15, 92, 102, 0.24);
  padding: 0.85rem 1.5rem;
}

.btn-primary:hover {
  background-image: linear-gradient(135deg, #0c6772, #12aab4);
  transform: translateY(-1px);
  box-shadow: 0 24px 44px rgba(15, 92, 102, 0.28);
}

.btn-info {
  background-color: transparent;
  border-radius: 999px;
  border: 2px solid #fff;
  font-weight: 700;
  padding: 0.8rem 1.4rem;
}

.btn-info:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border: 2px solid #d9d9d9;
}

#banner.navbar,
.navbar {
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(15, 92, 102, 0.08);
  box-shadow: 0 10px 35px rgba(16, 49, 56, 0.08);
}

.navbar .navbar-brand img {
  max-height: 44px;
  width: auto;
}

.navbar-nav .nav-item .nav-link {
  padding: 1rem 0.85rem !important;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #3f5a60;
}

.navbar-nav .nav-item .btn {
  padding: 0.7rem 1.25rem !important;
  margin: 0.35rem 0 0.35rem 1rem !important;
  font-size: 0.96rem;
  letter-spacing: 0.01em;
}

.navbar-nav.social-media .nav-item .nav-link {
  font-size: 155%;
  padding: 0 0 0 0.55em !important;
}

.shrink {
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(255, 255, 255, 0.96);
}

.brand-page {
  overflow: hidden;
}

.brand-section {
  padding: 5.5rem 0;
}

.brand-section-alt {
  background:
    radial-gradient(circle at top left, rgba(17, 146, 155, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(244, 239, 231, 0.72), rgba(255, 255, 255, 0.96));
}

.brand-hero,
.page-hero,
.price-hero {
  position: relative;
  padding: 8.75rem 0 4.75rem;
  background:
    radial-gradient(circle at top right, rgba(17, 146, 155, 0.18), transparent 32%),
    radial-gradient(circle at 20% 20%, rgba(182, 74, 94, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 251, 251, 0.95));
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.8rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--brand-teal);
  font-weight: 800;
  margin-bottom: 1rem;
}

.section-kicker::before {
  content: '';
  width: 2.2rem;
  height: 1px;
  background: rgba(17, 146, 155, 0.45);
}

.section-heading {
  max-width: 820px;
  margin-bottom: 2.6rem;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.04;
  margin-bottom: 1rem;
  color: var(--brand-ink);
}

.section-subtitle,
.hero-lead {
  font-size: 1.12rem;
  line-height: 1.8;
  color: var(--brand-muted);
  max-width: 760px;
}

.hero-title {
  max-width: 11.8ch;
  font-size: clamp(2.7rem, 4.9vw, 4.35rem);
  line-height: 0.9;
  margin-bottom: 1.25rem;
  color: var(--brand-ink);
}

.hero-lead {
  max-width: 34rem;
}

.page-hero .hero-title,
.brand-page .page-hero .hero-title {
  max-width: 16.5ch;
}

.page-hero .hero-lead,
.brand-page .page-hero .hero-lead {
  max-width: 46rem;
}

.hero-layout {
  row-gap: 2.5rem;
}

.hero-copy {
  max-width: 560px;
}

.brand-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.btn-outline-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(15, 92, 102, 0.18);
  padding: 0.85rem 1.5rem;
  color: var(--brand-deep);
  background: rgba(255, 255, 255, 0.88);
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(17, 56, 63, 0.08);
}

.btn-outline-brand:hover {
  text-decoration: none;
  background: rgba(17, 146, 155, 0.08);
  color: var(--brand-teal-dark);
}

.surface-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--brand-border);
  box-shadow: 0 28px 70px rgba(17, 56, 63, 0.12);
  border-radius: 28px;
}

.card-grid {
  display: grid;
  gap: 1.4rem;
}

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

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

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

.compact-grid {
  gap: 1rem;
}

.guide-stack {
  display: grid;
  gap: 1.35rem;
}

.guide-panel {
  padding: 1.7rem 1.8rem;
}

.guide-panel h2,
.guide-panel h3 {
  margin-bottom: 0.8rem;
  color: var(--brand-ink);
}

.guide-panel p {
  color: var(--brand-muted);
  line-height: 1.8;
}

.guide-panel p:last-child,
.guide-panel ul:last-child,
.guide-panel ol:last-child {
  margin-bottom: 0;
}

.guide-mini-card {
  padding: 1.5rem 1.4rem;
}

.guide-mini-card h3 {
  margin-bottom: 0.55rem;
  color: var(--brand-ink);
}

.guide-mini-card p {
  margin: 0;
  color: var(--brand-muted);
  line-height: 1.72;
}

.guide-spec-list {
  margin: 0;
  padding-left: 1.25rem;
}

.guide-spec-list li {
  margin-bottom: 0.7rem;
  color: var(--brand-muted);
  line-height: 1.76;
}

.guide-spec-list li:last-child {
  margin-bottom: 0;
}

.guide-spec-list-ordered {
  padding-left: 1.4rem;
}

.guide-prose strong,
.guide-spec-list strong {
  color: var(--brand-ink);
}

.hardware-page .hero-title {
  max-width: 17ch;
}

.hero-proof-list,
.coverage-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.hero-proof-list {
  max-width: 540px;
}

.trust-pill,
.coverage-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(15, 92, 102, 0.12);
  color: var(--brand-ink);
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(17, 56, 63, 0.07);
}

.hero-media-col {
  display: flex;
  align-items: center;
}

.hero-visual {
  display: grid;
  gap: 1rem;
  width: min(100%, 600px);
  margin-left: auto;
}

.hero-visual-main {
  padding: 1.45rem 1.35rem 0.35rem;
  background:
    radial-gradient(circle at top right, rgba(17, 146, 155, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(249, 252, 252, 0.96), rgba(255, 255, 255, 0.96));
}

.hero-visual-main img {
  display: block;
  width: 100%;
}

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

.hero-signal {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 100%;
  padding: 0.95rem 1rem;
  background: linear-gradient(180deg, rgba(17, 146, 155, 0.06), rgba(255, 255, 255, 0.98));
}

.hero-signal strong {
  display: block;
  color: var(--brand-ink);
  line-height: 1.35;
  font-size: 1.08rem;
}

.hero-signal p {
  margin: 0;
  color: var(--brand-muted);
  line-height: 1.55;
  font-size: 0.96rem;
}

.hero-signal-kicker {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand-accent);
}

.hero-signal-dark {
  background: rgba(16, 49, 56, 0.96);
  border-color: rgba(16, 49, 56, 0.96);
  box-shadow: 0 20px 55px rgba(17, 56, 63, 0.22);
}

.hero-signal-dark strong,
.hero-signal-dark .hero-signal-kicker {
  color: #fff;
}

.hero-signal-dark p {
  color: rgba(255, 255, 255, 0.76);
}

.hero-visual-note {
  display: none;
}

.hero-visual-note strong,
.hero-visual-note span {
  display: block;
}

.hero-visual-note strong {
  margin-bottom: 0.45rem;
}

.hero-visual-note span {
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.hero-visual-note-top {
  top: 1rem;
  left: 0.9rem;
}

.hero-visual-note-bottom {
  right: 0.9rem;
  bottom: 1rem;
}

.hero-coverage {
  margin-top: 1.5rem;
  padding: 1.3rem 1.55rem;
  border-radius: 32px;
}

.hero-coverage .row {
  row-gap: 0.75rem;
}

.hero-coverage-copy {
  display: flex;
  align-items: center;
}

.coverage-lead {
  margin: 0;
  font-weight: 700;
  color: var(--brand-ink);
}

.outcome-card,
.loss-card,
.process-card,
.segment-card,
.proof-card,
.signal-card,
.value-card,
.contact-route-card,
.compact-card,
.founder-card,
.story-card,
.price-highlight-card,
.contact-detail-card {
  padding: 1.5rem;
}

.outcome-card h3,
.loss-card h3,
.process-card h3,
.segment-card h3,
.proof-card h3,
.signal-card h3,
.value-card h3,
.contact-route-card h3,
.compact-card h3,
.founder-card h3,
.story-card h3,
.feature-slab h3,
.mini-detail h3 {
  font-size: 1.35rem;
  margin-bottom: 0.8rem;
}

.outcome-card p,
.loss-card p,
.process-card p,
.segment-card p,
.proof-card p,
.signal-card p,
.value-card p,
.contact-route-card p,
.compact-card p,
.founder-card p,
.story-card p,
.feature-slab p,
.mini-detail p {
  margin: 0;
  line-height: 1.75;
  color: var(--brand-muted);
}

.loss-card {
  background: linear-gradient(180deg, rgba(182, 74, 94, 0.06), rgba(255, 255, 255, 0.96));
}

.process-step {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand-deep), var(--brand-teal));
  color: #fff;
  font-weight: 800;
}

.feature-stack,
.story-stack,
.support-lanes,
.faq-list {
  display: grid;
  gap: 1rem;
}

.feature-slab {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1.1rem;
  align-items: center;
  padding: 1rem 1.2rem;
}

.feature-slab img {
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(17, 56, 63, 0.14);
}

.proof-showcase {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.55rem;
  align-items: stretch;
}

.proof-feature {
  display: grid;
  grid-template-columns: minmax(180px, 0.44fr) minmax(0, 1.56fr);
  overflow: hidden;
  padding: 0;
}

.proof-feature-media {
  position: relative;
  min-height: 100%;
  background: linear-gradient(180deg, rgba(17, 146, 155, 0.14), rgba(15, 92, 102, 0.24));
}

.proof-feature-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.proof-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(16, 49, 56, 0.92);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-feature-body {
  padding: 1.75rem 1.8rem;
}

.proof-mini-kicker {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-accent);
}

.proof-meta,
.testimonial-meta {
  color: var(--brand-muted);
  font-weight: 700;
}

.proof-meta {
  margin-bottom: 1rem;
}

.proof-feature-quote {
  margin: 0;
  color: var(--brand-ink);
  line-height: 1.82;
  font-size: 1.03rem;
}

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

.proof-card {
  background: linear-gradient(180deg, rgba(17, 146, 155, 0.04), rgba(255, 255, 255, 0.96));
}

.proof-quote {
  font-size: 1.16rem;
  line-height: 1.72;
  color: var(--brand-ink) !important;
  margin-bottom: 1.2rem !important;
}

.proof-author {
  font-weight: 700;
  color: var(--brand-muted) !important;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.35rem;
  min-height: 100%;
  background: linear-gradient(180deg, rgba(17, 146, 155, 0.05), rgba(255, 255, 255, 0.96));
}

.testimonial-head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.testimonial-head h3 {
  font-size: 1.08rem;
  margin-bottom: 0.2rem;
}

.testimonial-meta {
  margin: 0;
  line-height: 1.45;
  font-size: 0.92rem;
}

.testimonial-avatar {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(17, 56, 63, 0.14);
  flex: 0 0 auto;
}

.proof-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.1rem;
}

.proof-tag-row span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(17, 146, 155, 0.08);
  border: 1px solid rgba(15, 92, 102, 0.1);
  color: var(--brand-ink);
  font-size: 0.84rem;
  font-weight: 800;
}

.proof-tag-row-compact {
  margin-top: auto;
}

.section-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  margin-top: 1.6rem;
  padding: 1.45rem 1.55rem;
  background:
    linear-gradient(180deg, rgba(17, 146, 155, 0.06), rgba(255, 255, 255, 0.98));
}

.section-cta-card h3 {
  margin-bottom: 0.45rem;
  font-size: 1.45rem;
}

.section-cta-card p {
  margin: 0;
  color: var(--brand-muted);
  line-height: 1.72;
  max-width: 720px;
}

.section-cta-card .section-kicker {
  margin-bottom: 0.7rem;
}

.section-cta-card-tight {
  margin-top: 1.4rem;
}

.brand-button-group-center {
  justify-content: center;
}

.cta-panel-actions {
  justify-content: flex-end;
}

.cta-panel {
  padding: 2rem 2.2rem;
}

.faq-list details {
  padding: 1.3rem 1.35rem;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  color: var(--brand-ink);
  position: relative;
  padding-right: 2rem;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: '+';
  position: absolute;
  right: 0;
  top: -0.1rem;
  font-size: 1.5rem;
  color: var(--brand-teal);
}

.faq-list details[open] summary::after {
  content: '−';
}

.faq-list p {
  margin: 0.9rem 0 0;
  color: var(--brand-muted);
  line-height: 1.75;
}

.price-highlight {
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2.7rem, 5vw, 4.4rem);
  line-height: 1;
  color: var(--brand-deep);
}

.price-highlight-subtitle {
  margin: 0.5rem 0 1.2rem;
  color: var(--brand-muted);
  font-weight: 700;
}

.bullet-list {
  margin: 0;
  padding-left: 1.2rem;
}

.bullet-list li {
  list-style: disc;
  margin-bottom: 0.55rem;
  color: var(--brand-muted);
}

.price-summary-strip {
  padding: 1.5rem 0 2.25rem;
}

.redesigned-price .about-price,
.redesigned-price .functions-content {
  border-radius: 0 0 28px 28px !important;
  box-shadow: 0 28px 70px rgba(17, 56, 63, 0.12) !important;
  border: 1px solid var(--brand-border);
}

.redesigned-price .price,
.redesigned-price .functions {
  border-radius: 28px 28px 0 0 !important;
  box-shadow: 0 18px 45px rgba(15, 92, 102, 0.18);
}

.founder-card {
  text-align: center;
}

.founder-photo {
  width: 100%;
  max-width: 220px;
  margin: 0 auto 1.2rem;
  border-radius: 24px;
}

.mini-detail a,
.contact-link-row a {
  font-weight: 800;
}

.support-lane {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(17, 146, 155, 0.05);
  border: 1px solid rgba(15, 92, 102, 0.08);
}

.support-lane strong,
.support-lane span {
  display: block;
}

.support-lane strong {
  margin-bottom: 0.35rem;
  color: var(--brand-ink);
}

.support-lane span {
  color: var(--brand-muted);
  line-height: 1.7;
}

.contact-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 1.3rem;
}

.review-intro {
  max-width: 860px;
  margin: 0 auto;
  padding: 3.5rem 0 1rem;
  text-align: center;
}

.contact-map-frame {
  overflow: hidden;
}

.contact-map-frame .mapouter,
.contact-map-frame .gmap_canvas,
.contact-map-frame iframe {
  height: 420px !important;
}

.form {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.form::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(11, 70, 82, 0.95), rgba(17, 146, 155, 0.9));
}

.form form {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin: 0 auto;
}

.curo-form-shell {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin: 0 auto;
}

.form .curo-form-shell h1 {
  font-weight: 700;
  padding-bottom: 9px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.form .curo-form-shell h4 {
  padding-bottom: 13px;
  max-width: 760px;
  margin: 0 auto 18px;
  color: rgba(255, 255, 255, 0.86);
}

.form form h1 {
  font-weight: 700;
  padding-bottom: 9px;
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.form form h4 {
  padding-bottom: 13px;
  max-width: 760px;
  margin: 0 auto 18px;
  color: rgba(255, 255, 255, 0.86);
}

.form .form-control {
  border-radius: 18px;
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.form form .row input,
.form form .row textarea {
  color: #fff;
  opacity: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.form form .row ::placeholder,
.form form .row textarea {
  color: #fff;
  opacity: 1;
}

.form .submit {
  min-width: 260px;
  border-radius: 999px !important;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.22);
}

.curo-custom-form {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin: 0 auto;
}

.curo-form-anchor {
  display: block;
  position: relative;
  top: -96px;
  height: 0;
  visibility: hidden;
}

.curo-custom-form .curo-form-fields {
  display: grid;
  gap: 0.25rem;
}

.curo-custom-form .curo-form-group {
  margin-bottom: 0.4rem;
}

.curo-custom-form .form-control {
  margin-bottom: 0.35rem !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.curo-custom-form textarea.form-control {
  min-height: 162px;
  resize: vertical;
}

.curo-custom-form .curo-field-error {
  display: block;
  min-height: 0;
  text-align: left;
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 700;
}

.curo-custom-form .curo-field-error:not(:empty) {
  margin-top: 0.35rem;
  padding: 0.45rem 0.7rem;
  border-radius: 14px;
}

.js-curo-custom-form em.error,
.js-curo-custom-form label.error {
  display: none !important;
}

.js-curo-custom-form .form-group.text-danger,
.js-curo-custom-form .form-group.text-success {
  color: inherit !important;
}

.curo-custom-form .curo-form-group.is-invalid .form-control {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
}

.curo-custom-form.is-submitting .submit,
.curo-custom-form .submit:disabled {
  opacity: 0.72;
  cursor: wait;
}

.curo-custom-form-dark .curo-field-error {
  color: #fff7f8;
}

.curo-custom-form-dark .curo-field-error:not(:empty) {
  background: rgba(114, 24, 46, 0.9);
  border: 1px solid rgba(255, 225, 231, 0.5);
  box-shadow: 0 14px 26px rgba(8, 27, 31, 0.22);
}

.curo-custom-form-dark .form-control {
  color: #fff;
}

.curo-custom-form-dark .form-control::placeholder {
  color: rgba(216, 223, 228, 0.76);
  opacity: 1;
}

.curo-custom-form-dark .curo-form-group.is-invalid .form-control {
  border-color: rgba(255, 235, 239, 0.96);
  background: rgba(111, 20, 42, 0.18);
  box-shadow: 0 0 0 4px rgba(255, 228, 233, 0.24);
}

.curo-custom-form-light .curo-field-error {
  color: #b64a5e;
}

.curo-custom-form-light .curo-field-error:not(:empty) {
  background: rgba(182, 74, 94, 0.08);
  border: 1px solid rgba(182, 74, 94, 0.18);
}

.curo-custom-form-light .form-control {
  color: #01727e;
}

.curo-custom-form-light .form-control::placeholder {
  color: rgba(113, 121, 131, 0.92);
  opacity: 1;
}

.curo-custom-form-light .curo-form-group.is-invalid .form-control {
  border-color: rgba(182, 74, 94, 0.55);
  box-shadow: 0 0 0 3px rgba(182, 74, 94, 0.12);
}

.curo-form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.curo-form-host {
  position: relative;
  z-index: 1;
}

.curo-form-host .hs-form fieldset {
  max-width: none;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.curo-form-host .hs-form fieldset .hs_message {
  float: none !important;
  width: 100% !important;
}

.curo-form-host .hs-form .hs-form-field {
  margin-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.curo-form-host .hs-form .hs-error-msgs {
  margin: 0.35rem 0 0;
  padding-left: 0;
  list-style: none;
}

.curo-form-host .hs-form .hs-error-msg {
  font-size: 0.92rem;
}

.curo-form-host .hs-form .input {
  margin-right: 0 !important;
}

.form .curo-form-host .hs-input,
.form .curo-form-host .hs-form textarea {
  width: 100% !important;
  border-radius: 18px;
  padding: 0.95rem 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  opacity: 1;
}

.form .curo-form-host .hs-input::placeholder,
.form .curo-form-host .hs-form textarea::placeholder {
  color: rgba(216, 223, 228, 0.76);
  opacity: 1;
}

.form .curo-form-host .hs-form textarea,
.form .curo-form-host .hs-form .hs_message {
  width: 100% !important;
  min-height: 162px;
}

.form .curo-form-host .hs-richtext,
.form .curo-form-host .submitted-message,
.form .curo-form-status,
.form .curo-form-fallback,
.form .curo-form-host .hs-error-msg {
  color: #fff;
}

.form .curo-form-host .submitted-message {
  margin-top: 1rem;
  padding: 1rem 1.2rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
}

.form .curo-form-host .actions {
  padding-top: 0.5rem;
  text-align: center;
}

.form .curo-form-host .actions .hs-button {
  min-width: 260px;
  border: 2px solid rgba(255, 255, 255, 0.76);
  border-radius: 999px !important;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.22);
  padding: 0.8rem 1.4rem;
  background: transparent;
  color: #fff;
  font-weight: 700;
}

.form .curo-form-host .actions .hs-button:hover {
  background: rgba(255, 255, 255, 0.12);
}

.form-white {
  width: 100%;
  box-shadow: 0 28px 70px rgba(17, 56, 63, 0.12);
  border-radius: 28px;
  border: 1px solid rgba(15, 92, 102, 0.08);
}

.contact-form-panel {
  padding: 1.45rem 1.45rem 1.6rem !important;
}

.contact-form-panel form {
  display: grid;
  gap: 0.25rem;
}

.contact-form-panel .curo-form-shell {
  display: grid;
  gap: 0.25rem;
}

.curo-redesign #curo-form-contact,
.curo-redesign #form-contact {
  scroll-margin-top: calc(115px + 1rem);
}

.form-white .form-control {
  border-radius: 16px;
  padding: 0.9rem 1rem;
  background: rgba(17, 146, 155, 0.03);
  border: 1px solid rgba(15, 92, 102, 0.14);
}

.form-white form h4 {
  color: #01727e;
  font-weight: 700;
  padding-bottom: 15px;
  font-size: 1.7rem;
}

.form-white .curo-form-shell h4 {
  color: #01727e;
  font-weight: 700;
  padding-bottom: 15px;
  font-size: 1.7rem;
}

.form-white .submit {
  width: 100%;
  border-radius: 999px !important;
}

.form-white .curo-custom-form .form-control {
  margin-bottom: 0.25rem !important;
}

.form-white .curo-custom-form textarea.form-control {
  min-height: 168px;
}

.form-white .curo-form-host .hs-input,
.form-white .curo-form-host .hs-form textarea {
  width: 100% !important;
  border-radius: 16px;
  padding: 0.9rem 1rem;
  background: rgba(17, 146, 155, 0.03);
  border: 1px solid rgba(15, 92, 102, 0.14);
  color: #01727e;
}

.form-white .curo-form-host .hs-input::placeholder,
.form-white .curo-form-host .hs-form textarea::placeholder {
  color: rgba(113, 121, 131, 0.92);
  opacity: 1;
}

.form-white .curo-form-host .hs-form textarea,
.form-white .curo-form-host .hs-form .hs_message {
  width: 100% !important;
  min-height: 162px;
}

.form-white .curo-form-host .submitted-message {
  margin-top: 0.8rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(17, 146, 155, 0.08);
  color: #01727e;
}

.form-white .curo-form-host .hs-error-msg {
  color: #b64a5e;
}

.form-white .curo-form-host .actions {
  padding-top: 0.8rem;
}

.form-white .curo-form-host .actions .hs-button {
  width: 100%;
  border-radius: 999px !important;
  background-image: linear-gradient(135deg, var(--brand-deep), var(--brand-teal));
  border: 0;
  color: #fff;
  font-weight: 800;
  padding: 0.85rem 1.5rem;
  box-shadow: 0 18px 40px rgba(15, 92, 102, 0.24);
}

.form-white .curo-form-host .actions .hs-button:hover {
  background-image: linear-gradient(135deg, #0c6772, #12aab4);
}

.curo-form-status {
  display: block;
  min-height: 1.4rem;
  margin-top: 1rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.55;
}

.curo-form-status:not(:empty) {
  padding: 0.9rem 1rem;
  border-radius: 18px;
}

.curo-form-success-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 720px;
  padding: 1.05rem 1.25rem;
  border-radius: 20px;
  line-height: 1.6;
  font-weight: 700;
}

.form .curo-form-success-card {
  background: rgba(247, 251, 251, 0.95);
  color: #0b4652;
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 48px rgba(8, 27, 31, 0.18);
}

.form-white .curo-form-success-card {
  background: rgba(17, 146, 155, 0.08);
  color: #01727e;
}

.curo-form-status.is-loading {
  opacity: 0.8;
}

.curo-form-status.is-error {
  color: #fff7f8;
  background: rgba(92, 18, 37, 0.9);
  border: 1px solid rgba(255, 223, 229, 0.44);
  box-shadow: 0 20px 40px rgba(8, 27, 31, 0.22);
}

.form-white .curo-form-status:not(:empty) {
  background: rgba(17, 146, 155, 0.06);
  border: 1px solid rgba(15, 92, 102, 0.1);
  color: #0f5c66;
}

.form-white .curo-form-status.is-error {
  color: #912a40;
  background: rgba(182, 74, 94, 0.08);
  border: 1px solid rgba(182, 74, 94, 0.18);
  box-shadow: none;
}

.curo-form-fallback {
  margin-top: 1rem;
}

.curo-form-fallback a {
  text-decoration: underline;
}

.contact-page .contact-route-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-page .contact-route-card .btn {
  margin-top: auto;
}

.contact-page .page-hero .hero-title {
  max-width: 15ch;
}

.contact-page .page-hero .hero-lead {
  max-width: 52rem;
}

.about-page .page-hero .hero-title {
  max-width: 17ch;
}

.about-page .page-hero .hero-lead {
  max-width: 56rem;
}

.page {
  margin-top: 115px;
  min-height: 50vh;
  padding-bottom: 60px;
  line-height: 1.7;
}

.review-post {
  background: transparent;
  padding-bottom: 4rem;
}

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

.review-card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.5rem 1.55rem 1.3rem;
  min-height: 100%;
}

.review-card-head {
  display: flex;
  align-items: flex-start;
  gap: 1.15rem;
}

.review-card-avatar {
  width: 96px;
  height: 96px;
  border-radius: 24px;
  object-fit: cover;
  flex: 0 0 auto;
  background: #edf3f4;
  box-shadow: 0 14px 30px rgba(17, 56, 63, 0.14);
}

.review-card-meta {
  min-width: 0;
}

.review-card-title {
  font-size: 1.3rem;
  line-height: 1.14;
  margin: 0 0 0.45rem;
}

.review-card-title a {
  color: var(--brand-ink);
}

.review-card-title a:hover {
  color: var(--brand-deep);
  text-decoration: none;
}

.review-card-location,
.review-card-role {
  margin: 0;
}

.review-card-location {
  color: var(--brand-ink);
  font-weight: 800;
}

.review-card-role {
  color: var(--brand-muted);
  line-height: 1.55;
  font-weight: 700;
}

.review-card-body {
  position: relative;
  color: var(--brand-muted);
  line-height: 1.82;
  max-height: 12.4rem;
  overflow: hidden;
}

.video-archive-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem 2rem;
  margin: 2rem auto 2.2rem;
  padding: 1.45rem 1.55rem;
}

.video-archive-banner h3 {
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
}

.video-archive-banner p {
  margin: 0;
  color: var(--brand-muted);
}

.blog-post.navody {
  margin-top: 1.5rem;
  padding-bottom: 4rem;
}

.blog-post.navody .row {
  row-gap: 1.4rem;
}

.blog-post.navody .navody-tab {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  margin: 0 auto;
  padding: 1.55rem 1.55rem 1.2rem;
  overflow: hidden;
  border: 1px solid var(--brand-border);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 56px rgba(17, 56, 63, 0.1);
}

.blog-post.navody .navody-tab .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.blog-post.navody .navody-tab .article-inner {
  margin-top: 0;
}

.blog-post.navody .navody-tab .archive-video-media {
  display: block;
  margin: -1.55rem -1.55rem 1.1rem;
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(12, 45, 52, 0.96), rgba(15, 92, 102, 0.92));
}

.blog-post.navody .navody-tab .archive-video-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-post.navody .navody-tab .archive-video-media::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(180deg, rgba(6, 29, 34, 0), rgba(6, 29, 34, 0.56));
}

.blog-post.navody .navody-tab .archive-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88px;
  height: 88px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: rgba(255, 109, 73, 0.94);
  box-shadow: 0 16px 36px rgba(6, 29, 34, 0.24);
  z-index: 1;
}

.blog-post.navody .navody-tab .archive-video-play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-38%, -50%);
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 22px solid #fff;
}

.blog-post.navody .navody-tab .archive-video-media:hover .archive-video-play {
  transform: translate(-50%, -50%) scale(1.04);
}

.blog-post.navody .navody-tab .archive-video-media:focus {
  outline: 3px solid rgba(17, 146, 155, 0.28);
  outline-offset: 4px;
}

.blog-post.navody .navody-tab .article-header {
  margin-bottom: 0.8rem;
}

.blog-post.navody .navody-tab .article-title {
  color: var(--brand-ink);
}

.blog-post.navody .navody-tab .article-title:hover {
  color: var(--brand-deep);
  text-decoration: none;
}

.blog-post.navody .navody-tab .article-entry {
  color: var(--brand-muted);
  line-height: 1.72;
}

.blog-post.navody .navody-tab .article-entry ul,
.blog-post.navody .navody-tab .article-entry ol {
  margin: 0;
  padding-left: 1.15rem;
}

.blog-post.navody .navody-tab .article-entry li {
  margin-bottom: 0.45rem;
}

.blog-post.navody .navody-tab .date {
  position: static;
  margin-top: auto;
  padding-top: 0.9rem;
}

.blog-post.navody .navody-tab .date hr {
  margin: 0 0 0.85rem;
  border-color: rgba(15, 92, 102, 0.12);
}

.blog-post.navody .navody-tab .date a {
  display: block;
  text-decoration: none;
}

.blog-post.navody .navody-tab .date .row {
  align-items: center;
}

.blog-post.navody .navody-tab .date time {
  color: var(--brand-muted);
  font-weight: 700;
}

.video-demo-page {
  padding-bottom: 4rem;
  background:
    radial-gradient(circle at top right, rgba(17, 146, 155, 0.15), transparent 28%),
    radial-gradient(circle at 15% 8%, rgba(182, 74, 94, 0.1), transparent 18%),
    linear-gradient(180deg, rgba(249, 252, 252, 0.96), rgba(244, 239, 231, 0.6) 40%, rgba(255, 255, 255, 0.98));
}

.video-demo-page .container {
  max-width: 1180px;
}

.video-demo-page h1,
.video-demo-page h2,
.video-demo-page h3 {
  letter-spacing: -0.03em;
}

.video-demo-hero {
  padding: 1.25rem 0 2rem;
}

.video-demo-hero-row {
  row-gap: 1.5rem;
}

.video-demo-copy-shell {
  padding: 1.4rem 1.5rem 1.45rem;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(249, 252, 252, 0.88));
  border: 1px solid rgba(15, 92, 102, 0.08);
  box-shadow: 0 26px 60px rgba(17, 56, 63, 0.08);
}

.video-demo-hero h1 {
  max-width: none;
  margin-bottom: 0.85rem;
  font-size: clamp(2.55rem, 5.8vw, 4.35rem);
  line-height: 0.97;
}

.video-demo-lead {
  max-width: 630px;
  color: var(--brand-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.video-demo-stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.video-demo-stat {
  min-width: 170px;
  padding: 0.95rem 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(15, 92, 102, 0.08);
  box-shadow: 0 16px 34px rgba(17, 56, 63, 0.07);
}

.video-demo-stat strong {
  display: block;
  font-size: 1.7rem;
  line-height: 1;
  color: var(--brand-deep);
  font-family: 'Fraunces', Georgia, serif;
}

.video-demo-stat span {
  display: block;
  margin-top: 0.3rem;
  color: var(--brand-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.video-demo-fast-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.video-demo-fast-link {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1rem 1rem 1.05rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(17, 146, 155, 0.09), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(17, 146, 155, 0.18);
  box-shadow: 0 14px 30px rgba(17, 56, 63, 0.08);
  border-left: 4px solid var(--brand-teal);
  text-decoration: none;
}

.video-demo-fast-link strong {
  color: var(--brand-ink);
  line-height: 1.35;
  font-size: 0.96rem;
}

.video-demo-fast-link:hover {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(17, 56, 63, 0.1);
  background: linear-gradient(180deg, rgba(17, 146, 155, 0.14), rgba(255, 255, 255, 0.98));
}

.video-demo-fast-topic {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--brand-teal);
}

.video-demo-quick-nav-card {
  margin-top: 1rem;
  padding: 1rem 1rem 1.05rem;
  border: 1px solid rgba(15, 92, 102, 0.08);
  box-shadow: 0 18px 40px rgba(17, 56, 63, 0.08);
}

.video-demo-quick-nav-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem 1rem;
}

.video-demo-quick-nav-head span {
  color: var(--brand-muted);
  font-size: 0.94rem;
}

.video-demo-quick-nav-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 0.75rem;
}

.video-demo-quick-nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.7rem 0.9rem;
  border-radius: 16px;
  background: rgba(17, 146, 155, 0.06);
  border: 1px solid rgba(15, 92, 102, 0.08);
  color: var(--brand-ink);
  font-weight: 800;
  text-align: center;
}

.video-demo-quick-nav-link:hover {
  text-decoration: none;
  background: rgba(17, 146, 155, 0.12);
  border-color: rgba(15, 92, 102, 0.14);
}

.video-demo-hero-stage {
  padding: 1rem;
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(12, 45, 52, 0.96), rgba(15, 92, 102, 0.96)),
    linear-gradient(135deg, rgba(17, 146, 155, 0.8), rgba(182, 74, 94, 0.2));
  color: #fff;
  box-shadow: 0 28px 70px rgba(15, 92, 102, 0.26);
}

.video-demo-secondary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.78rem 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(15, 92, 102, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand-deep);
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(17, 56, 63, 0.08);
}

.video-demo-secondary-cta:hover,
.video-demo-secondary-cta:focus {
  text-decoration: none;
  color: var(--brand-deep);
  background: #fff;
  border-color: rgba(15, 92, 102, 0.18);
  box-shadow: 0 18px 36px rgba(17, 56, 63, 0.1);
}

.video-demo-hero-stage .proof-tag-row span {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.96);
}

.video-demo-stage-thumb-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  aspect-ratio: 16 / 8.6;
  margin-bottom: 1rem;
}

.video-demo-stage-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-demo-stage-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(4, 21, 24, 0.22), rgba(4, 21, 24, 0.08) 40%, rgba(4, 21, 24, 0.7));
}

.video-demo-stage-badge,
.video-demo-stage-duration,
.video-demo-thumb-duration,
.video-demo-thumb-play {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
}

.video-demo-stage-badge {
  background: rgba(255, 255, 255, 0.92);
  color: var(--brand-deep);
}

.video-demo-stage-duration,
.video-demo-thumb-duration {
  background: rgba(6, 28, 31, 0.8);
  color: #fff;
}

.video-demo-stage-copy {
  padding: 0.25rem 0.15rem 0.35rem;
}

.video-demo-stage-copy h2 {
  color: #fff;
  margin: 0.3rem 0 0.75rem;
  font-size: 2rem;
}

.video-demo-stage-copy p {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 0.9rem;
}

.video-demo-featured-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.1rem;
}

.video-demo-featured-card {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 1rem;
  padding: 1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.video-demo-featured-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(17, 56, 63, 0.12);
}

.video-demo-featured-thumb {
  position: relative;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  cursor: pointer;
}

.video-demo-featured-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-demo-featured-index {
  position: absolute;
  inset: auto auto 0.8rem 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 52px;
  padding: 0.5rem;
  border-radius: 18px;
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.65rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.9);
  color: var(--brand-deep);
}

.video-demo-featured-copy {
  min-width: 0;
}

.video-demo-featured-card h3 {
  margin: 0.25rem 0 0.45rem;
  font-size: 1.2rem;
}

.video-demo-featured-card h3 a {
  color: var(--brand-ink);
}

.video-demo-featured-card h3 a:hover {
  color: var(--brand-deep);
  text-decoration: none;
}

.video-demo-featured-card p:last-child {
  margin: 0;
  color: var(--brand-muted);
  line-height: 1.6;
}

.video-demo-stat-label,
.video-demo-label,
.video-demo-sidebar-title,
.video-demo-meta-title,
.video-demo-card-topic {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--brand-teal);
}

.video-demo-benefits {
  margin: 0.75rem 0 0;
  padding-left: 1.1rem;
}

.video-demo-benefits li {
  margin-bottom: 0.5rem;
  color: var(--brand-muted);
}

.video-demo-note,
.video-demo-sidebar-copy {
  margin: 1rem 0 0;
  color: var(--brand-muted);
}

.video-demo-tool-card {
  padding: 1.25rem 1.4rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 251, 0.96));
  box-shadow: 0 22px 50px rgba(17, 56, 63, 0.1);
}

.video-demo-search-input {
  width: 100%;
  min-height: 58px;
  border-radius: 18px;
  border: 1px solid var(--brand-border);
  padding: 0.9rem 1rem;
  font-size: 1rem;
  color: var(--brand-ink);
  background: #fff;
}

.video-demo-search-input:focus {
  outline: none;
  border-color: rgba(15, 92, 102, 0.32);
  box-shadow: 0 0 0 4px rgba(17, 146, 155, 0.08);
}

.video-demo-suggestions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.video-demo-search-help {
  margin: 0.6rem 0 0;
  color: var(--brand-muted);
  font-size: 0.92rem;
}

.video-demo-suggestion {
  text-align: left;
  border: 1px solid var(--brand-border);
  border-radius: 16px;
  background: #fff;
  color: var(--brand-ink);
  padding: 0.75rem 0.9rem;
  font-weight: 700;
}

.video-demo-suggestion:hover {
  border-color: rgba(15, 92, 102, 0.25);
  background: rgba(17, 146, 155, 0.04);
}

.video-demo-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.video-demo-chip {
  border: 1px solid var(--brand-border);
  background: #fff;
  color: var(--brand-ink);
  border-radius: 999px;
  padding: 0.65rem 0.95rem;
  font-weight: 800;
  font-size: 0.9rem;
}

.video-demo-chip.is-active,
.video-demo-chip:hover {
  background: var(--brand-teal);
  color: #fff;
  border-color: var(--brand-teal);
}

.video-demo-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 2rem;
  margin-top: 1.6rem;
}

.video-demo-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-self: start;
  position: sticky;
  top: 120px;
}

.video-demo-sidebar-card {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.35rem 1.3rem;
  box-shadow: 0 20px 44px rgba(17, 56, 63, 0.08);
}

.video-demo-jump {
  display: block;
  color: var(--brand-ink);
  font-weight: 800;
}

.video-demo-main {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.video-demo-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.video-demo-section-head {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.video-demo-section-head h2 {
  margin: 0;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  max-width: 18ch;
  color: var(--brand-ink);
}

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

.video-demo-card {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  min-height: 100%;
  padding: 1rem 1rem 1.05rem;
  box-shadow: 0 22px 55px rgba(17, 56, 63, 0.09);
}

.video-demo-thumb-button {
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.video-demo-thumb-wrap {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #e9eff0;
  border: 1px solid rgba(15, 92, 102, 0.08);
}

.video-demo-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-demo-thumb-overlay {
  position: absolute;
  inset: auto 0 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(4, 21, 24, 0.04), rgba(4, 21, 24, 0.76));
}

.video-demo-thumb-play {
  background: rgba(255, 255, 255, 0.94);
  color: var(--brand-deep);
}

.video-demo-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.video-demo-card h3 {
  margin: 0.35rem 0 0;
  font-size: 1.2rem;
  line-height: 1.18;
  max-width: 22ch;
}

.video-demo-status {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  white-space: nowrap;
}

.video-demo-status-ready {
  background: rgba(17, 146, 155, 0.12);
  color: var(--brand-deep);
}

.video-demo-status-coming-soon {
  background: rgba(237, 243, 244, 1);
  color: var(--brand-muted);
}

.video-demo-summary {
  margin: 0;
  color: var(--brand-muted);
  line-height: 1.65;
}

.video-demo-compact-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.video-demo-compact-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.7rem;
  border-radius: 14px;
  background: rgba(17, 146, 155, 0.07);
  color: var(--brand-ink);
  font-size: 0.85rem;
  line-height: 1.45;
  font-weight: 700;
}

.video-demo-meta-block {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.video-demo-chapter-list {
  margin: 0;
  padding-left: 1rem;
  color: var(--brand-muted);
}

.video-demo-chapter-list li {
  margin-bottom: 0.45rem;
}

.video-demo-card-footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.25rem;
}

.video-demo-player {
  width: 100%;
  border-radius: 20px;
  background: #000;
  box-shadow: 0 22px 55px rgba(17, 56, 63, 0.18);
}

.video-demo-player-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem 1rem;
  color: var(--brand-muted);
  font-size: 0.92rem;
}

.video-demo-player-meta a {
  font-weight: 800;
}

.video-demo-keywords {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.video-demo-keywords span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(17, 146, 155, 0.06);
  border: 1px solid rgba(15, 92, 102, 0.08);
  color: var(--brand-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.video-demo-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.78rem 1.15rem;
  border: 0;
  border-radius: 999px;
  background-image: linear-gradient(135deg, var(--brand-deep), var(--brand-teal));
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 18px 36px rgba(15, 92, 102, 0.18);
}

.video-demo-action:hover,
.video-demo-action:focus {
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(135deg, #0c6772, #12aab4);
  box-shadow: 0 22px 42px rgba(15, 92, 102, 0.22);
}

.video-demo-action-block {
  width: 100%;
}

.video-demo-modal-open {
  overflow: hidden;
}

.video-demo-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
}

.video-demo-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 28, 31, 0.74);
  backdrop-filter: blur(8px);
}

.video-demo-modal-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  width: min(1280px, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  margin: 1rem auto;
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(6, 28, 31, 0.35);
}

.video-demo-modal-media {
  padding: 1rem;
  background: linear-gradient(180deg, rgba(8, 27, 31, 0.98), rgba(15, 92, 102, 0.95));
}

.video-demo-modal-media .video-demo-player {
  display: block;
  width: 100%;
  max-height: calc(100vh - 18rem);
  min-height: 520px;
  box-shadow: none;
}

.video-demo-modal-copy {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.3rem 1.35rem 1.35rem;
  border-top: 1px solid rgba(15, 92, 102, 0.08);
  overflow-y: auto;
}

.video-demo-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.video-demo-modal-head h3 {
  margin: 0.3rem 0 0;
  font-size: 1.5rem;
  line-height: 1.1;
}

.video-demo-modal-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.video-demo-modal-nav-btn {
  min-width: 168px;
}

.video-demo-modal-position {
  color: var(--brand-muted);
  font-size: 0.92rem;
  font-weight: 800;
  text-align: center;
}

.video-demo-modal-autoplay-note {
  margin: -0.35rem 0 0;
  color: var(--brand-muted);
  font-size: 0.92rem;
}

.video-demo-modal-nav .video-demo-action:disabled,
.video-demo-modal-nav .video-demo-secondary-cta:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}

.video-demo-modal-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--brand-ink);
  font-size: 1.8rem;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(6, 28, 31, 0.18);
}

.video-demo-empty {
  padding: 1.15rem 1.2rem;
  border-radius: 22px;
  border: 1px dashed var(--brand-border);
  color: var(--brand-muted);
  background: rgba(255, 255, 255, 0.8);
}

.video-demo-sequence ol {
  margin: 0;
  padding-left: 1.1rem;
}

.video-demo-sequence li {
  margin-bottom: 0.45rem;
}

.video-demo-watch-page {
  padding-bottom: 4rem;
}

.video-demo-watch-hero {
  padding: 1.25rem 0 1.6rem;
}

.video-demo-watch-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.8fr);
  gap: 1.4rem;
  padding: 1.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 252, 252, 0.94));
  box-shadow: 0 24px 56px rgba(17, 56, 63, 0.1);
}

.video-demo-watch-copy h1 {
  margin-bottom: 0.85rem;
  font-size: clamp(2.4rem, 5.3vw, 4.1rem);
  line-height: 0.98;
}

.video-demo-watch-stats {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  align-self: start;
}

.video-demo-watch-note {
  padding: 1rem 1.05rem;
  border-radius: 20px;
  background: rgba(17, 146, 155, 0.08);
  border: 1px solid rgba(15, 92, 102, 0.08);
  color: var(--brand-muted);
  line-height: 1.65;
}

.video-demo-watch-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 1.5rem;
  align-items: start;
}

.video-demo-watch-player-card {
  padding: 1rem;
  box-shadow: 0 24px 58px rgba(17, 56, 63, 0.1);
}

.video-demo-watch-frame {
  position: relative;
  width: 100%;
}

.video-demo-watch-frame .video-demo-player {
  display: block;
  min-height: 640px;
}

.video-demo-watch-meta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.1rem 0.2rem 0.1rem;
}

.video-demo-watch-current {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.video-demo-watch-current h2 {
  margin: 0.3rem 0 0;
  font-size: clamp(1.9rem, 3vw, 2.45rem);
  line-height: 1.05;
}

.video-demo-watch-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
}

.video-demo-watch-playlist {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.15rem;
  box-shadow: 0 20px 46px rgba(17, 56, 63, 0.08);
}

.video-demo-watch-playlist-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.video-demo-watch-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 0.8rem;
  width: 100%;
  padding: 0.8rem 0.85rem;
  border: 1px solid rgba(15, 92, 102, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
  color: var(--brand-ink);
}

.video-demo-watch-item:hover,
.video-demo-watch-item.is-active {
  border-color: rgba(17, 146, 155, 0.34);
  background: linear-gradient(180deg, rgba(17, 146, 155, 0.08), rgba(255, 255, 255, 0.98));
  box-shadow: 0 16px 34px rgba(17, 56, 63, 0.08);
}

.video-demo-watch-item-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(15, 92, 102, 0.1);
  color: var(--brand-deep);
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.35rem;
  line-height: 1;
}

.video-demo-watch-item-copy {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.video-demo-watch-item-copy strong {
  color: var(--brand-ink);
  line-height: 1.35;
  font-size: 0.95rem;
}

.video-demo-watch-item-copy small {
  color: var(--brand-muted);
  font-size: 0.84rem;
}

@media (max-width: 991px) {
  .video-demo-featured-rail {
    grid-template-columns: 1fr;
  }

  .video-demo-quick-nav-grid,
  .video-demo-fast-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-archive-banner,
  .section-cta-card,
  .video-demo-layout,
  .video-demo-card-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .video-demo-layout {
    display: flex;
  }

  .video-demo-featured-card {
    grid-template-columns: 1fr;
  }

  .video-demo-modal-nav {
    flex-wrap: wrap;
  }

  .video-demo-sidebar-card {
    position: static;
  }

  .video-demo-grid {
    grid-template-columns: 1fr;
  }

  .video-demo-watch-shell,
  .video-demo-watch-layout {
    grid-template-columns: 1fr;
  }

  .video-demo-watch-frame .video-demo-player {
    min-height: 440px;
  }
}

@media (max-width: 767px) {
  .video-demo-hero {
    padding-top: 0;
  }

  .video-demo-copy-shell {
    padding: 1rem 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .video-demo-hero h1 {
    max-width: none;
  }

  .video-demo-quick-nav-head,
  .video-demo-quick-nav-grid,
  .video-demo-stat-row {
    gap: 0.7rem;
  }

  .video-demo-stat {
    min-width: 0;
    width: 100%;
  }

  .video-demo-quick-nav-grid,
  .video-demo-fast-links {
    grid-template-columns: 1fr;
  }

  .video-demo-tool-card,
  .video-demo-card,
  .video-demo-sidebar-card,
  .video-demo-hero-stage,
  .video-demo-featured-card {
    padding: 1.2rem;
  }

  .video-demo-modal-dialog {
    width: min(100vw - 1rem, 100%);
    max-height: calc(100vh - 1rem);
    margin: 0.5rem auto;
    border-radius: 24px;
  }

  .video-demo-modal-media {
    padding: 0.75rem;
  }

  .video-demo-modal-media .video-demo-player {
    min-height: 260px;
    max-height: none;
  }

  .video-demo-modal-nav-btn {
    min-width: 0;
    width: 100%;
  }

  .video-demo-modal-position {
    width: 100%;
    order: -1;
  }

  .video-demo-player-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .video-demo-stage-copy h2 {
    font-size: 1.55rem;
  }

  .video-demo-watch-shell,
  .video-demo-watch-player-card,
  .video-demo-watch-playlist {
    padding: 1rem;
  }

  .video-demo-watch-current,
  .video-demo-watch-controls {
    flex-direction: column;
    align-items: flex-start;
  }

  .video-demo-watch-controls .btn {
    width: 100%;
  }

  .video-demo-watch-frame .video-demo-player {
    min-height: 260px;
  }
}

.review-card-body::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.98));
  pointer-events: none;
}

.review-card-body p:last-child {
  margin-bottom: 0;
}

.review-card-footer {
  margin-top: auto;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(15, 92, 102, 0.08);
}

.review-card-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
  color: var(--brand-deep);
  font-weight: 800;
}

.review-card-link:hover {
  color: var(--brand-teal-dark);
  text-decoration: none;
}

.blog-post .container-fluid.bg-primary {
  background: linear-gradient(135deg, var(--brand-deep), var(--brand-teal));
}

.blog-post .container-fluid.bg-primary .container {
  max-width: 1120px;
}

.blog-post > img[style] {
  display: block;
  width: min(1120px, calc(100% - 2rem)) !important;
  height: 260px !important;
  margin: 1.4rem auto 0;
  padding: 0.5rem;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  object-fit: contain !important;
  box-shadow: 0 22px 55px rgba(17, 56, 63, 0.12);
}

.blog-post .blog-post-card {
  max-width: 980px;
  margin: 1.6rem auto 0 !important;
  padding: 1.8rem 2rem 2.1rem !important;
  border-radius: 30px;
  border: 1px solid var(--brand-border);
  box-shadow: 0 28px 70px rgba(17, 56, 63, 0.12) !important;
}

.blog-post .blog-post-card .article-meta {
  margin-bottom: 0.35rem;
}

.blog-post .blog-post-card .article-meta h5 {
  margin: 0;
  padding: 0 !important;
  color: var(--brand-muted) !important;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.blog-post .blog-post-card .article-inner {
  display: grid;
  gap: 1.2rem;
}

.blog-post .blog-post-card .article-header {
  margin: 0;
}

.blog-post .article-header .header {
  color: var(--brand-ink);
}

.blog-post .blog-post-card .article-title {
  margin: 0;
  color: var(--brand-ink);
  font-family: 'Fraunces', Georgia, serif;
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.blog-post .blog-post-card .article-title a {
  color: inherit;
}

.blog-post .blog-post-card .article-title a:hover {
  color: var(--brand-deep);
  text-decoration: none;
}

.blog-post .blog-post-card .article-entry {
  max-width: 820px;
  color: var(--brand-ink);
  font-size: 1.06rem;
  line-height: 1.82;
}

.blog-post .blog-post-card .article-entry > * + * {
  margin-top: 1rem;
}

.blog-post .blog-post-card .article-entry p {
  margin-bottom: 0;
}

.blog-post .blog-post-card .article-entry h2,
.blog-post .blog-post-card .article-entry h3,
.blog-post .blog-post-card .article-entry h4,
.blog-post .blog-post-card .article-entry h5 {
  margin-top: 1.8rem;
  margin-bottom: 0.45rem;
  color: var(--brand-ink);
  font-family: 'Fraunces', Georgia, serif;
  line-height: 1.16;
}

.blog-post .blog-post-card .article-entry h2 {
  font-size: clamp(1.7rem, 3vw, 2.2rem);
}

.blog-post .blog-post-card .article-entry h3 {
  font-size: 1.5rem;
}

.blog-post .blog-post-card .article-entry h4 {
  font-size: 1.22rem;
}

.blog-post .blog-post-card .article-entry h5 {
  font-size: 1.05rem;
}

.blog-post .blog-post-card .article-entry ul,
.blog-post .blog-post-card .article-entry ol {
  margin: 0;
  padding-left: 1.2rem;
}

.blog-post .blog-post-card .article-entry li {
  margin-bottom: 0.45rem;
  padding-left: 0.1rem;
}

.blog-post .blog-post-card .article-entry ul li::marker {
  color: var(--brand-teal);
}

.changelog .article-entry li {
  margin-bottom: 1rem;
}

.changelog .article-entry li > p {
  margin-bottom: 0;
}

.changelog .article-entry li > p + p {
  margin-top: 0.08rem;
  color: rgba(17, 56, 63, 0.84);
  font-size: 0.78em;
  line-height: 1.45;
}

.rozcestnik .h1.py-5 {
  margin-bottom: 0;
  padding-top: 2.2rem !important;
  padding-bottom: 1rem !important;
}

.rozcestnik .nav {
  margin-bottom: 0.4rem;
}

.blog-post.changelog {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0.9rem 0 3.5rem;
  background: transparent;
}

.blog-post.changelog > hr {
  display: none;
}

.blog-post.changelog .article {
  margin-bottom: 1.8rem;
}

.blog-post.changelog .article:last-child {
  margin-bottom: 0;
}

.blog-post.changelog .article > .container {
  max-width: 1100px;
  padding: 0 1rem !important;
}

.blog-post.changelog .article-inner {
  padding: 1.8rem 1.8rem 1.95rem;
  border: 1px solid rgba(17, 56, 63, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 20px 44px rgba(17, 56, 63, 0.08);
}

.blog-post.changelog .article-meta {
  margin-bottom: 0.85rem;
}

.blog-post.changelog .article-meta h5 {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0.45rem 0.8rem !important;
  border-radius: 999px;
  background: rgba(17, 56, 63, 0.06);
  color: rgba(17, 56, 63, 0.68) !important;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.blog-post.changelog .article-header .header {
  padding-bottom: 0 !important;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: var(--brand-ink);
}

.blog-post.changelog .article-entry {
  font-size: 1rem;
  line-height: 1.6;
}

.blog-post.changelog .article-entry > p:first-child {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(15, 123, 134, 0.09);
  color: rgba(17, 56, 63, 0.72);
  font-size: 0.86rem;
  font-weight: 700;
}

.blog-post.changelog .article-entry > p:first-child a {
  color: var(--brand-teal);
  font-weight: 800;
}

.blog-post.changelog .changelog-section-card {
  margin-top: 1.1rem;
  padding: 1rem;
  border-radius: 24px;
  border: 1px solid rgba(17, 56, 63, 0.08);
  background: rgba(255, 255, 255, 0.98);
}

.blog-post.changelog .changelog-section-card.is-added {
  background: linear-gradient(180deg, rgba(80, 155, 116, 0.1), rgba(255, 255, 255, 0.98));
}

.blog-post.changelog .changelog-section-card.is-changed {
  background: linear-gradient(180deg, rgba(204, 148, 66, 0.1), rgba(255, 255, 255, 0.98));
}

.blog-post.changelog .changelog-section-card.is-fixed {
  background: linear-gradient(180deg, rgba(189, 93, 93, 0.09), rgba(255, 255, 255, 0.98));
}

.blog-post.changelog .changelog-section-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.9rem;
  margin-bottom: 0.9rem;
}

.blog-post.changelog .changelog-section-label {
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.blog-post.changelog .changelog-section-title.is-added .changelog-section-label {
  color: #146f77;
}

.blog-post.changelog .changelog-section-title.is-changed .changelog-section-label {
  color: #9e6d1e;
}

.blog-post.changelog .changelog-section-title.is-fixed .changelog-section-label {
  color: #a14f54;
}

.blog-post.changelog .changelog-section-count {
  color: rgba(17, 56, 63, 0.62);
  font-size: 0.85rem;
  font-weight: 600;
}

.blog-post.changelog .changelog-section-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.blog-post.changelog .changelog-section-list .changelog-item {
  margin: 0.7rem 0 0 !important;
  padding: 0.85rem 1rem !important;
  border-radius: 18px;
  list-style: none !important;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 56, 63, 0.08);
}

.blog-post.changelog .changelog-section-list .changelog-item:first-child {
  margin-top: 0 !important;
}

.blog-post.changelog .changelog-section-list .changelog-item::marker {
  content: "";
}

.blog-post.changelog .changelog-section-list .changelog-item > p:first-child {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--brand-ink);
}

.blog-post.changelog .changelog-section-list .changelog-item > p:first-child a,
.blog-post.changelog .changelog-section-list .changelog-item > a {
  display: inline;
  margin-left: 0.45rem;
  color: var(--brand-teal);
  border-bottom: 1px solid rgba(15, 123, 134, 0.42);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  vertical-align: baseline;
}

.blog-post.changelog .changelog-section-list .changelog-item > p:first-child a::after,
.blog-post.changelog .changelog-section-list .changelog-item > a::after {
  content: " ->";
  font-size: 0.76rem;
}

.blog-post.changelog .changelog-section-list .changelog-item > p:first-child a:hover,
.blog-post.changelog .changelog-section-list .changelog-item > p:first-child a:focus,
.blog-post.changelog .changelog-section-list .changelog-item > a:hover,
.blog-post.changelog .changelog-section-list .changelog-item > a:focus {
  color: #0b6670;
  border-bottom-color: rgba(11, 102, 112, 0.82);
}

.blog-post.changelog .changelog-section-list .changelog-item > p + p {
  margin-top: 0.12rem;
  color: rgba(17, 56, 63, 0.72);
  font-size: 0.82rem;
  line-height: 1.5;
}

.blog-post.changelog .changelog-section-list .changelog-item:not(.has-detail) {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--brand-ink);
}

.blog-post.changelog .article-footer {
  display: none;
}

.blog-post .blog-post-card .article-entry img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(17, 56, 63, 0.12);
}

.blog-post .blog-post-card .article-entry iframe,
.blog-post .blog-post-card .article-entry .owl-media iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
  min-height: 420px;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  border: 0;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(17, 56, 63, 0.12);
}

.blog-post .blog-post-card .article-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  margin-top: 1.3rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(15, 92, 102, 0.1);
}

.blog-post .blog-post-card .article-footer .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-post .blog-post-card .article-footer .tag-list-item {
  margin: 0;
}

.blog-post .blog-post-card .article-footer .tag-list-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(17, 146, 155, 0.08);
  color: var(--brand-deep);
  font-weight: 800;
}

.blog-post .blog-post-card .article-footer .tag-list-link:hover {
  color: var(--brand-teal-dark);
  text-decoration: none;
}

.blog-post .review-detail-card {
  margin-top: 1.5rem !important;
  padding: 1.65rem 1.9rem 1.9rem;
  border-radius: 32px;
  border: 1px solid var(--brand-border);
  box-shadow: 0 28px 70px rgba(17, 56, 63, 0.12);
}

.blog-post .review-detail-head {
  align-items: flex-start;
  row-gap: 1.4rem;
}

.blog-post .review-detail-photo-col {
  display: flex;
  justify-content: center;
}

.blog-post .review-detail-photo {
  width: 100%;
  max-width: 148px;
  border-radius: 24px;
  box-shadow: 0 14px 34px rgba(17, 56, 63, 0.14);
}

.blog-post .review-detail-meta {
  padding-top: 0.15rem;
}

.blog-post .review-detail-meta .article-header {
  margin-bottom: 1rem;
}

.blog-post .review-detail-meta .article-title {
  color: var(--brand-ink);
}

.blog-post .review-detail-meta h6 {
  margin-bottom: 0.45rem;
  color: var(--brand-muted);
  font-size: 1rem;
  font-weight: 700;
}

.blog-post .review-detail-meta h6:last-child {
  margin-bottom: 0;
}

.blog-post .review-detail-content {
  display: grid;
  gap: 1.25rem;
  max-width: 900px;
  margin-left: calc(148px + 2rem);
  padding-top: 1.5rem;
}

.blog-post .review-detail-content .article-entry {
  color: var(--brand-ink);
  font-size: 1.08rem;
  line-height: 1.85;
}

.blog-post .review-detail-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(15, 92, 102, 0.1);
}

.blog-post .review-share-row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.blog-post .review-detail-footer .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-post .review-detail-footer .tag-list-item {
  margin: 0;
}

.blog-post .review-detail-footer .tag-list-link {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(17, 146, 155, 0.08);
  color: var(--brand-deep);
  font-weight: 800;
}

.blog-post .review-detail-footer .tag-list-link::before {
  content: none;
}

.review-detail-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin: 2rem auto 3rem;
  max-width: 1120px;
}

.review-detail-nav-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-height: 100%;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  border: 1px solid rgba(15, 92, 102, 0.12);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 40px rgba(17, 56, 63, 0.08);
  color: var(--brand-ink);
}

.review-detail-nav-card:hover {
  text-decoration: none;
  color: var(--brand-teal-dark);
  transform: translateY(-1px);
}

.review-detail-nav-label {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-accent);
}

.review-detail-nav-card strong {
  line-height: 1.35;
}

.review-detail-nav-center {
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(180deg, rgba(17, 146, 155, 0.08), rgba(255, 255, 255, 0.98));
}

.review-detail-nav-card-next {
  text-align: right;
}

.review-detail-nav-spacer {
  min-height: 1px;
}

@media (max-width: 991px) {
  .card-grid-3,
  .card-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .hero-visual {
    width: 100%;
  }

  .hero-copy {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .brand-section,
  .brand-hero,
  .page-hero,
  .price-hero {
    padding: 7rem 0 3.5rem;
  }

  .card-grid-3,
  .card-grid-4,
  .card-grid-2 {
    grid-template-columns: 1fr;
  }

  .proof-feature {
    grid-template-columns: 1fr;
  }

  .proof-feature-media {
    min-height: 280px;
  }

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

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

  .cta-panel-actions {
    justify-content: flex-start;
  }

  .review-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .blog-post .review-detail-content {
    max-width: none;
    margin-left: 0;
  }

  .review-detail-nav {
    grid-template-columns: 1fr;
  }

  .review-detail-nav-card-next {
    text-align: left;
  }

  .review-detail-nav-spacer {
    display: none;
  }

  .brand-button-group {
    flex-direction: column;
    align-items: stretch;
  }

  .feature-slab {
    grid-template-columns: 1fr;
  }

  .feature-slab img {
    width: 100%;
  }

  .blog-post .review-detail-card {
    padding: 1.35rem 1.35rem 1.55rem;
  }

  .blog-post > img[style] {
    width: calc(100% - 1rem) !important;
    height: 180px !important;
    margin-top: 0.9rem;
    padding: 0.35rem;
    border-radius: 22px;
  }

  .blog-post .blog-post-card {
    padding: 1.3rem 1.25rem 1.55rem !important;
    border-radius: 24px;
  }

  .blog-post .blog-post-card .article-title {
    font-size: 1.9rem;
  }

  .blog-post .blog-post-card .article-entry {
    font-size: 1rem;
  }

  .blog-post .blog-post-card .article-entry iframe,
  .blog-post .blog-post-card .article-entry .owl-media iframe {
    min-height: 220px;
    border-radius: 18px;
  }

  .blog-post .review-detail-photo {
    max-width: 120px;
  }

  .blog-post .review-detail-content {
    gap: 1rem;
    padding-top: 1.1rem;
  }

  .blog-post .review-detail-content .article-entry {
    font-size: 1rem;
  }

  .hero-visual-insights {
    grid-template-columns: 1fr;
  }

  .hero-coverage,
  .cta-panel,
  .contact-detail-card {
    padding: 1.35rem;
  }
}

@media (max-width: 500px) {
  .navbar-nav {
    background-color: rgba(255, 255, 255, 0.98);
    border-top: 1px solid rgba(15, 92, 102, 0.08);
    color: #18333a;
    z-index: 1;
    margin-top: 5px;
    box-shadow: 0 24px 40px rgba(16, 49, 56, 0.12);
    border-radius: 20px;
    padding: 0.5rem 0;
  }

  .navbar-nav .nav-item .nav-link {
    padding: 0.7em 1em !important;
    font-size: 100%;
    font-weight: 500;
  }
}
