:root {
  --blue-950: #0f2a88;
  --blue-900: #1739c6;
  --blue-700: #3362ff;
  --blue-500: #2096f3;
  --yellow-500: #ffca0a;
  --yellow-400: #ffd94a;
  --ink-900: #1b2340;
  --ink-700: #45506f;
  --ink-500: #66708c;
  --white: #ffffff;
  --sand-100: #f8f5ef;
  --sand-200: #f2ece1;
  --line: rgba(18, 35, 97, 0.08);
  --shadow-soft: 0 18px 40px rgba(35, 63, 165, 0.14);
  --shadow-card: 0 22px 34px rgba(15, 42, 136, 0.12);
  --container: 1140px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
  color: var(--ink-900);
  background:
    radial-gradient(circle at top left, rgba(255, 202, 10, 0.18), transparent 18%),
    linear-gradient(180deg, #fdfefe 0%, #f7fbff 36%, #fbf8f2 100%);
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.page-shell {
  overflow: clip;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(18, 35, 97, 0.05);
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand img,
.footer-brand img,
.contact-brand img {
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.brand div,
.contact-brand div {
  display: grid;
  gap: 2px;
}

.brand-kicker,
.small-kicker,
.section-kicker,
.eyebrow {
  font-size: 0.78rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
}

.brand strong,
.contact-brand strong {
  font-family: "Sora", sans-serif;
  font-size: 0.98rem;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  color: var(--ink-700);
  font-size: 0.95rem;
  font-weight: 700;
}

.site-nav a {
  padding: 6px 0;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--blue-900);
}

.nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(23, 57, 198, 0.08), rgba(51, 98, 255, 0.16));
  color: var(--blue-950);
  cursor: pointer;
}

.nav-toggle span {
  position: absolute;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle span:nth-child(1) {
  transform: translateY(-7px);
}

.nav-toggle span:nth-child(3) {
  transform: translateY(7px);
}

.site-header[data-nav-open="true"] .nav-toggle span:nth-child(1) {
  transform: rotate(45deg);
}

.site-header[data-nav-open="true"] .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header[data-nav-open="true"] .nav-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}

.phone-pill,
.button,
.service-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, color 180ms ease;
}

.phone-pill {
  padding: 14px 18px;
  background: linear-gradient(135deg, var(--blue-950), var(--blue-700));
  color: var(--white);
  box-shadow: 0 12px 26px rgba(29, 54, 182, 0.24);
  white-space: nowrap;
}

.phone-pill:hover,
.button:hover,
.service-button:hover,
.social-pills a:hover,
.area-pills span:hover,
.whatsapp-button:hover {
  transform: translateY(-2px);
}

.hero-section {
  position: relative;
  padding: 44px 0 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(102, 133, 255, 0.55), transparent 28%),
    linear-gradient(135deg, #2236cf 0%, #2f46f0 48%, #20a5f8 100%);
  color: var(--white);
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 82px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(7, 21, 87, 0.1));
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  align-items: center;
  gap: 24px;
  min-height: 630px;
}

.hero-copy {
  max-width: 580px;
  padding: 42px 0 86px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  margin-bottom: 24px;
}

