*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Poppins, system-ui, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body {
  font-family: 'Poppins', system-ui, sans-serif;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.container {
  max-width: 1400px !important;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.block {
  display: block;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.border {
  border-width: 1px;
}

html {
  scroll-behavior: smooth;
}

/* ================================================================
   HOME — HERO
   ================================================================ */

.rs-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.rs-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.rs-hero-bg {
  position: absolute;
  inset: 0;
  background-color: #1b3330;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  transition: transform 8s ease;
}

.rs-hero:hover .rs-hero-bg {
  transform: scale(1);
}

.rs-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
        to bottom,
        rgba(10, 26, 22, 0.35) 0%,
        rgba(10, 26, 22, 0.55) 60%,
        rgba(10, 26, 22, 0.80) 100%
    );
}

.rs-hero-content {
  position: relative;
  text-align: center;
  padding: 0 24px;
  max-width: 760px;
}

.rs-hero-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 20px;
  border: 1px solid rgba(255,255,255,0.25);
  padding: 6px 16px;
  border-radius: 20px;
}

.rs-hero-title {
  font-size: clamp(2rem, 5.5vw, 3.8rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.12;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}

.rs-hero-sub {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  color: rgba(255,255,255,0.78);
  line-height: 1.65;
  margin: 0 0 36px;
}

.rs-hero-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.rs-hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25453F;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 14px 28px;
  border-radius: 6px;
  transition: background 0.2s, transform 0.15s;
}

.rs-hero-btn-primary:hover {
  background: #1b3330;
  transform: translateY(-2px);
}

.rs-hero-btn-ghost {
  display: inline-flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 14px 28px;
  border-radius: 6px;
  border: 1.5px solid rgba(255,255,255,0.45);
  transition: border-color 0.2s, background 0.2s;
}

.rs-hero-btn-ghost:hover {
  border-color: #fff;
  background: rgba(255,255,255,0.08);
}

/* Scroll indicator */

.rs-hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.rs-hero-scroll span {
  display: block;
  width: 1.5px;
  height: 44px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.6), transparent);
  margin: 0 auto;
  animation: rs-scroll-line 2s ease-in-out infinite;
}

@keyframes rs-scroll-line {
  0%   {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
  }

  50%  {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
  }

  100% {
    opacity: 0;
    transform: scaleY(1);
    transform-origin: bottom;
  }
}

/* ================================================================
   HOME — POR QUE ESCOLHER (split layout)
   ================================================================ */

.rs-why {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 540px;
}

/* Lado izquierdo — verde oscuro */

.rs-why-left {
  background: #25453F;
  padding: 72px 60px 72px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.rs-why-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #f87c3e;
  margin-bottom: 20px;
}

.rs-why-title {
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.18;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}

.rs-why-desc {
  font-size: 14px;
  color: rgba(255,255,255,0.68);
  line-height: 1.75;
  margin: 0 0 36px;
  max-width: 380px;
}

.rs-why-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.3px;
  background: #f87c3e;
  border: none;
  padding: 14px 30px;
  border-radius: 50px;
  width: -moz-fit-content;
  width: fit-content;
  transition: background 0.2s, transform 0.15s;
}

.rs-why-cta:hover {
  background: #e06830;
  transform: translateY(-1px);
}

/* Lado derecho — blanco */

.rs-why-right {
  background: #ffffff;
  padding: 0 56px 0 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Lado derecho — foto */

.rs-why-photo {
  position: relative;
  overflow: hidden;
}

.rs-why-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

/* Stats */

.rs-why-stats {
  display: flex;
  gap: 32px;
  margin: 28px 0 36px;
}

.rs-why-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rs-why-stat-val {
  font-size: 1.9rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.03em;
}

.rs-why-stat-val span {
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
}

.rs-why-stat-lbl {
  font-size: 11.5px;
  color: rgba(255,255,255,0.6);
  font-weight: 500;
  letter-spacing: 0.3px;
}

.rs-why-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid #efefef;
  transition: background 0.2s;
}

.rs-why-item:first-child {
  border-top: 1px solid #efefef;
}

.rs-why-num {
  font-size: 13px;
  font-weight: 800;
  color: #25453F;
  opacity: 0.35;
  letter-spacing: 1px;
  flex-shrink: 0;
  min-width: 28px;
  padding-top: 2px;
}

.rs-why-content h3 {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin: 0 0 6px;
  line-height: 1.3;
}

.rs-why-content p {
  font-size: 13.5px;
  color: #777;
  line-height: 1.65;
  margin: 0;
}

@media (max-width: 860px) {
  .rs-why {
    grid-template-columns: 1fr;
  }

  .rs-why-left {
    padding: 56px 32px 48px;
  }

  .rs-why-right {
    padding: 40px 32px 56px;
  }

  .rs-why-desc {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .rs-why-left {
    padding: 48px 24px;
  }

  .rs-why-right {
    padding: 32px 24px 48px;
  }
}

/* ================================================================
   HOME — TOP TOURS
   ================================================================ */

.rs-top-tours {
  background: #f7faf9;
  padding: 80px 0 96px;
}

.rs-top-tours-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Cabecera de sección */

.rs-section-head {
  text-align: center;
  margin-bottom: 52px;
}

.rs-section-tag {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #25453F;
  background: #deeae7;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.rs-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 800;
  color: #111;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.rs-section-sub {
  font-size: 15px;
  color: #666;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.65;
}

/* Grid de cards */

.rs-tours-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Card */

.rs-tour-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: box-shadow 0.25s, transform 0.25s;
  display: flex;
  flex-direction: column;
}

.rs-tour-card:hover {
  box-shadow: 0 12px 36px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}

.rs-tc-img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.rs-tc-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.rs-tour-card:hover .rs-tc-img {
  transform: scale(1.06);
}

.rs-tc-img-placeholder {
  width: 100%;
  height: 100%;
  background: #c8d9d5;
}

.rs-tc-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.rs-tc-meta {
  font-size: 11px;
  font-weight: 600;
  color: #25453F;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 7px;
}

.rs-tc-title {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin: 0 0 8px;
  line-height: 1.35;
}

.rs-tc-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}

.rs-tc-title a:hover {
  color: #25453F;
}

.rs-tc-excerpt {
  font-size: 13px;
  color: #777;
  line-height: 1.6;
  margin: 0 0 18px;
  flex: 1;
}

.rs-tc-highlights {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 18px;
  flex: 1;
}

.rs-tc-hi-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1f2937;
  font-size: 14px;
  line-height: 1.35;
}

.rs-tc-hi-item svg {
  color: #1b3330;
  flex-shrink: 0;
}

.rs-tc-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #f0f0f0;
  padding-top: 16px;
  margin-top: auto;
}

.rs-tc-price {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.rs-tc-from {
  font-size: 10px;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.rs-tc-price strong {
  font-size: 17px;
  font-weight: 800;
  color: #25453F;
}

.rs-tc-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #25453F;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 9px 18px;
  border-radius: 6px;
  white-space: nowrap;
  transition: background 0.2s;
  flex-shrink: 0;
}

.rs-tc-btn:hover {
  background: #1b3330;
}

.rs-tc-discount {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #dc2626;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 8px;
  border-radius: 4px;
}

.rs-tc-original {
  font-size: 11px;
  color: #aaa;
  text-decoration: line-through;
  font-weight: 500;
}

/* ================================================
   SECCIÓN EXPLORAR DESTINOS
   ================================================ */

.rs-explore {
  padding: 90px 0 80px;
  background: #fff;
}

.rs-explore-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Cabecera */

.rs-explore-head {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 52px;
}

.rs-explore-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: #1b3330;
  margin: 0 0 18px;
  line-height: 1.15;
}

.rs-explore-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.75;
  margin: 0;
}

/* Swiper wrapper */

.rs-explore-swiper-wrap {
  position: relative;
}

.rs-explore-swiper {
  overflow: hidden;
  padding-bottom: 48px;
}

.rs-explore-swiper .swiper-slide {
  height: auto;
}

/* Card */

.rs-explore-card {
  display: block;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  text-decoration: none;
  background: #1b3330;
}

.rs-explore-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform .7s ease;
}

.rs-explore-card:hover .rs-explore-img {
  transform: scale(1.06);
}

.rs-explore-placeholder {
  width: 100%;
  height: 100%;
  background: #c8d9d5;
}

.rs-explore-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
        to top,
        rgba(0,0,0,.72) 0%,
        rgba(0,0,0,.25) 45%,
        transparent 100%
    );
  pointer-events: none;
}

.rs-explore-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px 26px;
  z-index: 1;
}

.rs-explore-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px;
  line-height: 1.2;
}

.rs-explore-link {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,.82);
  letter-spacing: 0.2px;
  transition: color .2s;
}

.rs-explore-card:hover .rs-explore-link {
  color: #fff;
}

/* Paginación dots */

.rs-explore-pagination {
  position: static !important;
  margin-top: 28px;
  text-align: center;
}

.rs-explore-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  margin: 0 5px;
  transition: width .25s, background .25s, border-radius .25s;
}

.rs-explore-pagination .swiper-pagination-bullet-active {
  background: #e05a2b;
  width: 28px;
  border-radius: 5px;
}

/* Responsive */

@media (max-width: 900px) {
  .rs-explore {
    padding: 60px 0;
  }

  .rs-explore-head {
    margin-bottom: 36px;
  }
}

@media (max-width: 640px) {
  .rs-top-tours-inner,
    .rs-explore-inner {
    padding: 0 14px;
  }

  .rs-explore-swiper {
    padding-bottom: 20px;
  }

  .rs-tt-swiper-wrap {
    padding-bottom: 0;
  }

  .rs-tt-prev,
    .rs-tt-next {
    display: none;
  }

  .rs-explore-body {
    padding: 20px 18px;
  }
}

/* CTA final */

/* Swiper wrapper de top tours */

.rs-tt-swiper-wrap {
  padding: 0;
}

.rs-tt-nav {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 18px;
}

.rs-tt-swiper {
  overflow: hidden;
}

.rs-tt-swiper .swiper-slide {
  height: auto;
}

/* Botones de navegación */

.rs-tt-prev,
.rs-tt-next {
  position: static;
  transform: none;
  z-index: 1;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #444;
  transition: border-color .2s, background .2s, color .2s;
}

.rs-tt-prev:hover,
.rs-tt-next:hover {
  border-color: #25453F;
  background: #1b3330;
  color: #fff;
}

.rs-tt-prev.swiper-button-disabled,
.rs-tt-next.swiper-button-disabled {
  opacity: .35;
  cursor: not-allowed;
  pointer-events: none;
}

.rs-top-tours-cta {
  text-align: center;
  margin-top: 48px;
}

.rs-tours-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid #25453F;
  color: #25453F;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 13px 32px;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}

.rs-tours-all-btn:hover {
  background: #25453F;
  color: #fff;
}

/* Responsive */

@media (max-width: 900px) {
  .rs-tours-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .rs-hero-title {
    font-size: 2rem;
  }

  .rs-tours-grid {
    grid-template-columns: 1fr;
  }

  .rs-top-tours {
    padding: 56px 0 72px;
  }
}

