:root {
  --ink: #090b10;
  --graphite: #10141d;
  --panel: #171d29;
  --panel-2: #222a38;
  --muted: #66707d;
  --line: rgba(255, 255, 255, 0.12);
  --gold: #ffc247;
  --amber: #ff7a1a;
  --copper: #b66725;
  --cream: #fff3d2;
  --paper: #f2eadb;
  --green: #20c36b;
  --steel: #9aa7b7;
  --shadow: 0 28px 90px rgba(9, 11, 16, 0.24);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 13% 6%, rgba(255, 194, 71, 0.3), transparent 24rem),
    radial-gradient(circle at 88% 8%, rgba(255, 122, 26, 0.2), transparent 32rem),
    linear-gradient(180deg, #fff7df 0%, #efe5d2 42%, #e7dcc8 100%);
  color: var(--ink);
  font-family: "Manrope", "Avenir Next", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  position: relative;
}

.site-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(16, 19, 24, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 19, 24, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, transparent 0 48%, rgba(255, 122, 26, 0.08) 49% 51%, transparent 52%);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.site-shell::after {
  background:
    linear-gradient(90deg, transparent 0 18px, rgba(9, 11, 16, 0.05) 18px 20px, transparent 20px 38px),
    linear-gradient(135deg, rgba(255, 194, 71, 0.22), rgba(255, 122, 26, 0.06));
  border: 1px solid rgba(9, 11, 16, 0.08);
  border-radius: 999px;
  content: "";
  height: 420px;
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
  right: -210px;
  top: 190px;
  transform: rotate(-28deg);
  width: 720px;
  z-index: 0;
}

.header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(16, 20, 29, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  box-shadow: 0 18px 70px rgba(9, 11, 16, 0.28);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  left: 50%;
  max-width: 1180px;
  padding: 12px 14px 12px 16px;
  position: fixed;
  top: 18px;
  transform: translateX(-50%);
  width: calc(100% - 34px);
  z-index: 20;
}

.brand {
  align-items: center;
  display: flex;
  gap: 12px;
}

.brand-mark {
  align-items: center;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
  display: grid;
  height: 46px;
  overflow: hidden;
  padding: 4px;
  place-items: center;
  width: 46px;
}

