:root {
  --ink: #f8f7ff;
  --muted: #a4a6ba;
  --line: rgba(132, 142, 197, 0.18);
  --panel: rgba(8, 11, 27, 0.76);
  --blue: #1686ff;
  --violet: #7b3dff;
  --magenta: #c428ff;
  --page: #030510;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--page);
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 8%, rgba(23, 68, 224, 0.2), transparent 24rem),
    radial-gradient(circle at 38% 40%, rgba(105, 34, 255, 0.09), transparent 25rem),
    var(--page);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

.admin-bar .site-header { padding-top: 32px; }
.menu-list { display: flex; align-items: center; gap: 42px; margin: 0; padding: 0; list-style: none; }
.desktop-nav .current-menu-item > a::after,
.desktop-nav .current_page_item > a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 2px; background: linear-gradient(90deg, var(--blue), var(--magenta)); }
.mobile-menu .menu-list { display: grid; gap: 0; }
.wp-page-content { padding-block: 30px 70px; color: var(--muted); line-height: 1.75; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.contact-form .honey { position: absolute; left: -9999px; }
.form-message { margin: 0 0 18px; padding: 13px 15px; border-radius: 9px; font-size: 13px; }
.form-message.success { border: 1px solid rgba(72, 220, 149, .35); background: rgba(29, 130, 81, .16); color: #91efbf; }
.form-message.error { border: 1px solid rgba(255, 92, 126, .35); background: rgba(160, 31, 58, .16); color: #ff9caf; }
.portfolio-list { display: grid; gap: 30px; }
.portfolio-list .portfolio-case { width: 100%; }
.project-featured-image { width: 100%; height: 100%; min-height: 420px; object-fit: cover; border-radius: 12px; }
.content-card { margin-bottom: 18px; padding: 24px; border: 1px solid var(--line); border-radius: 12px; background: rgba(7, 9, 23, .72); }
.content-card h2 { margin-top: 0; }
.wp-page-content img { max-width: 100%; height: auto; border-radius: 12px; }
.error-actions { padding-bottom: 90px; }

@media (max-width: 782px) {
  .admin-bar .site-header { padding-top: 46px; }
}

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

main { overflow: clip; }

.shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 20;
  min-height: 102px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 42px;
}

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

.brand-mark {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
}

.brand-mark i {
  position: absolute;
  left: 13px;
  top: -1px;
  width: 4px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(180deg, #27b9ff 5%, #6b57ff 48%, #cc2dff);
  box-shadow: 0 0 16px rgba(62, 130, 255, 0.4);
}

.brand-mark i:first-child { transform: rotate(45deg); }
.brand-mark i:last-child { transform: rotate(-45deg); }

.brand-copy { display: grid; gap: 1px; }

.brand-copy strong {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.brand-copy small {
  color: #a7a9b9;
  font-size: 7px;
  letter-spacing: 0.25em;
  white-space: nowrap;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 42px;
  font-size: 12px;
  text-transform: uppercase;
}

.desktop-nav a {
  position: relative;
  padding: 14px 0;
  color: #ececf6;
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible { color: #73baff; }

.desktop-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--magenta));
}

.header-cta {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: linear-gradient(var(--page), var(--page)) padding-box,
    linear-gradient(90deg, #1595ff, #c52aff) border-box;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(99, 41, 255, 0.22);
}

.header-cta span { color: #ad61ff; font-size: 16px; }
.mobile-menu { display: none; }

.hero {
  position: relative;
  min-height: 590px;
  display: grid;
  grid-template-columns: 47% 53%;
  align-items: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 14% -25vw auto 45%;
  height: 1px;
  transform: rotate(-4deg);
  background: linear-gradient(90deg, transparent, rgba(78, 139, 255, 0.7), transparent);
  box-shadow: 0 110px 0 rgba(151, 39, 255, 0.18), 0 260px 0 rgba(26, 115, 255, 0.15);
  pointer-events: none;
}

.hero-copy { position: relative; z-index: 4; padding: 38px 0 62px 16px; }

.eyebrow {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  padding: 8px 13px;
  border: 1px solid rgba(123, 131, 186, 0.12);
  border-radius: 99px;
  background: rgba(18, 20, 39, 0.8);
  color: #d9d9e7;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8067ff;
  box-shadow: 0 0 12px #8067ff;
}

h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(54px, 5.2vw, 77px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  font-weight: 760;
}

h1 em,
.section-heading h2 em {
  color: transparent;
  font-style: normal;
  background: linear-gradient(90deg, #b732ff 10%, #6271ff 65%, #39b8ff);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-lead {
  max-width: 560px;
  margin: 25px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

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

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 10px;
  padding: 0 25px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 15px 38px rgba(64, 79, 255, 0.35);
}

.button-primary { background: linear-gradient(105deg, #087cff 4%, #2759ff 48%, #b01aff); }
.button span { font-size: 17px; }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.play {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  padding-left: 2px;
  border: 1px solid #797b91;
  border-radius: 50%;
  color: #e5e7ff;
  font-size: 11px;
}

.hero-visual {
  position: absolute;
  z-index: 1;
  top: 14px;
  right: -15vw;
  width: 76vw;
  height: 630px;
  overflow: hidden;
  pointer-events: none;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.1) contrast(1.06);
}

.visual-fade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--page) 0%, rgba(3, 5, 16, 0.87) 8%, transparent 38%),
    linear-gradient(0deg, var(--page) 0%, transparent 22%);
}

.hero-orbit {
  position: absolute;
  z-index: 3;
  width: 800px;
  height: 1px;
  right: 0;
  background: linear-gradient(90deg, transparent, #7f2bff, #26aaff, transparent);
  box-shadow: 0 0 14px rgba(70, 98, 255, 0.8);
}

.orbit-one { top: 260px; transform: rotate(-28deg); }
.orbit-two { top: 410px; right: 30px; transform: rotate(-13deg); }

.services-section {
  position: relative;
  z-index: 5;
  margin-top: -4px;
  padding: 28px 34px 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(125deg, rgba(12, 15, 35, 0.93), rgba(4, 6, 18, 0.84));
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.24);
}

.kicker {
  margin: 0 0 12px;
  color: #62aaff;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 41px);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 26px;
}

.service-card {
  min-height: 244px;
  padding: 6px 25px 18px;
  border-left: 1px solid var(--line);
}

.service-card:first-child { border-left: 0; padding-left: 0; }

.service-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #6eb3ff;
  background: radial-gradient(circle at 45% 35%, rgba(47, 143, 255, 0.2), rgba(13, 17, 42, 0.8));
  box-shadow: inset 0 0 24px rgba(47, 82, 255, 0.08);
  font-size: 32px;
  text-shadow: 0 0 14px currentColor;
}

.service-card:nth-child(even) .service-icon { color: #a84cff; }

.service-card h3 { margin: 20px 0 10px; font-size: 19px; }
.service-card p { min-height: 68px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.service-card > a { display: inline-block; margin-top: 13px; color: #3eb7ff; font-size: 19px; }

.portfolio-section { padding-top: 84px; }

.row-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.section-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  color: #e8e8f3;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.section-link span { color: #6b80ff; font-size: 18px; }

.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.project-card {
  overflow: hidden;
  border: 1px solid rgba(99, 116, 211, 0.32);
  border-radius: 14px;
  background: #080b1c;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.project-card:hover {
  transform: translateY(-6px);
  border-color: rgba(132, 84, 255, 0.76);
  box-shadow: 0 22px 55px rgba(23, 18, 89, 0.4);
}

.project-visual {
  position: relative;
  min-height: 236px;
  padding: 35px 32px;
  overflow: hidden;
  background: #0d1030;
}

.project-violet { background: radial-gradient(circle at 80% 40%, rgba(137, 35, 255, 0.44), transparent 37%), linear-gradient(135deg, #110822, #160840 58%, #050713); }
.project-blue { background: radial-gradient(circle at 72% 42%, rgba(0, 123, 255, 0.5), transparent 32%), linear-gradient(135deg, #061739, #07104a 55%, #050814); }
.project-architecture { background: linear-gradient(145deg, #10192a, #17243b 58%, #050913); }

.project-architecture::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -18%;
  width: 78%;
  height: 76%;
  transform: skewY(-9deg);
  background:
    linear-gradient(90deg, transparent 49%, rgba(154, 181, 221, 0.2) 50%, transparent 51%) 0 0 / 42px 100%,
    linear-gradient(rgba(255,255,255,0.08), transparent),
    #101a29;
  border-top: 2px solid rgba(169, 198, 235, 0.42);
  box-shadow: -18px -14px 50px rgba(49, 94, 141, 0.22);
}

.project-number { color: #8ca1e2; font-size: 9px; letter-spacing: 0.2em; }
.project-visual h3 { position: relative; z-index: 3; max-width: 210px; margin: 42px 0 0; font-size: 27px; line-height: 1.08; }

.project-art i {
  position: absolute;
  right: 56px;
  top: 47px;
  width: 5px;
  height: 145px;
  border-radius: 8px;
  background: linear-gradient(#2e9bff, #6e54ff, #d630ff);
  transform: rotate(45deg);
  box-shadow: 0 0 22px currentColor;
}

.project-art i:last-child { transform: rotate(-45deg); }
.project-architecture .project-art { display: none; }

.project-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  padding: 17px 22px;
  background: linear-gradient(90deg, rgba(10, 12, 29, 0.96), rgba(11, 16, 44, 0.92));
}

.project-meta h3 { margin: 0 0 5px; font-size: 17px; }
.project-meta p { margin: 0; color: var(--muted); font-size: 12px; }
.project-meta > a { color: #7e83ff; font-size: 23px; }

.about-section {
  display: grid;
  grid-template-columns: 1.1fr 2fr;
  gap: 48px;
  align-items: stretch;
  padding-top: 90px;
}

.about-copy { padding: 18px 0; }
.about-copy h2 { margin: 0; font-size: clamp(34px, 3.4vw, 48px); line-height: 1.18; letter-spacing: -0.035em; }
.about-copy h2 em { color: #9d45ff; font-style: normal; }
.about-copy > p:not(.kicker) { max-width: 470px; margin: 22px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.outline-button {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 27px;
  padding: 14px 19px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: linear-gradient(var(--page), var(--page)) padding-box, linear-gradient(90deg, #1595ff, #b322ff) border-box;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.outline-button span { color: #7d8cff; font-size: 17px; }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 242px;
  padding: 22px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(12, 15, 34, 0.96), rgba(5, 7, 18, 0.74));
  text-align: center;
}

.stat-card > span { color: #8d48ff; font-size: 43px; line-height: 1; text-shadow: 0 0 17px rgba(118, 72, 255, 0.66); }
.stat-card:nth-child(odd) > span { color: #278dff; }
.stat-card strong { margin-top: 22px; font-size: 37px; letter-spacing: -0.04em; }
.stat-card p { max-width: 120px; min-height: 38px; margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.4; }

.process-section {
  margin-top: 90px;
  padding: 40px 34px 36px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background:
    radial-gradient(circle at 80% 5%, rgba(104, 36, 255, 0.14), transparent 28%),
    rgba(7, 9, 23, 0.8);
}

.process-intro { max-width: 390px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.process-grid li { position: relative; min-height: 150px; padding: 0 28px; border-left: 1px solid var(--line); }
.process-grid li:first-child { padding-left: 0; border-left: 0; }
.process-grid li > span { color: #6f88ff; font-size: 11px; letter-spacing: 0.18em; }
.process-grid h3 { margin: 17px 0 9px; font-size: 19px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.contact-section {
  min-height: 144px;
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  align-items: center;
  gap: 42px;
  margin-top: 64px;
  padding: 26px 38px;
  overflow: hidden;
  border-radius: 15px;
  background:
    linear-gradient(105deg, rgba(9, 123, 255, 0.98), rgba(53, 55, 222, 0.96) 48%, rgba(113, 10, 195, 0.96));
  box-shadow: 0 28px 70px rgba(40, 23, 151, 0.26);
}

.contact-section .kicker { color: rgba(255,255,255,0.72); }
.contact-section h2 { margin: 0; font-size: 30px; line-height: 1.14; }
.contact-section > p { max-width: 370px; margin: 0; color: #dedff7; font-size: 14px; line-height: 1.55; }

.contact-button {
  min-width: 250px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 24px;
  border-radius: 11px;
  background: white;
  color: #111324;
  box-shadow: 0 12px 28px rgba(7, 7, 54, 0.22);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-button:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(7, 7, 54, 0.3); }
.contact-button span { color: #5229d9; font-size: 19px; }

.site-footer {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 46px;
  padding-top: 44px;
  padding-bottom: 24px;
}

.footer-brand > p { max-width: 260px; margin: 19px 0 0; color: #7e8195; font-size: 12px; line-height: 1.6; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column h3 { margin: 0 0 6px; color: #9699ae; font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; }
.footer-column a, .footer-column p { margin: 0; color: #b9bac7; font-size: 11px; line-height: 1.4; }
.footer-column a:hover { color: #6cb1ff; }
.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); color: #696c80; font-size: 10px; }

:focus-visible { outline: 2px solid #52b7ff; outline-offset: 4px; }

@media (max-width: 1020px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; justify-self: end; position: relative; }
  .mobile-menu summary { width: 44px; height: 44px; display: grid; place-content: center; gap: 7px; cursor: pointer; list-style: none; border: 1px solid var(--line); border-radius: 10px; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 21px; height: 2px; background: #fff; }
  .mobile-menu nav { position: absolute; top: 52px; right: 0; width: 210px; display: grid; padding: 15px; border: 1px solid var(--line); border-radius: 12px; background: rgba(5, 7, 19, 0.98); box-shadow: 0 20px 50px #000; }
  .mobile-menu nav a { padding: 12px 10px; text-transform: uppercase; font-size: 12px; }
  .hero { min-height: 650px; grid-template-columns: 58% 42%; }
  .hero-visual { right: -30vw; width: 95vw; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(3) { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); padding-top: 26px; }
  .service-card:nth-child(4) { border-top: 1px solid var(--line); padding-top: 26px; }
  .about-section { grid-template-columns: 1fr; }
  .stats-grid { min-height: 220px; }
  .stat-card { min-height: 220px; }
  .contact-section { grid-template-columns: 1fr 1fr; }
  .contact-button { grid-column: 1 / -1; width: 100%; }
  .site-footer { grid-template-columns: 1.2fr repeat(3, 1fr); gap: 25px; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 560px); }
  .site-header { min-height: 84px; }
  .brand-copy strong { font-size: 21px; }
  .hero { min-height: auto; display: block; padding-top: 42px; }
  .hero-copy { padding: 0 0 38px; }
  .hero-copy h1 { font-size: clamp(46px, 14vw, 66px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .button { width: 100%; }
  .text-link { justify-content: center; }
  .hero-visual { position: relative; top: auto; right: auto; width: calc(100% + 28px); height: 330px; margin-left: -14px; }
  .visual-fade { background: linear-gradient(0deg, var(--page), transparent 30%), linear-gradient(90deg, var(--page), transparent 22%); }
  .services-section { margin-top: 0; padding: 25px 20px 6px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:first-child, .service-card:nth-child(3) { min-height: auto; padding: 24px 0; border-left: 0; border-top: 1px solid var(--line); }
  .service-card:first-child { border-top: 0; }
  .service-card p { min-height: auto; }
  .portfolio-section { padding-top: 65px; }
  .row-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .projects-grid { grid-template-columns: 1fr; }
  .project-visual { min-height: 220px; }
  .about-section { gap: 25px; padding-top: 70px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat-card { min-height: 190px; }
  .process-section { margin-top: 65px; padding: 28px 20px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li:first-child { min-height: auto; padding: 22px 0; border-left: 0; border-top: 1px solid var(--line); }
  .process-grid li:first-child { border-top: 0; }
  .contact-section { grid-template-columns: 1fr; gap: 22px; padding: 30px 24px; }
  .contact-button { grid-column: auto; min-width: 0; }
  .site-footer { grid-template-columns: repeat(2, 1fr); gap: 34px 20px; }
  .footer-brand, .footer-bottom { grid-column: 1 / -1; }
}

@media (max-width: 440px) {
  .stats-grid { grid-template-columns: 1fr; }
  .stat-card { min-height: 170px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand, .footer-bottom { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* Multi-page Xsyte experience */
.services-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.service-card,
.service-card:first-child {
  min-height: 255px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(7, 10, 27, 0.6);
}

.service-card p { min-height: 88px; }

.featured-project-card {
  display: grid;
  grid-template-columns: 1.5fr 0.85fr;
  min-height: 410px;
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(92, 111, 219, 0.38);
  border-radius: 17px;
  background: linear-gradient(135deg, rgba(11, 15, 43, 0.94), rgba(7, 9, 23, 0.94));
}

.me-project-visual,
.case-visual {
  display: grid;
  place-items: center;
  position: relative;
  min-height: 410px;
  padding: 50px;
  background:
    radial-gradient(circle at 65% 45%, rgba(82, 45, 255, 0.34), transparent 37%),
    linear-gradient(145deg, #071d3b, #0a0c2b 50%, #19082c);
}

.me-project-visual .project-number { position: absolute; left: 28px; top: 26px; }

.browser-mockup {
  width: min(100%, 620px);
  overflow: hidden;
  border: 1px solid rgba(134, 164, 255, 0.32);
  border-radius: 12px;
  background: #050817;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55), 0 0 50px rgba(72, 57, 255, 0.13);
  transform: perspective(900px) rotateY(-5deg) rotateX(2deg);
}

.browser-bar {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 13px;
  border-bottom: 1px solid var(--line);
  background: #0c1128;
}

.browser-bar i { width: 7px; height: 7px; border-radius: 50%; background: #7b3dff; }
.browser-bar i:nth-child(2) { background: #2388ff; }
.browser-bar i:nth-child(3) { background: #ba35ff; }
.browser-bar span { flex: 1; margin-left: 8px; color: #747b9b; font-size: 9px; text-align: center; }

.browser-content {
  min-height: 245px;
  display: grid;
  place-content: center;
  text-align: center;
  background:
    linear-gradient(120deg, transparent 20%, rgba(34, 115, 255, 0.12) 48%, transparent 70%),
    radial-gradient(circle, rgba(124, 36, 255, 0.24), transparent 48%),
    #050817;
}

.browser-content strong {
  color: transparent;
  font-size: clamp(58px, 8vw, 110px);
  letter-spacing: -0.08em;
  line-height: 0.9;
  background: linear-gradient(120deg, #32afff, #6f55ff 55%, #ce30ff);
  background-clip: text;
  -webkit-background-clip: text;
}

.browser-content span { margin-top: 10px; color: #cfd1e5; font-size: 11px; letter-spacing: 0.45em; }

.featured-project-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px;
}

.featured-project-copy h3 { margin: 0; font-size: clamp(40px, 4.2vw, 62px); letter-spacing: -0.045em; }
.featured-project-copy > p:not(.kicker) { margin: 19px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.values-grid .stat-card strong { margin-top: 22px; font-size: 24px; letter-spacing: -0.02em; }
.values-grid .stat-card p { max-width: 165px; min-height: 58px; }

.page-hero {
  position: relative;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 70px 95px;
}

.page-hero::after {
  content: "";
  position: absolute;
  right: -20%;
  top: 7%;
  width: 60%;
  height: 80%;
  background: radial-gradient(circle, rgba(53, 74, 255, 0.18), transparent 58%);
  pointer-events: none;
}

.page-hero .eyebrow { position: relative; z-index: 2; }
.page-hero h1 { position: relative; z-index: 2; max-width: 900px; font-size: clamp(54px, 6.2vw, 84px); }
.page-hero > p:last-child { position: relative; z-index: 2; max-width: 720px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }

.detail-services { display: grid; gap: 18px; }
.detail-service-card {
  display: grid;
  grid-template-columns: 56px 76px 1fr;
  gap: 26px;
  align-items: start;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: linear-gradient(120deg, rgba(11, 14, 33, 0.92), rgba(5, 7, 18, 0.72));
}

.detail-service-number { padding-top: 17px; color: #6871a3; font-size: 10px; letter-spacing: 0.18em; }
.detail-service-card h2 { margin: 4px 0 10px; font-size: 30px; }
.detail-service-card p { max-width: 720px; margin: 0; color: var(--muted); line-height: 1.7; }
.detail-service-card ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 22px 0 0; padding: 0; list-style: none; }
.detail-service-card li { padding: 8px 11px; border: 1px solid var(--line); border-radius: 99px; color: #c5c7d8; font-size: 11px; }
.detail-service-card a { display: inline-flex; align-items: center; gap: 12px; margin-top: 22px; color: #77a6ff; font-size: 12px; font-weight: 700; text-transform: uppercase; }

.pricing-section { padding-top: 90px; }
.pricing-intro { max-width: 720px; margin: 18px 0 0; color: var(--muted); line-height: 1.7; }
.pricing-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-top: 36px; }
.pricing-card {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(12, 15, 36, 0.96), rgba(5, 7, 18, 0.78));
}
.pricing-card:nth-child(4) { grid-column: 2 / span 2; }
.pricing-card-featured { border-color: rgba(97, 103, 255, 0.58); box-shadow: 0 18px 60px rgba(59, 38, 211, 0.15); }
.pricing-number { color: #6871a3; font-size: 10px; letter-spacing: 0.18em; }
.pricing-card h3 { margin: 22px 0 8px; font-size: 24px; }
.pricing-card strong { display: block; color: #fff; font-size: 32px; letter-spacing: -0.035em; }
.pricing-card > p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.pricing-card .pricing-audience { margin-top: 24px; color: #aeb8e7; font-weight: 700; }
.pricing-card a { display: inline-flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 24px; color: #77a6ff; font-size: 11px; font-weight: 700; text-transform: uppercase; }

.platform-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  margin-top: 70px;
  padding: 44px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: radial-gradient(circle at 85% 50%, rgba(99, 35, 255, 0.18), transparent 30%), #080b1f;
}
.platform-strip h2 { margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.15; }
.platform-strip h2 em { color: #a248ff; font-style: normal; }
.platform-icons { display: flex; gap: 12px; }
.platform-icons span { min-width: 96px; min-height: 96px; display: grid; place-items: center; padding: 12px; border: 1px solid var(--line); border-radius: 15px; background: rgba(15, 19, 45, 0.8); color: #8cb4ff; font-size: 10px; font-weight: 800; letter-spacing: 0.08em; }

.portfolio-case {
  display: grid;
  grid-template-columns: 1.35fr 0.85fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #080b1d;
}
.case-visual { min-height: 540px; }
.browser-mockup-large { width: min(100%, 720px); }
.case-copy { display: flex; flex-direction: column; justify-content: center; padding: 50px; }
.case-copy h2 { margin: 0; font-size: 54px; letter-spacing: -0.045em; }
.case-copy > p:not(.kicker) { margin: 18px 0 0; color: var(--muted); line-height: 1.7; }
.case-copy dl { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 26px 0 0; }
.case-copy dl > div { padding: 14px 0; border-top: 1px solid var(--line); }
.case-copy dt { color: #6f7492; font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase; }
.case-copy dd { margin: 7px 0 0; font-size: 13px; }
.case-copy .button { width: max-content; margin-top: 20px; }

.coming-next { margin-top: 32px; padding: 45px; border: 1px dashed rgba(120, 132, 203, 0.28); border-radius: 16px; text-align: center; }
.coming-next span { color: #697091; font-size: 9px; letter-spacing: 0.3em; }
.coming-next h2 { margin: 14px 0 8px; font-size: 30px; }
.coming-next p { margin: 0; color: var(--muted); font-size: 13px; }

.story-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-block: 20px 90px; }
.story-section h2 { margin: 0; font-size: clamp(38px, 4.4vw, 58px); line-height: 1.14; letter-spacing: -0.04em; }
.story-copy p { margin: 0 0 22px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.principles-section { padding: 44px; border: 1px solid var(--line); border-radius: 17px; background: rgba(7, 9, 23, 0.72); }
.principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 35px; }
.principles-grid article { min-height: 190px; padding: 20px 25px; border-left: 1px solid var(--line); }
.principles-grid article:first-child { padding-left: 0; border-left: 0; }
.principles-grid span { color: #6378cd; font-size: 10px; letter-spacing: 0.18em; }
.principles-grid h3 { margin: 20px 0 10px; font-size: 21px; }
.principles-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.contact-page-section { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 70px; align-items: start; }
.contact-info { position: sticky; top: 35px; padding: 20px 0; }
.contact-info h2 { margin: 0; font-size: clamp(35px, 4vw, 51px); line-height: 1.18; }
.contact-info > p:not(.kicker) { color: var(--muted); font-size: 14px; line-height: 1.7; }
.contact-detail { margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line); }
.contact-detail span { color: #6f7494; font-size: 9px; letter-spacing: 0.18em; }
.contact-detail a, .contact-detail p { display: block; margin: 8px 0 0; color: #dfe1f2; font-size: 15px; }
.contact-form { display: grid; gap: 21px; padding: 34px; border: 1px solid var(--line); border-radius: 17px; background: linear-gradient(135deg, rgba(12, 15, 36, 0.96), rgba(6, 8, 21, 0.86)); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 9px; color: #cacbdb; font-size: 12px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; background: #06091a; color: white; padding: 14px 15px; font: inherit; font-weight: 400; outline: 0; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #6285ff; box-shadow: 0 0 0 3px rgba(70, 86, 255, 0.12); }
.contact-form .button { width: max-content; border: 0; cursor: pointer; }
.form-status { margin: -6px 0 0; color: #8fb3ff; font-size: 12px; }

@media (max-width: 1100px) {
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .featured-project-card, .portfolio-case { grid-template-columns: 1fr 1fr; }
  .platform-strip { grid-template-columns: 1fr; }
  .principles-grid { grid-template-columns: repeat(2, 1fr); }
  .principles-grid article:nth-child(3) { border-left: 0; }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-card, .pricing-card:nth-child(4) { grid-column: auto; }
  .pricing-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .services-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:first-child, .service-card:nth-child(3), .service-card:nth-child(4) { min-height: auto; padding: 22px; border: 1px solid var(--line); }
  .service-card p { min-height: auto; }
  .featured-project-card, .portfolio-case { grid-template-columns: 1fr; }
  .me-project-visual, .case-visual { min-height: 340px; padding: 25px; }
  .featured-project-copy, .case-copy { padding: 30px 24px; }
  .page-hero { min-height: 380px; padding-block: 55px 70px; }
  .page-hero h1 { font-size: clamp(44px, 13vw, 66px); }
  .detail-service-card { grid-template-columns: 1fr; gap: 14px; padding: 24px 20px; }
  .detail-service-number { padding-top: 0; }
  .pricing-section { padding-top: 65px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card, .pricing-card:nth-child(4), .pricing-card:last-child { grid-column: auto; min-height: 290px; }
  .platform-strip { padding: 28px 22px; }
  .platform-icons { flex-wrap: wrap; }
  .platform-icons span { flex: 1; min-width: 85px; min-height: 80px; }
  .case-copy h2 { font-size: 42px; }
  .case-copy .button { width: 100%; }
  .story-section { grid-template-columns: 1fr; gap: 30px; padding-bottom: 65px; }
  .principles-section { padding: 28px 20px; }
  .principles-grid { grid-template-columns: 1fr; }
  .principles-grid article, .principles-grid article:first-child, .principles-grid article:nth-child(3) { min-height: auto; padding: 22px 0; border-left: 0; border-top: 1px solid var(--line); }
  .principles-grid article:first-child { border-top: 0; }
  .contact-page-section { grid-template-columns: 1fr; gap: 25px; }
  .contact-info { position: static; }
  .contact-form { padding: 24px 18px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form .button { width: 100%; }
}
