html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Public site: align all main content with header bar (max-w ~1700px, px-6 / xl:px-10) */
.public-site-body main .container {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  /* Outer horizontal inset matches header; row/col gutters stay coherent via BS variable */
  --bs-gutter-x: 3rem;
}

/* Public header (_HomeHeader): home-landing.css loads only on home/contact, so Sign In / nav active must be global. */
.hlm-nav-active {
  color: #fbbf24 !important;
  position: relative;
}
.hlm-nav-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #fbbf24, #f59e0b);
}

.hlm-sign-in-btn {
  background: linear-gradient(135deg, #7c3aed 0%, #5b21b6 45%, #4c1d95 100%) !important;
  color: #fff !important;
  border: 1px solid rgba(167, 139, 250, 0.35);
  box-shadow: 0 8px 28px rgba(91, 33, 182, 0.45);
  font-weight: 600;
}
.hlm-sign-in-btn:hover {
  filter: brightness(1.08);
  color: #fff !important;
}

@media (min-width: 1280px) {
  .public-site-body main .container {
    --bs-gutter-x: 5rem;
  }
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

/* Home — About Us (Application.Description, AboutLogoUrl, Application.Stats) */
.about-us-premium {
  background: #ffffff;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  position: relative;
  padding-top: 3.25rem !important;
  padding-bottom: 3.5rem !important;
}

@media (min-width: 992px) {
  .about-us-premium {
    padding-top: 4.25rem !important;
    padding-bottom: 4.75rem !important;
  }
}

.about-us-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 35% at 100% 0%, rgba(124, 77, 255, 0.04), transparent 55%);
  pointer-events: none;
}

.about-us-premium .container {
  position: relative;
  z-index: 1;
}

