/* ================================================
   DALEYORK — Premium Software Company Website
   Ultra Dark Luxury Theme with 3D Animations
================================================ */

:root {
  --black: #050508;
  --dark: #0a0a12;
  --dark2: #0f0f1a;
  --dark3: #141421;
  --glass: rgba(255,255,255,0.04);
  --glass-border: rgba(255,255,255,0.08);
  --orange: #ff6b00;
  --orange-light: #ff9500;
  --orange-glow: rgba(255,107,0,0.3);
  --blue: #3b82f6;
  --blue-light: #60a5fa;
  --blue-glow: rgba(59,130,246,0.3);
  --white: #ffffff;
  --gray: #a0a0b0;
  --gray2: #6b6b80;
  --font: 'Sora', sans-serif;
  --mono: 'Space Mono', monospace;
  --shadow: 0 25px 80px rgba(0,0,0,0.6);
  --shadow-orange: 0 0 40px rgba(255,107,0,0.2);
  --radius: 16px;
  --radius-lg: 24px;
  --transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

/* RESET */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--font);background:var(--black);color:var(--white);overflow-x:hidden;line-height:1.6}
a{text-decoration:none;color:inherit}
ul{list-style:none}
img{max-width:100%;display:block}
button{cursor:pointer;border:none;background:none;font-family:var(--font)}
input,select,textarea{font-family:var(--font)}

/* SCROLLBAR */
::-webkit-scrollbar{width:4px}
::-webkit-scrollbar-track{background:var(--dark)}
::-webkit-scrollbar-thumb{background:var(--orange);border-radius:2px}

/* SELECTION */
::selection{background:var(--orange);color:white}

/* PARTICLES CANVAS */
#particleCanvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:0.6}

/* CURSOR */
.cursor{width:12px;height:12px;background:var(--orange);border-radius:50%;position:fixed;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:width 0.3s,height 0.3s,background 0.3s;mix-blend-mode:screen}
.cursor-follower{width:36px;height:36px;border:1px solid rgba(255,107,0,0.5);border-radius:50%;position:fixed;pointer-events:none;z-index:9998;transform:translate(-50%,-50%);transition:all 0.12s linear}

/* CONTAINER */
.container{max-width:1280px;margin:0 auto;padding:0 24px;position:relative;z-index:2}

/* SECTION */
.section{padding:120px 0;position:relative;overflow:hidden}

/* SECTION LABELS */
.section-label{font-family:var(--mono);font-size:12px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--orange);margin-bottom:16px;display:inline-block}
.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.15;letter-spacing:-0.03em;margin-bottom:20px}
.section-sub{font-size:1.1rem;color:var(--gray);max-width:600px;margin-bottom:60px}
.text-center{text-align:center}
.text-center .section-sub,.text-center .section-label{margin-left:auto;margin-right:auto;display:block}

/* GRADIENT TEXT */
.gradient-text{background:linear-gradient(135deg,var(--orange),var(--orange-light),var(--blue));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}

/* GLASS CARDS */
.glass-card{background:var(--glass);border:1px solid var(--glass-border);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:var(--radius-lg);padding:32px;transition:var(--transition)}
.glass-card:hover{border-color:rgba(255,107,0,0.2);box-shadow:0 20px 60px rgba(0,0,0,0.5),0 0 30px rgba(255,107,0,0.05);transform:translateY(-4px)}

/* REVEAL ANIMATIONS */
.reveal{opacity:0;transform:translateY(40px);transition:opacity 0.8s cubic-bezier(0.23,1,0.32,1),transform 0.8s cubic-bezier(0.23,1,0.32,1)}
.reveal.visible{opacity:1;transform:translateY(0)}

/* BUTTONS */
.btn-primary{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,var(--orange),var(--orange-light));color:white;padding:16px 32px;border-radius:50px;font-weight:700;font-size:1rem;transition:var(--transition);position:relative;overflow:hidden}
.btn-primary::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,var(--blue),#60a5fa);opacity:0;transition:opacity 0.4s}
.btn-primary:hover::before{opacity:1}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 50px rgba(255,107,0,0.4)}
.btn-primary span,.btn-primary svg{position:relative;z-index:1}
.btn-ghost{display:inline-flex;align-items:center;gap:10px;background:transparent;color:white;padding:15px 32px;border-radius:50px;font-weight:600;font-size:1rem;border:1px solid var(--glass-border);transition:var(--transition)}
.btn-ghost:hover{border-color:var(--orange);background:rgba(255,107,0,0.1);transform:translateY(-2px)}

/* ================================
   NAVBAR
================================ */
.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:20px 0;transition:var(--transition)}
.navbar.scrolled{background:rgba(5,5,8,0.95);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border-bottom:1px solid var(--glass-border);padding:14px 0}
.nav-container{max-width:1280px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:40px}
.nav-logo{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:132px;height:58px;border:1px solid rgba(255,107,0,0.28);border-radius:16px;background:rgba(255,255,255,0.035);box-shadow:0 12px 34px rgba(0,0,0,0.28),0 0 24px rgba(255,107,0,0.12);overflow:hidden;transition:var(--transition)}
.nav-logo:hover{transform:translateY(-2px);border-color:rgba(255,107,0,0.55);box-shadow:0 18px 44px rgba(0,0,0,0.34),0 0 34px rgba(255,107,0,0.2)}
.nav-logo img{width:100%;height:100%;object-fit:cover}
.logo-svg svg{height:36px;width:auto}
.nav-links{display:flex;align-items:center;gap:4px;margin-left:auto}
.nav-link{padding:8px 16px;border-radius:8px;font-size:0.9rem;font-weight:500;color:var(--gray);transition:var(--transition)}
.nav-link:hover,.nav-link.active{color:white;background:rgba(255,255,255,0.06)}
.nav-cta{background:linear-gradient(135deg,var(--orange),var(--orange-light));color:white;padding:10px 24px;border-radius:50px;font-weight:700;font-size:0.9rem;transition:var(--transition);flex-shrink:0}
.nav-cta:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(255,107,0,0.4)}
.hamburger{display:none;flex-direction:column;gap:5px;padding:8px;border-radius:8px;background:var(--glass);border:1px solid var(--glass-border)}
.hamburger span{display:block;width:22px;height:2px;background:white;border-radius:2px;transition:var(--transition)}
.hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* ================================
   HERO SECTION
================================ */
.hero{min-height:100vh;display:flex;flex-direction:column;align-items:stretch;justify-content:center;position:relative;overflow:hidden;padding:120px 0 80px}
.hero-bg-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,107,0,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,107,0,0.04) 1px,transparent 1px);background-size:60px 60px;z-index:0;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black,transparent)}
.hero-orb{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none}
.orb1{width:600px;height:600px;background:radial-gradient(circle,rgba(255,107,0,0.15),transparent);top:-100px;right:-100px;animation:orbFloat1 8s ease-in-out infinite}
.orb2{width:400px;height:400px;background:radial-gradient(circle,rgba(59,130,246,0.12),transparent);bottom:-100px;left:-100px;animation:orbFloat2 10s ease-in-out infinite}
.orb3{width:300px;height:300px;background:radial-gradient(circle,rgba(255,107,0,0.08),transparent);top:50%;left:40%;animation:orbFloat3 12s ease-in-out infinite}
@keyframes orbFloat1{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(-30px,40px) scale(1.05)}}
@keyframes orbFloat2{0%,100%{transform:translate(0,0)}50%{transform:translate(40px,-30px)}}
@keyframes orbFloat3{0%,100%{transform:translate(0,0)}50%{transform:translate(-20px,20px)}}
.hero-container{max-width:1280px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;position:relative;z-index:2}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,107,0,0.1);border:1px solid rgba(255,107,0,0.3);border-radius:50px;padding:6px 16px;font-size:0.85rem;font-weight:600;color:var(--orange-light);margin-bottom:24px}
.badge-dot{width:8px;height:8px;background:var(--orange);border-radius:50%;animation:pulseDot 2s ease-in-out infinite}
@keyframes pulseDot{0%,100%{box-shadow:0 0 0 0 rgba(255,107,0,0.6)}50%{box-shadow:0 0 0 6px rgba(255,107,0,0)}}
.hero-title{font-size:clamp(2.5rem,5.5vw,4.2rem);font-weight:800;line-height:1.1;letter-spacing:-0.04em;margin-bottom:24px}
.hero-sub{font-size:1.15rem;color:var(--gray);line-height:1.8;margin-bottom:40px;max-width:520px}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:60px}
.hero-stats{display:flex;align-items:center;gap:32px}
.stat{text-align:left}
.stat-num{font-size:2rem;font-weight:800;color:var(--orange)}
.stat span:last-of-type{font-size:1.5rem;font-weight:700;color:var(--orange)}
.stat p{font-size:0.8rem;color:var(--gray);margin-top:2px;font-family:var(--mono)}
.stat-divider{width:1px;height:40px;background:var(--glass-border)}

/* HERO 3D SCENE */
.hero-visual{display:flex;align-items:center;justify-content:center}
.hero-3d-scene{width:480px;height:480px;position:relative;display:flex;align-items:center;justify-content:center}
.hero-glow-center{position:absolute;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(255,107,0,0.3),transparent);animation:glowPulse 3s ease-in-out infinite}
@keyframes glowPulse{0%,100%{transform:scale(1);opacity:0.7}50%{transform:scale(1.3);opacity:1}}

/* CUBE */
.cube-wrapper{width:120px;height:120px;perspective:800px;position:relative;z-index:3}
.cube{width:100%;height:100%;position:relative;transform-style:preserve-3d;animation:rotateCube 10s linear infinite}
@keyframes rotateCube{from{transform:rotateX(25deg) rotateY(0deg)}to{transform:rotateX(25deg) rotateY(360deg)}}
.cube-face{position:absolute;width:120px;height:120px;border:2px solid rgba(255,107,0,0.4);background:rgba(255,107,0,0.05);display:flex;align-items:center;justify-content:center}
.cube-face.front {transform:translateZ(60px);border-color:rgba(255,107,0,0.6);background:rgba(255,107,0,0.08)}
.cube-face.back  {transform:rotateY(180deg) translateZ(60px)}
.cube-face.left  {transform:rotateY(-90deg) translateZ(60px);border-color:rgba(59,130,246,0.4)}
.cube-face.right {transform:rotateY(90deg) translateZ(60px);border-color:rgba(59,130,246,0.4)}
.cube-face.top   {transform:rotateX(90deg) translateZ(60px)}
.cube-face.bottom{transform:rotateX(-90deg) translateZ(60px)}
.cube-face::after{content:'';position:absolute;inset:6px;border:1px solid rgba(255,255,255,0.1)}

/* ORBIT RINGS */
.orbit-ring{position:absolute;border-radius:50%;border:1px solid;display:flex;align-items:flex-start;justify-content:center}
.ring1{width:240px;height:240px;border-color:rgba(255,107,0,0.2);animation:orbitRing 6s linear infinite}
.ring2{width:340px;height:340px;border-color:rgba(59,130,246,0.15);animation:orbitRing 10s linear infinite reverse}
.ring3{width:430px;height:430px;border-color:rgba(255,107,0,0.08);animation:orbitRing 15s linear infinite}
@keyframes orbitRing{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.orbit-dot{width:12px;height:12px;border-radius:50%;margin-top:-6px}
.dot1{background:var(--orange);box-shadow:0 0 15px var(--orange)}
.dot2{background:var(--blue);box-shadow:0 0 15px var(--blue)}
.dot3{background:var(--orange-light);box-shadow:0 0 10px var(--orange-light)}

/* FLOATING CHIPS */
.floating-chip{position:absolute;background:var(--glass);border:1px solid var(--glass-border);border-radius:30px;padding:8px 16px;font-size:0.8rem;font-weight:700;font-family:var(--mono);color:var(--white);backdrop-filter:blur(10px)}
.chip1{top:60px;left:20px;animation:chipFloat 4s ease-in-out infinite;color:var(--orange);border-color:rgba(255,107,0,0.3)}
.chip2{top:80px;right:30px;animation:chipFloat 5s ease-in-out infinite 1s;color:var(--blue-light);border-color:rgba(59,130,246,0.3)}
.chip3{bottom:80px;left:30px;animation:chipFloat 4.5s ease-in-out infinite 0.5s}
.chip4{bottom:60px;right:20px;animation:chipFloat 6s ease-in-out infinite 1.5s;color:var(--orange-light);border-color:rgba(255,149,0,0.3)}
@keyframes chipFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}

/* SCROLL HINT */
.hero-scroll-hint{position:absolute;bottom:32px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;z-index:2}
.scroll-line{width:1px;height:50px;background:linear-gradient(to bottom,var(--orange),transparent);animation:scrollLine 2s ease-in-out infinite}
@keyframes scrollLine{0%,100%{opacity:1;height:50px}50%{opacity:0.4;height:30px}}
.hero-scroll-hint span{font-size:0.7rem;font-family:var(--mono);letter-spacing:2px;color:var(--gray2);text-transform:uppercase}

/* ================================
   TICKER
================================ */
.ticker-wrap{background:rgba(255,107,0,0.06);border-top:1px solid rgba(255,107,0,0.15);border-bottom:1px solid rgba(255,107,0,0.15);overflow:hidden;padding:16px 0;position:relative;z-index:2}
.ticker{display:flex;gap:0;animation:ticker 30s linear infinite;width:max-content}
.ticker span{white-space:nowrap;padding:0 24px;font-family:var(--mono);font-size:0.8rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--gray)}
.ticker-dot{color:var(--orange) !important;padding:0 8px !important}
@keyframes ticker{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ================================
   ABOUT SECTION
================================ */
.about{background:var(--dark)}
.about-orb{position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(59,130,246,0.06),transparent);border-radius:50%;top:-100px;right:-100px;pointer-events:none}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;margin-bottom:80px}
.about-text{color:var(--gray);line-height:1.9;margin-bottom:24px;font-size:1.05rem}
.about-pillars{display:flex;flex-direction:column;gap:20px;margin-top:32px}
.pillar{display:flex;gap:16px;align-items:flex-start;padding:20px;background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius)}
.pillar-icon{font-size:1.5rem;flex-shrink:0}
.pillar strong{display:block;font-size:1rem;font-weight:700;margin-bottom:4px;color:white}
.pillar p{font-size:0.9rem;color:var(--gray);line-height:1.6}
.about-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.about-card{padding:24px;text-align:center}
.about-card-icon{font-size:2rem;margin-bottom:12px}
.about-card h3{font-size:1rem;font-weight:700;margin-bottom:8px}
.about-card p{font-size:0.85rem;color:var(--gray);line-height:1.6}
.accent-border{border-color:rgba(255,107,0,0.2) !important}

/* TIMELINE */
.timeline-wrap{text-align:center}
.timeline-heading{font-size:1.5rem;font-weight:700;margin-bottom:48px;color:var(--gray)}
.timeline{display:flex;align-items:flex-start;gap:0;position:relative;overflow-x:auto;padding-bottom:16px}
.timeline::before{content:'';position:absolute;top:24px;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,rgba(255,107,0,0.4),rgba(59,130,246,0.4),transparent)}
.timeline-item{flex:1;min-width:180px;display:flex;flex-direction:column;align-items:center;gap:16px;padding:0 12px}
.timeline-year{font-family:var(--mono);font-size:0.85rem;font-weight:700;color:var(--orange)}
.timeline-dot{width:14px;height:14px;border-radius:50%;background:var(--dark2);border:2px solid rgba(255,107,0,0.4);position:relative;z-index:1;flex-shrink:0}
.active-dot{background:var(--orange);border-color:var(--orange);box-shadow:0 0 20px var(--orange)}
.timeline-content{padding:20px;text-align:left}
.timeline-content h4{font-size:0.95rem;font-weight:700;margin-bottom:6px}
.timeline-content p{font-size:0.8rem;color:var(--gray);line-height:1.6}
.active-card{border-color:rgba(255,107,0,0.3) !important}

/* ================================
   SERVICES
================================ */
.services{background:var(--dark2)}
.services-bg{position:absolute;inset:0;background:radial-gradient(ellipse 60% 40% at 50% 0%,rgba(255,107,0,0.04),transparent)}
.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}
.services-grid-paid{grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}
.service-card{position:relative;cursor:pointer;overflow:hidden;transition:var(--transition)}
.service-card::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,107,0,0.06),transparent);opacity:0;transition:opacity 0.4s;border-radius:var(--radius-lg)}
.service-card:hover::before{opacity:1}
.service-card:hover{transform:translateY(-8px);border-color:rgba(255,107,0,0.25);box-shadow:0 30px 80px rgba(0,0,0,0.5),0 0 50px rgba(255,107,0,0.08)}
.service-icon-wrap{width:56px;height:56px;background:linear-gradient(135deg,rgba(255,107,0,0.15),rgba(59,130,246,0.1));border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:var(--transition)}
.service-card:hover .service-icon-wrap{transform:scale(1.1) rotate(-5deg)}
.service-icon{font-size:1.6rem}
.service-card h3{font-size:1.1rem;font-weight:700;margin-bottom:10px}
.service-card p{font-size:0.88rem;color:var(--gray);line-height:1.7;margin-bottom:20px}
.service-tags{display:flex;flex-wrap:wrap;gap:6px}
.service-tags span{font-size:0.72rem;font-family:var(--mono);background:rgba(255,255,255,0.06);border:1px solid var(--glass-border);border-radius:20px;padding:3px 10px;color:var(--gray)}
.service-arrow{position:absolute;top:28px;right:28px;font-size:1.2rem;color:var(--orange);opacity:0;transform:translateX(-8px);transition:var(--transition)}
.service-card:hover .service-arrow{opacity:1;transform:translateX(0)}
.service-badge{position:absolute;top:-1px;right:20px;background:linear-gradient(135deg,var(--orange),var(--orange-light));color:white;font-size:0.7rem;font-weight:700;padding:4px 12px;border-radius:0 0 8px 8px;font-family:var(--mono);letter-spacing:1px}
.featured-service{border-color:rgba(255,107,0,0.2) !important}
.service-sale-card{display:flex;flex-direction:column;min-height:100%;padding:34px}
.service-sale-card .service-icon-wrap{width:64px;height:64px;border-radius:18px}
.service-sale-card .service-icon{font-size:0.88rem;font-family:var(--mono);font-weight:800;letter-spacing:1px;color:var(--orange-light)}
.service-kicker{font-family:var(--mono);font-size:0.72rem;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--blue-light);margin-bottom:8px}
.service-sale-card h3{font-size:1.35rem;margin-bottom:12px}
.service-price{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);padding:18px 0;margin:8px 0 22px}
.service-price span{font-size:0.78rem;color:var(--gray2);font-family:var(--mono);text-transform:uppercase;letter-spacing:0.8px}
.service-price strong{font-size:1.5rem;line-height:1;font-weight:800;color:white;white-space:nowrap}
.service-features{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}
.service-features li{position:relative;padding-left:22px;color:var(--gray);font-size:0.9rem}
.service-features li::before{content:'';position:absolute;left:0;top:0.65em;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--orange),var(--blue))}
.service-buy-btn{margin-top:auto;display:flex;align-items:center;justify-content:center;min-height:48px;border-radius:12px;background:linear-gradient(135deg,var(--orange),var(--orange-light));color:white;font-weight:800;transition:var(--transition);box-shadow:0 16px 34px rgba(255,107,0,0.18)}
.service-buy-btn:hover{transform:translateY(-2px);box-shadow:0 22px 44px rgba(255,107,0,0.34);background:linear-gradient(135deg,var(--blue),var(--orange))}

/* ================================
   WHY CHOOSE US
================================ */
.why{background:var(--dark)}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.why-card{text-align:center;padding:32px 24px}
.why-icon{font-size:2.2rem;margin-bottom:16px;display:block}
.why-card h3{font-size:1rem;font-weight:700;margin-bottom:8px}
.why-card p{font-size:0.85rem;color:var(--gray);line-height:1.7}
.why-card:hover .why-icon{animation:bounce 0.6s ease}
@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

