:root {
  --ink: #1d1833;
  --ink-soft: #544e68;
  --purple: #6543d3;
  --purple-dark: #35225f;
  --purple-light: #bdaeff;
  --lavender: #eee9ff;
  --sky: #e9f6ff;
  --mint: #c9f4df;
  --line: rgba(38, 29, 67, 0.12);
  --white: #ffffff;
  --canvas: #fbfafc;
  --shadow: 0 24px 80px rgba(47, 31, 90, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 78px;
}

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

[hidden] {
  display: none !important;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

button,
a,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 78px;
  border-bottom: 1px solid rgba(53, 34, 95, 0.08);
  background: rgba(251, 250, 252, 0.86);
  backdrop-filter: blur(22px);
}

.header-inner {
  width: min(1360px, calc(100% - 64px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.logo-link {
  display: inline-flex;
  flex: 0 0 auto;
}

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

.brand-mark {
  width: 34px;
  height: 34px;
  color: var(--purple-dark);
}

.brand-word {
  font-size: 25px;
  font-weight: 750;
  letter-spacing: -1.25px;
}

.brand-word span {
  color: var(--purple);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
}

.main-nav a {
  position: relative;
  color: #4e4861;
  font-size: 14px;
  font-weight: 580;
  transition: color 180ms ease;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--purple);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.main-nav a:hover {
  color: var(--ink);
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.header-cta,
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 0;
  border-radius: 999px;
  background: var(--purple-dark);
  box-shadow: 0 13px 32px rgba(53, 34, 95, 0.18);
  color: white;
  font-weight: 680;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.header-cta {
  min-height: 44px;
  padding: 0 20px;
  font-size: 13px;
}

.primary-button {
  min-height: 54px;
  padding: 0 25px;
  font-size: 15px;
}

.header-cta:hover,
.primary-button:hover {
  background: #4a2c87;
  box-shadow: 0 18px 38px rgba(53, 34, 95, 0.25);
  transform: translateY(-2px);
}

.button-icon {
  width: 18px;
  height: 18px;
  transition: transform 180ms ease;
}

.header-cta:hover .button-icon,
.primary-button:hover .button-icon,
.add-button:hover .button-icon {
  transform: translateX(3px);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: calc(100vh - 78px);
  overflow: hidden;
  background:
    radial-gradient(circle at 83% 18%, rgba(179, 219, 255, 0.48), transparent 31%),
    radial-gradient(circle at 26% 16%, rgba(229, 195, 255, 0.42), transparent 32%),
    linear-gradient(135deg, #fbf9ff 0%, #f2f5ff 48%, #f2fbff 100%);
}

.hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(78, 58, 129, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(78, 58, 129, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.38), transparent 80%);
}

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

.hero-orb-one {
  top: 80px;
  left: -120px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(101, 67, 211, 0.15);
}

.hero-orb-two {
  right: -80px;
  bottom: 40px;
  width: 230px;
  height: 230px;
  border: 1px solid rgba(62, 153, 205, 0.18);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1360px, calc(100% - 64px));
  margin: 0 auto;
  padding: 56px 0 70px;
  display: grid;
  grid-template-columns: minmax(340px, 0.75fr) minmax(660px, 1.25fr);
  align-items: center;
  gap: 48px;
}

.hero-copy {
  padding: 20px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 22px;
  border: 1px solid rgba(101, 67, 211, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  padding: 9px 13px 9px 10px;
  color: #58478c;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.eyebrow-dot {
  width: 8px;
  height: 8px;
  border: 2px solid white;
  border-radius: 50%;
  background: #6e50df;
  box-shadow: 0 0 0 3px rgba(110, 80, 223, 0.16);
}

.hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(54px, 4.7vw, 77px);
  font-weight: 720;
  letter-spacing: -0.065em;
  line-height: 0.97;
}

.gradient-text {
  background: linear-gradient(105deg, #6947d5 0%, #7c5be1 42%, #4b89c9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.hero-lead {
  max-width: 580px;
  margin: 26px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.68;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 31px;
}

.text-button {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  color: var(--purple-dark);
  font-size: 14px;
  font-weight: 700;
}

.text-button-line {
  width: 100%;
  height: 1px;
  background: currentColor;
  transform-origin: left;
  transition: transform 180ms ease;
}

.text-button:hover .text-button-line {
  transform: scaleX(0.55);
}

.trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 28px;
}

.trust-points span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #544d69;
  font-size: 12px;
  font-weight: 590;
}

.mini-icon {
  width: 15px;
  height: 15px;
}

.trust-points .mini-icon,
.proof-inner .mini-icon {
  border-radius: 50%;
  background: rgba(101, 67, 211, 0.12);
  color: var(--purple);
  padding: 2px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 540px;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(53, 34, 95, 0.13);
}

.hero-stats > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-right: 18px;
}

.hero-stats > div + div {
  padding-left: 18px;
  border-left: 1px solid rgba(53, 34, 95, 0.11);
}

.hero-stats strong {
  font-size: 27px;
  font-weight: 760;
  letter-spacing: -0.04em;
}

.hero-stats span {
  margin-top: 3px;
  color: #6b657a;
  font-size: 11px;
  line-height: 1.35;
}

.house-experience {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.71);
  box-shadow:
    0 38px 100px rgba(45, 39, 88, 0.16),
    inset 0 1px 0 white;
  padding: 18px;
  backdrop-filter: blur(22px);
}

.house-toolbar {
  position: relative;
  z-index: 5;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 2px 4px 13px;
}

.house-toolbar > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.toolbar-kicker {
  color: var(--purple);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.house-toolbar strong {
  font-size: 17px;
  letter-spacing: -0.025em;
}

.mode-switch {
  display: inline-flex;
  padding: 4px;
  border: 1px solid rgba(53, 34, 95, 0.08);
  border-radius: 999px;
  background: rgba(238, 233, 255, 0.62);
}

.mode-switch button {
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  padding: 0 14px;
  color: #6e6781;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  transition: 180ms ease;
}

.mode-switch button.active {
  background: white;
  box-shadow: 0 6px 16px rgba(61, 42, 104, 0.1);
  color: var(--purple-dark);
}

.house-visual {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  border-radius: 25px;
  background:
    radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.95), transparent 53%),
    linear-gradient(135deg, #f3eaff, #ebf7ff);
  isolation: isolate;
}

.house-visual::after {
  position: absolute;
  right: 9%;
  bottom: 6%;
  left: 9%;
  z-index: -1;
  height: 12%;
  border-radius: 50%;
  background: rgba(43, 35, 71, 0.1);
  filter: blur(28px);
  content: "";
}

.house-visual img {
  position: absolute;
  inset: -5% -3% -6%;
  width: 106%;
  height: 111%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
  transition:
    transform 700ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 350ms ease;
}

.house-experience:hover .house-visual img {
  transform: scale(1.018);
}

.house-hint {
  position: absolute;
  z-index: 8;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  background: rgba(45, 31, 78, 0.82);
  box-shadow: 0 8px 24px rgba(28, 20, 52, 0.18);
  padding: 8px 12px;
  color: white;
  font-size: 10px;
  font-weight: 680;
  backdrop-filter: blur(12px);
}

.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #bfaeff;
  box-shadow: 0 0 0 0 rgba(191, 174, 255, 0.62);
  animation: pulse 1.8s infinite;
}

@keyframes pulse {
  70% {
    box-shadow: 0 0 0 8px rgba(191, 174, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(191, 174, 255, 0);
  }
}

.focus-zone {
  position: absolute;
  z-index: 2;
  border: 2px solid rgba(101, 67, 211, 0.72);
  background: rgba(127, 94, 230, 0.1);
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.34),
    0 16px 35px rgba(61, 35, 124, 0.12);
  pointer-events: none;
  transition:
    left 420ms cubic-bezier(0.22, 1, 0.36, 1),
    top 420ms cubic-bezier(0.22, 1, 0.36, 1),
    width 420ms cubic-bezier(0.22, 1, 0.36, 1),
    height 420ms cubic-bezier(0.22, 1, 0.36, 1),
    clip-path 420ms ease,
    border-radius 420ms ease;
}

.hotspot {
  position: absolute;
  z-index: 9;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow:
    0 0 0 5px rgba(101, 67, 211, 0.1),
    0 6px 18px rgba(41, 25, 78, 0.2);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.hotspot-core {
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: var(--purple);
}

.hotspot-label {
  position: absolute;
  top: 50%;
  left: calc(100% + 9px);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 22px rgba(41, 28, 75, 0.13);
  padding: 6px 9px;
  color: #41365f;
  font-size: 9px;
  font-weight: 730;
  opacity: 0;
  pointer-events: none;
  transform: translate(4px, -50%);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  white-space: nowrap;
}

.hotspot:hover,
.hotspot.active {
  box-shadow:
    0 0 0 8px rgba(101, 67, 211, 0.14),
    0 8px 22px rgba(41, 25, 78, 0.25);
  transform: translate(-50%, -50%) scale(1.15);
}

.hotspot:hover .hotspot-label,
.hotspot.active .hotspot-label {
  opacity: 1;
  transform: translate(0, -50%);
}

.active-service {
  position: relative;
  z-index: 15;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 15px;
  min-height: 116px;
  margin: -15px 12px 0;
  border: 1px solid rgba(53, 34, 95, 0.09);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 48px rgba(46, 30, 83, 0.14);
  padding: 14px;
}

.active-service-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  background: linear-gradient(145deg, #eee9ff, #e4f4ff);
  color: var(--purple);
}

.service-icon-svg {
  width: 26px;
  height: 26px;
}

.active-service-copy {
  min-width: 0;
}

.active-service-copy > span {
  display: block;
  overflow: hidden;
  color: var(--purple);
  font-size: 9px;
  font-weight: 740;
  letter-spacing: 0.075em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.active-service-copy h2 {
  margin: 2px 0 4px;
  font-size: 18px;
  letter-spacing: -0.035em;
}

.active-service-copy p {
  max-width: 390px;
  margin: 0;
  color: #6a6478;
  display: -webkit-box;
  font-size: 10px;
  line-height: 1.48;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.active-service-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(78px, 1fr));
  gap: 6px;
}

.active-service-meta > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  border-radius: 13px;
  background: #f7f5fc;
  padding: 9px 10px;
}