.about-us-premium-media-shell {
  padding: 2px;
  border-radius: 1.5rem;
  background: linear-gradient(145deg, #a78bfa 0%, #7c4dff 45%, #6366f1 100%);
  box-shadow:
    0 0 0 1px rgba(124, 77, 255, 0.35),
    0 0 28px -4px rgba(124, 77, 255, 0.35),
    0 16px 44px -14px rgba(15, 23, 42, 0.18);
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 280px;
}

.about-us-premium-media {
  position: relative;
  flex: 1;
  min-height: 0;
  border-radius: calc(1.5rem - 2px);
  overflow: hidden;
  background: #e8e8ef;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.about-us-premium-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.about-us-premium-media:hover .about-us-premium-img {
  transform: scale(1.03);
}

.about-us-premium-img-fallback {
  aspect-ratio: 4 / 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #e0e7ff 0%, #f8fafc 48%, #cbd5e1 100%);
  color: rgba(79, 70, 229, 0.32);
  font-size: clamp(3rem, 10vw, 4.5rem);
}

@media (min-width: 992px) {
  .about-us-premium-media-col {
    align-self: stretch;
  }

  .about-us-premium-media-shell {
    min-height: 100%;
  }

  .about-us-premium-media {
    min-height: 220px;
  }

  .about-us-premium-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    min-height: 100%;
  }

  .about-us-premium-img-fallback {
    position: absolute;
    inset: 0;
    aspect-ratio: unset;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .about-us-premium-media:hover .about-us-premium-img {
    transform: scale(1.025);
  }
}

.about-us-premium-copy {
  text-align: left;
}

.about-us-premium-eyebrow {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #4f46e5;
}

.about-us-premium-title {
  font-size: clamp(1.875rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #0f172a;
}

.about-us-premium-prose {
  font-size: 1.0625rem;
  line-height: 1.78;
  color: #475569;
}

.about-us-premium-prose p {
  margin-bottom: 1.125rem;
}

.about-us-premium-prose p:last-child {
  margin-bottom: 0;
}

.about-us-premium-prose a {
  color: #4f46e5;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.about-us-premium-prose a:hover {
  color: #312e81;
}

.about-us-premium-prose ul,
.about-us-premium-prose ol {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

.about-us-premium-fallback.lead {
  color: #475569 !important;
}

.about-us-stat-card {
  position: relative;
  padding: 1.25rem 0.75rem 1.35rem;
  text-align: center;
  border-radius: 0.875rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-us-stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.25rem;
  height: 3px;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, #6366f1, #7c4dff);
}

.about-us-stat-card:hover {
  transform: translateY(-2px);
  border-color: #d1d5db;
  box-shadow:
    0 4px 12px rgba(15, 23, 42, 0.07),
    0 0 0 1px rgba(124, 77, 255, 0.08);
}

.about-us-stat-value {
  font-size: clamp(1.5rem, 3.5vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #0f172a;
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
}

.about-us-stat-label {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media (prefers-reduced-motion: reduce) {
  .about-us-premium-img,
  .about-us-premium-media:hover .about-us-premium-img {
    transition: none;
    transform: none;
  }

  .about-us-stat-card,
  .about-us-stat-card:hover {
    transition: none;
    transform: none;
  }
}

/* Home — featured tutorials (after About) */
.home-tutorials-premium {
  position: relative;
  background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 40%, #ffffff 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  padding-top: 3.25rem !important;
  padding-bottom: 3.75rem !important;
}

@media (min-width: 992px) {
  .home-tutorials-premium {
    padding-top: 4.25rem !important;
    padding-bottom: 5rem !important;
  }
}

.home-tutorials-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 65% 45% at 50% -5%, rgba(99, 102, 241, 0.09), transparent 58%);
  pointer-events: none;
}

.home-tutorials-premium .container {
  position: relative;
  z-index: 1;
}

.home-tutorials-header {
  max-width: 40rem;
  margin-bottom: 2.75rem;
}

@media (min-width: 992px) {
  .home-tutorials-header {
    margin-bottom: 3.25rem;
  }
}

.home-tutorials-eyebrow {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #4f46e5;
  margin-bottom: 0.75rem;
}

.home-tutorials-title {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #0f172a;
  margin: 0 0 0.875rem;
}

.home-tutorials-lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #64748b;
  max-width: 36rem;
}

.home-tutorial-card {
  position: relative;
  border-radius: 1.125rem;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff 0%, #fafbfc 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 20px 48px -24px rgba(15, 23, 42, 0.18);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease,
    border-color 0.45s ease;
}

.home-tutorial-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(99, 102, 241, 0.35),
    rgba(168, 85, 247, 0.12),
    rgba(99, 102, 241, 0.08)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
  z-index: 2;
}

.home-tutorial-card:hover::before {
  opacity: 1;
}

.home-tutorial-card-shine {
  position: absolute;
  inset: -40% -60%;
  background: linear-gradient(
    105deg,
    transparent 40%,
    rgba(255, 255, 255, 0.12) 48%,
    rgba(255, 255, 255, 0.35) 50%,
    rgba(255, 255, 255, 0.12) 52%,
    transparent 60%
  );
  transform: translateX(-100%) rotate(12deg);
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 3;
}

.home-tutorial-card:hover .home-tutorial-card-shine {
  transform: translateX(120%) rotate(12deg);
}

.home-tutorial-card:hover {
  transform: translateY(-8px);
  border-color: rgba(99, 102, 241, 0.28);
  box-shadow:
    0 8px 24px rgba(79, 70, 229, 0.12),
    0 32px 64px -28px rgba(15, 23, 42, 0.28);
}

.home-tutorial-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  background: linear-gradient(145deg, #eef2ff 0%, #e2e8f0 50%, #f8fafc 100%);
  overflow: hidden;
}

.home-tutorial-card-lock-pill {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.65rem;
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #f8fafc;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  pointer-events: none;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.2);
}

.home-tutorial-card-lock-pill i {
  font-size: 0.65rem;
  opacity: 0.9;
}

.home-tutorial-card-footnote {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-tutorial-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-tutorial-card:hover .home-tutorial-card-media img {
  transform: scale(1.07);
}

.home-tutorial-card-media-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(79, 70, 229, 0.28);
  font-size: 2.75rem;
}

.home-tutorial-card-media-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(15, 23, 42, 0.55) 100%);
  opacity: 0.9;
  pointer-events: none;
}

