
:root{
  --bg:#fff8fd; --bg-soft:#f6efff; --card:#ffffff; --text:#241534; --muted:#6f6480;
  --accent:#8f5bff; --accent-2:#ff63b7; --accent-3:#5dd8ff; --line:rgba(36,21,52,.12);
  --shadow:0 22px 60px rgba(119,84,184,.18); --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0; font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 9% 8%,rgba(255,99,183,.18),transparent 23%),
    radial-gradient(circle at 91% 10%,rgba(93,216,255,.16),transparent 23%),
    linear-gradient(180deg,#fff9fd 0%,#fff7fb 100%);
  line-height:1.55;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.site-header{
  width:min(var(--max),calc(100% - 40px)); margin:0 auto; padding:22px 0 10px;
  display:flex; align-items:center; justify-content:space-between; gap:22px; position:relative; z-index:5;
}
.logo img{width:150px;height:auto;object-fit:contain}
.nav{display:flex;align-items:center;gap:18px;color:var(--muted);font-size:14px;font-weight:750}
.nav a:hover,.nav a.active{color:var(--text)}
.hero-home{
  min-height:640px;
  display:flex;
  align-items:center;
  position:relative;
  overflow:hidden;
}
.hero-home:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 76% 20%,rgba(93,216,255,.20),transparent 28%),
    radial-gradient(circle at 86% 72%,rgba(255,99,183,.18),transparent 30%),
    radial-gradient(circle at 18% 15%,rgba(255,99,183,.14),transparent 26%);
  pointer-events:none;
}
.hero-inner,.section{width:min(var(--max),calc(100% - 40px));margin:0 auto}
.hero-inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0, .95fr) minmax(420px, 1.05fr);
  gap:48px;
  align-items:center;
}
.hero-copy{max-width:620px;padding:82px 0}
.app-collage{
  position:relative;
  min-height:520px;
}
.collage-card{
  position:absolute;
  overflow:hidden;
  background:#fff;
  border:8px solid #241534;
  border-radius:34px;
  box-shadow:var(--shadow);
}
.collage-card img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.collage-card.main{
  width:230px;
  height:418px;
  left:50%;
  top:36px;
  transform:translateX(-50%) rotate(3deg);
  z-index:4;
}
.collage-card.left{
  width:190px;
  height:344px;
  left:42px;
  top:92px;
  transform:rotate(-9deg);
  z-index:2;
  opacity:.98;
}
.collage-card.right{
  width:190px;
  height:344px;
  right:28px;
  top:104px;
  transform:rotate(9deg);
  z-index:3;
}
.collage-icon{
  position:absolute;
  width:74px;
  height:74px;
  border-radius:22px;
  overflow:hidden;
  background:#fff;
  border:4px solid rgba(255,255,255,.92);
  box-shadow:0 16px 36px rgba(36,21,52,.18);
  z-index:5;
}
.collage-icon img{width:100%;height:100%;object-fit:cover}
.collage-icon.one{left:18px;top:40px;transform:rotate(-8deg)}
.collage-icon.two{right:70px;top:28px;transform:rotate(7deg)}
.collage-icon.three{left:120px;bottom:26px;transform:rotate(5deg)}
.collage-bubble{
  position:absolute;
  right:8px;
  bottom:30px;
  max-width:230px;
  padding:16px 18px;
  border-radius:24px;
  background:rgba(255,255,255,.84);
  border:1px solid var(--line);
  color:var(--muted);
  font-weight:750;
  font-size:14px;
  box-shadow:0 18px 45px rgba(91,57,127,.12);
  backdrop-filter:blur(10px);
  z-index:6;
}
.eyebrow{
  display:inline-flex; padding:9px 14px; border:1px solid var(--line); border-radius:999px;
  background:rgba(255,255,255,.78); color:#7d4de6; font-weight:850; font-size:13px; backdrop-filter:blur(10px);
}
h1{margin:18px 0;font-size:clamp(42px,7vw,74px);line-height:.95;letter-spacing:-.07em}
h2{margin:0;font-size:clamp(32px,4vw,52px);line-height:1;letter-spacing:-.055em}
h3{margin:0 0 10px;font-size:24px;letter-spacing:-.035em;line-height:1.12}
p{color:var(--muted)}
.lead{font-size:19px;max-width:650px;margin:0}
.actions{margin-top:30px;display:flex;gap:14px;flex-wrap:wrap}
.button{
  display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:999px;
  font-weight:850;border:1px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}
