*, ::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: DM Sans, 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;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'DM Sans', sans-serif;
  margin: 0;
  padding: 0;
  background: #EEF9FB;
}

/* ── NAVBAR ── */

.nav-glass {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.98);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(157, 229, 240, 0.3);
  box-shadow: 0 2px 12px rgba(27, 58, 92, 0.08);
  padding: 0.4rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 3.5rem;
  gap: 1.8rem;
}

.nav-logo {
  font-family: 'Playfair Display', serif;
  color: #1B3A5C;
  font-size: 1.05rem;
  font-weight: 700;
  z-index: 51;
  line-height: 1.1;
  flex-shrink: 1;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.nav-logo span {
  color: #9DE5F0;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: #1B3A5C;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 51;
}

.nav-toggle:hover {
  color: #9DE5F0;
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.nav-links a {
  color: rgba(27, 58, 92, 0.75);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.2s;
}

.nav-links a:hover {
  color: #9DE5F0;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-left: 0;
  margin-right: 0;
  color: #1B3A5C;
  font-weight: 600;
  font-size: 0.82rem;
  z-index: 51;
  flex-shrink: 0;
}

.language-select {
  border: 1px solid #b6e5ee;
  background: #ffffff;
  height: 1.8rem;
  min-width: 3.2rem;
  padding: 0 0.4rem;
  border-radius: 999px;
  color: #173954;
  font-weight: 700;
  font-size: 0.8rem;
  cursor: pointer;
}

.nav-lang-mobile {
  display: none;
}

/* Responsive Navbar */

@media (max-width: 768px) {
  .nav-glass {
    padding: 0.5rem 1rem;
    flex-wrap: nowrap;
    min-height: 4rem;
    gap: 0.5rem;
    justify-content: space-between;
  }

  .nav-logo {
    font-size: 0.98rem;
    max-width: calc(100% - 8.4rem);
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
  }

  .hero-logo {
    width: 320px;
    margin-bottom: 0.6rem;
  }

  .nav-toggle {
    display: inline-flex;
    min-width: 2.1rem;
    min-height: 2.1rem;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    order: 3;
    margin-left: 0;
  }

  .nav-links {
    position: fixed;
    top: 4.2rem;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    flex-direction: column;
    gap: 0;
    padding: 0.8rem 1rem 1.2rem;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 8px 24px rgba(27, 58, 92, 0.15);
    max-height: calc(100vh - 4.2rem);
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
  }

  .nav-links.active {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
  }

  .nav-links li {
    border-bottom: 1px solid rgba(157, 229, 240, 0.25);
    padding: 0.85rem 0;
  }

  .nav-links li:last-child {
    border-bottom: none;
  }

  .nav-links a {
    font-size: 1rem;
    display: block;
  }

  .language-switcher {
    margin-left: 0;
    margin-right: 0.45rem;
    gap: 0.3rem;
    font-size: 0.72rem;
  }

  .language-select {
    height: 1.85rem;
    min-width: 3.25rem;
    padding: 0 0.35rem;
    font-size: 0.76rem;
  }

  .nav-lang-mobile {
    display: block !important;
    border-bottom: none !important;
    padding: 1.2rem 0 0.8rem !important;
    margin-top: 0.5rem;
    text-align: center;
  }

  .nav-lang-mobile label {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .language-select-mobile {
    width: auto;
    min-width: 160px;
    max-width: 200px;
    margin: 0;
    padding: 0.5rem 1.2rem;
    border: 1.5px solid rgba(157, 229, 240, 0.35);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 999px;
    color: #173954;
    font-weight: 600;
    font-size: 0.8rem;
    cursor: pointer;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
    transition: all 0.2s;
    display: inline-block;
  }

  .language-select-mobile option {
    text-align: center;
    font-size: 0.85rem;
    padding: 0.4rem;
    font-weight: 500;
  }

  .language-select-mobile:focus {
    outline: none;
    border-color: #9DE5F0;
    box-shadow: 0 0 0 3px rgba(157, 229, 240, 0.15);
  }
}

@media (max-width: 480px) {
  .nav-glass {
    min-height: 3.8rem;
    padding: 0.5rem 0.8rem;
    gap: 0.5rem;
  }

  .nav-logo {
    font-size: 0.84rem;
    max-width: calc(100% - 7.35rem);
  }

  .hero-logo {
    width: 250px;
    margin-bottom: 0.5rem;
  }

  .language-switcher {
    margin-left: 0;
    margin-right: 0.15rem;
  }

  .language-switcher span {
    display: none;
  }

  .language-select {
    height: 1.72rem;
    min-width: 2.95rem;
    padding: 0 0.28rem;
    font-size: 0.7rem;
  }

  .nav-toggle {
    min-width: 1.95rem;
    min-height: 1.95rem;
    font-size: 1.2rem;
  }

  .nav-links {
    top: 3.8rem;
    max-height: calc(100vh - 3.8rem);
    padding-top: 0.55rem;
  }
}

/* ── EXPLOSION BUTTON ── */

.btn-explosion {
  display: inline-block;
  position: relative;
  background: linear-gradient(135deg, #E63900, #FF5722);
  color: #fff;
  font-weight: 800;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  padding: 1.2rem 2.8rem;
  text-decoration: none;
  transition: all 0.3s;
  clip-path: polygon(
      50% 0%, 61% 15%, 79% 9%, 75% 28%,
      95% 30%, 84% 46%, 100% 55%, 84% 62%,
      93% 80%, 75% 76%, 72% 95%, 55% 85%,
      50% 100%, 45% 85%, 28% 95%, 25% 76%,
      7% 80%, 16% 62%, 0% 55%, 16% 46%,
      5% 30%, 25% 28%, 21% 9%, 39% 15%
    );
  min-width: 160px;
  min-height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(230, 57, 0, 0.5);
  animation: explosionPulse 2s ease-in-out infinite;
}

.btn-explosion:hover {
  background: linear-gradient(135deg, #FF4500, #FF6F3C);
  box-shadow: 0 8px 30px rgba(230, 57, 0, 0.7);
  transform: scale(1.08) rotate(5deg);
}

/* ── HERO ── */

.hero {
  min-height: 100vh;
  background: linear-gradient(140deg, #7DD3E0 0%, #9DE5F0 50%, #C5F3FA 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 5.5rem 1.5rem 3rem;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(27, 58, 92, 0.07) 1px, transparent 1px),
      linear-gradient(90deg, rgba(27, 58, 92, 0.07) 1px, transparent 1px);
  background-size: 55px 55px;
}

.hero-shell {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: 2.5rem;
}

.hero-content {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-logo {
  width: 390px;
  max-width: 90%;
  height: auto;
  margin: 0 0 0.75rem;
  display: block;
  filter: drop-shadow(0 8px 20px rgba(27, 58, 92, 0.2));
  border-radius: 12px;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  color: #1B3A5C;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 0.85rem;
}

.hero h1 .accent {
  color: #ffffff;
  display: block;
  text-shadow: 0 10px 22px rgba(27, 58, 92, 0.18);
}

.hero-sub {
  color: rgba(27, 58, 92, 0.78);
  letter-spacing: 0.22em;
  font-size: 0.74rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 700;
}

.hero p.desc {
  color: rgba(27, 58, 92, 0.75);
  font-size: 1.02rem;
  line-height: 1.78;
  margin: 0 0 1.4rem;
  max-width: 34rem;
}

.hero-btns {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.hero-btns .btn-primary {
  padding: 0.75rem 2rem;
  font-size: 1rem;
}

.hero-btns .btn-outline {
  padding: 0.75rem 2rem;
  font-size: 1rem;
}

.hero-btns .btn-explosion {
  padding: 0.75rem 2rem;
  font-size: 1rem;
  min-width: 140px;
  min-height: 60px;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: flex-start;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}

.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  color: #1B3A5C;
  font-weight: 700;
  display: block;
}

.stat-label {
  color: rgba(27, 58, 92, 0.6);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.stat-div {
  width: 1px;
  height: 2.5rem;
  background: rgba(27, 58, 92, 0.2);
}

.bubble {
  position: absolute;
  border-radius: 9999px;
  background: rgba(27, 58, 92, 0.06);
  border: 1px solid rgba(27, 58, 92, 0.12);
  animation: bubbleRise linear infinite;
}

.hero-media {
  position: relative;
}

.hero-media::before {
  content: '';
  position: absolute;
  inset: 12% -7% -8% 15%;
  border-radius: 2.5rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0) 72%);
  filter: blur(12px);
}

.hero-carousel {
  position: relative;
  z-index: 1;
  min-height: 560px;
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 28px 60px rgba(27, 58, 92, 0.22);
  background: #d8f5f9;
}

.hero-carousel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6, 24, 38, 0.02) 0%, rgba(6, 24, 38, 0.18) 45%, rgba(6, 24, 38, 0.68) 100%);
  pointer-events: none;
  z-index: 1;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 0.7s ease, transform 5.2s ease;
}

.hero-slide.active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.hero-carousel-overlay {
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  bottom: 1.25rem;
  z-index: 2;
  padding: 1.15rem 1.2rem;
  border-radius: 1.35rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(10, 33, 55, 0.46));
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #fff;
}

.hero-carousel-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
}

.hero-carousel-copy {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  max-width: 24rem;
}

.hero-carousel-controls {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  z-index: 2;
  display: flex;
  gap: 0.65rem;
}

.hero-carousel-btn {
  width: 2.85rem;
  height: 2.85rem;
  border: none;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.88);
  color: #1B3A5C;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
  box-shadow: 0 10px 24px rgba(27, 58, 92, 0.16);
}

