:root {
  --navy-900: #0f3556;
  --navy-800: #174770;
  --navy-700: #1f4f76;
  --blue-500: #2e6f9e;
  --gold-500: #c8932a;
  --gold-300: #e8be67;
  --paper: #f6f4ef;
  --ink: #142433;
  --card: #ffffff;
  --shadow: 0 16px 40px rgba(15, 53, 86, 0.14);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 110px;
}

body {
  font-family: "Work Sans", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 8% -10%, #ffe6b2 0%, transparent 35%),
    radial-gradient(circle at 95% 15%, #d9e8f5 0%, transparent 35%),
    linear-gradient(180deg, #fdfcf8 0%, var(--paper) 100%);
  min-height: 100vh;
  line-height: 1.6;
}

.bg-grid {
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(31, 79, 118, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 79, 118, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: radial-gradient(circle at center, #000 40%, transparent 90%);
  z-index: -1;
}

.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  backdrop-filter: blur(8px);
  background: rgba(246, 244, 239, 0.86);
  border-bottom: 1px solid rgba(15, 53, 86, 0.1);
  z-index: 20;
}

.nav {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand img {
  width: 150px;
  height: auto;
  display: block;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 1.4rem;
  margin: 0;
  padding: 0;
}

.nav-links a {
  text-decoration: none;
  color: var(--navy-900);
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 3px;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold-500);
  transition: width 0.25s ease;
}

.nav-links a:hover::after {
  width: 100%;
}

.hero {
  min-height: calc(100vh - 84px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6.4rem 1.5rem 4rem;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(200, 147, 42, 0.08), transparent 36%),
    radial-gradient(circle at 88% 78%, rgba(15, 53, 86, 0.08), transparent 38%),
    linear-gradient(rgba(15, 53, 86, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 53, 86, 0.055) 1px, transparent 1px);
  background-size: auto, auto, 32px 32px, 32px 32px;
}

.hero::before,
.hero::after {
  content: '';
  position: absolute;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.hero::before {
  top: -290px;
  right: -210px;
  background: radial-gradient(
    circle,
    rgba(200, 147, 42, 0.2) 0%,
    rgba(200, 147, 42, 0.1) 34%,
    rgba(200, 147, 42, 0.04) 52%,
    transparent 72%
  );
}

.hero::after {
  bottom: -300px;
  left: -220px;
  background: radial-gradient(
    circle,
    rgba(15, 53, 86, 0.2) 0%,
    rgba(15, 53, 86, 0.11) 36%,
    rgba(15, 53, 86, 0.05) 55%,
    transparent 74%
  );
}

.hero .container {
  max-width: 720px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.hero .eyebrow {
  margin-bottom: 1.2rem;
}

.hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  margin-bottom: 1.5rem;
  line-height: 1.15;
}

.hero h1 span {
  color: var(--gold-500);
}

.hero-copy {
  font-size: 1.1rem;
  color: var(--navy-800);
  line-height: 1.7;
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.hero-actions .btn {
  display: inline-flex;
  align-items: center;
  min-width: 186px;
  justify-content: center;
  text-align: center;
  border-radius: 12px;
  border: 1px solid transparent;
}

.hero-stats {
  display: flex;
  gap: clamp(1rem, 2.2vw, 1.7rem);
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 1.7rem;
  border-top: 1px solid rgba(15, 53, 86, 0.12);
}

.hero-stat strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 2.85rem);
  color: var(--gold-500);
  line-height: 0.95;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-bottom: 0.18rem;
}

.hero-stat span {
  font-size: 0.74rem;
  color: var(--navy-700);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
}

.services-banner {
  margin-bottom: 1.35rem;
  padding: 1.8rem 2rem;
  border-top: 1px solid rgba(15, 53, 86, 0.15);
  border-bottom: 1px solid rgba(15, 53, 86, 0.15);
  background: linear-gradient(90deg, rgba(15, 53, 86, 0.96), rgba(31, 79, 118, 0.95));
  text-align: center;
}

.services-banner h2 {
  color: var(--gold-300);
  font-size: clamp(2rem, 4vw, 3rem);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24), 0 6px 14px rgba(8, 20, 34, 0.28);
}

.eyebrow {
  color: var(--navy-700);
  letter-spacing: 0.17em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

h1,
h2 {
  font-family: "Cormorant Garamond", serif;
  line-height: 1.1;
  margin: 0;
  color: var(--navy-900);
}

h1 {
  font-size: clamp(2.3rem, 5.7vw, 4.25rem);
}

h1 span {
  color: var(--gold-500);
}

.hero-copy {
  margin-top: 1.1rem;
  font-size: clamp(1rem, 2.2vw, 1.16rem);
  max-width: 62ch;
}

.hero-actions {
  display: flex;
  gap: 0.8rem;
  margin-top: 1.7rem;
  flex-wrap: wrap;
}

.btn {
  text-decoration: none;
  border-radius: 999px;
  padding: 0.72rem 1.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(100deg, var(--gold-500), var(--gold-300));
  color: #1f2a33;
  box-shadow: 0 12px 26px rgba(200, 147, 42, 0.28);
}

.btn-primary:hover {
  box-shadow: 0 16px 34px rgba(200, 147, 42, 0.35);
}

.hero-actions .btn-primary:hover {
  background: #ffffff;
  color: var(--gold-500);
  border-color: var(--gold-500);
}

.btn-ghost {
  color: var(--navy-900);
  border: 1px solid rgba(15, 53, 86, 0.25);
  background: rgba(255, 255, 255, 0.6);
}

.hero-actions .btn-ghost:hover {
  background: var(--navy-900);
  color: #ffffff;
  border-color: var(--navy-900);
}

.services {
  padding: 3.2rem 0 3.8rem;
}

.services .services-banner {
  margin-bottom: 2.8rem;
}

.services-subtitle {
  margin: 1.1rem auto 3rem;
  max-width: 760px;
  text-align: center;
  color: var(--navy-900);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
  line-height: 1.2;
}

.section-head {
  margin-bottom: 1.7rem;
  max-width: 780px;
}

.services .section-head .eyebrow {
  color: var(--gold-500);
}

.services .section-head h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.services .section-head p {
  margin: 0.7rem 0 0;
  color: var(--navy-700);
  max-width: 68ch;
}

.services .cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.services .card {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.72rem;
  row-gap: 0.78rem;
  align-content: start;
  min-height: 365px;
  padding: 1.5rem 1.45rem;
  position: relative;
  border: 1px solid rgba(31, 79, 118, 0.13);
  box-shadow: 0 10px 26px rgba(106, 131, 156, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.services .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(140, 166, 191, 0.24);
  border-color: rgba(200, 147, 42, 0.24);
}

.services .card h3 {
  font-family: "Cormorant Garamond", serif;
  color: var(--navy-900);
  line-height: 1.2;
  margin: 0;
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
  padding-right: 0;
  align-self: center;
  grid-column: 2;
}

.services .card p {
  margin: 0;
  line-height: 1.6;
  color: var(--navy-700);
}

.service-points {
  grid-column: 1 / -1;
  margin: 0.35rem 0 0;
  padding-left: 1.05rem;
  display: grid;
  gap: 0.42rem;
  color: var(--navy-800);
  font-size: 0.93rem;
  line-height: 1.5;
}

.service-points li::marker {
  color: var(--gold-500);
}

.service-more {
  grid-column: 1 / -1;
  margin-top: auto;
}

.service-more summary {
  list-style: none;
  cursor: pointer;
  width: fit-content;
  margin: 0.9rem auto 0;
  color: var(--gold-500);
  font-weight: 700;
  font-size: 0.94rem;
  letter-spacing: 0.03em;
  text-align: center;
  transition: color 0.2s ease, transform 0.2s ease;
}

.service-more summary::-webkit-details-marker {
  display: none;
}

.service-more summary::after {
  content: ' +';
  font-weight: 600;
}

.service-more summary:hover {
  color: var(--gold-300);
  transform: translateY(-1px);
}

.service-more[open] summary::after {
  content: ' -';
}

.service-more-content {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.32s ease, opacity 0.28s ease, margin-top 0.28s ease;
}

.service-more[open] .service-more-content {
  grid-template-rows: 1fr;
  opacity: 1;
  margin-top: 0.85rem;
}

.service-more-content ul {
  overflow: hidden;
  margin: 0;
  padding-left: 1.05rem;
  display: grid;
  gap: 0.42rem;
  color: var(--navy-800);
  font-size: 0.93rem;
  line-height: 1.5;
}

.service-more-content li::marker {
  color: var(--gold-500);
}

.services .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.05rem;
  height: 2.05rem;
  color: var(--gold-500);
  background: transparent;
  margin-bottom: 0;
  position: static;
  align-self: center;
  justify-self: center;
  grid-column: 1;
  grid-row: 1;
}

.services .icon i {
  font-size: 1.62rem;
  line-height: 1;
}

.founder {
  padding-bottom: 2.2rem;
}

.founder-banner {
  margin-bottom: 4.8rem;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.founder-grid {
  display: grid;
  gap: 1.8rem;
  grid-template-columns: 0.72fr 1fr;
  align-items: center;
  padding-top: 0.4rem;
}

.founder-photo {
  min-height: 330px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(15, 53, 86, 0.95), rgba(31, 79, 118, 0.82)),
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.1) 0px,
      rgba(255, 255, 255, 0.1) 12px,
      transparent 12px,
      transparent 24px
    );
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  justify-content: center;
}

.founder-photo i {
  font-size: 7rem;
  color: rgba(255, 255, 255, 0.15);
}

.founder-copy {
  display: grid;
  gap: 1rem;
}

.founder-copy h2 {
  font-size: clamp(2rem, 4vw, 2.9rem);
}

.founder-badge {
  display: inline-block;
  width: fit-content;
  border: 1px solid rgba(23, 71, 112, 0.2);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-weight: 600;
  color: var(--navy-800);
  background: var(--card);
}

.founder-journey-title {
  margin: 2rem 0 0.9rem;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 2.8vw, 2.2rem);
  color: var(--navy-900);
  line-height: 1.15;
}