.active-service-meta span {
  color: #80798f;
  font-size: 8px;
}

.active-service-meta strong {
  color: #3e3457;
  font-size: 10px;
  white-space: nowrap;
}

.add-button {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  background: var(--purple);
  padding: 0 15px;
  color: white;
  cursor: pointer;
  font-size: 10px;
  font-weight: 720;
  white-space: nowrap;
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.active-service-actions {
  display: grid;
  justify-items: end;
  gap: 6px;
}

.active-service-actions > a {
  color: var(--purple);
  font-size: 9px;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.add-button:hover {
  background: #5534be;
  transform: translateY(-1px);
}

.add-button.is-added {
  background: #257d64;
}

.add-button .mini-icon {
  width: 17px;
  height: 17px;
}

.service-rail {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 5px;
  margin-top: 12px;
}

.service-rail button {
  min-width: 0;
  min-height: 57px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border: 1px solid transparent;
  border-radius: 13px;
  background: transparent;
  color: #777084;
  cursor: pointer;
  padding: 6px 3px;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.service-rail button:hover {
  background: rgba(238, 233, 255, 0.6);
  color: var(--purple);
}

.service-rail button.active {
  border-color: rgba(101, 67, 211, 0.15);
  background: #eee9ff;
  color: var(--purple-dark);
}

.service-rail .service-icon-svg {
  width: 18px;
  height: 18px;
}

.service-rail span {
  max-width: 100%;
  overflow: hidden;
  font-size: 8px;
  font-weight: 670;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.proof-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: white;
}

.proof-inner {
  width: min(1230px, calc(100% - 64px));
  min-height: 112px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.proof-inner > p {
  max-width: 320px;
  margin: 0;
  font-size: 17px;
  font-weight: 710;
  letter-spacing: -0.025em;
}

.proof-inner > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 25px;
}

.proof-inner span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #665f75;
  font-size: 11px;
  font-weight: 590;
}

.section-shell {
  width: min(1230px, calc(100% - 64px));
  margin: 0 auto;
  padding: 118px 0;
}

.section-heading {
  margin-bottom: 52px;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, 0.65fr);
  align-items: end;
  gap: 70px;
}

.centered-heading {
  max-width: 820px;
  margin-right: auto;
  margin-bottom: 54px;
  margin-left: auto;
  text-align: center;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 17px;
  color: var(--purple);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.section-kicker::before {
  width: 23px;
  height: 1px;
  background: currentColor;
  content: "";
}

.section-heading h2,
.selection-copy h2,
.request-copy h2 {
  margin: 0;
  font-size: clamp(42px, 4.3vw, 66px);
  font-weight: 710;
  letter-spacing: -0.06em;
  line-height: 1.02;
}

.section-heading h2 em,
.selection-copy h2 em,
.request-copy h2 em {
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.section-heading > p,
.split-heading > p,
.split-heading > div:last-child > p,
.centered-heading > p {
  margin: 0;
  color: #665f75;
  font-size: 16px;
  line-height: 1.72;
}

.centered-heading > p {
  max-width: 600px;
  margin: 19px auto 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
}

.process-card {
  position: relative;
  min-height: 345px;
  overflow: hidden;
  border: 1px solid rgba(48, 35, 78, 0.1);
  border-radius: 25px;
  background: white;
  padding: 22px;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.process-card:hover {
  border-color: rgba(101, 67, 211, 0.26);
  box-shadow: 0 24px 50px rgba(41, 27, 74, 0.09);
  transform: translateY(-5px);
}

.featured-process {
  background:
    radial-gradient(circle at 85% 0%, rgba(189, 174, 255, 0.36), transparent 36%),
    linear-gradient(145deg, #f5f1ff, #fff);
}

.final-process {
  border-color: transparent;
  background: var(--purple-dark);
  color: white;
}

.process-number {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #f3efff;
  color: var(--purple);
  font-size: 10px;
  font-weight: 800;
}

.final-process .process-number {
  background: rgba(255, 255, 255, 0.12);
  color: #d5caff;
}

.process-visual {
  height: 112px;
  margin: 25px 0 22px;
  border-radius: 17px;
  background: #f7f5fb;
}

.upload-visual {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  border: 1px dashed rgba(101, 67, 211, 0.25);
  background: rgba(255, 255, 255, 0.72);
  padding: 14px;
}

.upload-visual > svg:first-child {
  width: 35px;
  height: 35px;
  border-radius: 12px;
  background: var(--lavender);
  color: var(--purple);
  padding: 8px;
}

.upload-visual > span {
  overflow: hidden;
  font-size: 10px;
  font-weight: 680;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upload-visual .mini-icon {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #d9f4e7;
  color: #257d64;
  padding: 3px;
}

.scope-visual {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 7px;
  padding: 16px;
}

.scope-visual span {
  border: 1px solid rgba(101, 67, 211, 0.12);
  border-radius: 999px;
  background: white;
  padding: 7px 9px;
  color: #554873;
  font-size: 9px;
  font-weight: 700;
}

.scope-visual span:last-child {
  background: var(--purple);
  color: white;
}

.match-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.match-visual div {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-left: -9px;
  border: 4px solid #f7f5fb;
  border-radius: 50%;
  background: var(--purple-dark);
  color: white;
  font-size: 11px;
  font-weight: 800;
}

.match-visual div:nth-child(2) {
  background: #347b70;
}

.match-visual div:nth-child(3) {
  background: #2d6a82;
}

.match-visual > span {
  position: absolute;
  right: 9px;
  bottom: 7px;
  border-radius: 999px;
  background: white;
  padding: 5px 7px;
  color: var(--purple);
  font-size: 8px;
  font-weight: 760;
}

.compare-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 7px;
  padding: 11px;
}

.compare-visual > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  border-radius: 12px;
  background: white;
  padding: 12px 9px;
}

.compare-visual span {
  color: #81798e;
  font-size: 8px;
}

.compare-visual strong {
  color: #403359;
  font-size: 10px;
}

.offer-visual {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.09);
  padding: 15px;
}

.offer-visual > div {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #cbbfff;
  font-size: 9px;
  font-weight: 760;
  text-transform: uppercase;
}

.offer-visual .mini-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c9f4df;
  color: #266f5a;
  padding: 3px;
}

.offer-visual strong {
  font-size: 13px;
  line-height: 1.35;
}

.process-card h3 {
  margin: 0 0 9px;
  font-size: 18px;
  letter-spacing: -0.035em;
}

.process-card p {
  margin: 0;
  color: #736c7f;
  font-size: 12px;
  line-height: 1.6;
}

.final-process p {
  color: #cfc8db;
}

.not-marketplace {
  min-height: 94px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
  border: 1px solid rgba(101, 67, 211, 0.13);
  border-radius: 24px;
  background: linear-gradient(90deg, #f3efff, #f6fbff);
  padding: 20px 24px;
}

.not-marketplace-icon {
  width: 51px;
  height: 51px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: white;
  color: var(--purple);
  box-shadow: 0 10px 25px rgba(49, 32, 92, 0.1);
}

.not-marketplace-icon svg {
  width: 25px;
  height: 25px;
}

.not-marketplace > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.not-marketplace span {
  color: var(--purple);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.not-marketplace strong {
  font-size: 15px;
  letter-spacing: -0.02em;
}

.not-marketplace > a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--purple-dark);
  font-size: 11px;
  font-weight: 720;
}

.not-marketplace > a svg {
  width: 17px;
}

.project-guide-strip {
  display: grid;
  grid-template-columns: auto minmax(0, 1.25fr) minmax(280px, 0.75fr);
  align-items: center;
  gap: 19px;
  margin-top: 13px;
  border-radius: 24px;
  background: var(--purple-dark);
  box-shadow: 0 22px 50px rgba(38, 24, 70, 0.13);
  padding: 20px 24px;
  color: white;
}

.guide-avatar {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  color: #cfbeff;
}

.guide-avatar svg {
  width: 28px;
  height: 28px;
}

.guide-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.guide-copy > span {
  color: #c7b8ff;
  font-size: 8px;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.guide-copy strong {
  font-size: 14px;
  letter-spacing: -0.025em;
}

.guide-copy p {
  max-width: 650px;
  margin: 1px 0 0;
  color: #bfb7cb;
  font-size: 9px;
  line-height: 1.5;
}

.guide-points {
  display: flex;
  flex-direction: column;
  gap: 7px;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding-left: 20px;
}

.guide-points span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #ded8e5;
  font-size: 9px;
  font-weight: 640;
}

.guide-points .mini-icon {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #c9f4df;
  color: #28725d;
  padding: 2px;
}

.companies-section {
  background: #f5f3f8;
}

.companies-heading {
  margin-bottom: 35px;
}

.company-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
}

.company-intro p {
  margin: 0;
  color: #665f75;
  font-size: 16px;
  line-height: 1.72;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #e5f5ed;
  padding: 8px 12px;
  color: #2b745e;
  font-size: 10px;
  font-weight: 740;
}

.live-badge > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #33a17e;
  box-shadow: 0 0 0 4px rgba(51, 161, 126, 0.13);
}

