/*
Theme Name: OpenTech C&S v2
Theme URI: https://opentech.al
Author: OpenTech C&S
Description: Professional IT Consulting & Services theme with OpenTech brand identity
Version: 2.1.0
Text Domain: opentech
*/

/* =============================================
   CSS VARIABLES
============================================= */
:root {
  /* Brand Colors */
  --orange:       #F47B20;
  --orange-dark:  #D4620F;
  --orange-light: #FFF0E6;
  --orange-mid:   rgba(244,123,32,0.12);

  /* Neutrals */
  --white:        #FFFFFF;
  --off-white:    #F8F7F5;
  --gray-50:      #F4F3F0;
  --gray-100:     #E8E6E1;
  --gray-200:     #D0CEC8;
  --gray-400:     #9B9890;
  --gray-600:     #5C5B56;
  --gray-700:     #3D3C38;
  --gray-800:     #272622;
  --gray-900:     #161512;

  /* Text */
  --text-primary:   #1A1917;
  --text-secondary: #5C5B56;
  --text-muted:     #9B9890;

  /* Surfaces */
  --surface:      #FFFFFF;
  --surface-2:    #F8F7F5;
  --surface-3:    #F1EFE9;
  --border:       #E2DFD8;
  --border-light: #EDEBE5;

  /* Accents */
  --accent-blue:  #2D5BE3;
  --accent-blue-light: rgba(45,91,227,0.08);

  /* Fonts */
  --font-display: 'Plus Jakarta Sans', sans-serif;
  --font-body:    'DM Sans', sans-serif;
  --font-mono:    'JetBrains Mono', monospace;

  /* Layout */
  --radius:    10px;
  --radius-lg: 18px;
  --radius-xl: 28px;
  --shadow-sm: 0 1px 4px rgba(0,0,0,0.06), 0 2px 12px rgba(0,0,0,0.04);
  --shadow-md: 0 4px 24px rgba(0,0,0,0.08), 0 1px 4px rgba(0,0,0,0.04);
  --shadow-lg: 0 12px 48px rgba(0,0,0,0.1), 0 4px 16px rgba(0,0,0,0.06);
  --shadow-orange: 0 8px 32px rgba(244,123,32,0.25);
  --transition: 0.28s cubic-bezier(0.4,0,0.2,1);
}

/* =============================================
   RESET & BASE
============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  background: var(--white);
  color: var(--text-primary);
  font-family: var(--font-body);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--orange); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--orange-dark); }
ul { list-style: none; }

.container {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
}

/* =============================================
   TYPOGRAPHY
============================================= */
h1,h2,h3,h4,h5 {
  font-family: var(--font-display);
  color: var(--text-primary);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 500;
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: '';
  width: 24px; height: 2px;
  background: var(--orange);
  border-radius: 2px;
}

/* =============================================
   BUTTONS
============================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
  transition: all var(--transition);
  border: 2px solid transparent;
  letter-spacing: -0.01em;
}
.btn-primary {
  background: var(--orange);
  color: var(--white);
  border-color: var(--orange);
}
.btn-primary:hover {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: var(--shadow-orange);
}
.btn-outline {
  background: transparent;
  color: var(--text-primary);
  border-color: var(--border);
}
.btn-outline:hover {
  border-color: var(--orange);
  color: var(--orange);
  background: var(--orange-mid);
}
.btn-ghost {
  background: transparent;
  color: var(--orange);
  border-color: transparent;
  padding-left: 0;
}
.btn-ghost:hover { color: var(--orange-dark); gap: 12px; }
.btn-ghost svg { transition: transform var(--transition); }
.btn-ghost:hover svg { transform: translateX(4px); }

/* =============================================
   HEADER
============================================= */
#site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 0;
  background: rgba(255,255,255,0);
  transition: all var(--transition);
}
#site-header.scrolled {
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