.founder-journey-title::after {
  content: '';
  display: block;
  width: 110px;
  height: 3px;
  margin: 0.5rem auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-500), var(--gold-300));
}

.founder-journey {
  margin-top: 0;
  max-width: 900px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), #f4f8fb 70%);
  border: 1px solid rgba(31, 79, 118, 0.15);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 1.6rem 1.7rem;
}

.founder-journey p {
  margin: 0;
  color: var(--navy-700);
  line-height: 1.65;
}

.founder-journey p + p {
  margin-top: 0.78rem;
}

.it-services {
  padding: 0.4rem 0 2.8rem;
}

.it-services-intro {
  margin: 0 auto 1.45rem;
  max-width: 760px;
  text-align: center;
  color: var(--navy-700);
  line-height: 1.6;
}

.it-systems-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.it-system-card {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), #f4f8fb 70%);
  border: 1px solid rgba(31, 79, 118, 0.15);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 1.4rem;
  display: grid;
  gap: 0.8rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.it-system-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(15, 53, 86, 0.16);
  border-color: rgba(200, 147, 42, 0.28);
}

.it-system-logo {
  height: 64px;
  border-radius: 12px;
  border: 1px dashed rgba(23, 71, 112, 0.28);
  background: linear-gradient(135deg, rgba(15, 53, 86, 0.06), rgba(200, 147, 42, 0.12));
  display: flex;
  align-items: center;
  justify-content: center;
}