/* ================================
   TECH STACK
================================ */
.tech{background:var(--dark2)}
.tech-bg{position:absolute;inset:0;background:radial-gradient(ellipse 60% 60% at 50% 50%,rgba(59,130,246,0.04),transparent)}
.tech-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.tech-item{display:flex;flex-direction:column;align-items:center;gap:12px;padding:28px 16px;background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius);cursor:default;transition:var(--transition);position:relative;overflow:hidden}
.tech-item::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 50% 100%,color-mix(in srgb,var(--glow,#ff6b00) 15%,transparent),transparent);opacity:0;transition:opacity 0.4s}
.tech-item:hover::before{opacity:1}
.tech-item:hover{border-color:var(--glow,rgba(255,107,0,0.3));transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,0.4),0 0 20px color-mix(in srgb,var(--glow,#ff6b00) 20%,transparent)}
.tech-logo{font-size:2rem}
.tech-item span{font-size:0.8rem;font-family:var(--mono);font-weight:700;color:var(--gray);transition:color 0.3s}
.tech-item:hover span{color:white}

/* ================================
   PORTFOLIO
================================ */
.portfolio{background:var(--dark)}
.portfolio-filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:48px}
.filter-btn{background:var(--glass);border:1px solid var(--glass-border);color:var(--gray);padding:8px 20px;border-radius:30px;font-size:0.85rem;font-weight:600;transition:var(--transition);font-family:var(--font)}
.filter-btn.active,.filter-btn:hover{background:linear-gradient(135deg,var(--orange),var(--orange-light));color:white;border-color:transparent}
.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.portfolio-card{overflow:hidden;padding:0;transition:var(--transition)}
.portfolio-card:hover{transform:translateY(-8px);border-color:rgba(255,107,0,0.2);box-shadow:var(--shadow)}
.portfolio-thumb{height:220px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-lg) var(--radius-lg) 0 0}
.portfolio-info{padding:24px}
.portfolio-cat{font-size:0.72rem;font-family:var(--mono);font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:8px}
.web-cat{color:#3b82f6}
.mobile-cat{color:var(--orange)}
.ai-cat{color:#10b981}
.erp-cat{color:#8b5cf6}
.portfolio-info h3{font-size:1.1rem;font-weight:700;margin-bottom:8px}
.portfolio-info p{font-size:0.85rem;color:var(--gray);line-height:1.6;margin-bottom:16px}
.portfolio-tags{display:flex;gap:6px;flex-wrap:wrap}
.portfolio-tags span{font-size:0.72rem;font-family:var(--mono);background:rgba(255,255,255,0.05);border:1px solid var(--glass-border);border-radius:20px;padding:3px 10px;color:var(--gray)}
.featured-card{grid-row:span 2}
.featured-card .portfolio-thumb{height:100%;min-height:300px;border-radius:var(--radius-lg) var(--radius-lg) 0 0}

/* PORTFOLIO PREVIEWS */
.portfolio-3d-preview{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}
.browser-bar{display:flex;gap:6px;position:absolute;top:16px;left:16px}
.browser-bar span{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,0.3)}
.browser-bar span:first-child{background:#ff5f57}
.browser-bar span:nth-child(2){background:#ffbd2e}
.browser-bar span:nth-child(3){background:#28c840}
.browser-content{width:80%;height:70%;background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.06);border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:10px;margin-top:20px}
.bc-line{height:8px;border-radius:4px;background:rgba(255,255,255,0.08)}
.l1{width:70%}
.l2{width:50%}
.bc-grid{display:flex;gap:8px;margin-top:6px}
.bc-block{flex:1;height:50px;background:rgba(255,107,0,0.08);border:1px solid rgba(255,107,0,0.15);border-radius:6px}
.phone-frame{width:80px;height:150px;border:2px solid rgba(255,255,255,0.15);border-radius:20px;padding:8px;display:flex;flex-direction:column;background:rgba(255,255,255,0.02)}
.phone-screen{flex:1;background:rgba(255,107,0,0.05);border-radius:12px;padding:8px;display:flex;flex-direction:column;gap:6px}
.ps-bar{height:6px;background:rgba(255,107,0,0.3);border-radius:3px}
.ps-card{flex:1;background:rgba(255,107,0,0.08);border-radius:6px;border:1px solid rgba(255,107,0,0.15)}
.ps-stats{display:flex;gap:4px}
.ps-stats div{flex:1;height:20px;background:rgba(59,130,246,0.1);border-radius:4px}
.ai-nodes{width:200px;height:150px;position:relative}
.ai-node{position:absolute;width:18px;height:18px;border-radius:50%;animation:aiPulse 2s ease-in-out infinite}
.n1{top:20px;left:30px;background:var(--orange);animation-delay:0s;box-shadow:0 0 15px var(--orange)}
.n2{top:20px;right:30px;background:var(--blue);animation-delay:0.5s;box-shadow:0 0 15px var(--blue)}
.n3{bottom:20px;left:50%;transform:translateX(-50%);background:var(--orange-light);animation-delay:1s;box-shadow:0 0 15px var(--orange-light)}
.ai-lines{position:absolute;inset:0}
@keyframes aiPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.4)}}
.erp-bars{display:flex;align-items:flex-end;gap:8px;height:120px;padding:0 20px}
.erp-bar{width:28px;border-radius:4px 4px 0 0;background:linear-gradient(to top,var(--orange),rgba(255,107,0,0.3));animation:erp-grow 2s ease-in-out infinite alternate}
.b1{height:40%;animation-delay:0s}
.b2{height:70%;animation-delay:0.2s}
.b3{height:55%;animation-delay:0.4s}
.b4{height:90%;animation-delay:0.6s}
.b5{height:65%;animation-delay:0.8s}
@keyframes erp-grow{from{opacity:0.5}to{opacity:1}}
.ecom-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:16px}
.ecom-item{height:60px;border-radius:8px;background:rgba(255,107,0,0.08);border:1px solid rgba(255,107,0,0.12);transition:all 0.3s}
.ei1{animation:ecomShimmer 3s ease-in-out infinite}
.ei2{animation:ecomShimmer 3s ease-in-out infinite 0.5s}
.ei3{animation:ecomShimmer 3s ease-in-out infinite 1s}
.ei4{animation:ecomShimmer 3s ease-in-out infinite 1.5s}
@keyframes ecomShimmer{0%,100%{opacity:0.5}50%{opacity:1;border-color:rgba(255,107,0,0.4)}}
.map-dots{width:200px;height:150px;position:relative}
.map-dot{position:absolute;width:14px;height:14px;border-radius:50%;animation:mapPing 2s ease-in-out infinite}
.md1{top:40%;left:25%;background:var(--orange);animation-delay:0s}
.md2{top:60%;left:50%;background:var(--blue);animation-delay:0.7s}
.md3{top:33%;left:75%;background:var(--orange-light);animation-delay:1.4s}
.map-lines{position:absolute;inset:0}
@keyframes mapPing{0%,100%{box-shadow:0 0 0 0 currentColor;opacity:1}70%{box-shadow:0 0 0 10px transparent;opacity:0.7}}

/* ================================
   STATS
================================ */
.stats{background:var(--dark2);text-align:center}
.stats-orb{position:absolute;width:600px;height:300px;background:radial-gradient(ellipse,rgba(255,107,0,0.06),transparent);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}
.stat-block{display:flex;flex-direction:column;align-items:center;gap:16px}
.stat-circle{position:relative;width:120px;height:120px}
.stat-circle svg{position:absolute;inset:0;transform:rotate(-90deg)}
.stat-ring{transition:stroke-dashoffset 2s cubic-bezier(0.23,1,0.32,1)}
.stat-inner{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}
.count-num{font-size:2.2rem;font-weight:800;color:var(--white)}
.stat-plus{font-size:1.4rem;font-weight:700;color:var(--orange)}
.stat-block h3{font-size:1rem;font-weight:700}
.stat-block p{font-size:0.85rem;color:var(--gray)}

/* ================================
   TESTIMONIALS
================================ */
.testimonials{background:var(--dark);overflow:hidden}
.testimonials-slider{overflow:hidden;margin:0 -24px;padding:0 24px}
.testimonials-track{display:flex;gap:20px;transition:transform 0.6s cubic-bezier(0.23,1,0.32,1)}
.testi-card{min-width:380px;flex-shrink:0;padding:36px}
.testi-stars{color:var(--orange);font-size:1.1rem;margin-bottom:16px;letter-spacing:2px}
.testi-card p{color:var(--gray);line-height:1.8;margin-bottom:28px;font-size:0.95rem;font-style:italic}
.testi-author{display:flex;align-items:center;gap:14px}
.testi-avatar{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:0.85rem;flex-shrink:0}
.testi-author strong{display:block;font-size:0.95rem}
.testi-author span{font-size:0.8rem;color:var(--gray)}
.testi-controls{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:40px}
.testi-btn{width:44px;height:44px;border-radius:50%;background:var(--glass);border:1px solid var(--glass-border);color:white;font-size:1.1rem;transition:var(--transition);display:flex;align-items:center;justify-content:center}
.testi-btn:hover{background:var(--orange);border-color:var(--orange)}
.testi-dots{display:flex;gap:8px}
.testi-dot{width:8px;height:8px;border-radius:50%;background:var(--glass-border);transition:var(--transition);cursor:pointer}
.testi-dot.active{background:var(--orange);width:24px;border-radius:4px}

/* ================================
   PRICING
================================ */
.pricing{background:var(--dark2)}
.pricing-bg{position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 50% 0%,rgba(255,107,0,0.03),transparent)}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}
.pricing-card{padding:40px 32px;position:relative;transition:var(--transition)}
.pricing-card:hover{transform:translateY(-8px)}
.pricing-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.plan-name{font-size:1.1rem;font-weight:700}
.plan-badge{font-size:0.7rem;font-family:var(--mono);font-weight:700;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:1px}
.starter-badge{background:rgba(59,130,246,0.1);color:var(--blue-light);border:1px solid rgba(59,130,246,0.2)}
.pro-badge{background:rgba(255,107,0,0.1);color:var(--orange-light);border:1px solid rgba(255,107,0,0.2)}
.enterprise-badge{background:rgba(255,107,0,0.1);color:#a78bfa;border:1px solid rgba(255,107,0,0.2)}
.plan-price{margin-bottom:16px}
.price-currency{font-size:1.4rem;font-weight:700;color:var(--orange);vertical-align:top;line-height:1.5}
.price-num{font-size:3rem;font-weight:800;color:white}
.price-period{font-size:0.9rem;color:var(--gray);margin-left:4px}
.plan-desc{font-size:0.88rem;color:var(--gray);line-height:1.7;margin-bottom:28px}
.plan-features{display:flex;flex-direction:column;gap:10px;margin-bottom:32px}
.plan-features li{font-size:0.88rem;color:var(--gray)}
.plan-cta{display:block;text-align:center;padding:14px 24px;border-radius:50px;font-weight:700;font-size:0.95rem;transition:var(--transition)}
.starter-cta{background:var(--glass);border:1px solid var(--glass-border);color:white}
.starter-cta:hover{border-color:var(--blue);background:rgba(59,130,246,0.1)}
.pro-cta{background:linear-gradient(135deg,var(--orange),var(--orange-light));color:white}
.pro-cta:hover{box-shadow:0 15px 40px rgba(255,107,0,0.4);transform:scale(1.02)}
.enterprise-cta{background:linear-gradient(135deg,#7c3aed,#a78bfa);color:white}
.enterprise-cta:hover{box-shadow:0 15px 40px rgba(255,107,0,0.4)}
.popular-plan{border-color:rgba(255,107,0,0.3) !important;background:rgba(255,107,0,0.03) !important;transform:scale(1.03)}
.popular-plan:hover{transform:scale(1.05) translateY(-4px)}
.popular-badge{position:absolute;top:-1px;left:50%;transform:translateX(-50%);background:linear-gradient(135deg,var(--orange),var(--orange-light));color:white;font-size:0.75rem;font-weight:700;padding:6px 20px;border-radius:0 0 12px 12px;font-family:var(--mono);letter-spacing:1px;white-space:nowrap}

/* ================================
   CONTACT
================================ */
.contact{background:var(--dark)}
.contact-orb{position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(255,107,0,0.05),transparent);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}
.contact-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:40px;align-items:start}
.contact-info-block{margin-bottom:20px}
.contact-info-block h3{font-size:1.2rem;font-weight:700;margin-bottom:24px}
.contact-item{display:flex;gap:16px;margin-bottom:20px;align-items:flex-start}
.contact-icon{font-size:1.2rem;flex-shrink:0;margin-top:2px}
.contact-item strong{display:block;font-size:0.85rem;font-weight:700;margin-bottom:4px;color:var(--gray2)}
.contact-item a,.contact-item span{font-size:0.9rem;color:var(--gray);line-height:1.6}
.contact-item a:hover{color:var(--orange)}
.social-links{display:flex;gap:10px;margin-top:28px}
.social-link{width:40px;height:40px;background:var(--glass);border:1px solid var(--glass-border);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:0.85rem;font-weight:700;transition:var(--transition)}
.social-link:hover{background:var(--orange);border-color:var(--orange);transform:translateY(-3px)}
.whatsapp-link{background:rgba(37,211,102,0.1);border-color:rgba(37,211,102,0.3);color:#25d366}
.whatsapp-link:hover{background:#25d366;color:white}
.map-container{padding:0;overflow:hidden}
.contact-form h3{font-size:1.2rem;font-weight:700;margin-bottom:28px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}
.form-group label{font-size:0.82rem;font-weight:600;color:var(--gray);font-family:var(--mono);letter-spacing:0.5px;text-transform:uppercase}
.form-group input,.form-group select,.form-group textarea{background:rgba(255,255,255,0.04);border:1px solid var(--glass-border);border-radius:10px;padding:12px 16px;color:white;font-size:0.9rem;transition:var(--transition);outline:none;resize:vertical}
.form-group input::placeholder,.form-group textarea::placeholder{color:var(--gray2)}
.form-group select option{background:var(--dark2);color:white}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,107,0,0.1)}
.form-submit{width:100%;justify-content:center;border-radius:12px;padding:16px;font-size:1rem}
.form-success{display:none;margin-top:16px;padding:12px 16px;background:rgba(16,185,129,0.1);border:1px solid rgba(16,185,129,0.3);border-radius:10px;color:#34d399;font-size:0.9rem;text-align:center}
.form-success.show{display:block;animation:fadeIn 0.5s ease}
@keyframes fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}

/* WHATSAPP FLOAT */
.whatsapp-float{position:fixed;bottom:100px;right:28px;z-index:900;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 30px rgba(37,211,102,0.4);transition:var(--transition);animation:whatsappBounce 3s ease-in-out infinite}
.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 12px 40px rgba(37,211,102,0.6)}
@keyframes whatsappBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}

/* ================================
   FOOTER
================================ */
.footer{background:#030306;border-top:1px solid var(--glass-border)}
.footer-top{padding:80px 0 48px}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.4fr;gap:48px}
.footer-brand p{font-size:0.9rem;color:var(--gray);line-height:1.8;margin-top:16px;margin-bottom:24px}
.footer-logo svg{height:36px;width:auto}
.footer-social{display:flex;gap:10px}
.fs-link{width:38px;height:38px;background:var(--glass);border:1px solid var(--glass-border);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:0.85rem;font-weight:700;transition:var(--transition)}
.fs-link:hover{background:var(--orange);border-color:var(--orange);transform:translateY(-2px)}
.footer-col h4{font-size:0.95rem;font-weight:700;margin-bottom:20px;color:white}
.footer-col ul{display:flex;flex-direction:column;gap:10px}
.footer-col ul li a{font-size:0.88rem;color:var(--gray);transition:color 0.3s}
.footer-col ul li a:hover{color:var(--orange)}
.footer-col p{font-size:0.88rem;color:var(--gray);line-height:1.7;margin-bottom:16px}
.newsletter-form{display:flex;gap:8px;margin-bottom:24px}
.newsletter-form input{flex:1;background:var(--glass);border:1px solid var(--glass-border);border-radius:8px;padding:10px 14px;color:white;font-size:0.88rem;outline:none}
.newsletter-form input:focus{border-color:var(--orange)}
.newsletter-btn{background:var(--orange);color:white;border-radius:8px;padding:10px 16px;font-size:1rem;transition:var(--transition)}
.newsletter-btn:hover{background:var(--orange-light);transform:scale(1.05)}
.footer-contact p{font-size:0.85rem;color:var(--gray);margin-bottom:6px}
.footer-bottom{border-top:1px solid var(--glass-border);padding:20px 0}
.footer-bottom .container{display:flex;align-items:center;justify-content:space-between}
.footer-bottom p{font-size:0.82rem;color:var(--gray2)}
.footer-bottom-links{display:flex;gap:24px}
.footer-bottom-links a{font-size:0.82rem;color:var(--gray2);transition:color 0.3s}
.footer-bottom-links a:hover{color:var(--orange)}

/* ================================
   CHECKOUT + PAYMENT RESULT PAGES
================================ */
.checkout-body{min-height:100vh;background:radial-gradient(circle at 20% 20%,rgba(255,107,0,0.12),transparent 32%),radial-gradient(circle at 85% 10%,rgba(59,130,246,0.1),transparent 30%),var(--black);color:var(--white)}
.checkout-shell{position:relative;z-index:2;max-width:1180px;margin:0 auto;padding:36px 24px 80px}
.checkout-logo{display:flex;align-items:center;justify-content:center;width:154px;height:68px;border:1px solid rgba(255,107,0,0.28);border-radius:18px;background:rgba(255,255,255,0.04);overflow:hidden;margin-bottom:48px;box-shadow:0 18px 48px rgba(0,0,0,0.34),0 0 34px rgba(255,107,0,0.12)}
.checkout-logo img{width:100%;height:100%;object-fit:cover}
.checkout-layout{display:grid;grid-template-columns:0.9fr 1.1fr;gap:28px;align-items:start}
.checkout-summary,.checkout-form{padding:38px}
.checkout-summary h1,.checkout-form h2,.payment-result h1,.payment-redirect h1{font-size:clamp(2rem,4vw,3rem);line-height:1.1;margin-bottom:16px}
.checkout-summary p,.checkout-form p,.payment-result p,.payment-redirect p{color:var(--gray);line-height:1.8}
.checkout-price{margin:30px 0;padding:22px 0;border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);display:flex;align-items:end;justify-content:space-between;gap:18px}
.checkout-price span{font-family:var(--mono);font-size:0.78rem;color:var(--gray2);text-transform:uppercase;letter-spacing:1px}
.checkout-price strong{font-size:2rem;color:var(--orange-light)}
.checkout-features{display:grid;gap:12px}
.checkout-features li{position:relative;padding-left:24px;color:var(--gray)}
.checkout-features li::before{content:'';position:absolute;left:0;top:0.65em;width:9px;height:9px;border-radius:50%;background:linear-gradient(135deg,var(--orange),var(--blue))}
.checkout-submit{width:100%;justify-content:center;border-radius:12px;margin-top:8px}
.checkout-note{font-size:0.78rem;margin-top:18px;text-align:center;color:var(--gray2) !important}
.payment-redirect,.payment-result{position:relative;z-index:2;width:min(680px,calc(100% - 32px));margin:11vh auto 0;padding:44px;text-align:center}
.payment-redirect img,.payment-result img{width:150px;height:68px;object-fit:cover;border-radius:16px;margin:0 auto 28px;border:1px solid rgba(255,107,0,0.25)}
.payment-redirect form{margin-top:26px}
.result-mark{width:76px;height:76px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:2.4rem;font-weight:800}
.success-result .result-mark{background:rgba(16,185,129,0.14);color:#34d399;border:1px solid rgba(16,185,129,0.35)}
.failed-result .result-mark{background:rgba(239,68,68,0.14);color:#f87171;border:1px solid rgba(239,68,68,0.35)}
.payment-result dl{display:grid;gap:12px;margin:30px 0;text-align:left}
.payment-result dl div{display:flex;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid var(--glass-border);border-radius:12px;background:rgba(255,255,255,0.035)}
.payment-result dt{font-size:0.78rem;font-family:var(--mono);text-transform:uppercase;color:var(--gray2)}
.payment-result dd{color:white;font-weight:700;text-align:right;word-break:break-word}
.result-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}

/* SCROLL TO TOP */
.scroll-top{position:fixed;bottom:28px;right:28px;z-index:900;width:48px;height:48px;background:linear-gradient(135deg,var(--orange),var(--orange-light));color:white;border-radius:50%;font-size:1.2rem;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 30px rgba(255,107,0,0.4);opacity:0;transform:translateY(20px);transition:var(--transition)}
.scroll-top.visible{opacity:1;transform:translateY(0)}
.scroll-top:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(255,107,0,0.6)}

/* ================================================
   RESPONSIVE DESIGN
================================================ */
@media(max-width:1100px){
  .tech-grid{grid-template-columns:repeat(4,1fr)}
  .portfolio-grid{grid-template-columns:repeat(2,1fr)}
  .featured-card{grid-row:span 1}
  .why-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:900px){
  .hero-container{grid-template-columns:1fr;text-align:center}
  .hero-visual{display:none}
  .hero-actions{justify-content:center}
  .hero-stats{justify-content:center}
  .about-grid{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .stats-grid{grid-template-columns:repeat(2,1fr);gap:32px}
  .pricing-grid{grid-template-columns:1fr}
  .popular-plan{transform:none}
  .footer-grid{grid-template-columns:1fr 1fr}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .services-grid-paid{grid-template-columns:1fr}
  .checkout-layout{grid-template-columns:1fr}
}

@media(max-width:768px){
  .nav-links,.nav-cta{display:none}
  .nav-links.open{display:flex;flex-direction:column;position:fixed;top:70px;left:0;right:0;background:rgba(5,5,8,0.98);backdrop-filter:blur(30px);padding:24px;gap:0;border-bottom:1px solid var(--glass-border);z-index:999}
  .nav-links.open .nav-link{padding:14px 16px;border-bottom:1px solid var(--glass-border)}
  .hamburger{display:flex}
  .section{padding:80px 0}
  .tech-grid{grid-template-columns:repeat(3,1fr)}
  .about-cards{grid-template-columns:1fr}
  .portfolio-grid{grid-template-columns:1fr}
  .timeline{flex-direction:column}
  .timeline::before{display:none}
  .why-grid{grid-template-columns:1fr 1fr}
  .stats-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr}
  .form-row{grid-template-columns:1fr}
  .footer-bottom .container{flex-direction:column;gap:12px;text-align:center}
}

@media(max-width:480px){
  .tech-grid{grid-template-columns:repeat(2,1fr)}
  .services-grid{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr}
  .testi-card{min-width:300px}
  .stats-grid{grid-template-columns:1fr 1fr}
  .hero-3d-scene{width:300px;height:300px}
  .checkout-shell{padding:24px 16px 56px}
  .checkout-summary,.checkout-form,.payment-result,.payment-redirect{padding:26px 20px}
  .checkout-price,.payment-result dl div{flex-direction:column;align-items:flex-start}
  .payment-result dd{text-align:left}
}

/* ================================================
   VISITOR COUNTER SECTION — NEW FEATURE
================================================ */
.visitor-section {
  background: var(--dark2);
  position: relative;
  overflow: hidden;
}
.visitor-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}
.visitor-orb1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255,107,0,0.07), transparent);
  top: -150px;
  left: -100px;
}
.visitor-orb2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(59,130,246,0.07), transparent);
  bottom: -100px;
  right: -80px;
}

.visitor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.visitor-card {
  position: relative;
  padding: 36px 32px 28px;
  overflow: hidden;
  transition: var(--transition);
}
.visitor-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.5), 0 0 40px rgba(255,107,0,0.07);
}
.visitor-card--featured {
  border-color: rgba(16,185,129,0.25) !important;
  background: rgba(16,185,129,0.03) !important;
}
.visitor-card--featured:hover {
  box-shadow: 0 30px 80px rgba(0,0,0,0.5), 0 0 40px rgba(16,185,129,0.1);
}

.visitor-card-inner {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

/* Icon Rings */
.visitor-icon-ring {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.visitor-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.total-ring {
  background: rgba(255,107,0,0.1);
  border: 1px solid rgba(255,107,0,0.2);
  box-shadow: 0 0 30px rgba(255,107,0,0.1);
}
.online-ring {
  background: rgba(16,185,129,0.1);
  border: 1px solid rgba(16,185,129,0.25);
  box-shadow: 0 0 30px rgba(16,185,129,0.15);
}
.today-ring {
  background: rgba(59,130,246,0.1);
  border: 1px solid rgba(59,130,246,0.2);
  box-shadow: 0 0 30px rgba(59,130,246,0.1);
}

/* Data */
.visitor-data {
  flex: 1;
  min-width: 0;
}
.visitor-count-wrap {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: 6px;
}
.visitor-count {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
  font-family: var(--mono);
  letter-spacing: -2px;
}
.visitor-plus {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--orange);
  line-height: 1;
}
.visitor-label {
  font-size: 1rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
}
.visitor-desc {
  font-size: 0.82rem;
  color: var(--gray);
  margin-bottom: 16px;
  line-height: 1.5;
}

/* Progress Bar */
.visitor-bar {
  height: 4px;
  background: rgba(255,255,255,0.06);
  border-radius: 4px;
  overflow: hidden;
}
.visitor-bar-fill {
  height: 100%;
  border-radius: 4px;
  width: 0;
  transition: width 2s cubic-bezier(0.23,1,0.32,1);
}
.total-fill {
  background: linear-gradient(90deg, var(--orange), var(--orange-light));
  width: 85%;
}
.online-fill {
  background: linear-gradient(90deg, #10b981, #34d399);
  width: 45%;
}
.today-fill {
  background: linear-gradient(90deg, var(--blue), var(--blue-light));
  width: 62%;
}

/* Badges */
.visitor-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.72rem;
  font-family: var(--mono);
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 5px 12px;
  border-radius: 20px;
  margin-top: 20px;
}
.total-badge {
  background: rgba(255,107,0,0.08);
  color: var(--orange-light);
  border: 1px solid rgba(255,107,0,0.15);
}
.online-badge {
  background: rgba(16,185,129,0.08);
  color: #34d399;
  border: 1px solid rgba(16,185,129,0.2);
}
.today-badge {
  background: rgba(59,130,246,0.08);
  color: var(--blue-light);
  border: 1px solid rgba(59,130,246,0.15);
}
.vbadge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
  display: inline-block;
}
.online-dot {
  background: #10b981;
  animation: onlinePing 1.5s ease-in-out infinite;
}
.today-dot {
  background: var(--blue);
}
@keyframes onlinePing {
  0%, 100% { box-shadow: 0 0 0 0 rgba(16,185,129,0.6); }
  50% { box-shadow: 0 0 0 5px rgba(16,185,129,0); }
}

