.elementor-2090 .elementor-element.elementor-element-75ba42c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2090 .elementor-element.elementor-element-90fef74{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2090 .elementor-element.elementor-element-2646488{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2090 .elementor-element.elementor-element-bd7eced{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b239b0c *//* ===== About – Hero (SWE) ===== */
.swe-about-hero {
  position: relative;
  min-height: clamp(62vh, 72vh, 86vh);
  isolation: isolate;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: clamp(48px, 6vw, 80px) 20px;
  color: #fff;
  background: #0b0b0b; /* fallback */
}

.swe-about-hero__bg {
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center 45%;
  transform: scale(1.02);
  z-index: -2;
}

/* soft vignette + readability */
.swe-about-hero__shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(1200px 600px at 70% 15%, rgba(0,0,0,0.25), transparent 60%),
    linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.35) 35%, rgba(0,0,0,0.65) 100%);
  z-index: -1;
}

/* content */
.swe-about-hero__inner {
  width: min(1140px, 100%);
  margin-inline: auto;
  text-align: left;
}

.swe-about-hero .kicker {
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: clamp(12px, 1.4vw, 14px);
  color: #D4AF37; /* Jetivo gold */
  margin: 0 0 10px 2px;
}

.swe-about-hero h1 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 .5rem 0;
  font-size: clamp(34px, 5.2vw, 64px);
}

.swe-about-hero .lead {
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.6;
  color: #E6E6E6;
  max-width: 70ch;
  margin: 10px 0 26px 0;
}

.swe-about-hero__cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* buttons */
.swe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .02em;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
  will-change: transform;
}

.swe-btn--gold {
  background: #D4AF37;
  color: #111;
  border: 1px solid rgba(0,0,0,.12);
  box-shadow: 0 8px 20px rgba(212,175,55,.22);
}
.swe-btn--gold:hover { transform: translateY(-1px); box-shadow: 0 12px 26px rgba(212,175,55,.28); }

.swe-btn--ghost {
  color: #fff;
  background: transparent;
  border: 1px solid rgba(212,175,55,.55);
}
.swe-btn--ghost:hover { background: rgba(212,175,55,.12); }

/* mobile comfort */
@media (max-width: 640px) {
  .swe-about-hero__inner { text-align: left; }
  .swe-about-hero { padding-top: 72px; padding-bottom: 64px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3d09b7 */:root{
  --swe-gold:#CDA246;
  --swe-gold-hover:#D8AE52;
}

/* =========================
   ABOUT STORY SECTION
   ========================= */
.swe-about-story{
  padding: clamp(28px, 5vw, 60px) 0;
  background: transparent !important;   /* FIX: no panel */
  color:#fff;
}

.swe-about-story__wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

.swe-about-story__grid{
  display:grid;
  grid-template-columns: 1.1fr 1fr; /* image slightly larger */
  gap: clamp(18px, 4vw, 36px);
  align-items: center;
}

@media (max-width: 900px){
  .swe-about-story__grid{
    grid-template-columns: 1fr;
  }
}

/* =========================
   IMAGE PANEL
   ========================= */
.swe-about-story__media{
  margin:0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
  border: 2px solid rgba(205,162,70,.3);
  background: #000; /* subtle fallback (barely visible) */
}

.swe-about-story__media img{
  display:block;
  width:100%;
  height:100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center;
}

/* =========================
   COPY BLOCK
   ========================= */
.swe-about-story__copy .kicker{
  letter-spacing:.14em;
  font-size:.85rem;
  color: var(--swe-gold);
  text-transform: uppercase;
  margin: 0 0 6px;
}

.swe-about-story__copy h2{
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  line-height:1.15;
  margin: 0 0 12px;
  color: var(--swe-gold) !important;
}

.swe-about-story__copy p{
  color:#e8e8e8;
  margin: 0 0 14px;
}

.swe-about-story__copy em{
  color:#fff;
  font-style:italic;
}

/* =========================
   CHECKLIST
   ========================= */
.swe-checklist{
  list-style:none;
  padding:0;
  margin: 16px 0 12px;
}

.swe-checklist li{
  position:relative;
  padding-left:28px;
  margin: 8px 0;
  color:#f1f1f1;
}

.swe-checklist li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:20px;
  height:20px;
  display:grid;
  place-items:center;
  background: var(--swe-gold);
  color:#000;
  border-radius:50%;
  font-weight:700;
  font-size:.8rem;
}

/* =========================
   TRUST BADGES
   ========================= */
.swe-trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top: 10px;
}