.it-system-logo span {
  color: var(--navy-900);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}

.it-system-card h4 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.5rem, 2.3vw, 1.95rem);
  color: var(--navy-900);
}

.it-system-card p {
  margin: 0;
  color: var(--navy-700);
  line-height: 1.58;
}

.it-link {
  width: fit-content;
  margin-top: 0.15rem;
  text-decoration: none;
  color: var(--navy-900);
  font-weight: 700;
  font-size: 0.93rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-bottom: 2px solid rgba(200, 147, 42, 0.5);
  padding-bottom: 0.18rem;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.it-link:hover {
  color: var(--blue-500);
  border-color: var(--gold-500);
  transform: translateY(-1px);
}

.card {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), #f4f8fb 70%);
  border: 1px solid rgba(31, 79, 118, 0.15);
  border-radius: 18px;
  padding: 1.45rem;
  box-shadow: var(--shadow);
}

.card h2 {
  font-size: clamp(1.35rem, 2.3vw, 1.7rem);
  margin-bottom: 0.5rem;
}

.approach {
  margin: 3.2rem 0;
  border-top: 1px solid rgba(15, 53, 86, 0.15);
  border-bottom: 1px solid rgba(15, 53, 86, 0.15);
  background: linear-gradient(90deg, rgba(15, 53, 86, 0.96), rgba(31, 79, 118, 0.95));
  color: #f4f7fa;
}

.approach-grid {
  padding: 3rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.approach h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3rem);
}

.approach .eyebrow {
  color: var(--gold-300);
}

.approach ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.approach li {
  margin-bottom: 0.65rem;
  padding-left: 1.7rem;
  position: relative;
}

.approach li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  color: var(--gold-300);
  font-weight: 700;
}

.contact {
  padding: 3rem 0 4.6rem;
}

.contact h2 {
  font-size: clamp(1.95rem, 4vw, 2.8rem);
  margin-bottom: 0.8rem;
}

