.elementor-34 .elementor-element.elementor-element-895c6f9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-10b5dc5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-f8e89e1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-e774e21{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-dd54570{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-90d77fa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-46c59aa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-538c863{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-34 .elementor-element.elementor-element-b9e11f7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for container, class: .elementor-element-895c6f9 */:root {
  --sr-blue: #011027;
  --sr-blue-2: #021936;
  --sr-gold: #d5bf99;
  --sr-gold-light: #f0d39d;
  --sr-white: #ffffff;
  --sr-muted: rgba(255,255,255,.72);
  --sr-border: rgba(213,191,153,.32);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--sr-blue);
}

.sr-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 12px 20px;
  box-sizing: border-box;
  transition: .35s ease;
}

.sr-header.scrolled {
  background: rgba(1,16,39,.96);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 45px rgba(0,0,0,.28);
  padding: 8px 20px;
}

.sr-header-inner {
  max-width: 1240px;
  height: 68px;
  margin: 0 auto;
  padding: 0 24px;
  border-radius: 22px;
  border: 1px solid rgba(213,191,153,.28);
  background: rgba(1,16,39,.68);
  backdrop-filter: blur(22px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.sr-logo {
  display: flex;
  align-items: center;
}

.sr-logo img {
  width: 104px;
  max-height: 48px;
  object-fit: contain;
  display: block;
}

.sr-menu {
  display: flex;
  align-items: center;
  gap: 26px;
}

.sr-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: .25s ease;
}

.sr-menu a:hover {
  color: var(--sr-gold);
}

.sr-header-cta {
  min-height: 46px;
  padding: 0 22px;
  border-radius: 13px;
  background: linear-gradient(135deg, #f2d7a2, var(--sr-gold));
  color: #081326;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(213,191,153,.24);
  transition: .3s ease;
}

.sr-header-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(213,191,153,.38);
}

.sr-wpp-icon {
  font-size: 16px;
  display: inline-block;
}

.sr-menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}

.sr-menu-toggle span {
  width: 27px;
  height: 2px;
  background: var(--sr-gold);
  display: block;
}

.sr-mobile-menu {
  display: none;
}

.sr-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: 104px 20px 22px;
  box-sizing: border-box;
  background:
    radial-gradient(circle at 50% 38%, rgba(213,191,153,.16), transparent 24%),
    radial-gradient(circle at 85% 18%, rgba(213,191,153,.1), transparent 28%),
    linear-gradient(135deg, #011027 0%, #021936 48%, #010812 100%);
}

.sr-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(1,16,39,.98) 0%,
    rgba(1,16,39,.93) 36%,
    rgba(1,16,39,.44) 100%
  );
  pointer-events: none;
}

.sr-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  min-height: calc(100vh - 126px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: center;
  gap: 42px;
}

.sr-hero-content {
  color: #fff;
  padding-top: 4px;
}

.sr-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--sr-gold-light);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 18px;
}

.sr-eyebrow span {
  width: 36px;
  height: 2px;
  background: var(--sr-gold-light);
}

.sr-hero h1 {
  font-family: Georgia, 'Times New Roman', serif;
  max-width: 620px;
  margin: 0 0 18px;
  font-size: clamp(36px, 3.45vw, 54px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  font-weight: 500;
  color: #fff;
}

.sr-hero h1 strong {
  font-weight: 500;
  background: linear-gradient(135deg, #fff3d6 0%, #d5bf99 48%, #b88f4b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.sr-hero p {
  max-width: 610px;
  margin: 0;
  color: var(--sr-muted);
  font-size: 16px;
  line-height: 1.62;
}

.sr-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 28px;
}

.sr-btn {
  min-height: 52px;
  padding: 0 26px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  transition: .3s ease;
}

.sr-btn-primary {
  color: #061126;
  background: linear-gradient(135deg, #f4d9a7, var(--sr-gold));
  box-shadow: 0 16px 36px rgba(213,191,153,.24);
}

.sr-btn-outline {
  color: var(--sr-gold-light);
  border: 1px solid var(--sr-gold);
  background: rgba(1,16,39,.35);
}

.sr-btn:hover {
  transform: translateY(-3px);
}

.sr-whatsapp-svg {
  width: 22px;
  height: 22px;
  display: inline-flex;
}

.sr-whatsapp-svg svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.sr-quick-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
  max-width: 650px;
}

.sr-q-card {
  min-height: 96px;
  border-right: 1px solid rgba(213,191,153,.25);
  padding: 8px 18px 8px 0;
  transition: .3s ease;
}

.sr-q-card:last-child {
  border-right: 0;
}

.sr-q-card:hover {
  transform: translateY(-5px);
}

.sr-icon {
  color: var(--sr-gold-light);
  font-size: 34px;
  margin-bottom: 10px;
  line-height: 1;
  filter: drop-shadow(0 0 14px rgba(213,191,153,.25));
}

.sr-q-card span {
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  display: block;
}

.sr-hero-visual {
  position: relative;
  min-height: 540px;
}

.sr-hero-visual::after {
  content: "";
  position: absolute;
  inset: 0 -2px 0 auto;
  width: 30%;
  z-index: 4;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(1,16,39,.24) 38%,
    rgba(1,16,39,.7) 78%,
    #011027 100%
  );
}

