/* ============================================================
   AMPM Builders — Theme (matches maduraihomes.in design language)
   Navy · Orange · White
============================================================ */
:root {
  --navy:       #1a365d;
  --navy-2:     #234574;
  --navy-3:     #15294a;
  --orange:     #f59e0b;
  --orange-2:   #fcb43c;
  --orange-3:   #d97706;
  --bg:         #ffffff;
  --bg-alt:     #f8fafc;
  --bg-alt-2:   #eef2f7;
  --ink:        #111827;
  --ink-soft:   #374151;
  --muted:      #6b7280;
  --line:       #e5e7eb;
  --line-2:     #d1d5db;
  --white:      #ffffff;
  --shadow-sm:  0 1px 3px rgba(15, 23, 42, .06);
  --shadow:     0 8px 24px rgba(15, 23, 42, .08);
  --shadow-lg:  0 20px 50px rgba(15, 23, 42, .14);
  --radius:     10px;
  --radius-lg:  16px;
  --maxw:       1200px;
  --ease:       cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink-soft);
  background: var(--bg);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s var(--ease); }
button { font: inherit; border: 0; background: none; cursor: pointer; }

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

h1, h2, h3, h4, h5 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--navy);
  letter-spacing: -.01em;
}
h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); font-weight: 800; }
h2 { font-size: clamp(2rem, 3.6vw, 2.6rem); font-weight: 700; }
h3 { font-size: 1.25rem; }
h4 { font-size: 1.05rem; }
h5 { font-size: .92rem; letter-spacing: .04em; text-transform: uppercase; font-weight: 700; }

.accent { color: var(--orange); }
.eyebrow {
  display: inline-block;
  font-size: .78rem;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--orange);
  font-weight: 700;
  margin-bottom: 14px;
}
.eyebrow.dark { color: var(--navy); }

/* ===== HEADER (white, with navy logo + blue Get Quote pill) ===== */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 14px 0;
  background: rgba(255,255,255,.95);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid transparent;
  transition: all .25s var(--ease);
}
.site-header.scrolled {
  background: rgba(255,255,255,.98);
  border-bottom-color: var(--line);
  box-shadow: 0 1px 4px rgba(15,23,42,.04);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand { display: flex; flex-direction: column; line-height: 1.05; }
.brand-mark {
  font-weight: 800; font-size: 1.5rem;
  color: var(--navy); letter-spacing: -.01em;
}
.brand-dot { color: var(--orange); margin: 0 1px; }
.brand-sub {
  font-size: .62rem; letter-spacing: .25em;
  margin-top: 4px; color: var(--muted); font-weight: 600;
}

.primary-nav { display: flex; gap: 28px; align-items: center; }
.primary-nav a {
  font-size: .94rem; font-weight: 500; color: var(--navy);
  position: relative; padding: 6px 0;
  transition: color .2s var(--ease);
}
.primary-nav a:hover { color: var(--orange); }
.primary-nav a.active { color: var(--orange); }
.primary-nav a.active::after {
  content: ''; position: absolute; left: 50%; bottom: -4px;
  transform: translateX(-50%); width: 18px; height: 2px;
  background: var(--orange); border-radius: 2px;
}

.cta-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--navy); color: var(--white) !important;
  padding: 11px 22px; border-radius: 8px;
  font-size: .9rem; font-weight: 600;
  transition: all .25s var(--ease);
  box-shadow: 0 4px 14px rgba(26,54,93,.25);
}
.cta-pill:hover { background: var(--navy-2); transform: translateY(-1px); }
.cta-pill .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); animation: pulse 1.6s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.4)} }

.hamburger { display: none; flex-direction: column; gap: 5px; padding: 6px; }
.hamburger span { width: 24px; height: 2px; background: var(--navy); transition: .3s; border-radius: 2px; }