/* ================================================================
   HOME — PRESENTACIÓN (quienes-somos + equipo)
   ================================================================ */

.rs-pres {
  background: #f5f3ee;
  padding: 96px 48px;
  overflow: hidden;
}

.rs-pres-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* ── Collage de fotos ── */

.rs-pres-photos {
  position: relative;
  aspect-ratio: 1 / 1;
}

/* Foto principal */

.rs-pres-main-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 78%;
  height: 82%;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(27,51,48,.16);
}

.rs-pres-main {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform .7s ease;
}

.rs-pres-main-wrap:hover .rs-pres-main {
  transform: scale(1.04);
}

/* Foto secundaria flotando abajo-derecha */

.rs-pres-alt-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 58%;
  height: 56%;
  border-radius: 16px;
  overflow: hidden;
  border: 5px solid #fff;
  box-shadow: 0 12px 40px rgba(0,0,0,.18);
}

.rs-pres-alt {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform .7s ease;
}

.rs-pres-alt-wrap:hover .rs-pres-alt {
  transform: scale(1.05);
}

/* Badge sobre la foto secundaria */

.rs-pres-alt-badge {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(27,51,48,.88);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.rs-pres-badge-num {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.03em;
}

.rs-pres-badge-num sup {
  font-size: .75rem;
  color: #6bbfa8;
  font-weight: 700;
}

.rs-pres-badge-lbl {
  font-size: 10px;
  color: rgba(255,255,255,.65);
  white-space: nowrap;
}

/* ── Texto ── */

.rs-pres-text {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.rs-pres-eyebrow {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #1b3330;
  background: #deeae7;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.rs-pres-title {
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 800;
  color: #111;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 0 0 20px;
}

.rs-pres-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.82;
  margin: 0 0 36px;
}

/* Stats */

.rs-pres-stats {
  display: flex;
  gap: 0;
  margin-bottom: 36px;
  border: 1px solid #dde8e4;
  border-radius: 14px;
  overflow: hidden;
}

.rs-pres-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 20px 16px;
  text-align: center;
  border-right: 1px solid #dde8e4;
  background: #fff;
}

.rs-pres-stat:last-child {
  border-right: none;
}

.rs-pres-stat strong {
  font-size: 1.75rem;
  font-weight: 800;
  color: #1b3330;
  letter-spacing: -0.04em;
  line-height: 1;
}

.rs-pres-stat strong span {
  color: #4a9b84;
  font-size: 1rem;
}

.rs-pres-stat > span {
  font-size: 11.5px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 500;
}

/* CTA */

.rs-pres-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1b3330;
  color: #fff;
  font-size: 13.5px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.2px;
  transition: background .2s, gap .2s;
}

.rs-pres-cta:hover {
  background: #25453f;
  gap: 14px;
}

/* Responsive */

@media (max-width: 1024px) {
  .rs-pres {
    padding: 72px 32px;
  }

  .rs-pres-inner {
    gap: 52px;
  }
}

@media (max-width: 820px) {
  .rs-pres-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .rs-pres-photos {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .rs-pres {
    padding: 56px 20px;
  }

  .rs-pres-stats {
    flex-direction: column;
    border-radius: 12px;
  }

  .rs-pres-stat {
    border-right: none;
    border-bottom: 1px solid #dde8e4;
  }

  .rs-pres-stat:last-child {
    border-bottom: none;
  }
}

/* ===== TOURS RELACIONADOS — SWIPER (single.php) ===== */

.rs-related-tours {
  background: #f7faf9;
  padding: 64px 0 80px;
  border-top: 1px solid #efefef;
  overflow: hidden;
}

.rs-related-tours-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.rs-related-tours-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 28px;
}

.rs-related-tours-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rs-related-eyebrow {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #25453F;
  background: #deeae7;
  padding: 5px 14px;
  border-radius: 20px;
  margin: 0;
}

.rs-related-tours-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 800;
  color: #1b3330;
  line-height: 1.15;
  margin: 0;
  letter-spacing: -0.02em;
}

.rs-related-nav {
  display: flex;
  gap: 8px;
}

.rs-related-prev,
.rs-related-next {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid #ddd;
  background: #fff;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color .2s, background .2s, color .2s;
  flex-shrink: 0;
}

.rs-related-prev:hover,
.rs-related-next:hover {
  border-color: #25453F;
  background: #25453F;
  color: #fff;
}

.rs-related-prev.swiper-button-disabled,
.rs-related-next.swiper-button-disabled {
  opacity: .35;
  cursor: not-allowed;
  pointer-events: none;
}

.rs-related-swiper {
  overflow: visible;
}

.rs-related-swiper .swiper-slide {
  height: auto;
}

.rs-related-swiper .rs-tour-card {
  height: 100%;
}

/* ===== VIÑETAS GUTENBERG: is-style-check / is-style-no-check / is-style-chevron ===== */

ul.is-style-check,
.wp-block-list.is-style-check,
ul.is-style-no-check,
.wp-block-list.is-style-no-check,
ul.is-style-chevron,
.wp-block-list.is-style-chevron {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 8px;
}

ul.is-style-check li,
.wp-block-list.is-style-check li,
ul.is-style-no-check li,
.wp-block-list.is-style-no-check li,
ul.is-style-chevron li,
.wp-block-list.is-style-chevron li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

ul.is-style-check li::before,
.wp-block-list.is-style-check li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #25453F;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}

ul.is-style-no-check li::before,
.wp-block-list.is-style-no-check li::before {
  content: '✕';
  position: absolute;
  left: 0;
  top: 0;
  color: #dc2626;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
}

ul.is-style-chevron li::before,
.wp-block-list.is-style-chevron li::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 5px;
  width: 7px;
  height: 7px;
  border-right: 2.5px solid #1e3264;
  border-top: 2.5px solid #1e3264;
  transform: rotate(45deg);
}

/* Override: neutraliza .rs-single-text ul li cuando hay estilo personalizado */

.rs-single-text ul.is-style-check,
.rs-single-text ul.is-style-no-check,
.rs-single-text ul.is-style-chevron {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 8px;
}

.rs-single-text ul.is-style-check li,
.rs-single-text ul.is-style-no-check li,
.rs-single-text ul.is-style-chevron li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
}

.rs-single-text ul.is-style-check li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #25453F;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  background: none;
}

.rs-single-text ul.is-style-no-check li::before {
  content: '✕';
  position: absolute;
  left: 0;
  top: 0;
  color: #dc2626;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  background: none;
}

.rs-single-text ul.is-style-chevron li::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 9px;
  width: 7px;
  height: 7px;
  border-right: 2.5px solid #25453f;
  border-top: 2.5px solid #25453f;
  transform: rotate(45deg);
  background: none;
}

/* ===== SINGLE ===== */

#rs-single {
  font-family: 'Poppins', sans-serif;
  background: #fcfeff;
  min-height: 60vh;
}

.rs-single-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 0px 20px;
}

.rs-single-title {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px;
  line-height: 1.25;
}

/* Breadcrumb */

.rs-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #666;
  margin-bottom: 22px;
  flex-wrap: wrap;
}

.rs-breadcrumb a {
  color: #666;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color .2s;
}

.rs-breadcrumb a:hover {
  color: #25453F;
}

.rs-bc-sep {
  color: #bbb;
}

.rs-bc-current {
  color: #25453F;
  font-weight: 500;
}

/* Galería */

.rs-gallery-wrap {
  position: relative;
  margin-bottom: 40px;
}

.rs-gallery {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: 460px;
  gap: 10px;
  border-radius: 10px;
  overflow: hidden;
  height: 460px;
  width: 100%;
}

.rs-gallery-main {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  border-radius: 8px 0 0 8px;
}

.rs-gallery-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform .45s ease;
  border-radius: 10px;
}

.rs-gallery-main:hover img {
  transform: scale(1.03);
}

.rs-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  height: 100%;
}

.rs-gallery-grid a {
  display: block;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  height: 100%;
  border-radius: 4px;
}

.rs-gallery-grid a:first-child {
  border-radius: 0 8px 0 0;
}

.rs-gallery-grid a:last-of-type {
  border-radius: 0 0 8px 0;
}

.rs-gallery-grid a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform .45s ease;
  border-radius: 10px;
}

.rs-gallery-grid a:hover img {
  transform: scale(1.05);
}

/* Botón Ver Galeria */

.rs-ver-galeria {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(0,0,0,.55);
  color: #fff;
  border: 1.5px solid rgba(255,255,255,.6);
  border-radius: 6px;
  padding: 9px 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  cursor: pointer;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transition: background .2s, border-color .2s;
  z-index: 10;
}

.rs-ver-galeria:hover {
  background: rgba(0,0,0,.75);
  border-color: #fff;
}

.rs-gallery-more::after {
  content: '+' attr(data-more) ' fotos';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: .5px;
}

.rs-gallery-hidden {
  display: none;
}

.rs-single-text {
  font-size: 14px;
  line-height: 1.75;
  color: #333;
  min-width: 0;
}

.rs-single-text p {
  margin-bottom: 16px;
}

.rs-single-text [id^="gallery-"],
.rs-single-text .wp-block-gallery {
  display: none !important;
}

/* Headings */

.rs-single-text h2 {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  color: #111;
  margin: 40px 0 12px;
  line-height: 1.3;
}

.rs-single-text h3 {
  font-size: clamp(15px, 1.6vw, 18px);
  font-weight: 600;
  color: #222;
  margin: 30px 0 10px;
  line-height: 1.3;
}

.rs-single-text h4 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 22px 0 8px;
  line-height: 1.3;
}

.rs-single-text h5 {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  margin: 18px 0 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Viñetas */

.rs-single-text ul {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.rs-single-text ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 6px;
  color: #444;
}

.rs-single-text ul li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: #aaa;
}

.advgb-list li::before {
  padding-right: 4px;
}

.rs-single-text ul ul {
  margin-top: 4px;
  margin-bottom: 0;
  padding-left: 14px;
}

.rs-single-text ul ul li::before {
  color: #ccc;
}

/* Numeradas */

.rs-single-text ol {
  list-style: decimal;
  margin: 0 0 18px;
  padding-left: 20px;
}

.rs-single-text ol li {
  margin-bottom: 6px;
  color: #444;
  padding-left: 4px;
}

/* Tablas */

.rs-single-text table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  font-size: 14px;
}

.rs-single-text thead th {
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: .6px;
  border-bottom: 1px solid #e5e5e5;
}

.rs-single-text td {
  padding: 10px 14px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: top;
  color: #444;
}

.rs-single-text tbody tr:hover td {
  background: #fafafa;
}

/* Layout dos columnas: texto | booking card */

.rs-single-content {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 32px;
  align-items: start;
  margin-top: 40px;
}

.rs-booking-aside {
  position: sticky;
  top: 20px;
}

/* ===== BOOKING CARD ===== */

.rs-booking-card {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 28px 24px 24px;
  box-shadow: 0 4px 24px rgba(0,0,0,.07);
  position: relative;
  overflow: visible;
}

