/* MIXED CSS PACK */
/* Template: serviciosfunerarioselarca.com/index.html */
/* Template mtime: 2026-04-24 19:42:35 */

/* external link (no embedded): https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Manrope:wght@400;500;600;700;800&display=swap */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css */

/* ===== INLINE <style> BLOCK #1 ===== */
.contact-icon {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.6);
  border: 1px solid rgba(0,0,0,.12);
}

.contact-icon svg {
  width: 16px;
  height: 16px;
  stroke: #000;
}
    /* ─── Design Tokens ─── */
    :root {
      --accent:       #ffa90f;
      --accent-deep:  #db8d00;
      --accent-soft:  #fff3d6;
      --accent-glow:  rgba(255,169,15,.18);
      --text:         #111111;
      --muted:        #5f5f5f;
      --muted-lt:     #8a8a8a;
      --line:         #ece7de;
      --surface:      #ffffff;
      --surface-soft: #faf7f1;
      --surface-warm: #f5f0e8;
      --shadow-xs:    0 2px 8px rgba(17,17,17,.05);
      --shadow-sm:    0 8px 24px rgba(17,17,17,.07);
      --shadow-md:    0 16px 40px rgba(17,17,17,.09);
      --shadow-lg:    0 28px 72px rgba(17,17,17,.12);
      --shadow-xl:    0 40px 100px rgba(17,17,17,.15);
      --shadow-accent: 0 16px 40px rgba(255,169,15,.30);
      --radius:       28px;
      --radius-sm:    18px;
      --radius-xs:    12px;
      --container:    1240px;
      --ease-out:     cubic-bezier(.16,1,.3,1);
      --ease-in-out:  cubic-bezier(.45,0,.55,1);
    }

    /* ─── Reset & Base ─── */
    *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; overflow-x: hidden; }

    body {
      margin: 0;
      font-family: "Manrope", sans-serif;
      color: var(--text);
      background: #fff;
      line-height: 1.65;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
      width: 100%;
      position: relative;
    }

    img { max-width: 100%; display: block; }
    a { color: inherit; text-decoration: none; }
    .container-xl { max-width: var(--container); }

    /* ─── Section base ─── */
    .section { padding: 108px 0; }

    /* ─── Eyebrow ─── */
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: .55rem;
      padding: .42rem 1rem .42rem .65rem;
      border-radius: 999px;
      background: var(--accent-soft);
      border: 1.5px solid rgba(255,169,15,.25);
      color: #8a5c00;
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
    }
    .eyebrow::before {
      content: "";
      width: 6px; height: 6px;
      border-radius: 50%;
      background: var(--accent);
      flex-shrink: 0;
    }

    /* ─── Section Heading ─── */
    .section-heading { max-width: 780px; margin-bottom: 4rem; }
    .section-title {
      margin: .9rem 0 1rem;
      font-family: "Cormorant Garamond", serif;
      font-size: clamp(2.4rem, 4.5vw, 4rem);
      line-height: 1.05;
      letter-spacing: -.02em;
      font-weight: 700;
    }
    .section-title em { font-style: italic; color: var(--accent-deep); }
    .section-subtitle {
      margin: 0;
      font-size: 1.06rem;
      color: var(--muted);
      max-width: 640px;
      line-height: 1.7;
    }

    /* ─── TOPBAR / NAVBAR ─── */
    .topbar {
      position: sticky;
      top: 0;
      z-index: 1040;
      padding: 14px 0;
      transition: background .3s, box-shadow .3s;
    }
    .topbar.scrolled {
      background: rgba(255,255,255,.94);
      backdrop-filter: blur(20px) saturate(1.8);
      -webkit-backdrop-filter: blur(20px) saturate(1.8);
      box-shadow: 0 1px 0 rgba(17,17,17,.06), var(--shadow-sm);
    }
    .navbar { padding: 0; }

    .navbar-shell {
      display: flex;
      align-items: center;
      gap: 1.5rem;
      padding: 10px 18px;
      border-radius: 22px;
      background: rgba(255,255,255,.96);
      box-shadow: var(--shadow-md);
      border: 1.5px solid rgba(255,255,255,.9);
      outline: 1px solid rgba(17,17,17,.04);
    }

    .navbar, .navbar > .container, .navbar > .container-fluid { max-width: 100%; }
    .navbar-brand, .brand-name { min-width: 0; }
    .navbar-collapse { min-width: 0; }

    .navbar-brand {
      display: inline-flex;
      align-items: center;
      gap: .8rem;
      flex-shrink: 0;
    }
    .brand-logo { height: 42px; width: auto; object-fit: contain; }
    .brand-name {
      font-size: .92rem;
      font-weight: 800;
      letter-spacing: -.02em;
      line-height: 1.2;
      color: var(--text);
    }
    .brand-name span {
      display: block;
      font-size: .72rem;
      font-weight: 500;
      color: var(--muted);
      letter-spacing: .01em;
    }

    .navbar-nav { gap: .15rem; margin: 0 auto; }
    .nav-link {
      color: var(--muted);
      font-size: .88rem;
      font-weight: 600;
      padding: .6rem .9rem !important;
      border-radius: 999px;
      transition: all .2s ease;
      letter-spacing: -.01em;
    }
    .nav-link:hover, .nav-link.active-link {
      background: var(--accent-soft);
      color: var(--text);
    }

    .navbar-toggler {
      border: 1.5px solid var(--line);
      box-shadow: none !important;
      padding: .45rem .6rem;
      border-radius: 12px;
      background: var(--surface-soft);
      transition: all .2s;
    }
    .navbar-toggler:hover { background: var(--accent-soft); border-color: rgba(255,169,15,.3); }

    /* ─── BUTTONS ─── */
    .btn {
      border-radius: 999px;
      padding: .88rem 1.6rem;
      font-weight: 700;
      font-size: .92rem;
      letter-spacing: -.01em;
      border-width: 1.5px;
      transition: all .25s var(--ease-out);
      position: relative;
      overflow: hidden;
    }
    .btn::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(255,255,255,.15);
      opacity: 0;
      transition: opacity .2s;
      border-radius: inherit;
    }
    .btn:hover::after { opacity: 1; }
    .btn:hover { transform: translateY(-2px); }
    .btn:active { transform: translateY(0); }

    .btn-accent {
      background: var(--accent);
      border-color: var(--accent);
      color: #111;
      box-shadow: var(--shadow-accent);
    }
    .btn-accent:hover, .btn-accent:focus {
      background: var(--accent-deep);
      border-color: var(--accent-deep);
      color: #111;
      box-shadow: 0 20px 50px rgba(219,141,0,.35);
    }
    .btn-outline-dark {
      border-color: rgba(17,17,17,.15);
      color: var(--text);
      background: rgba(255,255,255,.8);
      backdrop-filter: blur(8px);
    }
    .btn-outline-dark:hover, .btn-outline-dark:focus {
      background: #111;
      border-color: #111;
      color: #fff;
    }
    .btn-dark-soft { background: #111; border-color: #111; color: #fff; }
    .btn-dark-soft:hover { background: #000; color: #fff; border-color: #000; }
    .btn-light-soft { background: rgba(255,255,255,.7); border-color: rgba(17,17,17,.12); color: #111; }
    .btn-light-soft:hover { background: #fff; color: #111; }

    /* ─── HERO ─── */
    .hero {
      padding: 48px 0 96px;
      position: relative;
      overflow: hidden;
    }
    .hero::before {
      content: "";
      position: absolute;
      top: -20%;
      right: -10%;
      width: 700px;
      height: 700px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255,169,15,.12) 0%, transparent 70%);
      pointer-events: none;
    }
    .hero::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: -5%;
      width: 400px;
      height: 400px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255,169,15,.07) 0%, transparent 70%);
      pointer-events: none;
    }

    .hero-inner {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 3rem;
      align-items: center;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: .6rem;
      padding: .5rem 1.1rem .5rem .6rem;
      border-radius: 999px;
      background: #fff;
      border: 1.5px solid rgba(17,17,17,.08);
      box-shadow: var(--shadow-sm);
      font-size: .8rem;
      font-weight: 600;
      color: var(--muted);
      margin-bottom: 1.6rem;
    }
    .hero-badge-dot {
      width: 28px; height: 28px;
      border-radius: 50%;
      background: var(--accent);
      display: flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .hero-badge-dot svg { width: 14px; height: 14px; stroke: #111; stroke-width: 2.5; }

    .hero-title {
      margin: 0 0 1.4rem;
      font-family: "Cormorant Garamond", serif;
      font-size: clamp(3rem, 5.5vw, 5.6rem);
      line-height: 1;
      letter-spacing: -.03em;
      font-weight: 700;
      max-width: none;
      white-space: nowrap;
    }
    .hero-title em {
      font-style: italic;
      background: linear-gradient(135deg, var(--accent-deep) 0%, var(--accent) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .hero-text {
      max-width: 520px;
      margin: 0 0 2rem;
      color: var(--muted);
      font-size: 1.06rem;
      line-height: 1.75;
    }
    .hero-visual-mobile {
      display: none;
      margin: 0 0 1.6rem;
    }
    .hero-img-card-mobile {
      aspect-ratio: auto;
      border-radius: 24px;
      padding: 12px;
      background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(245,240,232,.96));
      border: 1.5px solid var(--line);
      box-shadow: var(--shadow-lg);
      max-width: 440px;
      margin: 0 auto;
    }
    .hero-img-card-mobile img {
      width: 100%;
      height: auto;
      max-height: 360px;
      object-fit: contain;
      object-position: center;
      border-radius: 18px;
      background: #fff;
    }
    .hero-img-card-mobile::after {
      display: none;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: .85rem;
      margin-bottom: 2.8rem;
    }

    .hero-stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1px;
      background: var(--line);
      border-radius: 20px;
      overflow: hidden;
      border: 1.5px solid var(--line);
      max-width: 560px;
    }
    .hero-stat {
      background: #fff;
      padding: 1.1rem 1.2rem;
      transition: background .2s;
    }
    .hero-stat:hover { background: var(--surface-soft); }
    .hero-stat-label {
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--muted-lt);
      margin-bottom: .35rem;
    }
    .hero-stat-value {
      font-size: .95rem;
      font-weight: 700;
      line-height: 1.3;
      color: var(--text);
    }

    /* Hero visual */
    .hero-visual-wrap {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .hero-img-card {
      width: 100%;
      max-width: 560px;
      border-radius: 32px;
      padding: 14px;
      overflow: hidden;
      box-shadow: var(--shadow-xl);
      border: 1.5px solid var(--line);
      background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(245,240,232,.96));
      position: relative;
      aspect-ratio: auto;
    }
    .hero-img-card img {
      width: 100%;
      height: auto;
      max-height: 620px;
      object-fit: contain;
      object-position: center;
      display: block;
      border-radius: 24px;
      background: #fff;
    }
    .hero-img-card::after {
      display: none;
    }

    .hero-float-badge {
      position: absolute;
      bottom: 28px;
      left: -28px;
      background: #fff;
      border-radius: 18px;
      padding: 1rem 1.2rem;
      box-shadow: var(--shadow-lg);
      border: 1.5px solid var(--line);
      min-width: 180px;
      animation: float 4s ease-in-out infinite;
    }
    @keyframes float {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-8px); }
    }
    .hero-float-icon {
      width: 36px; height: 36px;
      background: var(--accent);
      border-radius: 12px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: .6rem;
    }
    .hero-float-icon svg { width: 18px; height: 18px; stroke: #111; stroke-width: 2.5; }
    .hero-float-label { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted-lt); margin-bottom: .25rem; }
    .hero-float-value { font-size: .95rem; font-weight: 800; color: var(--text); line-height: 1.2; }

    .hero-float-badge-2 {
      position: absolute;
      top: 32px;
      right: -22px;
      background: #111;
      border-radius: 16px;
      padding: .85rem 1.1rem;
      box-shadow: var(--shadow-md);
      color: #fff;
      animation: float 4s ease-in-out infinite .8s;
    }
    .hero-float-badge-2 .hfb-num {
      font-family: "Cormorant Garamond", serif;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1;
      color: var(--accent);
    }
    .hero-float-badge-2 .hfb-txt { font-size: .72rem; font-weight: 600; color: rgba(255,255,255,.65); margin-top: .2rem; }

    /* ─── DIVIDER LINE ─── */
    .divider {
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--line) 20%, var(--line) 80%, transparent);
      border: none;
      margin: 0;
    }
    .about-side{
      display:flex;
      flex-direction:column;
      gap:1.1rem;
    }
    
    .about-media-card{
      padding:14px;
      border-radius:28px;
      background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(248,244,239,.92));
      border:1px solid rgba(120,102,84,.12);
      box-shadow:0 18px 45px rgba(36,24,16,.08);
    }
    
    .about-media-card img{
      width:100%;
      height:auto;
      display:block;
      border-radius:20px;
      object-fit:cover;
    }
    
    .about-card{
      padding:1.6rem;
      border-radius:28px;
    }
    
    @media (max-width: 767.98px){
      .about-side{
        gap:.9rem;
      }
    
      .about-media-card{
        padding:10px;
        border-radius:24px;
      }
    
      .about-media-card img{
        border-radius:16px;
      }
    
      .about-card{
        padding:1.25rem;
        border-radius:24px;
      }
    }
    /* ─── QUIÉNES SOMOS ─── */
    .about-wrap {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
      align-items: stretch;
    }

    .about-main {
      background: var(--surface-soft);
      border-radius: var(--radius);
      padding: 3rem;
      border: 1.5px solid var(--line);
      position: relative;
      overflow: hidden;
    }
    .about-main::before {
      content: "";
      position: absolute;
      top: -40px; right: -40px;
      width: 200px; height: 200px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255,169,15,.12) 0%, transparent 70%);
      pointer-events: none;
    }
    .about-main p {
      font-size: 1.1rem;
      color: var(--muted);
      line-height: 1.85;
      margin: 1.2rem 0 0;
    }
    .about-main p:first-of-type { font-size: 1.2rem; color: #333; font-weight: 500; }

    .about-card {
      background: var(--accent);
      border-radius: var(--radius);
      padding: 3rem;
      display: flex;
      flex-direction: column;
      position: relative;
      overflow: hidden;
    }
    .about-card::before {
      content: "";
      position: absolute;
      bottom: -40px; right: -40px;
      width: 200px; height: 200px;
      border-radius: 50%;
      background: rgba(255,255,255,.18);
      pointer-events: none;
    }
    .about-card::after {
      content: "";
      position: absolute;
      top: -20px; left: -20px;
      width: 120px; height: 120px;
      border-radius: 50%;
      background: rgba(17,17,17,.06);
      pointer-events: none;
    }
    .about-card-icon {
      width: 52px; height: 52px;
      background: rgba(17,17,17,.12);
      border-radius: 18px;
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 1.5rem;
      flex-shrink: 0;
      position: relative; z-index: 1;
    }
    .about-card-icon svg { width: 24px; height: 24px; stroke: #111; stroke-width: 2; }
    .about-card h3 {
      font-family: "Cormorant Garamond", serif;
      font-size: 1.85rem;
      font-weight: 700;
      line-height: 1.15;
      letter-spacing: -.02em;
      margin: 0 0 1rem;
      color: #111;
      position: relative; z-index: 1;
    }
    .about-card p {
      margin: 0;
      color: rgba(17,17,17,.75);
      font-size: 1rem;
      line-height: 1.7;
      position: relative; z-index: 1;
    }

    /* ─── SERVICIOS ─── */
    .services-section { background: var(--surface-soft); }
    .services-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.25rem;
    }
    /* 7 cards: 3-3-1 center */
    .services-grid .service-card:last-child:nth-child(3n+1) {
      grid-column: 2;
    }

    .service-card {
      background: #fff;
      border-radius: var(--radius-sm);
      padding: 2rem;
      border: 1.5px solid var(--line);
      box-shadow: var(--shadow-xs);
      display: flex;
      flex-direction: column;
      gap: 1.1rem;
      position: relative;
      overflow: hidden;
      transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out), border-color .3s;
      cursor: default;
    }
    .service-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, var(--accent-soft) 0%, transparent 60%);
      opacity: 0;
      transition: opacity .3s;
      border-radius: inherit;
    }
    .service-card:hover {
      transform: translateY(-6px);
      box-shadow: var(--shadow-md);
      border-color: rgba(255,169,15,.3);
    }
    .service-card:hover::before { opacity: 1; }

    .service-icon {
      width: 52px; height: 52px;
      border-radius: 16px;
      display: inline-flex; align-items: center; justify-content: center;
      background: var(--accent);
      box-shadow: 0 8px 20px rgba(255,169,15,.3);
      flex-shrink: 0;
      position: relative; z-index: 1;
    }
    .service-icon svg { width: 22px; height: 22px; stroke: #111; stroke-width: 2.2; }

    .service-title {
      margin: 0;
      font-size: 1.05rem;
      font-weight: 800;
      letter-spacing: -.02em;
      line-height: 1.25;
      position: relative; z-index: 1;
    }
    .service-text {
      margin: 0;
      color: var(--muted);
      font-size: .93rem;
      line-height: 1.65;
      position: relative; z-index: 1;
    }

    /* ─── POR QUÉ ELEGIRNOS ─── */
    .reasons-wrap {
      display: grid;
      grid-template-columns: 1fr 2fr;
      gap: 2rem;
      align-items: start;
    }

    .reasons-sticky {
      position: sticky;
      top: 120px;
    }
    .reasons-accent-box {
      background: var(--accent);
      border-radius: var(--radius);
      padding: 2.5rem;
      position: relative;
      overflow: hidden;
    }
    .reasons-accent-box::after {
      content: "";
      position: absolute;
      bottom: -30px; right: -30px;
      width: 160px; height: 160px;
      border-radius: 50%;
      background: rgba(255,255,255,.2);
      pointer-events: none;
    }
    .reasons-accent-box .big-num {
      font-family: "Cormorant Garamond", serif;
      font-size: 5rem;
      font-weight: 700;
      line-height: 1;
      color: rgba(17,17,17,.15);
      position: relative; z-index: 1;
      display: block;
    }
    .reasons-accent-box p {
      margin: .5rem 0 0;
      font-size: 1.05rem;
      font-weight: 700;
      color: #111;
      line-height: 1.4;
      position: relative; z-index: 1;
    }

    .reasons-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1.1rem;
    }
    .reason-card {
      background: #fff;
      border-radius: var(--radius-sm);
      padding: 1.8rem;
      border: 1.5px solid var(--line);
      box-shadow: var(--shadow-xs);
      position: relative;
      overflow: hidden;
      transition: transform .3s var(--ease-out), box-shadow .3s, border-color .3s;
    }
    .reason-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--shadow-md);
      border-color: rgba(255,169,15,.3);
    }
    .reason-icon {
      width: 46px; height: 46px;
      border-radius: 14px;
      display: inline-flex; align-items: center; justify-content: center;
      background: var(--accent-soft);
      border: 1.5px solid rgba(255,169,15,.2);
      margin-bottom: 1.1rem;
    }
    .reason-icon svg { width: 20px; height: 20px; stroke: var(--accent-deep); stroke-width: 2.2; }
    .reason-title {
      margin: 0 0 .55rem;
      font-size: 1rem;
      font-weight: 800;
      letter-spacing: -.02em;
      line-height: 1.25;
    }
    .reason-text {
      margin: 0;
      color: var(--muted);
      font-size: .9rem;
      line-height: 1.65;
    }

    /* ─── GALLERY ─── */
    .gal-gallery { padding: 108px 0; }
    .gallery-shell {
      padding: 2.5rem;
      border-radius: 36px;
      background: linear-gradient(160deg, rgba(250,247,241,.95) 0%, rgba(255,255,255,.98) 100%);
      border: 1.5px solid var(--line);
      box-shadow: var(--shadow-lg);
    }
    .gal-gallery .carousel { max-width: 980px; margin-inline: auto; position: relative; }
    .gal-frame {
      height: clamp(220px, 48vh, 440px);
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 12px 28px rgba(0,0,0,.12);
      display: flex; align-items: center; justify-content: center;
      padding: 8px;
    }
    .gal-img {
      width: auto !important; max-width: 100%;
      height: auto !important; max-height: 100%;
      object-fit: contain !important;
      object-position: center;
      display: block; cursor: zoom-in;
    }
    .gal-gallery .carousel-control-prev,
    .gal-gallery .carousel-control-next {
      z-index: 20; width: 50px; height: 50px;
      top: 50%; transform: translateY(-50%);
      opacity: 1; background: rgba(0,0,0,.55);
      border-radius: 50%; margin: 0 12px;
    }
    .gal-gallery .carousel-control-prev { left: 0; }
    .gal-gallery .carousel-control-next { right: 0; }
    .gal-gallery .gal-ctrl-icon { width: 2.6rem; height: 2.6rem; background-size: 60% 60%; }
    .gal-gallery .carousel-indicators { z-index: 10; bottom: -50px; }
    .gal-gallery .carousel-indicators button {
      width: 10px; height: 10px;
      border-radius: 50%; background: rgba(0,0,0,.5); border: none;
    }
    .gal-gallery .carousel-indicators button.active { background: #000; }
    .gal-gallery { padding-bottom: 56px; }
    #galLightbox .modal-content { background: #000; }
    #galLightboxImg { max-height: 86vh; width: 100%; height: auto; object-fit: contain; background: #000; }
    .gal-lightbox-nav {
      position: absolute; top: 50%; transform: translateY(-50%);
      border: 0; width: 44px; height: 44px;
      border-radius: 999px; background: rgba(255,255,255,.18);
      color: #fff; font-size: 30px; line-height: 44px;
      text-align: center; z-index: 5; cursor: pointer;
    }
    .gal-lightbox-nav:hover { background: rgba(255,255,255,.28); }
    .gal-lightbox-nav.gal-prev { left: 10px; }
    .gal-lightbox-nav.gal-next { right: 10px; }

    /* ─── FAQ ─── */
    .faq-wrap {
      display: grid;
      grid-template-columns: 1fr 1.5fr;
      gap: 2rem;
      align-items: start;
    }

    .faq-info-card {
      background: #111;
      border-radius: var(--radius);
      padding: 2.5rem;
      color: #fff;
      position: sticky;
      top: 120px;
    }
    .faq-info-card h3 {
      font-family: "Cormorant Garamond", serif;
      font-size: 1.85rem;
      font-weight: 700;
      line-height: 1.15;
      color: #fff;
      margin: 1rem 0 .8rem;
    }
    .faq-info-card p { color: rgba(255,255,255,.65); font-size: .95rem; line-height: 1.7; margin: 0 0 1.5rem; }

    .branch-list {
      list-style: none;
      padding: 0; margin: 0;
      display: grid; gap: .7rem;
    }
    .branch-item {
      display: flex;
      align-items: center;
      gap: .75rem;
      padding: .75rem 1rem;
      background: rgba(255,255,255,.07);
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 14px;
      font-size: .9rem;
      font-weight: 600;
      color: rgba(255,255,255,.88);
      transition: background .2s;
    }
    .branch-item:hover { background: rgba(255,255,255,.12); }
    .branch-dot {
      width: 8px; height: 8px;
      border-radius: 50%;
      background: var(--accent);
      flex-shrink: 0;
    }

    .accordion {
      --bs-accordion-border-width: 1.5px;
      --bs-accordion-border-color: var(--line);
      --bs-accordion-btn-focus-box-shadow: none;
      --bs-accordion-active-bg: #fff;
      --bs-accordion-active-color: #111;
      --bs-accordion-btn-bg: #fff;
      --bs-accordion-bg: #fff;
      display: grid; gap: .85rem;
    }
    .accordion-item {
      border-radius: 20px !important;
      overflow: hidden;
      box-shadow: var(--shadow-xs);
      border: 1.5px solid var(--line) !important;
      transition: box-shadow .25s, border-color .25s;
    }
    .accordion-item:has(.accordion-button:not(.collapsed)) {
      box-shadow: var(--shadow-sm);
      border-color: rgba(255,169,15,.3) !important;
    }
    .accordion-button {
      font-weight: 700;
      font-size: .98rem;
      padding: 1.3rem 1.5rem;
      color: #111;
      letter-spacing: -.01em;
    }
    .accordion-button:not(.collapsed) { box-shadow: none; background: #fff; }
    .accordion-button:not(.collapsed)::after {
      filter: none;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffa90f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }
    .accordion-body { padding: 0 1.5rem 1.4rem; color: var(--muted); font-size: .95rem; line-height: 1.7; }

    /* ─── CONTACTO ─── */
    .contact-section { background: var(--surface-soft); }
    .contact-outer {
      background: #fff;
      border-radius: 36px;
      border: 1.5px solid var(--line);
      box-shadow: var(--shadow-lg);
      overflow: hidden;
    }
    .contact-grid {
      display: grid;
      grid-template-columns: 1fr 1.2fr;
    }

    .contact-sidebar {
      background: linear-gradient(160deg, #111 0%, #1a1a1a 100%);
      padding: 3.5rem;
      position: relative;
      overflow: hidden;
    }
    .contact-sidebar::before {
      content: "";
      position: absolute;
      top: -60px; right: -60px;
      width: 240px; height: 240px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255,169,15,.15) 0%, transparent 70%);
      pointer-events: none;
    }
    .contact-sidebar::after {
      content: "";
      position: absolute;
      bottom: -40px; left: -40px;
      width: 160px; height: 160px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255,255,255,.04) 0%, transparent 70%);
      pointer-events: none;
    }

    .contact-sidebar h3 {
      font-family: "Cormorant Garamond", serif;
      font-size: 2.2rem;
      font-weight: 700;
      color: #fff;
      line-height: 1.1;
      margin: 1rem 0 .8rem;
    }
    .contact-sidebar > p {
      color: rgba(255,255,255,.55);
      font-size: .95rem;
      line-height: 1.7;
      margin: 0 0 2.5rem;
    }

    .contact-items { display: grid; gap: 1rem; }
    .contact-item {
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      padding: 1.1rem;
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.1);
      border-radius: 18px;
      transition: background .2s;
    }
    .contact-item:hover { background: rgba(255,255,255,.1); }
    .contact-icon {
      width: 44px; height: 44px;
      border-radius: 14px;
      background: var(--accent);
      display: inline-flex; align-items: center; justify-content: center;
      flex-shrink: 0;
    }
    .contact-icon svg { width: 18px; height: 18px; stroke: #111; stroke-width: 2.2; }
    .contact-item-label {
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .09em;
      text-transform: uppercase;
      color: rgba(255,255,255,.45);
      margin-bottom: .3rem;
      display: block;
    }
    .contact-item-value {
      font-size: .95rem;
      font-weight: 700;
      color: #fff;
      line-height: 1.35;
      word-break: break-word;
    }
    .contact-item-value a { color: #fff; }
    .contact-item-value a:hover { color: var(--accent); }

    .contact-form-side { padding: 3.5rem; }
    .contact-form-side h3 {
      font-family: "Cormorant Garamond", serif;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.1;
      margin: 0 0 .5rem;
    }
    .contact-form-side > p {
      color: var(--muted);
      font-size: .93rem;
      margin: 0 0 2rem;
    }

    .form-label { font-size: .85rem; font-weight: 700; margin-bottom: .5rem; letter-spacing: -.01em; }
    .form-control, .form-select {
      border-radius: 14px;
      border: 1.5px solid var(--line);
      padding: .85rem 1.1rem;
      font-size: .95rem;
      color: #111;
      background: #fff;
      min-height: 52px;
      box-shadow: none !important;
      transition: border-color .2s, box-shadow .2s;
    }
    textarea.form-control { min-height: 140px; resize: vertical; }
    .form-control:focus, .form-select:focus {
      border-color: var(--accent);
      box-shadow: 0 0 0 3px rgba(255,169,15,.15) !important;
    }
    .form-control::placeholder { color: var(--muted-lt); }

    /* ─── FOOTER ─── */
    .footer {
      background: var(--accent);
      color: #111;
      position: relative;
      overflow: hidden;
    }
    .footer::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse at top left, rgba(255,255,255,.28) 0%, transparent 40%),
        radial-gradient(ellipse at bottom right, rgba(17,17,17,.1) 0%, transparent 35%);
      pointer-events: none;
    }

    .footer-surface { position: relative; z-index: 1; padding: 80px 0 28px; }

    .footer-top {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 2rem;
      padding-bottom: 2.5rem;
      margin-bottom: 2.5rem;
      border-bottom: 1.5px solid rgba(17,17,17,.14);
      align-items: start;
    }

    .footer-brand-row {
      display: flex;
      align-items: center;
      gap: .85rem;
      margin-bottom: 1.1rem;
    }
    .footer-brand-row img { height: 40px; width: auto; object-fit: contain; }
    .footer-brand-row strong { font-size: 1rem; font-weight: 800; letter-spacing: -.02em; }
    .footer-copy { font-size: 1rem; color: rgba(17,17,17,.72); line-height: 1.7; max-width: 460px; }

    .footer-cta-box {
      background: rgba(17,17,17,.08);
      border: 1.5px solid rgba(17,17,17,.1);
      border-radius: var(--radius);
      padding: 1.8rem;
      backdrop-filter: blur(8px);
    }
    .footer-cta-box .eyebrow {
      background: rgba(255,255,255,.5);
      border-color: rgba(17,17,17,.1);
      margin-bottom: .9rem;
    }
    .footer-cta-box p { margin: 0 0 1.2rem; font-size: .95rem; color: rgba(17,17,17,.75); }
    .footer-cta-actions { display: flex; flex-wrap: wrap; gap: .8rem; }

    .footer-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1.25rem;
    }

    .footer-section {
      background: rgba(255,255,255,.18);
      border: 1.5px solid rgba(17,17,17,.08);
      border-radius: 22px;
      padding: 1.5rem;
      backdrop-filter: blur(6px);
    }
    .footer-title {
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: rgba(17,17,17,.55);
      margin: 0 0 1rem;
    }
    .footer-nav, .footer-list {
      list-style: none; padding: 0; margin: 0;
      display: grid; gap: .5rem;
    }
    .footer-nav a, .footer-list a {
      font-size: .92rem;
      font-weight: 600;
      color: rgba(17,17,17,.82);
      transition: color .2s, padding-left .2s;
      display: block;
    }
    .footer-nav a:hover, .footer-list a:hover {
      color: #111;
      padding-left: 4px;
    }

    .footer-contact-item, .footer-social-item {
      display: flex; align-items: flex-start; gap: .75rem;
    }
    .footer-icon {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.6);
    border: 1px solid rgba(0,0,0,.12);
  }
  
  .footer-icon svg {
    width: 16px;
    height: 16px;
    stroke: #000;
  }
    
    .footer-list li {
      font-size: .9rem;
      color: rgba(0,0,0,.85);
      font-weight: 600;
    }
    
    .footer-list li.footer-contact-item span,
    .footer-list li.footer-social-item span {
      font-size: .9rem;
      color: rgba(0,0,0,.85);
      font-weight: 600;
    }

    .footer-bottom {
      margin-top: 2rem;
      padding-top: 1.2rem;
      border-top: 1.5px solid rgba(17,17,17,.14);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      flex-wrap: wrap;
      font-size: .9rem;
      color: rgba(17,17,17,.65);
    }
    .footer-bottom a { font-weight: 700; color: rgba(17,17,17,.85); }
    .footer-bottom a:hover { color: #111; }

    /* ─── FLOATING WA ─── */
    .wa-float {
      position: fixed;
      bottom: 28px;
      right: 28px;
      z-index: 9000;
      width: 58px; height: 58px;
      border-radius: 50%;
      background: #25D366;
      box-shadow: 0 8px 28px rgba(37,211,102,.45);
      display: flex; align-items: center; justify-content: center;
      transition: transform .25s var(--ease-out), box-shadow .25s;
      cursor: pointer;
    }
    .wa-float:hover {
      transform: scale(1.1) translateY(-2px);
      box-shadow: 0 14px 36px rgba(37,211,102,.55);
    }
    .wa-float svg { width: 28px; height: 28px; fill: #fff; }

    /* ─── ANIMATIONS on load ─── */
    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
    }
    .reveal.visible {
      opacity: 1;
      transform: translateY(0);
    }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 1199.98px) {
      .hero-inner { grid-template-columns: 1fr; }
      .hero-visual-wrap { display: none; }
      .hero-stats { grid-template-columns: repeat(3, 1fr); }
      .services-grid { grid-template-columns: repeat(2, 1fr); }
      .services-grid .service-card:last-child:nth-child(3n+1) { grid-column: auto; }
      .reasons-wrap { grid-template-columns: 1fr; }
      .reasons-sticky { position: static; }
      .footer-grid { grid-template-columns: repeat(2, 1fr); }
      .footer-top { grid-template-columns: 1fr; }
    }

    @media (max-width: 991.98px) {
      .section { padding: 80px 0; }
      .about-wrap { grid-template-columns: 1fr; }
      .faq-wrap { grid-template-columns: 1fr; }
      .faq-info-card { position: static; }
      .contact-grid { grid-template-columns: 1fr; }
      .contact-sidebar { order: 2; }
      .contact-form-side { order: 1; }
      .topbar { padding: 10px 0; }
      .navbar-shell {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: .85rem 1rem;
        padding: 12px 14px;
        border-radius: 18px;
        overflow: hidden;
      }
      .navbar-brand {
        width: 100%;
        max-width: 100%;
        gap: .7rem;
      }
      .brand-logo { height: 38px; }
      .brand-name {
        font-size: .86rem;
        line-height: 1.1;
        max-width: 100%;
        overflow-wrap: anywhere;
      }
      .brand-name span { font-size: .67rem; }
      .navbar-toggler {
        margin-left: 0 !important;
        justify-self: end;
        align-self: center;
        flex-shrink: 0;
      }
      .navbar-collapse {
        grid-column: 1 / -1;
        width: 100%;
        padding-top: .15rem;
      }
      .navbar-nav {
        margin: 0;
        width: 100%;
        align-items: stretch !important;
        gap: .45rem;
      }
      .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: .9rem 1rem !important;
        border-radius: 16px;
      }
    }

    @media (max-width: 767.98px) {
      .hero-stats { grid-template-columns: 1fr; max-width: 100%; }
      .services-grid, .reasons-grid { grid-template-columns: 1fr; }
      .reasons-grid { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .about-main, .about-card { padding: 2rem; }
      .contact-sidebar, .contact-form-side { padding: 2rem; }
      .gallery-shell { padding: 1.5rem; }
      .hero { padding: 32px 0 72px; }
      .hero-visual-mobile { display: block; }
      .hero-copy { display: flex; flex-direction: column; }
      .hero-actions { order: 3; }
      .hero-stats { order: 4; }
    }

    @media (max-width: 575.98px) {
      .section { padding: 64px 0; }
      .hero-title { font-size: clamp(2rem, 8.8vw, 2.7rem); }
      .hero-visual-mobile { margin-bottom: 1.35rem; }
      .hero-img-card-mobile { padding: 10px; border-radius: 20px; }
      .hero-img-card-mobile img { max-height: 300px; border-radius: 14px; }
      .footer-grid { grid-template-columns: 1fr; }
      .gal-frame { height: clamp(200px, 40vh, 360px); }
      .container, .container-sm, .container-fluid {
        padding-left: 14px;
        padding-right: 14px;
      }
      .navbar-shell {
        padding: 10px 12px;
        gap: .7rem .85rem;
      }
      .brand-logo { height: 34px; }
      .navbar-toggler { padding: .42rem .56rem; }
    }

    @media (max-width: 390px) {
      .hero-title { white-space: normal; }
    }

/* ===== INLINE <style> BLOCK #2 ===== */
:root{
      --wa:#25D366;
      --wa-dark:#1fb85a;
      --wa-darker:#189a4a;
      --light-bg:#ffffff;
      --light-bg-soft:#f6f8f7;
      --light-border:#dde4df;
      --dark-text:#1c1f1d;
      --muted-text:#6c756f;
    }
  
    .wa-float{
      position:fixed;
      right:18px;
      bottom:18px;
      z-index:9999;
      font-family:inherit;
    }
  
    .wa-btn{
      background:var(--wa);
      color:#fff;
      border:0;
      width:60px;
      height:60px;
      border-radius:50%;
      display:grid;
      place-items:center;
      box-shadow:0 10px 30px rgba(0,0,0,.22);
      cursor:pointer;
      transition:transform .3s, box-shadow .3s, filter .3s;
      position:relative;
      overflow:hidden;
      z-index:9999;
    }
  
    .wa-btn:hover{
      transform:translateY(-3px) scale(1.05);
      box-shadow:0 14px 36px rgba(0,0,0,.28);
      filter:brightness(.98);
    }
  
    .wa-card{
      position:absolute;
      right:0;
      bottom:74px;
      width:min(360px,92vw);
      background:var(--light-bg);
      color:var(--dark-text);
      border-radius:18px;
      overflow:hidden;
      box-shadow:0 18px 60px rgba(0,0,0,.25);
      border:1px solid var(--light-border);
      transform:translateY(10px);
      opacity:0;
      transition:transform .3s, opacity .3s;
      z-index:10000;
    }
  
    .wa-card[aria-modal="true"]{
      transform:translateY(0);
      opacity:1;
    }
  
    .wa-head{
      display:flex;
      align-items:center;
      gap:12px;
      padding:14px 16px;
      background:linear-gradient(135deg, #ffffff, #ecf6f0);
      border-bottom:1px solid var(--light-border);
    }
  
    .wa-avatar{
      width:40px;
      height:40px;
      border-radius:10px;
      background:#e9f7ef;
      display:grid;
      place-items:center;
      border:1px solid #cfeeda;
      overflow:hidden;
    }
  
    .wa-title{
      font-weight:800;
      font-size:1.02rem;
      color:var(--dark-text);
    }
  
    .wa-status{
      font-size:.85rem;
      color:var(--muted-text);
      display:flex;
      align-items:center;
      gap:6px;
    }
  
    .wa-status::before{
      content:"";
      width:8px;
      height:8px;
      border-radius:50%;
      background:var(--wa);
    }
  
    .wa-close{
      margin-left:auto;
      background:transparent;
      color:var(--muted-text);
      border:0;
      font-size:24px;
      cursor:pointer;
      opacity:.75;
      width:32px;
      height:32px;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      transition:.2s;
    }
  
    .wa-close:hover{
      opacity:1;
      background:rgba(0,0,0,.04);
    }
  
    .wa-body{
      padding:12px 14px;
      max-height:40vh;
      overflow:auto;
      background:var(--light-bg-soft);
      display:flex;
      flex-direction:column;
      gap:8px;
    }
  
    .wa-bubble{
      max-width:88%;
      padding:9px 11px;
      border-radius:14px;
      line-height:1.35;
      box-shadow:0 3px 10px rgba(0,0,0,.06);
      animation:fadeIn .25s ease;
      font-size:.9rem;
    }
  
    @keyframes fadeIn{
      from{opacity:0;transform:translateY(5px)}
      to{opacity:1;transform:none}
    }
  
    .wa-bot{
      background:#ffffff;
      border:1px solid var(--light-border);
      align-self:flex-start;
      border-bottom-left-radius:4px;
    }
  
    .wa-user{
      background:var(--wa);
      color:#fff;
      align-self:flex-end;
      border-bottom-right-radius:4px;
    }
  
    .wa-compose{
      display:grid;
      grid-template-columns:1fr auto;
      gap:8px;
      padding:10px 12px;
      background:#ffffff;
      border-top:1px solid var(--light-border);
    }
  
    .wa-compose textarea{
      resize:none;
      border-radius:12px;
      padding:10px 12px;
      border:1px solid var(--light-border);
      background:#f9fbfa;
      color:var(--dark-text);
      outline:none;
      min-height:44px;
      font-family:inherit;
      font-size:.9rem;
      transition:.2s;
    }
  
    .wa-compose textarea:focus{
      border-color:var(--wa);
      box-shadow:0 0 0 2px rgba(37,211,102,.15);
      background:#ffffff;
    }
  
    .wa-send{
      background:var(--wa);
      color:#ffffff;
      border:0;
      border-radius:12px;
      padding:0 16px;
      font-weight:700;
      cursor:pointer;
      display:flex;
      align-items:center;
      justify-content:center;
      transition:.2s;
    }
  
    .wa-send:hover{
      background:var(--wa-dark);
      transform:scale(1.04);
    }
  
    .wa-body::-webkit-scrollbar{width:6px}
    .wa-body::-webkit-scrollbar-track{background:rgba(0,0,0,.03);border-radius:3px}
    .wa-body::-webkit-scrollbar-thumb{background:rgba(0,0,0,.12);border-radius:3px}
    .wa-body::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.18)}
  
    @media (max-width:480px){
      .wa-float{
        right:12px;
        bottom:12px;
      }
      .wa-card{
        width:calc(100vw - 24px);
        right:0;
      }
    }