.button:hover{transform:translateY(-2px)}
.button.primary{color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-2));box-shadow:0 16px 35px rgba(143,91,255,.28)}
.button.secondary{background:rgba(255,255,255,.84);border-color:var(--line);color:var(--text)}

.section{padding:70px 0}
.two-col{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}
.tablet-wrap{display:flex;justify-content:center}
.tablet-wrap img{max-height:430px;object-fit:contain}
.about-list{display:grid;gap:30px}
.about-item{display:grid;grid-template-columns:96px minmax(0,1fr);gap:22px;align-items:center}
.about-item img{width:82px;height:82px;object-fit:contain}
.about-item p{font-size:20px;margin:0}

.page-hero{
  width:min(var(--max),calc(100% - 40px)); margin:0 auto; padding:64px 0 54px;
  display:grid; grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr); gap:42px; align-items:center;
}
.hero-phones{position:relative;height:470px;overflow:visible}
.phone{
  position:absolute; width:220px; height:402px; border:10px solid #241534; border-radius:34px;
  background:#fff; box-shadow:var(--shadow); overflow:hidden;
}
.phone img{width:100%;height:100%;object-fit:cover}
.phone.one{left:0;top:44px;transform:rotate(-8deg)}
.phone.two{left:150px;top:0;transform:rotate(4deg);z-index:2}
.phone.three{right:0;top:78px;transform:rotate(8deg)}