/* Pulse ring on online card */
.visitor-pulse-ring {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(16,185,129,0.3);
  animation: visitorPulse 2.5s ease-in-out infinite;
}
@keyframes visitorPulse {
  0% { transform: scale(0.8); opacity: 1; }
  100% { transform: scale(2); opacity: 0; }
}

/* Footer Strip */
.visitor-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: 20px 32px;
  flex-wrap: wrap;
  gap: 0;
}
.visitor-footer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 8px 32px;
}
.vf-label {
  font-size: 0.72rem;
  font-family: var(--mono);
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gray2);
}
.vf-value {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--white);
}
.vf-divider {
  width: 1px;
  height: 40px;
  background: var(--glass-border);
  flex-shrink: 0;
}

/* Responsive Visitor Counter */
@media (max-width: 900px) {
  .visitor-grid { grid-template-columns: 1fr; }
  .visitor-card--featured { order: -1; }
}
@media (max-width: 600px) {
  .visitor-card { padding: 24px 20px; }
  .visitor-count { font-size: 2.2rem; }
  .visitor-footer { flex-direction: column; gap: 16px; padding: 20px; }
  .vf-divider { width: 80%; height: 1px; }
  .visitor-footer-item { padding: 4px 0; }
}

/* ================================================
   AI CHATBOT WIDGET — NEW FEATURE
================================================ */

/* Floating Toggle Button */
.chatbot-toggle {
  position: fixed;
  bottom: 88px;
  right: 28px;
  z-index: 950;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--orange-light));
  box-shadow: 0 8px 32px rgba(255,107,0,0.45), 0 2px 8px rgba(0,0,0,0.3);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.23,1,0.32,1), box-shadow 0.4s;
  animation: chatBtnFloat 3.5s ease-in-out infinite;
}
.chatbot-toggle:hover {
  transform: scale(1.12) translateY(-3px);
  box-shadow: 0 14px 40px rgba(255,107,0,0.6);
}
.chatbot-toggle.active {
  animation: none;
  background: linear-gradient(135deg, #1e293b, #0f172a);
  box-shadow: 0 8px 28px rgba(0,0,0,0.5);
}
@keyframes chatBtnFloat {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-6px); }
}
.chatbot-toggle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s, opacity 0.3s;
}

/* Notification dot */
.chatbot-notif-dot {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 12px;
  height: 12px;
  background: #10b981;
  border-radius: 50%;
  border: 2px solid var(--black);
  animation: notifPing 2s ease-in-out infinite;
}
@keyframes notifPing {
  0%, 100% { box-shadow: 0 0 0 0 rgba(16,185,129,0.6); }
  50%       { box-shadow: 0 0 0 6px rgba(16,185,129,0); }
}
.chatbot-notif-dot.hidden { display: none; }

/* Chat Window */
.chatbot-window {
  position: fixed;
  bottom: 160px;
  right: 28px;
  z-index: 949;
  width: 380px;
  max-height: 560px;
  background: rgba(10,10,20,0.92);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid rgba(255,107,0,0.18);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 30px 80px rgba(0,0,0,0.7), 0 0 60px rgba(255,107,0,0.08);
  overflow: hidden;
  transform: translateY(24px) scale(0.95);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.45s cubic-bezier(0.23,1,0.32,1),
              opacity 0.4s cubic-bezier(0.23,1,0.32,1);
  transform-origin: bottom right;
}
.chatbot-window.open {
  transform: translateY(0) scale(1);
  opacity: 1;
  pointer-events: all;
}

/* Header */
.chatbot-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  background: linear-gradient(135deg, rgba(255,107,0,0.15), rgba(59,130,246,0.08));
  border-bottom: 1px solid rgba(255,255,255,0.06);
  flex-shrink: 0;
}
.chatbot-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.chatbot-avatar {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--orange), var(--orange-light));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(255,107,0,0.35);
}
.chatbot-header-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.chatbot-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: white;
}
.chatbot-status {
  font-size: 0.72rem;
  color: #34d399;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--mono);
}
.status-pulse {
  width: 7px;
  height: 7px;
  background: #10b981;
  border-radius: 50%;
  animation: onlinePing 1.5s ease-in-out infinite;
  flex-shrink: 0;
}
.chatbot-close-btn {
  width: 32px;
  height: 32px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  color: var(--gray);
  flex-shrink: 0;
}
.chatbot-close-btn:hover {
  background: rgba(255,107,0,0.15);
  border-color: rgba(255,107,0,0.3);
  transform: scale(1.08);
}

/* Messages */
.chatbot-messages {
  flex: 1;
  overflow-y: auto;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  scroll-behavior: smooth;
}
.chatbot-messages::-webkit-scrollbar { width: 3px; }
.chatbot-messages::-webkit-scrollbar-track { background: transparent; }
.chatbot-messages::-webkit-scrollbar-thumb { background: rgba(255,107,0,0.3); border-radius: 2px; }

/* Message Bubbles */
.chat-msg {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 82%;
  animation: msgIn 0.35s cubic-bezier(0.23,1,0.32,1) both;
}
@keyframes msgIn {
  from { opacity: 0; transform: translateY(10px) scale(0.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.chat-msg.bot { align-self: flex-start; }
.chat-msg.user { align-self: flex-end; }

.chat-bubble {
  padding: 12px 16px;
  border-radius: 18px;
  font-size: 0.88rem;
  line-height: 1.65;
  color: white;
  word-break: break-word;
}
.chat-msg.bot .chat-bubble {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-bottom-left-radius: 4px;
}
.chat-msg.user .chat-bubble {
  background: linear-gradient(135deg, var(--orange), var(--orange-light));
  border-bottom-right-radius: 4px;
  box-shadow: 0 4px 14px rgba(255,107,0,0.3);
}
.chat-time {
  font-size: 0.68rem;
  font-family: var(--mono);
  color: var(--gray2);
  padding: 0 4px;
}
.chat-msg.bot .chat-time { text-align: left; }
.chat-msg.user .chat-time { text-align: right; }

/* Typing Indicator */
.typing-indicator {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 12px 16px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 18px;
  border-bottom-left-radius: 4px;
  width: fit-content;
}
.typing-dot {
  width: 7px;
  height: 7px;
  background: var(--orange);
  border-radius: 50%;
  animation: typingBounce 1.2s ease-in-out infinite;
}
.typing-dot:nth-child(2) { animation-delay: 0.2s; background: var(--blue); }
.typing-dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes typingBounce {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.4; }
  40%           { transform: translateY(-6px); opacity: 1; }
}

/* Quick Replies */
.chatbot-quick-replies {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 10px 16px;
  border-top: 1px solid rgba(255,255,255,0.05);
  flex-shrink: 0;
}
.quick-reply-btn {
  background: rgba(255,107,0,0.08);
  border: 1px solid rgba(255,107,0,0.2);
  color: var(--orange-light);
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 0.76rem;
  font-weight: 600;
  font-family: var(--font);
  cursor: pointer;
  transition: background 0.3s, transform 0.2s, border-color 0.3s;
  white-space: nowrap;
}
.quick-reply-btn:hover {
  background: rgba(255,107,0,0.18);
  border-color: rgba(255,107,0,0.4);
  transform: translateY(-1px);
}

/* Input Area */
.chatbot-input-area {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-top: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.02);
  flex-shrink: 0;
}
.chatbot-input {
  flex: 1;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 10px 14px;
  color: white;
  font-size: 0.88rem;
  font-family: var(--font);
  outline: none;
  transition: border-color 0.3s, background 0.3s;
  min-width: 0;
}
.chatbot-input::placeholder { color: var(--gray2); }
.chatbot-input:focus {
  border-color: rgba(255,107,0,0.4);
  background: rgba(255,255,255,0.07);
}
.chatbot-send-btn {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, var(--orange), var(--orange-light));
  border-radius: 12px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.25s, box-shadow 0.25s;
  box-shadow: 0 4px 12px rgba(255,107,0,0.3);
}
.chatbot-send-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 18px rgba(255,107,0,0.5);
}

/* Footer Note */
.chatbot-footer-note {
  text-align: center;
  font-size: 0.68rem;
  color: var(--gray2);
  font-family: var(--mono);
  padding: 8px 16px 12px;
  border-top: 1px solid rgba(255,255,255,0.04);
  flex-shrink: 0;
}
.chatbot-footer-note a {
  color: var(--orange);
  text-decoration: underline;
  transition: color 0.3s;
}
.chatbot-footer-note a:hover { color: var(--orange-light); }

/* Adjust WhatsApp float position so they don't overlap */
.whatsapp-float {
  bottom: 160px !important;
}

/* Responsive Chatbot */
@media (max-width: 480px) {
  .chatbot-window {
    width: calc(100vw - 24px);
    right: 12px;
    bottom: 150px;
    max-height: 70vh;
    border-radius: 20px;
  }
  .chatbot-toggle {
    right: 16px;
    bottom: 80px;
  }
  .whatsapp-float {
    bottom: 148px !important;
    right: 16px;
  }
}

/* Scroll top stays at same position */
.scroll-top { bottom: 28px; right: 28px; }


/* ============================================================
   DALEYORK — Live Visitor Counter Widget
   Left-side floating panel, glassmorphism premium style
   ============================================================ */

#dyk-visitor-counter {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 950;
  display: flex;
  align-items: center;
  gap: 0;
  /* Entrance animation */
  animation: dykSlideIn 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.5s both;
}

@keyframes dykSlideIn {
  from { transform: translateY(-50%) translateX(-100%); opacity: 0; }
  to   { transform: translateY(-50%) translateX(0);     opacity: 1; }
}

/* ── Inner card ──────────────────────────────────────────── */
.dyk-vc-inner {
  background: rgba(10, 10, 18, 0.75);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 107, 0, 0.18);
  border-left: none;
  border-radius: 0 16px 16px 0;
  padding: 16px 14px 12px;
  width: 148px;
  box-shadow:
    4px 0 40px rgba(0,0,0,0.5),
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 0 30px rgba(255, 107, 0, 0.06);
  overflow: hidden;
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
}

/* Subtle gradient shimmer on card */
.dyk-vc-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(255, 107, 0, 0.04) 0%,
    transparent 50%,
    rgba(59, 130, 246, 0.03) 100%);
  pointer-events: none;
}

/* ── Collapsed state ─────────────────────────────────────── */
#dyk-visitor-counter.dyk-collapsed .dyk-vc-inner {
  width: 0;
  padding-left: 0;
  padding-right: 0;
  border-right-color: transparent;
  opacity: 0;
}

#dyk-visitor-counter.dyk-collapsed .dyk-vc-toggle svg {
  transform: rotate(180deg);
}

/* ── Toggle button ───────────────────────────────────────── */
.dyk-vc-toggle {
  width: 22px;
  min-width: 22px;
  height: 56px;
  background: rgba(255, 107, 0, 0.12);
  border: 1px solid rgba(255, 107, 0, 0.25);
  border-left: none;
  border-radius: 0 10px 10px 0;
  color: #ff9500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  flex-shrink: 0;
  padding: 0;
  font-family: inherit;
}

.dyk-vc-toggle:hover {
  background: rgba(255, 107, 0, 0.22);
  color: #ffffff;
}

.dyk-vc-toggle svg {
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  display: block;
}

/* ── Header ──────────────────────────────────────────────── */
.dyk-vc-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  white-space: nowrap;
}

.dyk-vc-icon {
  color: #ff6b00;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.dyk-vc-title {
  font-family: 'Sora', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #ffffff;
  flex: 1;
}

/* Pulsing live indicator dot */
.dyk-vc-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px rgba(34, 197, 94, 0.8);
  animation: dykPulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes dykPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.75); }
}

/* ── Stats ───────────────────────────────────────────────── */
.dyk-vc-stats {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.dyk-vc-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  margin: 8px 0;
}

.dyk-vc-stat {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Icon circles */
.dyk-vc-stat-icon {
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dyk-vc-icon-total {
  background: rgba(255, 107, 0, 0.12);
  color: #ff9500;
  border: 1px solid rgba(255, 107, 0, 0.2);
}

.dyk-vc-icon-online {
  background: rgba(34, 197, 94, 0.12);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.2);
}

.dyk-vc-icon-today {
  background: rgba(59, 130, 246, 0.12);
  color: #60a5fa;
  border: 1px solid rgba(59, 130, 246, 0.2);
}

/* Stat text */
.dyk-vc-stat-info {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.dyk-vc-num {
  font-family: 'Space Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  white-space: nowrap;
  /* Number change flash */
  transition: color 0.3s ease;
}

.dyk-vc-num.dyk-updated {
  color: #ff9500;
}

.dyk-vc-label {
  font-family: 'Sora', sans-serif;
  font-size: 9px;
  font-weight: 500;
  color: #6b6b80;
  letter-spacing: 0.3px;
  white-space: nowrap;
}

/* ── Footer ──────────────────────────────────────────────── */
.dyk-vc-footer {
  margin-top: 12px;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.dyk-vc-powered {
  font-family: 'Space Mono', monospace;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #22c55e;
  text-transform: uppercase;
  white-space: nowrap;
}

/* ── Mobile / Tablet responsive ─────────────────────────── */

/* Tablet (≤900px): make widget a bit smaller */
@media (max-width: 900px) {
  .dyk-vc-inner {
    width: 136px;
    padding: 13px 12px 10px;
  }
  .dyk-vc-title  { font-size: 9px; }
  .dyk-vc-num    { font-size: 13px; }
}

/* Mobile (≤640px): move to bottom-left, horizontal compact strip */
@media (max-width: 640px) {
  #dyk-visitor-counter {
    top: auto;
    bottom: 90px;       /* above scroll-to-top button */
    left: 0;
    transform: none;
    flex-direction: column-reverse;
    align-items: flex-start;
    animation: dykSlideInMobile 0.7s cubic-bezier(0.23, 1, 0.32, 1) 1.5s both;
  }

  @keyframes dykSlideInMobile {
    from { transform: translateX(-100%); opacity: 0; }
    to   { transform: translateX(0);     opacity: 1; }
  }

  .dyk-vc-inner {
    width: auto;
    padding: 10px 12px 8px;
    border-radius: 0 12px 12px 0;
  }

  .dyk-vc-stats {
    flex-direction: row;
    gap: 10px;
    align-items: center;
  }

  .dyk-vc-divider {
    width: 1px;
    height: 28px;
    margin: 0;
  }

  .dyk-vc-num   { font-size: 12px; }
  .dyk-vc-label { font-size: 8px; }

  .dyk-vc-stat-icon {
    display: none; /* hide icons on very small screens to save space */
  }

  .dyk-vc-toggle {
    width: 40px;
    height: 18px;
    border-radius: 0 0 8px 0;
    border: 1px solid rgba(255, 107, 0, 0.25);
    border-top: none;
    border-left: none;
    justify-content: center;
  }

  .dyk-vc-toggle svg {
    transform: rotate(-90deg) !important;
  }

  #dyk-visitor-counter.dyk-collapsed .dyk-vc-inner {
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
  }

  #dyk-visitor-counter.dyk-collapsed .dyk-vc-toggle svg {
    transform: rotate(90deg) !important;
  }
}

/* ================================================
   PREMIUM UI REFRESH
================================================ */
body{
  background:
    linear-gradient(180deg,#040406 0%,#08080d 42%,#050508 100%);
}
#particleCanvas{opacity:0.36}
.section{padding:112px 0}
.glass-card{
  background:linear-gradient(145deg,rgba(255,255,255,0.075),rgba(255,255,255,0.025));
  border-color:rgba(255,255,255,0.11);
  box-shadow:0 24px 80px rgba(0,0,0,0.34);
}
.glass-card:hover{
  border-color:rgba(255,107,0,0.3);
  box-shadow:0 26px 80px rgba(0,0,0,0.46),0 0 48px rgba(255,107,0,0.08);
}
.navbar{padding:16px 0}
.navbar.scrolled{background:rgba(5,5,8,0.86)}
.nav-container{gap:28px}
.nav-logo{
  width:150px;
  height:58px;
  padding:7px 12px;
  border-radius:14px;
  background:rgba(0,0,0,0.72);
  border-color:rgba(255,107,0,0.35);
}
.nav-logo img{object-fit:contain}
.nav-link{border-radius:999px}
.nav-cta,.btn-primary,.service-buy-btn{box-shadow:0 14px 34px rgba(255,107,0,0.24)}
.hero{
  min-height:92vh;
  padding-top:138px;
  background:
    radial-gradient(circle at 75% 24%,rgba(255,107,0,0.18),transparent 28%),
    radial-gradient(circle at 18% 72%,rgba(59,130,246,0.12),transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,0.025),transparent 42%);
}
.hero-bg-grid{
  opacity:0.45;
  background-size:72px 72px;
}
.hero-title{
  max-width:720px;
  letter-spacing:-0.02em;
}
.hero-sub{color:#c3c3cf}
.hero-badge{
  background:rgba(255,107,0,0.13);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,0.06);
}
.hero-stats{
  padding:18px 20px;
  width:max-content;
  border:1px solid rgba(255,255,255,0.09);
  border-radius:18px;
  background:rgba(255,255,255,0.035);
  backdrop-filter:blur(18px);
}
.hero-3d-scene{transform:scale(0.94)}
.services{
  background:
    radial-gradient(circle at 50% 0%,rgba(255,107,0,0.12),transparent 30%),
    var(--dark2);
}
.services-grid-paid{gap:28px}
.service-sale-card{
  border-radius:22px;
  isolation:isolate;
}
.service-sale-card::after{
  content:'';
  position:absolute;
  inset:1px;
  border-radius:21px;
  pointer-events:none;
  background:linear-gradient(145deg,rgba(255,255,255,0.08),transparent 34%,rgba(255,107,0,0.05));
  z-index:-1;
}
.service-sale-card .service-icon-wrap{
  background:rgba(255,107,0,0.12);
  border:1px solid rgba(255,107,0,0.22);
}
.service-price strong{color:var(--orange-light)}
.service-buy-btn{border-radius:14px}
.checkout-summary,.checkout-form,.payment-result,.payment-redirect{border-radius:22px}
.footer-logo img{
  width:170px;
  height:58px;
  object-fit:contain;
  border-radius:12px;
  background:#050505;
  border:1px solid rgba(255,107,0,0.24);
  padding:8px 12px;
}

@media(max-width:900px){
  .section{padding:86px 0}
  .hero{min-height:auto}
  .hero-stats{width:100%;justify-content:center}
  .nav-logo{width:136px;height:54px}
}

@media(max-width:480px){
  .hero-title{font-size:2.45rem}
  .hero-stats{gap:16px;padding:14px}
  .stat-num{font-size:1.55rem}
  .service-sale-card{padding:26px}
}