/* LOGO */
.site-logo {
  display: flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
}
.logo-svg-wrap { width: 48px; height: 48px; }
.logo-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-left: 10px;
}
.logo-wordmark .l-open { font-family: var(--font-display); font-weight: 600; font-size: 1.1rem; color: var(--gray-600); letter-spacing: -0.02em; }
.logo-wordmark .l-tech { font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; color: var(--orange); letter-spacing: -0.03em; line-height: 0.9; }
.logo-wordmark .l-sub  { font-family: var(--font-body); font-size: 0.6rem; color: var(--text-muted); letter-spacing: 0.06em; margin-top: 3px; }

.primary-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.primary-nav a {
  color: var(--text-secondary);
  font-size: 0.9rem;
  font-weight: 500;
  position: relative;
  padding: 4px 0;
  transition: color var(--transition);
}
.primary-nav a::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0;
  width: 0; height: 2px;
  background: var(--orange);
  border-radius: 2px;
  transition: width var(--transition);
}
.primary-nav a:hover,
.primary-nav a.current-menu-item { color: var(--text-primary); }
.primary-nav a:hover::after,
.primary-nav a.current-menu-item::after { width: 100%; }

.nav-cta {
  padding: 10px 22px !important;
  background: var(--orange) !important;
  color: var(--white) !important;
  border-radius: var(--radius) !important;
  font-weight: 600 !important;
  font-size: 0.88rem !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover {
  background: var(--orange-dark) !important;
  color: var(--white) !important;
  box-shadow: var(--shadow-orange) !important;
  transform: translateY(-1px) !important;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 6px;
}
.hamburger span {
  display: block;
  width: 22px; height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: all var(--transition);
}

/* =============================================
   MOBILE MENU
============================================= */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: var(--white);
  z-index: 999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-primary);
}
.mobile-menu a:hover { color: var(--orange); }
.mobile-close {
  position: absolute;
  top: 20px; right: 20px;
  background: none; border: none;
  font-size: 2rem;
  cursor: pointer;
  color: var(--text-primary);
  line-height: 1;
}

/* =============================================
   HERO
============================================= */
.hero {
  min-height: 100vh;
  display: grid;
  align-items: center;
  padding-top: 72px;
  background: var(--white);
  position: relative;
  overflow: hidden;
}

/* Subtle geometric background */
.hero-bg-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-bg-pattern::before {
  content: '';
  position: absolute;
  right: -100px; top: -80px;
  width: 700px; height: 700px;
  background: radial-gradient(ellipse at center, rgba(244,123,32,0.06) 0%, transparent 70%);
  border-radius: 50%;
}
.hero-bg-pattern::after {
  content: '';
  position: absolute;
  left: -200px; bottom: -100px;
  width: 500px; height: 500px;
  background: radial-gradient(ellipse at center, rgba(45,91,227,0.04) 0%, transparent 70%);
  border-radius: 50%;
}

/* Diagonal split panel on right */
.hero-panel {
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 44%;
  background: var(--off-white);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  padding: 6rem 0;
}

.hero-left { }

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--orange-light);
  border: 1px solid rgba(244,123,32,0.2);
  border-radius: 100px;
  padding: 5px 14px 5px 8px;
  margin-bottom: 2rem;
}
.hero-tag-dot {
  width: 24px; height: 24px;
  background: var(--orange);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.hero-tag-dot svg { width: 12px; height: 12px; fill: white; }
.hero-tag span {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--orange-dark);
  letter-spacing: 0.02em;
}

.hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
}
.hero h1 .highlight {
  color: var(--orange);
  position: relative;
}
.hero h1 .highlight::after {
  content: '';
  position: absolute;
  bottom: 4px; left: 0; right: 0;
  height: 3px;
  background: var(--orange);
  opacity: 0.25;
  border-radius: 2px;
}

.hero-desc {
  font-size: 1.05rem;
  color: var(--text-secondary);
  max-width: 460px;
  margin-bottom: 2.5rem;
  line-height: 1.75;
}

.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }

.hero-trust {
  margin-top: 3rem;
  display: flex;
  gap: 2.5rem;
}
.trust-item { }
.trust-num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.04em;
  line-height: 1;
}
.trust-num span { color: var(--orange); }
.trust-label { font-size: 0.8rem; color: var(--text-muted); margin-top: 3px; }

/* Hero right — visual cards */
.hero-right {
  position: relative;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-card-main {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 2rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-light);
  width: 300px;
  position: relative;
  z-index: 2;
}
.hcm-icon {
  width: 52px; height: 52px;
  background: var(--orange-light);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem;
}
.hcm-icon svg { width: 26px; height: 26px; stroke: var(--orange); fill: none; stroke-width: 1.8; stroke-linecap: round; }
.hcm-title { font-family: var(--font-display); font-weight: 700; font-size: 1rem; color: var(--text-primary); margin-bottom: 6px; }
.hcm-desc  { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 1.25rem; }
.hcm-bar   { height: 6px; background: var(--gray-100); border-radius: 10px; margin-bottom: 6px; overflow: hidden; }
.hcm-bar-fill { height: 100%; background: var(--orange); border-radius: 10px; }
.hcm-bar-label { display: flex; justify-content: space-between; font-size: 0.72rem; color: var(--text-muted); }

.hero-card-float {
  position: absolute;
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 14px 18px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-card-float:nth-child(2) { top: 30px; right: -20px; animation: floatA 5s ease-in-out infinite; }
.hero-card-float:nth-child(3) { bottom: 60px; left: -30px; animation: floatB 6s ease-in-out infinite; }
@keyframes floatA { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-12px)} }
@keyframes floatB { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-8px)} }

.fc-icon {
  width: 36px; height: 36px;
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.fc-icon.orange { background: var(--orange-light); }
.fc-icon.blue   { background: var(--accent-blue-light); }
.fc-icon svg { width: 18px; height: 18px; stroke-width: 1.8; stroke-linecap: round; fill: none; }
.fc-icon.orange svg { stroke: var(--orange); }
.fc-icon.blue   svg { stroke: var(--accent-blue); }
.fc-label { font-size: 0.72rem; color: var(--text-muted); }
.fc-value { font-family: var(--font-display); font-size: 0.95rem; font-weight: 700; color: var(--text-primary); }

/* =============================================
   SECTION COMMON
============================================= */
.section-header {
  max-width: 580px;
  margin-bottom: 3.5rem;
}
.section-header.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-header.center .eyebrow { justify-content: center; }
.section-header.center .eyebrow::before { display: none; }
.section-header h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  margin-bottom: 0.75rem;
}
.section-header p { color: var(--text-secondary); font-size: 1rem; }

/* =============================================
   SERVICES
============================================= */
.services {
  padding: 7rem 0;
  background: var(--surface-2);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.svc-card {
  background: var(--white);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: all var(--transition);
  position: relative;
  overflow: hidden;
}
.svc-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}
.svc-card:hover {
  border-color: rgba(244,123,32,0.2);
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.svc-card:hover::after { transform: scaleX(1); }

.svc-icon {
  width: 50px; height: 50px;
  background: var(--orange-light);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem;
  transition: all var(--transition);
}
.svc-card:hover .svc-icon { background: var(--orange); }
.svc-icon svg { width: 24px; height: 24px; stroke: var(--orange); fill: none; stroke-width: 1.8; stroke-linecap: round; transition: stroke var(--transition); }
.svc-card:hover .svc-icon svg { stroke: white; }

.svc-card h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
  color: var(--text-primary);
}
.svc-card p {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 1.25rem;
}
.svc-list { display: flex; flex-direction: column; gap: 6px; }
.svc-list li {
  font-size: 0.8rem;
  color: var(--text-secondary);
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.svc-list li::before {
  content: '';
  width: 5px; height: 5px;
  background: var(--orange);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 7px;
}

/* =============================================
   WHY US / ABOUT
============================================= */
.why-us {
  padding: 7rem 0;
  background: var(--white);
}
.why-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  align-items: center;
}

