:root {
  --ink: #111216;
  --muted: #696b75;
  --line: rgba(20, 22, 30, .09);
  --paper: #f8f9fb;
  --white: rgba(255,255,255,.82);
  --blue: #1684ff;
  --violet: #8257ff;
  --pink: #ef6dca;
  --cyan: #39d8d4;
  --shadow: 0 30px 80px rgba(49, 55, 78, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 15% 6%, rgba(77, 194, 255, .10), transparent 25%),
    radial-gradient(circle at 84% 16%, rgba(238, 113, 218, .10), transparent 27%),
    var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 50%;
  width: min(1120px, calc(100% - 32px));
  height: 62px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px 8px 12px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 22px;
  background: rgba(255,255,255,.68);
  box-shadow: 0 12px 40px rgba(44, 52, 78, .08);
  backdrop-filter: blur(24px) saturate(150%);
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 650; letter-spacing: -.02em; }
.brand img { width: 38px; height: 38px; object-fit: contain; border-radius: 10px; box-shadow: 0 5px 14px rgba(34, 19, 58, .2); }
nav { display: flex; gap: 32px; font-size: 14px; color: #565862; }
nav a { transition: color .2s ease; }
nav a:hover { color: #111; }
.header-actions { display: inline-flex; align-items: center; gap: 10px; }
.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid rgba(17,18,22,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.58);
}
.language-option {
  min-width: 37px;
  height: 34px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #686b75;
  font: inherit;
  font-size: 12px;
  font-weight: 720;
  letter-spacing: .04em;
  cursor: pointer;
}
.language-option.active {
  background: #111216;
  color: #fff;
  box-shadow: 0 7px 18px rgba(17,18,22,.12);
}
.header-release { padding: 12px 17px; border-radius: 15px; background: #111216; color: #fff; font-size: 13px; font-weight: 650; letter-spacing: .04em; }

.hero {
  position: relative;
  min-height: 1050px;
  padding: 150px 24px 70px;
  text-align: center;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .28;
  background-image: radial-gradient(rgba(45, 49, 68, .17) .7px, transparent .7px);
  background-size: 24px 24px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
  pointer-events: none;
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(30px); pointer-events: none; }
.hero-glow-one { width: 480px; height: 480px; left: -180px; top: 250px; background: rgba(82, 204, 255, .13); }
.hero-glow-two { width: 560px; height: 560px; right: -180px; top: 120px; background: rgba(229, 100, 238, .10); }
.release-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 14px;
  border: 1px solid rgba(28, 30, 39, .08);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 8px 30px rgba(33, 39, 63, .06);
  color: #585b66;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .03em;
  animation: introUp .7s ease both;
}
.release-pill span:first-child {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #31c76a;
  box-shadow: 0 0 0 5px rgba(49,199,106,.11);
}
h1 { position: relative; margin: 30px auto 20px; font-size: clamp(58px, 8vw, 112px); line-height: .94; letter-spacing: -.072em; font-weight: 720; animation: introUp .8s .08s ease both; }
h1 span { background: linear-gradient(100deg, #1187ff 5%, #755cff 48%, #ee70cb 88%); -webkit-background-clip: text; color: transparent; }
.hero-copy { position: relative; max-width: 680px; margin: 0 auto; color: var(--muted); font-size: clamp(18px, 2vw, 23px); line-height: 1.5; letter-spacing: -.02em; animation: introUp .8s .16s ease both; }

.convergence { position: relative; width: min(1000px, 100%); height: 430px; margin: 65px auto 0; }
.service {
  position: absolute;
  z-index: 4;
  left: 50%; top: 48%;
  width: 176px;
  padding: 16px 16px;
  transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y)));
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
  border: 1px solid rgba(255,255,255,.96);
  border-radius: 19px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 16px 45px rgba(44, 49, 71, .12);
  backdrop-filter: blur(14px);
  animation: serviceConverge 6.6s var(--delay) cubic-bezier(.7,0,.2,1) both;
}
.service-icon { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 11px; font-size: 18px; background: #f0f2f7; flex: 0 0 auto; }
.service strong { font-size: 13px; white-space: nowrap; }
.service-day .service-icon { background: #fff4d8; color: #f3a800; }
.service-projects .service-icon { background: #e7f1ff; color: #167cf2; }
.service-max .service-icon { background: #f1e9ff; color: #8758e9; }
.service-wellness .service-icon { background: #ffe8f2; color: #ec5d98; }
.service-finance .service-icon { background: #e5fbf5; color: #13aa80; }
.service-collections .service-icon { background: #ecebff; color: #615bec; }
.planora-core { position: absolute; z-index: 7; left: 50%; top: 48%; transform: translate(-50%,-50%); display: flex; align-items: center; flex-direction: column; }
.planora-core img { width: 154px; height: 154px; object-fit: contain; border-radius: 35px; box-shadow: 0 30px 60px rgba(44, 29, 82, .26), 0 0 0 1px rgba(255,255,255,.85); animation: coreReveal 2.4s 4.25s cubic-bezier(.2,.8,.2,1) both; }
.core-halo { position: absolute; top: -56px; width: 270px; height: 270px; border-radius: 50%; background: radial-gradient(circle, rgba(110,115,255,.19), rgba(76,211,233,.09) 45%, transparent 70%); animation: haloPulse 3s 4.8s ease-in-out infinite; }
.core-label { display: flex; flex-direction: column; align-items: center; margin-top: 21px; opacity: 0; animation: coreLabel .85s 5.1s ease forwards; }
.core-label strong { font-size: 20px; letter-spacing: -.025em; }
.core-offer { display: flex; align-items: center; gap: 10px; margin-top: 8px; }
.core-copy { color: #777b86; font-size: 14px; font-weight: 600; }
.core-modules { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; max-width: 420px; margin-top: 15px; }
.core-modules a { padding: 9px 12px; border: 1px solid rgba(255,255,255,.92); border-radius: 999px; background: rgba(255,255,255,.76); color: #626672; font-size: 12px; font-weight: 600; text-decoration: none; box-shadow: 0 10px 28px rgba(37, 43, 62, .08); opacity: 0; transform: translateY(10px); animation: moduleChipReveal .55s ease forwards; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.core-modules a:hover { color: #1b1f2d; background: rgba(255,255,255,.95); }
.core-modules a:nth-child(1) { animation-delay: 5.55s; }
.core-modules a:nth-child(2) { animation-delay: 5.67s; }
.core-modules a:nth-child(3) { animation-delay: 5.79s; }
.core-modules a:nth-child(4) { animation-delay: 5.91s; }
.core-modules a:nth-child(5) { animation-delay: 6.03s; }
.core-modules a:nth-child(6) { animation-delay: 6.15s; }
.orbit { position: absolute; left: 50%; top: 48%; border: 1px solid rgba(94, 101, 128, .11); border-radius: 50%; transform: translate(-50%,-50%); opacity: 0; animation: orbitReveal 1.2s 4.7s ease forwards; }
.orbit-one { width: 290px; height: 290px; }
.orbit-two { width: 390px; height: 390px; }
.scroll-cue { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 10px; margin-top: 10px; color: #676a74; font-size: 13px; opacity: 0; animation: coreLabel .7s 6.55s ease forwards; }
.scroll-cue span:first-child {
  width: 22px;
  height: 34px;
  flex: 0 0 22px;
  border: 1px solid #b7bac3;
  border-radius: 12px;
  position: relative;
}
.scroll-cue span:first-child::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 9px;
  width: 3px;
  height: 6px;
  border-radius: 3px;
  background: #757985;
  animation: scrollDot 1.8s ease-in-out infinite;
}
.scroll-cue span:last-child {
  width: auto;
  height: auto;
  white-space: nowrap;
  line-height: 1.2;
}

.manifest { max-width: 1080px; margin: 40px auto 130px; padding: 0 32px; text-align: center; }
.eyebrow { margin: 0 0 19px; color: #787b87; font-size: 12px; font-weight: 720; letter-spacing: .15em; }
.manifest h2, .module h2, .release-section h2 { margin: 0; font-size: clamp(44px, 6vw, 78px); line-height: 1.02; letter-spacing: -.055em; }
.manifest h2 span { color: #aaaeb8; }
.manifest > p:last-child { max-width: 760px; margin: 32px auto 0; color: #6d707b; font-size: 21px; line-height: 1.6; letter-spacing: -.02em; }

.device-stage { position: relative; width: min(1260px, calc(100% - 40px)); min-height: 730px; margin: 0 auto 180px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.9); border-radius: 56px; background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(238,242,250,.74)); box-shadow: var(--shadow); overflow: hidden; }
.device-stage::before { content: "PLANORA"; position: absolute; left: 50%; top: 45%; transform: translate(-50%,-50%); color: rgba(27,31,45,.025); font-size: 220px; font-weight: 800; letter-spacing: -.08em; }
.stage-aura { position: absolute; width: 650px; height: 650px; border-radius: 50%; background: conic-gradient(from 90deg, rgba(47,200,232,.25), rgba(117,92,255,.23), rgba(241,105,203,.22), rgba(47,200,232,.25)); filter: blur(50px); opacity: .55; }
.macbook { position: relative; width: 850px; z-index: 2; filter: drop-shadow(0 36px 40px rgba(32,38,59,.2)); }
.mac-screen { position: relative; aspect-ratio: 16 / 10; padding: 12px; border-radius: 25px 25px 12px 12px; background: linear-gradient(145deg,#31323a,#0e0e11); overflow: hidden; }
.mac-screen img { width: 100%; height: 100%; object-fit: cover; border-radius: 15px 15px 5px 5px; }
.camera { position: absolute; z-index: 2; left: 50%; top: 8px; width: 55px; height: 12px; transform: translateX(-50%); border-radius: 0 0 9px 9px; background: #17171a; }
.mac-base { position: relative; left: -5%; width: 110%; height: 22px; border-radius: 2px 2px 18px 18px; background: linear-gradient(#e6e8eb,#aeb1b7); box-shadow: inset 0 1px rgba(255,255,255,.8); }
.mac-base span { position: absolute; left: 44%; width: 12%; height: 6px; border-radius: 0 0 7px 7px; background: #92959b; }
.iphone { position: absolute; z-index: 5; width: 230px; right: 8%; bottom: 38px; padding: 8px; border-radius: 44px; background: linear-gradient(145deg,#565861,#111216); box-shadow: 0 35px 70px rgba(30,36,57,.34), inset 0 0 0 1px rgba(255,255,255,.25); }
.iphone-screen { position: relative; aspect-ratio: 1284 / 2778; border-radius: 37px; background: #fff; overflow: hidden; }
.iphone-screen img { width: 100%; height: 100%; object-fit: cover; }
.dynamic-island { position: absolute; z-index: 4; left: 50%; top: 10px; width: 68px; height: 20px; transform: translateX(-50%); border-radius: 20px; background: #090909; }
.device-note { position: absolute; z-index: 7; display: flex; align-items: center; gap: 9px; padding: 11px 15px 11px 11px; border: 1px solid white; border-radius: 17px; background: rgba(255,255,255,.78); box-shadow: 0 15px 40px rgba(30,36,57,.12); backdrop-filter: blur(18px); color: #555965; font-size: 13px; font-weight: 600; }
.device-note span { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 10px; background: #111216; color: white; font-size: 10px; }
.note-one { left: 6%; top: 16%; }
.note-two { right: 5%; top: 17%; }

.modules { width: min(1280px, calc(100% - 40px)); margin: 0 auto 160px; }
.module { min-height: 740px; margin-bottom: 80px; padding: 70px; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 35px; border: 1px solid rgba(255,255,255,.95); border-radius: 52px; background: rgba(255,255,255,.75); box-shadow: 0 30px 80px rgba(49,55,78,.10); overflow: hidden; scroll-margin-top: 110px; }
.module:nth-child(even) { grid-template-columns: 1.28fr .72fr; }
.module:nth-child(even) .module-copy { order: 2; }
.module-copy { position: relative; z-index: 6; }
.module-copy h2 { font-size: clamp(45px, 5vw, 70px); }
.module-copy > p:not(.eyebrow) { max-width: 480px; margin: 25px 0 25px; color: #696c76; font-size: 18px; line-height: 1.58; }
.module-copy ul { display: grid; gap: 13px; padding: 0; list-style: none; color: #3f424b; font-size: 15px; }
.module-copy li { display: flex; align-items: center; gap: 10px; }
.module-copy li::before { content: "✓"; display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: #eef1f6; color: #555a67; font-size: 11px; }
.module-visual { position: relative; min-width: 0; height: 570px; display: grid; place-items: center; }
.soft-disc { position: absolute; width: 520px; height: 520px; border-radius: 50%; background: linear-gradient(145deg,rgba(202,229,255,.65),rgba(249,208,241,.52)); filter: blur(2px); }
.module-phone { position: relative; right: auto; bottom: auto; width: 265px; transform: rotate(3deg); }
.phone-visual::before, .phone-visual::after { content: ""; position: absolute; border-radius: 30px; background: rgba(255,255,255,.74); box-shadow: 0 25px 70px rgba(48,58,89,.12); }
.phone-visual::before { width: 210px; height: 130px; left: 2%; top: 12%; transform: rotate(-8deg); }
.phone-visual::after { width: 230px; height: 150px; right: -3%; bottom: 13%; transform: rotate(7deg); }
.module-projects { background: linear-gradient(145deg,rgba(255,255,255,.87),rgba(240,252,251,.8)); }
.module-max { background: linear-gradient(145deg,rgba(255,255,255,.88),rgba(246,240,255,.82)); }
.module-wellness { background: linear-gradient(145deg,rgba(255,255,255,.88),rgba(255,245,249,.84)); }
.module-finance { background: linear-gradient(145deg,rgba(255,255,255,.9),rgba(241,251,246,.84)); }
.module-collections { background: linear-gradient(145deg,rgba(255,255,255,.9),rgba(255,248,238,.86)); }
.module-travel { background: linear-gradient(145deg,rgba(255,255,255,.9),rgba(239,244,255,.86)); }
.module-mac { width: 640px; transform: perspective(1000px) rotateY(-4deg) rotateX(1deg); }
.module:nth-child(even) .module-mac { transform: perspective(1000px) rotateY(4deg) rotateX(1deg); }
.laptop-visual .soft-disc { width: 620px; height: 460px; background: linear-gradient(145deg,rgba(155,231,221,.25),rgba(182,196,255,.35)); }
.mini-phone { position: absolute; z-index: 5; right: -1%; bottom: 6%; width: 126px; height: 275px; padding: 5px; border-radius: 27px; background: #202126; box-shadow: 0 25px 60px rgba(37,43,62,.28); transform: rotate(3deg); overflow: hidden; }
.mini-phone img { width: 100%; height: 100%; object-fit: cover; border-radius: 22px; }
.max-visual .mini-phone { right: auto; left: 1%; transform: rotate(-3deg); }
.max-spark { position: absolute; z-index: 4; display: grid; place-items: center; border-radius: 50%; color: #7a58e6; background: rgba(255,255,255,.9); box-shadow: 0 18px 40px rgba(83,52,154,.14); }
.spark-one { width: 70px; height: 70px; right: 5%; top: 8%; font-size: 28px; }
.spark-two { width: 42px; height: 42px; left: 11%; top: 10%; font-size: 15px; }
.wellness-bubble { position: absolute; z-index: 4; display: grid; place-items: center; border-radius: 22px; background: rgba(255,255,255,.88); box-shadow: 0 18px 50px rgba(84,53,99,.12); }
.bubble-one { width: 68px; height: 68px; right: 7%; top: 7%; font-size: 29px; color: #b550cf; }
.bubble-two { width: 54px; height: 54px; left: 12%; bottom: 7%; font-size: 22px; }

.finance-chip { position: absolute; z-index: 6; display: flex; align-items: center; gap: 8px; padding: 11px 16px; border: 1px solid rgba(255,255,255,.95); border-radius: 17px; background: rgba(255,255,255,.88); box-shadow: 0 18px 45px rgba(35,63,49,.13); color: #444851; font-size: 13px; font-weight: 680; backdrop-filter: blur(15px); }
.finance-chip span { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; color: #fff; }
.chip-income { right: 4%; top: 7%; }.chip-income span { background: #31b46b; }
.chip-expense { left: 7%; bottom: 8%; }.chip-expense span { background: #ef5e59; }
.collections-visual .mini-phone { right: auto; left: 1%; transform: rotate(-3deg); }
.en-phone-gallery { display: none; }

html[lang="en"] .device-stage,
html[lang="ru"] .device-stage { min-height: 680px; }
html[lang="en"] .device-stage > .macbook,
html[lang="ru"] .device-stage > .macbook { display: none; }
html[lang="en"] .device-stage > .iphone,
html[lang="ru"] .device-stage > .iphone { position: relative; right: auto; bottom: auto; width: 278px; }
html[lang="en"] .laptop-visual > .macbook,
html[lang="en"] .laptop-visual > .mini-phone,
html[lang="en"] .phone-visual > .module-phone,
html[lang="ru"] .laptop-visual > .macbook,
html[lang="ru"] .laptop-visual > .mini-phone,
html[lang="ru"] .phone-visual > .module-phone { display: none; }
html[lang="en"] .en-phone-gallery,
html[lang="ru"] .en-phone-gallery { position: relative; z-index: 5; width: min(100%, 560px); height: 100%; display: flex; align-items: center; justify-content: center; gap: 32px; }
html[lang="en"] .en-phone-gallery img,
html[lang="ru"] .en-phone-gallery img { width: 225px; aspect-ratio: 853 / 1844; object-fit: cover; border: 7px solid #202126; border-radius: 39px; background: #fff; box-shadow: 0 28px 58px rgba(37,43,62,.24); }
html[lang="en"] .en-phone-gallery-pair img:first-child,
html[lang="ru"] .en-phone-gallery-pair img:first-child { transform: rotate(-4deg) translateY(14px); }
html[lang="en"] .en-phone-gallery-pair img:last-child,
html[lang="ru"] .en-phone-gallery-pair img:last-child { transform: rotate(4deg) translateY(-14px); }
html[lang="en"] .en-phone-gallery-single img,
html[lang="ru"] .en-phone-gallery-single img { width: 270px; transform: rotate(3deg); }
html[lang="en"] .travel-visual .soft-disc,
html[lang="ru"] .travel-visual .soft-disc { width: 620px; height: 460px; background: linear-gradient(145deg,rgba(180,207,255,.32),rgba(197,178,255,.28)); }
.collection-bubble { position: absolute; z-index: 6; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.95); border-radius: 22px; background: rgba(255,255,255,.9); box-shadow: 0 18px 45px rgba(83,67,38,.13); }
.bubble-heart { right: 6%; top: 7%; width: 66px; height: 66px; color: #cdaa62; font-size: 25px; }
.bubble-stack { left: 12%; bottom: 7%; width: 48px; height: 48px; color: #8a7040; font-size: 22px; }

.coming-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.coming-card { min-height: 650px; padding: 42px; border: 1px solid rgba(255,255,255,.95); border-radius: 48px; background: rgba(255,255,255,.78); box-shadow: 0 30px 80px rgba(49,55,78,.10); overflow: hidden; }
.coming-top { display: flex; align-items: center; justify-content: space-between; color: #8b8d97; font-size: 13px; font-weight: 700; letter-spacing: .1em; }
.status { padding: 8px 12px; border-radius: 999px; background: #eef0f4; color: #676a74; letter-spacing: 0; }
.placeholder-ui { height: 360px; margin: 36px 0 32px; padding: 38px; border-radius: 33px; background: linear-gradient(145deg,#f4f8ff,#f9fbff); box-shadow: inset 0 0 0 1px rgba(80,95,130,.07), 0 20px 50px rgba(57,65,91,.09); }
.finance-ui strong { display: block; margin-top: 10px; font-size: 52px; letter-spacing: -.05em; }
.placeholder-label { color: #8b8f99; font-size: 14px; }
.bars { height: 180px; margin-top: 35px; display: flex; align-items: end; gap: 12px; }
.bars i { flex: 1; height: 32%; border-radius: 9px 9px 4px 4px; background: linear-gradient(#59c9ff,#7270f2); opacity: .85; }
.bars i:nth-child(2) { height: 47%; }.bars i:nth-child(3) { height: 39%; }.bars i:nth-child(4) { height: 68%; }.bars i:nth-child(5) { height: 57%; }.bars i:nth-child(6) { height: 83%; }.bars i:nth-child(7) { height: 74%; }
.collection-ui { position: relative; padding: 0; background: linear-gradient(145deg,#fff8f4,#f2f8ff); }
.tile { position: absolute; width: 145px; height: 185px; border-radius: 24px; box-shadow: 0 22px 45px rgba(48,55,78,.15); }
.tile-a { left: 45px; top: 58px; transform: rotate(-8deg); background: linear-gradient(145deg,#ffd6c5,#ff9bb7); }
.tile-b { right: 53px; top: 33px; transform: rotate(8deg); background: linear-gradient(145deg,#bbebff,#8dacf7); }
.tile-c { left: 50%; top: 82px; transform: translateX(-50%); background: linear-gradient(145deg,#fff0b6,#d8c4ff); }
.collection-title { position: absolute; z-index: 3; bottom: 27px; left: 30px; color: #666974; font-size: 14px; line-height: 1.35; }
.collection-title strong { color: #1e2027; font-size: 19px; }
.coming-card h3 { margin: 0 0 12px; font-size: 40px; letter-spacing: -.04em; }
.coming-card > p { margin: 0; color: #6d707a; font-size: 17px; line-height: 1.55; }

.release-section { position: relative; width: min(1200px, calc(100% - 40px)); min-height: 760px; margin: 0 auto 50px; padding: 100px 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid rgba(255,255,255,.95); border-radius: 58px; background: linear-gradient(160deg,#fff,#f1f5fb); box-shadow: var(--shadow); overflow: hidden; }
.release-section::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(43,50,77,.12) .7px, transparent .7px); background-size: 22px 22px; opacity: .2; }
.release-light { position: absolute; top: -350px; width: 850px; height: 850px; border-radius: 50%; background: conic-gradient(rgba(43,190,246,.28),rgba(138,88,242,.23),rgba(244,105,199,.25),rgba(43,190,246,.28)); filter: blur(80px); opacity: .58; }
.release-section img { position: relative; width: 115px; height: 115px; object-fit: contain; margin-bottom: 42px; border-radius: 28px; box-shadow: 0 25px 55px rgba(44,29,82,.26); }
.release-section .eyebrow, .release-section h2, .release-date, .release-caption { position: relative; }
.release-date { display: inline-flex; align-items: center; gap: 18px; margin-top: 36px; padding: 13px 14px 13px 22px; border: 1px solid white; border-radius: 22px; background: rgba(255,255,255,.76); box-shadow: 0 15px 45px rgba(48,56,84,.11); color: #777a84; }
.release-date strong { padding: 13px 18px; border-radius: 15px; background: #111216; color: #fff; font-size: 18px; letter-spacing: .05em; }
.release-caption { color: #7a7d87; font-size: 17px; }

.about-page {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 142px 0 70px;
}

.about-hero {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-hero h1 {
  max-width: 980px;
  font-size: clamp(56px, 8vw, 104px);
}

.about-hero p {
  max-width: 770px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
  letter-spacing: -.02em;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 24px;
  margin: 20px 0 24px;
}

.about-card,
.founder-story,
.about-feature-list,
.about-me,
.about-closing {
  border: 1px solid rgba(255,255,255,.95);
  border-radius: 42px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 30px 80px rgba(49,55,78,.10);
}

.about-card {
  min-height: 330px;
  padding: 42px;
}

.about-card-large {
  grid-row: span 2;
  min-height: 684px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(239,247,255,.78));
}

.about-card h2,
.founder-story h2,
.about-feature-list h2,
.about-closing h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
  letter-spacing: -.05em;
}

.about-card p:not(.eyebrow),
.founder-story p:not(.eyebrow),
.about-closing p {
  color: #686c77;
  font-size: 18px;
  line-height: 1.65;
}

.founder-story {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 48px;
  align-items: center;
  margin: 24px 0;
  padding: 56px;
  background: linear-gradient(145deg, rgba(17,18,22,.96), rgba(37,41,52,.92));
  color: #fff;
  overflow: hidden;
}

.founder-story .eyebrow { color: rgba(255,255,255,.56); }
.founder-story p:not(.eyebrow) { color: rgba(255,255,255,.72); }

.founder-mark {
  display: grid;
  place-items: center;
  min-height: 260px;
  border-radius: 36px;
  background:
    radial-gradient(circle at 25% 20%, rgba(57,216,212,.22), transparent 30%),
    radial-gradient(circle at 76% 78%, rgba(239,109,202,.18), transparent 34%),
    rgba(255,255,255,.06);
}

.founder-mark img {
  width: 150px;
  height: 150px;
  border-radius: 34px;
  box-shadow: 0 24px 65px rgba(0,0,0,.38);
}

.about-feature-list {
  padding: 56px;
}

.feature-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.feature-columns div {
  min-height: 210px;
  padding: 26px;
  border: 1px solid rgba(23,26,36,.07);
  border-radius: 28px;
  background: rgba(248,249,251,.82);
}

.feature-columns h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -.03em;
}

.feature-columns p {
  margin: 0;
  color: #686c77;
  font-size: 15px;
  line-height: 1.55;
}

.about-me {
  display: grid;
  grid-template-columns: minmax(280px, .42fr) minmax(0, .58fr);
  gap: 46px;
  align-items: start;
  margin: 24px 0;
  padding: 56px;
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(245,249,255,.82));
}

.about-me-photo {
  position: sticky;
  top: 118px;
}

.about-me-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255,255,255,.95);
  border-radius: 34px;
  object-fit: cover;
  object-position: 34% center;
  box-shadow: 0 28px 70px rgba(49,55,78,.14);
}

.about-me-caption {
  display: grid;
  gap: 5px;
  margin-top: 18px;
  color: #777b86;
  font-size: 14px;
  line-height: 1.35;
}

.about-me-caption strong {
  color: #161820;
  font-size: 18px;
}

.about-me-copy h2 {
  margin: 0 0 24px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.about-me-copy h3 {
  margin: 30px 0 10px;
  color: #191b22;
  font-size: 22px;
  letter-spacing: -.025em;
}

.about-me-copy p:not(.eyebrow) {
  margin: 0 0 18px;
  color: #626672;
  font-size: 18px;
  line-height: 1.66;
}

.about-closing {
  margin: 24px 0 40px;
  padding: 72px 42px;
  text-align: center;
  background: linear-gradient(160deg,#fff,#f1f5fb);
}

.about-closing p {
  max-width: 690px;
  margin: 24px auto 0;
}

.about-link {
  margin-top: 34px;
  opacity: 1;
  animation: none;
}

.site-footer {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto 34px;
  padding: 34px 36px 24px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(520px, 1.65fr);
  gap: 34px;
  color: #858892;
  font-size: 13px;
  border: 1px solid rgba(255,255,255,.86);
  border-radius: 34px;
  background: rgba(255,255,255,.64);
  box-shadow: 0 24px 70px rgba(49,55,78,.08);
  backdrop-filter: blur(22px) saturate(150%);
}
.site-footer .brand { color: #24262d; }
.site-footer .brand img { width: 36px; height: 36px; border-radius: 10px; }
.footer-brand-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.footer-brand-block p {
  max-width: 250px;
  margin: 0;
  color: #7b7f8a;
  font-size: 15px;
  line-height: 1.45;
}
.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(130px, 1fr));
  gap: 28px;
}
.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  color: #6b6f7b;
  font-size: 14px;
  line-height: 1.35;
}
.footer-column strong {
  margin-bottom: 4px;
  color: #1d2028;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.footer-column a {
  color: #626672;
  font-weight: 620;
  transition: color .2s ease, transform .2s ease;
}
.footer-column a:hover {
  color: #111216;
  transform: translateX(2px);
}
.footer-company span { color: #7c808b; }
.footer-company .footer-email { color: #7c808b; text-decoration: none; font-size: 14px; letter-spacing: .01em; }
.footer-company .footer-email:hover { color: #1b1f2d; text-decoration: underline; }
.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(20,22,30,.08);
  color: #8a8e99;
  line-height: 1.4;
}

.reveal { opacity: 0; transform: translateY(38px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@keyframes introUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
@keyframes serviceConverge {
  0% { opacity: 0; transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y) + 24px)) scale(.92); }
  18%, 60% { opacity: 1; transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(1); }
  80% { opacity: .95; transform: translate(-50%,-50%) scale(.7); filter: blur(0); }
  92%, 100% { opacity: 0; transform: translate(-50%,-50%) scale(.18); filter: blur(4px); }
}
@keyframes coreReveal { 0%, 8% { opacity: 0; transform: scale(.25) rotate(-8deg); filter: blur(7px); } 56% { transform: scale(1.08) rotate(1deg); } 100% { opacity: 1; transform: scale(1); filter: none; } }
@keyframes coreLabel { to { opacity: 1; transform: none; } from { opacity: 0; transform: translateY(10px); } }
@keyframes haloPulse { 0%,100% { transform: scale(.9); opacity: .7; } 50% { transform: scale(1.12); opacity: 1; } }
@keyframes orbitReveal { from { opacity: 0; transform: translate(-50%,-50%) scale(.7); } to { opacity: 1; transform: translate(-50%,-50%) scale(1); } }
@keyframes scrollDot { 0%,100% { transform: translateY(0); opacity: .4; } 50% { transform: translateY(9px); opacity: 1; } }
@keyframes moduleChipReveal { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .service { opacity: 0; }
  .planora-core img, .core-label, .scroll-cue { opacity: 1; }
}

@media (max-width: 1000px) {
  .hero { min-height: 920px; }
  .convergence { transform: scale(.8); width: 120%; margin-left: -10%; }
  .device-stage { min-height: 600px; }
  .device-stage > .macbook { width: 74%; }
  .device-stage > .iphone { width: 19%; right: 6%; }
  .module, .module:nth-child(even) { min-height: auto; padding: 58px 42px; grid-template-columns: 1fr; }
  .module:nth-child(even) .module-copy { order: 0; }
  .module-visual { height: 540px; }
  .module-mac { width: min(680px, 88vw); }
  html[lang="en"] .en-phone-gallery,
  html[lang="ru"] .en-phone-gallery { gap: 20px; }
  html[lang="en"] .en-phone-gallery img,
  html[lang="ru"] .en-phone-gallery img { width: min(35vw, 225px); }
}

@media (max-width: 700px) {
  .site-header {
    top: 10px;
    width: calc(100% - 16px);
    height: auto;
    min-height: 64px;
    padding: 10px 12px;
    border-radius: 22px;
    flex-wrap: wrap;
    gap: 10px 12px;
    align-items: center;
  }
  .site-header nav {
    display: flex;
    order: 3;
    width: 100%;
    justify-content: center;
    gap: 18px;
    padding-top: 2px;
    font-size: 13px;
    color: #616570;
  }
  .site-header nav a { white-space: nowrap; }
  .header-actions { margin-left: auto; gap: 7px; }
  .language-switch { padding: 2px; border-radius: 13px; }
  .language-option { min-width: 34px; height: 32px; font-size: 11px; border-radius: 10px; }
  .header-release { padding: 10px 14px; font-size: 12px; }
  .brand img { width: 34px; height: 34px; }
  .brand { font-size: 16px; }
  .hero { min-height: 920px; padding: 158px 18px 50px; }
  h1 { font-size: 58px; }
  .hero-copy { font-size: 18px; }
  .convergence { width: 100%; height: 540px; margin: 45px 0 0; transform: none; }
  .service { width: 122px; padding: 10px 9px; gap: 7px; border-radius: 15px; transform: translate(calc(-50% + var(--mx, 0px)), calc(-50% + var(--my, 0px))); animation-name: serviceConvergeMobile; }
  .service-icon { width: 28px; height: 28px; border-radius: 8px; font-size: 14px; }
  .service strong { font-size: 11px; }
  .service-day { --mx:-82px;--my:-152px; }.service-projects { --mx:-86px;--my:-84px; }.service-max { --mx:-78px;--my:122px; }
  .service-wellness { --mx:82px;--my:-152px; }.service-finance { --mx:86px;--my:-84px; }.service-collections { --mx:78px;--my:122px; }
  .planora-core { top: 51%; }.planora-core img { width: 118px; height: 118px; border-radius: 29px; }
  .core-halo { width: 220px; height: 220px; top: -50px; }
  .core-offer { flex-direction: column; gap: 6px; }
  .core-copy { font-size: 13px; }
  .core-modules { max-width: 280px; gap: 7px; margin-top: 13px; }
  .core-modules a { padding: 8px 10px; font-size: 11px; }
  .orbit { top: 51%; }.orbit-one { width: 220px; height: 220px; }.orbit-two { width: 280px; height: 280px; }
  .manifest { margin-bottom: 90px; padding: 0 20px; }
  .manifest h2, .release-section h2 { font-size: 47px; }
  .manifest > p:last-child { font-size: 18px; }
  .device-stage { width: calc(100% - 24px); min-height: 520px; border-radius: 35px; }
  .device-stage::before { font-size: 90px; }
  .device-stage > .macbook { width: 93%; transform: translateY(-45px); }
  .device-stage > .iphone { width: 31%; right: 7%; bottom: 24px; padding: 4px; border-radius: 25px; }
  .iphone-screen { border-radius: 21px; }.dynamic-island { top: 5px; width: 38px; height: 11px; }
  .note-one { left: 5%; top: 76%; }.note-two { display: none; }
  .modules { width: calc(100% - 24px); }
  .module { margin-bottom: 35px; padding: 42px 23px; border-radius: 34px; }
  .module-copy h2 { font-size: 46px; }
  .module-copy > p:not(.eyebrow) { font-size: 17px; }
  .module-visual {
    height: auto;
    min-height: 360px;
    margin-top: 10px;
    padding: 18px 0 12px;
    overflow: hidden;
  }
  .soft-disc { width: 320px; height: 320px; top: 49%; }
  .module-phone { width: 210px; padding: 6px; border-radius: 36px; }
  .module-mac {
    width: 106%;
    max-width: 430px;
    transform: none;
  }
  .module:nth-child(even) .module-mac { transform: none; }
  .mini-phone {
    width: 96px;
    height: 208px;
    left: 50%;
    right: auto;
    bottom: 2%;
    padding: 4px;
    border-radius: 26px;
    transform: translateX(-50%) rotate(-2deg);
    box-shadow: 0 24px 54px rgba(37,43,62,.24);
  }
  .mini-phone img { border-radius: 18px; }
  .max-visual .mini-phone,
  .collections-visual .mini-phone {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(-2deg);
  }
  .module-projects .module-visual,
  .module-max .module-visual,
  .module-wellness .module-visual,
  .module-finance .module-visual,
  .module-collections .module-visual { min-height: 400px; }
  .finance-chip,
  .collection-bubble,
  .wellness-bubble,
  .max-spark {
    transform: scale(.78);
    transform-origin: center;
  }
  .bubble-one,
  .spark-one,
  .bubble-heart,
  .chip-income { top: 4%; right: 6%; }
  .bubble-two,
  .spark-two,
  .bubble-stack,
  .chip-expense { left: 8%; bottom: 26%; }
  .finance-chip { z-index: 7; }
  .coming-grid { grid-template-columns: 1fr; }
  .coming-card { min-height: 580px; padding: 30px; border-radius: 34px; }
  .placeholder-ui { height: 320px; padding: 30px; }
  .finance-ui strong { font-size: 41px; }
  .tile { width: 120px; height: 160px; }
  .release-section { width: calc(100% - 24px); min-height: 650px; border-radius: 38px; }
  .about-page {
    width: calc(100% - 24px);
    padding-top: 150px;
  }
  .about-hero {
    min-height: 490px;
    padding: 20px 6px 36px;
  }
  .about-hero h1 {
    font-size: 52px;
  }
  .about-grid,
  .founder-story,
  .feature-columns {
    grid-template-columns: 1fr;
  }
  .about-card,
  .founder-story,
  .about-feature-list,
  .about-me,
  .about-closing {
    border-radius: 32px;
  }
  .about-card,
  .about-feature-list,
  .about-me,
  .about-closing {
    padding: 32px 24px;
  }
  .about-card-large {
    min-height: auto;
  }
  .founder-story {
    gap: 28px;
    padding: 28px 24px 34px;
  }
  .founder-mark {
    min-height: 210px;
    border-radius: 26px;
  }
  .founder-mark img {
    width: 118px;
    height: 118px;
    border-radius: 28px;
  }
  .feature-columns div {
    min-height: auto;
    padding: 22px;
  }
  .about-me {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-me-photo {
    position: static;
  }
  .about-me-image {
    aspect-ratio: 16 / 11;
    border-radius: 26px;
    object-position: 36% center;
  }
  .about-me-copy h2 {
    font-size: 44px;
  }
  .about-me-copy p:not(.eyebrow) {
    font-size: 16px;
  }
  .site-footer {
    width: calc(100% - 24px);
    margin-bottom: 18px;
    padding: 28px 24px 22px;
    grid-template-columns: 1fr;
    gap: 26px;
    border-radius: 30px;
  }
  .footer-brand-block,
  .footer-column {
    align-items: center;
    text-align: center;
  }
  .footer-brand-block p {
    max-width: 300px;
    font-size: 14px;
  }
  .footer-columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer-column {
    gap: 9px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}

@keyframes serviceConvergeMobile {
  0% { opacity: 0; transform: translate(calc(-50% + var(--mx)), calc(-50% + var(--my) + 18px)) scale(.92); }
  18%, 60% { opacity: 1; transform: translate(calc(-50% + var(--mx)), calc(-50% + var(--my))) scale(1); }
  80% { opacity: .95; transform: translate(-50%,-50%) scale(.58); }
  92%,100% { opacity: 0; transform: translate(-50%,-50%) scale(.12); filter: blur(4px); }
}
