/* ============================================================
   WORK SOURCE SUPPLY — MULTI-PAGE STYLESHEET
   Mobile-first · Glassmorphism · Dark theme
   ============================================================ */

/* ---------- CUSTOM PROPERTIES ---------- */
:root{
  --bg:#050510;--bg2:#0a0a1f;--bg3:#0d0d24;
  --accent-blue:#00d4ff;--accent-purple:#7b2fff;
  --accent-pink:#ff006e;--accent-green:#00ffaa;
  --text:#fff;--text-dim:rgba(255,255,255,.55);--text-muted:rgba(255,255,255,.3);
  --glass-bg:rgba(255,255,255,.03);--glass-border:rgba(255,255,255,.08);--glass-hover:rgba(255,255,255,.07);
  --radius:20px;--radius-sm:12px;--radius-xs:8px;
  --nav-h:64px;
  --font-heading:'Space Grotesk',sans-serif;
  --font-body:'Inter',sans-serif;
  --font-display:'Syne',sans-serif;
}

/* ---------- RESET ---------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}
body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden;min-height:100vh}
a{color:inherit;text-decoration:none}
ul,ol{list-style:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit;color:inherit;background:none;border:none;outline:none}
button{cursor:pointer}
::selection{background:var(--accent-purple);color:#fff}

/* ---------- LAYOUT ---------- */
.container{max-width:1200px;margin:0 auto;padding:0 1.25rem}
.section{padding:4rem 0;position:relative;z-index:1}
@media(min-width:768px){.container{padding:0 1.5rem}.section{padding:6rem 0}}
@media(min-width:1024px){.section{padding:7rem 0}}

/* ---------- UTILITY ---------- */
.accent-text{background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple),var(--accent-pink));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.text-center{text-align:center}

/* ---------- LOADER ---------- */
#loader{position:fixed;inset:0;z-index:10000;background:var(--bg);display:flex;align-items:center;justify-content:center;transition:opacity .6s}
.loader-content{text-align:center;padding:1.5rem;position:relative;z-index:2}
.loader-spinner{width:48px;height:48px;border:2px solid rgba(255,255,255,.08);border-top-color:var(--accent-blue);border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1.5rem}
@keyframes spin{to{transform:rotate(360deg)}}
.loader-title{font-family:var(--font-display);font-size:clamp(1.4rem,4vw,2.4rem);font-weight:800;letter-spacing:.12em;margin-bottom:.35rem}
.loader-sub{font-size:.75rem;letter-spacing:.25em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1.5rem}
.loader-bar{width:180px;height:2px;background:rgba(255,255,255,.06);border-radius:2px;margin:0 auto;overflow:hidden}
.loader-progress{width:0%;height:100%;background:linear-gradient(90deg,var(--accent-blue),var(--accent-purple));border-radius:2px;transition:width .2s}
#loader-canvas{position:absolute;inset:0;width:100%;height:100%}

/* ---------- NOISE ---------- */
.noise{position:fixed;inset:0;z-index:9998;pointer-events:none;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px}

/* ---------- CANVAS ---------- */
#bg-canvas{position:fixed;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:0;transition:opacity 1.5s}
#bg-canvas.visible{opacity:1}

/* ---------- CURSOR (desktop only) ---------- */
.cursor{display:none}
@media(hover:hover) and (pointer:fine){
  body{cursor:none}
  button,a,input,textarea,select{cursor:none}
  .cursor{display:block;position:fixed;top:0;left:0;width:8px;height:8px;border-radius:50%;background:var(--accent-blue);pointer-events:none;z-index:9999;transition:width .2s,height .2s,background .2s;mix-blend-mode:difference;will-change:transform}
  body.cursor-hover .cursor{width:40px;height:40px;background:rgba(0,212,255,.12)}
  .cursor-trail{position:fixed;top:0;left:0;pointer-events:none;z-index:9997;opacity:0;will-change:transform;transform-style:preserve-3d;contain:layout style paint}
  .cursor-trail svg{width:100%;height:100%;display:block}
}