.home-tutorial-card-body {
  padding: 1.25rem 1.35rem 1.4rem;
}

.home-tutorial-card-badge {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #4338ca;
  background: linear-gradient(180deg, #eef2ff 0%, #e0e7ff 100%);
  border: 1px solid rgba(99, 102, 241, 0.25);
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
}

.home-tutorial-card-meta {
  font-size: 0.75rem;
  font-weight: 600;
  color: #94a3b8;
}

.home-tutorial-card-title {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin: 0 0 0.65rem;
}

.home-tutorial-card-desc {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #475569;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-tutorial-card-desc-muted {
  color: #94a3b8;
  font-size: 0.875rem;
}

.home-tutorial-card-link {
  font-size: 0.875rem;
  font-weight: 700;
  color: #4f46e5;
}

.home-tutorial-card:hover .home-tutorial-card-link {
  color: #3730a3;
}

@media (prefers-reduced-motion: reduce) {
  .home-tutorial-card,
  .home-tutorial-card:hover {
    transition: none;
    transform: none;
  }

  .home-tutorial-card::before,
  .home-tutorial-card:hover::before {
    transition: none;
    opacity: 0;
  }

  .home-tutorial-card-shine,
  .home-tutorial-card:hover .home-tutorial-card-shine {
    transition: none;
    transform: none;
  }

  .home-tutorial-card-media img,
  .home-tutorial-card:hover .home-tutorial-card-media img {
    transition: none;
    transform: none;
  }
}

/* Public tutorial detail — premium layout */
.tutorial-detail-premium {
  --td-ink: #0f172a;
  --td-muted: #64748b;
  --td-line: rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 32%);
}

.tutorial-detail-hero {
  position: relative;
  color: #f8fafc;
  overflow: hidden;
}

.tutorial-detail-hero--gradient {
  background: linear-gradient(135deg, #1e1b4b 0%, #312e81 42%, #4338ca 100%);
}

.tutorial-detail-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  transition: transform 8s ease-out;
}

.tutorial-detail-hero:hover .tutorial-detail-hero-bg {
  transform: scale(1.06);
}

.tutorial-detail-hero-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.15) 0%, rgba(15, 23, 42, 0.82) 100%);
  pointer-events: none;
}

.tutorial-detail-hero-inner {
  position: relative;
  z-index: 1;
}

.tutorial-detail-breadcrumb .breadcrumb-item a {
  color: rgba(248, 250, 252, 0.88);
}

.tutorial-detail-breadcrumb .breadcrumb-item.active {
  color: rgba(248, 250, 252, 0.65);
}

.tutorial-detail-eyebrow {
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(196, 181, 253, 0.95);
  margin: 0;
}