.hero-carousel-btn:hover {
  background: #1B3A5C;
  color: #fff;
  transform: translateY(-2px);
}

.hero-carousel-dots {
  position: absolute;
  left: 1.35rem;
  top: 1.35rem;
  z-index: 2;
  display: flex;
  gap: 0.55rem;
}

.hero-carousel-dot {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 9999px;
  border: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.hero-carousel-dot.active {
  background: #fff;
  transform: scale(1.25);
}

@media (min-width: 1024px) {
  .hero-shell {
    grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.95fr);
    gap: 3rem;
  }

  .hero-content {
    justify-self: center;
    align-items: center;
    text-align: center;
  }

  .hero-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-btns,
    .hero-stats {
    justify-content: center;
  }

  .hero-carousel-overlay {
    left: 50%;
    right: auto;
    width: min(82%, 31rem);
    transform: translateX(-50%);
    text-align: center;
  }

  .hero-carousel-copy {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ── SERVICIOS ── */

.services-section {
  background: #EEF9FB;
  padding: 5rem 1.5rem 4rem;
}

.section-eyebrow {
  color: #1B3A5C;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #1B3A5C;
  margin: 0 0 1rem;
}

.accent-bar {
  width: 4rem;
  height: 4px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #1B3A5C, #9DE5F0);
  margin: 0 auto 3rem;
}

.cards-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.75rem;
  max-width: 1100px;
  margin: 0 auto;
}

.card {
  background: #fff;
  border: 1.5px solid #c8f0f5;
  border-radius: 1.25rem;
  padding: 2rem 1.75rem;
  width: min(300px, 100%);
  box-shadow: 0 4px 18px rgba(27, 58, 92, 0.08);
  transition: all 0.3s;
}

.card:hover {
  border-color: #9DE5F0;
  box-shadow: 0 16px 40px rgba(27, 58, 92, 0.15);
  transform: translateY(-6px);
}

.card-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.875rem;
  background: #EEF9FB;
  border: 1px solid #B3EBF2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1B3A5C;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.card h3 {
  font-family: 'Playfair Display', serif;
  color: #1B3A5C;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.6rem;
}

