:root {
  --bg: #050507;
  --surface: #0d0d12;
  --surface-light: #15151d;
  --text: #f7f7fa;
  --muted: #aaaab5;
  --orange: #ff781f;
  --pink: #f52587;
  --purple: #9d25ff;
  --border: rgba(255, 255, 255, 0.11);
  --gradient: linear-gradient(100deg, var(--orange), var(--pink) 52%, var(--purple));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 85% 5%, rgba(99, 25, 170, 0.14), transparent 28rem),
    var(--bg);
  font-family: "Inter", sans-serif;
}

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

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

.page-glow {
  position: fixed;
  z-index: -1;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.12;
  pointer-events: none;
}

.page-glow-one {
  top: 20%;
  right: -12rem;
  background: var(--purple);
}

.page-glow-two {
  bottom: 10%;
  left: -12rem;
  background: var(--orange);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  min-height: 82px;
  margin: 0 auto;
  border-bottom: 1px solid var(--border);
  background: rgba(5, 5, 7, 0.78);
  backdrop-filter: blur(18px);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-self: start;
  padding: 0 1px 10px;
  font-size: 1.4rem;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.055em;
  white-space: nowrap;
}

.brand::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--gradient);
}

.brand-word {
  display: inline-block;
  flex: 0 0 auto;
  transform: skew(-7deg);
}

.brand-bolt {
  display: inline-block;
  flex: 0 0 11px;
  width: 11px;
  min-width: 11px;
  max-width: 11px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  margin: 0 -1px;
  background: #fff;
  clip-path: polygon(58% 0, 5% 56%, 42% 56%, 25% 100%, 96% 40%, 58% 40%);
  filter: drop-shadow(0 0 4px rgba(245, 37, 135, 0.22));
  transform: skew(-7deg);
  transform-origin: center;
}

.brand-name {
  padding-bottom: 0;
  font-style: normal;
  letter-spacing: -0.04em;
}

.brand-name::after {
  display: none;
}

.brand-name span {
  color: transparent;
  background: var(--gradient);
  background-clip: text;
  -webkit-background-clip: text;
}

.site-nav {
  display: flex;
  gap: 34px;
}

.site-nav a {
  color: #c7c7cf;
  font-size: 0.86rem;
  transition: color 0.2s ease;
}

.site-nav a:hover {
  color: #fff;
}

.site-nav .nav-apps {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  color: #fff;
  font-weight: 750;
}

.apps-glyph {
  display: grid;
  grid-template-columns: repeat(2, 4px);
  gap: 3px;
  flex: 0 0 auto;
  color: var(--pink);
}

.apps-glyph i {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}

.header-cta {
  justify-self: end;
}

.menu-toggle {
  display: none;
  padding: 8px;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px;
  background: #fff;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 110px 0;
}

.hero {
  display: block;
  align-items: center;
  min-height: auto;
  padding-top: 70px;
  padding-bottom: 55px;
}

.hero-copy {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border: 1px solid rgba(245, 37, 135, 0.35);
  border-radius: 999px;
  color: #e6dce8;
  background: rgba(245, 37, 135, 0.06);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 920px;
  margin: 28px auto 24px;
  font-size: clamp(3rem, 5.8vw, 5.6rem);
  line-height: 0.96;
  letter-spacing: -0.075em;
}

.gradient-text {
  color: transparent;
  background: var(--gradient);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-description {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
  justify-content: center;
}

.apps-showcase {
  padding-top: 80px;
  padding-bottom: 80px;
}

.apps-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 22px;
}

.app-card {
  min-height: 390px;
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.035);
}

.app-card-movvi {
  background:
    radial-gradient(circle at 88% 18%, rgba(157, 37, 255, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(255, 120, 31, 0.055), rgba(245, 37, 135, 0.035));
}

.app-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.app-brand img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 16px;
}

.app-brand div {
  display: grid;
  gap: 4px;
}

