:root {
  --radius: 18px;
  --line: #e2e8f0;
  --space-section: 68px;
  --space-section-mobile: 52px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Manrope", sans-serif;
}

@keyframes softShimmer {
  0% {
    background-position: -220% 0;
  }
  100% {
    background-position: 220% 0;
  }
}

.bg-layer {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 247, 0, 0.2), transparent 42%),
    radial-gradient(circle at 92% 8%, rgba(56, 189, 248, 0.16), transparent 34%),
    radial-gradient(circle at 65% 85%, rgba(59, 130, 246, 0.08), transparent 36%),
    linear-gradient(160deg, #f8fafc 0%, #eef2ff 48%, #f8fafc 100%);
}

.container-main {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  padding: 0 1rem;
}

.section {
  padding: var(--space-section) 0;
}

.section-tight {
  padding: var(--space-section) 0;
}

.marquee-strip {
  position: static;
  margin-top: 0;
  padding: 8px 0 14px;
}

.marquee-strip::before {
  content: none;
  display: none;
}

.marquee-strip .container-main {
  position: static;
  z-index: auto;
}

.hero-section {
  padding-top: 58px;
  position: relative;
  overflow: hidden;
}

.hero-section::before,
.hero-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.hero-section::before {
  right: -120px;
  top: -90px;
  width: 440px;
  height: 440px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 247, 0, 0.28) 0%, rgba(255, 247, 0, 0) 72%);
  filter: blur(8px);
}

.hero-section::after {
  left: -140px;
  bottom: -130px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.18) 0%, rgba(56, 189, 248, 0) 70%);
  filter: blur(8px);
}

.hero-section .container-main {
  position: relative;
  z-index: 1;
}

.hero-headline {
  text-wrap: balance;
  word-break: break-word;
  hyphens: auto;
}

.hero-proof {
  display: grid;
  gap: 8px;
  max-width: 740px;
}

.hero-proof span {
  position: relative;
  padding-left: 22px;
  color: #334155;
  font-size: 0.94rem;
  font-weight: 600;
}

.hero-proof span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #fff700;
  box-shadow: 0 0 0 5px rgba(255, 247, 0, 0.24);
}

.hero-visual {
  position: relative;
  isolation: isolate;
  padding: 10px;
  max-width: 470px;
  margin: 0 auto;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 46px rgba(15, 23, 42, 0.15);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: auto auto -22% -18%;
  width: 65%;
  height: 60%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 247, 0, 0.5), rgba(255, 247, 0, 0));
  filter: blur(16px);
  z-index: 0;
  pointer-events: none;
}

.hero-visual-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 5 / 6;
  max-height: 560px;
  object-fit: cover;
  border-radius: 20px;
  border: none;
}

.hero-visual-caption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 44px);
  max-width: 390px;
  bottom: 20px;
  z-index: 2;
  border-radius: 16px;
  padding: 14px 14px 12px;
  border: 1px solid rgba(203, 213, 225, 0.9);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.12);
}

.hero-visual-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #fde047;
  background: rgba(255, 247, 0, 0.32);
  padding: 4px 10px;
  color: #1f2937;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero-visual-caption p {
  margin: 8px 0 0;
  color: #334155;
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 600;
}

.hero-visual-cta {
  margin-top: 12px;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.9rem;
}

.section-head {
  margin: 0 auto 28px;
  max-width: 760px;
  text-align: center;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d1d5db;
  background: #fffde7;
  color: #374151;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.section-title {
  margin: 12px 0 0;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(1.6rem, 2.6vw, 2.4rem);
  line-height: 1.2;
}

.section-desc {
  margin: 12px auto 0;
  color: #475569;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 680px;
}

.nav-link {
  color: #475569;
  font-weight: 600;
  transition: color 0.2s ease, transform 0.2s ease;
}

.nav-link:hover {
  color: #0f172a;
  transform: translateY(-1px);
}

.mobile-link {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  color: #334155;
  font-weight: 600;
}

