/* ============================================================
   LKFORD v4 — Complete Stylesheet
   Theme: Dark / Obsidian — Electric Blue Accents
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Mono:wght@300;400;500&family=Outfit:wght@300;400;500;600;700&display=swap');

/* ── TOKENS ─────────────────────────────────────────────── */
:root {
  --bg:        #080b14;
  --bg2:       #0c0f1c;
  --bg3:       #101426;
  --card:      #121728;
  --card2:     #161c30;
  --blue:      #2563ff;
  --blue-dk:   #1a4fd6;
  --blue-lt:   rgba(37,99,255,0.12);
  --blue-bd:   rgba(37,99,255,0.25);
  --white:     #ffffff;
  --text:      rgba(255,255,255,0.88);
  --muted:     rgba(255,255,255,0.5);
  --dim:       rgba(255,255,255,0.25);
  --border:    rgba(255,255,255,0.08);
  --border2:   rgba(37,99,255,0.2);
  --r:         4px;
  --r2:        10px;
  --ease:      0.25s cubic-bezier(0.4,0,0.2,1);
  --s1:        0 2px 16px rgba(0,0,0,0.5);
  --s2:        0 8px 40px rgba(0,0,0,0.6);
  --s3:        0 24px 72px rgba(0,0,0,0.7);
}

/* ── RESET ──────────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Outfit',sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden;line-height:1.65;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
ul{list-style:none}
input,select,textarea,button{font-family:inherit}

/* ── TYPE ───────────────────────────────────────────────── */
h1,h2,h3{font-family:'DM Serif Display',serif;line-height:1.08;letter-spacing:-0.025em;color:var(--white)}
h4,h5{font-family:'Outfit',sans-serif;font-weight:600;color:var(--white)}
.label{font-family:'DM Mono',monospace;font-size:0.68rem;font-weight:500;letter-spacing:0.22em;text-transform:uppercase;color:var(--blue);display:block;margin-bottom:0.85rem}
.hl{position:relative;display:inline-block;color:var(--blue)}

/* ── LAYOUT ─────────────────────────────────────────────── */
.wrap{max-width:1200px;margin:0 auto;padding:0 2rem}
.page-body{padding-top:68px}

/* ── NAV ────────────────────────────────────────────────── */
.nav{
  position:fixed;top:0;left:0;right:0;z-index:900;height:68px;
  background:rgba(8,11,20,0.9);backdrop-filter:blur(20px);
  border-bottom:1px solid var(--border);
  display:flex;align-items:center;padding:0 2rem;justify-content:space-between;
  transition:var(--ease);
}
.nav.scrolled{border-bottom-color:var(--border2);box-shadow:0 4px 32px rgba(0,0,0,0.6)}
.nav-logo img{height:38px;width:auto;filter:invert(1);opacity:0.95}
.nav-links{display:flex;align-items:center;gap:0.05rem}
.nav-links a{font-size:0.8rem;font-weight:500;color:var(--muted);padding:0.4rem 0.7rem;border-radius:var(--r);transition:var(--ease)}
.nav-links a:hover{color:var(--white);background:rgba(255,255,255,0.06)}
.nav-links a.active{color:var(--blue)}
.nav-cta{background:var(--blue)!important;color:var(--white)!important;padding:0.45rem 1.1rem!important;border-radius:var(--r)!important;font-weight:600!important;font-size:0.8rem!important;margin-left:0.6rem;transition:var(--ease)!important}
.nav-cta:hover{background:var(--blue-dk)!important;box-shadow:0 4px 20px rgba(37,99,255,0.45)!important}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}
.hamburger span{display:block;width:22px;height:2px;background:var(--white);border-radius:2px;transition:var(--ease)}
.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
.mobile-nav{display:none;position:fixed;top:68px;left:0;right:0;bottom:0;background:var(--bg);z-index:899;flex-direction:column;align-items:center;justify-content:center;gap:1.6rem;border-top:1px solid var(--border)}
.mobile-nav.open{display:flex}
.mobile-nav a{font-family:'DM Serif Display',serif;font-size:1.9rem;color:var(--muted);transition:var(--ease)}
.mobile-nav a:hover,.mobile-nav a.active{color:var(--white)}
.mobile-nav .nav-cta{font-family:'Outfit',sans-serif;font-size:0.9rem;font-weight:600;padding:0.75rem 2.5rem;border-radius:var(--r)}