.brand-mark img {
  border-radius: 12px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.brand strong,
h1,
h2,
h3 {
  font-family: "Space Grotesk", "Manrope", sans-serif;
}

.brand strong {
  color: white;
  display: block;
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.brand small {
  color: rgba(255, 255, 255, 0.58);
  display: block;
  font-size: 0.75rem;
}

.nav {
  align-items: center;
  display: flex;
  gap: 8px;
}

.nav a {
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.93rem;
  font-weight: 700;
  padding: 10px 14px;
}

.nav a:hover {
  background: rgba(255, 194, 71, 0.13);
  color: white;
}

.header-cta,
.btn {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.header-cta,
.btn.primary {
  background: linear-gradient(135deg, var(--gold), var(--amber));
  box-shadow: 0 16px 40px rgba(255, 122, 26, 0.38);
  color: #171103;
}

.btn.ghost {
  background: rgba(9, 11, 16, 0.08);
  border: 1px solid rgba(9, 11, 16, 0.12);
  color: #171b22;
}

.btn.ghost.dark {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
  color: white;
}

.header-cta:hover,
.btn:hover {
  transform: translateY(-2px);
}

.nav-toggle {
  background: var(--graphite);
  border: 0;
  border-radius: 999px;
  display: none;
  height: 46px;
  padding: 0;
  place-items: center;
  width: 46px;
}

.nav-toggle span {
  background: var(--gold);
  display: block;
  height: 2px;
  margin: 3px 0;
  transition: transform 180ms ease, opacity 180ms ease;
  width: 18px;
}

.nav-toggle.is-open span:first-child {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle.is-open span:last-child {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.8fr);
  margin: 0 auto;
  max-width: 1180px;
  min-height: 780px;
  padding: 172px 18px 82px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: #a7600e;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(3rem, 7.2vw, 5.9rem);
  letter-spacing: -0.08em;
  line-height: 0.9;
  margin-bottom: 26px;
  max-width: 850px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

h2 {
  font-size: clamp(2.1rem, 4vw, 4rem);
  letter-spacing: -0.065em;
  line-height: 0.98;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.35rem;
  letter-spacing: -0.035em;
  margin-bottom: 10px;
}

.hero-text {
  color: #444d59;
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.7;
  max-width: 650px;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.trust-row {
  color: #303844;
  display: flex;
  flex-wrap: wrap;
  font-weight: 800;
  gap: 10px;
  margin-top: 32px;
}

.trust-row span {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(16, 19, 24, 0.08);
  border-radius: 999px;
  padding: 10px 14px;
}

.capability-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
  max-width: 520px;
}

.capability-strip article {
  background: rgba(16, 20, 29, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(9, 11, 16, 0.16);
  color: white;
  overflow: hidden;
  padding: 16px;
  position: relative;
}

.capability-strip article::after {
  background: linear-gradient(90deg, var(--gold), var(--amber));
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

.capability-strip small {
  color: var(--gold);
  display: block;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
}

.capability-strip strong {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
}

.hero-panel {
  align-self: center;
  min-height: 520px;
  position: relative;
}

.circuit-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 38%),
    radial-gradient(circle at 78% 16%, rgba(255, 194, 71, 0.3), transparent 10rem),
    radial-gradient(circle at 12% 86%, rgba(255, 122, 26, 0.18), transparent 14rem),
    var(--graphite);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  color: white;
  min-height: 480px;
  overflow: hidden;
  padding: 34px;
  position: relative;
}

.circuit-card::before,
.circuit-card::after {
  content: "";
  position: absolute;
}

.circuit-card::before {
  border: 1px solid rgba(255, 194, 71, 0.28);
  border-radius: 28px;
  inset: 22px;
}

.circuit-card::after {
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(255, 194, 71, 0.38) 18% 19%, transparent 19%),
    linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 100% 100%, 28px 28px, 28px 28px;
  inset: 0;
  opacity: 0.42;
}

.circuit-card > * {
  position: relative;
  z-index: 1;
}

.pulse-orb {
  animation: pulse 2.4s ease-in-out infinite;
  background: radial-gradient(circle, #fff2a8, var(--gold) 42%, rgba(255, 194, 71, 0.04) 70%);
  border-radius: 50%;
  height: 130px;
  margin: 36px 0 80px auto;
  width: 130px;
}

.circuit-card p {
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.circuit-card h2 {
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.meter {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  height: 12px;
  margin: 28px 0 16px;
  overflow: hidden;
}

.meter span {
  background: linear-gradient(90deg, var(--gold), var(--green));
  border-radius: inherit;
  display: block;
  height: 100%;
}

.circuit-card small {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

.floating-card {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(16, 20, 29, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(9, 11, 16, 0.26);
  color: white;
  display: flex;
  gap: 12px;
  padding: 16px;
  position: absolute;
  z-index: 2;
}

.floating-card strong {
  color: #c16b00;
  font-family: "Space Grotesk", sans-serif;
  font-size: 2rem;
}

.floating-card span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  font-weight: 800;
}

.card-one {
  left: -18px;
  top: 68px;
}

.card-two {
  bottom: 68px;
  right: -18px;
}

.stats,
.section,
.split-section,
.quote-section,
.faq-section,
.contact-section,
.footer {
  margin: 0 auto;
  max-width: 1180px;
  padding-left: 18px;
  padding-right: 18px;
}

.stats {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  padding-bottom: 86px;
}

.stats article {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(255, 246, 224, 0.58)),
    radial-gradient(circle at top right, rgba(255, 194, 71, 0.2), transparent 10rem);
  border: 1px solid rgba(16, 19, 24, 0.08);
  border-radius: var(--radius-lg);
  padding: 24px;
}

.stats strong {
  color: var(--graphite);
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.2rem, 4vw, 4rem);
  letter-spacing: -0.06em;
}

.stats span {
  color: var(--muted);
  font-weight: 800;
}

.section,
.quote-section,
.faq-section,
.contact-section {
  padding-bottom: 96px;
}

.section-heading {
  max-width: 680px;
}

.section-heading.centered {
  margin: 0 auto 28px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: #5d6570;
  font-size: 1.05rem;
  line-height: 1.7;
}

.service-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 22px;
}

.filter,
.tab {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 19, 24, 0.09);
  border-radius: 999px;
  color: #444b55;
  cursor: pointer;
  font-weight: 900;
  padding: 11px 16px;
}

.filter.active,
.tab.active {
  background: linear-gradient(135deg, var(--graphite), var(--panel-2));
  color: var(--gold);
}

.service-grid,
.experience-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.service-card,
.experience-card,
.quote-card,
.contact-card,
.faq-section {
  border: 1px solid rgba(16, 19, 24, 0.08);
  box-shadow: 0 18px 55px rgba(16, 19, 24, 0.08);
}

.service-card,
.experience-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(255, 247, 228, 0.62)),
    radial-gradient(circle at top right, rgba(255, 194, 71, 0.18), transparent 10rem);
  border-radius: var(--radius-lg);
  min-height: 230px;
  padding: 24px;
  position: relative;
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card::before,
.experience-card::before {
  background: linear-gradient(180deg, var(--gold), var(--amber));
  border-radius: 999px;
  content: "";
  height: 54px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 4px;
}

.service-card.is-hidden {
  display: none;
}

.service-card:hover,
.experience-card:hover {
  border-color: rgba(255, 122, 26, 0.28);
  box-shadow: 0 24px 70px rgba(9, 11, 16, 0.13);
  transform: translateY(-5px);
}

.icon {
  align-items: center;
  background: linear-gradient(135deg, #211a0b, #3b2608);
  border-radius: 999px;
  color: var(--gold);
  display: inline-flex;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  margin-bottom: 26px;
  width: 42px;
}

.service-card p,
.experience-card p,
.faq-item small {
  color: #5f6670;
  line-height: 1.65;
}

.split-section {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  padding-bottom: 96px;
}

.showcase {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent),
    var(--graphite);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  color: white;
  overflow: hidden;
  padding: 18px;
}

.showcase-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.showcase .tab {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.72);
}

.showcase .tab.active {
  background: var(--gold);
  color: #211704;
}

.project-visual {
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 194, 71, 0.32), transparent 10rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, #242b38, #10141d);
  background-size: auto, 34px 34px, 34px 34px, auto;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 26px;
  min-height: 360px;
  overflow: hidden;
  padding: 34px;
  position: relative;
}