.tutorial-detail-title {
  font-size: clamp(1.75rem, 4.5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin: 0;
  text-shadow: 0 2px 28px rgba(15, 23, 42, 0.35);
}

.tutorial-detail-sub {
  font-size: 1rem;
  color: rgba(248, 250, 252, 0.78);
  margin-top: 0.75rem;
}

.tutorial-detail-stat-strip {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.tutorial-detail-stat {
  min-width: 5.5rem;
  padding: 0.75rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-align: center;
}

.tutorial-detail-stat-value {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.tutorial-detail-stat-label {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(248, 250, 252, 0.65);
}

.tutorial-detail-lead {
  color: #334155;
  font-weight: 500;
  line-height: 1.65;
}

.tutorial-detail-prose {
  border-radius: 1.25rem;
  padding: 1.75rem 1.85rem;
  background: #ffffff;
  border: 1px solid var(--td-line);
  box-shadow: 0 18px 48px -28px rgba(15, 23, 42, 0.18);
  color: #334155;
  line-height: 1.7;
}

.tutorial-detail-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
}

.tutorial-detail-section-title {
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--td-ink);
}

.tutorial-detail-cta-card {
  position: sticky;
  top: 1.25rem;
  border-radius: 1.25rem;
  padding: 1.75rem 1.65rem;
  background: linear-gradient(165deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid var(--td-line);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 24px 56px -28px rgba(79, 70, 229, 0.2);
}

.tutorial-detail-cta-title {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--td-ink);
  margin: 0 0 0.5rem;
}

.tutorial-detail-cta-text {
  font-size: 0.9rem;
  color: var(--td-muted);
  line-height: 1.55;
}

.tutorial-detail-chapter-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.tutorial-detail-chapter-row {
  display: flex;
  align-items: stretch;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border-radius: 1rem;
  background: #ffffff;
  border: 1px solid var(--td-line);
  box-shadow: 0 10px 36px -24px rgba(15, 23, 42, 0.2);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.tutorial-detail-chapter-row--open:hover {
  transform: translateY(-2px);
  border-color: rgba(99, 102, 241, 0.28);
  box-shadow: 0 16px 44px -22px rgba(79, 70, 229, 0.25);
}

.tutorial-detail-chapter-row--locked {
  background: linear-gradient(180deg, #fafbfc 0%, #f1f5f9 100%);
  border-style: dashed;
  opacity: 0.97;
}

.tutorial-detail-chapter-row--empty {
  border-radius: 1rem;
  padding: 1.25rem;
  text-align: center;
  background: #f8fafc;
  border: 1px dashed var(--td-line);
}

.tutorial-detail-chapter-index {
  flex: 0 0 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #6366f1;
  background: rgba(99, 102, 241, 0.1);
  border-radius: 0.65rem;
  align-self: center;
}

.tutorial-detail-chapter-row--locked .tutorial-detail-chapter-index {
  color: #94a3b8;
  background: rgba(148, 163, 184, 0.15);
}

.tutorial-detail-chapter-main {
  flex: 1 1 auto;
  min-width: 0;
}

.tutorial-detail-chapter-title {
  font-weight: 700;
  font-size: 1rem;
  color: var(--td-ink);
  letter-spacing: -0.015em;
}

.tutorial-detail-chapter-hint {
  font-size: 0.8rem;
  color: #94a3b8;
  margin-top: 0.25rem;
}

.tutorial-detail-chapter-action {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.tutorial-detail-chapter-lock-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  color: #64748b;
  background: rgba(148, 163, 184, 0.2);
  border: 1px solid rgba(148, 163, 184, 0.35);
}

.tutorial-detail-fade-in {
  opacity: 0;
  animation: tutorial-detail-fade-up 0.65s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.tutorial-detail-fade-in--delay-1 {
  animation-delay: 0.08s;
}

.tutorial-detail-fade-in--delay-2 {
  animation-delay: 0.16s;
}

@keyframes tutorial-detail-fade-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tutorial-detail-hero-bg,
  .tutorial-detail-hero:hover .tutorial-detail-hero-bg {
    transition: none;
    transform: none;
  }

  .tutorial-detail-chapter-row--open:hover {
    transform: none;
  }

  .tutorial-detail-fade-in,
  .tutorial-detail-fade-in--delay-1,
  .tutorial-detail-fade-in--delay-2 {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* Public tutorial catalog */
.tutorial-catalog-premium {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 45%);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.tutorial-catalog-eyebrow {
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #4f46e5;
  margin: 0;
}

.tutorial-catalog-title {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin: 0 0 0.5rem;
}

.tutorial-catalog-lead {
  font-size: 1.05rem;
  color: #64748b;
  max-width: 40rem;
}

.tutorial-catalog-tech-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  min-height: 3rem;
}

.tutorial-catalog-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  color: #475569;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.tutorial-catalog-chip:hover {
  color: #3730a3;
  border-color: rgba(99, 102, 241, 0.35);
  box-shadow: 0 6px 20px -12px rgba(79, 70, 229, 0.35);
}

.tutorial-catalog-chip.is-active {
  color: #ffffff;
  background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
  border-color: transparent;
  box-shadow: 0 8px 24px -10px rgba(79, 70, 229, 0.55);
}

.tutorial-catalog-search .input-group-text {
  border-radius: 0.75rem 0 0 0.75rem;
}

.tutorial-catalog-search .form-control {
  border-radius: 0;
}

.tutorial-catalog-search .btn {
  border-radius: 0 0.75rem 0.75rem 0;
}

/* Home — premium contact */
.home-contact-premium {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 55%, #e2e8f0 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.home-contact-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 50% at 80% 0%, rgba(99, 102, 241, 0.08), transparent 55%);
  pointer-events: none;
}

.home-contact-premium .container {
  position: relative;
  z-index: 1;
}

.home-contact-eyebrow {
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #4f46e5;
  margin: 0;
}

.home-contact-title {
  font-size: clamp(1.65rem, 3.5vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin: 0 0 0.75rem;
}

.home-contact-lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #64748b;
  max-width: 36rem;
}

.home-contact-detail-card {
  border-radius: 1.35rem;
  padding: 2rem 1.75rem;
  color: #f8fafc;
  background: linear-gradient(155deg, #1e1b4b 0%, #312e81 48%, #4338ca 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.08),
    0 28px 56px -24px rgba(30, 27, 75, 0.65);
}

.home-contact-detail-title {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 0.5rem;
}

.home-contact-detail-intro {
  font-size: 0.9375rem;
  line-height: 1.55;
  margin-bottom: 1.75rem;
}

.home-contact-detail-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home-contact-detail-item:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.home-contact-detail-icon {
  flex: 0 0 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  color: #e0e7ff;
}

.home-contact-detail-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(248, 250, 252, 0.55);
  margin-bottom: 0.2rem;
}

.home-contact-detail-value {
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
  color: #f8fafc;
}

a.home-contact-detail-link {
  text-decoration: none;
  color: #fef3c7;
}

a.home-contact-detail-link:hover {
  text-decoration: underline;
  color: #fde68a;
}

.home-contact-form-card {
  border-radius: 1.35rem;
  padding: 2rem 1.75rem;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 24px 48px -28px rgba(15, 23, 42, 0.2);
}

.home-contact-input {
  border-radius: 0.85rem !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
}

.home-contact-input:focus {
  border-color: rgba(99, 102, 241, 0.45) !important;
  box-shadow: 0 0 0 0.2rem rgba(99, 102, 241, 0.12) !important;
}

/* Home — technologies section (services-style: white, yellow icon discs) */
.technologies-section-premium {
  --tech-services-accent: #fec107;
  --tech-services-text: #333333;
  --tech-services-muted: #777777;
  background: #ffffff !important;
  padding-top: 3.5rem !important;
  padding-bottom: 4rem !important;
}

@media (min-width: 992px) {
  .technologies-section-premium {
    padding-top: 4.5rem !important;
    padding-bottom: 5rem !important;
  }
}

.technologies-section-header {
  max-width: 40rem;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .technologies-section-header {
    margin-bottom: 3.5rem;
  }
}

.technologies-section-title {
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.25;
  color: var(--tech-services-text);
  margin: 0 0 0.75rem;
}

.technologies-section-lead {
  font-size: 0.9375rem;
  font-style: italic;
  line-height: 1.65;
  color: var(--tech-services-muted);
  max-width: 32rem;
}

.technologies-load-more-btn {
  font-weight: 600;
  font-size: 0.9375rem;
  color: #212121;
  background: var(--tech-services-accent);
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.technologies-load-more-btn:hover {
  color: #212121;
  background: #e5ad06;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}

.technologies-load-more-btn:disabled {
  opacity: 0.65;
  transform: none;
}

.technologies-section-premium .home-tech-card-services {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0.75rem 1.5rem;
  background: transparent;
  border: none;
  box-shadow: none;
  transition: transform 0.25s ease;
}

.technologies-section-premium .home-tech-card-services:hover {
  transform: translateY(-4px);
}

.home-tech-card-icon-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.home-tech-card-icon-ring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: var(--tech-services-accent);
  color: #ffffff;
  font-size: 2rem;
  box-shadow: 0 6px 24px rgba(254, 193, 7, 0.4);
}

.technologies-section-premium .home-tech-card-title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.35;
  color: var(--tech-services-text);
  margin: 0 0 0.875rem;
}

.technologies-section-premium .home-tech-card-desc {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--tech-services-muted);
  max-width: 22rem;
}

@media (prefers-reduced-motion: reduce) {
  .technologies-section-premium .home-tech-card-services,
  .technologies-section-premium .home-tech-card-services:hover {
    transition: none;
    transform: none;
  }

  .technologies-load-more-btn:hover {
    transform: none;
  }
}

/* Home — testimonials (aurora carousel, colorful) */
.home-testimonials-aurora {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(125deg, #0f172a 0%, #1e1b4b 22%, #312e81 45%, #4c1d95 68%, #0f172a 100%);
  background-size: 240% 240%;
  animation: home-testimonials-aurora-bg 22s ease-in-out infinite;
  padding-top: 3.5rem !important;
  padding-bottom: 4rem !important;
}

@media (min-width: 992px) {
  .home-testimonials-aurora {
    padding-top: 4.25rem !important;
    padding-bottom: 4.75rem !important;
  }
}

@keyframes home-testimonials-aurora-bg {
  0%,
  100% {
    background-position: 0% 40%;
  }
  50% {
    background-position: 100% 60%;
  }
}

.home-testimonials-aurora::before,
.home-testimonials-aurora::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(4rem);
  opacity: 0.45;
  pointer-events: none;
  z-index: 0;
}

.home-testimonials-aurora::before {
  width: min(42vw, 420px);
  height: min(42vw, 420px);
  left: -8%;
  top: 10%;
  background: radial-gradient(circle, rgba(244, 114, 182, 0.55) 0%, transparent 70%);
  animation: home-testimonials-float-1 14s ease-in-out infinite;
}

.home-testimonials-aurora::after {
  width: min(50vw, 520px);
  height: min(50vw, 520px);
  right: -12%;
  bottom: -5%;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.5) 0%, transparent 70%);
  animation: home-testimonials-float-2 18s ease-in-out infinite;
}