/* ================================================
   DARK SAAS / TECH AGENCY REDESIGN
================================================ */
:root{
  --black:#050505;
  --dark:#080808;
  --dark2:#09090d;
  --dark3:#111118;
  --orange:#ff6b00;
  --orange-light:#ffb15a;
  --orange-glow:rgba(255,107,0,0.32);
  --blue:#ff6b00;
  --blue-light:#ffd2a3;
  --blue-glow:rgba(255,107,0,0.24);
  --gray:#A1A1AA;
  --gray2:#71717A;
  --glass:rgba(255,255,255,0.055);
  --glass-border:rgba(255,255,255,0.11);
  --radius:18px;
  --radius-lg:28px;
}
body{
  background:
    radial-gradient(circle at 50% -12%,rgba(255,107,0,0.22),transparent 34rem),
    linear-gradient(180deg,#050505 0%,#080808 48%,#050505 100%);
}
::-webkit-scrollbar-thumb{background:var(--orange)}
::selection{background:var(--orange);color:white}
#particleCanvas{opacity:0.18}
.cursor{background:var(--orange)}
.cursor-follower{border-color:rgba(255,107,0,0.55)}
.gradient-text{
  background:linear-gradient(135deg,#fff,#ffb15a 42%,#ff6b00);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}
.section-label{color:var(--orange-light)}
.btn-primary{
  background:linear-gradient(135deg,#ff6b00,#ff9500);
  box-shadow:0 18px 46px rgba(255,107,0,0.32);
}
.btn-primary::before{background:linear-gradient(135deg,#ff9500,#ff6b00)}
.btn-primary:hover{box-shadow:0 22px 60px rgba(255,107,0,0.46)}
.btn-ghost{
  background:rgba(255,255,255,0.055);
  border-color:rgba(255,255,255,0.13);
}
.btn-ghost:hover{
  border-color:rgba(255,149,0,0.5);
  background:rgba(255,107,0,0.12);
}
.glass-card{
  background:linear-gradient(145deg,rgba(255,255,255,0.08),rgba(255,255,255,0.025));
  border-color:rgba(255,255,255,0.12);
  box-shadow:0 24px 90px rgba(0,0,0,0.42);
}
.glass-card:hover{
  border-color:rgba(255,149,0,0.32);
  box-shadow:0 28px 90px rgba(0,0,0,0.5),0 0 56px rgba(255,107,0,0.12);
}
.saas-navbar{
  position:fixed;
  top:0;
  padding:18px 0;
  background:linear-gradient(180deg,rgba(5,5,5,0.82),rgba(5,5,5,0.18));
}
.saas-navbar.scrolled{
  background:rgba(5,5,5,0.84);
  border-bottom:1px solid rgba(255,255,255,0.08);
  box-shadow:0 12px 40px rgba(0,0,0,0.3);
}
.saas-nav-container{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:24px;
}
.nav-logo{
  width:154px;
  height:54px;
  padding:8px 12px;
  background:rgba(255,255,255,0.035);
  border-color:rgba(255,255,255,0.12);
  box-shadow:none;
}
.nav-logo img{object-fit:contain}
.saas-nav-pill{
  justify-self:center;
  margin-left:0;
  padding:7px;
  border:1px solid rgba(255,255,255,0.1);
  border-radius:999px;
  background:rgba(255,255,255,0.045);
  backdrop-filter:blur(22px);
  -webkit-backdrop-filter:blur(22px);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.08);
}
.nav-link{
  border-radius:999px;
  color:#c6c6d0;
}
.nav-link:hover,.nav-link.active{
  color:white;
  background:rgba(255,107,0,0.22);
}
.nav-cta{
  background:#fff;
  color:#050505;
  border:1px solid rgba(255,255,255,0.75);
  box-shadow:0 12px 34px rgba(255,255,255,0.1);
}
.nav-cta:hover{
  color:white;
  background:linear-gradient(135deg,#ff6b00,#ff9500);
  border-color:transparent;
  box-shadow:0 18px 42px rgba(255,107,0,0.34);
}
.hamburger{background:rgba(255,255,255,0.07)}

.saas-hero{
  min-height:auto;
  padding:142px 0 70px;
  background:
    radial-gradient(circle at 50% 10%,rgba(255,107,0,0.24),transparent 30rem),
    radial-gradient(circle at 14% 36%,rgba(255,107,0,0.11),transparent 24rem),
    radial-gradient(circle at 86% 38%,rgba(255,149,0,0.1),transparent 24rem),
    #050505;
}
.saas-hero .hero-bg-grid{
  opacity:0.22;
  background-size:82px 82px;
  background-image:
    linear-gradient(rgba(255,149,0,0.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,149,0,0.055) 1px,transparent 1px);
}
.saas-glow{
  position:absolute;
  border-radius:50%;
  pointer-events:none;
  filter:blur(72px);
}
.saas-glow-one{
  width:360px;
  height:360px;
  top:110px;
  left:50%;
  transform:translateX(-50%);
  background:rgba(255,107,0,0.22);
}
.saas-glow-two{
  width:300px;
  height:300px;
  right:10%;
  top:460px;
  background:rgba(255,149,0,0.13);
}
.saas-hero-shell{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  position:relative;
  z-index:2;
}
.saas-hero-content{
  max-width:850px;
  margin:0 auto 54px;
  text-align:center;
}
.saas-badge{
  margin:0 auto 22px;
  color:#ffb15a;
  border-color:rgba(255,149,0,0.34);
  background:rgba(255,107,0,0.16);
  box-shadow:0 0 32px rgba(255,107,0,0.22),inset 0 1px 0 rgba(255,255,255,0.08);
}
.badge-dot{background:#ffb15a}
.hero-title{
  max-width:900px;
  margin-left:auto;
  margin-right:auto;
  font-size:clamp(2.8rem,7vw,5.65rem);
  line-height:0.98;
  letter-spacing:-0.04em;
}
.hero-sub{
  max-width:760px;
  margin:0 auto 34px;
  color:#B4B4BE;
  font-size:clamp(1rem,2vw,1.18rem);
}
.hero-actions{
  justify-content:center;
  margin-bottom:18px;
}
.hero-proof{
  margin:0 0 15px;
  color:#D4D4D8;
  font-size:0.92rem;
}
.hero-avatars{
  display:flex;
  justify-content:center;
  align-items:center;
}
.hero-avatars span{
  width:34px;
  height:34px;
  margin-left:-8px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:linear-gradient(135deg,#1a0a00,#ff6b00);
  border:2px solid #050505;
  color:white;
  font-size:0.66rem;
  font-weight:800;
  box-shadow:0 8px 20px rgba(255,107,0,0.28);
}
.hero-avatars span:first-child{margin-left:0}
.saas-dashboard-wrap{
  max-width:980px;
  margin:0 auto;
  animation:dashboardFloat 7s ease-in-out infinite;
}
@keyframes dashboardFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-12px)}
}
.saas-dashboard-card{
  display:grid;
  grid-template-columns:190px 1fr;
  gap:14px;
  padding:14px;
  min-height:430px;
  border:1px solid rgba(255,255,255,0.1);
  border-radius:30px;
  background:
    linear-gradient(145deg,rgba(255,255,255,0.085),rgba(255,255,255,0.025)),
    #08080b;
  box-shadow:0 40px 120px rgba(0,0,0,0.62),0 0 110px rgba(255,107,0,0.19);
  backdrop-filter:blur(26px);
  -webkit-backdrop-filter:blur(26px);
  overflow:hidden;
}
.dash-sidebar{
  display:flex;
  flex-direction:column;
  gap:14px;
  padding:20px;
  border-radius:22px;
  background:rgba(255,255,255,0.035);
  border:1px solid rgba(255,255,255,0.075);
}
.dash-brand-dot{
  width:38px;
  height:38px;
  border-radius:12px;
  background:linear-gradient(135deg,#ff6b00,#ffd2a3);
  box-shadow:0 0 34px rgba(255,107,0,0.44);
}
.dash-menu{
  width:100%;
  height:34px;
  border-radius:10px;
  background:rgba(255,255,255,0.055);
}
.dash-menu.active{background:rgba(255,107,0,0.32)}
.dash-user{
  margin-top:auto;
  width:100%;
  height:54px;
  border-radius:16px;
  background:linear-gradient(135deg,rgba(255,107,0,0.22),rgba(255,255,255,0.05));
}
.dash-main{
  display:grid;
  grid-template-rows:auto auto 1fr auto;
  gap:14px;
}
.dash-topline,.dash-stat,.dash-progress,.dash-chart-card,.dash-list,.dash-tasks{
  border:1px solid rgba(255,255,255,0.08);
  background:rgba(255,255,255,0.035);
  border-radius:20px;
}
.dash-topline{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:18px 20px;
}
.dash-topline span,.dash-stat span,.dash-progress span,.chart-head span,.dash-tasks span{
  display:block;
  color:#8B8B95;
  font-size:0.74rem;
  font-family:var(--mono);
  text-transform:uppercase;
  letter-spacing:0.8px;
}
.dash-topline strong{
  display:block;
  color:white;
  margin-top:4px;
}
.dash-topline button{
  color:#ffd2a3;
  border:1px solid rgba(255,149,0,0.3);
  border-radius:999px;
  padding:8px 14px;
  background:rgba(255,107,0,0.14);
}
.dash-stats{
  display:grid;
  grid-template-columns:1fr 1fr 1.08fr;
  gap:14px;
}
.dash-stat,.dash-progress{
  padding:18px;
}
.dash-stat strong{
  display:block;
  margin:8px 0;
  color:white;
  font-size:1.7rem;
}
.dash-stat em{
  color:#86EFAC;
  font-style:normal;
  font-size:0.82rem;
}
.progress-ring{
  width:92px;
  height:92px;
  margin:12px auto 0;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:
    radial-gradient(circle at center,#111118 58%,transparent 59%),
    conic-gradient(#ffb15a 0 84%,rgba(255,255,255,0.08) 84% 100%);
  box-shadow:0 0 32px rgba(255,107,0,0.22);
}
.progress-ring strong{font-size:1.25rem}
.dash-chart-card{
  padding:18px 20px;
  min-height:150px;
}
.chart-head{
  display:flex;
  justify-content:space-between;
  margin-bottom:18px;
}
.chart-head strong{font-size:0.82rem;color:#D4D4D8}
.dash-chart{
  height:105px;
  display:flex;
  gap:12px;
  align-items:end;
  padding:0 4px;
  border-bottom:1px solid rgba(255,255,255,0.08);
}
.dash-chart span{
  flex:1;
  min-width:14px;
  border-radius:999px 999px 3px 3px;
  background:linear-gradient(180deg,#ffb15a,#ff6b00 62%,rgba(255,107,0,0.18));
  box-shadow:0 0 24px rgba(255,107,0,0.24);
}
.dash-bottom{
  display:grid;
  grid-template-columns:1.25fr 0.75fr;
  gap:14px;
}
.dash-list,.dash-tasks{padding:16px}
.dash-list div{
  display:grid;
  grid-template-columns:12px 1fr auto;
  gap:10px;
  align-items:center;
  padding:9px 0;
  border-bottom:1px solid rgba(255,255,255,0.06);
}
.dash-list div:last-child{border-bottom:0}
.dash-list span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#ffb15a;
}
.dash-list p,.dash-tasks p{
  color:#D4D4D8;
  font-size:0.86rem;
}
.dash-list strong{
  color:#ffb15a;
  font-size:0.82rem;
}
.dash-tasks p{
  margin-top:10px;
  padding:8px 10px;
  border-radius:10px;
  background:rgba(255,107,0,0.12);
}
.trusted-strip{
  position:relative;
  z-index:2;
  padding:28px 24px 74px;
  text-align:center;
  background:#050505;
}
.trusted-strip p{
  color:#8B8B95;
  margin-bottom:22px;
  font-size:0.9rem;
}
.trusted-logos{
  width:min(840px,100%);
  margin:0 auto;
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}
.trusted-logos span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:126px;
  padding:11px 16px;
  border:1px solid rgba(255,255,255,0.08);
  border-radius:999px;
  background:rgba(255,255,255,0.035);
  color:#D4D4D8;
  font-weight:700;
  font-size:0.9rem;
}
.service-preview{
  background:
    radial-gradient(circle at 50% 0%,rgba(255,107,0,0.16),transparent 28rem),
    #080808;
}
.preview-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.preview-card{
  min-height:230px;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  color:white;
  border-radius:24px;
  overflow:hidden;
}
.preview-card span{
  width:46px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:rgba(255,107,0,0.18);
  border:1px solid rgba(255,149,0,0.26);
  color:#ffb15a;
  font-weight:900;
  margin-bottom:24px;
}
.preview-card h3{
  font-size:1.15rem;
  margin-bottom:10px;
}
.preview-card p{
  color:#A1A1AA;
  font-size:0.92rem;
  line-height:1.75;
}
.preview-card:hover{
  transform:translateY(-8px);
  border-color:rgba(255,149,0,0.42);
  box-shadow:0 26px 80px rgba(0,0,0,0.52),0 0 58px rgba(255,107,0,0.18);
}
.ticker-wrap{display:none}
#dyk-visitor-counter{display:none !important}

@media(max-width:1100px){
  .saas-dashboard-card{grid-template-columns:150px 1fr}
  .preview-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .saas-nav-container{grid-template-columns:auto auto;justify-content:space-between}
  .saas-nav-pill{
    justify-self:stretch;
    border-radius:0 0 22px 22px;
    background:rgba(8,8,8,0.96);
  }
  .nav-links.open{
    top:76px;
    padding:18px;
  }
  .nav-cta{display:none}
  .saas-hero{padding-top:120px}
  .saas-dashboard-card{grid-template-columns:1fr}
  .dash-sidebar{
    display:grid;
    grid-template-columns:38px repeat(4,1fr);
    align-items:center;
  }
  .dash-user{display:none}
  .dash-stats,.dash-bottom{grid-template-columns:1fr}
}
@media(max-width:768px){
  .hero-title{font-size:clamp(2.45rem,13vw,4rem)}
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-actions a{justify-content:center}
  .trusted-strip{padding-bottom:54px}
}
@media(max-width:560px){
  .saas-hero-shell{width:min(100% - 28px,1180px)}
  .saas-dashboard-card{padding:10px;border-radius:22px}
  .dash-sidebar{display:none}
  .dash-main{gap:10px}
  .dash-topline,.dash-stat,.dash-progress,.dash-chart-card,.dash-list,.dash-tasks{border-radius:16px}
  .dash-stats{gap:10px}
  .dash-chart{gap:7px}
  .preview-grid{grid-template-columns:1fr}
  .trusted-logos span{min-width:calc(50% - 8px)}
}

/* ================================================
   CONTACT SECTION WHATSAPP FLOW REFRESH
================================================ */
.contact{
  background:
    radial-gradient(circle at 18% 18%,rgba(255,107,0,0.14),transparent 30rem),
    radial-gradient(circle at 82% 72%,rgba(255,149,0,0.08),transparent 28rem),
    #080808;
}
.contact .section-label{
  display:block;
  text-align:center;
}
.contact-grid{
  grid-template-columns:minmax(300px,0.9fr) minmax(420px,1.25fr);
  gap:28px;
  align-items:stretch;
  max-width:1120px;
  margin:0 auto;
}
.contact-left{
  display:flex;
  flex-direction:column;
  gap:22px;
}
.contact-info-block,.contact-form,.map-container{
  border-radius:26px;
  border-color:rgba(255,255,255,0.12);
  background:linear-gradient(145deg,rgba(255,255,255,0.075),rgba(255,255,255,0.025));
}
.contact-info-block{
  margin-bottom:0;
  padding:34px;
  flex:1;
}
.contact-info-block h3,.contact-form h3{
  font-size:1.35rem;
  margin-bottom:26px;
}
.contact-item{
  gap:14px;
  margin-bottom:22px;
  padding:14px;
  border:1px solid rgba(255,255,255,0.075);
  border-radius:16px;
  background:rgba(255,255,255,0.032);
}
.contact-icon{
  width:38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  background:rgba(255,107,0,0.16);
  color:#ffb15a;
  margin-top:0;
}
.contact-item strong{
  color:#E4E4E7;
  margin-bottom:6px;
}
.contact-item a,.contact-item span{
  color:#B9B9C2;
  font-size:0.94rem;
}
.contact-item span{
  display:block;
  line-height:1.85;
  max-width:360px;
}
.social-links{
  margin-top:22px;
}
.map-container{
  padding:8px;
}
.map-container iframe{
  min-height:230px;
  filter:saturate(0.85) contrast(1.05);
}
.contact-form{
  padding:36px;
  height:100%;
}
.form-row{
  gap:18px;
}
.form-group{
  gap:10px;
  margin-bottom:18px;
}
.form-group label{
  color:#D4D4D8;
  letter-spacing:0.7px;
}
.form-group input,.form-group select,.form-group textarea{
  min-height:52px;
  border-radius:15px;
  padding:15px 17px;
  background:rgba(255,255,255,0.055);
  border-color:rgba(255,255,255,0.12);
  color:white;
}
.form-group textarea{
  min-height:150px;
  line-height:1.7;
}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{
  border-color:rgba(255,149,0,0.72);
  box-shadow:0 0 0 4px rgba(255,107,0,0.16);
}
.form-submit{
  min-height:56px;
  border-radius:16px;
}
.form-success{
  background:rgba(37,211,102,0.1);
  border-color:rgba(37,211,102,0.32);
  color:#86efac;
}

@media(max-width:900px){
  .contact-grid{
    grid-template-columns:1fr;
    max-width:720px;
  }
  .contact-info-block,.contact-form{
    padding:28px;
  }
}

@media(max-width:520px){
  .contact .section-title{
    font-size:2.1rem;
  }
  .contact-info-block,.contact-form{
    padding:22px;
    border-radius:22px;
  }
  .contact-item{
    padding:12px;
  }
  .form-group input,.form-group select,.form-group textarea{
    border-radius:13px;
  }
}

/* ================================================
   SEO MULTI-PAGE EXPANSION
================================================ */
.nav-item{position:relative}
.nav-dropdown{position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%,10px);width:310px;padding:12px;background:rgba(5,5,8,0.96);border:1px solid var(--glass-border);border-radius:18px;box-shadow:var(--shadow);backdrop-filter:blur(26px);opacity:0;visibility:hidden;transition:var(--transition);display:grid;gap:4px}
.nav-item:hover .nav-dropdown,.nav-item:focus-within .nav-dropdown{opacity:1;visibility:visible;transform:translate(-50%,0)}
.nav-dropdown a{padding:10px 12px;border-radius:10px;color:var(--gray);font-size:0.84rem;transition:var(--transition)}
.nav-dropdown a:hover{background:rgba(255,107,0,0.1);color:white}
.page-hero{min-height:56vh;padding:150px 0 80px;display:flex;align-items:center;position:relative;overflow:hidden;background:var(--black)}
.page-hero::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,107,0,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,107,0,0.04) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black,transparent)}
.page-hero::after{content:'';position:absolute;width:540px;height:540px;border-radius:50%;right:-140px;top:-120px;background:radial-gradient(circle,rgba(255,107,0,0.14),transparent 64%);filter:blur(20px)}
.page-hero-content{position:relative;z-index:2;max-width:900px}
.breadcrumb{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px;font-family:var(--mono);font-size:0.76rem;color:var(--gray2);text-transform:uppercase;letter-spacing:1px}
.breadcrumb a{color:var(--orange-light)}
.page-title{font-size:clamp(2.5rem,6vw,5rem);line-height:1.03;font-weight:800;letter-spacing:-0.04em;margin-bottom:22px}
.page-subtitle{font-size:1.15rem;color:var(--gray);line-height:1.85;max-width:780px}
.content-band{background:var(--dark)}
.content-band.alt{background:var(--dark2)}
.rich-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.rich-grid.two{grid-template-columns:repeat(2,1fr)}
.rich-card h3,.rich-card h2{font-size:1.18rem;margin-bottom:12px}
.rich-card p{color:var(--gray);font-size:0.95rem;line-height:1.78;margin-bottom:14px}
.rich-card ul,.content-list{display:flex;flex-direction:column;gap:10px;margin-top:14px}
.rich-card li,.content-list li{position:relative;padding-left:20px;color:var(--gray);font-size:0.9rem;line-height:1.65}
.rich-card li::before,.content-list li::before{content:'';position:absolute;left:0;top:0.72em;width:7px;height:7px;border-radius:50%;background:linear-gradient(135deg,var(--orange),var(--blue))}
.split-content{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,0.8fr);gap:44px;align-items:start}
.prose-block p{color:var(--gray);line-height:1.9;margin-bottom:18px}
.process-list{display:grid;gap:18px;counter-reset:steps}
.process-step{position:relative;padding:28px 28px 28px 86px}
.process-step::before{counter-increment:steps;content:counter(steps);position:absolute;left:28px;top:28px;width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--orange),var(--orange-light));display:flex;align-items:center;justify-content:center;font-weight:800}
.process-step h3{margin-bottom:8px}
.process-step p{color:var(--gray);line-height:1.75}
.faq-list{display:grid;gap:16px;max-width:980px;margin:0 auto}
.faq-card h3{font-size:1rem;margin-bottom:10px;color:white}
.faq-card p{color:var(--gray);line-height:1.75;font-size:0.94rem}
.cta-band{background:linear-gradient(135deg,rgba(255,107,0,0.12),rgba(59,130,246,0.08)),var(--dark2);text-align:center}
.cta-band .section-sub{margin-left:auto;margin-right:auto}
.cta-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}
.service-detail-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,0.85fr);gap:30px;align-items:start}
.service-sidebar{position:sticky;top:110px}
.service-sidebar .service-buy-btn{margin-top:18px}
.mini-link-list{display:grid;gap:8px}
.mini-link-list a{padding:12px 14px;border-radius:12px;background:rgba(255,255,255,0.04);border:1px solid var(--glass-border);color:var(--gray);transition:var(--transition)}
.mini-link-list a:hover{color:white;border-color:rgba(255,107,0,0.28);transform:translateX(4px)}
.blog-title-list{columns:2;column-gap:34px}
.blog-title-list li{break-inside:avoid;margin-bottom:10px}
.contact-nap{font-style:normal}
.whatsapp-inline{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:12px;background:#25d366;color:#07130b;font-weight:800;transition:var(--transition)}
.whatsapp-inline:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(37,211,102,0.2)}
.footer-logo img{width:78px;height:78px;object-fit:contain;border-radius:14px}
.nav-logo img{object-fit:contain;padding:7px}
@media(max-width:1100px){
  .rich-grid{grid-template-columns:repeat(2,1fr)}
  .blog-title-list{columns:1}
}
@media(max-width:900px){
  .split-content,.service-detail-grid{grid-template-columns:1fr}
  .service-sidebar{position:static}
  .nav-dropdown{position:static;display:none;width:100%;transform:none;box-shadow:none;margin-top:4px}
  .nav-links.open .nav-item{width:100%}
  .nav-links.open .nav-item:hover .nav-dropdown,.nav-links.open .nav-item:focus-within .nav-dropdown{display:grid;transform:none}
}
@media(max-width:640px){
  .rich-grid,.rich-grid.two{grid-template-columns:1fr}
  .page-hero{padding-top:128px;min-height:48vh}
  .process-step{padding:24px}
  .process-step::before{position:static;margin-bottom:16px}
}

