:root {
  --brand: #0773a7;
  --brand-deep: #053a55;
  --brand-soft: #8fd5f0;
  --ink: #07131c;
  --ink-soft: #566a77;
  --surface: #ffffff;
  --surface-alt: #eff8fd;
  --night: #071b28;
  --line: rgba(7, 115, 167, 0.14);
  --line-strong: rgba(7, 115, 167, 0.28);
  --shadow-soft: 0 20px 45px rgba(5, 42, 61, 0.08);
  --shadow-strong: 0 28px 70px rgba(3, 23, 36, 0.16);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(7, 115, 167, 0.14), transparent 30rem),
    radial-gradient(circle at 88% 14%, rgba(143, 213, 240, 0.34), transparent 24rem),
    linear-gradient(180deg, #f7fbfd 0%, #eef7fb 100%);
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: var(--surface);
}

.skip-link:focus {
  top: 1rem;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 0.55rem 0;
  backdrop-filter: blur(18px);
  background: rgba(247, 251, 253, 0.86);
  border-bottom: 1px solid rgba(255, 255, 255, 0.68);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: clamp(11rem, 18vw, 15rem);
  height: auto;
  max-height: 3.45rem;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  color: var(--ink-soft);
  font-size: 0.97rem;
  font-weight: 700;
}

.main-nav a {
  position: relative;
  padding-bottom: 0.2rem;
  transition: color 0.2s ease;
}

.main-nav a::after {
  content: "";
  position: absolute;
  inset: auto 0 -0.15rem;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--brand), transparent);
  transition: transform 0.2s ease;
}

.main-nav a:hover {
  color: var(--ink);
}

.main-nav a:hover::after {
  transform: scaleX(1);
}

.mobile-nav {
  display: none !important;
  position: relative;
}

.menu-toggle {
  display: none !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  width: 2.95rem;
  height: 2.95rem;
  padding: 0;
  border: 1px solid rgba(7, 115, 167, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
  cursor: pointer;
  list-style: none;
  appearance: none;
  -webkit-appearance: none;
}

.menu-toggle span {
  display: block;
  width: 1.15rem;
  height: 2px;
  border-radius: 999px;
  background: var(--brand-deep);
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.mobile-nav-panel {
  display: none !important;
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.9rem 1.3rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.96rem;
  font-weight: 800;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.header-cta,
.btn-primary {
  color: var(--surface);
  background: linear-gradient(135deg, var(--brand) 0%, #1596d6 100%);
  box-shadow: 0 18px 38px rgba(7, 115, 167, 0.24);
}

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

.btn-secondary {
  color: var(--ink);
  border-color: rgba(7, 19, 28, 0.12);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-soft);
}

.hero {
  position: relative;
  padding: 4.4rem 0 2.4rem;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  inset: 2rem auto auto 6%;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(7, 115, 167, 0.18), transparent 70%);
}

.hero::after {
  display: none;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.94fr);
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 0.52rem 0.92rem;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.72);
  color: var(--brand-deep);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
}

.hero-copy h1,
.hero-panel h2,
.section-head h2,
.spotlight-copy h2,
.location-copy h2,
.final-cta-shell h2 {
  margin: 1rem 0 0;
  font-family: "Sora", sans-serif;
  letter-spacing: -0.04em;
  line-height: 1;
}

.hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 5vw, 5.6rem);
}

.hero-text,
.section-head p,
.service-card p,
.spotlight-copy p,
.spotlight-card p,
.location-copy p,
.location-item span,
.contact-card p,
.final-cta-shell p,
.site-footer p,
.hero-panel p,
.detail-card span {
  color: var(--ink-soft);
  line-height: 1.72;
}