.why-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.why-stat {
  background: var(--surface-2);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  text-align: center;
  transition: all var(--transition);
}
.why-stat:hover {
  border-color: rgba(244,123,32,0.25);
  box-shadow: var(--shadow-sm);
}
.why-stat:first-child {
  background: var(--orange);
  border-color: var(--orange);
}
.why-stat:first-child .ws-num,
.why-stat:first-child .ws-label { color: white; }
.ws-num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--text-primary);
  letter-spacing: -0.05em;
  line-height: 1;
}
.ws-num sup { font-size: 1.1rem; vertical-align: super; }
.ws-label { font-size: 0.78rem; color: var(--text-muted); margin-top: 6px; }

.why-text h2 { margin-bottom: 1.25rem; }
.why-text > p { color: var(--text-secondary); margin-bottom: 2rem; }

.feature-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 2.5rem; }
.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--text-secondary);
  transition: all var(--transition);
}
.pill:hover { border-color: var(--orange); color: var(--orange); background: var(--orange-light); }
.pill::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--orange);
  border-radius: 50%;
}

/* =============================================
   PROCESS STRIP
============================================= */
.process {
  padding: 6rem 0;
  background: var(--gray-900);
  position: relative;
  overflow: hidden;
}
.process::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    rgba(255,255,255,0.015) 0px,
    rgba(255,255,255,0.015) 1px,
    transparent 1px,
    transparent 80px
  );
}
.process .section-header h2,
.process .section-header .eyebrow { color: white; }
.process .section-header p { color: rgba(255,255,255,0.5); }

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.process-steps::before {
  content: '';
  position: absolute;
  top: 28px; left: 10%; right: 10%;
  height: 1px;
  background: rgba(255,255,255,0.1);
}

.process-step { text-align: center; padding: 0 1.5rem; }
.ps-num {
  width: 56px; height: 56px;
  border: 2px solid rgba(244,123,32,0.4);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.1rem;
  color: var(--orange);
  margin: 0 auto 1.5rem;
  background: var(--gray-900);
  position: relative;
  z-index: 1;
  transition: all var(--transition);
}
.process-step:hover .ps-num {
  background: var(--orange);
  color: white;
  border-color: var(--orange);
}
.ps-title { font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: white; margin-bottom: 8px; }
.ps-desc  { font-size: 0.82rem; color: rgba(255,255,255,0.45); line-height: 1.6; }

/* =============================================
   CTA SECTION
============================================= */
.cta-section {
  padding: 7rem 0;
  background: var(--surface-2);
}
.cta-inner {
  background: var(--orange);
  border-radius: var(--radius-xl);
  padding: 5rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cta-inner::before {
  content: '';
  position: absolute;
  right: -60px; top: -60px;
  width: 300px; height: 300px;
  background: rgba(255,255,255,0.06);
  border-radius: 50%;
}
.cta-inner::after {
  content: '';
  position: absolute;
  right: 60px; bottom: -80px;
  width: 200px; height: 200px;
  background: rgba(255,255,255,0.04);
  border-radius: 50%;
}
.cta-text { position: relative; z-index: 1; }
.cta-text h2 { color: white; font-size: clamp(1.6rem, 2.8vw, 2.4rem); margin-bottom: 0.75rem; }
.cta-text p  { color: rgba(255,255,255,0.75); font-size: 1rem; }
.cta-actions { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 0.75rem; }

.btn-white {
  background: white;
  color: var(--orange);
  border: 2px solid white;
}
.btn-white:hover {
  background: transparent;
  color: white;
}
.btn-white-outline {
  background: transparent;
  color: white;
  border: 2px solid rgba(255,255,255,0.4);
}
.btn-white-outline:hover {
  border-color: white;
  background: rgba(255,255,255,0.1);
  color: white;
}

/* =============================================
   FOOTER
============================================= */
#site-footer {
  background: var(--gray-900);
  color: rgba(255,255,255,0.6);
  padding: 5rem 0 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
  margin-bottom: 3.5rem;
}
.footer-brand-desc {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.4);
  margin-top: 1.25rem;
  max-width: 260px;
  line-height: 1.7;
}
.footer-col h4 {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.8);
  margin-bottom: 1.25rem;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col ul a { color: rgba(255,255,255,0.45); font-size: 0.875rem; transition: color var(--transition); }
