:root {
  --bg: #ffffff;
  --bg-soft: #f3f9ff;
  --panel: rgba(255, 255, 255, 0.92);
  --panel-strong: #e8f5ff;
  --line: rgba(249, 115, 22, 0.18);
  --text: #111827;
  --muted: #4b5563;
  --accent: #f97316;
  --accent-2: #ffb703;
  --teal: #0ea5e9;
  --shadow: 0 26px 70px rgba(14, 116, 183, 0.14);
  --radius: 28px;
  --radius-sm: 20px;
  --max: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(56, 189, 248, 0.22), transparent 28%),
    radial-gradient(circle at bottom right, rgba(249, 115, 22, 0.14), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f4faff 42%, #ffffff 100%);
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: -1;
  opacity: 0.45;
}

body::before {
  top: -90px;
  left: -100px;
  background: rgba(56, 189, 248, 0.22);
}

body::after {
  right: -100px;
  bottom: 12%;
  background: rgba(249, 115, 22, 0.16);
}

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

img {
  max-width: 100%;
  display: block;
}

.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(14, 116, 183, 0.12);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 280px;
}

.brand-badge {
  width: 300px;
  height: 82px;
  object-fit: contain;
  object-position: left center;
  border-radius: 14px;
  /* background: rgba(255, 255, 255, 0.92); */
  padding: 2px 0;
  box-shadow: 0 14px 35px rgba(14, 116, 183, 0.12);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #111827;
  font-size: 0.96rem;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
  background: linear-gradient(90deg, var(--accent), var(--teal));
}

.nav-links a:hover::after,
.nav-links a.active::after {
  transform: scaleX(1);
}

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

.phone {
  color: var(--accent);
  font-weight: 700;
  white-space: nowrap;
}

.button,
.button-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  cursor: pointer;
}

.button {
  color: #ffffff;
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
  box-shadow: 0 18px 40px rgba(249, 115, 22, 0.24);
}

.button-ghost {
  color: var(--accent);
  border: 1px solid rgba(249, 115, 22, 0.24);
  background: rgba(255, 255, 255, 0.68);
}

.button:hover,
.button-ghost:hover {
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  border: 0;
  color: var(--text);
  background: transparent;
  font-size: 1.7rem;
  cursor: pointer;
}

.hero,
.page-hero {
  position: relative;
  padding: 36px 0 72px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 28px;
  align-items: stretch;
}

.slider {
  position: relative;
  min-height: 640px;
  overflow: hidden;
  border-radius: 36px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(232, 245, 255, 0.92));
  border: 1px solid rgba(14, 116, 183, 0.12);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 0.8s ease, transform 0.8s ease;
  pointer-events: none;
  padding: 72px 56px;
  display: grid;
  align-items: end;
  background-size: cover;
  background-position: center;
}

.slide::before,
.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background:
    linear-gradient(180deg, rgba(2, 38, 72, 0.04), rgba(2, 74, 122, 0.38)),
    linear-gradient(120deg, rgba(255, 255, 255, 0.24), transparent 48%),
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.18), transparent 24%); */
}

.slide.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.slide-1 {
  background-image:
    /* linear-gradient(135deg, rgba(2, 74, 122, 0.62), rgba(255, 255, 255, 0.2)), */
    url("https://images.unsplash.com/photo-1565008447742-97f6f38c985c?auto=format&fit=crop&w=1400&q=80");
}

.slide-2 {
  background-image:
    /* linear-gradient(135deg, rgba(2, 74, 122, 0.62), rgba(255, 255, 255, 0.2)), */
    url("https://images.unsplash.com/photo-1581092580497-e0d23cbdf1dc?auto=format&fit=crop&w=1400&q=80");
}

.slide-3 {
  background-image:
    /* linear-gradient(135deg, rgba(2, 74, 122, 0.62), rgba(255, 255, 255, 0.2)), */
    url("https://images.unsplash.com/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=1400&q=80");
}

.eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.1);
  border: 1px solid rgba(249, 115, 22, 0.18);
  color: var(--accent);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.slide-content,
.page-banner-content {
  position: relative;
  z-index: 1;
}

.slide-content,
.page-banner-content,
.service-detail-banner .page-banner-content {
  color: #ffffff;
}