.hero-text {
  max-width: 62ch;
  margin: 1.5rem 0 0;
  font-size: 1.03rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

.hero-list {
  display: grid;
  gap: 0.9rem;
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-list li {
  position: relative;
  padding-left: 1.65rem;
  color: var(--ink);
  font-weight: 700;
}

.hero-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0.06rem;
  color: var(--brand);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  background: none;
  box-shadow: none;
}

.hero-visual {
  position: relative;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 44%),
    radial-gradient(circle at top right, rgba(143, 213, 240, 0.16), transparent 30%),
    linear-gradient(160deg, #072131 0%, #0a2d41 55%, #0a3b58 100%);
  color: var(--surface);
  box-shadow: var(--shadow-strong);
}

.panel-label {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-panel h2 {
  max-width: 14ch;
  font-size: clamp(2rem, 3vw, 3rem);
}

.hero-panel p {
  max-width: 44ch;
  margin: 1rem 0 0;
  color: rgba(235, 244, 248, 0.82);
}

.hero-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.8rem;
}

.detail-card {
  position: relative;
  z-index: 1;
  padding: 1rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}

.detail-card strong {
  display: block;
  margin-bottom: 0.55rem;
  font-size: 1rem;
}

.detail-card span {
  display: block;
  color: rgba(235, 244, 248, 0.78);
  font-size: 0.94rem;
}

.hero-mark {
  position: absolute;
  right: -1.2rem;
  bottom: -1.5rem;
  width: min(11rem, 30%);
  opacity: 0.12;
  filter: grayscale(1) brightness(1.9);
}

.contact-label,
.service-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  background: rgba(7, 115, 167, 0.1);
  color: var(--brand-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.category-strip span {
  display: inline-flex;
  align-items: center;
  padding: 0.78rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(7, 115, 167, 0.12);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font-weight: 800;
  box-shadow: var(--shadow-soft);
}

.section {
  padding: 5.5rem 0;
}

.section-soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(239, 248, 253, 0.7));
}

.section-head,
.contact-head {
  max-width: 48rem;
}

.section-head p {
  margin-top: 1rem;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 2rem;
}

.compact-section {
  padding-top: 1.5rem;
}

.compact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.compact-list {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: var(--ink-soft);
}

.compact-list li {
  line-height: 1.68;
}

.faq-list {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}

.faq-item strong {
  display: block;
  color: var(--ink);
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.faq-item p {
  margin: 0.45rem 0 0;
  color: var(--ink-soft);
  line-height: 1.68;
}

.service-card {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(7, 115, 167, 0.1);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease;
}

.service-card:hover,
.contact-card:hover,
.spotlight-card:hover {
  transform: translateY(-4px);
  border-color: rgba(7, 115, 167, 0.22);
}

.service-card h3,
.contact-card h3 {
  margin: 1rem 0 0;
  font-family: "Sora", sans-serif;
  font-size: 1.24rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}

.service-card p:last-child,
.contact-card p {
  margin: 0.95rem 0 0;
}

.spotlight {
  position: relative;
  overflow: hidden;
}

.spotlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(143, 213, 240, 0.16), transparent 18rem),
    linear-gradient(160deg, rgba(7, 27, 40, 1) 0%, rgba(8, 45, 66, 1) 100%);
}

.spotlight-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: center;
}

.spotlight-copy {
  max-width: 34rem;
}

.spotlight-copy .eyebrow {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  border-color: rgba(255, 255, 255, 0.14);
}

.spotlight-copy h2,
.spotlight-copy p {
  color: var(--surface);
}

.spotlight-copy p {
  margin-top: 1rem;
  color: rgba(235, 244, 248, 0.8);
}

.spotlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.spotlight-card {
  padding: 1.35rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease;
}

.spotlight-card strong {
  display: block;
  color: var(--surface);
  font-size: 1.08rem;
}

.spotlight-card p {
  margin: 0.8rem 0 0;
  color: rgba(235, 244, 248, 0.78);
}

.location-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  gap: 2rem;
  align-items: center;
}

.map-card {
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(7, 115, 167, 0.12);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-strong);
}

.map-card iframe {
  display: block;
  width: 100%;
  min-height: 32rem;
  border: 0;
}

.location-copy {
  max-width: 34rem;
}

.location-copy p {
  margin-top: 1rem;
}

