:root {
  --ink: #101820;
  --muted: #526171;
  --line: #dbe4ea;
  --surface: #f5f8fa;
  --white: #ffffff;
  --blue: #0a67b1;
  --blue-dark: #063d74;
  --teal: #0f8f84;
  --amber: #d98b21;
  --green: #1ea955;
  --danger: #c84531;
  --shadow: 0 18px 48px rgba(13, 31, 45, 0.18);
  --soft-shadow: 0 10px 30px rgba(12, 34, 50, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

body:has(.mobile-contact-bar) {
  padding-bottom: 0;
}

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

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

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 54px);
  color: var(--white);
  background: rgba(6, 22, 35, 0.76);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
}

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

.brand-mark {
  flex: 0 0 auto;
  display: inline-grid;
  width: 42px;
  height: 34px;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--teal));
  border-radius: 7px;
  font-size: 0.78rem;
  font-weight: 900;
}

.brand-text {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.brand-name {
  max-width: min(36vw, 320px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.02rem;
  font-weight: 800;
}

.brand-tagline {
  max-width: min(42vw, 430px);
  overflow: hidden;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.73rem;
  font-weight: 700;
  line-height: 1.12;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 3vw, 30px);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.95rem;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--white);
}

.header-action {
  padding: 10px 16px;
  color: var(--white);
  background: var(--teal);
  border-radius: 7px;
  font-weight: 700;
}

.whatsapp-action {
  background: #1ea955;
}

.whatsapp-logo {
  display: block;
  width: 30px;
  height: 30px;
}

.whatsapp-bubble {
  fill: #ffffff;
}

.whatsapp-phone {
  fill: #1ea955;
}

.whatsapp-action,
.button.primary[aria-label^="WhatsApp"] {
  min-width: 52px;
  padding: 8px 11px;
}

.button.primary[aria-label^="WhatsApp"] .whatsapp-logo {
  width: 34px;
  height: 34px;
}

.button.primary[aria-label^="WhatsApp"] .whatsapp-bubble,
.floating-whatsapp .whatsapp-bubble,
.mobile-contact-bar a:last-child .whatsapp-bubble {
  fill: #ffffff;
}

.button.primary[aria-label^="WhatsApp"] .whatsapp-phone,
.floating-whatsapp .whatsapp-phone,
.mobile-contact-bar a:last-child .whatsapp-phone {
  fill: #1ea955;
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 132px clamp(20px, 6vw, 76px) 80px;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: url("assets/photos/Laptop motherboard repair 1.jpeg");
  background-position: center;
  background-size: cover;
  transform: scale(1.03);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(5, 16, 28, 0.92), rgba(5, 18, 30, 0.63) 48%, rgba(5, 18, 30, 0.2)),
    linear-gradient(0deg, rgba(5, 16, 28, 0.88), rgba(5, 16, 28, 0.08) 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(770px, 100%);
  color: var(--white);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow,
.contact-band .eyebrow {
  color: #73e1d2;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  font-size: clamp(3.1rem, 8vw, 6.9rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.9rem);
  line-height: 1;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

.hero-copy {
  width: min(760px, 100%);
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.04rem, 2vw, 1.25rem);
}

.hero-service-title {
  max-width: 720px;
  margin: 18px 0 0;
  color: #ffffff;
  font-size: clamp(1.35rem, 3.4vw, 2.45rem);
  font-weight: 900;
  line-height: 1.08;
}

.hero-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  max-width: 980px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.hero-service-list li {
  position: relative;
  min-height: 0;
  padding: 0 0 0 18px;
  color: rgba(255, 255, 255, 0.94);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: clamp(0.94rem, 1.6vw, 1.05rem);
  font-weight: 750;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.hero-service-list li::before {
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: #73e1d2;
  border-radius: 50%;
  transform: translateY(-50%);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  color: #e9fbf8;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 7px;
  font-size: 0.9rem;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 0;
  border-radius: 7px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.button.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--teal));
  box-shadow: 0 12px 28px rgba(10, 103, 177, 0.26);
}

.button.primary:hover,
.button.primary:focus-visible,
.header-action:hover,
.header-action:focus-visible,
.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  filter: brightness(1.08);
}

.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.quick-help {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 26px clamp(20px, 6vw, 76px);
  color: var(--white);
  background: linear-gradient(135deg, #092f4f, #0f6f68 58%, #184d37);
}

.quick-help-copy {
  max-width: 860px;
}

.quick-help h2 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.quick-help p:last-child {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.84);
}