.swe-chip{
  border:1px solid var(--swe-gold);
  color:#fff;
  padding:6px 10px;
  border-radius:999px;
  font-size:.9rem;
  background: rgba(205,162,70,.08);
  backdrop-filter: blur(2px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d81ca51 *//* ===== About – Section 3 : Why Book With Us (SWE) ===== */
.swe-why {
  background:#000000; /* changed from #111 to pure black */
  color:#eee;
  padding:clamp(60px,7vw,100px) 20px;
}

.swe-why__wrap{
  width:min(1200px,100%);
  margin-inline:auto;
  text-align:center;
}

.swe-why__intro{
  max-width:720px;
  margin:0 auto 48px auto;
}
.swe-why__intro .kicker{
  color:#D4AF37;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-size:clamp(12px,1.3vw,14px);
  margin-bottom:10px;
}
.swe-why__intro h2{
  font-family:"Playfair Display",serif;
  font-weight:800;
  font-size:clamp(30px,4vw,46px);
  line-height:1.1;
  color:#fff;
  margin:0 0 14px 0;
}
.swe-why__intro .lead{
  font-family:"Montserrat",system-ui,sans-serif;
  color:#d9d9d9;
  font-size:clamp(15px,1.5vw,18px);
  line-height:1.7;
}

.swe-why__grid{
  display:grid;
  gap:28px;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
}

.swe-why__card{
  background:#0B0B0B;
  border:1px solid rgba(212,175,55,.25);
  border-radius:20px;
  padding:32px 24px;
  text-align:center;
  transition:all .25s ease;
  box-shadow:0 8px 18px rgba(0,0,0,.25);
}
.swe-why__card:hover{
  transform:translateY(-5px);
  box-shadow:0 14px 28px rgba(212,175,55,.15);
  border-color:rgba(212,175,55,.6);
}
.swe-why__card .icon{
  font-size:34px;
  margin-bottom:14px;
  color:#D4AF37;
}
.swe-why__card h3{
  font-family:"Playfair Display",serif;
  font-weight:700;
  font-size:20px;
  color:#fff;
  margin:0 0 8px 0;
}
.swe-why__card p{
  font-family:"Montserrat",sans-serif;
  font-size:15px;
  line-height:1.6;
  color:#cfcfcf;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ddf833 *//* ===== About – Section 4 : CTA (Updated Background) ===== */
.swe-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #0b0b0b;
  color: #fff;
  text-align: center;
  padding: clamp(70px, 8vw, 120px) 20px;
}

.swe-cta__bg {
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center 35%;
  transform: scale(1.05);
  z-index: -2;
}

/* subtle vignette + depth */
.swe-cta__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.75)),
    radial-gradient(1000px 500px at 50% 20%, rgba(0, 0, 0, 0.3), transparent 70%);
  z-index: -1;
}

.swe-cta__wrap {
  width: min(860px, 100%);
  margin: 0 auto;
  padding: 0 10px;
}

.swe-cta h2 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  line-height: 1.1;
  font-size: clamp(30px, 5vw, 52px);
  color: #fff;
  margin-bottom: 16px;
}

.swe-cta p {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(15px, 1.4vw, 18px);
  color: #e0e0e0;
  line-height: 1.65;
  max-width: 70ch;
  margin: 0 auto 32px auto;
}

.swe-cta__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

/* buttons (shared style) */
.swe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: all 0.2s ease;
  will-change: transform;
}

.swe-btn--gold {
  background: #d4af37;
  color: #111;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.25);
}
.swe-btn--gold:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(212, 175, 55, 0.3);
}

.swe-btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(212, 175, 55, 0.55);
}
.swe-btn--ghost:hover {
  background: rgba(212, 175, 55, 0.1);
}

/* mobile tweaks */
@media (max-width: 640px) {
  .swe-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .swe-cta h2 {
    font-size: 34px;
  }
}
.swe-cta::after {
  content:"";
  position:absolute;
  left:0; right:0; bottom:0; height:80px;
  background:linear-gradient(to bottom, transparent, #0b0b0b 85%);
  z-index:-1;
}/* End custom CSS */