/* Badge */

.rs-booking-badge-wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.rs-booking-badge {
  background: #25453F;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding: 6px 18px;
  border-radius: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}

/* Bloque precio */

.rs-booking-price-block {
  margin-bottom: 20px;
  padding-top: 8px;
}

.rs-booking-from {
  font-size: 12px;
  color: #999;
  display: block;
  margin-bottom: 4px;
}

.rs-booking-price-row {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.rs-booking-currency {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  line-height: 1;
  margin-bottom: 4px;
}

.rs-booking-amount {
  font-size: 48px;
  font-weight: 600;
  color: #111;
  line-height: 1;
}

.rs-booking-price-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 6px;
}

.rs-booking-original {
  font-size: 13px;
  color: #aaa;
  text-decoration: line-through;
}

.rs-booking-discount {
  font-size: 11px;
  font-weight: 600;
  color: #25453F;
  background: #e8f0ec;
  padding: 2px 8px;
  border-radius: 20px;
  white-space: nowrap;
}

/* Campo fecha */

.rs-booking-datefield {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: border-color .2s;
}

.rs-booking-datefield:focus-within {
  border-color: #25453F;
}

.rs-bdf-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f7f6;
  border-radius: 8px;
  color: #25453F;
}

.rs-bdf-inner {
  flex: 1;
  min-width: 0;
}

.rs-bdf-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  color: #999;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.rs-bdf-input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  font-family: 'Poppins', sans-serif;
  background: transparent;
  cursor: pointer;
}

/* Error state: fecha no seleccionada */

.rs-booking-datefield:has(.rs-date-error) {
  border-color: #d9534f;
  animation: rs-shake .35s ease;
}

.rs-date-error-hint {
  display: none;
  font-size: 11px;
  color: #d9534f;
  margin-top: 4px;
  font-family: 'Poppins', sans-serif;
}

@keyframes rs-shake {
  0%,100% {
    transform: translateX(0);
  }

  20%      {
    transform: translateX(-6px);
  }

  40%      {
    transform: translateX(6px);
  }

  60%      {
    transform: translateX(-4px);
  }

  80%      {
    transform: translateX(4px);
  }
}

/* Contadores de pasajeros (multi-tipo) */

.rs-booking-counters {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin-bottom: 16px;
  overflow: hidden;
}

.rs-bc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0;
}

.rs-bc-row:last-child {
  border-bottom: none;
}

.rs-bc-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.rs-bc-title {
  font-size: 14px;
  font-weight: 600;
  color: #111;
}

.rs-bc-hint {
  font-size: 12px;
  color: #999;
}

.rs-bc-currency {
  font-size: 12px;
  color: #999;
}

.rs-bc-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.rs-bc-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid #ccc;
  background: #fff;
  color: #444;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color .2s, color .2s, background .2s;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}

.rs-bc-btn:hover {
  border-color: #25453F;
  color: #25453F;
}

.rs-bc-btn:disabled {
  border-color: #e5e5e5;
  color: #ccc;
  cursor: not-allowed;
}

.rs-bc-num {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  min-width: 20px;
  text-align: center;
}

/* Resumen */

.rs-booking-summary {
  border-top: 1px solid #f0f0f0;
  padding-top: 14px;
  margin-bottom: 18px;
}

.rs-booking-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
}

.rs-bs-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #666;
}

.rs-bs-label svg {
  color: #aaa;
}

.rs-bs-val {
  font-size: 13px;
  color: #444;
  font-weight: 500;
}

.rs-booking-total-row {
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
  margin-top: 4px;
}

.rs-bs-total-label {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  letter-spacing: .3px;
}

.rs-bs-total-val {
  font-size: 18px;
  font-weight: 800;
  color: #25453F;
}

/* Botón reservar */

.rs-booking-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: #25453F;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .5px;
  padding: 14px 20px;
  border-radius: 10px;
  transition: background .2s, transform .15s;
}

.rs-booking-btn:hover {
  background: #1b3330;
  transform: translateY(-1px);
}

/* Responsive */

@media (max-width: 1024px) {
  .rs-single-content {
    grid-template-columns: 1fr;
  }

  .rs-booking-aside {
    position: static;
  }
}

@media (max-width: 768px) {
  .rs-single-inner {
    padding: 24px 20px 40px;
  }

  .rs-gallery {
    grid-template-columns: 1fr;
    height: auto;
    grid-template-rows: auto;
  }

  .rs-gallery-main {
    height: 260px;
    border-radius: 8px 8px 0 0;
  }

  .rs-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 130px 130px;
  }
}

@media (max-width: 480px) {
  .rs-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== TOUR HIGHLIGHTS ===== */

.rs-tour-hl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 36px;
  background: #fff;
}

.rs-th-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  transition: background .18s;
}

.rs-th-item:hover {
  background: #f8fbfa;
}

.rs-th-item:nth-child(4n) {
  border-right: none;
}

.rs-th-item:nth-child(5),
.rs-th-item:nth-child(6),
.rs-th-item:nth-child(7),
.rs-th-item:nth-child(8) {
  border-bottom: none;
}

.rs-th-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef3f2;
  border-radius: 8px;
  color: #25453F;
}

.rs-th-info {
  min-width: 0;
}

.rs-th-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: .6px;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rs-th-val {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 900px) {
  .rs-tour-hl {
    grid-template-columns: repeat(2, 1fr);
  }

  .rs-th-item:nth-child(4n)  {
    border-right: 1px solid #e8e8e8;
  }

  .rs-th-item:nth-child(2n)  {
    border-right: none;
  }

  .rs-th-item:nth-child(5),
    .rs-th-item:nth-child(6)   {
    border-bottom: 1px solid #e8e8e8;
  }

  .rs-th-item:nth-child(7),
    .rs-th-item:nth-child(8)   {
    border-bottom: none;
  }
}

@media (max-width: 540px) {
  .rs-tour-hl {
    grid-template-columns: 1fr 1fr;
  }
}

/* ===== BOOKING INFO ===== */

.rs-booking-info {
  margin-top: 12px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ebebeb;
}

.rs-bi-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: #fff;
  border-left: 3px solid #25453F;
}

.rs-bi-item + .rs-bi-item {
  border-top: 1px solid #ebebeb;
}

.rs-bi-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef3f2;
  border-radius: 8px;
  color: #25453F;
  margin-top: 1px;
}

.rs-bi-body {
  flex: 1;
  min-width: 0;
}

.rs-bi-title {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  color: #111;
  margin-bottom: 3px;
}

.rs-bi-text {
  font-size: 12px;
  color: #777;
  line-height: 1.55;
  margin: 0;
}

/* ================================================================
   PAGE — PÁGINAS ESTÁTICAS
   ================================================================ */

/* Hero — imagen con borde redondeado */

.rs-page-hero-wrap {
  padding: 15px 15px 0;
}

.rs-page-hero {
  position: relative;
  background: #25453F;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  min-height: 600px;
  display: flex;
  align-items: flex-end;
}

.rs-page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
        to top,
        rgba(15, 32, 28, 0.80) 0%,
        rgba(15, 32, 28, 0.25) 50%,
        rgba(15, 32, 28, 0.05) 100%
    );
}

.rs-page-hero-inner {
  position: relative;
  width: 100%;
  padding: 36px 40px;
}

.rs-page-title {
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 8px 0 0;
}

/* Breadcrumb variante clara (sobre fondo oscuro) */

.rs-breadcrumb--light,
.rs-breadcrumb--light a,
.rs-breadcrumb--light .rs-bc-sep,
.rs-breadcrumb--light .rs-bc-current {
  color: rgba(255,255,255,.65);
  font-size: 12px;
}

.rs-breadcrumb--light a:hover {
  color: #fff;
}

.rs-breadcrumb--light svg {
  stroke: rgba(255,255,255,.65);
  vertical-align: middle;
}

/* Contenido */

.rs-page-main {
  padding: 56px 32px 80px;
}

.rs-page-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.rs-page-text {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.rs-page-text h2 {
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 700;
  color: #25453F;
  margin: 40px 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e8f0ee;
}

.rs-page-text h3 {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
  color: #1b3330;
  margin: 28px 0 10px;
}

.rs-page-text h4 {
  font-size: 15px;
  font-weight: 600;
  color: #25453F;
  margin: 20px 0 8px;
}

.rs-page-text p {
  margin-bottom: 18px;
}

.rs-page-text a {
  color: #25453F;
  text-decoration: underline;
}

.rs-page-text a:hover {
  color: #1b3330;
}

/* Responsive */

@media (max-width: 768px) {
  .rs-page-hero-wrap {
    padding: 12px 14px 0;
  }

  .rs-page-hero {
    min-height: 260px;
    border-radius: 14px;
  }

  .rs-page-hero-inner {
    padding: 24px 22px;
  }

  .rs-page-main {
    padding: 36px 20px 60px;
  }
}

/* ===== MODAL CHECKOUT ===== */

.rs-checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0,0,0,.55);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility .3s ease;
}

.rs-checkout-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.rs-checkout-box {
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 1000px;
  max-height: 100vh;
  overflow-y: auto;
  box-shadow: 0 24px 64px rgba(0,0,0,.2);
}

.rs-checkout-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px 0;
  margin-bottom: 25px;
}

.rs-checkout-title {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.rs-checkout-close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #f0f0f0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  transition: background .2s;
  flex-shrink: 0;
}

.rs-checkout-close:hover {
  background: #e0e0e0;
}

/* Indicador de pasos */

.rs-checkout-steps {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 28px 20px;
}

.rs-step-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e0e0e0;
  transition: all .3s;
  flex-shrink: 0;
}

.rs-step-dot--active {
  background: #25453F;
  width: 22px;
  border-radius: 4px;
}

.rs-step-label {
  font-size: 12px;
  color: #bbb;
  font-weight: 500;
  transition: color .3s;
}

.rs-step-label--active {
  color: #25453F;
  font-weight: 700;
}

.rs-step-sep {
  font-size: 11px;
  color: #ccc;
}

.rs-checkout-body {
  padding: 0 28px 28px;
}

/* Campos */

.rs-co-field {
  margin-bottom: 13px;
}

.rs-co-label {
  display: block;
  font-size: 10.5px;
  font-weight: 700;
  color: #666;
  margin-bottom: 5px;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.rs-co-input {
  width: 100%;
  border: 1.5px solid #e5e5e5;
  border-radius: 8px;
  padding: 10px 13px;
  font-size: 13.5px;
  font-family: 'Poppins', sans-serif;
  color: #111;
  outline: none;
  transition: border-color .2s;
  box-sizing: border-box;
}

.rs-co-input:focus {
  border-color: #25453F;
}

.rs-co-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.rs-co-row-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

/* Input con ícono */

.rs-co-input-icon {
  position: relative;
}

.rs-co-input-icon svg {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  pointer-events: none;
}

.rs-co-input--icon {
  padding-left: 36px;
}

/* Resumen */

.rs-co-summary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  background: #f5f8f7;
  border: 1px solid #e0eae8;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 20px;
}

