:root {
  --wb-white: #ffffff;
  --wb-black: #0a0a0a;
  --wb-text: #111111;
  --wb-muted: #686868;
  --wb-line: rgba(10, 10, 10, 0.08);
  --wb-soft: #f5f5f7;
  --wb-accent: #4c6fff;
  --wb-radius: 26px;
  --wb-radius-lg: 34px;
  --wb-shadow: 0 18px 60px rgba(10, 10, 10, 0.06);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--wb-text);
  background: var(--wb-white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }

.container-soft {
  max-width: 1220px;
  padding-left: 24px;
  padding-right: 24px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.78);
  border-bottom: 1px solid rgba(10, 10, 10, 0.04);
}

.navbar-toggler:focus { box-shadow: none; }

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-mark-wrap {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
}

.brand-mark {
  width: 36px;
  height: auto;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.brand-name {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.brand-sub {
  font-size: 0.72rem;
  color: var(--wb-muted);
  margin-top: 4px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-link {
  color: rgba(17, 17, 17, 0.72);
  font-weight: 500;
  padding: 0.65rem 0.9rem !important;
}

.nav-link:hover,
.nav-link:focus { color: var(--wb-black); }

.lang-toggle {
  border: 1px solid rgba(10, 10, 10, 0.08);
  background: #fff;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.lang-current { color: var(--wb-black); }
.lang-divider { color: rgba(17, 17, 17, 0.34); margin: 0 4px; }

.btn-pill {
  border-radius: 999px;
  font-weight: 600;
  box-shadow: none !important;
}

.btn-dark {
  background: var(--wb-black);
  border-color: var(--wb-black);
}

.btn-dark:hover,
.btn-dark:focus {
  background: #161616;
  border-color: #161616;
}

.btn-outline-soft {
  background: #fff;
  border: 1px solid rgba(10, 10, 10, 0.1);
}

.btn-outline-soft:hover,
.btn-outline-soft:focus {
  background: var(--wb-soft);
  border-color: rgba(10, 10, 10, 0.16);
}

.section-space { padding: 110px 0; overflow: hidden; }
.section-title, .section-copy, .service-panel, .case-card, .pricing-card { overflow: hidden; }
.section-space-lg { padding: 150px 0 130px; }
.section-tint { background: var(--wb-soft); }

.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.56);
}

.display-title,
.section-title {
  margin: 0;
  letter-spacing: -0.06em;
  line-height: 0.96;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
}

.display-title {
  font-size: clamp(3.2rem, 7vw, 6.6rem);
  max-width: 10ch;
}

.display-title.small {
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  max-width: 12ch;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.6rem);
  max-width: 13ch;
}

.hero {
  position: relative;
  min-height: 82svh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.68) 0%, rgba(255,255,255,0.78) 100%),
    url('assets/color.jpg') center center / cover no-repeat,
    linear-gradient(180deg, #fbfbfc 0%, #f3f3f6 100%);
}

.hero-watermark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
}

.hero-watermark img {
  width: min(880px, 88vw);
  opacity: 0.055;
}

.hero-copy,
.section-copy,
.soft-card p,
.process-step p,
.case-card p,
.pricing-card p,
.final-box p {
  font-size: 1.06rem;
  line-height: 1.7;
  color: var(--wb-muted);
}

.hero-copy {
  max-width: 45rem;
  margin-top: 28px;
}

.hero .eyebrow,
.hero-title,
.hero-copy,
.hero-actions,
.hero-points {
  position: relative;
  z-index: 2;
}

.hero-title {
  max-width: 10.5ch;
}