/* ── BUTTONS ─────────────────────────────────────────────── */
.btn{display:inline-flex;align-items:center;gap:0.55rem;padding:0.8rem 1.65rem;border-radius:var(--r);font-weight:600;font-size:0.85rem;transition:var(--ease);cursor:pointer;border:none;white-space:nowrap}
.btn svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2;flex-shrink:0}
.btn-blue{background:var(--blue);color:var(--white)}
.btn-blue:hover{background:var(--blue-dk);transform:translateY(-1px);box-shadow:0 6px 24px rgba(37,99,255,0.5)}
.btn-ghost{background:transparent;color:var(--muted);border:1.5px solid var(--border)}
.btn-ghost:hover{border-color:var(--blue);color:var(--blue)}
.btn-white{background:var(--white);color:#080b14}
.btn-white:hover{background:#e8ecff;transform:translateY(-1px)}
.btn-white-ol{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,0.3)}
.btn-white-ol:hover{border-color:var(--white);background:rgba(255,255,255,0.06)}

/* ── PAGE HERO ───────────────────────────────────────────── */
.ph{background:var(--bg2);padding:6rem 2rem 5rem;position:relative;overflow:hidden;border-bottom:1px solid var(--border)}
.ph-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(37,99,255,0.05) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,255,0.05) 1px,transparent 1px);background-size:55px 55px}
.ph-inner{position:relative;z-index:1;max-width:1200px;margin:0 auto}
.ph h1{font-size:clamp(2.6rem,5vw,4.2rem);margin:0.5rem 0 1rem}
.ph p{color:var(--muted);font-weight:300;max-width:600px;font-size:1rem;line-height:1.75}

/* ── HERO (index) ────────────────────────────────────────── */
.hero{min-height:100vh;background:var(--bg);position:relative;display:flex;align-items:center;overflow:hidden;padding-top:68px}
.hero-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(37,99,255,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,255,0.04) 1px,transparent 1px);background-size:60px 60px}
.hero-glow{position:absolute;width:700px;height:700px;background:radial-gradient(circle,rgba(37,99,255,0.1) 0%,transparent 70%);top:-150px;right:-100px;pointer-events:none}
.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;max-width:1200px;margin:0 auto;padding:5rem 2rem}
.hero-logo-row{display:flex;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}
.hero-logo-row img{height:68px;width:auto;filter:invert(1);opacity:0.95}
.hero-logo-sep{width:1px;height:48px;background:var(--border2)}
.hero-logo-tag{font-family:'DM Mono',monospace;font-size:0.68rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--blue);line-height:2}
.hero-badge{display:inline-flex;align-items:center;gap:0.5rem;background:rgba(37,99,255,0.1);border:1px solid var(--border2);border-radius:var(--r);padding:0.3rem 0.85rem;margin-bottom:1.5rem}
.hero-badge .dot{width:6px;height:6px;border-radius:50%;background:var(--blue);animation:pulse 2s infinite}
.hero-badge span{font-family:'DM Mono',monospace;font-size:0.68rem;letter-spacing:0.15em;text-transform:uppercase;color:var(--blue)}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.5;transform:scale(0.75)}}
.hero h1{font-size:clamp(2.6rem,5vw,4rem);color:var(--white);margin:0 0 1.4rem}
.hero h1 em{font-style:italic;color:var(--blue)}
.hero-desc{color:var(--muted);font-weight:300;line-height:1.8;margin-bottom:2.5rem;font-size:1rem}
.hero-btns{display:flex;gap:0.85rem;flex-wrap:wrap}
.hero-chips{display:flex;flex-wrap:wrap;gap:0.45rem;margin-top:2rem}
.chip{background:rgba(37,99,255,0.08);border:1px solid var(--border2);border-radius:var(--r);padding:0.22rem 0.65rem;font-family:'DM Mono',monospace;font-size:0.62rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--muted)}
.hero-visual{position:relative;border:1px solid var(--border2);border-radius:var(--r2);overflow:hidden;aspect-ratio:4/3;background:var(--card)}
.hero-visual img{width:100%;height:100%;object-fit:cover;opacity:0.85}
.hero-visual-cap{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(8,11,20,0.95));padding:1.5rem}
.hero-visual-cap-tag{font-family:'DM Mono',monospace;font-size:0.62rem;letter-spacing:0.15em;text-transform:uppercase;color:var(--blue)}