.card {
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.card > * {
  position: relative;
  z-index: 1;
}

.glow-card::after {
  content: "";
  position: absolute;
  inset: -120% auto auto -40%;
  width: 66%;
  height: 240%;
  transform: rotate(22deg);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 247, 0, 0.22), rgba(255, 255, 255, 0));
  background-size: 200% 100%;
  animation: softShimmer 5.2s linear infinite;
  pointer-events: none;
  opacity: 0.32;
  z-index: 0;
  filter: blur(10px);
}

.tilt-card {
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.card-hover {
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.card-hover:hover {
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

.btn-main,
.btn-sub,
.btn-line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-weight: 700;
  padding: 12px 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn-main {
  background: linear-gradient(120deg, #fff700 0%, #fff700 42%, #fffac2 50%, #fff700 58%, #fff700 100%);
  background-size: 220% 100%;
  color: #0f172a;
  border: 1px solid #efe700;
  box-shadow: 0 10px 22px rgba(255, 247, 0, 0.35);
  animation: softShimmer 4.6s linear infinite;
}

.btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(255, 247, 0, 0.45);
}

.btn-sub {
  background: #ffffff;
  color: #1e293b;
  border: 1px solid #e2e8f0;
}

.btn-sub:hover,
.btn-line:hover {
  transform: translateY(-2px);
  background: #fffde7;
}

.btn-line {
  background: #fff;
  border: 1px solid #e2e8f0;
  color: #1e293b;
  padding: 10px 14px;
}

.metric-card {
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 14px;
  background: #fff;
}

.metric-value {
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
}

.metric-label {
  margin-top: 6px;
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.35;
}

.check-item {
  position: relative;
  padding-left: 28px;
}

.check-item::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  display: grid;
  place-content: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #fff700;
  color: #111827;
  font-weight: 800;
  font-size: 12px;
}

@keyframes trustMarquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 8px));
  }
}

.trust-marquee {
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  padding: 10px 0;
  border: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.96);
}

.trust-marquee.card {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.trust-marquee::before,
.trust-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 72px;
  z-index: 3;
  pointer-events: none;
}

.trust-marquee::before {
  left: 0;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
  background: linear-gradient(90deg, rgba(248, 250, 252, 1), rgba(248, 250, 252, 0));
}

.trust-marquee::after {
  right: 0;
  border-top-right-radius: 999px;
  border-bottom-right-radius: 999px;
  background: linear-gradient(270deg, rgba(248, 250, 252, 1), rgba(248, 250, 252, 0));
}

.trust-track {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  animation: trustMarquee 30s linear infinite;
}

.trust-group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #334155;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 10px 14px;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
}

.trust-pill::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 12px;
  border-radius: 999px;
  background: #d5ce00;
}

.card-title {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  line-height: 1.35;
}

.card-text {
  margin: 10px 0 0;
  color: #475569;
  line-height: 1.55;
}

.feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: linear-gradient(160deg, #fffde7, #ffffff);
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  color: #334155;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.06);
}

.feature-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.2;
}

.service-cta {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: #fffde7;
  color: #1e293b;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 8px 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.service-cta span {
  transition: transform 0.2s ease;
}

.service-cta:hover {
  transform: translateY(-2px);
  border-color: #d5ce00;
  box-shadow: 0 8px 18px rgba(255, 247, 0, 0.35);
}

.service-cta:hover span {
  transform: translateX(2px);
}

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

.service-list-compact {
  gap: 7px;
}

.service-list-detailed {
  margin-top: 10px;
}

.service-list li {
  position: relative;
  padding-left: 18px;
  color: #334155;
  font-size: 0.9rem;
  line-height: 1.45;
}

.service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.54em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #fff700;
  box-shadow: 0 0 0 3px rgba(255, 247, 0, 0.25);
}

.service-more {
  margin-top: 10px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 12px;
}

.service-more summary {
  cursor: pointer;
  list-style: none;
  color: #1e293b;
  font-size: 0.88rem;
  font-weight: 700;
}

.service-more summary::-webkit-details-marker {
  display: none;
}

.service-more summary::after {
  content: " +";
  color: #334155;
  font-weight: 700;
}

.service-more[open] summary::after {
  content: " -";
}

@keyframes caseFloat {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0px);
  }
}