/* ===== HERO (navy bg, image overlay, curved bottom, yellow accents) ===== */
.hero {
  position: relative; min-height: 88vh; max-height: 880px;
  display: flex; align-items: center;
  overflow: hidden; color: var(--white);
  padding: 130px 0 110px;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(135deg, rgba(26,54,93,.92) 0%, rgba(26,54,93,.75) 60%, rgba(26,54,93,.6) 100%),
    url("https://images.unsplash.com/photo-1600585154340-be6161a56a0c?auto=format&fit=crop&w=2000&q=80") center/cover;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: radial-gradient(60% 60% at 70% 30%, rgba(245,158,11,.18), transparent 70%);
}
.hero::after {
  content: ''; position: absolute; bottom: -1px; left: 0; right: 0;
  height: 60px; background: var(--bg);
  clip-path: ellipse(80% 100% at 50% 100%);
  z-index: 1;
}
.hero-inner { position: relative; z-index: 2; max-width: 880px; text-align: center; margin: 0 auto; }
.hero .eyebrow { color: var(--orange-2); margin-bottom: 18px; }
.hero h1 { color: var(--white); margin-bottom: 22px; line-height: 1.1; }
.lede {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: rgba(255,255,255,.9);
  max-width: 700px; margin: 0 auto 36px;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-bottom: 50px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 26px; border-radius: 8px;
  font-weight: 600; font-size: .94rem;
  transition: all .25s var(--ease);
  letter-spacing: .01em;
  border: 2px solid transparent;
}
.btn-primary { background: var(--orange); color: var(--navy) !important; box-shadow: 0 6px 20px rgba(245,158,11,.3); }
.btn-primary:hover { background: var(--orange-2); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(245,158,11,.4); }
.btn-ghost { background: transparent; color: var(--white) !important; border-color: rgba(255,255,255,.7); }
.btn-ghost:hover { background: var(--white); color: var(--navy) !important; border-color: var(--white); }
.btn-dark { background: var(--navy); color: var(--white) !important; }
.btn-dark:hover { background: var(--navy-2); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(26,54,93,.3); }
.btn-light { background: var(--white); color: var(--navy) !important; border-color: var(--line); }
.btn-light:hover { background: var(--bg-alt); border-color: var(--navy); }
.btn.full { width: 100%; }

.hero-stats {
  display: flex; gap: 60px; flex-wrap: wrap; justify-content: center;
}
.hero-stats > div { display: flex; flex-direction: column; align-items: center; }
.hero-stats strong {
  font-size: 2.3rem; color: var(--orange-2); font-weight: 800; line-height: 1;
}
.hero-stats span { font-size: .78rem; color: rgba(255,255,255,.75); letter-spacing: .1em; text-transform: uppercase; margin-top: 6px; font-weight: 500; }

.scroll-cue { display: none; }

/* ===== STATS CARDS (under hero) ===== */
.stats-bar {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 18px; margin: -40px auto 70px;
  position: relative; z-index: 5; max-width: 980px;
  padding: 0 24px;
}
.stat-card {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 28px 24px; text-align: center;
  box-shadow: var(--shadow); border: 1px solid var(--line);
  transition: all .3s var(--ease);
}
.stat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--orange); }
.stat-card .ico {
  width: 50px; height: 50px; border-radius: 12px; margin: 0 auto 14px;
  background: rgba(245,158,11,.12); color: var(--orange);
  display: grid; place-items: center;
}
.stat-card .ico svg { width: 24px; height: 24px; }
.stat-card strong {
  display: block; font-size: 1.9rem; color: var(--navy); font-weight: 800; line-height: 1;
}
.stat-card span { display: block; font-size: .82rem; color: var(--muted); margin-top: 6px; }

/* ===== SECTIONS ===== */
.section { padding: 90px 0; }
.section-alt { background: var(--bg-alt); }
.section-dark { background: var(--navy); color: rgba(255,255,255,.85); }
.section-dark h2 { color: var(--white); }

.section-head { text-align: center; max-width: 700px; margin: 0 auto 56px; }
.section-head.light .eyebrow { color: var(--orange-2); }
.section-head h2 .accent { color: var(--orange); }
.section-sub { color: var(--muted); margin-top: 14px; font-size: 1.02rem; }
.section-dark .section-sub { color: rgba(255,255,255,.7); }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }

/* ===== ABOUT VISUAL (home + about) ===== */
.about-visual { position: relative; min-height: 460px; }
.about-card-1, .about-card-2 {
  position: absolute; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
  background-size: cover; background-position: center;
}
.about-card-1 {
  top: 0; left: 0; width: 70%; height: 70%;
  background-image: url("https://images.unsplash.com/photo-1502005229762-cf1b2da7c5d6?auto=format&fit=crop&w=1200&q=80");
}
.about-card-2 {
  bottom: 0; right: 0; width: 60%; height: 55%;
  background-image: url("https://images.unsplash.com/photo-1565182999561-18d7dc61c393?auto=format&fit=crop&w=1200&q=80");
  border: 8px solid var(--bg);
}
.about-badge {
  position: absolute; bottom: 24px; left: 24px;
  background: var(--orange); color: var(--navy);
  padding: 16px 20px; border-radius: var(--radius);
  display: flex; flex-direction: column; gap: 4px;
  box-shadow: var(--shadow-lg); z-index: 2;
}
.about-badge strong { font-size: 1.3rem; font-weight: 800; }
.about-badge span { font-size: .76rem; line-height: 1.3; }

.check-list { list-style: none; margin: 24px 0; }
.check-list li {
  position: relative; padding: 8px 0 8px 30px;
  color: var(--ink-soft); font-size: 1rem;
}
.check-list li::before {
  content: '✓'; position: absolute; left: 0; top: 8px;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--orange); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: .72rem; font-weight: 700;
}

/* ===== SERVICES GRID ===== */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.service-card {
  position: relative;
  background: var(--white); border-radius: var(--radius-lg);
  padding: 36px 28px; transition: all .3s var(--ease);
  border: 1px solid var(--line);
  text-align: center;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
  border-color: var(--orange);
}
.svc-icon {
  width: 64px; height: 64px; border-radius: 16px;
  background: rgba(26,54,93,.08); color: var(--navy);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  transition: all .3s var(--ease);
}
.service-card:hover .svc-icon {
  background: var(--orange); color: var(--white);
  transform: scale(1.05);
}
.svc-icon svg { width: 28px; height: 28px; }
.service-card h3 { margin-bottom: 10px; color: var(--navy); }
.service-card p { color: var(--muted); font-size: .94rem; }

/* ===== PROJECTS ===== */
.projects-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.project {
  position: relative; height: 320px; border-radius: var(--radius-lg);
  overflow: hidden; cursor: pointer;
  background-size: cover; background-position: center;
  transition: transform .4s var(--ease);
}
.project::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,54,93,.85) 0%, rgba(26,54,93,0) 50%);
  transition: background .35s var(--ease);
}
.project:hover { transform: scale(1.02); }
.project figcaption {
  position: absolute; left: 22px; bottom: 20px; right: 22px; z-index: 2; color: var(--white);
}
.project h4 { color: var(--white); margin-bottom: 4px; font-size: 1.2rem; }
.project span { font-size: .82rem; color: var(--orange-2); letter-spacing: .04em; font-weight: 500; }

.dyn-projects-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 24px;
}
.dyn-project {
  background: var(--white); border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--line); transition: all .3s var(--ease);
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-sm);
}
.dyn-project:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--orange); }
.dyn-project .dp-img {
  position: relative;
  width: 100%; aspect-ratio: 4/3; background: var(--bg-alt) center/cover no-repeat;
}
.dyn-project .dp-cat {
  position: absolute; top: 14px; left: 14px;
  background: var(--orange); color: var(--navy);
  padding: 5px 12px; border-radius: 4px;
  font-size: .68rem; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  box-shadow: var(--shadow-sm);
}
.dyn-project .dp-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.dyn-project h4 { font-size: 1.15rem; color: var(--navy); margin-bottom: 8px; }
.dyn-project .dp-meta {
  display: flex; align-items: center; gap: 6px;
  font-size: .85rem; color: var(--muted); margin-bottom: 12px;
}
.dyn-project .dp-meta::before {
  content: ''; width: 14px; height: 14px;
  background: var(--orange); -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5'><path d='M12 2c4 0 7 3 7 7 0 5-7 13-7 13S5 14 5 9c0-4 3-7 7-7z'/><circle cx='12' cy='9' r='2'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5'><path d='M12 2c4 0 7 3 7 7 0 5-7 13-7 13S5 14 5 9c0-4 3-7 7-7z'/><circle cx='12' cy='9' r='2'/></svg>") center/contain no-repeat;
}
.dyn-project .dp-desc { font-size: .92rem; color: var(--ink-soft); line-height: 1.6; flex: 1; }