/* ---------- NAV ---------- */
.glass-nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.6rem 0;background:rgba(5,5,16,.6);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid transparent;transition:background .4s,border-color .4s,padding .3s}
.glass-nav.scrolled{background:rgba(5,5,16,.92);border-bottom-color:var(--glass-border);padding:.45rem 0}
.nav-inner{max-width:1200px;margin:0 auto;padding:0 1.25rem;display:flex;align-items:center;justify-content:space-between}
.nav-logo{display:flex;align-items:center;gap:.5rem;z-index:1001}
.logo-mark{font-family:var(--font-display);font-weight:800;font-size:1.05rem;letter-spacing:.08em;background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.logo-text{font-family:var(--font-heading);font-weight:600;font-size:.8rem;letter-spacing:.03em}
.nav-links{position:fixed;top:calc(var(--nav-h) + .35rem);right:.75rem;left:.75rem;background:rgba(12,12,35,.96);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:.5rem 0;border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:0 24px 80px rgba(0,0,0,.6),0 0 0 1px rgba(255,255,255,.04),inset 0 1px 0 rgba(255,255,255,.06);opacity:0;pointer-events:none;transform:translateY(-12px) scale(.98);transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);z-index:999}
.nav-links.open{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}
@media(max-width:767px){
  .nav-links .nav-link{font-size:.95rem;padding:.85rem 1.5rem;border-bottom:1px solid rgba(0,212,255,.15);display:flex;align-items:center;gap:.5rem}
  .nav-links .nav-link:last-child{border-bottom:none}
  .nav-links .nav-link:active{background:rgba(255,255,255,.05)}
  .nav-links .nav-link--phone{margin:.35rem .75rem .15rem;padding:.8rem 1.25rem;border-radius:12px;background:linear-gradient(135deg,rgba(0,212,255,.1),rgba(123,47,255,.1));border:1px solid rgba(0,212,255,.2);border-bottom:1px solid rgba(0,212,255,.2);justify-content:center;font-size:.9rem}
  .nav-links .nav-link--phone:active{background:linear-gradient(135deg,rgba(0,212,255,.18),rgba(123,47,255,.18))}
}
.nav-link{font-size:1.2rem;font-weight:500;letter-spacing:.03em;color:var(--text-dim);transition:color .3s}
.nav-link:hover,.nav-link.active{color:#fff}
.nav-link--cta{color:#fff;padding:.6rem 1.4rem;border:1px solid var(--glass-border);border-radius:100px;background:var(--glass-bg);font-size:1rem;transition:border-color .3s,background .3s}
.nav-link--cta:hover{border-color:var(--accent-blue);background:rgba(0,212,255,.08)}
.nav-link--phone{display:flex;align-items:center;gap:.35rem;color:var(--accent-green);font-weight:600;font-size:1rem;white-space:nowrap}
.nav-link--phone:hover{color:#fff}
.nav-phone-icon{display:inline-flex;align-items:center}
.nav-phone-icon .ico{width:1rem;height:1rem}
.nav-phone-mobile{display:flex;align-items:center;justify-content:center;color:var(--accent-green);text-decoration:none;padding:4px 8px;z-index:1001;-webkit-tap-highlight-color:transparent}
.nav-phone-mobile .ico{width:1.4rem;height:1.4rem}
.nav-phone-mobile:active{transform:scale(1.15)}
.nav-toggle{display:flex;flex-direction:column;gap:5px;width:28px;padding:4px 0;z-index:1001;background:none}
.nav-toggle span{display:block;height:2px;background:#fff;border-radius:2px;transition:transform .3s,opacity .3s}
.nav-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle.open span:nth-child(2){opacity:0}
.nav-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
@media(min-width:768px){
  .nav-inner{padding:0 1.5rem}
  .nav-links{position:static;background:none;backdrop-filter:none;-webkit-backdrop-filter:none;flex-direction:row;gap:1.75rem;opacity:1;pointer-events:auto;border:none;box-shadow:none;border-radius:0;padding:0;transform:none;align-items:center;transition:none}
  .nav-phone-mobile{display:none}
  .nav-link{font-size:.82rem}
  .nav-link--cta{font-size:.82rem;padding:.5rem 1.2rem}
  .nav-link--phone{font-size:.82rem;color:var(--accent-green);background:none;border:none;border-bottom:none;border-radius:0;margin:0;padding:0}
  .nav-toggle{display:none}
}

/* ---------- SVG ICON SYSTEM ---------- */
/* Base icon: uses mask-image so it inherits color via background-color */
.ico{display:inline-block;width:1em;height:1em;background-color:currentColor;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;vertical-align:-.125em;flex-shrink:0}
/* 3D icon container — glass card with depth */
.icon-3d{display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;border-radius:11px;background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 14px rgba(0,0,0,.25),0 1px 0 rgba(255,255,255,.04) inset,0 -1px 0 rgba(0,0,0,.2) inset;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s;flex-shrink:0}
.icon-3d:hover{transform:translateY(-3px) scale(1.06);box-shadow:0 8px 28px rgba(0,212,255,.12),0 1px 0 rgba(255,255,255,.06) inset}
.icon-3d .ico{width:1.3rem;height:1.3rem;background-color:var(--accent-blue);filter:drop-shadow(0 0 6px rgba(0,212,255,.35))}
/* Smaller 3D container for pills/accordions */
.icon-3d-sm{display:inline-flex;align-items:center;justify-content:center;width:1.7rem;height:1.7rem;border-radius:7px;background:linear-gradient(145deg,rgba(255,255,255,.05),rgba(255,255,255,.015));border:1px solid rgba(255,255,255,.07);box-shadow:0 2px 8px rgba(0,0,0,.2),0 1px 0 rgba(255,255,255,.03) inset;transition:transform .35s cubic-bezier(.175,.885,.32,1.275);flex-shrink:0}
.icon-3d-sm .ico{width:.85rem;height:.85rem;background-color:var(--accent-blue);filter:drop-shadow(0 0 4px rgba(0,212,255,.25))}
/* CSS Checkmark — gradient circle with animated check */
.check{display:inline-flex;align-items:center;justify-content:center;width:1.05rem;height:1.05rem;border-radius:50%;background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));flex-shrink:0;position:relative;box-shadow:0 2px 6px rgba(0,212,255,.2)}
.check::after{content:'';width:.3rem;height:.5rem;border:solid #fff;border-width:0 1.5px 1.5px 0;transform:rotate(45deg) translate(-0.5px,-0.5px)}
/* CSS Chevron for accordions */
.accordion-chevron::after{content:'';display:inline-block;width:.35rem;height:.35rem;border:solid currentColor;border-width:0 1.5px 1.5px 0;transform:rotate(-45deg);transition:transform .3s}
.accordion-toggle.open .accordion-chevron::after{transform:rotate(45deg)}
/* Success icon — animated ring + check */
.success-icon{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,rgba(0,255,170,.08),rgba(0,212,255,.08));border:2px solid var(--accent-green);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;box-shadow:0 4px 24px rgba(0,255,170,.15);animation:successPop .5s cubic-bezier(.175,.885,.32,1.275)}
.success-icon::after{content:'';width:.7rem;height:1.2rem;border:solid var(--accent-green);border-width:0 3px 3px 0;transform:rotate(45deg) translate(-2px,-2px)}
@keyframes successPop{from{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}
/* Lock icon CSS-only */
.ico-lock-inline{display:inline-flex;align-items:center;justify-content:center;width:.85rem;height:.85rem;flex-shrink:0}
.ico-lock-inline .ico{width:.75rem;height:.75rem;background-color:var(--accent-green)}
/* Search icon CSS */
.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);pointer-events:none;display:flex;align-items:center}
.search-icon .ico{width:.9rem;height:.9rem;background-color:var(--text-dim)}
/* Icon masks — each defines a unique shape */
.ico-phone{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 4h4l2 5-2.5 1.5a11 11 0 005 5L15 13l5 2v4a2 2 0 01-2 2A16 16 0 013 5a2 2 0 012-2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 4h4l2 5-2.5 1.5a11 11 0 005 5L15 13l5 2v4a2 2 0 01-2 2A16 16 0 013 5a2 2 0 012-2'/%3E%3C/svg%3E")}
.ico-bolt{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M13 2L3 14h9l-1 8 10-12h-9z'/%3E%3C/svg%3E")}
.ico-dollar{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 1v22M17 5H9.5a3.5 3.5 0 000 7h5a3.5 3.5 0 010 7H6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 1v22M17 5H9.5a3.5 3.5 0 000 7h5a3.5 3.5 0 010 7H6'/%3E%3C/svg%3E")}
.ico-search{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E")}
.ico-wrench{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 000 1.4l1.6 1.6a1 1 0 001.4 0l3.8-3.8a6 6 0 01-7.9 8l-7 6.9a2.1 2.1 0 01-3-3l7-6.9a6 6 0 018-7.9z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14.7 6.3a1 1 0 000 1.4l1.6 1.6a1 1 0 001.4 0l3.8-3.8a6 6 0 01-7.9 8l-7 6.9a2.1 2.1 0 01-3-3l7-6.9a6 6 0 018-7.9z'/%3E%3C/svg%3E")}
.ico-house{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z'/%3E%3Cpath d='M9 22V12h6v10'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z'/%3E%3Cpath d='M9 22V12h6v10'/%3E%3C/svg%3E")}
.ico-scales{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2v20M5 4h14M2 14l3-8 3 8'/%3E%3Cpath d='M2 14a3 3 0 006 0'/%3E%3Cpath d='M16 14l3-8 3 8'/%3E%3Cpath d='M16 14a3 3 0 006 0'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2v20M5 4h14M2 14l3-8 3 8'/%3E%3Cpath d='M2 14a3 3 0 006 0'/%3E%3Cpath d='M16 14l3-8 3 8'/%3E%3Cpath d='M16 14a3 3 0 006 0'/%3E%3C/svg%3E")}
.ico-medical{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 8v8M8 12h8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 8v8M8 12h8'/%3E%3C/svg%3E")}
.ico-utensils{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 2v7c0 2 2 4 4 4v9M7 2v7M11 2v7M21 2v20M16 2c0 3 5 5 5 8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 2v7c0 2 2 4 4 4v9M7 2v7M11 2v7M21 2v20M16 2c0 3 5 5 5 8'/%3E%3C/svg%3E")}
.ico-cart{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 002 1.6h9.7a2 2 0 002-1.6L23 6H6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 002 1.6h9.7a2 2 0 002-1.6L23 6H6'/%3E%3C/svg%3E")}
.ico-chart{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 20V10M12 20V4M6 20v-6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 20V10M12 20V4M6 20v-6'/%3E%3C/svg%3E")}
.ico-camera{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23 19a2 2 0 01-2 2H3a2 2 0 01-2-2V8a2 2 0 012-2h4l2-3h6l2 3h4a2 2 0 012 2z'/%3E%3Ccircle cx='12' cy='13' r='4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23 19a2 2 0 01-2 2H3a2 2 0 01-2-2V8a2 2 0 012-2h4l2-3h6l2 3h4a2 2 0 012 2z'/%3E%3Ccircle cx='12' cy='13' r='4'/%3E%3C/svg%3E")}
.ico-star{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 17.3 5.8 21l1.2-6.8-5-4.9 6.9-1z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 17.3 5.8 21l1.2-6.8-5-4.9 6.9-1z'/%3E%3C/svg%3E")}
.ico-briefcase{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 7H4a2 2 0 00-2 2v10a2 2 0 002 2h16a2 2 0 002-2V9a2 2 0 00-2-2z'/%3E%3Cpath d='M16 7V5a2 2 0 00-2-2h-4a2 2 0 00-2 2v2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 7H4a2 2 0 00-2 2v10a2 2 0 002 2h16a2 2 0 002-2V9a2 2 0 00-2-2z'/%3E%3Cpath d='M16 7V5a2 2 0 00-2-2h-4a2 2 0 00-2 2v2'/%3E%3C/svg%3E")}
.ico-trophy{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9H3l1-3h2M18 9h3l-1-3h-2M12 15a5 5 0 005-5V3H7v7a5 5 0 005 5zM8 21h8M12 15v6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9H3l1-3h2M18 9h3l-1-3h-2M12 15a5 5 0 005-5V3H7v7a5 5 0 005 5zM8 21h8M12 15v6'/%3E%3C/svg%3E")}
.ico-shield{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z'/%3E%3C/svg%3E")}
.ico-building{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18M5 21V5l7-3v19M12 21V8l7 2v11M9 8h1M9 12h1M9 16h1M15 13h1M15 17h1'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18M5 21V5l7-3v19M12 21V8l7 2v11M9 8h1M9 12h1M9 16h1M15 13h1M15 17h1'/%3E%3C/svg%3E")}
.ico-hardhat{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 18h20M4 18v-5a8 8 0 0116 0v5M12 2v4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 18h20M4 18v-5a8 8 0 0116 0v5M12 2v4'/%3E%3C/svg%3E")}
.ico-laptop{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 16V7a2 2 0 00-2-2H6a2 2 0 00-2 2v9M1 20h22'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 16V7a2 2 0 00-2-2H6a2 2 0 00-2 2v9M1 20h22'/%3E%3C/svg%3E")}
.ico-rocket{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 16.5c-1.5 1.3-2 3.5-2 3.5s2.2-.5 3.5-2M12 15l-3-3M22 2L13.5 22l-3-9.5L2 9z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4.5 16.5c-1.5 1.3-2 3.5-2 3.5s2.2-.5 3.5-2M12 15l-3-3M22 2L13.5 22l-3-9.5L2 9z'/%3E%3C/svg%3E")}
.ico-store{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3h18l-2 8H5zM5 11v9a1 1 0 001 1h12a1 1 0 001-1v-9'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3h18l-2 8H5zM5 11v9a1 1 0 001 1h12a1 1 0 001-1v-9'/%3E%3C/svg%3E")}
.ico-megaphone{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11l18-5v12L3 13v-2zM11.6 16.8a3 3 0 01-5.8-1.6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11l18-5v12L3 13v-2zM11.6 16.8a3 3 0 01-5.8-1.6'/%3E%3C/svg%3E")}
.ico-chat{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2z'/%3E%3C/svg%3E")}
.ico-calendar{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E")}
.ico-flame{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22c4-4 8-7 8-12 0-3-2.5-4-4-4s-3 2-4 2-2-2-4-2-4 1-4 4c0 5 4 8 8 12z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22c4-4 8-7 8-12 0-3-2.5-4-4-4s-3 2-4 2-2-2-4-2-4 1-4 4c0 5 4 8 8 12z'/%3E%3C/svg%3E")}
.ico-globe{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20M12 2a15 15 0 014 10 15 15 0 01-4 10 15 15 0 01-4-10A15 15 0 0112 2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20M12 2a15 15 0 014 10 15 15 0 01-4 10 15 15 0 01-4-10A15 15 0 0112 2'/%3E%3C/svg%3E")}
.ico-mobile{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='2' width='14' height='20' rx='2'/%3E%3Cpath d='M12 18h0'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='2' width='14' height='20' rx='2'/%3E%3Cpath d='M12 18h0'/%3E%3C/svg%3E")}
.ico-document{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z'/%3E%3Cpath d='M14 2v6h6M10 13h4M10 17h4M8 9h2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z'/%3E%3Cpath d='M14 2v6h6M10 13h4M10 17h4M8 9h2'/%3E%3C/svg%3E")}
.ico-lock{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0110 0v4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0110 0v4'/%3E%3C/svg%3E")}
.ico-lightbulb{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18h6M10 22h4M12 2a7 7 0 00-4 12.7V18h8v-3.3A7 7 0 0012 2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18h6M10 22h4M12 2a7 7 0 00-4 12.7V18h8v-3.3A7 7 0 0012 2z'/%3E%3C/svg%3E")}
.ico-target{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Ccircle cx='12' cy='12' r='6'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3C/svg%3E")}
.ico-tools{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5'/%3E%3C/svg%3E")}
.ico-people{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 00-3-3.9'/%3E%3Cpath d='M16 3.1a4 4 0 010 7.8'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 00-3-3.9'/%3E%3Cpath d='M16 3.1a4 4 0 010 7.8'/%3E%3C/svg%3E")}
.ico-receipt{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 2v20l4-2 4 2 4-2 4 2V2l-4 2-4-2-4 2z'/%3E%3Cpath d='M8 10h8M8 14h4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 2v20l4-2 4 2 4-2 4 2V2l-4 2-4-2-4 2z'/%3E%3Cpath d='M8 10h8M8 14h4'/%3E%3C/svg%3E")}
.ico-scissors{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='6' r='3'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Cpath d='M20 4L8.12 15.88M14.5 14.5L20 20M8.12 8.12L12 12'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='6' r='3'/%3E%3Ccircle cx='6' cy='18' r='3'/%3E%3Cpath d='M20 4L8.12 15.88M14.5 14.5L20 20M8.12 8.12L12 12'/%3E%3C/svg%3E")}
.ico-dumbbell{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 7v10M18 7v10M2 9v6h4V9zM18 9v6h4V9zM6 12h12'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 7v10M18 7v10M2 9v6h4V9zM18 9v6h4V9zM6 12h12'/%3E%3C/svg%3E")}
.ico-car{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 17h14M3 17l2-7h14l2 7'/%3E%3Ccircle cx='7.5' cy='17' r='2'/%3E%3Ccircle cx='16.5' cy='17' r='2'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 17h14M3 17l2-7h14l2 7'/%3E%3Ccircle cx='7.5' cy='17' r='2'/%3E%3Ccircle cx='16.5' cy='17' r='2'/%3E%3C/svg%3E")}
.ico-mail{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m22 6-10 7L2 6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m22 6-10 7L2 6'/%3E%3C/svg%3E")}
.ico-gear{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.65 1.65 0 00.33 1.82l.06.06a2 2 0 01-2.83 2.83l-.06-.06a1.65 1.65 0 00-1.82-.33 1.65 1.65 0 00-1 1.51V21a2 2 0 01-4 0v-.09A1.65 1.65 0 009 19.4a1.65 1.65 0 00-1.82.33l-.06.06a2 2 0 01-2.83-2.83l.06-.06A1.65 1.65 0 004.6 9a1.65 1.65 0 00-.33-1.82l-.06-.06a2 2 0 012.83-2.83l.06.06A1.65 1.65 0 009 4.6a1.65 1.65 0 001-1.51V3a2 2 0 014 0v.09a1.65 1.65 0 001 1.51 1.65 1.65 0 001.82-.33l.06-.06a2 2 0 012.83 2.83l-.06.06a1.65 1.65 0 00-.33 1.82V9a1.65 1.65 0 001.51 1H21a2 2 0 010 4h-.09a1.65 1.65 0 00-1.51 1z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.65 1.65 0 00.33 1.82l.06.06a2 2 0 01-2.83 2.83l-.06-.06a1.65 1.65 0 00-1.82-.33 1.65 1.65 0 00-1 1.51V21a2 2 0 01-4 0v-.09A1.65 1.65 0 009 19.4a1.65 1.65 0 00-1.82.33l-.06.06a2 2 0 01-2.83-2.83l.06-.06A1.65 1.65 0 004.6 9a1.65 1.65 0 00-.33-1.82l-.06-.06a2 2 0 012.83-2.83l.06.06A1.65 1.65 0 009 4.6a1.65 1.65 0 001-1.51V3a2 2 0 014 0v.09a1.65 1.65 0 001 1.51 1.65 1.65 0 001.82-.33l.06-.06a2 2 0 012.83 2.83l-.06.06a1.65 1.65 0 00-.33 1.82V9a1.65 1.65 0 001.51 1H21a2 2 0 010 4h-.09a1.65 1.65 0 00-1.51 1z'/%3E%3C/svg%3E")}
.ico-cpu{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Cpath d='M9 1v3M15 1v3M9 20v3M15 20v3M1 9h3M1 15h3M20 9h3M20 15h3'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='4' width='16' height='16' rx='2'/%3E%3Cpath d='M9 1v3M15 1v3M9 20v3M15 20v3M1 9h3M1 15h3M20 9h3M20 15h3'/%3E%3C/svg%3E")}
.ico-heart{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 00-7.8 0L12 5.7l-1-1.1a5.5 5.5 0 00-7.8 7.8l1 1.1L12 21.3l7.8-7.8 1-1.1a5.5 5.5 0 000-7.8z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 00-7.8 0L12 5.7l-1-1.1a5.5 5.5 0 00-7.8 7.8l1 1.1L12 21.3l7.8-7.8 1-1.1a5.5 5.5 0 000-7.8z'/%3E%3C/svg%3E")}

/* ---------- HERO ---------- */
.hero{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;text-align:center;padding:calc(var(--nav-h) + 1rem) 1.25rem 2rem;position:relative}
.hero-inner{padding:calc(var(--nav-h) + 2.5rem) 1.25rem 2.5rem;text-align:center;position:relative;z-index:1}
.hero-content{max-width:800px;margin:0 auto}
.hero-badge{display:inline-block;padding:.35rem 1rem;font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;border:1px solid var(--glass-border);border-radius:100px;background:var(--glass-bg);color:var(--text-dim);margin-bottom:1.5rem}
.hero-heading{font-family:var(--font-display);font-weight:800;font-size:clamp(1.8rem,6vw,4rem);line-height:1.12;margin-bottom:1.25rem}
.hero-heading span{display:block}
.hero-sub{font-size:clamp(.88rem,1.3vw,1.05rem);color:var(--text-dim);max-width:540px;margin:0 auto 2rem;line-height:1.65}
.hero-btns{display:flex;flex-direction:column;gap:.75rem;align-items:center;position:relative;z-index:1}
@media(min-width:768px){
  .hero{padding:0 1.5rem}
  .hero-inner{padding:calc(var(--nav-h) + 4rem) 1.5rem 4rem}
  .hero-btns{flex-direction:row;justify-content:center;gap:1rem}
}

/* Hero taglines */
.hero-taglines{margin-top:2rem;min-height:1.4em}
.hero-taglines span{font-size:.82rem;color:var(--accent-blue);letter-spacing:.05em;font-weight:500}

/* ---------- BUTTONS ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.8rem;border-radius:100px;font-family:var(--font-heading);font-weight:600;font-size:.88rem;letter-spacing:.03em;transition:all .35s;position:relative;overflow:hidden;white-space:nowrap;-webkit-tap-highlight-color:transparent}
.btn-primary{background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));color:#fff}
.btn-primary:hover{box-shadow:0 0 28px rgba(0,212,255,.25),0 0 56px rgba(123,47,255,.15)}
.btn-outline{border:1px solid var(--glass-border);color:#fff}
.btn-outline:hover{border-color:var(--accent-blue);box-shadow:0 0 20px rgba(0,212,255,.1)}
.btn-lg{padding:1rem 2.4rem;font-size:.95rem}
.btn-full{width:100%}
.btn-text{position:relative;z-index:1}
@media(min-width:768px){.btn{padding:.85rem 2rem}}

/* ---------- SEARCH ---------- */
.search-wrap{position:relative;max-width:480px;margin:0 auto;z-index:150}
.search-input{width:100%;padding:.9rem 1rem .9rem 2.8rem;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:100px;color:#fff;font-size:.92rem;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:border-color .3s,box-shadow .3s;-webkit-appearance:none}
.search-input::placeholder{color:var(--text-muted)}
.search-input:focus{border-color:rgba(0,212,255,.3);box-shadow:0 0 24px rgba(0,212,255,.08)}
.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);pointer-events:none;display:flex;align-items:center}
.search-results{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:rgba(10,10,31,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius-sm);max-height:280px;overflow-y:auto;display:none;z-index:200}
.search-results.visible{display:block}
.search-result{display:flex;align-items:center;gap:.65rem;padding:.7rem 1rem;font-size:.88rem;transition:background .2s;-webkit-tap-highlight-color:transparent}
.search-result:hover,.search-result:active{background:rgba(255,255,255,.05)}
.search-result-icon{font-size:1.1rem;flex-shrink:0;display:inline-flex;align-items:center}
.search-result-icon .ico{width:1.1rem;height:1.1rem;background-color:var(--accent-blue)}
.search-result-type{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-blue);margin-left:auto;flex-shrink:0}

/* ---------- SECTION HEADINGS ---------- */
.section-label{font-family:var(--font-heading);font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--accent-blue);margin-bottom:.75rem}
.section-heading{font-family:var(--font-display);font-weight:800;font-size:clamp(1.6rem,4vw,2.8rem);line-height:1.15;margin-bottom:1rem}
.section-sub{font-size:clamp(.88rem,1.2vw,1rem);color:var(--text-dim);max-width:520px;line-height:1.65;margin-bottom:2rem}
.section-sub.centered{margin-left:auto;margin-right:auto}

/* ---------- GLASS ---------- */
.glass{background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius);transition:background .35s,border-color .35s,box-shadow .35s;position:relative;overflow:hidden}
.glass::before{content:'';position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.03) 0%,transparent 50%);pointer-events:none}
.glass:hover{background:var(--glass-hover);border-color:rgba(255,255,255,.12)}

/* ---------- MARQUEE ---------- */
.marquee-section{padding:1.25rem 0;border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);overflow:hidden;position:relative;z-index:1}
.marquee-track{display:flex;width:max-content}
.marquee-content{display:flex;align-items:center;gap:1.5rem;animation:marquee 30s linear infinite;font-family:var(--font-heading);font-size:clamp(.75rem,1.3vw,.9rem);font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--text-dim);white-space:nowrap}
.marquee-dot{color:var(--accent-purple);font-size:.5rem}
@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ---------- FEATURE CARDS (homepage) ---------- */
.feature-grid{display:grid;gap:1rem}
.feature-card{padding:1.5rem;display:flex;align-items:flex-start;gap:1rem;transition:transform .3s}
.feature-card:active{transform:scale(.98)}
.feature-icon{line-height:1;flex-shrink:0}
.feature-body h3{font-family:var(--font-heading);font-size:1rem;font-weight:600;margin-bottom:.35rem}
.feature-body p{font-size:.82rem;color:var(--text-dim);line-height:1.55;margin-bottom:.5rem}
.feature-link{font-size:.78rem;color:var(--accent-blue);font-weight:500;letter-spacing:.04em;display:inline-flex;align-items:center;gap:.3rem;transition:gap .3s}
.feature-link:hover{gap:.5rem}
@media(min-width:768px){.feature-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}

/* ---------- INDUSTRY PILLS (homepage) ---------- */
.industry-scroll{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.75rem;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}
.industry-scroll::-webkit-scrollbar{display:none}
.industry-pill{flex-shrink:0;padding:.55rem 1rem;border-radius:100px;border:1px solid var(--glass-border);background:var(--glass-bg);font-size:.78rem;font-weight:500;white-space:nowrap;display:flex;align-items:center;gap:.4rem;transition:border-color .3s,background .3s;-webkit-tap-highlight-color:transparent}
.industry-pill:hover,.industry-pill:active{border-color:var(--accent-blue);background:rgba(0,212,255,.06)}
.industry-pill-icon{line-height:0}

/* ---------- STATS BAR ---------- */
.stats-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem;text-align:center;padding:1.5rem 0}
.stat-item{}
.stat-num{font-family:var(--font-display);font-weight:800;font-size:clamp(1.5rem,3vw,2.2rem);background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block}
.stat-label{font-size:.65rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim)}

/* ---------- PRICING TEASER (homepage) ---------- */
.pricing-teaser{text-align:center;padding:2.5rem 1.5rem}
.pricing-teaser h3{font-family:var(--font-display);font-weight:800;font-size:clamp(1.1rem,2.5vw,1.5rem);margin-bottom:.5rem}
.pricing-teaser p{color:var(--text-dim);font-size:.88rem;margin-bottom:1.25rem}

/* ---------- CTA BAND ---------- */
.cta-band{text-align:center;padding:5rem 0;background:radial-gradient(ellipse at center,rgba(123,47,255,.05) 0%,transparent 70%)}
.cta-heading{font-family:var(--font-display);font-weight:800;font-size:clamp(1.6rem,4vw,3rem);line-height:1.15;margin-bottom:1rem}
.cta-sub{font-size:clamp(.88rem,1.2vw,1rem);color:var(--text-dim);max-width:500px;margin:0 auto 2rem;line-height:1.65}

/* ---------- ACCORDION ---------- */
.accordion-group{display:flex;flex-direction:column;gap:.5rem}
.accordion-item{border-radius:var(--radius-sm);overflow:hidden}
.accordion-toggle{width:100%;display:flex;align-items:center;gap:.75rem;padding:1rem 1.2rem;font-family:var(--font-heading);font-size:.92rem;font-weight:600;text-align:left;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-sm);transition:background .3s,border-color .3s;-webkit-tap-highlight-color:transparent}
.accordion-toggle:hover,.accordion-toggle.open{background:var(--glass-hover);border-color:rgba(255,255,255,.12)}
.accordion-chevron{margin-left:auto;transition:transform .3s;color:var(--text-dim);display:flex;align-items:center}
.accordion-count{font-size:.7rem;color:var(--text-muted);margin-left:auto;padding-right:.5rem}
.accordion-panel{max-height:0;overflow:hidden;transition:max-height .4s ease}
.accordion-panel-inner{padding:.5rem 0}

/* ---------- AUTO ITEMS (automations page) ---------- */
.auto-item{display:flex;align-items:flex-start;gap:.65rem;padding:.7rem 1rem;font-size:.85rem;color:var(--text-dim);border-bottom:1px solid rgba(255,255,255,.03);line-height:1.5;transition:color .2s}
.auto-item:last-child{border-bottom:none}
.auto-item:hover{color:var(--text)}
.auto-dot{width:5px;height:5px;border-radius:50%;background:var(--accent-blue);flex-shrink:0;margin-top:.45rem}
.auto-item--hot .auto-dot{background:var(--accent-pink);box-shadow:0 0 6px rgba(255,0,110,.4)}

/* ---------- INDUSTRY GRID ---------- */
.industry-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}
.industry-card{padding:1.25rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.4rem;transition:transform .3s,border-color .3s;-webkit-tap-highlight-color:transparent}
.industry-card:active{transform:scale(.97)}
.industry-card:hover{border-color:var(--accent-blue);transform:translateY(-2px)}
.industry-card-icon{line-height:0}
.industry-card span{font-size:.82rem;font-weight:500}
@media(min-width:480px){.industry-grid{grid-template-columns:repeat(3,1fr)}}
@media(min-width:768px){.industry-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}
@media(min-width:1024px){.industry-grid{grid-template-columns:repeat(5,1fr)}}

/* ---------- INDUSTRY DETAIL ---------- */
.industry-auto-list{display:flex;flex-direction:column;gap:.35rem}
.industry-auto-item{display:flex;align-items:center;gap:.65rem;padding:.65rem .75rem;font-size:.88rem;border-radius:var(--radius-xs);background:var(--glass-bg);border:1px solid var(--glass-border);transition:border-color .2s}
.industry-auto-item:hover{border-color:rgba(255,255,255,.12)}
.industry-auto-dot{width:5px;height:5px;border-radius:50%;background:var(--accent-green);flex-shrink:0}

/* ---------- PRICING TIERS ---------- */
.pricing-tiers{display:grid;gap:1.25rem}
.pricing-tier{padding:2rem 1.5rem;position:relative}
.pricing-tier.featured{border-color:var(--accent-blue);box-shadow:0 0 40px rgba(0,212,255,.08)}
.pricing-featured-badge{position:absolute;top:-1px;left:50%;transform:translateX(-50%);padding:.3rem 1rem;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600;background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));border-radius:0 0 var(--radius-xs) var(--radius-xs);color:#fff}
.pricing-tier h3{font-family:var(--font-heading);font-size:1.1rem;font-weight:600;margin-bottom:.5rem}
.pricing-tier-desc{font-size:.82rem;color:var(--text-dim);margin-bottom:1.25rem;line-height:1.55}
.pricing-amount{font-family:var(--font-display);font-weight:800;font-size:2rem;margin-bottom:.25rem}
.pricing-amount .small{font-size:.85rem;font-weight:400;color:var(--text-dim)}
.pricing-period{font-size:.78rem;color:var(--text-dim);margin-bottom:1.5rem}
.pricing-features{display:flex;flex-direction:column;gap:.55rem;margin-bottom:1.75rem}
.pricing-feature{display:flex;align-items:center;gap:.6rem;font-size:.85rem}

@media(min-width:768px){.pricing-tiers{grid-template-columns:repeat(3,1fr);gap:1.5rem}}

/* ---------- PRICING COMPARE ---------- */
.price-compare{display:grid;gap:1.5rem;margin-top:2rem}
.price-compare-col{padding:2rem 1.5rem}
.price-compare-col h3{font-family:var(--font-heading);font-size:1rem;font-weight:600;margin-bottom:1.25rem}
.price-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.04);font-size:.85rem}
.price-cost{color:var(--accent-pink);font-weight:600;font-size:.82rem}
.price-total{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--glass-border);display:flex;justify-content:space-between;align-items:center;font-weight:600}
.strikethrough{text-decoration:line-through;color:var(--accent-pink)}
.vs-divider{display:flex;align-items:center;justify-content:center}
.vs-badge{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:800;font-size:.85rem;flex-shrink:0}
.price-highlight{text-align:center;margin-bottom:1.25rem}
.price-highlight-big{display:block;font-family:var(--font-display);font-weight:800;font-size:1.3rem}
.price-highlight-small{font-size:.82rem;color:var(--text-dim)}
@media(min-width:768px){.price-compare{grid-template-columns:1fr auto 1fr;gap:2rem}}

/* ---------- FAQ ---------- */
.faq-item{border-bottom:1px solid var(--glass-border);padding:1rem 0}
.faq-q{font-family:var(--font-heading);font-weight:600;font-size:.92rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;cursor:pointer;-webkit-tap-highlight-color:transparent}
.faq-q .faq-icon{color:var(--text-dim);transition:transform .3s;flex-shrink:0;display:inline-flex;align-items:center}
.faq-q .faq-icon::after{content:'';display:inline-block;width:.35rem;height:.35rem;border:solid currentColor;border-width:0 1.5px 1.5px 0;transform:rotate(-45deg);transition:transform .3s}
.faq-q.open .faq-icon::after{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;font-size:.88rem;color:var(--text-dim);line-height:1.65}
.faq-a.open{padding-top:.75rem}

/* ---------- EXAMPLES ---------- */
.example-grid{display:grid;gap:1.25rem}
.example-card{padding:1.75rem}
.example-header{display:flex;align-items:center;gap:.65rem;margin-bottom:1rem}
.example-icon{line-height:0}
.example-header h3{font-family:var(--font-heading);font-size:1rem;font-weight:600}
.example-list li{font-size:.85rem;color:var(--text-dim);padding:.4rem 0;border-bottom:1px solid rgba(255,255,255,.03);padding-left:1rem;position:relative;line-height:1.5}
.example-list li::before{content:'';position:absolute;left:0;top:50%;width:4px;height:4px;border-radius:50%;background:var(--accent-blue);transform:translateY(-50%)}
.example-list li:last-child{border-bottom:none}
.example-header p{font-size:.82rem;color:var(--text-dim)}
.example-scenario{margin-bottom:1rem}
.scenario-label{font-family:var(--font-heading);font-size:.7rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-blue);margin-bottom:.4rem}
.example-item{display:flex;align-items:flex-start;gap:.6rem;padding:.35rem 0;font-size:.85rem;color:var(--text-dim);line-height:1.5}
.example-result{margin-top:1rem;padding:.75rem 1rem;background:rgba(0,255,170,.04);border:1px solid rgba(0,255,170,.1);border-radius:var(--radius-xs);font-size:.85rem;line-height:1.6}
.result-label{color:var(--accent-green);font-weight:600}
.btn-sm{padding:.5rem 1.2rem;font-size:.78rem;margin-top:.75rem}
.benefit-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.04)}
.benefit-item:last-child{border-bottom:none}
.benefit-icon{flex-shrink:0;line-height:0}
.benefit-item h4{font-family:var(--font-heading);font-weight:600;font-size:.92rem;margin-bottom:.2rem}
.benefit-item p{font-size:.82rem;color:var(--text-dim);line-height:1.55}
.benefit-note{font-size:.82rem;color:var(--accent-green);font-weight:500;margin-top:.75rem}
@media(min-width:768px){.example-grid{grid-template-columns:repeat(2,1fr);max-width:900px;margin-left:auto;margin-right:auto}}

/* ---------- FORM ---------- */
.form-card{padding:2rem 1.5rem}
.form-group{margin-bottom:1.25rem}
.form-group label{display:block;font-size:.72rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.5rem}
.form-group input,.form-group textarea,.form-group select{width:100%;padding:.7rem .85rem;font-size:.88rem;background:rgba(255,255,255,.03);border:1px solid var(--glass-border);border-radius:var(--radius-xs);color:#fff;transition:border-color .3s,box-shadow .3s;-webkit-appearance:none}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:rgba(0,212,255,.3);box-shadow:0 0 16px rgba(0,212,255,.06)}
.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}
.form-group select{color:var(--text-dim)}
.form-group select option{background:var(--bg2);color:#fff}
.form-group textarea{resize:vertical;min-height:80px}
.form-row{display:grid;grid-template-columns:1fr;gap:0}
@media(min-width:480px){.form-row{grid-template-columns:1fr 1fr;gap:1.5rem}}
.form-disclaimer{font-size:.72rem;color:var(--text-muted);margin-top:.75rem;text-align:center;line-height:1.55}
.form-success{text-align:center;padding:2rem 0}

.form-success h3{font-family:var(--font-heading);font-size:1.1rem;margin-bottom:.5rem}
.form-success p{font-size:.88rem;color:var(--text-dim);margin-bottom:1.25rem}

/* ---------- BLUEPRINT ---------- */
.blueprint-grid{display:grid;gap:2.5rem}
.blueprint-benefits{display:flex;flex-direction:column;gap:.55rem;margin:1.25rem 0}
.blueprint-benefit{display:flex;align-items:center;gap:.65rem;font-size:.88rem}
.blueprint-note{font-size:.78rem;color:var(--text-muted);font-style:italic}
@media(min-width:768px){.blueprint-grid{grid-template-columns:1fr 1fr;gap:3rem;align-items:start}}

/* ---------- ABOUT ---------- */
.about-grid{display:grid;gap:2rem}
.about-value{padding:1.5rem;display:grid;grid-template-columns:auto 1fr;gap:.25rem 1rem;align-items:start}
.value-icon{line-height:0;grid-row:1/3}
.about-value h3{font-family:var(--font-heading);font-weight:600;font-size:.95rem}
.about-value p{font-size:.82rem;color:var(--text-dim);line-height:1.55;grid-column:2}
.about-content p{font-size:.92rem;color:var(--text-dim);line-height:1.7;margin-bottom:1rem}
.about-content p strong{color:var(--text)}
.about-stats-card{padding:2rem;text-align:center;display:grid;gap:1.5rem}
.about-stat-number{font-family:var(--font-display);font-weight:800;font-size:2rem;display:block;margin-bottom:.25rem}
.about-stat-label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim)}
.values-grid{display:grid;gap:1rem;margin-top:1.5rem}
.process-steps{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}
.process-step{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem}
.step-number{font-family:var(--font-display);font-weight:800;font-size:1.6rem;line-height:1;flex-shrink:0}
.step-content h3{font-family:var(--font-heading);font-size:.95rem;font-weight:600;margin-bottom:.35rem}
.step-content p{font-size:.85rem;color:var(--text-dim);line-height:1.6}
@media(min-width:768px){.about-grid{grid-template-columns:1fr 1fr}.values-grid{grid-template-columns:repeat(2,1fr)}.about-stats-card{grid-template-columns:repeat(3,1fr)}}
@media(min-width:1024px){.values-grid{grid-template-columns:repeat(3,1fr)}}

/* ---------- FOOTER ---------- */
.footer{border-top:1px solid var(--glass-border);padding:3rem 0 1.5rem;position:relative;z-index:1}
.footer-grid{display:grid;gap:2rem;margin-bottom:2rem}
.footer-brand .logo-mark,.footer-brand .logo-text{display:block}
.footer-brand .logo-text{margin:.2rem 0 .4rem}
.footer-tagline{font-size:.82rem;color:var(--text-dim)}
.footer-col h5{font-family:var(--font-heading);font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--text-dim);margin-bottom:.75rem}
.footer-col a{display:block;font-size:.82rem;color:var(--text-dim);margin-bottom:.45rem;transition:color .3s;-webkit-tap-highlight-color:transparent}
.footer-col a:hover{color:var(--accent-blue)}
.footer-bottom{border-top:1px solid var(--glass-border);padding-top:1.25rem;font-size:.72rem;color:var(--text-muted)}
@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}}

/* ---------- SCROLL INDICATOR ---------- */
.scroll-indicator{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.4rem}
.scroll-line{width:1px;height:36px;background:linear-gradient(to bottom,var(--accent-blue),transparent);animation:scrollPulse 2s infinite}
.scroll-indicator span{font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted)}
@keyframes scrollPulse{0%,100%{opacity:.3}50%{opacity:1}}

/* ---------- REVEAL ---------- */
.reveal-up{opacity:0;transform:translateY(30px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}
.reveal-up.revealed{opacity:1;transform:translateY(0)}

/* ---------- MOBILE-SPECIFIC POLISH ---------- */
@media(max-width:479px){
  .hero-heading{font-size:clamp(1.6rem,7vw,2.4rem)}
  .section-heading{font-size:clamp(1.4rem,5vw,2rem)}
  .btn{padding:.75rem 1.5rem;font-size:.85rem}
  .btn-lg{padding:.85rem 2rem;font-size:.9rem}
  .form-card{padding:1.5rem 1.25rem}
}

/* ---------- PRICING PROMO ---------- */
.pricing-original{text-decoration:line-through;color:var(--text-muted);-webkit-text-fill-color:var(--text-muted);background:none;font-size:1.2rem;font-weight:400;margin-right:.35rem}
.pricing-promo-tag{display:inline-block;padding:.2rem .65rem;font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;background:linear-gradient(135deg,var(--accent-green),#00d4aa);color:#050510;border-radius:100px;margin-bottom:.4rem}

/* ---------- SITE PREVIEWS (homepage carousel) ---------- */
.preview-section{overflow:hidden;position:relative;padding:2rem 0}
.preview-track{display:flex;gap:1.25rem;animation:previewScroll 40s linear infinite;width:max-content}
.preview-card{flex-shrink:0;width:280px;border-radius:var(--radius);overflow:hidden;border:1px solid var(--glass-border);background:var(--glass-bg);transition:transform .3s,border-color .3s}
.preview-card:hover{border-color:var(--accent-blue);transform:translateY(-4px)}
.preview-img{width:100%;aspect-ratio:16/10;background:var(--bg2);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}
.preview-img-inner{width:100%;height:100%;position:relative}
.preview-browser-bar{height:18px;background:rgba(255,255,255,.04);display:flex;align-items:center;gap:4px;padding:0 8px}
.preview-browser-dot{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.15)}
.preview-site{height:calc(100% - 18px);overflow:hidden;position:relative}
.preview-site-content{padding:8px;font-size:6px;color:var(--text-dim)}
/* Shared mini elements */
.pv-hero{border-radius:4px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.pv-hero-text{font-family:var(--font-heading);font-size:8px;font-weight:700;color:#fff;text-align:center;line-height:1.3;padding:4px}
.pv-nav{height:7px;background:rgba(255,255,255,.06);border-radius:3px;margin-bottom:5px;display:flex;align-items:center;gap:3px;padding:0 4px}
.pv-nav-dot{width:8px;height:3px;border-radius:2px;background:rgba(255,255,255,.12)}
.pv-nav-dot.active{background:rgba(255,255,255,.3)}
.pv-block{background:rgba(255,255,255,.04);border-radius:3px}
.pv-btn{height:8px;border-radius:3px;margin:4px auto 0}
.pv-text{height:3px;border-radius:1px;background:rgba(255,255,255,.08);margin-bottom:3px}
.pv-text.short{width:60%}
.pv-text.med{width:80%}
.pv-icon{font-size:7px;line-height:1;text-align:center}
.pv-badge{display:inline-block;padding:1px 4px;font-size:4px;border-radius:2px;font-weight:700;letter-spacing:.3px;text-transform:uppercase}
.pv-stars{font-size:4px;color:#ffc107;letter-spacing:1px}
.pv-divider{height:1px;background:rgba(255,255,255,.06);margin:4px 0}
/* Restaurant: menu grid + order btn */
.pv-menu-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:3px;margin:4px 0}
.pv-menu-item{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:3px;padding:3px;text-align:center}
.pv-menu-img{width:100%;aspect-ratio:1;border-radius:2px;margin-bottom:2px}
.pv-menu-name{font-size:4.5px;font-weight:600;color:rgba(255,255,255,.6)}
.pv-menu-price{font-size:4px;color:rgba(255,255,255,.35);margin-top:1px}
.pv-order-bar{display:flex;align-items:center;justify-content:space-between;padding:3px 4px;background:rgba(255,255,255,.03);border-radius:3px;margin-top:3px}
.pv-order-bar span{font-size:4px;color:rgba(255,255,255,.4)}
/* Contractor: project gallery + stats */
.pv-project-gallery{display:grid;grid-template-columns:1.5fr 1fr;gap:3px;margin:4px 0}
.pv-project-main{aspect-ratio:4/3;border-radius:3px;position:relative}
.pv-project-stack{display:flex;flex-direction:column;gap:3px}
.pv-project-thumb{flex:1;border-radius:3px}
.pv-stats-row{display:flex;gap:3px;margin:4px 0}
.pv-stat-box{flex:1;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:3px;padding:3px;text-align:center}
.pv-stat-num{font-family:var(--font-heading);font-size:7px;font-weight:800;display:block;line-height:1.2}
.pv-stat-lbl{font-size:3.5px;color:rgba(255,255,255,.3);text-transform:uppercase;letter-spacing:.3px}
/* Real Estate: property cards */
.pv-listings{display:grid;grid-template-columns:1fr 1fr;gap:3px;margin:4px 0}
.pv-listing{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:3px;overflow:hidden}
.pv-listing-img{width:100%;aspect-ratio:16/9;position:relative}
.pv-listing-body{padding:3px}
.pv-listing-price{font-family:var(--font-heading);font-size:5px;font-weight:700;color:rgba(255,255,255,.7)}
.pv-listing-addr{font-size:3.5px;color:rgba(255,255,255,.3);margin-top:1px}
.pv-listing-tags{display:flex;gap:2px;margin-top:2px}
.pv-listing-tag{font-size:3px;padding:1px 3px;border-radius:2px;background:rgba(255,255,255,.05);color:rgba(255,255,255,.35)}
/* Law: split layout with sidebar */
.pv-split{display:grid;grid-template-columns:1fr 2fr;gap:4px;height:100%}
.pv-sidebar{display:flex;flex-direction:column;gap:3px}
.pv-sidebar-item{padding:3px 4px;border-radius:3px;font-size:4px;color:rgba(255,255,255,.4);background:rgba(255,255,255,.02);border-left:2px solid transparent;transition:all .2s}
.pv-sidebar-item.active{border-left-color:#e2b04a;background:rgba(226,176,74,.06);color:rgba(255,255,255,.7)}
.pv-main-content{display:flex;flex-direction:column;gap:3px}
.pv-testimonial{background:rgba(255,255,255,.02);border-radius:3px;padding:4px;border-left:2px solid rgba(255,255,255,.1);font-size:4px;color:rgba(255,255,255,.3);font-style:italic;line-height:1.4}
/* Salon: booking slots + services */
.pv-services-row{display:flex;gap:3px;margin:4px 0;overflow:hidden}
.pv-service-pill{flex-shrink:0;padding:2px 6px;border-radius:10px;font-size:4px;border:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.4);white-space:nowrap}
.pv-service-pill.active{border-color:rgba(233,105,137,.4);color:rgba(233,105,137,.9);background:rgba(233,105,137,.08)}
.pv-booking-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;margin:3px 0}
.pv-time-slot{padding:2px;text-align:center;font-size:3.5px;border-radius:2px;border:1px solid rgba(255,255,255,.06);color:rgba(255,255,255,.3)}
.pv-time-slot.booked{background:rgba(255,255,255,.03);color:rgba(255,255,255,.15);text-decoration:line-through}
.pv-time-slot.open{border-color:rgba(233,105,137,.3);color:rgba(233,105,137,.8)}
.pv-stylist-row{display:flex;gap:4px;margin:4px 0}
.pv-stylist{text-align:center}
.pv-stylist-avatar{width:14px;height:14px;border-radius:50%;margin:0 auto 2px}
.pv-stylist-name{font-size:3.5px;color:rgba(255,255,255,.4)}
/* Medical: dashboard feel */
.pv-dash-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}
.pv-dash-header span{font-size:5px;font-weight:600;color:rgba(255,255,255,.5)}
.pv-dash-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;margin-bottom:4px}
.pv-dash-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:3px;padding:3px;text-align:center}
.pv-dash-card-icon{font-size:6px;margin-bottom:1px}
.pv-dash-card-num{font-family:var(--font-heading);font-size:6px;font-weight:700;display:block;line-height:1.3}
.pv-dash-card-lbl{font-size:3px;color:rgba(255,255,255,.3)}
.pv-appt-list{display:flex;flex-direction:column;gap:2px}
.pv-appt{display:flex;align-items:center;gap:4px;padding:2px 3px;border-radius:2px;background:rgba(255,255,255,.02);font-size:3.5px;color:rgba(255,255,255,.35)}
.pv-appt-dot{width:4px;height:4px;border-radius:50%;flex-shrink:0}
.pv-appt-time{margin-left:auto;font-size:3px;color:rgba(255,255,255,.25)}
/* E-Commerce: product grid + cart */
.pv-products{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;margin:4px 0}
.pv-product{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:3px;overflow:hidden}
.pv-product-img{width:100%;aspect-ratio:1;position:relative}
.pv-product-body{padding:2px 3px 3px}
.pv-product-name{font-size:4px;font-weight:600;color:rgba(255,255,255,.5);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pv-product-price{font-size:4.5px;font-weight:700;margin-top:1px}
.pv-product-old{text-decoration:line-through;color:rgba(255,255,255,.2);font-size:3.5px;margin-left:2px;font-weight:400}
.pv-cart-bar{display:flex;align-items:center;justify-content:space-between;padding:3px 5px;border-radius:3px;margin-top:3px}
.pv-cart-bar span{font-size:4px;color:rgba(255,255,255,.4)}
/* Fitness: schedule + metrics */
.pv-schedule{display:flex;flex-direction:column;gap:2px;margin:3px 0}
.pv-class{display:flex;align-items:center;gap:3px;padding:3px 4px;border-radius:3px;background:rgba(255,255,255,.02);border-left:3px solid transparent}
.pv-class-time{font-size:4px;font-weight:700;color:rgba(255,255,255,.3);width:20px;flex-shrink:0}
.pv-class-name{font-size:4px;font-weight:600;color:rgba(255,255,255,.5);flex:1}
.pv-class-spots{font-size:3.5px;padding:1px 4px;border-radius:8px;border:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.3)}
.pv-class-spots.hot{border-color:rgba(255,0,110,.3);color:rgba(255,0,110,.7)}
.pv-progress-row{display:flex;gap:3px;margin:4px 0}
.pv-progress-item{flex:1;text-align:center}
.pv-progress-ring{width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.06);margin:0 auto 2px;position:relative}
.pv-progress-ring::after{content:'';position:absolute;inset:2px;border-radius:50%;border:1.5px solid transparent;border-top-color:currentColor}
.pv-progress-lbl{font-size:3px;color:rgba(255,255,255,.3);text-transform:uppercase;letter-spacing:.2px}
/* Photography: gallery grid */
.pv-gallery{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:2px;margin:3px 0}
.pv-gallery-item{border-radius:2px;position:relative;overflow:hidden}
.pv-gallery-item.span2{grid-column:span 2}
.pv-gallery-overlay{position:absolute;inset:0;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;font-size:4px;color:#fff;font-weight:600;opacity:0;transition:opacity .2s}
/* Insurance: comparison table */
.pv-compare{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;margin:4px 0}
.pv-plan{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:3px;padding:3px;text-align:center}
.pv-plan.featured{border-color:rgba(0,212,255,.3);background:rgba(0,212,255,.04)}
.pv-plan-name{font-size:4px;font-weight:700;color:rgba(255,255,255,.5);margin-bottom:2px}
.pv-plan-price{font-family:var(--font-heading);font-size:7px;font-weight:800;display:block;line-height:1.2;margin-bottom:2px}
.pv-plan-feat{font-size:3px;color:rgba(255,255,255,.25);line-height:1.6}
/* Auto: service list */
.pv-service-list{display:flex;flex-direction:column;gap:2px;margin:3px 0}
.pv-service-item{display:flex;align-items:center;gap:3px;padding:3px 4px;border-radius:3px;background:rgba(255,255,255,.02)}
.pv-service-icon{width:10px;height:10px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:5px;flex-shrink:0}
.pv-service-info{flex:1}
.pv-service-title{font-size:4px;font-weight:600;color:rgba(255,255,255,.5)}
.pv-service-desc{font-size:3px;color:rgba(255,255,255,.2)}
.pv-service-price{font-size:4.5px;font-weight:700;flex-shrink:0}
/* Consulting: case study / KPI */
.pv-kpi-row{display:flex;gap:3px;margin:3px 0}
.pv-kpi{flex:1;text-align:center;padding:3px;background:rgba(255,255,255,.03);border-radius:3px;border-top:2px solid transparent}
.pv-kpi-val{font-family:var(--font-heading);font-size:8px;font-weight:800;display:block;line-height:1.2}
.pv-kpi-lbl{font-size:3px;color:rgba(255,255,255,.3);text-transform:uppercase}
.pv-case-study{background:rgba(255,255,255,.02);border-radius:3px;padding:4px;margin:3px 0}
.pv-case-title{font-size:4.5px;font-weight:600;color:rgba(255,255,255,.5);margin-bottom:2px}
.pv-case-result{font-size:3.5px;color:rgba(255,255,255,.3);line-height:1.5}
.preview-meta{padding:.75rem 1rem}
.preview-meta h4{font-family:var(--font-heading);font-size:.82rem;font-weight:600;margin-bottom:.15rem}
.preview-meta span{font-size:.7rem;color:var(--text-dim)}
@keyframes previewScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@media(min-width:768px){.preview-card{width:340px}}

/* ---------- SHOP PAGE ---------- */
.shop-tiers{display:grid;gap:.75rem;margin-bottom:3rem}
.shop-tier{padding:1.25rem;display:flex;align-items:center;gap:1rem;cursor:pointer;transition:border-color .3s,background .3s}
.shop-tier:hover,.shop-tier.active{border-color:var(--accent-blue);background:rgba(0,212,255,.04)}
.shop-tier-badge{position:absolute;top:-.5rem;right:1rem;padding:.15rem .6rem;font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600;background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));border-radius:100px;color:#fff}
.shop-tier-info{flex:1}
.shop-tier-info h4{font-family:var(--font-heading);font-size:.92rem;font-weight:600}
.shop-tier-info p{font-size:.78rem;color:var(--text-dim)}
.shop-tier-price{text-align:right;flex-shrink:0}
.shop-tier-price .amount{font-family:var(--font-display);font-weight:800;font-size:1.2rem}
.shop-tier-price .period{font-size:.68rem;color:var(--text-dim);display:block}
@media(min-width:768px){.shop-tiers{grid-template-columns:repeat(3,1fr);gap:1rem}}
.site-examples-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.site-example{border-radius:var(--radius);overflow:hidden;border:1px solid var(--glass-border);background:var(--glass-bg);transition:transform .3s,border-color .3s}
.site-example:hover{border-color:var(--accent-blue);transform:translateY(-3px)}
.site-example-preview{aspect-ratio:16/10;overflow:hidden;position:relative}
.site-example-info{padding:.85rem 1rem}
.site-example-info h4{font-family:var(--font-heading);font-size:.85rem;font-weight:600;margin-bottom:.15rem}
.site-example-info p{font-size:.72rem;color:var(--text-dim);line-height:1.45}
.site-example-tag{display:inline-block;padding:.15rem .5rem;font-size:.58rem;letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--glass-border);border-radius:100px;color:var(--accent-blue);margin-top:.35rem}
@media(min-width:480px){.site-examples-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:768px){.site-examples-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}
@media(min-width:1024px){.site-examples-grid{grid-template-columns:repeat(4,1fr)}}

/* ---------- INTAKE FORM (shop page) ---------- */
.intake-form-wrap{max-width:680px;margin:0 auto;padding:2rem 1.5rem;border-radius:var(--radius)}
.intake-form{display:flex;flex-direction:column;gap:1.25rem}
.intake-row{display:grid;gap:1.25rem}
@media(min-width:600px){.intake-row{grid-template-columns:1fr 1fr}}
.intake-field{display:flex;flex-direction:column;gap:.35rem}
.intake-field label{font-family:var(--font-heading);font-size:.78rem;font-weight:500;color:var(--text-main)}
.intake-hint{font-weight:400;font-size:.68rem;color:var(--text-dim);font-family:var(--font-body)}
.intake-field input,.intake-field select,.intake-field textarea{background:rgba(255,255,255,.03);border:1px solid var(--glass-border);border-radius:8px;padding:.7rem .9rem;font-size:.82rem;color:var(--text-main);font-family:var(--font-body);transition:border-color .3s}
.intake-field input:focus,.intake-field select:focus,.intake-field textarea:focus{outline:none;border-color:var(--accent-blue)}
.intake-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,.35)' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .8rem center;padding-right:2rem}
.intake-field select option{background:#0a0a1a;color:#fff}
.intake-field textarea{resize:vertical;min-height:80px}
.intake-checks{display:grid;grid-template-columns:1fr 1fr;gap:.5rem .75rem}
@media(min-width:600px){.intake-checks{grid-template-columns:1fr 1fr 1fr 1fr}}
.intake-check{display:flex;align-items:center;gap:.45rem;cursor:pointer;font-size:.78rem;color:var(--text-dim);transition:color .2s}
.intake-check:hover{color:var(--text-main)}
.intake-check input{display:none}
.intake-check-box{width:18px;height:18px;border-radius:5px;border:1px solid var(--glass-border);background:rgba(255,255,255,.03);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}
.intake-check input:checked~.intake-check-box{background:var(--accent-blue);border-color:var(--accent-blue)}
.intake-check input:checked~.intake-check-box::after{content:'✓';font-size:.65rem;color:#050510;font-weight:700}
.intake-privacy{text-align:center;font-size:.7rem;color:var(--text-dim);margin-top:.25rem}

/* ---------- PROMO SPLIT (homepage) ---------- */
.promo-split{display:grid;gap:2rem;align-items:center}
@media(min-width:768px){.promo-split{grid-template-columns:1fr 340px;gap:3rem}}
.promo-copy .section-heading{margin-bottom:.5rem}
.promo-copy .section-sub{margin-bottom:0}
.promo-book{padding:1.75rem;border-radius:var(--radius)}
.promo-book-form{display:flex;flex-direction:column;gap:.6rem}
.promo-book-form input{width:100%;padding:.65rem .85rem;background:rgba(255,255,255,.04);border:1px solid var(--glass-border);border-radius:var(--radius-xs);color:#fff;font-size:.85rem;font-family:var(--font-body);transition:border-color .3s}
.promo-book-form input:focus{outline:none;border-color:var(--accent-blue)}
.promo-book-form input::placeholder{color:var(--text-muted)}

/* ---------- BUILD GRID (homepage) ---------- */
.build-grid{display:grid;gap:1rem;margin-top:2rem}
@media(min-width:480px){.build-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:900px){.build-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}
.build-card{display:flex;flex-direction:column;padding:1.5rem;border-radius:var(--radius);border:1px solid var(--glass-border);background:var(--glass-bg);backdrop-filter:blur(16px);text-decoration:none;color:var(--text-main);transition:transform .35s cubic-bezier(.4,0,.2,1),border-color .35s,box-shadow .35s;position:relative;overflow:hidden}
.build-card::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--card-accent,var(--accent-blue)),transparent);opacity:0;transition:opacity .35s}
.build-card:hover{transform:translateY(-6px);border-color:var(--card-accent,var(--accent-blue));box-shadow:0 12px 40px rgba(0,212,255,.08)}
.build-card:hover::before{opacity:1}
.build-card-icon{width:44px;height:44px;border-radius:12px;background:rgba(255,255,255,.04);border:1px solid var(--glass-border);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:background .3s,border-color .3s}
.build-card-icon svg{width:22px;height:22px;color:var(--card-accent,var(--accent-blue))}
.build-card:hover .build-card-icon{background:rgba(255,255,255,.06);border-color:var(--card-accent,var(--accent-blue))}
.build-card-title{font-family:var(--font-heading);font-size:.95rem;font-weight:600;margin-bottom:.4rem}
.build-card-desc{font-size:.78rem;color:var(--text-dim);line-height:1.55;flex:1}
.build-card-link{font-size:.75rem;font-weight:500;color:var(--card-accent,var(--accent-blue));margin-top:.75rem;transition:letter-spacing .3s}
.build-card:hover .build-card-link{letter-spacing:.5px}
.build-card--cta{border-color:rgba(0,212,255,.2);background:linear-gradient(135deg,rgba(0,212,255,.04),rgba(123,47,255,.04))}
.build-card--cta:hover{box-shadow:0 12px 40px rgba(0,212,255,.12)}

/* ---------- SCHEDULE PAGE ---------- */
.schedule-grid{display:grid;gap:2rem}
@media(min-width:768px){.schedule-grid{grid-template-columns:1fr 1fr;gap:3rem;align-items:start}}
.calendar-card{padding:1.5rem}
.calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}
.calendar-header h3{font-family:var(--font-heading);font-size:1rem;font-weight:600}
.calendar-nav{display:flex;gap:.5rem}
.calendar-nav button{width:32px;height:32px;border-radius:50%;border:1px solid var(--glass-border);display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:border-color .3s}
.calendar-nav button:hover{border-color:var(--accent-blue)}
.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;text-align:center;margin-bottom:.5rem}
.calendar-weekdays span{font-size:.65rem;font-weight:600;color:var(--text-dim);letter-spacing:.05em;text-transform:uppercase;padding:.35rem 0}
.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}
.calendar-day{padding:.6rem .25rem;text-align:center;font-size:.82rem;border-radius:var(--radius-xs);cursor:pointer;transition:background .2s,color .2s;-webkit-tap-highlight-color:transparent}
.calendar-day:hover{background:rgba(255,255,255,.06)}
.calendar-day.available{color:var(--accent-blue);font-weight:600}
.calendar-day.selected{background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));color:#fff;font-weight:600}
.calendar-day.empty{pointer-events:none}
.calendar-day.past{color:var(--text-muted);pointer-events:none}
.timeslots{margin-top:1.25rem}
.timeslots h4{font-family:var(--font-heading);font-size:.85rem;font-weight:600;margin-bottom:.75rem}
.timeslot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}
.timeslot{padding:.55rem;text-align:center;font-size:.78rem;border-radius:var(--radius-xs);border:1px solid var(--glass-border);background:var(--glass-bg);cursor:pointer;transition:border-color .3s,background .3s;-webkit-tap-highlight-color:transparent}
.timeslot:hover,.timeslot.selected{border-color:var(--accent-blue);background:rgba(0,212,255,.08)}
.timeslot.selected{background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));color:#fff;border-color:transparent}
.timeslot.booked{opacity:.4;cursor:not-allowed;text-decoration:line-through;pointer-events:none;background:rgba(255,0,110,.06);border-color:rgba(255,0,110,.18);color:var(--text-muted)}

/* ---------- SALES INTAKE FLOW ---------- */
.intake-progress{display:flex;gap:.5rem;margin-bottom:2rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}
.intake-progress::-webkit-scrollbar{display:none}
.intake-step{flex-shrink:0;display:flex;align-items:center;gap:.4rem;padding:.4rem .85rem;border-radius:100px;font-size:.72rem;font-weight:500;border:1px solid var(--glass-border);background:var(--glass-bg);transition:all .3s}
.intake-step.active{border-color:var(--accent-blue);background:rgba(0,212,255,.08);color:var(--accent-blue)}
.intake-step.done{border-color:var(--accent-green);color:var(--accent-green)}
.intake-step-num{width:18px;height:18px;border-radius:50%;background:var(--glass-bg);border:1px solid var(--glass-border);display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700}
.intake-step.active .intake-step-num{background:var(--accent-blue);border-color:var(--accent-blue);color:#050510}
.intake-step.done .intake-step-num{background:var(--accent-green);border-color:var(--accent-green);color:#050510}
.intake-panel{display:none;animation:fadeUp .4s ease}
.intake-panel.active{display:block}
@keyframes fadeUp{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
.intake-options{display:grid;grid-template-columns:repeat(2,1fr);gap:.65rem}
.intake-option{padding:1rem;text-align:center;cursor:pointer;border:1px solid var(--glass-border);border-radius:var(--radius-sm);background:var(--glass-bg);transition:all .3s;-webkit-tap-highlight-color:transparent}
.intake-option:hover,.intake-option.selected{border-color:var(--accent-blue);background:rgba(0,212,255,.06)}
.intake-option.selected{box-shadow:0 0 16px rgba(0,212,255,.1)}
.intake-option-icon{margin-bottom:.35rem;line-height:0}
.intake-option-label{font-family:var(--font-heading);font-size:.82rem;font-weight:600}
.intake-option-desc{font-size:.7rem;color:var(--text-dim);margin-top:.2rem}
@media(min-width:480px){.intake-options{grid-template-columns:repeat(3,1fr)}}
@media(min-width:768px){.intake-options{grid-template-columns:repeat(4,1fr)}}
.intake-nav{display:flex;gap:1rem;margin-top:2rem;justify-content:space-between}

/* ---------- EMAIL CAPTURE ---------- */
.email-band{background:var(--glass-bg);border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);padding:2.5rem 0;text-align:center}
.email-band h3{font-family:var(--font-heading);font-size:clamp(.95rem,2vw,1.15rem);font-weight:600;margin-bottom:.35rem}
.email-band p{font-size:.82rem;color:var(--text-dim);margin-bottom:1.25rem;max-width:420px;margin-left:auto;margin-right:auto}
.email-form{display:flex;gap:.5rem;max-width:400px;margin:0 auto}
.email-form input{flex:1;padding:.7rem 1rem;background:rgba(255,255,255,.03);border:1px solid var(--glass-border);border-radius:100px;color:#fff;font-size:.85rem;-webkit-appearance:none}
.email-form input:focus{border-color:rgba(0,212,255,.3)}
.email-form input::placeholder{color:var(--text-muted)}
.email-form button{flex-shrink:0;padding:.7rem 1.4rem;border-radius:100px;background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));color:#fff;font-family:var(--font-heading);font-size:.82rem;font-weight:600;cursor:pointer;transition:box-shadow .3s}
.email-form button:hover{box-shadow:0 0 24px rgba(0,212,255,.2)}
.email-trust{font-size:.68rem;color:var(--text-muted);margin-top:.65rem;display:flex;align-items:center;justify-content:center;gap:.3rem}
.email-trust-icon{display:inline-flex;align-items:center}
@media(max-width:479px){.email-form{flex-direction:column}.email-form button{width:100%}}