.hero-copy h1,
.cta-copy h2,
.section-heading .section-kicker,
.contact-card h2,
.icon-card h2,
.service-body h2,
.why-card h2,
.areas-section h2 {
  font-family: "Sora", sans-serif;
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(3rem, 5.6vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.hero-copy h1 span {
  display: block;
  color: var(--yellow-400);
}

.hero-copy p,
.cta-copy p {
  max-width: 540px;
  margin: 24px 0 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  line-height: 1.8;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-points li::before {
  content: "•";
  margin-right: 8px;
  color: var(--yellow-400);
}

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

.button {
  padding: 16px 24px;
  min-height: 56px;
}

.button-primary {
  background: var(--white);
  color: var(--blue-950);
  box-shadow: var(--shadow-soft);
}

.button-secondary,
.button-outline-light {
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  color: var(--white);
}

.button-yellow {
  background: var(--yellow-500);
  color: #152254;
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100%;
}

.hero-orb {
  position: absolute;
  width: min(560px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 32%, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08) 56%, rgba(255, 255, 255, 0.02) 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
  filter: blur(0.2px);
}

.hero-visual img {
  position: relative;
  width: min(620px, 100%);
  transform: translate(22px, 36px);
  filter: drop-shadow(0 24px 34px rgba(7, 14, 70, 0.35));
}

.quote-strip {
  background: var(--yellow-500);
  padding: 16px 0;
  text-align: center;
  color: #3d340f;
  font-weight: 800;
}

.quote-strip span {
  opacity: 0.76;
  font-weight: 700;
}

.quick-services {
  padding: 52px 0 72px;
  background: var(--white);
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 220px));
  justify-content: center;
  gap: 20px;
}

.icon-card {
  display: grid;
  justify-items: center;
  gap: 14px;
  padding: 22px 14px;
  text-align: center;
}

.icon-wrap {
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: var(--sand-100);
  color: var(--blue-900);
  box-shadow: inset 0 0 0 1px rgba(23, 57, 198, 0.08);
}

.icon-wrap svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.icon-card h2 {
  margin: 0;
  font-size: 1rem;
}

.services-section,
.gallery-section,
.contact-section {
  padding: 112px 0;
}

.services-section {
  background: linear-gradient(180deg, var(--sand-200), #f7f3eb);
}

.section-heading {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 12px;
  margin-bottom: 48px;
}

.section-heading .section-kicker {
  color: var(--blue-700);
  font-size: clamp(2rem, 4vw, 2.9rem);
  letter-spacing: -0.05em;
  line-height: 1.04;
  text-transform: none;
}

.section-heading p,
.areas-footnote,
.contact-brand p {
  margin: 0;
  max-width: 640px;
  color: var(--ink-500);
  line-height: 1.8;
}

.services-grid,
.why-grid,
.contact-grid {
  display: grid;
  gap: 24px;
}

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

.service-card,
.why-card,
.contact-card {
  border-radius: 20px;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-card);
}

.service-card {
  position: relative;
}

.service-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.service-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4b3c06;
  background: var(--yellow-500);
}

.service-tag-blue {
  background: rgba(255, 255, 255, 0.94);
  color: var(--blue-700);
}

.service-tag-ghost {
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink-700);
}

.service-body {
  display: grid;
  gap: 18px;
  padding: 22px 20px 24px;
}

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

.service-icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(180deg, #eef4ff 0%, #dfeaff 100%);
  color: var(--blue-900);
  box-shadow: inset 0 0 0 1px rgba(23, 57, 198, 0.08);
}

.service-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.service-body h2,
.cta-copy h2,
.contact-card h2,
.why-card h2 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.2;
}

.service-body ul,
.contact-checks,
.contact-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-body li,
.contact-checks li,
.contact-list li,
.why-card p {
  color: var(--ink-700);
  line-height: 1.7;
}

.service-body li::before,
.contact-checks li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--blue-700);
  font-weight: 800;
}

.service-button {
  min-height: 52px;
  padding: 0 18px;
  background: linear-gradient(135deg, var(--blue-900), var(--blue-700));
  color: var(--white);
  box-shadow: 0 14px 24px rgba(23, 57, 198, 0.18);
}

.service-button-yellow {
  background: var(--yellow-500);
  color: #203275;
}

.service-card-accent {
  transform: translateY(-6px);
}

.why-section {
  padding: 112px 0;
  background: linear-gradient(180deg, #eff7ff 0%, #eef6ff 100%);
}

.section-heading-light p,
.section-heading-on-blue p {
  color: var(--ink-500);
}

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

.why-card {
  padding: 26px 24px;
}

.why-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, #fff4c2 0%, #ffe16d 100%);
  color: #aa7b00;
  box-shadow: inset 0 0 0 1px rgba(170, 123, 0, 0.08);
}

.why-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.why-card p {
  margin: 12px 0 0;
}

.cta-banner {
  padding: 0;
  background: linear-gradient(135deg, #1d31c3, #4c2ef1 58%, #198ff0);
  color: var(--white);
}

.cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 340px;
}

.cta-copy {
  padding: 68px 0;
}

.small-kicker {
  color: rgba(255, 255, 255, 0.72);
}

.cta-art {
  align-self: end;
}