.app-brand span {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.app-brand strong {
  font-size: 1.65rem;
}

.app-card h3 {
  max-width: 620px;
  margin: 34px 0 15px;
  font-size: clamp(1.8rem, 3.4vw, 3.2rem);
  line-height: 1.04;
}

.app-card p {
  max-width: 610px;
  color: var(--muted);
  line-height: 1.7;
}

.app-demo-label {
  display: inline-flex;
  margin-top: 24px;
  color: #d1c8d5;
  font-size: .73rem;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.app-card-service {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.app-card-service h3 {
  margin-top: 24px;
  font-size: clamp(1.7rem, 2.8vw, 2.45rem);
}

.app-card-service .button {
  align-self: flex-start;
  margin-top: 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: var(--gradient);
  box-shadow: 0 10px 32px rgba(245, 37, 135, 0.18);
  font-size: 0.85rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(245, 37, 135, 0.28);
}

.button-small {
  min-height: 40px;
  padding: 0 17px;
  border-radius: 8px;
  font-size: 0.73rem;
}

.button-ghost {
  border: 1px solid var(--border);
  color: #dddde4;
  background: rgba(255, 255, 255, 0.025);
  box-shadow: none;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 36px;
  color: #81818d;
  font-size: 0.74rem;
  justify-content: center;
}

.hero-trust strong {
  color: #fff;
}

.hero-visual {
  position: relative;
  min-height: 650px;
  perspective: 1100px;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(190, 37, 255, 0.16);
  border-radius: 50%;
  transform: rotate(-15deg);
}

.orbit-one {
  top: 8%;
  right: 3%;
  width: 520px;
  height: 520px;
}

.orbit-two {
  top: 18%;
  right: 13%;
  width: 360px;
  height: 360px;
}

.browser-mockup {
  position: absolute;
  top: 90px;
  right: 0;
  width: 92%;
  height: 390px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  background: linear-gradient(145deg, #14131b, #09090d);
  box-shadow: 0 32px 80px #000, 0 0 60px rgba(158, 37, 255, 0.12);
  transform: rotateY(-10deg) rotateZ(-1.5deg);
}

.browser-bar {
  display: flex;
  align-items: center;
  gap: 25px;
  height: 42px;
  padding: 0 16px;
  border-bottom: 1px solid var(--border);
  color: #5f5f69;
  font-size: 0.55rem;
}

.browser-dots {
  display: flex;
  gap: 6px;
}

.browser-dots i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3b3b44;
}

.browser-content {
  position: relative;
  height: calc(100% - 42px);
  padding: 55px 52px;
  background:
    radial-gradient(circle at 80% 50%, rgba(164, 19, 255, 0.22), transparent 30%),
    linear-gradient(120deg, #09090d, #100817);
}

.mini-label {
  font-size: 0.62rem;
  font-weight: 900;
  font-style: italic;
}

.mini-label span {
  color: var(--pink);
}

.browser-content h2 {
  margin: 22px 0 14px;
  font-size: 2rem;
  line-height: 1.05;
  letter-spacing: -0.05em;
}

.browser-content h2 em {
  color: var(--pink);
  font-style: normal;
}

.browser-content p {
  width: 230px;
  color: #83838d;
  font-size: 0.68rem;
  line-height: 1.6;
}

.browser-button {
  width: 90px;
  height: 24px;
  margin-top: 20px;
  border-radius: 5px;
  background: var(--gradient);
}

.browser-lines {
  position: absolute;
  right: 55px;
  bottom: 60px;
  display: flex;
  align-items: end;
  gap: 7px;
  height: 100px;
}

.browser-lines i {
  width: 25px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(var(--pink), rgba(157, 37, 255, 0.2));
}

.browser-lines i:nth-child(1) { height: 42%; }
.browser-lines i:nth-child(2) { height: 72%; }
.browser-lines i:nth-child(3) { height: 100%; }

.phone-mockup {
  position: absolute;
  right: 4%;
  bottom: 15px;
  width: 250px;
  height: 490px;
  padding: 38px 20px 22px;
  border: 5px solid #25252d;
  border-radius: 38px;
  background: linear-gradient(160deg, #111119, #07070a);
  box-shadow: -25px 30px 70px #000, 0 0 35px rgba(245, 37, 135, 0.18);
  transform: rotateZ(7deg);
}

.phone-speaker {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 64px;
  height: 15px;
  border-radius: 999px;
  background: #030304;
  transform: translateX(-50%);
}

.phone-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  font-size: 0.72rem;
  font-weight: 700;
}

.phone-header i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 12px var(--pink);
}

.phone-mockup > small {
  display: block;
  color: #777783;
  font-size: 0.52rem;
}

.phone-mockup > strong {
  display: block;
  margin-top: 6px;
  font-size: 1.1rem;
}

.metric {
  position: absolute;
  top: 98px;
  right: 20px;
  color: #50d890;
  font-size: 0.55rem;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 24px;
}

.app-grid div {
  display: grid;
  min-height: 68px;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.025);
}

.app-grid i {
  color: var(--pink);
  font-size: 1.1rem;
  font-style: normal;
}

.app-grid small {
  color: #aaaab2;
  font-size: 0.46rem;
}

.phone-list {
  margin-top: 19px;
}

.phone-list span {
  display: grid;
  grid-template-columns: 8px 1fr auto;
  align-items: center;
  gap: 7px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.45rem;
}

.phone-list i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--purple);
}