/* ===== PAGE BANNER (about/services/projects/contact) ===== */
.page-banner {
  position: relative; padding: 150px 0 100px;
  color: var(--white); text-align: center; overflow: hidden;
}
.page-banner::before {
  content: ''; position: absolute; inset: 0;
  background:
    linear-gradient(135deg, rgba(26,54,93,.92) 0%, rgba(26,54,93,.78) 100%),
    var(--banner-img, url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=2000&q=80")) center/cover;
}
.page-banner > .container { position: relative; z-index: 2; }
.page-banner h1 { color: var(--white); margin-bottom: 14px; font-size: clamp(2.2rem, 4.4vw, 3.4rem); }
.page-banner p { color: rgba(255,255,255,.85); font-size: 1.05rem; max-width: 700px; margin: 0 auto; }
.breadcrumb {
  display: inline-flex; gap: 8px; align-items: center;
  font-size: .78rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--orange-2); margin-bottom: 16px; font-weight: 700;
}
.breadcrumb a { color: rgba(255,255,255,.7); }
.breadcrumb a:hover { color: var(--white); }
.breadcrumb .sep { color: rgba(255,255,255,.4); }

/* ===== STORY (about) ===== */
.story-grid {
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 60px; align-items: start;
}
.story-block .eyebrow { margin-bottom: 12px; }
.story-block h2 { margin-bottom: 20px; }
.story-block p { margin-bottom: 16px; color: var(--ink-soft); font-size: 1rem; }
.signature {
  margin-top: 28px; padding-top: 20px; border-top: 1px solid var(--line);
}
.sig-name { font-size: 1.2rem; font-weight: 700; color: var(--navy); }
.sig-role { font-size: .85rem; color: var(--muted); margin-top: 2px; }

.values-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px;
}
.value-card {
  background: var(--white); padding: 30px 26px; border-radius: var(--radius-lg);
  border: 1px solid var(--line); transition: all .3s var(--ease);
}
.value-card:hover { border-color: var(--orange); transform: translateY(-4px); box-shadow: var(--shadow); }
.value-card .v-icon {
  width: 48px; height: 48px; border-radius: 12px; background: rgba(26,54,93,.08);
  display: grid; place-items: center; color: var(--navy); margin-bottom: 16px;
  transition: all .3s var(--ease);
}
.value-card:hover .v-icon { background: var(--orange); color: var(--white); }
.value-card h4 { font-size: 1.05rem; margin-bottom: 8px; color: var(--navy); }
.value-card p { font-size: .92rem; color: var(--muted); }

/* ===== WHY GRID (in dark section) ===== */
.why-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px;
}
.why-card {
  padding: 32px 28px; border-radius: var(--radius-lg);
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  transition: all .3s var(--ease);
}
.why-card:hover { background: rgba(255,255,255,.1); border-color: var(--orange); transform: translateY(-3px); }
.why-num { display: block; font-size: 2.2rem; color: var(--orange); margin-bottom: 12px; line-height: 1; font-weight: 800; }
.why-card h4 { color: var(--white); margin-bottom: 10px; font-weight: 600; }
.why-card p { color: rgba(255,255,255,.65); font-size: .92rem; }

/* ===== SERVICE DETAIL ===== */
.svc-detail {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
  margin-bottom: 80px; padding-bottom: 80px; border-bottom: 1px solid var(--line);
}
.svc-detail:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
.svc-detail.reverse > div:first-child { order: 2; }
.svc-img {
  height: 360px; border-radius: var(--radius-lg); background: center/cover no-repeat;
  box-shadow: var(--shadow-lg);
}
.svc-detail h3 { font-size: 1.7rem; margin-bottom: 14px; color: var(--navy); }
.svc-num {
  display: inline-block; font-size: .85rem; color: var(--orange);
  margin-bottom: 8px; letter-spacing: .12em; text-transform: uppercase; font-weight: 700;
}
.svc-detail ul { list-style: none; margin: 18px 0; }
.svc-detail ul li {
  position: relative; padding: 6px 0 6px 28px; color: var(--ink-soft); font-size: .95rem;
}
.svc-detail ul li::before {
  content: '✓'; position: absolute; left: 0; top: 6px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--orange); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: .65rem; font-weight: 700;
}