.company-filters {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr) auto;
  align-items: end;
  gap: 14px;
  margin-bottom: 22px;
  border: 1px solid rgba(48, 35, 78, 0.1);
  border-radius: 22px;
  background: white;
  padding: 17px;
}

.filter-title {
  align-self: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 730;
}

.filter-title svg {
  width: 20px;
  color: var(--purple);
}

.company-filters label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.company-filters label > span {
  color: #746d81;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.company-filters select {
  min-height: 44px;
  border: 1px solid rgba(48, 35, 78, 0.12);
  border-radius: 12px;
  outline: 0;
  background: #faf9fc;
  padding: 0 37px 0 13px;
  color: var(--ink);
  cursor: pointer;
  font-size: 12px;
}

.company-filters select:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 3px rgba(101, 67, 211, 0.1);
}

.filter-result {
  min-height: 44px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: #f2effa;
  padding: 0 14px;
  color: #6e667e;
  font-size: 10px;
  white-space: nowrap;
}

.filter-result strong {
  margin: 0 4px;
  color: var(--purple);
  font-size: 15px;
}

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

.company-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(48, 35, 78, 0.09);
  border-radius: 26px;
  background: white;
  box-shadow: 0 8px 30px rgba(38, 25, 67, 0.045);
  padding: 17px;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.company-card:hover {
  box-shadow: 0 24px 55px rgba(38, 25, 67, 0.11);
  transform: translateY(-5px);
}

.company-card-top {
  min-height: 56px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.company-logo {
  width: 47px;
  height: 47px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 15px;
  color: white;
  font-size: 12px;
  font-weight: 820;
  letter-spacing: -0.02em;
}

.company-title {
  min-width: 0;
}

.company-title > div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.company-title h3 {
  overflow: hidden;
  margin: 0;
  font-size: 15px;
  letter-spacing: -0.03em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.verified-icon {
  width: 17px;
  height: 17px;
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--purple);
  color: white;
}

.verified-icon .mini-icon {
  width: 11px;
  height: 11px;
}

.company-title > span {
  display: block;
  overflow: hidden;
  margin-top: 4px;
  color: #837c8e;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.company-rating {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 3px;
  text-align: right;
}

.company-rating svg {
  width: 13px;
  height: 13px;
  fill: #efb53a;
  color: #efb53a;
}

.company-rating strong {
  font-size: 12px;
}

.company-rating span {
  grid-column: 1 / -1;
  color: #938c9b;
  font-size: 8px;
}

.company-work-image {
  position: relative;
  height: 174px;
  overflow: hidden;
  margin: 15px 0;
  border-radius: 18px;
  background: #ebe8f1;
}

.company-work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.company-work-1 img {
  object-position: 55% 52%;
}

.company-work-2 img {
  object-position: 42% 54%;
}

.company-work-0 img {
  object-position: 50% 60%;
}

.company-card:hover .company-work-image img {
  transform: scale(1.04);
}

.company-work-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(26, 19, 46, 0.6), transparent 55%);
  content: "";
}

.work-image-badge,
.work-image-count {
  position: absolute;
  z-index: 2;
  bottom: 10px;
}

.work-image-badge {
  left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  padding: 6px 8px;
  color: #2d745e;
  font-size: 8px;
  font-weight: 750;
  backdrop-filter: blur(8px);
}

.work-image-badge .mini-icon {
  width: 12px;
  height: 12px;
}

.work-image-count {
  right: 11px;
  display: flex;
  flex-direction: column;
  color: white;
  text-align: right;
}

.work-image-count strong {
  font-size: 16px;
}

.work-image-count span {
  font-size: 7px;
  opacity: 0.78;
}

.company-description {
  min-height: 56px;
  margin: 0 0 13px;
  color: #6e6878;
  font-size: 11px;
  line-height: 1.65;
}

.company-badges,
.company-specialties {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.company-badges span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 999px;
  background: #eeeafd;
  padding: 5px 7px;
  color: #554286;
  font-size: 7.5px;
  font-weight: 720;
}

.company-badges .mini-icon {
  width: 11px;
  height: 11px;
}

.company-specialties {
  min-height: 45px;
  align-content: flex-start;
  margin-top: 8px;
}

.company-specialties span {
  border: 1px solid rgba(48, 35, 78, 0.1);
  border-radius: 999px;
  padding: 5px 7px;
  color: #736b7d;
  font-size: 7.5px;
}

.company-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 14px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}

.company-metrics > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: center;
}

.company-metrics > div + div {
  border-left: 1px solid var(--line);
}

.company-metrics strong {
  font-size: 12px;
}

.company-metrics span {
  color: #88818f;
  font-size: 7.5px;
}

.company-actions {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7px;
  margin-top: 13px;
}

.company-actions button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 9px;
  font-weight: 740;
  transition: 180ms ease;
}

.company-profile-button {
  border: 1px solid rgba(48, 35, 78, 0.14);
  background: white;
}

.company-profile-button:hover {
  border-color: var(--purple);
  color: var(--purple);
}

.company-inquiry-button {
  border: 0;
  background: var(--purple-dark);
  color: white;
}

.company-inquiry-button:hover {
  background: var(--purple);
  transform: translateY(-1px);
}

.company-inquiry-button svg {
  width: 14px;
}

.empty-companies {
  border-radius: 24px;
  background: white;
  padding: 48px;
  text-align: center;
}

.empty-companies strong {
  font-size: 21px;
}

.empty-companies p {
  max-width: 560px;
  margin: 10px auto 21px;
  color: #716a7c;
  font-size: 13px;
  line-height: 1.6;
}

.demo-note {
  margin: 20px 0 0;
  color: #8a8391;
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}

.selection-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 30%, rgba(126, 86, 224, 0.3), transparent 31%),
    radial-gradient(circle at 94% 75%, rgba(68, 142, 172, 0.2), transparent 26%),
    #211638;
  color: white;
}

.selection-inner {
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(520px, 1fr);
  align-items: center;
  gap: 80px;
}

.light-kicker {
  color: #c8baff;
}

.selection-copy h2 {
  max-width: 520px;
}

.selection-copy h2 em,
.request-copy h2 em {
  color: #c7b8ff;
}

.selection-copy > p,
.request-copy > p {
  max-width: 545px;
  margin: 22px 0 29px;
  color: #cbc4d6;
  font-size: 15px;
  line-height: 1.72;
}

.light-button {
  min-height: 51px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: white;
  padding: 0 21px;
  color: var(--purple-dark);
  font-size: 12px;
  font-weight: 740;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.light-button:hover {
  box-shadow: 0 16px 34px rgba(16, 9, 31, 0.24);
  transform: translateY(-2px);
}

.selection-checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.selection-checks article {
  min-height: 145px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.07);
  padding: 17px;
  backdrop-filter: blur(12px);
}

.selection-checks article > span {
  color: #a99be0;
  font-size: 9px;
  font-weight: 760;
}

.selection-checks h3 {
  margin: 0 0 7px;
  font-size: 13px;
  letter-spacing: -0.02em;
}

.selection-checks p {
  margin: 0;
  color: #bfb8cb;
  font-size: 9.5px;
  line-height: 1.55;
}

.selection-checks .mini-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c9f4df;
  color: #26705b;
  padding: 3px;
}

.documents-section {
  background: white;
}

.documents-heading > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.documents-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.document-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(48, 35, 78, 0.1);
  border-radius: 24px;
  background:
    radial-gradient(circle at 95% 4%, rgba(189, 174, 255, 0.24), transparent 30%),
    #fbfafc;
  padding: 22px;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease;
}

.document-card:hover {
  box-shadow: 0 22px 46px rgba(38, 25, 67, 0.09);
  transform: translateY(-4px);
}

.document-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.document-card-top > span {
  color: #9489b0;
  font-size: 10px;
  font-weight: 790;
}

.document-card-top > div {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--lavender);
  color: var(--purple);
}

.document-card-top svg {
  width: 25px;
  height: 25px;
}

.document-card h3 {
  margin: 36px 0 12px;
  font-size: 20px;
  letter-spacing: -0.04em;
}

.document-card p {
  margin: 0;
  color: #706979;
  font-size: 11px;
  line-height: 1.65;
}

.document-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: flex-start;
  margin-top: auto;
  border-radius: 999px;
  background: #e6f4ee;
  padding: 7px 9px;
  color: #2d745e;
  font-size: 8px;
  font-weight: 730;
}

.document-tag .mini-icon {
  width: 13px;
  height: 13px;
}