.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}
.section-head p{margin:0;color:var(--muted);max-width:470px;font-size:17px}
.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.product-card{
  background:rgba(255,255,255,.92); border:1px solid var(--line); border-radius:30px; padding:22px;
  box-shadow:0 18px 55px rgba(91,57,127,.12); display:flex; flex-direction:column; min-height:100%;
}
.product-shot{
  height:560px; border-radius:24px; overflow:hidden; position:relative;
  background:
    radial-gradient(circle at 50% 12%,rgba(255,255,255,.92),transparent 42%),
    linear-gradient(145deg,rgba(255,120,183,.13),rgba(155,92,255,.10));
  margin-bottom:20px; border:1px solid rgba(255,255,255,.78); display:flex; align-items:center; justify-content:center; padding:16px;
}
.screen-frame{
  width:100%; max-width:318px; height:100%;
  border:6px solid #241534; border-radius:28px; background:#fff; box-shadow:0 16px 36px rgba(36,21,52,.14);
  overflow:hidden; display:flex; align-items:center; justify-content:center;
}
.screen-frame img{
  width:100%; height:100%; object-fit:contain; object-position:center; background:#fff;
}
.icon-badge{
  position:absolute; top:14px; left:14px; width:60px; height:60px; border-radius:18px; overflow:hidden; background:#fff;
  box-shadow:0 10px 30px rgba(0,0,0,.15); border:3px solid rgba(255,255,255,.90); z-index:4;
}
.icon-badge img{width:100%;height:100%;object-fit:cover}
.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}
.tag{padding:6px 10px;border-radius:999px;background:var(--bg-soft);color:#7b4de0;font-size:12px;font-weight:850}
.product-card p{margin:0 0 18px;color:var(--muted);font-size:15.5px}
.feature-list{margin:auto 0 18px;padding:0;list-style:none;display:grid;gap:9px;color:var(--text);font-size:14.5px;font-weight:650}
.feature-list li{display:flex;gap:9px;align-items:start}
.feature-list li:before{content:"";width:8px;height:8px;margin-top:7px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-2));flex:0 0 auto}
.store-links{display:grid;gap:9px;margin-top:8px;justify-items:center}
.store-link{display:inline-flex;align-items:center;justify-content:center;min-height:46px;transition:transform .16s ease,opacity .16s ease}
.store-link:hover{transform:translateY(-1px);opacity:.92}
.store-link img{width:170px;max-width:100%;height:auto}
.portfolio-note{
  background:rgba(255,255,255,.86); border:1px solid var(--line); border-radius:28px; padding:30px;
  box-shadow:0 18px 55px rgba(91,57,127,.10);
}
.portfolio-note p{margin:12px 0 0}
.legal-wrap{width:min(980px,calc(100% - 40px));margin:0 auto;padding:62px 0 80px}
.legal-card{
  background:rgba(255,255,255,.9); border:1px solid var(--line); border-radius:28px; padding:36px;
  box-shadow:0 18px 55px rgba(91,57,127,.10);
}
.legal-card h1{font-size:clamp(36px,6vw,60px)}
.legal-card h2{font-size:28px;margin-top:34px;letter-spacing:-.035em}
.legal-card h3{margin-top:24px}
.legal-card p,.legal-card li{color:var(--muted)}
.legal-card a{color:#7b4de0;font-weight:700}
.footer-cta{
  text-align:center; background:linear-gradient(135deg,rgba(143,91,255,.92),rgba(255,99,183,.92));
  color:#fff; border-radius:36px; padding:48px 28px; box-shadow:var(--shadow);
}
.footer-cta h2{color:#fff}
.footer-cta p{color:rgba(255,255,255,.88);margin:14px auto 0;max-width:620px;font-size:18px}
.footer-cta .button{margin-top:24px;background:#fff;color:var(--text)}
.site-footer{
  width:min(var(--max),calc(100% - 40px));margin:0 auto;padding:16px 0 46px;display:flex;justify-content:space-between;
  gap:20px;color:var(--muted);font-size:14px;flex-wrap:wrap;
}
@media(max-width:980px){
  .hero-inner{grid-template-columns:1fr}
  .app-collage{min-height:470px;max-width:620px;margin:0 auto 20px}
  .page-hero{grid-template-columns:1fr;padding-top:44px}
  .hero-phones{max-width:620px;height:390px;margin:0 auto}
  .phone{width:190px;height:340px}
  .products{grid-template-columns:1fr}
  .two-col{grid-template-columns:1fr}
  .section-head{display:block}
  .section-head p{margin-top:14px}
}
@media(max-width:640px){
  .site-header{align-items:flex-start;width:min(100% - 28px,var(--max))}
  .logo img{width:128px}
  .nav{flex-wrap:wrap;justify-content:flex-end;gap:10px 14px;font-size:13px}
  .hero-inner,.section,.page-hero,.legal-wrap,.site-footer{width:min(100% - 28px,var(--max))}
  .hero-home{min-height:auto}
  .hero-inner{grid-template-columns:1fr;gap:20px}
  .hero-copy{padding:58px 0 22px}
  .app-collage{min-height:390px}
  .collage-card.main{width:178px;height:322px;top:20px}
  .collage-card.left{width:142px;height:258px;left:8px;top:76px}
  .collage-card.right{width:142px;height:258px;right:8px;top:78px}
  .collage-icon{width:58px;height:58px;border-radius:18px}
  .collage-icon.one{left:2px;top:18px}
  .collage-icon.two{right:38px;top:12px}
  .collage-icon.three{left:76px;bottom:12px}
  .collage-bubble{right:0;bottom:10px;max-width:190px;font-size:12.5px;padding:12px 14px}
  .lead{font-size:17px}
  .hero-phones{height:300px}
  .phone{width:150px;height:268px;border-width:7px;border-radius:28px}
  .phone.one{left:0;top:28px}
  .phone.two{left:94px;top:0}
  .phone.three{right:0;top:46px}
  .product-shot{height:500px}
  .screen-frame{max-width:282px}
  .about-item{grid-template-columns:70px minmax(0,1fr)}
  .about-item img{width:62px;height:62px}
  .about-item p{font-size:17px}
  .legal-card{padding:22px;border-radius:22px}
}