/* ===== PROCESS TIMELINE ===== */
.process {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px; margin-top: 30px;
}
.proc-step {
  position: relative; padding: 30px 22px;
  background: var(--white); border-radius: var(--radius-lg); border: 1px solid var(--line);
  transition: all .3s var(--ease);
}
.proc-step:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--orange); }
.proc-num {
  position: absolute; top: -16px; left: 22px;
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--orange); color: var(--navy);
  display: grid; place-items: center;
  font-weight: 800; font-size: 1.05rem;
  box-shadow: 0 4px 12px rgba(245,158,11,.3);
}
.proc-step h4 { margin: 14px 0 8px; color: var(--navy); font-size: 1rem; font-weight: 600; }
.proc-step p { color: var(--muted); font-size: .9rem; }

/* ===== FAQ ===== */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); margin-bottom: 12px; overflow: hidden;
  transition: all .25s var(--ease);
}
.faq-item:hover { border-color: var(--orange); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 18px 22px;
  font-weight: 600; color: var(--navy);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 1rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; color: var(--orange); font-size: 1.5rem; font-weight: 400;
  transition: transform .25s var(--ease);
}
.faq-item[open] summary::after { content: '−'; }
.faq-item .faq-body {
  padding: 0 22px 18px; color: var(--ink-soft); font-size: .95rem; line-height: 1.7;
}

/* ===== FILTER BAR ===== */
.filter-bar {
  display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 40px;
}
.filter-btn {
  padding: 9px 20px; border-radius: 999px; border: 1px solid var(--line);
  background: var(--white); color: var(--navy); font-weight: 500;
  cursor: pointer; transition: all .2s var(--ease); font-size: .88rem;
}
.filter-btn:hover { border-color: var(--orange); color: var(--orange); }
.filter-btn.active { background: var(--navy); color: var(--white); border-color: var(--navy); }

/* ===== TESTIMONIALS ===== */
.testimonials {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px;
}
.testimonial {
  background: var(--white); border-radius: var(--radius-lg);
  padding: 32px 28px; border: 1px solid var(--line); position: relative;
  transition: all .3s var(--ease);
}
.testimonial:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.testimonial::before {
  content: '"'; position: absolute; top: 4px; left: 22px;
  font-size: 4.5rem; color: var(--orange); line-height: 1; font-weight: 800;
}
.testimonial blockquote {
  font-style: italic; color: var(--ink-soft); margin: 30px 0 18px; font-size: .98rem; line-height: 1.7;
}
.testimonial cite { font-style: normal; font-weight: 700; color: var(--navy); display: block; }
.testimonial .t-meta { font-size: .82rem; color: var(--muted); margin-top: 2px; }

/* ===== CONTACT ===== */
.contact-cards {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin-bottom: 60px;
}
.cc-card {
  background: var(--white); padding: 32px 24px; border-radius: var(--radius-lg);
  border: 1px solid var(--line); transition: all .3s var(--ease); text-align: center;
  display: block;
}
.cc-card:hover { border-color: var(--orange); transform: translateY(-3px); box-shadow: var(--shadow); }
.cc-icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: rgba(245,158,11,.12); margin: 0 auto 16px;
  display: grid; place-items: center; color: var(--orange);
}
.cc-icon svg { width: 22px; height: 22px; }
.cc-card h4 { font-weight: 600; font-size: 1rem; margin-bottom: 6px; color: var(--navy); }
.cc-card p, .cc-card a { color: var(--ink-soft); font-size: .94rem; }
.cc-card a:hover { color: var(--orange); }