.document-select {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 13px;
  border: 1px solid rgba(48, 35, 78, 0.13);
  border-radius: 999px;
  background: white;
  color: var(--purple-dark);
  cursor: pointer;
  font-size: 9px;
  font-weight: 740;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.document-select svg {
  width: 15px;
  height: 15px;
}

.document-select:hover {
  border-color: var(--purple);
  color: var(--purple);
  transform: translateY(-1px);
}

.document-card.is-selected {
  border-color: rgba(101, 67, 211, 0.55);
  box-shadow: inset 0 0 0 2px rgba(101, 67, 211, 0.1);
}

.document-card.is-selected .document-select {
  border-color: #2d8166;
  background: #2d8166;
  color: white;
}

.document-summary {
  background: #edf7f2;
}

.documents-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 16px;
  border-radius: 25px;
  background: linear-gradient(100deg, #efeaff, #eef8ff);
  padding: 24px;
}

.documents-callout > div {
  display: flex;
  align-items: center;
  gap: 13px;
}

.documents-callout .verified-icon {
  width: 38px;
  height: 38px;
}

.documents-callout .verified-icon .mini-icon {
  width: 21px;
  height: 21px;
}

.documents-callout p {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
  color: #6b6376;
  font-size: 11px;
  line-height: 1.5;
}

.documents-callout p strong {
  color: var(--ink);
  font-size: 14px;
}

.documents-callout .primary-button {
  min-height: 48px;
  flex: 0 0 auto;
  font-size: 11px;
}

.calculator-tabs {
  width: fit-content;
  display: flex;
  gap: 5px;
  margin: 0 auto 18px;
  border: 1px solid rgba(48, 35, 78, 0.1);
  border-radius: 999px;
  background: white;
  padding: 5px;
}

.calculator-tabs button {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  padding: 0 17px;
  color: #746d80;
  cursor: pointer;
  font-size: 10px;
  font-weight: 720;
  transition: 180ms ease;
}

.calculator-tabs button.active {
  background: var(--purple-dark);
  box-shadow: 0 9px 20px rgba(53, 34, 95, 0.18);
  color: white;
}

.calculator-tabs svg {
  width: 18px;
  height: 18px;
}

.calculator-card {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
  overflow: hidden;
  border: 1px solid rgba(48, 35, 78, 0.1);
  border-radius: 31px;
  background: white;
  box-shadow: 0 26px 70px rgba(41, 28, 73, 0.08);
}

.calculator-inputs {
  min-height: 475px;
  padding: 42px;
}

.range-field,
.choice-field {
  padding: 5px 0 26px;
}

.range-field + .choice-field,
.choice-field + .choice-field,
.number-field-grid + .range-field {
  border-top: 1px solid var(--line);
  padding-top: 25px;
}

.range-field > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.range-field label,
.choice-field > span,
.number-field-grid label > span {
  font-size: 12px;
  font-weight: 720;
}

.range-field strong {
  border-radius: 10px;
  background: var(--lavender);
  padding: 7px 10px;
  color: var(--purple);
  font-size: 12px;
}

.range-field input[type="range"] {
  width: 100%;
  height: 6px;
  border-radius: 999px;
  outline: 0;
  accent-color: var(--purple);
}

.range-scale {
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
  color: #9a94a2;
  font-size: 8px;
}

.choice-field > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 12px;
}

.choice-field button {
  min-height: 46px;
  border: 1px solid rgba(48, 35, 78, 0.11);
  border-radius: 13px;
  background: #fbfafc;
  color: #716a7c;
  cursor: pointer;
  font-size: 9px;
  font-weight: 690;
  transition: 180ms ease;
}

.choice-field button.active {
  border-color: var(--purple);
  background: #eee9ff;
  box-shadow: inset 0 0 0 1px var(--purple);
  color: var(--purple-dark);
}

.number-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 27px;
}

.number-field-grid label {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.number-field-grid label > div {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border: 1px solid rgba(48, 35, 78, 0.12);
  border-radius: 13px;
  background: #fbfafc;
  padding-right: 14px;
}

.number-field-grid input {
  min-width: 0;
  height: 50px;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 13px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.number-field-grid em {
  color: #88818f;
  font-size: 10px;
  font-style: normal;
}

.calculator-tip {
  border-radius: 14px;
  background: #f2effb;
  padding: 13px;
  color: #6d6480;
  font-size: 10px;
  line-height: 1.5;
}

.calculator-result {
  min-height: 475px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 90% 10%, rgba(130, 93, 231, 0.35), transparent 30%),
    var(--purple-dark);
  padding: 45px;
  color: white;
}

.result-kicker {
  color: #c8baff;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.calculator-result h3 {
  margin: 13px 0 5px;
  font-size: clamp(31px, 3.2vw, 48px);
  letter-spacing: -0.055em;
}

.calculator-result > p {
  margin: 0;
  color: #cfc8d8;
  font-size: 11px;
}

.calculator-result > p strong {
  color: white;
}

.budget-breakdown {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin: 29px 0;
}

.budget-breakdown > div {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px;
  padding-bottom: 8px;
}

.budget-breakdown span {
  color: #c9c1d4;
  font-size: 9px;
}

.budget-breakdown strong {
  font-size: 10px;
}

.budget-breakdown i {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #a78cf0, #90d7de);
}

.material-results {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin: 27px 0;
}

.material-results > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  padding: 14px 10px;
  text-align: center;
}

.material-results strong {
  font-size: 22px;
}

.material-results span {
  color: #c9c1d4;
  font-size: 8px;
}

.result-button {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: auto;
  border-radius: 999px;
  background: white;
  padding: 0 17px;
  color: var(--purple-dark);
  font-size: 10px;
  font-weight: 740;
  text-align: center;
}

.result-button svg {
  width: 16px;
}

.calculator-result small {
  margin-top: 12px;
  color: #a9a1b4;
  font-size: 7.5px;
  line-height: 1.5;
  text-align: center;
}

.projects-section {
  background: #f0edf4;
}

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

.project-card {
  position: relative;
  height: 430px;
  overflow: hidden;
  border-radius: 27px;
  background: #ded9e7;
}

.project-card-2 {
  transform: translateY(24px);
}

.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.project-card-2 img {
  object-position: center;
  mix-blend-mode: multiply;
}

.project-card:hover img {
  transform: scale(1.04);
}

.project-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(to top, rgba(24, 16, 43, 0.85), transparent 65%);
  padding: 18px;
  color: white;
}

.project-location {
  align-self: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(28, 20, 49, 0.36);
  padding: 7px 10px;
  font-size: 9px;
  font-weight: 690;
  backdrop-filter: blur(8px);
}

.project-overlay > div:last-child > span {
  color: #d8cfff;
  font-size: 10px;
  font-weight: 710;
}

.project-overlay h3 {
  max-width: 290px;
  margin: 7px 0 16px;
  font-size: 25px;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.project-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d6cfdf;
  font-size: 8px;
}

.project-meta i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #bdaeff;
}

.request-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 10%, rgba(129, 87, 231, 0.35), transparent 30%),
    #22173a;
  color: white;
}

.request-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(30deg, transparent 46%, #ad99ea 47%, transparent 49%),
    linear-gradient(150deg, transparent 46%, #ad99ea 47%, transparent 49%);
  background-size: 32px 56px;
  pointer-events: none;
  mask-image: linear-gradient(90deg, black, transparent 70%);
}

.request-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(310px, 0.78fr) minmax(520px, 1fr);
  align-items: center;
  gap: 90px;
}

.request-benefits {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.request-benefits > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.request-benefits span {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: #c7b8ff;
  font-size: 8px;
  font-weight: 770;
}

.request-benefits p {
  margin: 0;
  color: #d4cedd;
  font-size: 11px;
  line-height: 1.55;
}

.privacy-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 20px;
  color: #a9a2b3;
  font-size: 9px;
  line-height: 1.5;
}

.privacy-note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: #bcaaff;
}

.request-form-card {
  min-width: 0;
  border-radius: 29px;
  background: white;
  box-shadow: 0 35px 90px rgba(13, 7, 26, 0.28);
  padding: 27px;
  color: var(--ink);
}

.form-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.form-heading > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.form-heading span {
  color: var(--purple);
  font-size: 8px;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.form-heading h3 {
  margin: 0;
  font-size: 23px;
  letter-spacing: -0.045em;
}

.form-progress {
  display: flex;
  gap: 4px;
  margin-top: 8px;
}

.form-progress i {
  width: 24px;
  height: 4px;
  border-radius: 999px;
  background: #e6e1eb;
}

.form-progress i:first-child {
  background: var(--purple);
}

.request-form-card form,
.company-modal form {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px;
}

.request-form-card label,
.company-modal label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.request-form-card label > span,
.company-modal label > span {
  color: #655e70;
  font-size: 9px;
  font-weight: 680;
}

.request-form-card input:not([type="checkbox"]):not([type="file"]),
.request-form-card select,
.request-form-card textarea,
.company-modal input,
.company-modal textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(48, 35, 78, 0.12);
  border-radius: 12px;
  outline: 0;
  background: #faf9fb;
  padding: 0 13px;
  color: var(--ink);
  font-size: 11px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.request-form-card textarea,
.company-modal textarea {
  min-height: 86px;
  resize: vertical;
  padding-top: 12px;
}

.request-form-card input:focus,
.request-form-card select:focus,
.request-form-card textarea:focus,
.company-modal input:focus,
.company-modal textarea:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 3px rgba(101, 67, 211, 0.1);
}

.selected-work-summary {
  border-radius: 13px;
  background: #f1edff;
  padding: 12px;
}

.selected-work-summary > span {
  display: block;
  margin-bottom: 7px;
  color: #746a84;
  font-size: 8px;
}

.selected-work-summary > div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.selected-work-summary > div > span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 999px;
  background: white;
  padding: 5px 7px;
  color: var(--purple-dark);
  font-size: 8px;
  font-weight: 700;
}

.selected-work-summary .mini-icon {
  width: 11px;
  height: 11px;
}

.file-upload {
  min-height: 78px;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  border: 1px dashed rgba(101, 67, 211, 0.3);
  border-radius: 15px;
  background: #f8f6ff;
  padding: 13px;
  cursor: pointer;
}

.file-upload > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.file-upload-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: white;
  color: var(--purple);
}

