:root {
  --ink: #151431;
  --muted: #67657c;
  --paper: #fbfaff;
  --purple: #7957f5;
  --pink: #ff5fa0;
  --orange: #ff8b42;
  --blue: #4d8df7;
  --cyan: #1bc9c3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 20;
  width: min(1180px, calc(100% - 48px));
  height: 94px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: flex; align-items: center; }
.brand-logo { display: block; width: 264px; height: auto; filter: drop-shadow(0 10px 14px #1462ff24); }
nav { display: flex; gap: 34px; padding: 10px 20px; border: 1px solid #ffffff80; border-radius: 999px; background: #ffffff85; backdrop-filter: blur(12px); box-shadow: 0 10px 32px #4a2d7410; }
nav a { font-size: 14px; font-weight: 700; color: #4b4961; }
nav a:hover { color: var(--purple); }
.header-cta { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 800; }
.header-cta span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: #fff; background: var(--ink); }

.hero {
  position: relative;
  min-height: 820px;
  padding: 164px max(24px, calc((100% - 1180px) / 2)) 90px;
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  align-items: center;
  gap: 48px;
  overflow: hidden;
  background: radial-gradient(circle at 15% 10%, #fff 0, #fff0 29%), linear-gradient(135deg, #f9f5ff 0%, #f5f7ff 48%, #fff5ee 100%);
}
.hero::after { content: ""; position: absolute; inset: auto -4% -120px; height: 200px; background: var(--paper); border-radius: 50% 50% 0 0 / 25% 25% 0 0; }
.hero-copy { position: relative; z-index: 4; max-width: 600px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 9px 14px 9px 10px; border: 1px solid #e8e1f3; border-radius: 999px; color: #575268; background: #ffffffc7; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; box-shadow: 0 10px 28px #6d54a90e; }
.eyebrow-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 4px #ff5fa01c; }
h1 { margin: 30px 0 22px; font-size: clamp(60px, 6.2vw, 92px); line-height: .93; letter-spacing: -.07em; font-weight: 900; }
h1 span { color: transparent; background: linear-gradient(90deg, var(--purple), var(--pink), var(--orange)); background-clip: text; -webkit-background-clip: text; }
.hero-copy > p { max-width: 560px; margin: 0; color: var(--muted); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 22px; border-radius: 17px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--ink); box-shadow: 0 16px 34px #25213f35; }
.button-secondary { border: 1px solid #ded9e8; background: #ffffffbd; }
.store-row { display: flex; gap: 10px; margin-top: 24px; }
.store-pill { display: inline-flex; align-items: center; gap: 8px; color: #625e71; font-size: 12px; font-weight: 700; }

.hero-visual { position: relative; z-index: 3; min-height: 570px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 510px; height: 510px; border-radius: 42% 58% 63% 37% / 46% 42% 58% 54%; background: linear-gradient(145deg, #7f61f5 0%, #a766ed 45%, #ff8d86 100%); transform: rotate(-7deg); box-shadow: 0 40px 90px #755ce34f; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 250px; height: 250px; right: -70px; top: 120px; background: #ffb46b80; }
.orb-two { width: 150px; height: 150px; left: 43%; bottom: 30px; background: #6fc8ff50; }
.phone { position: relative; z-index: 4; width: 280px; height: 565px; padding: 10px; border: 3px solid #25223b; border-radius: 46px; background: #171529; transform: rotate(4deg); box-shadow: 0 42px 85px #2b164f65; }
.phone-screen { height: 100%; overflow: hidden; padding: 28px 17px 15px; border-radius: 35px; background: #fff; }
.phone-speaker { position: absolute; z-index: 2; top: 18px; left: 50%; width: 76px; height: 20px; border-radius: 20px; background: #171529; transform: translateX(-50%); }
.phone-topline { display: flex; align-items: center; justify-content: space-between; color: #9995a8; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.tiny-avatar { display: block; width: 30px; height: 30px; overflow: hidden; border-radius: 9px; box-shadow: 0 6px 14px #0b4ee845; }
.tiny-avatar img { display: block; width: 100%; height: 100%; object-fit: cover; }
.phone-greeting { margin: 18px 2px 20px; color: #28253e; font-size: 22px; line-height: 1.18; letter-spacing: -.04em; }
.phone-greeting strong { font-size: 29px; }
.phone-tile { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 138px; padding: 15px; overflow: hidden; border-radius: 24px; color: #fff; }
.phone-tile::after { content: ""; position: absolute; right: -28px; top: -28px; width: 100px; height: 100px; border: 22px solid #ffffff24; border-radius: 50%; }
.phone-tile small { display: block; margin-bottom: 4px; font-size: 8px; font-weight: 900; letter-spacing: .15em; opacity: .72; }
.phone-tile strong { display: block; font-size: 16px; }
.tile-purple { background: linear-gradient(145deg,#7e5af3,#ac64dc); }
.tile-orange { background: linear-gradient(145deg,#ff974d,#ff6f64); }
.tile-blue { background: linear-gradient(145deg,#4d9af7,#526ae8); }
.tile-app-icon { width: 42px; height: 42px; border: 2px solid #ffffff76; border-radius: 13px; object-fit: cover; box-shadow: 0 8px 16px #3d27642b; }
.phone-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 9px; }
.phone-grid .phone-tile { min-height: 128px; padding: 12px; border-radius: 20px; }
.phone-grid .phone-tile strong { font-size: 13px; }
.phone-bottom { display: flex; justify-content: space-between; margin: 18px 8px 0; color: #aaa6b4; font-size: 8px; font-weight: 800; }
.phone-bottom span { color: var(--purple); }
.floating-card { position: absolute; z-index: 6; display: flex; align-items: center; gap: 11px; min-width: 178px; padding: 12px; border: 1px solid #ffffffa8; border-radius: 18px; background: #ffffffeb; box-shadow: 0 18px 45px #36205835; backdrop-filter: blur(9px); }
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { margin-bottom: 3px; font-size: 12px; }
.floating-card span { color: #8a8798; font-size: 9px; }
.mini-icon, .app-icon { display: block; flex: 0 0 auto; object-fit: cover; }
.mini-icon { width: 42px; height: 42px; border-radius: 13px; box-shadow: 0 7px 15px #2c1b5730; }
.violet { background: linear-gradient(135deg,#7c5df5,#a765e2); }
.blue { background: linear-gradient(135deg,#4c9df5,#5b67e9); }
.orange { background: linear-gradient(135deg,#ff9c4d,#ff6967); }
.cyan { background: linear-gradient(135deg,#18cbbd,#3a91ee); }
.pink { background: linear-gradient(135deg,#ff5c9e,#ff8571); }
.card-kees { left: 0; top: 100px; transform: rotate(-5deg); }
.card-memorix { right: -5px; top: 145px; transform: rotate(5deg); }
.card-gravity { left: 15px; bottom: 80px; transform: rotate(3deg); }
.spark { position: absolute; z-index: 7; color: #fff; text-shadow: 0 8px 20px #553ba4; }
.spark-one { top: 36px; right: 85px; font-size: 34px; }
.spark-two { bottom: 48px; right: 120px; font-size: 24px; }

.apps-section { position: relative; z-index: 4; max-width: 1180px; margin: 0 auto; padding: 78px 24px 120px; }
.section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; margin-bottom: 46px; }
.kicker { margin: 0 0 14px; color: var(--purple); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .15em; }
h2 { margin: 0; font-size: clamp(40px, 4.4vw, 64px); line-height: 1.02; letter-spacing: -.055em; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.app-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.app-card { position: relative; min-height: 395px; padding: 28px; border: 1px solid #e8e4ef; border-radius: 28px; background: #fff; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.app-card:hover { transform: translateY(-5px); box-shadow: 0 22px 56px #31205214; }
.app-card::before { content: ""; position: absolute; right: -62px; top: -70px; width: 180px; height: 180px; border-radius: 50%; opacity: .11; }
.app-card-violet::before { background: var(--purple); }
.app-card-blue::before { background: var(--blue); }
.app-card-orange::before { background: var(--orange); }
.app-card-cyan::before { background: var(--cyan); }
.app-card-pink::before { background: var(--pink); }
.card-topline { position: relative; display: flex; justify-content: space-between; align-items: flex-start; }
.app-icon { position: relative; z-index: 2; width: 74px; height: 74px; border-radius: 21px; box-shadow: 0 14px 28px #34255d24; }
.app-number { color: #c2bfcb; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.app-category { margin: 38px 0 11px; color: #8b8798; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.app-card h3 { margin: 0; font-size: 25px; letter-spacing: -.04em; }
.app-description { margin: 14px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.app-links { position: absolute; left: 28px; bottom: 28px; display: flex; gap: 16px; }
.app-links a, .text-link { display: flex; gap: 7px; align-items: center; font-size: 12px; font-weight: 800; }
.app-links a:hover, .text-link:hover { color: var(--purple); }
.more-card { display: flex; flex-direction: column; justify-content: center; background: var(--ink); color: #fff; }
.more-card::before { right: -25px; top: -25px; width: 180px; height: 180px; background: linear-gradient(135deg,var(--purple),var(--pink)); opacity: .9; filter: blur(4px); }
.more-card .app-category { position: relative; margin-top: 0; color: #c4badf; }
.more-card h3, .more-card .app-description, .more-card .text-link { position: relative; }
.more-card .app-description { color: #c8c4d5; }
.more-card .text-link { margin-top: 4px; }
.more-spark { position: absolute; z-index: 2; right: 33px; top: 36px; color: #fff; font-size: 28px; }

.studio-section { max-width: 1180px; margin: 0 auto; padding: 80px 24px 140px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 92px; }
.studio-art { position: relative; min-height: 570px; border: 1px solid #e4dfee; border-radius: 48px; overflow: hidden; background: radial-gradient(circle at 50% 46%,#ffffff 0,#faf6ff 29%,#ebe6ff 67%,#fff0ea 100%); box-shadow: 0 32px 80px #5b43931d; }
.studio-art::before { content: ""; position: absolute; width: 360px; height: 360px; left: 50%; top: 50%; border-radius: 50%; transform: translate(-50%,-50%); background: linear-gradient(145deg,#7c5cf519,#d067d42b 60%,#ff916f38); filter: blur(2px); }
.studio-orbit { position: absolute; left: 50%; top: 50%; border: 1.5px solid #8a6de346; border-radius: 50%; transform: translate(-50%,-50%) rotate(-24deg); }
.orbit-one { width: 460px; height: 250px; }
.orbit-two { width: 320px; height: 470px; transform: translate(-50%,-50%) rotate(34deg); border-color: #ff84694b; }
.studio-core { position: absolute; z-index: 4; left: 50%; top: 50%; width: 198px; padding: 22px 20px; text-align: center; border: 1px solid #ffffffb8; border-radius: 34px; background: #ffffffd9; transform: translate(-50%,-50%); backdrop-filter: blur(14px); box-shadow: 0 26px 55px #44307b30; }
.studio-core img { display: block; width: 82px; height: 82px; margin: 0 auto 12px; border-radius: 22px; object-fit: cover; filter: drop-shadow(0 12px 18px #1148c93b); }
.studio-core strong, .studio-core span { display: block; }
.studio-core strong { font-size: 17px; letter-spacing: -.035em; }
.studio-core span { margin-top: 5px; color: #8d8799; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.studio-app { position: absolute; z-index: 5; width: 92px; height: 92px; padding: 7px; border: 1px solid #ffffffc4; border-radius: 27px; background: #ffffffc9; box-shadow: 0 20px 38px #35205a35; backdrop-filter: blur(8px); }
.studio-app img { width: 100%; height: 100%; border-radius: 21px; object-fit: cover; }
.studio-kees { left: 58px; top: 66px; transform: rotate(-8deg); }
.studio-memorix { right: 58px; top: 105px; transform: rotate(8deg); }
.studio-gravity { left: 86px; bottom: 63px; transform: rotate(6deg); }
.studio-chip { position: absolute; z-index: 5; display: flex; align-items: center; gap: 8px; padding: 10px 14px; color: #575166; border: 1px solid #ffffffb7; border-radius: 999px; background: #ffffffd9; box-shadow: 0 13px 28px #4d356f1f; font-size: 10px; font-weight: 800; }
.studio-chip span { display: grid; place-items: center; width: 23px; height: 23px; color: #fff; border-radius: 50%; background: linear-gradient(145deg,var(--purple),var(--pink)); font-size: 8px; }
.chip-idea { left: 35px; top: 250px; }
.chip-launch { right: 34px; bottom: 71px; }
.art-star { position: absolute; z-index: 4; color: #fff; text-shadow: 0 8px 20px #3e286d70; }
.star-a { left: 47%; top: 12%; color: var(--purple); font-size: 25px; }
.star-b { right: 22%; bottom: 20%; color: var(--pink); font-size: 18px; }
.studio-copy h2 { margin-bottom: 26px; }
.studio-copy > p:not(.kicker) { max-width: 580px; margin: 0 0 18px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.studio-values { margin-top: 34px; display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.studio-values div { padding-top: 15px; border-top: 2px solid #ece8f1; }
.studio-values strong, .studio-values span { display: block; }
.studio-values strong { margin-bottom: 6px; font-size: 14px; }
.studio-values span { color: #8b8796; font-size: 11px; line-height: 1.5; }

.contact-section { position: relative; max-width: 1180px; margin: 110px auto; padding: 100px 40px; text-align: center; color: #fff; border-radius: 44px; overflow: hidden; background: linear-gradient(125deg,#7252ed 0%,#a35fdc 52%,#ff8077 100%); box-shadow: 0 35px 75px #6d4cd83b; }
.contact-section::before, .contact-section::after { content: ""; position: absolute; border: 30px solid #ffffff15; border-radius: 50%; }
.contact-section::before { width: 260px; height: 260px; left: -110px; top: -100px; }
.contact-section::after { width: 340px; height: 340px; right: -150px; bottom: -180px; }
.contact-section .kicker { position: relative; color: #f3e8ff; }
.contact-section h2 { position: relative; margin-inline: auto; max-width: 760px; font-size: clamp(48px,5.4vw,74px); }
.contact-section > p:not(.kicker) { position: relative; max-width: 620px; margin: 24px auto 0; color: #eee8fa; font-size: 16px; line-height: 1.7; }
.contact-actions { position: relative; display: flex; justify-content: center; gap: 12px; margin-top: 34px; }
.contact-button { color: var(--ink); background: #fff; box-shadow: 0 16px 34px #40218738; }
.contact-ghost { color: #fff; border: 1px solid #ffffff4f; background: #ffffff12; }
.contact-star { position: absolute; color: #fff; }
.contact-star-one { left: 16%; top: 23%; font-size: 28px; }
.contact-star-two { right: 14%; bottom: 26%; font-size: 20px; }

footer { max-width: 1180px; margin: 0 auto; padding: 0 24px 50px; display: grid; grid-template-columns: 1.2fr 1fr auto; align-items: center; gap: 30px; color: #777386; }
.footer-brand .brand-logo { width: 230px; }
footer > p { margin: 0; font-size: 12px; }
.footer-links { display: flex; justify-content: flex-end; gap: 22px; }
.footer-links a { font-size: 12px; font-weight: 800; }
footer small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid #e9e5ee; font-size: 10px; }

a:focus-visible { outline: 3px solid #ffaf4d; outline-offset: 4px; border-radius: 8px; }

@media (max-width: 960px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 142px; text-align: center; }
  .hero-copy { margin: 0 auto; }
  .hero-copy > p { margin-inline: auto; }
  .hero-actions, .store-row { justify-content: center; }
  .hero-visual { width: min(620px,100%); margin: 0 auto; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .section-heading > p { max-width: 620px; }
  .app-grid { grid-template-columns: repeat(2,1fr); }
  .studio-section { grid-template-columns: 1fr; gap: 55px; }
  .studio-art { min-height: 520px; }
  footer { grid-template-columns: 1fr auto; }
  footer > p { display: none; }
}

@media (max-width: 640px) {
  .site-header { width: calc(100% - 32px); height: 76px; }
  .brand-logo { width: 205px; }
  .header-cta { font-size: 0; }
  .hero { padding-inline: 18px; padding-top: 120px; min-height: auto; }
  h1 { font-size: 53px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 520px; transform: scale(.88); margin-block: -25px; }
  .hero-visual::before { width: 430px; height: 430px; }
  .phone { width: 250px; height: 510px; }
  .floating-card { min-width: 160px; }
  .card-kees { left: -35px; }
  .card-memorix { right: -45px; }
  .card-gravity { left: -25px; }
  .apps-section { padding-top: 80px; }
  .app-grid { grid-template-columns: 1fr; }
  .app-card { min-height: 360px; }
  .studio-section { padding-block: 50px 90px; }
  .studio-art { min-height: 450px; }
  .studio-app { width: 78px; height: 78px; border-radius: 23px; }
  .studio-app img { border-radius: 17px; }
  .studio-kees { left: 25px; }
  .studio-memorix { right: 24px; }
  .studio-gravity { left: 35px; }
  .chip-idea { left: 16px; }
  .chip-launch { right: 15px; }
  .studio-values { grid-template-columns: 1fr; }
  .contact-section { width: calc(100% - 32px); margin-block: 70px; padding: 72px 22px; border-radius: 32px; }
  .contact-actions { flex-direction: column; }
  footer { grid-template-columns: 1fr; }
  .footer-links { justify-content: flex-start; flex-wrap: wrap; }
}

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