html { scroll-behavior: smooth; background: #fbf7ef !important; }
body.biseo-isolated-template { margin: 0 !important; padding: 0 !important; background: #fbf7ef !important; }
.if-page {
  --dark: #17130f;
  --dark2: #241c15;
  --gold: #c99546;
  --gold2: #e4bd75;
  --cream: #fbf7ef;
  --muted: #786f66;
  --line: rgba(255,255,255,.14);
  color: var(--dark);
  background: var(--cream);
  overflow: hidden;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.if-page *, .if-page *::before, .if-page *::after { box-sizing: border-box; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important; }
.if-page a { color: inherit; text-decoration: none !important; }
.if-page h1, .if-page h2, .if-page h3, .if-page p { margin-top: 0; }
.if-container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.if-site-header { position: relative; z-index: 100; border-bottom: 1px solid rgba(23,19,15,.08); background: rgba(251,247,239,.96); backdrop-filter: blur(16px); }
.if-site-nav { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 26px; }
.if-logo { display: inline-flex; align-items: center; gap: 12px; }
.if-logo > span { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 14px; color: var(--gold2); background: var(--dark); font-weight: 900; }
.if-logo strong, .if-logo small { display: block; }
.if-logo strong { font-size: 16px; }
.if-logo small { margin-top: 3px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.if-site-nav nav { display: flex; gap: 24px; align-items: center; }
.if-site-nav nav a { color: #4d443c; font-size: 14px; font-weight: 800; }
.if-header-cta { padding: 13px 20px; border-radius: 999px; color: #20160c !important; background: linear-gradient(135deg,var(--gold2),var(--gold)); font-size: 14px; font-weight: 900; }

.biseo-menu-toggle {
  display: none !important;
  width: 44px;
  height: 44px;
  padding: 0 !important;
  place-items: center;
  align-content: center;
  gap: 5px;
  border: 1px solid rgba(255,255,255,.15) !important;
  border-radius: 12px !important;
  background: rgba(255,255,255,.07) !important;
  box-shadow: none !important;
  cursor: pointer;
}
.biseo-menu-toggle span { display: block; width: 19px; height: 2px; border-radius: 99px; background: #fff; transition: transform .2s ease, opacity .2s ease; }
.biseo-menu-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.biseo-menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.biseo-menu-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.biseo-mobile-panel { position: absolute; top: calc(100% + 10px); right: 16px; left: 16px; z-index: 1000; display: grid !important; padding: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: #17130f; box-shadow: 0 24px 65px rgba(0,0,0,.3); }
.biseo-mobile-panel[hidden] { display: none !important; }
.biseo-mobile-panel a { padding: 13px 14px !important; border-radius: 10px; color: rgba(255,255,255,.8) !important; font-size: 14px; font-weight: 600 !important; }
.biseo-mobile-panel a:hover { color: #fff !important; background: rgba(255,255,255,.08); }
.biseo-mobile-panel .biseo-mobile-cta { margin-top: 7px; color: #20160c !important; text-align: center; background: linear-gradient(135deg,#e4bd75,#c99546); }
body.biseo-menu-open { overflow: hidden !important; }

.if-hero { min-height: 88vh; display: flex; align-items: center; padding: 90px 0; color: #fff; background: radial-gradient(circle at top left,rgba(201,149,70,.28),transparent 35%),linear-gradient(135deg,#17130f 0%,#2b2118 100%); }
.if-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 54px; align-items: center; }
.if-badge, .if-mini-title, .if-section-head span { display: inline-flex; margin-bottom: 16px; padding: 9px 14px; border: 1px solid rgba(201,149,70,.28); border-radius: 999px; color: var(--gold2) !important; background: rgba(201,149,70,.12); font-size: 13px; font-weight: 800; }
.if-hero h1 { max-width: 780px; margin: 0; color: #fff !important; font-size: clamp(42px,6vw,78px); letter-spacing: -2px; line-height: 1.02; }
.if-hero p { max-width: 650px; margin: 24px 0 0; color: rgba(255,255,255,.78) !important; font-size: 18px; line-height: 1.75; }
.if-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.if-btn { display: inline-flex; min-height: 52px; padding: 0 24px; align-items: center; justify-content: center; border-radius: 999px; font-weight: 900; transition: .25s ease; }
.if-btn:hover { transform: translateY(-3px); }
.if-btn-primary { border: 0 !important; color: #20160c !important; background: linear-gradient(135deg,var(--gold2),var(--gold)) !important; box-shadow: 0 18px 42px rgba(201,149,70,.28); }
.if-btn-secondary { border: 1px solid rgba(255,255,255,.22); color: #fff !important; background: rgba(255,255,255,.06); }
.if-stats { display: grid; max-width: 620px; margin-top: 36px; grid-template-columns: repeat(3,1fr); gap: 14px; }
.if-stats div { padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.06); }
.if-stats strong, .if-stats span { display: block; }
.if-stats strong { color: var(--gold2) !important; font-size: 22px; }
.if-stats span { margin-top: 5px; color: rgba(255,255,255,.68) !important; font-size: 13px; }

.if-hero-visual { position: relative; }

.if-section { padding: 92px 0; }
.if-section-head { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.if-section h2, .if-final-cta h2, .if-showcase-content h2 { margin: 0; font-size: clamp(32px,4vw,56px); letter-spacing: -1.5px; line-height: 1.05; }
.if-section p, .if-final-cta p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.if-card-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.if-card { min-height: 135px; padding: 26px; border: 1px solid rgba(23,19,15,.08); border-radius: 24px; background: #fff; box-shadow: 0 18px 45px rgba(23,19,15,.05); font-weight: 900; }
.if-two-col { display: grid; grid-template-columns: .85fr 1.15fr; gap: 54px; align-items: start; }
.if-benefits { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.if-benefits div, .if-steps div { padding: 28px; border: 1px solid rgba(23,19,15,.08); border-radius: 26px; background: #fff; }
.if-benefits h3, .if-steps h3 { margin: 0 0 10px; font-size: 20px; }
.if-local-seo { background: #f1e8da; }
.if-local-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.if-local-card { padding: 26px; border: 1px solid rgba(23,19,15,.08); border-radius: 24px; background: rgba(255,255,255,.84); box-shadow: 0 18px 45px rgba(23,19,15,.05); }
.if-local-card h3 { margin: 0 0 14px; color: var(--dark) !important; font-size: 20px; line-height: 1.25; }
.if-local-card p { margin: 0; color: var(--muted) !important; font-size: 15px; line-height: 1.72; }
.if-local-card p + p { margin-top: 14px; }
.if-local-card a { color: #98651f !important; font-weight: 800; text-decoration: underline !important; text-decoration-thickness: 1px !important; text-underline-offset: 3px; }
.if-showcase, .if-quote { background: #eee5d7; }
.if-showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; }
.if-showcase-image { overflow: hidden; border-radius: 34px; box-shadow: 0 30px 70px rgba(23,19,15,.14); }
.if-showcase-image img { display: block; width: 100%; height: 520px; object-fit: cover; }
.if-showcase-content p { margin: 20px 0 28px; }
.if-dark { color: #fff; background: radial-gradient(circle at top right,rgba(201,149,70,.25),transparent 35%),linear-gradient(135deg,var(--dark),var(--dark2)); }
.if-dark h2, .if-dark p { color: #fff !important; }
.if-gallery { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.if-gallery-item { position: relative; min-height: 280px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; }
.if-gallery-item img { display: block; width: 100%; height: 100%; min-height: 280px; object-fit: cover; transition: .35s ease; }
.if-gallery-item:hover img { transform: scale(1.05); }
.if-gallery-item span { position: absolute; left: 18px; bottom: 18px; padding: 12px 16px; border-radius: 16px; color: #fff; background: rgba(0,0,0,.58); font-size: 20px; font-weight: 900; }
.if-steps { display: grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
.if-steps span { display: inline-flex; width: 44px; height: 44px; margin-bottom: 18px; align-items: center; justify-content: center; border-radius: 50%; color: var(--gold2); background: var(--dark); font-weight: 900; }
.if-quote-box { display: grid; padding: 42px; grid-template-columns: 1fr .75fr; gap: 34px; align-items: center; border-radius: 34px; background: #fff; box-shadow: 0 25px 70px rgba(23,19,15,.08); }
.if-big-wa { display: flex; min-height: 90px; padding: 22px 26px; flex-direction: column; justify-content: center; border-radius: 24px; color: #fff !important; background: linear-gradient(135deg,#25d366,#128c7e); box-shadow: 0 18px 45px rgba(18,140,126,.25); }
.if-big-wa strong { font-size: 22px; }
.if-big-wa small { margin-top: 5px; color: rgba(255,255,255,.85); font-weight: 700; }
.if-faq { display: grid; gap: 12px; }
.if-faq details { overflow: hidden; border: 1px solid rgba(23,19,15,.08); border-radius: 20px; background: #fff; }
.if-faq summary { padding: 20px; cursor: pointer; font-weight: 900; list-style: none; }
.if-faq p { margin: 0; padding: 0 20px 20px; }
.if-final-cta { padding: 90px 0; color: #fff; text-align: center; background: linear-gradient(rgba(23,19,15,.78),rgba(23,19,15,.84)),var(--if-cta-image) center/cover; }
.if-final-cta h2, .if-final-cta p { color: #fff !important; }
.if-final-cta p { margin-bottom: 28px; color: rgba(255,255,255,.78) !important; }

.if-site-footer { padding: 58px 0; color: #fff; background: var(--dark); }
.if-footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; }
.if-site-footer strong { display: block; margin-bottom: 8px; color: var(--gold2); }
.if-site-footer p, .if-site-footer a { margin: 0; color: rgba(255,255,255,.68); }
.biseo-footer-links { display: flex; margin-top: 14px; flex-wrap: wrap; gap: 8px 15px; }
.biseo-footer-links a, .biseo-footer-links button { padding: 0 !important; border: 0 !important; color: rgba(255,255,255,.68) !important; background: transparent !important; box-shadow: none !important; cursor: pointer; font: inherit !important; font-size: 12px !important; text-decoration: underline !important; text-underline-offset: 3px; }
.if-floating-whatsapp { position: fixed !important; right: 24px !important; bottom: 24px !important; z-index: 999999 !important; display: inline-flex !important; min-height: 62px; padding: 10px 18px 10px 12px; align-items: center; gap: 12px; border-radius: 999px; color: #fff !important; background: linear-gradient(135deg,#25d366,#128c7e); box-shadow: 0 18px 45px rgba(18,140,126,.35); }
.if-wa-icon { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(255,255,255,.18); font-size: 12px; font-weight: 900; }
.if-wa-text { display: flex; flex-direction: column; line-height: 1.1; }
.if-wa-text small { margin-top: 3px; color: rgba(255,255,255,.86); font-size: 12px; }

.biseo-cookie-banner { position: fixed; right: auto; bottom: 18px; left: 18px; z-index: 10000000; display: grid; width: min(690px,calc(100% - 36px)); padding: 18px; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; color: #fff; background: rgba(23,19,15,.97); box-shadow: 0 24px 70px rgba(0,0,0,.3); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.biseo-cookie-banner[hidden] { display: none !important; }
.biseo-cookie-banner strong { display: block; margin-bottom: 5px; color: #fff; font-size: 15px; }
.biseo-cookie-banner p { margin: 0 0 5px; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.5; }
.biseo-cookie-banner a { color: #e4bd75; font-size: 12px; }
.biseo-cookie-actions { display: flex; gap: 8px; }
.biseo-cookie-actions button { min-height: 40px; padding: 0 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; color: #fff; background: rgba(255,255,255,.08); cursor: pointer; font-size: 12px; font-weight: 700; }
.biseo-cookie-actions .biseo-cookie-accept { border-color: transparent; color: #20160c; background: linear-gradient(135deg,#e4bd75,#c99546); }
.if-page a:focus-visible,
.if-page button:focus-visible,
.biseo-cookie-banner a:focus-visible,
.biseo-cookie-banner button:focus-visible {
  outline: 3px solid #e4bd75 !important;
  outline-offset: 3px;
}

@media (max-width: 991px) {
  .if-site-nav nav { display: none; }
  .biseo-menu-toggle { display: grid !important; margin-left: auto; }
  .if-hero-grid, .if-two-col, .if-quote-box, .if-showcase-grid { grid-template-columns: 1fr; }
  .if-card-grid, .if-gallery { grid-template-columns: repeat(2,1fr); }
  .if-steps { grid-template-columns: repeat(2,1fr); }
  .if-local-grid { grid-template-columns: 1fr; }
  .if-showcase-image img { height: 460px; }
}
@media (max-width: 767px) {
  .if-site-nav { min-height: 72px; }
  .if-logo small, .if-header-cta { display: none; }
  .if-page .if-hero { min-height: auto; padding: 42px 0 56px; }
  .if-page .if-hero-grid { display: flex; flex-direction: column; align-items: stretch; gap: 26px; }
  .if-page .if-hero-content, .if-page .if-hero-visual { width: 100%; min-width: 0; }
  .if-page .if-hero h1 { font-size: 34px; letter-spacing: -1.1px; line-height: 1.08; }
  .if-page .if-hero p { margin-top: 16px; font-size: 15px; }
  .if-page .if-hero-actions .if-btn { width: 100%; }
  .if-page .if-stats { gap: 10px; margin-top: 22px; }
  .if-page .if-stats div { padding: 14px 10px; text-align: center; }
  .if-page .if-stats strong { font-size: 16px; }
  .if-page .if-stats span { font-size: 11px; }
  .if-footer-grid { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 640px) {
  .if-section { padding: 68px 0; }
  .if-card-grid, .if-benefits, .if-gallery, .if-steps { grid-template-columns: 1fr; }
  .if-quote-box { padding: 24px; }
  .if-local-card { padding: 22px; border-radius: 20px; }
  .if-showcase-image img { height: 360px; }
  .if-gallery-item, .if-gallery-item img { min-height: 290px; }
  .if-floating-whatsapp { right: 16px !important; bottom: 16px !important; }
  .biseo-cookie-banner { bottom: 10px; left: 10px; width: calc(100% - 20px); grid-template-columns: 1fr; gap: 12px; }
  .biseo-cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  body.biseo-cookie-visible .if-floating-whatsapp { bottom: 220px !important; }
}
@media (max-width: 480px) {
  .if-page .if-hero h1 { font-size: 30px; }
  .if-page .if-stats { grid-template-columns: 1fr; }
  .if-page .if-stats div { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .if-page * {
    transition: none !important;
  }
}

/* Final isolated design layer — loaded after Breakdance global settings. */
.biseo-skip {
  position: fixed !important;
  top: -100px !important;
  left: 16px !important;
  z-index: 1000000 !important;
  padding: 10px 14px !important;
  border-radius: 8px !important;
  color: #17130f !important;
  background: #e4bd75 !important;
}

.biseo-skip:focus {
  top: 14px !important;
}

body.biseo-isolated-template .if-page {
  font-weight: 400 !important;
}

body.biseo-isolated-template .if-site-header {
  border-bottom: 1px solid rgba(255,255,255,.1) !important;
  background: rgba(23,19,15,.98) !important;
}

body.biseo-isolated-template .if-site-nav {
  width: min(1280px, calc(100% - 40px)) !important;
  min-height: 74px !important;
}

body.biseo-isolated-template .if-logo > span {
  width: 40px !important;
  height: 40px !important;
  border-radius: 12px !important;
  color: #21170d !important;
  background: linear-gradient(135deg,#e4bd75,#c99546) !important;
  font-weight: 800 !important;
}

body.biseo-isolated-template .if-logo strong {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

body.biseo-isolated-template .if-logo small {
  color: #e4bd75 !important;
  font-size: 9px !important;
  font-weight: 600 !important;
}

body.biseo-isolated-template .if-site-nav nav {
  gap: 30px !important;
}

body.biseo-isolated-template .if-site-nav nav a {
  color: rgba(255,255,255,.74) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

body.biseo-isolated-template .if-site-nav nav a:hover {
  color: #e4bd75 !important;
}

body.biseo-isolated-template .if-header-cta {
  padding: 11px 18px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

body.biseo-isolated-template .if-hero {
  min-height: 720px !important;
  padding: 64px 0 74px !important;
}

body.biseo-isolated-template .if-hero-grid {
  width: min(1280px, calc(100% - 40px)) !important;
  grid-template-columns: minmax(0,1.1fr) minmax(420px,.9fr) !important;
  gap: 68px !important;
}

body.biseo-isolated-template .if-badge,
body.biseo-isolated-template .if-mini-title,
body.biseo-isolated-template .if-section-head span {
  font-weight: 600 !important;
}

body.biseo-isolated-template .if-hero h1 {
  max-width: 720px !important;
  font-size: clamp(42px,4vw,64px) !important;
  font-weight: 700 !important;
  letter-spacing: -1.7px !important;
  line-height: 1.04 !important;
}

body.biseo-isolated-template .if-hero p {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

body.biseo-isolated-template .if-btn,
body.biseo-isolated-template .if-big-wa,
body.biseo-isolated-template .if-gallery-item span,
body.biseo-isolated-template .if-faq summary {
  font-weight: 700 !important;
}

body.biseo-isolated-template .if-stats {
  gap: 10px !important;
  margin-top: 28px !important;
}

body.biseo-isolated-template .if-stats div {
  padding: 15px !important;
  border-radius: 16px !important;
}

body.biseo-isolated-template .if-stats strong {
  font-size: 18px !important;
  font-weight: 700 !important;
}

body.biseo-isolated-template .if-stats span {
  font-weight: 400 !important;
}

body.biseo-isolated-template .if-section h2,
body.biseo-isolated-template .if-final-cta h2,
body.biseo-isolated-template .if-showcase-content h2 {
  font-weight: 700 !important;
}

body.biseo-isolated-template .if-card {
  font-weight: 600 !important;
}

@media (max-width: 991px) {
  body.biseo-isolated-template .if-hero {
    min-height: auto !important;
  }

  body.biseo-isolated-template .if-hero-grid {
    grid-template-columns: 1fr !important;
  }

}

@media (max-width: 767px) {
  body.biseo-isolated-template .if-site-nav {
    min-height: 66px !important;
  }

  body.biseo-isolated-template .if-header-cta {
    display: none !important;
  }

  body.biseo-isolated-template .if-hero {
    padding: 44px 0 58px !important;
  }

  body.biseo-isolated-template .if-hero-grid {
    width: min(100% - 28px,1280px) !important;
    gap: 30px !important;
  }

  body.biseo-isolated-template .if-hero h1 {
    font-size: clamp(34px,10vw,46px) !important;
  }

}

@media (max-width: 480px) {
  body.biseo-isolated-template .if-logo small {
    display: none !important;
  }

  body.biseo-isolated-template .if-logo strong {
    font-size: 13px !important;
  }

  body.biseo-isolated-template .if-header-cta {
    padding: 9px 11px !important;
  }

}