.sr-gold-orbit {
  position: absolute;
  width: 94%;
  height: 94%;
  right: -2%;
  top: 3%;
  border-radius: 46% 28px 28px 46%;
  border-left: 1.5px solid rgba(213,191,153,.9);
  border-top: 1px solid rgba(213,191,153,.28);
  z-index: 5;
  pointer-events: none;
}

.sr-light-glow {
  position: absolute;
  width: 170px;
  height: 170px;
  left: 9%;
  top: 12%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(240,211,157,.85),
    rgba(213,191,153,.3) 34%,
    transparent 68%
  );
  filter: blur(4px);
  z-index: 6;
  pointer-events: none;
  animation: srGlow 4s ease-in-out infinite;
}
.sr-header-cta .sr-whatsapp-svg {
  width: 18px;
  height: 18px;
  display: flex;
}

.sr-header-cta .sr-whatsapp-svg svg {
  width: 100%;
  height: 100%;
  fill: #081326;
}
@keyframes srGlow {
  0%, 100% {
    opacity: .65;
    transform: scale(.92);
  }

  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}

.sr-slider {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 46% 28px 28px 46%;
  border: 1px solid rgba(213,191,153,.38);
  box-shadow: 0 42px 90px rgba(0,0,0,.42);
  background: #020c1c;
  -webkit-mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 72%,
    rgba(0,0,0,.84) 86%,
    rgba(0,0,0,.42) 96%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    #000 0%,
    #000 72%,
    rgba(0,0,0,.84) 86%,
    rgba(0,0,0,.42) 96%,
    transparent 100%
  );
}

.sr-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 1s ease, transform 1.6s ease;
}

.sr-slide.active {
  opacity: 1;
  transform: scale(1);
}

.sr-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.sr-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 28%, rgba(213,191,153,.24), transparent 18%),
    linear-gradient(
      90deg,
      rgba(1,16,39,.12),
      rgba(1,16,39,.02) 52%,
      rgba(1,16,39,.38) 100%
    );
}

.sr-slide-count {
  position: absolute;
  right: 24px;
  top: 40%;
  z-index: 8;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.sr-slide-count span {
  opacity: .48;
}

.sr-slide-count span.active {
  color: var(--sr-gold-light);
  opacity: 1;
}

.sr-floating-card {
  position: absolute;
  right: 0;
  bottom: 48px;
  z-index: 9;
  width: 320px;
  padding: 22px;
  border-radius: 20px;
  border: 1px solid rgba(213,191,153,.44);
  background: rgba(1,16,39,.68);
  backdrop-filter: blur(20px);
  color: #fff;
  display: flex;
  gap: 16px;
  box-shadow: 0 28px 70px rgba(0,0,0,.36);
}

.sr-floating-icon {
  min-width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--sr-gold-light);
  border: 1px solid rgba(213,191,153,.58);
  background: rgba(213,191,153,.12);
  font-size: 25px;
  box-shadow: 0 0 24px rgba(213,191,153,.18);
}

.sr-floating-card strong {
  font-size: 17px;
  display: block;
  margin-bottom: 8px;
  line-height: 1.25;
}

.sr-floating-card p {
  font-size: 13px;
  line-height: 1.52;
  color: rgba(255,255,255,.72);
  margin: 0;
}

.sr-slider-nav {
  position: absolute;
  left: 34%;
  bottom: 24px;
  z-index: 9;
  display: flex;
  gap: 14px;
}

.sr-slider-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--sr-gold);
  background: rgba(1,16,39,.54);
  color: var(--sr-gold-light);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transition: .3s ease;
}

.sr-slider-nav button:hover {
  background: var(--sr-gold);
  color: #081326;
}

@media (max-width: 1120px) {
  .sr-menu {
    gap: 18px;
  }

  .sr-menu a {
    font-size: 13px;
  }

  .sr-header-cta {
    padding: 0 16px;
  }

  .sr-hero h1 {
    font-size: clamp(34px, 4vw, 48px);
  }
}