.contact-wrap { gap: 50px; }
.contact-list { list-style: none; margin-top: 30px; }
.contact-list li { display: flex; gap: 16px; padding: 14px 0; }
.ci {
  width: 44px; height: 44px; border-radius: 12px;
  background: rgba(245,158,11,.12); color: var(--orange);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.ci svg { width: 20px; height: 20px; }
.contact-list strong { display: block; font-size: .78rem; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 2px; font-weight: 700; }
.contact-list a, .contact-list span { color: var(--navy); font-weight: 500; }
.contact-list a:hover { color: var(--orange); }

.contact-form {
  background: var(--white); padding: 36px;
  border-radius: var(--radius-lg); box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.field { margin-bottom: 18px; }
.field label {
  display: block; font-size: .82rem; font-weight: 600;
  margin-bottom: 8px; color: var(--navy);
}
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px;
  border: 1px solid var(--line); border-radius: 8px;
  background: var(--white); font: inherit; color: var(--ink);
  transition: all .2s var(--ease);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(245,158,11,.18);
}
.field textarea { resize: vertical; min-height: 100px; }
.form-note { margin-top: 14px; font-size: .9rem; color: var(--orange); min-height: 1.4em; }

.map-wrap {
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow); border: 1px solid var(--line); margin-top: 50px;
}
.map-wrap iframe { display: block; width: 100%; height: 380px; border: 0; }

/* ===== CTA BANNER ===== */
.cta-banner {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-3) 100%);
  color: var(--white); padding: 70px 0; text-align: center; position: relative; overflow: hidden;
}
.cta-banner::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(50% 80% at 80% 50%, rgba(245,158,11,.18), transparent 70%);
}
.cta-banner > .container { position: relative; z-index: 2; }
.cta-banner h2 { color: var(--white); margin-bottom: 14px; }
.cta-banner h2 .accent { color: var(--orange-2); }
.cta-banner p { color: rgba(255,255,255,.78); margin-bottom: 30px; max-width: 580px; margin-left: auto; margin-right: auto; }
.cta-banner .ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ===== FOOTER ===== */
.site-footer {
  background: var(--navy-3); color: rgba(255,255,255,.65);
  padding: 70px 0 24px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px; padding-bottom: 50px;
}
.site-footer .brand-mark { color: var(--white); }
.site-footer h5 { color: var(--white); margin-bottom: 18px; }
.site-footer a { display: block; color: rgba(255,255,255,.6); font-size: .92rem; padding: 5px 0; }
.site-footer a:hover { color: var(--orange); }
.site-footer .muted { color: rgba(255,255,255,.45); font-size: .9rem; display: block; padding: 5px 0; }
.footer-bottom {
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1);
  display: flex; justify-content: space-between; align-items: center;
  font-size: .85rem; color: rgba(255,255,255,.5);
  flex-wrap: wrap; gap: 12px;
}

/* ===== FLOATING WHATSAPP ===== */
.float-wa {
  position: fixed; bottom: 24px; right: 24px; z-index: 90;
  width: 54px; height: 54px; border-radius: 50%;
  background: #25d366; color: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 30px rgba(37,211,102,.45);
  transition: transform .3s var(--ease);
}
.float-wa:hover { transform: scale(1.08); }
.float-wa svg { width: 26px; height: 26px; }

/* ===== RESPONSIVE ===== */
@media (max-width: 960px) {
  .grid-2, .story-grid { grid-template-columns: 1fr; gap: 50px; }
  .projects-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-visual { min-height: 400px; }
  .section { padding: 70px 0; }
  .svc-detail, .svc-detail.reverse > div:first-child {
    grid-template-columns: 1fr; gap: 30px; order: unset;
    margin-bottom: 60px; padding-bottom: 60px;
  }
}
@media (max-width: 720px) {
  .primary-nav {
    position: fixed; top: 0; right: -100%; width: 78%; height: 100vh;
    background: var(--white); flex-direction: column;
    padding: 100px 30px 30px; gap: 18px;
    box-shadow: var(--shadow-lg); transition: right .3s var(--ease);
  }
  .primary-nav.open { right: 0; }
  .primary-nav a { font-size: 1.1rem; padding: 10px 0; border-bottom: 1px solid var(--line); width: 100%; }
  .hamburger { display: flex; z-index: 200; }
  .hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
  .hamburger.open span:nth-child(2) { opacity: 0; }
  .hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }
  .desktop-only { display: none; }
  .hero-stats { gap: 30px; }
  .hero-stats strong { font-size: 1.8rem; }
  .projects-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .contact-form { padding: 26px; }
  .stats-bar { margin-top: -30px; }
}

/* ===== REVEAL ON SCROLL ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: all .7s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }
