*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

/* ══════════════════════════════════════
   DARK THEME (default)
══════════════════════════════════════ */
:root {
  --navy: #060d1f;
  --navy-mid: #0b1528;
  --navy-light: #0f2040;
  --blue: #2563ff;
  --blue-bright: #4d8eff;
  --cyan: #00d4ff;
  --cyan-pale: rgba(0,212,255,0.08);
  --border: rgba(37,99,255,0.2);
  --white: #ffffff;
  --grey: #8892a4;
  --grey-light: #c8d0e0;
  /* ── Sitewide horizontal padding — matches nav exactly ── */
  --pad-x: 60px;
}

html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: 'Geologica', sans-serif; background: var(--navy); color: var(--white); overflow-x: hidden; max-width: 100vw; }
.nontonet-wrapper { overflow-x: hidden; width: 100%; }

/* ══════════════════════════════════════
   LIGHT THEME OVERRIDES
══════════════════════════════════════ */
body.light {
  --navy: #f0f5ff;
  --navy-mid: #ffffff;
  --navy-light: #e4eeff;
  --blue: #2563ff;
  --blue-bright: #1a4fd6;
  --cyan: #0099cc;
  --cyan-pale: rgba(0,153,204,0.08);
  --border: rgba(37,99,255,0.15);
  --white: #060d1f;
  --grey: #4a5878;
  --grey-light: #2d3a55;
}