@media (max-width: 1024px) {
  .sr-menu,
  .sr-header-cta {
    display: none;
  }

  .sr-menu-toggle {
    display: flex;
  }

  .sr-mobile-menu {
    position: absolute;
    top: 88px;
    left: 20px;
    right: 20px;
    padding: 18px;
    border-radius: 20px;
    border: 1px solid rgba(213,191,153,.3);
    background: rgba(1,16,39,.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    gap: 12px;
  }

  .sr-mobile-menu.active {
    display: flex;
  }

  .sr-mobile-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding: 9px 4px;
  }

  .sr-mobile-cta {
    background: var(--sr-gold);
    color: #081326 !important;
    text-align: center;
    border-radius: 12px;
    font-weight: 800;
  }

  .sr-hero {
    min-height: auto;
    padding-top: 112px;
  }

  .sr-hero::before {
    background: linear-gradient(
      180deg,
      rgba(1,16,39,.98) 0%,
      rgba(1,16,39,.9) 50%,
      rgba(1,16,39,.98) 100%
    );
  }

  .sr-hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 34px;
  }

  .sr-hero-visual {
    min-height: 440px;
    order: 2;
  }

  .sr-hero-visual::after {
    display: none;
  }

  .sr-slider {
    border-radius: 30px;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .sr-gold-orbit {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border-left: 1px solid rgba(213,191,153,.55);
  }

  .sr-light-glow {
    left: 4%;
    top: 8%;
  }

  .sr-quick-cards {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 30px;
  }

  .sr-q-card {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(213,191,153,.2);
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 0;
  }

  .sr-q-card:last-child {
    border-bottom: 0;
  }

  .sr-icon {
    margin-bottom: 0;
    font-size: 30px;
  }

  .sr-hero h1 {
    font-size: clamp(34px, 7vw, 48px);
    line-height: 1.08;
  }
}

@media (max-width: 640px) {
  .sr-header {
    padding: 10px 12px;
  }

  .sr-header-inner {
    height: 64px;
    border-radius: 18px;
    padding: 0 16px;
  }

  .sr-logo img {
    width: 92px;
    max-height: 44px;
  }

  .sr-mobile-menu {
    top: 82px;
    left: 12px;
    right: 12px;
  }

  .sr-hero {
    padding: 96px 16px 26px;
  }

  .sr-eyebrow {
    font-size: 11px;
    margin-bottom: 15px;
  }

  .sr-eyebrow span {
    width: 28px;
  }

  .sr-hero h1 {
    font-size: 34px;
    line-height: 1.06;
    margin-bottom: 16px;
  }

  .sr-hero p {
    font-size: 15px;
    line-height: 1.58;
  }

  .sr-hero-actions {
    flex-direction: column;
    margin-top: 24px;
  }

  .sr-btn {
    width: 100%;
    min-height: 52px;
    box-sizing: border-box;
  }

  .sr-hero-visual {
    min-height: 380px;
  }

  .sr-floating-card {
    width: auto;
    left: 14px;
    right: 14px;
    bottom: 16px;
    padding: 16px;
  }

  .sr-floating-icon {
    min-width: 44px;
    height: 44px;
    font-size: 22px;
  }

  .sr-floating-card strong {
    font-size: 15px;
  }

  .sr-floating-card p {
    font-size: 12px;
  }

  .sr-slide-count,
  .sr-slider-nav {
    display: none;
  }

  .sr-quick-cards {
    margin-top: 26px;
  }

  .sr-q-card span {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-10b5dc5 */.sr-areas {
  position: relative;
  min-height: 100vh;
  padding: 90px 20px;
  box-sizing: border-box;
  background:
    radial-gradient(circle at 10% 20%, rgba(1,16,39,.06), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(1,16,39,.04), transparent 30%),
    linear-gradient(180deg, #f8f3ea 0%, #efe4cf 60%, #e6d6b8 100%);
  overflow: hidden;
}

.sr-areas::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -180px;
  top: 120px;
  border-radius: 50%;
  border: 1px solid rgba(1,16,39,.08);
  pointer-events: none;
}

.sr-areas-inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

.sr-confidence-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(1,16,39,.08);
  background: rgba(255,255,255,.55);
  backdrop-filter: blur(12px);
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 76px;
  box-shadow: 0 18px 50px rgba(1,16,39,.06);
}

.sr-confidence-item {
  min-height: 118px;
  padding: 26px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid rgba(1,16,39,.06);
  box-sizing: border-box;
}

.sr-confidence-item:last-child {
  border-right: 0;
}

.sr-confidence-item span {
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #b69055;
  border: 1px solid rgba(213,191,153,.55);
  background: rgba(213,191,153,.2);
  font-size: 22px;
  box-shadow: 0 0 24px rgba(213,191,153,.18);
}

.sr-confidence-item p {
  color: #011027;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  margin: 0;
}

.sr-areas-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 58px;
  align-items: center;
}

.sr-section-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #b69055;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 20px;
}

.sr-section-eyebrow span {
  width: 36px;
  height: 2px;
  background: #b69055;
}

.sr-areas-copy h2 {
  max-width: 620px;
  margin: 0 0 24px;
  color: #011027;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 3.4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 500;
}

