/* YouTube Akademi - Full Page CSS */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{margin-top:0!important;overflow-x:hidden}
body.es-body{font-family:'Inter',sans-serif;-webkit-font-smoothing:antialiased;margin:0;padding:0;overflow-x:hidden;width:100%}
#wpadminbar{display:none!important}

/* LAYOUT */
.es-page{min-height:100vh;height:100vh;display:flex;flex-direction:column;position:relative;overflow:hidden}
.es-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:72px 20px 16px;position:relative;z-index:1;overflow-y:auto}
.es-nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 28px;height:56px;display:flex;align-items:center;justify-content:space-between;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}
.es-brand{font-weight:800;font-size:1.05rem}
.es-nav-tag{padding:4px 14px;border-radius:14px;font-size:.65rem;font-weight:800;letter-spacing:1.5px}
.es-hero{text-align:center;max-width:540px;margin-bottom:20px;animation:fadeUp .5s ease both}
.es-hero h1{font-size:clamp(1.5rem,4vw,2.4rem);font-weight:900;line-height:1.2;margin-bottom:8px;letter-spacing:-.02em}
.es-hero p{font-size:clamp(.85rem,2vw,1.05rem);opacity:.65;line-height:1.6}
.es-card{width:100%;max-width:420px;border-radius:18px;padding:28px;animation:fadeUp .6s ease both .1s}
.es-card h2{font-size:1.1rem;font-weight:800;margin-bottom:14px}
.es-footer{text-align:center;padding:10px;font-size:.72rem;opacity:.35;position:relative;z-index:1;flex-shrink:0}

