/* =========================================================
   Agency Pro — Premium Business Template
   Easy to customize: change the variables below to rebrand.
   ========================================================= */

:root {
  --brand:        #4f46e5;   /* primary brand color */
  --brand-2:      #7c3aed;   /* gradient accent     */
  --ink:          #0f1222;   /* headings / dark text */
  --body:         #4a5070;   /* body text           */
  --muted:        #8a90ad;   /* secondary text      */
  --bg:           #ffffff;   /* page background      */
  --bg-alt:       #f6f7fb;   /* alternating sections */
  --line:         #e8eaf2;   /* borders             */
  --radius:       18px;
  --shadow:       0 18px 50px -20px rgba(20,24,60,.25);
  --maxw:         1160px;
  --font:         'Plus Jakarta Sans', system-ui, sans-serif;
  --font-body:    'Inter', system-ui, sans-serif;
}

/* ----- Reset ----- */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--body);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { font-family: var(--font); color: var(--ink); line-height: 1.15; letter-spacing: -.02em; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ----- Buttons ----- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font); font-weight: 600; font-size: 15px;
  padding: 14px 26px; border-radius: 999px; cursor: pointer;
  border: 1px solid transparent; transition: transform .2s, box-shadow .2s, background .2s;
}
.btn-sm { padding: 9px 18px; font-size: 14px; }
.btn-block { width: 100%; }
.btn-primary { background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #fff; box-shadow: 0 10px 24px -10px var(--brand); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 16px 30px -12px var(--brand); }
.btn-ghost { color: var(--ink); border-color: var(--line); background: #fff; }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); }

.eyebrow { display: inline-block; font-family: var(--font); font-weight: 700; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--brand); margin-bottom: 14px; }
.grad { background: linear-gradient(120deg, var(--brand), var(--brand-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* ----- Header ----- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.82); backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 6px 20px -16px rgba(0,0,0,.4); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { font-family: var(--font); font-weight: 800; font-size: 22px; color: var(--ink); }
.logo span { color: var(--brand); }
.logo-light { color: #fff; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a { font-family: var(--font); font-weight: 500; font-size: 15px; color: var(--body); transition: color .2s; }
.nav a:hover { color: var(--brand); }
.nav .nav-cta { color: #fff; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: .3s; }

/* ----- Hero ----- */
.hero { padding: 80px 0 90px; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; }
.hero h1 { font-size: clamp(34px, 5vw, 58px); font-weight: 800; margin-bottom: 20px; }
.lead { font-size: 18px; color: var(--body); max-width: 520px; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-stats { display: flex; gap: 40px; }
.hero-stats strong { display: block; font-family: var(--font); font-size: 28px; color: var(--ink); }
.hero-stats span { font-size: 14px; color: var(--muted); }

.hero-card { display: flex; justify-content: center; }
.glass-card {
  width: 100%; max-width: 380px; aspect-ratio: 4/5;
  background: linear-gradient(160deg, #fff, #f3f1ff);
  border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow);
  padding: 34px; display: flex; flex-direction: column; gap: 18px;
  position: relative;
}
.glass-card::before { content: ""; position: absolute; inset: 0; border-radius: 26px; background: radial-gradient(400px 200px at 80% 0%, rgba(124,58,237,.18), transparent 60%); }
.glass-card .bar { height: 16px; border-radius: 8px; background: linear-gradient(90deg, var(--brand), var(--brand-2)); opacity: .85; }
.glass-card .bar.short { width: 55%; }
.glass-card .bar.medium { width: 75%; background: #d9d6f5; }
.grid-mini { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 6px 0; }
.grid-mini span { aspect-ratio: 1; border-radius: 14px; background: #ece9fb; }

/* ----- Logos ----- */
.logos { padding: 26px 0 8px; border-bottom: 1px solid var(--line); }
.logos p { text-align: center; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.logo-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 44px; }
.logo-row span { font-family: var(--font); font-weight: 800; font-size: 18px; color: #c2c6da; letter-spacing: .04em; }

/* ----- Sections ----- */
.section { padding: 96px 0; }
.section-alt { background: var(--bg-alt); }
.section-head { max-width: 640px; margin: 0 auto 56px; text-align: center; }
.section-head h2 { font-size: clamp(28px, 4vw, 42px); font-weight: 800; margin-bottom: 14px; }
.section-head p { font-size: 17px; color: var(--body); }

/* ----- Service cards ----- */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 34px 30px; transition: transform .25s, box-shadow .25s, border-color .25s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: transparent; }
.card-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 14px; font-size: 22px; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); margin-bottom: 20px; }
.card h3 { font-size: 20px; margin-bottom: 10px; }
.card p { font-size: 15px; }

/* ----- Work ----- */
.work-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.work-item { border-radius: var(--radius); overflow: hidden; background: #fff; border: 1px solid var(--line); transition: transform .25s, box-shadow .25s; }
.work-item:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.work-thumb { aspect-ratio: 16/10; }
.thumb-1 { background: linear-gradient(135deg,#6366f1,#a855f7); }
.thumb-2 { background: linear-gradient(135deg,#0ea5e9,#22d3ee); }
.thumb-3 { background: linear-gradient(135deg,#f59e0b,#ef4444); }
.thumb-4 { background: linear-gradient(135deg,#10b981,#14b8a6); }
.work-meta { padding: 22px 24px; }
.work-meta h3 { font-size: 20px; }
.work-meta span { font-size: 14px; color: var(--muted); }

/* ----- About ----- */
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.about-visual { position: relative; }
.about-shape { aspect-ratio: 1; border-radius: 30px; background: linear-gradient(150deg,#4f46e5,#7c3aed 55%,#ec4899); box-shadow: var(--shadow); }
.about-text h2 { font-size: clamp(26px, 3.5vw, 38px); font-weight: 800; margin-bottom: 16px; }
.check-list { list-style: none; margin: 22px 0 30px; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 32px; color: var(--ink); font-weight: 500; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: -1px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; font-size: 12px; color: #fff; background: var(--brand); }

/* ----- Team ----- */
.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.team-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; text-align: center; transition: transform .25s, box-shadow .25s; }
.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.avatar { width: 92px; height: 92px; border-radius: 50%; margin: 0 auto 16px; }
.a1 { background: linear-gradient(135deg,#f472b6,#db2777); }
.a2 { background: linear-gradient(135deg,#60a5fa,#2563eb); }
.a3 { background: linear-gradient(135deg,#34d399,#059669); }
.a4 { background: linear-gradient(135deg,#fbbf24,#d97706); }
.team-card h3 { font-size: 18px; }
.team-card span { font-size: 14px; color: var(--muted); }

/* ----- Quote ----- */
.quote { max-width: 820px; margin: 0 auto; text-align: center; }
.quote p { font-family: var(--font); font-size: clamp(22px,3vw,30px); font-weight: 600; color: var(--ink); line-height: 1.4; margin-bottom: 22px; }
.quote footer { color: var(--muted); font-size: 15px; }

/* ----- CTA / Contact ----- */
.cta-section { padding: 96px 0; background: linear-gradient(135deg,#11142b,#1e1b4b); color: #fff; }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.cta-text h2 { color: #fff; font-size: clamp(28px,4vw,42px); font-weight: 800; margin-bottom: 14px; }
.cta-text p { color: #c7c9e0; font-size: 17px; margin-bottom: 26px; }
.contact-info { list-style: none; display: grid; gap: 12px; color: #d7d9ef; }
.contact-form { background: #fff; border-radius: 22px; padding: 32px; box-shadow: var(--shadow); }
.field { margin-bottom: 16px; }
.field label { display: block; font-family: var(--font); font-weight: 600; font-size: 14px; color: var(--ink); margin-bottom: 7px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line); border-radius: 11px;
  font-family: var(--font-body); font-size: 15px; color: var(--ink); background: #fbfbfe; transition: border-color .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(79,70,229,.15); }
.form-note { margin-top: 12px; font-size: 14px; font-weight: 600; }
.form-note.ok { color: #16a34a; }
.form-note.err { color: #dc2626; }

/* ----- Footer ----- */
.site-footer { background: #0c0e1d; color: #aeb2cc; padding: 64px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 44px; }
.footer-tag { margin-top: 14px; max-width: 280px; font-size: 15px; }
.footer-col h4 { color: #fff; font-size: 15px; margin-bottom: 16px; }
.footer-col a { display: block; padding: 5px 0; font-size: 15px; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.08); font-size: 14px; color: #757a99; }

/* ----- Reveal animation ----- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ----- Responsive ----- */
@media (max-width: 940px) {
  .hero-inner, .about-grid, .cta-grid { grid-template-columns: 1fr; }
  .hero-card { order: -1; }
  .cards-grid, .team-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .nav { position: fixed; inset: 72px 0 auto 0; flex-direction: column; gap: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 10px 24px 22px; transform: translateY(-120%); transition: transform .35s ease; box-shadow: var(--shadow); }
  .nav.open { transform: translateY(0); }
  .nav a { width: 100%; padding: 13px 0; border-bottom: 1px solid var(--line); }
  .nav .nav-cta { margin-top: 12px; border: 0; }
  .nav-toggle { display: flex; }
  .nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle.active span:nth-child(2) { opacity: 0; }
  .nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .cards-grid, .work-grid, .team-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 26px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

/* =========================================================
   MULTI-PAGE ADDITIONS (appended — does not alter rules above)
   ========================================================= */

/* ----- Nav active state ----- */
.nav a.active { color: var(--brand); font-weight: 600; }
.nav a.active.nav-cta { color: #fff; }

/* ----- Button sizes (extends .btn) ----- */
.btn-lg { padding: 16px 34px; font-size: 16px; }

/* ----- Page banner (inner-page header) ----- */
.page-banner {
  position: relative; overflow: hidden;
  padding: 72px 0 60px;
  background: linear-gradient(135deg, #11142b, #1e1b4b);
  color: #fff;
}
.page-banner::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(520px 240px at 85% -10%, rgba(124,58,237,.45), transparent 60%),
              radial-gradient(420px 220px at 10% 120%, rgba(79,70,229,.4), transparent 60%);
}
.page-banner .container { position: relative; z-index: 1; }
.page-banner .eyebrow { color: #c4b5fd; }
.page-banner h1 { color: #fff; font-size: clamp(32px, 5vw, 52px); font-weight: 800; margin-bottom: 14px; }
.banner-lead { color: #c7c9e0; font-size: 18px; max-width: 620px; margin-bottom: 22px; }

/* ----- Breadcrumb ----- */
.breadcrumb { display: flex; align-items: center; gap: 10px; font-family: var(--font); font-size: 14px; font-weight: 600; }
.breadcrumb a { color: #d7d9ef; transition: color .2s; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { color: #9499c4; }
.breadcrumb span[aria-current] { color: #fff; }

/* ----- Stats band (about) ----- */
.stats-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.stat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 26px; text-align: center; transition: transform .25s, box-shadow .25s; }
.stat:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.stat strong { display: block; font-family: var(--font); font-size: clamp(30px, 4vw, 44px); font-weight: 800; background: linear-gradient(120deg, var(--brand), var(--brand-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.stat span { font-size: 14px; color: var(--muted); }

/* ----- Feature rows (why-us / process numbers) ----- */
.feature-rows { display: grid; gap: 22px; max-width: 860px; margin: 0 auto; }
.feature-row { display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 30px; transition: transform .25s, box-shadow .25s; }
.feature-row:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature-num { font-family: var(--font); font-weight: 800; font-size: 24px; line-height: 1; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); }
.feature-row h3 { font-size: 20px; margin-bottom: 8px; }
.feature-row p { font-size: 15px; }

/* ----- Detailed service list ----- */
.service-list { display: grid; gap: 22px; }
.service-block { display: grid; grid-template-columns: auto 1fr; gap: 26px; align-items: start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 32px; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-block:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.service-body h3 { font-size: 22px; margin-bottom: 10px; }
.service-body p { font-size: 15px; margin-bottom: 16px; }
.tag-list { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; }
.tag-list li { font-family: var(--font); font-weight: 600; font-size: 13px; color: var(--brand); background: rgba(79,70,229,.08); border: 1px solid rgba(79,70,229,.18); border-radius: 999px; padding: 6px 14px; }

/* ----- Process grid ----- */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.process-step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px; transition: transform .25s, box-shadow .25s; }
.process-step:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.process-step .feature-num { margin-bottom: 18px; }
.process-step h3 { font-size: 19px; margin-bottom: 8px; }
.process-step p { font-size: 15px; }

/* ----- Pricing ----- */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 36px 30px; transition: transform .25s, box-shadow .25s; }
.price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.price-card.featured { border-color: transparent; box-shadow: var(--shadow); background: linear-gradient(160deg, #fff, #f3f1ff); }
.price-badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); font-family: var(--font); font-weight: 700; font-size: 12px; letter-spacing: .04em; text-transform: uppercase; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); padding: 6px 16px; border-radius: 999px; white-space: nowrap; }
.price-card h3 { font-size: 21px; margin-bottom: 8px; }
.price { font-family: var(--font); font-weight: 800; font-size: 34px; color: var(--ink); margin-bottom: 12px; }
.price span { display: block; font-size: 13px; font-weight: 600; color: var(--muted); letter-spacing: .04em; text-transform: uppercase; }
.price-desc { font-size: 15px; margin-bottom: 18px; }
.price-card .check-list { margin: 0 0 26px; }
.price-card .btn { margin-top: auto; }

/* ----- FAQ ----- */
.faq-wrap { max-width: 820px; }
.faq-list { display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 6px 26px; transition: box-shadow .25s; }
.faq-item[open] { box-shadow: var(--shadow); }
.faq-item summary { list-style: none; cursor: pointer; font-family: var(--font); font-weight: 700; font-size: 17px; color: var(--ink); padding: 20px 30px 20px 0; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 0; top: 16px; font-size: 26px; font-weight: 400; color: var(--brand); transition: transform .25s; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { font-size: 15px; padding-bottom: 20px; }

/* ----- CTA band (inner pages) ----- */
.cta-band { padding: 70px 0; background: linear-gradient(135deg, var(--brand), var(--brand-2)); }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; font-size: clamp(24px, 3.4vw, 36px); font-weight: 800; margin-bottom: 8px; }
.cta-band p { color: rgba(255,255,255,.86); font-size: 17px; }
.cta-band .btn-primary { background: #fff; color: var(--brand); box-shadow: 0 12px 28px -12px rgba(0,0,0,.4); }
.cta-band .btn-primary:hover { transform: translateY(-2px); }

/* ----- Portfolio filter ----- */
.filter-bar { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 44px; }
.filter-btn { font-family: var(--font); font-weight: 600; font-size: 14px; color: var(--body); background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 10px 22px; cursor: pointer; transition: color .2s, border-color .2s, background .2s, transform .2s; }
.filter-btn:hover { color: var(--brand); border-color: var(--brand); }
.filter-btn.active { color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); border-color: transparent; }
.portfolio-grid { grid-template-columns: repeat(3, 1fr); }
.work-item.is-hidden { display: none; }

/* ----- Case studies ----- */
.case-study { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 36px; margin-bottom: 28px; }
.case-study.reverse { grid-template-columns: 1.15fr .85fr; }
.case-study.reverse .case-visual { order: 2; }
.case-visual .about-shape { aspect-ratio: 4/3; }
.shape-2 { background: linear-gradient(150deg,#0ea5e9,#6366f1 55%,#7c3aed); }
.shape-3 { background: linear-gradient(150deg,#f59e0b,#ef4444 55%,#ec4899); }
.case-body h3 { font-size: clamp(22px, 3vw, 30px); font-weight: 800; margin: 8px 0 12px; }
.case-body p { font-size: 16px; margin-bottom: 22px; }
.case-stats { display: flex; flex-wrap: wrap; gap: 34px; }
.case-stats strong { display: block; font-family: var(--font); font-size: 26px; color: var(--ink); }
.case-stats span { font-size: 13px; color: var(--muted); }

/* ----- Contact page ----- */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.contact-details h2 { font-size: clamp(26px, 3.5vw, 38px); font-weight: 800; margin-bottom: 14px; }
.contact-details > p { margin-bottom: 28px; }
.contact-cards { list-style: none; display: grid; gap: 16px; margin-bottom: 30px; }
.contact-card { display: flex; gap: 16px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; }
.contact-ico { width: 46px; height: 46px; flex: none; display: grid; place-items: center; border-radius: 12px; font-size: 18px; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); }
.contact-card h4 { font-size: 14px; color: var(--muted); font-weight: 600; margin-bottom: 2px; }
.contact-card a, .contact-card span { font-family: var(--font); font-weight: 600; color: var(--ink); }
.contact-card a:hover { color: var(--brand); }
.hours-box { background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 26px; }
.hours-box h4 { font-size: 16px; margin-bottom: 14px; }
.hours-list { list-style: none; display: grid; gap: 10px; }
.hours-list li { display: flex; justify-content: space-between; font-size: 15px; color: var(--body); }
.hours-list strong { font-family: var(--font); color: var(--ink); }

/* ----- Map placeholder ----- */
.map-placeholder { position: relative; border-radius: var(--radius); border: 1px solid var(--line); overflow: hidden; text-align: center; padding: 64px 24px; background: linear-gradient(135deg, #eef0fb, #f6f7fb); }
.map-placeholder::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(124,58,237,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(124,58,237,.07) 1px, transparent 1px); background-size: 40px 40px; }
.map-placeholder > * { position: relative; z-index: 1; }
.map-pin { width: 60px; height: 60px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 50%; font-size: 26px; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-2)); box-shadow: var(--shadow); }
.map-placeholder p { font-family: var(--font); font-weight: 700; color: var(--ink); font-size: 17px; }
.map-placeholder span { font-size: 13px; color: var(--muted); }

/* ----- Responsive (multi-page) ----- */
@media (max-width: 940px) {
  .stats-band, .process-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid, .portfolio-grid { grid-template-columns: 1fr 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .case-study, .case-study.reverse { grid-template-columns: 1fr; gap: 28px; }
  .case-study.reverse .case-visual { order: -1; }
  .case-visual .about-shape { aspect-ratio: 16/9; }
}
@media (max-width: 720px) {
  .stats-band, .process-grid, .pricing-grid, .portfolio-grid { grid-template-columns: 1fr; }
  .service-block, .feature-row { grid-template-columns: 1fr; gap: 16px; }
  .cta-band-inner { flex-direction: column; align-items: flex-start; }
  .case-stats { gap: 22px; }
}

/* ----- Photo helper (wired real images onto placeholders) ----- */
.has-photo { background-size: cover; background-position: center; background-repeat: no-repeat; }
.glass-card.has-photo { padding: 0; }
.glass-card.has-photo::before,
.glass-card.has-photo > * { display: none; }