.contact > .container > div:first-child p {
  color: var(--navy-700);
  margin-bottom: 1.4rem;
  max-width: 45ch;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  margin-top: 2rem;
}

.contact-form {
  display: grid;
  gap: 1rem;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98), #f4f8fb 70%);
  border: 1px solid rgba(31, 79, 118, 0.15);
  border-radius: 18px;
  padding: 2rem;
  box-shadow: var(--shadow);
}

.contact-form h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  color: var(--navy-900);
  font-size: clamp(1.45rem, 2.3vw, 1.9rem);
}

.contact-form > p {
  margin: 0;
  color: var(--navy-700);
}

.contact-channels-list {
  list-style: none;
  margin: 0.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}

.contact-channels-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--navy-900);
  font-weight: 600;
}

.contact-channels-list i {
  width: 1.2rem;
  text-align: center;
  color: var(--gold-500);
}

.contact-channels-list a {
  color: var(--navy-900);
  text-decoration: none;
  border-bottom: 1px solid rgba(31, 79, 118, 0.25);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.contact-channels-list a:hover {
  color: var(--blue-500);
  border-color: var(--gold-500);
}

.contact-form label {
  display: block;
  font-weight: 600;
  color: var(--navy-900);
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
  margin-top: 0.5rem;
}

.contact-form label:first-of-type {
  margin-top: 0;
}

.contact-form input,
.contact-form textarea {
  border: 1px solid rgba(23, 71, 112, 0.2);
  border-radius: 8px;
  padding: 0.8rem;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--ink);
  background: var(--card);
  transition: border-color 0.25s ease, outline 0.25s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(20, 36, 51, 0.4);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(200, 147, 42, 0.3);
  border-color: var(--gold-500);
}

.contact-form button:disabled {
  opacity: 0.75;
  cursor: not-allowed;
  transform: none;
}

.form-status {
  margin: 0.25rem 0 0;
  min-height: 1.3rem;
  font-size: 0.92rem;
  color: var(--navy-700);
}

.form-status.success {
  color: #1d7a4d;
}

.form-status.error {
  color: #b03b2d;
}

.btn-whatsapp {
  margin-top: 0.5rem;
  background: #16834d;
  color: var(--card);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  justify-content: center;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  padding: 0.8rem 1.5rem;
  font-size: 0.95rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(22, 131, 77, 0.28);
}

.whatsapp-float {
  position: fixed;
  right: 1.35rem;
  bottom: 1.35rem;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(145deg, #20a966, #16834d);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(22, 131, 77, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.25);
  z-index: 40;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float i {
  font-size: 1.75rem;
  line-height: 1;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 16px 30px rgba(22, 131, 77, 0.42);
}

.whatsapp-float:focus-visible {
  outline: 3px solid rgba(200, 147, 42, 0.5);
  outline-offset: 3px;
}

.site-footer {
  background: #0b243d;
  color: rgba(255, 255, 255, 0.88);
  padding: 2rem 0;
  font-size: 0.88rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 1.5rem;
  align-items: center;
}

.footer-links {
  display: flex;
  gap: 1.1rem;
  flex-wrap: wrap;
}

.footer-links a {
  color: var(--gold-300);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--gold-500);
  text-decoration: underline;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.75s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1.visible {
  transition-delay: 0.12s;
}

.delay-2.visible {
  transition-delay: 0.22s;
}

.delay-3.visible {
  transition-delay: 0.32s;
}

@media (max-width: 1020px) {
  .services .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services .card {
    min-height: 340px;
  }
}

@media (max-width: 760px) {
  .services .cards {
    grid-template-columns: 1fr;
  }

  .services .card {
    min-height: auto;
  }

  .it-systems-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .founder-grid,
  .approach-grid,
  .contact-grid,
  .contact-channels {
    grid-template-columns: 1fr;
  }

  .founder-photo {
    min-height: 280px;
  }

  .founder-journey {
    margin-top: 1.4rem;
    padding: 1.3rem 1.2rem;
  }

  .founder-journey-title {
    margin-top: 1.5rem;
  }
}

@media (max-width: 700px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.7rem;
    padding: 0.7rem 0;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 0.8rem;
  }

  .hero {
    padding-top: 4.5rem;
  }

  .service-panel {
    padding: 1.3rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .whatsapp-float {
    width: 54px;
    height: 54px;
    right: 1rem;
    bottom: 1rem;
  }

  .whatsapp-float i {
    font-size: 1.62rem;
  }
}
