:root{
  --paper:#F5F6F2;
  --ink:#090B0A;
  --muted:#6F756F;
  --line:rgba(9,11,10,.10);
  --dark:#E9EDE8;
  --acid:#0B6B4B;
  --shell:min(1420px,calc(100vw - 56px));
  --ease:cubic-bezier(.2,.8,.2,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--paper)}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}
a{color:inherit;text-decoration:none}
button{font:inherit}
img{display:block;max-width:100%}
.shell{width:var(--shell);margin-inline:auto}
.noise{position:fixed;inset:0;z-index:99;pointer-events:none;opacity:.045;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");mix-blend-mode:multiply}
.cursor-glow{position:fixed;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.22),transparent 68%);transform:translate(-50%,-50%);z-index:1;pointer-events:none;opacity:0;transition:opacity .4s}
.nav{height:96px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20}
.brand{display:flex;align-items:center;gap:13px;font-family:Georgia,"Times New Roman",serif;letter-spacing:.24em;font-size:14px}
.brand-mark{width:31px;height:31px;object-fit:contain}
.nav-links{display:flex;gap:34px;font-size:13px;color:#383733}
.nav-links a{position:relative}
.nav-links a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:#111;transition:right .35s var(--ease)}
.nav-links a:hover:after{right:0}
.nav-actions{display:flex;align-items:center;gap:12px}
.lang{border:0;background:transparent;padding:10px;cursor:pointer;font-size:12px;letter-spacing:.12em}
.pill{border:1px solid var(--line);border-radius:999px;padding:12px 18px;font-size:12px;transition:.35s var(--ease)}
.pill:hover{background:#111;color:#fff;border-color:#111}
.hero{padding-top:8vh;min-height:calc(100vh - 96px);position:relative;z-index:2}
.hero-eyebrow{display:flex;align-items:center;gap:10px;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#605d57}
.live-dot{width:7px;height:7px;background:#111;border-radius:50%;box-shadow:0 0 0 5px rgba(0,0,0,.06)}
.hero-title{margin:28px 0 30px;max-width:1180px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(62px,8.2vw,142px);font-weight:400;line-height:.86;letter-spacing:-.065em}
.hero-title span,.hero-title em{display:block}
.hero-title em{font-weight:400;color:transparent;-webkit-text-stroke:1.25px #111;font-style:italic;padding-left:16vw}
.hero-title span:last-child{padding-left:6vw}
.hero-bottom{display:flex;justify-content:flex-end;align-items:flex-end;gap:60px;margin-top:40px}
.hero-copy{width:min(520px,48vw);font-size:17px;line-height:1.65;color:#494741}
.round-cta{width:74px;height:74px;border-radius:50%;border:1px solid #111;display:grid;place-items:center;font-size:28px;transition:.4s var(--ease)}
.round-cta:hover{background:#111;color:#fff;transform:rotate(8deg)}
.hero-canvas{height:470px;margin-top:70px;position:relative;overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:radial-gradient(circle at 50% 53%,rgba(255,255,255,.82),rgba(231,227,218,.45) 42%,transparent 70%)}
.mesh{position:absolute;inset:0;background-image:linear-gradient(rgba(0,0,0,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.055) 1px,transparent 1px);background-size:54px 54px;mask-image:radial-gradient(circle at center,#000 0,transparent 72%)}
.orbit{position:absolute;left:50%;top:50%;border:1px solid rgba(0,0,0,.12);border-radius:50%;transform:translate(-50%,-50%)}
.orbit-a{width:480px;height:480px}
.orbit-b{width:690px;height:300px}
.center-mark{position:absolute;left:50%;top:50%;width:150px;height:150px;border-radius:50%;transform:translate(-50%,-50%);display:grid;place-items:center;background:rgba(244,241,235,.76);backdrop-filter:blur(8px);border:1px solid rgba(0,0,0,.08)}
.center-mark img{width:96px}
.pulse{position:absolute;display:grid;grid-template-columns:14px auto;column-gap:9px;align-items:center;font-size:11px}
.pulse span{grid-row:1 / 3;width:9px;height:9px;border-radius:50%;background:#111;box-shadow:0 0 0 0 rgba(0,0,0,.18);animation:pulse 2.6s infinite}
.pulse b{font-weight:600}
.pulse small{color:#77736d}
.p1{left:16%;top:36%}.p2{left:31%;top:72%}.p3{right:19%;top:31%}.p4{right:30%;top:72%}
.coordinates{position:absolute;right:0;bottom:18px;font-size:10px;letter-spacing:.12em;color:#77736d}
@keyframes pulse{70%{box-shadow:0 0 0 14px rgba(0,0,0,0)}100%{box-shadow:0 0 0 0 rgba(0,0,0,0)}}
.statement{padding:170px 0}
.kicker{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:#77736d;margin:0 0 38px}
.statement h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(48px,6vw,96px);font-weight:400;line-height:1.02;letter-spacing:-.045em;max-width:1190px;margin:0}
.world-section{background:var(--dark);color:#f7f5f1;min-height:1050px;position:relative}
.world-sticky{min-height:1050px;position:relative;display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:40px}
.kicker.inverse{color:rgba(255,255,255,.52)}
.world-copy h2,.trust-copy h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(54px,5.5vw,94px);font-weight:400;letter-spacing:-.05em;line-height:.98;margin:0 0 30px}
.world-copy>p:last-child,.trust-copy>p:last-child{max-width:500px;color:rgba(255,255,255,.62);font-size:17px;line-height:1.7}
.world-map{height:660px;position:relative;border:1px solid rgba(255,255,255,.12);overflow:hidden;background:radial-gradient(circle at 56% 45%,rgba(255,255,255,.08),transparent 38%)}
.grid-lines{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:45px 45px}
.world-map svg{position:absolute;inset:8%;width:84%;height:84%;fill:none;stroke:rgba(255,255,255,.22);stroke-width:1.2}
.city{position:absolute;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.66)}
.city i{display:inline-block;width:8px;height:8px;background:#fff;border-radius:50%;margin-right:8px;box-shadow:0 0 0 9px rgba(255,255,255,.05)}
.c1{left:18%;top:28%}.c2{left:47%;top:62%}.c3{left:41%;top:35%}.c4{right:18%;top:24%}.c5{left:24%;bottom:19%}
.product{padding:170px 0 120px}
.section-head{display:grid;grid-template-columns:1.4fr .6fr;gap:80px;align-items:end}
.section-head h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(54px,6vw,96px);font-weight:400;letter-spacing:-.05em;line-height:.98;margin:0}
.section-head>p{font-size:17px;line-height:1.7;color:#5d5a54;margin:0 0 6px}
.phone-stage{height:760px;margin-top:110px;position:relative;display:flex;align-items:flex-start;justify-content:center}
.phone{position:absolute;width:300px;height:620px;background:#f8f8f6;border:1px solid rgba(0,0,0,.16);border-radius:38px;box-shadow:0 40px 110px rgba(0,0,0,.12);padding:17px;overflow:hidden;transition:transform .5s var(--ease)}
.phone-stage:hover .phone-left{transform:translateX(-270px) rotate(-7deg)}
.phone-stage:hover .phone-right{transform:translateX(270px) rotate(7deg)}
.phone-main{z-index:3;transform:translateY(12px)}
.phone-left{transform:translateX(-245px) translateY(85px) rotate(-5deg);z-index:1}
.phone-right{transform:translateX(245px) translateY(85px) rotate(5deg);z-index:1}
.phone-bar{height:25px;display:flex;justify-content:space-between;font-size:9px;padding:0 8px;color:#222}
.phone-title{font-family:Georgia,serif;font-size:30px;padding:18px 8px}
.map-card{height:400px;border-radius:25px;background:#e8e7e2;position:relative;overflow:hidden}
.map-road{position:absolute;height:1px;background:#bab8b1;transform-origin:left}
.r1{width:390px;left:-20px;top:150px;transform:rotate(28deg)}.r2{width:330px;left:10px;top:260px;transform:rotate(-34deg)}.r3{width:420px;left:-80px;top:80px;transform:rotate(75deg)}
.pin{position:absolute;width:17px;height:17px;border:5px solid #111;border-radius:50%;background:#fff}
.pin1{left:58px;top:115px}.pin2{right:54px;top:210px}.pin3{left:130px;bottom:85px}
.map-caption{position:absolute;left:18px;right:18px;bottom:18px;background:rgba(255,255,255,.88);backdrop-filter:blur(12px);border-radius:16px;padding:13px 15px;display:flex;justify-content:space-between;align-items:center}
.map-caption b{font-family:Georgia;font-size:26px}.map-caption span{font-size:10px;text-transform:uppercase;letter-spacing:.1em}
.mini-row{display:flex;gap:8px;margin-top:13px}.mini-row span{border:1px solid #ddd;border-radius:999px;padding:7px 9px;font-size:9px}
.plan-photo{height:280px;background:linear-gradient(155deg,#bbb3a4,#5f5b56);border-radius:24px;position:relative;overflow:hidden}
.photo-orb{position:absolute;width:310px;height:310px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#f8cf90,#865f4a 38%,#252525 72%);left:20px;top:55px;filter:saturate(.75)}
.photo-label{position:absolute;z-index:2;top:16px;left:16px;color:white;font-size:9px;letter-spacing:.12em}
.plan-body{padding:18px 8px}.plan-body small{font-size:9px;letter-spacing:.15em;color:#777}.plan-body h3{font-family:Georgia;font-size:32px;margin:8px 0 6px;font-weight:400}.plan-body p{font-size:12px;color:#666;margin:0 0 18px}
.people{display:flex;align-items:center;margin:12px 0 18px}.people i{width:24px;height:24px;border-radius:50%;background:#bcb8af;border:2px solid #f8f8f6;margin-right:-6px}.people span{font-size:9px;margin-left:12px}
.plan-body button{width:100%;border:0;background:#111;color:#fff;padding:14px;border-radius:999px}
.check-wrap{text-align:center;padding-top:84px}.qr{width:170px;height:170px;margin:0 auto 40px;display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding:15px;border:1px solid #ddd;border-radius:24px}.qr span{background:#111;border-radius:4px}.qr span:nth-child(2),.qr span:nth-child(4){opacity:.25}.check-wrap h3{font-family:Georgia;font-size:32px;font-weight:400;margin:0}.check-wrap p{font-size:12px;color:#777}.verified{margin:30px auto;width:50px;height:50px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-size:21px}
.flow{padding:0 0 170px}
.flow-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}
.flow-card{min-height:370px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);padding:26px;display:flex;flex-direction:column}
.flow-num{font-size:10px;color:#777}.flow-icon{font-size:48px;margin:auto 0 50px;font-family:Georgia}.flow-card h3{font-family:Georgia;font-size:34px;font-weight:400;margin:0 0 12px}.flow-card p{font-size:13px;line-height:1.6;color:#67645e;margin:0}
.trust{background:#0a0a0b;color:#fff}
.trust-inner{min-height:950px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:100px}
.trust-ring{aspect-ratio:1;position:relative;display:grid;place-items:center}
.ring{position:absolute;border:1px solid rgba(255,255,255,.16);border-radius:50%}.r-one{width:76%;height:76%}.r-two{width:54%;height:54%}.r-three{width:34%;height:34%}
.trust-core{width:150px;height:150px;border-radius:50%;background:#f4f1eb;display:grid;place-items:center;z-index:2}.trust-core img{width:100px}
.tag{position:absolute;font-size:9px;letter-spacing:.18em;color:rgba(255,255,255,.62)}.t1{top:13%;left:47%}.t2{right:6%;top:48%}.t3{bottom:13%;left:46%}.t4{left:4%;top:48%}
.manifesto{padding:180px 0;text-align:center}.manifesto-mark{font-size:36px;margin-bottom:35px}.manifesto p{font-family:Georgia,serif;font-size:clamp(50px,6vw,100px);line-height:1.03;letter-spacing:-.045em;margin:0 auto;max-width:1200px}
.join{padding:0 0 80px}.join-panel{min-height:690px;background:#dff47c;padding:70px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.join-panel:after{content:"";position:absolute;width:620px;height:620px;border:1px solid rgba(0,0,0,.18);border-radius:50%;right:-120px;bottom:-280px;box-shadow:0 0 0 80px rgba(0,0,0,.035),0 0 0 160px rgba(0,0,0,.02)}
.join-brand{display:flex;align-items:center;gap:13px;font-family:Georgia;letter-spacing:.22em;font-size:12px}.join-brand img{width:42px}.join h2{font-family:Georgia;font-size:clamp(68px,8vw,130px);font-weight:400;letter-spacing:-.06em;line-height:.86;max-width:900px;margin:80px 0 20px;position:relative;z-index:2}.join>div>p,.join-panel>p{max-width:540px;font-size:16px;line-height:1.6;position:relative;z-index:2}.join-actions{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}.primary{background:#111;color:#fff;border-radius:999px;padding:15px 23px;font-size:12px}
.join-actions span{font-family:Georgia;font-size:16px}
.footer{padding:34px 0 60px;display:flex;justify-content:space-between;border-top:1px solid var(--line);font-size:11px;color:#67645e}.footer-brand{font-family:Georgia;letter-spacing:.22em;color:#111}.footer-meta{display:flex;gap:30px}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .9s var(--ease),transform .9s var(--ease)}.reveal.in{opacity:1;transform:none}
.magnetic{will-change:transform}
@media(max-width:900px){
  :root{--shell:min(100% - 34px,1420px)}
  .nav-links{display:none}.pill{display:none}
  .hero{padding-top:8vh}.hero-title{font-size:clamp(58px,14vw,105px)}.hero-title em{padding-left:6vw}.hero-title span:last-child{padding-left:0}
  .hero-bottom{justify-content:space-between;gap:20px}.hero-copy{width:80%}.hero-canvas{height:390px}.p3,.p4{display:none}
  .statement{padding:120px 0}
  .world-sticky{grid-template-columns:1fr;padding:110px 0}.world-map{height:520px}
  .section-head{grid-template-columns:1fr;gap:35px}
  .phone-stage{height:670px;transform:scale(.86);transform-origin:center top}.phone-left{transform:translateX(-180px) translateY(100px) rotate(-7deg)}.phone-right{transform:translateX(180px) translateY(100px) rotate(7deg)}
  .flow-grid{grid-template-columns:1fr 1fr}
  .trust-inner{grid-template-columns:1fr;padding:110px 0}.trust-ring{max-width:620px;width:100%;margin:auto}
  .join-panel{padding:40px;min-height:600px}
}
@media(max-width:580px){
  .nav{height:76px}.brand span{font-size:12px}
  .hero{min-height:auto}.hero-eyebrow{margin-top:30px}.hero-title{font-size:17vw;margin-top:24px}.hero-title em{-webkit-text-stroke:.8px #111}
  .hero-bottom{align-items:center}.hero-copy{font-size:14px;width:75%}.round-cta{width:58px;height:58px}
  .hero-canvas{height:330px;margin-top:48px}.center-mark{width:105px;height:105px}.center-mark img{width:70px}.orbit-a{width:310px;height:310px}.orbit-b{width:410px;height:190px}.p1{left:7%}.p2{left:18%;top:78%}
  .statement h2,.world-copy h2,.section-head h2,.trust-copy h2{font-size:14vw}
  .world-section,.world-sticky{min-height:850px}.world-map{height:440px}.c3,.c4{display:none}
  .product{padding:110px 0 50px}.phone-stage{height:570px;transform:scale(.72);margin-left:-20px;margin-right:-20px}
  .flow-grid{grid-template-columns:1fr}.flow-card{min-height:280px}
  .trust-inner{min-height:780px;gap:30px}.trust-ring{margin-top:20px}
  .manifesto{padding:120px 0}.manifesto p{font-size:13vw}
  .join-panel{padding:30px;min-height:570px}.join h2{font-size:18vw}.join-actions{align-items:flex-end}.join-actions span{font-size:12px}
  .footer{flex-direction:column;gap:22px}.footer-meta{flex-direction:column;gap:8px}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}
  .cursor-glow{display:none}
}


/* ============================================================
   MORVAIYN LUMINOUS · production visual system
   Mineral / ivory / silver surfaces. Black = structure, not room.
   Emerald = restrained interaction accent.
   ============================================================ */
:root{
  --ivory:#FBFAF6;
  --mineral:#F5F6F2;
  --pearl:#EDF1EC;
  --silver:#D7DDD7;
  --emerald:#0B6B4B;
  --emerald-hi:#18A777;
  --glass:rgba(255,255,255,.67);
  --glass-strong:rgba(255,255,255,.86);
  --shadow-soft:0 20px 70px rgba(27,43,33,.065);
  --shadow-float:0 38px 110px rgba(24,39,30,.11);
}

html{background:var(--mineral)}
body{
  background:
    radial-gradient(900px 580px at 4% -8%,rgba(11,107,75,.11),transparent 60%),
    radial-gradient(760px 520px at 102% 11%,rgba(177,189,179,.30),transparent 62%),
    linear-gradient(180deg,#F8F8F4 0%,#F2F5F0 48%,#F8F7F3 100%);
}
.noise{opacity:.025}
.cursor-glow{
  width:420px;height:420px;
  background:radial-gradient(circle,rgba(11,107,75,.095),rgba(255,255,255,.09) 38%,transparent 70%);
  mix-blend-mode:multiply;
}

.nav{
  position:sticky;top:0;height:86px;
  background:rgba(248,248,244,.73);
  backdrop-filter:blur(22px) saturate(1.15);
  -webkit-backdrop-filter:blur(22px) saturate(1.15);
  border-bottom:1px solid rgba(9,14,11,.055);
  box-shadow:0 10px 32px rgba(27,42,33,.035);
}
.brand{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:900;letter-spacing:.16em}
.brand-mark{width:43px;height:43px;object-fit:contain;filter:drop-shadow(0 9px 18px rgba(20,31,24,.10));transition:transform .35s var(--ease)}
.brand:hover .brand-mark{transform:translateY(-2px) rotate(-1.5deg)}
.nav-links{color:#444A45}
.pill{background:rgba(255,255,255,.56);backdrop-filter:blur(10px)}
.pill:hover{background:#0B0D0C;color:#fff}

.hero{padding-top:8.5vh}
.hero-eyebrow{color:#5E675F}
.live-dot{background:var(--emerald);box-shadow:0 0 0 6px rgba(11,107,75,.08)}
.hero-title{font-family:ui-serif,Georgia,"Times New Roman",serif;color:#090B0A}
.hero-title em{-webkit-text-stroke:1.25px #111;color:rgba(255,255,255,.05)}
.hero-copy{color:#465049}
.round-cta{background:rgba(255,255,255,.52);backdrop-filter:blur(12px);box-shadow:0 12px 32px rgba(24,38,29,.05)}
.round-cta:hover{background:var(--emerald);border-color:var(--emerald);color:#fff;transform:rotate(8deg) scale(1.03)}

.hero-canvas{
  height:500px;
  border:1px solid rgba(9,14,11,.075);
  border-radius:36px;
  background:
    radial-gradient(circle at 50% 50%,rgba(255,255,255,.96),rgba(227,233,226,.62) 42%,rgba(245,246,242,.22) 72%),
    linear-gradient(145deg,rgba(255,255,255,.52),rgba(224,230,224,.25));
  box-shadow:var(--shadow-float);
}
.mesh{background-image:linear-gradient(rgba(9,14,11,.047) 1px,transparent 1px),linear-gradient(90deg,rgba(9,14,11,.047) 1px,transparent 1px)}
.orbit{border-color:rgba(11,107,75,.16)}
.center-mark{
  width:166px;height:166px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(8,14,10,.08);
  box-shadow:0 24px 55px rgba(22,39,28,.11),inset 0 1px 0 rgba(255,255,255,.92);
}
.center-mark img{width:112px}
.pulse span{background:var(--emerald);box-shadow:0 0 0 0 rgba(11,107,75,.20)}
.coordinates{color:#707870}

.statement{padding:155px 0}
.kicker{color:#758078}
.statement h2,.world-copy h2,.trust-copy h2,.section-head h2,.manifesto p,.flow-card h3,.plan-body h3,.map-caption b,.phone-title,.check-wrap h3{
  font-family:ui-serif,Georgia,"Times New Roman",serif;
}

/* Former dark world room -> luminous cartographic object */
.world-section{
  background:transparent;
  color:var(--ink);
  min-height:940px;
  padding:70px 0;
}
.world-sticky{
  min-height:800px;
  padding:48px;
  border:1px solid rgba(9,14,11,.075);
  border-radius:44px;
  background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(232,237,231,.68));
  box-shadow:var(--shadow-soft);
  overflow:hidden;
}
.kicker.inverse{color:var(--emerald)}
.world-copy>p:last-child,.trust-copy>p:last-child{color:#59635C}
.world-map{
  height:620px;
  border:1px solid rgba(9,14,11,.075);
  border-radius:34px;
  background:
    radial-gradient(circle at 56% 45%,rgba(11,107,75,.09),transparent 40%),
    rgba(247,249,245,.78);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 18px 52px rgba(28,44,34,.06);
}
.grid-lines{background-image:linear-gradient(rgba(9,14,11,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(9,14,11,.045) 1px,transparent 1px)}
.world-map svg{stroke:rgba(10,18,13,.22)}
.city{color:#59635C}
.city i{background:var(--emerald);box-shadow:0 0 0 9px rgba(11,107,75,.065)}

.product{padding-top:155px}
.section-head>p{color:#59635C}
.phone{
  background:linear-gradient(160deg,#fff,#F5F6F2);
  border-color:rgba(8,14,10,.11);
  box-shadow:0 38px 105px rgba(27,42,33,.13),inset 0 1px 0 #fff;
}
.phone-main{box-shadow:0 48px 130px rgba(21,37,27,.17),inset 0 1px 0 #fff}
.map-card{background:linear-gradient(145deg,#EBEFEA,#DCE2DC)}
.pin{border-color:var(--emerald)}
.plan-body button{background:var(--emerald);box-shadow:0 12px 28px rgba(11,107,75,.18)}
.verified{background:var(--emerald)}

.flow-grid{border:0;gap:12px}
.flow-card{
  min-height:350px;
  border:1px solid rgba(8,14,10,.075);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(255,255,255,.75),rgba(244,246,242,.66));
  box-shadow:0 18px 54px rgba(25,42,31,.05);
  transition:transform .35s var(--ease),box-shadow .35s var(--ease),border-color .35s var(--ease);
}
.flow-card:hover{transform:translateY(-7px);box-shadow:0 28px 72px rgba(25,42,31,.09);border-color:rgba(11,107,75,.16)}
.flow-icon{color:var(--emerald)}

/* Former black trust room -> pearl security chamber */
.trust{
  background:linear-gradient(180deg,#EEF2ED,#F7F7F3);
  color:var(--ink);
  border-top:1px solid rgba(8,14,10,.065);
  border-bottom:1px solid rgba(8,14,10,.065);
}
.trust-inner{min-height:900px}
.trust .kicker.inverse{color:var(--emerald)}
.trust-ring:before{
  content:"";position:absolute;inset:7%;border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.86),rgba(11,107,75,.055) 45%,transparent 68%);
  filter:blur(1px);
}
.ring{border-color:rgba(8,14,10,.13)}
.r-two{border-color:rgba(11,107,75,.22)}
.trust-core{
  width:158px;height:158px;background:rgba(255,255,255,.86);
  border:1px solid rgba(8,14,10,.08);
  box-shadow:0 26px 70px rgba(23,39,29,.13);
}
.trust-core img{width:112px}
.tag{color:#69736B;font-weight:800}

.manifesto-mark{color:var(--emerald)}

.join{padding-top:28px}
.join-panel{
  min-height:650px;
  border-radius:42px;
  background:
    radial-gradient(circle at 85% 25%,rgba(11,107,75,.16),transparent 31%),
    linear-gradient(145deg,#F9FAF6,#E8EDE7);
  border:1px solid rgba(8,14,10,.075);
  box-shadow:var(--shadow-float);
}
.join-panel:after{border-color:rgba(11,107,75,.16);box-shadow:0 0 0 80px rgba(11,107,75,.032),0 0 0 160px rgba(11,107,75,.018)}
.join-brand{font-family:Inter,ui-sans-serif,sans-serif;font-weight:900;letter-spacing:.16em}
.join-brand img{width:58px;height:58px;object-fit:contain}
.primary{background:#0B0D0C;box-shadow:0 12px 32px rgba(9,13,10,.13)}
.primary:hover{background:var(--emerald)}
.footer{color:#727A73}
.footer-brand{font-family:Inter,ui-sans-serif,sans-serif;font-weight:950;letter-spacing:.18em;color:#111}
.footer-meta a{transition:color .2s ease}.footer-meta a:hover{color:var(--emerald)}

@media(max-width:900px){
  .nav{height:76px}
  .world-sticky{padding:28px;min-height:auto}
  .world-map{height:500px}
  .flow-grid{gap:10px}
}
@media(max-width:580px){
  .hero-canvas{border-radius:26px}
  .world-section{padding:24px 0}.world-sticky{padding:20px;border-radius:28px}.world-map{border-radius:22px}
  .flow-card{border-radius:22px}
  .join-panel{border-radius:28px}
  .footer-meta{gap:12px}
}


/* ============================================================
   MORVAIYN LUMINOUS V3 · Real App Gallery
   Capturas reales, recortadas y presentadas como objetos editoriales.
   ============================================================ */
.real-app{
  padding:155px 0 175px;
}
.real-app-head{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  align-items:end;
  gap:80px;
  margin-bottom:84px;
}
.real-app-head h2{
  margin:0;
  font-family:ui-serif,Georgia,"Times New Roman",serif;
  font-size:clamp(54px,6vw,96px);
  font-weight:400;
  line-height:.96;
  letter-spacing:-.052em;
}
.real-app-head>p{
  margin:0 0 5px;
  color:#59635C;
  font-size:17px;
  line-height:1.72;
  max-width:560px;
}

.real-app-stage{
  position:relative;
  min-height:1110px;
  border:1px solid rgba(8,14,10,.075);
  border-radius:48px;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 15%,rgba(11,107,75,.12),transparent 26%),
    radial-gradient(circle at 8% 88%,rgba(180,192,183,.26),transparent 29%),
    linear-gradient(145deg,rgba(255,255,255,.76),rgba(231,236,230,.68));
  box-shadow:0 44px 130px rgba(23,40,29,.095);
  isolation:isolate;
}
.real-app-stage:before{
  content:"";
  position:absolute;inset:0;
  background-image:
    linear-gradient(rgba(7,14,10,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(7,14,10,.035) 1px,transparent 1px);
  background-size:58px 58px;
  mask-image:radial-gradient(circle at 52% 44%,#000,transparent 73%);
  z-index:-1;
}
.real-app-stage:after{
  content:"";
  position:absolute;
  width:640px;height:640px;
  right:-180px;bottom:-280px;
  border-radius:50%;
  border:1px solid rgba(11,107,75,.13);
  box-shadow:0 0 0 92px rgba(11,107,75,.025),0 0 0 184px rgba(11,107,75,.014);
  z-index:-1;
}

.real-shot{
  position:absolute;
  margin:0;
  overflow:hidden;
  border-radius:32px;
  border:1px solid rgba(8,14,10,.10);
  background:#F8F8F5;
  box-shadow:0 34px 90px rgba(24,39,30,.15),inset 0 1px 0 rgba(255,255,255,.85);
  transform-origin:center;
  transition:transform .55s var(--ease),box-shadow .55s var(--ease);
}
.real-shot:hover{
  z-index:8;
  box-shadow:0 48px 120px rgba(24,39,30,.20);
}
.real-shot img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  display:block;
}
.real-shot-chrome{
  height:52px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:10px;
  padding:0 15px;
  background:rgba(249,250,247,.90);
  border-bottom:1px solid rgba(8,14,10,.07);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  font-size:11px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.real-shot-chrome small{
  color:#879087;
  font-size:9px;
  letter-spacing:.13em;
}
.real-shot-dot{
  width:9px;height:9px;
  border-radius:50%;
  background:#0B6B4B;
  box-shadow:0 0 0 5px rgba(11,107,75,.07);
}
.real-shot-dot.bronze{
  background:#A97028;
  box-shadow:0 0 0 5px rgba(169,112,40,.07);
}

.real-shot-main{
  width:41%;
  height:900px;
  left:7.5%;
  top:78px;
  transform:rotate(-2.5deg);
  z-index:4;
}
.real-shot-create{
  width:32%;
  height:670px;
  right:9%;
  top:76px;
  transform:rotate(3deg);
  z-index:3;
}
.real-shot-safety{
  width:31%;
  height:625px;
  right:11%;
  bottom:70px;
  transform:rotate(-2deg);
  z-index:5;
}
.real-shot-login{
  width:26%;
  height:560px;
  left:38%;
  bottom:54px;
  transform:rotate(2.2deg);
  z-index:6;
}
.real-shot-main:hover{transform:rotate(-1deg) translateY(-10px) scale(1.012)}
.real-shot-create:hover{transform:rotate(1.2deg) translateY(-10px) scale(1.018)}
.real-shot-safety:hover{transform:rotate(-.6deg) translateY(-10px) scale(1.018)}
.real-shot-login:hover{transform:rotate(.8deg) translateY(-10px) scale(1.022)}

.real-app-note{
  position:absolute;
  left:7.5%;
  bottom:52px;
  width:27%;
  padding:22px 24px;
  border-radius:24px;
  border:1px solid rgba(8,14,10,.075);
  background:rgba(255,255,255,.64);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 18px 48px rgba(24,39,30,.06);
  z-index:7;
}
.real-app-note-mark{
  color:#0B6B4B;
  font-size:18px;
}
.real-app-note p{
  margin:9px 0 0;
  color:#4C564F;
  font-size:13px;
  line-height:1.55;
}

@media(max-width:1000px){
  .real-app-head{grid-template-columns:1fr;gap:30px}
  .real-app-stage{min-height:1160px}
  .real-shot-main{width:48%;left:5%}
  .real-shot-create{width:38%;right:5%}
  .real-shot-safety{width:37%;right:5%}
  .real-shot-login{width:32%;left:36%}
  .real-app-note{left:5%;width:28%}
}
@media(max-width:720px){
  .real-app{padding:110px 0 120px}
  .real-app-head{margin-bottom:52px}
  .real-app-stage{
    min-height:auto;
    padding:20px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    border-radius:30px;
  }
  .real-shot{
    position:relative;
    inset:auto !important;
    width:auto !important;
    height:auto !important;
    transform:none !important;
    border-radius:22px;
  }
  .real-shot-main{grid-column:1/-1}
  .real-shot img{aspect-ratio:9/14;object-fit:cover}
  .real-shot-main img{aspect-ratio:11/15}
  .real-shot-login img{aspect-ratio:8/12}
  .real-shot-chrome{height:42px;padding:0 11px;font-size:9px}
  .real-shot-chrome small{display:none}
  .real-app-note{
    position:relative;inset:auto;width:auto;
    grid-column:1/-1;
    border-radius:20px;
  }
}
@media(max-width:480px){
  .real-app-stage{grid-template-columns:1fr}
  .real-shot-main,.real-app-note{grid-column:auto}
}


/* MORVAIYN Luminous V4 · visible legal access */
.legal-access{
  margin-top:34px;
  margin-bottom:34px;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:30px;
  padding:34px;
  border:1px solid rgba(8,14,10,.075);
  border-radius:32px;
  background:
    radial-gradient(circle at 8% 18%,rgba(11,107,75,.08),transparent 24%),
    linear-gradient(145deg,rgba(255,255,255,.80),rgba(240,244,239,.72));
  box-shadow:0 20px 60px rgba(24,39,30,.06);
}
.legal-access-copy h2{
  margin:0 0 12px;
  font-family:ui-serif,Georgia,"Times New Roman",serif;
  font-size:clamp(32px,3.6vw,54px);
  font-weight:400;
  line-height:1;
  letter-spacing:-.045em;
}
.legal-access-copy>p:last-child{
  margin:0;
  max-width:500px;
  color:#5A645C;
  line-height:1.6;
}
.legal-access-actions{
  display:grid;
  gap:10px;
}
.legal-link{
  min-height:74px;
  display:grid;
  grid-template-columns:44px 1fr auto;
  align-items:center;
  gap:12px;
  padding:0 18px;
  border:1px solid rgba(8,14,10,.075);
  border-radius:20px;
  background:rgba(255,255,255,.68);
  transition:transform .25s var(--ease),box-shadow .25s var(--ease),border-color .25s ease;
}
.legal-link:hover{
  transform:translateX(4px);
  border-color:rgba(11,107,75,.18);
  box-shadow:0 14px 34px rgba(24,39,30,.07);
}
.legal-link span{
  display:grid;place-items:center;
  width:36px;height:36px;
  border-radius:12px;
  background:rgba(11,107,75,.07);
  color:#0B6B4B;
  font-size:10px;
  font-weight:900;
}
.legal-link strong{font-size:14px}
.legal-link b{
  font-size:19px;
  font-weight:400;
  transition:transform .2s ease;
}
.legal-link:hover b{transform:translate(2px,-2px)}
@media(max-width:760px){
  .legal-access{grid-template-columns:1fr;padding:24px;border-radius:26px}
}