/* ================================================
   RESTORED ORANGE/BLACK HERO ANIMATION
================================================ */
.nav-logo{
  width:190px;
  height:72px;
  padding:6px 10px;
  background:rgba(0,0,0,0.82);
  border-color:rgba(255,107,0,0.48);
  box-shadow:0 14px 36px rgba(0,0,0,0.35),0 0 30px rgba(255,107,0,0.18);
}
.nav-logo img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:0;
}
.restored-hero{
  min-height:96vh;
  padding:138px 0 88px;
  background:
    radial-gradient(circle at 75% 24%,rgba(255,107,0,0.18),transparent 28%),
    radial-gradient(circle at 18% 72%,rgba(255,107,0,0.08),transparent 30%),
    #050508;
}
.restored-hero .hero-bg-grid{
  opacity:0.62;
  background-size:60px 60px;
  background-image:
    linear-gradient(rgba(255,107,0,0.04) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,107,0,0.04) 1px,transparent 1px);
}
.restored-hero .hero-orb{
  display:block;
}
.restored-hero .saas-glow{
  display:none;
}
.restored-hero-shell{
  width:min(1280px,calc(100% - 48px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,0.9fr);
  gap:72px;
  align-items:center;
  position:relative;
  z-index:2;
}
.restored-hero .saas-hero-content{
  max-width:620px;
  margin:0;
  text-align:left;
}
.restored-hero .saas-badge{
  margin:0 0 24px;
  color:var(--orange-light);
  border-color:rgba(255,107,0,0.34);
  background:rgba(255,107,0,0.1);
}
.restored-hero .hero-title{
  font-size:clamp(2.8rem,5.5vw,4.6rem);
  color:white;
}
.restored-hero .hero-sub{
  margin-left:0;
  margin-right:0;
  color:var(--gray);
}
.restored-hero .hero-actions{
  justify-content:flex-start;
}
.restored-hero .hero-proof{
  color:var(--gray);
}
.restored-hero .hero-avatars{
  justify-content:flex-start;
}
.restored-hero .hero-avatars span{
  background:linear-gradient(135deg,var(--orange),var(--orange-light));
  border-color:rgba(255,255,255,0.18);
  box-shadow:0 8px 20px rgba(255,107,0,0.24);
}
.restored-hero .hero-visual{
  display:flex;
}
.restored-hero .hero-scroll-hint{
  display:flex;
}
.restored-hero .floating-chip{
  background:rgba(5,5,8,0.72);
  border-color:rgba(255,107,0,0.28);
  color:white;
  box-shadow:0 12px 34px rgba(0,0,0,0.32);
}
.restored-hero .chip2{
  color:var(--orange-light);
  border-color:rgba(255,107,0,0.34);
}
.restored-hero .dot2{
  background:var(--orange-light);
  box-shadow:0 0 15px var(--orange-light);
}
@media(max-width:1100px){
  .restored-hero-shell{
    grid-template-columns:1fr;
    text-align:center;
    gap:44px;
  }
  .restored-hero .saas-hero-content{
    margin:0 auto;
    text-align:center;
  }
  .restored-hero .hero-actions,
  .restored-hero .hero-avatars{
    justify-content:center;
  }
}
@media(max-width:900px){
  .nav-logo{width:162px;height:62px}
  .restored-hero .hero-visual{display:flex}
  .restored-hero .hero-3d-scene{width:360px;height:360px}
}
@media(max-width:560px){
  .nav-logo{width:142px;height:56px}
  .restored-hero{padding-top:120px}
  .restored-hero-shell{width:min(100% - 28px,1180px)}
  .restored-hero .hero-3d-scene{width:300px;height:300px}
  .restored-hero .floating-chip{font-size:0.68rem;padding:7px 12px}
}

/* Final brand lock: keep Daleyork orange and black after all legacy overrides. */
:root{
  --black:#050508;
  --dark:#0a0a12;
  --dark2:#0f0f1a;
  --dark3:#141421;
  --orange:#ff6b00;
  --orange-light:#ff9500;
  --orange-glow:rgba(255,107,0,0.3);
  --blue:#3b82f6;
  --blue-light:#60a5fa;
}
body{background:var(--black)}
.navbar.scrolled,
.saas-navbar.scrolled{
  background:rgba(5,5,8,0.94);
  border-bottom-color:rgba(255,107,0,0.18);
}
.cursor{background:var(--orange)}
.cursor-follower{border-color:rgba(255,107,0,0.55)}
.section-label,
.gradient-text{
  color:var(--orange);
}
.gradient-text{
  background:linear-gradient(135deg,var(--orange),var(--orange-light),#ffffff);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}
.btn-primary,
.nav-cta,
.service-buy-btn,
.plan-cta,
.newsletter-btn{
  background:linear-gradient(135deg,var(--orange),var(--orange-light));
  box-shadow:0 16px 36px rgba(255,107,0,0.24);
}
.btn-primary::before{
  background:linear-gradient(135deg,var(--orange-light),var(--orange));
}
.btn-primary:hover,
.nav-cta:hover,
.service-buy-btn:hover{
  box-shadow:0 22px 52px rgba(255,107,0,0.42);
}
.saas-nav-pill{
  background:rgba(5,5,8,0.72);
  border-color:rgba(255,107,0,0.18);
}
.nav-link:hover,
.nav-link.active{
  background:rgba(255,107,0,0.12);
}
.nav-dropdown{
  background:rgba(5,5,8,0.96);
  border-color:rgba(255,107,0,0.2);
}
.rich-card:hover,
.glass-card:hover{
  border-color:rgba(255,107,0,0.24);
}
.page-hero{
  background:
    radial-gradient(circle at 76% 18%,rgba(255,107,0,0.16),transparent 30rem),
    radial-gradient(circle at 15% 70%,rgba(255,107,0,0.07),transparent 26rem),
    var(--black);
}
.contact{
  background:
    radial-gradient(circle at 18% 18%,rgba(255,107,0,0.12),transparent 30rem),
    radial-gradient(circle at 82% 72%,rgba(255,149,0,0.06),transparent 28rem),
    #080808;
}
.contact-icon{
  background:rgba(255,107,0,0.16);
  color:var(--orange-light);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
  border-color:rgba(255,107,0,0.72);
  box-shadow:0 0 0 4px rgba(255,107,0,0.14);
}

/* ================================================
   ACHIEVEMENTS, CLIENTS, ACCESSIBLE DROPDOWN
================================================ */
.nav-caret{
  font-size:0.72rem;
  margin-left:4px;
  color:var(--orange-light);
}
.nav-services.dropdown-open .nav-dropdown{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,0);
}
.achievements-section{
  background:
    radial-gradient(circle at 18% 16%,rgba(255,107,0,0.1),transparent 26rem),
    radial-gradient(circle at 84% 80%,rgba(255,149,0,0.06),transparent 28rem),
    var(--dark2);
}
.achievement-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}
.achievement-card{
  min-height:190px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  position:relative;
  overflow:hidden;
}
.achievement-card::after{
  content:'';
  position:absolute;
  inset:auto -30% -45% auto;
  width:150px;
  height:150px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,107,0,0.16),transparent 68%);
}
.achievement-card strong{
  position:relative;
  z-index:1;
  display:block;
  font-size:clamp(1.65rem,3vw,2.45rem);
  line-height:1.12;
  color:white;
  letter-spacing:-0.03em;
}
.achievement-card p{
  position:relative;
  z-index:1;
  margin-top:20px;
  color:var(--gray);
  font-family:var(--mono);
  font-size:0.82rem;
  text-transform:uppercase;
  letter-spacing:1px;
}
.clients-showcase{
  background:var(--dark);
  overflow:hidden;
}
.client-carousel{
  width:100%;
  overflow:hidden;
  position:relative;
  z-index:2;
  mask-image:linear-gradient(90deg,transparent,black 8%,black 92%,transparent);
}
.client-track{
  display:flex;
  width:max-content;
  gap:18px;
  animation:clientLoop 46s linear infinite;
  padding:8px 18px 18px;
}
.client-carousel:hover .client-track{
  animation-play-state:paused;
}
.client-logo-card{
  width:230px;
  min-height:108px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:22px;
  border-radius:20px;
  border:1px solid rgba(255,255,255,0.09);
  background:linear-gradient(145deg,rgba(255,255,255,0.075),rgba(255,255,255,0.025));
  color:white;
  font-weight:800;
  box-shadow:0 18px 46px rgba(0,0,0,0.28);
  transition:var(--transition);
}
.client-logo-card span{
  display:block;
  line-height:1.25;
}
.client-logo-card:hover{
  transform:translateY(-5px);
  border-color:rgba(255,107,0,0.42);
  box-shadow:0 26px 68px rgba(0,0,0,0.38),0 0 36px rgba(255,107,0,0.12);
  color:var(--orange-light);
}
@keyframes clientLoop{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}
@media(max-width:1100px){
  .achievement-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  .nav-services.dropdown-open .nav-dropdown{
    display:grid;
    opacity:1;
    visibility:visible;
    transform:none;
  }
  .nav-dropdown{
    max-height:58vh;
    overflow:auto;
  }
}
@media(max-width:640px){
  .achievement-grid{grid-template-columns:1fr}
  .achievement-card{min-height:150px}
  .client-logo-card{width:190px;min-height:96px;padding:18px}
  .client-track{gap:14px}
}

/* ================================================
   PREMIUM FOOTER REDESIGN
================================================ */
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.footer{
  position:relative;
  z-index:2;
  padding:34px 0 28px;
  background:
    radial-gradient(circle at 87% 9%,rgba(255,107,0,0.15),transparent 26rem),
    radial-gradient(circle at 16% 45%,rgba(255,107,0,0.07),transparent 22rem),
    #050508;
  border-top:0;
  overflow:hidden;
}
.footer::before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    radial-gradient(circle,rgba(255,107,0,0.55) 0 1px,transparent 1.5px),
    linear-gradient(90deg,rgba(255,255,255,0.025) 1px,transparent 1px),
    linear-gradient(0deg,rgba(255,255,255,0.018) 1px,transparent 1px);
  background-size:180px 180px,80px 80px,80px 80px;
  background-position:92% 3%,0 0,0 0;
  opacity:0.35;
}
.footer-wrap{
  position:relative;
  z-index:1;
}
.footer-cta{
  position:relative;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:26px;
  min-height:178px;
  margin-bottom:30px;
  padding:34px 56px;
  border:1px solid rgba(255,107,0,0.38);
  border-radius:12px;
  background:
    radial-gradient(circle at 95% 50%,rgba(255,107,0,0.22),transparent 22rem),
    linear-gradient(135deg,rgba(255,107,0,0.1),rgba(255,255,255,0.025) 28%,rgba(0,0,0,0.18)),
    rgba(11,11,15,0.88);
  box-shadow:0 22px 70px rgba(0,0,0,0.38),inset 0 0 60px rgba(255,107,0,0.035);
  overflow:hidden;
}
.footer-cta::after{
  content:'';
  position:absolute;
  right:34px;
  top:34px;
  width:94px;
  height:94px;
  border:1px solid rgba(255,107,0,0.48);
  transform:rotate(30deg) skew(-8deg);
  box-shadow:
    0 0 34px rgba(255,107,0,0.28),
    inset 0 0 32px rgba(255,107,0,0.16);
  opacity:0.72;
}
.footer-cta-icon{
  width:82px;
  height:82px;
  display:grid;
  place-items:center;
  border-radius:20px;
  color:var(--orange-light);
  font-size:2rem;
  background:linear-gradient(145deg,rgba(255,107,0,0.16),rgba(255,255,255,0.025));
  border:1px solid rgba(255,107,0,0.14);
  box-shadow:inset 0 0 34px rgba(255,107,0,0.08);
}
.footer-cta-copy h2{
  margin:0 0 12px;
  font-size:clamp(1.7rem,3vw,2.45rem);
  line-height:1.08;
  color:white;
  letter-spacing:-0.04em;
}
.footer-cta-copy h2 span{
  color:var(--orange);
}
.footer-cta-copy p{
  margin:0;
  color:rgba(255,255,255,0.78);
  font-size:1rem;
}
.footer-cta-copy b{
  color:var(--orange);
  padding:0 12px;
}
.footer-cta-actions{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:16px;
}
.footer-cta-primary,
.footer-cta-secondary,
.footer-map-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 22px;
  border-radius:9px;
  font-size:0.9rem;
  font-weight:800;
  transition:var(--transition);
  white-space:nowrap;
}
.footer-cta-primary{
  color:white;
  background:linear-gradient(135deg,var(--orange),var(--orange-light));
  box-shadow:0 14px 34px rgba(255,107,0,0.28);
}
.footer-cta-secondary,
.footer-map-link{
  color:white;
  border:1px solid rgba(255,255,255,0.18);
  background:rgba(5,5,8,0.72);
}
.footer-cta-primary:hover,
.footer-cta-secondary:hover,
.footer-map-link:hover{
  transform:translateY(-3px);
  border-color:rgba(255,107,0,0.46);
  box-shadow:0 18px 44px rgba(255,107,0,0.18);
}
.footer-main-panel{
  border:1px solid rgba(255,255,255,0.1);
  border-radius:12px;
  background:
    radial-gradient(circle at 92% 12%,rgba(255,107,0,0.08),transparent 24rem),
    linear-gradient(180deg,rgba(255,255,255,0.035),rgba(255,255,255,0.012)),
    rgba(3,5,9,0.94);
  box-shadow:0 28px 90px rgba(0,0,0,0.42);
  overflow:hidden;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.35fr 1.12fr 0.95fr 1.18fr 1.35fr;
  gap:30px;
  padding:48px 36px 42px;
}
.footer-logo{
  display:inline-flex;
  align-items:center;
  width:206px;
  max-width:100%;
  margin-bottom:26px;
}
.footer-logo img{
  width:100%;
  height:auto;
  max-height:82px;
  object-fit:contain;
  border-radius:0;
}
.footer-brand p,
.footer-newsletter-card p,
.footer-contact-list p{
  color:rgba(255,255,255,0.76);
  line-height:1.8;
}
.footer-brand p{
  max-width:300px;
  margin:0 0 28px;
  font-size:0.95rem;
}
.footer-rating{
  display:grid;
  gap:5px;
  margin:0 0 24px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,0.08);
}
.footer-rating span{
  color:var(--orange-light);
  font-size:1.25rem;
  letter-spacing:4px;
}
.footer-rating strong{
  color:white;
  font-size:1rem;
  font-weight:800;
}
.footer-rating small{
  color:rgba(255,255,255,0.7);
  font-size:0.88rem;
}
.footer-social{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.fs-link{
  width:38px;
  height:38px;
  border-radius:50%;
  background:rgba(255,255,255,0.045);
  border:1px solid rgba(255,255,255,0.09);
  color:white;
  font-size:0.8rem;
  text-transform:uppercase;
  box-shadow:inset 0 0 20px rgba(255,255,255,0.02);
}
.fs-link:hover{
  color:white;
  background:var(--orange);
  border-color:var(--orange);
  transform:translateY(-3px);
}
.footer-col{
  padding-left:26px;
  border-left:1px solid rgba(255,255,255,0.07);
}
.footer-col h4,
.footer-newsletter-card h4{
  position:relative;
  margin:0 0 28px;
  padding-bottom:14px;
  color:white;
  font-size:1rem;
  font-weight:800;
  text-transform:uppercase;
}
.footer-col h4::after,
.footer-newsletter-card h4::after{
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  width:36px;
  height:2px;
  background:linear-gradient(90deg,var(--orange),var(--orange-light));
}
.footer-col ul{
  display:grid;
  gap:15px;
}
.footer-col li a{
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
  color:rgba(255,255,255,0.76);
  font-size:0.9rem;
  line-height:1.35;
  transition:var(--transition);
}
.footer-col li a::before{
  content:'>';
  color:var(--orange);
  font-weight:800;
  transform:translateY(-1px);
}
.footer-services li a::before{
  content:'';
  width:18px;
  height:18px;
  flex:0 0 18px;
  border:1px solid var(--orange);
  border-radius:5px;
  box-shadow:inset 0 0 12px rgba(255,107,0,0.14);
}
.footer-col li a:hover{
  color:var(--orange-light);
  transform:translateX(4px);
}
.footer-contact-list{
  display:grid;
  gap:18px;
  margin-bottom:24px;
}
.footer-contact-list p{
  display:grid;
  grid-template-columns:24px 1fr;
  gap:12px;
  margin:0;
  font-size:0.9rem;
}
.footer-contact-list span{
  color:var(--orange-light);
  font-size:1.1rem;
  line-height:1.45;
}
.footer-contact-list a{
  color:white;
}
.footer-map-link{
  min-height:42px;
  padding:0 18px;
  font-size:0.84rem;
}
.footer-map-link::before{
  content:'';
  width:10px;
  height:10px;
  margin-right:9px;
  border-radius:50%;
  background:var(--orange);
  box-shadow:0 0 14px rgba(255,107,0,0.55);
}
.footer-newsletter-card{
  align-self:start;
  padding:28px 24px;
  border:1px solid rgba(255,255,255,0.1);
  border-radius:10px;
  background:linear-gradient(145deg,rgba(255,255,255,0.045),rgba(255,255,255,0.015));
  box-shadow:inset 0 0 34px rgba(255,255,255,0.012);
}
.footer-newsletter-card p{
  margin:0 0 24px;
  font-size:0.9rem;
}
.newsletter-form{
  display:flex;
  gap:0;
  margin:0 0 28px;
}
.newsletter-form input{
  min-width:0;
  flex:1;
  height:52px;
  border:1px solid rgba(255,255,255,0.09);
  border-right:0;
  border-radius:8px 0 0 8px;
  background:rgba(5,5,8,0.58);
  color:white;
  padding:0 16px;
  outline:none;
}
.newsletter-form input:focus{
  border-color:rgba(255,107,0,0.62);
  box-shadow:0 0 0 3px rgba(255,107,0,0.1);
}
.newsletter-btn{
  width:56px;
  min-width:56px;
  height:52px;
  border-radius:0 8px 8px 0;
  color:white;
  background:linear-gradient(135deg,var(--orange),var(--orange-light));
  box-shadow:none;
}
.newsletter-btn:hover{
  transform:none;
  box-shadow:0 0 24px rgba(255,107,0,0.28);
}
.footer-audience{
  display:flex;
  align-items:center;
  gap:0;
}
.footer-audience span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  margin-right:-9px;
  border:2px solid #11131c;
  border-radius:50%;
  background:linear-gradient(135deg,rgba(255,107,0,0.9),rgba(255,255,255,0.16));
  color:white;
  font-size:0.66rem;
  font-weight:800;
}
.footer-audience p{
  margin:0 0 0 18px;
  font-size:0.78rem;
  line-height:1.5;
}
.footer-audience strong{
  color:var(--orange-light);
}
.footer-trust-row{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
  padding:30px 36px;
  border-top:1px solid rgba(255,255,255,0.08);
  border-bottom:1px solid rgba(255,255,255,0.08);
}
.footer-trust-pill{
  display:grid;
  grid-template-columns:44px 1fr;
  column-gap:14px;
  align-items:center;
  min-height:76px;
  padding:14px 18px;
  border:1px solid rgba(255,255,255,0.1);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(255,255,255,0.04),rgba(255,255,255,0.012));
}
.footer-trust-pill span{
  grid-row:1 / span 2;
  color:var(--orange-light);
  font-size:1.5rem;
}
.footer-trust-pill strong{
  color:white;
  font-size:0.86rem;
  line-height:1.2;
}
.footer-trust-pill small{
  color:rgba(255,255,255,0.62);
  font-size:0.76rem;
  line-height:1.35;
}
.footer-bottom{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:22px;
  padding:28px 36px;
  border-top:0;
}
.footer-bottom p{
  margin:0;
  color:rgba(255,255,255,0.58);
  font-size:0.86rem;
}
.footer-bottom p:last-child{
  text-align:right;
}
.footer-bottom a{
  color:rgba(255,255,255,0.62);
}
.footer-bottom p:first-child a,
.footer-bottom a:hover,
.footer-heart{
  color:var(--orange-light);
}
.footer-bottom-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  color:rgba(255,255,255,0.3);
}
.footer-bottom-links a{
  font-size:0.84rem;
}
@media(max-width:1280px){
  .footer-grid{
    grid-template-columns:1.25fr 1fr 0.9fr 1.1fr;
  }
  .footer-newsletter-card{
    grid-column:1 / -1;
  }
  .footer-trust-row{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}
@media(max-width:980px){
  .footer-cta{
    grid-template-columns:1fr;
    padding:30px;
  }
  .footer-cta-actions{
    flex-wrap:wrap;
  }
  .footer-cta::after{
    right:22px;
    top:22px;
    width:72px;
    height:72px;
  }
  .footer-grid{
    grid-template-columns:1fr 1fr;
    padding:38px 24px 34px;
  }
  .footer-brand{
    grid-column:1 / -1;
  }
  .footer-col{
    padding-left:0;
    border-left:0;
  }
  .footer-trust-row{
    grid-template-columns:repeat(2,minmax(0,1fr));
    padding:24px;
  }
  .footer-bottom{
    grid-template-columns:1fr;
    text-align:center;
    padding:26px 24px;
  }
  .footer-bottom p:last-child{
    text-align:center;
  }
}
@media(max-width:640px){
  .footer{
    padding:22px 0;
  }
  .footer-cta{
    min-height:auto;
    margin-bottom:20px;
    padding:24px 18px;
    border-radius:10px;
  }
  .footer-cta-icon{
    width:64px;
    height:64px;
    font-size:1.5rem;
  }
  .footer-cta-copy h2{
    font-size:1.65rem;
  }
  .footer-cta-copy p{
    font-size:0.9rem;
    line-height:1.75;
  }
  .footer-cta-copy b{
    padding:0 8px;
  }
  .footer-cta-actions,
  .footer-cta-primary,
  .footer-cta-secondary{
    width:100%;
  }
  .footer-main-panel{
    border-radius:10px;
  }
  .footer-grid{
    grid-template-columns:1fr;
    gap:28px;
    padding:30px 18px;
  }
  .footer-logo{
    width:190px;
  }
  .footer-brand p{
    max-width:none;
  }
  .footer-newsletter-card{
    padding:24px 18px;
  }
  .footer-trust-row{
    grid-template-columns:1fr;
    padding:20px 18px;
  }
  .footer-trust-pill{
    border-radius:18px;
  }
  .footer-bottom-links{
    flex-wrap:wrap;
    row-gap:8px;
  }
}

/* ================================================
   REFERENCE HOME REDESIGN
================================================ */
.reference-home{
  background:
    radial-gradient(circle at 68% 8%,rgba(255,107,0,0.14),transparent 28rem),
    radial-gradient(circle at 8% 22%,rgba(255,107,0,0.08),transparent 22rem),
    #03060d;
}
.reference-home .navbar{
  padding:18px 0;
}
.reference-home .nav-container{
  max-width:1460px;
  gap:18px;
}
.reference-home .nav-logo{
  width:190px;
  height:58px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.reference-home .nav-logo img{
  padding:0;
  object-fit:contain;
}
.reference-home .saas-nav-pill{
  gap:3px;
  padding:4px;
  border:0;
  background:transparent;
  box-shadow:none;
}
.reference-home .nav-link{
  padding:9px 13px;
  color:rgba(255,255,255,0.78);
  font-size:0.83rem;
  font-weight:700;
}
.reference-home .nav-link.active,
.reference-home .nav-link:hover{
  color:var(--orange-light);
  background:transparent;
}
.reference-home .nav-link.active::after{
  content:'';
  display:block;
  width:100%;
  height:2px;
  margin-top:7px;
  border-radius:10px;
  background:var(--orange);
  box-shadow:0 0 14px rgba(255,107,0,0.7);
}
.nav-whatsapp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 18px;
  border:1px solid rgba(37,211,102,0.45);
  border-radius:12px;
  color:white;
  font-size:0.84rem;
  font-weight:800;
  background:rgba(37,211,102,0.08);
  transition:var(--transition);
}
.nav-whatsapp::before{
  content:'';
  width:9px;
  height:9px;
  margin-right:8px;
  border-radius:50%;
  background:#25d366;
  box-shadow:0 0 14px rgba(37,211,102,0.75);
}
.nav-whatsapp:hover{
  transform:translateY(-2px);
  border-color:#25d366;
  box-shadow:0 12px 30px rgba(37,211,102,0.16);
}
.reference-home .nav-cta{
  min-height:42px;
  padding:0 20px;
  border-radius:12px;
}
.reference-home .nav-cta::after,
.reference-home .btn-primary span::after,
.reference-home .btn-ghost span::after,
.reference-home .service-buy-btn::after{
  content:' →';
}
.reference-home .hero{
  min-height:auto;
  padding:104px 0 24px;
  background:
    radial-gradient(circle at 74% 30%,rgba(255,107,0,0.1),transparent 34rem),
    linear-gradient(180deg,#03060d 0%,#050912 64%,#03060d 100%);
}
.reference-home .hero-bg-grid{
  background-image:
    linear-gradient(rgba(255,107,0,0.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,107,0,0.035) 1px,transparent 1px);
  background-size:42px 42px;
  opacity:0.72;
}
.reference-home .restored-hero-shell{
  width:min(1380px,calc(100% - 72px));
  display:grid;
  grid-template-columns:minmax(390px,0.86fr) minmax(560px,1.14fr);
  gap:36px;
  align-items:center;
  min-height:510px;
  padding-top:0;
}
.reference-home .saas-hero-content{
  max-width:600px;
}
.reference-home .hero-badge{
  margin-bottom:18px;
  padding:7px 14px;
  border-radius:14px;
  font-size:0.76rem;
  box-shadow:inset 0 0 22px rgba(255,107,0,0.07);
}
.reference-home .hero-title{
  margin-bottom:18px;
  font-size:clamp(2.5rem,4.6vw,4.7rem);
  line-height:1.02;
  letter-spacing:-0.055em;
}
.reference-home .hero-title span{
  display:block;
  color:var(--orange);
  text-shadow:0 0 26px rgba(255,107,0,0.18);
}
.reference-home .hero-sub{
  max-width:570px;
  margin-bottom:20px;
  color:rgba(255,255,255,0.72);
  font-size:1rem;
  line-height:1.72;
}
.hero-benefits{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-bottom:22px;
}
.hero-benefits span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:rgba(255,255,255,0.82);
  font-size:0.78rem;
  font-weight:700;
}
.hero-benefits span::before{
  content:'';
  width:14px;
  height:14px;
  border-radius:50%;
  border:1px solid var(--orange);
  background:radial-gradient(circle,var(--orange) 0 2px,transparent 3px);
  box-shadow:0 0 12px rgba(255,107,0,0.35);
}
.reference-home .hero-actions{
  margin-bottom:22px;
}
.reference-home .btn-primary,
.reference-home .btn-ghost{
  min-height:52px;
  padding:0 28px;
  border-radius:13px;
  font-size:0.92rem;
}
.reference-home .btn-ghost{
  background:rgba(5,7,13,0.72);
  border-color:rgba(255,107,0,0.34);
}
.hero-social-proof{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:16px;
}
.reference-home .hero-avatars{
  display:flex;
  margin:0;
}
.reference-home .hero-avatars span{
  width:38px;
  height:38px;
  margin-right:-9px;
  border:2px solid #060914;
  background:linear-gradient(135deg,#ffd0b0,#ff6b00 52%,#172033);
  color:white;
  box-shadow:0 0 18px rgba(255,107,0,0.16);
}
.hero-stars{
  color:var(--orange-light);
  letter-spacing:4px;
  font-size:1.05rem;
}
.hero-social-proof p{
  color:rgba(255,255,255,0.72);
  font-size:0.84rem;
  font-weight:700;
}
.reference-home .hero-visual{
  justify-content:flex-end;
}
.reference-home .hero-3d-scene{
  width:min(680px,50vw);
  height:560px;
  transform:none;
}
.reference-home .hero-3d-scene::before{
  content:'';
  position:absolute;
  inset:42px 0 auto 0;
  height:420px;
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 50%,rgba(255,107,0,0.16),transparent 18%),
    repeating-radial-gradient(ellipse at 50% 50%,rgba(255,107,0,0.26) 0 1px,transparent 2px 36px);
  filter:drop-shadow(0 0 22px rgba(255,107,0,0.34));
  animation:referenceRadar 18s linear infinite;
}
.reference-home .hero-3d-scene::after{
  content:'';
  position:absolute;
  left:50%;
  bottom:72px;
  width:360px;
  height:92px;
  transform:translateX(-50%);
  border-radius:50%;
  background:
    radial-gradient(ellipse at center,rgba(255,149,0,0.45),transparent 26%),
    repeating-radial-gradient(ellipse at center,rgba(255,107,0,0.48) 0 1px,transparent 2px 18px);
  filter:blur(0.1px) drop-shadow(0 0 20px rgba(255,107,0,0.55));
  opacity:0.88;
  animation:referencePlatform 4s ease-in-out infinite;
}
@keyframes referenceRadar{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}
@keyframes referencePlatform{
  0%,100%{opacity:0.72;transform:translateX(-50%) scale(0.96)}
  50%{opacity:1;transform:translateX(-50%) scale(1.06)}
}
.reference-home .hero-glow-center{
  width:260px;
  height:260px;
  background:radial-gradient(circle,rgba(255,149,0,0.55),rgba(255,107,0,0.14) 38%,transparent 68%);
  filter:blur(2px);
}
.reference-home .cube-wrapper{
  width:190px;
  height:190px;
  perspective:1100px;
  filter:drop-shadow(0 0 28px rgba(255,107,0,0.78));
}
.reference-home .cube{
  animation:referenceCube 9s linear infinite;
}
@keyframes referenceCube{
  from{transform:rotateX(-24deg) rotateY(38deg) rotateZ(0deg)}
  to{transform:rotateX(-24deg) rotateY(398deg) rotateZ(360deg)}
}
.reference-home .cube-face{
  width:190px;
  height:190px;
  border:2px solid rgba(255,132,24,0.88);
  background:
    linear-gradient(135deg,rgba(255,107,0,0.14),rgba(255,255,255,0.025)),
    repeating-linear-gradient(45deg,rgba(255,149,0,0.22) 0 1px,transparent 1px 18px);
  box-shadow:inset 0 0 38px rgba(255,107,0,0.2),0 0 28px rgba(255,107,0,0.34);
}
.reference-home .cube-face.front{transform:translateZ(95px)}
.reference-home .cube-face.back{transform:rotateY(180deg) translateZ(95px)}
.reference-home .cube-face.left{transform:rotateY(-90deg) translateZ(95px);border-color:rgba(255,132,24,0.72)}
.reference-home .cube-face.right{transform:rotateY(90deg) translateZ(95px);border-color:rgba(255,132,24,0.72)}
.reference-home .cube-face.top{transform:rotateX(90deg) translateZ(95px)}
.reference-home .cube-face.bottom{transform:rotateX(-90deg) translateZ(95px)}
.reference-home .cube-face::after{
  inset:16px;
  border-color:rgba(255,201,128,0.24);
}
.reference-home .orbit-ring{
  border-color:rgba(255,107,0,0.3);
  box-shadow:0 0 24px rgba(255,107,0,0.12);
}
.reference-home .ring1{width:300px;height:300px}
.reference-home .ring2{width:430px;height:430px;border-color:rgba(255,107,0,0.2)}
.reference-home .ring3{width:560px;height:560px;border-color:rgba(255,107,0,0.12)}
.reference-home .dot1,
.reference-home .dot2,
.reference-home .dot3{
  background:var(--orange-light);
  box-shadow:0 0 18px rgba(255,107,0,0.9);
}
.reference-home .floating-chip{
  min-width:120px;
  min-height:76px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  padding:42px 12px 12px;
  border-radius:16px;
  color:white;
  text-align:center;
  font-family:var(--font);
  font-size:0.78rem;
  line-height:1.25;
  background:rgba(9,12,19,0.78);
  border:1px solid rgba(255,107,0,0.28);
  box-shadow:0 14px 34px rgba(0,0,0,0.34),inset 0 0 24px rgba(255,107,0,0.06);
  animation:referenceChipFloat 5s ease-in-out infinite;
}
.reference-home .floating-chip::before{
  position:absolute;
  top:13px;
  left:50%;
  transform:translateX(-50%);
  color:var(--orange-light);
  font-size:1.4rem;
}
.reference-home .floating-chip strong{
  font-weight:800;
}
.reference-home .chip1{top:100px;left:42px}
.reference-home .chip2{top:36px;left:50%;transform:translateX(-50%);animation:referenceChipFloatCentered 5.5s ease-in-out infinite}
.reference-home .chip3{top:96px;right:34px}
.reference-home .chip4{top:244px;right:4px}
.reference-home .chip5{bottom:128px;right:52px}
.reference-home .chip6{bottom:114px;left:42px}
.reference-home .chip7{top:244px;left:0}
.reference-home .chip1::before{content:'◎'}
.reference-home .chip2::before{content:'▣'}
.reference-home .chip3::before{content:'▯'}
.reference-home .chip4::before{content:'☷'}
.reference-home .chip5::before{content:'☁'}
.reference-home .chip6::before{content:'⌁'}
.reference-home .chip7::before{content:'▥'}
@keyframes referenceChipFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}
@keyframes referenceChipFloatCentered{
  0%,100%{transform:translateX(-50%) translateY(0)}
  50%{transform:translateX(-50%) translateY(-10px)}
}
.hero-metrics{
  width:min(1320px,calc(100% - 72px));
  margin:12px auto 0;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  border:1px solid rgba(255,255,255,0.08);
  border-radius:14px;
  background:rgba(10,14,24,0.74);
  box-shadow:0 22px 60px rgba(0,0,0,0.28);
  overflow:hidden;
}
.hero-metrics article{
  position:relative;
  min-height:92px;
  padding:20px 28px 18px 86px;
  border-right:1px solid rgba(255,255,255,0.08);
}
.hero-metrics article:last-child{
  border-right:0;
}
.hero-metrics article::before{
  content:'';
  position:absolute;
  left:28px;
  top:22px;
  width:42px;
  height:42px;
  border:1px solid rgba(255,107,0,0.38);
  border-radius:12px;
  background:radial-gradient(circle,rgba(255,107,0,0.18),transparent 64%);
  box-shadow:inset 0 0 18px rgba(255,107,0,0.1);
}
.hero-metrics span{
  display:block;
  color:white;
  font-size:2rem;
  line-height:1;
  font-weight:900;
  letter-spacing:-0.04em;
}
.hero-metrics p{
  margin-top:6px;
  color:rgba(255,255,255,0.68);
  font-size:0.82rem;
  font-weight:700;
}
.reference-home .hero-scroll-hint{
  display:none;
}
.reference-home .trusted-strip{
  padding:24px 0 20px;
  background:#03060d;
}
.reference-home .trusted-strip p{
  color:white;
  font-weight:800;
  letter-spacing:0;
  text-transform:none;
  font-family:var(--font);
}
.reference-home .trusted-logos{
  max-width:1320px;
  margin:18px auto 0;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:0;
}
.reference-home .trusted-logos span{
  justify-content:center;
  border-right:1px solid rgba(255,255,255,0.08);
  color:rgba(255,255,255,0.82);
  background:transparent;
  font-size:0.86rem;
}
.reference-home .trusted-logos span:last-child{
  border-right:0;
}
.reference-home .section{
  padding:42px 0;
  background:#03060d;
}
.reference-home .content-band,
.reference-home .content-band.alt,
.reference-home .service-preview,
.reference-home .stats,
.reference-home .achievements-section,
.reference-home .clients-showcase,
.reference-home .testimonials{
  background:#03060d;
}
.reference-home .section-label{
  display:block;
  margin-bottom:4px;
  text-align:center;
  font-size:0.72rem;
  letter-spacing:1.5px;
}
.reference-home .section-title{
  text-align:center;
  font-size:clamp(1.45rem,2.2vw,2.25rem);
  margin-bottom:16px;
}
.reference-home .section-sub{
  margin-left:auto;
  margin-right:auto;
  margin-bottom:24px;
  text-align:center;
  font-size:0.92rem;
}
.reference-home .split-content{
  display:grid;
  grid-template-columns:0.92fr 1.08fr;
  gap:34px;
  align-items:center;
}
.reference-home .prose-block p,
.reference-home .glass-card p,
.reference-home .content-list li{
  font-size:0.88rem;
}
.reference-home .glass-card,
.reference-home .rich-card,
.reference-home .process-step,
.reference-home .faq-card{
  border-radius:10px;
  background:rgba(11,15,25,0.86);
  border-color:rgba(255,255,255,0.075);
  box-shadow:inset 0 0 24px rgba(255,255,255,0.01);
}
.reference-home .rich-grid{
  gap:12px;
}
.reference-home .service-preview .rich-card{
  position:relative;
  min-height:160px;
  padding:24px 58px 24px 78px;
}
.reference-home .service-preview .rich-card::before{
  content:'';
  position:absolute;
  top:24px;
  left:22px;
  width:38px;
  height:38px;
  border:1px solid rgba(255,107,0,0.38);
  border-radius:10px;
  background:radial-gradient(circle,rgba(255,107,0,0.2),transparent 68%);
}
.reference-home .service-preview .rich-card::after{
  content:'->';
  position:absolute;
  right:22px;
  bottom:22px;
  color:var(--orange);
  font-weight:900;
  font-size:1.3rem;
}
.reference-home .service-preview .rich-card h3{
  font-size:1rem;
  margin-bottom:6px;
}
.reference-home .service-preview .rich-card p{
  line-height:1.55;
  margin-bottom:8px;
}
.reference-home .service-preview .content-list{
  display:none;
}
.reference-home .service-preview .service-buy-btn{
  display:inline-flex;
  min-height:auto;
  padding:0;
  background:none;
  color:var(--orange-light);
  box-shadow:none;
  font-size:0.78rem;
  justify-content:flex-start;
}
.reference-home .process-list{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:10px;
}
.reference-home .process-step{
  padding:24px 14px;
  text-align:center;
}
.reference-home .process-step h3{
  color:white;
  font-size:0.92rem;
}
.reference-home .process-step p{
  font-size:0.75rem;
  line-height:1.55;
}
.reference-home .achievement-grid,
.reference-home .stats-grid{
  gap:12px;
}
.reference-home .pricing-grid{
  gap:14px;
}
.reference-home .pricing-card{
  border-radius:12px;
}
@media(max-width:1180px){
  .reference-home .nav-whatsapp{
    display:none;
  }
  .reference-home .restored-hero-shell{
    grid-template-columns:1fr;
    gap:12px;
  }
  .reference-home .saas-hero-content{
    max-width:760px;
    text-align:center;
    margin:auto;
  }
  .hero-benefits,
  .reference-home .hero-actions,
  .hero-social-proof{
    justify-content:center;
  }
  .reference-home .hero-visual{
    justify-content:center;
  }
  .reference-home .hero-3d-scene{
    width:min(680px,92vw);
  }
  .reference-home .trusted-logos{
    grid-template-columns:repeat(3,1fr);
    gap:10px;
    padding:0 24px;
  }
  .reference-home .trusted-logos span{
    border-right:0;
  }
  .reference-home .process-list{
    grid-template-columns:repeat(3,1fr);
  }
}
@media(max-width:900px){
  .reference-home .nav-logo{
    width:158px;
  }
  .reference-home .hero{
    padding-top:96px;
  }
  .reference-home .restored-hero-shell,
  .hero-metrics{
    width:calc(100% - 32px);
  }
  .hero-metrics{
    grid-template-columns:repeat(2,1fr);
  }
  .hero-metrics article:nth-child(2){
    border-right:0;
  }
  .hero-metrics article{
    border-bottom:1px solid rgba(255,255,255,0.08);
  }
  .hero-metrics article:nth-child(n+3){
    border-bottom:0;
  }
  .reference-home .split-content{
    grid-template-columns:1fr;
  }
  .reference-home .rich-grid,
  .reference-home .achievement-grid,
  .reference-home .stats-grid{
    grid-template-columns:1fr 1fr;
  }
  .reference-home .hero-3d-scene{
    height:500px;
    transform:scale(0.88);
    margin:-30px 0;
  }
}
@media(max-width:640px){
  .reference-home .hero-title{
    font-size:2.55rem;
  }
  .reference-home .hero-sub{
    font-size:0.9rem;
  }
  .hero-benefits{
    gap:10px 14px;
  }
  .hero-benefits span{
    font-size:0.72rem;
  }
  .reference-home .hero-actions,
  .reference-home .btn-primary,
  .reference-home .btn-ghost{
    width:100%;
    justify-content:center;
  }
  .hero-social-proof{
    gap:10px;
  }
  .reference-home .hero-3d-scene{
    height:390px;
    transform:scale(0.64);
    margin:-70px 0;
  }
  .hero-metrics{
    grid-template-columns:1fr;
  }
  .hero-metrics article,
  .hero-metrics article:nth-child(2),
  .hero-metrics article:nth-child(n+3){
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,0.08);
  }
  .hero-metrics article:last-child{
    border-bottom:0;
  }
  .reference-home .trusted-logos,
  .reference-home .rich-grid,
  .reference-home .achievement-grid,
  .reference-home .stats-grid,
  .reference-home .process-list{
    grid-template-columns:1fr;
  }
  .reference-home .service-preview .rich-card{
    padding:22px 48px 22px 72px;
  }
}