.sr-areas-copy p {
  max-width: 570px;
  margin: 0;
  color: rgba(1,16,39,.72);
  font-size: 17px;
  line-height: 1.7;
}

.sr-area-cta {
  width: fit-content;
  min-height: 54px;
  margin-top: 34px;
  padding: 0 26px;
  border-radius: 13px;
  background: linear-gradient(135deg, #e9cfa0, #d5bf99);
  color: #011027;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 16px 36px rgba(1,16,39,.12);
  transition: .3s ease;
}

.sr-area-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(1,16,39,.18);
}

.sr-area-cta .sr-whatsapp-svg {
  width: 22px;
  height: 22px;
  display: inline-flex;
}

.sr-area-cta .sr-whatsapp-svg svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.sr-procedure-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.sr-procedure-card {
  position: relative;
  min-height: 340px;
  padding: 30px 26px;
  border-radius: 28px;
  border: 1px solid rgba(1,16,39,.08);
  background:
    linear-gradient(180deg, rgba(255,255,255,.76), rgba(255,255,255,.45)),
    rgba(255,255,255,.62);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 50px rgba(1,16,39,.08);
  overflow: hidden;
  transition: .35s ease;
  box-sizing: border-box;
}

.sr-procedure-card::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -60px;
  top: -60px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(213,191,153,.28), transparent 68%);
  opacity: .85;
  transition: .35s ease;
}

.sr-procedure-card:hover {
  transform: translateY(-10px);
  border-color: rgba(213,191,153,.72);
  background:
    linear-gradient(180deg, rgba(213,191,153,.18), rgba(255,255,255,.58)),
    rgba(255,255,255,.82);
}

.sr-procedure-card:hover::before {
  transform: scale(1.35);
  opacity: 1;
}

.sr-procedure-icon {
  position: relative;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  color: #b69055;
  font-size: 34px;
  border: 1px solid rgba(213,191,153,.58);
  background: rgba(213,191,153,.2);
  box-shadow: 0 0 28px rgba(213,191,153,.18);
  margin-bottom: 34px;
  transition: .35s ease;
}

.sr-procedure-card:hover .sr-procedure-icon {
  transform: rotate(-4deg) scale(1.06);
  box-shadow: 0 0 38px rgba(213,191,153,.28);
}

.sr-procedure-card h3 {
  position: relative;
  margin: 0 0 16px;
  color: #011027;
  font-size: 22px;
  line-height: 1.18;
  font-weight: 800;
}

.sr-procedure-card p {
  position: relative;
  margin: 0;
  color: rgba(1,16,39,.7);
  font-size: 15px;
  line-height: 1.65;
}

.sr-note {
  margin-top: 42px;
  padding: 18px 22px;
  border-radius: 18px;
  border: 1px solid rgba(1,16,39,.08);
  background: rgba(255,255,255,.62);
  color: rgba(1,16,39,.7);
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 12px 34px rgba(1,16,39,.05);
}

.sr-note strong {
  color: #b69055;
}