.slide-content p,
.page-banner-content p,
.service-detail-banner .page-banner-content p {
  color: #ffffff;
}

.slide-content .eyebrow,
.page-banner-content .eyebrow,
.service-detail-banner .page-banner-content .eyebrow {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.26);
}

.slide-content h1,
.page-banner h1,
.hero-copy h1 {
  margin: 18px 0 14px;
  max-width: 16ch;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 5vw, 5.6rem);
  line-height: 0.96;
}

.slide-content p,
.page-banner p,
.hero-copy p,
.section-head p,
.lead,
.copy,
.card-copy,
.timeline p,
.list-copy {
  color: var(--muted);
  line-height: 1.82;
}

.slide-content p,
.page-banner p,
.hero-copy p {
  color: #ffffff;
}

.slide-content p,
.page-banner p,
.hero-copy p {
  max-width: 60ch;
  margin: 0 0 28px;
  font-size: 1.03rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.slider-nav {
  position: absolute;
  left: 56px;
  right: 56px;
  bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  z-index: 3;
}

.dots {
  display: flex;
  gap: 10px;
}

.dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(14, 116, 183, 0.2);
  border: 0;
  padding: 0;
  cursor: pointer;
}

.dot.active {
  background: linear-gradient(135deg, var(--accent-2), var(--accent));
  transform: scale(1.15);
}

.slider-arrows {
  display: flex;
  gap: 10px;
}

.arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid rgba(14, 116, 183, 0.16);
  background: rgba(255, 255, 255, 0.82);
  color: var(--teal);
  font-size: 1.2rem;
  cursor: pointer;
}

.hero-side,
.stack {
  display: grid;
  gap: 22px;
}

.glass-card,
.panel,
.service-card,
.value-card,
.contact-card,
.timeline-card,
.faq-item,
.metric-card,
.feature-card,
.form-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 250, 255, 0.92));
  border: 1px solid rgba(14, 116, 183, 0.12);
  box-shadow: var(--shadow);
}

.service-card {
  display: block;
  color: inherit;
  min-height: 100%;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(249, 115, 22, 0.34);
}

.glass-card::before,
.panel::before,
.service-card::before,
.value-card::before,
.contact-card::before,
.timeline-card::before,
.metric-card::before,
.feature-card::before,
.form-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--teal));
}

.hero-visual {
  min-height: 280px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at center, rgba(56, 189, 248, 0.18), transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(232, 245, 255, 0.96));
}

.hero-visual img {
  width: min(92%, 420px);
  border-radius: 24px;
  /* background: rgba(255, 255, 255, 0.95); */
  padding: 18px;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.35));
  animation: float 4.5s ease-in-out infinite;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

.stats,
.metric-grid,
.service-grid,
.grid-3,
.grid-4,
.contact-grid,
.footer-grid {
  display: grid;
  gap: 22px;
}

.stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 22px;
}

.stat,
.metric-card {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(14, 116, 183, 0.12);
}

.stat strong,
.metric-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--accent);
  font-size: 1.8rem;
}

section {
  padding: 84px 0;
}

.section-head {
  display: grid;
  gap: 16px;
  margin-bottom: 36px;
}

.section-head h2 {
  margin: 14px 0 0;
  max-width: 22ch;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 3vw, 3.7rem);
  line-height: 1.02;
}

.section-head p {
  margin: 0;
  max-width: 72ch;
}

.split,
.two-col,
.about-grid,
.faq-wrap,
.contact-layout,
.page-hero-grid,
.process-grid,
.cta-band {
  display: grid;
  gap: 24px;
}

.split,
.about-grid,
.faq-wrap,
.contact-layout,
.page-hero-grid {
  grid-template-columns: 1fr 1fr;
}

.service-grid,
.grid-3,
.contact-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4,
.metric-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.copy-card,
.panel-soft {
  padding: 34px;
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(244, 250, 255, 0.9));
  border: 1px solid var(--line);
}

.impact-list,
.bullet-list,
.timeline {
  display: grid;
  gap: 16px;
}

.impact-item,
.bullet-item,
.timeline-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.impact-index,
.bullet-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent), var(--teal));
}

