:root{
  --navy:#0c2f63;
  --navy2:#173f79;
  --blue:#6f7bf3;
  --lav:#d9dcff;
  --ink:#10294f;
  --muted:#63758d;
  --line:#e3eaf4;
  --bg:#f7f9fd;
  --white:#fff;
  --shadow:0 24px 70px rgba(36,61,103,.12)
}
*{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(--ink);background:#fff}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button{font:inherit}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.topbar{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(227,234,244,.9)}
.nav{height:84px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:11px;min-width:250px;color:var(--navy)}
.brand img{width:49px}
.brand span{display:grid}
.brand b{font-size:24px;letter-spacing:.055em;line-height:1}
.brand small{font-size:8px;color:#64758c;margin-top:5px}
.navlinks{margin-left:auto;display:flex;gap:28px;align-items:center;font-size:14px;color:#18345f}
.navlinks a:hover{color:#6371e9}
.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:16px;padding:13px 20px;font-weight:800;border:1px solid transparent;transition:.2s}
.nav-cta,.btn.primary{background:linear-gradient(135deg,#092b5c,#183f77);color:#fff;box-shadow:0 12px 26px rgba(12,47,99,.18)}
.btn.secondary{border-color:#91a3f6;color:#274b8c;background:#fff}
.btn:hover,.nav-cta:hover{transform:translateY(-2px)}
.menu{display:none;margin-left:auto;border:0;background:transparent;font-size:28px;color:var(--navy)}
.mobile-nav{display:none}

.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0,#fbfcff 68%,#f6f9ff 100%);padding:46px 0 26px}
.hero:before{content:"";position:absolute;right:-90px;top:60px;width:330px;height:330px;border-radius:50%;background:rgba(218,220,255,.45)}
.hero:after{content:"";position:absolute;left:-100px;bottom:120px;width:330px;height:220px;border-radius:50%;background:rgba(224,242,236,.68);filter:blur(2px)}
.hero-photo{position:absolute;inset:auto 0 0 0;height:410px;background:
  linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,.04)),
  url("https://images.pexels.com/photos/6624373/pexels-photo-6624373.jpeg?auto=compress&cs=tinysrgb&w=1800") center 43%/cover no-repeat;
  opacity:.95
}
.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,.86) 20%,rgba(255,255,255,.1) 60%,rgba(255,255,255,.06) 100%)}
.hero-grid{position:relative;z-index:3;display:grid;grid-template-columns:.92fr 1.08fr;gap:26px;min-height:620px}
.hero-copy{padding-top:35px;position:relative;z-index:5}
.eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#5975ba;font-weight:850}
.hero h1{margin:11px 0 20px;font-size:clamp(50px,5.2vw,76px);line-height:.94;letter-spacing:-.058em;color:var(--navy)}
.hero h1 span{color:#7180f6}
.lead{font-size:19px;line-height:1.38;max-width:540px;margin:0 0 24px;color:#203b61}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.store-icons{font-size:15px;letter-spacing:.05em}
.micro{display:flex;gap:18px;flex-wrap:wrap;margin-top:18px;font-size:11px;color:#5f7189}
.micro span:before{content:"✓";display:inline-grid;place-items:center;width:20px;height:20px;background:#eef3ff;color:#4e69d7;border-radius:50%;margin-right:6px;font-weight:900}
.hand-note{font-family:"Comic Sans MS","Bradley Hand",cursive;font-style:italic;color:#4f6aa5;line-height:1.33}
.left-note{position:absolute;left:-8px;bottom:55px;font-size:16px;transform:rotate(-5deg)}
.phone-stage{position:relative;min-height:610px}
.phone{background:#fff;border:1px solid #cfd8e6;border-radius:38px;box-shadow:0 28px 50px rgba(27,51,87,.22);position:absolute;overflow:hidden}
.phone-a{width:42%;height:520px;left:12%;top:2%;transform:rotate(-4deg);z-index:5}
.phone-b{width:42%;height:520px;right:4%;top:5%;transform:rotate(3deg);z-index:4}
.phone-notch{position:absolute;left:50%;top:8px;transform:translateX(-50%);width:43%;height:19px;background:#0e1117;border-radius:0 0 13px 13px;z-index:10}
.status{height:38px;padding:12px 15px 0;display:flex;justify-content:space-between;font-size:9px}
.hello{display:flex;justify-content:space-between;padding:6px 15px 0;align-items:start}
.hello small,.hello b,.hello span{display:block}
.hello small{font-size:9px;color:#6a7a90}.hello b{font-size:15px;color:var(--navy)}.hello span{font-size:7px;color:#738297;margin-top:2px}
.user-dot{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#f0d9c8;color:#72503a;font-weight:900}
.kids{display:flex;gap:5px;padding:10px 12px 8px;align-items:center}
.kids>span{min-width:42px;border-radius:13px;padding:6px 5px;text-align:center;background:#f4f6fa;font-size:10px}
.kids>span small{display:block;font-size:6px;margin-top:2px;color:#556980}
.kids .active{background:#0d315f;color:#fff}
.kids .active small{color:#fff}
.weather{margin:0 12px 10px;background:#eef5ff;border-radius:13px;padding:8px 10px;display:flex;gap:7px;align-items:center}
.weather b{font-size:15px;color:#15396b}.weather span{font-size:7px;color:#67809b}
.phone-section-title{display:flex;justify-content:space-between;padding:0 12px 4px;align-items:center}
.phone-section-title b{font-size:11px;color:#15345e}.phone-section-title span{font-size:7px;color:#6f8198}
.event{margin:6px 11px;border-radius:11px;padding:8px;display:grid;grid-template-columns:42px 1fr;gap:7px;align-items:center}
.event time{font-size:7px;color:#58708d;line-height:1.25}.event b{font-size:8px;display:block;color:#17365f}.event small{font-size:6px;color:#6c7e92;display:block;margin-top:1px}
.event.blue{background:#e9f1ff}.event.green{background:#eaf8ee}.event.pink{background:#fff0f5}
.phone-bottom{position:absolute;left:0;right:0;bottom:0;height:54px;border-top:1px solid #edf1f5;background:#fff;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;text-align:center;color:#294e78}
.phone-bottom span{font-size:12px}.phone-bottom small{display:block;font-size:5px;margin-top:1px}.phone-bottom>b{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#0d315f;color:#fff;font-size:20px;margin:auto}.phone-bottom .active{color:#0d315f;font-weight:900}
.screen-title{font-size:14px;font-weight:900;color:#123561;padding:8px 13px 7px}
.mini-map{height:155px;margin:0 11px 9px;border-radius:15px;background:linear-gradient(135deg,#e5f0e8,#eaf0f8);position:relative;overflow:hidden}
.road{position:absolute;background:#fff;border:1px solid #dae3ec}.r1{height:9px;width:120%;left:-10%;top:45%;transform:rotate(-13deg)}.r2{width:9px;height:120%;left:52%;top:-10%;transform:rotate(17deg)}
.pin{position:absolute;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:0 6px 14px rgba(35,60,88,.18);font-size:14px;z-index:2}.p1{left:30%;top:24%}.p2{right:24%;top:42%}.p3{left:49%;bottom:17%}.me-dot{position:absolute;width:14px;height:14px;border-radius:50%;background:#4385ff;border:3px solid #fff;left:47%;top:50%;box-shadow:0 0 0 5px rgba(67,133,255,.18)}
.family-row{margin:5px 11px;padding:7px 5px;display:grid;grid-template-columns:auto 1fr auto;gap:7px;align-items:center;border-bottom:1px solid #edf1f5}.avatar-sm{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#edf2f8;font-size:15px}.family-row b,.family-row small{display:block}.family-row b{font-size:8px;color:#17375f}.family-row small{font-size:6px;color:#728299;margin-top:1px}.family-row i{font-style:normal;font-size:6px;color:#3c8b68;font-weight:900}
.right-note{position:absolute;right:-28px;top:205px;font-size:17px;transform:rotate(5deg);z-index:7}

.benefit-row{position:relative;z-index:6;margin-top:-8px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;background:#fff;border-radius:26px;padding:11px;box-shadow:0 16px 42px rgba(33,60,98,.09)}
.benefit-card{padding:17px;display:grid;grid-template-columns:auto 1fr;gap:12px;background:#fff;border-radius:20px}
.benefit-card:not(:last-child){border-right:1px solid #edf1f5}
.benefit-icon{width:48px;height:48px;border-radius:18px;display:grid;place-items:center;background:#ebeaff;color:#4d63dc;font-size:23px}.benefit-icon.people{background:#e9f1ff;color:#3e70d6}.benefit-icon.ai{background:#f0ebff;color:#6551d5}
.benefit-card b{display:block;color:#143561;font-size:13px}.benefit-card p{margin:5px 0 0;color:#687a91;font-size:10px;line-height:1.45}

.how-section{padding:46px 0 38px;background:#fff}
.section-title-row{display:flex;justify-content:space-between;align-items:center}.section-title-row h2,.today-copy h2,.cta-box h2{color:var(--navy);font-size:30px;margin:0;letter-spacing:-.035em}
.section-note{font-size:18px;transform:rotate(-4deg)}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr) 180px;gap:20px;margin-top:25px;align-items:start}
.how-step{position:relative;padding:8px 22px 12px 38px;min-height:190px;border-right:1px solid #edf1f5}.how-step:nth-child(3){border-right:0}
.step-num{position:absolute;left:0;top:0;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#eeecff;color:#4557ba;font-weight:900}
.step-visual{height:74px;display:flex;align-items:center;justify-content:center;margin-bottom:7px;font-size:52px}
.step-visual.profiles{gap:-8px;position:relative}.step-visual.profiles span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#f0f3f7;margin-left:-6px;font-size:22px;border:3px solid #fff}.step-visual.profiles b{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#6e7bf2;color:#fff;font-size:18px;margin-left:-7px}
.phone-check{position:relative}.phone-check span{position:absolute;right:33%;top:10px;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#57ba83;color:#fff;font-size:17px}
.how-step h3{font-size:16px;color:#123561;margin:5px 0 5px}.how-step p{font-size:11px;line-height:1.45;color:#6c7e93;margin:0}
.how-side-note{padding-top:54px;font-size:16px;transform:rotate(4deg)}

.today-section{padding:16px 0 12px}
.today-panel{border-radius:30px;background:linear-gradient(135deg,#f6f9ff,#fff);display:grid;grid-template-columns:1.05fr .55fr .8fr;gap:22px;align-items:stretch;padding:27px;overflow:hidden;position:relative}
.today-panel:before{content:"";position:absolute;left:35%;bottom:-100px;width:270px;height:270px;border-radius:50%;background:#edf3ff}
.today-copy{position:relative;z-index:2}.today-copy p{font-size:13px;color:#667991;line-height:1.5}
.feature-list{display:grid;gap:10px;margin-top:20px}
.feature-list>div{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center}.feature-list>div>span{width:40px;height:40px;border-radius:14px;background:#fff;display:grid;place-items:center;color:#536ce0;font-size:18px;box-shadow:0 7px 20px rgba(39,63,95,.07)}
.feature-list b,.feature-list small{display:block}.feature-list b{font-size:11px;color:#17375f}.feature-list small{font-size:8px;color:#718398;margin-top:2px}
.today-phone{position:relative;width:230px;height:430px;justify-self:center;align-self:end;transform:translateY(36px);z-index:2}
.testimonial{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden}
.testimonial blockquote{margin:10px 0 5px;font-style:italic;font-size:17px;line-height:1.4;color:#183c73}
.testimonial>span{font-size:10px;color:#708197}
.testimonial img{margin-top:auto;width:100%;height:225px;object-fit:cover;object-position:center 35%;border-radius:26px}
.quote-note{position:absolute;right:0;bottom:26px;background:rgba(255,255,255,.88);padding:10px;border-radius:14px;font-size:14px;transform:rotate(5deg)}

.tiles-section{padding:8px 0 22px}
.feature-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.feature-tile{border-radius:24px;background:#f8faff;min-height:230px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;align-items:stretch;box-shadow:0 10px 30px rgba(29,57,95,.04)}
.tile-copy{padding:22px 10px 18px 22px;display:flex;flex-direction:column;align-items:flex-start}
.tile-icon{width:36px;height:36px;border-radius:13px;background:#ebeaff;color:#5868dc;display:grid;place-items:center;font-size:17px;margin-bottom:10px}.tile-copy h3{font-size:15px;color:#133660;margin:0 0 6px}.tile-copy p{font-size:10px;line-height:1.45;color:#6d7f94;margin:0}.tile-copy a{margin-top:auto;padding-top:12px;font-size:9px;color:#315ed0;font-weight:900}
.tile-map{position:relative;background:linear-gradient(135deg,#eaf3ed,#edf2f9);margin:10px;border-radius:18px;overflow:hidden}.tile-map:before,.tile-map:after{content:"";position:absolute;background:#fff;border:1px solid #d9e1eb}.tile-map:before{height:9px;width:130%;left:-15%;top:47%;transform:rotate(-14deg)}.tile-map:after{width:9px;height:120%;top:-10%;left:50%;transform:rotate(17deg)}
.map-person{position:absolute;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:0 6px 15px rgba(39,61,90,.18);z-index:2}.map-person.a{left:22%;top:22%}.map-person.b{right:18%;top:35%}.map-person.c{left:48%;bottom:18%}
.school-tile img{width:100%;height:100%;object-fit:cover}
.ai-mini-phone{align-self:center;justify-self:center;width:110px;height:180px;border-radius:19px;background:#fff;border:1px solid #cfd9e7;box-shadow:0 16px 32px rgba(27,52,88,.14);padding:14px 9px;transform:rotate(4deg);display:grid;gap:7px}.ai-mini-phone b{font-size:9px;color:#253d88}.ai-mini-phone span{font-size:7px;background:#f2f5ff;border-radius:7px;padding:5px;color:#536984}

.cta-section{padding:0 0 18px}
.cta-box{background:linear-gradient(135deg,#f4f7ff,#f8f7ff);border-radius:25px;min-height:125px;display:grid;grid-template-columns:1fr auto 220px;gap:20px;align-items:center;padding:24px 30px;position:relative;overflow:hidden}.cta-box p{margin:5px 0 0;color:#697c93;font-size:11px;max-width:480px}.cta-actions{display:flex;gap:10px}.cta-note{text-align:center;font-size:15px;transform:rotate(-4deg)}

footer{border-top:1px solid #edf1f5;padding:24px 0 34px}
.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,.8fr) auto auto;gap:20px;align-items:center}
.footer-pill{display:flex;gap:8px;align-items:center}.footer-pill>span{font-size:25px;color:#153a70}.footer-pill b,.footer-pill small{display:block}.footer-pill b{font-size:9px;color:#294867}.footer-pill small{font-size:7px;color:#7c8a9d;margin-top:2px}.social{color:#173d77;letter-spacing:.4em}.footer-grid>small{font-size:7px;color:#8994a4}
.reveal{opacity:0;transform:translateY(18px);transition:.55s ease}.reveal.visible{opacity:1;transform:none}

@media(max-width:1000px){
  .navlinks,.nav>.nav-cta{display:none}.menu{display:block}
  .mobile-nav{position:absolute;top:84px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:18px 20px}.mobile-nav.open{display:grid;gap:15px}
  .hero-grid{grid-template-columns:1fr;min-height:auto}.hero-copy{padding-bottom:20px}.phone-stage{min-height:590px;max-width:700px;width:100%;margin:auto}.left-note{display:none}
  .benefit-row{grid-template-columns:1fr}.benefit-card:not(:last-child){border-right:0;border-bottom:1px solid #edf1f5}
  .steps-grid{grid-template-columns:repeat(3,1fr)}.how-side-note{display:none}
  .today-panel{grid-template-columns:1fr 280px}.testimonial{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:18px;text-align:left}.testimonial img{height:250px}.quote-note{right:18px}
  .feature-tiles{grid-template-columns:1fr}.feature-tile{min-height:260px}
  .cta-box{grid-template-columns:1fr}.cta-actions{flex-wrap:wrap}.cta-note{display:none}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  .container{width:min(100% - 26px,1160px)}.nav{height:72px}.mobile-nav{top:72px}.brand{min-width:auto}.brand b{font-size:20px}.brand img{width:42px}
  .hero{padding-top:20px}.hero h1{font-size:46px}.lead{font-size:17px}.hero-actions .btn{width:100%}.micro{gap:10px}
  .phone-stage{min-height:430px}.phone-a,.phone-b{height:400px;width:54%;border-radius:29px}.phone-a{left:0}.phone-b{right:-2%}.right-note{display:none}.phone .family-row:nth-of-type(n+4){display:none}.mini-map{height:110px}
  .benefit-row{margin-top:0}
  .steps-grid{grid-template-columns:1fr}.how-step{border-right:0;border-bottom:1px solid #edf1f5}
  .today-panel{grid-template-columns:1fr;padding:20px}.today-phone{width:220px;height:400px;transform:none}.testimonial{grid-template-columns:1fr;text-align:center}.testimonial img{height:220px}
  .feature-tile{grid-template-columns:1fr 1fr;min-height:220px}
  .cta-actions{display:grid}.cta-actions .btn{width:100%}
  .footer-grid{grid-template-columns:1fr}.footer-pill{display:none}
}

/* Final device polish — realistic premium iPhone-style hardware */
.phone-stage{
  min-height:650px;
  perspective:1600px;
}
.phone{
  background:#fff;
  border:5px solid #202226;
  outline:2px solid #c9cbd0;
  border-radius:52px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.9),
    0 3px 0 rgba(255,255,255,.85) inset,
    0 -2px 0 rgba(0,0,0,.12) inset,
    0 28px 55px rgba(24,43,73,.24),
    0 8px 18px rgba(24,43,73,.16);
  position:absolute;
  overflow:hidden;
  transform-style:preserve-3d;
}
.phone-a{
  width:286px;
  height:584px;
  left:3%;
  top:0;
  transform:rotate(-4.5deg) rotateY(5deg);
  z-index:5;
}
.phone-b{
  width:286px;
  height:584px;
  right:0;
  top:18px;
  transform:rotate(3.2deg) rotateY(-5deg);
  z-index:4;
}
.phone-notch{
  position:absolute;
  left:50%;
  top:12px;
  transform:translateX(-50%);
  width:35%;
  height:25px;
  background:linear-gradient(180deg,#111216,#050506);
  border-radius:999px;
  z-index:20;
  box-shadow:
    inset 0 1px 2px rgba(255,255,255,.08),
    0 1px 1px rgba(0,0,0,.18);
}
.phone-notch:before{
  content:"";
  position:absolute;
  left:38%;
  top:8px;
  width:22%;
  height:5px;
  border-radius:99px;
  background:#17181b;
}
.phone-notch:after{
  content:"";
  position:absolute;
  right:9px;
  top:7px;
  width:10px;
  height:10px;
  border-radius:50%;
  background:radial-gradient(circle at 38% 35%,#293f63 0 18%,#0b1017 38%,#020305 70%);
  box-shadow:0 0 0 1px rgba(78,105,143,.25);
}
.status{
  height:43px;
  padding:13px 16px 0;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  font-size:9px;
  font-weight:800;
  color:#111822;
}
.ios-status{
  font-size:7px;
  letter-spacing:.08em;
  white-space:nowrap;
  color:#111822;
}
.phone:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:30;
  pointer-events:none;
  border-radius:46px;
  background:
    linear-gradient(105deg,rgba(255,255,255,.16) 0%,rgba(255,255,255,0) 23%),
    linear-gradient(260deg,rgba(255,255,255,.08) 0%,rgba(255,255,255,0) 18%);
  mix-blend-mode:screen;
}
.phone:after{
  content:"";
  position:absolute;
  inset:4px;
  z-index:29;
  pointer-events:none;
  border-radius:44px;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.08);
}
.phone .hello{padding-top:8px}
.phone .kids{padding-top:11px}
.phone .phone-bottom{
  height:58px;
  padding-bottom:4px;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(8px);
}
.phone .phone-bottom>b{
  width:40px;
  height:40px;
  box-shadow:0 7px 15px rgba(13,49,95,.22);
}
.right-note{
  right:-44px;
  top:210px;
  font-size:18px;
}
.hero-grid{
  grid-template-columns:.9fr 1.1fr;
  gap:18px;
  min-height:650px;
}
.hero-photo{
  height:435px;
  background-position:center 41%;
}
.benefit-row{
  margin-top:-20px;
}
.today-phone.phone{
  width:235px;
  height:470px;
  border-radius:44px;
  border-width:4px;
  outline-width:2px;
  transform:translateY(34px) rotate(-1deg);
}
.today-phone .phone-notch{
  height:21px;
  top:10px;
}
.today-phone .status{
  height:38px;
  padding-top:11px;
}
.today-panel{
  min-height:490px;
}
.feature-tile{
  border:1px solid rgba(226,232,244,.8);
}
.feature-tile:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 38px rgba(29,57,95,.08);
}
.feature-tile,.benefit-card,.how-step,.today-panel,.cta-box{
  transition:transform .2s ease,box-shadow .2s ease;
}

@media(max-width:1100px){
  .phone-a,.phone-b{
    width:272px;
    height:555px;
  }
  .phone-a{left:2%}
  .phone-b{right:-1%}
}
@media(max-width:1000px){
  .phone-stage{
    min-height:610px;
    max-width:650px;
  }
  .phone-a,.phone-b{
    width:276px;
    height:564px;
  }
  .phone-a{left:4%}
  .phone-b{right:4%}
}
@media(max-width:650px){
  .phone-stage{min-height:455px}
  .phone-a,.phone-b{
    width:51%;
    height:420px;
    border-radius:36px;
    border-width:3px;
    outline-width:1px;
  }
  .phone-a{left:0;top:4px}
  .phone-b{right:-2%;top:15px}
  .phone-notch{
    top:8px;
    height:18px;
    width:34%;
  }
  .phone-notch:after{
    width:7px;
    height:7px;
    right:6px;
    top:5px;
  }
  .phone-notch:before{
    top:6px;
    height:3px;
  }
  .status{
    height:31px;
    padding:9px 11px 0;
    font-size:7px;
  }
  .ios-status{font-size:5px}
  .today-phone.phone{
    width:218px;
    height:432px;
    border-radius:39px;
  }
}


/* Approval-ready hero spacing: keep devices fully above benefit cards */
@media(min-width:1101px){
  .hero{
    padding-bottom:42px;
  }
  .hero-grid{
    min-height:735px;
    align-items:stretch;
  }
  .phone-stage{
    min-height:715px;
    overflow:visible;
  }
  .phone-a{
    top:auto;
    bottom:70px;
  }
  .phone-b{
    top:auto;
    bottom:48px;
  }
  .benefit-row{
    margin-top:0;
  }
  .hero-photo{
    height:470px;
  }
}

@media(min-width:1001px) and (max-width:1100px){
  .hero-grid{
    min-height:700px;
  }
  .phone-stage{
    min-height:680px;
  }
  .phone-a{
    top:auto;
    bottom:64px;
  }
  .phone-b{
    top:auto;
    bottom:43px;
  }
  .benefit-row{
    margin-top:0;
  }
}

@media(min-width:651px) and (max-width:1000px){
  .hero-grid{
    min-height:auto;
  }
  .phone-stage{
    min-height:630px;
  }
  .phone-a{
    top:auto;
    bottom:45px;
  }
  .phone-b{
    top:auto;
    bottom:28px;
  }
  .benefit-row{
    margin-top:8px;
  }
}

.today-phone.phone{
  position:relative;
  top:auto;
  right:auto;
  bottom:auto;
  left:auto;
}

@media(max-width:650px){
  .phone-a{
    bottom:auto;
    top:4px;
  }
  .phone-b{
    bottom:auto;
    top:15px;
  }
  .benefit-row{
    position:relative;
    z-index:12;
    margin-top:14px;
  }
}


/* iPhone proportions v2 — remove stretched blank lower screen */
.phone-a,
.phone-b{
  width:258px !important;
  height:532px !important;
}
.phone-a{
  left:7% !important;
  bottom:82px !important;
}
.phone-b{
  right:4% !important;
  bottom:64px !important;
}
.phone{
  border-radius:47px !important;
}
.phone:before{border-radius:41px !important}
.phone:after{border-radius:40px !important}
.phone-notch{
  width:34% !important;
  height:23px !important;
  top:10px !important;
}
.phone .status{
  height:38px !important;
  padding-top:11px !important;
}
.phone .hello b{font-size:13px}
.phone .kids{padding-top:8px;padding-bottom:6px}
.phone .weather{margin-bottom:7px}
.phone .event{
  margin-top:5px;
  margin-bottom:5px;
  padding:7px 8px;
}
.phone .task-title{
  margin-top:8px;
}
.mini-task{
  margin:5px 11px;
  padding:7px 8px;
  display:grid;
  grid-template-columns:24px 1fr;
  gap:7px;
  align-items:center;
  border:1px solid #edf1f6;
  border-radius:10px;
  background:#fff;
}
.mini-task>span{
  width:24px;
  height:24px;
  border-radius:8px;
  display:grid;
  place-items:center;
  background:#eef3ff;
  color:#5268d5;
  font-size:8px;
  font-weight:900;
}
.mini-task b,.mini-task small{display:block}
.mini-task b{font-size:7px;color:#17375f}
.mini-task small{font-size:5.5px;color:#728399;margin-top:1px}
.location-summary{
  margin:8px 11px 0;
  padding:8px 9px;
  border-radius:11px;
  background:#f5f8fb;
}
.location-summary b,.location-summary span{display:block}
.location-summary b{font-size:7px;color:#17375f}
.location-summary span{font-size:5.5px;color:#738398;margin-top:2px}
.phone .phone-bottom{
  height:55px !important;
  padding-bottom:8px !important;
}
.phone .phone-bottom:after{
  content:"";
  position:absolute;
  left:50%;
  bottom:3px;
  transform:translateX(-50%);
  width:34%;
  height:3px;
  border-radius:99px;
  background:#111216;
  opacity:.85;
}
.phone .phone-bottom>b{
  width:36px !important;
  height:36px !important;
  font-size:18px !important;
}
.hero-grid{
  min-height:675px !important;
}
.phone-stage{
  min-height:655px !important;
}
.benefit-row{
  margin-top:0 !important;
}

@media(max-width:1100px){
  .phone-a,.phone-b{
    width:246px !important;
    height:507px !important;
  }
}
@media(max-width:1000px){
  .phone-stage{min-height:565px !important}
  .phone-a,.phone-b{
    width:250px !important;
    height:514px !important;
  }
  .phone-a{left:7% !important;bottom:34px !important}
  .phone-b{right:7% !important;bottom:20px !important}
}
@media(max-width:650px){
  .phone-stage{min-height:420px !important}
  .phone-a,.phone-b{
    width:48% !important;
    height:390px !important;
    border-radius:34px !important;
  }
  .phone-a{left:1% !important;top:4px !important;bottom:auto !important}
  .phone-b{right:1% !important;top:14px !important;bottom:auto !important}
  .mini-task:nth-of-type(n+2){display:none}
  .location-summary{display:none}
}


/* AYNELO-PHONE-FINAL-38 */
@media(min-width:1101px){
  .hero-grid{min-height:650px !important}
  .phone-stage{min-height:625px !important}
  .phone-a,.phone-b{
    width:232px !important;
    height:478px !important;
  }
  .phone-a{
    left:13% !important;
    top:34px !important;
    bottom:auto !important;
  }
  .phone-b{
    right:9% !important;
    top:48px !important;
    bottom:auto !important;
  }
  .phone{
    border-radius:43px !important;
  }
  .phone:before{border-radius:38px !important}
  .phone:after{border-radius:37px !important}
  .phone-notch{
    width:33% !important;
    height:21px !important;
    top:9px !important;
  }
  .phone .status{
    height:35px !important;
    padding-top:10px !important;
  }
  .phone .kids>span{
    min-width:36px !important;
    padding:5px 4px !important;
  }
  .phone .weather{
    padding:6px 8px !important;
    margin-bottom:5px !important;
  }
  .phone .event{
    margin:4px 9px !important;
    padding:6px 7px !important;
  }
  .phone .phone-section-title{
    padding-left:10px !important;
    padding-right:10px !important;
  }
  .mini-task{
    margin:4px 9px !important;
    padding:5px 7px !important;
  }
  .location-summary{
    margin:6px 9px 0 !important;
    padding:7px 8px !important;
  }
  .phone .phone-bottom{
    height:50px !important;
  }
  .benefit-row{
    margin-top:0 !important;
  }
}


/* AYNELO-SAFARI-CLIP-39 */
.phone{
  overflow:hidden !important;
  contain:paint;
  isolation:isolate;
  -webkit-transform-style:flat;
  transform-style:flat;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.phone .phone-bottom{
  left:5px !important;
  right:5px !important;
  bottom:5px !important;
  width:auto !important;
  height:47px !important;
  padding:0 0 7px !important;
  border-radius:0 0 32px 32px !important;
  background:#fff !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  overflow:hidden !important;
  box-shadow:none !important;
}
.phone .phone-bottom:after{
  bottom:2px !important;
}
.phone-a .phone-bottom,
.phone-b .phone-bottom{
  transform:translateZ(0);
}
.right-note{
  right:-86px !important;
  top:245px !important;
  width:140px;
  z-index:3 !important;
  text-align:right;
}
.phone-b{
  z-index:5 !important;
}
@media(max-width:1000px){
  .right-note{display:none !important}
}


/* AYNELO-NAV-ANCHORS-40 */
html{
  scroll-padding-top:112px;
}
.nav-anchor,
.nav-section,
#opinie{
  scroll-margin-top:112px;
}
.nav-anchor{
  position:relative;
  height:1px;
  width:100%;
  pointer-events:none;
}
.navlinks a{
  position:relative;
}
.navlinks a.active{
  color:#6f7bf3 !important;
  font-weight:850;
}
.navlinks a.active:after{
  content:"";
  position:absolute;
  left:12%;
  right:12%;
  bottom:-9px;
  height:2px;
  border-radius:99px;
  background:#7a82f5;
}
.tiles-heading{
  margin-bottom:22px;
}
.tiles-heading h2{
  margin:7px 0 7px;
  max-width:720px;
  color:var(--navy);
  font-size:28px;
  line-height:1.08;
  letter-spacing:-.035em;
}
.tiles-heading p{
  margin:0;
  max-width:720px;
  color:#6a7d93;
  font-size:12px;
  line-height:1.5;
}
.testimonial-title{
  margin:0 0 7px;
  color:var(--navy);
  font-size:14px;
  letter-spacing:-.02em;
}
@media(max-width:650px){
  html{scroll-padding-top:88px}
  .nav-anchor,.nav-section,#opinie{scroll-margin-top:88px}
  .tiles-heading h2{font-size:24px}
}


/* AYNELO-HARD-SECTIONS-41 */
:root{--header-offset:108px}
.functions-section,
.how-section,
.today-section,
.tiles-section,
.opinions-section{
  scroll-margin-top:var(--header-offset) !important;
}
.functions-section{
  padding:58px 0 54px;
  background:linear-gradient(180deg,#f8faff 0,#fff 100%);
}
.section-intro{
  margin-bottom:26px;
}
.section-intro h2{
  margin:7px 0 8px;
  color:var(--navy);
  font-size:32px;
  line-height:1.06;
  letter-spacing:-.04em;
  max-width:760px;
}
.section-intro p{
  margin:0;
  color:#6a7d93;
  font-size:13px;
  line-height:1.55;
  max-width:760px;
}
.functions-section .benefit-row{
  margin-top:0 !important;
  box-shadow:0 14px 38px rgba(33,60,98,.08);
}
.how-section{
  padding-top:58px !important;
}
.parents-intro{
  padding-top:38px;
}
.today-section{
  padding-top:16px !important;
}
.parents-visual{
  position:relative;
  overflow:hidden;
  border-radius:26px;
  min-height:360px;
}
.parents-visual img{
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  object-position:center 40%;
}
.parents-visual .quote-note{
  right:14px;
  bottom:18px;
}
.opinions-section{
  padding:58px 0;
  background:#fff;
}
.opinion-card{
  display:grid;
  grid-template-columns:1fr 1.05fr;
  gap:0;
  overflow:hidden;
  border-radius:30px;
  background:linear-gradient(135deg,#f5f7ff,#fff);
  border:1px solid #e7ecf5;
  box-shadow:0 14px 42px rgba(29,57,95,.06);
}
.opinion-copy{
  padding:46px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.quote-mark{
  font-size:70px;
  line-height:.7;
  color:#8996f6;
  font-family:Georgia,serif;
}
.opinion-copy blockquote{
  margin:16px 0 18px;
  color:#163865;
  font-size:24px;
  line-height:1.42;
  font-style:italic;
  letter-spacing:-.02em;
}
.opinion-copy span{
  color:#6e7f94;
  font-size:12px;
}
.opinion-card img{
  width:100%;
  height:100%;
  min-height:360px;
  object-fit:cover;
  object-position:center 35%;
}
.tiles-section{
  padding-top:58px !important;
}
.navlinks a.active:after{
  bottom:-11px !important;
}
@media(max-width:1000px){
  .opinion-card{grid-template-columns:1fr}
  .opinion-card img{min-height:280px}
}
@media(max-width:650px){
  :root{--header-offset:86px}
  .functions-section,.how-section,.opinions-section,.tiles-section{padding-top:40px !important}
  .section-intro h2{font-size:27px}
  .opinion-copy{padding:28px 22px}
  .opinion-copy blockquote{font-size:19px}
}


/* AYNELO-WEB-42 */
.organizations-section{
  padding:64px 0 62px;
  background:linear-gradient(180deg,#f8faff 0%,#fff 48%,#fbfcff 100%);
}
.org-intro{margin-bottom:28px}
.org-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}
.org-card{
  min-height:560px;
  padding:30px;
  border:1px solid #e3e9f4;
  border-radius:30px;
  background:#fff;
  box-shadow:0 18px 48px rgba(27,53,91,.08);
  overflow:hidden;
  position:relative;
}
.org-school{background:linear-gradient(155deg,#fff 0%,#f6f8ff 100%)}
.org-club{background:linear-gradient(155deg,#fff 0%,#f4fbf8 100%)}
.org-copy{position:relative;z-index:2}
.org-badge{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  background:#edf1ff;
  color:#4f63c9;
  font-size:10px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.org-club .org-badge{background:#eaf7f1;color:#397862}
.org-card h3{
  margin:12px 0 10px;
  max-width:470px;
  color:var(--navy);
  font-size:27px;
  line-height:1.08;
  letter-spacing:-.035em;
}
.org-card p{
  margin:0;
  color:#687b92;
  font-size:12px;
  line-height:1.55;
  max-width:500px;
}
.org-points{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin:16px 0 18px;
}
.org-points span{
  padding:7px 9px;
  border-radius:10px;
  border:1px solid #e3e8f2;
  background:rgba(255,255,255,.82);
  color:#3d587a;
  font-size:9px;
  font-weight:750;
}
.text-link{
  color:#5268d5;
  font-size:11px;
  font-weight:850;
}
.org-screen{
  position:absolute;
  left:30px;
  right:30px;
  bottom:-24px;
  min-height:280px;
  padding:18px;
  border:1px solid #dfe6f1;
  border-radius:22px 22px 0 0;
  background:rgba(255,255,255,.96);
  box-shadow:0 20px 46px rgba(37,58,91,.13);
}
.org-screen-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom:13px;
  border-bottom:1px solid #edf1f6;
}
.org-screen-top b{color:#173965;font-size:13px}
.org-screen-top span{font-size:8px;color:#7a899c}
.org-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:7px;
  margin:12px 0;
}
.org-stats span{
  padding:10px;
  border-radius:12px;
  background:#f5f7fb;
}
.club-screen .org-stats span{background:#f2f8f5}
.org-stats b,.org-stats small{display:block}
.org-stats b{font-size:17px;color:#183b68}
.org-stats small{font-size:7px;color:#8190a2;margin-top:2px}
.org-list-title{
  margin:2px 0 6px;
  font-size:8px;
  font-weight:850;
  color:#59708d;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.org-row{
  display:grid;
  grid-template-columns:42px 1fr auto;
  gap:9px;
  align-items:center;
  padding:9px 0;
  border-top:1px solid #eef2f6;
}
.org-row i{font-size:8px;color:#7890a9;font-style:normal}
.org-row b,.org-row small{display:block}
.org-row b{font-size:9px;color:#183b68}
.org-row small{font-size:7px;color:#8492a3;margin-top:2px}
.org-row em{
  padding:5px 7px;
  border-radius:8px;
  background:#edf1ff;
  color:#586cd1;
  font-size:7px;
  font-style:normal;
  font-weight:800;
}
.club-screen .org-row em{background:#eaf7f1;color:#397862}
.org-feature-tiles{
  margin-top:24px;
  grid-template-columns:repeat(3,1fr) !important;
}
.sync-tile{
  background:linear-gradient(145deg,#f8faff,#fff);
}
.sync-visual{
  min-height:140px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  align-content:center;
  padding:20px;
}
.sync-visual span,.sync-visual b{
  min-height:48px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#fff;
  border:1px solid #e4eaf4;
  font-size:9px;
  color:#45617f;
}
.sync-visual b{
  grid-row:1/3;
  grid-column:1;
  min-height:104px;
  background:#153965;
  color:#fff;
  font-size:11px;
  letter-spacing:.08em;
}
.trust-section{
  padding:66px 0;
  background:#0d315f;
  color:#fff;
}
.trust-wrap{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:42px;
  align-items:start;
}
.trust-copy .eyebrow{color:#aab6ff}
.trust-copy h2{
  margin:8px 0 12px;
  font-size:34px;
  line-height:1.03;
  letter-spacing:-.04em;
}
.trust-copy p{
  margin:0;
  color:#c7d2e1;
  font-size:13px;
  line-height:1.55;
}
.trust-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.trust-grid article{
  min-height:190px;
  padding:20px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  background:rgba(255,255,255,.055);
}
.trust-grid article>span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:rgba(255,255,255,.1);
  font-size:18px;
}
.trust-grid b{
  display:block;
  margin:15px 0 7px;
  font-size:12px;
}
.trust-grid p{
  margin:0;
  color:#cbd5e2;
  font-size:9px;
  line-height:1.5;
}
.faq-section{
  padding:64px 0 72px;
  background:#f8faff;
}
.faq-layout{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:42px;
}
.faq-copy h2{
  margin:7px 0 8px;
  color:var(--navy);
  font-size:32px;
  line-height:1.06;
  letter-spacing:-.04em;
}
.faq-copy p{margin:0;color:#6d8096;font-size:12px}
.faq-list{
  display:grid;
  gap:10px;
}
.faq-list details{
  border:1px solid #e1e8f2;
  border-radius:16px;
  background:#fff;
  padding:0 18px;
}
.faq-list summary{
  cursor:pointer;
  list-style:none;
  padding:16px 26px 16px 0;
  position:relative;
  color:#193b67;
  font-size:12px;
  font-weight:850;
}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{
  content:"+";
  position:absolute;
  right:0;
  top:13px;
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eef2ff;
  color:#5c6fd2;
}
.faq-list details[open] summary:after{content:"−"}
.faq-list details p{
  margin:0;
  padding:0 28px 16px 0;
  color:#6e8095;
  font-size:10px;
  line-height:1.55;
}
@media(max-width:1000px){
  .org-grid{grid-template-columns:1fr}
  .org-card{min-height:530px}
  .org-feature-tiles{grid-template-columns:1fr !important}
  .trust-wrap{grid-template-columns:1fr}
  .faq-layout{grid-template-columns:1fr}
}
@media(max-width:650px){
  .organizations-section{padding:42px 0}
  .org-card{min-height:525px;padding:22px}
  .org-card h3{font-size:23px}
  .org-screen{left:18px;right:18px;padding:14px}
  .org-stats b{font-size:15px}
  .org-row{grid-template-columns:34px 1fr auto}
  .trust-section{padding:44px 0}
  .trust-grid{grid-template-columns:1fr}
  .trust-grid article{min-height:auto}
  .faq-section{padding:44px 0 52px}
  .faq-copy h2{font-size:27px}
}


/* AYNELO-WEB-43 */
.modules-browser{
  margin-top:28px;
  overflow:hidden;
  border:1px solid #e3e9f4;
  border-radius:30px;
  background:#fff;
  box-shadow:0 22px 58px rgba(29,57,95,.09);
}
.modules-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  padding:26px 28px 18px;
}
.modules-kicker{
  color:#6b78dc;
  font-size:9px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.modules-head h3{
  margin:5px 0 0;
  color:var(--navy);
  font-size:25px;
  line-height:1.08;
  letter-spacing:-.035em;
}
.modules-tabs{
  display:flex;
  gap:7px;
  padding:0 28px 18px;
  overflow-x:auto;
  scrollbar-width:none;
}
.modules-tabs::-webkit-scrollbar{display:none}
.modules-tabs button{
  flex:0 0 auto;
  border:1px solid #e2e8f1;
  border-radius:12px;
  background:#f8faff;
  padding:9px 12px;
  color:#506984;
  font-size:10px;
  font-weight:850;
  cursor:pointer;
  transition:.18s ease;
}
.modules-tabs button:hover{transform:translateY(-1px)}
.modules-tabs button.active{
  border-color:#173c70;
  background:#173c70;
  color:#fff;
  box-shadow:0 8px 20px rgba(23,60,112,.16);
}
.module-panels{
  border-top:1px solid #edf1f6;
  background:linear-gradient(135deg,#fbfcff,#f5f8ff);
}
.module-panel{
  min-height:400px;
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:38px;
  align-items:center;
  padding:34px 38px 38px;
}
.module-panel[hidden]{display:none}
.module-panel.active{animation:moduleFade .24s ease}
@keyframes moduleFade{
  from{opacity:.45;transform:translateY(5px)}
  to{opacity:1;transform:none}
}
.module-copy{
  padding:8px 0;
}
.module-label{
  display:inline-flex;
  padding:6px 9px;
  border-radius:999px;
  background:#eaf0ff;
  color:#5368cf;
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.module-copy h3{
  margin:11px 0 10px;
  color:#123765;
  font-size:29px;
  line-height:1.06;
  letter-spacing:-.04em;
}
.module-copy p{
  margin:0;
  color:#657991;
  font-size:12px;
  line-height:1.55;
}
.module-copy ul{
  margin:18px 0 20px;
  padding:0;
  list-style:none;
  display:grid;
  gap:9px;
}
.module-copy li{
  position:relative;
  padding-left:24px;
  color:#395777;
  font-size:10px;
  line-height:1.4;
}
.module-copy li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:-2px;
  width:17px;
  height:17px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#e9efff;
  color:#5369d2;
  font-size:8px;
  font-weight:900;
}
.module-link{
  color:#4f65cb;
  font-size:10px;
  font-weight:900;
}
.module-ui{
  min-height:315px;
  border:1px solid #dce4f0;
  border-radius:23px;
  background:#fff;
  padding:20px;
  box-shadow:0 18px 38px rgba(31,56,91,.10);
}
.module-ui-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom:13px;
  border-bottom:1px solid #edf1f5;
}
.module-ui-top b{font-size:12px;color:#153a6a}
.module-ui-top span{font-size:8px;color:#8290a2}
.week-mini{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:6px;
  margin:15px 0;
}
.week-mini span{
  display:grid;
  place-items:center;
  gap:3px;
  padding:8px 4px;
  border-radius:11px;
  background:#f5f7fb;
  color:#5d7189;
}
.week-mini span.selected{background:#173d70;color:#fff}
.week-mini small{font-size:6px}
.week-mini b{font-size:11px}
.module-event{
  display:grid;
  grid-template-columns:43px 1fr;
  gap:9px;
  align-items:center;
  margin:8px 0;
  padding:10px 11px;
  border-radius:13px;
}
.module-event.blue{background:#eef4ff}
.module-event.green{background:#eef8f3}
.module-event.pink{background:#fff0f4}
.module-event time{font-size:8px;font-weight:900;color:#4c6380}
.module-event b,.module-event small{display:block}
.module-event b{font-size:9px;color:#173b68}
.module-event small{font-size:7px;color:#7b899c;margin-top:2px}
.task-demo,
.payment-demo,
.message-demo,
.doc-source,
.ai-proposal{
  display:grid;
  align-items:center;
  gap:10px;
  border-bottom:1px solid #edf1f5;
}
.task-demo{
  grid-template-columns:30px 1fr auto;
  padding:13px 0;
}
.task-demo>i{
  width:27px;
  height:27px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:#eff4ff;
  color:#5369d1;
  font-size:9px;
  font-style:normal;
  font-weight:900;
}
.task-demo.high>i{background:#fff0f0;color:#cb5252}
.task-demo b,.task-demo small,.payment-demo b,.payment-demo small,.message-demo b,.message-demo small,.doc-source b,.doc-source small,.ai-proposal b,.ai-proposal small{display:block}
.task-demo b,.payment-demo b,.message-demo b,.doc-source b,.ai-proposal b{font-size:9px;color:#163a67}
.task-demo small,.payment-demo small,.message-demo small,.doc-source small,.ai-proposal small{font-size:7px;color:#8290a2;margin-top:2px}
.task-demo>span{
  padding:5px 7px;
  border-radius:8px;
  background:#f4f6f9;
  color:#74859a;
  font-size:6px;
  font-weight:800;
}
.fake-add{
  width:100%;
  margin-top:14px;
  border:0;
  border-radius:11px;
  padding:10px;
  background:#173d70;
  color:#fff;
  font-size:8px;
  font-weight:900;
  pointer-events:none;
}
.payment-total{
  display:grid;
  grid-template-columns:1fr auto;
  margin:14px 0 4px;
  padding:14px;
  border-radius:14px;
  background:#f4f7ff;
}
.payment-total small,.payment-total b,.payment-total span{display:block}
.payment-total small{font-size:7px;color:#73849a}
.payment-total b{font-size:22px;color:#163b68;margin-top:2px}
.payment-total span{
  grid-column:2;
  grid-row:1/3;
  align-self:center;
  font-size:7px;
  color:#657992;
}
.payment-demo{
  grid-template-columns:1fr auto;
  padding:12px 3px;
}
.payment-demo strong{font-size:10px;color:#1b416f}
.payment-demo.paid{opacity:.55}
.message-demo{
  grid-template-columns:34px 1fr auto;
  padding:12px 0;
}
.message-demo>i{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#eef3ff;
  color:#4d64c9;
  font-size:7px;
  font-style:normal;
  font-weight:900;
}
.message-demo.unread b:after{
  content:"";
  display:inline-block;
  width:5px;
  height:5px;
  margin-left:5px;
  border-radius:50%;
  background:#6a7af1;
  vertical-align:middle;
}
.message-demo time{font-size:6px;color:#8d99a9}
.message-compose{
  margin-top:14px;
  padding:11px 12px;
  border:1px dashed #cfd8e7;
  border-radius:11px;
  color:#5570a2;
  font-size:8px;
  font-weight:850;
}
.doc-source{
  grid-template-columns:35px 1fr auto;
  padding:14px 0 12px;
}
.doc-source>i{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:#f0f2ff;
  color:#5e68c8;
  font-size:7px;
  font-style:normal;
  font-weight:900;
}
.doc-source strong{font-size:8px;color:#3d936f}
.ai-proposal{
  grid-template-columns:30px 1fr 22px;
  padding:10px 0;
}
.ai-proposal>i{
  width:28px;
  height:28px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:#eef3ff;
  color:#5369cf;
  font-size:8px;
  font-style:normal;
  font-weight:900;
}
.ai-proposal>span{
  width:20px;
  height:20px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eaf7f1;
  color:#3c8a6a;
  font-size:8px;
  font-weight:900;
}
.ai-confirm{background:linear-gradient(135deg,#5868d8,#7782ef)}
@media(max-width:900px){
  .module-panel{grid-template-columns:1fr;padding:28px;gap:24px}
  .module-copy{max-width:650px}
  .module-ui{min-height:290px}
}
@media(max-width:650px){
  .modules-browser{border-radius:22px}
  .modules-head{padding:22px 18px 15px;align-items:start}
  .modules-head .text-link{display:none}
  .modules-head h3{font-size:22px}
  .modules-tabs{padding:0 18px 15px}
  .module-panel{padding:23px 18px 24px}
  .module-copy h3{font-size:24px}
  .module-ui{padding:15px;min-height:270px}
}


/* AYNELO-WEB-44 */
.mobile-section{
  position:relative;
  overflow:hidden;
  padding:76px 0 82px;
  background:
    radial-gradient(circle at 86% 18%,rgba(111,123,243,.15),transparent 32%),
    radial-gradient(circle at 6% 86%,rgba(109,190,154,.12),transparent 28%),
    linear-gradient(180deg,#fff,#f7f9ff);
}
.mobile-layout{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:52px;
  align-items:center;
}
.mobile-copy h2{
  margin:8px 0 13px;
  max-width:540px;
  color:var(--navy);
  font-size:39px;
  line-height:1.02;
  letter-spacing:-.045em;
}
.mobile-copy>p{
  margin:0;
  max-width:560px;
  color:#657990;
  font-size:13px;
  line-height:1.58;
}
.mobile-points{
  display:grid;
  gap:10px;
  margin:24px 0;
}
.mobile-points>div{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:11px;
  align-items:center;
  padding:11px 13px;
  border:1px solid #e4eaf3;
  border-radius:15px;
  background:rgba(255,255,255,.82);
}
.mobile-points>div>span{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#eef2ff;
  color:#5266cb;
  font-size:17px;
}
.mobile-points b,.mobile-points small{display:block}
.mobile-points b{font-size:11px;color:#173c69}
.mobile-points small{margin-top:3px;font-size:8px;line-height:1.42;color:#7b899b}
.mobile-download-row{
  display:flex;
  gap:15px;
  align-items:center;
  margin-top:20px;
}
.mobile-download-cta{
  display:flex;
  align-items:center;
  gap:11px;
  min-width:230px;
  padding:13px 15px;
  border-radius:16px;
  background:#123766;
  color:#fff;
  box-shadow:0 13px 27px rgba(18,55,102,.18);
  transition:.2s ease;
}
.mobile-download-cta:hover{transform:translateY(-2px)}
.download-icon{
  width:39px;
  height:39px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:rgba(255,255,255,.12);
  font-size:18px;
}
.mobile-download-cta small,.mobile-download-cta b{display:block}
.mobile-download-cta small{font-size:7px;opacity:.7}
.mobile-download-cta b{font-size:11px;margin-top:2px}
.mobile-qr{
  display:flex;
  align-items:center;
  gap:9px;
}
.mobile-qr img{
  width:64px;
  height:64px;
  padding:4px;
  border:1px solid #e1e7f1;
  border-radius:10px;
  background:#fff;
}
.mobile-qr span{
  max-width:70px;
  color:#77879a;
  font-size:7px;
  line-height:1.35;
}
.mobile-status{
  margin-top:14px !important;
  max-width:540px !important;
  font-size:8px !important;
  color:#8290a2 !important;
}
.mobile-devices{
  position:relative;
  min-height:610px;
  perspective:1500px;
}
.mobile-device{
  position:absolute;
  width:248px;
  height:510px;
  overflow:hidden;
  border:5px solid #202226;
  outline:2px solid #c9cbd0;
  border-radius:46px;
  background:#fff;
  box-shadow:
    0 0 0 1px rgba(255,255,255,.9),
    0 28px 55px rgba(24,43,73,.23),
    0 8px 18px rgba(24,43,73,.14);
}
.device-left{
  left:8%;
  top:38px;
  transform:rotate(-5deg) rotateY(5deg);
  z-index:3;
}
.device-right{
  right:4%;
  top:58px;
  transform:rotate(4deg) rotateY(-5deg);
  z-index:2;
}
.device-island{
  position:absolute;
  left:50%;
  top:9px;
  z-index:10;
  width:34%;
  height:21px;
  transform:translateX(-50%);
  border-radius:999px;
  background:#07080a;
}
.device-status{
  height:39px;
  padding:11px 14px 0;
  display:flex;
  justify-content:space-between;
  color:#111822;
  font-size:7px;
  font-weight:850;
}
.device-status span{font-size:5px;letter-spacing:.08em}
.device-screen-head{
  padding:7px 14px 9px;
}
.device-screen-head small,.device-screen-head b,.device-screen-head span{display:block}
.device-screen-head small{font-size:7px;color:#728398}
.device-screen-head b{font-size:14px;color:#123765;margin-top:2px}
.device-screen-head span{font-size:6px;color:#8694a5;margin-top:3px}
.device-child-tabs{
  display:flex;
  gap:5px;
  padding:0 11px 9px;
}
.device-child-tabs span{
  flex:1;
  padding:6px 4px;
  border-radius:9px;
  background:#f4f6f9;
  text-align:center;
  color:#6c7e93;
  font-size:6px;
}
.device-child-tabs .active{background:#173c70;color:#fff}
.device-card{
  margin:0 11px 9px;
  border-radius:12px;
  padding:9px;
}
.weather-card{
  display:flex;
  align-items:center;
  gap:8px;
  background:#eef5ff;
}
.weather-card b{font-size:13px;color:#163c6d}
.weather-card span{font-size:6px;line-height:1.35;color:#71859b}
.device-title{
  display:flex;
  justify-content:space-between;
  padding:3px 12px 2px;
}
.device-title b{font-size:8px;color:#173b68}
.device-title span{font-size:6px;color:#8996a6}
.device-event{
  display:grid;
  grid-template-columns:38px 1fr;
  gap:7px;
  align-items:center;
  margin:6px 10px;
  padding:8px;
  border-radius:11px;
}
.device-event.blue{background:#edf4ff}
.device-event.green{background:#eef8f3}
.device-event.pink{background:#fff0f4}
.device-event time{font-size:7px;font-weight:900;color:#546b86}
.device-event b,.device-event small{display:block}
.device-event b{font-size:7px;color:#183b68}
.device-event small{font-size:5.5px;color:#7e8c9d;margin-top:2px}
.device-nav{
  position:absolute;
  left:5px;
  right:5px;
  bottom:5px;
  height:49px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  place-items:center;
  border-radius:0 0 34px 34px;
  border-top:1px solid #eef1f5;
  background:#fff;
}
.device-nav span{
  display:grid;
  place-items:center;
  gap:1px;
  color:#6f8093;
  font-size:10px;
}
.device-nav small{font-size:4.5px}
.device-nav>b{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#173c70;
  color:#fff;
  font-size:16px;
}
.device-ai-score{
  display:grid;
  grid-template-columns:35px 1fr;
  gap:9px;
  align-items:center;
  margin:4px 11px 9px;
  padding:10px;
  border-radius:12px;
  background:linear-gradient(135deg,#f0f2ff,#f8f9ff);
}
.device-ai-score>span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#6c78e8;
  color:#fff;
  font-size:15px;
}
.device-ai-score b,.device-ai-score small{display:block}
.device-ai-score b{font-size:7px;color:#183b68}
.device-ai-score small{font-size:5.5px;color:#7d8b9b;margin-top:2px}
.device-ai-action{
  display:grid;
  grid-template-columns:28px 1fr 19px;
  gap:7px;
  align-items:center;
  margin:0 11px;
  padding:9px 0;
  border-bottom:1px solid #edf1f5;
}
.device-ai-action>i{
  width:27px;
  height:27px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:#edf2ff;
  color:#566bd1;
  font-size:7px;
  font-style:normal;
  font-weight:900;
}
.device-ai-action b,.device-ai-action small{display:block}
.device-ai-action b{font-size:7px;color:#183b68}
.device-ai-action small{font-size:5.5px;color:#8290a2;margin-top:2px}
.device-ai-action>span{
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#e9f7f0;
  color:#3e8b6b;
  font-size:7px;
  font-weight:900;
}
.device-ai-confirm{
  margin:14px 11px 8px;
  padding:10px;
  border-radius:10px;
  background:linear-gradient(135deg,#5368d8,#7b85ee);
  text-align:center;
  color:#fff;
  font-size:7px;
  font-weight:900;
}
.device-note{
  padding:0 14px;
  text-align:center;
  color:#8492a2;
  font-size:5.5px;
}
.mobile-orbit{
  position:absolute;
  z-index:6;
  padding:7px 10px;
  border:1px solid #dfe5f0;
  border-radius:999px;
  background:rgba(255,255,255,.9);
  box-shadow:0 9px 20px rgba(31,55,88,.09);
  color:#536b88;
  font-size:7px;
  font-weight:850;
  backdrop-filter:blur(10px);
}
.orbit-one{left:0;top:145px}
.orbit-two{right:-10px;top:205px}
.orbit-three{left:42%;bottom:36px}
.download-page{
  min-height:100vh;
  background:
    radial-gradient(circle at 80% 5%,rgba(111,123,243,.18),transparent 32%),
    radial-gradient(circle at 5% 90%,rgba(109,190,154,.12),transparent 30%),
    #f7f9fd;
}
.download-shell{
  width:min(1040px,calc(100% - 32px));
  min-height:100vh;
  margin:auto;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:44px;
  align-items:center;
  padding:44px 0;
}
.download-copy .brand{min-width:0}
.download-copy h1{
  margin:28px 0 12px;
  max-width:480px;
  color:var(--navy);
  font-size:48px;
  line-height:.98;
  letter-spacing:-.05em;
}
.download-copy>p{
  margin:0;
  max-width:510px;
  color:#64778e;
  font-size:14px;
  line-height:1.6;
}
.download-stores{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:26px 0 12px;
}
.download-store{
  min-height:64px;
  display:grid;
  grid-template-columns:33px 1fr;
  gap:10px;
  align-items:center;
  padding:11px 13px;
  border-radius:15px;
  background:#112f59;
  color:#fff;
}
.download-store img{width:29px;max-height:29px}
.download-store small,.download-store b{display:block}
.download-store small{font-size:7px;opacity:.65}
.download-store b{font-size:10px;margin-top:2px}
.download-store.disabled{
  opacity:.62;
  cursor:default;
}
.download-web{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:5px;
  color:#5369ce;
  font-size:10px;
  font-weight:900;
}
.download-meta{
  display:grid;
  grid-template-columns:76px 1fr;
  gap:13px;
  align-items:center;
  margin-top:28px;
  padding:14px;
  border:1px solid #e0e7f1;
  border-radius:17px;
  background:rgba(255,255,255,.7);
}
.download-meta img{
  width:76px;
  height:76px;
  padding:5px;
  border-radius:10px;
  background:#fff;
}
.download-meta b,.download-meta span{display:block}
.download-meta b{font-size:10px;color:#173b68}
.download-meta span{font-size:7px;color:#7d8b9d;margin-top:4px;line-height:1.45}
.download-visual{
  position:relative;
  min-height:560px;
}
.download-visual .mobile-device{
  left:50%;
  top:20px;
  transform:translateX(-50%) rotate(2deg);
}
.download-bubble{
  position:absolute;
  padding:9px 11px;
  border-radius:13px;
  border:1px solid #e1e7f0;
  background:#fff;
  box-shadow:0 10px 28px rgba(29,53,87,.09);
  color:#55708e;
  font-size:8px;
  font-weight:850;
}
.download-bubble.one{left:4%;top:130px}
.download-bubble.two{right:0;top:225px}
.download-bubble.three{left:12%;bottom:78px}
.download-back{
  display:inline-block;
  margin-top:24px;
  color:#6d7d91;
  font-size:9px;
  font-weight:800;
}
@media(max-width:1000px){
  .mobile-layout{grid-template-columns:1fr}
  .mobile-copy{max-width:720px}
  .mobile-devices{min-height:570px;max-width:650px;width:100%;margin:auto}
  .download-shell{grid-template-columns:1fr;max-width:700px}
  .download-copy{padding-top:20px}
  .download-visual{min-height:540px}
}
@media(max-width:650px){
  .mobile-section{padding:48px 0 56px}
  .mobile-copy h2{font-size:31px}
  .mobile-download-row{align-items:stretch;flex-direction:column}
  .mobile-download-cta{min-width:0;width:100%}
  .mobile-qr{justify-content:center}
  .mobile-devices{min-height:430px}
  .mobile-device{
    width:47%;
    height:390px;
    border-radius:35px;
    border-width:3px;
    outline-width:1px;
  }
  .device-left{left:1%;top:10px}
  .device-right{right:1%;top:24px}
  .mobile-orbit{display:none}
  .download-shell{padding:26px 0 40px}
  .download-copy h1{font-size:38px}
  .download-stores{grid-template-columns:1fr}
  .download-visual{min-height:420px}
  .download-visual .mobile-device{width:220px;height:450px}
  .download-bubble{display:none}
}


/* AYNELO-WEB-46 */
.footer-links{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  justify-content:center;
  padding:0 0 26px;
  color:#6f8094;
  font-size:8px;
  font-weight:750;
}
.footer-links a:hover{color:#5368ce}
.page-topbar .nav{height:78px}
.page-navlinks{
  margin-left:auto;
  display:flex;
  gap:24px;
  color:#365371;
  font-size:11px;
  font-weight:750;
}
.audience-page{
  background:#fff;
}
.audience-hero{
  padding:78px 0 72px;
  overflow:hidden;
  background:
    radial-gradient(circle at 84% 22%,rgba(111,123,243,.14),transparent 32%),
    linear-gradient(180deg,#fbfcff,#f6f9ff);
}
.audience-hero--club{
  background:
    radial-gradient(circle at 84% 22%,rgba(84,174,135,.13),transparent 32%),
    linear-gradient(180deg,#fbfefd,#f4faf7);
}
.audience-hero-grid{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:54px;
  align-items:center;
}
.audience-hero h1{
  margin:10px 0 15px;
  max-width:570px;
  color:var(--navy);
  font-size:50px;
  line-height:.98;
  letter-spacing:-.052em;
}
.audience-hero p{
  margin:0;
  max-width:560px;
  color:#63768e;
  font-size:14px;
  line-height:1.6;
}
.audience-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:25px;
}
.audience-console{
  padding:22px;
  border:1px solid #dde5f1;
  border-radius:27px;
  background:#fff;
  box-shadow:0 25px 60px rgba(28,53,88,.12);
}
.audience-console--club{
  border-color:#daeae2;
}
.audience-console-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom:15px;
  border-bottom:1px solid #edf1f6;
}
.audience-console-top b{font-size:14px;color:#173b68}
.audience-console-top span{font-size:8px;color:#8492a3}
.audience-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin:14px 0;
}
.audience-metrics span{
  padding:13px;
  border-radius:13px;
  background:#f5f7fb;
}
.audience-console--club .audience-metrics span{background:#f1f8f4}
.audience-metrics b,.audience-metrics small{display:block}
.audience-metrics b{font-size:21px;color:#183c69}
.audience-metrics small{font-size:7px;color:#8492a3;margin-top:2px}
.audience-console-title{
  margin:4px 0 6px;
  color:#647893;
  font-size:8px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.audience-console-row{
  display:grid;
  grid-template-columns:45px 1fr auto;
  gap:10px;
  align-items:center;
  padding:11px 0;
  border-top:1px solid #edf1f5;
}
.audience-console-row i{font-size:8px;font-style:normal;color:#8090a3}
.audience-console-row b,.audience-console-row small{display:block}
.audience-console-row b{font-size:9px;color:#173b68}
.audience-console-row small{font-size:7px;color:#8391a2;margin-top:2px}
.audience-console-row em{
  padding:5px 7px;
  border-radius:8px;
  background:#edf2ff;
  color:#5469cf;
  font-size:7px;
  font-style:normal;
  font-weight:850;
}
.audience-content{
  padding:70px 0;
}
.audience-section-head{
  max-width:760px;
  margin-bottom:28px;
}
.audience-section-head h2{
  margin:8px 0 9px;
  color:var(--navy);
  font-size:34px;
  line-height:1.05;
  letter-spacing:-.04em;
}
.audience-section-head p{
  margin:0;
  color:#6a7c92;
  font-size:13px;
  line-height:1.55;
}
.audience-feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.audience-feature-grid article{
  min-height:205px;
  padding:20px;
  border:1px solid #e3e9f3;
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 28px rgba(33,57,91,.05);
}
.audience-feature-grid article>span{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#eef3ff;
  color:#5268cf;
  font-size:16px;
}
.audience-feature-grid b{
  display:block;
  margin:16px 0 7px;
  color:#173a66;
  font-size:12px;
}
.audience-feature-grid p{
  margin:0;
  color:#718196;
  font-size:9px;
  line-height:1.5;
}
.audience-flow{
  padding:68px 0;
  background:#f7f9fd;
}
.audience-flow-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:44px;
  align-items:center;
}
.audience-flow h2{
  margin:7px 0 9px;
  color:var(--navy);
  font-size:32px;
  line-height:1.05;
  letter-spacing:-.04em;
}
.audience-flow p{
  margin:0;
  color:#697c93;
  font-size:12px;
  line-height:1.55;
}
.flow-diagram{
  display:grid;
  grid-template-columns:1fr 1.2fr 1fr;
  gap:10px;
  align-items:center;
}
.flow-diagram span,.flow-diagram b{
  min-height:76px;
  display:grid;
  place-items:center;
  border:1px solid #dfe6f1;
  border-radius:18px;
  background:#fff;
  color:#536c88;
  font-size:10px;
}
.flow-diagram b{
  grid-row:1/3;
  grid-column:2;
  min-height:162px;
  border-color:#173c70;
  background:#173c70;
  color:#fff;
  letter-spacing:.08em;
}
.flow-diagram span:nth-of-type(1){grid-row:1;grid-column:1}
.flow-diagram span:nth-of-type(2){grid-row:1;grid-column:3}
.flow-diagram span:nth-of-type(3){grid-row:2;grid-column:3}
.audience-final{
  padding:72px 0;
  text-align:center;
}
.audience-final h2{
  margin:0 0 9px;
  color:var(--navy);
  font-size:34px;
  letter-spacing:-.04em;
}
.audience-final p{
  margin:0 auto 22px;
  max-width:620px;
  color:#6c7e93;
  font-size:12px;
  line-height:1.55;
}
.audience-footer{
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:24px;
  align-items:center;
  padding:28px 0 34px;
}
.footer-links--page{
  padding:0;
  justify-content:flex-start;
}
.audience-footer>small{
  color:#8995a5;
  font-size:7px;
}
.security-hero{
  padding:88px 0 70px;
  background:
    radial-gradient(circle at 80% 15%,rgba(111,123,243,.14),transparent 32%),
    linear-gradient(180deg,#fbfcff,#f5f8ff);
}
.security-hero-inner{
  max-width:800px;
}
.security-hero h1{
  margin:9px 0 13px;
  color:var(--navy);
  font-size:50px;
  line-height:.98;
  letter-spacing:-.052em;
}
.security-hero p{
  margin:0;
  max-width:680px;
  color:#657990;
  font-size:14px;
  line-height:1.6;
}
.security-content{
  padding:70px 0;
}
.security-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.security-grid article{
  min-height:235px;
  padding:22px;
  border:1px solid #e3e9f3;
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 28px rgba(33,57,91,.05);
}
.security-grid article>span{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#edf2ff;
  color:#5269cf;
  font-size:17px;
}
.security-grid h2{
  margin:16px 0 8px;
  color:#173b68;
  font-size:15px;
}
.security-grid p{
  margin:0;
  color:#718197;
  font-size:10px;
  line-height:1.58;
}
.security-rules{
  padding:68px 0;
  background:#0d315f;
  color:#fff;
}
.security-rules-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:46px;
}
.security-rules .eyebrow{color:#a9b7ff}
.security-rules h2{
  margin:8px 0 0;
  max-width:520px;
  font-size:34px;
  line-height:1.04;
  letter-spacing:-.04em;
}
.security-rule-list{
  display:grid;
  gap:10px;
}
.security-rule-list>div{
  display:grid;
  grid-template-columns:100px 1fr;
  gap:14px;
  padding:15px 17px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  background:rgba(255,255,255,.05);
}
.security-rule-list b{font-size:10px}
.security-rule-list span{font-size:9px;line-height:1.5;color:#cbd5e2}
.not-found-page{
  min-height:100vh;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 50% 0,rgba(111,123,243,.18),transparent 38%),
    #f7f9fd;
}
.not-found-wrap{
  width:min(660px,calc(100% - 32px));
  padding:42px;
  text-align:center;
  border:1px solid #e1e7f1;
  border-radius:30px;
  background:#fff;
  box-shadow:0 24px 64px rgba(29,55,91,.1);
}
.not-found-wrap .brand{justify-content:center;min-width:0}
.not-found-code{
  margin-top:28px;
  color:#cbd2ff;
  font-size:92px;
  line-height:.85;
  font-weight:950;
  letter-spacing:-.08em;
}
.not-found-wrap h1{
  margin:18px 0 9px;
  color:var(--navy);
  font-size:34px;
  letter-spacing:-.04em;
}
.not-found-wrap p{
  margin:0 auto;
  max-width:480px;
  color:#6d8095;
  font-size:12px;
  line-height:1.55;
}
.not-found-actions{
  display:flex;
  gap:10px;
  justify-content:center;
  margin-top:23px;
}
@media(max-width:1000px){
  .page-navlinks{display:none}
  .audience-hero-grid,.audience-flow-grid,.security-rules-grid{grid-template-columns:1fr}
  .audience-feature-grid{grid-template-columns:repeat(2,1fr)}
  .security-grid{grid-template-columns:repeat(2,1fr)}
  .audience-footer{grid-template-columns:1fr}
}
@media(max-width:650px){
  .audience-hero,.security-hero{padding:52px 0 48px}
  .audience-hero h1,.security-hero h1{font-size:37px}
  .audience-content,.audience-flow,.audience-final,.security-content,.security-rules{padding:48px 0}
  .audience-feature-grid,.security-grid{grid-template-columns:1fr}
  .audience-feature-grid article,.security-grid article{min-height:auto}
  .flow-diagram{grid-template-columns:1fr 1fr}
  .flow-diagram b{grid-row:1/3;grid-column:1;min-height:150px}
  .flow-diagram span:nth-of-type(1){grid-row:1;grid-column:2}
  .flow-diagram span:nth-of-type(2){grid-row:2;grid-column:2}
  .flow-diagram span:nth-of-type(3){display:none}
  .security-rule-list>div{grid-template-columns:1fr;gap:5px}
  .not-found-wrap{padding:30px 20px}
  .not-found-code{font-size:72px}
  .not-found-actions{display:grid}
}


/* AYNELO-WEB-47 accessibility */
.skip-link{
  position:fixed;
  left:16px;
  top:12px;
  z-index:9999;
  transform:translateY(-140%);
  padding:10px 14px;
  border-radius:10px;
  background:#0d315f;
  color:#fff;
  font-size:12px;
  font-weight:850;
  box-shadow:0 8px 22px rgba(13,49,95,.24);
}
.skip-link:focus{
  transform:none;
}
:where(a,button,input,select,textarea,summary):focus-visible{
  outline:3px solid rgba(91,109,226,.55);
  outline-offset:3px;
}
.navlinks a,
.page-navlinks a,
.footer-links a{
  border-radius:5px;
}
.modules-tabs button:focus-visible{
  outline-offset:2px;
}
details summary{
  border-radius:8px;
}
[aria-disabled="true"]{
  cursor:not-allowed;
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto !important}
  *,
  *:before,
  *:after{
    scroll-behavior:auto !important;
    animation-duration:.001ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.001ms !important;
  }
  .reveal{
    opacity:1 !important;
    transform:none !important;
  }
}
@media(forced-colors:active){
  .btn,
  .nav-cta,
  .modules-tabs button,
  .mobile-download-cta,
  .fake-add{
    border:1px solid ButtonText;
  }
}
@media(max-width:650px){
  .skip-link{left:10px;top:8px}
}


/* AYNELO-WEB-49 operator */
.operator-line{
  padding:18px 0 8px;
  border-top:1px solid #edf1f5;
  text-align:center;
  color:#7b899b;
  font-size:8px;
  line-height:1.5;
}
.download-operator{
  margin-top:20px;
  color:#7d8b9d;
  font-size:8px;
  line-height:1.45;
}