.cta-art img {
  width: min(360px, 36vw);
  filter: drop-shadow(0 16px 26px rgba(13, 12, 66, 0.36));
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 16px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: var(--shadow-card);
  background: var(--white);
}

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

.gallery-item-wide {
  min-height: 360px;
}

.gallery-item-tall {
  min-height: 360px;
}

.gallery-item-wide-low {
  grid-column: 1 / -1;
  min-height: 220px;
}

.social-pills {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.social-pills-left {
  justify-content: flex-start;
  margin-top: 24px;
}

.social-pills a,
.area-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(23, 57, 198, 0.08);
  background: rgba(255, 255, 255, 0.82);
  color: var(--blue-900);
  font-weight: 800;
}

.social-pills a svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.areas-section {
  padding: 108px 0;
  text-align: center;
  background: linear-gradient(135deg, #1f3ae0 0%, #3449df 54%, #2841c0 100%);
}

.section-heading-on-blue .section-kicker,
.section-heading-on-blue p,
.areas-footnote {
  color: var(--white);
}

.area-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.area-pills span {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.16);
}

.areas-footnote {
  margin: 22px auto 0;
  width: min(calc(100% - 40px), 640px);
  opacity: 0.82;
}

.contact-grid {
  grid-template-columns: 0.95fr 1.05fr;
}

.contact-card {
  padding: 28px;
}