.service-icon,
.value-icon {
  width: 54px;
  height: 54px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--accent);
  background: rgba(249, 115, 22, 0.1);
}

.service-card h3,
.value-card h3,
.contact-card h3,
.feature-card h3,
.timeline-card h3 {
  margin: 18px 0 12px;
  font-size: 1.2rem;
}

.card-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--teal);
  font-weight: 800;
}

.service-detail-hero {
  padding: 36px 0 72px;
}

.service-detail-banner {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid rgba(14, 116, 183, 0.12);
  box-shadow: var(--shadow);
  background-size: cover;
  background-position: center;
  display: grid;
  align-items: end;
  padding: 60px;
}

.service-detail-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 74, 122, 0.12), rgba(2, 38, 72, 0.72)),
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.22), transparent 28%),
    radial-gradient(circle at bottom left, rgba(14, 165, 233, 0.18), transparent 34%);
}

.service-detail-banner h1 {
  max-width: 13ch;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 24px;
  align-items: stretch;
}

.service-side-image {
  min-height: 420px;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid rgba(14, 116, 183, 0.12);
  box-shadow: var(--shadow);
}

.service-side-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-gallery {
  display: grid;
  grid-template-rows: 1fr auto;
  background: #ffffff;
}

.service-gallery-track {
  position: relative;
  min-height: 460px;
}

.service-gallery-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.service-gallery-slide.active {
  opacity: 1;
}

.service-gallery-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-gallery-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-top: 1px solid rgba(249, 115, 22, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 250, 255, 0.96));
}

.service-gallery-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(249, 115, 22, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--accent);
  font-size: 1.1rem;
  cursor: pointer;
}

.service-gallery-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.service-gallery-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(14, 165, 233, 0.22);
  cursor: pointer;
}

.service-gallery-dot.active {
  background: var(--accent);
  transform: scale(1.15);
}

.timeline.compact {
  margin-top: 18px;
}

.page-banner {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid rgba(14, 116, 183, 0.12);
  box-shadow: var(--shadow);
  background-size: cover;
  background-position: center;
  display: grid;
  align-items: end;
  padding: 56px;
}

.page-banner.about-banner {
  background-image:
    linear-gradient(135deg, rgba(2, 74, 122, 0.68), rgba(255, 255, 255, 0.18)),
    url("https://images.unsplash.com/photo-1581094794329-c8112a89af12?auto=format&fit=crop&w=1400&q=80");
}

.page-banner.services-banner {
  background-image:
    linear-gradient(135deg, rgba(2, 74, 122, 0.68), rgba(255, 255, 255, 0.18)),
    url("https://images.unsplash.com/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=1400&q=80");
}

.page-banner.contact-banner {
  background-image:
    linear-gradient(135deg, rgba(2, 74, 122, 0.68), rgba(255, 255, 255, 0.18)),
    url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=1400&q=80");
}