.quick-help .eyebrow {
  color: #91eadc;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.trust-strip div {
  min-height: 124px;
  padding: 28px clamp(18px, 4vw, 42px);
  background: var(--surface);
  transition:
    transform 160ms ease,
    background 160ms ease;
}

.trust-strip div:hover {
  transform: translateY(-2px);
  background: #ffffff;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  font-size: 1.04rem;
}

.trust-strip span {
  margin-top: 7px;
  color: var(--muted);
}

.section {
  padding: clamp(70px, 8vw, 108px) clamp(20px, 6vw, 76px);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading .eyebrow {
  margin-bottom: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-card,
.process-step {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(16, 24, 32, 0.02);
}

.service-card {
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--soft-shadow);
}

.service-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-card-body {
  padding: 22px;
}

.service-card-body p,
.coverage-list,
.problem-grid p,
.why-card p,
.appointment-card p,
.appointment-details span,
.faq-grid p,
.feature-copy p,
.process-step p,
.contact-band p,
.form-note {
  color: var(--muted);
}

.problems-section {
  background: #ffffff;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.problem-grid article {
  min-height: 138px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)),
    linear-gradient(135deg, rgba(10, 103, 177, 0.16), rgba(15, 143, 132, 0.18));
  border: 1px solid var(--line);
  border-radius: 8px;
}

.problem-grid span {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  padding: 6px 10px;
  color: var(--blue-dark);
  background: #eaf5fb;
  border: 1px solid #cfe7f5;
  border-radius: 7px;
  font-size: 0.9rem;
  font-weight: 900;
}

.problem-grid p {
  margin: 14px 0 0;
}

.why-section {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fa 100%);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.why-card {
  min-height: 250px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(16, 24, 32, 0.02);
}

.why-card span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  margin-bottom: 28px;
  color: var(--white);
  background: var(--blue);
  border-radius: 7px;
  font-size: 0.88rem;
  font-weight: 900;
}

.appointment-section {
  background: var(--surface);
}

.appointment-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(26px, 5vw, 58px);
  align-items: start;
  padding: clamp(26px, 5vw, 42px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.appointment-details {
  display: grid;
  gap: 12px;
}

.appointment-details div {
  padding: 18px;
  background: #eef7f6;
  border: 1px solid #cfe8e4;
  border-radius: 8px;
}

.appointment-details strong,
.appointment-details span {
  display: block;
}

.appointment-details strong {
  margin-bottom: 5px;
  color: var(--blue-dark);
}

.faq-section {
  background: #ffffff;
}

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

.faq-grid details {
  padding: 20px 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.faq-grid summary {
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
}

.faq-grid p {
  margin: 12px 0 0;
}

.coverage-panel {
  margin-top: 18px;
  padding: 26px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.coverage-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px 16px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.coverage-list li {
  position: relative;
  min-height: 40px;
  padding: 10px 12px 10px 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 7px;
  font-weight: 750;
}

.coverage-list li::before {
  position: absolute;
  top: 11px;
  left: 13px;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--teal);
  border-radius: 50%;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  padding: clamp(58px, 7vw, 92px) clamp(20px, 6vw, 76px);
  color: var(--white);
  background: var(--blue-dark);
}

.feature-image img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.feature-copy h2 {
  max-width: 620px;
}

.feature-copy p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 26px;
}

.check-list li::before {
  position: absolute;
  top: 0.1em;
  left: 0;
  content: "✓";
  color: #72e1d2;
  font-weight: 900;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(140px, 1fr));
  gap: 12px;
}

.gallery-item {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  color: var(--white);
  background: #111;
  border: 0;
  border-radius: 8px;
  cursor: zoom-in;
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  transition: transform 180ms ease;
}

.gallery-item:hover img,
.gallery-item:focus-visible img {
  transform: scale(1.045);
}

.gallery-item span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 8px 10px;
  background: rgba(8, 18, 27, 0.72);
  border-radius: 6px;
  font-size: 0.88rem;
  font-weight: 800;
}

.gallery-item::after {
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  content: "";
  background: linear-gradient(0deg, rgba(5, 14, 22, 0.72), rgba(5, 14, 22, 0));
  pointer-events: none;
}

.gallery-item span {
  z-index: 1;
}

.process {
  background: var(--surface);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.process-step {
  padding: 26px;
}

.process-step span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--amber);
  font-size: 0.9rem;
  font-weight: 900;
}

.process-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
  padding: 18px 20px;
  color: var(--blue-dark);
  background: #e9f6f4;
  border: 1px solid #cde8e3;
  border-radius: 8px;
}

.process-note span {
  color: var(--muted);
}

