* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --ink: #090719;
  --text: #3f3b55;
  --muted: #77728c;
  --purple: #6f18ff;
  --purple-deep: #4300d9;
  --blue: #1f6fff;
  --soft: #f8f6ff;
  --panel: #ffffff;
  --line: #eeeaf8;
  --dark: #050316;
  --grad: linear-gradient(135deg, #7d00ff 0%, #5228ff 46%, #1185ff 100%);
  --shadow: 0 22px 55px rgba(71, 47, 140, 0.13);
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 8%, rgba(130, 52, 255, 0.12), transparent 25%),
    radial-gradient(circle at 16% 18%, rgba(49, 112, 255, 0.08), transparent 23%),
    #fff;
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.6;
}

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

.svg-icon {
  display: block;
  width: 1em;
  height: 1em;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.container {
  width: min(1120px, calc(100% - 56px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(238, 234, 248, 0.7);
  backdrop-filter: blur(18px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 86px;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 1;
  background: url("../images/logo-symbol.png") center / contain no-repeat;
  filter: drop-shadow(0 8px 18px rgba(111, 24, 255, 0.18));
}

.brand strong {
  display: block;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
}

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

.brand small {
  display: block;
  margin-top: 5px;
  color: var(--ink);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.7px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.nav-links a {
  position: relative;
  padding: 10px 0;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  height: 3px;
  border-radius: 99px;
  background: var(--purple);
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--purple);
}

.nav-links a:hover::after,
.nav-links a.active::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 48px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-cta {
  min-width: 212px;
  padding: 0 22px;
  color: #fff;
  background: var(--grad);
  box-shadow: 0 15px 34px rgba(64, 49, 223, 0.28);
}

.mobile-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(111, 24, 255, 0.18);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(53, 42, 99, 0.08);
  cursor: pointer;
}

.mobile-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  border-radius: 99px;
  background: var(--ink);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.btn {
  padding: 0 23px;
}

.nav-cta:hover,
.btn:hover {
  transform: translateY(-3px);
}

.btn-primary {
  color: #fff;
  background: var(--grad);
  box-shadow: 0 18px 36px rgba(67, 0, 217, 0.25);
}

.btn-outline {
  color: var(--purple-deep);
  background: #fff;
  border: 1px solid rgba(111, 24, 255, 0.45);
}

.btn-white {
  color: var(--purple-deep);
  background: #fff;
  box-shadow: 0 16px 32px rgba(2, 2, 18, 0.12);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 68px 0 26px;
  background:
    radial-gradient(circle at 78% 26%, rgba(126, 54, 255, 0.2), transparent 27%),
    radial-gradient(circle at 92% 46%, rgba(31, 111, 255, 0.16), transparent 24%),
    radial-gradient(circle at 17% 28%, rgba(229, 219, 255, 0.82), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbf9ff 74%, #ffffff 100%);
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(111, 24, 255, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(31, 111, 255, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 72% 36%, #000 0 36%, transparent 72%);
  opacity: 0.72;
  content: "";
}

.hero::after {
  position: absolute;
  right: -180px;
  top: 54px;
  z-index: -1;
  width: 720px;
  height: 520px;
  border-radius: 48%;
  background:
    radial-gradient(circle at 50% 50%, rgba(111, 24, 255, 0.22), transparent 44%),
    conic-gradient(from 145deg, rgba(125, 0, 255, 0.22), rgba(17, 133, 255, 0.18), transparent 58%, rgba(125, 0, 255, 0.16));
  filter: blur(10px);
  opacity: 0.76;
  transform: rotate(-8deg);
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.85fr 1.25fr;
  align-items: center;
  gap: 26px;
}

.hero-grid::before {
  position: absolute;
  left: -72px;
  top: 16px;
  z-index: -1;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(111, 24, 255, 0.1), transparent 68%);
  content: "";
}

.hero-copy {
  position: relative;
}

.hero-copy::after {
  position: absolute;
  right: 28px;
  bottom: 104px;
  width: 92px;
  height: 92px;
  border: 1px solid rgba(111, 24, 255, 0.12);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(248, 245, 255, 0.35)),
    radial-gradient(circle at 72% 24%, rgba(31, 111, 255, 0.22), transparent 36%);
  box-shadow: 0 18px 44px rgba(71, 47, 140, 0.12);
  transform: rotate(-10deg);
  content: "";
}

.eyebrow,
.section-heading span,
.trust-copy span {
  display: inline-flex;
  width: fit-content;
  color: var(--purple-deep);
  background: rgba(111, 24, 255, 0.08);
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 12px;
  font-weight: 900;
}

.hero-copy h1 {
  max-width: 560px;
  margin: 22px 0 24px;
  color: var(--ink);
  font-size: clamp(42px, 5.2vw, 66px);
  font-weight: 900;
  line-height: 1.08;
}

.hero-copy h1 span {
  color: transparent;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-copy p {
  max-width: 500px;
  color: #29243a;
  font-size: 17px;
}

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

.rating {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--ink);
}

.avatars {
  display: flex;
}

.avatars span {
  width: 38px;
  height: 38px;
  margin-left: -8px;
  border: 3px solid #fff;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 38%, #f4c0a0 0 18%, transparent 19%),
    linear-gradient(135deg, #14354b, #b58262);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.avatars span:first-child {
  margin-left: 0;
}

.rating strong {
  display: block;
  font-size: 14px;
  font-weight: 900;
}

.rating p {
  color: var(--ink);
  font-size: 13px;
}

.rating p span {
  color: #f6b500;
}

.hero-showcase {
  position: relative;
  min-height: 520px;
  overflow: visible;
}

.hero-photo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-photo-wrap::before {
  position: absolute;
  inset: 0 -34px -6px -2px;
  z-index: 0;
  border-radius: 52% 42% 48% 50%;
  background:
    radial-gradient(circle at 74% 28%, rgba(111, 24, 255, 0.22), transparent 32%),
    radial-gradient(circle at 52% 72%, rgba(31, 111, 255, 0.15), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(245, 240, 255, 0.54));
  filter: blur(16px);
  content: "";
}

.hero-photo-wrap::after {
  position: absolute;
  inset: 82px 10px 70px 86px;
  z-index: 1;
  border: 1px solid rgba(111, 24, 255, 0.13);
  border-radius: 38px;
  background:
    linear-gradient(90deg, rgba(111, 24, 255, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(31, 111, 255, 0.06) 1px, transparent 1px),
    rgba(255, 255, 255, 0.22);
  background-size: 42px 42px;
  transform: rotate(-3deg);
  content: "";
}

.hero-photo {
  position: relative;
  z-index: 3;
  width: min(790px, 116%);
  max-width: none;
  margin-right: -54px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter:
    saturate(1.08)
    contrast(1.04)
    drop-shadow(0 38px 54px rgba(38, 24, 84, 0.18));
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 5%, #000 94%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 7%, #000 92%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 5%, #000 94%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 7%, #000 92%, transparent 100%);
  mask-composite: intersect;
}

.dot {
  position: absolute;
  z-index: 4;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--grad);
  box-shadow: 0 10px 28px rgba(111, 24, 255, 0.45);
}

.dot-one {
  top: 55px;
  right: 210px;
}

.dot-two {
  top: 190px;
  left: 65px;
}

.dot-three {
  right: 38px;
  bottom: 130px;
}

.bubble {
  position: absolute;
  z-index: 8;
  display: grid;
  place-items: center;
  border-radius: 22px;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 20px 38px rgba(75, 33, 160, 0.25);
}

.bubble-instagram {
  top: 145px;
  left: 20px;
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #ffb300, #ff247a 45%, #6b1bff);
  font-size: 22px;
  transform: rotate(-10deg);
}

.bubble-facebook {
  top: 280px;
  left: 62px;
  width: 66px;
  height: 66px;
  background: #2f6dff;
  font-size: 34px;
  transform: rotate(-12deg);
}

.bubble-tiktok {
  top: 72px;
  right: 0;
  width: 78px;
  height: 78px;
  color: #10f3ff;
  background: #06050d;
  font-size: 22px;
  transform: rotate(4deg);
}

.bubble-camera {
  right: -4px;
  top: 255px;
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, #6620ff, #7c4dff);
  font-size: 15px;
  transform: rotate(13deg);
}

.laptop {
  position: absolute;
  right: 112px;
  bottom: 36px;
  z-index: 5;
  width: min(560px, 72%);
  transform: perspective(900px) rotateX(2deg) rotateY(-4deg);
}

.laptop-screen {
  min-height: 315px;
  padding: 22px;
  border: 15px solid #0a0a10;
  border-radius: 22px 22px 10px 10px;
  background:
    radial-gradient(circle at 76% 28%, rgba(132, 41, 255, 0.45), transparent 20%),
    linear-gradient(145deg, #08041b, #150043 58%, #06020e);
  box-shadow: 0 45px 80px rgba(7, 3, 25, 0.28);
}

.screen-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
}

.screen-logo {
  margin-right: auto;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.screen-logo span,
.screen-layout h2 span {
  color: #b15cff;
}

.screen-nav i {
  width: 36px;
  height: 5px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.25);
}

.screen-layout {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 20px;
  margin-top: 36px;
}

.screen-layout h2 {
  color: #fff;
  font-size: 28px;
  line-height: 1.15;
}

.screen-layout p {
  width: 92%;
  margin: 12px 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
}

.screen-layout b {
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 6px;
  color: #fff;
  background: var(--grad);
  font-size: 8px;
}

.graph-card {
  display: flex;
  align-items: end;
  gap: 12px;
  height: 122px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.graph-card span {
  flex: 1;
  border-radius: 99px 99px 8px 8px;
  background: linear-gradient(180deg, #b74dff, #5721ff);
}

.graph-card span:nth-child(1) {
  height: 40%;
}

.graph-card span:nth-child(2) {
  height: 72%;
}

.graph-card span:nth-child(3) {
  height: 54%;
}

.graph-card span:nth-child(4) {
  height: 86%;
}

.mini-card {
  width: 140px;
  height: 78px;
  margin-top: -46px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(235, 226, 255, 0.95));
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.2);
}

.screen-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}

.screen-strip span {
  padding: 10px 12px;
  border-radius: 10px;
  color: #24104d;
  background: rgba(255, 255, 255, 0.93);
  font-size: 9px;
  font-weight: 900;
}

.laptop-base {
  width: 113%;
  height: 28px;
  margin-left: -6%;
  border-radius: 0 0 36px 36px;
  background: linear-gradient(180deg, #44434a, #b1b0b8 45%, #50505b);
  box-shadow: 0 34px 60px rgba(7, 3, 25, 0.3);
}

.phone {
  position: absolute;
  right: 12px;
  bottom: 98px;
  z-index: 7;
  width: 175px;
  min-height: 318px;
  padding: 16px;
  border: 10px solid #111018;
  border-radius: 34px;
  background: #f9f9fc;
  box-shadow: 0 26px 55px rgba(12, 8, 34, 0.24);
}

.phone-top {
  width: 54px;
  height: 5px;
  margin: 0 auto 14px;
  border-radius: 99px;
  background: #1d1a24;
}

.phone-card {
  min-height: 110px;
  border-radius: 16px;
  padding: 14px;
}

.dark-card {
  color: #fff;
  background:
    radial-gradient(circle at 78% 30%, rgba(114, 29, 255, 0.55), transparent 24%),
    linear-gradient(135deg, #090713, #1d1830);
}

.dark-card small {
  display: block;
  max-width: 90px;
  font-size: 8px;
  font-weight: 900;
}

.shoe-shape,
.shoe {
  border-radius: 70% 40% 34% 40%;
  background: linear-gradient(135deg, #15151d, #631fff);
}

.shoe-shape {
  width: 88px;
  height: 34px;
  margin: 28px 0 0 auto;
  transform: skewX(-18deg);
}

.phone-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.phone-grid span {
  height: 62px;
  border-radius: 12px;
  background: linear-gradient(145deg, #fff, #ece8f5);
  box-shadow: inset 0 0 0 1px #ece7f7;
}

.controller {
  position: absolute;
  right: 102px;
  bottom: 0;
  z-index: 8;
  width: 170px;
  height: 100px;
  border-radius: 55px 55px 44px 44px;
  background: linear-gradient(180deg, #fff, #e8e8ef);
  box-shadow: 0 25px 50px rgba(17, 12, 44, 0.18);
}

.controller span,
.controller i {
  position: absolute;
  border-radius: 50%;
  background: #191824;
}

.controller span {
  width: 26px;
  height: 26px;
  top: 36px;
}

.controller span:first-child {
  left: 38px;
}

.controller span:nth-child(2) {
  right: 38px;
}

.controller i {
  width: 10px;
  height: 10px;
  top: 28px;
}

.controller i:nth-of-type(1) {
  right: 58px;
}

.controller i:nth-of-type(2) {
  right: 76px;
}

.stats-wrap {
  padding: 0 0 24px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  min-height: 98px;
  padding: 22px 34px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.stats article {
  display: flex;
  align-items: center;
  gap: 17px;
}

.stat-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--purple);
  border: 2px solid rgba(111, 24, 255, 0.12);
  border-radius: 14px;
  font-size: 26px;
  font-weight: 900;
}

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

.stats strong {
  display: block;
  color: var(--ink);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
}

.stats small {
  color: var(--text);
  font-size: 12px;
  font-weight: 700;
}

.section {
  padding: 28px 0 22px;
}

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

.section-heading span {
  margin: 0 auto 8px;
  background: transparent;
  padding: 0;
}

.section-heading h2 {
  color: var(--ink);
  font-size: clamp(28px, 3.2vw, 38px);
  font-weight: 900;
  line-height: 1.15;
}

.section-heading p {
  max-width: 500px;
  margin: 12px auto 0;
  color: var(--text);
  font-size: 13px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.service-visual {
  display: contents;
}

.service-card {
  min-height: 222px;
  padding: 28px 20px 22px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 15px 40px rgba(53, 42, 99, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover,
.project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 52px rgba(53, 42, 99, 0.14);
}

.service-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin: 0 auto 18px;
  border-radius: 13px;
  background: var(--grad);
  box-shadow: 0 16px 28px rgba(111, 24, 255, 0.22);
}

.service-icon.icon-ready {
  color: #fff;
  font-size: 29px;
}

.service-icon.icon-ready::before,
.service-icon.icon-ready::after {
  content: none;
}

.service-icon::before,
.service-icon::after {
  position: absolute;
  content: "";
}

.monitor::before {
  width: 30px;
  height: 20px;
  border: 3px solid #fff;
  border-radius: 4px;
}

.monitor::after {
  bottom: 12px;
  width: 24px;
  height: 3px;
  background: #fff;
}

.mobile::before {
  width: 22px;
  height: 34px;
  border: 3px solid #fff;
  border-radius: 5px;
}

.chart::before {
  width: 6px;
  height: 24px;
  left: 17px;
  bottom: 16px;
  border-radius: 99px;
  background: #fff;
  box-shadow: 11px -8px 0 #fff, 22px -15px 0 #fff;
}

.video::before {
  width: 26px;
  height: 22px;
  border: 3px solid #fff;
  border-radius: 4px;
}

.video::after {
  right: 11px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 12px solid #fff;
}

.shield::before {
  width: 28px;
  height: 34px;
  border: 3px solid #fff;
  border-radius: 12px 12px 16px 16px;
}

.service-icon.social::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: -15px 8px 0 #fff, 15px 8px 0 #fff;
}

.service-icon.brand::before {
  width: 32px;
  height: 32px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.service-icon.brand::after {
  width: 18px;
  height: 3px;
  background: #fff;
  transform: rotate(-35deg);
}

.service-icon.seo::before {
  width: 28px;
  height: 28px;
  border: 4px solid #fff;
  border-radius: 50%;
}

.service-icon.seo::after {
  right: 13px;
  bottom: 12px;
  width: 18px;
  height: 4px;
  border-radius: 99px;
  background: #fff;
  transform: rotate(42deg);
}

.service-card h3 {
  min-height: 42px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.service-card p {
  margin: 12px 0 20px;
  color: var(--text);
  font-size: 12px;
}

.service-card a,
.project-body a {
  color: var(--purple-deep);
  font-size: 12px;
  font-weight: 900;
}

.services-page .services-grid {
  grid-template-columns: 1fr;
  gap: 26px;
}

.services-page .service-card {
  display: grid;
  grid-template-columns: 310px 1fr;
  align-items: stretch;
  min-height: 300px;
  padding: 0;
  overflow: hidden;
  text-align: left;
  border-radius: 18px;
}

.services-page .service-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  height: auto;
  margin-bottom: 0;
  background:
    radial-gradient(circle at 74% 24%, rgba(111, 24, 255, 0.2), transparent 28%),
    linear-gradient(135deg, #f8f5ff, #ffffff);
}

.services-page .service-visual::before,
.services-page .service-visual::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: rgba(111, 24, 255, 0.12);
}

.services-page .service-visual::before {
  width: 72px;
  height: 72px;
  left: 42px;
  bottom: 32px;
}

.services-page .service-visual::after {
  width: 34px;
  height: 34px;
  right: 54px;
  top: 42px;
}

.services-page .service-icon {
  width: 118px;
  height: 118px;
  margin: 0;
  border-radius: 30px;
  font-size: 54px;
  transform: rotate(-4deg);
}

.services-page .service-icon .svg-icon {
  width: 54px;
  height: 54px;
}

.services-page .service-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 46px;
}

.services-page .service-content > span {
  width: fit-content;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--purple-deep);
  background: rgba(111, 24, 255, 0.08);
  font-size: 12px;
  font-weight: 900;
}

.services-page .service-card h3 {
  min-height: 0;
  margin: 0;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.08;
}

.services-page .service-card p {
  max-width: 690px;
  min-height: 0;
  margin: 18px 0 0;
  color: #332d47;
  font-size: 17px;
  line-height: 1.75;
}

.service-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
  list-style: none;
}

.service-details li {
  position: relative;
  min-height: 58px;
  padding: 14px 14px 14px 34px;
  border: 1px solid rgba(111, 24, 255, 0.12);
  border-radius: 12px;
  color: #3a344f;
  background: rgba(248, 246, 255, 0.75);
  font-size: 13px;
  font-weight: 800;
}

.service-details li::before {
  position: absolute;
  left: 13px;
  top: 18px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--grad);
  content: "";
}

.service-includes {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(111, 24, 255, 0.12);
}

.service-includes strong {
  display: block;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.service-includes div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-includes span {
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--purple-deep);
  background: rgba(111, 24, 255, 0.08);
  font-size: 12px;
  font-weight: 900;
}

.projects-section {
  padding-top: 20px;
}

.filters {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin: -6px 0 22px;
}

.filters button {
  height: 34px;
  min-width: 92px;
  border: 0;
  border-radius: 999px;
  color: #211b35;
  background: #f0eef7;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.filters button.active {
  color: #fff;
  background: var(--grad);
}

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

.project-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(53, 42, 99, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.project-preview {
  position: relative;
  display: flex;
  min-height: 136px;
  padding: 22px;
  overflow: hidden;
}

.project-preview-image {
  min-height: 190px;
  padding: 0;
  background: #f5f2ff;
}

.project-preview-image img {
  width: 100%;
  height: 100%;
  min-height: 190px;
  object-fit: cover;
}

.project-preview-image span {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 2;
  margin: 0;
  color: var(--purple-deep);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 24px rgba(15, 7, 50, 0.12);
}

.project-preview div:first-child {
  position: relative;
  z-index: 2;
  max-width: 145px;
}

.project-preview small {
  display: block;
  margin-bottom: 18px;
  color: #241c3c;
  font-size: 8px;
  font-weight: 900;
}

.project-preview strong {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 1.15;
}

.project-preview span {
  display: inline-flex;
  margin-top: 12px;
  padding: 7px 10px;
  border-radius: 5px;
  color: #fff;
  background: var(--grad);
  font-size: 8px;
  font-weight: 900;
}

.preview-light {
  background: linear-gradient(135deg, #fff, #f2eff8);
}

.preview-light strong {
  color: var(--ink);
}

.preview-dark {
  background:
    radial-gradient(circle at 76% 30%, rgba(111, 24, 255, 0.38), transparent 24%),
    linear-gradient(135deg, #090713, #1c1729);
}

.preview-food {
  background:
    radial-gradient(circle at 82% 60%, rgba(255, 173, 71, 0.35), transparent 22%),
    linear-gradient(135deg, #231510, #5b2c0b);
}

.preview-resort {
  background:
    linear-gradient(180deg, rgba(8, 28, 58, 0.2), rgba(8, 28, 58, 0.62)),
    linear-gradient(135deg, #94d9ff, #14a7cf 45%, #8a6639);
}

.shoe {
  position: absolute;
  right: 18px;
  bottom: 32px;
  width: 110px;
  height: 42px;
  transform: skewX(-16deg);
}

.phone-mini {
  position: absolute;
  right: 30px;
  bottom: 18px;
  width: 58px;
  height: 96px;
  border: 6px solid #20202c;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.plate {
  position: absolute;
  right: 25px;
  bottom: 26px;
  width: 100px;
  height: 44px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 45%, #ffbc57 0 14%, transparent 15%),
    radial-gradient(circle at 60% 44%, #4bb65d 0 12%, transparent 13%),
    #22140c;
  box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.16);
}

.project-body {
  padding: 18px 18px 22px;
}

.project-body h3 {
  color: var(--ink);
  font-size: 14px;
  font-weight: 900;
}

.project-body p {
  margin: 5px 0 18px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 52px;
  background:
    radial-gradient(circle at 82% 24%, rgba(122, 54, 255, 0.16), transparent 28%),
    radial-gradient(circle at 14% 16%, rgba(31, 111, 255, 0.08), transparent 22%),
    linear-gradient(180deg, #fff, #fbf9ff);
}

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

.page-hero h1 {
  max-width: 620px;
  margin: 22px 0 20px;
  color: var(--ink);
  font-size: clamp(40px, 5vw, 62px);
  font-weight: 900;
  line-height: 1.08;
}

.page-hero h1 span {
  color: var(--purple-deep);
}

.page-hero p {
  max-width: 560px;
  color: #2d2840;
  font-size: 16px;
}

.split-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 54px;
}

.split-section h2 {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.12;
}

.split-section p {
  margin-bottom: 14px;
  font-size: 16px;
}

.architecture-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px 20px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.architecture-card strong {
  color: var(--purple-deep);
  font-weight: 900;
}

.architecture-card span {
  color: var(--text);
}

.project-art {
  position: absolute;
  right: 22px;
  bottom: 24px;
  width: 112px;
  height: 54px;
  border-radius: 999px 45% 40% 52%;
  background: linear-gradient(135deg, #15151d, #631fff);
  transform: skewX(-14deg);
  box-shadow: 0 18px 32px rgba(7, 3, 25, 0.25);
}

.preview-dark .project-art {
  width: 72px;
  height: 112px;
  border: 7px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  transform: none;
}

.preview-food .project-art {
  width: 104px;
  height: 46px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 45%, #ffbc57 0 14%, transparent 15%),
    radial-gradient(circle at 60% 44%, #4bb65d 0 12%, transparent 13%),
    #22140c;
  transform: none;
  box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.16);
}

.preview-resort .project-art {
  display: none;
}

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

.social-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(53, 42, 99, 0.08);
}

.social-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.social-card div {
  padding: 22px;
}

.social-card h3 {
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.social-card p {
  margin: 8px 0 16px;
  color: var(--text);
  font-size: 13px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.social-links a {
  padding: 8px 11px;
  border-radius: 999px;
  color: var(--purple-deep);
  background: rgba(111, 24, 255, 0.08);
  font-size: 12px;
  font-weight: 900;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.9fr;
  gap: 24px;
}

.contact-form,
.contact-card {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 32px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
}

.contact-form label:nth-child(4),
.contact-form button,
.form-status {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #ded8f2;
  border-radius: 8px;
  padding: 14px 15px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.form-status {
  min-height: 22px;
  color: var(--purple-deep);
  font-weight: 800;
}

.contact-card {
  padding: 32px;
}

.contact-card h2 {
  margin-bottom: 24px;
  color: var(--ink);
  font-size: 26px;
  font-weight: 900;
}

.contact-card a,
.contact-card span {
  display: block;
  margin-bottom: 18px;
  color: var(--text);
  font-weight: 800;
}

.contact-card a {
  color: var(--purple-deep);
}

.trust-section {
  padding: 18px 0 20px;
}

.trust-panel {
  display: grid;
  grid-template-columns: 0.78fr 1.5fr;
  gap: 36px;
  padding: 30px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 22% 0%, rgba(111, 24, 255, 0.13), transparent 28%),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(53, 42, 99, 0.1);
}

.trust-copy span {
  background: transparent;
  padding: 0;
}

.trust-copy h2 {
  max-width: 320px;
  margin: 10px 0 14px;
  color: var(--ink);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.18;
}

.trust-copy p {
  margin-bottom: 20px;
  font-size: 13px;
}

.trust-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: center;
}

.trust-items article {
  text-align: center;
}

.trust-items b {
  display: grid;
  place-items: center;
  color: var(--purple);
  font-size: 42px;
  line-height: 1;
  margin-bottom: 16px;
}

.trust-items b .svg-icon {
  width: 38px;
  height: 38px;
}

.trust-items h3 {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.trust-items p {
  margin-top: 10px;
  color: var(--text);
  font-size: 11px;
}

.cta-band {
  padding: 0 0 0;
}

.cta-panel {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  min-height: 128px;
  padding: 26px 48px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: var(--grad);
}

.cta-star {
  display: grid;
  place-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(0, 204, 255, 0.45));
  color: #fff;
  font-size: 52px;
  line-height: 1;
}

.cta-star .svg-icon {
  width: 56px;
  height: 56px;
  filter: drop-shadow(0 12px 18px rgba(21, 0, 70, 0.22));
}

.cta-panel h2 {
  font-size: 30px;
  font-weight: 900;
}

.cta-panel p {
  max-width: 620px;
  font-size: 16px;
}

.footer {
  color: rgba(255, 255, 255, 0.72);
  background: var(--dark);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.65fr 0.95fr 1fr 1fr;
  gap: 36px;
  padding: 38px 0 34px;
}

.footer-brand,
.footer-brand small,
.footer-brand strong {
  color: #fff;
}

.footer p {
  max-width: 260px;
  margin: 14px 0 18px;
  font-size: 12px;
}

.footer h3 {
  margin-bottom: 14px;
  color: #7f4cff;
  font-size: 13px;
  font-weight: 900;
}

.footer a,
.footer span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-weight: 700;
}

.socials {
  display: flex;
  gap: 12px;
}

.socials a {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin: 0;
  color: #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.socials a .svg-icon {
  width: 15px;
  height: 15px;
}

.footer-badges {
  display: grid;
  gap: 12px;
}

.footer-badges article {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.footer-badges b {
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 32px;
  flex: 0 0 auto;
}

.footer-badges b .svg-icon {
  width: 31px;
  height: 31px;
}

.footer-badges small {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.62);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p,
.footer-bottom a {
  margin: 0;
  font-size: 11px;
}

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

@media (max-width: 1083px) {
  .nav-links {
    gap: 18px;
  }

  .hero {
    padding-bottom: 48px;
    background:
      radial-gradient(circle at 88% 18%, rgba(111, 24, 255, 0.16), transparent 30%),
      radial-gradient(circle at 16% 16%, rgba(31, 111, 255, 0.1), transparent 28%),
      linear-gradient(180deg, #fff 0%, #faf7ff 76%, #fff 100%);
  }

  .hero::before {
    mask-image: radial-gradient(circle at 48% 24%, #000 0 34%, transparent 72%);
  }

  .hero::after {
    right: -280px;
    top: 18px;
    width: 560px;
    height: 420px;
    opacity: 0.48;
  }

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

  .hero-copy::after {
    right: 0;
    bottom: 54px;
  }

  .hero-showcase {
    display: none;
  }

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

  .projects-grid,
  .stats,
  .trust-items,
  .social-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-panel,
  .cta-panel,
  .split-section,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, 1120px);
  }

  .nav {
    position: relative;
    height: auto;
    padding: 12px 0;
    gap: 10px;
  }

  .brand strong {
    font-size: 18px;
  }

  .brand small {
    font-size: 7px;
  }

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

  .nav-links {
    display: none;
  }

  .mobile-menu-toggle {
    display: block;
    margin-left: auto;
  }

  .nav-cta {
    display: inline-flex;
    min-width: 0;
    padding: 0 14px;
    min-height: 40px;
    border-radius: 8px;
    font-size: 12px;
    gap: 6px;
    flex-shrink: 0;
    order: 1;
  }

  .cta-desktop {
    display: none;
  }

  .cta-mobile {
    display: inline;
  }

  .cta-arrow {
    display: none;
  }

  .site-header.menu-open .nav-links {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    z-index: 30;
    display: grid;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(238, 234, 248, 0.95);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 55px rgba(53, 42, 99, 0.16);
  }

  .site-header.menu-open .nav-links a {
    padding: 14px 12px;
    border-radius: 10px;
  }

  .site-header.menu-open .nav-links a.active,
  .site-header.menu-open .nav-links a:hover {
    background: rgba(111, 24, 255, 0.08);
  }

  .site-header.menu-open .nav-links a::after {
    display: none;
  }

  .site-header.menu-open .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.menu-open .mobile-menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.menu-open .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero {
    padding-top: 42px;
  }

  .hero-grid::before,
  .hero-copy::after {
    display: none;
  }

  .hero-copy h1 {
    font-size: 41px;
  }

  .hero-showcase {
    min-height: 420px;
    transform: scale(0.82);
    transform-origin: top center;
    margin-bottom: -80px;
  }

  .laptop {
    right: 60px;
    width: 590px;
    max-width: none;
  }

  .phone {
    right: -10px;
  }

  .controller {
    right: 74px;
  }

  .stats,
  .services-grid,
  .projects-grid,
  .trust-items,
  .social-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 16px 14px;
  }

  .stats article {
    justify-content: flex-start;
    gap: 10px;
  }

  .stat-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    flex-shrink: 0;
  }

  .stat-icon .svg-icon {
    width: 20px;
    height: 20px;
  }

  .stats strong {
    font-size: 16px;
  }

  .stats small {
    font-size: 10px;
  }

  .services-page .services-grid {
    grid-template-columns: 1fr;
  }

  .services-page .service-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .services-page .service-visual {
    min-height: 210px;
  }

  .services-page .service-content {
    padding: 28px;
  }

  .service-details {
    grid-template-columns: 1fr;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .filters {
    flex-wrap: wrap;
    gap: 10px;
  }

  .stats article {
    justify-content: flex-start;
  }

  .cta-panel {
    padding: 28px;
    text-align: center;
  }

  .cta-star {
    margin: 0 auto;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .brand strong {
    font-size: 18px;
  }

  .brand-mark {
    width: 48px;
    height: 48px;
    font-size: 0;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .hero-showcase {
    transform: scale(0.68);
    margin-bottom: -150px;
  }

  .stats {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px 10px;
  }
}
