/*
Theme Name: Neon Minds
Theme URI: https://neonminds.gr
Author: Neon Minds
Author URI: https://neonminds.gr
Description: Custom one-page theme για τη Neon Minds — digital marketing agency landing page. Όλα τα κείμενα, στατιστικά και videos επεξεργάζονται από το Εμφάνιση > Προσαρμογή (Customizer).
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: neonminds
*/

:root{
  --ink:#000000;--paper:#ffffff;--violet:#7C5CFF;--ember:#FF6B4A;--mint:#4CE0B3;
  --muted:rgba(255,255,255,0.45);--muted-2:rgba(255,255,255,0.65);--line:rgba(255,255,255,0.1);
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{background:var(--ink);color:var(--paper);font-family:'Open Sans', sans-serif;font-weight:400;overflow-x:hidden;cursor:none;-webkit-font-smoothing:antialiased;}
h1,h2,h3,.logo-word,.stat b,.metric-item b,.layer-name,.strategy-card h3,.cta-pill,.menu-links a{font-family:'Roboto', sans-serif;font-weight:700;}
a{color:inherit;text-decoration:none;}
button{font:inherit;background:none;border:none;color:inherit;cursor:none;}
::selection{background:var(--ember);color:var(--ink);}
video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;}

#cursor-dot,#cursor-ring{position:fixed;top:0;left:0;pointer-events:none;z-index:9999;border-radius:50%;transform:translate(-50%,-50%);}
#cursor-dot{width:8px;height:8px;background:var(--ember);box-shadow:0 0 6px var(--ember),0 0 16px var(--ember),0 0 34px rgba(255,107,74,.65);}
#cursor-ring{width:36px;height:36px;border:1.5px solid var(--violet);box-shadow:0 0 10px var(--violet),0 0 26px rgba(124,92,255,.5);mix-blend-mode:screen;transition:width .25s,height .25s,border-color .25s,background .25s;}
#cursor-ring.hover{width:64px;height:64px;background:rgba(255,107,74,.1);border-color:var(--ember);box-shadow:0 0 16px var(--ember),0 0 40px rgba(255,107,74,.6);}
@media(hover:none){#cursor-dot,#cursor-ring{display:none;}body,a,button{cursor:auto;}}

section{position:relative;overflow:hidden;}
.video-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg, rgba(0,0,0,.35), rgba(0,0,0,.6));pointer-events:none;}