/* ── TICKER ─────────────────────────────────────────────── */
.ticker{background:var(--blue);padding:0.7rem 0;overflow:hidden}
.ticker-track{display:flex;gap:3rem;animation:tick 35s linear infinite;width:max-content}
.ticker-item{font-family:'DM Mono',monospace;font-size:0.68rem;font-weight:500;letter-spacing:0.15em;text-transform:uppercase;color:rgba(255,255,255,0.85);white-space:nowrap}
.ticker-item::before{content:'·';margin-right:3rem;opacity:0.5}
@keyframes tick{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ── LOGO BAND ───────────────────────────────────────────── */
.logo-band{background:var(--bg2);border-bottom:1px solid var(--border);padding:3rem 2rem}
.logo-band-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:auto 1px 1fr;gap:3rem;align-items:center}
.logo-band-logo{display:flex;flex-direction:column;align-items:center;gap:0.6rem}
.logo-band-logo img{height:72px;width:auto}
.logo-band-logo span{font-family:'DM Mono',monospace;font-size:0.62rem;letter-spacing:0.18em;text-transform:uppercase;color:var(--dim)}
.logo-band-sep{width:1px;height:72px;background:var(--border)}
.logo-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.logo-stat .n{font-family:'DM Serif Display',serif;font-size:2.4rem;color:var(--blue);display:block;line-height:1}
.logo-stat .l{font-size:0.78rem;color:var(--muted);font-weight:300;margin-top:0.3rem;display:block;line-height:1.4}

/* ── SECTION ─────────────────────────────────────────────── */
.section{padding:6rem 2rem}
.section-dark{background:var(--bg)}
.section-mid{background:var(--bg2)}
.section-head{margin-bottom:3.5rem}
.section-head.ctr{text-align:center}
.section-head h2{font-size:clamp(1.9rem,4vw,2.9rem);margin:0.4rem 0 0.85rem}
.section-head p{color:var(--muted);font-weight:300;max-width:560px;line-height:1.75}
.section-head.ctr p{margin:0 auto}

/* ── SERVICES GRID ───────────────────────────────────────── */
.svc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(255px,1fr));gap:1.25rem}
.svc-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r2);padding:2rem;transition:var(--ease);position:relative;overflow:hidden}
.svc-card::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(37,99,255,0.06),transparent);opacity:0;transition:var(--ease)}
.svc-card:hover{border-color:var(--border2);transform:translateY(-3px);box-shadow:var(--s2)}
.svc-card:hover::after{opacity:1}
.svc-num{font-family:'DM Mono',monospace;font-size:0.62rem;font-weight:500;letter-spacing:0.18em;text-transform:uppercase;color:var(--blue);margin-bottom:1.25rem}
.svc-icon{width:42px;height:42px;background:var(--blue-lt);border:1px solid var(--border2);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.svc-icon svg{width:20px;height:20px;stroke:var(--blue);fill:none;stroke-width:1.75}
.svc-card h3{font-size:1.15rem;margin-bottom:0.65rem}
.svc-card p{color:var(--muted);font-size:0.875rem;font-weight:300;line-height:1.65}
.svc-link{display:inline-flex;align-items:center;gap:0.35rem;color:var(--blue);font-size:0.8rem;font-weight:500;margin-top:1.25rem;transition:var(--ease)}
.svc-link svg{width:13px;height:13px;stroke:currentColor;fill:none;stroke-width:2;transition:var(--ease)}
.svc-link:hover svg{transform:translateX(3px)}

/* ── GALLERY STRIP (home) ────────────────────────────────── */
.gstrip{background:var(--bg3);padding:5rem 0;overflow:hidden}
.gstrip-head{text-align:center;padding:0 2rem;margin-bottom:2.5rem}
.gstrip-head h2{font-size:clamp(1.9rem,4vw,2.9rem);margin:0.4rem 0 0.75rem}
.gstrip-head p{color:var(--muted);font-weight:300}
.gstrip-scroll{display:flex;gap:1.25rem;padding:0.5rem 2rem 1rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}
.gstrip-scroll::-webkit-scrollbar{display:none}
.gstrip-item{flex-shrink:0;width:300px;height:200px;border-radius:var(--r2);overflow:hidden;border:1px solid var(--border);position:relative;cursor:pointer;transition:var(--ease)}
.gstrip-item:hover{border-color:var(--border2);transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,0.7)}
.gstrip-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.4s ease}
.gstrip-item:hover img{transform:scale(1.04)}
.gstrip-item .cap{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(8,11,20,0.95));padding:1rem}
.gstrip-item .cap-tag{font-family:'DM Mono',monospace;font-size:0.58rem;font-weight:500;letter-spacing:0.15em;text-transform:uppercase;color:var(--blue)}
.gstrip-item .cap-title{font-size:0.8rem;color:var(--white);margin-top:0.2rem;font-weight:400}