/* ================================================
   PRESERVED HOME VISUAL ENHANCEMENTS
================================================ */
.home-enhanced .restored-hero{
  background:
    radial-gradient(circle at 78% 28%,rgba(255,107,0,0.14),transparent 34rem),
    radial-gradient(circle at 18% 70%,rgba(255,107,0,0.06),transparent 28rem),
    #050508;
}
.home-enhanced .hero-3d-scene{
  width:min(620px,48vw);
  height:560px;
  transform-style:preserve-3d;
  transition:transform 0.2s ease-out;
}
.home-enhanced .ai-core-scene::before{
  content:'';
  position:absolute;
  inset:54px 0 auto;
  height:410px;
  border-radius:50%;
  background:
    radial-gradient(circle at center,rgba(255,107,0,0.18),transparent 18%),
    repeating-radial-gradient(ellipse at center,rgba(255,107,0,0.28) 0 1px,transparent 2px 34px);
  opacity:0.86;
  filter:drop-shadow(0 0 22px rgba(255,107,0,0.34));
  animation:aiCoreRadar 18s linear infinite;
}
.home-enhanced .ai-core-scene::after{
  content:'';
  position:absolute;
  left:50%;
  bottom:72px;
  width:360px;
  height:86px;
  transform:translateX(-50%);
  border-radius:50%;
  background:
    radial-gradient(ellipse at center,rgba(255,149,0,0.48),transparent 28%),
    repeating-radial-gradient(ellipse at center,rgba(255,107,0,0.52) 0 1px,transparent 2px 18px);
  filter:drop-shadow(0 0 24px rgba(255,107,0,0.55));
  animation:aiCorePulse 4s ease-in-out infinite;
}
@keyframes aiCoreRadar{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}
@keyframes aiCorePulse{
  0%,100%{opacity:0.72;transform:translateX(-50%) scale(0.96)}
  50%{opacity:1;transform:translateX(-50%) scale(1.06)}
}
.home-enhanced .hero-glow-center{
  width:260px;
  height:260px;
  background:radial-gradient(circle,rgba(255,149,0,0.56),rgba(255,107,0,0.15) 40%,transparent 70%);
  filter:blur(2px);
}
.home-enhanced .cube-wrapper{
  width:178px;
  height:178px;
  perspective:1100px;
  filter:drop-shadow(0 0 30px rgba(255,107,0,0.78));
}
.home-enhanced .cube{
  animation:premiumAiCube 9s linear infinite;
}
@keyframes premiumAiCube{
  from{transform:rotateX(-24deg) rotateY(38deg) rotateZ(0deg)}
  to{transform:rotateX(-24deg) rotateY(398deg) rotateZ(360deg)}
}
.home-enhanced .cube-face{
  width:178px;
  height:178px;
  border:2px solid rgba(255,132,24,0.86);
  background:
    linear-gradient(135deg,rgba(255,107,0,0.13),rgba(255,255,255,0.025)),
    repeating-linear-gradient(45deg,rgba(255,149,0,0.2) 0 1px,transparent 1px 18px);
  box-shadow:inset 0 0 38px rgba(255,107,0,0.2),0 0 28px rgba(255,107,0,0.34);
}
.home-enhanced .cube-face.front{transform:translateZ(89px)}
.home-enhanced .cube-face.back{transform:rotateY(180deg) translateZ(89px)}
.home-enhanced .cube-face.left{transform:rotateY(-90deg) translateZ(89px);border-color:rgba(255,132,24,0.72)}
.home-enhanced .cube-face.right{transform:rotateY(90deg) translateZ(89px);border-color:rgba(255,132,24,0.72)}
.home-enhanced .cube-face.top{transform:rotateX(90deg) translateZ(89px)}
.home-enhanced .cube-face.bottom{transform:rotateX(-90deg) translateZ(89px)}
.home-enhanced .cube-face::after{
  inset:14px;
  border-color:rgba(255,201,128,0.24);
}
.home-enhanced .ring1{width:300px;height:300px;border-color:rgba(255,107,0,0.3)}
.home-enhanced .ring2{width:430px;height:430px;border-color:rgba(255,107,0,0.2)}
.home-enhanced .ring3{width:548px;height:548px;border-color:rgba(255,107,0,0.12)}
.home-enhanced .dot1,
.home-enhanced .dot2,
.home-enhanced .dot3{
  background:var(--orange-light);
  box-shadow:0 0 18px rgba(255,107,0,0.9);
}
.ai-node{
  position:absolute;
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--orange-light);
  box-shadow:0 0 16px rgba(255,107,0,0.9);
  z-index:2;
  animation:aiNodePulse 2.8s ease-in-out infinite;
}
.node1{left:34%;top:34%}
.node2{right:34%;top:36%;animation-delay:0.4s}
.node3{left:40%;bottom:34%;animation-delay:0.8s}
.node4{right:40%;bottom:32%;animation-delay:1.2s}
@keyframes aiNodePulse{
  0%,100%{transform:scale(1);opacity:0.65}
  50%{transform:scale(1.55);opacity:1}
}
.ai-link{
  position:absolute;
  left:50%;
  top:50%;
  width:220px;
  height:1px;
  transform-origin:left center;
  background:linear-gradient(90deg,rgba(255,107,0,0.6),transparent);
  opacity:0.42;
  z-index:1;
}
.link1{transform:rotate(22deg)}
.link2{transform:rotate(142deg)}
.link3{transform:rotate(226deg)}
.link4{transform:rotate(318deg)}
.home-enhanced .floating-chip{
  min-width:126px;
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
  border-radius:16px;
  color:white;
  text-align:center;
  font-family:var(--font);
  font-size:0.78rem;
  line-height:1.25;
  background:rgba(9,12,19,0.8);
  border:1px solid rgba(255,107,0,0.28);
  box-shadow:0 14px 34px rgba(0,0,0,0.34),inset 0 0 24px rgba(255,107,0,0.06);
  animation:homeChipFloat 5s ease-in-out infinite;
}
.home-enhanced .floating-chip strong{
  font-weight:800;
}
.home-enhanced .floating-chip:hover{
  border-color:rgba(255,107,0,0.7);
  box-shadow:0 18px 46px rgba(0,0,0,0.4),0 0 28px rgba(255,107,0,0.22);
}
.home-enhanced .chip1{top:86px;left:18px}
.home-enhanced .chip2{top:70px;right:34px;animation-delay:0.3s}
.home-enhanced .chip3{top:0;left:50%;transform:translateX(-50%);animation:homeChipFloatCentered 5.3s ease-in-out infinite}
.home-enhanced .chip4{right:0;top:238px;animation-delay:0.8s}
.home-enhanced .chip5{right:58px;bottom:118px;animation-delay:1.1s}
.home-enhanced .chip6{left:58px;bottom:118px;animation-delay:1.4s}
.home-enhanced .chip7{left:0;top:238px;animation-delay:1.7s}
@keyframes homeChipFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-10px)}
}
@keyframes homeChipFloatCentered{
  0%,100%{transform:translateX(-50%) translateY(0)}
  50%{transform:translateX(-50%) translateY(-10px)}
}
.client-logo-strip{
  padding:34px 0 24px;
  background:#050508;
}
.client-logo-strip p{
  margin-bottom:18px;
  color:white;
  font-family:var(--font);
  letter-spacing:0;
  text-transform:none;
  font-weight:800;
}
.trusted-logo-slider{
  max-width:1240px;
  margin:0 auto;
  overflow:hidden;
  mask-image:linear-gradient(90deg,transparent,black 8%,black 92%,transparent);
}
.trusted-logo-track{
  display:flex;
  gap:14px;
  width:max-content;
  animation:trustedLogoLoop 28s linear infinite;
}
.trusted-logo-slider:hover .trusted-logo-track{
  animation-play-state:paused;
}
.trusted-logo-track::after{
  content:'';
}
.trusted-logo-card{
  width:184px;
  min-height:96px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:8px;
  padding:14px;
  border:1px solid rgba(255,255,255,0.08);
  border-radius:12px;
  background:rgba(11,15,25,0.82);
  transition:var(--transition);
}
.trusted-logo-card:hover{
  transform:translateY(-5px);
  border-color:rgba(255,107,0,0.42);
  box-shadow:0 20px 42px rgba(0,0,0,0.32),0 0 24px rgba(255,107,0,0.12);
}
.trusted-logo-card img{
  max-width:132px;
  max-height:44px;
  object-fit:contain;
  border-radius:4px;
}
.trusted-logo-card span,
.trusted-logo-card strong{
  color:white;
  font-size:0.78rem;
  line-height:1.2;
  text-align:center;
}
.logo-text-card strong{
  color:var(--orange-light);
  font-size:0.94rem;
}
@keyframes trustedLogoLoop{
  from{transform:translateX(0)}
  to{transform:translateX(-35%)}
}
.home-enhanced .glass-card,
.home-enhanced .rich-card,
.home-enhanced .process-step,
.home-enhanced .faq-card{
  position:relative;
  overflow:hidden;
}
.home-enhanced .glass-card::before,
.home-enhanced .rich-card::before{
  content:'';
  position:absolute;
  inset:auto -40% -50% auto;
  width:150px;
  height:150px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,107,0,0.13),transparent 70%);
  opacity:0;
  transition:opacity 0.35s;
}
.home-enhanced .glass-card:hover::before,
.home-enhanced .rich-card:hover::before{
  opacity:1;
}
.workspace-showcase{
  background:
    radial-gradient(circle at 18% 20%,rgba(255,107,0,0.09),transparent 26rem),
    var(--dark);
}
.workspace-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.workspace-card{
  position:relative;
  min-height:290px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.1);
  border-radius:18px;
  background:#080a12;
  box-shadow:0 22px 60px rgba(0,0,0,0.34);
}
.workspace-card img{
  width:100%;
  height:100%;
  min-height:290px;
  object-fit:cover;
  transition:transform 0.7s ease;
}
.workspace-card:hover img{
  transform:scale(1.08);
}
.workspace-card::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 42%,rgba(0,0,0,0.78));
}
.workspace-card div{
  position:absolute;
  left:20px;
  right:20px;
  bottom:18px;
  z-index:1;
  padding:16px;
  border:1px solid rgba(255,255,255,0.12);
  border-radius:14px;
  background:rgba(5,5,8,0.54);
  backdrop-filter:blur(14px);
}
.workspace-card span{
  display:block;
  margin-bottom:4px;
  color:var(--orange-light);
  font-family:var(--mono);
  font-size:0.72rem;
  text-transform:uppercase;
}
.workspace-card h3{
  color:white;
  font-size:1.08rem;
}
.testimonial-slider{
  display:grid;
  grid-template-columns:repeat(6,minmax(240px,1fr));
  gap:16px;
  overflow-x:auto;
  padding-bottom:14px;
  scroll-snap-type:x mandatory;
}
.testimonial-client-card{
  min-width:240px;
  min-height:300px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  scroll-snap-align:start;
  padding:24px;
  border:1px solid rgba(255,255,255,0.09);
  border-radius:16px;
  background:linear-gradient(145deg,rgba(255,255,255,0.055),rgba(255,255,255,0.015));
  transition:var(--transition);
}
.testimonial-client-card:hover{
  transform:translateY(-6px);
  border-color:rgba(255,107,0,0.38);
  box-shadow:0 24px 60px rgba(0,0,0,0.36),0 0 24px rgba(255,107,0,0.1);
}
.testimonial-stars{
  color:var(--orange-light);
  letter-spacing:3px;
  margin-bottom:16px;
}
.testimonial-client-card p{
  color:rgba(255,255,255,0.76);
  font-size:0.88rem;
  line-height:1.75;
}
.testimonial-brand{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:24px;
}
.testimonial-brand img{
  width:52px;
  height:52px;
  border-radius:12px;
  object-fit:contain;
  background:white;
  padding:5px;
}
.testimonial-brand span{
  display:grid;
  gap:3px;
}
.testimonial-brand strong{
  color:white;
  font-size:0.9rem;
}
.testimonial-brand small{
  color:rgba(255,255,255,0.55);
}
.testimonial-brand.text-logo{
  min-height:52px;
  padding-left:12px;
  border-left:2px solid var(--orange);
}
.floating-social-bar{
  position:fixed;
  left:18px;
  top:50%;
  transform:translateY(-50%);
  z-index:950;
  display:grid;
  gap:10px;
}
.floating-social-bar a{
  width:46px;
  height:46px;
  display:flex;
  align-items:center;
  gap:10px;
  overflow:hidden;
  padding-left:14px;
  border:1px solid rgba(255,255,255,0.12);
  border-radius:23px;
  background:rgba(5,5,8,0.78);
  color:white;
  font-weight:900;
  text-transform:uppercase;
  backdrop-filter:blur(14px);
  transition:var(--transition);
}
.floating-social-bar a:hover{
  width:136px;
  border-color:rgba(255,107,0,0.5);
  background:rgba(255,107,0,0.16);
}
.floating-social-bar span{
  font-size:0.78rem;
  text-transform:none;
  white-space:nowrap;
}
.enhanced-whatsapp{
  color:white;
  text-decoration:none;
}
.enhanced-whatsapp svg{
  width:28px;
  height:28px;
}
.whatsapp-dot{
  position:absolute;
  top:-4px;
  right:-4px;
  width:20px;
  height:20px;
  display:grid;
  place-items:center;
  border:2px solid #050508;
  border-radius:50%;
  background:#ff2b2b;
  color:white;
  font-size:0.7rem;
  font-weight:900;
}
.enhanced-cta{
  background:
    linear-gradient(90deg,rgba(5,5,8,0.88),rgba(5,5,8,0.78)),
    url('/assets/daleyork-media/office-celebration.jpeg') center/cover;
}
.enhanced-cta .container{
  padding:44px 34px;
  border:1px solid rgba(255,107,0,0.24);
  border-radius:18px;
  background:rgba(5,5,8,0.5);
  backdrop-filter:blur(10px);
}
@media(max-width:1100px){
  .home-enhanced .hero-3d-scene{width:min(560px,88vw);height:520px}
  .workspace-grid{grid-template-columns:1fr 1fr}
  .testimonial-slider{grid-template-columns:repeat(6,280px)}
}
@media(max-width:760px){
  .floating-social-bar{left:10px;top:auto;bottom:92px;transform:none}
  .floating-social-bar a{width:40px;height:40px;padding-left:12px}
  .floating-social-bar a:hover{width:112px}
  .home-enhanced .hero-3d-scene{width:92vw;height:390px;transform:scale(0.74);margin:-38px 0}
  .home-enhanced .ring3{width:450px;height:450px}
  .workspace-grid{grid-template-columns:1fr}
  .trusted-logo-card{width:166px}
  .enhanced-cta .container{padding:32px 20px}
}
@media(max-width:520px){
  .home-enhanced .hero-3d-scene{transform:scale(0.6);margin:-70px 0}
  .home-enhanced .floating-chip{min-width:112px;font-size:0.72rem}
  .client-logo-strip{padding-left:10px;padding-right:10px}
}