.file-upload-icon svg {
  width: 21px;
}

.file-upload > div:nth-child(3) {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.file-upload strong {
  font-size: 10px;
}

.file-upload > div:nth-child(3) span {
  color: #8a8294;
  font-size: 7.5px;
}

.file-upload > em {
  border-radius: 999px;
  background: white;
  padding: 7px 9px;
  color: var(--purple);
  font-size: 8px;
  font-style: normal;
  font-weight: 720;
}

.consent-field {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 8px !important;
}

.consent-field input {
  width: 15px;
  height: 15px;
  margin: 1px 0 0;
  accent-color: var(--purple);
}

.consent-field span {
  color: #827b8b !important;
  font-size: 8px !important;
  line-height: 1.45;
}

.form-submit {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 999px;
  background: var(--purple-dark);
  color: white;
  cursor: pointer;
  font-size: 11px;
  font-weight: 740;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.form-submit:hover {
  background: var(--purple);
  transform: translateY(-1px);
}

.form-submit svg {
  width: 16px;
}

.form-success {
  min-height: 470px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 35px;
  text-align: center;
}

.success-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 19px;
  border-radius: 50%;
  background: #daf5e8;
  color: #28775f;
}

.success-icon svg {
  width: 31px;
  height: 31px;
}

.form-success > span {
  color: var(--purple);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.form-success h3 {
  max-width: 450px;
  margin: 9px 0 12px;
  font-size: 26px;
  letter-spacing: -0.045em;
}

.form-success p {
  max-width: 460px;
  margin: 0;
  color: #706979;
  font-size: 11px;
  line-height: 1.65;
}

.form-success button {
  margin-top: 21px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--purple);
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
}

.faq-section {
  max-width: 980px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list article {
  border-bottom: 1px solid var(--line);
}

.faq-list article > button {
  width: 100%;
  min-height: 82px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  border: 0;
  background: transparent;
  padding: 0 5px;
  cursor: pointer;
  text-align: left;
}

.faq-list button > span {
  color: #a097ad;
  font-size: 9px;
  font-weight: 750;
}

.faq-list button > strong {
  font-size: 15px;
  letter-spacing: -0.02em;
}

.faq-list button > i {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eeebf5;
  color: var(--purple);
  font-size: 18px;
  font-style: normal;
}

.faq-list article > div {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 250ms ease;
}

.faq-list article > div > p {
  max-width: 760px;
  overflow: hidden;
  margin: 0;
  padding: 0 55px;
  color: #6d6677;
  font-size: 12px;
  line-height: 1.7;
}

.faq-list article.open > div {
  grid-template-rows: 1fr;
}

.faq-list article.open > div > p {
  padding-bottom: 23px;
}

.site-footer {
  background: #171124;
  color: white;
}

.footer-cta,
.footer-main,
.footer-bottom {
  width: min(1230px, calc(100% - 64px));
  margin: 0 auto;
}

.footer-cta {
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-cta > div > span {
  color: #b8a9ef;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-cta h2 {
  max-width: 710px;
  margin: 10px 0 0;
  font-size: clamp(28px, 3.5vw, 46px);
  letter-spacing: -0.05em;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(250px, 1.5fr) repeat(3, minmax(130px, 0.6fr));
  gap: 60px;
  padding: 60px 0;
}

.footer-brand .brand-mark {
  color: #8b6cef;
}

.footer-brand > p {
  max-width: 280px;
  margin: 18px 0 0;
  color: #aaa3b3;
  font-size: 11px;
  line-height: 1.65;
}

.footer-main > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-main > div > strong {
  margin-bottom: 4px;
  color: #c8baff;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-main a,
.footer-main > div > span {
  color: #b8b1c0;
  font-size: 10px;
  line-height: 1.4;
  transition: color 180ms ease;
}

.footer-main a:hover {
  color: white;
}

.footer-bottom {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #8c8594;
  font-size: 8px;
}

.footer-bottom > div {
  display: flex;
  gap: 18px;
}

.selection-basket {
  position: fixed;
  z-index: 80;
  right: 22px;
  bottom: 22px;
  min-width: 240px;
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 21px;
  background: rgba(40, 26, 73, 0.94);
  box-shadow: 0 20px 50px rgba(31, 20, 57, 0.28);
  padding: 10px 14px 10px 10px;
  color: white;
  backdrop-filter: blur(14px);
}

.selection-basket > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.selection-basket > div > span {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--purple);
  font-size: 14px;
  font-weight: 800;
}

.selection-basket p {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin: 0;
}

.selection-basket strong {
  font-size: 10px;
}

.selection-basket small {
  color: #bdb5c8;
  font-size: 8px;
}

.selection-basket > svg {
  width: 17px;
}

.modal-backdrop {
  position: fixed;
  z-index: 300;
  inset: 0;
  display: grid;
  place-items: center;
  overflow-y: auto;
  background: rgba(20, 13, 35, 0.7);
  padding: 25px;
  backdrop-filter: blur(10px);
}

.company-modal {
  position: relative;
  width: min(540px, 100%);
  max-height: calc(100vh - 50px);
  overflow-y: auto;
  border-radius: 29px;
  background: white;
  box-shadow: 0 40px 100px rgba(10, 5, 19, 0.4);
  padding: 28px;
}

.modal-close {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 16px;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #f1eef5;
  color: #635b6f;
  cursor: pointer;
  font-size: 20px;
}

.modal-company {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 35px;
}

.modal-company > div:last-child {
  min-width: 0;
}

.modal-company > div:last-child > span {
  color: var(--purple);
  font-size: 8px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.modal-company h3 {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 3px 0;
  font-size: 20px;
  letter-spacing: -0.04em;
}

.modal-company p {
  margin: 0;
  color: #81798b;
  font-size: 9px;
}

.modal-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 20px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 13px 0;
}

.modal-proof span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 999px;
  background: #f3f0f8;
  padding: 6px 8px;
  color: #635b70;
  font-size: 8px;
  font-weight: 680;
}

.modal-proof svg {
  width: 13px;
  height: 13px;
}

.modal-proof span:first-child svg {
  fill: #efb53a;
  color: #efb53a;
}

.modal-small {
  display: block;
  margin-top: 12px;
  color: #8b8493;
  font-size: 8px;
  line-height: 1.45;
  text-align: center;
}

.modal-success {
  min-height: 380px;
  padding: 20px;
}

@media (max-width: 1240px) {
  .hero-inner {
    grid-template-columns: minmax(320px, 0.75fr) minmax(580px, 1.25fr);
    gap: 30px;
  }

  .hero h1 {
    font-size: clamp(50px, 5vw, 67px);
  }

  .active-service {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .active-service-meta {
    display: none;
  }

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

  .final-process {
    grid-column: span 2;
  }

  .request-inner {
    gap: 55px;
  }
}

@media (max-width: 1020px) {
  .header-inner,
  .hero-inner,
  .proof-inner,
  .section-shell,
  .footer-cta,
  .footer-main,
  .footer-bottom {
    width: min(100% - 40px, 900px);
  }

  .main-nav {
    position: fixed;
    top: 77px;
    right: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid rgba(53, 34, 95, 0.1);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow);
    padding: 12px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: 180ms ease;
  }

  .main-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    border-radius: 12px;
    padding: 14px;
    font-size: 15px;
  }

  .main-nav a:hover {
    background: #f4f1ff;
  }

  .main-nav a::after {
    display: none;
  }

  .header-cta {
    margin-left: auto;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    place-content: center;
    gap: 6px;
    border: 1px solid rgba(53, 34, 95, 0.1);
    border-radius: 50%;
    background: white;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 18px;
    height: 2px;
    display: block;
    border-radius: 9px;
    background: var(--purple-dark);
    transition: 180ms ease;
  }

  .menu-toggle.is-open span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle.is-open span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding: 58px 0;
  }

  .hero-copy {
    max-width: 740px;
    padding: 0;
  }

  .hero h1 {
    max-width: 700px;
    font-size: clamp(52px, 8vw, 76px);
  }

  .house-experience {
    margin-top: 5px;
  }

  .house-visual {
    min-height: 460px;
  }

  .proof-inner {
    min-height: 150px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
  }

  .proof-inner > div {
    justify-content: flex-start;
  }

  .section-shell {
    padding: 92px 0;
  }

  .split-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 24px;
  }

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

  .final-process {
    grid-column: auto;
  }

  .company-filters {
    grid-template-columns: 1fr 1fr;
  }

  .project-guide-strip {
    grid-template-columns: auto 1fr;
  }

  .guide-points {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
    padding-top: 16px;
    padding-left: 0;
  }

  .filter-title,
  .filter-result {
    min-height: 44px;
  }

  .selection-inner,
  .request-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .selection-copy,
  .request-copy {
    max-width: 720px;
  }

  .calculator-card {
    grid-template-columns: 1fr;
  }

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

  .project-card-2 {
    transform: none;
  }

  .project-card-3 {
    grid-column: 1 / -1;
    height: 390px;
  }

  .footer-main {
    grid-template-columns: 1.2fr repeat(3, 0.7fr);
    gap: 30px;
  }
}

