:root {
  --navy: #011632;
  --navy-2: #011126;
  --blue: #080c59;
  --gold: #f2c572;
  --gold-soft: #ffd773;
  --white: #ffffff;
  --text: #1d2430;
  --muted: #596273;
  --bg: #f5f4f1;
  --surface: #fffdfa;
  --surface-alt: #f1f3f7;
  --border: rgba(1, 22, 50, 0.1);
  --radius: 20px;
  --radius-sm: 12px;
  --shadow: 0 18px 42px rgba(1, 22, 50, 0.12);
  --shadow-soft: 0 12px 28px rgba(1, 22, 50, 0.08);
  --container: 1120px;
  --font-heading: "Noto Serif", "Times New Roman", serif;
  --font-body: "Open Sans", "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(242, 197, 114, 0.12), transparent 24rem),
    linear-gradient(180deg, #f7f4ee 0%, var(--bg) 45%, #f3f5f9 100%);
  line-height: 1.6;
}

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

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

button,
input,
textarea {
  font: inherit;
}

:focus-visible {
  outline: 3px solid rgba(242, 197, 114, 0.8);
  outline-offset: 3px;
}

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

.section {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
}

.section h2 {
  margin: 0 0 0.85rem;
  font-family: var(--font-heading);
  color: var(--navy);
  font-size: clamp(1.7rem, 2vw, 2.5rem);
  line-height: 1.15;
}

.section-subtitle {
  max-width: 42rem;
  margin: 0 0 2rem;
  color: var(--muted);
  font-size: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background:
    linear-gradient(180deg, #03122b, #041732);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 10px 24px rgba(1, 17, 38, 0.16);
}

.nav-wrap {
  position: relative;
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.nav-wrap::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(242, 197, 114, 0.2), transparent);
}

.logo {
  position: relative;
  z-index: 2;
}

.logo img {
  height: clamp(40px, 4.6vw, 58px);
  width: auto;
  max-width: min(100%, 360px);
  object-fit: contain;
}

.menu-toggle {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
}

.nav-links {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 0.3rem);
  padding: 0.9rem;
  background: linear-gradient(180deg, rgba(1, 22, 50, 0.98), rgba(1, 17, 38, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0 0 18px 18px;
  box-shadow: var(--shadow-soft);
}

.nav-links.open {
  display: block;
}

.nav-links ul {
  list-style: none;
  display: grid;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
}

.nav-links a {
  display: block;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  color: #e8edf7;
  font-weight: 700;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(242, 197, 114, 0.14);
  color: #ffe4a4;
}

.hero {
  position: relative;
  overflow: clip;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(8, 12, 89, 0.55), transparent 45%),
    linear-gradient(120deg, var(--navy-2), var(--navy));
  padding: clamp(4.5rem, 8vw, 6.5rem) 0;
}

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

.hero::before {
  width: 26rem;
  height: 26rem;
  top: -12rem;
  right: -8rem;
  background: radial-gradient(circle, rgba(242, 197, 114, 0.24), transparent 65%);
}

.hero::after {
  width: 18rem;
  height: 18rem;
  left: -7rem;
  bottom: -6rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 70%);
}

.hero-small {
  padding: clamp(3.6rem, 7vw, 4.8rem) 0;
}

.hero-grid,
.card-grid,
.service-list,
.stats-grid,
.footer-grid,
.contact-grid,
.split {
  display: grid;
  gap: 1.25rem;
}

.hero-grid {
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 39rem;
}

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1rem;
  color: var(--gold-soft);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.kicker::before {
  content: "";
  width: 2.4rem;
  height: 1px;
  background: currentColor;
}

.hero h1 {
  margin: 0 0 1.1rem;
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.08;
  text-wrap: balance;
}

.hero p {
  margin: 0 0 1.25rem;
  color: rgba(232, 237, 247, 0.9);
  font-size: clamp(1rem, 1.5vw, 1.075rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.hero-visual {
  position: relative;
  padding: clamp(0.4rem, 2vw, 1rem);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: 70%;
  height: 78%;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(242, 197, 114, 0.26), rgba(242, 197, 114, 0.05));
  transform: translate(0.85rem, 0.85rem);
}

.hero-photo {
  position: relative;
  z-index: 1;
  width: min(100%, 32rem);
  margin-inline: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent);
}

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

.btn:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: var(--navy-2);
}

.btn-outline {
  border-color: rgba(255, 255, 255, 0.32);
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
}

.btn-navy {
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  color: var(--white);
}

.about-preview {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.96)),
    linear-gradient(135deg, rgba(242, 197, 114, 0.12), rgba(1, 22, 50, 0.05));
}

.card {
  height: 100%;
  padding: 1.5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 251, 253, 0.98));
  border: 1px solid var(--border);
  border-top: 4px solid var(--gold);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.card h3 {
  margin: 0 0 0.6rem;
  font-family: var(--font-heading);
  color: var(--navy);
  font-size: 1.25rem;
}

.card p,
.card blockquote {
  margin: 0;
}

.portrait,
.brand-guide,
.contact-photo {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.brand-guide {
  background: var(--surface);
}

.stat {
  padding: 1.4rem 1rem;
  text-align: center;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--surface), #f9fafc);
  box-shadow: var(--shadow-soft);
}

.stat strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: var(--font-heading);
  color: var(--navy);
  font-size: clamp(1.85rem, 3vw, 2.5rem);
  line-height: 1;
}