/* FORM */
.es-field-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}
.es-field{display:flex;flex-direction:column;margin-bottom:8px}
.es-field label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;opacity:.5;margin-bottom:2px}
.es-field input{width:100%;padding:11px 14px;border:2px solid rgba(128,128,128,.12);border-radius:10px;font-size:.88rem;font-family:inherit;transition:all .2s;background:rgba(255,255,255,.06)}
.es-field input:focus{outline:none;border-color:var(--es-c1);box-shadow:0 0 0 3px rgba(108,99,255,.1)}
.es-field input::placeholder{opacity:.35}
.es-check{display:flex;align-items:flex-start;gap:8px;cursor:pointer;font-size:.78rem;line-height:1.5;margin:12px 0 16px}
.es-check input{display:none}
.es-checkmark{width:18px;height:18px;min-width:18px;border:2px solid rgba(128,128,128,.18);border-radius:5px;display:flex;align-items:center;justify-content:center;transition:all .2s;margin-top:1px}
.es-check input:checked+.es-checkmark{background:var(--es-c1,#6C63FF);border-color:var(--es-c1,#6C63FF)}
.es-check input:checked+.es-checkmark::after{content:'✓';color:#fff;font-size:11px;font-weight:700}
.es-btn{width:100%;padding:13px;border:none;border-radius:12px;font-size:.92rem;font-weight:700;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s;color:#fff;background:linear-gradient(135deg,var(--es-c1,#6C63FF),var(--es-c2,#FF6584))}
.es-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}
.es-msg{padding:10px 14px;border-radius:8px;font-size:.82rem;margin-top:8px;font-weight:500}
.es-msg.err{background:rgba(211,47,47,.08);color:#d32f2f;border:1px solid rgba(211,47,47,.15)}
.es-done{text-align:center;padding:16px 0;animation:fadeUp .4s ease}
.es-done-icon{font-size:2.2rem;margin-bottom:6px}
.es-done-text{font-size:.95rem;font-weight:600;margin-bottom:14px;color:#2e7d32}
.es-dl-btn{display:inline-flex;align-items:center;gap:6px;padding:12px 28px;background:linear-gradient(135deg,var(--es-c1,#6C63FF),var(--es-c2,#FF6584));color:#fff!important;text-decoration:none!important;border-radius:12px;font-weight:700;font-size:.88rem;transition:all .2s;box-shadow:0 4px 14px rgba(0,0,0,.12)}
.es-dl-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,.2)}
.es-split{flex-direction:row;gap:40px;max-width:960px;width:100%;margin:0 auto}
.es-split-left{flex:1;display:flex;flex-direction:column;justify-content:center}
.es-split-left h1{text-align:left;font-size:clamp(1.4rem,3.5vw,2.2rem)}.es-split-left p{text-align:left}
.es-split-right{flex:0 0 400px;display:flex;align-items:center}
.es-trust{display:flex;flex-direction:column;gap:8px;margin-top:24px}
.es-trust div{display:flex;align-items:center;gap:8px;font-weight:500}
.es-feat-row{display:flex;gap:14px;justify-content:center;margin-top:20px;flex-wrap:wrap}
.es-feat{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.8);padding:10px 14px;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.05)}
.es-feat span{font-size:1.2rem}.es-feat small{display:block;color:#888;font-size:.72rem}
@keyframes fadeUp{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}

/* ===== T1: MODERN GRADIENT ===== */
.es-t-gradient{background:#0a0a1a;color:#fff}
.es-t-gradient .es-nav{background:rgba(10,10,26,.6);border-bottom:1px solid rgba(255,255,255,.05)}
.es-t-gradient .es-brand{color:#fff}
.es-t-gradient .es-bg{position:absolute;inset:0;overflow:hidden;pointer-events:none}
.es-orb{position:absolute;border-radius:50%;filter:blur(90px);opacity:.35}
.es-o1{width:420px;height:420px;background:var(--es-c1,#6C63FF);top:-120px;left:-80px;animation:orbD 12s ease-in-out infinite}
.es-o2{width:350px;height:350px;background:var(--es-c2,#FF6584);bottom:-80px;right:-80px;animation:orbD 10s ease-in-out infinite reverse}
.es-o3{width:250px;height:250px;background:#00d2ff;top:45%;left:55%;animation:orbD 14s ease-in-out infinite;animation-delay:-4s}
@keyframes orbD{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(30px,-30px) scale(1.08)}}
.es-badge-pill{display:inline-block;background:rgba(108,99,255,.15);border:1px solid rgba(108,99,255,.25);color:#b0abff;padding:6px 16px;border-radius:20px;font-size:.78rem;font-weight:700;margin-bottom:14px}
.es-t-gradient .es-card{background:rgba(255,255,255,.06);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08)}
.es-t-gradient .es-field label{color:rgba(255,255,255,.5)}.es-t-gradient .es-field input{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.08);color:#fff}.es-t-gradient .es-field input::placeholder{color:rgba(255,255,255,.22)}
.es-t-gradient .es-field input:focus{border-color:var(--es-c1);box-shadow:0 0 0 3px rgba(108,99,255,.15)}
.es-t-gradient .es-checkmark{border-color:rgba(255,255,255,.12)}.es-t-gradient .es-check span:last-child{color:rgba(255,255,255,.45)}

/* ===== T2: MİNİMALİST ===== */
.es-t-minimal{background:#fafbfd;color:#1a1a2e}
.es-t-minimal .es-nav{background:rgba(250,251,253,.85);border-bottom:1px solid #eee}.es-t-minimal .es-brand{color:#1a1a2e}
.es-t-minimal .es-card{background:#fff;border:1px solid #e8eaed;box-shadow:0 6px 30px rgba(0,0,0,.05)}
.es-t-minimal .es-field input{background:#fff;color:#1a1a2e;border-color:#e0e0e0}

/* ===== T3: KURUMSAL ===== */
.es-t-corp{background:#f4f6f9;color:#0a1628}
.es-t-corp .es-nav-dark{background:rgba(10,22,40,.95);border-bottom:1px solid rgba(255,255,255,.06)}.es-t-corp .es-brand{color:#fff}
.es-t-corp .es-nav-tag{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff}
.es-t-corp .es-card{background:#fff;border:1px solid #e0e6ed;box-shadow:0 8px 30px rgba(0,0,0,.05)}
.es-t-corp .es-field input{background:#fff;color:#0a1628;border-color:#dde2e8}
.es-t-corp .es-btn,.es-t-corp .es-dl-btn{background:linear-gradient(135deg,#0a1628,#1a365d)}
.es-accent-line{width:50px;height:4px;border-radius:2px;background:linear-gradient(90deg,var(--es-c1),var(--es-c2));margin:0 auto 18px}

/* ===== T4: DOĞA ===== */
.es-t-nature{background:linear-gradient(160deg,#e8f5e9,#c8e6c9,#a5d6a7);color:#1b5e20}
.es-t-nature .es-nav{background:rgba(232,245,233,.8);border-bottom:1px solid rgba(76,175,80,.1)}.es-t-nature .es-brand{color:#1b5e20}
.es-t-nature .es-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.es-leaf{position:absolute;font-size:2.5rem;opacity:.15;animation:leafF 14s ease-in-out infinite}
.l1{top:8%;left:5%}.l2{top:25%;right:8%;animation-delay:-3s;font-size:3rem}.l3{bottom:20%;left:12%;animation-delay:-6s}.l4{bottom:10%;right:15%;animation-delay:-9s}
@keyframes leafF{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(12deg)}}
.es-t-nature .es-card{background:rgba(255,255,255,.85);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.5);box-shadow:0 8px 30px rgba(0,0,0,.05)}
.es-t-nature .es-field input{background:#fff;color:#1b5e20;border-color:rgba(76,175,80,.2)}
.es-t-nature .es-field input:focus{border-color:#43A047;box-shadow:0 0 0 3px rgba(67,160,71,.12)}
.es-t-nature .es-btn,.es-t-nature .es-dl-btn{background:linear-gradient(135deg,#43A047,#66BB6A)}

/* ===== T5: CESUR ===== */
.es-t-bold{background:#0e0118;color:#fff}
.es-t-bold .es-nav{background:rgba(14,1,24,.7);border-bottom:1px solid rgba(255,255,255,.04)}.es-t-bold .es-brand{color:#fff}
.es-t-bold .es-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.es-blob{position:absolute;border-radius:40% 60% 60% 40%/40% 40% 60% 60%;filter:blur(80px);opacity:.3;animation:blobM 12s ease-in-out infinite}
.b1{width:500px;height:500px;background:linear-gradient(135deg,#FF6B35,#F7C948);top:-150px;right:-120px}
.b2{width:400px;height:400px;background:linear-gradient(135deg,#9B59B6,#E91E63);bottom:-120px;left:-80px;animation-delay:-5s}
@keyframes blobM{0%,100%{border-radius:40% 60% 60% 40%/40% 40% 60% 60%}50%{border-radius:60% 40% 40% 60%/60% 60% 40% 40%;transform:translate(15px,-15px)}}
.es-hot-tag{display:inline-block;background:linear-gradient(135deg,#FF6B35,#F7C948);color:#0e0118;padding:6px 20px;border-radius:20px;font-size:.78rem;font-weight:800;letter-spacing:1px;margin-bottom:14px}
.es-t-bold .es-card{background:rgba(255,255,255,.05);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.06)}
.es-t-bold .es-field label{color:rgba(255,255,255,.5)}.es-t-bold .es-field input{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.06);color:#fff}.es-t-bold .es-field input::placeholder{color:rgba(255,255,255,.18)}
.es-t-bold .es-field input:focus{border-color:#FF6B35;box-shadow:0 0 0 3px rgba(255,107,53,.12)}
.es-t-bold .es-checkmark{border-color:rgba(255,255,255,.1)}.es-t-bold .es-check span:last-child{color:rgba(255,255,255,.35)}
.es-t-bold .es-btn,.es-t-bold .es-dl-btn{background:linear-gradient(135deg,#FF6B35,#F7C948);color:#0e0118}

/* ===== T6: AURORA — üst metin / alt form bar layout ===== */
.es-t-aurora{background:#020118;color:#fff}
.es-t-aurora .es-nav{background:rgba(2,1,24,.6);border-bottom:1px solid rgba(100,200,255,.06)}.es-t-aurora .es-brand{color:#fff}
.es-t-aurora .es-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.es-aurora-wave{position:absolute;width:200%;height:200px;opacity:.2;filter:blur(60px);animation:auroraW 8s ease-in-out infinite}
.w1{background:linear-gradient(90deg,transparent,#00ff87,#60efff,transparent);top:15%;left:-50%;animation-duration:8s}
.w2{background:linear-gradient(90deg,transparent,#ff6ec7,#7c4dff,transparent);top:35%;left:-30%;animation-duration:12s;animation-delay:-3s;opacity:.15}
.w3{background:linear-gradient(90deg,transparent,#00e5ff,#1de9b6,transparent);top:55%;left:-40%;animation-duration:10s;animation-delay:-6s;opacity:.12}
@keyframes auroraW{0%,100%{transform:translateX(-10%) scaleY(1)}50%{transform:translateX(10%) scaleY(1.4)}}
.es-aurora-stars{position:absolute;inset:0;background-image:radial-gradient(1px 1px at 10% 20%,rgba(255,255,255,.4),transparent),radial-gradient(1px 1px at 30% 60%,rgba(255,255,255,.3),transparent),radial-gradient(1px 1px at 50% 15%,rgba(255,255,255,.5),transparent),radial-gradient(1px 1px at 70% 40%,rgba(255,255,255,.3),transparent),radial-gradient(1px 1px at 90% 70%,rgba(255,255,255,.4),transparent),radial-gradient(1px 1px at 15% 80%,rgba(255,255,255,.2),transparent),radial-gradient(1px 1px at 60% 90%,rgba(255,255,255,.3),transparent),radial-gradient(1px 1px at 85% 10%,rgba(255,255,255,.4),transparent)}
.es-aurora-badge{display:inline-block;background:rgba(0,255,135,.08);border:1px solid rgba(0,255,135,.15);color:#6ee7b7;padding:6px 18px;border-radius:20px;font-size:.78rem;font-weight:700;margin-bottom:14px}
.es-aurora-layout{justify-content:space-between!important;padding-bottom:0!important}
.es-aurora-top{text-align:center;max-width:540px;animation:fadeUp .5s ease both;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}
.es-aurora-top h1{font-size:clamp(1.5rem,4vw,2.4rem);font-weight:900;line-height:1.2;margin-bottom:8px}
.es-aurora-top p{opacity:.5;font-size:clamp(.85rem,2vw,1rem)}
.es-aurora-bottom{width:100%;background:rgba(255,255,255,.03);backdrop-filter:blur(20px);border-top:1px solid rgba(100,200,255,.08);padding:24px 28px;animation:fadeUp .6s ease both .1s}
.es-aurora-bottom .es-form{max-width:700px;margin:0 auto}
.es-aurora-bottom .es-field-row{grid-template-columns:1fr 1fr 1fr;gap:10px}
.es-aurora-bottom .es-field{margin-bottom:0}
.es-aurora-bottom .es-check{margin:8px 0 0}
.es-aurora-bottom .es-btn{max-width:280px;margin:12px auto 0}
.es-t-aurora .es-field label{color:rgba(255,255,255,.4)}.es-t-aurora .es-field input{background:rgba(255,255,255,.04);border-color:rgba(100,200,255,.08);color:#fff}.es-t-aurora .es-field input::placeholder{color:rgba(255,255,255,.18)}
.es-t-aurora .es-field input:focus{border-color:#60efff;box-shadow:0 0 0 3px rgba(96,239,255,.1)}
.es-t-aurora .es-checkmark{border-color:rgba(100,200,255,.12)}.es-t-aurora .es-check span:last-child{color:rgba(255,255,255,.35)}
.es-t-aurora .es-btn{background:linear-gradient(135deg,#00ff87,#60efff);color:#020118}
.es-t-aurora .es-dl-btn{background:linear-gradient(135deg,#00ff87,#60efff);color:#020118!important}

/* ===== T7: RETRO WAVE — neon strip, monospace font ===== */
.es-t-retro{background:#1a0533;color:#fff}
.es-t-retro .es-nav{background:rgba(26,5,51,.7);border-bottom:1px solid rgba(255,0,255,.08)}.es-t-retro .es-brand{color:#ff6ec7}
.es-t-retro .es-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.es-retro-sun{position:absolute;width:300px;height:300px;border-radius:50%;background:linear-gradient(180deg,#ff6ec7 0%,#ff0080 40%,#ff6b35 100%);bottom:-100px;left:50%;transform:translateX(-50%);filter:blur(2px);opacity:.6}
.es-retro-sun::after{content:'';position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent 0px,transparent 6px,#1a0533 6px,#1a0533 8px);border-radius:50%}
.es-retro-grid{position:absolute;bottom:0;left:-50%;width:200%;height:50%;background-image:linear-gradient(rgba(255,0,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,0,255,.08) 1px,transparent 1px);background-size:40px 40px;transform:perspective(400px) rotateX(60deg);transform-origin:center bottom}
.es-retro-scanlines{position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.03) 2px,rgba(0,0,0,.03) 4px);pointer-events:none}
.es-t-retro .es-hero h1{background:linear-gradient(135deg,#ff6ec7,#ffd700);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.es-retro-wrap{width:100%;max-width:600px;text-align:center;animation:fadeUp .5s ease both}
.es-retro-form-strip{background:rgba(255,0,255,.04);border:1px solid rgba(255,0,255,.1);border-radius:20px;padding:28px;margin-top:16px;backdrop-filter:blur(16px)}
.es-retro-form-strip .es-field input{background:rgba(0,0,0,.3);border:2px solid rgba(255,0,255,.12);border-radius:8px;color:#fff;font-family:'Courier New',monospace}
.es-retro-form-strip .es-field input:focus{border-color:#ff6ec7;box-shadow:0 0 0 3px rgba(255,110,199,.1),0 0 20px rgba(255,110,199,.06)}
.es-retro-form-strip .es-field input::placeholder{color:rgba(255,255,255,.2)}
.es-retro-form-strip .es-field label{color:#ff6ec7;opacity:1;font-family:'Courier New',monospace;letter-spacing:2px}
.es-retro-form-strip .es-checkmark{border-color:rgba(255,0,255,.2);border-radius:0}
.es-retro-form-strip .es-check input:checked+.es-checkmark{background:#ff0080;border-color:#ff0080}
.es-retro-form-strip .es-check span:last-child{color:rgba(255,255,255,.4)}
.es-retro-form-strip .es-btn{background:linear-gradient(90deg,#ff6ec7,#ff0080,#ff6b35);border-radius:6px;font-family:'Courier New',monospace;letter-spacing:2px;box-shadow:0 0 20px rgba(255,0,128,.2),0 0 60px rgba(255,0,128,.1);text-transform:uppercase}
.es-retro-form-strip .es-dl-btn{background:linear-gradient(90deg,#ff6ec7,#ff0080);border-radius:6px;box-shadow:0 0 20px rgba(255,0,128,.2)}

/* ===== T8: GLASS LUXURY — 2 kolon split ===== */
.es-t-glass{background:linear-gradient(160deg,#0c0c1d,#1a1a3e,#0c0c1d);color:#fff}
.es-t-glass .es-nav{background:rgba(12,12,29,.5);border-bottom:1px solid rgba(200,170,255,.06)}.es-t-glass .es-brand{color:#e0d4ff}
.es-t-glass .es-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.es-glass-sphere{position:absolute;border-radius:50%;border:1px solid rgba(200,170,255,.08);animation:glassFloat 10s ease-in-out infinite}
.es-glass-sphere.s1{width:350px;height:350px;top:-80px;right:-60px;background:radial-gradient(circle at 30% 30%,rgba(200,170,255,.08),transparent 70%)}
.es-glass-sphere.s2{width:250px;height:250px;bottom:-50px;left:-40px;background:radial-gradient(circle at 70% 30%,rgba(255,180,220,.06),transparent 70%);animation-delay:-4s}
.es-glass-sphere.s3{width:180px;height:180px;top:40%;left:20%;background:radial-gradient(circle at 50% 50%,rgba(100,200,255,.05),transparent 70%);animation-delay:-7s}
@keyframes glassFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}
.es-glass-tag{display:inline-block;background:rgba(200,170,255,.08);border:1px solid rgba(200,170,255,.12);color:#c8aaff;padding:6px 18px;border-radius:20px;font-size:.78rem;font-weight:700;margin-bottom:14px}
.es-glass-split{flex-direction:row!important;gap:40px;max-width:1000px;width:100%;margin:0 auto;align-items:center!important}
.es-glass-left{flex:1;animation:fadeUp .5s ease both}
.es-glass-left h1{text-align:left;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:900;line-height:1.2;margin-bottom:10px}
.es-glass-left p{text-align:left;opacity:.5;font-size:1rem}
.es-glass-stats{display:flex;gap:10px;margin-top:24px;flex-wrap:wrap}
.es-glass-stat{display:flex;align-items:center;gap:6px;background:rgba(200,170,255,.06);border:1px solid rgba(200,170,255,.08);padding:8px 16px;border-radius:12px;font-size:.82rem;font-weight:600;color:rgba(255,255,255,.6)}
.es-glass-right{flex:0 0 400px}
.es-t-glass .es-card{background:rgba(255,255,255,.04);backdrop-filter:blur(24px);border:1px solid rgba(200,170,255,.08);box-shadow:0 8px 32px rgba(0,0,0,.2);max-width:none;width:100%}
.es-t-glass .es-card h2{color:#c8aaff;font-size:1rem}
.es-t-glass .es-field label{color:rgba(255,255,255,.4)}.es-t-glass .es-field input{background:rgba(255,255,255,.04);border-color:rgba(200,170,255,.08);color:#fff}.es-t-glass .es-field input::placeholder{color:rgba(255,255,255,.18)}
.es-t-glass .es-field input:focus{border-color:#c8aaff;box-shadow:0 0 0 3px rgba(200,170,255,.1)}
.es-t-glass .es-checkmark{border-color:rgba(200,170,255,.12)}.es-t-glass .es-check span:last-child{color:rgba(255,255,255,.35)}
.es-t-glass .es-btn{background:linear-gradient(135deg,#8b5cf6,#c084fc);box-shadow:0 4px 20px rgba(139,92,246,.2)}
.es-t-glass .es-dl-btn{background:linear-gradient(135deg,#8b5cf6,#c084fc);box-shadow:0 4px 20px rgba(139,92,246,.2)}

/* PREVIEW BAR */
.es-preview-bar{position:fixed;top:0;left:0;right:0;z-index:9999;background:#282828;color:#fff;padding:8px 20px;display:flex;align-items:center;justify-content:space-between;font-size:.82rem}
.es-preview-bar a{color:#6C63FF;text-decoration:none;font-weight:600}

/* RESPONSIVE */
@media(max-width:900px){
    .es-split,.es-glass-split{flex-direction:column!important;gap:20px}
    .es-split-right,.es-glass-right{flex:none;width:100%;max-width:420px;margin:0 auto}
    .es-split-left h1,.es-split-left p,.es-glass-left h1,.es-glass-left p{text-align:center}
    .es-split-left,.es-glass-left{align-items:center}.es-trust{align-items:center}.es-glass-stats{justify-content:center}
    .es-aurora-bottom .es-field-row{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
    .es-nav{padding:0 16px;height:50px}.es-main{padding:60px 14px 10px}.es-card{padding:22px 16px;border-radius:14px}
    .es-field-row{grid-template-columns:1fr}.es-feat-row{flex-direction:column;align-items:center}
    .es-nav-tag{display:none}.es-preview-bar{flex-direction:column;gap:4px;text-align:center;padding:8px;font-size:.75rem}
    .es-aurora-bottom .es-field-row{grid-template-columns:1fr}.es-aurora-bottom{padding:20px 16px}
    .es-retro-form-strip{padding:20px 14px}
    .es-hero h1{font-size:1.8rem}.es-hero p{font-size:.9rem}
    .es-card h2{font-size:1rem}
    .es-btn{padding:12px;font-size:.88rem}
}
@media(max-width:400px){
    .es-card{padding:18px 12px;border-radius:12px}
    .es-field input{padding:10px 12px;font-size:.82rem}
    .es-check{font-size:.72rem}
    .es-glass-stat{padding:6px 12px;font-size:.75rem}
    .es-retro-form-strip .es-btn{font-size:.75rem;letter-spacing:1px}
}

@keyframes shake{0%,100%{transform:translateX(0)}20%{transform:translateX(-6px)}40%{transform:translateX(6px)}60%{transform:translateX(-4px)}80%{transform:translateX(4px)}}