.footer-col ul a:hover { color: var(--orange); }

.footer-contact-item {
  display: flex; align-items: flex-start; gap: 10px;
  margin-bottom: 12px; font-size: 0.875rem; color: rgba(255,255,255,0.45);
}
.footer-contact-item svg { width: 15px; height: 15px; stroke: var(--orange); flex-shrink: 0; margin-top: 2px; fill: none; stroke-width: 1.8; stroke-linecap: round; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.3);
}

/* =============================================
   FADE-IN ANIMATION
============================================= */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.fade-up.visible { opacity: 1; transform: translateY(0); }

/* =============================================
   RESPONSIVE
============================================= */
@media (max-width: 1024px) {
  .hero-content { gap: 2.5rem; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .why-inner { gap: 3rem; }
  .process-steps { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .process-steps::before { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .hero-content { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .hero-panel { display: none; }
  .primary-nav { display: none; }
  .hamburger { display: flex; }
  .why-inner { grid-template-columns: 1fr; }
  .cta-inner { grid-template-columns: 1fr; padding: 3rem 2rem; }
  .cta-actions { flex-direction: row; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: 0.75rem; text-align: center; }
}
@media (max-width: 560px) {
  .services-grid { grid-template-columns: 1fr; }
  .why-visual { grid-template-columns: 1fr 1fr; }
  .process-steps { grid-template-columns: 1fr; }
}

/* WordPress core compat */
.screen-reader-text { position: absolute; clip: rect(1px,1px,1px,1px); height: 1px; width: 1px; overflow: hidden; }
.wp-block-image { margin: 2rem 0; }
.aligncenter { margin: 0 auto; }
.entry-content h2,.entry-content h3 { margin: 2rem 0 1rem; }
.entry-content p { margin-bottom: 1.25rem; color: var(--text-secondary); }
.entry-content ul { list-style: disc; padding-left: 1.5rem; color: var(--text-secondary); }

/* =============================================
   LANGUAGE SWITCHER
============================================= */
.lang-switcher {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 0.5rem;
}
.lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 9px;
  border-radius: 5px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--gray-600);
  text-decoration: none;
  transition: all 0.2s;
  border: 1.5px solid transparent;
}
.lang-btn:hover {
  color: var(--orange);
  border-color: var(--orange);
  background: var(--orange-light);
}
.lang-btn.active {
  color: var(--orange);
  border-color: var(--orange);
  background: var(--orange-light);
}
@media (max-width: 768px) {
  .lang-switcher { margin-right: 0.25rem; }
  .lang-btn { padding: 3px 7px; font-size: 0.68rem; }
}

/* =============================================
   PAGE HERO BANNER
============================================= */
.page-hero-banner {
  background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%);
  padding: calc(72px + 4rem) 0 4rem;
  position: relative;
  overflow: hidden;
}
.page-hero-banner::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 480px; height: 100%;
  background: radial-gradient(ellipse at right, rgba(244,123,32,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.page-hero-banner::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244,123,32,0.3), transparent);
}
.phb-inner { max-width: 720px; }
.phb-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: var(--gray-400);
  margin-bottom: 1.25rem;
}
.phb-breadcrumb a { color: var(--gray-400); transition: color 0.2s; }
.phb-breadcrumb a:hover { color: var(--orange); }
.phb-breadcrumb span:last-child { color: var(--orange); }
.phb-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--white);
  margin: 0 0 0.75rem;
  line-height: 1.15;
}
.phb-subtitle {
  color: var(--gray-400);
  font-size: 1.05rem;
  margin: 0;
  line-height: 1.6;
}
.phb-meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--gray-400);
  font-size: 0.85rem;
  margin-top: 0.75rem;
}
.phb-dot { color: var(--gray-600); }
.phb-cat {
  background: var(--orange-mid);
  color: var(--orange);
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
}