@media (max-width: 720px) {
  [id] {
    scroll-margin-top: 68px;
  }

  .site-header {
    height: 68px;
  }

  .header-inner,
  .hero-inner,
  .proof-inner,
  .section-shell,
  .footer-cta,
  .footer-main,
  .footer-bottom {
    width: calc(100% - 30px);
  }

  .brand-mark {
    width: 31px;
    height: 31px;
  }

  .brand-word {
    font-size: 23px;
  }

  .header-cta {
    display: none;
  }

  .main-nav {
    top: 68px;
    right: 15px;
    left: 15px;
  }

  .hero-inner {
    padding: 38px 0 42px;
    gap: 34px;
  }

  .eyebrow {
    margin-bottom: 17px;
    font-size: 9px;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 62px);
    letter-spacing: -0.06em;
  }

  .hero-lead {
    margin-top: 20px;
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    margin-top: 25px;
  }

  .primary-button {
    width: 100%;
  }

  .text-button {
    align-items: center;
  }

  .trust-points {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .hero-stats {
    margin-top: 28px;
  }

  .hero-stats > div {
    padding-right: 8px;
  }

  .hero-stats > div + div {
    padding-left: 10px;
  }

  .hero-stats strong {
    font-size: 23px;
  }

  .hero-stats span {
    font-size: 9px;
  }

  .house-experience {
    margin-right: -7px;
    margin-left: -7px;
    border-radius: 26px;
    padding: 10px;
  }

  .house-toolbar {
    align-items: flex-start;
    flex-direction: column;
    padding: 5px 5px 12px;
  }

  .mode-switch {
    width: 100%;
  }

  .mode-switch button {
    flex: 1;
  }

  .house-visual {
    min-height: 330px;
    border-radius: 20px;
  }

  .house-visual img {
    inset: -2% -17% 0;
    width: 134%;
    height: 103%;
  }

  .house-hint {
    top: 10px;
    left: 10px;
  }

  .hotspot {
    width: 20px;
    height: 20px;
  }

  .hotspot-core {
    inset: 6px;
  }

  .hotspot-label {
    display: none;
  }

  .active-service {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    margin: -8px 5px 0;
    border-radius: 18px;
    padding: 12px;
  }

  .active-service-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .active-service-copy p {
    -webkit-line-clamp: 3;
  }

  .add-button {
    width: 100%;
    margin-top: 2px;
  }

  .active-service-actions {
    grid-column: 1 / -1;
    width: 100%;
    justify-items: stretch;
    text-align: center;
  }

  .service-rail {
    grid-template-columns: repeat(9, 72px);
    overflow-x: auto;
    padding: 4px 3px 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .service-rail::-webkit-scrollbar {
    display: none;
  }

  .service-rail button {
    scroll-snap-align: start;
  }

  .proof-inner {
    min-height: auto;
    padding: 38px 0;
  }

  .proof-inner > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .section-shell {
    padding: 72px 0;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2,
  .selection-copy h2,
  .request-copy h2 {
    font-size: clamp(36px, 11vw, 49px);
  }

  .section-heading > p,
  .split-heading > p,
  .split-heading > div:last-child > p,
  .centered-heading > p {
    font-size: 14px;
  }

  .process-grid,
  .company-grid,
  .documents-grid,
  .projects-grid,
  .selection-checks {
    grid-template-columns: 1fr;
  }

  .process-card {
    min-height: 315px;
  }

  .not-marketplace {
    grid-template-columns: auto 1fr;
    padding: 17px;
  }

  .not-marketplace > a {
    grid-column: 1 / -1;
    justify-content: center;
    min-height: 38px;
    border-radius: 999px;
    background: white;
  }

  .project-guide-strip {
    grid-template-columns: auto 1fr;
    padding: 17px;
  }

  .guide-avatar {
    width: 48px;
    height: 48px;
  }

  .guide-copy strong {
    font-size: 12px;
  }

  .guide-points {
    grid-template-columns: 1fr;
  }

  .company-filters {
    grid-template-columns: 1fr;
  }

  .company-work-image {
    height: 205px;
  }

  .selection-inner,
  .request-inner {
    gap: 38px;
  }

  .selection-checks article {
    min-height: 125px;
  }

  .documents-callout {
    align-items: stretch;
    flex-direction: column;
  }

  .documents-callout > div {
    align-items: flex-start;
  }

  .documents-callout .primary-button {
    width: 100%;
  }

  .calculator-tabs {
    width: 100%;
    overflow-x: auto;
    border-radius: 18px;
  }

  .calculator-tabs button {
    min-width: 145px;
    flex: 1 0 auto;
  }

  .calculator-card {
    border-radius: 23px;
  }

  .calculator-inputs,
  .calculator-result {
    min-height: auto;
    padding: 26px 20px;
  }

  .calculator-result {
    min-height: 410px;
  }

  .choice-field > div,
  .number-field-grid {
    grid-template-columns: 1fr;
  }

  .projects-grid .project-card {
    grid-column: auto;
    height: 390px;
  }

  .request-form-card {
    border-radius: 22px;
    padding: 18px;
  }

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

  .file-upload {
    grid-template-columns: auto 1fr;
  }

  .file-upload > em {
    grid-column: 1 / -1;
    text-align: center;
  }

  .faq-list article > button {
    gap: 12px;
  }

  .faq-list button > strong {
    font-size: 13px;
  }

  .faq-list article > div > p {
    padding-right: 0;
    padding-left: 34px;
  }

  .footer-cta {
    min-height: 260px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
  }

  .footer-cta .light-button {
    width: 100%;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 35px 24px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    min-height: 120px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }

  .footer-bottom > div {
    flex-wrap: wrap;
    gap: 9px 15px;
  }

  .selection-basket {
    right: 15px;
    bottom: 15px;
    left: 15px;
    min-width: 0;
  }

  .modal-backdrop {
    padding: 12px;
  }

  .company-modal {
    max-height: calc(100vh - 24px);
    border-radius: 22px;
    padding: 20px;
  }
}

/* Nametra materials, financing and integrated offer controls */
.active-service-materials {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 2px;
  padding: 12px 14px;
  border: 1px solid rgba(101, 67, 211, 0.14);
  border-radius: 15px;
  background: linear-gradient(100deg, rgba(238, 233, 255, 0.8), rgba(235, 247, 255, 0.78));
}

.active-service-materials > div {
  min-width: 0;
}

.active-service-materials span {
  display: block;
  color: var(--purple);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.active-service-materials p {
  overflow: hidden;
  margin: 3px 0;
  color: #403653;
  font-size: 10px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.active-service-materials small {
  display: block;
  overflow: hidden;
  color: #746d82;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.active-service-materials button {
  flex: 0 0 auto;
  min-height: 36px;
  border: 1px solid rgba(101, 67, 211, 0.24);
  border-radius: 999px;
  background: white;
  padding: 0 13px;
  color: var(--purple-dark);
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
}

.active-service-materials button.is-added {
  border-color: #3a9b70;
  background: #edf9f3;
  color: #257654;
}

.interior-material-preview {
  margin-top: 12px;
  padding: 13px;
  border: 1px solid rgba(101, 67, 211, 0.14);
  border-radius: 12px;
  background: #f4f0ff;
}

.interior-material-preview > span {
  color: var(--purple);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.interior-material-preview p {
  margin: 5px 0 10px;
  color: #514862;
  font-size: 11px;
  line-height: 1.45;
}

.interior-material-preview button {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--purple);
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
}

.materials-program {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 5%, rgba(223, 199, 255, 0.33), transparent 28%),
    radial-gradient(circle at 91% 18%, rgba(182, 225, 255, 0.34), transparent 29%),
    #f9f8fc;
}

.materials-program .section-shell {
  padding-top: 104px;
  padding-bottom: 104px;
}

.materials-program-head {
  display: grid;
  align-items: end;
  gap: 45px;
  margin-bottom: 38px;
  grid-template-columns: minmax(0, 1fr) 230px;
}

.materials-program-head h2 {
  max-width: 870px;
  margin: 12px 0 18px;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 0.99;
  letter-spacing: -0.055em;
}

.materials-program-head p {
  max-width: 780px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
}

.materials-saving-badge {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-radius: 22px;
  background: var(--purple-dark);
  box-shadow: 0 18px 45px rgba(53, 34, 95, 0.16);
  color: white;
}

.materials-saving-badge::after {
  position: absolute;
  width: 100px;
  height: 100px;
  right: -35px;
  bottom: -45px;
  border-radius: 50%;
  background: rgba(191, 174, 255, 0.25);
  content: "";
}

.materials-saving-badge strong,
.materials-saving-badge span {
  position: relative;
  z-index: 1;
  display: block;
}

.materials-saving-badge strong {
  margin-bottom: 6px;
  color: #d8ccff;
  font-size: 30px;
  letter-spacing: -0.05em;
}

.materials-saving-badge span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  line-height: 1.45;
}

.materials-category-grid {
  display: grid;
  gap: 9px;
  margin-bottom: 18px;
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.materials-category-grid button {
  display: grid;
  min-width: 0;
  min-height: 105px;
  align-content: center;
  justify-items: start;
  gap: 10px;
  border: 1px solid rgba(53, 34, 95, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.78);
  padding: 13px;
  color: var(--purple-dark);
  cursor: pointer;
  text-align: left;
  transition: 170ms ease;
}

.materials-category-grid button:hover,
.materials-category-grid button.active {
  border-color: var(--purple);
  background: var(--purple-dark);
  box-shadow: 0 12px 28px rgba(53, 34, 95, 0.14);
  color: white;
  transform: translateY(-2px);
}

.materials-category-grid svg {
  width: 24px;
}

.materials-category-grid span,
.materials-category-grid strong,
.materials-category-grid small {
  display: block;
  min-width: 0;
}

.materials-category-grid strong {
  font-size: 11px;
}

.materials-category-grid small {
  overflow: hidden;
  margin-top: 3px;
  color: currentColor;
  font-size: 8px;
  opacity: 0.64;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.materials-program-main {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.2fr) minmax(380px, 0.8fr);
}

.materials-bundle-card,
.materials-saving-card {
  border: 1px solid rgba(53, 34, 95, 0.1);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(53, 34, 95, 0.07);
  padding: 34px;
}

.bundle-kicker {
  color: var(--purple);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.materials-bundle-card > h3,
.materials-saving-card > h3 {
  margin: 8px 0 9px;
  font-size: 28px;
  letter-spacing: -0.04em;
}

.materials-bundle-card > p {
  margin: 0 0 25px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.6;
}

.bundle-flow {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}

.bundle-flow > div {
  display: grid;
  gap: 10px;
  padding: 15px;
  border-radius: 13px;
  background: #f7f5fc;
  grid-template-columns: auto 1fr;
}

.bundle-flow b {
  color: #b39ee9;
  font-size: 11px;
}

.bundle-flow span,
.bundle-flow strong,
.bundle-flow small {
  display: block;
}

.bundle-flow strong {
  font-size: 11px;
}

.bundle-flow small {
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 9px;
  line-height: 1.4;
}

.bundle-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.bundle-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border-radius: 999px;
  background: var(--lavender);
  color: var(--purple-dark);
  font-size: 9px;
  font-weight: 750;
}

.bundle-benefits svg {
  width: 13px;
}

.materials-saving-card {
  background:
    radial-gradient(circle at 90% 5%, rgba(191, 174, 255, 0.24), transparent 36%),
    var(--purple-dark);
  color: white;
}

.materials-saving-card .bundle-kicker {
  color: #cfc0ff;
}

.materials-saving-card > h3 {
  max-width: 370px;
}

.materials-saving-card > label {
  display: block;
  margin: 23px 0 18px;
}

.materials-saving-card > label > span,
.materials-saving-card > label > strong {
  display: block;
}

.materials-saving-card > label > span {
  color: rgba(255, 255, 255, 0.61);
  font-size: 10px;
}

.materials-saving-card > label > strong {
  margin: 4px 0 13px;
  font-size: 25px;
}

.materials-saving-card input[type="range"] {
  width: 100%;
  accent-color: #bfaeff;
}

.saving-comparison {
  display: grid;
  gap: 9px;
  grid-template-columns: 1fr 1fr;
}

.saving-comparison > div {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.06);
}

.saving-comparison span,
.saving-comparison strong {
  display: block;
}

.saving-comparison span {
  color: rgba(255, 255, 255, 0.54);
  font-size: 8px;
}

.saving-comparison strong {
  margin-top: 4px;
  font-size: 13px;
}

.saving-comparison .partner-price {
  border-color: rgba(191, 174, 255, 0.4);
  background: rgba(191, 174, 255, 0.13);
}

.saving-result {
  margin: 10px 0 18px;
  padding: 15px;
  border-radius: 13px;
  background: white;
  color: var(--purple-dark);
}

.saving-result span,
.saving-result strong,
.saving-result small {
  display: block;
}

.saving-result span {
  color: var(--ink-soft);
  font-size: 9px;
}

.saving-result strong {
  margin: 3px 0;
  color: var(--purple);
  font-size: 23px;
}

.saving-result small {
  color: #756d85;
  font-size: 9px;
}

.materials-saving-card .primary-button {
  width: 100%;
  background: #bfaeff;
  color: var(--purple-dark);
}

.calculation-disclaimer {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 8px;
  line-height: 1.45;
}

.materials-program--compact .section-shell {
  padding-top: 78px;
  padding-bottom: 78px;
}

.materials-program--compact .materials-program-head h2 {
  font-size: clamp(36px, 4vw, 55px);
}

.financing-section {
  background: white;
}

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

.finance-grid article {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  padding: 28px;
  border: 1px solid rgba(53, 34, 95, 0.1);
  border-radius: 22px;
  background: #faf9fd;
}

.finance-grid article > span {
  position: absolute;
  top: 22px;
  right: 24px;
  color: #c9bfde;
  font-size: 11px;
  font-weight: 800;
}

.finance-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 15px;
  background: var(--lavender);
  color: var(--purple);
}

.finance-icon svg {
  width: 25px;
}

.finance-grid h3 {
  margin: 38px 0 10px;
  font-size: 23px;
  letter-spacing: -0.04em;
}

.finance-grid p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.6;
}