@keyframes home-testimonials-float-1 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(12px, -18px) scale(1.06);
  }
}

@keyframes home-testimonials-float-2 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-16px, 12px) scale(1.08);
  }
}

.home-testimonials-aurora-header {
  max-width: 38rem;
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .home-testimonials-aurora-header {
    margin-bottom: 3rem;
  }
}

.home-testimonials-aurora-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.24em;
  color: #fde68a;
  margin: 0;
}

.home-testimonials-aurora-eyebrow-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f472b6, #fbbf24);
  box-shadow: 0 0 12px rgba(251, 191, 36, 0.8);
  animation: home-testimonials-pulse 2.2s ease-in-out infinite;
}

@keyframes home-testimonials-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.85;
    transform: scale(1.15);
  }
}

.home-testimonials-aurora-title {
  font-size: clamp(1.85rem, 4.2vw, 2.65rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #f8fafc;
  margin: 0 0 0.75rem;
  text-shadow: 0 2px 28px rgba(15, 23, 42, 0.35);
}

.home-testimonials-aurora-lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: rgba(226, 232, 240, 0.88);
  max-width: 32rem;
}

/* Empty state */
.home-testimonials-aurora-empty {
  max-width: 36rem;
  position: relative;
  z-index: 1;
}

.home-testimonials-aurora-empty-inner {
  border-radius: 1.35rem;
  padding: 2rem 1.5rem;
  background: rgba(15, 23, 42, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, 0.45);
}