.rs-co-summary-label {
  display: block;
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: .4px;
  margin-bottom: 2px;
}

.rs-co-summary-title {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #111;
  margin-bottom: 6px;
}

.rs-co-breakdown {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-top: 1px solid #dce8e6;
  padding-top: 10px;
}

.rs-co-breakdown-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #555;
}

.rs-co-breakdown-row span:last-child {
  font-weight: 600;
  color: #111;
}

.rs-co-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #dce8e6;
  padding-top: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.rs-co-summary-price {
  font-size: 20px;
  font-weight: 800;
  color: #25453F;
  white-space: nowrap;
}

/* Sección tarjeta */

.rs-co-section-label {
  font-size: 10.5px;
  font-weight: 700;
  color: #aaa;
  letter-spacing: .8px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 14px;
}

/* Botones */

.rs-co-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  background: #25453F;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 14px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  letter-spacing: .3px;
  transition: background .2s, opacity .2s;
  margin-top: 4px;
}

.rs-co-btn:hover {
  background: #1b3330;
}

.rs-co-btn:disabled {
  cursor: not-allowed;
}

.rs-co-btn-back {
  background: none;
  border: none;
  color: #888;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  padding: 0;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: color .2s;
}

.rs-co-btn-back:hover {
  color: #25453F;
}

/* Seguridad */

.rs-co-secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 11px;
  color: #bbb;
  margin-top: 12px;
}

/* Error / Éxito */

.rs-co-error {
  background: #fff1f1;
  border: 1px solid #fca5a5;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  color: #dc2626;
  margin-bottom: 14px;
  display: none;
}

.rs-co-success {
  text-align: center;
  padding: 36px 16px 20px;
  display: none;
}

.rs-co-success h3 {
  font-size: 19px;
  font-weight: 700;
  color: #111;
  margin: 12px 0 8px;
}

.rs-co-success p {
  font-size: 13px;
  color: #777;
  line-height: 1.6;
}

/* Modal step 3 — confirmación de pago en modal */

.rs-co-success-wrap {
  text-align: center;
  padding: 32px 16px 24px;
}

.rs-co-success-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #d1fae5;
  color: #059669;
  margin: 0 auto 16px;
}

.rs-co-success-title {
  font-size: 20px;
  font-weight: 700;
  color: #1b3330;
  margin: 0 0 8px;
}

.rs-co-success-text {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0 0 20px;
}

.rs-modal-charge-id {
  font-family: monospace;
  font-size: 11px;
  color: #9ca3af;
  margin-bottom: 20px;
}

/* ===== FANCYBOX brand overrides ===== */

.fancybox__thumb.is-selected::after {
  border-color: #25453F;
}

.fancybox__progress {
  background: #25453F;
}

/* ===== FLATPICKR theme ===== */

.flatpickr-calendar {
  font-family: 'Poppins', sans-serif;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,.14);
  border: 1px solid #e8e8e8;
}

.flatpickr-months .flatpickr-month {
  background: #25453F;
  border-radius: 12px 12px 0 0;
  color: #fff;
  fill: #fff;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: #fff;
  fill: #fff;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  opacity: .75;
}

.flatpickr-weekdays {
  background: #25453F;
}

.flatpickr-weekday {
  background: #25453F;
  color: rgba(255,255,255,.7);
  font-size: 11px;
  font-weight: 600;
}

.flatpickr-day.selected,
.flatpickr-day.selected:hover {
  background: #25453F;
  border-color: #25453F;
  color: #fff;
}

.flatpickr-day:hover {
  background: #e8f0ec;
  border-color: transparent;
}

.flatpickr-day.today {
  border-color: #25453F;
  color: #25453F;
}

.flatpickr-day.today:hover {
  background: #25453F;
  color: #fff;
}

.flatpickr-day {
  border-radius: 6px;
  font-size: 13px;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  color: #ccc;
}

/* ===== HEADER ===== */

#masthead {
  background: #25453F;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  position: relative;
  box-shadow: 0 2px 16px rgba(0,0,0,.22);
}

.rs-header-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 32px;
  min-height: 80px;
}

.rs-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 12px 0;
}

.rs-logo img {
  height: 48px;
  width: auto;
  display: block;
  transition: opacity .2s;
}

.rs-logo:hover img {
  opacity: .85;
}

.rs-right-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
  flex: 1;
}

/* Topbar */

.rs-topbar {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(255,255,255,.6);
  font-size: 11.5px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.09);
  align-self: stretch;
  justify-content: flex-end;
}

.rs-topbar a {
  color: rgba(255,255,255,.7);
  text-decoration: none;
  opacity: 1;
  transition: color .2s;
}

.rs-topbar a:hover {
  color: #fff;
}

/* Iconos sociales del topbar */

.rs-topbar > a[aria-label] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: border-color .2s, color .2s, background .2s;
}

.rs-topbar > a[aria-label]:hover {
  color: #fff;
  border-color: rgba(255,255,255,.25);
  background: rgba(255,255,255,.08);
}

.rs-sep {
  width: 1px;
  height: 16px;
  background: rgba(255,255,255,.2);
  margin: 0 8px;
  flex-shrink: 0;
}

.rs-contact-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: 4px;
  /* border: 1px solid rgba(255,255,255,.12); */
  font-size: 11.5px;
  transition: border-color .2s, color .2s;
}

.rs-contact-link:hover {
  border-color: rgba(255,255,255,.3);
  color: #fff !important;
}

.rs-topbar-cta {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #25453F !important;
  border-radius: 4px;
  padding: 5px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  opacity: 1 !important;
  text-decoration: none;
  margin-left: 6px;
  transition: background .2s, box-shadow .2s;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
}

.rs-topbar-cta:hover {
  background: #e8f0ee !important;
  color: #25453F !important;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
}

#btn-sidebar-open {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  flex-shrink: 0;
}

#btn-sidebar-open span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}

/* Menú desktop */

#site-navigation {
  display: flex;
  align-items: stretch;
}

#primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  gap: 0;
}

#primary-menu > li {
  position: relative;
  display: flex;
  align-items: stretch;
}

#primary-menu > li > a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(255,255,255,.88);
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .9px;
  text-transform: uppercase;
  padding: 16px 15px;
  white-space: nowrap;
  position: relative;
  transition: color .2s;
}

#primary-menu > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 13px;
  right: 13px;
  height: 2px;
  background: #4caf7d;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s ease;
  border-radius: 2px 2px 0 0;
}

#primary-menu > li > a:hover {
  color: #fff;
}

#primary-menu > li > a:hover::after,
#primary-menu > li.current-menu-item > a::after,
#primary-menu > li.current-menu-ancestor > a::after {
  transform: scaleX(1);
}

#primary-menu > li.current-menu-item > a,
#primary-menu > li.current-menu-ancestor > a {
  color: #fff;
}

/* Chevron para items con hijos (inyectado por JS) */

#primary-menu > li.menu-item-has-children > a::after {
  display: none;
}

#primary-menu > li.menu-item-has-children > a .rs-chevron {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 4px solid rgba(255,255,255,.55);
  margin-left: 5px;
  transition: transform .22s ease;
  flex-shrink: 0;
}

#primary-menu > li.menu-item-has-children:hover > a .rs-chevron {
  transform: rotate(180deg);
  border-top-color: #4caf7d;
}

/* Sub-menu */

#primary-menu li {
  position: relative;
}

#primary-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  z-index: 1000;
  border-top: 3px solid #4caf7d;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 16px 40px rgba(0,0,0,.18);
}

/* Puente invisible que cubre el gap entre el li y el sub-menu */

#primary-menu li.menu-item-has-children::before {
  content: '';
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: 999;
}

#primary-menu li.menu-item-has-children:hover::before {
  display: block;
}

#primary-menu li:hover > .sub-menu,
#primary-menu .sub-menu:hover {
  display: block;
}

#primary-menu .sub-menu li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  color: #2d4a40;
  text-decoration: none;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .5px;
  text-transform: uppercase;
  transition: background .15s, color .15s, padding-left .15s;
  border-left: 3px solid transparent;
}

#primary-menu .sub-menu li a:hover {
  background: #f4faf7;
  color: #4caf7d;
  padding-left: 24px;
  border-left-color: #4caf7d;
}

#primary-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
  border-top: none;
  border-left: 3px solid #4caf7d;
  border-radius: 0 10px 10px 0;
}

#primary-menu > li.rs-cta {
  display: none;
}

/* Sidebar overlay */

#sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease, visibility .35s ease;
}

#sidebar-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

/* Mobile sidebar */

#mobile-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #25453F;
  z-index: 10001;
  transform: translateX(-100%);
  transition: transform .35s ease;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  font-family: 'Poppins', sans-serif;
}

#mobile-sidebar.is-open {
  transform: translateX(0);
}

.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.sidebar-logo {
  height: 48px;
  width: auto;
}

#btn-sidebar-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  border: none;
  cursor: pointer;
  color: #fff;
  transition: background .2s;
}

#btn-sidebar-close:hover {
  background: rgba(255,255,255,.25);
}

.sidebar-nav {
  flex: 1;
  padding: 8px 0;
}

.sidebar-nav ul#mobile-primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav ul#mobile-primary-menu > li {
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.sidebar-nav ul#mobile-primary-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  transition: background .15s;
}

.sidebar-nav ul#mobile-primary-menu > li > a:hover {
  background: rgba(255,255,255,.06);
}

.sidebar-nav ul#mobile-primary-menu > li.menu-item-has-children > a::after {
  content: '+';
  font-size: 20px;
  font-weight: 300;
  color: rgba(255,255,255,.6);
  line-height: 1;
}

.sidebar-nav ul#mobile-primary-menu > li.menu-item-has-children.is-open > a::after {
  content: '−';
}

.sidebar-nav ul#mobile-primary-menu > li > ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
  background: rgba(0,0,0,.15);
}

.sidebar-nav ul#mobile-primary-menu > li.is-open > ul.sub-menu {
  max-height: 1000px;
}

.sidebar-nav ul#mobile-primary-menu > li > ul.sub-menu > li {
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.sidebar-nav ul#mobile-primary-menu > li > ul.sub-menu > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px 12px 36px;
  color: rgba(255,255,255,.85);
  text-decoration: none;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .6px;
  text-transform: uppercase;
  transition: background .15s;
}

.sidebar-nav ul#mobile-primary-menu > li > ul.sub-menu > li > a:hover {
  background: rgba(255,255,255,.06);
}

.sidebar-nav ul#mobile-primary-menu > li > ul.sub-menu > li.menu-item-has-children > a::after {
  content: '+';
  font-size: 16px;
  font-weight: 300;
  color: rgba(255,255,255,.5);
}

.sidebar-nav ul#mobile-primary-menu > li > ul.sub-menu > li.menu-item-has-children.is-open > a::after {
  content: '−';
}

.sidebar-nav ul#mobile-primary-menu > li > ul.sub-menu > li > ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
  background: rgba(0,0,0,.1);
}