.finance-grid button {
  position: absolute;
  right: 28px;
  bottom: 27px;
  left: 28px;
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  border-radius: 999px;
  background: white;
  padding: 0 14px;
  color: var(--purple-dark);
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
}

.finance-grid button:hover,
.finance-grid button.is-selected {
  background: var(--purple-dark);
  color: white;
}

.finance-grid button svg {
  width: 15px;
}

.finance-partners {
  display: grid;
  align-items: center;
  gap: 28px;
  margin-top: 16px;
  padding: 27px 30px;
  border-radius: 20px;
  background: var(--purple-dark);
  color: white;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
}

.finance-partners > div:first-child > span {
  color: #c9b8ff;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.finance-partners h3 {
  margin: 5px 0 6px;
  font-size: 21px;
}

.finance-partners p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  line-height: 1.5;
}

.finance-partner-placeholder,
.finance-partner-list {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(3, 1fr);
}

.finance-partner-placeholder span,
.finance-partner-list a {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  padding: 12px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 9px;
  font-weight: 700;
  text-align: center;
}

.finance-partner-list a {
  justify-content: flex-start;
  gap: 9px;
  border-style: solid;
  color: white;
}

.finance-partner-list img {
  width: 48px;
  height: 32px;
  object-fit: contain;
}

.finance-partner-list strong,
.finance-partner-list small {
  display: block;
}

.finance-partner-list small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 8px;
}

.finance-disclaimer {
  margin: 13px 0 0;
  color: #8a8395;
  font-size: 9px;
  line-height: 1.5;
}

.material-package-field {
  margin: 0;
  padding: 0;
  border: 0;
}

.material-package-field legend {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 700;
}

.material-package-options {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(3, 1fr);
}

.material-package-options label {
  position: relative;
  cursor: pointer;
}

.material-package-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.material-package-options label > span {
  display: flex;
  min-height: 74px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.06);
  padding: 11px;
  transition: 160ms ease;
}

.material-package-options input:checked + span {
  border-color: #c6b5ff;
  background: rgba(198, 181, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(198, 181, 255, 0.28);
}

.material-package-options b,
.material-package-options small {
  display: block;
}

.material-package-options b {
  color: white;
  font-size: 10px;
}

.material-package-options small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.51);
  font-size: 8px;
  line-height: 1.35;
}

.material-package-field .field-note {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 8px;
}

.input-with-unit {
  position: relative;
}

.input-with-unit em {
  position: absolute;
  top: 50%;
  right: 13px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  font-style: normal;
  transform: translateY(-50%);
}

.calculator-result-actions {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.calculator-result-actions > button {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: transparent;
  color: white;
  cursor: pointer;
  font-size: 10px;
  font-weight: 750;
}

.calculator-result-actions > button svg {
  width: 15px;
}

@media (max-width: 1120px) {
  .materials-category-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .materials-program-main {
    grid-template-columns: 1fr;
  }

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

  .finance-grid article:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .active-service-materials {
    align-items: stretch;
    flex-direction: column;
  }

  .active-service-materials p,
  .active-service-materials small {
    white-space: normal;
  }

  .active-service-materials button {
    width: 100%;
  }

  .materials-program .section-shell,
  .materials-program--compact .section-shell {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .materials-program-head {
    grid-template-columns: 1fr;
  }

  .materials-program-head h2 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .materials-saving-badge {
    width: 100%;
  }

  .materials-category-grid {
    display: flex;
    overflow-x: auto;
    padding-bottom: 7px;
    scroll-snap-type: x mandatory;
  }

  .materials-category-grid button {
    width: 126px;
    flex: 0 0 126px;
    scroll-snap-align: start;
  }

  .materials-bundle-card,
  .materials-saving-card {
    padding: 23px;
  }

  .bundle-flow,
  .saving-comparison,
  .finance-grid,
  .finance-partners,
  .finance-partner-placeholder,
  .finance-partner-list,
  .material-package-options {
    grid-template-columns: 1fr;
  }

  .finance-grid article:last-child {
    grid-column: auto;
  }

  .finance-partners {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Nametra TVS vidiniai puslapiai ir vidaus darbų režimas */

.footer-bottom button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.company-actions a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
}

.company-actions a svg {
  width: 17px;
}

.interior-section {
  padding: 112px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 15%, rgba(203, 185, 255, 0.2), transparent 30%),
    linear-gradient(180deg, #fcfbff, #f5f3fb);
}

.interior-experience {
  display: grid;
  overflow: hidden;
  margin-top: 48px;
  border: 1px solid rgba(53, 34, 95, 0.1);
  border-radius: 30px;
  background: white;
  box-shadow: var(--shadow);
  grid-template-columns: minmax(0, 1.8fr) minmax(310px, 0.7fr);
}

.interior-visual {
  position: relative;
  min-height: 610px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 10%, rgba(208, 184, 255, 0.25), transparent 35%),
    #eef0fb;
}

.interior-visual::after {
  position: absolute;
  inset: auto 0 0;
  height: 25%;
  background: linear-gradient(transparent, rgba(34, 24, 64, 0.12));
  content: "";
  pointer-events: none;
}

.interior-visual > img {
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
}

.interior-hotspot {
  z-index: 3;
}

.interior-panel {
  display: flex;
  flex-direction: column;
  padding: 38px 32px;
}

.interior-panel h3 {
  margin: 10px 0 8px;
  font-size: 27px;
  letter-spacing: -0.8px;
}

.interior-panel > p {
  min-height: 62px;
  margin: 0 0 8px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.55;
}

.interior-panel > strong {
  color: var(--purple);
  font-size: 15px;
}

.interior-service-list {
  display: grid;
  gap: 7px;
  margin: 22px 0 28px;
}

.interior-service-list button {
  display: flex;
  min-height: 42px;
  align-items: center;
  gap: 10px;
  padding: 7px 12px;
  border: 1px solid rgba(53, 34, 95, 0.1);
  border-radius: 11px;
  background: #faf9fd;
  color: #4f4763;
  cursor: pointer;
  font-size: 13px;
  font-weight: 650;
  text-align: left;
  transition: 160ms ease;
}

.interior-service-list button:hover,
.interior-service-list button.active {
  border-color: rgba(101, 67, 211, 0.45);
  background: var(--lavender);
  color: var(--purple-dark);
  transform: translateX(3px);
}

.interior-service-list .mini-icon {
  width: 17px;
  opacity: 0.35;
}

.interior-service-list button.active .mini-icon {
  opacity: 1;
}

.interior-panel .primary-button {
  margin-top: auto;
}

.materials-callout {
  display: grid;
  align-items: center;
  gap: 26px;
  margin-top: 24px;
  padding: 32px 36px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 0, rgba(191, 174, 255, 0.28), transparent 38%),
    var(--purple-dark);
  color: white;
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.materials-icon {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.09);
}

.materials-icon svg {
  width: 34px;
}

.materials-callout > div:nth-child(2) > span {
  color: var(--purple-light);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.materials-callout h3 {
  margin: 7px 0 8px;
  font-size: 25px;
  letter-spacing: -0.6px;
}

.materials-callout p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.73);
  font-size: 14px;
  line-height: 1.55;
}