/* =============================================
   PAGE MAIN CONTENT
============================================= */
.page-main {
  padding: 4rem 0 6rem;
}
.page-content-wrap {
  max-width: 860px;
  margin: 0 auto;
}
.page-feat-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin-bottom: 2.5rem;
  box-shadow: var(--shadow-lg);
}
.page-feat-img img { width: 100%; height: auto; display: block; }
.page-body {
  color: var(--text-secondary);
  line-height: 1.85;
  font-size: 1rem;
}
.page-body h2 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 2.5rem 0 1rem;
}
.page-body h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 2rem 0 0.75rem;
}
.page-body p { margin-bottom: 1.4rem; }
.page-body ul, .page-body ol {
  padding-left: 1.5rem;
  margin-bottom: 1.4rem;
}
.page-body li { margin-bottom: 0.4rem; }
.page-body strong { color: var(--text-primary); font-weight: 600; }
.page-body a { color: var(--orange); border-bottom: 1px solid rgba(244,123,32,0.3); }
.page-body a:hover { border-bottom-color: var(--orange); }
.page-body blockquote {
  border-left: 3px solid var(--orange);
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  background: var(--orange-light);
  border-radius: 0 var(--radius) var(--radius) 0;
  color: var(--text-primary);
  font-style: italic;
}

/* Post Navigation */
.post-nav-wrap {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}
.post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.post-navigation .nav-previous,
.post-navigation .nav-next { display: flex; }
.post-navigation .nav-next { justify-content: flex-end; text-align: right; }
.post-navigation a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 1rem 1.25rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition: all 0.2s;
  border-bottom: none;
  max-width: 280px;
}
.post-navigation a:hover {
  border-color: var(--orange);
  background: var(--orange-light);
}
.nav-dir { font-size: 0.75rem; color: var(--orange); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
.nav-post-title { font-size: 0.88rem; color: var(--text-primary); font-weight: 500; line-height: 1.4; }

/* =============================================
   404 PAGE
============================================= */
.error404-wrap {
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: 6rem 0;
}
.error404-inner {
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
}
.e404-num {
  font-family: var(--font-display);
  font-size: clamp(6rem, 15vw, 10rem);
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, var(--orange) 0%, var(--orange-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
}
.e404-title {
  font-family: var(--font-display);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1rem;
}
.e404-desc {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}
.e404-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.e404-links {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.88rem;
  color: var(--text-muted);
}
.e404-links a { color: var(--orange); border-bottom: 1px solid rgba(244,123,32,0.3); }
.e404-links a:hover { border-bottom-color: var(--orange); }

/* =============================================
   CONTACT PAGE
============================================= */
.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-bottom: 3rem;
}
.cinfo-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: all 0.25s;
}
.cinfo-card:hover {
  border-color: var(--orange);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.cinfo-icon {
  width: 44px; height: 44px;
  min-width: 44px;
  background: var(--orange-light);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
}
.cinfo-icon svg {
  width: 20px; height: 20px;
  stroke: var(--orange);
}
.cinfo-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.cinfo-value {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.4;
  display: block;
}
a.cinfo-value:hover { color: var(--orange); }

/* Contact main grid */
.contact-main-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 2.5rem;
  align-items: start;
}

/* Form card */
.contact-form-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  box-shadow: var(--shadow-md);
}
.cf-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.4rem;
}
.cf-subtitle {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 2rem;
}
.cf-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
}
.cf-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 1rem;
}
.cf-field label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-secondary);
}
.cf-field .req { color: var(--orange); }
.cf-field input,
.cf-field select,
.cf-field textarea {
  width: 100%;
  background: var(--gray-50);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 11px 14px;
  color: var(--text-primary);
  font-size: 0.9rem;
  font-family: var(--font-body);
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}
.cf-field input:focus,
.cf-field select:focus,
.cf-field textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px var(--orange-mid);
  background: var(--white);
}
.cf-field textarea { resize: vertical; min-height: 130px; }
.cf-submit {
  width: 100%;
  justify-content: center;
  margin-top: 0.5rem;
}
#form-status {
  font-size: 0.9rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
  margin-bottom: 1rem;
  display: none;
}
#form-status.success {
  display: block;
  background: #f0fdf4;
  color: #16a34a;
  border: 1px solid #bbf7d0;
}
#form-status.error {
  display: block;
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
}

/* Side cards */
.contact-side { display: flex; flex-direction: column; gap: 1.25rem; }
.cside-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
}
.cside-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.75rem;
}
.cside-card p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0;
}
.cside-dark {
  background: var(--gray-900);
  border-color: var(--gray-800);
}
.cside-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.cside-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--gray-400);
  font-size: 0.9rem;
}
.cside-list svg {
  width: 16px; height: 16px;
  min-width: 16px;
  stroke: var(--orange);
}

/* Responsive contact */
@media (max-width: 1024px) {
  .contact-info-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-main-grid { grid-template-columns: 1fr; }
  .contact-side { flex-direction: row; flex-wrap: wrap; }
  .cside-card { flex: 1; min-width: 260px; }
}
@media (max-width: 640px) {
  .contact-info-grid { grid-template-columns: 1fr; }
  .cf-row-2 { grid-template-columns: 1fr; }
  .page-hero-banner { padding: 5.5rem 0 3rem; }
  .phb-title { font-size: 1.75rem; }
  .e404-actions { flex-direction: column; align-items: center; }
  .post-navigation { grid-template-columns: 1fr; }
}

/* =============================================
   SERVICE PAGE — SHARED COMPONENTS
============================================= */
.svc-page-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 4rem;
  padding: 3rem 0;
  border-bottom: 1px solid var(--border);
}
.spi-text h2 {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--text-primary);
  margin: 0.5rem 0 1.25rem;
  line-height: 1.2;
}
.spi-text p {
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 1rem;
}
.spi-text .btn { margin-top: 0.5rem; }

/* Stat grid for consulting */
.spi-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.spi-stat {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: all 0.25s;
}
.spi-stat:hover { border-color: var(--orange); transform: translateY(-2px); }
.ss-num {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 900;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 0.3rem;
}
.ss-label { font-size: 0.8rem; color: var(--text-muted); font-weight: 500; }

/* Service page cards grid */
.svc-page-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
.spg-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  transition: all 0.25s;
}
.spg-card:hover {
  border-color: var(--orange);
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}
.spg-icon {
  width: 48px; height: 48px;
  background: var(--orange-light);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem;
}
.spg-icon svg { width: 22px; height: 22px; stroke: var(--orange); }
.spg-icon-num {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--orange);
  background: var(--orange-light);
}
.spg-card h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.6rem;
  line-height: 1.3;
}
.spg-card p {
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.7;
  margin: 0;
}

/* CTA strip */
.svc-page-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: linear-gradient(135deg, var(--gray-900), var(--gray-800));
  border-radius: var(--radius-xl);
  padding: 2.5rem 3rem;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}
.svc-page-cta::before {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 300px; height: 100%;
  background: radial-gradient(ellipse at right, rgba(244,123,32,0.15), transparent 70%);
  pointer-events: none;
}
.svc-page-cta h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0.3rem;
}
.svc-page-cta p { color: var(--gray-400); font-size: 0.9rem; margin: 0; }

/* Government badges */
.gov-badge-grid {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.gov-badge {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.75rem 1rem;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-primary);
  box-shadow: var(--shadow-sm);
}
.gov-badge span { color: var(--orange); font-weight: 700; }

/* Tech partner grid */
.tech-partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}
.tech-partner {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--text-primary);
  box-shadow: var(--shadow-sm);
  transition: all 0.2s;
}
.tech-partner:hover { border-color: var(--orange); color: var(--orange); }