.page-banner h1 {
  max-width: 18`ch;
}

.kicker-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(249, 115, 22, 0.16);
  color: var(--accent);
}

.timeline {
  margin-top: 20px;
}

.timeline-card {
  padding: 24px;
  border-radius: 22px;
}

.timeline-card strong {
  color: var(--accent);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

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

.faq-item h3 {
  margin: 0 0 10px;
}

.contact-card span,
.label {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
}

.contact-list,
.footer-links,
.socials {
  padding: 0;
  margin: 0;
  list-style: none;
}

.contact-list li,
.footer-links li,
.socials li {
  margin-bottom: 12px;
  color: var(--muted);
}

.form-grid {
  display: grid;
  gap: 16px;
}

.form-grid.two {
  grid-template-columns: 1fr 1fr;
}

.form-alert {
  padding: 14px 16px;
  border-radius: 16px;
  font-weight: 700;
}

.form-alert p {
  margin: 0;
}

.form-alert p + p {
  margin-top: 6px;
}

.form-alert.success {
  color: #065f46;
  background: #d1fae5;
  border: 1px solid rgba(5, 150, 105, 0.22);
}

.form-alert.error {
  color: #9a3412;
  background: #ffedd5;
  border: 1px solid rgba(249, 115, 22, 0.26);
}

input,
textarea,
select {
  width: 100%;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(249, 115, 22, 0.16);
  background: rgba(255, 255, 255, 0.86);
  color: var(--text);
  font: inherit;
}

textarea {
  min-height: 160px;
  resize: vertical;
}

.cta-band {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(224, 247, 255, 0.95), rgba(255, 247, 237, 0.92));
  border: 1px solid rgba(249, 115, 22, 0.14);
}

footer {
  padding: 28px 0 44px;
  border-top: 1px solid rgba(14, 116, 183, 0.12);
  background: rgba(244, 250, 255, 0.94);
}

.footer-grid {
  grid-template-columns: 1.15fr 0.8fr 0.8fr;
  align-items: start;
}

.footer-grid h3 {
  margin: 0 0 14px;
}

.footer-grid p,
.footer-grid a {
  color: var(--muted);
}

.footer-base {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(14, 116, 183, 0.12);
  color: #6b8198;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 0.92rem;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 120;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 800;
  background: linear-gradient(135deg, #25d366, #128c7e);
  box-shadow: 0 18px 42px rgba(18, 140, 126, 0.32);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float::before {
  content: "";
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 3C9.46 3 4.1 8.35 4.1 14.93c0 2.1.55 4.14 1.6 5.94L4 27l6.29-1.65a11.9 11.9 0 0 0 5.75 1.47h.01c6.58 0 11.94-5.35 11.94-11.93C27.99 8.35 22.63 3 16.04 3Zm0 21.8h-.01c-1.73 0-3.42-.46-4.9-1.33l-.35-.21-3.73.98 1-3.63-.24-.37a9.85 9.85 0 0 1-1.52-5.31c0-5.37 4.37-9.74 9.75-9.74 2.6 0 5.05 1.02 6.9 2.86a9.67 9.67 0 0 1 2.86 6.88c0 5.37-4.38 9.74-9.76 9.74Zm5.35-7.29c-.29-.15-1.73-.85-2-.95-.27-.1-.46-.15-.66.15-.19.29-.75.95-.92 1.14-.17.19-.34.22-.63.07-.29-.15-1.24-.46-2.36-1.46-.87-.78-1.46-1.74-1.63-2.03-.17-.29-.02-.45.13-.6.13-.13.29-.34.44-.51.15-.17.19-.29.29-.49.1-.19.05-.37-.02-.51-.07-.15-.66-1.58-.9-2.17-.24-.57-.48-.49-.66-.5h-.56c-.19 0-.51.07-.78.37-.27.29-1.02 1-1.02 2.43 0 1.44 1.05 2.82 1.19 3.02.15.19 2.06 3.15 4.99 4.42.7.3 1.24.48 1.67.62.7.22 1.34.19 1.84.12.56-.08 1.73-.71 1.98-1.39.24-.68.24-1.27.17-1.39-.07-.12-.27-.19-.56-.34Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.whatsapp-float:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 52px rgba(18, 140, 126, 0.4);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

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

@media (max-width: 1100px) {
  .hero-grid,
  .split,
  .service-detail-grid,
  .about-grid,
  .faq-wrap,
  .contact-layout,
  .page-hero-grid,
  .cta-band {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .grid-3,
  .contact-grid,
  .footer-grid,
  .metric-grid,
  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .nav {
    flex-wrap: wrap;
  }

  .brand {
    min-width: 0;
  }

  .brand-badge {
    width: 240px;
    height: 68px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links,
  .nav-cta {
    width: 100%;
    display: none;
  }

  .nav-links.open,
  .nav-cta.open {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .slider,
  .page-banner,
  .service-detail-banner {
    min-height: 560px;
  }

  .slide,
  .page-banner,
  .service-detail-banner {
    padding: 56px 28px 110px;
  }

  .slider-nav {
    left: 28px;
    right: 28px;
  }
}

@media (max-width: 640px) {
  section {
    padding: 68px 0;
  }

  .service-grid,
  .grid-3,
  .contact-grid,
  .footer-grid,
  .metric-grid,
  .grid-4,
  .stats,
  .form-grid.two {
    grid-template-columns: 1fr;
  }

  .slide-content h1,
  .hero-copy h1,
  .page-banner h1,
  .service-detail-banner h1,
  .section-head h2 {
    max-width: 100%;
  }
}