.sidebar-nav ul#mobile-primary-menu > li > ul.sub-menu > li.is-open > ul.sub-menu {
  max-height: 600px;
}

.sidebar-nav ul#mobile-primary-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  display: block;
  padding: 10px 24px 10px 48px;
  color: rgba(255,255,255,.7);
  text-decoration: none;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255,255,255,.06);
  transition: background .15s;
}

.sidebar-nav ul#mobile-primary-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  background: rgba(255,255,255,.06);
}

.sidebar-contact {
  padding: 20px 24px 32px;
  border-top: 1px solid rgba(255,255,255,.15);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sidebar-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.85);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

.sidebar-cta {
  display: block;
  text-align: center;
  background: #fff;
  color: #25453F;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .7px;
  padding: 12px 20px;
  border-radius: 4px;
  transition: background .2s;
}

.sidebar-cta:hover {
  background: #e8f0ee;
}

@media (max-width: 1100px) {
  .rs-right-col {
    display: none;
  }

  #btn-sidebar-open {
    display: flex;
  }
}

@media (max-width: 600px) {
  .rs-header-inner {
    padding: 10px 20px;
  }
}

/* ================================================================
   BLOG ARCHIVE
   ================================================================ */

/* Hero */

.rs-blog-hero {
  background-image: linear-gradient(135deg, #1b3330 0%, #25453F 100%);
  min-height: 600px;
}

.rs-blog-hero-sub {
  font-size: 15px;
  color: rgba(255,255,255,.68);
  margin: 10px 0 0;
  line-height: 1.6;
}

/* Wrapper */

.rs-blog-archive {
  background: #f7faf9;
  padding: 64px 0 96px;
}

.rs-blog-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Grid */

.rs-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

/* Card */

.rs-blog-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  transition: box-shadow .25s, transform .25s;
}

.rs-blog-card:hover {
  box-shadow: 0 12px 36px rgba(0,0,0,.12);
  transform: translateY(-4px);
}

/* Imagen */

.rs-blog-card-img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.rs-blog-card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.rs-blog-card:hover .rs-blog-card-img {
  transform: scale(1.06);
}

.rs-blog-card-img-placeholder {
  width: 100%;
  height: 100%;
  background: #c8d9d5;
}

.rs-blog-card-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #25453F;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
}

/* Cuerpo */

.rs-blog-card-body {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.rs-blog-card-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 10px;
}

.rs-blog-card-date,
.rs-blog-card-read {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: #999;
  font-weight: 500;
}

.rs-blog-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin: 0 0 10px;
  line-height: 1.35;
}

.rs-blog-card-title a {
  color: inherit;
  text-decoration: none;
  transition: color .2s;
}

.rs-blog-card-title a:hover {
  color: #25453F;
}

.rs-blog-card-excerpt {
  font-size: 13px;
  color: #777;
  line-height: 1.65;
  margin: 0 0 20px;
  flex: 1;
}

.rs-blog-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #25453F;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .3px;
  transition: gap .2s;
  align-self: flex-start;
  border-bottom: 1.5px solid #25453F;
  padding-bottom: 1px;
}

.rs-blog-card-btn:hover {
  gap: 10px;
}

/* Sin resultados */

.rs-blog-empty {
  text-align: center;
  padding: 80px 20px;
  color: #aaa;
}

.rs-blog-empty svg {
  margin: 0 auto 16px;
  display: block;
}

.rs-blog-empty p {
  font-size: 15px;
}

/* Paginación */

.rs-blog-pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.rs-blog-pagination .page-numbers {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.rs-blog-pagination .page-numbers li a,
.rs-blog-pagination .page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  color: #555;
  background: #fff;
  border: 1px solid #e5e5e5;
  transition: background .2s, color .2s, border-color .2s;
}

.rs-blog-pagination .page-numbers li a:hover {
  background: #25453F;
  color: #fff;
  border-color: #25453F;
}

.rs-blog-pagination .page-numbers li span.current {
  background: #25453F;
  color: #fff;
  border-color: #25453F;
}

/* Responsive */

@media (max-width: 960px) {
  .rs-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .rs-blog-grid {
    grid-template-columns: 1fr;
  }

  .rs-blog-archive {
    padding: 40px 0 64px;
  }
}

/* ================================================================
   SINGLE BLOG
   ================================================================ */

/* Hero */

.rs-sb-hero-wrap {
  padding: 15px 15px 0;
}

.rs-sb-hero {
  position: relative;
  min-height: 480px;
  background: #1b3330;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

.rs-sb-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
        to top,
        rgba(10, 26, 22, 0.88) 0%,
        rgba(10, 26, 22, 0.45) 55%,
        rgba(10, 26, 22, 0.10) 100%
    );
}

.rs-sb-hero-inner {
  position: relative;
  width: 100%;
  max-width: 860px;
  padding: 40px 48px;
}

.rs-sb-cat {
  display: inline-block;
  background: #25453F;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 20px;
  margin: 14px 0 16px;
}

.rs-sb-title {
  font-size: clamp(22px, 3.5vw, 38px);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 0 0 20px;
}

.rs-sb-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.rs-sb-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid rgba(255,255,255,.4);
  flex-shrink: 0;
}

.rs-sb-author,
.rs-sb-date,
.rs-sb-read {
  font-size: 13px;
  color: rgba(255,255,255,.8);
  font-weight: 500;
}

.rs-sb-read {
  display: flex;
  align-items: center;
  gap: 4px;
}

.rs-sb-meta-sep {
  color: rgba(255,255,255,.35);
  font-size: 13px;
}

/* Layout principal */

.rs-sb-main {
  background: #f7faf9;
  padding: 56px 0 80px;
}

.rs-sb-layout {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: start;
}

/* Artículo */

.rs-sb-article {
  min-width: 0;
}

.rs-sb-content {
  background: #fff;
  border-radius: 16px;
  padding: 40px 44px;
  box-shadow: 0 2px 16px rgba(0,0,0,.06);
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.85;
  color: #333;
}

/* Tags */

.rs-sb-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 20px 24px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
}

.rs-sb-tags-label {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.rs-sb-tag {
  display: inline-block;
  background: #eef3f2;
  color: #25453F;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  text-decoration: none;
  transition: background .2s, color .2s;
}

.rs-sb-tag:hover {
  background: #25453F;
  color: #fff;
}

/* Compartir */

.rs-sb-share {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 20px 24px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 28px;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
}

.rs-sb-share-label {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-right: 4px;
}

.rs-sb-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  padding: 7px 16px;
  border-radius: 6px;
  transition: opacity .2s, transform .15s;
}

.rs-sb-share-btn:hover {
  opacity: .85;
  transform: translateY(-1px);
}

.rs-sb-share-fb {
  background: #1877f2;
  color: #fff;
}

.rs-sb-share-wa {
  background: #25d366;
  color: #fff;
}

.rs-sb-share-ig {
  background: #e1306c;
  color: #fff;
}

/* Caja de autor */

.rs-sb-author-box {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
  border-left: 4px solid #25453F;
}

.rs-sb-author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.rs-sb-author-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rs-sb-author-label {
  font-size: 10px;
  font-weight: 600;
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: .7px;
}

.rs-sb-author-name {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  transition: color .2s;
}

.rs-sb-author-name:hover {
  color: #25453F;
}

.rs-sb-author-bio {
  font-size: 13px;
  color: #777;
  line-height: 1.6;
  margin: 4px 0 0;
}

/* Sidebar */

.rs-sb-sidebar {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.rs-sb-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: #25453F;
  text-decoration: none;
  padding: 10px 18px;
  border: 1.5px solid #25453F;
  border-radius: 8px;
  transition: background .2s, color .2s;
  width: -moz-fit-content;
  width: fit-content;
}

.rs-sb-back:hover {
  background: #25453F;
  color: #fff;
}

/* Widget */

.rs-sb-widget {
  background: #fff;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

.rs-sb-widget-title {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  text-transform: uppercase;
  letter-spacing: .6px;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.rs-sb-recent {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.rs-sb-recent-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.rs-sb-recent-img-wrap {
  flex-shrink: 0;
  width: 64px;
  height: 52px;
  border-radius: 8px;
  overflow: hidden;
  display: block;
}

.rs-sb-recent-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform .4s;
}

.rs-sb-recent-img-wrap:hover .rs-sb-recent-img {
  transform: scale(1.08);
}

.rs-sb-recent-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.rs-sb-recent-title {
  font-size: 13px;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color .2s;
}

.rs-sb-recent-title:hover {
  color: #25453F;
}

.rs-sb-recent-date {
  font-size: 11px;
  color: #aaa;
  font-weight: 500;
}

/* CTA box */

.rs-sb-cta-box {
  background: #25453F;
  border-radius: 14px;
  padding: 26px 22px;
  text-align: center;
  color: #fff;
}

.rs-sb-cta-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
  color: rgba(255,255,255,.7);
}

.rs-sb-cta-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.3;
}

.rs-sb-cta-text {
  font-size: 13px;
  color: rgba(255,255,255,.7);
  line-height: 1.6;
  margin: 0 0 20px;
}

.rs-sb-cta-btn {
  display: block;
  background: #fff;
  color: #25453F;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  padding: 11px 20px;
  border-radius: 8px;
  letter-spacing: .3px;
  transition: background .2s;
}

.rs-sb-cta-btn:hover {
  background: #e8f0ee;
}

/* Artículos relacionados */

.rs-sb-related {
  background: #fff;
  padding: 64px 0 80px;
  border-top: 1px solid #efefef;
}

.rs-sb-related-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.rs-sb-related-title {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 800;
  color: #111;
  margin: 0 0 36px;
  letter-spacing: -.02em;
}

/* Responsive */

@media (max-width: 1024px) {
  .rs-sb-layout {
    grid-template-columns: 1fr;
  }

  .rs-sb-sidebar {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .rs-sb-widget,
    .rs-sb-cta-box {
    flex: 1;
    min-width: 260px;
  }
}

@media (max-width: 768px) {
  .rs-sb-hero-wrap {
    padding: 12px 14px 0;
  }

  .rs-sb-hero {
    min-height: 320px;
    border-radius: 14px;
  }

  .rs-sb-hero-inner {
    padding: 28px 24px;
  }

  .rs-sb-content {
    padding: 28px 22px;
  }

  .rs-sb-sidebar {
    flex-direction: column;
  }

  .rs-sb-related {
    padding: 44px 0 60px;
  }
}

@media (max-width: 480px) {
  .rs-sb-content {
    padding: 22px 16px;
    font-size: 14px;
  }
}

/* ================================================================
   TEMPLATE EMPRESA — A EMPRESA / NOSSA EQUIPE
   ================================================================ */

/* Hero */

.rs-emp-hero {
  min-height: 710px;
}

.rs-emp-hero-sub {
  margin-top: 12px;
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  letter-spacing: 0.5px;
}

/* ════════════════════════════════════════════
   SOBRE NÓS (quienes-somos)
   ════════════════════════════════════════════ */

.rs-qs {
  background: #f5f3ee;
  overflow: hidden;
}

/* Layout 2 columnas: 45 / 55 */

.rs-qs-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 60px;
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 80px;
  align-items: center;
}