.wire-line {
  background: linear-gradient(90deg, transparent, var(--gold), var(--amber), transparent);
  display: block;
  height: 2px;
  left: -10%;
  position: absolute;
  top: 44%;
  transform: rotate(-22deg);
  width: 120%;
}

.project-visual h3,
.project-visual p {
  position: relative;
  z-index: 1;
}

.project-visual h3 {
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  margin-top: 150px;
}

.project-visual p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  max-width: 420px;
}

.check-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.check-list li {
  align-items: center;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 19, 24, 0.08);
  border-radius: 16px;
  display: flex;
  font-weight: 800;
  gap: 10px;
  padding: 14px;
}

.check-list li::before {
  background: var(--green);
  border-radius: 50%;
  content: "";
  height: 10px;
  width: 10px;
}

.quote-card,
.contact-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%),
    radial-gradient(circle at top right, rgba(255, 194, 71, 0.3), transparent 24rem),
    radial-gradient(circle at bottom left, rgba(255, 122, 26, 0.13), transparent 18rem),
    var(--graphite);
  border-radius: var(--radius-xl);
  color: white;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 1fr);
  padding: clamp(24px, 5vw, 52px);
}

.quote-card .eyebrow,
.contact-card .eyebrow {
  color: var(--gold);
}

.quote-card p:not(.eyebrow),
.contact-card p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.quote-form {
  display: grid;
  gap: 14px;
}

.quote-form label {
  color: rgba(255, 255, 255, 0.72);
  display: grid;
  font-size: 0.85rem;
  font-weight: 900;
  gap: 8px;
  text-transform: uppercase;
}

.quote-form input,
.quote-form select {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  color: white;
  min-height: 52px;
  outline: 0;
  padding: 0 14px;
}

.quote-form option {
  color: var(--ink);
}

.experience-card.highlight {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent),
    radial-gradient(circle at top right, rgba(255, 194, 71, 0.34), transparent 12rem),
    #17130a;
  color: white;
}

.experience-card.highlight p {
  color: rgba(255, 255, 255, 0.72);
}

.faq-section {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 246, 224, 0.68)),
    radial-gradient(circle at top right, rgba(255, 194, 71, 0.18), transparent 18rem);
  border-radius: var(--radius-xl);
  padding-top: 34px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(16, 19, 24, 0.08);
  border-radius: 18px;
  cursor: pointer;
  padding: 20px;
  text-align: left;
}

.faq-item span {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
}