.hero-copy {
  max-width: 42rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-points span {
  border: 1px solid rgba(10, 10, 10, 0.08);
  background: rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 0.92rem;
  color: rgba(17, 17, 17, 0.8);
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.18;
  pointer-events: none;
}

.orb-1 {
  width: 360px;
  height: 360px;
  background: rgba(76, 111, 255, 0.18);
  right: 6%;
  top: 14%;
}

.orb-2 {
  width: 280px;
  height: 280px;
  background: rgba(120, 120, 120, 0.10);
  left: 8%;
  bottom: 4%;
}

.signal-strip {
  overflow: hidden;
  background: #fff;
}

.marquee-track {
  display: flex;
  gap: 44px;
  padding: 20px 0;
  white-space: nowrap;
  color: rgba(17, 17, 17, 0.54);
  font-weight: 600;
  animation: marquee 26s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.soft-card,
.process-step,
.case-card,
.pricing-card,
.service-panel {
  background: #fff;
  border: 1px solid rgba(10, 10, 10, 0.06);
  border-radius: var(--wb-radius);
  box-shadow: var(--wb-shadow);
}

.soft-card,
.process-step,
.service-panel,
.pricing-card,
.case-card {
  padding: 28px;
}

.card-index,
.step-number {
  display: inline-block;
  margin-bottom: 24px;
  color: rgba(17, 17, 17, 0.36);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.soft-card h3,
.process-step h3,
.service-panel h3,
.case-card h3,
.pricing-card h3 {
  margin: 0 0 14px;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.services-grid .service-panel {
  height: 100%;
}

.service-kicker,
.case-tag,
.pricing-topline {
  display: inline-block;
  margin-bottom: 18px;
  color: rgba(17, 17, 17, 0.52);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.case-feature {
  min-height: 100%;
}

.case-list,
.price-list {
  padding-left: 18px;
  margin: 20px 0 0;
  color: rgba(17, 17, 17, 0.82);
}

.case-list li,
.price-list li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.pricing-card .price {
  margin: 0 0 18px;
  font-size: 1.18rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.pricing-card-dark {
  background: var(--wb-black);
  color: #fff;
}

.pricing-card-dark p,
.pricing-card-dark .pricing-topline,
.pricing-card-dark .price-list,
.pricing-card-dark .price-list li {
  color: rgba(255, 255, 255, 0.82);
}

.pricing-card-dark .price,
.pricing-card-dark h3 {
  color: #fff;
}

.pricing-note {
  margin: 36px 0 0;
  text-align: center;
  font-size: 0.98rem;
  color: rgba(17, 17, 17, 0.6);
}

.final-box {
  position: relative;
  padding: 48px;
  background: linear-gradient(180deg, #0f0f10 0%, #090909 100%);
  color: #fff;
  border-radius: 34px;
  overflow: hidden;
}

.final-box::before {
  content: "";
  position: absolute;
  inset: auto -12% -30% auto;
  width: 320px;
  height: 320px;
  background: rgba(76, 111, 255, 0.18);
  filter: blur(70px);
  border-radius: 50%;
}

.final-box .eyebrow,
.final-box p {
  color: rgba(255, 255, 255, 0.72);
}

.final-actions { margin-top: 26px; }

.reveal,
.reveal-card,
.reveal-right,
.reveal-panel,
.split-reveal {
  opacity: 0;
  transform: translateY(20px);
}

.reveal-right { transform: translateX(24px); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .14s; }
.delay-3 { transition-delay: .2s; }

@media (max-width: 991.98px) {
  .site-header { backdrop-filter: blur(10px); }
  .section-space { padding: 90px 0; }
  .section-space-lg { padding: 120px 0 100px; }
  .display-title { max-width: 11ch; }
  .section-title { max-width: 100%; line-height: 1.02; }
  .hero { min-height: auto; }
  .hero-watermark img { width: min(760px, 100vw); opacity: 0.046; }
}

@media (max-width: 767.98px) {
  .container-soft { padding-left: 18px; padding-right: 18px; }
  .brand-name { font-size: 0.95rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; }
  .soft-card,
  .process-step,
  .service-panel,
  .pricing-card,
  .case-card,
  .final-box { padding: 22px; }
  .pricing-note { text-align: left; }
}


.case-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.case-link {
  font-size: 0.9rem;
  color: #6B6B6B;
  text-decoration: none;
  transition: color 0.2s ease;
}

.case-link:hover {
  color: #0A0A0A;
}

.contact-direct {
  margin: 18px 0 0;
  color: #6B6B6B;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