/* ── Columna visual ── */

.rs-qs-media {
  position: relative;
}

.rs-qs-img-holder {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-shadow: 0 24px 64px rgba(27,51,48,.18);
}

.rs-qs-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform .8s ease;
}

.rs-qs-img-holder:hover .rs-qs-img {
  transform: scale(1.05);
}

/* Bloque verde desplazado detrás */

.rs-qs-block {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 70%;
  aspect-ratio: 1 / 1;
  background: #1b3330;
  border-radius: 20px;
  z-index: 1;
}

/* Stat flotante sobre el bloque verde */

.rs-qs-floating-stat {
  position: absolute;
  bottom: 12px;
  right: 12px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 14px 18px;
}

.rs-qs-fs-num {
  font-size: 1.9rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.03em;
}

.rs-qs-fs-num sup {
  font-size: .9rem;
  font-weight: 700;
  vertical-align: super;
  color: #6bbfa8;
}

.rs-qs-fs-lbl {
  font-size: 11px;
  color: rgba(255,255,255,.65);
  text-align: center;
  white-space: nowrap;
}

/* ── Columna de texto ── */

.rs-qs-body {
  display: flex;
  flex-direction: column;
}

.rs-qs-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1b3330;
  margin-bottom: 18px;
}

.rs-qs-title {
  font-size: clamp(2.2rem, 3.8vw, 3.2rem);
  font-weight: 800;
  color: #111;
  letter-spacing: -0.04em;
  line-height: 1.08;
  margin: 0 0 32px;
}

/* Párrafos con línea lateral */

.rs-qs-paras {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 3px solid #1b3330;
  padding-left: 20px;
  margin-bottom: 32px;
}

.rs-qs-paras p {
  font-size: 14.5px;
  color: #555;
  line-height: 1.82;
  margin: 0 0 16px;
}

.rs-qs-paras p:last-child {
  margin-bottom: 0;
}

.rs-qs-lead {
  font-size: 16px !important;
  color: #222 !important;
  font-weight: 500;
}

/* Pills de valores */

.rs-qs-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px;
}

.rs-qs-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: #1b3330;
  background: #deeae7;
  border: 1px solid #c3d8d2;
  padding: 7px 14px;
  border-radius: 50px;
}

.rs-qs-pill svg {
  flex-shrink: 0;
  stroke: #1b3330;
}

/* CTA */

.rs-qs-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1b3330;
  color: #fff;
  font-size: 13.5px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.2px;
  transition: background .2s, gap .2s;
}

.rs-qs-cta:hover {
  background: #25453f;
  gap: 14px;
}

/* ── Banda de números ── */

.rs-qs-nums {
  background: #1b3330;
  padding: 52px 60px;
}

.rs-qs-nums-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rs-qs-num-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.rs-qs-num-item strong {
  display: block;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 1;
}

.rs-qs-num-item strong span {
  color: #6bbfa8;
  font-size: 1.4rem;
}

.rs-qs-num-item > span {
  font-size: 12px;
  color: rgba(255,255,255,.55);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.rs-qs-num-sep {
  width: 1px;
  height: 52px;
  background: rgba(255,255,255,.15);
  flex-shrink: 0;
}

/* ── Responsive ── */

@media (max-width: 1024px) {
  .rs-qs-wrap {
    gap: 56px;
    padding: 72px 40px;
  }
}

@media (max-width: 820px) {
  .rs-qs-wrap {
    grid-template-columns: 1fr;
    padding: 60px 28px;
    gap: 48px;
  }

  .rs-qs-media {
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
  }

  .rs-qs-nums {
    padding: 40px 28px;
  }

  .rs-qs-nums-inner {
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
  }

  .rs-qs-num-sep {
    display: none;
  }

  .rs-qs-num-item {
    flex: 0 0 calc(50% - 16px);
  }
}

@media (max-width: 480px) {
  .rs-qs-wrap {
    padding: 48px 20px;
  }

  .rs-qs-num-item {
    flex: 0 0 100%;
  }

  .rs-qs-pills {
    gap: 8px;
  }
}

/* ── Missão · Visão · Valores ── */

.rs-mvv {
  background: #f5f3ee;
  padding: 80px 24px;
}

.rs-mvv-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Fila superior: Missão + Visão */

.rs-mvv-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.rs-mvv-card {
  background: #fff;
  border-radius: 18px;
  padding: 40px 36px;
  border: 1px solid #e4ebe8;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: box-shadow .25s, transform .25s;
}

.rs-mvv-card:hover {
  box-shadow: 0 10px 36px rgba(27,51,48,.09);
  transform: translateY(-3px);
}

.rs-mvv-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #1b3330;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rs-mvv-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1b3330;
  margin: 0;
}

.rs-mvv-text {
  font-size: 14.5px;
  color: #555;
  line-height: 1.8;
  margin: 0;
}

/* Sección Valores */

.rs-mvv-valores {
  background: #1b3330;
  border-radius: 20px;
  padding: 48px 44px;
}

.rs-mvv-valores-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,.6);
  margin: 0 0 32px;
  stroke: rgba(255,255,255,.6);
}

.rs-mvv-vals-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.rs-mvv-val {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.15);
}

.rs-mvv-val-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #6bbfa8;
}

.rs-mvv-val-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}

.rs-mvv-val-text {
  font-size: 13px;
  color: rgba(255,255,255,.62);
  line-height: 1.7;
  margin: 0;
}

/* Responsive */

@media (max-width: 960px) {
  .rs-mvv-vals-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .rs-mvv-top {
    grid-template-columns: 1fr;
  }

  .rs-mvv-card {
    padding: 28px 24px;
  }

  .rs-mvv-valores {
    padding: 32px 24px;
  }

  .rs-mvv-vals-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ── Team ── */

.rs-team {
  padding: 80px 24px 96px;
  background: #fff;
}

.rs-team-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.rs-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* ── Nuevo diseño de cards: avatar circular + banda superior ── */

.rs-tcard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.rs-tcard {
  background: #fff;
  border-radius: 20px;
  overflow: visible;
  box-shadow: 0 4px 24px rgba(0,0,0,.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform .3s ease, box-shadow .3s ease;
  position: relative;
}

.rs-tcard:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(27,51,48,.14);
}

/* Banda verde superior */

.rs-tcard-band {
  width: 100%;
  height: 96px;
  background: linear-gradient(135deg, #1b3330 0%, #25453f 100%);
  border-radius: 20px 20px 0 0;
  flex-shrink: 0;
}

/* Avatar circular sobre la banda */

.rs-tcard-avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 4px 20px rgba(27,51,48,.18);
  margin-top: -55px;
  flex-shrink: 0;
  background: #deeae7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.rs-tcard-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
  transition: transform .5s ease;
}

.rs-tcard:hover .rs-tcard-img {
  transform: scale(1.08);
}

.rs-tcard-initials {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1b3330;
  letter-spacing: -0.02em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Contenido */

.rs-tcard-info {
  padding: 18px 28px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.rs-tcard-name {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  margin: 0;
  line-height: 1.2;
}

.rs-tcard-role {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1b3330;
  background: #deeae7;
  padding: 5px 12px;
  border-radius: 50px;
}

.rs-tcard-bio {
  font-size: 13.5px;
  color: #777;
  line-height: 1.7;
  margin: 4px 0 0;
}

.rs-tcard-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #1b3330;
  text-decoration: none;
  opacity: .7;
  transition: opacity .2s;
}

.rs-tcard-linkedin:hover {
  opacity: 1;
}

/* Responsive tcard */

@media (max-width: 900px) {
  .rs-tcard-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }
}

@media (max-width: 520px) {
  .rs-tcard-grid {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin: 0 auto;
  }
}

/* ════════════════════════════════════════════
   TEAM — Foto grande con borde desplazado
   ════════════════════════════════════════════ */

.rs-pcard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 32px;
}

.rs-pcard {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Marco de la foto: foto + borde decorativo desplazado */

.rs-pcard-frame {
  position: relative;
  border-radius: 14px;
  overflow: visible;
}

/* Borde verde desplazado detrás de la foto */

.rs-pcard-border {
  position: absolute;
  inset: 0;
  border: 2.5px solid #1b3330;
  border-radius: 14px;
  transform: translate(10px, 10px);
  z-index: 0;
  transition: transform .35s ease;
}

.rs-pcard:hover .rs-pcard-border {
  transform: translate(14px, 14px);
}

/* Foto grande */

.rs-pcard-img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 3 / 4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 14px;
  display: block;
  transition: transform .5s ease;
}

.rs-pcard:hover .rs-pcard-img {
  transform: scale(1.02);
}

/* Texto debajo */

.rs-pcard-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0 4px;
}

.rs-pcard-name {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin: 0;
  line-height: 1.2;
}

.rs-pcard-role {
  font-size: 11.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #1b3330;
}

.rs-pcard-bio {
  font-size: 13.5px;
  color: #777;
  line-height: 1.65;
  margin: 3px 0 0;
}

/* Responsive */

@media (max-width: 900px) {
  .rs-pcard-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 24px;
  }
}

@media (max-width: 520px) {
  .rs-pcard-grid {
    grid-template-columns: 1fr;
    max-width: 340px;
    margin: 0 auto;
  }
}

/* Card — foto de fondo completa + caja flotante inferior */

.rs-team-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #1b3330;
  cursor: default;
  transition: transform .3s ease, box-shadow .3s ease;
}

.rs-team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(27,51,48,.22);
}

/* Foto — cubre toda la card */

.rs-team-card-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.rs-team-card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transition: transform .6s ease;
  display: block;
}

.rs-team-card:hover .rs-team-card-img {
  transform: scale(1.06);
}

/* Fallback iniciales */

.rs-team-card-initials {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
  font-weight: 800;
  color: rgba(255,255,255,.35);
  letter-spacing: -0.03em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: linear-gradient(160deg, #25453f 0%, #1b3330 100%);
}

/* Gradiente inferior sutil para que la caja se lea bien */

.rs-team-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
        to top,
        rgba(10, 26, 22, 0.55) 0%,
        rgba(10, 26, 22, 0.10) 50%,
        transparent 100%
    );
  z-index: 1;
  pointer-events: none;
}

/* Caja de info — flotante en la parte inferior */

.rs-team-card-body {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  z-index: 2;
  background: #1b3330;
  border-radius: 14px;
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: background .25s;
}

.rs-team-card:hover .rs-team-card-body {
  background: #25453f;
}

.rs-team-card-name {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.25;
}

.rs-team-card-role {
  display: none;
  /* el cargo va dentro del bio como texto */
}

.rs-team-card-bio {
  font-size: 13px;
  color: rgba(255,255,255,.72);
  line-height: 1.6;
  margin: 0;
}

.rs-team-card-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,.6);
  text-decoration: none;
  transition: color .2s;
  width: -moz-fit-content;
  width: fit-content;
}

.rs-team-card-linkedin:hover {
  color: #fff;
}