/* ================================================
   COMPACT REFERENCE FINAL HOME
================================================ */
.reference-final{
  background:#020711;
  color:white;
}
.reference-final .navbar{
  padding:14px 0;
  background:rgba(2,7,17,0.76);
  backdrop-filter:blur(18px);
}
.reference-final .nav-container{
  max-width:1380px;
  gap:14px;
  align-items:center;
  flex-wrap:nowrap;
  overflow:visible;
  display:flex;
}
.reference-final .nav-links.saas-nav-pill{
  flex:1;
  justify-content:center;
}
.reference-final .nav-logo{
  width:200px;
  height:60px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.reference-final .nav-logo img{
  object-fit:contain;
  padding:0;
}
.reference-final .saas-nav-pill{
  gap:4px;
  background:transparent;
  border:0;
  box-shadow:none;
  padding:0;
}
.reference-final .nav-link{
  padding:8px 10px;
  color:rgba(255,255,255,0.82);
  font-size:0.78rem;
  font-weight:700;
}
.reference-final .nav-link.active,
.reference-final .nav-link:hover{
  color:var(--orange-light);
  background:transparent;
}
.reference-final .nav-link.active::after{
  content:'';
  display:block;
  width:100%;
  height:2px;
  margin-top:7px;
  background:var(--orange);
}
.ref-whatsapp{
  min-height:38px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:0 16px;
  border:1px solid rgba(37,211,102,0.36);
  border-radius:10px;
  color:white;
  font-size:0.78rem;
  font-weight:800;
  background:rgba(37,211,102,0.08);
}
/* ref-whatsapp icon is now a real SVG � no pseudo dot needed */
.reference-final .nav-cta{
  min-height:38px;
  padding:0 18px;
  border-radius:10px;
  font-size:0.78rem;
}
.reference-final .nav-cta::after{
  content:' →';
}
.ref-hero{
  max-width:1380px;
  margin:0 auto;
  padding:88px 24px 18px;
  display:grid;
  grid-template-columns:0.82fr 1.18fr;
  gap:30px;
  align-items:center;
  min-height:540px;
  position:relative;
}
.ref-hero::before{
  content:'';
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 73% 42%,rgba(255,107,0,0.15),transparent 32rem),
    linear-gradient(rgba(255,107,0,0.03) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,107,0,0.03) 1px,transparent 1px);
  background-size:auto,48px 48px,48px 48px;
  pointer-events:none;
}
.ref-hero-copy,
.ref-hero .hero-visual{
  position:relative;
  z-index:2;
}
.reference-final .hero-badge{
  margin-bottom:18px;
  padding:7px 14px;
  border-radius:12px;
  font-size:0.76rem;
}
.reference-final .hero-title{
  margin-bottom:18px;
  font-size:clamp(2.55rem,4.9vw,4.7rem);
  line-height:1.02;
  letter-spacing:-0.055em;
}
.reference-final .hero-title span{
  color:var(--orange);
}
.reference-final .hero-sub{
  max-width:560px;
  margin-bottom:20px;
  color:rgba(255,255,255,0.72);
  font-size:0.98rem;
  line-height:1.7;
}
.ref-benefits{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-bottom:22px;
}
.ref-benefits span{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:0.76rem;
  font-weight:800;
  color:rgba(255,255,255,0.82);
}
.ref-benefits span::before{
  content:'';
  width:13px;
  height:13px;
  border:1px solid var(--orange);
  border-radius:50%;
  background:radial-gradient(circle,var(--orange) 0 2px,transparent 3px);
}
.reference-final .hero-actions{
  margin-bottom:22px;
}
.reference-final .btn-primary,
.reference-final .btn-ghost{
  min-height:50px;
  padding:0 28px;
  border-radius:12px;
  font-size:0.88rem;
}
.reference-final .btn-primary span::after,
.reference-final .btn-ghost span::after{
  content:' →';
}
.reference-final .btn-ghost{
  background:rgba(4,9,18,0.78);
  border-color:rgba(255,107,0,0.28);
}
.ref-proof{
  display:flex;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}
.ref-avatar-row{
  display:flex;
}
.ref-avatar-row span{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  margin-right:-8px;
  border:2px solid #020711;
  border-radius:50%;
  background:linear-gradient(135deg,#ffd0b0,#ff6b00 52%,#172033);
  font-size:0.66rem;
  font-weight:900;
}
.ref-stars{
  color:var(--orange-light);
  letter-spacing:3px;
  font-size:1rem;
}
.ref-proof p{
  color:rgba(255,255,255,0.72);
  font-size:0.8rem;
  font-weight:800;
}
.reference-final .hero-3d-scene{
  width:min(680px,52vw);
  height:500px;
  transform-style:preserve-3d;
  transition:transform 0.2s ease-out;
}
.reference-final .ai-core-scene::before{
  content:'';
  position:absolute;
  inset:28px 0 auto 0;
  height:410px;
  border-radius:50%;
  background:radial-gradient(circle at center,rgba(255,107,0,0.16),transparent 18%),repeating-radial-gradient(ellipse at center,rgba(255,107,0,0.3) 0 1px,transparent 2px 34px);
  filter:drop-shadow(0 0 22px rgba(255,107,0,0.35));
  animation:aiCoreRadar 18s linear infinite;
}
.reference-final .ai-core-scene::after{
  content:'';
  position:absolute;
  left:50%;
  bottom:54px;
  width:340px;
  height:82px;
  transform:translateX(-50%);
  border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(255,149,0,0.48),transparent 28%),repeating-radial-gradient(ellipse at center,rgba(255,107,0,0.52) 0 1px,transparent 2px 18px);
  filter:drop-shadow(0 0 24px rgba(255,107,0,0.55));
  animation:aiCorePulse 4s ease-in-out infinite;
}
.reference-final .hero-glow-center{
  width:250px;
  height:250px;
  background:radial-gradient(circle,rgba(255,149,0,0.56),rgba(255,107,0,0.15) 40%,transparent 70%);
}
.reference-final .cube-wrapper{
  width:170px;
  height:170px;
  perspective:1100px;
  filter:drop-shadow(0 0 30px rgba(255,107,0,0.78));
}
.reference-final .cube{animation:premiumAiCube 9s linear infinite}
.reference-final .cube-face{
  width:170px;
  height:170px;
  border:2px solid rgba(255,132,24,0.86);
  background:linear-gradient(135deg,rgba(255,107,0,0.13),rgba(255,255,255,0.025)),repeating-linear-gradient(45deg,rgba(255,149,0,0.2) 0 1px,transparent 1px 18px);
  box-shadow:inset 0 0 38px rgba(255,107,0,0.2),0 0 28px rgba(255,107,0,0.34);
}
.reference-final .cube-face.front{transform:translateZ(85px)}
.reference-final .cube-face.back{transform:rotateY(180deg) translateZ(85px)}
.reference-final .cube-face.left{transform:rotateY(-90deg) translateZ(85px)}
.reference-final .cube-face.right{transform:rotateY(90deg) translateZ(85px)}
.reference-final .cube-face.top{transform:rotateX(90deg) translateZ(85px)}
.reference-final .cube-face.bottom{transform:rotateX(-90deg) translateZ(85px)}
.reference-final .ring1{width:290px;height:290px;border-color:rgba(255,107,0,0.3)}
.reference-final .ring2{width:420px;height:420px;border-color:rgba(255,107,0,0.2)}
.reference-final .ring3{width:540px;height:540px;border-color:rgba(255,107,0,0.12)}
.reference-final .dot1,.reference-final .dot2,.reference-final .dot3{background:var(--orange-light);box-shadow:0 0 18px rgba(255,107,0,0.9)}
.reference-final .floating-chip{
  min-width:118px;
  min-height:68px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
  border-radius:14px;
  color:white;
  text-align:center;
  font-family:var(--font);
  font-size:0.72rem;
  line-height:1.25;
  background:rgba(9,12,19,0.8);
  border:1px solid rgba(255,107,0,0.28);
  box-shadow:0 14px 34px rgba(0,0,0,0.34),inset 0 0 24px rgba(255,107,0,0.06);
  animation:homeChipFloat 5s ease-in-out infinite;
}
.reference-final .chip1{top:76px;left:34px}
.reference-final .chip2{top:18px;left:50%;transform:translateX(-50%);animation:homeChipFloatCentered 5s ease-in-out infinite}
.reference-final .chip3{top:76px;right:34px}
.reference-final .chip4{right:6px;top:214px}
.reference-final .chip5{right:54px;bottom:92px}
.reference-final .chip6{left:54px;bottom:92px}
.reference-final .chip7{left:6px;top:214px}
.ref-metrics{
  max-width:1280px;
  margin:0 auto 26px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:13px;
  background:rgba(10,14,24,0.78);
  overflow:hidden;
}
.ref-metrics article{
  position:relative;
  min-height:92px;
  padding:20px 24px 18px 86px;
  border-right:1px solid rgba(255,255,255,0.08);
}
.ref-metrics article:last-child{border-right:0}
.ref-metrics i{
  position:absolute;
  left:28px;
  top:24px;
  width:42px;
  height:42px;
  border:1px solid rgba(255,107,0,0.36);
  border-radius:12px;
  background:radial-gradient(circle,rgba(255,107,0,0.18),transparent 68%);
}
.ref-metrics strong{
  display:block;
  font-size:2rem;
  line-height:1;
  font-weight:900;
}
.ref-metrics span{
  color:rgba(255,255,255,0.65);
  font-size:0.78rem;
  font-weight:800;
}
.ref-client-logos,
.ref-services,
.ref-workspace,
.ref-testimonials{
  max-width:1280px;
  margin:0 auto;
  padding:20px 24px;
}
.reference-final .section-label{
  display:block;
  margin-bottom:8px;
  text-align:center;
  color:var(--orange);
  font-size:0.72rem;
  letter-spacing:1.4px;
}
.ref-logo-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
}
.ref-logo-grid a{
  min-height:92px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:14px;
  border:1px solid rgba(255,255,255,0.08);
  border-radius:10px;
  background:rgba(10,14,24,0.78);
}
.ref-logo-grid img{
  max-width:132px;
  max-height:42px;
  object-fit:contain;
  border-radius:4px;
}
.ref-logo-grid strong{
  color:white;
  text-align:center;
  font-size:0.9rem;
  line-height:1.1;
}
.ref-logo-grid span{
  color:rgba(255,255,255,0.68);
  font-size:0.74rem;
  text-align:center;
}
.ref-services h2,
.ref-workspace h2{
  text-align:center;
  margin-bottom:18px;
  font-size:1.4rem;
}
.ref-service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.ref-service-grid article{
  position:relative;
  min-height:150px;
  padding:22px 48px 22px 70px;
  border:1px solid rgba(255,255,255,0.08);
  border-radius:10px;
  background:rgba(10,14,24,0.84);
}
.ref-service-grid i{
  position:absolute;
  left:20px;
  top:24px;
  width:36px;
  height:36px;
  border:1px solid rgba(255,107,0,0.38);
  border-radius:9px;
  background:radial-gradient(circle,rgba(255,107,0,0.18),transparent 68%);
}
.ref-service-grid h3{
  margin-bottom:6px;
  font-size:0.98rem;
}
.ref-service-grid p{
  margin-bottom:8px;
  color:rgba(255,255,255,0.66);
  font-size:0.78rem;
  line-height:1.55;
}
.ref-service-grid strong{
  color:var(--orange-light);
  font-size:0.82rem;
}
.ref-service-grid a{
  position:absolute;
  right:18px;
  bottom:18px;
  color:var(--orange);
  font-size:1.15rem;
  font-weight:900;
}
.ref-small-btn{
  width:260px;
  min-height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:18px auto 0;
  border:1px solid rgba(255,107,0,0.4);
  border-radius:10px;
  color:white;
  font-size:0.78rem;
  font-weight:800;
}
.ref-why{
  max-width:1280px;
  margin:0 auto;
  padding:26px 24px 20px;
  display:grid;
  grid-template-columns:0.8fr 1fr;
  gap:28px;
  align-items:center;
}
.ref-why-media img{
  width:100%;
  min-height:300px;
  object-fit:cover;
  border:1px solid rgba(255,255,255,0.1);
  border-radius:12px;
}
.ref-why-copy .section-label{
  text-align:left;
}
.ref-why-copy h2{
  margin-bottom:18px;
  font-size:2rem;
}
.ref-check-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px 26px;
}
.ref-check-grid article{
  position:relative;
  padding-left:38px;
}
.ref-check-grid span{
  position:absolute;
  left:0;
  top:2px;
  width:26px;
  height:26px;
  border:1px solid rgba(255,107,0,0.6);
  border-radius:50%;
}
.ref-check-grid span::after{
  content:'';
  position:absolute;
  left:8px;
  top:6px;
  width:8px;
  height:12px;
  border:solid var(--orange);
  border-width:0 2px 2px 0;
  transform:rotate(45deg);
}
.ref-check-grid h3{
  font-size:0.95rem;
}
.ref-check-grid p{
  color:rgba(255,255,255,0.64);
  font-size:0.78rem;
}
.ref-work-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.ref-work-grid article{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,0.1);
  border-radius:10px;
  background:#080d16;
}
.ref-work-grid img{
  width:100%;
  height:260px;
  object-fit:cover;
}
.ref-work-grid span{
  position:absolute;
  right:12px;
  bottom:12px;
  padding:7px 10px;
  border-radius:8px;
  background:rgba(255,107,0,0.86);
  color:white;
  font-size:0.72rem;
  font-weight:800;
}
.ref-test-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
}
.ref-test-grid article{
  min-height:270px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:20px;
  border:1px solid rgba(255,255,255,0.08);
  border-radius:10px;
  background:rgba(10,14,24,0.84);
}
.ref-test-grid b{
  color:var(--orange-light);
  letter-spacing:3px;
}
.ref-test-grid p{
  color:rgba(255,255,255,0.72);
  font-size:0.77rem;
  line-height:1.65;
}
.ref-test-grid div{
  display:flex;
  align-items:center;
  gap:10px;
}
.ref-test-grid img,
.ref-test-grid div strong{
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:9px;
  object-fit:contain;
  background:white;
  color:#07101f;
  padding:4px;
  font-size:0.78rem;
}
.ref-test-grid span{
  display:grid;
  color:white;
  font-size:0.78rem;
  line-height:1.2;
}
.ref-test-grid small{
  color:rgba(255,255,255,0.55);
}
.ref-cta{
  max-width:1280px;
  min-height:94px;
  margin:24px auto;
  padding:22px 44px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border:1px solid rgba(255,107,0,0.32);
  border-radius:12px;
  background:linear-gradient(90deg,rgba(108,42,0,0.92),rgba(255,107,0,0.28)),url('/assets/daleyork-media/office-celebration.jpeg') center/cover;
}
.ref-cta h2{
  font-size:1.65rem;
}
.ref-cta p{
  color:rgba(255,255,255,0.78);
}
.ref-cta a{
  min-width:300px;
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:9px;
  background:linear-gradient(135deg,var(--orange),var(--orange-light));
  color:white;
  font-weight:900;
}
.ref-footer{
  max-width:1280px;
  margin:0 auto 24px;
  padding:0 24px;
}
.ref-footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 0.9fr 0.9fr 1.15fr;
  gap:28px;
  padding:26px 0;
  border-top:1px solid rgba(255,255,255,0.08);
  border-bottom:1px solid rgba(255,255,255,0.08);
}
.ref-footer img{
  width:150px;
  margin-bottom:12px;
}
.ref-footer p,
.ref-footer a{
  color:rgba(255,255,255,0.65);
  font-size:0.78rem;
  line-height:1.75;
}
.ref-footer h4{
  margin-bottom:12px;
  color:white;
  font-size:0.86rem;
}
.ref-footer-grid > div{
  display:flex;
  flex-direction:column;
}
.ref-footer a:hover{
  color:var(--orange-light);
}
.ref-footer-social{
  display:flex;
  gap:8px;
  margin-top:14px;
}
.ref-footer-social a{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:rgba(255,255,255,0.06);
}
.ref-footer .newsletter-form{
  margin-top:12px;
}
.ref-footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-top:14px;
}
.ref-footer-bottom span{
  margin:0 12px;
  color:rgba(255,255,255,0.28);
}
@media(max-width:1180px){
  .ref-hero{grid-template-columns:1fr;padding-top:98px;text-align:center}
  .ref-benefits,.reference-final .hero-actions,.ref-proof{justify-content:center}
  .reference-final .hero-3d-scene{width:min(680px,92vw);margin:auto}
  .ref-logo-grid,.ref-test-grid{grid-template-columns:repeat(3,1fr)}
  .ref-why{grid-template-columns:1fr}
  .ref-footer-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:800px){
  .ref-whatsapp{display:none}
  .ref-metrics,.ref-service-grid,.ref-work-grid,.ref-logo-grid,.ref-test-grid{grid-template-columns:1fr 1fr}
  .ref-metrics article:nth-child(2){border-right:0}
  .ref-check-grid{grid-template-columns:1fr}
  .ref-cta{flex-direction:column;text-align:center;padding:24px}
  .ref-cta a{min-width:0;width:100%}
  .ref-footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:560px){
  .ref-hero{padding:88px 16px 10px}
  .reference-final .hero-title{font-size:2.45rem}
  .reference-final .hero-3d-scene{height:390px;transform:scale(0.62);margin:-70px auto}
  .ref-metrics,.ref-service-grid,.ref-work-grid,.ref-logo-grid,.ref-test-grid,.ref-footer-grid{grid-template-columns:1fr}
  .ref-metrics article{border-right:0;border-bottom:1px solid rgba(255,255,255,0.08)}
  .ref-metrics article:last-child{border-bottom:0}
  .ref-footer-bottom{flex-direction:column;text-align:center}
}