.faq-item small {
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 180ms ease, opacity 180ms ease, margin 180ms ease;
}

.faq-item.is-open small {
  margin-top: 10px;
  max-height: 140px;
  opacity: 1;
}

.contact-card {
  display: block;
}

.contact-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
}

.contact-grid a {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  min-height: 120px;
  padding: 18px;
}

.contact-grid span {
  color: var(--gold);
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contact-grid strong {
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.footer {
  display: grid;
  gap: 18px;
  padding-bottom: 34px;
}

.footer-map {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 246, 224, 0.62)),
    radial-gradient(circle at top right, rgba(255, 194, 71, 0.14), transparent 16rem);
  border: 1px solid rgba(16, 19, 24, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 55px rgba(16, 19, 24, 0.08);
  overflow: hidden;
  padding: 10px;
}

.footer-map iframe {
  border: 0;
  border-radius: 20px;
  display: block;
  height: 320px;
  width: 100%;
}

.footer-bottom {
  align-items: center;
  color: #5b626d;
  display: flex;
  font-weight: 800;
  justify-content: space-between;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: #9b6810;
}

.whatsapp-float {
  align-items: center;
  background: linear-gradient(135deg, #20c36b, #0c9f54);
  border-radius: 999px;
  bottom: 22px;
  box-shadow: 0 18px 40px rgba(32, 195, 107, 0.35), 0 0 0 8px rgba(32, 195, 107, 0.12);
  color: white;
  display: inline-flex;
  gap: 8px;
  font-weight: 900;
  padding: 14px 20px;
  position: fixed;
  right: 22px;
  z-index: 25;
}

.whatsapp-float::before {
  background: white;
  border-radius: 50%;
  content: "";
  height: 10px;
  width: 10px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(0.96);
    filter: drop-shadow(0 0 16px rgba(248, 189, 38, 0.35));
  }

  50% {
    transform: scale(1.05);
    filter: drop-shadow(0 0 34px rgba(248, 189, 38, 0.7));
  }
}

@media (max-width: 920px) {
  .header {
    border-radius: 28px;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
  }

  .nav-toggle {
    display: grid;
  }

  .header-cta {
    display: inline-flex;
    flex: 1 1 100%;
    justify-content: center;
    min-width: 0;
    order: 3;
    margin-top: 6px;
  }

  .nav {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    left: 14px;
    right: 14px;
    background: rgba(255, 248, 230, 0.98);
    border: 1px solid rgba(16, 19, 24, 0.08);
    border-radius: 22px;
    box-shadow: 0 18px 50px rgba(16, 19, 24, 0.12);
    padding: 12px;
    gap: 8px;
    z-index: 21;
  }

  .nav a {
    display: block;
    width: 100%;
    color: var(--ink);
    padding: 12px 16px;
    background: transparent;
    border-radius: 999px;
  }

  .nav a:hover {
    background: rgba(16, 19, 24, 0.08);
    color: var(--ink);
  }

  .nav.is-open {
    display: grid;
  }

  .hero,
  .split-section,
  .quote-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 142px;
  }

  .stats,
  .service-grid,
  .experience-grid,
  .contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .brand small {
    display: none;
  }

  .brand strong {
    font-size: 0.92rem;
  }

  .hero {
    padding-left: 14px;
    padding-right: 14px;
  }

  h1 {
    font-size: clamp(2.75rem, 14vw, 4.15rem);
  }

  .hero-panel {
    min-height: auto;
  }

  .circuit-card {
    min-height: 420px;
    padding: 24px;
  }

  .floating-card {
    position: static;
    margin-top: 12px;
  }

  .stats,
  .service-grid,
  .experience-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .capability-strip {
    grid-template-columns: 1fr;
  }

  .showcase-tabs,
  .footer-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-map iframe {
    height: 260px;
  }

  .whatsapp-float {
    align-items: center;
    display: inline-flex;
    gap: 10px;
    height: auto;
    min-height: 52px;
    padding: 14px 16px;
    width: auto;
    max-width: calc(100% - 40px);
    justify-content: flex-start;
  }

  .whatsapp-float span {
    display: inline;
    font-size: 0.95rem;
    font-weight: 900;
  }

  .whatsapp-float::before {
    content: "💬";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    color: white;
    font-size: 1rem;
    height: 32px;
    width: 32px;
    margin: 0;
    position: static;
  }

  .quote-card,
  .contact-card {
    border-radius: 26px;
  }
}
