:root {
  --navy:   #0F172A;   /* Primary - deep navy */
  --navy2:  #1E293B;
  --gold:   #2563EB;   /* Accent - brand blue (replaces old gold system) */
  --gold2:  #3B82F6;   /* Lighter blue - hover/dark-bg accents */
  --gold3:  #1D4ED8;   /* Deeper blue - links/labels */
  --crimson:#FFFFFF;   /* Card background */
  --cream:  #F8FAFC;   /* Page/section background */
  --white:  #ffffff;
  --gray:   #475569;
  --gray2:  #7A7D82;
  --text:   #111827;
  --success:#2E7D32;   /* Reserved for status/live indicators only, never brand use */
  --font-d: 'Fraunces', Georgia, serif;
  --font-b: 'Inter', system-ui, sans-serif;
  --r:      0.75rem;
  --shadow: 0 8px 24px rgba(15,23,42,0.08);
  --border: #E2E8F0;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 14.4px; }
body { font-family: var(--font-b); color: var(--text); line-height: 1.6; background: var(--cream); }
a { text-decoration: none; color: inherit; }
h1,h2,h3,h4,h5 { font-family: var(--font-d); line-height: 1.2; color: var(--navy); }
p { line-height: 1.75; }
img { max-width: 100%; display: block; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }

/* MAIN NAVIGATION */
.main-nav {
  background: #F8F5F2;
  border-bottom: 1px solid rgba(229,168,35,0.25);
  position: sticky;
  top: 0;
  z-index: 9000;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.main-nav .container { max-width: 1400px; padding: 0 40px; }
.nav-inner { display: flex; justify-content: center; align-items: center; padding: 8px 0; gap: 40px; position: relative; flex-wrap: wrap; }
.nav-logo { display: flex; align-items: center; gap: 10px; margin-right: 36px; }
.nav-logo img { width: 54px; height: 54px; object-fit: contain; border-radius: 50%; background: #000; }
.nav-logo-text { line-height: 1.1; }
.nav-logo-text strong { display: block; font-family: "Orbitron", sans-serif; font-size: 9.9px; font-weight: 800; letter-spacing: 0.6px; text-transform: uppercase; color: var(--navy); }
.nav-logo-text span { font-size: 10.8px; letter-spacing: 1px; text-transform: uppercase; color: var(--gold3); font-weight: 600; }
.nav-links { display: flex; gap: 0; list-style: none; align-items: center; flex: 1; justify-content: center; }
.nav-links > li { position: relative; }
.nav-links > li > a {
  display: flex; align-items: center; gap: 4px;
  padding: 8px 14px; font-weight: 500; font-size: 12.6px;
  color: var(--navy); transition: all .25s; white-space: nowrap; cursor: pointer;
}
.nav-links > li > a.active { color: #fff; background: #38BDF8; border-radius: 20px; }
.nav-links > li > a .chevron { font-size: 9px; }
.nav-cta-link { background: linear-gradient(135deg, var(--gold), var(--gold2)); color: var(--navy) !important; padding: 9px 20px !important; border-radius: var(--r); font-weight: 700 !important; margin-left: 8px; }
.nav-social-icons { display: flex; gap: 10px; align-items: center; margin-left: 16px; }
.nav-social-icons a { color: var(--navy); width: 30px; height: 30px; border-radius: 50%; border: 1px solid rgba(30,31,34,0.25); display: flex; align-items: center; justify-content: center; transition: all .25s; font-size: 11.7px; }
.nav-social-icons a:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.nav-search { display: none !important; }

.dropdown-menu { position: absolute; top: calc(100% + 4px); left: 0; background: #fff; border: 1px solid rgba(229,168,35,0.25); border-radius: var(--r); box-shadow: 0 12px 35px rgba(0,0,0,0.12); min-width: 240px; padding: 10px 0; opacity: 0; visibility: hidden; transform: translateY(6px); transition: all 0.22s ease; z-index: 600; }
.nav-links > li.dropdown-open .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu a { display: block; padding: 9px 20px; font-size: 12.6px; color: var(--navy2); font-weight: 400; transition: background .2s, color .2s; }
.dropdown-menu a:hover { background: var(--crimson); color: var(--gold3); }

.hamburger { display: none; background: none; border: none; font-size: 19.8px; color: var(--navy); cursor: pointer; padding: 6px; }
.mobile-nav-panel { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-top: 1px solid rgba(229,168,35,0.25); box-shadow: 0 12px 35px rgba(0,0,0,0.12); z-index: 499; padding: 16px 20px 24px; max-height: 80vh; overflow-y: auto; }
.mobile-nav-panel.open { display: block; }
.mobile-nav-panel a { display: block; padding: 11px 4px; font-weight: 500; font-size: 13.5px; border-bottom: 1px solid rgba(229,168,35,0.15); color: var(--navy2); }
.mobile-nav-panel a:hover { color: var(--gold3); }
.mobile-nav-group-label { font-size: 9.9px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--gold3); padding: 14px 4px 4px; }

/* SECTIONS */
section { padding: 72px 0; }
section.section-center:has(textarea) { padding: 40px 0; }
.section-alt { background: #fff; }
.section-cream { background: var(--cream); }
.section-navy { background: var(--navy); color: #fff; }
.section-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11.2px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px;
  color: var(--gold3); margin-bottom: 10px;
}
.section-label::before { content: ""; display: inline-block; width: 26px; height: 2px; background: var(--gold); border-radius: 2px; }
.section-center .section-label { justify-content: center; }
.section-center .section-label::before { display: none; }
.section-title { font-size: 28.8px; color: var(--navy); margin-bottom: 12px; }
.section-center .section-title::after { content: ""; display: block; width: 50px; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold2)); margin: 14px auto 0; border-radius: 3px; }
.section-navy .section-title { color: #fff; }
.section-sub { font-size: 13.5px; color: var(--gray); max-width: 580px; line-height: 1.75; }
.section-center { text-align: center; }
.section-center .section-sub { margin: 0 auto; }
.section-header { margin-bottom: 37px; }

/* HERO */
.hero {
  min-height: 70vh;
  color: #fff;
  display: flex; align-items: center;
  position: relative; overflow: hidden; isolation: isolate;
  padding: 80px 0 80px;
  background: linear-gradient(135deg, var(--navy) 0%, #2E3033 100%);
}
.hero-photo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(rgba(20,21,23,0.68), rgba(20,21,23,0.65)), url('home_background.jpg') center/cover no-repeat;
  filter: blur(1px) brightness(0.75) saturate(1.1) contrast(1.05);
  z-index: 0; pointer-events: none;
}
.hero .hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.hero h1 { color: #FFFFFF; font-size: 41.4px; line-height: 1.12; margin-bottom: 18px; text-shadow: 0 2px 10px rgba(0,0,0,0.55); }
.hero h1 span { color: var(--gold2); font-weight: 700; }
.hero p { font-size: 15.3px; line-height: 1.8; margin-bottom: 28px; max-width: 500px; color: rgba(255,255,255,0.85); text-shadow: 0 1px 6px rgba(0,0,0,0.4); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-visual { display: flex; align-items: flex-end; justify-content: center; }

.hero-card {
  background: linear-gradient(160deg, rgba(30,31,34,0.9), rgba(20,21,23,0.94));
  border: 1px solid rgba(229,168,35,0.25);
  margin-top: 72px;
  border-radius: 16px;
  padding: 28px 32px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.4);
  backdrop-filter: blur(6px);
}
.hero-card-title { position: relative; padding-bottom: 10px; margin-bottom: 18px; font-size: 11.7px; color: var(--gold2); font-weight: 700; text-transform: uppercase; letter-spacing: 1px; }
.hero-card-title::after { content: ""; position: absolute; left: 0; bottom: 0; width: 36px; height: 2px; background: var(--gold2); }
.hero-check-badge { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border: 1.5px solid var(--gold2); border-radius: 50%; margin-right: 8px; flex-shrink: 0; }
.hero-check-badge i { font-size: 9px; color: var(--gold2); }
.hero-check-badge.trust-badge { border-color: var(--success); }
.hero-check-badge.trust-badge i { color: var(--success); }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border-radius: var(--r); font-weight: 600; font-size: 13.5px; border: none; cursor: pointer; font-family: var(--font-b); transition: all .25s; text-decoration: none; }
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: var(--gold3); transform: translateY(-2px); box-shadow: 0 8px 20px rgba(37,99,235,0.35); }
.btn-outline-light { border: 2px solid rgba(255,255,255,0.45); color: #fff; background: transparent; }
.btn-outline-light:hover { background: rgba(255,255,255,0.12); }
.btn-outline-navy { border: 1px solid var(--border); color: var(--navy); background: #fff; }
.btn-outline-navy:hover { background: var(--navy); color: #fff; }
.btn-whatsapp { background: #25D366; color: #fff; }
.btn-whatsapp:hover { background: #128C7E; transform: translateY(-2px); }
.btn-sm { padding: 9px 18px; font-size: 12.2px; }

/* CARDS - shared look across services/journey/portfolio/blog/testimonials */
.services-grid, .journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card, .journey-card, .portfolio-card, .blog-card, .tcard, .panel-card, .proj-card { background: var(--crimson); border: 1px solid var(--border); border-radius: 12px; box-shadow: var(--shadow); transition: all .3s; }
.service-card, .journey-card { padding: 32px; }
.service-card:hover, .journey-card:hover, .portfolio-card:hover, .blog-card:hover { transform: translateY(-6px); box-shadow: 0 16px 35px rgba(0,0,0,0.1), 0 0 0 1px rgba(229,168,35,0.2); border-color: var(--gold); }
.service-icon, .journey-icon { width: 52px; height: 52px; background: var(--cream); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 19.8px; color: var(--gold3); margin-bottom: 18px; }
.service-card h3, .journey-card h3 { font-size: 15.3px; margin-bottom: 10px; color: var(--navy); }
.service-card p, .journey-card p { font-size: 12.6px; color: var(--gray); line-height: 1.75; }
.service-price { display: inline-block; background: var(--cream); border: 1px solid rgba(229,168,35,0.3); color: var(--gold3); font-size: 11.7px; font-weight: 700; padding: 4px 12px; border-radius: 12px; margin-top: 14px; }

.journey-list { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; flex-grow: 1; }
.journey-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 12.2px; color: var(--navy2); }
.journey-list li i { color: var(--gold3); font-size: 9.9px; margin-top: 4px; flex-shrink: 0; }
.journey-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 16px; border-top: 1px solid rgba(229,168,35,0.2); flex-wrap: wrap; }
.journey-price { font-size: 11.2px; font-weight: 700; color: var(--gold3); }
.journey-link { font-size: 11.7px; font-weight: 600; color: var(--navy); display: inline-flex; align-items: center; gap: 5px; transition: gap .25s; }
.journey-link:hover { gap: 8px; color: var(--gold3); }

.stag, .value-chip, .dev-chip, .hero-tech-tag { background: var(--crimson); color: var(--navy2); padding: 6px 14px; border-radius: 20px; font-size: 11.7px; font-weight: 500; border: 1px solid rgba(229,168,35,0.3); transition: all .25s; }
.stag:hover { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.dev-chip i, .value-chip { color: var(--gold3); }

/* PORTFOLIO CARDS (home page + portfolio.html) */
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.portfolio-card { overflow: hidden; }
.portfolio-thumb { height: 195px; background: var(--navy); position: relative; overflow: hidden; }
.portfolio-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.portfolio-card:hover .portfolio-thumb img { transform: scale(1.05); }
.portfolio-info { padding: 18px 20px; }
.portfolio-tag { font-size: 9.9px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--gold3); margin-bottom: 6px; }
.portfolio-info h3 { font-size: 14px; margin-bottom: 8px; }
.portfolio-info p { font-size: 11.7px; color: var(--gray); line-height: 1.75; margin-bottom: 12px; }
.portfolio-link { font-size: 11.7px; font-weight: 600; color: var(--gold3); display: inline-flex; align-items: center; gap: 5px; transition: gap .25s; }
.portfolio-link:hover { gap: 8px; }
.filter-btn { padding: 8px 18px; border-radius: 20px; border: 1px solid rgba(229,168,35,0.4); background: #fff; color: var(--navy2); font-weight: 600; font-size: 12.2px; cursor: pointer; font-family: var(--font-b); transition: all .25s; }
.filter-btn:hover, .filter-btn.active { background: linear-gradient(135deg, var(--gold), var(--gold2)); border-color: #000000; color: var(--navy); box-shadow: 0 4px 12px rgba(229,168,35,0.35); }

/* TESTIMONIALS */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tcard { padding: 18px; border-top: 3px solid var(--gold); }
.tcard-text { font-size: 11.2px; color: var(--gray); line-height: 1.55; font-style: italic; margin-bottom: 12px; }
.tcard-author { font-weight: 700; font-size: 11.7px; color: var(--navy); }
.tcard-role { font-size: 9.9px; color: var(--gray2); }
.tcard-top { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.tcard-avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 10.8px; flex-shrink: 0; }
.tcard-rating { margin-left: auto; color: var(--gold2); font-size: 11.7px; white-space: nowrap; }
.tcard-rating span { color: var(--gray2); font-size: 9.9px; margin-left: 2px; }
.tcard-actions { display: flex; gap: 16px; border-top: 1px solid rgba(229,168,35,0.15); padding-top: 12px; margin-top: 8px; flex-wrap: wrap; }
.tcard-like, .tcard-reply, .tcard-thumbs-up, .tcard-thumbs-down { background: none; border: none; cursor: pointer; font-size: 11.7px; color: var(--gray2); display: flex; align-items: center; gap: 6px; padding: 4px 8px; border-radius: 6px; transition: all .2s; }
.tcard-like:hover, .tcard-reply:hover, .tcard-thumbs-up:hover, .tcard-thumbs-down:hover { background: var(--cream); color: var(--navy); }
.tcard-like.liked { color: #e0245e; }
.tcard-thumbs-up i.fas { color: var(--success); }
.tcard-thumbs-down i.fas { color: #ef4444; }
.tcard-reply-box { display: none; margin-top: 10px; gap: 8px; }
.tcard-reply-box.open { display: flex; }
.tcard-reply-box input { flex: 1; padding: 8px 12px; border-radius: 6px; border: 1px solid rgba(229,168,35,0.3); font-size: 11.7px; }
.tcard-reply-box button { background: var(--gold); border: none; padding: 8px 14px; border-radius: 6px; font-size: 11.7px; font-weight: 600; color: var(--navy); cursor: pointer; }
.tcard-posted-reply { margin-top: 10px; padding: 10px 12px; background: var(--cream); border-radius: 8px; font-size: 11.7px; color: var(--navy2); display: flex; justify-content: space-between; align-items: center; }
.reply-delete { background: none; border: none; color: var(--gray2); cursor: pointer; font-size: 10.8px; padding: 4px; }
.reply-delete:hover { color: #e0245e; }

/* BLOG / INSIGHTS */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { overflow: hidden; }
.blog-thumb { height: 175px; background: var(--navy); display: flex; align-items: center; justify-content: center; font-size: 34.2px; color: rgba(255,255,255,0.25); }
.blog-thumb img { width: 100%; height: 100%; object-fit: cover; }
.blog-info { padding: 20px; }
.blog-meta { font-size: 10.8px; color: var(--gray2); margin-bottom: 8px; display: flex; gap: 12px; }
.blog-info h3 { font-size: 14.4px; margin-bottom: 10px; line-height: 1.35; }
.blog-info p { font-size: 12.2px; color: var(--gray); line-height: 1.75; margin-bottom: 14px; }
.blog-read-more { font-size: 11.7px; font-weight: 600; color: var(--gold3); display: inline-flex; align-items: center; gap: 5px; }
.insight-categories { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-bottom: 40px; }
.insight-cat-tag { font-size: 9.9px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; color: var(--gold3); background: var(--crimson); padding: 3px 10px; border-radius: 10px; display: inline-block; margin-bottom: 8px; }

/* PANELS / RESOURCES / INDUSTRIES */
.split-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.panel-card { padding: 32px; }
.panel-card h3 { font-size: 18px; margin-bottom: 10px; }
.panel-card p { font-size: 13px; color: var(--gray); line-height: 1.75; margin-bottom: 20px; }
.panel-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
.panel-list li { display: flex; align-items: center; gap: 10px; font-size: 12.6px; color: var(--navy2); }
.panel-list li i { color: var(--gold3); width: 16px; }

.resource-grid, .industries-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; }
.resource-item, .industry-item { background: #fff; border: 1px solid rgba(229,168,35,0.25); border-radius: 12px; padding: 22px 16px; text-align: center; transition: all .25s; }
.resource-item:hover, .industry-item:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: var(--shadow); }
.resource-item i, .industry-item i { font-size: 21.6px; color: var(--gold3); margin-bottom: 10px; display: block; }
.resource-item span, .industry-item span { font-size: 12.2px; font-weight: 600; color: var(--navy2); display: block; }

/* MISSION / VISION / VALUES */
.mv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mv-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; padding: 30px; }
.mv-card i { font-size: 19.8px; color: var(--gold2); margin-bottom: 14px; display: block; }
.mv-card h3 { font-size: 15.3px; color: #fff; margin-bottom: 10px; }
.mv-card p { font-size: 12.6px; color: rgba(255,255,255,0.7); line-height: 1.75; }

/* WHY US */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.why-item { display: flex; align-items: flex-start; gap: 12px; }
.why-item i { color: var(--gold2); font-size: 14.4px; margin-top: 2px; flex-shrink: 0; }
.why-item span { font-size: 13px; color: rgba(255,255,255,0.85); }

/* TABLES */
.support-table, .tier-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); }
.support-table th, .support-table td, .tier-table th, .tier-table td { padding: 15px 20px; text-align: left; font-size: 13px; }
.support-table th, .tier-table th { background: var(--navy); color: #fff; font-weight: 600; font-size: 11.7px; text-transform: uppercase; letter-spacing: 0.5px; }
.support-table td, .tier-table td { border-bottom: 1px solid rgba(229,168,35,0.15); color: var(--navy2); }
.support-table tr:last-child td, .tier-table tr:last-child td { border-bottom: none; }
.support-table td:last-child, .tier-table td:last-child { text-align: right; font-weight: 700; color: var(--gold3); }
.tier-table-wrap { margin-bottom: 37px; }
.tier-table-wrap h4 { font-size: 15.3px; color: var(--navy); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.tier-table-wrap h4 i { color: var(--gold3); }
.tier-table tr.tier-popular td:first-child { position: relative; padding-left: 30px; }
.tier-table tr.tier-popular td:first-child::before { content: "\2605"; position: absolute; left: 10px; color: #000000; }
.tier-table tr.tier-popular { background: var(--cream); }
.pricing-note { font-size: 11.7px; color: var(--gray2); text-align: center; margin-top: 18px; }

/* PROCESS DASHBOARD */
.pd-grid { display: grid; grid-template-columns: 300px 1fr; grid-template-areas: "nav panel"; gap: 24px; max-width: 900px; margin: 0 auto; background: #fff; border: 1px solid rgba(229,168,35,0.2); border-radius: 16px; padding: 10px; box-shadow: var(--shadow); }
.pd-nav { grid-area: nav; display: flex; flex-direction: column; gap: 4px; padding: 10px; }
.pd-step { display: flex; align-items: center; gap: 12px; background: none; border: none; cursor: pointer; text-align: left; padding: 12px 14px; border-radius: 10px; font-family: inherit; transition: background .2s ease; position: relative; }
.pd-step:hover { background: var(--cream); }
.pd-step.active { background: var(--navy); }
.pd-step-num { font-family: var(--font-d); font-weight: 700; font-size: 11.7px; color: var(--gold3); width: 26px; flex-shrink: 0; }
.pd-step.active .pd-step-num { color: #fff; }
.pd-step-name { font-size: 12.6px; font-weight: 600; color: var(--navy2); flex: 1; }
.pd-step.active .pd-step-name { color: #fff; }
.pd-step-check { font-size: 9.9px; color: var(--gold3); display: none; }
.pd-step.completed .pd-step-check { display: inline-block; }
.pd-panel { grid-area: panel; background: var(--cream); border-radius: 12px; padding: 28px 30px; display: flex; align-items: center; }
.pd-panel-inner { width: 100%; }
.pd-panel-inner h4 { font-size: 19.8px; margin-bottom: 6px; }
.pd-panel-time { font-size: 11.2px; font-weight: 700; color: var(--gold3); text-transform: uppercase; letter-spacing: 0.4px; margin-bottom: 14px; }
.pd-panel-desc { font-size: 13px; color: var(--gray); line-height: 1.75; margin-bottom: 18px; }
.pd-deliverables-label { font-size: 10.4px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.4px; color: var(--navy2); margin-bottom: 8px; }
.pd-deliverables { list-style: none; display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; }
.pd-deliverables li { font-size: 12.2px; color: var(--navy2); display: flex; align-items: center; gap: 8px; }
.pd-deliverables li i { color: var(--gold3); font-size: 9.9px; }
.pd-next-btn { color: var(--navy); }
@media (max-width: 800px) {
  .pd-grid { grid-template-columns: 1fr; grid-template-areas: "nav" "panel"; }
  .pd-nav { flex-direction: row; overflow-x: auto; gap: 6px; }
  .pd-step { flex-direction: column; gap: 4px; text-align: center; padding: 10px 12px; min-width: 84px; }
  .pd-step-name { font-size: 10.4px; }
  .pd-panel { padding: 22px 20px; }
}

/* IMPACT METRICS BAND */
.impact-section { background: var(--navy); padding: 56px 0; }
.impact-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; text-align: center; }
.impact-item .impact-num { font-family: var(--font-d); font-size: 32.4px; font-weight: 700; color: var(--gold2); line-height: 1; }
.impact-item .impact-label { font-size: 11.2px; color: rgba(255,255,255,0.68); margin-top: 8px; line-height: 1.4; }

/* FEATURED PROJECTS / CASE STUDIES */
#portfolio .section-header { padding-top: 56px; }
#portfolio .section-header .section-title { font-size: 34.2px; }
.case-study-section { padding: 56px 0; border-bottom: 1px solid rgba(229,168,35,0.15); }
.case-study-section:nth-of-type(even) { background: #fff; }
.case-study-section:nth-of-type(odd)  { background: var(--cream); }
.case-study-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.case-study-inner.reverse .cs-media { order: 2; }
.case-study-inner.reverse .cs-content { order: 1; }
.cs-media { overflow: hidden; border-radius: 14px; }
.cs-media img { width: 100%; border-radius: 14px; box-shadow: 0 20px 50px rgba(30,31,34,0.18); transition: transform .5s ease, box-shadow .5s ease; }
.cs-media:hover img { transform: scale(1.035); }
.cs-badge { display: inline-block; font-size: 10.4px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; color: var(--gold3); background: rgba(229,168,35,0.12); border: 1px solid rgba(229,168,35,0.3); padding: 5px 14px; border-radius: 20px; margin-bottom: 16px; }
.cs-content h3 { font-size: 27px; margin-bottom: 16px; }
.cs-content h4 { font-size: 11.7px; text-transform: uppercase; letter-spacing: .5px; color: var(--gold3); margin: 20px 0 8px; }
.cs-content p { font-size: 13px; color: var(--gray); line-height: 1.75; }
.cs-results { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 8px; }
.cs-results span { font-size: 11.7px; font-weight: 600; color: var(--navy2); background: #fff; border: 1px solid rgba(229,168,35,0.3); padding: 7px 14px; border-radius: 18px; }
.cs-stack { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.cs-stack span, .cs-stack-premium span { font-size: 10.8px; font-weight: 600; color: var(--gold3); background: rgba(229,168,35,0.08); border: 1px solid rgba(229,168,35,0.25); padding: 5px 12px; border-radius: 14px; display: inline-flex; align-items: center; gap: 6px; transition: transform .25s ease; }
.cs-stack-premium span i { color: var(--gold3); }
.cs-stack-premium span:hover, .cs-stack span:hover { transform: translateY(-2px); }
.cs-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.cs-media, .cs-content { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.case-study-section.cs-in .cs-media, .case-study-section.cs-in .cs-content { opacity: 1; transform: translateY(0); }
.case-study-section.cs-in .cs-content { transition-delay: .12s; }

/* Dark showcase panel (Chuka Girls flagship) */
.cs-dark-panel { position: relative; overflow: visible; }


.cs-media-showcase { display: flex; flex-direction: column; gap: 20px; }
.cs-media-showcase img { border-radius: 0; box-shadow: none; }
.cs-media-showcase:hover img { transform: none; }

.macbook-mockup { max-width: 100%; margin: 0 auto; position: relative; z-index: 1; }
.macbook-screen { background: #17181A; border-radius: 14px 14px 4px 4px; padding: 10px 10px 4px; border: 2px solid #2a2a2e; box-shadow: 0 40px 80px rgba(0,0,0,0.55), 0 0 60px rgba(229,168,35,0.15); }
.macbook-product-header { font-size: 9px; font-weight: 700; letter-spacing: 0.6px; color: var(--gold2); padding: 6px 4px; text-align: center; }
.macbook-product-header span { display: block; font-size: 7.6px; font-weight: 500; color: rgba(255,255,255,0.6); letter-spacing: 0.3px; margin-top: 1px; }
.macbook-screen img { width: 100%; border-radius: 4px; display: block; }
.macbook-base { height: 14px; background: linear-gradient(180deg, #d4d4d8, #9a9aa0); border-radius: 0 0 10px 10px; margin: 0 -14px; position: relative; }
.macbook-base::after { content: ""; position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 80px; height: 5px; background: #7a7a80; border-radius: 0 0 6px 6px; }

.cs-kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 16px; }
.cs-kpi-card { background: #fff; border: 1px solid var(--border); border-left: 3px solid var(--gold); border-radius: 4px; padding: 18px 16px; display: flex; flex-direction: column; align-items: flex-start; text-align: left; gap: 6px; box-shadow: 0 4px 14px rgba(15,23,42,0.05); transition: transform .3s ease, box-shadow .3s ease, border-left-color .3s ease; }
.cs-kpi-card:hover { transform: translateX(3px); box-shadow: 0 10px 24px rgba(15,23,42,0.1); border-left-color: var(--gold3); }
.cs-kpi-card i { width: 40px; height: 40px; border-radius: 50%; background: var(--cream); display: flex; align-items: center; justify-content: center; color: var(--gold3); font-size: 14.4px; } .cs-kpi-card strong { color: var(--navy); font-size: 17.1px; }
.cs-kpi-card strong { font-size: 14.4px; font-family: var(--font-d); }
.cs-kpi-card span { font-size: 9.5px; color: var(--gray2); text-transform: uppercase; letter-spacing: .4px; font-weight: 600; }

/* Screenshot gallery (masonry, full-size, uncropped) */
.showcase-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; height: 780px; overflow: hidden; position: relative; }
.showcase-gallery::before, .showcase-gallery::after { content: ""; position: absolute; left: 0; right: 0; height: 50px; z-index: 2; pointer-events: none; }
.showcase-gallery::before { top: 0; background: linear-gradient(180deg, var(--cream) 0%, transparent 100%); }
.showcase-gallery::after { bottom: 0; background: linear-gradient(0deg, var(--cream) 0%, transparent 100%); }
.showcase-col { overflow: hidden; height: 100%; }
.showcase-col-track { display: flex; flex-direction: column; gap: 22px; }
.showcase-col-up .showcase-col-track { animation: showcaseScrollUp 38s linear infinite; }
.showcase-col-down .showcase-col-track { animation: showcaseScrollDown 38s linear infinite; }
.showcase-gallery:hover .showcase-col-track { animation-play-state: paused; }
@keyframes showcaseScrollUp { from { transform: translateY(0); } to { transform: translateY(-50%); } }
@keyframes showcaseScrollDown { from { transform: translateY(-50%); } to { transform: translateY(0); } }
.showcase-card { position: relative; border-radius: 20px; overflow: hidden; border: 1px solid rgba(0,0,0,0.08); box-shadow: 0 10px 26px rgba(30,31,34,0.10); background: rgba(255,255,255,0.9); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; cursor: pointer; }
.showcase-card:hover { transform: translateY(-6px) scale(1.015); box-shadow: 0 22px 46px rgba(30,31,34,0.16), 0 0 0 1px var(--gold), 0 0 30px rgba(229,168,35,0.3); border-color: var(--gold); }
.showcase-card img { width: 100%; height: auto; object-fit: contain; display: block; }
.showcase-badge { position: absolute; top: 8px; right: 8px; background: var(--success); color: #fff; font-size: 8.1px; font-weight: 700; letter-spacing: .5px; padding: 3px 8px; border-radius: 10px; }
.showcase-card-info { padding: 12px 16px 16px; }
.showcase-card-info h5 { font-size: 13px; margin-bottom: 4px; }
.showcase-card-info p { font-size: 10.8px; color: var(--gray); line-height: 1.5; }

/* Key System Modules carousel */
.modules-section { background: var(--navy); padding: 56px 0; }
.modules-carousel-wrap { position: relative; margin-top: 30px; }
.modules-track { display: flex; gap: 20px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; padding-bottom: 10px; }
.modules-track::-webkit-scrollbar { height: 6px; }
.modules-track::-webkit-scrollbar-thumb { background: rgba(229,168,35,0.4); border-radius: 6px; }
.module-card { flex: 0 0 300px; scroll-snap-align: start; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 18px; transition: transform .3s ease, border-color .3s ease; }
.module-card:hover { transform: translateY(-4px); border-color: rgba(229,168,35,0.4); }
.module-card-head { display: flex; align-items: center; gap: 10px; margin-bottom: 4px; }
.module-card-head i { color: var(--gold2); font-size: 14.4px; }
.module-card-head h4 { font-size: 13.5px; color: #fff; }
.module-card p { font-size: 11.2px; color: rgba(255,255,255,0.6); margin-bottom: 12px; }
.module-card img { width: 100%; border-radius: 8px; border: 1px solid rgba(255,255,255,0.08); display: block; }
.modules-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.15); background: rgba(255,255,255,0.08); color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .25s ease; }
.modules-arrow:hover { background: var(--gold); color: var(--navy); }
.modules-arrow-left { left: -14px; }
.modules-arrow-right { right: -14px; }

/* SOLUTIONS PAGE - unified with the rest of the site, no separate green/blue theme */
.solution-block { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; padding: 40px 0; border-bottom: 1px solid rgba(229,168,35,0.15); }
.solution-block:last-child { border-bottom: none; }
.solution-block.reverse { direction: rtl; }
.solution-block.reverse > * { direction: ltr; }
.solution-copy h2 { font-size: 27px; margin-bottom: 14px; }
.solution-copy p { color: var(--gray); font-size: 13.5px; line-height: 1.75; margin-bottom: 16px; }
.solution-visual { background: #fff; border: 1px solid rgba(229,168,35,0.25); border-radius: 16px; padding: 30px; box-shadow: var(--shadow); }
.solution-visual h4 { font-size: 12.6px; text-transform: uppercase; letter-spacing: .5px; color: var(--gold3); margin-bottom: 16px; }
.solution-benefit-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.solution-benefit-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 12.6px; color: var(--navy2); }
.solution-benefit-list li i { color: var(--gold3); margin-top: 3px; flex-shrink: 0; font-size: 11.7px; }
section:has(.solution-block) { padding: 20px 0; }

.services-strip-wrap { background: var(--navy); padding: 16px 0; overflow: hidden; position: relative; }
.services-strip-wrap::before, .services-strip-wrap::after { content: ''; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 2; pointer-events: none; }
.services-strip-wrap::before { left: 0; background: linear-gradient(90deg, var(--navy) 0%, transparent 100%); }
.services-strip-wrap::after  { right: 0; background: linear-gradient(270deg, var(--navy) 0%, transparent 100%); }
.services-strip-track { display: flex; width: max-content; animation: servicesStripScroll 26s linear infinite; }
.services-strip-wrap:hover .services-strip-track { animation-play-state: paused; }
.services-strip-group { display: flex; align-items: center; }
.services-strip-item { display: flex; align-items: center; gap: 10px; padding: 0 30px; font-size: 13px; font-weight: 600; color: #fff; white-space: nowrap; transition: color .25s; text-decoration: none; }
.services-strip-item i { color: var(--gold2); font-size: 12.6px; }
.services-strip-item:hover { color: var(--gold2); }
@keyframes servicesStripScroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.flagship-card { display: flex; flex-direction: column; }
.flagship-card .service-includes { list-style: none; margin: 14px 0; display: flex; flex-direction: column; gap: 6px; }
.flagship-card .service-includes li { font-size: 11.2px; color: var(--navy2); display: flex; align-items: flex-start; gap: 7px; }
.flagship-card .service-includes li i { color: var(--gold3); font-size: 8.1px; margin-top: 5px; flex-shrink: 0; }
.flagship-card .service-audience { font-size: 10.8px; color: var(--gray2); margin-bottom: 12px; font-style: italic; }
.flagship-card .service-price { margin-top: auto; }
.flagship-card-link { display: inline-flex; align-items: center; gap: 6px; font-size: 12.2px; font-weight: 600; color: var(--gold3); margin-top: 12px; transition: gap .25s; }
.flagship-card-link:hover { gap: 9px; }

/* PORTFOLIO.HTML square cards */
.proj-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.proj-card { overflow: hidden; display: flex; flex-direction: column; aspect-ratio: 1/1; }
.proj-thumb { position: relative; height: 36%; overflow: hidden; background: var(--navy); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.proj-thumb img { width: 100%; height: 100%; object-fit: cover; }
.proj-thumb i { font-size: 27px; color: rgba(255,255,255,.55); }
.proj-tag { position: absolute; top: 10px; left: 10px; background: rgba(0,0,0,.6); color: #fff; font-size: 8.6px; font-weight: 600; letter-spacing: .4px; text-transform: uppercase; padding: 4px 9px; border-radius: 20px; z-index: 2; }
.proj-body { padding: 14px 16px 16px; display: flex; flex-direction: column; flex: 1; min-height: 0; }
.proj-body h3 { font-size: 13.5px; line-height: 1.25; margin: 0 0 6px; }
.proj-overview { font-size: 10.4px; color: var(--gray); line-height: 1.55; margin: 0 0 10px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.proj-stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 5px; margin-top: auto; margin-bottom: 8px; }
.proj-stats .stat { background: var(--cream); border-radius: 8px; padding: 5px 4px; text-align: center; }
.proj-stats .stat strong { display: block; font-size: 9.9px; color: var(--navy); line-height: 1.2; }
.proj-stats .stat span { font-size: 7.2px; color: var(--gray2); text-transform: uppercase; letter-spacing: .3px; }
.proj-tech { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 10px; }
.proj-tech span { font-size: 7.6px; background: var(--cream); color: var(--gray); padding: 2.5px 7px; border-radius: 20px; }
.proj-actions { display: flex; gap: 6px; }
.proj-actions a { flex: 1; text-align: center; font-size: 9.5px; font-weight: 600; padding: 7px 0; border-radius: 8px; text-decoration: none; white-space: nowrap; }
.proj-btn-live { background: var(--navy); color: #fff; }
.proj-btn-outline { border: 1px solid var(--navy); color: var(--navy); }
.proj-locked { font-size: 9.5px; color: var(--gray2); text-align: center; padding: 7px 0; flex: 1; }

/* PAGE HERO (inner pages) */
.page-hero { background: linear-gradient(rgba(20,21,23,0.75), rgba(20,21,23,0.72)), url('home_background.jpg') center/cover no-repeat; color: #fff; padding: 120px 0 70px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, rgba(229,168,35,0.12) 0%, transparent 65%); top: -200px; right: -150px; }
.page-hero .container { position: relative; z-index: 1; }
.breadcrumb { font-size: 11.7px; color: rgba(255,255,255,0.55); margin-bottom: 18px; }
.breadcrumb a { color: var(--gold2); }
.page-hero h1 { font-size: 41.4px; margin-bottom: 16px; max-width: 720px; color: #fff; }
.page-hero p { font-size: 15.3px; color: rgba(255,255,255,0.8); max-width: 640px; line-height: 1.75; }

/* TIMELINE (About) */
.timeline { display: flex; flex-direction: column; gap: 26px; max-width: 760px; margin: 0 auto; }
.timeline-item { display: grid; grid-template-columns: 90px 1fr; gap: 22px; align-items: start; }
.timeline-year { font-family: var(--font-d); font-weight: 700; font-size: 16.2px; color: var(--gold3); text-align: right; padding-top: 2px; }
.timeline-body { border-left: 2px solid rgba(229,168,35,0.3); padding-left: 22px; position: relative; padding-bottom: 4px; }
.timeline-body::before { content: ''; position: absolute; left: -7px; top: 4px; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); }
.timeline-body h4 { font-size: 14px; margin-bottom: 4px; }
.timeline-body p { font-size: 12.6px; color: var(--gray); line-height: 1.65; }

/* CASE DETAIL CARD (older format, still used in a couple places) */
.case-detail, .featured-case-detail { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 18px; }
.case-detail-item { background: var(--cream); border: 1px solid rgba(229,168,35,0.25); border-radius: 10px; padding: 16px; }
.case-detail-item strong { display: block; font-size: 10.8px; text-transform: uppercase; letter-spacing: .4px; color: var(--gold3); margin-bottom: 6px; }
.case-detail-item span { font-size: 12.2px; color: var(--navy2); line-height: 1.5; }

/* CONTACT PAGE */
.contact-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }

/* FAQ */
.faq-list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border: 1px solid rgba(229,168,35,0.25); border-radius: 12px; overflow: hidden; }
.faq-q { padding: 18px 22px; font-weight: 600; font-size: 13.5px; color: var(--navy); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-q i { color: var(--gold3); transition: transform .25s; flex-shrink: 0; }
.faq-item.open .faq-q i { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 22px 18px; font-size: 12.6px; color: var(--gray); line-height: 1.75; }
.faq-item.open .faq-a { max-height: 300px; }

/* CTA */
.cta-section { background: linear-gradient(135deg, var(--navy) 0%, #2E3033 100%); text-align: center; padding: 44px 0; position: relative; overflow: hidden; }
.cta-section::before { content: ''; position: absolute; width: 600px; height: 600px; background: radial-gradient(circle, rgba(229,168,35,0.1) 0%, transparent 65%); top: -200px; right: -200px; }
.cta-section h2 { font-size: 28.8px; color: #fff; margin-bottom: 14px; }
.cta-section p { font-size: 14.4px; color: rgba(255,255,255,0.8); max-width: 600px; margin: 0 auto 28px; }
.cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

/* FOOTER */
footer { background: var(--navy); color: rgba(255,255,255,0.7); padding: 48px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 28px; margin-bottom: 20px; }
.footer-brand p { font-size: 12.6px; line-height: 1.75; margin: 14px 0 20px; }
.footer-brand img { border-radius: 50%; background: #000; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-size: 12.6px; color: rgba(255,255,255,0.7); transition: all .25s; }
.footer-social a:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.footer-col h4 { font-family: var(--font-d); font-size: 14.4px; color: #fff; margin-bottom: 18px; }
.footer-col a { display: block; font-size: 12.2px; color: rgba(255,255,255,0.65); margin-bottom: 8px; transition: color .25s; }
.footer-col a:hover { color: var(--gold2); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 11.7px; }
.footer-bottom a { color: var(--gold2); }

/* ARTICLE / CASE STUDY MODAL (insights.html + portfolio.html) */
.article-modal-overlay { display: none; position: fixed; inset: 0; background: rgba(30,31,34,0.6); z-index: 9999; align-items: center; justify-content: center; padding: 24px; }
.article-modal-overlay.open { display: flex; }
.article-modal { background: #fff; max-width: 700px; width: 100%; max-height: 85vh; overflow-y: auto; border-radius: 12px; padding: 40px; position: relative; }
.article-modal-close { position: absolute; top: 16px; right: 20px; background: none; border: none; font-size: 25.2px; cursor: pointer; color: var(--gray2); line-height: 1; }
.article-modal-meta { color: var(--gray2); font-size: 12.6px; margin-bottom: 8px; }
.article-modal h2 { font-family: var(--font-d); margin-bottom: 20px; line-height: 1.3; }
.article-modal blockquote { background: var(--cream); border-left: 4px solid var(--gold3); padding: 16px 20px; margin: 0 0 20px; font-style: italic; }
.article-modal p { margin-bottom: 14px; line-height: 1.75; }
.article-modal h3 { margin: 24px 0 12px; }

/* ANIMATIONS */
.anim { opacity: 0; transform: translateY(28px); transition: opacity .65s ease, transform .65s ease; }
.anim.in { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .services-strip-track, .showcase-col-track { animation: none !important; }
  .cs-media, .cs-content { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-visual { display: flex; margin-top: 28px; }
  .services-grid, .portfolio-grid, .testimonials-grid, .blog-grid, .journey-grid,
  .why-grid, .mv-grid, .cs-kpi-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .split-panel { grid-template-columns: 1fr; }
  .resource-grid, .industries-grid { grid-template-columns: repeat(3, 1fr); }
  .solution-block, .solution-block.reverse { grid-template-columns: 1fr; direction: ltr; gap: 24px; padding: 30px 0; }
  .solution-block.reverse .solution-copy { order: 1; }
  .solution-block.reverse .solution-visual { order: 2; }
  .case-detail, .featured-case-detail { grid-template-columns: 1fr 1fr; }
  .timeline-item { grid-template-columns: 60px 1fr; }
  .case-study-inner, .case-study-inner.reverse { grid-template-columns: 1fr; gap: 28px; }
  .case-study-inner .cs-content { order: 1; }
  .case-study-inner .cs-media { order: 2; }
  .case-study-inner.reverse .cs-media, .case-study-inner.reverse .cs-content { order: initial; }
  .showcase-gallery { height: 620px; }
  .impact-grid { grid-template-columns: repeat(3, 1fr); row-gap: 32px; }
}
@media (max-width: 720px) {
  .nav-links { display: none; }
  .hamburger { display: block; }
  .nav-social-icons { display: none; }
  .hero h1 { font-size: 32.4px; }
  .section-title { font-size: 25.2px; }
  .services-grid, .portfolio-grid, .testimonials-grid, .blog-grid, .journey-grid,
  .why-grid, .mv-grid, .proj-grid, .case-study-inner { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr !important; }
  .service-card[style*='grid-column'] { grid-column: auto !important; }
  .proj-card { aspect-ratio: auto; }
  .case-study-inner .cs-content { order: 1; }
  .case-study-inner .cs-media { order: 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  section { padding: 48px 0; }
  .resource-grid, .industries-grid { grid-template-columns: 1fr 1fr; }
  .page-hero { padding: 104px 0 55px; }
  .page-hero h1 { font-size: 27px; }
  .case-detail, .featured-case-detail { grid-template-columns: 1fr; }
  .contact-columns { grid-template-columns: 1fr; gap: 30px; }
  .impact-grid { grid-template-columns: 1fr 1fr; }
  .cs-kpi-grid { grid-template-columns: 1fr 1fr; }
  .showcase-gallery { grid-template-columns: 1fr; height: 480px; }
  .modules-arrow { display: none; }
  .module-card { flex: 0 0 250px; }
}
@media (max-width: 640px) {
  html, body { overflow-x: hidden; max-width: 100%; }
  .container { padding: 0 18px; }
  .hero { min-height: auto; padding: 72px 0 50px; }
  .hero h1 { font-size: 27px; line-height: 1.2; }
  .hero p { font-size: 13px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-card, .cs-dark-panel { padding: 20px; margin-top: 24px; }
  .nav-inner { flex-wrap: wrap; gap: 10px; padding: 10px 0; }
  .nav-logo-text strong { font-size: 9px; }
  img { max-width: 100%; height: auto; }
  table { display: block; overflow-x: auto; }
  .btn { padding: 11px 20px; font-size: 12.6px; }
  footer { padding: 32px 0 20px; }
  .footer-grid { gap: 20px; }
  .footer-col h4 { margin-bottom: 10px; font-size: 12.6px; }
  .footer-col a { margin-bottom: 6px; font-size: 11.7px; }
  .footer-brand p { font-size: 11.7px; margin: 8px 0 12px; }
  .footer-bottom { padding-top: 16px; font-size: 10.8px; }
}

/* Small dashboard screenshot above description text */
.cs-mini-mockup { max-width: 320px; border-radius: 10px; overflow: hidden; box-shadow: 0 12px 30px rgba(30,31,34,0.18); margin-bottom: 20px; border: 1px solid rgba(229,168,35,0.2); }
.cs-mini-mockup img { width: 100%; display: block; }

/* Fix showcase gallery cropping on mobile - full image visible, no wall-clipping */
@media (max-width: 720px) {
  .showcase-gallery { height: 560px; }
  .showcase-card img { object-fit: contain; height: auto; }
  .cs-dark-panel { padding: 30px 16px 24px; }
}
@media (max-width: 640px) {
  .showcase-gallery { height: 500px; margin: 0 -4px; }
  .cs-dark-panel { overflow: visible; }
}


































/* Featured Projects (homepage) matched to portfolio.html proj-card style */
.portfolio-card .proj-stats { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin: 14px 0; }
.portfolio-card .proj-stats .stat { background: var(--cream); border-radius: 8px; padding: 10px 6px; text-align: center; }
.portfolio-card .proj-stats .stat strong { display: block; font-size: 13.5px; color: var(--navy); }
.portfolio-card .proj-stats .stat span { font-size: 9px; color: var(--gray2); text-transform: uppercase; letter-spacing: .3px; }
.portfolio-card .proj-tech { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px; }
.portfolio-card .proj-tech span { font-size: 9.9px; background: var(--cream); color: var(--gray); padding: 3px 10px; border-radius: 20px; }
.portfolio-card .proj-actions { display: flex; gap: 8px; padding: 0 20px 20px; }
.portfolio-card .proj-actions a { flex: 1; text-align: center; font-size: 11.7px; font-weight: 600; padding: 10px 0; border-radius: 8px; text-decoration: none; }
.portfolio-card .proj-btn-live { background: var(--navy); color: #fff; }
.portfolio-card .proj-btn-outline { border: 1px solid var(--navy); color: var(--navy); }






/* Compact the Community comment form */
#comments-section .container, .comment-form-wrap { max-width: 560px !important; }

/* Contact page - "How We Take It From Here" + contact info cards */
.contact-columns { align-items: start; }
.what-list { list-style: none; display: flex; flex-direction: column; gap: 14px; padding: 0; }
.what-list li { display: flex; align-items: flex-start; gap: 14px; font-size: 13px; color: var(--navy2); line-height: 1.6; background: #fff; border: 1px solid rgba(229,168,35,0.2); border-radius: 12px; padding: 14px 16px; box-shadow: var(--shadow); }
.what-list li i { width: 34px; height: 34px; min-width: 34px; border-radius: 50%; background: var(--cream); color: var(--gold3); display: flex; align-items: center; justify-content: center; font-size: 12.6px; }
.what-services h4 { font-size: 15.3px; margin-bottom: 16px; color: var(--navy); }

.contact-columns > div:last-child > div[style*="flex-direction:column"] > div {
  background: #fff; border: 1px solid rgba(229,168,35,0.2); border-radius: 12px; padding: 16px 18px; box-shadow: var(--shadow);
}



.pricing-card-delivery { font-size: 12px; color: var(--gray2); margin: 6px 0 12px; display: flex; align-items: center; gap: 6px; }
.pricing-card-delivery i { color: var(--gold3); }


/* Small floating title card, Peponi-style, sits over hero/section boundary only */
.fp-title-float {
  position: relative;
  z-index: 3;
  margin-top: -90px;
  margin-bottom: 0;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(15,23,42,0.18);
  padding: 28px 30px;
  text-align: center;
}
.fp-title-float .section-title { margin-bottom: 6px; }
.fp-title-float p { font-size: 13.5px; color: var(--gray2); }
.fp-title-float .section-label { display: block; margin-bottom: 6px; }
.fp-title-float .section-label::before { display: none; }
.fp-title-float .section-label::before { display: none; }
@media (max-width: 720px) {
  .fp-title-float { margin-top: -30px; padding: 20px 20px; max-width: 90%; }
}

/* Mobile/tablet touch-friendliness pass */
@media (max-width: 768px) {
  a, button, .btn, .pricing-card-cta, .flagship-card-link, .service-card, .fp-title-float { -webkit-tap-highlight-color: transparent; }
  .btn, .pricing-card-cta, a.flagship-card-link { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; }
  html, body { overflow-x: hidden; width: 100%; }
  input, textarea, select { font-size: 16px; } /* prevents iOS auto-zoom on focus */
  .showcase-gallery { touch-action: pan-y; }
}

details summary { list-style: none; cursor: pointer; }
details summary::-webkit-details-marker { display: none; }