/* ── ABOUT ───────────────────────────────────────────────── */
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;max-width:1200px;margin:0 auto}
.about-left h2{font-size:clamp(1.9rem,4vw,2.9rem);margin:0.4rem 0 1.25rem}
.about-left h2 em{font-style:italic;color:var(--blue)}
.about-left p{color:var(--muted);font-weight:300;line-height:1.8;margin-bottom:1rem}
.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.stat-box{background:var(--card);border:1px solid var(--border);border-radius:var(--r2);padding:1.75rem;text-align:center;transition:var(--ease)}
.stat-box:hover{border-color:var(--border2)}
.stat-box .n{font-family:'DM Serif Display',serif;font-size:2.1rem;color:var(--blue);display:block;line-height:1.1}
.stat-box .l{font-size:0.76rem;color:var(--muted);font-weight:300;margin-top:0.3rem;display:block;line-height:1.4}

/* ── FCC CARD ────────────────────────────────────────────── */
.fcc-card{display:flex;align-items:center;gap:1rem;background:var(--card);border:1px solid var(--border);border-radius:var(--r2);padding:1.25rem 1.5rem;margin-top:1.75rem}
.fcc-card .ic{font-size:1.4rem;flex-shrink:0}
.fcc-card strong{display:block;color:var(--white);font-size:0.88rem;font-weight:600}
.fcc-card span{color:var(--muted);font-size:0.76rem;font-family:'DM Mono',monospace;margin-top:0.15rem;display:block}

