:root{
  --bg:#050d18;
  --bg2:#071426;
  --panel:rgba(9,24,43,.78);
  --panel2:rgba(13,31,55,.88);
  --line:rgba(224,171,70,.32);
  --line2:rgba(100,161,216,.20);
  --gold:#f3c45d;
  --gold2:#d99724;
  --gold3:#ffdf8e;
  --text:#f8fbff;
  --muted:#b9c8d9;
  --cyan:#76c5ff;
  --green:#61e6a5;
  --shadow:0 28px 80px rgba(0,0,0,.46);
  --radius:24px;
  --mx:50vw;
  --my:25vh;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{
  margin:0;
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    radial-gradient(900px 520px at 82% 8%,rgba(31,76,128,.24),transparent 68%),
    radial-gradient(680px 500px at 12% 20%,rgba(205,143,30,.08),transparent 72%),
    linear-gradient(145deg,#030912 0%,#071426 52%,#040b15 100%);
  min-height:100vh;
  overflow-x:hidden;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.014) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 82%);
}

#fxCanvas{
  position:fixed;
  inset:0;
  width:100%;
  height:100%;
  z-index:0;
  pointer-events:none;
  opacity:.72;
}

.cursor-glow{
  position:fixed;
  width:520px;
  height:520px;
  left:var(--mx);
  top:var(--my);
  transform:translate(-50%,-50%);
  pointer-events:none;
  z-index:0;
  border-radius:50%;
  background:radial-gradient(circle,rgba(241,185,67,.12),rgba(37,107,174,.055) 36%,transparent 70%);
  filter:blur(16px);
  transition:left .08s linear,top .08s linear;
}

.page-shell{position:relative;z-index:1}
a{color:inherit;text-decoration:none}
.section-pad{width:min(1240px,calc(100% - 40px));margin:0 auto}

