.elementor-kit-8{--e-global-color-primary:#011630;--e-global-color-secondary:#053561;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F8BD26;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================================
   SONRÍE JURIQUILLA · CSS COMPLETO FINAL
   Base global + página sin header ni footer
   ========================================================= */


/* =========================================================
   00 · BASE GLOBAL OBLIGATORIA
   ========================================================= */

:root{
  --sj-navy:#011630;
  --sj-blue:#053561;
  --sj-yellow:#F8BD26;
  --sj-yellow-hover:#FFD04A;
  --sj-white:#FFFFFF;
  --sj-light:#F7FAFC;
  --sj-soft:#EAF3F8;
  --sj-text:#102033;
  --sj-muted:#4F6478;
  --sj-border:#D9E4EC;

  --sj-radius-sm:12px;
  --sj-radius-md:14px;
  --sj-radius-lg:20px;
  --sj-radius-xl:24px;

  --sj-shadow-soft:0 18px 46px rgba(1,22,48,.08);
  --sj-shadow-card:0 22px 54px rgba(1,22,48,.08);
  --sj-shadow-card-hover:0 30px 70px rgba(1,22,48,.13);
  --sj-shadow-yellow:0 14px 30px rgba(248,189,38,.28);

  --sj-container:1240px;
}

[class^="sj-"],
[class*=" sj-"]{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

section[id]{
  scroll-margin-top:110px;
}

[class^="sj-"] img,
[class*=" sj-"] img{
  max-width:100%;
  height:auto;
}

/* TITULARES BASE */
.sj-kicker{
  display:block;
  color:var(--sj-yellow) !important;
  font-size:21px;
  font-weight:800;
  line-height:1.1;
  margin:0 0 18px;
}

.sj-section-title{
  margin:0;
  color:var(--sj-navy) !important;
  font-size:64px;
  font-weight:850;
  line-height:1.05;
  letter-spacing:-2px;
}

.sj-section-intro{
  margin:24px 0 0;
  color:var(--sj-blue) !important;
  font-size:21px;
  line-height:1.45;
}

/* CARDS */
.sj-card{
  background:rgba(255,255,255,.88);
  border:1px solid rgba(217,228,236,.9);
  border-radius:22px;
  box-shadow:var(--sj-shadow-card);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.sj-card-hover{
  transition:transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}

.sj-card-hover:hover{
  transform:translateY(-6px);
  border-color:rgba(5,53,97,.18);
  box-shadow:var(--sj-shadow-card-hover);
}

/* BOTONES */
.sj-btn{
  min-height:56px;
  padding:0 26px;
  border-radius:var(--sj-radius-md);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  text-decoration:none !important;
  font-size:16.5px;
  font-weight:850;
  line-height:1;
  cursor:pointer;
  transition:
    transform .22s ease,
    box-shadow .22s ease,
    background .22s ease,
    color .22s ease,
    border-color .22s ease;
}

.sj-btn-primary{
  background:var(--sj-yellow) !important;
  color:var(--sj-navy) !important;
  box-shadow:var(--sj-shadow-yellow);
  border:0 !important;
}

.sj-btn-primary:hover{
  background:var(--sj-yellow-hover) !important;
  color:var(--sj-navy) !important;
  transform:translateY(-1px);
  box-shadow:0 18px 38px rgba(248,189,38,.36);
}

.sj-btn-secondary{
  background:rgba(255,255,255,.62) !important;
  color:var(--sj-navy) !important;
  border:1.5px solid rgba(1,22,48,.28) !important;
}

.sj-btn-secondary:hover{
  background:#FFFFFF !important;
  color:var(--sj-navy) !important;
  border-color:rgba(1,22,48,.42) !important;
  transform:translateY(-1px);
  box-shadow:0 12px 28px rgba(1,22,48,.08);
}

.sj-btn-full{
  width:100%;
}

/* ICONOS SVG COMO MÁSCARA */
.sj-icon{
  display:inline-block;
  width:20px;
  height:20px;
  flex:0 0 20px;
  background-color:currentColor;
  vertical-align:middle;

  mask-repeat:no-repeat;
  mask-position:center;
  mask-size:contain;

  -webkit-mask-repeat:no-repeat;
  -webkit-mask-position:center;
  -webkit-mask-size:contain;
}

/* ICONOS GENERALES */
.sj-i-wa,
.sj-icon-whatsapp{
  mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/whatsapp-brand.svg");
  -webkit-mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/whatsapp-brand.svg");
}

.sj-i-phone,
.sj-icon-phone{
  mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/phone.svg");
  -webkit-mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/phone.svg");
}

.sj-i-contact{
  mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/contact.svg");
  -webkit-mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/contact.svg");
}

.sj-i-map{
  mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/map-pin.svg");
  -webkit-mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/map-pin.svg");
}

.sj-i-message{
  mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/message-circle.svg");
  -webkit-mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/message-circle.svg");
}

.sj-i-calendar{
  mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/calendar.svg");
  -webkit-mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/calendar.svg");
}

.sj-i-star{
  mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/star.svg");
  -webkit-mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/star.svg");
}

.sj-i-arrow{
  mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/arrow-right.svg");
  -webkit-mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/arrow-right.svg");
}

.sj-i-download{
  mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/download.svg");
  -webkit-mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/download.svg");
}

/* ICONOS SERVICIOS */
.sj-icon-ortodoncia{
  mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/icono-ortodoncia.svg");
  -webkit-mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/icono-ortodoncia.svg");
}

.sj-icon-carillas{
  mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/icono-carillas.svg");
  -webkit-mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/icono-carillas.svg");
}

.sj-icon-protesis{
  mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/icono-protesis.svg");
  -webkit-mask-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/icono-protesis.svg");
}

/* CÍRCULO DE ICONOS */
.sj-icon-circle{
  width:56px;
  height:56px;
  border-radius:50%;
  background:var(--sj-soft);
  color:var(--sj-blue);
  display:flex;
  align-items:center;
  justify-content:center;
}

.sj-icon-circle .sj-icon{
  width:28px;
  height:28px;
}

/* TEXTO PEQUEÑO */
.sj-small-text{
  color:var(--sj-muted);
  font-size:13.5px;
  line-height:1.45;
}


/* =========================================================
   01 · HERO
   ========================================================= */

.sj-hero{
  --sj-hero-photo:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/hero-sonrie-juriquilla-sonrisa.webp");

  position:relative;
  overflow:hidden;
  width:100%;
  min-height:900px;
  padding:170px 28px 72px;
  background:
    radial-gradient(circle at 85% 22%, rgba(206,230,245,.75) 0%, rgba(206,230,245,0) 28%),
    radial-gradient(circle at 10% 15%, rgba(255,255,255,.98) 0%, rgba(255,255,255,0) 42%),
    linear-gradient(135deg, #FFFFFF 0%, #F7FAFC 42%, #EAF3F8 100%);
  color:var(--sj-navy);
}

.sj-hero::before{
  content:"";
  position:absolute;
  inset:auto -160px -260px auto;
  width:720px;
  height:720px;
  border-radius:50%;
  background:rgba(5,53,97,.07);
  pointer-events:none;
}

.sj-hero-inner{
  position:relative;
  z-index:2;
  width:100%;
  max-width:1240px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,.92fr) minmax(480px,1fr);
  align-items:center;
  gap:64px;
}

.sj-hero-kicker{
  display:block;
  color:var(--sj-yellow) !important;
  font-size:22px;
  font-weight:800;
  line-height:1.1;
  margin:0 0 20px;
}

.sj-hero-title{
  margin:0;
  max-width:610px;
  color:var(--sj-navy) !important;
  font-size:72px;
  font-weight:850;
  line-height:.98;
  letter-spacing:-2.4px;
}

.sj-hero-text{
  max-width:610px;
  margin:28px 0 0;
  color:var(--sj-blue) !important;
  font-size:21px;
  font-weight:400;
  line-height:1.45;
}

.sj-hero-actions{
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:30px;
  flex-wrap:wrap;
}

.sj-hero-meta{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
  color:var(--sj-navy);
  font-size:15.5px;
  font-weight:600;
}

.sj-hero-meta-item{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--sj-navy) !important;
}

.sj-hero-meta .sj-icon{
  width:18px;
  height:18px;
  color:var(--sj-yellow);
}

.sj-hero-dot{
  width:4px;
  height:4px;
  border-radius:50%;
  background:rgba(1,22,48,.55);
}

.sj-hero-visual{
  position:relative;
  min-height:560px;
}

.sj-hero-shape{
  position:absolute;
  inset:18px 0 auto auto;
  width:min(640px,100%);
  height:520px;
  border-radius:140px 54px 140px 54px;
  background:#DCEFFB;
  transform:rotate(-4deg);
  opacity:.78;
}

.sj-hero-photo{
  position:absolute;
  top:34px;
  right:30px;
  width:min(610px,92%);
  height:500px;
  border-radius:130px 44px 130px 44px;
  background-image:var(--sj-hero-photo);
  background-size:cover;
  background-position:center;
  box-shadow:0 32px 70px rgba(1,22,48,.16);
  transform:rotate(-4deg);
  overflow:hidden;
}

.sj-hero-photo::before{
  content:"";
  position:absolute;
  inset:0;
  border:2px solid rgba(255,255,255,.85);
  border-radius:inherit;
  pointer-events:none;
}

.sj-hero-visual-ring{
  position:absolute;
  top:-4px;
  right:52px;
  width:540px;
  height:540px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.92);
  opacity:.9;
}

.sj-hero-dots{
  position:absolute;
  right:-42px;
  top:270px;
  width:92px;
  height:124px;
  background-image:radial-gradient(rgba(5,53,97,.28) 2px, transparent 2px);
  background-size:18px 18px;
  opacity:.8;
}

.sj-floating-card{
  position:absolute;
  right:8px;
  bottom:8px;
  width:260px;
  min-height:124px;
  display:grid;
  grid-template-columns:64px 1fr;
  gap:16px;
  align-items:center;
  padding:20px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(217,228,236,.9);
  border-radius:20px;
  box-shadow:0 24px 50px rgba(1,22,48,.14);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  z-index:5;
}

.sj-floating-icon{
  width:58px;
  height:58px;
  border-radius:50%;
  background:var(--sj-soft);
  color:var(--sj-blue);
  display:flex;
  align-items:center;
  justify-content:center;
}

.sj-floating-icon .sj-icon{
  width:30px;
  height:30px;
}

.sj-floating-card strong{
  display:block;
  color:var(--sj-navy) !important;
  font-size:17px;
  font-weight:850;
  line-height:1.15;
  margin-bottom:6px;
}

.sj-floating-card span{
  display:block;
  color:var(--sj-blue) !important;
  font-size:13.5px;
  line-height:1.3;
}

/* FRANJA DE CONFIANZA */
.sj-trust-bar{
  position:relative;
  z-index:3;
  width:100%;
  max-width:1160px;
  margin:52px auto 0;
  padding:28px 38px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:0;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(217,228,236,.9);
  border-radius:20px;
  box-shadow:0 24px 60px rgba(1,22,48,.10);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

.sj-trust-item{
  display:grid;
  grid-template-columns:62px 1fr;
  align-items:center;
  gap:18px;
  padding:0 28px;
  border-right:1px solid rgba(1,22,48,.12);
}

.sj-trust-item:first-child{
  padding-left:0;
}

.sj-trust-item:last-child{
  border-right:0;
  padding-right:0;
}

.sj-trust-text{
  color:var(--sj-navy) !important;
  font-size:17px;
  font-weight:800;
  line-height:1.25;
}


/* =========================================================
   02 · SERVICIOS
   ========================================================= */

.sj-services-section{
  position:relative;
  overflow:hidden;
  width:100%;
  padding:96px 28px 110px;
  background:
    radial-gradient(circle at 88% 16%, rgba(206,230,245,.78) 0%, rgba(206,230,245,0) 30%),
    radial-gradient(circle at 12% 92%, rgba(206,230,245,.62) 0%, rgba(206,230,245,0) 28%),
    linear-gradient(135deg,#FFFFFF 0%,#F7FAFC 48%,#EAF3F8 100%);
}

.sj-services-section::before{
  content:"";
  position:absolute;
  right:-170px;
  top:72px;
  width:640px;
  height:640px;
  border-radius:50%;
  background:rgba(5,53,97,.055);
  pointer-events:none;
}

.sj-services-section::after{
  content:"";
  position:absolute;
  right:32px;
  top:130px;
  width:105px;
  height:130px;
  background-image:radial-gradient(rgba(5,53,97,.25) 2px, transparent 2px);
  background-size:18px 18px;
  opacity:.75;
  pointer-events:none;
}

.sj-services-inner{
  position:relative;
  z-index:2;
  max-width:1240px;
  margin:0 auto;
}

.sj-services-title{
  max-width:760px;
}

.sj-services-intro{
  max-width:620px;
}

.sj-services-grid{
  margin-top:48px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.sj-service-card{
  min-height:420px;
  padding:36px 34px 34px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
}

.sj-service-icon-wrap{
  width:118px;
  height:118px;
  border-radius:50%;
  background:var(--sj-soft);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:26px;
}

.sj-service-icon{
  display:block;
  width:78px !important;
  height:78px !important;
  flex:0 0 78px !important;
  background:var(--sj-blue);
  mask-size:contain !important;
  -webkit-mask-size:contain !important;
}

.sj-service-card h3{
  margin:0;
  color:var(--sj-navy) !important;
  font-size:28px;
  font-weight:850;
  line-height:1.1;
  letter-spacing:-.5px;
}

.sj-service-card p{
  margin:26px 0 0;
  color:var(--sj-blue) !important;
  font-size:17px;
  line-height:1.52;
  max-width:330px;
}

.sj-service-card .sj-btn{
  margin-top:auto;
  width:100%;
}


/* =========================================================
   03 · CONSULTORIO
   ========================================================= */

.sj-office-section{
  position:relative;
  overflow:hidden;
  padding:104px 28px;
  background:#FFFFFF;
}

.sj-office-section::before{
  content:"";
  position:absolute;
  left:-190px;
  top:70px;
  width:520px;
  height:520px;
  border-radius:50%;
  background:rgba(234,243,248,.82);
  pointer-events:none;
}

.sj-office-inner{
  position:relative;
  z-index:2;
  max-width:1240px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:64px;
  align-items:center;
}

.sj-office-content{
  max-width:610px;
}

.sj-office-title{
  max-width:620px;
}

.sj-office-text{
  margin:24px 0 0;
  color:var(--sj-blue) !important;
  font-size:20px;
  line-height:1.55;
}

.sj-office-tags{
  margin-top:30px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.sj-office-tags span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:11px 14px;
  border-radius:999px;
  background:var(--sj-soft);
  color:var(--sj-navy) !important;
  font-size:14.5px;
  font-weight:800;
}

.sj-office-tags .sj-icon{
  width:17px;
  height:17px;
  color:var(--sj-yellow);
}

.sj-office-actions{
  margin-top:32px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.sj-office-visual{
  position:relative;
  min-height:620px;
}

.sj-office-shape{
  position:absolute;
  inset:26px 0 auto auto;
  width:88%;
  height:560px;
  border-radius:130px 46px 130px 46px;
  background:var(--sj-soft);
  transform:rotate(-3deg);
}

.sj-office-photo-card{
  position:absolute;
  inset:0 34px auto auto;
  width:min(560px, 92%);
  height:590px;
  margin:0;
  border-radius:130px 46px 130px 46px;
  overflow:hidden;
  background:#FFFFFF;
  box-shadow:0 32px 72px rgba(1,22,48,.16);
  transform:rotate(-3deg);
}

.sj-office-photo-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  transform:scale(1.04);
}

.sj-office-photo-card::before{
  content:"";
  position:absolute;
  inset:0;
  border:2px solid rgba(255,255,255,.86);
  border-radius:inherit;
  z-index:2;
  pointer-events:none;
}

.sj-office-photo-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(1,22,48,0) 52%, rgba(1,22,48,.58) 100%);
  z-index:1;
  pointer-events:none;
}

.sj-office-photo-card figcaption{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:3;
  padding:18px 20px;
  border-radius:18px;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  color:var(--sj-navy);
  box-shadow:0 14px 34px rgba(1,22,48,.12);
  transform:rotate(3deg);
}

.sj-office-photo-card figcaption strong{
  display:block;
  color:var(--sj-navy) !important;
  font-size:17px;
  font-weight:900;
  line-height:1.2;
}

.sj-office-photo-card figcaption span{
  display:block;
  margin-top:4px;
  color:var(--sj-blue) !important;
  font-size:14px;
  font-weight:700;
}


/* =========================================================
   04 · SOBRE LA DOCTORA
   ========================================================= */

.sj-doctor-section{
  position:relative;
  overflow:hidden;
  padding:108px 28px;
  background:
    radial-gradient(circle at 88% 18%, rgba(206,230,245,.58) 0%, rgba(206,230,245,0) 30%),
    linear-gradient(135deg,#FFFFFF 0%,#F7FAFC 52%,#EAF3F8 100%);
}

.sj-doctor-inner{
  max-width:1240px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:64px;
  align-items:center;
}

.sj-doctor-photo-wrap{
  position:relative;
  min-height:560px;
}

.sj-doctor-shape{
  position:absolute;
  inset:24px auto auto 22px;
  width:82%;
  height:500px;
  border-radius:54px 140px 54px 140px;
  background:var(--sj-soft);
  transform:rotate(4deg);
}

.sj-doctor-photo{
  position:absolute;
  inset:0 auto auto 0;
  width:86%;
  height:520px;
  border-radius:54px 140px 54px 140px;
  background-image:url("https://www.sonriejuriquilla.com/wp-content/uploads/2026/07/dra-roxana-castro-sonrie-juriquilla.webp");
  background-size:cover;
  background-position:center;
  box-shadow:0 32px 70px rgba(1,22,48,.14);
  overflow:hidden;
}

.sj-doctor-photo::before{
  content:"";
  position:absolute;
  inset:0;
  border:2px solid rgba(255,255,255,.86);
  border-radius:inherit;
}

.sj-doctor-content{
  max-width:660px;
}

.sj-doctor-title{
  max-width:650px;
}

.sj-doctor-text{
  margin:24px 0 0;
  color:var(--sj-blue) !important;
  font-size:20px;
  line-height:1.55;
}

.sj-doctor-highlight{
  margin-top:26px;
  padding:20px 22px;
  border-radius:18px;
  background:#FFFFFF;
  border:1px solid rgba(217,228,236,.9);
  color:var(--sj-navy) !important;
  font-weight:800;
  display:inline-flex;
  box-shadow:0 12px 28px rgba(1,22,48,.06);
}

.sj-doctor-points{
  margin:34px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.sj-doctor-points li{
  display:flex;
  align-items:center;
  gap:12px;
  color:var(--sj-blue) !important;
  font-size:16.5px;
  font-weight:700;
}

.sj-doctor-points .sj-icon{
  color:var(--sj-yellow);
}


/* =========================================================
   05 · RESEÑAS DE GOOGLE
   ========================================================= */

.sj-google-reviews-section{
  position:relative;
  overflow:hidden;
  padding:96px 28px;
  background:#FFFFFF;
}

.sj-google-reviews-inner{
  position:relative;
  z-index:2;
  max-width:1240px;
  margin:0 auto;
}

.sj-google-reviews-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:40px;
  margin-bottom:44px;
}

.sj-google-reviews-header > div{
  max-width:760px;
}

.sj-google-reviews-box{
  background:rgba(255,255,255,.88);
  border:1px solid rgba(217,228,236,.9);
  border-radius:24px;
  box-shadow:0 22px 54px rgba(1,22,48,.08);
  padding:28px;
  overflow:hidden;
}

.sj-google-shortcode{
  width:100%;
}

.sj-google-reviews-actions{
  margin-top:28px;
  display:flex;
  justify-content:center;
}

/* Ajustes visuales para plugin Google Reviews */
.sj-google-reviews-box .wp-gr,
.sj-google-reviews-box .wp-gr *,
.sj-google-reviews-box .grw-slider,
.sj-google-reviews-box .grw-slider *{
  font-family:inherit !important;
}

.sj-google-reviews-box .wp-google-review,
.sj-google-reviews-box .grw-review,
.sj-google-reviews-box .grw-slider-review{
  background:#FFFFFF !important;
  border:1px solid rgba(217,228,236,.9) !important;
  border-radius:18px !important;
  box-shadow:0 14px 32px rgba(1,22,48,.06) !important;
}

.sj-google-reviews-box .wp-google-name,
.sj-google-reviews-box .wp-google-name a,
.sj-google-reviews-box .grw-review-name,
.sj-google-reviews-box .grw-review-name a{
  color:#011630 !important;
  font-weight:800 !important;
  text-decoration:none !important;
}

.sj-google-reviews-box .wp-google-time,
.sj-google-reviews-box .grw-review-time{
  color:#6B7785 !important;
  opacity:1 !important;
}

.sj-google-reviews-box .wp-google-text,
.sj-google-reviews-box .wp-google-text *,
.sj-google-reviews-box .grw-review-text,
.sj-google-reviews-box .grw-review-text *,
.sj-google-reviews-box .grw-more,
.sj-google-reviews-box .grw-less{
  color:#053561 !important;
  opacity:1 !important;
  line-height:1.5 !important;
}

.sj-google-reviews-box .wp-google-text a,
.sj-google-reviews-box .grw-review-text a,
.sj-google-reviews-box a{
  color:#053561 !important;
  font-weight:700 !important;
}

.sj-google-reviews-box .wp-google-place,
.sj-google-reviews-box .wp-google-left{
  color:#011630 !important;
}

.sj-google-reviews-box .wp-google-place-name,
.sj-google-reviews-box .wp-google-rating{
  color:#011630 !important;
  font-weight:800 !important;
}

.sj-google-reviews-box .wp-google-powered,
.sj-google-reviews-box .wp-google-based{
  color:#6B7785 !important;
  opacity:1 !important;
}


/* =========================================================
   06 · UBICACIÓN + CONTACTO
   ========================================================= */

.sj-simple-contact-section{
  padding:88px 28px 96px;
  background:
    radial-gradient(circle at 88% 18%, rgba(206,230,245,.62) 0%, rgba(206,230,245,0) 30%),
    linear-gradient(135deg,#FFFFFF 0%,#F7FAFC 48%,#EAF3F8 100%);
}

.sj-simple-contact-inner{
  max-width:1240px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:28px;
  align-items:start;
}

.sj-simple-location-card,
.sj-simple-contact-card{
  background:rgba(255,255,255,.9);
  border:1px solid rgba(217,228,236,.92);
  border-radius:24px;
  box-shadow:0 22px 54px rgba(1,22,48,.08);
  padding:34px;
}

.sj-simple-title{
  margin:0;
  color:var(--sj-navy) !important;
  font-size:46px;
  font-weight:850;
  line-height:1.04;
  letter-spacing:-1.4px;
}

.sj-simple-text{
  margin:18px 0 0;
  color:var(--sj-blue) !important;
  font-size:18px;
  line-height:1.55;
}

.sj-simple-address{
  margin-top:22px;
  background:#EAF3F8;
  border-radius:18px;
  padding:22px;
  color:var(--sj-navy) !important;
  font-size:17px;
  line-height:1.6;
  font-weight:700;
}

.sj-simple-address strong{
  color:var(--sj-navy) !important;
}

.sj-simple-map{
  margin-top:20px;
  height:250px;
  border-radius:20px;
  overflow:hidden;
  border:1px solid rgba(217,228,236,.92);
  background:#EAF3F8;
}

.sj-simple-map iframe{
  width:100%;
  height:100%;
  border:0;
  display:block;
}

.sj-simple-phone{
  display:inline-block;
  margin-top:18px;
  color:var(--sj-navy) !important;
  text-decoration:none !important;
  font-size:44px;
  font-weight:900;
  line-height:1.05;
  letter-spacing:-1px;
}

.sj-simple-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}

.sj-simple-actions-stack .sj-btn{
  min-width:220px;
}


/* =========================================================
   07 · FAQ
   ========================================================= */

.sj-faq-section{
  padding:96px 28px 110px;
  background:#FFFFFF;
}

.sj-faq-inner{
  max-width:960px;
  margin:0 auto;
}

.sj-faq-header{
  text-align:center;
  margin-bottom:42px;
}

.sj-faq-header .sj-section-intro{
  margin-left:auto;
  margin-right:auto;
  max-width:640px;
}

.sj-faq-list{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.sj-faq-item{
  border:1px solid rgba(217,228,236,.92);
  border-radius:18px;
  background:#FFFFFF;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(1,22,48,.045);
}

.sj-faq-item summary{
  cursor:pointer;
  padding:22px 24px;
  color:var(--sj-navy) !important;
  font-size:18px;
  font-weight:850;
  list-style:none;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
}

.sj-faq-item summary::-webkit-details-marker{
  display:none;
}

.sj-faq-item summary::after{
  content:"+";
  width:28px;
  height:28px;
  border-radius:50%;
  background:var(--sj-soft);
  color:var(--sj-blue);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 28px;
  font-weight:900;
}

.sj-faq-item[open] summary::after{
  content:"–";
}

.sj-faq-item p{
  margin:0;
  padding:0 24px 24px;
  color:var(--sj-blue) !important;
  font-size:16px;
  line-height:1.55;
}


/* =========================================================
   RESPONSIVE GENERAL
   ========================================================= */

@media(max-width:1100px){
  .sj-hero{
    min-height:auto;
    padding-top:150px;
  }

  .sj-hero-inner,
  .sj-office-inner,
  .sj-doctor-inner,
  .sj-simple-contact-inner{
    grid-template-columns:1fr;
  }

  .sj-hero-title{
    font-size:58px;
    max-width:760px;
  }

  .sj-hero-text{
    max-width:720px;
  }

  .sj-hero-visual{
    min-height:520px;
  }

  .sj-hero-photo,
  .sj-hero-shape,
  .sj-hero-visual-ring{
    left:50%;
    right:auto;
  }

  .sj-hero-photo{
    transform:translateX(-50%) rotate(-4deg);
  }

  .sj-hero-shape{
    transform:translateX(-50%) rotate(-4deg);
  }

  .sj-hero-visual-ring{
    transform:translateX(-50%);
  }

  .sj-floating-card{
    right:calc(50% - 305px);
    bottom:4px;
  }

  .sj-trust-bar{
    grid-template-columns:repeat(2,1fr);
    gap:22px 0;
  }

  .sj-trust-item:nth-child(2){
    border-right:0;
    padding-right:0;
  }

  .sj-trust-item:nth-child(3){
    padding-left:0;
  }

  .sj-services-grid{
    grid-template-columns:1fr;
    max-width:640px;
  }

  .sj-office-visual{
    min-height:580px;
  }

  .sj-office-photo-card{
    left:50%;
    right:auto;
    transform:translateX(-50%) rotate(-3deg);
  }

  .sj-office-shape{
    left:50%;
    right:auto;
    transform:translateX(-50%) rotate(-3deg);
  }

  .sj-doctor-photo-wrap{
    min-height:540px;
  }

  .sj-doctor-photo{
    width:100%;
  }
}

@media(max-width:1024px){
  .sj-section-title{
    font-size:52px;
  }

  .sj-section-intro{
    font-size:19px;
  }
}

@media(max-width:767px){
  section[id]{
    scroll-margin-top:90px;
  }

  .sj-kicker{
    font-size:18px;
  }

  .sj-section-title{
    font-size:40px;
    letter-spacing:-1.2px;
  }

  .sj-section-intro{
    font-size:17px;
  }

  .sj-btn{
    width:100%;
    min-height:54px;
    padding:0 18px;
    font-size:15.5px;
  }

  .sj-icon-circle{
    width:48px;
    height:48px;
  }

  .sj-icon-circle .sj-icon{
    width:24px;
    height:24px;
  }

  .sj-hero{
    padding:122px 20px 48px;
  }

  .sj-hero-kicker,
  .sj-services-kicker{
    font-size:18px;
  }

  .sj-hero-title{
    font-size:44px;
    letter-spacing:-1.4px;
  }

  .sj-hero-text{
    font-size:17px;
  }

  .sj-hero-actions,
  .sj-office-actions,
  .sj-google-reviews-actions,
  .sj-simple-actions{
    gap:12px;
  }

  .sj-hero-meta{
    font-size:14px;
    gap:9px;
  }

  .sj-hero-visual{
    min-height:390px;
  }

  .sj-hero-shape{
    width:92%;
    height:340px;
    border-radius:80px 30px 80px 30px;
  }

  .sj-hero-photo{
    width:88%;
    height:330px;
    border-radius:78px 28px 78px 28px;
  }

  .sj-hero-visual-ring,
  .sj-hero-dots,
  .sj-services-section::after{
    display:none;
  }

  .sj-floating-card{
    width:230px;
    min-height:104px;
    grid-template-columns:52px 1fr;
    padding:16px;
    right:50%;
    bottom:-8px;
    transform:translateX(50%);
  }

  .sj-trust-bar{
    margin-top:28px;
    padding:22px;
    grid-template-columns:1fr;
    gap:18px;
  }

  .sj-trust-item{
    padding:0;
    border-right:0;
    grid-template-columns:50px 1fr;
    gap:14px;
  }

  .sj-services-section,
  .sj-office-section,
  .sj-doctor-section,
  .sj-google-reviews-section,
  .sj-simple-contact-section,
  .sj-faq-section{
    padding-left:20px;
    padding-right:20px;
  }

  .sj-services-section{
    padding-top:68px;
    padding-bottom:76px;
  }

  .sj-office-section,
  .sj-doctor-section,
  .sj-google-reviews-section,
  .sj-simple-contact-section,
  .sj-faq-section{
    padding-top:72px;
    padding-bottom:76px;
  }

  .sj-services-grid{
    margin-top:36px;
  }

  .sj-service-card{
    min-height:auto;
    padding:30px 22px 26px;
  }

  .sj-service-icon-wrap{
    width:96px;
    height:96px;
    margin-bottom:22px;
  }

  .sj-service-icon{
    width:64px !important;
    height:64px !important;
    flex:0 0 64px !important;
  }

  .sj-service-card h3{
    font-size:23px;
  }

  .sj-service-card p{
    font-size:15.5px;
    margin-top:20px;
  }

  .sj-service-card .sj-btn{
    margin-top:28px;
  }

  .sj-office-title{
    font-size:40px;
  }

  .sj-office-text{
    font-size:17px;
  }

  .sj-office-tags{
    gap:10px;
  }

  .sj-office-tags span{
    width:100%;
    justify-content:flex-start;
  }

  .sj-office-visual{
    min-height:430px;
  }

  .sj-office-shape{
    width:92%;
    height:390px;
    border-radius:78px 28px 78px 28px;
  }

  .sj-office-photo-card{
    width:88%;
    height:410px;
    border-radius:78px 28px 78px 28px;
  }

  .sj-office-photo-card figcaption{
    left:16px;
    right:16px;
    bottom:16px;
    padding:14px 16px;
  }

  .sj-doctor-photo-wrap{
    min-height:390px;
  }

  .sj-doctor-shape{
    height:350px;
  }

  .sj-doctor-photo{
    height:370px;
    border-radius:34px 90px 34px 90px;
  }

  .sj-doctor-text{
    font-size:17px;
  }

  .sj-doctor-points{
    grid-template-columns:1fr;
  }

  .sj-google-reviews-header{
    display:block;
    margin-bottom:32px;
  }

  .sj-google-reviews-header .sj-btn{
    margin-top:24px;
  }

  .sj-google-reviews-box{
    padding:18px;
    border-radius:20px;
  }

  .sj-simple-location-card,
  .sj-simple-contact-card{
    padding:24px 20px;
    border-radius:20px;
  }

  .sj-simple-title{
    font-size:34px;
    letter-spacing:-1px;
  }

  .sj-simple-text{
    font-size:16.5px;
  }

  .sj-simple-address{
    font-size:16px;
    padding:18px;
  }

  .sj-simple-map{
    height:220px;
    border-radius:16px;
  }

  .sj-simple-phone{
    font-size:32px;
  }

  .sj-simple-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .sj-simple-actions-stack .sj-btn{
    min-width:0;
    width:100%;
  }

  .sj-faq-item summary{
    font-size:16.5px;
    padding:20px;
  }

  .sj-faq-item p{
    padding:0 20px 20px;
  }
}/* End custom CSS */