:root{--bg:#07050a;--bg-2:#0b0b0f;--accent-cyan:#39d9ff;--accent-purple:#7c3aed;--accent-magenta:#ff4ecf;--accent-mid:linear-gradient(90deg,var(--accent-cyan),var(--accent-purple),var(--accent-magenta));--glass:rgba(255,255,255,0.02);--card-border:rgba(255,255,255,0.04);--muted:#cfcbe1;--text:#e6e6ee;--surface:#071018;--light-bg:#f8f9fc;--light-bg-2:#f0f2f8;--light-text:#0d1117;--light-muted:#5a6470;--light-card:#ffffff}
body{font-family:'Inter',Arial,sans-serif;margin:0;padding:0;background-color:var(--bg-2);color:var(--text);transition:background-color .3s ease,color .3s ease}
header{background:linear-gradient(180deg,rgba(6,6,10,0.92),rgba(8,6,14,0.88));color:var(--text);padding:1rem 1.5rem;box-shadow:0 8px 36px rgba(2,6,23,0.65);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(124,58,237,0.06);transition:background-color .3s ease,color .3s ease}
header nav h1{margin:0;font-size:1.05rem;font-weight:800;letter-spacing:.2px;background:var(--accent-mid);-webkit-background-clip:text;background-clip:text;color:transparent}
.nav-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}
.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.brand .logo{width:44px;height:44px;border-radius:8px;filter:drop-shadow(0 6px 18px rgba(0,0,0,0.12))}.nav-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}
/* Removed legacy native-select rules to avoid conflicts with the custom select component. */
body.rtl{direction:rtl}
main{padding:2.5rem 1rem;max-width:1200px;margin:0 auto}.container{max-width:980px;margin:0 auto;padding:1rem}
.hero{display:flex;align-items:center;justify-content:center;padding:3rem;border-radius:12px;margin-bottom:1.5rem}.hero-inner{max-width:920px;text-align:center}.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.25rem}.hero h2{font-size:2.4rem;font-weight:800;margin:0 0 .6rem;background:var(--accent-mid);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-0.4px;line-height:1.02;padding:0 .5rem;text-wrap:balance;text-shadow:0 6px 18px rgba(124,58,237,0.06)}.hero .lead{color:rgba(230,230,238,0.92);font-size:1.06rem;line-height:1.65;max-width:820px;margin:0 auto 1.25rem;font-weight:600;opacity:0.95}
.cta{background:linear-gradient(90deg,rgba(57,217,255,1),rgba(124,58,237,1),rgba(255,78,207,1));color:#fff;padding:.8rem 1.3rem;border-radius:999px;text-decoration:none;font-weight:800;font-size:1rem;letter-spacing:0.2px;box-shadow:0 12px 40px rgba(124,58,237,0.18);display:inline-block;transition:transform .22s cubic-bezier(.2,.9,.3,1),box-shadow .22s ease;border:none;cursor:pointer}.cta.ghost{background:transparent;color:var(--accent-purple);border:1px solid rgba(124,58,237,0.12)}.cta:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 30px 80px rgba(124,58,237,0.22)}
.tools{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.tool-card{background:linear-gradient(180deg,rgba(20,14,28,0.48),rgba(12,8,18,0.6));backdrop-filter:blur(10px) saturate(140%);border:1px solid var(--card-border);border-radius:14px;box-shadow:0 8px 30px rgba(2,6,23,0.6);padding:1.25rem;text-align:center;transition:transform .28s cubic-bezier(.2,.9,.3,1),box-shadow .28s}.tool-card:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 18px 40px rgba(16,24,40,0.12)}.tool-card h3{font-size:1.05rem;margin:0 .25rem .6rem}
.tool-icon{width:64px;height:64px;display:block;margin:0 auto .6rem;filter:drop-shadow(0 18px 48px rgba(124,58,237,0.16));transition:transform .18s ease}.tool-icon:hover{transform:translateY(-6px) scale(1.03)}.icon-wrap{width:88px;height:88px;border-radius:20px;margin:0 auto .6rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--accent-cyan),var(--accent-purple) 55%,var(--accent-magenta));box-shadow:inset 0 1px 0 rgba(255,255,255,0.02),0 18px 48px rgba(60,30,120,0.12);backdrop-filter:blur(6px) saturate(140%);border:1px solid rgba(255,255,255,0.03)}
.promo{width:100%;display:flex;justify-content:center;padding:.6rem 0;background:linear-gradient(90deg,rgba(57,217,255,0.06),rgba(124,58,237,0.04));border-bottom:1px solid rgba(124,58,237,0.04)}.promo-inner{max-width:1200px;width:100%;padding:0 .75rem;display:flex;gap:1rem;align-items:center;justify-content:center;color:var(--text)}.promo .promo-text{opacity:.9;margin:0 .5rem;font-weight:500}footer{background:transparent;border-top:1px solid rgba(255,255,255,0.03);padding:1.25rem 1rem;color:var(--muted);text-align:center;font-size:.95rem;transition:all .3s ease}footer a{color:var(--muted);text-decoration:none;opacity:.95}footer a:hover{color:var(--accent-cyan);text-decoration:underline}
.features{padding:2rem 0}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1100px;margin:0 auto}.feature-grid article{background:linear-gradient(180deg,rgba(255,255,255,0.02),rgba(255,255,255,0.01));padding:1.25rem;border-radius:12px;border:1px solid rgba(255,255,255,0.03);text-align:left}.feature-grid h3{margin:0 0 .5rem}
.testimonials{padding:2rem 1rem;background:transparent}.test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1100px;margin:0 auto}.test-grid blockquote{padding:1.2rem;border-radius:12px;background:linear-gradient(180deg,rgba(10,10,14,0.9),rgba(12,8,18,0.9));border:1px solid rgba(255,255,255,0.02);color:var(--muted)}.test-grid cite{display:block;margin-top:.8rem;color:var(--text);font-weight:700}
.hero-stats{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.count-badge{display:flex;flex-direction:column;align-items:center;padding:.6rem .8rem;border-radius:10px;background:linear-gradient(180deg,rgba(255,255,255,0.02),rgba(255,255,255,0.01));border:1px solid rgba(255,255,255,0.03)}.count-badge strong{font-size:1.05rem}
@media(max-width:900px){.tools{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){
  body{font-size:15px}
  header{padding:0.8rem 1rem}
  header nav h1{font-size:0.95rem}
  .brand .logo{width:40px;height:40px}
  .brand{gap:0.5rem}
  main{padding:1.5rem 0.75rem}
  .hero{padding:2rem 1rem;margin-bottom:1rem}
  .hero h2{font-size:1.8rem;line-height:1.1;margin-bottom:0.8rem}
  .hero .lead{font-size:0.95rem;line-height:1.55;margin-bottom:1rem}
  .hero-ctas{display:flex;flex-direction:column;gap:0.75rem}
  .cta{width:100%;text-align:center;padding:0.85rem 1rem;font-size:0.95rem}
  .hero-stats{flex-direction:row;gap:0.5rem;justify-content:center;flex-wrap:wrap}
  .count-badge{padding:0.5rem 0.6rem;font-size:0.85rem}
  .count-badge strong{font-size:0.95rem}
  .icon-wrap{width:76px;height:76px;margin-bottom:0.5rem}
  .tool-icon{width:56px;height:56px;margin-bottom:0.4rem}
  .tool-card{padding:1rem;border-radius:12px}
  .tool-card h3{font-size:0.95rem;margin-bottom:0.5rem}
  .tools{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:0.8rem}
  .feature-grid{grid-template-columns:1fr;gap:0.75rem}
  .feature-grid article{padding:1rem;border-radius:10px}
  .feature-grid h3{font-size:1rem;margin-bottom:0.4rem}
  .feature-grid p{font-size:0.92rem;line-height:1.5}
  .test-grid{grid-template-columns:1fr;gap:0.75rem}
  .test-grid blockquote{padding:1rem;border-radius:10px}
  .test-grid p{font-size:0.93rem;line-height:1.5;margin:0 0 0.6rem}
  .test-grid cite{font-size:0.85rem;margin-top:0.6rem}
  .promo-inner{flex-direction:column;gap:0.4rem;padding:0 0.5rem}
  .promo .promo-text{font-size:0.9rem;margin:0 0.3rem}
  .promo{padding:0.5rem 0}
  footer{padding:1rem 0.75rem;font-size:0.9rem}
  .custom-select__button{min-width:100px;font-size:0.9rem;height:32px;padding:0 0.6rem}
  .custom-select__label{line-height:32px;font-size:0.9rem}
  .custom-select__list{min-width:140px;font-size:0.9rem}
  .custom-select__list li{padding:0.4rem 0.65rem;font-size:0.9rem}
  .nav-container{flex-wrap:wrap;gap:0.5rem}
  .nav-actions{gap:0.5rem}
}
@media(max-width:480px){
  header{padding:0.7rem 0.75rem}
  header nav h1{font-size:0.9rem;letter-spacing:0}
  .brand .logo{width:36px;height:36px}
  .brand{gap:0.4rem}
  main{padding:1rem 0.5rem}
  .hero{padding:1.5rem 0.75rem;margin-bottom:0.8rem;border-radius:10px}
  .hero h2{font-size:1.4rem;line-height:1.15;margin-bottom:0.6rem;padding:0}
  .hero .lead{font-size:0.9rem;line-height:1.5;margin-bottom:0.8rem}
  .hero-ctas{gap:0.6rem}
  .cta{padding:0.75rem 1rem;font-size:0.9rem;border-radius:8px}
  .cta.ghost{font-size:0.9rem}
  .hero-stats{gap:0.4rem}
  .count-badge{padding:0.4rem 0.5rem;font-size:0.8rem;border-radius:8px}
  .count-badge strong{font-size:0.9rem}
  .icon-wrap{width:68px;height:68px;border-radius:16px;margin-bottom:0.4rem}
  .tool-icon{width:48px;height:48px;margin-bottom:0.3rem}
  .tool-card{padding:0.85rem;border-radius:10px;margin-bottom:0.5rem}
  .tool-card h3{font-size:0.9rem;margin-bottom:0.4rem}
  .tool-card p{font-size:0.85rem;line-height:1.4;margin-bottom:0.6rem}
  .cta{font-size:0.85rem;padding:0.65rem 0.9rem}
  .tools{grid-template-columns:1fr;gap:0.6rem}
  .features{padding:1.5rem 0}
  .feature-grid{gap:0.6rem}
  .feature-grid article{padding:0.85rem;border-radius:8px}
  .feature-grid h3{font-size:0.95rem;margin-bottom:0.3rem}
  .feature-grid p{font-size:0.85rem;line-height:1.45}
  .testimonials{padding:1.5rem 0.5rem}
  .test-grid{gap:0.6rem}
  .test-grid blockquote{padding:0.85rem;border-radius:8px}
  .test-grid p{font-size:0.85rem;line-height:1.45;margin-bottom:0.5rem}
  .test-grid cite{font-size:0.8rem;margin-top:0.5rem}
  .promo-inner{padding:0 0.5rem;gap:0.3rem}
  .promo .promo-text{font-size:0.85rem;margin:0}
  .promo{padding:0.4rem 0}
  footer{padding:0.85rem 0.5rem;font-size:0.85rem;line-height:1.6}
  footer a{font-size:0.85rem}
  footer p{margin:0.3rem 0}
  .custom-select__button{min-width:90px;font-size:0.85rem;height:30px;padding:0 0.5rem}
  .custom-select__label{line-height:30px;font-size:0.85rem}
  .custom-select__chev{width:10px;height:10px}
  .custom-select__list{min-width:130px;font-size:0.85rem;top:calc(100% + 4px)}
  .custom-select__list li{padding:0.35rem 0.55rem;font-size:0.85rem}
  .nav-container{gap:0.4rem;padding:0}
  .nav-actions{gap:0.4rem}
}.btn-group{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:8px 14px;border-radius:10px;border:0;cursor:pointer;font-weight:700;transition:all .2s ease}
/* Ambient page glow and subtle float animation (moved from inline <style>) */

/* Custom language selector styles (refined, compact, header-friendly) */

.language-switcher-wrap{display:inline-block;vertical-align:middle}
.custom-select{position:relative;display:inline-block}
.custom-select__button{display:inline-flex;align-items:center;gap:.5rem;padding:0 .8rem;height:36px;border-radius:10px;border:1px solid rgba(255,255,255,0.06);background:linear-gradient(180deg,rgba(6,6,10,0.72),rgba(8,6,14,0.68));color:var(--text);font-weight:700;font-size:0.95rem;min-width:120px;box-shadow:0 8px 26px rgba(2,6,23,0.45);backdrop-filter:blur(6px) saturate(120%);cursor:pointer}
.custom-select__button .custom-select__label{flex:1;text-align:left;display:inline-block;line-height:36px}
.custom-select__chev{opacity:.9;transform:translateY(0);width:12px;height:12px;color:rgba(255,255,255,0.9)}
.custom-select__list{position:absolute;right:0;top:calc(100% + 6px);background:linear-gradient(180deg,rgba(6,6,10,0.96),rgba(8,6,14,0.94));border-radius:10px;padding:.2rem;border:1px solid rgba(255,255,255,0.04);min-width:160px;box-shadow:0 18px 40px rgba(2,6,23,0.55);z-index:80;display:none;list-style:none;margin:0}
.custom-select__list[aria-hidden="false"],.custom-select__list.open{display:block}
.custom-select__list li{padding:.45rem .75rem;border-radius:8px;color:var(--text);cursor:pointer;font-weight:700;font-size:.95rem}
.custom-select__list li[aria-selected="true"]{background:linear-gradient(90deg,var(--accent-cyan),var(--accent-purple));color:#fff}
.custom-select__list li:hover{background:rgba(255,255,255,0.03)}
.custom-select__list li:focus{outline:none;box-shadow:0 0 0 4px rgba(124,58,237,0.08)}

/* RTL adjustments */
body.rtl .custom-select__button .custom-select__label{text-align:right}
body.rtl .custom-select__list{left:0;right:auto}

/* Make the control visually consistent with custom select button height */
.custom-select__button{height:36px}

/* Slight transition for open/close */
.custom-select__button,.custom-select__list{transition:transform .14s ease,box-shadow .18s ease,opacity .12s ease}

/* Flag emoji styling for language labels */

.custom-select__label, .custom-select__list li{word-spacing:.2rem}

/* Enhanced hero & CTA overrides - stronger typography & spacing */
.hero h2{font-size:2.4rem;font-weight:800;margin:0 0 .6rem;background:var(--accent-mid);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-0.4px;line-height:1.02;padding:0 .5rem;text-wrap:balance;text-shadow:0 6px 18px rgba(124,58,237,0.06)}
.hero .lead{color:rgba(230,230,238,0.92);font-size:1.06rem;line-height:1.65;max-width:820px;margin:0 auto 1.25rem;font-weight:600;opacity:0.95}

/* Stronger, pill-shaped CTA for better visibility */
.cta{background:linear-gradient(90deg,rgba(57,217,255,1),rgba(124,58,237,1),rgba(255,78,207,1));color:#fff;padding:.8rem 1.3rem;border-radius:999px;text-decoration:none;font-weight:800;font-size:1rem;letter-spacing:0.2px;box-shadow:0 12px 40px rgba(124,58,237,0.18);display:inline-block;transition:transform .22s cubic-bezier(.2,.9,.3,1),box-shadow .22s ease;border:none;cursor:pointer}
.cta.ghost{background:transparent;color:var(--accent-purple);border:1px solid rgba(124,58,237,0.12)}
.cta:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 30px 80px rgba(124,58,237,0.22)}

@media(max-width:720px){.hero h2{font-size:1.6rem} .hero .lead{font-size:0.98rem;line-height:1.5;padding:0 0.5rem}}