/* ================================================
   UI/UX FIXES + ORIGINAL SOCIAL ICONS
================================================ */
.social-icon-link svg{
  width:17px;
  height:17px;
  display:block;
  fill:currentColor;
  flex:0 0 17px;
}
.social-icon-link .social-label{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
.fs-link.social-icon-link,
.ref-footer-social .social-icon-link{
  position:relative;
  color:white;
}
.fs-link.social-icon-link[aria-label="LinkedIn"],
.ref-footer-social .social-icon-link[aria-label="LinkedIn"]{background:#0a66c2}
.fs-link.social-icon-link[aria-label="Instagram"],
.ref-footer-social .social-icon-link[aria-label="Instagram"]{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4)}
.fs-link.social-icon-link[aria-label="Facebook"],
.ref-footer-social .social-icon-link[aria-label="Facebook"]{background:#1877f2}
.fs-link.social-icon-link[aria-label="X"],
.ref-footer-social .social-icon-link[aria-label="X"]{background:#050505}
.fs-link.social-icon-link[aria-label="YouTube"],
.ref-footer-social .social-icon-link[aria-label="YouTube"]{background:#ff0000}
.ref-footer-social .social-icon-link{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,0.1);
  border-radius:9px;
  transition:var(--transition);
}
.ref-footer-social .social-icon-link:hover,
.fs-link.social-icon-link:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 28px rgba(0,0,0,0.3),0 0 18px rgba(255,107,0,0.16);
}
.reference-final .nav-container{
  padding-inline:18px;
}
.reference-final .nav-link{
  white-space:nowrap;
}
.reference-final .nav-dropdown{
  min-width:230px;
}
.ref-hero,
.ref-metrics,
.ref-client-logos,
.ref-services,
.ref-why,
.ref-workspace,
.ref-testimonials,
.ref-cta,
.ref-footer{
  width:min(1280px,calc(100% - 48px));
}
.ref-hero{
  padding-left:0;
  padding-right:0;
}
.ref-metrics{
  margin-left:auto;
  margin-right:auto;
}
.ref-service-grid article,
.ref-logo-grid a,
.ref-test-grid article,
.ref-work-grid article{
  transition:var(--transition);
}
.ref-service-grid article:hover,
.ref-logo-grid a:hover,
.ref-test-grid article:hover,
.ref-work-grid article:hover{
  border-color:rgba(255,107,0,0.36);
  transform:translateY(-4px);
  box-shadow:0 20px 44px rgba(0,0,0,0.28),0 0 22px rgba(255,107,0,0.08);
}
.ref-work-grid article{
  min-height:260px;
}
.ref-work-grid img{
  transition:transform 0.6s ease;
}
.ref-work-grid article:hover img{
  transform:scale(1.05);
}
.ref-footer .newsletter-form{
  align-items:stretch;
}
.ref-footer .newsletter-form input{
  height:42px;
}
.ref-footer .newsletter-btn{
  height:42px;
  width:48px;
  min-width:48px;
}
.ref-footer-bottom p:first-child{
  color:rgba(255,255,255,0.68);
}
.footer-contact-list p:first-child,
.ref-address-text{
  text-transform:none;
}
@media(max-width:1320px){
  .reference-final .nav-link{padding-inline:7px;font-size:0.74rem}
  .reference-final .nav-container{gap:12px}
  .ref-whatsapp{padding-inline:12px}
  .reference-final .nav-cta{padding-inline:14px}
}
@media(max-width:1180px){
  .reference-final .nav-links,
  .reference-final .ref-whatsapp,
  .reference-final .nav-cta{
    display:none;
  }
}
@media(max-width:800px){
  .ref-hero,
  .ref-metrics,
  .ref-client-logos,
  .ref-services,
  .ref-why,
  .ref-workspace,
  .ref-testimonials,
  .ref-cta,
  .ref-footer{
    width:min(100% - 28px,1280px);
  }
}

/* Prevent nav right-side from overflowing */
.reference-final .nav-container > a.nav-cta,
.reference-final .nav-container > a.ref-whatsapp {
  flex-shrink: 0;
  white-space: nowrap;
}

/* ---- Pricing page ref-style cards ---- */
.pricing-page-section { padding: 60px 24px 40px; max-width: 1380px; margin: 0 auto; }
.pricing-page-section .section-sub-text { color: rgba(255,255,255,0.6); max-width: 620px; margin: 0 auto 40px; text-align: center; font-size: 0.92rem; }
.pricing-grid-6 { grid-template-columns: repeat(3, 1fr); }
@media(max-width:900px){ .pricing-grid-6 { grid-template-columns: repeat(2, 1fr); } }
@media(max-width:580px){ .pricing-grid-6 { grid-template-columns: 1fr; } }
.pricing-ref-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 18px;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: var(--transition);
}
.pricing-ref-card:hover { border-color: rgba(255,107,0,0.45); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(255,107,0,0.12); }
.pricing-ref-card.popular-plan { border-color: var(--orange); background: rgba(255,107,0,0.07); }
.pricing-ref-top { display: flex; align-items: center; gap: 12px; }
.pricing-ref-top h3 { font-size: 1rem; font-weight: 700; color: white; flex: 1; }
.pricing-badge { font-size: 0.68rem; font-weight: 800; padding: 3px 10px; border-radius: 20px; background: rgba(255,107,0,0.15); color: var(--orange); border: 1px solid rgba(255,107,0,0.3); white-space: nowrap; }
.pricing-badge.popular-badge { background: var(--orange); color: white; border-color: var(--orange); }
.plan-price-ref span { font-size: 1.5rem; font-weight: 800; color: var(--orange); }
.pricing-ref-card p { font-size: 0.82rem; color: rgba(255,255,255,0.6); margin: 0; }
.plan-feat-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.plan-feat-list li { font-size: 0.8rem; color: rgba(255,255,255,0.75); padding-left: 18px; position: relative; }
.plan-feat-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 800; }
.plan-cta-ref {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 42px; padding: 0 20px; border-radius: 10px;
  background: rgba(255,107,0,0.12); border: 1px solid rgba(255,107,0,0.4);
  color: var(--orange); font-size: 0.82rem; font-weight: 800;
  transition: var(--transition); text-align: center;
}
.plan-cta-ref:hover, .plan-cta-ref.popular-cta { background: var(--orange); color: white; border-color: var(--orange); }
.pricing-note { text-align: center; font-size: 0.78rem; color: rgba(255,255,255,0.45); max-width: 620px; margin: 24px auto 0; }
.pricing-note a { color: var(--orange); }

/* ---- ref-footer contact info ---- */
.ref-footer-contact-info { margin: 10px 0; display: flex; flex-direction: column; gap: 4px; }
.ref-footer-contact-info p { font-size: 0.78rem; color: rgba(255,255,255,0.6); }
.ref-footer-contact-info a { color: rgba(255,255,255,0.7); }
.ref-footer-contact-info a:hover { color: var(--orange); }

/* ===================================================================
   2026 UPDATE � Logo, responsive navbar fix, News & Media, Careers,
   Featured-In strip, premium glass components
=================================================================== */

/* ---- Full wordmark logo ---- */
.reference-final .nav-logo{
  width:220px;height:64px;
  border:0;border-radius:0;background:transparent;box-shadow:none;
  padding:0;display:flex;align-items:center;justify-content:flex-start;
}
.reference-final .nav-logo img{
  width:100%;height:100%;object-fit:contain;object-position:left center;
}
.reference-final .nav-logo:hover{transform:translateY(-1px);box-shadow:none;}
.ref-footer img{max-width:200px;height:auto;}

/* ---- Responsive navbar fix (collapses at 1180px) ---- */
@media(max-width:1180px){
  .reference-final .hamburger{display:flex;margin-left:auto;}
  .reference-final .nav-links.open{
    display:flex;flex-direction:column;align-items:stretch;
    position:fixed;top:74px;left:0;right:0;
    max-height:calc(100vh - 74px);overflow-y:auto;
    background:rgba(8,8,12,0.985);backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);
    padding:16px 22px 28px;gap:2px;border-radius:0;
    border-top:1px solid var(--glass-border);
    border-bottom:1px solid var(--glass-border);
    box-shadow:0 26px 64px rgba(0,0,0,0.55);
    z-index:1200;
    animation:navDrop .26s ease;
  }
  @keyframes navDrop{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
  .reference-final .nav-links.open li,
  .reference-final .nav-links.open .nav-item{width:100%;}
  .reference-final .nav-links.open .nav-link{
    width:100%;padding:14px 12px;font-size:0.98rem;justify-content:space-between;
    border-bottom:1px solid rgba(255,255,255,0.06);border-radius:8px;
  }
  .reference-final .nav-links.open .nav-link.active::after{display:none;}
  .reference-final .nav-links.open .nav-dropdown{
    position:static;display:none;opacity:1;visibility:visible;transform:none;
    box-shadow:none;background:rgba(255,255,255,0.035);border:0;min-width:0;
    margin:2px 0 8px;border-radius:10px;padding:6px;grid-template-columns:1fr;
  }
  .reference-final .nav-links.open .nav-item.dropdown-open .nav-dropdown{display:grid;}
  .reference-final .nav-links.open .nav-dropdown a{padding:10px 12px;font-size:0.85rem;}
  .reference-final .nav-caret{transition:transform .25s ease;}
  .reference-final .nav-item.dropdown-open .nav-caret{transform:rotate(180deg);}
}
@media(max-width:560px){
  .reference-final .nav-logo{width:160px;height:auto;}
  .reference-final .nav-logo img{height:auto;}
}

/* ---- Featured In strip (homepage) ---- */
.ref-featured-in{
  width:min(1280px,calc(100% - 48px));margin:6px auto 0;
  padding:26px 28px;border-radius:20px;
  background:linear-gradient(120deg,rgba(255,107,0,0.05),rgba(60,120,255,0.05));
  border:1px solid var(--glass-border);position:relative;overflow:hidden;
}
.ref-featured-in::before{
  content:'';position:absolute;inset:-40% 60% auto -10%;height:200px;
  background:radial-gradient(circle,rgba(255,107,0,0.18),transparent 70%);filter:blur(20px);
}
.ref-featured-in .section-label{text-align:center;margin-bottom:16px;position:relative;}
.ref-featured-track{
  display:flex;flex-wrap:wrap;justify-content:center;align-items:center;
  gap:12px 14px;position:relative;
}
.ref-featured-track span{
  font-weight:700;font-size:0.82rem;letter-spacing:.02em;
  color:rgba(255,255,255,0.78);padding:9px 16px;border-radius:999px;
  background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.09);
  transition:var(--transition);white-space:nowrap;
}
.ref-featured-track span:hover{
  color:var(--orange-light);border-color:rgba(255,107,0,0.4);
  transform:translateY(-2px);box-shadow:0 10px 26px rgba(255,107,0,0.12);
}

/* ---- Glass / news cards (shared premium) ---- */
.news-section{width:min(1280px,calc(100% - 48px));margin:0 auto;padding:46px 0 10px;}
.news-section .section-label{text-align:center;}
.news-section > h2{text-align:center;font-size:2rem;font-weight:800;margin:6px 0 6px;}
.news-section .news-intro{
  text-align:center;color:rgba(255,255,255,0.62);max-width:640px;
  margin:0 auto 34px;font-size:0.92rem;
}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.news-card{
  position:relative;display:flex;flex-direction:column;gap:12px;
  padding:24px 22px 22px;border-radius:18px;
  background:linear-gradient(160deg,rgba(255,255,255,0.055),rgba(255,255,255,0.02));
  border:1px solid var(--glass-border);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  overflow:hidden;transition:var(--transition);
}
.news-card::before{
  content:'';position:absolute;inset:-60% 55% auto -20%;height:160px;
  background:radial-gradient(circle,rgba(255,107,0,0.16),transparent 70%);
  filter:blur(16px);opacity:0;transition:opacity .4s ease;
}
.news-card:hover{
  transform:translateY(-6px);border-color:rgba(255,107,0,0.42);
  box-shadow:0 26px 56px rgba(0,0,0,0.4),0 0 30px rgba(255,107,0,0.12);
}
.news-card:hover::before{opacity:1;}
.news-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;position:relative;}
.news-portal{
  font-size:0.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;
  color:var(--orange);padding:5px 11px;border-radius:999px;
  background:rgba(255,107,0,0.1);border:1px solid rgba(255,107,0,0.28);white-space:nowrap;
}
.news-date{font-size:0.72rem;color:rgba(255,255,255,0.45);font-weight:600;}
.news-card h3{font-size:1.02rem;font-weight:700;line-height:1.4;color:#fff;position:relative;}
.news-card p{font-size:0.85rem;color:rgba(255,255,255,0.64);line-height:1.6;flex:1;position:relative;}
.news-read{
  align-self:flex-start;display:inline-flex;align-items:center;gap:7px;
  font-size:0.8rem;font-weight:800;color:var(--orange);
  padding:9px 16px;border-radius:10px;position:relative;
  background:rgba(255,107,0,0.1);border:1px solid rgba(255,107,0,0.3);transition:var(--transition);
}
.news-read:hover{background:var(--orange);color:#fff;border-color:var(--orange);transform:translateX(2px);}
.news-read::after{content:'→';}
.news-more-wrap{text-align:center;margin-top:34px;}
.news-more-btn{
  display:inline-flex;align-items:center;gap:9px;min-height:48px;padding:0 28px;
  border-radius:12px;font-weight:800;font-size:0.9rem;color:#fff;
  background:linear-gradient(120deg,var(--orange),#ff8c3a);
  box-shadow:0 14px 34px rgba(255,107,0,0.28);transition:var(--transition);
}
.news-more-btn:hover{transform:translateY(-3px);box-shadow:0 20px 44px rgba(255,107,0,0.4);}

/* ---- Careers CTA (homepage) ---- */
.careers-cta-band{
  width:min(1280px,calc(100% - 48px));margin:46px auto 0;
  position:relative;overflow:hidden;border-radius:24px;
  padding:48px 44px;display:flex;align-items:center;justify-content:space-between;
  gap:26px;flex-wrap:wrap;
  background:linear-gradient(125deg,rgba(255,107,0,0.12),rgba(40,90,220,0.12));
  border:1px solid rgba(255,107,0,0.22);
}
.careers-cta-band::before{
  content:'';position:absolute;inset:auto -10% -60% 50%;height:280px;
  background:radial-gradient(circle,rgba(60,120,255,0.22),transparent 70%);filter:blur(30px);
}
.careers-cta-band::after{
  content:'';position:absolute;inset:-60% 50% auto -10%;height:280px;
  background:radial-gradient(circle,rgba(255,107,0,0.22),transparent 70%);filter:blur(30px);
}
.careers-cta-copy{position:relative;max-width:640px;}
.careers-cta-copy .section-label{margin-bottom:8px;}
.careers-cta-copy h2{font-size:1.9rem;font-weight:800;margin-bottom:8px;}
.careers-cta-copy p{color:rgba(255,255,255,0.7);font-size:0.95rem;}
.careers-cta-band .news-more-btn{position:relative;flex-shrink:0;}

/* ---- Careers page premium ---- */
.careers-hero-stats{
  display:flex;flex-wrap:wrap;gap:14px;margin-top:26px;justify-content:center;
}
.careers-hero-stats div{
  padding:14px 22px;border-radius:14px;background:var(--glass);
  border:1px solid var(--glass-border);text-align:center;min-width:130px;
}
.careers-hero-stats strong{display:block;font-size:1.5rem;font-weight:800;color:var(--orange);}
.careers-hero-stats span{font-size:0.78rem;color:rgba(255,255,255,0.6);}
.openings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.opening-card{
  position:relative;display:flex;flex-direction:column;gap:12px;
  padding:24px 22px;border-radius:18px;overflow:hidden;transition:var(--transition);
  background:linear-gradient(160deg,rgba(255,255,255,0.05),rgba(255,255,255,0.02));
  border:1px solid var(--glass-border);
}
.opening-card::before{
  content:'';position:absolute;inset:-60% 55% auto -20%;height:150px;
  background:radial-gradient(circle,rgba(255,107,0,0.16),transparent 70%);filter:blur(16px);
  opacity:0;transition:opacity .4s ease;
}
.opening-card:hover{transform:translateY(-6px);border-color:rgba(255,107,0,0.42);
  box-shadow:0 24px 52px rgba(0,0,0,0.4),0 0 28px rgba(255,107,0,0.12);}
.opening-card:hover::before{opacity:1;}
.opening-card .role-tags{display:flex;gap:8px;flex-wrap:wrap;position:relative;}
.opening-card .role-tags span{
  font-size:0.68rem;font-weight:700;padding:4px 10px;border-radius:999px;
  background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);
  color:rgba(255,255,255,0.72);
}
.opening-card .role-tags span.type-intern{background:rgba(60,120,255,0.12);border-color:rgba(60,120,255,0.3);color:#7ea6ff;}
.opening-card .role-tags span.type-full{background:rgba(255,107,0,0.12);border-color:rgba(255,107,0,0.3);color:var(--orange-light);}
.opening-card h3{font-size:1.06rem;font-weight:700;color:#fff;position:relative;}
.opening-card p{font-size:0.84rem;color:rgba(255,255,255,0.62);line-height:1.6;flex:1;position:relative;}
.opening-card .apply-link{
  align-self:flex-start;display:inline-flex;align-items:center;gap:7px;
  font-size:0.8rem;font-weight:800;color:var(--orange);padding:9px 16px;border-radius:10px;
  background:rgba(255,107,0,0.1);border:1px solid rgba(255,107,0,0.3);
  transition:var(--transition);position:relative;
}
.apply-link:hover{background:var(--orange);color:#fff;border-color:var(--orange);}
.apply-link::after{content:'→';}
.hiring-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;counter-reset:step;}
.hiring-step{
  position:relative;padding:26px 20px 22px;border-radius:16px;
  background:var(--glass);border:1px solid var(--glass-border);transition:var(--transition);
}
.hiring-step:hover{border-color:rgba(255,107,0,0.4);transform:translateY(-4px);}
.hiring-step::before{
  counter-increment:step;content:'0' counter(step);
  font-family:'Space Mono',monospace;font-size:1.3rem;font-weight:700;
  color:var(--orange);display:block;margin-bottom:10px;
}
.hiring-step h4{font-size:0.98rem;font-weight:700;margin-bottom:6px;color:#fff;}
.hiring-step p{font-size:0.82rem;color:rgba(255,255,255,0.6);line-height:1.55;}
.careers-apply-cta{
  text-align:center;padding:46px 30px;border-radius:22px;margin-top:10px;
  background:linear-gradient(125deg,rgba(255,107,0,0.1),rgba(40,90,220,0.1));
  border:1px solid rgba(255,107,0,0.22);position:relative;overflow:hidden;
}
.careers-apply-cta h2{font-size:1.7rem;font-weight:800;margin-bottom:10px;}
.careers-apply-cta p{color:rgba(255,255,255,0.68);max-width:560px;margin:0 auto 22px;font-size:0.92rem;}
.careers-apply-cta .apply-mail{
  display:inline-flex;align-items:center;gap:9px;min-height:50px;padding:0 30px;
  border-radius:12px;font-weight:800;color:#fff;font-size:0.95rem;
  background:linear-gradient(120deg,var(--orange),#ff8c3a);
  box-shadow:0 14px 34px rgba(255,107,0,0.3);transition:var(--transition);
}
.careers-apply-cta .apply-mail:hover{transform:translateY(-3px);box-shadow:0 20px 46px rgba(255,107,0,0.42);}

/* ---- Responsive for new sections ---- */
@media(max-width:980px){
  .news-grid,.openings-grid{grid-template-columns:repeat(2,1fr);}
  .hiring-steps{grid-template-columns:repeat(2,1fr);}
}
@media(max-width:680px){
  .news-grid,.openings-grid,.hiring-steps{grid-template-columns:1fr;}
  .careers-cta-band{flex-direction:column;text-align:center;padding:36px 24px;}
  .careers-cta-copy{max-width:none;}
}