/* ── FEATURE PANELS ──────────────────────────────────────── */
.feat-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;max-width:1200px;margin:0 auto}
.feat-left h2{font-size:clamp(1.9rem,4vw,2.9rem);margin:0.4rem 0 1.25rem}
.feat-left p{color:var(--muted);font-weight:300;line-height:1.8;margin-bottom:1rem}
.checklist{display:flex;flex-direction:column;gap:0.7rem;margin:1.5rem 0}
.checklist li{display:flex;align-items:center;gap:0.75rem;color:rgba(255,255,255,0.75);font-size:0.875rem}
.chk{width:20px;height:20px;background:var(--blue-lt);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.chk svg{width:10px;height:10px;stroke:var(--blue);fill:none;stroke-width:2.5}
.code-stack{display:flex;flex-direction:column;border-radius:var(--r2);overflow:hidden;border:1px solid var(--border)}
.code-row{display:flex;align-items:flex-start;gap:1.25rem;padding:1.4rem;border-bottom:1px solid var(--border);background:var(--card);transition:var(--ease)}
.code-row:last-child{border-bottom:none}
.code-row:hover{background:var(--card2)}
.code-badge{background:var(--blue-lt);color:var(--blue);border:1px solid var(--border2);font-family:'DM Mono',monospace;font-size:0.58rem;letter-spacing:0.12em;text-transform:uppercase;padding:0.18rem 0.5rem;border-radius:var(--r);white-space:nowrap;flex-shrink:0;margin-top:0.12rem;font-weight:500}
.code-row h4{font-size:0.88rem;color:var(--white);margin-bottom:0.3rem;font-weight:600}
.code-row p{font-size:0.78rem;color:var(--muted);font-weight:300;line-height:1.55}

/* ── VIDEO WRAP ──────────────────────────────────────────── */
.video-wrap{position:relative;width:100%;aspect-ratio:16/9;border-radius:var(--r2);overflow:hidden;border:1px solid var(--border);background:var(--card)}
.video-wrap iframe{width:100%;height:100%;border:none}

/* ── PRICING ─────────────────────────────────────────────── */
.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1000px;margin:0 auto}
.price-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r2);padding:2.25rem 1.85rem;transition:var(--ease)}
.price-card:hover{border-color:var(--border2);transform:translateY(-3px);box-shadow:var(--s2)}
.price-card.featured{background:var(--blue);border-color:var(--blue)}
.price-name{font-family:'DM Mono',monospace;font-size:0.68rem;font-weight:500;letter-spacing:0.18em;text-transform:uppercase;color:var(--blue);margin-bottom:1rem}
.price-card.featured .price-name{color:rgba(255,255,255,0.75)}
.price-amt{font-family:'DM Serif Display',serif;font-size:3.2rem;color:var(--white);line-height:1;margin-bottom:0.4rem}
.price-amt sup{font-size:1.4rem;vertical-align:super}
.price-note{font-size:0.76rem;color:var(--muted);font-weight:300;margin-bottom:1.5rem}
.price-card.featured .price-note{color:rgba(255,255,255,0.6)}
.price-div{border:none;border-top:1px solid var(--border);margin:1.5rem 0}
.price-card.featured .price-div{border-color:rgba(255,255,255,0.2)}
.price-feats{display:flex;flex-direction:column;gap:0.6rem;margin-bottom:2rem}
.price-feats li{display:flex;align-items:center;gap:0.6rem;font-size:0.84rem;color:rgba(255,255,255,0.7)}
.price-feats li svg{width:13px;height:13px;stroke:var(--blue);fill:none;stroke-width:2.5;flex-shrink:0}
.price-card.featured .price-feats li{color:rgba(255,255,255,0.9)}
.price-card.featured .price-feats li svg{stroke:white}

/* ── PRICING TABLES ──────────────────────────────────────── */
.ptable{width:100%;border-collapse:collapse;margin:1.25rem 0;font-size:0.875rem}
.ptable th{background:var(--card2);color:var(--white);padding:0.8rem 1.2rem;text-align:left;font-family:'DM Mono',monospace;font-size:0.65rem;letter-spacing:0.12em;text-transform:uppercase;font-weight:500}
.ptable th:last-child{text-align:right}
.ptable td{padding:0.8rem 1.2rem;border-bottom:1px solid var(--border);color:var(--muted);vertical-align:top;line-height:1.5}
.ptable td:last-child{text-align:right;white-space:nowrap;font-family:'DM Mono',monospace;font-weight:500;color:var(--white)}
.ptable tr:last-child td{border-bottom:none}
.ptable tr:hover td{background:rgba(37,99,255,0.05)}
.rate-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin:1.5rem 0 2.5rem}
.rate-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r2);padding:1.75rem;text-align:center;transition:var(--ease)}
.rate-card:hover{border-color:var(--border2);transform:translateY(-2px)}
.rate-card .n{font-family:'DM Serif Display',serif;font-size:2.4rem;color:var(--blue);display:block;line-height:1}
.rate-card .u{font-family:'DM Mono',monospace;font-size:0.62rem;letter-spacing:0.15em;text-transform:uppercase;color:var(--dim);display:block;margin-top:0.2rem}
.rate-card .d{font-size:0.82rem;color:var(--muted);margin-top:0.65rem;font-weight:300}
.hl-box{background:var(--bg3);border:1px solid var(--border2);border-radius:var(--r2);padding:2.5rem;margin-bottom:2rem}
.hl-box .big-price{font-family:'DM Serif Display',serif;font-size:3.8rem;color:var(--white);line-height:1;margin:0.5rem 0}
.hl-box .big-price sup{font-size:1.6rem;vertical-align:super}
.note-box{background:rgba(37,99,255,0.07);border:1px solid var(--border2);border-radius:var(--r);padding:0.9rem 1.2rem;font-size:0.82rem;color:var(--muted);line-height:1.6;margin:1rem 0}
.note-box strong{color:var(--white)}