@media (max-width: 1024px) {
  .sr-areas {
    padding: 74px 20px;
  }

  .sr-confidence-bar {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 58px;
  }

  .sr-confidence-item:nth-child(2) {
    border-right: 0;
  }

  .sr-confidence-item {
    border-bottom: 1px solid rgba(1,16,39,.06);
  }

  .sr-confidence-item:nth-child(3),
  .sr-confidence-item:nth-child(4) {
    border-bottom: 0;
  }

  .sr-areas-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .sr-procedure-cards {
    grid-template-columns: 1fr;
  }

  .sr-procedure-card {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .sr-areas {
    padding: 62px 16px;
  }

  .sr-confidence-bar {
    grid-template-columns: 1fr;
    border-radius: 20px;
    margin-bottom: 46px;
  }

  .sr-confidence-item {
    min-height: auto;
    padding: 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(1,16,39,.06) !important;
  }

  .sr-confidence-item:last-child {
    border-bottom: 0 !important;
  }

  .sr-areas-copy h2 {
    font-size: 34px;
  }

  .sr-areas-copy p {
    font-size: 15px;
  }

  .sr-area-cta {
    width: 100%;
    box-sizing: border-box;
  }

  .sr-procedure-card {
    border-radius: 22px;
    padding: 26px 22px;
  }

  .sr-procedure-icon {
    width: 58px;
    height: 58px;
    font-size: 28px;
    margin-bottom: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f8e89e1 */.sr-diferenciais {
  position: relative;
  min-height: 100vh;
  padding: 100px 20px;
  background:
    radial-gradient(circle at 20% 10%, rgba(213,191,153,.12), transparent 30%),
    linear-gradient(180deg, #011027 0%, #031936 60%, #011027 100%);
  overflow: hidden;
}

.sr-diferenciais-inner {
  max-width: 1240px;
  margin: 0 auto;
}

.sr-diferenciais-head {
  text-align: center;
  margin-bottom: 70px;
}

.sr-diferenciais h2 {
  max-width: 820px;
  margin: 20px auto 0;
  color: #fff;
  font-family: Georgia, serif;
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1.1;
}

.sr-diferenciais-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.sr-d-card {
  padding: 30px;
  border-radius: 24px;
  border: 1px solid rgba(213,191,153,.2);
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(14px);
  transition: .35s ease;
}

.sr-d-card:hover {
  transform: translateY(-10px);
  border-color: rgba(213,191,153,.5);
  background: rgba(213,191,153,.08);
}

.sr-d-icon {
  font-size: 32px;
  color: var(--sr-gold);
  margin-bottom: 20px;
}

.sr-d-card h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
}

.sr-d-card p {
  color: rgba(255,255,255,.7);
  font-size: 15px;
  line-height: 1.6;
}

.sr-d-cta-wrap {
  margin-top: 60px;
  text-align: center;
}

.sr-d-cta {
  padding: 16px 28px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f4d9a7, #d5bf99);
  color: #011027;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: .3s;
}

.sr-d-cta:hover {
  transform: translateY(-3px);
}
@media (max-width: 1024px) {
  .sr-diferenciais {
    min-height: auto;
    padding: 80px 20px;
  }

  .sr-diferenciais-head {
    margin-bottom: 42px;
  }

  .sr-diferenciais h2 {
    font-size: clamp(32px, 6vw, 44px);
  }

  .sr-diferenciais-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .sr-d-card {
    padding: 26px;
  }
}

@media (max-width: 640px) {
  .sr-diferenciais {
    padding: 64px 16px;
  }

  .sr-diferenciais-head {
    text-align: left;
    margin-bottom: 32px;
  }

  .sr-diferenciais h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1.12;
  }

  .sr-diferenciais-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .sr-d-card {
    padding: 22px;
    border-radius: 20px;
  }

  .sr-d-card:hover {
    transform: none;
  }

  .sr-d-icon {
    font-size: 28px;
    margin-bottom: 14px;
  }

  .sr-d-card h3 {
    font-size: 18px;
  }

  .sr-d-card p {
    font-size: 14px;
  }

  .sr-d-cta-wrap {
    margin-top: 34px;
  }

  .sr-d-cta {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 15px 18px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e774e21 */.sr-medicos {
  position: relative;
  min-height: 100vh;
  padding: 100px 20px;
  box-sizing: border-box;
  background:
    radial-gradient(circle at 82% 18%, rgba(213,191,153,.13), transparent 30%),
    linear-gradient(180deg, #f8f3ea 0%, #efe4cf 58%, #e7d8bd 100%);
  overflow: hidden;
}

.sr-medicos::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  left: -260px;
  bottom: -260px;
  border-radius: 50%;
  border: 1px solid rgba(1,16,39,.08);
  pointer-events: none;
}

.sr-medicos-inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  min-height: calc(100vh - 200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.sr-eyebrow-dark {
  color: #b69055;
}

.sr-eyebrow-dark span {
  background: #b69055;
}

.sr-medicos-copy h2 {
  max-width: 640px;
  margin: 0 0 24px;
  color: #011027;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 3.25vw, 54px);
  line-height: 1.06;
  letter-spacing: -0.035em;
  font-weight: 500;
}

.sr-medicos-copy p {
  max-width: 590px;
  margin: 0 0 18px;
  color: rgba(1,16,39,.72);
  font-size: 17px;
  line-height: 1.72;
}

.sr-medicos-cta {
  width: fit-content;
  min-height: 54px;
  margin-top: 22px;
  padding: 0 26px;
  border-radius: 13px;
  background: linear-gradient(135deg, #011027, #031936);
  color: #d5bf99;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 18px 42px rgba(1,16,39,.22);
  transition: .3s ease;
}

.sr-medicos-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(1,16,39,.28);
}

.sr-medicos-cta .sr-whatsapp-svg {
  width: 22px;
  height: 22px;
  display: inline-flex;
}

.sr-medicos-cta .sr-whatsapp-svg svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.sr-medicos-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr .92fr;
  gap: 22px;
  align-items: stretch;
}

.sr-medicos-image {
  min-height: 560px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(1,16,39,.1);
  box-shadow: 0 28px 70px rgba(1,16,39,.16);
}

.sr-medicos-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 95% center;
  display: block;
  transition: 1s ease;
}

.sr-medicos-image:hover img {
  transform: scale(1.05);
}

.sr-medicos-values {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
}

.sr-medico-value {
  position: relative;
  min-height: 88px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(1,16,39,.08);
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 40px rgba(1,16,39,.07);
  display: flex;
  align-items: center;
  gap: 16px;
  transition: .32s ease;
  box-sizing: border-box;
}

.sr-medico-value:hover {
  transform: translateX(-8px);
  border-color: rgba(213,191,153,.75);
  background: rgba(255,255,255,.82);
}

.sr-medico-value span {
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(213,191,153,.22);
  color: #b69055;
  border: 1px solid rgba(213,191,153,.55);
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
}

.sr-medico-value strong {
  color: #011027;
  font-size: 16px;
  line-height: 1.3;
}

@media (max-width: 1024px) {
  .sr-medicos {
    padding: 74px 20px;
  }

  .sr-medicos-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 44px;
  }

  .sr-medicos-panel {
    grid-template-columns: 1fr;
  }

  .sr-medicos-image {
    min-height: 420px;
  }
}

@media (max-width: 640px) {
  .sr-medicos {
    padding: 62px 16px;
  }

  .sr-medicos-copy h2 {
    font-size: 34px;
  }

  .sr-medicos-copy p {
    font-size: 15px;
  }

  .sr-medicos-cta {
    width: 100%;
    box-sizing: border-box;
  }

  .sr-medicos-image {
    min-height: 340px;
    border-radius: 24px;
  }

  .sr-medico-value {
    min-height: auto;
    padding: 16px;
    border-radius: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-dd54570 */.sr-sobre {
  position: relative;
  min-height: 100vh;
  padding: 100px 20px;
  box-sizing: border-box;
  color: #fff;
  background:
    radial-gradient(circle at 82% 22%, rgba(213,191,153,.14), transparent 32%),
    linear-gradient(180deg, #011027 0%, #031936 54%, #011027 100%);
  overflow: hidden;
}

.sr-sobre::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  right: -260px;
  top: -180px;
  border-radius: 50%;
  border: 1px solid rgba(213,191,153,.14);
  pointer-events: none;
}

.sr-sobre-inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
}

.sr-sobre-top {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 58px;
  align-items: center;
}

.sr-sobre-copy h2 {
  max-width: 660px;
  margin: 0 0 24px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 3.2vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 500;
  color: #fff;
}

.sr-sobre-copy p {
  max-width: 610px;
  margin: 0 0 18px;
  color: rgba(255,255,255,.72);
  font-size: 17px;
  line-height: 1.72;
}

.sr-album {
  position: relative;
}

.sr-album-main {
  position: relative;
  height: 530px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(213,191,153,.34);
  background: rgba(255,255,255,.04);
  box-shadow: 0 34px 90px rgba(0,0,0,.34);
}

.sr-album-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 40%, rgba(1,16,39,.72) 100%),
    radial-gradient(circle at 18% 18%, rgba(213,191,153,.24), transparent 24%);
  pointer-events: none;
}

.sr-album-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity .7s ease, transform 1.2s ease;
}