.cases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.case-card {
  border-radius: 22px;
  overflow: hidden;
  animation: caseFloat 4.6s ease-in-out infinite;
}

.case-card:nth-child(2n) {
  animation-delay: 0.7s;
}

.case-card:nth-child(3n) {
  animation-delay: 1.2s;
}

.case-media {
  position: relative;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}

.case-media img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}

.case-body {
  padding: 14px;
}

.case-body h3 {
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: 0.94rem;
  line-height: 1.35;
}

.case-body p {
  margin: 9px 0 0;
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.5;
}

.pricing-head .section-title {
  max-width: 860px;
}

.pricing-showcase {
  position: relative;
  overflow: hidden;
}

.pricing-showcase::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 300px;
  height: 300px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.14), rgba(56, 189, 248, 0));
  pointer-events: none;
  z-index: 0;
}

.pricing-shell {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(203, 213, 225, 0.82);
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(219, 234, 254, 0.3), transparent 46%),
    radial-gradient(120% 120% at 100% 100%, rgba(224, 242, 254, 0.28), transparent 50%),
    rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 18px;
  box-shadow:
    0 20px 36px rgba(15, 23, 42, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.pricing-shell::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  pointer-events: none;
  z-index: 0;
}

.pricing-shell > * {
  position: relative;
  z-index: 1;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.plan-card {
  position: relative;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 22px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.97), rgba(248, 250, 252, 0.93));
  box-shadow: 0 14px 24px rgba(15, 23, 42, 0.07);
  padding: 18px;
  transition: none;
}

.plan-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(130deg, rgba(191, 219, 254, 0.1), transparent 42%);
  pointer-events: none;
}

.plan-card:hover {
  transform: none;
  border-color: rgba(226, 232, 240, 0.95);
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.06);
}

.plan-card.is-focused {
  border-color: rgba(212, 205, 0, 0.85);
  box-shadow: 0 0 0 4px rgba(255, 247, 0, 0.28), 0 18px 30px rgba(15, 23, 42, 0.14);
}

.plan-top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.plan-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: linear-gradient(160deg, #fffde7, #ffffff);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #334155;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.07);
}

.plan-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.2;
}

.plan-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: rgba(255, 255, 255, 0.95);
  color: #334155;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 10px;
}

.plan-card h3 {
  margin: 14px 0 0;
  font-family: "Unbounded", sans-serif;
  font-size: 1rem;
  line-height: 1.35;
  color: #0f172a;
}

.plan-card p {
  margin: 10px 0 0;
  color: #475569;
  line-height: 1.55;
  font-size: 0.92rem;
}

.plan-lines {
  margin-top: 14px;
  display: grid;
  gap: 9px;
}

.plan-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  padding: 10px 11px;
}

.plan-line span {
  color: #475569;
  font-size: 0.88rem;
  font-weight: 600;
}

.plan-line strong {
  color: #0f172a;
  font-size: 0.9rem;
  text-align: right;
  background: #fffde7;
  border: 1px solid rgba(212, 205, 0, 0.35);
  border-radius: 10px;
  padding: 3px 8px;
  white-space: nowrap;
}

.plan-card .btn-sub {
  margin-top: 14px;
  width: 100%;
}

.step-num {
  font-family: "Unbounded", sans-serif;
  color: #334155;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.photo-card {
  margin: 0;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.photo-card img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.photo-card figcaption {
  border-top: 1px solid #e2e8f0;
  padding: 10px 12px;
  font-size: 0.84rem;
  color: #64748b;
  line-height: 1.4;
}

.kpi-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 12px 13px;
  background: #fff;
}

.kpi-row span {
  color: #475569;
}

.kpi-row strong {
  color: #0f172a;
  text-align: right;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #fff;
  padding: 0 16px;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 15px 28px 15px 0;
  font-weight: 700;
  position: relative;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
  color: #334155;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item p {
  margin: 0 0 14px;
  color: #475569;
  line-height: 1.6;
}

.input-main {
  width: 100%;
  border: 1px solid #d5dbe5;
  border-radius: 12px;
  padding: 12px 14px;
  color: #111827;
  background: #fff;
}