/* ── GALLERY PAGE ────────────────────────────────────────── */
.gal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}
.gal-item{position:relative;border-radius:var(--r2);overflow:hidden;border:1px solid var(--border);cursor:pointer;transition:var(--ease);background:var(--card)}
.gal-item.wide{grid-column:span 2}
.gal-item:hover{border-color:var(--border2);transform:translateY(-3px);box-shadow:var(--s2)}
.gal-item img{width:100%;display:block;aspect-ratio:4/3;object-fit:cover;transition:transform 0.45s ease}
.gal-item.wide img{aspect-ratio:16/9}
.gal-item:hover img{transform:scale(1.03)}
.gal-item .cap{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(8,11,20,0.96));padding:1.25rem}
.cap-tag{font-family:'DM Mono',monospace;font-size:0.58rem;font-weight:500;letter-spacing:0.15em;text-transform:uppercase;color:var(--blue);background:rgba(37,99,255,0.15);border:1px solid var(--border2);padding:0.15rem 0.5rem;border-radius:var(--r);display:inline-block}
.cap-title{font-size:0.82rem;color:var(--white);margin-top:0.35rem;font-weight:400}
.filter-bar{display:flex;gap:0.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}
.fbtn{font-family:'DM Mono',monospace;font-weight:500;font-size:0.65rem;letter-spacing:0.12em;text-transform:uppercase;padding:0.45rem 1.1rem;border-radius:30px;border:1.5px solid var(--border);background:transparent;color:var(--muted);cursor:pointer;transition:var(--ease)}
.fbtn:hover,.fbtn.active{background:var(--blue);color:var(--white);border-color:var(--blue)}

/* ── CONTACT ─────────────────────────────────────────────── */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;max-width:1200px;margin:0 auto}
.contact-items{display:flex;flex-direction:column;gap:1.25rem;margin-top:2rem}
.ci{display:flex;align-items:flex-start;gap:1rem}
.ci-icon{width:40px;height:40px;background:var(--card);border:1px solid var(--border);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ci-icon svg{width:17px;height:17px;stroke:var(--blue);fill:none;stroke-width:1.5}
.ci strong{display:block;color:var(--white);font-size:0.82rem;font-weight:600;margin-bottom:0.18rem}
.ci span{color:var(--muted);font-size:0.8rem;font-weight:300}
.cf{display:flex;flex-direction:column;gap:0.95rem}
.fg{display:flex;flex-direction:column;gap:0.38rem}
.fg label{font-size:0.75rem;color:var(--dim);font-weight:500;letter-spacing:0.04em}
.fg input,.fg select,.fg textarea{background:var(--card);border:1px solid var(--border);border-radius:var(--r);padding:0.72rem 1rem;font-size:0.86rem;color:var(--white);transition:var(--ease);width:100%}
.fg input::placeholder,.fg textarea::placeholder{color:var(--dim)}
.fg select option{background:var(--card);color:var(--white)}
.fg input:focus,.fg select:focus,.fg textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(37,99,255,0.15)}
.fg textarea{resize:vertical;min-height:120px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:0.95rem}

/* ── CTA BAND ────────────────────────────────────────────── */
.cta{background:linear-gradient(135deg,#1244cc,#2563ff);padding:5rem 2rem;text-align:center;position:relative;overflow:hidden}
.cta::before{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,0.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,0.04) 1px,transparent 1px);background-size:48px 48px}
.cta-inner{position:relative;z-index:1}
.cta .label{color:rgba(255,255,255,0.65)}
.cta h2{font-size:clamp(2rem,4vw,3rem);color:var(--white);margin:0.4rem 0 1rem}
.cta p{color:rgba(255,255,255,0.7);font-weight:300;max-width:520px;margin:0 auto 2.5rem;line-height:1.75}
.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