.materials-callout small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
}

.materials-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}

.materials-badges span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  font-size: 11px;
  font-weight: 650;
}

.materials-badges svg {
  width: 14px;
}

.inner-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 74px;
  background:
    radial-gradient(circle at 84% 10%, rgba(179, 219, 255, 0.42), transparent 30%),
    radial-gradient(circle at 18% 10%, rgba(229, 195, 255, 0.34), transparent 34%),
    linear-gradient(135deg, #fbf9ff, #f3f7ff);
}

.inner-hero-grid {
  display: grid;
  align-items: center;
  gap: 64px;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
}

.inner-hero h1,
.simple-inner-hero h1,
.company-profile-main h1 {
  max-width: 760px;
  margin: 14px 0 22px;
  font-size: clamp(44px, 5.2vw, 76px);
  line-height: 0.99;
  letter-spacing: -3.8px;
}

.inner-hero p {
  max-width: 690px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.65;
}

.service-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 29px;
}

.service-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(101, 67, 211, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #4b4166;
  font-size: 12px;
  font-weight: 650;
}

.service-benefits svg {
  width: 15px;
  color: var(--purple);
}

.inner-hero-image {
  position: relative;
  height: 490px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(45, 31, 88, 0.18);
}

.inner-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-hero-image > span {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(26, 18, 55, 0.16);
  color: var(--purple-dark);
  font-size: 12px;
  font-weight: 750;
}

.inner-hero-image > span svg {
  width: 19px;
  color: var(--purple);
}

.simple-inner-hero {
  padding: 90px 0;
  text-align: center;
}

.simple-inner-hero h1,
.simple-inner-hero p {
  margin-right: auto;
  margin-left: auto;
}

.inner-companies {
  border-top: 1px solid rgba(53, 34, 95, 0.06);
}

.company-profile-hero {
  padding: 86px 0 66px;
  background:
    radial-gradient(circle at 80% 12%, rgba(185, 217, 255, 0.42), transparent 32%),
    linear-gradient(135deg, #fbf9ff, #f3f7ff);
}

.company-profile-grid {
  display: grid;
  align-items: center;
  gap: 70px;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
}

.company-profile-logo {
  display: grid;
  width: 72px;
  height: 72px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 20px;
  box-shadow: 0 14px 35px rgba(38, 29, 67, 0.16);
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.company-profile-main h1 {
  display: flex;
  align-items: center;
  gap: 13px;
}

.company-profile-main h1 .verified-icon {
  flex: 0 0 auto;
}

.company-profile-main > p {
  max-width: 620px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.65;
}

.company-profile-main .company-badges {
  margin: 24px 0 28px;
}

.company-profile-image {
  position: relative;
  height: 500px;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: var(--shadow);
}

.company-profile-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-rating {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 15px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 35px rgba(31, 22, 62, 0.18);
}

.profile-rating svg {
  width: 20px;
  color: #f2ab26;
}

.profile-rating strong {
  font-size: 18px;
}

.profile-rating span {
  color: var(--ink-soft);
  font-size: 11px;
}

.company-profile-details {
  padding-top: 0;
  padding-bottom: 110px;
}

.profile-facts {
  position: relative;
  z-index: 2;
  display: grid;
  margin-top: -18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(44, 30, 84, 0.1);
  grid-template-columns: repeat(4, 1fr);
}

.profile-facts > div {
  padding: 23px;
  text-align: center;
}

.profile-facts > div + div {
  border-left: 1px solid var(--line);
}

.profile-facts strong,
.profile-facts span {
  display: block;
}

.profile-facts strong {
  color: var(--purple-dark);
  font-size: 26px;
}

.profile-facts span {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 11px;
}

.profile-content {
  display: grid;
  gap: 70px;
  padding-top: 76px;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
}

.profile-content article h2 {
  margin: 10px 0 18px;
  font-size: 38px;
  letter-spacing: -1.6px;
}

.profile-content article p {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.72;
}

.profile-content article h3 {
  margin-top: 30px;
}

.profile-content aside {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #f8f6fd;
}

.profile-content aside h3 {
  margin-top: 0;
}

.profile-content dl {
  margin: 18px 0;
}

.profile-content dl div {
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.profile-content dt {
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.profile-content dd {
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.profile-content aside small {
  color: var(--ink-soft);
  font-size: 10px;
  line-height: 1.5;
}

.rich-section {
  padding-top: 82px;
  padding-bottom: 110px;
}

.rich-content {
  max-width: 880px;
  margin: 0 auto;
  color: #49425c;
  font-size: 16px;
  line-height: 1.75;
}

.rich-content h1 {
  color: var(--ink);
  font-size: 48px;
  letter-spacing: -2px;
}

.rich-content h2 {
  margin-top: 44px;
  color: var(--ink);
  font-size: 28px;
  letter-spacing: -0.8px;
}

.rich-content a {
  color: var(--purple);
  text-decoration: underline;
}

.thank-you-section {
  display: grid;
  min-height: 70vh;
  padding: 80px 24px;
  place-items: center;
  background:
    radial-gradient(circle at 30% 20%, rgba(215, 188, 255, 0.36), transparent 35%),
    linear-gradient(135deg, #fbf9ff, #edf7ff);
}

.thank-you-card {
  max-width: 650px;
  padding: 54px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  text-align: center;
}

.thank-you-card > span {
  color: var(--purple);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.thank-you-card h1 {
  margin: 15px 0;
  font-size: 42px;
  letter-spacing: -1.8px;
}

.thank-you-card p {
  margin-bottom: 28px;
  color: var(--ink-soft);
  line-height: 1.65;
}

.calculator-pane > h3 {
  margin: 0 0 24px;
  font-size: 23px;
  letter-spacing: -0.5px;
}

.number-field-grid label > select {
  width: 100%;
  min-height: 51px;
  padding: 0 14px;
  border: 1px solid rgba(53, 34, 95, 0.14);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
}

.selected-work-summary > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.selected-work-summary > div > span {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--lavender);
  color: var(--purple-dark);
  font-size: 11px;
  font-weight: 650;
}

@media (max-width: 1020px) {
  .interior-experience,
  .inner-hero-grid,
  .company-profile-grid,
  .profile-content {
    grid-template-columns: 1fr;
  }

  .interior-panel {
    min-height: 540px;
  }

  .materials-callout {
    grid-template-columns: auto 1fr;
  }

  .materials-callout > a {
    grid-column: 1 / -1;
  }

  .inner-hero-image,
  .company-profile-image {
    height: 430px;
  }
}

@media (max-width: 720px) {
  .interior-section {
    padding: 76px 0;
  }

  .interior-visual,
  .interior-visual > img {
    min-height: 390px;
  }

  .interior-hotspot .hotspot-label {
    display: none;
  }

  .interior-panel {
    min-height: auto;
    padding: 28px 20px;
  }

  .materials-callout {
    padding: 25px 20px;
    grid-template-columns: 1fr;
  }

  .materials-icon {
    width: 52px;
    height: 52px;
  }

  .inner-hero,
  .company-profile-hero {
    padding: 64px 0 52px;
  }

  .inner-hero h1,
  .simple-inner-hero h1,
  .company-profile-main h1 {
    font-size: 43px;
    letter-spacing: -2px;
  }

  .inner-hero-image,
  .company-profile-image {
    height: 330px;
  }

  .profile-facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .profile-facts > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .profile-facts > div:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .profile-content {
    gap: 36px;
    padding-top: 52px;
  }

  .rich-content h1 {
    font-size: 40px;
  }

  .thank-you-card {
    padding: 38px 24px;
  }

  .thank-you-card h1 {
    font-size: 34px;
  }
}