.card p {
  color: #4a6070;
  font-size: 0.93rem;
  line-height: 1.65;
  margin: 0;
}

/* ── CONTACTO ── */

.contact-section {
  background: linear-gradient(140deg, #7DD3E0 0%, #9DE5F0 50%, #C5F3FA 100%);
  padding: 5rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.contact-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(27, 58, 92, 0.07) 1px, transparent 1px),
      linear-gradient(90deg, rgba(27, 58, 92, 0.07) 1px, transparent 1px);
  background-size: 55px 55px;
}

.contact-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.contact-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  color: #1B3A5C;
  font-weight: 700;
  margin: 0 0 0.75rem;
}

.contact-desc {
  color: rgba(27, 58, 92, 0.75);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 460px;
  margin: 0 auto 2.5rem;
}

.accent-bar-w {
  width: 4rem;
  height: 4px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #1B3A5C, #1e5272);
  margin: 0 auto 1.25rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-bottom: 2rem;
}

@media (max-width: 620px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero-shell {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }

  .hero-content {
    align-items: center;
    text-align: center;
    max-width: 100%;
  }

  .hero-btns,
    .hero-stats {
    justify-content: center;
    gap: 1rem;
  }

  .stat-num {
    font-size: 1.5rem;
  }

  .hero-sub {
    letter-spacing: 0.15em;
  }

  .hero-trust-pill {
    border-radius: 1.1rem;
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .hero-carousel {
    min-height: 430px;
  }

  .hero-carousel-overlay {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }

  .hero-carousel-copy {
    max-width: 100%;
    font-size: 0.92rem;
  }
}

@media (max-width: 500px) {
  .hero {
    padding-top: 4.85rem;
  }

  .hero-logo {
    margin-bottom: 0.6rem;
  }

  .hero h1 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }

  .hero-btns .btn-explosion {
    min-width: 132px;
    min-height: 58px;
  }

  .hero-carousel {
    min-height: 360px;
    border-radius: 1.5rem;
  }

  .hero-carousel-controls {
    top: auto;
    bottom: 6.6rem;
    right: 1rem;
  }

  .hero-carousel-btn {
    width: 2.5rem;
    height: 2.5rem;
  }

  .hours-pill {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.78rem;
    box-sizing: border-box;
    text-align: center;
  }

  .hours-pill span {
    white-space: normal;
    line-height: 1.6;
  }
}