body.light { background: var(--navy); color: var(--white); }
body.light nav { background: rgba(240,245,255,0.95); border-bottom: 1px solid var(--border); }
body.light .nav-links a { color: #4a5878; }
body.light .nav-links a:hover { color: #060d1f; }
body.light .service-card { background: #fff; }
body.light .service-card.featured-service { background: linear-gradient(135deg, var(--blue), #0ea5e9); }
body.light #services { background: #f8faff; }
body.light #why { background: #f0f5ff; }
body.light .stat-card { background: #fff; }
body.light .why-icon { background: #e8f0ff; }
body.light #process { background: #f8faff; }
body.light .step-num { background: #fff; }
body.light #pricing { background: #f0f5ff; }
body.light .price-card { background: #fff; }
body.light .price-card.popular { background: linear-gradient(160deg, var(--blue), #0369a1); }
body.light .price-features li::before { background: #e8f0ff; color: var(--blue); }
body.light .addons { background: #fff; }
body.light .addon { background: #f0f5ff; }
body.light #cta { background: linear-gradient(135deg, #1a4fd6, #0ea5e9); }
/* btn-secondary on normal pages in light mode */
body.light .btn-secondary { border-color: rgba(37,99,255,0.5); color: #060d1f; }
body.light .btn-secondary:hover { border-color: var(--blue); background: rgba(37,99,255,0.06); color: #060d1f; }
/* btn-secondary inside CTA (blue gradient) stays white */
body.light #cta .btn-secondary { border-color: rgba(255,255,255,0.7); color: #fff; }
body.light #cta .btn-secondary:hover { border-color: #fff; background: rgba(255,255,255,0.15); color: #fff; }
body.light .cta-title { color: #fff; }
body.light .cta-title em { color: #fff; font-style: italic; text-shadow: 0 0 20px rgba(255,255,255,0.3); }
body.light .cta-sub { color: rgba(255,255,255,0.9); }
body.light #contact { background: #f8faff; }
body.light .contact-icon { background: #e8f0ff; }
body.light .form-input,
body.light .form-textarea { background: #fff; color: #060d1f; border-color: var(--border); }
body.light footer { background: #fff; }
body.light .mockup { box-shadow: 0 20px 60px rgba(37,99,255,0.1); }
body.light .float-card { box-shadow: 0 10px 30px rgba(37,99,255,0.1); }
body.light .service-icon { background: #e8f0ff; }

/* ── Light mode: text colours for ALL sections ── */
/* Services */
body.light .service-name { color: #060d1f; }
body.light .service-desc { color: #4a5878; }
body.light .service-price { color: #060d1f; }
body.light .service-price-note { color: #4a5878; }
body.light .service-card.featured-service .service-name,
body.light .service-card.featured-service .service-desc,
body.light .service-card.featured-service .service-price,
body.light .service-card.featured-service .service-price-note { color: #fff; }
/* Section labels & titles */
body.light .section-label { color: #0077aa; }
body.light .section-title { color: #060d1f; }
body.light .section-sub { color: #4a5878; }
/* Why us */
body.light .why-item-title { color: #060d1f; }
body.light .why-item-desc { color: #4a5878; }
body.light .why-big-number { color: var(--blue); }
body.light .stat-num { color: #060d1f; }
body.light .stat-label { color: #4a5878; }
/* Process */
body.light .step-title { color: #060d1f; }
body.light .step-desc { color: #4a5878; }
body.light .step-num { color: var(--blue); border-color: rgba(37,99,255,0.25); }
/* Pricing */
body.light .price-name { color: #060d1f; }
body.light .price-desc { color: #4a5878; }
body.light .price-amount { color: #060d1f; }
body.light .price-once { color: #4a5878; }
body.light .price-features li { color: #4a5878; }
body.light .price-btn { color: #060d1f; border-color: rgba(37,99,255,0.3); }
body.light .price-btn:hover { background: var(--blue); color: #fff; border-color: var(--blue); }
body.light .price-card.popular .price-name,
body.light .price-card.popular .price-desc,
body.light .price-card.popular .price-amount,
body.light .price-card.popular .price-once,
body.light .price-card.popular .price-features li,
body.light .price-card.popular .price-btn { color: #fff; }
/* Contact */
body.light .contact-item-label { color: #4a5878; }
body.light .contact-item-val { color: #060d1f; }
body.light .contact-item-val a { color: #060d1f; }
/* Hero text (front page) */
body.light .hero h1 { color: #060d1f; }
body.light .hero p { color: #4a5878; }
body.light .float-card-label { color: #4a5878; }
body.light .float-card-val { color: #060d1f; }
body.light .float-card-sub { color: #4a5878; }
body.light .float-card2-label { color: #4a5878; }
body.light .float-card2-val { color: #060d1f; }
body.light .mockup-url { color: #4a5878; }
/* Footer */
body.light .footer-copy { color: #4a5878; }
body.light .footer-links a { color: #4a5878; }
body.light .footer-links a:hover { color: #060d1f; }
/* Page hero */
body.light .page-hero h1 { color: #060d1f; }
body.light .page-hero p { color: #4a5878; }

/* ══════════════════════════════════════
   ANIMATIONS
══════════════════════════════════════ */
@keyframes fadeUp { from { opacity:0; transform:translateY(30px); } to { opacity:1; transform:translateY(0); } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes float { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-12px); } }
@keyframes pulse-ring { 0% { transform:scale(1); opacity:0.6; } 100% { transform:scale(2.2); opacity:0; } }
@keyframes scrollBounce { 0%,100% { transform:translateY(0); } 50% { transform:translateY(8px); } }

/* ══════════════════════════════════════
   NAV
══════════════════════════════════════ */
nav {
  position: fixed; top:0; left:0; right:0; z-index:1000;
  padding: 18px var(--pad-x);
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(6,13,31,0.9);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  animation: fadeIn 0.8s ease both;
}
.logo {
  text-decoration: none;
  display: flex; align-items: center; flex-shrink: 0;
}
.logo-dot { display: none; }
.logo-img {
  height: 52px; width: auto;
  object-fit: contain;
}
/* Dark mode (default): show dark logo, hide light logo */
.logo-dark  { display: block; }
.logo-light { display: none; }
/* Light mode: show light logo, hide dark logo */
body.light .logo-dark  { display: none; }
body.light .logo-light { display: block; }
@media (max-width: 1100px) { .logo-img { height: 52px; } }
@media (max-width: 768px)  { .logo-img { height: 48px; } }
@media (max-width: 480px)  { .logo-img { height: 40px; } }
.nav-links { display:flex; align-items:center; gap:32px; list-style:none; }
.nav-links a {
  font-size:13px; font-weight:500; color:var(--grey);
  text-decoration:none; letter-spacing:0.5px; transition:color 0.2s;
  position:relative;
}
.nav-links a::after {
  content:''; position:absolute; bottom:-3px; left:0;
  width:0; height:1px;
  background:linear-gradient(90deg,var(--blue),var(--cyan));
  transition:width 0.3s;
}
.nav-links a:hover { color:var(--white); }
.nav-links a:hover::after { width:100%; }
.nav-cta {
  padding:10px 22px !important;
  background:linear-gradient(135deg,var(--blue),#0ea5e9) !important;
  color:#fff !important; border-radius:40px;
  font-weight:600 !important;
  transition: box-shadow 0.3s, transform 0.2s, filter 0.3s !important;
}
.nav-cta::after { display:none !important; }
.nav-cta:hover {
  box-shadow: 0 0 24px rgba(37,99,255,0.5) !important;
  transform: translateY(-2px) !important;
  background: linear-gradient(135deg, #1a4fd6, #0284c7) !important;
  color: #fff !important;
}
.nav-cta:hover {
  box-shadow: 0 0 24px rgba(0,212,255,0.5) !important;
  transform: translateY(-2px) !important;
  transition: box-shadow 0.3s, transform 0.2s !important;
}

/* Theme toggle in nav */
.theme-toggle {
  width:40px; height:40px; border-radius:50%;
  border:1.5px solid rgba(37,99,255,0.4);
  background:rgba(37,99,255,0.12);
  color:var(--cyan);
  font-size:18px;
  display:flex; align-items:center; justify-content:center;
  cursor:pointer;
  transition:transform 0.3s, box-shadow 0.3s;
  flex-shrink:0;
  margin-left:16px;
}
.theme-toggle:hover {
  transform:rotate(20deg) scale(1.1);
  box-shadow:0 0 20px rgba(0,212,255,0.4);
}
body.light .theme-toggle { background:rgba(37,99,255,0.08); border-color:rgba(37,99,255,0.2); color:var(--blue); }

.nav-mobile-btn { display:none; }

/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
.hero {
  min-height:100vh; display:flex; align-items:center;
  justify-content:space-between; gap:40px;
  padding:160px var(--pad-x) 120px;
  position:relative; overflow:hidden;
  background-color: #060d1f;
}
.hero-bg {
  position:absolute; inset:0;
  background:
    radial-gradient(ellipse 60% 50% at 70% 50%, rgba(37,99,255,0.12) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(0,212,255,0.06) 0%, transparent 60%),
    radial-gradient(ellipse 30% 30% at 80% 10%, rgba(0,212,255,0.08) 0%, transparent 60%);
}
.hero-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:60px 60px;
  mask-image:radial-gradient(ellipse 80% 80% at 50% 50%, black 40%, transparent 100%);
}
.hero-content {
  position:relative; z-index:2;
  flex:1; max-width:560px; padding-right:20px;
}
.hero-label {
  display:inline-flex; align-items:center; gap:8px;
  padding:6px 16px;
  border:1px solid var(--border); border-radius:40px;
  background:rgba(37,99,255,0.08);
  font-size:12px; letter-spacing:2.5px; text-transform:uppercase;
  color:var(--cyan); font-weight:600;
  margin-bottom:28px;
  animation:fadeUp 0.8s 0.2s ease both;
}
.hero-label span { width:6px; height:6px; background:var(--cyan); border-radius:50%; }
.hero h1 {
  font-family:'DM Serif Display', serif;
  font-weight:800;
 
  font-size:clamp(48px,6.5vw,82px);
  font-weight:400; line-height:1.05;
  color:var(--white); margin-bottom:24px;
  animation:fadeUp 0.8s 0.3s ease both;
}
.hero h1 em {
  font-style:italic;
  font-weight:700;
  background:linear-gradient(135deg,var(--blue-bright),var(--cyan));
  -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
}
.hero p {
  font-size:18px; color:var(--grey); line-height:1.7;
  max-width:480px; margin-bottom:40px; font-weight:300;
  animation:fadeUp 0.8s 0.4s ease both;
}
.hero-btns { display:flex; gap:14px; flex-wrap:wrap; animation:fadeUp 0.8s 0.5s ease both; }
.btn-primary {
  padding:16px 36px;
  background:linear-gradient(135deg,var(--blue),#0ea5e9);
  color:#fff; border:none; border-radius:40px;
  font-size:15px; font-weight:600; text-decoration:none;
  display:inline-flex; align-items:center; gap:8px;
  transition:box-shadow 0.3s, transform 0.2s;
}
.btn-primary:hover { box-shadow:0 0 32px rgba(37,99,255,0.5); transform:translateY(-2px); }
.btn-secondary {
  padding:16px 36px; background:transparent;
  color:var(--white); border:1.5px solid rgba(37,99,255,0.55); border-radius:40px;
  font-size:15px; font-weight:500; text-decoration:none;
  display:inline-flex; align-items:center; gap:8px;
  transition:border-color 0.3s, background 0.3s, transform 0.2s;
}
.btn-secondary:hover { border-color:var(--cyan); background:var(--cyan-pale); transform:translateY(-2px); }

/* Hero visual */
.hero-visual {
  position:relative; z-index:2; flex-shrink:0;
  width:520px; max-width:100%; margin-left:-40px;
  animation:fadeIn 1s 0.6s ease both;
}
.mockup {
  width:100%; height:300px;
  background:var(--navy-mid); border:1px solid var(--border); border-radius:16px;
  overflow:hidden;
  box-shadow:0 30px 80px rgba(0,0,0,0.5), 0 0 0 1px var(--border);
  animation:float 4s ease-in-out infinite;
  position:relative;
}
.mockup-bar {
  height:32px; background:var(--navy-light);
  display:flex; align-items:center; padding:0 14px; gap:7px;
  border-bottom:1px solid var(--border);
}
.mockup-dot { width:8px; height:8px; border-radius:50%; }
.mockup-dot:nth-child(1){background:#ff5f56;} .mockup-dot:nth-child(2){background:#ffbd2e;} .mockup-dot:nth-child(3){background:#27c93f;}
.mockup-url {
  flex:1; height:18px; background:var(--navy);
  border-radius:4px; margin-left:8px;
  display:flex; align-items:center; padding:0 10px;
  font-size:9px; color:var(--grey);
}
.mockup-body { padding:16px; display:flex; flex-direction:column; gap:10px; }
.mockup-hero-block {
  height:90px;
  background:linear-gradient(135deg,rgba(37,99,255,0.3),rgba(0,212,255,0.15));
  border-radius:8px; display:flex; align-items:center; justify-content:center;
}
.mockup-hero-block::after { content:'nontonet.com'; font-size:11px; font-weight:700; color:rgba(255,255,255,0.4); letter-spacing:1px; }
.mockup-cards { display:grid; grid-template-columns:repeat(3,1fr); gap:7px; }
.mockup-card { height:54px; background:var(--navy-light); border:1px solid var(--border); border-radius:6px; }
.mockup-card:nth-child(2) { background:rgba(37,99,255,0.3); border-color:var(--blue); }
.float-card {
  position:absolute; bottom:-20px; left:-70px;
  background:var(--navy-mid); border:1px solid var(--border); border-radius:12px;
  padding:14px 18px; box-shadow:0 20px 40px rgba(0,0,0,0.4);
  animation:float 4s 1s ease-in-out infinite; min-width:160px;
}
.float-card-label { font-size:9px; color:var(--grey); letter-spacing:1px; text-transform:uppercase; margin-bottom:4px; }
.float-card-val { font-family:'DM Serif Display', serif; font-size:22px; color:var(--cyan); }
.float-card-sub { font-size:9px; color:var(--grey); margin-top:2px; }
.float-card2 {
  position:absolute; top:-16px; right:-50px;
  background:linear-gradient(135deg,var(--blue),#0ea5e9);
  border-radius:12px; padding:12px 16px;
  box-shadow:0 20px 40px rgba(37,99,255,0.3);
  animation:float 4s 0.5s ease-in-out infinite;
}
.float-card2-label { font-size:9px; color:rgba(255,255,255,0.7); letter-spacing:1px; text-transform:uppercase; margin-bottom:3px; }
.float-card2-val { font-size:13px; font-weight:700; color:#fff; }

/* Scroll Down */
.scroll-down {
  position:absolute; bottom:36px; left:50%; transform:translateX(-50%);
  display:flex; flex-direction:column; align-items:center; gap:8px;
  color:var(--grey); font-size:10px; letter-spacing:3px;
  text-transform:uppercase; text-decoration:none; font-weight:600;
  z-index:10; cursor:pointer; transition:color 0.3s; white-space:nowrap;
}
.scroll-down:hover { color:var(--cyan); }
.scroll-down span { opacity:0.6; transition:opacity 0.3s; }
.scroll-down:hover span { opacity:1; }
.scroll-arrow {
  width:46px; height:46px; border:1.5px solid rgba(37,99,255,0.35);
  border-radius:50%; display:flex; align-items:center; justify-content:center;
  color:var(--cyan); background:rgba(37,99,255,0.08);
  backdrop-filter:blur(8px);
  transition:border-color 0.3s, background 0.3s;
  animation:scrollBounce 2.5s ease-in-out infinite;
}
.scroll-down:hover .scroll-arrow { border-color:var(--cyan); background:rgba(0,212,255,0.12); }
body.light .scroll-down { color:var(--grey); }
body.light .scroll-arrow { border-color:rgba(37,99,255,0.2); background:rgba(37,99,255,0.06); color:var(--blue); }

/* ══════════════════════════════════════
   SECTIONS
══════════════════════════════════════ */
section { padding:100px var(--pad-x); position:relative; }
.section-label {
  display:inline-flex; align-items:center; gap:8px;
  font-size:10px; letter-spacing:3px; text-transform:uppercase;
  color:var(--cyan); font-weight:700; margin-bottom:14px;
}
.section-label-line { display:inline-block; width:24px; height:2px; background:linear-gradient(90deg,var(--blue),var(--cyan)); border-radius:2px; vertical-align:middle; flex-shrink:0; }
/* section-label-line span handles the dash — no ::before needed */
.section-title { font-family:'DM Serif Display', serif; letter-spacing:0.5px; font-size:clamp(28px,4vw,48px); font-weight:400; color:var(--white); line-height:1.15; margin-bottom:16px; }
.section-title em { font-style:italic; font-weight:700; color:var(--cyan); }
.section-sub { font-size:15px; color:var(--grey); line-height:1.7; max-width:500px; font-weight:300; }

/* SERVICES */
#services { background:var(--navy-mid); border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.services-header { display:flex; align-items:flex-start; justify-content:flex-start; flex-direction:column; margin-bottom:60px; gap:12px; }
.services-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; }
.service-card {
  background:var(--navy); border:1px solid var(--border); border-radius:16px;
  padding:32px 28px; position:relative; overflow:hidden;
  transition:transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.service-card::before {
  content:''; position:absolute; top:0; left:0; right:0; height:2px;
  background:linear-gradient(90deg,var(--blue),var(--cyan)); opacity:0; transition:opacity 0.3s;
}
.service-card:hover { transform:translateY(-6px); border-color:rgba(37,99,255,0.4); box-shadow:0 20px 40px rgba(0,0,0,0.3); }
.service-card:hover::before { opacity:1; }
.service-card.featured-service { background:linear-gradient(135deg,var(--blue),#0ea5e9); border-color:transparent; box-shadow:0 20px 50px rgba(37,99,255,0.3); }
.service-card.featured-service:hover { transform:translateY(-6px); box-shadow:0 30px 60px rgba(37,99,255,0.4); }
.service-card.featured-service::before { display:none; }
.service-icon { width:48px; height:48px; background:rgba(37,99,255,0.15); border:1px solid var(--border); border-radius:12px; display:flex; align-items:center; justify-content:center; font-size:22px; margin-bottom:20px; }
.featured-service .service-icon { background:rgba(255,255,255,0.15); border-color:rgba(255,255,255,0.2); }
.service-name { font-size:18px; font-weight:700; color:var(--white); margin-bottom:10px; }
.service-desc { font-size:13.5px; color:var(--grey); line-height:1.65; margin-bottom:20px; font-weight:300; }
.featured-service .service-desc { color:rgba(255,255,255,0.8); }
.service-price { font-family:'DM Serif Display', serif; font-size:28px; color:var(--cyan); }
.featured-service .service-price { color:#fff; }
.service-price-note { font-size:10px; color:var(--grey); letter-spacing:1px; text-transform:uppercase; }
.featured-service .service-price-note { color:rgba(255,255,255,0.6); }

/* WHY */
#why { background:var(--navy); }
.why-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:center; margin-top:60px; }
.why-visual { position:relative; }
.why-big-number { position:absolute; top:-30px; left:-20px; font-family:'DM Serif Display', serif; font-size:120px; color:rgba(37,99,255,0.08); line-height:1; pointer-events:none; }
.stats-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.stat-card { background:var(--navy-mid); border:1px solid var(--border); border-radius:14px; padding:24px; position:relative; overflow:hidden; }
.stat-card::after { content:''; position:absolute; bottom:0; left:0; right:0; height:2px; background:linear-gradient(90deg,var(--blue),var(--cyan)); }
.stat-num { font-family:'DM Serif Display', serif; font-size:36px; color:var(--white); line-height:1; margin-bottom:4px; }
.stat-num span { color:var(--cyan); }
.stat-label { font-size:12px; color:var(--grey); }
.why-list { display:flex; flex-direction:column; gap:24px; }
.why-item { display:flex; gap:18px; align-items:flex-start; }
.why-icon { width:42px; height:42px; min-width:42px; background:rgba(37,99,255,0.1); border:1px solid var(--border); border-radius:10px; display:flex; align-items:center; justify-content:center; font-size:18px; }
.why-item-title { font-size:15px; font-weight:600; color:var(--white); margin-bottom:4px; }
.why-item-desc { font-size:13px; color:var(--grey); line-height:1.6; font-weight:300; }

/* PROCESS */
#process { background:var(--navy-mid); border-top:1px solid var(--border); border-bottom:1px solid var(--border); }
.process-header { text-align:center; margin-bottom:60px; }
.process-header .section-label { justify-content:center; }
.process-header .section-sub { margin:0 auto; text-align:center; }
.process-steps { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; position:relative; }
.process-steps::before { content:''; position:absolute; top:28px; left:12%; right:12%; height:1px; background:linear-gradient(90deg,transparent,var(--border),var(--border),transparent); }
.step { text-align:center; position:relative; z-index:1; }
.step-num { width:56px; height:56px; border-radius:50%; border:1.5px solid var(--border); background:var(--navy); display:flex; align-items:center; justify-content:center; font-family:'DM Serif Display', serif; font-size:20px; color:var(--blue-bright); margin:0 auto 18px; }
.step:first-child .step-num, .step:last-child .step-num { background:linear-gradient(135deg,var(--blue),#0ea5e9); border-color:transparent; color:#fff; box-shadow:0 0 24px rgba(37,99,255,0.4); }
.step-title { font-size:14px; font-weight:700; color:var(--white); margin-bottom:8px; }
.step-desc { font-size:12px; color:var(--grey); line-height:1.6; font-weight:300; }

/* PRICING */
#pricing { background:var(--navy); }
.pricing-header { text-align:center; margin-bottom:60px; }
.pricing-header .section-label { justify-content:center; }
.pricing-header .section-sub { margin:0 auto; text-align:center; }
.pricing-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; max-width:100%; margin:0 auto; }
.price-card { background:var(--navy-mid); border:1px solid var(--border); border-radius:18px; padding:32px 28px; display:flex; flex-direction:column; transition:transform 0.3s, box-shadow 0.3s; position:relative; overflow:hidden; }
.price-card:hover { transform:translateY(-6px); box-shadow:0 20px 40px rgba(0,0,0,0.3); }
.price-card.popular { background:linear-gradient(160deg,var(--blue),#0369a1); border-color:transparent; box-shadow:0 20px 50px rgba(37,99,255,0.35); transform:translateY(-8px); }
.price-card.popular:hover { transform:translateY(-14px); }
.popular-badge { position:absolute; top:20px; right:20px; background:var(--cyan); color:var(--navy); font-size:9px; font-weight:700; letter-spacing:1px; text-transform:uppercase; padding:4px 10px; border-radius:20px; }
body.light .popular-badge { color:#060d1f; }
.price-icon { font-size:24px; margin-bottom:14px; display:block; }
.price-name { font-size:18px; font-weight:700; color:var(--white); margin-bottom:6px; }
.price-desc { font-size:12.5px; color:var(--grey); line-height:1.55; margin-bottom:20px; font-weight:300; }
.popular .price-desc { color:rgba(255,255,255,0.75); }
.price-amount { font-family:'DM Serif Display', serif; font-size:38px; color:var(--white); line-height:1; margin-bottom:4px; }
.price-once { font-size:9px; letter-spacing:1.5px; text-transform:uppercase; color:var(--grey); margin-bottom:24px; }
.popular .price-once { color:rgba(255,255,255,0.6); }
.price-divider { height:1px; background:var(--border); margin-bottom:20px; }
.popular .price-divider { background:rgba(255,255,255,0.15); }
.price-features { list-style:none; display:flex; flex-direction:column; gap:10px; flex:1; margin-bottom:24px; }
.price-features li { font-size:13px; color:var(--grey-light); display:flex; align-items:center; gap:10px; }
.popular .price-features li { color:rgba(255,255,255,0.9); }
.price-features li::before { content:'✓'; width:18px; height:18px; background:rgba(37,99,255,0.2); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:10px; color:var(--cyan); flex-shrink:0; }
.popular .price-features li::before { background:rgba(255,255,255,0.2); color:#fff; }
.price-btn { display:block; text-align:center; padding:13px; border-radius:10px; font-size:13px; font-weight:600; text-decoration:none; transition:all 0.2s; border:1.5px solid var(--border); color:var(--white); background:transparent; cursor:pointer; }
.price-btn:hover { border-color:var(--cyan); background:var(--cyan-pale); }
.popular .price-btn { background:var(--cyan); color:var(--navy); border-color:transparent; }
.popular .price-btn:hover { box-shadow:0 0 20px rgba(0,212,255,0.4); }

/* CTA */
#cta { background:linear-gradient(135deg,#0f2040,var(--navy-mid)); border-top:1px solid var(--border); border-bottom:1px solid var(--border); text-align:center; padding:90px var(--pad-x); position:relative; overflow:hidden; }
#cta::before { content:''; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:600px; height:300px; background:radial-gradient(ellipse,rgba(37,99,255,0.15) 0%,transparent 70%); pointer-events:none; }
.cta-title { font-family:'DM Serif Display', serif; letter-spacing:1.5px; font-size:clamp(32px,5vw,52px); color:var(--white); margin-bottom:16px; position:relative; }
.cta-title em { font-style:italic; font-weight:700; color:#fff; text-shadow: 0 0 30px rgba(0,212,255,0.6); }
.cta-sub { font-size:16px; color:var(--grey); margin-bottom:36px; font-weight:300; position:relative; }
.cta-btns { display:flex; gap:14px; justify-content:center; position:relative; }

/* CONTACT */
#contact { background:var(--navy); }
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:80px; align-items:start; margin-top:60px; }
.contact-info { display:flex; flex-direction:column; gap:28px; }
.contact-item { display:flex; gap:16px; align-items:flex-start; }
.contact-icon { width:44px; height:44px; min-width:44px; background:rgba(37,99,255,0.1); border:1px solid var(--border); border-radius:11px; display:flex; align-items:center; justify-content:center; font-size:18px; }
.contact-item-label { font-size:10px; letter-spacing:2px; text-transform:uppercase; color:var(--grey); margin-bottom:3px; font-weight:600; }
.contact-item-val { font-size:15px; color:var(--white); font-weight:500; }
.contact-form { display:flex; flex-direction:column; gap:10px; }
.form-group { display:flex; flex-direction:column; gap:6px; }
.form-label { font-size:11px; letter-spacing:1px; text-transform:uppercase; color:var(--grey); font-weight:600; }
.form-input, .form-textarea { background:var(--navy-mid); border:1.5px solid var(--border); border-radius:10px; padding:13px 16px; font-family:'Geologica', sans-serif; font-size:14px; color:var(--white); outline:none; transition:border-color 0.2s; resize:none; }
.form-input::placeholder, .form-textarea::placeholder { color:var(--grey); }
.form-input:focus, .form-textarea:focus { border-color:var(--blue); box-shadow:0 0 0 3px rgba(37,99,255,0.1); }

/* FOOTER */
footer { background:var(--navy-mid); border-top:1px solid var(--border); padding:30px var(--pad-x); display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:16px; }
.footer-logo { text-decoration: none; display: flex; align-items: center; }
.footer-logo-img { height: 52px; width: auto; object-fit: contain; }
.footer-logo-dark  { display: block; }
.footer-logo-light { display: none; }
body.light .footer-logo-dark  { display: none; }
body.light .footer-logo-light { display: block; }
.footer-copy { font-size:12px; color:var(--grey); }
.footer-links { display:flex; gap:24px; list-style:none; }
.footer-links a { font-size:12px; color:var(--grey); text-decoration:none; transition:color 0.2s; }
.footer-links a:hover { color:var(--cyan); }

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
/* ══════════════════════════════════════
   1100px — Large tablet / small laptop
   iPad Pro 11" landscape, large tablets
══════════════════════════════════════ */
@media (max-width:1100px) {
  :root { --pad-x: 40px; }
  nav { padding:18px var(--pad-x); }

  /* Hero: 2-col, tighter visual */
  .hero { padding:130px var(--pad-x) 100px; gap:32px; align-items:center; }
  .hero-visual { width:420px; margin-left:0; overflow:visible; }
  .hero h1 { font-size:clamp(44px,5.5vw,70px); }
  .hero p { font-size:17px; }

  /* Sections */
  section { padding:80px var(--pad-x); }
  footer { padding:28px var(--pad-x); }
  .section-title { font-size:clamp(32px,4vw,44px); }

  /* Grids */
  .services-grid { grid-template-columns:1fr 1fr; }
  .about-values { grid-template-columns: repeat(2, 1fr); }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns:1fr 1fr; max-width:100%; }
  .why-grid { gap:50px; }
  .process-steps { grid-template-columns:repeat(2,1fr); gap:30px; }
  .process-steps::before { display:none; }
  .contact-grid { gap:50px; }
  .scroll-top { display:none !important; }
}

/* ══════════════════════════════════════
   Nav hides at 1024px
══════════════════════════════════════ */
@media (max-width:1024px) {
  .nav-links { display:none; }
  .hamburger { display:flex !important; }
  .nav-mobile-btn { display:none !important; }
}

/* ══════════════════════════════════════
   1024px — iPad Pro portrait, Nest Hub
   Keep 2-col hero, tighter
══════════════════════════════════════ */
@media (max-width:1024px) {
  :root { --pad-x: 36px; }

  /* Hero: still 2-col */
  .hero { padding:120px var(--pad-x) 90px; gap:24px; align-items:center; }
  .hero-content { max-width:100%; }
  .hero h1 { font-size:clamp(40px,5vw,60px); }
  .hero p { font-size:17px; max-width:500px; }
  .hero-visual { width:300px; flex-shrink:0; overflow:visible; }
  .float-card2 { right:-10px; top:-12px; }
  .float-card { left:-10px; bottom:-14px; }

  /* Sections */
  section { padding:72px var(--pad-x); }
  .section-title { font-size:clamp(30px,4vw,42px); }
}

/* ══════════════════════════════════════
   820px — iPad Air, Surface Pro 7,
   Zenbook Fold, iPad Mini portrait
   STACK HERO to single column
   Centre content, proper breathing room
══════════════════════════════════════ */
@media (max-width:820px) {
  :root { --pad-x: 32px; }

  /* Hero: stack, centre, generous padding */
  .hero {
    padding:110px var(--pad-x) 60px;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:48px;
    min-height:0;
  }
  .hero-content {
    max-width:580px;
    padding-right:0;
    display:flex;
    flex-direction:column;
    align-items:center;
  }
  .hero-label { align-self:center; }
  .hero h1 { font-size:clamp(38px,6vw,56px); line-height:1.1; }
  .hero p { font-size:17px; max-width:480px; text-align:center; }
  .hero-btns {
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:center;
    gap:14px;
    width:auto;
  }
  .btn-primary, .btn-secondary { width:auto; min-width:160px; }

  /* Visual: full-width, centred below content */
  .hero-visual {
    width:100%;
    max-width:560px;
    margin:0 auto;
  }
  .mockup { height:260px; }
  .float-card2 { right:-4px; top:-14px; }
  .float-card { left:-4px; bottom:-14px; }

  /* Sections */
  section { padding:72px var(--pad-x); }
  .section-title { font-size:clamp(28px,5vw,40px); }
  .section-sub { font-size:15px; }

  /* Body text readability at tablet */
  .why-item-desc { font-size:14px; }
  .step-desc { font-size:14px; }
  .price-features li { font-size:13px; }
  .contact-item-val { font-size:15px; }
}

/* ══════════════════════════════════════
   768px — iPad Mini portrait
   Similar to 820px, slightly tighter
══════════════════════════════════════ */
@media (max-width:768px) {
  :root { --pad-x: 28px; }
  nav { padding:14px var(--pad-x); }
  .mobile-menu { top: 76px; }
  .theme-toggle { margin-left:8px; width:36px; height:36px; font-size:16px; }

  /* Hero: centred single col */
  .hero {
    padding:100px var(--pad-x) 56px;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:40px;
    min-height:0;
  }
  .hero-content { max-width:560px; padding-right:0; align-items:center; display:flex; flex-direction:column; }
  .hero h1 { font-size:clamp(36px,7vw,52px); }
  .hero p { font-size:16px; max-width:460px; }
  .hero-btns { flex-direction:row; flex-wrap:wrap; justify-content:center; gap:12px; }
  .btn-primary, .btn-secondary { width:auto; min-width:150px; justify-content:center; }
  .hero-visual { width:100%; max-width:480px; margin:0 auto; }
  .mockup { height:220px; }
  .mockup-body { padding:12px; }
  .mockup-hero-block { height:60px; }
  .mockup-cards { gap:5px; }
  .mockup-card { height:36px; }
  .float-card { left:0; bottom:-10px; }
  .float-card2 { right:0; top:-10px; }
  .scroll-down { display:none; }
  .scroll-top { display:none !important; }

  /* Sections */
  section { padding:64px var(--pad-x); }
  .section-title { font-size:clamp(26px,6vw,38px); }
  .section-sub { font-size:15px; }
  .section-label { justify-content:center; }

  /* Page heroes — centred */
  .page-hero { text-align:center; }
  .page-hero-content { align-items:center; }
  .page-hero .section-label { justify-content:center; }

  /* Grids */
  .services-grid { grid-template-columns:1fr; gap:16px; }
  .why-grid { grid-template-columns:1fr; gap:40px; }
  .stats-grid { grid-template-columns:1fr 1fr; }
  .why-big-number { font-size:80px; }
  .process-steps { grid-template-columns:1fr 1fr; gap:24px; }
  .pricing-grid { grid-template-columns:1fr; max-width:440px; margin:0 auto; }
  .price-card.popular { transform:none; }
  .about-values { grid-template-columns: 1fr 1fr; }
  .portfolio-grid { grid-template-columns: 1fr; }

  /* CTA */
  #cta { padding:60px var(--pad-x); }
  .cta-title { font-size:clamp(26px,6vw,36px); }
  .cta-btns { flex-direction:column; align-items:center; }
  .cta-btns .btn-primary, .cta-btns .btn-secondary { width:100%; max-width:340px; justify-content:center; }

  /* Contact */
  .contact-grid { grid-template-columns:1fr; gap:40px; }

  /* Footer */
  footer { padding:24px var(--pad-x); flex-direction:column; text-align:center; gap:12px; padding-bottom:80px; }
  .footer-links { flex-wrap:wrap; justify-content:center; gap:12px 20px; }

  /* Overflow protection */
  section, nav, footer, .mobile-menu,
  .contact-grid, .contact-form, .contact-info,
  .wpforms-wrapper, .wpforms-form { max-width:100% !important; width:100% !important; }
  img, input, select, textarea, button { max-width:100%; }
}

/* ══════════════════════════════════════
   480px — Small phones (iPhone SE etc)
══════════════════════════════════════ */
@media (max-width:480px) {
  :root { --pad-x: 20px; }
  nav { padding:12px var(--pad-x); }
  .mobile-menu { top: 64px; }

  .hero { padding:88px var(--pad-x) 56px; gap:36px; }
  .hero h1 { font-size:clamp(32px,9vw,44px); }
  .hero p { font-size:15px; }
  .hero-btns { flex-direction:column; width:100%; }
  .btn-primary, .btn-secondary { justify-content:center; width:100%; }
  .float-card { display:none; }
  .float-card2 { display:none; }
  .mockup { height:180px; }

  section { padding:52px var(--pad-x); }
  .section-title { font-size:clamp(24px,8vw,32px); }
  .process-steps { grid-template-columns:1fr; }
  .cta-title { font-size:clamp(24px,8vw,30px); }
  .scroll-down { display:none; }
  .about-values { grid-template-columns:1fr; }
  /* Form mobile fixes */
  .contact-grid { gap:32px; }
  .contact-form,
  .wpforms-wrapper,
  .wpforms-form,
  .wpforms-field-container { width:100% !important; max-width:100% !important; }
  .wpforms-field input[type="text"],
  .wpforms-field input[type="email"],
  .wpforms-field input[type="tel"],
  .wpforms-field select,
  .wpforms-field textarea { font-size:16px !important; padding:12px 14px !important; }
  .wpforms-form .wpforms-submit { padding:14px 20px !important; font-size:14px !important; }
}

/* ── SCROLL TO TOP ── */
.scroll-top {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1.5px solid rgba(37,99,255,0.35);
  background: rgba(37,99,255,0.1);
  color: var(--cyan);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
  text-decoration: none;
  flex-shrink: 0;
}
.scroll-top:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 20px rgba(0,212,255,0.4);
  background: rgba(0,212,255,0.15);
}
body.light .scroll-top {
  background: rgba(37,99,255,0.08);
  border-color: rgba(37,99,255,0.2);
  color: var(--blue);
}
body.light .scroll-top:hover {
  background: rgba(37,99,255,0.15);
  box-shadow: 0 0 20px rgba(37,99,255,0.2);
}




/* ── SOCIAL ICONS ── */
.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.social-link {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1.5px solid rgba(37,99,255,0.25);
  background: rgba(37,99,255,0.08);
  color: var(--grey);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  transition: border-color 0.3s, background 0.3s, color 0.3s, transform 0.3s;
  flex-shrink: 0;
}
.social-link:hover { transform: translateY(-3px); color: #fff; }
.social-link.fb:hover { border-color: #1877f2; background: rgba(24,119,242,0.15); color: #1877f2; }
body.light .social-link { border-color: rgba(37,99,255,0.2); background: rgba(37,99,255,0.05); color: var(--grey); }


/* ── DARK MODE HERO EXPLICIT ── */
body:not(.light) .hero { background-color: #060d1f; }
body:not(.light) .hero-bg {
  background:
    radial-gradient(ellipse 60% 50% at 70% 50%, rgba(37,99,255,0.12) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(0,212,255,0.06) 0%, transparent 60%),
    radial-gradient(ellipse 30% 30% at 80% 10%, rgba(0,212,255,0.08) 0%, transparent 60%);
}
body.light .hero { background-color: #f0f5ff; }
body.light .hero-bg {
  background:
    radial-gradient(ellipse 60% 50% at 70% 50%, rgba(37,99,255,0.06) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(0,153,204,0.04) 0%, transparent 60%),
    radial-gradient(ellipse 30% 30% at 80% 10%, rgba(0,153,204,0.04) 0%, transparent 60%);
}

/* ── HIDE WP DARK MODE PLUGIN BUTTON ── */
#wp-dark-mode-switch,
.wp-dark-mode-switch,
.wp-dark-mode-floating-switch,
[class*="wp-dark-mode"],
.dark-mode-switcher,
.darkmode-toggle,
.darkmode-button,
.wp-dark-mode-switcher { display: none !important; }


/* ── HAMBURGER MENU ── */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px; height: 36px;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 4px;
  z-index: 200;
}
.hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile dropdown menu */
.mobile-menu {
  display: none;
  position: fixed;
  top: 88px; left: 0; right: 0;
  background: rgba(6,13,31,0.98);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
  padding: 20px 24px;
  flex-direction: column;
  gap: 4px;
  z-index: 999;
}
.mobile-menu.open { display: flex !important; }
.mobile-menu a {
  display: block;
  padding: 12px 0;
  font-size: 15px; font-weight: 500;
  color: var(--grey);
  text-decoration: none;
  border-bottom: 1px solid rgba(37,99,255,0.1);
  transition: color 0.2s;
}
.mobile-menu a:last-child { border-bottom: none; }
.mobile-menu a:hover { color: var(--cyan); }
.mobile-menu .mobile-wa-btn {
  display: block;
  margin-top: 10px;
  padding: 13px;
  background: linear-gradient(135deg, var(--blue), #0ea5e9);
  color: #fff;
  border-radius: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  border-bottom: none !important;
}
.mobile-menu .mobile-wa-btn:hover {
  box-shadow: 0 0 24px rgba(0,212,255,0.4);
  color: #fff;
}
body.light .mobile-menu { background: rgba(240,245,255,0.98); }
body.light .hamburger span { background: #060d1f; }
body.light .mobile-menu a { color: #4a5878; }
body.light .mobile-menu a:hover { color: var(--blue); }

@media (max-width: 768px) {
  .hamburger { display: flex; }
  .nav-mobile-btn { display: none !important; }

  /* Push-down nav: relative so menu expands and pushes content */
  nav {
    position: relative !important;
    top: 0 !important;
  }
  .mobile-menu {
    position: relative !important;
    top: 0 !important;
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 24px !important;
    border-bottom: none;
  }
  .mobile-menu.open {
    max-height: 600px !important;
    padding: 20px 24px !important;
    border-bottom: 1px solid var(--border) !important;
  }
  .hero { padding-top: 24px !important; }
}

/* Mobile Home link */
.nav-mobile-home {
  display: none;
  font-size: 13px; font-weight: 600;
  color: var(--grey); text-decoration: none;
  letter-spacing: 0.5px;
  transition: color 0.2s;
}
.nav-mobile-home:hover { color: var(--white); }
body.light .nav-mobile-home { color: #4a5878; }
body.light .nav-mobile-home:hover { color: #060d1f; }
@media (max-width: 768px) {
  .nav-mobile-home { display: flex; align-items: center; }
}

/* ── WORDPRESS ADMIN BAR FIXES ── */
body.admin-bar nav { top: 32px; }
body.admin-bar .mobile-menu { top: calc(32px + 64px); }
@media screen and (max-width: 782px) {
  body.admin-bar nav { top: 46px; }
  body.admin-bar .mobile-menu { top: calc(46px + 64px); }
}
/* On mobile, nav is relative so admin bar offset is handled automatically */
@media (max-width: 768px) {
  body.admin-bar nav { top: 0 !important; margin-top: 0; }
}
/* ── WHATSAPP FLOATING BUBBLE ── */
.wa-bubble {
  position: fixed;
  bottom: 28px; right: 28px;
  z-index: 9999;
  display: flex; align-items: center; gap: 10px;
  background: #25d366;
  color: #fff;
  padding: 14px 20px 14px 16px;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Geologica', sans-serif;
  font-size: 14px; font-weight: 600;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
  animation: wa-pop 0.4s 1.5s cubic-bezier(0.175,0.885,0.32,1.275) both;
}
.wa-bubble:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 28px rgba(37,211,102,0.55);
  color: #fff;
}
@keyframes wa-pop {
  from { transform: scale(0); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}
@media (max-width: 768px) {
  .wa-bubble { bottom: 20px; right: 16px; border-radius: 50%; width: 52px; height: 52px; justify-content: center; padding: 0; }
  .wa-bubble-text { display: none; }
}

/* ── LEGAL PAGES ── */
.legal-page { max-width: 820px; margin: 0 auto; padding: 120px 40px 80px; }
.legal-page h1 { font-family: 'DM Serif Display', serif; font-size: clamp(32px,5vw,48px); margin-bottom: 8px; color: var(--white); }
.legal-page .legal-date { font-size: 13px; color: var(--grey); margin-bottom: 48px; display: block; }
.legal-page h2 { font-size: 18px; font-weight: 700; color: var(--cyan); margin: 36px 0 10px; }
.legal-page p, .legal-page li { font-size: 15px; line-height: 1.8; color: var(--grey-light); margin-bottom: 12px; }
.legal-page ul { padding-left: 20px; }
.legal-page a { color: var(--cyan); }
body.light .legal-page h1 { color: #060d1f; }
body.light .legal-page p, body.light .legal-page li { color: #4a5878; }
@media (max-width: 768px) { .legal-page { padding: 80px var(--pad-x) 60px; } }

/* ══════════════════════════════════════
   ABOUT PAGE — REDESIGNED
══════════════════════════════════════ */

/* ── Hero ── */
.ab-hero {
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 80px;
  align-items: center;
  padding: 140px var(--pad-x) 100px;
}
.ab-hero-left .section-label { margin-bottom: 20px; }
.ab-hero-left h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.1; color: var(--white);
  margin: 0 0 20px;
}
.ab-hero-left h1 em { color: var(--cyan); font-style: italic; }
.ab-hero-tagline {
  font-size: 17px; line-height: 1.75;
  color: var(--grey-light); max-width: 500px;
  margin-bottom: 24px;
}
.ab-hero-tags {
  display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px;
}
.ab-hero-tag {
  font-size: 13px; font-weight: 600;
  background: rgba(37,99,255,0.1);
  border: 1px solid rgba(37,99,255,0.25);
  color: var(--grey-light);
  border-radius: 999px; padding: 7px 16px;
}
.ab-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* Right panel */
.ab-hero-right {
  display: flex; flex-direction: column; align-items: center; gap: 32px;
}
.ab-avatar-wrap {
  position: relative; width: 180px; height: 180px;
  display: flex; align-items: center; justify-content: center;
}
.ab-avatar-ring {
  position: absolute; inset: 0; border-radius: 50%;
  border: 1.5px solid rgba(37,99,255,0.25);
  animation: ab-ring-pulse 3s ease-in-out infinite;
}
.ab-avatar-ring--2 {
  inset: -16px;
  border-color: rgba(0,212,255,0.12);
  animation-delay: 1.5s;
}
@keyframes ab-ring-pulse {
  0%,100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.04); opacity: 1; }
}
.ab-avatar-circle {
  width: 150px; height: 150px; border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  display: flex; align-items: center; justify-content: center;
  font-family: 'DM Serif Display', serif;
  font-size: 48px; color: #fff; font-weight: 700;
  box-shadow: 0 16px 48px rgba(37,99,255,0.4);
  position: relative; z-index: 1;
}
.ab-stat-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px; width: 100%;
}
.ab-stat {
  background: var(--navy-mid); border: 1px solid var(--border);
  border-radius: 14px; padding: 16px;
  text-align: center;
  transition: border-color 0.2s;
}
.ab-stat:hover { border-color: var(--cyan); }
.ab-stat-num {
  display: block; font-size: 22px; font-weight: 800;
  color: var(--cyan); line-height: 1.2;
}
.ab-stat-label {
  display: block; font-size: 11px; font-weight: 600;
  color: var(--grey); text-transform: uppercase;
  letter-spacing: 0.06em; margin-top: 4px;
}

/* ── Story ── */
.ab-story {
  display: grid; grid-template-columns: 400px 1fr;
  gap: 80px; align-items: center;
  padding: 80px var(--pad-x);
  background: var(--navy-mid);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.ab-story-visual { display: flex; flex-direction: column; gap: 16px; }
.ab-story-card {
  background: var(--navy);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px 22px;
  display: flex; gap: 16px; align-items: flex-start;
  transition: border-color 0.2s, transform 0.2s;
}
.ab-story-card:hover { border-color: var(--blue); transform: translateX(4px); }
.ab-story-card--accent {
  border-color: rgba(37,99,255,0.4);
  background: linear-gradient(135deg, rgba(37,99,255,0.1), rgba(0,212,255,0.05));
}
.ab-story-card-icon { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.ab-story-card-text strong {
  display: block; font-size: 14px; font-weight: 700;
  color: var(--white); margin-bottom: 6px;
}
.ab-story-card-text p {
  font-size: 13px; color: var(--grey); line-height: 1.65; margin: 0;
}
.ab-story-content .section-label { margin-bottom: 20px; }
.ab-story-content h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 3.5vw, 40px);
  color: var(--white); margin-bottom: 24px; line-height: 1.2;
}
.ab-story-content h2 em { color: var(--cyan); font-style: italic; }
.ab-story-content p {
  font-size: 15px; line-height: 1.85;
  color: var(--grey-light); margin-bottom: 16px;
}

/* ── Skills ── */
.ab-skills { padding: 80px var(--pad-x); }
.ab-skills-header { text-align: center; max-width: 640px; margin: 0 auto 56px; }
.ab-skills-header .section-label { justify-content: center; margin-bottom: 16px; }
.ab-skills-header h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 3.5vw, 40px);
  color: var(--white); margin-bottom: 12px; line-height: 1.2;
}
.ab-skills-header h2 em { color: var(--cyan); font-style: italic; }
.ab-skills-header p { font-size: 15px; color: var(--grey-light); }
.ab-skills-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.ab-skill-block {
  background: var(--navy-mid); border: 1px solid var(--border);
  border-radius: 18px; padding: 28px 24px;
  transition: border-color 0.2s, transform 0.2s;
}
.ab-skill-block:hover { border-color: var(--blue); transform: translateY(-4px); }
.ab-skill-block-header {
  display: flex; align-items: center; gap: 12px; margin-bottom: 12px;
}
.ab-skill-icon {
  width: 38px; height: 38px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ab-skill-icon--blue { background: rgba(37,99,255,0.15); color: #4d8eff; }
.ab-skill-icon--cyan { background: rgba(0,212,255,0.12); color: var(--cyan); }
.ab-skill-icon--purple { background: rgba(139,92,246,0.12); color: #a78bfa; }
.ab-skill-icon--green { background: rgba(16,185,129,0.12); color: #34d399; }
.ab-skill-block h3 {
  font-size: 15px; font-weight: 700; color: var(--white);
}
.ab-skill-block > p {
  font-size: 13px; color: var(--grey); line-height: 1.65;
  margin-bottom: 16px;
}
.ab-tech-stack { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.ab-tech {
  font-size: 11px; font-weight: 700;
  background: rgba(37,99,255,0.1); color: var(--blue-bright);
  border: 1px solid rgba(37,99,255,0.2);
  border-radius: 999px; padding: 3px 10px;
  text-transform: uppercase; letter-spacing: 0.04em;
}


/* ── Values ── */
.ab-values {
  padding: 80px var(--pad-x);
  background: var(--navy-mid);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.ab-values-header { margin-bottom: 48px; }
.ab-values-header .section-label { margin-bottom: 16px; }
.ab-values-header h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 3.5vw, 40px);
  color: var(--white); line-height: 1.2;
}
.ab-values-header h2 em { color: var(--cyan); font-style: italic; }
.ab-values-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
}
.ab-value-item {
  display: grid; grid-template-columns: 56px 1fr;
  gap: 20px; padding: 32px 24px;
  border-bottom: 1px solid var(--border);
  border-right: 1px solid var(--border);
  transition: background 0.2s;
}
.ab-value-item:hover { background: rgba(37,99,255,0.04); }
.ab-value-item:nth-child(even) { border-right: none; }
.ab-value-item:nth-child(3), .ab-value-item:nth-child(4) { border-bottom: none; }
.ab-value-num {
  font-family: 'DM Serif Display', serif;
  font-size: 36px; font-weight: 700;
  color: rgba(37,99,255,0.2); line-height: 1;
  align-self: flex-start; padding-top: 4px;
}
.ab-value-content h3 {
  font-size: 16px; font-weight: 700; color: var(--white);
  margin-bottom: 10px;
}
.ab-value-content p {
  font-size: 14px; color: var(--grey); line-height: 1.75; margin: 0;
}

/* ── Deliverables ── */
.ab-deliverables {
  display: grid; grid-template-columns: 1fr 440px;
  gap: 80px; align-items: center;
  padding: 80px var(--pad-x);
}
.ab-deliverables-content .section-label { margin-bottom: 20px; }
.ab-deliverables-content h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 3.5vw, 40px);
  color: var(--white); margin-bottom: 32px; line-height: 1.2;
}
.ab-deliverables-content h2 em { color: var(--cyan); font-style: italic; }
.ab-checklist { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0; }
.ab-checklist li {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 14px 0; border-bottom: 1px solid rgba(37,99,255,0.08);
  font-size: 15px; color: var(--grey-light);
}
.ab-checklist li:last-child { border-bottom: none; }
.ab-checklist strong { color: var(--white); }
.ab-check {
  width: 26px; height: 26px; border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #fff; font-size: 12px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}
.ab-dv-card {
  background: var(--navy-mid); border: 1px solid var(--border);
  border-radius: 20px; padding: 36px;
  position: relative;
}
.ab-dv-quote {
  font-family: 'DM Serif Display', serif;
  font-size: 80px; color: var(--blue);
  opacity: 0.3; line-height: 1;
  margin-bottom: -16px;
}
.ab-dv-card > p {
  font-size: 16px; line-height: 1.8;
  color: var(--grey-light); font-style: italic;
  margin-bottom: 28px;
}
.ab-dv-author {
  display: flex; align-items: center; gap: 14px;
  padding-top: 20px; border-top: 1px solid var(--border);
}
.ab-dv-initials {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  display: flex; align-items: center; justify-content: center;
  font-family: 'DM Serif Display', serif;
  font-size: 16px; color: #fff; font-weight: 700;
  flex-shrink: 0;
}
.ab-dv-author strong { display: block; font-size: 14px; color: var(--white); }
.ab-dv-author span { font-size: 12px; color: var(--grey); }

/* ── About CTA ── */
.ab-cta {
  padding: 80px var(--pad-x);
  background: linear-gradient(135deg, var(--navy-light), var(--navy-mid));
  border-top: 1px solid var(--border);
}
.ab-cta-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; max-width: 1100px; margin: 0 auto;
}
.ab-cta-text h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 3vw, 40px);
  color: var(--white); margin-bottom: 8px;
}
.ab-cta-text h2 em { color: var(--cyan); font-style: italic; }
.ab-cta-text p { font-size: 15px; color: var(--grey-light); }
.ab-cta-actions { display: flex; gap: 14px; flex-shrink: 0; flex-wrap: wrap; }

/* ── About light mode ── */
body.light .ab-hero-left h1 { color: #060d1f; }
body.light .ab-hero-left h1 em { color: #0077aa; }
body.light .ab-hero-tagline { color: #4a5878; }
body.light .ab-hero-tag { background: #e8f0ff; border-color: rgba(37,99,255,0.2); color: #2d3a55; }
body.light .ab-avatar-circle { box-shadow: 0 16px 48px rgba(37,99,255,0.25); }
body.light .ab-stat { background: #fff; box-shadow: 0 2px 12px rgba(37,99,255,0.06); }
body.light .ab-stat-num { color: #2563ff; }
body.light .ab-stat-label { color: #4a5878; }
body.light .ab-story { background: #f0f5ff; border-color: rgba(37,99,255,0.1); }
body.light .ab-story-card { background: #fff; border-color: rgba(37,99,255,0.12); box-shadow: 0 2px 12px rgba(37,99,255,0.05); }
body.light .ab-story-card--accent { background: linear-gradient(135deg, rgba(37,99,255,0.08), rgba(0,153,204,0.05)); border-color: rgba(37,99,255,0.3); }
body.light .ab-story-card-text strong { color: #060d1f; }
body.light .ab-story-card-text p { color: #4a5878; }
body.light .ab-story-content h2 { color: #060d1f; }
body.light .ab-story-content h2 em { color: #0077aa; }
body.light .ab-story-content p { color: #4a5878; }
body.light .ab-skills-header h2 { color: #060d1f; }
body.light .ab-skills-header h2 em { color: #0077aa; }
body.light .ab-skills-header p { color: #4a5878; }
body.light .ab-skill-block { background: #fff; border-color: rgba(37,99,255,0.12); box-shadow: 0 2px 12px rgba(37,99,255,0.04); }
body.light .ab-skill-block h3 { color: #060d1f; }
body.light .ab-skill-block > p { color: #4a5878; }
body.light .ab-tech { background: rgba(37,99,255,0.07); color: #185fa5; border-color: rgba(37,99,255,0.15); }

body.light .ab-skill-icon--cyan { color: #0077aa; }
body.light .ab-values { background: #f8faff; border-color: rgba(37,99,255,0.1); }
body.light .ab-values-header h2 { color: #060d1f; }
body.light .ab-values-header h2 em { color: #0077aa; }
body.light .ab-value-item { border-color: rgba(37,99,255,0.1); }
body.light .ab-value-item:hover { background: rgba(37,99,255,0.03); }
body.light .ab-value-num { color: rgba(37,99,255,0.15); }
body.light .ab-value-content h3 { color: #060d1f; }
body.light .ab-value-content p { color: #4a5878; }
body.light .ab-deliverables-content h2 { color: #060d1f; }
body.light .ab-deliverables-content h2 em { color: #0077aa; }
body.light .ab-checklist li { color: #4a5878; border-color: rgba(37,99,255,0.08); }
body.light .ab-checklist strong { color: #060d1f; }
body.light .ab-dv-card { background: #fff; border-color: rgba(37,99,255,0.12); box-shadow: 0 4px 24px rgba(37,99,255,0.06); }
body.light .ab-dv-quote { color: #2563ff; }
body.light .ab-dv-card > p { color: #4a5878; }
body.light .ab-dv-author strong { color: #060d1f; }
body.light .ab-dv-author span { color: #4a5878; }
body.light .ab-dv-author { border-color: rgba(37,99,255,0.1); }
body.light .ab-cta { background: linear-gradient(135deg, #e8f0ff, #f0f5ff); border-color: rgba(37,99,255,0.1); }
body.light .ab-cta-text h2 { color: #060d1f; }
body.light .ab-cta-text h2 em { color: #0077aa; }
body.light .ab-cta-text p { color: #4a5878; }

/* ── About Responsive ── */
@media (max-width: 1100px) {
  .ab-hero { grid-template-columns: 1fr 280px; gap: 32px; padding: 110px var(--pad-x) 80px; }
  .ab-skills-grid { grid-template-columns: repeat(2, 1fr); }
  .ab-story { grid-template-columns: 320px 1fr; gap: 48px; }
  .ab-deliverables { grid-template-columns: 1fr 360px; gap: 60px; }
}
@media (max-width: 900px) {
  .ab-hero { grid-template-columns: 1fr; padding: 100px var(--pad-x) 70px; }
  .ab-hero-right { flex-direction: row; justify-content: flex-start; }
  .ab-story { grid-template-columns: 1fr; }
  .ab-story-visual { order: 2; }
  .ab-story-content { order: 1; }
  .ab-deliverables { grid-template-columns: 1fr; }
  .ab-deliverables-visual { order: -1; }
  .ab-cta-inner { flex-direction: column; text-align: center; }
  .ab-cta-actions { justify-content: center; }
}
@media (max-width: 768px) {
  .ab-hero { padding: 100px var(--pad-x) 70px; }
  .ab-hero-right { flex-direction: row; align-items: flex-start; gap: 24px; justify-content: flex-start; }
  .ab-avatar-wrap { width: 120px; height: 120px; flex-shrink: 0; }
  .ab-avatar-circle { width: 100px; height: 100px; font-size: 32px; }
  .ab-stat-grid { grid-template-columns: repeat(2, 1fr); }
  .ab-values-grid { grid-template-columns: 1fr; }
  .ab-value-item { border-right: none; }
  .ab-value-item:nth-child(3) { border-bottom: 1px solid var(--border); }
  .ab-skills-grid { grid-template-columns: 1fr; }
  .ab-cta { text-align: center; }
}

/* Kept for homepage about section */
.about-section-home { padding: 100px var(--pad-x); }
.about-inner {
  display: grid; grid-template-columns: 1fr 420px; gap: 80px; align-items: center;
}
.about-text .section-title { font-size: clamp(26px, 4vw, 42px); margin: 16px 0 24px; }
.about-text p { max-width: 680px; }
.about-text .section-title em { color: var(--cyan); font-style: italic; }
.about-text p { font-size: 15px; line-height: 1.85; color: var(--grey-light); margin-bottom: 14px; }
.about-list-inline { list-style: none; padding: 0; margin: 20px 0 0; }
.about-list-inline li { font-size: 14px; color: var(--grey-light); padding: 8px 0; border-bottom: 1px solid rgba(37,99,255,0.08); }
.about-list-inline li:last-child { border-bottom: none; }
.about-visual { display: flex; flex-direction: column; align-items: center; gap: 28px; }
.about-avatar { width: 160px; height: 160px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--cyan)); display: flex; align-items: center; justify-content: center; box-shadow: 0 12px 40px rgba(37,99,255,0.3); }
.about-avatar-initials { font-family: 'DM Serif Display', serif; font-size: 52px; color: #fff; font-weight: 700; }
.about-stat-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; width: 100%; }
.about-stat { background: var(--navy-mid); border: 1px solid var(--border); border-radius: 14px; padding: 16px; display: flex; flex-direction: column; align-items: center; gap: 4px; text-align: center; transition: border-color 0.2s; }
.about-stat:hover { border-color: var(--cyan); }
.about-stat-num { font-size: 20px; font-weight: 800; color: var(--cyan); }
.about-stat-label { font-size: 11px; color: var(--grey); font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; }
body.light .about-text p, body.light .about-list-inline li { color: #4a5878; }
body.light .about-stat { background: #fff; }
body.light .about-stat-label { color: #6b7a99; }
@media (max-width: 1100px) {
  .about-section-home { padding: 80px var(--pad-x); }
  .about-inner { grid-template-columns: 1fr 380px; gap: 48px; }
}
@media (max-width: 1024px) {
  .about-inner { grid-template-columns: 1fr; gap: 40px; }
  .about-visual { flex-direction: row; flex-wrap: wrap; align-items: flex-start; justify-content: flex-start; gap: 24px; }
  .about-stat-cards { width: auto; grid-template-columns: repeat(2, 140px); }
  .about-avatar { width: 120px; height: 120px; }
  .about-avatar-initials { font-size: 40px; }
}
@media (max-width: 768px) {
  .about-section-home { padding: 60px var(--pad-x); }
  .about-visual { justify-content: center; }
}

/* ── PAGE HERO (multi-page) ─────────────────────────────────── */
.page-hero {
  padding: 160px var(--pad-x) 100px;
  text-align: center;
  width: 100%;
}
.page-hero-content {
  display: flex; flex-direction: column; align-items: center;
  max-width: 860px; margin: 0 auto;
}
.page-hero h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.1;
  color: var(--white);
  margin: 16px 0 20px;
}
.page-hero h1 em { color: var(--cyan); font-style: italic; }
.page-hero p {
  font-size: 17px; line-height: 1.75;
  color: var(--grey-light); max-width: 600px;
}
@media (max-width: 1100px) { .page-hero { padding: 130px var(--pad-x) 90px; } }
@media (max-width: 1024px) { .page-hero { padding: 120px var(--pad-x) 80px; } }
@media (max-width: 768px) {
  .page-hero { padding: 100px var(--pad-x) 70px; }
  .page-hero h1 { font-size: clamp(28px, 7vw, 42px); }
}

/* ── SERVICES PAGE ───────────────────────────────────────────── */
.services-page-section { padding: 0 var(--pad-x) 80px; }
@media (max-width: 1024px) { .services-page-section { padding: 0 var(--pad-x) 60px; } }
@media (max-width: 768px) { .services-page-section { padding: 0 var(--pad-x) 60px; } }

/* ── PORTFOLIO ──────────────────────────────────────────────── */
.portfolio-section { padding: 0 var(--pad-x) 80px; }
@media (max-width: 1024px) { .portfolio-section { padding: 0 var(--pad-x) 60px; } }
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 28px;
  margin-top: 48px;
}
.portfolio-card {
  background: var(--navy-mid);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}
.portfolio-card:hover { border-color: var(--cyan); transform: translateY(-4px); }
.portfolio-mockup {
  background: var(--navy-dark);
  border-bottom: 1px solid var(--border);
  padding: 12px;
}
.portfolio-mockup-bar {
  display: flex; align-items: center; gap: 6px;
  margin-bottom: 10px;
}
.portfolio-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--border);
}
.portfolio-url {
  font-family: var(--font-mono, monospace);
  font-size: 10px; color: var(--grey);
  margin-left: 6px;
}
.portfolio-mockup-body { height: 140px; border-radius: 8px; overflow: hidden; }
.portfolio-preview-block {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, rgba(37,99,255,0.15), rgba(0,212,255,0.08));
}
.portfolio-card-info { padding: 20px 22px 24px; }
.portfolio-card-title {
  font-size: 17px; font-weight: 700; color: var(--white);
  margin-bottom: 4px;
}
.portfolio-card-type {
  font-size: 12px; font-weight: 500; color: var(--cyan);
  text-transform: uppercase; letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.portfolio-card-desc {
  font-size: 14px; color: var(--grey-light); line-height: 1.6;
  margin-bottom: 14px;
}
.portfolio-card-link {
  font-size: 13px; font-weight: 600; color: var(--blue);
  text-decoration: none; transition: color 0.2s;
}
.portfolio-card-link:hover { color: var(--cyan); }
.portfolio-card-cta {
  display: flex; align-items: center; justify-content: center;
  min-height: 280px;
}
.portfolio-card-cta-inner {
  padding: 32px 24px; text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.portfolio-cta-icon { font-size: 36px; margin-bottom: 12px; }
.portfolio-cta-title {
  font-size: 18px; font-weight: 700; color: var(--white);
  margin-bottom: 8px;
}
.portfolio-cta-desc {
  font-size: 14px; color: var(--grey-light); line-height: 1.6;
}

body.light .portfolio-card { background: #fff; }
body.light .portfolio-mockup { background: #f4f4f0; }
body.light .portfolio-card-title { color: #060d1f; }
body.light .portfolio-cta-title { color: #060d1f; }
body.light .portfolio-card-desc, body.light .portfolio-cta-desc { color: #4a5878; }

@media (max-width: 768px) {
  .portfolio-section { padding: 0 var(--pad-x) 60px; }
  .portfolio-grid { grid-template-columns: 1fr; }
}

/* ── WHAT'S INCLUDED / PRICING PAGE ────────────────────────── */
.whats-included-section { padding: 80px var(--pad-x); }
@media (max-width: 1024px) { .whats-included-section { padding: 60px var(--pad-x); } }
@media (max-width: 768px) { .whats-included-section { padding: 60px var(--pad-x); } }

/* ── FAQ ────────────────────────────────────────────────────── */
.faq-section { padding: 80px var(--pad-x); }
@media (max-width: 1024px) { .faq-section { padding: 60px var(--pad-x); } }
.faq-list {
  max-width: 720px; margin: 48px auto 0;
  display: flex; flex-direction: column; gap: 0;
}
.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 22px 0;
}
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-question {
  font-size: 16px; font-weight: 600; color: var(--white);
  margin-bottom: 8px;
}
.faq-answer {
  font-size: 14px; color: var(--grey-light); line-height: 1.75;
}

body.light .faq-question { color: #060d1f; }
body.light .faq-answer { color: #4a5878; }
body.light .faq-item { border-color: rgba(37,99,255,0.12); }
body.light .whats-included-section { background: #f8faff; }
body.light .faq-section { background: #f0f5ff; }
body.light .portfolio-card-type { color: #185fa5; }



/* ── PORTFOLIO MOCKUP ELEMENTS ──────────────────────────────── */
.portfolio-preview-block { width:100%; height:100%; padding:0; display:flex; flex-direction:column; overflow:hidden; }
.pm-nav { height:14px; background:rgba(37,99,255,0.2); margin-bottom:10px; flex-shrink:0; }
.pm-hero { padding:8px 12px 0; }
.pm-hero-text { height:10px; background:rgba(255,255,255,0.15); border-radius:3px; margin-bottom:6px; width:70%; }
.pm-hero-text.pm-short { width:45%; height:8px; background:rgba(255,255,255,0.08); }
.pm-hero-btn { width:60px; height:14px; background:rgba(37,99,255,0.5); border-radius:4px; margin-top:8px; }
.pm-cards { display:flex; gap:6px; padding:0 12px; margin-top:10px; flex-shrink:0; }
.pm-card { flex:1; height:32px; background:rgba(255,255,255,0.07); border-radius:5px; }
.pm-card.pm-product { height:42px; background:rgba(255,255,255,0.08); }
.pm-sidebar { width:40px; flex-shrink:0; background:rgba(37,99,255,0.15); }
.pm-dash-row { display:flex; gap:6px; margin-bottom:8px; }
.pm-stat-card { flex:1; height:24px; background:rgba(255,255,255,0.1); border-radius:4px; }
.pm-table-row { height:10px; background:rgba(255,255,255,0.07); border-radius:3px; margin-bottom:5px; }

/* ── PORTFOLIO TAGS ─────────────────────────────────────────── */
.portfolio-tags { display:flex; flex-wrap:wrap; gap:6px; margin-top:12px; }
.ptag {
  font-size:11px; font-weight:600;
  color:var(--blue); background:rgba(37,99,255,0.08);
  border:1px solid rgba(37,99,255,0.2);
  border-radius:999px; padding:3px 10px;
}
body.light .ptag { color:#185fa5; background:rgba(37,99,255,0.06); border-color:rgba(37,99,255,0.15); }

/* ══════════════════════════════════════
   PORTFOLIO CARD UPDATES
══════════════════════════════════════ */
.portfolio-card-link-wrap { display:block; text-decoration:none; }
.portfolio-card-header { display:flex; align-items:flex-start; justify-content:space-between; gap:12px; margin-bottom:8px; }
.portfolio-card-actions { display:flex; align-items:center; gap:12px; margin-top:14px; flex-wrap:wrap; }
.portfolio-view-btn {
  font-size:13px; font-weight:600; color:var(--blue);
  text-decoration:none; transition:color 0.2s;
}
.portfolio-view-btn:hover { color:var(--cyan); }
.portfolio-view-btn--disabled { color:var(--grey); cursor:default; }
.portfolio-live-btn {
  font-size:13px; font-weight:600;
  color:var(--grey); text-decoration:none;
  transition:color 0.2s;
}
.portfolio-live-btn:hover { color:var(--white); }

/* Status badges */
.portfolio-status-badge {
  font-size:10px; font-weight:700; text-transform:uppercase;
  letter-spacing:0.06em; padding:3px 10px; border-radius:999px;
  white-space:nowrap; flex-shrink:0;
}
.portfolio-status-live { background:rgba(16,185,129,0.15); color:#10b981; border:1px solid rgba(16,185,129,0.3); }
.portfolio-status-in-development { background:rgba(251,191,36,0.15); color:#f59e0b; border:1px solid rgba(251,191,36,0.3); }
.portfolio-status-case-study { background:rgba(37,99,255,0.12); color:var(--blue); border:1px solid rgba(37,99,255,0.25); }

/* Thumbnail in mockup */
.portfolio-thumb { width:100%; height:100%; object-fit:cover; object-position:top; display:block; }

body.light .portfolio-view-btn { color:#185fa5; }
body.light .portfolio-view-btn:hover { color:#060d1f; }
body.light .portfolio-live-btn { color:#4a5878; }
body.light .portfolio-live-btn:hover { color:#060d1f; }

/* ══════════════════════════════════════
   SINGLE PROJECT PAGE
══════════════════════════════════════ */
.project-hero {
  padding: 140px var(--pad-x) 100px;
  border-bottom: 1px solid var(--border);
}
.project-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

/* Breadcrumb */
.project-breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 13px; color: var(--grey);
  margin-bottom: 20px; flex-wrap: wrap;
}
.project-breadcrumb a { color: var(--grey); text-decoration: none; transition: color 0.2s; }
.project-breadcrumb a:hover { color: var(--cyan); }
.project-breadcrumb span:last-child { color: var(--white); font-weight: 500; }

/* Hero content */
.project-hero h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.15; color: var(--white);
  margin: 0 0 16px;
}
.project-hero-desc {
  font-size: 16px; line-height: 1.8;
  color: var(--grey-light); max-width: 500px;
  margin-bottom: 24px;
}
.project-meta-row {
  display: flex; align-items: center; gap: 24px;
  flex-wrap: wrap; margin-bottom: 4px;
}
.project-meta-item { display: flex; flex-direction: column; gap: 4px; }
.project-meta-label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: var(--grey); }
.project-meta-val { font-size: 14px; font-weight: 500; color: var(--white); }
.project-hero-actions {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin-top: 28px;
}

/* Browser mockup */
.project-browser {
  border-radius: 12px; overflow: hidden;
  border: 1px solid var(--border);
  background: var(--navy-mid);
  box-shadow: 0 24px 60px rgba(0,0,0,0.4);
}
.project-browser-bar {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 16px;
  background: var(--navy-light);
  border-bottom: 1px solid var(--border);
}
.project-browser-url {
  flex: 1; text-align: center;
  font-size: 12px; color: var(--grey);
  font-family: var(--font-mono, monospace);
  display: flex; align-items: center; justify-content: center; gap: 6px;
}
.project-browser-lock { font-size: 11px; }
.project-browser-body { height: 280px; overflow: hidden; }
.project-screenshot { width: 100%; height: 100%; object-fit: cover; object-position: top; display: block; }
.project-preview-placeholder { width: 100%; height: 100%; }

/* Case study body */
.project-body-section { padding: 80px var(--pad-x); }
.project-body-inner { max-width: 860px; margin: 0 auto; }
.project-case-study { display: flex; flex-direction: column; gap: 48px; }
.project-case-block {
  display: grid; grid-template-columns: 56px 1fr;
  gap: 24px; align-items: flex-start;
}
.project-case-icon {
  width: 56px; height: 56px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 800;
  flex-shrink: 0;
}
.project-case-block h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(20px, 2.5vw, 28px);
  color: var(--white); margin-bottom: 12px;
}
.project-case-block p {
  font-size: 15px; line-height: 1.85;
  color: var(--grey-light);
}
.project-content { margin-top: 60px; }
.project-content p { font-size: 15px; line-height: 1.85; color: var(--grey-light); margin-bottom: 16px; }
.project-content h2, .project-content h3 { font-family: 'DM Serif Display', serif; color: var(--white); margin: 32px 0 12px; }

/* Prev / Next nav */
.project-nav-section {
  padding: 40px var(--pad-x);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.project-nav-inner {
  display: grid; grid-template-columns: 1fr auto 1fr;
  gap: 24px; align-items: center;
  max-width: 1200px; margin: 0 auto;
}
.project-nav-link {
  text-decoration: none;
  display: flex; flex-direction: column; gap: 4px;
  transition: opacity 0.2s;
}
.project-nav-link:hover { opacity: 0.75; }
.project-nav-prev { align-items: flex-start; }
.project-nav-next { align-items: flex-end; }
.project-nav-dir { font-size: 12px; color: var(--grey); font-weight: 500; }
.project-nav-title { font-size: 15px; font-weight: 600; color: var(--white); }
.project-nav-all {
  text-align: center; font-size: 13px; font-weight: 600;
  color: var(--grey); text-decoration: none;
  padding: 8px 16px; border: 1px solid var(--border);
  border-radius: 999px; transition: all 0.2s; white-space: nowrap;
}
.project-nav-all:hover { border-color: var(--cyan); color: var(--cyan); }

/* Light mode */
body.light .project-breadcrumb a { color: #4a5878; }
body.light .project-breadcrumb span:last-child { color: #060d1f; }
body.light .project-hero h1 { color: #060d1f; }
body.light .project-hero-desc { color: #4a5878; }
body.light .project-meta-val { color: #060d1f; }
body.light .project-browser { background: #fff; box-shadow: 0 16px 40px rgba(37,99,255,0.1); }
body.light .project-browser-bar { background: #f0f5ff; }
body.light .project-browser-url { color: #4a5878; }
body.light .project-case-block h2 { color: #060d1f; }
body.light .project-case-block p { color: #4a5878; }
body.light .project-content p { color: #4a5878; }
body.light .project-content h2, body.light .project-content h3 { color: #060d1f; }
body.light .project-nav-title { color: #060d1f; }
body.light .project-nav-all { color: #4a5878; }

/* Responsive */
@media (max-width: 1100px) {
  .project-hero-inner { gap: 48px; }
}
@media (max-width: 900px) {
  .project-hero { padding: 110px var(--pad-x) 70px; }
  .project-hero-inner { grid-template-columns: 1fr; }
  .project-browser { max-width: 560px; }
  .project-nav-inner { grid-template-columns: 1fr 1fr; gap: 16px; }
  .project-nav-all { display: none; }
}
@media (max-width: 768px) {
  .project-hero { padding: 85px var(--pad-x) 60px; }
  .project-case-block { grid-template-columns: 1fr; gap: 12px; }
  .project-case-icon { width: 44px; height: 44px; font-size: 14px; }
  .project-nav-inner { grid-template-columns: 1fr; }
  .project-nav-next { align-items: flex-start; }
}

/* ══════════════════════════════════════
   CONTACT PAGE — REDESIGNED
══════════════════════════════════════ */

/* ── Hero ── */
.ct-hero {
  padding: 140px var(--pad-x) 80px;
  background: var(--navy);
}
.ct-hero-inner {
  display: grid; grid-template-columns: 1fr 420px;
  gap: 80px; align-items: center;
}
.ct-hero-text .section-label { margin-bottom: 20px; }
.ct-hero-text h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(32px, 5.5vw, 68px);
  line-height: 1.1; color: var(--white);
  margin-bottom: 20px;
}
.ct-hero-text h1 em { color: var(--cyan); font-style: italic; }
.ct-hero-text p {
  font-size: 16px; line-height: 1.8;
  color: var(--grey-light); max-width: 480px;
}
.ct-hero-cards { display: flex; flex-direction: column; gap: 14px; }
.ct-quick-card {
  display: flex; align-items: center; gap: 16px;
  padding: 20px 22px;
  border-radius: 16px;
  border: 1.5px solid var(--border);
  text-decoration: none;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.ct-quick-card:hover { transform: translateX(4px); box-shadow: 0 8px 32px rgba(37,99,255,0.15); }
.ct-quick-wa {
  background: linear-gradient(135deg, rgba(37,213,108,0.1), rgba(37,213,108,0.05));
  border-color: rgba(37,213,108,0.3);
}
.ct-quick-wa:hover { border-color: rgba(37,213,108,0.6); }
.ct-quick-email {
  background: linear-gradient(135deg, rgba(37,99,255,0.1), rgba(0,212,255,0.05));
  border-color: rgba(37,99,255,0.25);
}
.ct-quick-email:hover { border-color: rgba(37,99,255,0.5); }
.ct-quick-icon {
  width: 44px; height: 44px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.ct-quick-wa .ct-quick-icon { background: rgba(37,213,108,0.15); color: #25d56c; }
.ct-quick-email .ct-quick-icon { background: rgba(37,99,255,0.15); color: #4d8eff; }
.ct-quick-card > div:nth-child(2) { flex: 1; }
.ct-quick-card strong { display: block; font-size: 14px; font-weight: 700; color: var(--white); }
.ct-quick-card span { font-size: 12px; color: var(--grey); }
.ct-quick-arrow { font-size: 18px; color: var(--grey); transition: color 0.2s; }
.ct-quick-card:hover .ct-quick-arrow { color: var(--white); }

/* ── Main contact section ── */
.ct-main { padding: 80px var(--pad-x); }
.ct-main-inner {
  display: grid; grid-template-columns: 1fr 560px;
  gap: 80px; align-items: flex-start;
}

/* Info column */
.ct-info-col { display: flex; flex-direction: column; gap: 56px; }
.ct-info-block h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(24px, 3vw, 34px);
  color: var(--white); margin-bottom: 32px; line-height: 1.2;
}
.ct-info-block h2 em { color: var(--cyan); font-style: italic; }
.ct-process-steps { display: flex; flex-direction: column; gap: 0; }
.ct-step {
  display: grid; grid-template-columns: 44px 1fr;
  gap: 16px; align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid rgba(37,99,255,0.08);
}
.ct-step:last-child { border-bottom: none; }
.ct-step-num {
  width: 36px; height: 36px; border-radius: 10px;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 800; color: #fff;
  flex-shrink: 0;
}
.ct-step-body strong {
  display: block; font-size: 14px; font-weight: 700;
  color: var(--white); margin-bottom: 6px;
}
.ct-step-body p {
  font-size: 13px; color: var(--grey); line-height: 1.65; margin: 0;
}
.ct-details-block { display: flex; flex-direction: column; gap: 20px; }
.ct-detail-row {
  display: flex; gap: 14px; align-items: flex-start;
}
.ct-detail-icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(37,99,255,0.1); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; flex-shrink: 0;
}
.ct-detail-label {
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--grey); font-weight: 600; margin-bottom: 4px;
}
.ct-detail-val {
  font-size: 14px; font-weight: 500; color: var(--white);
  text-decoration: none; transition: color 0.2s;
}
a.ct-detail-val:hover { color: var(--cyan); }

/* Form column */
.ct-form-wrap {
  background: var(--navy-mid);
  border: 1.5px solid var(--border);
  border-radius: 24px;
  padding: 40px;
}
.ct-form-header { margin-bottom: 28px; }
.ct-form-header h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(22px, 2.5vw, 30px);
  color: var(--white); margin-bottom: 6px; line-height: 1.2;
}
.ct-form-header h2 em { color: var(--cyan); font-style: italic; }
.ct-form-header p { font-size: 13px; color: var(--grey); }
.ct-fallback {
  display: flex; flex-direction: column; gap: 0;
}
.ct-fallback p { font-size: 14px; color: var(--grey); }

/* Contact light mode */
body.light .ct-hero { background: #f0f5ff; }
body.light .ct-hero-inner { border-color: rgba(37,99,255,0.1); }
body.light .ct-hero-text h1 { color: #060d1f; }
body.light .ct-hero-text h1 em { color: #0077aa; }
body.light .ct-hero-text p { color: #4a5878; }
body.light .ct-quick-card { background: #fff; border-color: rgba(37,99,255,0.15); box-shadow: 0 2px 12px rgba(37,99,255,0.05); }
body.light .ct-quick-wa { background: linear-gradient(135deg, rgba(37,213,108,0.07), rgba(37,213,108,0.03)); border-color: rgba(37,213,108,0.2); }
body.light .ct-quick-email { background: linear-gradient(135deg, rgba(37,99,255,0.07), rgba(0,153,204,0.03)); border-color: rgba(37,99,255,0.15); }
body.light .ct-quick-card strong { color: #060d1f; }
body.light .ct-quick-card span { color: #4a5878; }
body.light .ct-quick-arrow { color: #4a5878; }
body.light .ct-quick-card:hover .ct-quick-arrow { color: #060d1f; }
body.light .ct-info-block h2 { color: #060d1f; }
body.light .ct-info-block h2 em { color: #0077aa; }
body.light .ct-step { border-color: rgba(37,99,255,0.08); }
body.light .ct-step-body strong { color: #060d1f; }
body.light .ct-step-body p { color: #4a5878; }
body.light .ct-detail-icon { background: #e8f0ff; border-color: rgba(37,99,255,0.12); }
body.light .ct-detail-val { color: #060d1f; }
body.light a.ct-detail-val:hover { color: #0077aa; }
body.light .ct-form-wrap { background: #fff; border-color: rgba(37,99,255,0.15); box-shadow: 0 8px 40px rgba(37,99,255,0.06); }
body.light .ct-form-header h2 { color: #060d1f; }
body.light .ct-form-header h2 em { color: #0077aa; }
body.light .ct-form-header p { color: #4a5878; }
body.light .ct-fallback p { color: #4a5878; }

/* Contact responsive */
@media (max-width: 1100px) {
  .ct-hero-inner { grid-template-columns: 1fr 360px; gap: 48px; }
  .ct-main-inner { grid-template-columns: 1fr 460px; gap: 60px; }
}
@media (max-width: 900px) {
  .ct-hero-inner { grid-template-columns: 1fr; }
  .ct-hero-cards { flex-direction: row; }
  .ct-main-inner { grid-template-columns: 1fr; }
  .ct-form-col { order: -1; }
}
@media (max-width: 768px) {
  .ct-hero { padding: 85px var(--pad-x) 60px; }
  .ct-hero-cards { flex-direction: column; }
  .ct-form-wrap { padding: 28px 20px; }
  .ct-step { grid-template-columns: 36px 1fr; gap: 12px; }
}

/* ══════════════════════════════════════
   PRICING PAGE — REDESIGNED
══════════════════════════════════════ */

/* ── Pricing Hero ── */
.pr-hero {
  padding: 140px var(--pad-x) 100px;
  background: var(--navy);
  border-bottom: 1px solid var(--border);
}
.pr-hero-inner {
  display: grid; grid-template-columns: 1fr 380px;
  gap: 80px; align-items: center;
}
.pr-hero-text .section-label { margin-bottom: 20px; }
.pr-hero-text h1 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(32px, 5vw, 60px);
  line-height: 1.1; color: var(--white);
  margin-bottom: 20px;
}
.pr-hero-text h1 em { color: var(--cyan); font-style: italic; }
.pr-hero-text > p {
  font-size: 16px; line-height: 1.8;
  color: var(--grey-light); max-width: 520px;
  margin-bottom: 28px;
}
.pr-hero-badges { display: flex; flex-wrap: wrap; gap: 10px; }
.pr-badge {
  font-size: 12px; font-weight: 700;
  background: rgba(37,99,255,0.1);
  border: 1px solid rgba(37,99,255,0.25);
  color: var(--grey-light);
  border-radius: 999px; padding: 6px 14px;
}
.pr-price-preview {
  background: var(--navy-mid);
  border: 1.5px solid rgba(37,99,255,0.3);
  border-radius: 24px; padding: 32px 28px;
  box-shadow: 0 16px 48px rgba(37,99,255,0.15);
}
.pr-preview-label {
  font-size: 11px; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--grey);
  font-weight: 700; margin-bottom: 8px;
}
.pr-preview-price {
  font-family: 'DM Serif Display', serif;
  font-size: 52px; font-weight: 700;
  color: var(--white); line-height: 1; margin-bottom: 4px;
}
.pr-preview-sub {
  font-size: 12px; color: var(--grey);
  margin-bottom: 20px;
}
.pr-preview-divider {
  height: 1px; background: var(--border); margin-bottom: 16px;
}
.pr-preview-items { display: flex; flex-direction: column; gap: 10px; }
.pr-preview-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: var(--grey-light);
}
.pr-preview-item span {
  width: 20px; height: 20px; border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  color: #fff; font-size: 11px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}

/* ── Pricing cards section ── */
.pr-cards-section {
  padding: 80px var(--pad-x);
  background: var(--navy-mid);
  border-bottom: 1px solid var(--border);
}
.pr-cards-header { text-align: center; margin-bottom: 48px; }
.pr-cards-header .section-label { justify-content: center; margin-bottom: 14px; }
.pr-cards-header h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 3.5vw, 44px);
  color: var(--white); line-height: 1.2;
}
.pr-cards-header h2 em { color: var(--cyan); font-style: italic; }
/* remove default section padding from the nested template-part */
.pr-cards-section #pricing {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}

/* ── Included section ── */
.pr-included-section {
  padding: 80px var(--pad-x);
  border-bottom: 1px solid var(--border);
}
.pr-included-inner { max-width: 1100px; margin: 0 auto; }
.pr-included-header { margin-bottom: 48px; }
.pr-included-header .section-label { margin-bottom: 16px; }
.pr-included-header h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 3.5vw, 40px);
  color: var(--white); margin-bottom: 12px; line-height: 1.2;
}
.pr-included-header h2 em { color: var(--cyan); font-style: italic; }
.pr-included-header p { font-size: 15px; color: var(--grey-light); }
.pr-included-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  border: 1px solid var(--border); border-radius: 16px; overflow: hidden;
}
.pr-included-item {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 28px 24px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  transition: background 0.2s;
}
.pr-included-item:hover { background: rgba(37,99,255,0.04); }
.pr-included-item:nth-child(3n) { border-right: none; }
.pr-included-item:nth-child(4), .pr-included-item:nth-child(5), .pr-included-item:nth-child(6) { border-bottom: none; }
.pr-inc-icon { font-size: 24px; flex-shrink: 0; margin-top: 2px; }
.pr-inc-title { font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.pr-inc-desc { font-size: 13px; color: var(--grey); line-height: 1.65; }

/* ── FAQ Accordion ── */
.pr-faq-section {
  padding: 80px var(--pad-x);
  background: var(--navy-mid);
}
.pr-faq-inner { max-width: 800px; margin: 0 auto; }
.pr-faq-header { margin-bottom: 48px; }
.pr-faq-header .section-label { margin-bottom: 16px; }
.pr-faq-header h2 {
  font-family: 'DM Serif Display', serif;
  font-size: clamp(28px, 3.5vw, 40px);
  color: var(--white); margin-bottom: 12px; line-height: 1.2;
}
.pr-faq-header h2 em { color: var(--cyan); font-style: italic; }
.pr-faq-header p { font-size: 15px; color: var(--grey-light); }
.pr-faq-list { display: flex; flex-direction: column; gap: 0; }
.pr-faq-item {
  border-bottom: 1px solid var(--border);
  overflow: hidden;
}
.pr-faq-item:first-child { border-top: 1px solid var(--border); }
.pr-faq-trigger {
  width: 100%; background: transparent; border: none;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding: 22px 0; cursor: pointer;
  text-align: left;
}
.pr-faq-trigger span {
  font-size: 16px; font-weight: 600; color: var(--white);
  line-height: 1.4;
}
.pr-faq-icon {
  width: 32px; height: 32px; border-radius: 50%;
  border: 1.5px solid var(--border);
  background: rgba(37,99,255,0.08);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--grey);
  transition: transform 0.3s, background 0.2s, border-color 0.2s;
}
.pr-faq-item.open .pr-faq-icon {
  transform: rotate(180deg);
  background: rgba(37,99,255,0.2);
  border-color: var(--blue);
  color: var(--cyan);
}
.pr-faq-body {
  max-height: 0; overflow: hidden;
  transition: max-height 0.35s ease, padding 0.3s ease;
  padding: 0;
}
.pr-faq-item.open .pr-faq-body {
  max-height: 200px;
  padding-bottom: 20px;
}
.pr-faq-body p {
  font-size: 15px; color: var(--grey-light);
  line-height: 1.8; margin: 0;
}
.pr-faq-body strong { color: var(--white); }

/* ── Pricing light mode ── */
body.light .pr-hero { background: #f0f5ff; border-color: rgba(37,99,255,0.1); }
body.light .pr-hero-text h1 { color: #060d1f; }
body.light .pr-hero-text h1 em { color: #0077aa; }
body.light .pr-hero-text > p { color: #4a5878; }
body.light .pr-badge { background: #e8f0ff; border-color: rgba(37,99,255,0.2); color: #2d3a55; }
body.light .pr-price-preview { background: #fff; border-color: rgba(37,99,255,0.2); box-shadow: 0 16px 48px rgba(37,99,255,0.1); }
body.light .pr-preview-price { color: #060d1f; }
body.light .pr-preview-item { color: #4a5878; }
body.light .pr-cards-section { background: #f8faff; border-color: rgba(37,99,255,0.1); }
body.light .pr-cards-header h2 { color: #060d1f; }
body.light .pr-cards-header h2 em { color: #0077aa; }
body.light .pr-included-section { background: #fff; border-color: rgba(37,99,255,0.1); }
body.light .pr-included-header h2 { color: #060d1f; }
body.light .pr-included-header h2 em { color: #0077aa; }
body.light .pr-included-header p { color: #4a5878; }
body.light .pr-included-grid { border-color: rgba(37,99,255,0.1); }
body.light .pr-included-item { border-color: rgba(37,99,255,0.1); }
body.light .pr-included-item:hover { background: rgba(37,99,255,0.03); }
body.light .pr-inc-title { color: #060d1f; }
body.light .pr-inc-desc { color: #4a5878; }
body.light .pr-faq-section { background: #f0f5ff; }
body.light .pr-faq-header h2 { color: #060d1f; }
body.light .pr-faq-header h2 em { color: #0077aa; }
body.light .pr-faq-header p { color: #4a5878; }
body.light .pr-faq-item { border-color: rgba(37,99,255,0.12); }
body.light .pr-faq-trigger span { color: #060d1f; }
body.light .pr-faq-icon { border-color: rgba(37,99,255,0.2); background: rgba(37,99,255,0.05); color: #4a5878; }
body.light .pr-faq-item.open .pr-faq-icon { background: rgba(37,99,255,0.1); border-color: var(--blue); color: #0077aa; }
body.light .pr-faq-body p { color: #4a5878; }
body.light .pr-faq-body strong { color: #060d1f; }

/* ── Pricing responsive ── */
@media (max-width: 1100px) {
  .pr-hero { padding: 110px var(--pad-x) 70px; }
  .pr-hero-inner { grid-template-columns: 1fr 320px; gap: 48px; }
  .pr-included-grid { grid-template-columns: repeat(2, 1fr); }
  .pr-included-item:nth-child(3n) { border-right: 1px solid var(--border); }
  .pr-included-item:nth-child(2n) { border-right: none; }
  .pr-included-item:nth-child(5), .pr-included-item:nth-child(6) { border-bottom: none; }
  .pr-included-item:nth-child(3) { border-bottom: 1px solid var(--border); }
  .pr-included-item:nth-child(4) { border-bottom: 1px solid var(--border); }
}
@media (max-width: 900px) {
  .pr-hero-inner { grid-template-columns: 1fr; }
  .pr-hero-visual { max-width: 400px; }
}
@media (max-width: 768px) {
  .pr-hero { padding: 85px var(--pad-x) 60px; }
  .pr-included-grid { grid-template-columns: 1fr; }
  .pr-included-item { border-right: none !important; border-bottom: 1px solid var(--border) !important; }
  .pr-included-item:last-child { border-bottom: none !important; }
  .pr-faq-trigger span { font-size: 15px; }
}