/* ── CTA final ── */

.rs-emp-cta {
  background: linear-gradient(135deg, #1b3330 0%, #25453f 100%);
  padding: 80px 24px;
  text-align: center;
}

.rs-emp-cta-inner {
  max-width: 640px;
  margin: 0 auto;
}

.rs-emp-cta-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 14px;
  line-height: 1.2;
}

.rs-emp-cta-sub {
  font-size: 15px;
  color: rgba(255,255,255,.72);
  margin: 0 0 36px;
  line-height: 1.65;
}

.rs-emp-cta-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.rs-emp-cta-primary {
  display: inline-block;
  background: #fff;
  color: #1b3330;
  font-size: 13.5px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: background .2s, color .2s;
}

.rs-emp-cta-primary:hover {
  background: #deeae7;
}

.rs-emp-cta-ghost {
  display: inline-block;
  background: transparent;
  color: #fff;
  font-size: 13.5px;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 50px;
  border: 1.5px solid rgba(255,255,255,.45);
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: border-color .2s, background .2s;
}

.rs-emp-cta-ghost:hover {
  border-color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.08);
}

/* ── Responsive ── */

@media (max-width: 960px) {
  .rs-valores-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .rs-team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 580px) {
  .rs-empresa-intro {
    padding: 52px 20px 40px;
  }

  .rs-valores {
    padding: 44px 20px;
  }

  .rs-team {
    padding: 52px 20px 64px;
  }

  .rs-team-grid {
    grid-template-columns: 1fr;
  }
}

/* ================================================================
   TESTIMONIOS
   ================================================================ */

.rs-testimonials {
  background: #f7faf9;
  padding: 90px 0 96px;
}

.rs-testimonials-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

.rs-testimonials-head {
  text-align: center;
  margin-bottom: 56px;
}

.rs-test-eyebrow {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #25453F;
  background: #deeae7;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.rs-test-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 800;
  color: #1b3330;
  line-height: 1.15;
  margin: 0;
  letter-spacing: -0.02em;
}

.rs-test-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px 28px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  position: relative;
  transition: box-shadow .25s, transform .25s;
}

.rs-test-card:hover {
  box-shadow: 0 10px 32px rgba(0,0,0,.10);
  transform: translateY(-3px);
}

.rs-test-stars {
  color: #f59e0b;
  font-size: 14px;
  letter-spacing: 2px;
}

.rs-test-quote-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #25453F;
}

.rs-test-text {
  font-size: 14.5px;
  color: #444;
  line-height: 1.75;
  margin: 0;
  flex: 1;
}

.rs-test-author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #f0f4f3;
  padding-top: 18px;
  margin-top: auto;
}

.rs-test-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #25453F;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.5px;
}

.rs-test-name {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
}

.rs-test-origin {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 2px;
}

.rs-test-swiper {
  overflow: hidden;
  padding-bottom: 4px;
}

.rs-test-swiper .swiper-slide {
  height: auto;
}

@media (max-width: 680px) {
  .rs-testimonials {
    padding: 64px 0 72px;
  }

  .rs-testimonials-inner {
    padding: 0 14px;
  }

  .rs-test-swiper {
    padding-bottom: 0;
  }
}

/* ================================================
   SECCIÓN BLOG HOME — GUÍAS Y CONSEJOS
   ================================================ */

.rs-blog-home {
  padding: 90px 0 80px;
  background: #faf9f7;
}

.rs-blog-home-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Cabecera */

.rs-blog-home-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 52px;
}

.rs-blog-home-eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #e05a2b;
  margin-bottom: 14px;
}

.rs-blog-home-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #1b3330;
  line-height: 1.18;
  margin: 0 0 16px;
}

.rs-blog-home-desc {
  font-size: 15px;
  color: #666;
  line-height: 1.75;
  margin: 0;
}

/* Grid de cards */

.rs-blog-home-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}

/* Card */

.rs-bh-card {
  display: flex;
  flex-direction: column;
}

.rs-bh-img-wrap {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 3 / 2;
  margin-bottom: 20px;
  background: #dde8e4;
}

.rs-bh-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform .55s ease;
}

.rs-bh-card:hover .rs-bh-img {
  transform: scale(1.05);
}

.rs-bh-img-placeholder {
  width: 100%;
  height: 100%;
  background: #dde8e4;
}

.rs-bh-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.rs-bh-cat {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #e05a2b;
  text-decoration: none;
  margin-bottom: 8px;
}

.rs-bh-cat:hover {
  text-decoration: underline;
}

.rs-bh-title {
  font-size: 17px;
  font-weight: 700;
  color: #1b3330;
  line-height: 1.38;
  margin: 0 0 10px;
}

.rs-bh-title a {
  color: inherit;
  text-decoration: none;
  transition: color .2s;
}

.rs-bh-title a:hover {
  color: #25453F;
}

.rs-bh-excerpt {
  font-size: 13.5px;
  color: #777;
  line-height: 1.65;
  margin: 0 0 16px;
  flex: 1;
}

.rs-bh-link {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #1b3330;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .2s;
}

.rs-bh-link:hover {
  color: #e05a2b;
}

/* CTA */

.rs-blog-home-cta {
  text-align: center;
}

.rs-bh-cta-btn {
  display: inline-block;
  border: 2px solid #1b3330;
  color: #1b3330;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 36px;
  border-radius: 50px;
  transition: background .2s, color .2s;
}

.rs-bh-cta-btn:hover {
  background: #1b3330;
  color: #fff;
}

/* Responsive */

@media (max-width: 900px) {
  .rs-blog-home-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .rs-blog-home {
    padding: 64px 0 56px;
  }
}

@media (max-width: 560px) {
  .rs-blog-home-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .rs-blog-home {
    padding: 52px 0 44px;
  }

  .rs-blog-home-head {
    margin-bottom: 36px;
  }
}

/* ─────────────────────────────────────────────────────────────
   OPENPAY — CUSTOMER SUMMARY (modal step 2)
───────────────────────────────────────────────────────────── */

.rs-co-customer-summary {
  border: 1px solid #e5e9e8;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 14px;
}

.rs-co-customer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  font-size: 13px;
  border-bottom: 1px solid #e5e9e8;
}

.rs-co-customer-row:last-child {
  border-bottom: none;
}

.rs-co-customer-row span:first-child {
  color: #6b7280;
  font-weight: 500;
  flex-shrink: 0;
}

.rs-co-customer-row strong {
  color: #1b3330;
  font-weight: 600;
  text-align: right;
  word-break: break-all;
}

/* ─────────────────────────────────────────────────────────────
   OPENPAY — REDIRECT INFO BOX (modal step 2)
───────────────────────────────────────────────────────────── */

.rs-co-redirect-info {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  color: #0369a1;
  font-size: 12.5px;
  line-height: 1.5;
  margin-bottom: 14px;
}

.rs-co-redirect-info svg {
  flex-shrink: 0;
  margin-top: 1px;
}

/* ─────────────────────────────────────────────────────────────
   OPENPAY — REDIRECT LOADING SCREEN (inside modal)
───────────────────────────────────────────────────────────── */

.rs-redirect-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 48px 24px;
  text-align: center;
}

.rs-redirect-loading h3 {
  font-size: 17px;
  font-weight: 700;
  color: #1b3330;
  margin: 0;
}

.rs-redirect-loading p {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}

.rs-redirect-spinner {
  width: 48px;
  height: 48px;
  border: 4px solid #e5e9e8;
  border-top-color: #1b3330;
  border-radius: 50%;
  animation: rs-spin 0.8s linear infinite;
}

@keyframes rs-spin {
  to {
    transform: rotate(360deg);
  }
}

/* ─────────────────────────────────────────────────────────────
   OPENPAY — RESULT PAGE (page-pago-resultado.php)
───────────────────────────────────────────────────────────── */

.rs-result-main {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 20px;
  background: #f9fafb;
}

.rs-result-inner {
  width: 100%;
  max-width: 480px;
}

.rs-result-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,.08);
  padding: 40px 32px;
  text-align: center;
}

/* Icon */

.rs-result-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.rs-result-icon--success {
  background: #d1fae5;
  color: #059669;
}

.rs-result-icon--failed  {
  background: #fee2e2;
  color: #dc2626;
}

.rs-result-icon--pending {
  background: #fef3c7;
  color: #d97706;
}

.rs-result-icon--error   {
  background: #f3f4f6;
  color: #6b7280;
}

/* Title & text */

.rs-result-title {
  font-size: 22px;
  font-weight: 700;
  color: #1b3330;
  margin: 0 0 10px;
}

.rs-result-text {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin: 0 0 24px;
}

/* Details block */

.rs-result-details {
  border: 1px solid #e5e9e8;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
  text-align: left;
}

.rs-rd-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  font-size: 13px;
  border-bottom: 1px solid #e5e9e8;
}

.rs-rd-row:last-child {
  border-bottom: none;
}

.rs-rd-row span:first-child {
  color: #6b7280;
  font-weight: 500;
  flex-shrink: 0;
}

.rs-rd-row span:last-child,
.rs-rd-row strong {
  color: #1b3330;
  font-weight: 600;
  text-align: right;
}

.rs-rd-id {
  font-family: monospace;
  font-size: 11px;
  word-break: break-all;
  color: #6b7280;
}

/* Buttons */

.rs-result-btn {
  display: inline-block;
  background: #1b3330;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 32px;
  border-radius: 50px;
  cursor: pointer;
  transition: background .2s;
  border: none;
}

.rs-result-btn:hover {
  background: #142926;
  color: #fff;
}

.rs-result-btn--secondary {
  background: transparent;
  border: 2px solid #1b3330;
  color: #1b3330;
}

.rs-result-btn--secondary:hover {
  background: #1b3330;
  color: #fff;
}

/* Color accents per card type */

.rs-result-card--success {
  border-top: 4px solid #059669;
}

.rs-result-card--failed  {
  border-top: 4px solid #dc2626;
}

.rs-result-card--pending {
  border-top: 4px solid #d97706;
}

.rs-result-card--error   {
  border-top: 4px solid #9ca3af;
}

@media (max-width: 520px) {
  .rs-result-card {
    padding: 32px 20px;
  }

  .rs-result-title {
    font-size: 19px;
  }
}

/* ================================================================
   HERO — BUSCADOR AJAX
   ================================================================ */

.rs-hero-search {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 560px;
  margin: 28px auto 0;
}

.rs-hero-search-wrap {
  position: relative;
}

.rs-hero-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b8e84;
  pointer-events: none;
  z-index: 1;
}

.rs-hero-search-input {
  width: 100%;
  padding: 15px 22px 15px 50px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 50px;
  color: #1b3330;
  font-size: 0.97rem;
  font-family: 'Poppins', sans-serif;
  outline: none;
  box-shadow: 0 4px 24px rgba(0,0,0,0.18);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.rs-hero-search-input::-moz-placeholder {
  color: #9ab4ac;
}

.rs-hero-search-input::placeholder {
  color: #9ab4ac;
}

.rs-hero-search-input:focus {
  border-color: #3a7a6a;
  box-shadow: 0 4px 28px rgba(0,0,0,0.22);
}

.rs-hero-search-btn {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: #3a7a6a;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 24px;
  font-size: 0.9rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 2;
}

.rs-hero-search-btn:hover {
  background: #2d6055;
}

.rs-hero-search-results {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0,0,0,0.2);
  display: none;
  z-index: 9999;
  max-height: 380px;
  overflow-y: auto;
}