.contact-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.2rem 1.4rem;
  border-radius: 1rem;
  border: 1px solid rgba(27, 58, 92, 0.2);
  background: rgba(255, 255, 255, 0.25);
  text-decoration: none;
  transition: all 0.3s;
}

.contact-link:hover {
  background: rgba(255, 255, 255, 0.4);
  border-color: rgba(27, 58, 92, 0.35);
  transform: translateX(5px);
}

.contact-icon-box {
  width: 2.75rem;
  height: 2.75rem;
  flex-shrink: 0;
  border-radius: 0.75rem;
  background: rgba(27, 58, 92, 0.15);
  border: 1px solid rgba(27, 58, 92, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1B3A5C;
  font-size: 1rem;
}

.clabel {
  color: rgba(27, 58, 92, 0.65);
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 0 0 0.15rem;
}

.cvalue {
  color: #1B3A5C;
  font-weight: 600;
  font-size: 0.88rem;
  margin: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

.carrow {
  color: rgba(27, 58, 92, 0.3);
  margin-left: auto;
  font-size: 0.72rem;
}

.hours-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.75rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(27, 58, 92, 0.2);
  color: rgba(27, 58, 92, 0.8);
  font-size: 0.85rem;
}

.dot-green {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: #4CAF50;
  flex-shrink: 0;
  animation: pulse 2s infinite;
}

/* ── FOOTER ── */

footer {
  background: #0d2137;
  padding: 3.5rem 1.5rem 2rem;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-logo {
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.footer-logo span {
  color: #9DE5F0;
}

.footer-desc {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.875rem;
  max-width: 280px;
  line-height: 1.65;
  margin: 0;
}

.social-label {
  color: rgba(255, 255, 255, 0.32);
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 0.85rem;
}

.social-btns {
  display: flex;
  gap: 0.75rem;
}

.social-btn {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9DE5F0;
  background: rgba(157, 229, 240, 0.08);
  border: 1px solid rgba(157, 229, 240, 0.2);
  text-decoration: none;
  transition: all 0.3s;
}

.social-btn:hover {
  background: rgba(157, 229, 240, 0.2);
  color: #fff;
  transform: translateY(-3px);
}

.footer-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(157, 229, 240, 0.25), transparent);
  margin-bottom: 1.5rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.28);
}