.topbar{
  position:sticky;
  top:0;
  z-index:50;
  border-bottom:1px solid rgba(210,160,63,.18);
  background:rgba(3,10,20,.72);
  backdrop-filter:blur(18px) saturate(130%);
}
.nav-wrap{
  width:min(1240px,calc(100% - 40px));
  margin:0 auto;
  height:78px;
  display:flex;
  align-items:center;
  gap:28px;
}
.brand{font-weight:900;font-size:27px;letter-spacing:-1.3px;white-space:nowrap}
.brand-app{color:#fff}
.brand-evidex{
  background:linear-gradient(180deg,#ffe393 0%,#f2b737 58%,#c98418 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  text-shadow:0 0 30px rgba(237,180,57,.16)
}
.nav-links{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:31px;
  font-size:14px;
  color:#dbe7f4;
}
.nav-links a{position:relative;opacity:.88;transition:.22s}
.nav-links a::after{
  content:"";
  position:absolute;
  left:0;right:100%;bottom:-9px;height:1px;
  background:linear-gradient(90deg,var(--gold),transparent);
  transition:.26s;
}
.nav-links a:hover{opacity:1;color:#fff}
.nav-links a:hover::after{right:0}
.ecosystem-link{color:var(--gold3)!important}
.langs{display:flex;gap:9px;border-left:1px solid rgba(255,255,255,.12);padding-left:18px}
.lang{
  width:40px;height:40px;border-radius:999px;
  display:grid;place-items:center;
  font-size:12px;
  border:1px solid rgba(112,160,207,.20);
  background:rgba(12,28,49,.72);
  color:#cfe0f2;
  transition:.24s;
}
.lang:hover,.lang.active{
  color:#10131a;
  border-color:#f4c458;
  background:linear-gradient(180deg,#ffe497,#e8ac35);
  box-shadow:0 0 0 4px rgba(238,180,59,.08),0 0 28px rgba(238,180,59,.32);
}

.hero{padding-top:74px;padding-bottom:20px}
.hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:54px;align-items:center}
.eyebrow,.mini-badge{
  display:inline-flex;align-items:center;gap:8px;
  padding:9px 14px;
  border-radius:999px;
  border:1px solid rgba(224,172,70,.35);
  background:linear-gradient(180deg,rgba(24,43,65,.88),rgba(10,24,43,.78));
  color:#f5d17b;
  box-shadow:inset 0 1px rgba(255,255,255,.05),0 0 28px rgba(206,148,33,.08);
  font-size:11px;font-weight:800;letter-spacing:.5px;
}
.status-dot{width:8px;height:8px;border-radius:50%;background:#5ef0a5;box-shadow:0 0 14px #5ef0a5}
.hero h1{
  margin:22px 0 19px;
  font-size:clamp(44px,5vw,72px);
  line-height:.99;
  letter-spacing:-3.8px;
  max-width:690px;
}
.hero h1 span{
  background:linear-gradient(180deg,#ffe7a3 0%,#f1bd4f 45%,#d5901d 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  filter:drop-shadow(0 0 22px rgba(229,161,40,.09));
}
.hero-text{
  max-width:690px;
  color:var(--muted);
  font-size:17px;
  line-height:1.65;
  margin:0;
}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:27px}
.btn{
  position:relative;overflow:hidden;
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  min-height:54px;padding:0 22px;border-radius:13px;
  font-weight:850;font-size:14px;
  border:1px solid transparent;
  transition:transform .22s,box-shadow .22s,border-color .22s;
}
.btn:hover{transform:translateY(-2px)}
.btn-gold{
  color:#11141b;
  background:linear-gradient(180deg,#ffe79c 0%,#efbd4c 48%,#d99323 100%);
  border-color:#ffd77a;
  box-shadow:0 12px 32px rgba(208,145,28,.24),inset 0 1px rgba(255,255,255,.65);
}
.btn-gold::before{
  content:"";position:absolute;inset:-40% -70%;
  background:linear-gradient(110deg,transparent 35%,rgba(255,255,255,.75) 50%,transparent 65%);
  transform:translateX(-70%);animation:buttonSweep 4.4s ease-in-out infinite;
}
.btn-dark{
  background:linear-gradient(180deg,rgba(18,44,73,.88),rgba(6,20,37,.94));
  border-color:rgba(99,156,208,.27);
  box-shadow:inset 0 1px rgba(255,255,255,.05),0 12px 32px rgba(0,0,0,.20);
}
.btn-dark:hover{border-color:rgba(236,182,66,.55);box-shadow:0 0 30px rgba(226,167,49,.12)}
.btn-icon{font-size:17px}
.trust-row{display:flex;gap:21px;flex-wrap:wrap;margin-top:24px;color:#d8e2ef;font-size:11px}
.trust-row>span{display:inline-flex;align-items:center;gap:7px}
.trust-row b{color:#f6c34f;font-size:14px}

.hero-art{position:relative;min-height:440px;display:flex;align-items:center}
.hero-art-glow{
  position:absolute;inset:9% 0 3% 10%;
  background:
    radial-gradient(circle at 35% 55%,rgba(236,175,48,.28),transparent 31%),
    radial-gradient(circle at 65% 35%,rgba(72,151,222,.18),transparent 43%);
  filter:blur(48px);animation:breathe 5.5s ease-in-out infinite;
}
.visual-frame{
  position:relative;
  width:100%;
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(233,179,67,.30);
  box-shadow:
    0 34px 90px rgba(0,0,0,.46),
    0 0 50px rgba(222,159,38,.11),
    inset 0 0 0 1px rgba(255,255,255,.035);
  transform-style:preserve-3d;
  will-change:transform;
}
.visual-frame img{display:block;width:100%;height:auto;transform:scale(1.035)}
.visual-frame::before{
  content:"";position:absolute;inset:0;z-index:2;pointer-events:none;
  background:
    linear-gradient(90deg,rgba(4,13,25,.45),transparent 12% 88%,rgba(4,13,25,.35)),
    linear-gradient(180deg,rgba(255,255,255,.04),transparent 32%,rgba(2,7,13,.20));
}
.scanline{
  position:absolute;left:0;right:0;top:-20%;height:26%;
  z-index:3;pointer-events:none;
  background:linear-gradient(180deg,transparent,rgba(114,198,255,.07),rgba(249,193,71,.10),transparent);
  filter:blur(1px);animation:scan 5.8s linear infinite;
}
.edge-light{
  position:absolute;inset:0;z-index:4;pointer-events:none;border-radius:inherit;
  box-shadow:inset 0 0 42px rgba(242,187,69,.10),inset 0 0 2px rgba(255,226,150,.48)
}
.floating-chip{
  position:absolute;z-index:6;
  display:flex;align-items:center;gap:8px;
  border:1px solid rgba(239,187,73,.28);
  background:rgba(5,17,31,.78);
  backdrop-filter:blur(14px);
  padding:10px 13px;border-radius:12px;
  font-size:10px;color:#e7eef7;
  box-shadow:0 12px 34px rgba(0,0,0,.35),0 0 24px rgba(228,167,44,.08);
  animation:float 4.5s ease-in-out infinite;
}
.floating-chip span{color:#f4c253}
.chip-a{left:-16px;bottom:72px}
.chip-b{right:-8px;top:56px;animation-delay:-1.7s}

.hero-divider{
  margin:62px auto 0;height:1px;
  background:linear-gradient(90deg,transparent,rgba(240,184,67,.54),rgba(96,160,216,.35),transparent);
  box-shadow:0 0 22px rgba(241,184,59,.12)
}

.features{padding-top:66px;padding-bottom:30px}
.section-kicker{
  color:#f0bd50;font-weight:850;font-size:11px;letter-spacing:1.7px;
  text-transform:uppercase;margin-bottom:10px;
}
.section-title{margin:0 0 27px;font-size:clamp(30px,3vw,44px);letter-spacing:-1.8px}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.premium-card{
  position:relative;
  border-radius:var(--radius);
  border:1px solid rgba(216,164,63,.28);
  background:
    linear-gradient(140deg,rgba(14,34,58,.90),rgba(7,19,34,.82)),
    radial-gradient(circle at 90% 0%,rgba(83,151,211,.10),transparent 35%);
  box-shadow:var(--shadow),inset 0 1px rgba(255,255,255,.035);
  overflow:hidden;
  transform-style:preserve-3d;
  transition:border-color .28s,box-shadow .28s,transform .12s;
}
.premium-card::before{
  content:"";position:absolute;inset:-1px;border-radius:inherit;pointer-events:none;
  background:linear-gradient(110deg,transparent 18%,rgba(255,219,131,.16) 43%,transparent 64%);
  transform:translateX(-120%);animation:cardSweep 8s ease-in-out infinite;
}
.premium-card:hover{
  border-color:rgba(244,194,84,.62);
  box-shadow:0 30px 80px rgba(0,0,0,.48),0 0 38px rgba(230,169,44,.12),inset 0 1px rgba(255,255,255,.05)
}
.feature-grid article{padding:27px}
.icon-orb{
  width:62px;height:62px;border-radius:50%;
  display:grid;place-items:center;margin-bottom:18px;
  border:1px solid rgba(239,187,75,.46);
  background:radial-gradient(circle at 35% 30%,rgba(244,195,84,.11),rgba(8,24,43,.92) 65%);
  box-shadow:0 0 0 8px rgba(225,166,48,.025),0 0 28px rgba(227,166,47,.07);
}
.icon-orb svg{width:34px;height:34px;fill:none;stroke:#f0b946;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.premium-card h3{font-size:18px;margin:0 0 10px}
.premium-card p{margin:0;color:var(--muted);line-height:1.6;font-size:13px}

.process{padding-top:32px;padding-bottom:30px}
.process-panel{padding:30px 32px}
.process-panel>div:first-child{display:flex;align-items:end;justify-content:space-between;gap:20px}
.process-panel h2{margin:0;font-size:30px;letter-spacing:-1px}
.process-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:25px}
.process-steps>div{
  position:relative;padding:18px;border-radius:16px;
  border:1px solid rgba(101,157,205,.17);
  background:rgba(6,18,32,.54)
}
.process-steps span{display:block;color:#f0b84b;font-weight:900;font-size:12px;margin-bottom:12px}
.process-steps b{display:block;font-size:14px;margin-bottom:7px}
.process-steps small{display:block;color:#aebfd1;line-height:1.45}
.process-steps>div:not(:last-child)::after{
  content:"";position:absolute;right:-13px;top:50%;width:13px;height:1px;
  background:linear-gradient(90deg,rgba(241,186,71,.65),transparent)
}

.offer-section{padding-top:32px;padding-bottom:82px}
.offer-grid{display:grid;grid-template-columns:1.48fr .92fr;gap:18px}
.offer-card{min-height:340px;display:grid;grid-template-columns:220px 1fr;align-items:center;padding:26px}
.offer-glow{
  position:absolute;width:360px;height:280px;left:-70px;bottom:-95px;
  background:radial-gradient(circle,rgba(238,177,49,.22),transparent 70%);
  filter:blur(30px);pointer-events:none
}
.offer-emblem{height:230px;display:grid;place-items:center;position:relative}
.emblem-ring{
  position:absolute;width:150px;height:150px;border-radius:50%;
  border:1px solid rgba(244,191,74,.55);
  box-shadow:
    0 0 0 14px rgba(241,182,60,.025),
    0 0 0 28px rgba(241,182,60,.018),
    0 0 52px rgba(236,174,49,.25);
  animation:orbPulse 3.8s ease-in-out infinite;
}
.emblem-core{
  width:106px;height:106px;border-radius:50%;display:grid;place-items:center;
  font-size:54px;font-weight:1000;font-style:italic;color:#f5c85f;
  background:radial-gradient(circle at 40% 30%,#17334f,#071523 68%);
  border:1px solid rgba(245,197,90,.65);
  box-shadow:inset 0 0 25px rgba(241,183,61,.12),0 0 25px rgba(241,183,61,.18);
}
.emblem-core::after{
  content:"";position:absolute;bottom:25px;width:170px;height:24px;border-radius:50%;
  border:1px solid rgba(243,188,73,.42);box-shadow:0 0 24px rgba(240,177,49,.26);
  animation:ringSpin 7s linear infinite
}
.offer-content{position:relative;z-index:2}
.offer-content h2{font-size:30px;margin:14px 0 12px;letter-spacing:-1.2px}
.price-line{display:flex;align-items:baseline;gap:13px;flex-wrap:wrap}
.price-line strong{
  font-size:52px;line-height:1;
  background:linear-gradient(180deg,#ffe69b,#efb841 57%,#ce8219);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  filter:drop-shadow(0 0 18px rgba(235,174,51,.08))
}
.price-line span{color:#d6e1ec;font-size:13px}
.offer-list{display:grid;grid-template-columns:1fr 1fr;gap:11px 20px;margin-top:24px;color:#e3edf6;font-size:12px}
.offer-list>span{color:#f1bd4c}.offer-list>span span{color:#dce7f1}

.checkout-card{display:grid;grid-template-columns:1fr 150px;align-items:center;padding:26px}
.checkout-copy{position:relative;z-index:2}
.checkout-copy h2{font-size:24px;line-height:1.18;margin:14px 0 13px}
.checkout-copy p{font-size:12px;line-height:1.62;color:#b8c8d9}
.secure-note{margin-top:16px;color:#f3c355;font-size:11px;line-height:1.45}
.lock-visual{height:230px;display:grid;place-items:center;position:relative}
.shield-shape{
  width:110px;height:132px;
  display:grid;place-items:center;
  clip-path:polygon(50% 0,92% 17%,86% 74%,50% 100%,14% 74%,8% 17%);
  background:linear-gradient(145deg,#ffe18b,#e7a933 36%,#6b4215 38%,#0f2236 43%,#d99b2b 80%,#ffdc7d);
  box-shadow:0 0 42px rgba(236,172,42,.42);
  animation:float 4s ease-in-out infinite
}
.shield-shape::before{
  content:"";width:91px;height:110px;clip-path:inherit;
  background:radial-gradient(circle at 50% 30%,rgba(65,96,128,.50),rgba(4,14,25,.95) 70%);
  position:absolute
}
.lock-body{position:relative;z-index:2;font-size:40px;color:#f6c55c;text-shadow:0 0 25px rgba(247,197,80,.55)}
.lock-rings{
  position:absolute;bottom:26px;width:145px;height:28px;border-radius:50%;
  border:1px solid rgba(238,180,57,.52);
  box-shadow:0 0 0 10px rgba(238,180,57,.03),0 0 35px rgba(238,180,57,.18);
  animation:orbPulse 3s ease-in-out infinite
}

.footer{
  width:min(1240px,calc(100% - 40px));margin:0 auto 28px;
  display:flex;align-items:center;justify-content:space-between;gap:20px;
  padding:24px 0;border-top:1px solid rgba(220,169,65,.15);
  color:#93a8ba;font-size:12px
}
.footer-brand{font-size:20px}
.footer p{margin:8px 0 0}
.footer-links{display:flex;gap:20px}
.footer-links a:hover{color:#f3c45d}

.reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease,transform .75s ease}
.reveal.visible{opacity:1;transform:none}

.ripple{
  position:absolute;border-radius:50%;transform:translate(-50%,-50%) scale(0);
  background:rgba(255,255,255,.52);pointer-events:none;
  animation:ripple .65s ease-out forwards
}

@keyframes buttonSweep{0%,70%{transform:translateX(-70%)}92%,100%{transform:translateX(70%)}}
@keyframes cardSweep{0%,76%{transform:translateX(-120%)}100%{transform:translateX(120%)}}
@keyframes scan{0%{transform:translateY(-100%)}100%{transform:translateY(520%)}}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes breathe{0%,100%{opacity:.72;transform:scale(.98)}50%{opacity:1;transform:scale(1.04)}}
@keyframes orbPulse{0%,100%{transform:scale(.96);opacity:.76}50%{transform:scale(1.04);opacity:1}}
@keyframes ringSpin{to{transform:rotate(360deg)}}
@keyframes ripple{to{transform:translate(-50%,-50%) scale(3.5);opacity:0}}

@media(max-width:1050px){
  .nav-links{display:none}
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{max-width:780px}
  .hero-art{min-height:auto}
  .chip-a{left:8px}.chip-b{right:8px}
  .feature-grid{grid-template-columns:1fr}
  .offer-grid{grid-template-columns:1fr}
  .process-steps{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .section-pad,.nav-wrap,.footer{width:min(100% - 24px,1240px)}
  .nav-wrap{height:68px;gap:12px}
  .brand{font-size:22px}
  .langs{padding-left:10px;margin-left:auto}
  .lang{width:34px;height:34px}
  .hero{padding-top:44px}
  .hero h1{font-size:44px;letter-spacing:-2.5px}
  .hero-text{font-size:15px}
  .hero-art{margin-top:6px}
  .floating-chip{display:none}
  .feature-grid,.offer-grid,.process-steps{grid-template-columns:1fr}
  .offer-card{grid-template-columns:1fr;padding:22px}
  .offer-emblem{height:175px}
  .checkout-card{grid-template-columns:1fr;padding:22px}
  .lock-visual{height:180px}
  .offer-list{grid-template-columns:1fr}
  .price-line strong{font-size:44px}
  .footer{align-items:flex-start;flex-direction:column}
}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
  #fxCanvas,.cursor-glow{display:none}
}

/* APPEVIDEX_PRO_TUNING_V7_START
   Professional balance pass:
   - lower FX intensity
   - calmer gold glow
   - smaller 3D movement
   - stronger typography/layout discipline
   - correct sticky-header anchor offset
   - preserve premium identity without visual noise
*/
section[id]{scroll-margin-top:96px}

#fxCanvas{opacity:.30}
.cursor-glow{
  width:340px;
  height:340px;
  background:radial-gradient(circle,
    rgba(241,185,67,.050),
    rgba(37,107,174,.024) 34%,
    transparent 70%);
  filter:blur(24px);
}

body::before{opacity:.62}

.hero{
  padding-top:62px;
  padding-bottom:12px;
}

.hero-grid{
  grid-template-columns:1.08fr .92fr;
  gap:56px;
  align-items:center;
}

.hero h1{
  font-size:clamp(43px,3.55vw,58px);
  line-height:1.025;
  letter-spacing:-2.8px;
  max-width:640px;
  margin-top:21px;
  margin-bottom:20px;
}

.hero-text{
  max-width:620px;
  font-size:16px;
  line-height:1.62;
}

.hero-actions{margin-top:25px}
.hero-divider{margin-top:54px;opacity:.64}

.visual-frame{
  border-color:rgba(233,179,67,.18);
  box-shadow:
    0 24px 62px rgba(0,0,0,.38),
    0 0 26px rgba(222,159,38,.055),
    inset 0 0 0 1px rgba(255,255,255,.022);
}

.hero-art-glow{
  opacity:.54;
  filter:blur(62px);
}

.scanline{
  opacity:.22;
  animation-duration:8.6s;
}

.edge-light{
  box-shadow:
    inset 0 0 25px rgba(242,187,69,.045),
    inset 0 0 1px rgba(255,226,150,.25);
}

.floating-chip{
  border-color:rgba(239,187,73,.20);
  background:rgba(5,17,31,.82);
  box-shadow:
    0 10px 26px rgba(0,0,0,.26),
    0 0 16px rgba(228,167,44,.040);
  animation-duration:7.5s;
}

.btn{
  transition:transform .18s ease,box-shadow .20s ease,border-color .20s ease;
}
.btn:hover{transform:translateY(-1px)}

.btn-gold{
  box-shadow:
    0 9px 24px rgba(208,145,28,.16),
    inset 0 1px rgba(255,255,255,.52);
}
.btn-gold::before{
  opacity:.32;
  animation-duration:8.8s;
}

.btn-dark{
  box-shadow:
    inset 0 1px rgba(255,255,255,.035),
    0 9px 24px rgba(0,0,0,.16);
}
.btn-dark:hover{
  box-shadow:0 0 20px rgba(226,167,49,.065)
}

.premium-card{
  border-color:rgba(216,164,63,.20);
  box-shadow:
    0 22px 56px rgba(0,0,0,.34),
    inset 0 1px rgba(255,255,255,.026);
}

.premium-card::before{
  opacity:.20;
  animation-duration:14s;
}

.premium-card:hover{
  border-color:rgba(244,194,84,.38);
  box-shadow:
    0 24px 60px rgba(0,0,0,.38),
    0 0 20px rgba(230,169,44,.055),
    inset 0 1px rgba(255,255,255,.035);
}

.icon-orb{
  border-color:rgba(239,187,75,.34);
  box-shadow:
    0 0 0 6px rgba(225,166,48,.015),
    0 0 16px rgba(227,166,47,.040);
}

.offer-glow{
  opacity:.45;
  filter:blur(42px);
}

.emblem-ring{
  box-shadow:
    0 0 0 12px rgba(241,182,60,.018),
    0 0 0 24px rgba(241,182,60,.010),
    0 0 30px rgba(236,174,49,.16);
  animation-duration:6s;
}

.emblem-core{
  box-shadow:
    inset 0 0 18px rgba(241,183,61,.08),
    0 0 17px rgba(241,183,61,.10);
}

.shield-shape{
  box-shadow:0 0 25px rgba(236,172,42,.22);
  animation-duration:6.8s;
}

.lock-rings{
  box-shadow:
    0 0 0 8px rgba(238,180,57,.018),
    0 0 20px rgba(238,180,57,.10);
  animation-duration:5.5s;
}

@keyframes float{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-4px)}
}

@keyframes breathe{
  0%,100%{opacity:.58;transform:scale(.995)}
  50%{opacity:.72;transform:scale(1.012)}
}

@keyframes orbPulse{
  0%,100%{transform:scale(.985);opacity:.78}
  50%{transform:scale(1.015);opacity:.94}
}

@media(min-width:1400px){
  .section-pad,
  .nav-wrap,
  .footer{
    width:min(1320px,calc(100% - 56px));
  }
}

@media(max-width:1180px){
  .hero-grid{
    grid-template-columns:1fr 1fr;
    gap:38px;
  }
  .hero h1{
    font-size:clamp(42px,4.2vw,53px);
    letter-spacing:-2.4px;
  }
}

@media(max-width:1050px){
  .hero-grid{grid-template-columns:1fr}
  .hero h1{max-width:760px}
}
/* APPEVIDEX_PRO_TUNING_V7_END */

/* APPEVIDEX_V8_START */

/* ---------- Professional premium AppEvidex offer emblem ---------- */
.offer-emblem{
  min-height:230px;
  position:relative;
  isolation:isolate;
  display:grid;
  place-items:center;
  perspective:900px;
}
.offer-emblem::before{
  content:"";
  position:absolute;
  width:190px;
  height:190px;
  border-radius:50%;
  background:radial-gradient(circle,
    rgba(246,196,85,.11) 0 17%,
    rgba(246,196,85,.025) 18% 48%,
    transparent 70%);
  filter:blur(7px);
  opacity:.72;
}
.offer-emblem::after{
  content:"";
  position:absolute;
  bottom:21px;
  width:152px;
  height:25px;
  border-radius:50%;
  border:1px solid rgba(238,185,66,.22);
  background:radial-gradient(ellipse,rgba(235,174,48,.10),transparent 68%);
  box-shadow:0 0 22px rgba(235,174,48,.08);
}
.emblem-ring{
  width:152px!important;
  height:172px!important;
  border-radius:28px 28px 46px 46px!important;
  border:1px solid rgba(249,207,107,.58)!important;
  background:
    linear-gradient(145deg,rgba(247,202,92,.13),transparent 28%),
    linear-gradient(180deg,rgba(20,43,69,.96),rgba(5,17,31,.98))!important;
  clip-path:polygon(50% 0,90% 16%,87% 68%,50% 100%,13% 68%,10% 16%);
  box-shadow:
    inset 0 0 0 5px rgba(3,12,22,.52),
    inset 0 0 26px rgba(242,183,57,.10),
    0 18px 36px rgba(0,0,0,.34),
    0 0 24px rgba(235,174,50,.11)!important;
  animation:emblemBreath 6.8s ease-in-out infinite!important;
}
.emblem-ring::before{
  content:"";
  position:absolute;
  inset:11px;
  clip-path:inherit;
  border:1px solid rgba(244,190,78,.28);
  background:
    radial-gradient(circle at 50% 38%,rgba(85,147,199,.10),transparent 46%),
    linear-gradient(145deg,rgba(255,255,255,.035),transparent 42%);
}
.emblem-ring::after{
  content:"";
  position:absolute;
  left:18%;
  right:18%;
  top:15%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,224,139,.7),transparent);
  filter:blur(.2px);
}
.emblem-core{
  position:absolute!important;
  z-index:3!important;
  width:88px!important;
  height:88px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:47px!important;
  font-weight:800!important;
  font-style:normal!important;
  letter-spacing:-4px!important;
  color:#f4c459!important;
  background:
    radial-gradient(circle at 35% 28%,rgba(82,126,164,.32),rgba(5,17,29,.98) 64%)!important;
  border:1px solid rgba(248,205,102,.54)!important;
  box-shadow:
    inset 0 0 18px rgba(246,192,75,.08),
    0 0 0 7px rgba(238,179,54,.025),
    0 0 22px rgba(238,179,54,.10)!important;
  text-shadow:0 1px 0 #69420f,0 0 14px rgba(241,184,61,.14)!important;
  animation:none!important;
}
.emblem-core::before{
  content:"";
  position:absolute;
  inset:-18px;
  border:1px solid rgba(242,187,72,.18);
  border-radius:50%;
}
.emblem-core::after{
  content:"";
  position:absolute!important;
  inset:5px!important;
  width:auto!important;
  height:auto!important;
  bottom:auto!important;
  border:0!important;
  border-radius:50%!important;
  background:linear-gradient(115deg,transparent 34%,rgba(255,230,159,.14) 49%,transparent 61%)!important;
  transform:translateX(-70%)!important;
  box-shadow:none!important;
  animation:emblemSheen 7.5s ease-in-out infinite!important;
}
@keyframes emblemBreath{
  0%,100%{transform:translateY(0) rotateX(0);filter:saturate(.96)}
  50%{transform:translateY(-3px) rotateX(1.5deg);filter:saturate(1.05)}
}
@keyframes emblemSheen{
  0%,72%{transform:translateX(-75%)}
  88%,100%{transform:translateX(75%)}
}

/* ---------- Ecosystem trigger: institutional navigation, not commerce ---------- */
.ecosystem-trigger,
.footer-ecosystem{
  appearance:none;
  border:0;
  background:none;
  color:inherit;
  font:inherit;
  cursor:pointer;
  padding:0;
}
.ecosystem-trigger{color:var(--gold3)!important}
.ecosystem-trigger:focus-visible,
.footer-ecosystem:focus-visible{
  outline:2px solid rgba(245,198,91,.74);
  outline-offset:6px;
  border-radius:5px;
}

/* ---------- Internal premium Ecosystem modal ---------- */
.ecosystem-modal{
  position:fixed;
  inset:0;
  z-index:200;
  display:none;
  place-items:center;
  padding:24px;
}
.ecosystem-modal.open{display:grid}
.ecosystem-backdrop{
  position:absolute;
  inset:0;
  background:rgba(1,6,13,.80);
  backdrop-filter:blur(12px) saturate(115%);
}
.ecosystem-dialog{
  position:relative;
  width:min(920px,100%);
  max-height:min(780px,calc(100vh - 48px));
  overflow:auto;
  border-radius:25px;
  border:1px solid rgba(232,177,66,.34);
  background:
    radial-gradient(560px 250px at 78% 0%,rgba(36,86,134,.13),transparent 70%),
    linear-gradient(145deg,rgba(10,27,48,.985),rgba(4,14,26,.992));
  box-shadow:0 34px 110px rgba(0,0,0,.64),0 0 36px rgba(229,166,43,.08);
  padding:26px;
  color:#f5f8fc;
  isolation:isolate;
}
.ecosystem-dialog:focus{outline:none}
.ecosystem-glow{
  position:absolute;
  inset:0;
  pointer-events:none;
  overflow:hidden;
  border-radius:inherit;
}
.ecosystem-glow::before{
  content:"";
  position:absolute;
  width:300px;height:300px;
  right:-115px;top:-120px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(240,184,67,.12),transparent 68%);
  filter:blur(24px);
}
.ecosystem-head{
  position:relative;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:22px;
  padding-bottom:20px;
  border-bottom:1px solid rgba(233,181,72,.16);
}
.ecosystem-kicker{
  color:#efbd55;
  font-size:10px;
  font-weight:900;
  letter-spacing:1.65px;
  margin-bottom:7px;
}
.ecosystem-head h2{
  margin:0;
  font-size:29px;
  letter-spacing:-1px;
}
.ecosystem-head p{
  margin:7px 0 0;
  color:#9fb3c8;
  font-size:13px;
}
.ecosystem-close{
  flex:0 0 auto;
  width:42px;height:42px;
  border-radius:50%;
  border:1px solid rgba(239,188,78,.26);
  color:#e9f0f7;
  background:rgba(6,18,32,.76);
  font-size:24px;
  cursor:pointer;
  transition:.2s;
}
.ecosystem-close:hover{
  border-color:rgba(246,201,103,.50);
  color:#f5ca68;
  transform:translateY(-1px);
}
.ecosystem-status{
  position:relative;
  margin:16px 0 6px;
  color:#aebed0;
  font-size:11px;
  min-height:17px;
}
.ecosystem-status.ok{color:#68dca5}
.ecosystem-status.warn{color:#f1c05a}
.ecosystem-groups{
  position:relative;
  display:grid;
  gap:18px;
  margin-top:15px;
}
.ecosystem-group h3{
  margin:0 0 10px;
  color:#e8eef6;
  font-size:12px;
  font-weight:850;
  letter-spacing:.55px;
  text-transform:uppercase;
}
.ecosystem-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.ecosystem-card{
  min-height:76px;
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  border-radius:15px;
  border:1px solid rgba(105,155,201,.16);
  background:linear-gradient(145deg,rgba(15,35,58,.82),rgba(6,18,31,.80));
  color:#edf3f9;
  transition:transform .18s,border-color .18s,background .18s;
}
.ecosystem-card:hover{
  transform:translateY(-2px);
  border-color:rgba(241,190,78,.38);
  background:linear-gradient(145deg,rgba(19,42,68,.90),rgba(7,21,36,.88));
}
.ecosystem-card-icon{
  width:39px;height:39px;
  flex:0 0 39px;
  border-radius:11px;
  display:grid;
  place-items:center;
  border:1px solid rgba(238,184,68,.27);
  background:rgba(4,14,25,.64);
  color:#efbd54;
  font-size:16px;
  font-weight:900;
}
.ecosystem-card-body{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.ecosystem-card-title{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:12px;
  font-weight:760;
}
.ecosystem-card-meta{
  color:#8299ae;
  font-size:10px;
}
.ecosystem-card-arrow{
  margin-left:auto;
  color:#d9ab50;
  opacity:.78;
}
.ecosystem-foot{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-top:20px;
  padding-top:16px;
  border-top:1px solid rgba(233,181,72,.13);
  color:#7f94a8;
  font-size:10px;
}
.ecosystem-fallback-btn{
  min-height:38px;
  border-radius:10px;
  border:1px solid rgba(239,187,74,.30);
  background:rgba(16,36,58,.80);
  color:#f1c15b;
  padding:0 14px;
  cursor:pointer;
}
body.ecosystem-lock{overflow:hidden}

@media(max-width:760px){
  .ecosystem-modal{padding:12px}
  .ecosystem-dialog{padding:20px;max-height:calc(100vh - 24px)}
  .ecosystem-grid{grid-template-columns:1fr}
  .ecosystem-head h2{font-size:25px}
}

/* APPEVIDEX_V8_END */