.phone-list em {
  padding: 3px 5px;
  border-radius: 4px;
  color: #65dfa0;
  background: rgba(61, 200, 126, 0.13);
  font-style: normal;
}

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

.section-heading h2,
.process h2,
.contact h2 {
  margin: 22px 0 16px;
  font-size: clamp(2.2rem, 4.4vw, 4rem);
  line-height: 1.04;
  letter-spacing: -0.06em;
}

.section-heading p,
.process-copy > p,
.contact > div > p {
  color: var(--muted);
  line-height: 1.7;
}

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

.service-card {
  position: relative;
  min-height: 365px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012));
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.service-card:hover {
  border-color: rgba(245, 37, 135, 0.4);
  transform: translateY(-6px);
}

.service-card.featured {
  background:
    radial-gradient(circle at 80% 0%, rgba(157, 37, 255, 0.18), transparent 45%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012));
}

.service-number {
  position: absolute;
  top: 25px;
  right: 28px;
  color: #373741;
  font-size: 2rem;
  font-weight: 900;
}

.service-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 46px;
  place-items: center;
  border: 1px solid rgba(245, 37, 135, 0.32);
  border-radius: 14px;
  color: var(--pink);
  background: rgba(245, 37, 135, 0.07);
  font-size: 1.3rem;
  font-weight: 800;
}

.service-card h3 {
  margin-bottom: 14px;
  font-size: 1.3rem;
}

.service-card p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.service-card a {
  position: absolute;
  bottom: 32px;
  color: #eeeef2;
  font-size: 0.78rem;
  font-weight: 700;
}

.service-card a span {
  margin-left: 5px;
  color: var(--pink);
}

.process {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
  align-items: center;
}

.process-copy {
  position: sticky;
  top: 130px;
}

.process-list {
  display: grid;
  gap: 12px;
}

.process-list article {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 20px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.022);
}

.process-list article > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: var(--gradient);
  font-size: 0.75rem;
  font-weight: 800;
}

.process-list h3 {
  margin-bottom: 8px;
}

.process-list p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.85rem;
}

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

.portfolio-section {
  position: relative;
}

.home-page .portfolio-section {
  display: none;
}

.portfolio-teaser {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 32px;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 78px 56px;
  border: 1px solid rgba(245, 37, 135, .27);
  border-radius: 30px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255,120,31,.14), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(157,37,255,.19), transparent 32%),
    linear-gradient(145deg, #101016, #09090c);
  text-align: center;
  box-shadow: 0 28px 80px rgba(0,0,0,.28);
}

.portfolio-teaser::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.015);
}

.portfolio-teaser-copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
}

.portfolio-teaser h2 {
  max-width: 800px;
  margin: 20px 0 14px;
  font-size: clamp(2.5rem, 5.2vw, 4.8rem);
  line-height: 1;
  letter-spacing: -.06em;
}

.portfolio-teaser p {
  max-width: 650px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.portfolio-teaser-button {
  position: relative;
  z-index: 1;
  display: flex;
  min-width: 280px;
  justify-content: space-between;
  gap: 24px;
  padding: 17px 20px;
  box-shadow: 0 15px 40px rgba(245,37,135,.25);
}

.portfolio-teaser-button b { font-size: 1.15rem; }

.portfolio-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 9%;
  left: 50%;
  width: min(900px, 90vw);
  height: 360px;
  border-radius: 50%;
  background: rgba(157, 37, 255, .09);
  filter: blur(110px);
  transform: translateX(-50%);
}

.portfolio-guide {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 690px;
  margin: -22px auto 30px;
  padding: 15px 18px;
  border: 1px solid rgba(245, 37, 135, .32);
  border-radius: 14px;
  background: linear-gradient(100deg, rgba(255, 120, 31, .08), rgba(245, 37, 135, .08), rgba(157, 37, 255, .08));
}

.portfolio-guide-icon {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: var(--gradient);
  font-size: 1.25rem;
  font-weight: 900;
}

.portfolio-guide div {
  display: grid;
  gap: 4px;
}

.portfolio-guide strong {
  font-size: .88rem;
}

.portfolio-guide div span {
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.45;
}

.project-card {
  display: block;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--surface);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  animation: portfolioIn .65s both;
}