.location-inline-link {
  color: var(--brand);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

.location-stack {
  display: grid;
  gap: 0.95rem;
  margin-top: 1.7rem;
}

.location-item {
  padding: 1rem 1.1rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(7, 115, 167, 0.12);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.location-item span {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 800;
}

.location-item strong {
  display: block;
  font-size: 1.05rem;
  line-height: 1.4;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 2rem;
}

.contact-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(7, 115, 167, 0.1);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease;
}

.contact-card-social {
  cursor: default;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 1.3rem;
  color: var(--brand);
  font-weight: 800;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: auto;
  padding-top: 1.3rem;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(7, 115, 167, 0.12);
  background: rgba(7, 115, 167, 0.06);
  color: var(--brand-deep);
  font-weight: 800;
}

.final-cta {
  padding-top: 1rem;
}

.final-cta-shell {
  padding: 2.4rem;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(143, 213, 240, 0.18), transparent 24rem),
    linear-gradient(135deg, #f7fcff 0%, #e8f5fb 100%);
  border: 1px solid rgba(7, 115, 167, 0.12);
  box-shadow: var(--shadow-soft);
}

.final-cta-shell h2 {
  max-width: 14ch;
  font-size: clamp(2.1rem, 3vw, 3.3rem);
}

.final-cta-shell p:not(.eyebrow) {
  max-width: 48rem;
  margin-top: 1rem;
}

.site-footer {
  padding: 2rem 0 3rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-end;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(7, 115, 167, 0.12);
}

.footer-inner strong {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Sora", sans-serif;
}

.footer-inner p {
  margin: 0;
}

.whatsapp-float {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 25;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0.95rem 1.25rem;
  border-radius: 999px;
  color: var(--surface);
  background: linear-gradient(135deg, #0d7fb3 0%, #14a0dd 100%);
  box-shadow: 0 18px 40px rgba(7, 115, 167, 0.3);
  font-weight: 900;
}

@media (max-width: 1080px) {
  .hero-shell,
  .spotlight-shell,
  .location-shell {
    grid-template-columns: 1fr;
  }

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

  .compact-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 14ch;
  }

}

@media (max-width: 860px) {
  .site-header {
    padding: 0.7rem 0;
  }

  .menu-toggle {
    display: inline-flex !important;
  }

  .mobile-nav {
    display: block !important;
    margin-left: auto;
  }

  .mobile-nav.is-open .menu-toggle span:nth-child(1) {
    transform: translateY(0.4rem) rotate(45deg);
  }

  .mobile-nav.is-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .mobile-nav.is-open .menu-toggle span:nth-child(3) {
    transform: translateY(-0.4rem) rotate(-45deg);
  }

  .main-nav {
    display: none;
  }

  .mobile-nav.is-open .mobile-nav-panel {
    display: flex !important;
  }

  .mobile-nav-panel {
    position: absolute;
    top: calc(100% + 0.7rem);
    right: 0;
    width: min(18rem, calc(100vw - 1.25rem));
    flex-direction: column;
    align-items: stretch;
    gap: 0.2rem;
    padding: 0.75rem;
    border: 1px solid rgba(7, 115, 167, 0.12);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: var(--shadow-strong);
    color: var(--ink);
    z-index: 35;
  }

  .mobile-nav-panel a {
    padding: 0.85rem 0.95rem;
    border-radius: var(--radius-sm);
    background: rgba(7, 115, 167, 0.04);
    font-weight: 700;
  }

  .header-inner {
    gap: 0.8rem;
  }

  .header-cta {
    padding-inline: 1rem;
    font-size: 0.9rem;
  }

  .section {
    padding: 4.5rem 0;
  }

  .hero {
    padding-top: 3.3rem;
  }

  .hero-panel,
  .final-cta-shell {
    padding: 1.5rem;
  }

  .hero-detail-grid,
  .spotlight-grid {
    grid-template-columns: 1fr;
  }

  .map-card iframe {
    min-height: 26rem;
  }
}

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

  .brand img {
    width: min(10rem, 48vw);
    max-height: 2.8rem;
  }

  .header-cta {
    min-height: 2.8rem;
    padding: 0.75rem 0.95rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.5rem, 12vw, 3.6rem);
  }

  .services-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .category-strip {
    gap: 0.6rem;
  }

  .category-strip span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .whatsapp-float {
    right: 0.75rem;
    bottom: 0.75rem;
    min-height: 3.2rem;
    padding-inline: 1.05rem;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