.stat span {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.testimonials .card {
  border-top-color: rgba(242, 197, 114, 0.55);
}

.testimonials blockquote {
  color: var(--text);
  font-size: 1.02rem;
}

.quote-author {
  margin-top: 0.9rem;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.92rem;
}

.cta {
  background: transparent;
}

.cta-box {
  position: relative;
  overflow: hidden;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  border-radius: 28px;
  display: grid;
  gap: 1.2rem;
  align-items: center;
  color: var(--white);
  background:
    linear-gradient(130deg, rgba(8, 12, 89, 0.4), transparent 40%),
    linear-gradient(135deg, var(--navy-2), var(--navy));
  box-shadow: var(--shadow);
}

.cta-box::after {
  content: "";
  position: absolute;
  inset: auto -5rem -6rem auto;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 197, 114, 0.18), transparent 70%);
}

.cta-box img {
  width: clamp(78px, 12vw, 108px);
}

.cta-content {
  position: relative;
  z-index: 1;
}

.cta-content h2 {
  color: var(--white);
}

.cta-content p {
  max-width: 38rem;
  color: rgba(232, 237, 247, 0.9);
}

.contact-form,
.contact-card {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: clamp(1.25rem, 3vw, 1.8rem);
}

.form-group {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 0.95rem;
}

label {
  font-weight: 800;
  color: var(--navy);
}

input,
textarea {
  width: 100%;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(1, 22, 50, 0.18);
  border-radius: var(--radius-sm);
  background: var(--surface-alt);
  color: var(--text);
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

input::placeholder,
textarea::placeholder {
  color: #7a8598;
}

input:focus,
textarea:focus {
  border-color: rgba(242, 197, 114, 0.9);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(242, 197, 114, 0.16);
  outline: none;
}

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

.site-footer {
  padding: 3rem 0 2.4rem;
  color: #d7e1ee;
  background:
    linear-gradient(135deg, rgba(8, 12, 89, 0.3), transparent 35%),
    linear-gradient(180deg, #041227, #02101f);
}

.site-footer h3 {
  margin-top: 0;
  margin-bottom: 0.85rem;
  font-family: var(--font-heading);
  color: var(--white);
}

.site-footer p {
  margin: 0 0 0.55rem;
  color: rgba(215, 225, 238, 0.88);
}

.footer-brand {
  max-width: 26rem;
}

.footer-brand p {
  max-width: 30ch;
}

.footer-block {
  padding-top: 0.35rem;
}

.footer-logo {
  width: min(100%, 320px);
  height: auto;
  margin-bottom: 1rem;
}

.social-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 0.9rem 0 0;
  padding: 0;
}

.social-list a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(242, 197, 114, 0.16);
  color: var(--gold-soft);
  font-weight: 800;
  font-size: 1rem;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.social-list svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.social-list a:hover {
  transform: translateY(-2px);
  background: rgba(242, 197, 114, 0.24);
  color: #fff3cf;
}

.site-footer a {
  color: rgba(215, 225, 238, 0.95);
  text-decoration: underline;
  text-decoration-color: rgba(242, 197, 114, 0.45);
  text-underline-offset: 0.15em;
}

.site-footer a:hover {
  color: var(--gold-soft);
}

.contact-card a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.clients-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding: 0;
}

.clients-list li {
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
  font-weight: 600;
  color: var(--navy);
}

.coming-soon {
  text-align: center;
  color: var(--muted);
  font-weight: 600;
}

.values-list {
  margin: 0;
  padding-left: 1.1rem;
}

.values-list li {
  margin-bottom: 0.55rem;
}

.values-list li:last-child {
  margin-bottom: 0;
}

.crc-note {
  margin-top: 1.25rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  background: rgba(242, 197, 114, 0.14);
  border: 1px solid rgba(242, 197, 114, 0.35);
}

.contact-channels {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  padding: clamp(1.25rem, 3vw, 1.8rem);
}

.contact-channels h2 {
  margin-top: 0;
}

.card-highlight {
  border-color: rgba(242, 197, 114, 0.55);
  background: linear-gradient(180deg, rgba(255, 253, 250, 1), rgba(255, 247, 232, 0.95));
}

.section-cta {
  margin-top: 2rem;
  text-align: center;
}

.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 90;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #fff;
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(37, 211, 102, 0.42);
}

.fade-in {
  animation: fadeIn 0.75s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .hero-grid,
  .split,
  .contact-grid {
    gap: 1.5rem;
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .hero-actions .btn {
    flex: 1 1 100%;
  }

  .site-footer {
    text-align: center;
  }

  .footer-brand {
    margin-inline: auto;
  }

  .footer-brand p {
    margin-inline: auto;
  }

  .social-list {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }

  .nav-links {
    display: block;
    position: static;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav-links ul {
    display: flex;
    align-items: center;
    gap: 0.35rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 2rem;
  }

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

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

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

  .split {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
    align-items: center;
    gap: 2rem;
  }

  .contact-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    align-items: start;
  }

  .cta-box {
    grid-template-columns: auto 1fr;
    gap: 1.75rem;
  }

  .footer-grid {
    grid-template-columns: 1.35fr 0.9fr 0.75fr;
    gap: 2.25rem;
  }
}

@media (min-width: 992px) {
  .card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

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

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