.contact-card-accent {
  background: linear-gradient(180deg, #ffca0a 0%, #ffc400 100%);
}

.contact-card-light {
  border: 1px solid var(--line);
  box-shadow: none;
}

.contact-list strong {
  display: block;
  margin-bottom: 6px;
  color: var(--ink-900);
}

.contact-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.contact-checks {
  margin-bottom: 24px;
}

.contact-button {
  background: linear-gradient(135deg, var(--blue-950), var(--blue-700));
  color: var(--white);
}

.site-footer {
  background: #112769;
  color: rgba(255, 255, 255, 0.78);
}

.footer-row,
.footer-brand {
  display: flex;
  align-items: center;
}

.footer-row {
  justify-content: space-between;
  gap: 20px;
  min-height: 92px;
}

.footer-brand {
  gap: 12px;
  color: var(--white);
  font-weight: 800;
}

.whatsapp-button {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #16b85a);
  color: var(--white);
  box-shadow: 0 18px 36px rgba(14, 85, 46, 0.32);
}

.whatsapp-button svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.has-motion [data-reveal] {
  opacity: 0;
  transform: translate3d(0, var(--reveal-shift, 32px), 0) scale(var(--reveal-scale, 0.98));
  transition:
    opacity 650ms ease,
    transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.has-motion [data-reveal="left"] {
  transform: translate3d(-32px, 0, 0) scale(var(--reveal-scale, 0.98));
}

.has-motion [data-reveal="right"] {
  transform: translate3d(32px, 0, 0) scale(var(--reveal-scale, 0.98));
}

.has-motion [data-reveal="zoom"] {
  transform: translate3d(0, 24px, 0) scale(0.94);
}

.has-motion .is-visible[data-reveal],
.has-motion .is-visible[data-reveal="left"],
.has-motion .is-visible[data-reveal="right"],
.has-motion .is-visible[data-reveal="zoom"] {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.has-motion .service-card-accent.is-visible {
  transform: translate3d(0, -6px, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .has-motion [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .has-motion .service-card-accent.is-visible {
    transform: translateY(-6px);
  }
}

@media (max-width: 1080px) {
  .hero-grid,
  .cta-grid,
  .contact-grid,
  .services-grid,
  .why-grid,
  .gallery-grid,
  .icon-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-grid .service-card:last-child,
  .why-grid .why-card:last-child,
  .contact-grid .contact-card:last-child,
  .gallery-item-wide-low {
    grid-column: auto;
  }

  .hero-grid,
  .cta-grid {
    align-items: end;
  }

  .hero-visual img {
    width: min(500px, 100%);
    transform: translateY(14px);
  }
}

@media (max-width: 860px) {
  .site-header {
    position: static;
  }

  .site-nav,
  .footer-row,
  .footer-brand,
  .contact-brand {
    flex-direction: column;
  }

  .nav-row {
    flex-wrap: wrap;
    align-items: center;
    padding: 18px 0;
  }

  .footer-row {
    padding: 18px 0;
  }

  .nav-toggle {
    position: relative;
    display: inline-flex;
    margin-left: auto;
  }

  .site-nav {
    display: none;
    order: 3;
    gap: 12px 20px;
    width: 100%;
    padding-top: 14px;
    border-top: 1px solid rgba(18, 35, 97, 0.08);
    margin-top: 8px;
  }

  .phone-pill {
    display: none;
    order: 4;
    min-width: 220px;
    width: 100%;
    margin-top: 14px;
    text-align: center;
  }

  .site-header[data-nav-open="true"] .site-nav,
  .site-header[data-nav-open="true"] .phone-pill {
    display: inline-flex;
  }

  .hero-grid,
  .cta-grid,
  .contact-grid,
  .services-grid,
  .why-grid,
  .gallery-grid,
  .icon-grid {
    grid-template-columns: 1fr;
  }

  .hero-section {
    padding-top: 24px;
  }

  .hero-grid {
    min-height: auto;
    gap: 28px;
  }

  .hero-copy {
    padding: 0 0 34px;
  }

  .hero-visual {
    order: -1;
    min-height: 360px;
  }

  .hero-visual img {
    transform: none;
  }

  .services-section,
  .gallery-section,
  .contact-section,
  .why-section,
  .areas-section {
    padding: 82px 0;
  }

  .cta-copy {
    padding: 68px 0 28px;
  }

  .cta-art {
    justify-self: center;
  }

  .cta-art img {
    width: min(320px, 74vw);
  }

  .gallery-item-wide,
  .gallery-item-tall,
  .gallery-item-wide-low {
    min-height: 240px;
  }
}

@media (max-width: 680px) {
  .nav-row {
    gap: 14px;
  }

  .site-nav {
    width: 100%;
  }

  .hero-copy,
  .cta-copy {
    text-align: center;
  }

  .hero-copy {
    padding-bottom: 42px;
  }

  .hero-points {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .quote-strip {
    padding: 14px 0;
  }

  .quote-strip p {
    line-height: 1.6;
  }

  .hero-visual {
    min-height: 340px;
  }

  .hero-orb {
    width: min(380px, 100%);
  }

  .cta-grid {
    min-height: auto;
  }

  .social-pills,
  .social-pills-left {
    justify-content: center;
    flex-wrap: wrap;
  }

  .contact-card,
  .contact-brand,
  .footer-row {
    text-align: center;
  }

  .contact-brand {
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .brand {
    width: 100%;
    justify-content: center;
  }

  .brand div {
    text-align: center;
  }

  .phone-pill,
  .button,
  .service-button,
  .contact-button {
    width: 100%;
  }

  .nav-toggle {
    width: 48px;
    height: 48px;
  }

  .hero-copy h1 {
    font-size: 2.8rem;
  }

  .quick-services,
  .services-section,
  .gallery-section,
  .contact-section,
  .why-section,
  .areas-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .hero-grid {
    gap: 34px;
  }

  .hero-copy {
    padding-bottom: 50px;
  }

  .hero-visual {
    min-height: 280px;
  }

  .site-nav {
    gap: 8px 14px;
    font-size: 0.9rem;
  }

  .site-nav a {
    width: calc(50% - 7px);
    text-align: center;
  }

  .phone-pill {
    min-width: 0;
  }

  .hero-copy p,
  .cta-copy p,
  .section-heading p,
  .areas-footnote {
    font-size: 0.96rem;
  }

  .contact-card,
  .why-card,
  .service-body {
    padding-left: 18px;
    padding-right: 18px;
  }

  .why-icon {
    margin-bottom: 14px;
  }

  .service-heading {
    align-items: flex-start;
  }

  .service-icon {
    width: 40px;
    height: 40px;
  }

  .service-card img,
  .gallery-item-wide,
  .gallery-item-tall,
  .gallery-item-wide-low {
    min-height: 220px;
    height: 220px;
  }

  .icon-card {
    padding-left: 6px;
    padding-right: 6px;
  }

  .section-heading .section-kicker {
    font-size: 2rem;
  }

  .whatsapp-button {
    right: 16px;
    bottom: 16px;
    width: 58px;
    height: 58px;
  }
}