.project-card:nth-child(2),
.project-card:nth-child(5),
.project-card:nth-child(8) { animation-delay: .08s; }

.project-card:nth-child(3),
.project-card:nth-child(6),
.project-card:nth-child(9) { animation-delay: .16s; }

@keyframes portfolioIn {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}

.project-card:hover {
  transform: translateY(-7px);
  border-color: rgba(245, 37, 135, .48);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
}

.project-card:focus-visible {
  outline: 3px solid var(--pink);
  outline-offset: 4px;
}

.project-screen {
  position: relative;
  min-height: 350px;
  padding: 36px;
  overflow: hidden;
}

.project-one .project-screen {
  background:
    radial-gradient(circle at 75% 50%, rgba(245, 37, 135, 0.25), transparent 36%),
    linear-gradient(145deg, #15101b, #09090d);
}

.project-two .project-screen {
  background:
    radial-gradient(circle at 65% 45%, rgba(255, 120, 31, 0.24), transparent 34%),
    linear-gradient(145deg, #17100e, #09090d);
}

.project-three .project-screen {
  background:
    radial-gradient(circle at 65% 45%, rgba(157, 37, 255, 0.28), transparent 34%),
    linear-gradient(145deg, #120d1b, #09090d);
}

.project-screen > span {
  display: block;
  margin-bottom: 17px;
  color: var(--pink);
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
}

.project-screen > strong {
  position: relative;
  z-index: 2;
  display: block;
  width: 85%;
  font-size: 1.75rem;
  line-height: 1.05;
}

.project-open-icon {
  position: absolute;
  z-index: 4;
  top: 24px;
  right: 24px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  color: #fff;
  background: rgba(5, 5, 7, .62);
  font-size: 1.15rem;
  font-style: normal;
  font-weight: 900;
  backdrop-filter: blur(8px);
  transition: transform .25s ease, background .25s ease;
}

.project-card:hover .project-open-icon {
  background: var(--pink);
  transform: scale(1.08) rotate(6deg);
}

.project-photo-screen {
  isolation: isolate;
  background: #111;
}

.project-photo-screen::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 4, 7, .24), rgba(4, 4, 7, .1) 42%, rgba(4, 4, 7, .88));
}

.project-photo-screen > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.project-card:hover .project-photo-screen > img {
  transform: scale(1.05);
}

.project-photo-screen > span {
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .7);
}

.project-photo-screen > strong {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  width: auto;
  color: #fff;
  text-shadow: 0 3px 20px rgba(0, 0, 0, .8);
}

.chart {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 75%;
  height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px 0 0;
  background:
    linear-gradient(135deg, transparent 45%, var(--pink) 46%, var(--purple) 49%, transparent 50%),
    rgba(255, 255, 255, 0.04);
  transform: rotate(-8deg);
}

.product-shape {
  position: absolute;
  right: 38px;
  bottom: 45px;
  width: 145px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 25px;
  background: linear-gradient(145deg, var(--orange), var(--pink));
  box-shadow: 0 30px 70px rgba(245, 37, 135, 0.25);
  transform: rotate(12deg);
}

.project-orb {
  position: absolute;
  right: 38px;
  bottom: 45px;
  width: 145px;
  height: 145px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--pink), var(--purple) 45%, #15101f 72%);
  box-shadow: 0 25px 70px rgba(157, 37, 255, 0.3);
}

.project-info {
  padding: 25px 28px 28px;
}

.project-info span {
  color: var(--muted);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.project-info h3 {
  margin: 8px 0 0;
}

.project-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  margin-top: 20px;
  padding: 13px 15px;
  border: 1px solid rgba(245, 37, 135, .38);
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(100deg, rgba(255, 120, 31, .12), rgba(245, 37, 135, .16), rgba(157, 37, 255, .12));
  font-size: .76rem;
  transition: border-color .2s ease, background .2s ease;
}

.project-link b {
  font-size: 1rem;
}

.project-card:hover .project-link {
  border-color: transparent;
  background: var(--gradient);
}

.portfolio-note {
  max-width: 760px;
  margin: 28px auto 0;
  color: #777783;
  font-size: .72rem;
  line-height: 1.6;
  text-align: center;
}

.contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: center;
  margin-bottom: 80px;
  padding: 75px;
  border: 1px solid var(--border);
  border-radius: 28px;
  background:
    radial-gradient(circle at 0 100%, rgba(255, 120, 31, 0.12), transparent 35%),
    radial-gradient(circle at 100% 0, rgba(157, 37, 255, 0.14), transparent 35%),
    var(--surface);
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.025);
}