.input-main:focus {
  outline: none;
  border-color: #efe700;
  box-shadow: 0 0 0 3px rgba(255, 247, 0, 0.25);
}

.form-wrap {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #ffffff;
  padding: 14px;
}

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

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.form-field > span {
  font-size: 0.86rem;
  font-weight: 700;
  color: #334155;
}

.form-full {
  grid-column: span 2;
}

.form-status {
  min-height: 1.3rem;
  margin: 10px 0 0;
  font-size: 0.88rem;
  font-weight: 600;
}

.form-status.is-success {
  color: #166534;
}

.form-status.is-error {
  color: #b91c1c;
}

.contact-pill {
  display: block;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 11px 12px;
  color: #1e293b;
  font-weight: 700;
  background: #fff;
}

.toast-msg {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 12px;
  padding: 11px 14px;
  color: #0f172a;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.toast-msg.show {
  opacity: 1;
  transform: translateY(0);
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 70;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

.modal-card {
  position: relative;
  width: 100%;
  max-width: 620px;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
  padding: 22px;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #334155;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .trust-track {
    animation: none;
  }

  .case-card {
    animation: none;
  }
}

@media (min-width: 640px) {
  .container-main {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container-main {
    padding: 0 2rem;
  }

  .hero-media-col {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    min-height: 100%;
  }

  .hero-media-col .hero-visual {
    margin: 0 0 0 auto;
  }
}

@media (max-width: 767px) {
  .section {
    padding: var(--space-section-mobile) 0;
  }

  .section-tight {
    padding: var(--space-section-mobile) 0;
  }

  .marquee-strip {
    margin-top: 0;
    padding: 8px 0 12px;
  }

  .hero-section {
    padding-top: 40px;
    padding-bottom: 46px;
  }

  .hero-intro {
    gap: 16px;
  }

  .hero-section::before {
    right: -180px;
    top: -120px;
    width: 340px;
    height: 340px;
  }

  .hero-section::after {
    left: -170px;
    bottom: -160px;
    width: 320px;
    height: 320px;
  }

  .hero-proof span {
    font-size: 0.86rem;
  }

  .hero-headline {
    font-size: 1.78rem;
    line-height: 1.18;
  }

  .metric-card {
    padding: 11px 10px;
  }

  .metric-value {
    font-size: 0.92rem;
  }

  .metric-label {
    font-size: 0.78rem;
    line-height: 1.3;
  }

  .service-list li {
    font-size: 0.84rem;
    line-height: 1.4;
  }

  .service-list-detailed li {
    font-size: 0.8rem;
    line-height: 1.36;
  }

  .hero-visual {
    padding: 8px;
    border-radius: 20px;
    max-width: 100%;
  }

  .hero-visual-img {
    aspect-ratio: 4 / 3;
    max-height: none;
    border-radius: 14px;
    object-position: center 12%;
  }

  .hero-visual-caption {
    position: static;
    transform: none;
    width: auto;
    max-width: none;
    margin-top: 10px;
    border-radius: 14px;
    padding: 12px 12px 10px;
  }

  .hero-visual-caption p {
    font-size: 0.84rem;
  }

  .hero-visual-cta {
    margin-top: 10px;
  }

  .section-head {
    margin-bottom: 22px;
  }

  .trust-marquee::before,
  .trust-marquee::after {
    width: 46px;
  }

  .trust-pill {
    font-size: 0.82rem;
    padding: 8px 12px;
  }

  .pricing-shell {
    border-radius: 22px;
    padding: 14px;
  }

  .cases-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .case-card {
    animation: none;
  }

  .plan-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .plan-line {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }

  .plan-line strong {
    text-align: left;
  }

  .modal-card {
    padding: 18px;
  }

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

  .form-full {
    grid-column: span 1;
  }

  .tilt-card,
  .card-hover:hover {
    transform: none;
  }
}

@media (max-width: 420px) {
  .hero-headline {
    font-size: 1.58rem;
  }

  .section-tag {
    font-size: 12px;
    padding: 7px 12px;
  }

  .btn-main,
  .btn-sub {
    width: 100%;
  }
}