.footer-bottom a {
  color: #9DE5F0;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #fff;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-2 {
  left: 0.5rem;
}

.left-\[22\%\] {
  left: 22%;
}

.left-\[58\%\] {
  left: 58%;
}

.left-\[7\%\] {
  left: 7%;
}

.left-\[73\%\] {
  left: 73%;
}

.left-\[87\%\] {
  left: 87%;
}

.right-2 {
  right: 0.5rem;
}

.top-2 {
  top: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-4 {
  margin-top: 1rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-28 {
  height: 7rem;
}

.h-48 {
  height: 12rem;
}

.h-8 {
  height: 2rem;
}

.h-\[70px\] {
  height: 70px;
}

.w-10 {
  width: 2.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-28 {
  width: 7rem;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

.max-w-\[1100px\] {
  max-width: 1100px;
}

.max-w-\[480px\] {
  max-width: 480px;
}

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

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

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-7 {
  gap: 1.75rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-\[1\.25rem\] {
  border-radius: 1.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.border-\[1\.5px\] {
  border-width: 1.5px;
}

.border-t {
  border-top-width: 1px;
}

.border-\[\#c8f0f5\] {
  --tw-border-opacity: 1;
  border-color: rgb(200 240 245 / var(--tw-border-opacity, 1));
}

.bg-\[\#C5F3FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(197 243 250 / var(--tw-bg-opacity, 1));
}

.bg-bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(238 249 251 / var(--tw-bg-opacity, 1));
}

.bg-green-800\/90 {
  background-color: rgb(22 101 52 / 0.9);
}

.bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-\[0\.65rem\] {
  padding: 0.65rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-center {
  text-align: center;
}

.text-\[0\.7rem\] {
  font-size: 0.7rem;
}

.text-\[0\.82rem\] {
  font-size: 0.82rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-none {
  line-height: 1;
}

.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}

.text-\[\#4a6070\] {
  --tw-text-opacity: 1;
  color: rgb(74 96 112 / var(--tw-text-opacity, 1));
}

.text-navy {
  --tw-text-opacity: 1;
  color: rgb(27 58 92 / var(--tw-text-opacity, 1));
}

.text-navy\/70 {
  color: rgb(27 58 92 / 0.7);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.shadow-\[0_4px_20px_rgba\(27\2c 58\2c 92\2c 0\.1\)\] {
  --tw-shadow: 0 4px 20px rgba(27,58,92,0.1);
  --tw-shadow-colored: 0 4px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.brightness-\[0\.92\] {
  --tw-brightness: brightness(0.92);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.saturate-\[0\.7\] {
  --tw-saturate: saturate(0.7);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/* Animaciones */

@keyframes explosionPulse {
  0%, 100% {
    box-shadow: 0 4px 18px rgba(255, 107, 0, 0.45);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 6px 28px rgba(255, 107, 0, 0.7);
    transform: scale(1.05);
  }
}

@keyframes bubbleRise {
  0% {
    transform: translateY(110vh) scale(0.3);
    opacity: 0;
  }

  10% {
    opacity: 0.5;
  }

  90% {
    opacity: 0.2;
  }

  100% {
    transform: translateY(-15vh) scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.4;
  }
}

.\[animation-delay\:0s\] {
  animation-delay: 0s;
}

.\[animation-delay\:1s\] {
  animation-delay: 1s;
}

.\[animation-delay\:2s\] {
  animation-delay: 2s;
}

.\[animation-delay\:3s\] {
  animation-delay: 3s;
}

.\[animation-delay\:5s\] {
  animation-delay: 5s;
}

.\[animation-duration\:10s\] {
  animation-duration: 10s;
}

.\[animation-duration\:12s\] {
  animation-duration: 12s;
}

.\[animation-duration\:14s\] {
  animation-duration: 14s;
}

.\[animation-duration\:16s\] {
  animation-duration: 16s;
}

.\[animation-duration\:18s\] {
  animation-duration: 18s;
}

@media (min-width: 640px) {
  .sm\:h-60 {
    height: 15rem;
  }
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

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