/* Partners page */
.partners-intro {
  max-width: 720px;
  margin: 0 auto 3.5rem;
  text-align: center;
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.8;
}
.partner-section { margin-bottom: 3.5rem; }
.partner-cat-title {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--border);
}
.partner-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.25rem;
}
.partner-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
  transition: all 0.25s;
}
.partner-card:hover { border-color: var(--orange); box-shadow: var(--shadow-md); transform: translateY(-2px); }
.pc-logo {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 0.3rem;
}
.pc-level {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.75rem;
}
.pc-desc {
  color: var(--text-muted);
  font-size: 0.83rem;
  line-height: 1.6;
  margin: 0;
}

/* Responsive service pages */
@media (max-width: 1024px) {
  .svc-page-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .svc-page-intro { grid-template-columns: 1fr; gap: 2rem; }
  .svc-page-grid { grid-template-columns: 1fr; }
  .svc-page-cta { flex-direction: column; align-items: flex-start; padding: 2rem; }
  .spi-stat-grid { grid-template-columns: repeat(2, 1fr); }
  .tech-partner-grid { grid-template-columns: repeat(2, 1fr); }
}

/* =============================================
   ABOUT PAGE
============================================= */
.about-pvm-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 1.5rem;
  margin-bottom: 4rem;
}
.pvm-card {
  border-radius: var(--radius-lg);
  padding: 2rem;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  transition: all 0.25s;
}
.pvm-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--orange); }
.pvm-purpose { background: var(--white); }
.pvm-vision  { background: var(--orange); }
.pvm-mission { background: var(--gray-900); }
.pvm-icon {
  width: 46px; height: 46px;
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.25rem;
  background: rgba(255,255,255,0.15);
}
.pvm-icon svg { width: 22px; height: 22px; stroke: currentColor; }
.pvm-purpose .pvm-icon { background: var(--orange-light); }
.pvm-purpose .pvm-icon svg { stroke: var(--orange); }
.pvm-card h3 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; margin-bottom: 0.6rem; color: var(--text-primary); }
.pvm-vision h3, .pvm-mission h3 { color: var(--white); }
.pvm-card p { font-size: 0.9rem; line-height: 1.7; margin: 0; color: var(--text-secondary); }
.pvm-vision p, .pvm-mission p { color: rgba(255,255,255,0.8); }

/* Story */
.about-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  padding: 4rem 0;
  border-top: 1px solid var(--border);
  margin-bottom: 4rem;
}
.about-story-text h2 {
  font-family: var(--font-display);
  font-size: clamp(1.4rem,2.5vw,1.8rem);
  font-weight: 800;
  color: var(--text-primary);
  margin: 0.5rem 0 1.25rem;
}
.about-story-text p { color: var(--text-secondary); line-height: 1.8; margin-bottom: 1rem; font-size: 0.95rem; }
.about-story-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.ast-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
  box-shadow: var(--shadow-sm);
  transition: all 0.25s;
}
.ast-item:hover { border-color: var(--orange); transform: translateY(-2px); }
.ast-num { font-family: var(--font-display); font-size: 2rem; font-weight: 900; color: var(--orange); line-height: 1; }
.ast-label { font-size: 0.78rem; color: var(--text-muted); font-weight: 500; }

/* Values */
.about-values { margin-bottom: 3rem; }
.values-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1.25rem;
}
.value-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
  transition: all 0.25s;
  text-align: center;
}
.value-card:hover { border-color: var(--orange); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.vc-emoji { font-size: 2rem; margin-bottom: 0.75rem; display: block; }
.value-card h3 { font-family: var(--font-display); font-size: 0.95rem; font-weight: 700; color: var(--text-primary); margin-bottom: 0.5rem; }
.value-card p { font-size: 0.85rem; color: var(--text-secondary); line-height: 1.65; margin: 0; }

/* Responsive about */
@media (max-width: 1024px) {
  .values-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .about-pvm-grid { grid-template-columns: 1fr; }
  .about-story { grid-template-columns: 1fr; gap: 2rem; }
  .about-story-stats { grid-template-columns: repeat(2,1fr); }
}