.rs-hero-search-results.is-active {
  display: block;
}

.rs-hs-item {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 11px 16px;
  text-decoration: none;
  color: #1b3330;
  transition: background 0.15s;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  text-align: left;
}

.rs-hs-item:last-child {
  border-bottom: none;
}

.rs-hs-item:hover {
  background: #f2f7f4;
}

.rs-hs-thumb {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.rs-hs-thumb--placeholder {
  background: #d5e4dc;
}

.rs-hs-title {
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.35;
  color: #1b3330;
}

.rs-hs-empty {
  padding: 16px;
  text-align: center;
  color: #777;
  font-size: 0.88rem;
}

@media (max-width: 600px) {
  .rs-hero-search {
    max-width: 100%;
    padding: 0 4px;
  }
}

/* ================================================================
   LIBRO DE RECLAMACIONES (CF7)
   ================================================================ */

.lr-alert {
  display: flex;
  gap: 14px;
  background: #fff5f5;
  border: 1px solid #fca5a5;
  border-left: 4px solid #e53935;
  border-radius: 8px;
  padding: 18px 20px;
  margin-bottom: 24px;
  align-items: flex-start;
  max-width: 900px;
  margin: 0 auto;
}

.advgb-accordion-header-title {
  font-size: 14px !important;
}

.advgb-accordion-header {
  border: 1px solid #ddd !important;
  border-radius: 7px !important;
}

.advgb-accordion-body{
  font-size: 14px !important;
  line-height: 1.75;
  color: #333 !important;
}

.lr-alert-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.lr-alert-body {
  flex: 1;
}

.lr-alert-title {
  font-size: 1rem;
  font-weight: 700;
  color: #b91c1c;
  margin: 0 0 6px;
}

.lr-alert-body p {
  font-size: 0.84rem;
  color: #6b7280;
  margin: 0;
  line-height: 1.55;
}

.lr-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  max-width: 900px;
  margin: 0 auto;
}

.lr-section {
  margin-bottom: 8px;
}

.lr-section-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.lr-section-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #25453F;
  color: #fff;
  border-radius: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  flex-shrink: 0;
}

.lr-section-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #25453F;
  letter-spacing: .08em;
}

.lr-divider {
  height: 1px;
  background: #e5e7eb;
  margin: 24px 0;
}

.lr-row {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
}

.lr-col-2 {
  grid-template-columns: 1fr 1fr;
}

.lr-col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.lr-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.lr-field label {
  font-size: 0.7rem;
  font-weight: 700;
  color: #6b7280;
  letter-spacing: .06em;
}

.lr-req {
  color: #e53935;
}

.lr-field input[type="text"],
.lr-field input[type="email"],
.lr-field input[type="tel"],
.lr-field input[type="date"],
.lr-field select,
.lr-field textarea,
.wpcf7-form .lr-field input,
.wpcf7-form .lr-field select,
.wpcf7-form .lr-field textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 0.88rem;
  color: #111827;
  background: #f9fafb;
  transition: border-color .2s, box-shadow .2s, background .2s;
  font-family: inherit;
  box-sizing: border-box;
}

.lr-field input:focus,
.lr-field select:focus,
.lr-field textarea:focus {
  outline: none;
  border-color: #25453F;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(37,69,63,.1);
}

.lr-field textarea {
  resize: vertical;
}

.lr-check-wrap {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 20px 0 24px;
  font-size: 0.88rem;
  color: #25453F;
  font-weight: 500;
}

.lr-check-wrap .wpcf7-acceptance {
  margin: 0;
}

.lr-submit,
input.lr-submit,
.wpcf7-submit.lr-submit {
  display: block;
  width: 100%;
  background: #25453F;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: .08em;
  cursor: pointer;
  font-family: inherit;
  transition: background .2s;
}

.lr-submit:hover {
  background: #1b3330;
}

.lr-footer-notes {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #f3f4f6;
}

.lr-footer-notes p {
  font-size: 0.75rem;
  color: #9ca3af;
  margin: 0 0 4px;
  line-height: 1.5;
}

.lr-note-mark {
  color: #4caf7d;
  font-weight: 700;
}

@media (max-width: 640px) {
  .lr-card {
    padding: 20px 16px;
  }

  .lr-col-2,
    .lr-col-3 {
    grid-template-columns: 1fr;
  }
}

/* ================================================================
   TEMPLATE CONTACTO
   ================================================================ */

.ct-page {
  background: #f8f9fa;
  min-height: 80vh;
  padding: 72px 24px;
}

.ct-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.ct-hero {
  grid-column: 1 / -1;
  margin-bottom: -20px;
}

/* ── Columna izquierda ── */

.ct-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: .14em;
  color: #4caf7d;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.ct-eyebrow-line {
  display: block;
  width: 28px;
  height: 2px;
  background: #4caf7d;
  flex-shrink: 0;
}

.ct-heading {
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  font-weight: 800;
  color: #1a2e28;
  line-height: 1.15;
  margin: 0 0 24px;
}

.ct-heading-em {
  font-style: italic;
  color: #4caf7d;
  font-weight: 800;
}

.ct-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.ct-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid;
}

.ct-badge-green  {
  background: #edfaf3;
  color: #1e7a48;
  border-color: #a7dfc0;
}

.ct-badge-orange {
  background: #fff8ed;
  color: #b45309;
  border-color: #fcd59c;
}

.ct-badge-red    {
  background: #fff0f0;
  color: #c0392b;
  border-color: #f9b4b4;
}

.ct-desc {
  font-size: 0.95rem;
  color: #1f2937;
  font-weight: 700;
  line-height: 1.7;
  margin: 0 0 36px;
}

/* Info cards */

.ct-info-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ct-info-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border: 1px solid #e8efec;
  border-radius: 12px;
  padding: 16px 20px;
  transition: box-shadow .2s, border-color .2s;
}

.ct-info-card:hover {
  border-color: #4caf7d;
  box-shadow: 0 4px 16px rgba(76,175,125,.1);
}

.ct-info-icon {
  width: 38px;
  height: 38px;
  background: #edfaf3;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4caf7d;
  flex-shrink: 0;
}

.ct-info-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ct-info-label {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: .1em;
  color: #4caf7d;
  text-transform: uppercase;
}

.ct-info-value {
  font-size: 0.88rem;
  color: #2d3748;
  line-height: 1.5;
}

.ct-info-link {
  text-decoration: none;
  color: #2d3748;
  transition: color .2s;
}

.ct-info-link:hover {
  color: #4caf7d;
}

/* ── Columna derecha (form card) ── */

.ct-right {
  position: sticky;
  top: 100px;
}

.ct-form-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 36px;
  color: #1f2937;
  border: 1px solid #e5e7eb;
}

.ct-form-title {
  font-size: 2rem;
  font-weight: 800;
  color: #1f2937;
  margin: 0 0 6px;
  line-height: 1.2;
}

.ct-form-title-em {
  font-style: italic;
  color: #4caf7d;
}

.ct-form-sub {
  font-size: 0.85rem;
  color: #6b7280;
  margin: 0 0 28px;
}

/* CF7 dentro del card */

.ct-form-card .wpcf7-form label,
.ct-form-card .wpcf7-form .ct-label {
  display: block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: .1em;
  color: #6b7280;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.ct-form-card .wpcf7-form input[type="text"],
.ct-form-card .wpcf7-form input[type="email"],
.ct-form-card .wpcf7-form input[type="tel"],
.ct-form-card .wpcf7-form input[type="number"],
.ct-form-card .wpcf7-form select,
.ct-form-card .wpcf7-form textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  padding: 13px 16px;
  font-size: 0.9rem;
  color: #1f2937;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color .2s, background .2s;
  margin-bottom: 16px;
}

.ct-form-card .wpcf7-form input::-moz-placeholder, .ct-form-card .wpcf7-form textarea::-moz-placeholder {
  color: #9ca3af;
}

.ct-form-card .wpcf7-form input::placeholder,
.ct-form-card .wpcf7-form textarea::placeholder {
  color: #9ca3af;
}

.ct-form-card .wpcf7-form input:focus,
.ct-form-card .wpcf7-form select:focus,
.ct-form-card .wpcf7-form textarea:focus {
  outline: none;
  border-color: #4caf7d;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(76,175,125,.18);
}

.ct-form-card .wpcf7-form .wpcf7-submit,
.ct-form-card .wpcf7-form input[type="submit"] {
  width: 100%;
  background: #4caf7d;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  margin-top: 4px;
  transition: background .2s, box-shadow .2s;
}

.ct-form-card .wpcf7-form .wpcf7-submit:hover {
  background: #3d9b6d;
  box-shadow: 0 6px 20px rgba(76,175,125,.4);
}

.ct-form-card .wpcf7-form p {
  margin: 0;
}

.ct-map {
  margin-top: 48px;
}

.ct-map-title {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  line-height: 1.2;
  color: #1a2e28;
  font-weight: 800;
  margin: 0 0 16px;
}

/* Responsive */

@media (max-width: 960px) {
  .ct-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ct-right {
    position: static;
  }

  .ct-heading {
    font-size: 2rem;
  }
}

@media (max-width: 600px) {
  .ct-page {
    padding: 48px 16px;
  }

  .ct-form-card {
    padding: 28px 20px;
  }

  .ct-heading {
    font-size: 1.7rem;
  }
}

/* ================================================================
   404
   ================================================================ */

.rs-404-page {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  padding: 60px 24px;
}

.rs-404-inner {
  text-align: center;
  max-width: 520px;
}

.rs-404-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 32px;
}

.rs-404-num {
  font-size: 7rem;
  font-weight: 900;
  color: #25453F;
  line-height: 1;
  letter-spacing: -4px;
  font-family: 'Poppins', sans-serif;
}

.rs-404-leaf {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  animation: rs404spin 18s linear infinite;
}

@keyframes rs404spin {
  from {
    transform: rotate(0deg);
  }

  to   {
    transform: rotate(360deg);
  }
}

.rs-404-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1a2e28;
  margin: 0 0 12px;
}

.rs-404-desc {
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.7;
  margin: 0 0 36px;
}

.rs-404-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.rs-404-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s, box-shadow .2s, color .2s;
}

.rs-404-btn-primary {
  background: #25453F;
  color: #fff;
}

.rs-404-btn-primary:hover {
  background: #1b3330;
  box-shadow: 0 6px 20px rgba(37,69,63,.3);
  color: #fff;
}

.rs-404-btn-outline {
  background: #fff;
  color: #25453F;
  border: 2px solid #25453F;
}

.rs-404-btn-outline:hover {
  background: #25453F;
  color: #fff;
}
