/* Why Sagiam: an aurora project studio built around visible decisions and real work. */
.why-page {
  --wp-night: #070817;
  --wp-night-soft: #0d1027;
  --wp-panel: rgba(18, 23, 58, .78);
  --wp-panel-solid: #12173a;
  --wp-line: rgba(205, 216, 255, .14);
  --wp-copy: #bfc8e5;
  --wp-muted: #8792b8;
  --wp-cyan: #00e7ff;
  --wp-blue: #4f7cff;
  --wp-violet: #8b5cf6;
  --wp-pink: #ff4ca0;
  --wp-green: #51e3a4;
  background: var(--wp-night);
  color: #fff;
}

.why-page main {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 7%, rgba(79, 124, 255, .18), transparent 28rem),
    var(--wp-night);
}

.why-page .site-container { position: relative; }
.why-page :is(h1, h2, h3) { font-family: 'Space Grotesk', 'DM Sans', sans-serif; }
.why-page .sp-breadcrumb { margin: 0 0 24px !important; }

.wp-hero {
  position: relative;
  min-height: calc(100svh - var(--site-header-height) - 35px);
  display: flex;
  align-items: center;
  padding: 28px 0 52px;
  isolation: isolate;
  border-bottom: 1px solid var(--wp-line);
  background:
    radial-gradient(circle at 72% 38%, rgba(0, 231, 255, .13), transparent 24rem),
    radial-gradient(circle at 22% 72%, rgba(255, 76, 160, .12), transparent 25rem),
    linear-gradient(135deg, #070817 0%, #11143a 48%, #08091c 100%);
}

.wp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .55;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.wp-hero::after {
  content: '';
  position: absolute;
  width: 440px;
  height: 440px;
  right: -190px;
  top: -170px;
  z-index: -1;
  border-radius: 50%;
  background: conic-gradient(from 90deg, var(--wp-cyan), var(--wp-violet), var(--wp-pink), var(--wp-cyan));
  filter: blur(105px);
  opacity: .18;
}

.wp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(520px, 1.06fr);
  gap: clamp(44px, 6vw, 88px);
  align-items: center;
}

.wp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #dce5ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.wp-kicker::before {
  content: '';
  width: 32px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--wp-cyan), var(--wp-pink));
  box-shadow: 0 0 14px rgba(0, 231, 255, .65);
}

.why-page .wp-hero h1 {
  max-width: 690px;
  font-size: clamp(48px, 5.4vw, 78px);
  line-height: .99;
  letter-spacing: -.065em;
  font-weight: 700;
}

.wp-gradient-text {
  color: transparent;
  background: linear-gradient(100deg, var(--wp-cyan) 4%, #9ec5ff 40%, var(--wp-violet) 70%, var(--wp-pink));
  background-clip: text;
  -webkit-background-clip: text;
  filter: drop-shadow(0 0 24px rgba(0, 231, 255, .12));
}

.wp-hero-copy > p {
  max-width: 620px;
  margin-top: 24px;
  color: var(--wp-copy);
  font-size: 17px;
  line-height: 1.75;
}

.wp-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.wp-proof-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid var(--wp-line);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  color: #d8def2;
  font-size: 12px;
}

.wp-proof-row span::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--wp-green);
  box-shadow: 0 0 12px rgba(81, 227, 164, .6);
}