.contact-list li > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}

.contact-icon {
  display: grid;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 9px;
  color: #fff;
  background: var(--gradient);
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-list small {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-list a {
  display: block;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.contact-list a:hover {
  color: var(--pink);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #d7d7df;
  font-size: 0.75rem;
  font-weight: 600;
}

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

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--border);
  border-radius: 9px;
  outline: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.035);
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--pink);
}

.contact-form option {
  color: #fff;
  background: #111117;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  align-items: center;
  gap: 40px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 35px 0 45px;
  border-top: 1px solid var(--border);
  color: #6f6f79;
  font-size: 0.7rem;
}

.site-footer p {
  margin: 0;
  text-align: center;
}

.site-footer > span {
  text-align: right;
}

.whatsapp-float {
  position: fixed;
  z-index: 15;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 12px 35px rgba(37, 211, 102, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 16px 40px rgba(37, 211, 102, 0.42);
}

.whatsapp-float svg {
  display: block;
  width: 30px;
  height: 30px;
  fill: #fff;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .site-nav {
    position: absolute;
    top: 75px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: #0d0d12;
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 14px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 90px;
  }

  .hero-copy {
    position: relative;
    z-index: 2;
  }

  .hero-visual {
    min-height: 610px;
  }

  .browser-mockup {
    left: 5%;
    width: 90%;
  }

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

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

  .service-card {
    min-height: 320px;
  }

  .process,
  .contact {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .process-copy {
    position: static;
  }
}

@media (max-width: 700px) {
  .section {
    width: min(100% - 28px, 1180px);
    padding: 78px 0;
  }

  .site-header,
  .site-footer {
    width: calc(100% - 28px);
  }

  .site-header {
    min-height: 68px;
  }

  .site-header .brand {
    font-size: 1.08rem;
  }

  h1 {
    font-size: clamp(2.75rem, 14vw, 4.6rem);
  }

  .hero {
    min-height: auto;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero-trust {
    gap: 14px;
  }

  .hero-visual {
    min-height: 500px;
    margin-top: 30px;
  }

  .browser-mockup {
    top: 45px;
    left: 0;
    width: 100%;
    height: 315px;
    transform: rotateZ(-2deg);
  }

  .browser-content {
    padding: 38px 25px;
  }

  .browser-content h2 {
    font-size: 1.55rem;
  }

  .browser-lines {
    right: 24px;
    bottom: 40px;
  }

  .phone-mockup {
    right: -2%;
    bottom: 0;
    width: 190px;
    height: 370px;
    padding: 33px 15px 15px;
    border-radius: 29px;
  }

  .phone-header {
    margin-bottom: 18px;
  }

  .app-grid {
    gap: 5px;
    margin-top: 15px;
  }

  .app-grid div {
    min-height: 48px;
  }

  .phone-list {
    margin-top: 10px;
  }

  .phone-list span {
    padding: 6px 0;
  }

  .service-card {
    padding: 28px;
  }

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

  .app-card {
    min-height: 0;
    padding: 26px;
  }

  .app-card h3 {
    margin-top: 26px;
  }

  .app-brand img {
    width: 52px;
    height: 52px;
    border-radius: 13px;
  }

  .app-brand strong {
    font-size: 1.4rem;
  }

  .app-card-movvi h3 {
    font-size: clamp(1.75rem, 9vw, 2.5rem);
  }

  .app-demo-label {
    line-height: 1.5;
  }

  .app-card-service .button {
    width: 100%;
  }

  .process-list article {
    grid-template-columns: 48px 1fr;
    gap: 15px;
    padding: 22px;
  }

  .process-list article > span {
    width: 42px;
    height: 42px;
  }

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

  .portfolio-teaser {
    gap: 26px;
    padding: 54px 24px;
  }

  .portfolio-teaser-button { width: 100%; min-width: 0; }

  .portfolio-guide {
    margin-top: -14px;
    padding: 13px;
  }

  .portfolio-guide-icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }

  .project-screen {
    min-height: 320px;
    padding: 35px;
  }

  .project-screen > strong {
    width: 85%;
    font-size: 1.6rem;
  }

  .project-open-icon {
    top: 18px;
    right: 18px;
  }

  .contact {
    width: calc(100% - 28px);
    padding: 42px 24px;
  }

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

  .contact-form label {
    grid-column: 1;
  }

  .site-footer {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .site-footer .brand {
    justify-self: center;
  }

  .site-footer > span {
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