/* ── AFFILIATE ───────────────────────────────────────────── */
.aff-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;max-width:1200px;margin:0 auto}
.aff-left h2{font-size:clamp(1.9rem,4vw,2.9rem);margin:0.4rem 0 1.25rem}
.aff-left p{color:var(--muted);font-weight:300;line-height:1.8;margin-bottom:1rem}
.aff-list{display:flex;flex-direction:column;gap:0.6rem;margin-top:1.25rem}
.aff-list li{display:flex;align-items:center;gap:0.75rem;color:rgba(255,255,255,0.7);font-size:0.875rem}
.aff-list li::before{content:'→';color:var(--blue);font-weight:700}
.aff-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r2);padding:2.5rem}
.aff-card p{color:var(--muted);font-weight:300;font-size:0.875rem;line-height:1.75;margin-top:1.25rem}
.aff-plate{text-align:center;padding-bottom:1.5rem;border-bottom:1px solid var(--border);margin-bottom:1.5rem}
.aff-plate h3{font-family:'DM Serif Display',serif;font-size:1.75rem;color:var(--white)}
.aff-plate h3 span{color:var(--blue)}
.aff-plate p{font-family:'DM Mono',monospace;font-size:0.62rem;letter-spacing:0.15em;text-transform:uppercase;color:var(--muted);margin-top:0.35rem}

/* ── FOOTER ──────────────────────────────────────────────── */
footer{background:var(--bg2);border-top:1px solid var(--border)}
.ft{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding:4rem 2rem;max-width:1200px;margin:0 auto}
.ft-brand p{color:var(--muted);font-size:0.83rem;font-weight:300;line-height:1.75;margin-top:1rem}
.ft-brand .contacts{margin-top:1.25rem;display:flex;flex-direction:column;gap:0.4rem}
.ft-brand .contacts a{color:var(--dim);font-family:'DM Mono',monospace;font-size:0.74rem;transition:var(--ease)}
.ft-brand .contacts a:hover{color:var(--muted)}
.ft-col h5{color:var(--white);font-size:0.8rem;font-weight:700;letter-spacing:0.06em;margin-bottom:1.2rem}
.ft-col ul{display:flex;flex-direction:column;gap:0.55rem}
.ft-col ul a{color:var(--muted);font-size:0.8rem;font-weight:300;transition:var(--ease)}
.ft-col ul a:hover{color:var(--white)}
.ft-bot{border-top:1px solid var(--border);padding:1.4rem 2rem;display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}
.ft-bot p{color:var(--dim);font-size:0.75rem}
.ft-fcc{font-family:'DM Mono',monospace;font-size:0.65rem;color:var(--dim);letter-spacing:0.08em}
.ft-fcc strong{color:var(--blue)}

/* ── ANIMATIONS ──────────────────────────────────────────── */
.fade{opacity:0;transform:translateY(22px);transition:opacity 0.6s ease,transform 0.6s ease}
.fade.show{opacity:1;transform:none}

/* ── RESPONSIVE ──────────────────────────────────────────── */
@media(max-width:1024px){
  .about-grid,.feat-grid,.contact-grid,.aff-grid{grid-template-columns:1fr;gap:3rem}
  .hero-inner{grid-template-columns:1fr;padding:3.5rem 1.5rem}
  .hero-visual{display:none}
  .price-grid{grid-template-columns:1fr;max-width:380px}
  .logo-band-inner{grid-template-columns:1fr;text-align:center}
  .logo-band-sep{display:none}
  .logo-stats{grid-template-columns:repeat(2,1fr)}
  .ft{grid-template-columns:1fr 1fr;gap:2rem}
}
@media(max-width:768px){
  .nav-links{display:none}
  .hamburger{display:flex}
  .svc-grid{grid-template-columns:1fr}
  .gal-grid{grid-template-columns:1fr 1fr}
  .gal-item.wide{grid-column:span 2}
  .form-row{grid-template-columns:1fr}
  .ft{grid-template-columns:1fr;gap:2rem}
  .ft-bot{flex-direction:column;gap:0.75rem;text-align:center}
  .rate-cards{grid-template-columns:1fr}
  .wrap,.section,.ph{padding-left:1.25rem;padding-right:1.25rem}
}
@media(max-width:480px){
  .gal-grid{grid-template-columns:1fr}
  .gal-item.wide{grid-column:span 1}
}