.sr-album-img.active {
  opacity: 1;
  transform: scale(1);
}

.sr-album-label {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 4;
  padding: 18px 20px;
  border-radius: 20px;
  border: 1px solid rgba(213,191,153,.36);
  background: rgba(1,16,39,.66);
  backdrop-filter: blur(18px);
  color: #fff;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 17px;
  font-weight: 800;
}

.sr-album-label span {
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #f0d39d;
  background: rgba(213,191,153,.1);
  border: 1px solid rgba(213,191,153,.44);
}

.sr-album-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.sr-album-thumbs button {
  height: 82px;
  padding: 0;
  cursor: pointer;
  border-radius: 16px;
  border: 1px solid rgba(213,191,153,.22);
  overflow: hidden;
  background: transparent;
  opacity: .58;
  transition: .3s ease;
}

.sr-album-thumbs button.active,
.sr-album-thumbs button:hover {
  opacity: 1;
  transform: translateY(-4px);
  border-color: rgba(213,191,153,.7);
}

.sr-album-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sr-sobre-beneficios {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 64px;
}

.sr-b-item {
  position: relative;
  min-height: 190px;
  padding: 26px;
  border-radius: 24px;
  border: 1px solid rgba(213,191,153,.22);
  background: rgba(255,255,255,.045);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 60px rgba(0,0,0,.18);
  transition: .35s ease;
  overflow: hidden;
}

.sr-b-item::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -55px;
  top: -55px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(213,191,153,.22), transparent 70%);
  transition: .35s ease;
}

.sr-b-item:hover {
  transform: translateY(-8px);
  border-color: rgba(213,191,153,.55);
  background: rgba(213,191,153,.08);
}

.sr-b-item span {
  position: relative;
  color: #d5bf99;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
}

.sr-b-item strong {
  position: relative;
  display: block;
  color: #fff;
  font-size: 21px;
  margin: 18px 0 10px;
}