.home-testimonials-aurora-empty-icon {
  font-size: 2rem;
  background: linear-gradient(135deg, #fbbf24, #f472b6, #a78bfa);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 0.75rem;
  display: inline-block;
  animation: home-testimonials-icon-wobble 5s ease-in-out infinite;
}

@keyframes home-testimonials-icon-wobble {
  0%,
  100% {
    transform: rotate(-4deg) translateY(0);
  }
  50% {
    transform: rotate(4deg) translateY(-4px);
  }
}

.home-testimonials-aurora-empty-title {
  font-weight: 800;
  font-size: 1.15rem;
  color: #f8fafc;
  margin: 0;
}

.home-testimonials-aurora-empty-text {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: rgba(226, 232, 240, 0.82);
}

/* Swiper */
.home-testimonials-swiper {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.home-testimonials-swiper .swiper-wrapper {
  align-items: stretch;
}

.home-testimonials-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: stretch;
  box-sizing: border-box;
}

.home-testimonials-swiper-pagination {
  position: relative !important;
  margin-top: 0.5rem !important;
}

.home-testimonials-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-testimonials-swiper-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(135deg, #fbbf24, #f472b6);
  transform: scale(1.25);
  box-shadow: 0 0 14px rgba(251, 191, 36, 0.55);
}

/* Aurora cards */
.home-testimonial-aurora-card {
  position: relative;
  border-radius: 1.35rem;
  padding: 1.5rem 1.5rem 1.35rem;
  width: 100%;
  min-height: 17.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 4px 24px rgba(2, 6, 23, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease;
  animation: home-testimonial-card-in 0.75s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.home-testimonials-swiper .swiper-slide:nth-child(3n + 1) .home-testimonial-aurora-card {
  animation-delay: 0.05s;
}
.home-testimonials-swiper .swiper-slide:nth-child(3n + 2) .home-testimonial-aurora-card {
  animation-delay: 0.12s;
}
.home-testimonials-swiper .swiper-slide:nth-child(3n) .home-testimonial-aurora-card {
  animation-delay: 0.2s;
}

@keyframes home-testimonial-card-in {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.home-testimonial-aurora-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow:
    0 12px 40px rgba(2, 6, 23, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.home-testimonial-aurora-glow {
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 180deg at 50% 50%, transparent, rgba(255, 255, 255, 0.06), transparent 40%);
  animation: home-testimonial-spin 10s linear infinite;
  pointer-events: none;
  opacity: 0.5;
}

@keyframes home-testimonial-spin {
  to {
    transform: rotate(360deg);
  }
}

.home-testimonial-aurora-v0 {
  background: linear-gradient(155deg, rgba(76, 29, 149, 0.55) 0%, rgba(15, 23, 42, 0.92) 45%, rgba(30, 27, 75, 0.88) 100%);
}

.home-testimonial-aurora-v1 {
  background: linear-gradient(155deg, rgba(14, 116, 144, 0.45) 0%, rgba(15, 23, 42, 0.92) 42%, rgba(30, 58, 138, 0.9) 100%);
}

.home-testimonial-aurora-v2 {
  background: linear-gradient(155deg, rgba(180, 83, 9, 0.42) 0%, rgba(15, 23, 42, 0.92) 42%, rgba(113, 63, 18, 0.55) 100%);
}

.home-testimonial-aurora-quote-icon {
  font-size: 1.75rem;
  color: rgba(251, 191, 36, 0.85);
  filter: drop-shadow(0 2px 8px rgba(251, 191, 36, 0.35));
}

.home-testimonial-aurora-verified {
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(167, 243, 208, 0.95);
  background: rgba(16, 185, 129, 0.2);
  border: 1px solid rgba(52, 211, 153, 0.35);
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
}

.home-testimonial-aurora-message {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-height: 5.5rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(248, 250, 252, 0.94);
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  overflow: hidden;
}

.home-testimonial-aurora-stars {
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  color: #fbbf24;
  text-shadow: 0 0 12px rgba(251, 191, 36, 0.45);
}

.home-testimonial-aurora-star-dim {
  color: rgba(255, 255, 255, 0.22) !important;
  text-shadow: none;
}

.home-testimonial-aurora-footer {
  position: relative;
  z-index: 1;
  margin-top: auto;
  flex-shrink: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.home-testimonial-aurora-avatar {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.home-testimonial-aurora-avatar-fallback {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, rgba(129, 140, 248, 0.5), rgba(244, 114, 182, 0.45));
  color: #fff;
  font-size: 1.2rem;
}

.home-testimonial-aurora-name {
  font-weight: 800;
  font-size: 1rem;
  color: #f8fafc;
}

.home-testimonial-aurora-subtitle {
  font-size: 0.8125rem;
  color: rgba(226, 232, 240, 0.75);
}

.home-testimonial-aurora-badge {
  font-size: 0.6rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 0.4rem 0.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #fbbf24, #f97316);
  color: #1e293b;
  box-shadow: 0 4px 14px rgba(249, 115, 22, 0.45);
}

@media (prefers-reduced-motion: reduce) {
  .home-testimonials-aurora {
    animation: none;
    background-size: 100% 100%;
  }

  .home-testimonials-aurora::before,
  .home-testimonials-aurora::after {
    animation: none;
  }

  .home-testimonials-aurora-eyebrow-dot {
    animation: none;
  }

  .home-testimonials-aurora-empty-icon {
    animation: none;
  }

  .home-testimonial-aurora-card {
    animation: none;
  }

  .home-testimonial-aurora-glow {
    animation: none;
  }

  .home-testimonial-aurora-card:hover {
    transform: none;
  }
}

/* Home — newsletter subscribe (premium split card) */
.home-subscribe-pro {
  position: relative;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 40%, #f1f5f9 100%);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.home-subscribe-pro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 100% 0%, rgba(99, 102, 241, 0.09), transparent 55%);
  pointer-events: none;
}

.home-subscribe-pro .container {
  position: relative;
  z-index: 1;
}

.home-subscribe-pro-shell {
  max-width: 960px;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 28px 64px -32px rgba(30, 27, 75, 0.35);
}

.home-subscribe-pro-aside {
  background: linear-gradient(155deg, #1e1b4b 0%, #312e81 42%, #4f46e5 100%);
  color: #f8fafc;
}

.home-subscribe-pro-eyebrow {
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(252, 211, 77, 0.95);
  margin: 0;
}

.home-subscribe-pro-title {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0;
}

.home-subscribe-pro-copy {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(248, 250, 252, 0.88);
}

.home-subscribe-pro-bullets li {
  line-height: 1.45;
}

.home-subscribe-pro-panel {
  background: linear-gradient(180deg, #ffffff 0%, #fafbff 100%);
}

.home-subscribe-pro-input-group {
  border-radius: 999px !important;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1) !important;
}

.home-subscribe-pro-input-group:focus-within {
  border-color: rgba(99, 102, 241, 0.45) !important;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
}

.home-subscribe-pro-submit {
  border-radius: 0 999px 999px 0 !important;
  background: linear-gradient(135deg, #4f46e5 0%, #6366f1 55%, #7c3aed 100%) !important;
  color: #fff !important;
  border: none !important;
}

.home-subscribe-pro-submit:hover {
  filter: brightness(1.05);
  color: #fff !important;
}

.letter-spacing {
  letter-spacing: 0.12em;
}

/* Technologies listing page */
.technologies-page-premium {
  position: relative;
}

.technologies-page-header {
  max-width: 42rem;
}

.technologies-page-eyebrow {
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #4f46e5;
  margin: 0;
}

.technologies-page-title {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin: 0 0 0.75rem;
}

.technologies-page-lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #64748b;
}

/* Dedicated contact page */
.contact-page-premium {
  position: relative;
}

.contact-page-hero {
  max-width: 40rem;
}

.contact-page-eyebrow {
  font-size: 0.6875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #4f46e5;
  margin: 0;
}

.contact-page-title {
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  margin: 0 0 0.75rem;
}

.contact-page-lead {
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #64748b;
}

.contact-page-detail-tall {
  min-height: 100%;
}

.contact-page-form-card {
  border-radius: 1.35rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.04),
    0 20px 48px -28px rgba(15, 23, 42, 0.18);
}

.contact-page-map-section {
  padding-top: 2.5rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
}

.contact-page-map-title {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin: 0 0 0.5rem;
}

.contact-page-map-lead {
  font-size: 0.98rem;
  max-width: 36rem;
  line-height: 1.6;
}

.contact-page-map-frame {
  min-height: 280px;
  background: #e2e8f0;
}

.contact-page-map-frame iframe {
  min-height: 280px;
}

@media (min-width: 992px) {
  .contact-page-map-frame {
    min-height: 360px;
  }

  .contact-page-map-frame iframe {
    min-height: 360px;
  }
}

.contact-page-map-placeholder {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}