.wp-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.wp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 14px 23px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: #fff !important;
  background: rgba(255,255,255,.045);
  font-size: 14px;
  font-weight: 750;
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease;
}
.wp-button-primary {
  border-color: transparent;
  color: #070817 !important;
  background: linear-gradient(100deg, var(--wp-cyan), #83aaff 54%, #bb83ff);
  box-shadow: 0 16px 42px rgba(79,124,255,.24);
}
.wp-button:hover { transform: translateY(-2px); border-color: rgba(0,231,255,.54); }
.wp-button-primary:hover { border-color: transparent; background: linear-gradient(100deg, #7bf2ff, #a9c0ff 54%, #d7aeff); }
.wp-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.wp-studio-wrap { position: relative; perspective: 1200px; }
.wp-studio-glow {
  position: absolute;
  inset: 12% 8%;
  background: conic-gradient(from 230deg, rgba(0,231,255,.7), rgba(139,92,246,.5), rgba(255,76,160,.6), rgba(0,231,255,.7));
  filter: blur(80px);
  opacity: .2;
  border-radius: 50%;
}
.wp-studio {
  --rx: 0deg;
  --ry: 0deg;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(192, 208, 255, .2);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(23,29,70,.94), rgba(8,11,30,.94));
  box-shadow: 0 40px 110px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.07);
  transform: rotateX(var(--rx)) rotateY(var(--ry));
  transform-style: preserve-3d;
  transition: transform 260ms ease;
}
.wp-studio::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255,255,255,.08), transparent 22%, transparent 75%, rgba(0,231,255,.04));
}
.wp-studio-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 18px;
  border-bottom: 1px solid var(--wp-line);
  background: rgba(255,255,255,.025);
}
.wp-window-dots { display: flex; gap: 6px; }
.wp-window-dots i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #4a5273; }
.wp-window-dots i:first-child { background: var(--wp-pink); }
.wp-window-dots i:nth-child(2) { background: #f6c75f; }
.wp-window-dots i:last-child { background: var(--wp-green); }
.wp-studio-bar strong { font-size: 11px; font-weight: 700; letter-spacing: .09em; color: #eaf0ff; text-transform: uppercase; }
.wp-studio-bar span { font-size: 10px; color: var(--wp-muted); }

.wp-studio-body { display: grid; grid-template-columns: 142px 1fr; min-height: 438px; }
.wp-studio-nav { padding: 20px 12px; border-right: 1px solid var(--wp-line); background: rgba(5,8,24,.42); }
.wp-studio-nav > span { display: block; padding: 0 9px 12px; color: var(--wp-muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.wp-lens-button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 4px 0;
  padding: 11px 10px;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #9ca8cb;
  background: transparent;
  font-size: 11px;
  text-align: left;
  cursor: pointer;
}
.wp-lens-button svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.wp-lens-button[aria-pressed='true'] { border-color: rgba(0,231,255,.23); background: rgba(0,231,255,.08); color: #fff; }
.wp-lens-button[aria-pressed='true'] svg { color: var(--wp-cyan); }

.wp-studio-content { padding: 25px; }
.wp-lens-panel { animation: wp-panel-in 340ms ease both; }
.wp-lens-panel[hidden] { display: none; }
.wp-panel-head { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; padding-bottom: 20px; }
.wp-panel-head small { color: var(--wp-muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.wp-panel-head h2 { margin-top: 5px; font-size: 23px; line-height: 1.2; letter-spacing: -.03em; }
.wp-panel-status { display: inline-flex; align-items: center; gap: 7px; padding: 7px 9px; border: 1px solid rgba(81,227,164,.23); border-radius: 999px; background: rgba(81,227,164,.07); color: #a5f2d0; font-size: 9px; white-space: nowrap; }
.wp-panel-status::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--wp-green); }
.wp-brief-card { padding: 18px; border: 1px solid var(--wp-line); border-radius: 16px; background: rgba(255,255,255,.035); }
.wp-brief-card > small { display: block; color: var(--wp-cyan); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.wp-brief-card > strong { display: block; margin-top: 8px; font-size: 14px; line-height: 1.45; }
.wp-mini-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 14px; }
.wp-mini-flow div { min-height: 80px; padding: 12px; border: 1px solid var(--wp-line); border-radius: 12px; background: rgba(5,8,24,.5); }
.wp-mini-flow svg { width: 19px; height: 19px; color: var(--wp-violet); fill: none; stroke: currentColor; stroke-width: 1.6; }
.wp-mini-flow strong { display: block; margin-top: 9px; font-size: 10px; }
.wp-mini-flow span { display: block; margin-top: 3px; color: var(--wp-muted); font-size: 9px; line-height: 1.45; }
.wp-check-list { display: grid; gap: 8px; margin-top: 14px; }
.wp-check-list div { display: grid; grid-template-columns: 24px 1fr auto; gap: 10px; align-items: center; padding: 10px 12px; border-top: 1px solid var(--wp-line); color: #dce4fc; font-size: 10px; }
.wp-check-list b { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; background: rgba(139,92,246,.13); color: #cbb8ff; font-size: 9px; }
.wp-check-list span { color: var(--wp-muted); font-size: 9px; }

.wp-float-note {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 9px;
  z-index: 3;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 999px;
  background: rgba(8,11,30,.82);
  backdrop-filter: blur(12px);
  color: #e7ecff;
  box-shadow: 0 16px 35px rgba(0,0,0,.28);
  font-size: 10px;
  font-weight: 700;
}
.wp-float-note::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--note, var(--wp-cyan)); box-shadow: 0 0 12px var(--note, var(--wp-cyan)); }
.wp-float-note-one { --note: var(--wp-cyan); top: 18%; right: -20px; }
.wp-float-note-two { --note: var(--wp-pink); bottom: 19%; left: -28px; }
.wp-float-note-three { --note: var(--wp-green); right: 24px; bottom: -18px; }

.wp-section { position: relative; padding: 110px 0; border-bottom: 1px solid rgba(205,216,255,.08); }
.wp-section-soft { background: linear-gradient(180deg, #0b0d22, #10142f); }
.wp-section-black { background: #05060e; }
.wp-section-heading { display: grid; grid-template-columns: minmax(0, .8fr) minmax(280px, .36fr); gap: 80px; align-items: end; margin-bottom: 50px; }
.wp-section-heading .wp-kicker { margin-bottom: 16px; }
.why-page .wp-section h2 { max-width: 800px; font-size: clamp(36px, 4vw, 58px); line-height: 1.05; letter-spacing: -.052em; }
.wp-section-heading > p { color: var(--wp-copy); font-size: 15px; line-height: 1.75; }

.wp-approval-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }
.wp-approval-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 24px;
  border: 1px solid var(--wp-line);
  border-radius: 24px;
  background: linear-gradient(155deg, rgba(22,28,66,.95), rgba(9,11,29,.95));
  transition: transform 260ms ease, border-color 260ms ease;
}
.wp-approval-card:hover { transform: translateY(-7px); border-color: rgba(0,231,255,.36); }
.wp-approval-card:nth-child(2):hover { border-color: rgba(255,76,160,.38); }
.wp-approval-card:nth-child(3):hover { border-color: rgba(139,92,246,.45); }
.wp-approval-card:nth-child(4):hover { border-color: rgba(81,227,164,.4); }
.wp-approval-number { position: absolute; right: 18px; top: 12px; color: rgba(255,255,255,.055); font-size: 72px; font-weight: 700; letter-spacing: -.08em; }
.wp-card-art { height: 142px; display: grid; place-items: center; margin-bottom: 22px; }
.wp-card-art svg { width: 100%; height: 100%; overflow: visible; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.wp-approval-card:nth-child(1) .wp-card-art { color: var(--wp-cyan); }
.wp-approval-card:nth-child(2) .wp-card-art { color: var(--wp-pink); }
.wp-approval-card:nth-child(3) .wp-card-art { color: #a987ff; }
.wp-approval-card:nth-child(4) .wp-card-art { color: var(--wp-green); }
.wp-approval-card h3 { font-size: 20px; line-height: 1.3; }
.wp-approval-card p { margin-top: 12px; color: var(--wp-copy); font-size: 14px; line-height: 1.7; }

.wp-journey { position: relative; margin-top: 62px; }
.wp-journey::before { content: ''; position: absolute; left: 7%; right: 7%; top: 45px; height: 1px; background: linear-gradient(90deg, var(--wp-cyan), var(--wp-violet), var(--wp-pink)); opacity: .55; }
.wp-journey-list { position: relative; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; list-style: none; margin: 0; padding: 0; }
.wp-journey-list li { text-align: center; }
.wp-journey-icon { position: relative; display: grid; place-items: center; width: 90px; height: 90px; margin: 0 auto 24px; border: 1px solid rgba(0,231,255,.26); border-radius: 50%; background: #0c1029; color: var(--wp-cyan); box-shadow: 0 0 0 10px #070817; }
.wp-journey-list li:nth-child(2) .wp-journey-icon { color: #79a5ff; border-color: rgba(79,124,255,.35); }
.wp-journey-list li:nth-child(3) .wp-journey-icon { color: #b899ff; border-color: rgba(139,92,246,.4); }
.wp-journey-list li:nth-child(4) .wp-journey-icon { color: #ff85bd; border-color: rgba(255,76,160,.38); }
.wp-journey-list li:nth-child(5) .wp-journey-icon { color: var(--wp-green); border-color: rgba(81,227,164,.35); }
.wp-journey-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.wp-journey-list small { display: block; margin-bottom: 8px; color: var(--wp-muted); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.wp-journey-list h3 { font-size: 17px; }
.wp-journey-list p { max-width: 190px; margin: 9px auto 0; color: var(--wp-muted); font-size: 12px; line-height: 1.6; }

.wp-review-grid { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(320px,.75fr); gap: 74px; align-items: center; }
.wp-review-screen { position: relative; padding: 16px; border: 1px solid var(--wp-line); border-radius: 26px; background: rgba(18,23,58,.8); box-shadow: 0 32px 70px rgba(0,0,0,.36); }
.wp-review-bar { display: flex; justify-content: space-between; gap: 20px; padding: 8px 8px 19px; color: var(--wp-muted); font-size: 10px; }
.wp-review-canvas { position: relative; min-height: 430px; padding: 28px; border-radius: 18px; background: linear-gradient(145deg, #f4f6ff, #dfe7ff); color: #11173f; }
.wp-review-canvas::before { content: ''; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(circle at 80% 20%, rgba(139,92,246,.18), transparent 30%); }
.wp-canvas-title { position: relative; max-width: 330px; }
.wp-canvas-title small { color: #59658a; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.wp-canvas-title strong { display: block; margin-top: 6px; font-size: 21px; line-height: 1.25; }
.wp-screen-map { position: relative; display: grid; grid-template-columns: 1fr 50px 1fr; align-items: center; gap: 12px; margin-top: 32px; }
.wp-wireframe { min-height: 226px; padding: 15px; border: 1px solid rgba(17,23,63,.14); border-radius: 15px; background: rgba(255,255,255,.7); box-shadow: 0 10px 26px rgba(17,23,63,.08); }
.wp-wireframe > i { display: block; width: 48%; height: 8px; border-radius: 99px; background: #cad3ed; }
.wp-wireframe > b { display: block; width: 75%; height: 13px; margin-top: 20px; border-radius: 99px; background: #11173f; }
.wp-wireframe > span { display: block; height: 64px; margin-top: 13px; border-radius: 10px; background: linear-gradient(135deg, #dbe6ff, #efe5ff); }
.wp-wireframe > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.wp-wireframe > div i { height: 46px; border-radius: 8px; background: #e0e5f4; }
.wp-map-arrow { display: grid; place-items: center; color: #6f5bd6; }
.wp-map-arrow svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.wp-review-tag { position: absolute; right: 18px; bottom: 18px; padding: 10px 12px; border-radius: 10px; background: #11173f; color: #fff; font-size: 10px; box-shadow: 0 10px 24px rgba(17,23,63,.24); }
.wp-review-copy .wp-kicker { margin-bottom: 18px; }
.wp-review-copy h2 { font-size: clamp(36px, 4vw, 55px); line-height: 1.06; letter-spacing: -.05em; }
.wp-review-copy > p { margin-top: 22px; color: var(--wp-copy); font-size: 15px; line-height: 1.8; }
.wp-review-points { display: grid; gap: 12px; margin-top: 28px; }
.wp-review-points div { display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: center; padding-top: 12px; border-top: 1px solid var(--wp-line); }
.wp-review-points svg { width: 24px; height: 24px; color: var(--wp-cyan); fill: none; stroke: currentColor; stroke-width: 1.6; }
.wp-review-points strong { display: block; font-size: 14px; }
.wp-review-points span { color: var(--wp-muted); font-size: 12px; }

.wp-system-grid { display: grid; grid-template-columns: minmax(340px,.75fr) minmax(0,1.15fr); gap: 80px; align-items: center; }
.wp-system-copy > p { max-width: 520px; margin-top: 22px; color: var(--wp-copy); font-size: 15px; line-height: 1.8; }
.wp-system-stage { position: relative; min-height: 520px; }
.wp-system-core { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); display: grid; place-items: center; width: 168px; height: 168px; border: 1px solid rgba(0,231,255,.35); border-radius: 50%; text-align: center; background: radial-gradient(circle, rgba(0,231,255,.13), rgba(79,124,255,.07) 48%, rgba(10,12,31,.9) 70%); box-shadow: 0 0 70px rgba(0,231,255,.12); }
.wp-system-core::before, .wp-system-core::after { content: ''; position: absolute; border: 1px solid rgba(139,92,246,.17); border-radius: 50%; }
.wp-system-core::before { inset: -48px; }
.wp-system-core::after { inset: -105px; border-style: dashed; }
.wp-system-core svg { width: 42px; height: 42px; color: var(--wp-cyan); fill: none; stroke: currentColor; stroke-width: 1.5; }
.wp-system-core strong { display: block; margin-top: 9px; font-size: 14px; }
.wp-system-node { position: absolute; z-index: 2; width: 160px; padding: 15px; border: 1px solid var(--wp-line); border-radius: 15px; background: rgba(18,23,58,.9); box-shadow: 0 16px 32px rgba(0,0,0,.25); }
.wp-system-node svg { width: 22px; height: 22px; color: var(--node, var(--wp-cyan)); fill: none; stroke: currentColor; stroke-width: 1.5; }
.wp-system-node strong { display: block; margin-top: 9px; font-size: 12px; }
.wp-system-node span { display: block; margin-top: 3px; color: var(--wp-muted); font-size: 10px; line-height: 1.45; }
.wp-node-one { --node: var(--wp-cyan); top: 4%; left: 5%; }
.wp-node-two { --node: #81a7ff; top: 3%; right: 3%; }
.wp-node-three { --node: #b695ff; top: 40%; right: 0; }
.wp-node-four { --node: var(--wp-pink); bottom: 2%; right: 12%; }
.wp-node-five { --node: var(--wp-green); bottom: 3%; left: 5%; }
.wp-node-six { --node: #f6c75f; top: 41%; left: 0; }

.wp-work-grid { display: grid; grid-template-columns: minmax(0,1.28fr) minmax(300px,.72fr); grid-template-rows: 1fr 1fr; gap: 18px; }
.wp-work-card { position: relative; overflow: hidden; min-height: 280px; border: 1px solid var(--wp-line); border-radius: 26px; background: #121735; color: #fff; }
.wp-work-card:first-child { grid-row: 1 / 3; min-height: 610px; }
.wp-work-media { position: absolute; inset: 0; background: radial-gradient(circle at 60% 25%, rgba(0,231,255,.16), transparent 32rem); }
.wp-work-media img { width: 100%; height: 100%; object-fit: cover; object-position: top center; opacity: .7; transition: transform 500ms cubic-bezier(.2,.8,.2,1), opacity 300ms ease; }
.wp-work-card:first-child .wp-work-media img { object-position: center 10%; }
.wp-work-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, #090b20 4%, rgba(9,11,32,.75) 36%, transparent 72%); pointer-events: none; }
.wp-work-card:hover .wp-work-media img { transform: scale(1.025); opacity: .85; }
.wp-work-body { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 28px; }
.wp-work-body small { color: #a9f6ff; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.wp-work-body h3 { margin-top: 7px; font-size: 28px; }
.wp-work-body p { max-width: 560px; margin-top: 8px; color: #c0c9e5; font-size: 13px; line-height: 1.65; }
.wp-work-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 14px; color: #fff; font-size: 12px; font-weight: 700; }
.wp-work-link svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.wp-brief-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.wp-brief-item { position: relative; min-height: 290px; padding: 30px; border: 1px solid var(--wp-line); border-radius: 24px; background: rgba(18,23,58,.66); }
.wp-brief-art { height: 105px; margin-bottom: 24px; color: var(--wp-cyan); }
.wp-brief-item:nth-child(2) .wp-brief-art { color: #ad8cff; }
.wp-brief-item:nth-child(3) .wp-brief-art { color: var(--wp-pink); }
.wp-brief-art svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.wp-brief-item h3 { font-size: 21px; }
.wp-brief-item p { margin-top: 11px; color: var(--wp-copy); font-size: 14px; line-height: 1.72; }

.wp-cta-section { position: relative; padding: 100px 0; background: #070817; }
.wp-cta-panel { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 60px; align-items: center; padding: clamp(36px,6vw,76px); border: 1px solid rgba(0,231,255,.2); border-radius: 32px; background: linear-gradient(125deg, rgba(22,28,69,.96), rgba(14,17,45,.96)); box-shadow: 0 30px 90px rgba(0,0,0,.35); }
.wp-cta-panel::before { content: ''; position: absolute; width: 420px; height: 420px; right: -80px; top: -190px; border-radius: 50%; background: conic-gradient(var(--wp-cyan),var(--wp-violet),var(--wp-pink),var(--wp-cyan)); filter: blur(90px); opacity: .23; }
.wp-cta-panel > * { position: relative; z-index: 1; }
.wp-cta-panel h2 { max-width: 780px; font-size: clamp(38px,4.7vw,66px); line-height: 1.02; letter-spacing: -.055em; }
.wp-cta-panel p { max-width: 690px; margin-top: 19px; color: var(--wp-copy); font-size: 15px; line-height: 1.75; }

.wp-reveal { opacity: 1; transform: none; }
.wp-enhanced .wp-reveal { opacity: 0; transform: translateY(26px); transition: opacity 720ms ease, transform 720ms cubic-bezier(.2,.8,.2,1); }
.wp-enhanced .wp-reveal.is-visible { opacity: 1; transform: none; }
@keyframes wp-panel-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .wp-hero-grid { grid-template-columns: minmax(0,.9fr) minmax(470px,1.1fr); gap: 36px; }
  .why-page .wp-hero h1 { font-size: clamp(46px,5vw,64px); }
  .wp-studio-body { min-height: 410px; }
  .wp-approval-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .wp-approval-card { min-height: 330px; }
  .wp-review-grid, .wp-system-grid { gap: 44px; }
  .wp-system-node { width: 145px; }
}

@media (min-width: 901px) and (max-height: 760px) {
  .wp-hero { padding-top: 16px; padding-bottom: 12px; }
  .wp-hero .sp-breadcrumb { margin-bottom: 12px !important; }
  .why-page .wp-hero h1 { font-size: clamp(42px,4.4vw,58px); }
  .wp-hero-copy > p { margin-top: 16px; font-size: 15px; line-height: 1.6; }
  .wp-proof-row { margin-top: 17px; }
  .wp-actions { margin-top: 19px; }
  .wp-studio-body { min-height: 358px; }
  .wp-studio-content { padding: 19px; }
  .wp-panel-head { padding-bottom: 12px; }
  .wp-mini-flow div { min-height: 65px; padding: 9px; }
  .wp-check-list { gap: 3px; margin-top: 8px; }
  .wp-check-list div { padding: 7px 9px; }
}

@media (max-width: 900px) {
  .wp-hero { min-height: auto; padding-bottom: 78px; }
  .wp-hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .wp-hero-copy { max-width: 720px; }
  .wp-studio-wrap { max-width: 680px; width: 100%; margin-inline: auto; }
  .wp-section { padding: 84px 0; }
  .wp-section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 40px; }
  .wp-section-heading > p { max-width: 620px; }
  .wp-journey::before { display: none; }
  .wp-journey-list { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px 18px; }
  .wp-review-grid, .wp-system-grid { grid-template-columns: 1fr; gap: 54px; }
  .wp-review-copy { order: -1; }
  .wp-system-copy { max-width: 680px; }
  .wp-system-stage { max-width: 650px; width: 100%; margin-inline: auto; }
  .wp-work-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .wp-work-card:first-child { grid-column: 1 / 3; grid-row: auto; min-height: 520px; }
  .wp-work-card:not(:first-child) { min-height: 330px; }
  .wp-cta-panel { grid-template-columns: 1fr; gap: 26px; }
}

@media (max-width: 640px) {
  .wp-hero { padding: 20px 0 62px; }
  .why-page .wp-hero h1 { font-size: clamp(42px,12vw,58px); }
  .wp-hero-copy > p { font-size: 16px; }
  .wp-proof-row span { font-size: 11px; }
  .wp-actions { display: grid; }
  .wp-button { width: 100%; }
  .wp-studio-body { grid-template-columns: 1fr; min-height: 0; }
  .wp-studio-nav { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; padding: 10px; border-right: 0; border-bottom: 1px solid var(--wp-line); }
  .wp-studio-nav > span { display: none; }
  .wp-lens-button { justify-content: center; margin: 0; padding: 10px 5px; font-size: 10px; }
  .wp-lens-button svg { display: none; }
  .wp-studio-content { padding: 18px; }
  .wp-panel-head { display: block; }
  .wp-panel-status { margin-top: 10px; }
  .wp-mini-flow { grid-template-columns: 1fr; }
  .wp-mini-flow div { min-height: 0; display: grid; grid-template-columns: 24px 1fr; column-gap: 8px; align-items: center; }
  .wp-mini-flow strong, .wp-mini-flow span { grid-column: 2; }
  .wp-float-note-one { top: -18px; right: 7px; }
  .wp-float-note-two { display: none; }
  .wp-float-note-three { right: 10px; bottom: -19px; }
  .wp-section { padding: 70px 0; }
  .why-page .wp-section h2 { font-size: clamp(34px,10vw,46px); }
  .wp-approval-grid, .wp-brief-grid { grid-template-columns: 1fr; }
  .wp-approval-card { min-height: 318px; }
  .wp-journey { margin-top: 46px; }
  .wp-journey-list { grid-template-columns: 1fr; gap: 0; }
  .wp-journey-list li { display: grid; grid-template-columns: 74px 1fr; column-gap: 18px; text-align: left; padding-bottom: 28px; }
  .wp-journey-list li:not(:last-child)::after { content: ''; grid-column: 1; justify-self: center; width: 1px; height: 28px; margin-top: 8px; background: linear-gradient(var(--wp-cyan),var(--wp-violet)); }
  .wp-journey-icon { grid-row: 1 / span 3; width: 72px; height: 72px; margin: 0; box-shadow: none; }
  .wp-journey-list small { margin-top: 4px; margin-bottom: 3px; }
  .wp-journey-list p { max-width: none; margin: 5px 0 0; }
  .wp-review-canvas { min-height: 380px; padding: 20px; }
  .wp-screen-map { grid-template-columns: 1fr; }
  .wp-map-arrow { transform: rotate(90deg); }
  .wp-wireframe { min-height: 145px; }
  .wp-wireframe > span { height: 38px; }
  .wp-wireframe > div i { height: 28px; }
  .wp-review-tag { right: 10px; bottom: 10px; }
  .wp-system-stage { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; min-height: 0; }
  .wp-system-core, .wp-system-node { position: relative; inset: auto; width: auto; transform: none; }
  .wp-system-core { grid-column: 1 / -1; width: 150px; height: 150px; margin: 0 auto 12px; }
  .wp-system-core::before, .wp-system-core::after { display: none; }
  .wp-system-node { min-height: 124px; }
  .wp-work-grid { grid-template-columns: 1fr; }
  .wp-work-card:first-child { grid-column: auto; min-height: 470px; }
  .wp-work-card:not(:first-child) { min-height: 300px; }
  .wp-work-body { padding: 22px; }
  .wp-cta-section { padding: 70px 0; }
  .wp-cta-panel { border-radius: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .wp-studio, .wp-button, .wp-approval-card, .wp-work-media img, .wp-reveal, .wp-lens-panel { transition: none !important; animation: none !important; transform: none !important; }
}