.sr-b-item p {
  position: relative;
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .sr-sobre {
    padding: 74px 20px;
  }

  .sr-sobre-top {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .sr-album-main {
    height: 440px;
  }

  .sr-sobre-beneficios {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .sr-sobre {
    padding: 62px 16px;
  }

  .sr-sobre-copy h2 {
    font-size: 34px;
  }

  .sr-sobre-copy p {
    font-size: 15px;
  }

  .sr-album-main {
    height: 360px;
    border-radius: 24px;
  }

  .sr-album-label {
    left: 14px;
    right: 14px;
    bottom: 14px;
    font-size: 14px;
    padding: 14px;
  }

  .sr-album-thumbs {
    grid-template-columns: repeat(5, 1fr);
    gap: 7px;
  }

  .sr-album-thumbs button {
    height: 58px;
    border-radius: 10px;
  }

  .sr-sobre-beneficios {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .sr-b-item {
    min-height: auto;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-90d77fa */.sr-faq {
  position: relative;
  min-height: 100vh;
  padding: 100px 20px;
  background:
    radial-gradient(circle at 80% 20%, rgba(213,191,153,.12), transparent 30%),
    linear-gradient(180deg, #f8f3ea 0%, #efe4cf 60%, #e6d6b8 100%);
}

.sr-faq-inner {
  max-width: 900px;
  margin: 0 auto;
}

.sr-faq-head {
  text-align: center;
  margin-bottom: 60px;
}

.sr-faq h2 {
  color: #011027;
  font-size: clamp(34px, 3vw, 50px);
  margin: 20px 0;
}

.sr-faq p {
  color: rgba(1,16,39,.7);
}

/* FAQ LIST */

.sr-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sr-faq-item {
  border-radius: 18px;
  border: 1px solid rgba(1,16,39,.08);
  background: rgba(255,255,255,.7);
  overflow: hidden;
  transition: .3s;
}

.sr-faq-item.active {
  border-color: rgba(213,191,153,.7);
}

.sr-faq-question {
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #011027;
  cursor: pointer;
}

.sr-faq-question span {
  color: var(--sr-gold);
  font-size: 22px;
  transition: .3s;
}

.sr-faq-item.active .sr-faq-question span {
  transform: rotate(45deg);
}

.sr-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: .4s ease;
}

.sr-faq-item.active .sr-faq-answer {
  max-height: 200px;
}

.sr-faq-answer p {
  padding: 0 24px 20px;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-46c59aa */.sr-instagram-maps {
  position: relative;
  min-height: 100vh;
  padding: 100px 20px;
  box-sizing: border-box;
  background:
    radial-gradient(circle at 20% 20%, rgba(213,191,153,.13), transparent 30%),
    linear-gradient(180deg, #f8f3ea 0%, #efe4cf 58%, #e6d6b8 100%);
  overflow: hidden;
}

.sr-im-inner {
  max-width: 1240px;
  min-height: calc(100vh - 200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 58px;
  align-items: center;
}

.sr-instagram-box h2 {
  max-width: 620px;
  margin: 0 0 24px;
  color: #011027;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 3.3vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.035em;
  font-weight: 500;
}

.sr-instagram-box p {
  max-width: 590px;
  margin: 0 0 18px;
  color: rgba(1,16,39,.72);
  font-size: 17px;
  line-height: 1.72;
}

.sr-instagram-cta {
  width: fit-content;
  min-height: 54px;
  margin-top: 22px;
  padding: 0 28px;
  border-radius: 13px;
  background: linear-gradient(135deg, #011027, #031936);
  color: #d5bf99;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 18px 42px rgba(1,16,39,.22);
  transition: .3s ease;
}

.sr-instagram-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 54px rgba(1,16,39,.28);
}

.sr-map-box {
  position: relative;
}

.sr-map-card {
  position: relative;
  min-height: 560px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(1,16,39,.1);
  box-shadow: 0 28px 70px rgba(1,16,39,.16);
  background: #011027;
}

.sr-map-card iframe {
  width: 100%;
  height: 560px;
  border: 0;
  filter: saturate(.85) contrast(1.05);
}

.sr-map-info {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(1,16,39,.82);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(213,191,153,.36);
  box-shadow: 0 20px 50px rgba(0,0,0,.24);
}

.sr-map-info span {
  display: block;
  color: #d5bf99;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 8px;
}

.sr-map-info strong {
  color: #fff;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .sr-instagram-maps {
    padding: 74px 20px;
  }

  .sr-im-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 44px;
  }

  .sr-map-card,
  .sr-map-card iframe {
    min-height: 440px;
    height: 440px;
  }
}

@media (max-width: 640px) {
  .sr-instagram-maps {
    padding: 62px 16px;
  }

  .sr-instagram-box h2 {
    font-size: 34px;
  }

  .sr-instagram-box p {
    font-size: 15px;
  }

  .sr-instagram-cta {
    width: 100%;
    box-sizing: border-box;
  }

  .sr-map-card,
  .sr-map-card iframe {
    min-height: 380px;
    height: 380px;
    border-radius: 24px;
  }

  .sr-map-info {
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 16px;
    border-radius: 18px;
  }

  .sr-map-info strong {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-538c863 */.hsr-footer,
.hsr-footer * {
  box-sizing: border-box;
}

.hsr-footer {
  position: relative;
  padding: 86px 20px 24px;
  background:
    radial-gradient(circle at 12% 0%, rgba(213,191,153,.14), transparent 34%),
    linear-gradient(180deg, #011027 0%, #020b19 100%);
  color: #fff;
  overflow: hidden;
}

.hsr-footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr .75fr .95fr .65fr;
  gap: 54px;
  align-items: start;
}

.hsr-footer-brand img {
  width: 150px;
  height: auto;
  display: block;
  margin: 0 0 26px;
}

.hsr-footer-brand p,
.hsr-footer-col p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 15px;
  line-height: 1.65;
}

.hsr-footer-brand p {
  max-width: 360px;
  margin-bottom: 26px;
}

.hsr-footer-whatsapp {
  width: fit-content !important;
  max-width: 100%;
  min-height: 52px;
  padding: 0 24px !important;

  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  border-radius: 14px;
  border: 1px solid rgba(213,191,153,.65);
  background: linear-gradient(135deg, #f1d8aa 0%, #d5bf99 100%) !important;

  color: #011027 !important;
  text-decoration: none !important;
  box-shadow: 0 16px 36px rgba(213,191,153,.22);
  transition: .3s ease;
}

.hsr-footer-whatsapp svg {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  display: block !important;
  fill: #011027 !important;
}

.hsr-footer-whatsapp span {
  display: inline-block !important;
  color: #011027 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap;
}

.hsr-footer-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(213,191,153,.34);
}

.hsr-footer-col h4 {
  margin: 0 0 18px;
  color: #d5bf99;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: .04em;
}

.hsr-footer-col a {
  width: fit-content;
  display: block;
  margin: 0 0 12px;
  color: rgba(255,255,255,.76) !important;
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1.35;
  transition: .25s ease;
}

.hsr-footer-col a:hover {
  color: #d5bf99 !important;
  transform: translateX(4px);
}

.hsr-footer-bottom {
  max-width: 1240px;
  margin: 58px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(213,191,153,.18);
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.hsr-footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,.5);
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .hsr-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 38px;
  }

  .hsr-footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .hsr-footer {
    padding: 64px 16px 22px;
  }

  .hsr-footer-inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .hsr-footer-brand img {
    width: 132px;
  }

  .hsr-footer-whatsapp {
    width: 100% !important;
  }

  .hsr-footer-bottom {
    margin-top: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b9e11f7 */#hsrFixedMobileCTA {
  display: none;
}

@media (max-width: 768px) {
  #hsrFixedMobileCTA {
    position: fixed !important;
    left: 12px !important;
    right: 12px !important;
    bottom: 4px !important;
    z-index: 2147483647 !important;

    display: grid !important;
    grid-template-columns: 1fr 1.35fr !important;
    gap: 10px !important;

    padding: 10px !important;
    border-radius: 22px !important;
    border: 1px solid rgba(213,191,153,.36) !important;
    background: rgba(1,16,39,.82) !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
    box-shadow: 0 18px 50px rgba(0,0,0,.34) !important;
  }

  #hsrFixedMobileCTA a,
  #hsrFixedMobileCTA a:link,
  #hsrFixedMobileCTA a:visited,
  #hsrFixedMobileCTA a:hover,
  #hsrFixedMobileCTA a:active,
  #hsrFixedMobileCTA a:focus {
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 16px !important;
    margin: 0 !important;

    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;

    border-radius: 16px !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }

  #hsrCallCTA,
  #hsrCallCTA:link,
  #hsrCallCTA:visited,
  #hsrCallCTA:hover,
  #hsrCallCTA:active,
  #hsrCallCTA:focus {
    background: rgba(255,255,255,.06) !important;
    border: 1px solid rgba(213,191,153,.58) !important;
    color: #d5bf99 !important;
  }

  #hsrWhatsCTA,
  #hsrWhatsCTA:link,
  #hsrWhatsCTA:visited,
  #hsrWhatsCTA:hover,
  #hsrWhatsCTA:active,
  #hsrWhatsCTA:focus {
    background: linear-gradient(135deg, #f4d9a7 0%, #d5bf99 100%) !important;
    border: 1px solid rgba(213,191,153,.8) !important;
    color: #011027 !important;
    box-shadow: 0 0 28px rgba(213,191,153,.3) !important;
  }

  #hsrFixedMobileCTA svg {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    display: block !important;
    fill: currentColor !important;
    color: inherit !important;
  }

  #hsrFixedMobileCTA b {
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    color: inherit !important;
    white-space: nowrap !important;
  }

  body {
    padding-bottom: 88px !important;
  }
}/* End custom CSS */