.goal-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f2f7f9 100%);
}

.goal-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 36px;
  align-items: end;
  margin-bottom: 28px;
}

.goal-intro .eyebrow {
  margin-bottom: 0;
}

.expertise-panel,
.vision-panel {
  padding: clamp(24px, 4vw, 36px);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--soft-shadow);
}

.expertise-panel h3,
.vision-panel h3 {
  color: var(--blue-dark);
}

.expertise-panel ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.expertise-panel li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
  font-size: 1.02rem;
}

.expertise-panel li::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: var(--teal);
  border-radius: 50%;
}

.vision-panel {
  margin-top: 18px;
  background: #092f4f;
  border-color: rgba(255, 255, 255, 0.12);
}

.vision-panel h3,
.vision-panel p {
  color: var(--white);
}

.vision-panel p {
  max-width: 920px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.06rem;
}

.goal-closing {
  margin: 20px 0 0;
  padding: 18px 20px;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), var(--blue));
  border-radius: 8px;
  font-size: clamp(1.2rem, 2.4vw, 1.7rem);
  font-weight: 900;
  text-align: center;
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.7fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
  padding: clamp(70px, 8vw, 108px) clamp(20px, 6vw, 76px);
  color: var(--white);
  background:
    linear-gradient(rgba(5, 18, 30, 0.86), rgba(5, 18, 30, 0.88)),
    url("assets/photos/Thumb Print reader.jpeg") center / cover;
}

.contact-band p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.04rem;
}

.contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.contact-details a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 10px 13px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 7px;
  font-weight: 800;
}

.contact-details a[href*="wa.me"] {
  background: rgba(30, 169, 85, 0.22);
  border-color: rgba(91, 235, 147, 0.48);
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  color: var(--ink);
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 7px;
  color: #314252;
  font-size: 0.9rem;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 12px 13px;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

.form-note {
  margin: 0;
  font-size: 0.86rem;
}

.lightbox {
  position: fixed;
  z-index: 20;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(4, 12, 20, 0.9);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-width: min(100%, 1040px);
  max-height: 88vh;
  object-fit: contain;
  border-radius: 8px;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 7px;
  font-size: 1.3rem;
  cursor: pointer;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(20px, 6vw, 76px);
  color: #6a7784;
  background: #091622;
}

.site-footer a {
  color: #c9d6df;
}

.floating-whatsapp {
  position: fixed;
  right: clamp(14px, 3vw, 28px);
  bottom: clamp(14px, 3vw, 28px);
  z-index: 15;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 10px;
  color: var(--white);
  background: var(--green);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  box-shadow: 0 16px 36px rgba(4, 27, 17, 0.28);
  font-weight: 900;
}

.floating-whatsapp .whatsapp-logo {
  width: 38px;
  height: 38px;
}

.floating-whatsapp-mark {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #1ea955;
  background: var(--white);
  border-radius: 7px;
  font-size: 0.78rem;
  font-weight: 900;
}

.mobile-contact-bar {
  display: none;
}

@media (max-width: 920px) {
  .site-header {
    position: absolute;
    flex-wrap: wrap;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .trust-strip,
  .service-grid,
  .coverage-list,
  .problem-grid,
  .why-grid,
  .appointment-card,
  .faq-grid,
  .process-grid,
  .feature-band,
  .contact-band,
  .section-heading,
  .goal-intro {
    grid-template-columns: 1fr;
  }

  .quick-help {
    grid-template-columns: 1fr;
  }

  .quick-help .button {
    width: fit-content;
  }

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

@media (max-width: 560px) {
  body:has(.mobile-contact-bar) {
    padding-bottom: 72px;
  }

  .site-header {
    gap: 12px;
  }

  .brand-name {
    max-width: 68vw;
    white-space: normal;
    line-height: 1.12;
  }

  .brand-tagline {
    max-width: 68vw;
    white-space: normal;
  }

  .header-action {
    display: none;
  }

  .hero {
    min-height: 88vh;
    padding-top: 156px;
    padding-bottom: 64px;
  }

  .hero-actions,
  .site-footer {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .floating-whatsapp {
    display: none;
  }

  .mobile-contact-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 18;
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 8px;
    padding: 10px 12px;
    background: rgba(6, 22, 35, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(10px);
  }

  .mobile-contact-bar a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 7px;
    font-weight: 900;
  }

  .mobile-contact-bar .whatsapp-logo {
    width: 32px;
    height: 32px;
  }

  .mobile-contact-bar a:last-child {
    background: var(--green);
    border-color: rgba(255, 255, 255, 0.08);
  }
}