header{position:fixed;top:0;left:0;right:0;z-index:500;height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;opacity:0;}
@media(min-width:768px){header{padding:0 32px;}}
.logo-pill{display:flex;align-items:center;gap:8px;height:48px;padding:0 18px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border-radius:14px;transition:background .2s,transform .2s;}
.logo-pill:hover{background:rgba(255,255,255,.18);transform:scale(1.02);}
.logo-mark{width:18px;height:18px;color:var(--ember);flex-shrink:0;}
.logo-word{font-size:15px;font-weight:700;letter-spacing:-0.01em;}
.logo-word .accent{color:var(--ember);}
.nav-left{display:flex;gap:8px;align-items:center;}
.menu-pill{height:48px;border-radius:14px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);display:flex;align-items:center;overflow:hidden;width:48px;transition:width .4s cubic-bezier(.2,.9,.3,1);}
.menu-pill.open{width:230px;}
.hamburger{width:48px;height:48px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border-radius:14px;}
.menu-pill.open .hamburger{width:36px;height:36px;margin-left:6px;background:rgba(255,255,255,.08);border-radius:11px;}
.hamburger span{width:16px;height:1.5px;background:#fff;transition:transform .3s,opacity .3s;}
.menu-pill.open .hamburger span:nth-child(1){transform:translateY(6.5px) rotate(45deg);}
.menu-pill.open .hamburger span:nth-child(2){opacity:0;}
.menu-pill.open .hamburger span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg);}
.menu-links{display:flex;gap:18px;padding:0 16px;opacity:0;white-space:nowrap;transition:opacity .3s .15s;}
.menu-pill.open .menu-links{opacity:1;}
.menu-links a{font-size:14px;color:var(--muted-2);}
.menu-links a:hover{color:#fff;}
.cta-pill{height:48px;padding:0 22px;background:var(--ember);color:#000;border-radius:99px;display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:700;transition:transform .2s;}
.cta-pill:hover{transform:scale(1.03);}
@media(max-width:639px){.logo-word{display:none;}.logo-pill{padding:0 12px;height:38px;}.hamburger{width:38px;height:38px;}.menu-pill{height:38px;}.cta-pill{height:38px;padding:0 14px;font-size:12px;}}

.hero{height:100svh;height:100vh;display:flex;flex-direction:column;}
.hero-dotgrid{position:absolute;inset:0;background-image:radial-gradient(#ffffff 1px, transparent 1px);background-size:24px 24px;opacity:0.06;pointer-events:none;z-index:2;}
.hero-content{position:relative;z-index:3;flex:1;display:flex;flex-direction:column;padding:88px 16px 32px;opacity:0;}
@media(min-width:640px){.hero-content{padding:96px 24px 48px;}}
@media(min-width:768px){.hero-content{padding:96px 32px 48px;}}
.hero-spacer{flex:1;}
.hero-bottom{display:flex;flex-direction:column;gap:24px;}
@media(min-width:768px){.hero-bottom{flex-direction:row;align-items:flex-end;justify-content:space-between;}}
.hero-left{display:flex;flex-direction:column;gap:16px;}
.hero h1{font-weight:400;line-height:0.95;letter-spacing:-0.03em;font-size:clamp(40px,10vw,100px);}
.hero h1.right-h1{text-align:left;}
@media(min-width:768px){.hero h1.right-h1{text-align:right;}}
.hero h1 .violet{color:var(--violet);}
.scramble-line{display:block;min-height:1.1em;}
.hero-desc{max-width:340px;font-size:13px;color:rgba(255,255,255,.75);line-height:1.7;opacity:0;transform:translateY(25px);}
@media(min-width:640px){.hero-desc{font-size:15px;}}
.stat-row{display:flex;gap:28px;margin-top:44px;opacity:0;transform:translateY(20px);}
.stat b{font-size:clamp(22px,4vw,32px);font-weight:700;display:block;}
.stat span{font-size:10.5px;color:rgba(255,255,255,.6);letter-spacing:.05em;text-transform:uppercase;}
.scrub-hint{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);z-index:3;font-size:10.5px;letter-spacing:.15em;text-transform:uppercase;color:rgba(255,255,255,.4);display:none;}
@media(hover:hover) and (min-width:768px){.scrub-hint{display:block;}}

.cinematic{height:100vh;display:flex;align-items:center;justify-content:center;}
.cinematic .video-overlay{background:linear-gradient(180deg, rgba(0,0,0,.75), rgba(0,0,0,.4) 40%, rgba(0,0,0,.75));}
.cinematic-inner{position:relative;z-index:2;max-width:980px;perspective:400px;padding:0 24px;}
@media(min-width:640px){.cinematic-inner{padding:0 48px;}}
.cinematic p{font-size:clamp(22px,5.5vw,42px);line-height:1.35;letter-spacing:-0.02em;text-align:center;opacity:0;}

.metrics{min-height:100vh;display:flex;align-items:center;padding:120px 24px;}
.metrics .video-overlay{background:rgba(0,0,0,.72);}
.metrics-inner{position:relative;z-index:2;max-width:1100px;margin:0 auto;width:100%;}
.metrics-sub{color:rgba(255,255,255,.55);font-size:13px;letter-spacing:.2em;text-transform:uppercase;text-align:center;margin-bottom:70px;opacity:0;}
.metrics-grid{display:grid;grid-template-columns:1fr;gap:56px;text-align:center;}
@media(min-width:768px){.metrics-grid{grid-template-columns:repeat(3,1fr);gap:32px;}}
.metric-item{opacity:0;transform:translateY(30px);}
.metric-item b{font-size:clamp(48px,10vw,96px);font-weight:300;letter-spacing:-0.04em;line-height:1;display:block;}
.metric-item span{color:rgba(255,255,255,.55);font-size:13px;margin-top:14px;display:block;letter-spacing:.03em;}
@media(min-width:640px){.metric-item span{font-size:15px;}}

.strategy{min-height:100vh;display:flex;flex-direction:column;padding:60px 20px;}
.strategy .video-overlay{background:rgba(0,0,0,.68);}
@media(min-width:640px){.strategy{padding:64px 48px;}}
@media(min-width:768px){.strategy{padding:64px 64px;}}
.strategy-top,.strategy-grid,.strategy-spacer{position:relative;z-index:2;}
.strategy-top{display:flex;flex-direction:column;gap:20px;}
@media(min-width:768px){.strategy-top{flex-direction:row;justify-content:space-between;align-items:flex-start;}}
.strategy-heading{font-weight:300;font-size:clamp(34px,8vw,68px);line-height:0.96;letter-spacing:-0.03em;opacity:0;transform:translateY(36px);}
.strategy-heading .violet{color:var(--violet);}
.strategy-note{color:rgba(255,255,255,.6);font-size:13px;line-height:1.7;max-width:290px;opacity:0;transform:translateY(18px);}
@media(min-width:768px){.strategy-note{text-align:right;font-size:15px;padding-top:8px;}}
.strategy-spacer{flex:1;min-height:40px;}
.strategy-grid{display:grid;grid-template-columns:1fr 1fr;gap:26px;opacity:0;}
@media(min-width:768px){.strategy-grid{grid-template-columns:repeat(4,1fr);gap:22px;}}
.strategy-card h3{font-size:15px;font-weight:400;margin-bottom:8px;}
.strategy-card p{color:rgba(255,255,255,.5);font-size:12.5px;line-height:1.6;}

.layers{min-height:100vh;display:flex;align-items:center;padding:120px 24px;background:#000;}
.layers-inner{max-width:640px;margin:0 auto;text-align:center;}
.layers-sub{color:var(--muted);font-size:13px;letter-spacing:.2em;text-transform:uppercase;margin-bottom:28px;opacity:0;}
.layers-heading{font-weight:300;font-size:clamp(28px,6vw,54px);line-height:1.15;letter-spacing:-0.02em;margin-bottom:36px;opacity:0;}
.layers-desc{color:var(--muted-2);font-size:15px;line-height:1.75;max-width:520px;margin:0 auto;opacity:0;}
@media(min-width:640px){.layers-desc{font-size:17px;}}
.layer-cards{margin-top:74px;display:flex;flex-direction:column;align-items:center;gap:14px;opacity:0;}
.layer-card{width:100%;max-width:460px;height:70px;border:1px solid var(--line);border-radius:12px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;transition:border-color .3s,background .3s;}
.layer-card:hover{border-color:var(--violet);background:rgba(124,92,255,0.05);}
.layer-card .layer-label{color:var(--muted);font-size:11px;letter-spacing:.13em;text-transform:uppercase;}
.layer-card .layer-name{font-size:17px;font-weight:400;}

footer{display:flex;flex-direction:column;min-height:340px;overflow:hidden;border-top:1px solid var(--line);}
@media(min-width:768px){footer{flex-direction:row;min-height:400px;}}
.footer-visual{height:220px;position:relative;overflow:hidden;background:#000;}
@media(min-width:768px){.footer-visual{height:auto;width:50%;}}
.footer-right{flex:1;display:flex;flex-direction:column;justify-content:space-between;padding:40px 24px;}
@media(min-width:640px){.footer-right{padding:56px 40px;}}
.footer-top{display:flex;align-items:center;gap:8px;margin-bottom:26px;}
.footer-top .logo-word{font-size:15px;color:var(--muted-2);}
.footer-desc{color:var(--muted);font-size:14px;line-height:1.7;max-width:340px;margin-bottom:22px;}
.footer-contact a{display:block;font-size:13.5px;color:var(--muted-2);margin-bottom:6px;}
.footer-contact a:hover{color:#fff;}
.footer-copy{color:rgba(255,255,255,0.25);font-size:11.5px;margin-top:40px;}

@media(prefers-reduced-motion:reduce){*{animation:none !important;transition:none !important;}}
