MIX · extractor de estilos
Template: auranomad.com.ar/index.php · mtime: 2026-04-17 14:53
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 3 Embebidos: 0 Externos: 3 Inline styles: 6 Missing: 0
CSS externos (no embebidos)
CSS embebidos (locales)
No se pudieron embebir CSS locales.
Preview de mixed.css
/* MIXED CSS PACK */
/* Template: auranomad.com.ar/index.php */
/* Template mtime: 2026-04-17 14:53:02 */

/* external link (no embedded): https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css */

/* ===== INLINE <style> BLOCK #1 ===== */
.transport-modern{
    background: var(--bg-body);
  }

  .section-header.center{
    text-align:center;
    max-width:600px;
    margin:0 auto 48px;
  }

  .section-subtitle {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-top: 12px;
    text-align: center;
  }
  .transport-card{
    background:#fff;
    border-radius:24px;
    padding:40px;
    box-shadow:0 10px 40px rgba(0,0,0,.05);
    border:1px solid rgba(226,232,240,.8);
    max-width:800px;
    margin:0 auto;
  }

  .transport-tabs{
    display:flex;
    gap:12px;
    margin-bottom:32px;
    padding-bottom:20px;
    border-bottom:2px solid rgba(226,232,240,.8);
  }

  .transport-tab{
    display:flex;
    align-items:center;
    gap:10px;
    padding:14px 24px;
    background:transparent;
    border:2px solid transparent;
    border-radius:12px;
    font-weight:700;
    color:var(--text-muted);
    cursor:pointer;
    transition:all .3s ease;
  }

  .transport-tab:hover{
    background:rgba(242,82,30,.05);
    color:var(--primary);
  }

  .transport-tab.active{
    background:rgba(242,82,30,.1);
    color:var(--primary);
    border-color:rgba(242,82,30,.2);
  }

  .tab-icon{
    width:24px;
    height:24px;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .transport-form{
    display:flex;
    flex-direction:column;
    gap:24px;
  }

  .form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
  }

  .form-group.floating{
    position:relative;
  }

  .form-group.floating input,
  .form-group.floating textarea,
  .form-group.floating select{
    width:100%;
    padding-top:24px;
    padding-bottom:10px;
    height:56px;
    border-radius:12px;
    border:2px solid var(--border);
    background:#fff;
  }

  .transport-form input[type="date"]{
    padding-right:52px;
  }

  .transport-form input[type="date"]::-webkit-calendar-picker-indicator{
    cursor:pointer;
  }

  .form-group.floating textarea{
    height:auto;
    min-height:120px;
    padding-top:32px;
    resize:vertical;
  }

  .form-group.floating label{
    position:absolute;
    top:18px;
    left:16px;
    color:var(--text-muted);
    font-size:.95rem;
    pointer-events:none;
    transition:all .2s ease;
  }

  .form-group.floating input:focus + label,
  .form-group.floating input:not(:placeholder-shown) + label,
  .form-group.floating textarea:focus + label,
  .form-group.floating textarea:not(:placeholder-shown) + label{
    top:8px;
    font-size:.8rem;
    color:var(--primary);
  }

  .form-group.floating input:focus,
  .form-group.floating textarea:focus{
    border-color:var(--primary);
    box-shadow:0 0 0 4px rgba(242,82,30,.1);
    outline:none;
  }

  .form-hint{
    font-size:.85rem;
    color:var(--text-light);
    margin-top:6px;
  }

  .calendar-icon{
    position:absolute;
    right:16px;
    top:50%;
    transform:translateY(-50%);
    color:var(--text-light);
    pointer-events:none;
  }

  .passenger-controls{
    position:absolute;
    right:12px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    gap:4px;
  }

  .passenger-btn{
    width:28px;
    height:28px;
    border-radius:6px;
    border:1px solid var(--border);
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1rem;
    font-weight:600;
    cursor:pointer;
    transition:all .2s ease;
  }

  .passenger-btn:hover{
    background:var(--primary);
    color:#fff;
    border-color:var(--primary);
  }

  .form-note{
    text-align:center;
    font-size:.9rem;
    color:var(--text-muted);
    margin-top:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
  }

  .transport-info{
    display:flex;
    justify-content:center;
    gap:32px;
    margin-top:40px;
    flex-wrap:wrap;
  }

  .info-item{
    display:flex;
    align-items:center;
    gap:12px;
  }

  .info-icon{
    width:32px;
    height:32px;
    background:rgba(242,82,30,.1);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--primary);
    font-weight:700;
    font-size:.9rem;
  }

  .info-text{
    font-size:.95rem;
    font-weight:600;
    color:var(--text-main);
  }

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

    .transport-card{
      padding:24px;
    }

    .transport-tabs{
      flex-direction:column;
    }

    .transport-info{
      flex-direction:column;
      align-items:flex-start;
      gap:20px;
    }
  }
    /* ============================================================
       AURANOMAD — DESIGN SYSTEM
       Tipografía: Cormorant Garamond (display) + Plus Jakarta Sans
       Paleta: naranja #f2521e (acento), navy #0b1220 (oscuro)
    ============================================================ */

    :root {
      --primary:       #f2521e;
      --primary-dark:  #d63d0e;
      --primary-light: #fff3ef;
      --primary-mid:   rgba(242,82,30,.12);

      --navy:          #0b1220;
      --navy-mid:      #1e293b;
      --navy-soft:     #334155;

      --bg-body:    #f8f9fb;
      --bg-surface: #ffffff;
      --bg-soft:    #fafbfc;

      --text-main:  #0f172a;
      --text-muted: #64748b;
      --text-light: #94a3b8;

      --border:       #e2e8f0;
      --border-hover: #cbd5e1;

      /* Shadows — más dramáticas, institucionales */
      --shadow-xs: 0 1px 3px rgba(15,23,42,.06);
      --shadow-sm: 0 2px 8px rgba(15,23,42,.07), 0 1px 2px rgba(15,23,42,.04);
      --shadow-md: 0 6px 20px rgba(15,23,42,.08), 0 2px 6px rgba(15,23,42,.04);
      --shadow-lg: 0 16px 40px rgba(15,23,42,.10), 0 4px 12px rgba(15,23,42,.05);
      --shadow-xl: 0 28px 60px rgba(15,23,42,.13), 0 8px 20px rgba(15,23,42,.06);
      --shadow-accent: 0 12px 28px rgba(242,82,30,.22);

      --max-w: 1200px;
      --r-sm:  8px;
      --r-md:  14px;
      --r-lg:  20px;
      --r-xl:  28px;

      --header-h: 74px;
      --accent: #f2521e;
    }

    *, *::before, *::after { box-sizing: border-box; }

    html {
      font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      scroll-behavior: smooth;
    }

    body {
      margin: 0; padding: 0;
      background: var(--bg-body);
      color: var(--text-main);
      line-height: 1.65;
    }

    a { text-decoration: none; color: inherit; transition: color .2s, background .2s, border-color .2s, opacity .2s; }
    img { max-width: 100%; display: block; height: auto; }
    button, input, textarea, select { font-family: inherit; }

    .container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
    .section { padding: 72px 0; }

    /* ── Typography ── */
    h1, h2, h3, h4 {
      margin: 0;
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-weight: 700;
      letter-spacing: -0.02em;
      color: var(--text-main);
      line-height: 1.1;
    }
    p { margin: 0 0 1em; }
    .display-font { font-family: 'Cormorant Garamond', Georgia, serif; }
    .text-accent { color: var(--primary); }
    .text-muted  { color: var(--text-muted); }
    .text-sm     { font-size: 0.875rem; }

    /* ── Buttons ── */
    .btn {
      display: inline-flex; align-items: center; justify-content: center; gap: 9px;
      padding: 11px 22px;
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-weight: 700; font-size: 0.9rem;
      border-radius: 999px;
      border: 1.5px solid transparent;
      transition: transform .18s cubic-bezier(.34,1.56,.64,1), box-shadow .18s ease, background .15s ease, border-color .15s ease;
      cursor: pointer; white-space: nowrap; letter-spacing: .01em;
      position: relative; overflow: hidden;
    }
    .btn::after {
      content: '';
      position: absolute; inset: 0;
      background: radial-gradient(circle at 50% 0%, rgba(255,255,255,.18), transparent 70%);
      pointer-events: none;
    }
    .btn.primary {
      background: linear-gradient(135deg, var(--primary) 0%, #e8430e 100%);
      color: #fff;
      box-shadow: var(--shadow-accent);
      border-color: rgba(242,82,30,.3);
    }
    .btn.primary:hover { transform: translateY(-2px) scale(1.01); box-shadow: 0 16px 36px rgba(242,82,30,.28); }
    .btn.outline {
      background: rgba(255,255,255,.92);
      border-color: var(--border);
      color: var(--text-main);
      box-shadow: var(--shadow-sm);
      backdrop-filter: blur(8px);
    }
    .btn.outline:hover { background: #fff; border-color: var(--border-hover); transform: translateY(-2px); box-shadow: var(--shadow-md); }
    .btn.small { padding: 8px 16px; font-size: .85rem; }

    /* ── Cards ── */
    .card {
      background: var(--bg-surface);
      border: 1px solid var(--border);
      border-radius: var(--r-lg);
      box-shadow: var(--shadow-sm);
      overflow: hidden;
      transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
    }
    .card.hoverable:hover {
      box-shadow: var(--shadow-xl);
      transform: translateY(-5px);
      border-color: rgba(242,82,30,.2);
    }

    /* ── Badges ── */
    .badge {
      display: inline-flex; align-items: center;
      padding: 5px 14px;
      border-radius: 999px;
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: .72rem; font-weight: 800;
      text-transform: uppercase; letter-spacing: .10em;
    }
    .badge.accent {
      background: var(--primary-light);
      color: var(--primary);
      border: 1.5px solid rgba(242,82,30,.2);
    }
    .badge.dark {
      background: rgba(15,23,42,.85);
      color: #fff;
      backdrop-filter: blur(8px);
      border: 1px solid rgba(255,255,255,.1);
    }
    .badge.gradient {
      background: linear-gradient(135deg, var(--primary), #ff8c5a);
      color: #fff;
      border: none;
      padding: 8px 18px;
      font-size: .75rem;
    }

    /* ── Eyebrow ── */
    .eyebrow {
      display: inline-flex; align-items: center; gap: 10px;
      font-size: .72rem; font-weight: 800;
      text-transform: uppercase; letter-spacing: .12em;
      color: var(--primary);
    }
    .eyebrow::before {
      content: '';
      width: 22px; height: 2px;
      background: linear-gradient(90deg, var(--primary), rgba(242,82,30,.3));
      border-radius: 2px;
      flex-shrink: 0;
    }

    /* ── Form controls ── */
    .form-group { margin-bottom: 18px; }
    .form-label { display: block; font-size: .82rem; font-weight: 700; margin-bottom: 8px; color: var(--text-main); letter-spacing: .01em; }
    .form-control {
      width: 100%; padding: 12px 16px;
      font-size: .93rem;
      border-radius: var(--r-md);
      border: 1.5px solid var(--border);
      background: #fff;
      color: var(--text-main);
      transition: border-color .2s, box-shadow .2s;
      outline: none;
    }
    .form-control:focus {
      border-color: var(--primary);
      box-shadow: 0 0 0 3px rgba(242,82,30,.12);
    }
    textarea.form-control { resize: vertical; min-height: 110px; }

    /* ═══════════════════════════════════════
       NAVBAR
    ═══════════════════════════════════════ */
    .nav {
      position: sticky; top: 0; z-index: 100;
      height: var(--header-h);
      background: rgba(255,255,255,.88);
      backdrop-filter: blur(16px) saturate(1.4);
      -webkit-backdrop-filter: blur(16px) saturate(1.4);
      border-bottom: 1px solid rgba(226,232,240,.7);
      box-shadow: 0 1px 0 rgba(242,82,30,.06), 0 4px 20px rgba(15,23,42,.04);
    }
    /* subtle top accent line */
    .nav::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0; height: 2px;
      background: linear-gradient(90deg, var(--primary) 0%, rgba(242,82,30,.4) 50%, transparent 100%);
    }
    .nav-inner {
      height: 100%;
      display: flex; align-items: center; justify-content: space-between;
      gap: 14px;
    }

    /* Brand */
    .brand {
      display: flex; align-items: center; gap: 12px;
      min-width: 220px;
    }
    .brand-badge {
      width: auto; height: auto;
      background: none; border: 0; box-shadow: none;
      padding: 0; border-radius: 0;
    }
    .brand-badge img { height: 42px; width: auto; display: block; }
    .brand-text { display: flex; flex-direction: column; line-height: 1.1; }
    .brand-text .t1 {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: 1.1rem; font-weight: 700;
      letter-spacing: -.01em; color: var(--text-main);
    }
    .brand-text .t2 { margin-top: 3px; font-size: .73rem; color: var(--text-muted); font-weight: 600; letter-spacing: .03em; }

    /* Nav links pill */
    .nav-links {
      display: flex; align-items: center; gap: 2px;
      padding: 5px 6px;
      border-radius: 999px;
      background: rgba(248,249,251,.9);
      border: 1px solid rgba(226,232,240,.85);
      box-shadow: inset 0 1px 2px rgba(15,23,42,.03), var(--shadow-xs);
    }
    .nav-links a {
      padding: 7px 14px;
      border-radius: 999px;
      font-weight: 700; font-size: .85rem;
      color: var(--text-muted);
      transition: color .2s, background .2s;
    }
    .nav-links a:hover { color: var(--text-main); background: rgba(15,23,42,.05); }
    .nav-links a.active {
      color: var(--primary);
      background: rgba(242,82,30,.08);
      border: 1px solid rgba(242,82,30,.18);
    }
    .nav-actions { display: flex; align-items: center; gap: 10px; }

    /* Mobile toggle */
    .nav-toggle {
      width: 42px; height: 42px; border-radius: var(--r-md);
      border: 1.5px solid var(--border);
      background: rgba(255,255,255,.9);
      display: none; align-items: center; justify-content: center;
      cursor: pointer;
      box-shadow: var(--shadow-sm);
      transition: border-color .2s, box-shadow .2s;
    }
    .nav-toggle:hover { border-color: var(--border-hover); box-shadow: var(--shadow-md); }
    .nav-toggle svg { width: 20px; height: 20px; fill: var(--text-main); }

    /* Mobile menu */
    .mobile-menu {
      display: none;
      position: fixed;
      top: var(--header-h); left: 0; right: 0;
      background: rgba(255,255,255,.97);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(226,232,240,.9);
      box-shadow: 0 20px 50px -10px rgba(15,23,42,.15);
      padding: 16px 0 20px;
      z-index: 99;
    }
    .mobile-menu.open { display: block; }
    .mobile-menu .box { display: flex; flex-direction: column; gap: 6px; }
    .mobile-menu a {
      font-weight: 700; font-size: .95rem;
      padding: 12px 16px;
      border-radius: var(--r-md);
      border: 1px solid var(--border);
      background: rgba(248,249,251,.8);
      color: var(--text-main);
      transition: border-color .2s, background .2s;
    }
    .mobile-menu a:hover { border-color: var(--border-hover); background: #fff; }
    .mobile-menu .cta-row { display: flex; gap: 10px; margin-top: 12px; }
    .mobile-menu .cta-row a { flex: 1; text-align: center; }

    /* ═══════════════════════════════════════
       HERO
    ═══════════════════════════════════════ */
    .hero {
      position: relative; overflow: hidden;
      min-height: auto;
      padding: 100px 0 80px;
      background:
        radial-gradient(ellipse 70% 60% at 8% 30%, rgba(242,82,30,.13), transparent 55%),
        radial-gradient(ellipse 50% 40% at 95% 70%, rgba(242,82,30,.07), transparent 55%),
        linear-gradient(180deg, #ffffff 0%, #fdf7f5 60%, #f8f6f4 100%);
    }
    /* Decorative geometric accent */
    .hero::before {
      content: '';
      position: absolute; top: -80px; right: -80px;
      width: 520px; height: 520px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(242,82,30,.07) 0%, transparent 70%);
      pointer-events: none;
    }
    .hero::after {
      content: '';
      position: absolute; bottom: 0; left: 0; right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(226,232,240,.8), transparent);
    }
    .hero-bg { display: none; }
    .hero-slide { display: none; }
    .hero-overlay { display: none; }

    .hero-content {
      position: relative; z-index: 2;
      display: grid;
      grid-template-columns: minmax(0,1.05fr) minmax(300px,.95fr);
      gap: 40px; align-items: center;
    }

    .hero-text h1 {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: clamp(2.4rem, 4.5vw, 3.6rem);
      font-weight: 700;
      line-height: 1.05;
      letter-spacing: -0.03em;
      max-width: 14ch;
      color: var(--text-main);
      margin: 16px 0 18px;
    }
    .hero-text h1 em {
      font-style: italic;
      color: var(--primary);
    }
    .hero-text .lead {
      font-size: 1.05rem;
      color: var(--text-muted);
      max-width: 52ch;
      margin-bottom: 28px;
      line-height: 1.7;
    }
    .hero-cta {
      display: flex; gap: 12px; flex-wrap: wrap;
      justify-content: flex-start;
      margin-bottom: 0;
    }
    .hero-legal-line {
      margin-top: 24px;
      display: flex; flex-wrap: wrap; gap: 8px;
    }
    .hero-legal-line span {
      display: inline-flex; align-items: center;
      padding: 7px 14px;
      border-radius: 999px;
      background: rgba(15,23,42,.04);
      border: 1px solid rgba(226,232,240,.8);
      color: var(--text-muted);
      font-size: .78rem; font-weight: 600;
      letter-spacing: .01em;
    }

    /* Hero Visual Card */
    .hero-widget {
      display: block;
      padding: 0; border: 0; background: transparent; box-shadow: none;
    }
    .hero-visual-card {
      position: relative;
      background: #fff;
      border-radius: var(--r-xl);
      overflow: hidden;
      border: 1px solid rgba(15,23,42,.08);
      box-shadow: var(--shadow-xl);
    }
    .hero-visual-card::before {
      content: '';
      position: absolute; inset: 0; z-index: 1;
      background: linear-gradient(180deg, transparent 55%, rgba(11,18,32,.55) 100%);
      pointer-events: none;
    }
    .hero-visual-card img {
      display: block; width: 100%;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      background: #f0f0f0;
    }
    .hero-visual-badge {
      position: absolute; z-index: 2;
      top: 18px; left: 18px;
      display: inline-flex; align-items: center; gap: 8px;
      padding: 8px 14px;
      border-radius: 999px;
      background: rgba(11,18,32,.78);
      backdrop-filter: blur(10px);
      color: #fff;
      font-size: .7rem; font-weight: 800;
      letter-spacing: .08em; text-transform: uppercase;
      border: 1px solid rgba(255,255,255,.12);
    }
    .hero-visual-badge::before {
      content: '';
      width: 6px; height: 6px; border-radius: 50%;
      background: #4ade80;
      animation: pulse-dot 2s ease-in-out infinite;
    }
    @keyframes pulse-dot {
      0%, 100% { opacity: 1; transform: scale(1); }
      50% { opacity: .6; transform: scale(.85); }
    }
    .hero-visual-info {
      position: relative; z-index: 2;
      padding: 20px 22px 22px;
      display: flex; flex-direction: column; gap: 6px;
      background: #fff;
      border-top: 1px solid rgba(226,232,240,.6);
    }
    .hero-visual-info strong { font-size: 1rem; color: var(--text-main); font-weight: 700; }
    .hero-visual-info span { color: var(--text-muted); line-height: 1.55; font-size: .9rem; }

    /* ═══════════════════════════════════════
       PROMOS SECTION
    ═══════════════════════════════════════ */
    .filters-bar {
      display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
      gap: 18px; margin-bottom: 32px;
    }
    .filters-bar h2 {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: 2.2rem; font-weight: 700;
      margin-bottom: 4px;
    }

    /* Filter pills */
    .filter-pills { display: flex; gap: 6px; flex-wrap: wrap; }
    .pill {
      background: rgba(255,255,255,.95);
      border: 1.5px solid var(--border);
      padding: 7px 16px;
      border-radius: 999px;
      font-size: .82rem; font-weight: 700;
      color: var(--text-muted);
      cursor: pointer;
      transition: transform .15s ease, border-color .2s, background .2s, color .2s, box-shadow .2s;
      letter-spacing: .01em;
    }
    .pill:hover { border-color: var(--border-hover); transform: translateY(-1px); box-shadow: var(--shadow-sm); }
    .pill.active {
      background: var(--primary-light);
      color: var(--primary);
      border-color: rgba(242,82,30,.3);
      box-shadow: 0 4px 12px rgba(242,82,30,.12);
    }

    /* Share section button */
    .share-section-btn {
      display: inline-flex; align-items: center; gap: 7px;
      background: rgba(255,255,255,.95);
      border: 1.5px solid var(--border);
      padding: 7px 16px;
      border-radius: 999px;
      font-size: .82rem; font-weight: 800;
      color: var(--text);
      cursor: pointer;
      transition: transform .15s ease, border-color .2s, background .2s, box-shadow .2s;
      letter-spacing: .01em;
      user-select: none;
    }
    .share-section-btn:hover { border-color: var(--border-hover); transform: translateY(-1px); box-shadow: var(--shadow-sm); }
    .share-section-btn i { font-size: 1rem; color: var(--primary); }

    /* Search */
    .search-input { position: relative; min-width: 260px; }
    .search-input input {
      padding-left: 42px;
      border-radius: 999px;
      border: 1.5px solid var(--border);
      background: #fff;
      box-shadow: var(--shadow-xs);
    }
    .search-icon {
      position: absolute; left: 14px; top: 50%; transform: translateY(-50%);
      width: 17px; height: 17px; fill: var(--text-light);
    }

    /* Promo Grid */
    .promo-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
      gap: 22px;
    }
    .promo-card {
      position: relative;
      display: flex; flex-direction: column;
      height: 390px; max-width: 310px;
      border-radius: var(--r-lg);
      overflow: hidden;
      border: 1px solid var(--border);
      box-shadow: var(--shadow-sm);
      transition: transform .28s cubic-bezier(.34,1.56,.64,1), box-shadow .28s ease, border-color .28s ease;
      cursor: pointer;
    }
    .promo-card:hover {
      transform: translateY(-6px) scale(1.005);
      box-shadow: var(--shadow-xl);
      border-color: rgba(242,82,30,.22);
    }
    @media (max-width: 991.98px){ .promo-card{ max-width: none; height: 380px; } }
    @media (max-width: 575.98px){ .promo-card{ height: 360px; } }

    /* Promo image wrapper */
    .promo-img-wrap {
      position: relative;
      height: 100%;
      overflow: hidden;
      background: radial-gradient(1200px 400px at 50% 0%, rgba(242,82,30,.1), transparent 40%),
                  linear-gradient(180deg, #0d1525 0%, #0f1a2e 100%);
      display: flex; align-items: center; justify-content: center;
      padding: 6px;
    }
    .promo-img-wrap img {
      width: 100%; height: 100%;
      object-fit: cover;
      object-position: center;
      transition: transform .4s ease;
      border-radius: 8px;
    }
    .promo-card:hover .promo-img-wrap img { transform: scale(1.03); }

    /* Overlay */
    .promo-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to top, rgba(0,0,0,.78) 0%, rgba(0,0,0,.2) 55%, transparent 100%);
      pointer-events: none;
      opacity: 0;
      transition: opacity .25s ease;
    }
    .promo-card:hover .promo-overlay { opacity: 1; }

    /* Meta bar */
    .promo-meta {
      position: absolute;
      bottom: 12px; left: 10px; right: 10px;
      display: flex; justify-content: space-between; align-items: center;
      gap: 10px;
      color: #fff;
      pointer-events: auto;
      background: rgba(11,18,32,.68);
      border: 1px solid rgba(255,255,255,.14);
      backdrop-filter: blur(12px) saturate(1.2);
      -webkit-backdrop-filter: blur(12px);
      border-radius: var(--r-md);
      padding: 10px 12px;
      opacity: 1;
      transition: transform .2s ease, background .2s ease;
    }
    .promo-card:hover .promo-meta { transform: translateY(-2px); background: rgba(11,18,32,.78); }

    .promo-info { flex: 1; min-width: 0; }
    .promo-season {
      font-size: .62rem; opacity: .85;
      text-transform: uppercase; letter-spacing: .14em;
      margin-bottom: 3px; display: block; font-weight: 700;
    }
    .promo-title {
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-size: .98rem; font-weight: 800;
      line-height: 1.15; margin-top: 2px;
      text-shadow: 0 2px 6px rgba(0,0,0,.35);
      display: -webkit-box; -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; overflow: hidden;
    }

    /* Share button on card */
    .promo-share {
      position: absolute; top: 12px; right: 12px; z-index: 5;
      width: 36px; height: 36px; border-radius: 999px;
      border: 1px solid rgba(226,232,240,.7);
      background: rgba(255,255,255,.9);
      backdrop-filter: blur(10px);
      display: flex; align-items: center; justify-content: center;
      cursor: pointer;
      transition: transform .15s ease, border-color .2s ease, background .2s ease, box-shadow .2s;
    }
    .promo-share:hover { transform: translateY(-1px); border-color: rgba(242,82,30,.35); background: #fff; box-shadow: var(--shadow-sm); }
    .promo-share i { color: var(--text-main); font-size: .95rem; }

    /* WhatsApp CTA on card */
    .promo-cta {
      all: unset;
      display: inline-flex; align-items: center; justify-content: center;
      white-space: nowrap;
      background: linear-gradient(135deg, #25D366, #1db954);
      color: #fff;
      padding: 9px 13px;
      border-radius: 999px;
      font-weight: 800;
      font-size: .78rem;
      line-height: 1;
      box-shadow: 0 8px 20px rgba(37,211,102,.25);
      cursor: pointer;
      transition: transform .18s ease, background .15s ease, box-shadow .18s ease;
      gap: 6px;
    }
    .promo-cta:hover { background: linear-gradient(135deg, #20c95a, #128C7E); color: #fff; transform: translateY(-1px); box-shadow: 0 12px 28px rgba(37,211,102,.3); }
    .promo-cta:active { transform: translateY(0); }
    .promo-price {
      background: var(--primary);
      color: #fff; padding: 7px 12px;
      border-radius: 999px; font-weight: 800;
      font-size: .88rem; box-shadow: 0 6px 14px rgba(0,0,0,.2);
      cursor: pointer; text-decoration: none;
    }

    /* m-share on mobile cards */
    .m-share {
      position: absolute; top: 10px; right: 10px; z-index: 3;
      width: 36px; height: 36px; border-radius: 999px;
      border: 1px solid rgba(226,232,240,.85);
      background: rgba(255,255,255,.9);
      backdrop-filter: blur(10px);
      display: flex; align-items: center; justify-content: center;
      cursor: pointer;
      transition: box-shadow .2s, border-color .2s;
    }
    .m-share:hover { box-shadow: var(--shadow-sm); border-color: rgba(242,82,30,.3); }
    .m-share i { color: var(--text-main); font-size: .95rem; }

    /* Toast */
    #kt-toast {
      position: fixed; left: 50%; bottom: 22px;
      transform: translateX(-50%);
      background: rgba(11,18,32,.94);
      color: #fff;
      padding: 10px 18px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.14);
      box-shadow: 0 16px 40px rgba(0,0,0,.25);
      font-weight: 700; font-size: .88rem;
      opacity: 0; pointer-events: none;
      transition: opacity .18s ease, transform .18s ease;
      z-index: 99999;
      max-width: min(560px, calc(100vw - 28px));
      text-align: center; white-space: nowrap;
      overflow: hidden; text-overflow: ellipsis;
    }
    #kt-toast.show { opacity: 1; transform: translateX(-50%) translateY(-3px); }

    /* ═══════════════════════════════════════
       SECTIONS — QUIENES SOMOS / SERVICIOS / WHY
    ═══════════════════════════════════════ */
    .aura-section { background: #fff; }
    .aura-soft {
      background:
        radial-gradient(ellipse 60% 40% at 0% 100%, rgba(242,82,30,.05), transparent 55%),
        linear-gradient(180deg, #fff8f5 0%, #ffffff 100%);
    }

    .aura-section-head {
      display: flex; flex-direction: column; gap: 12px;
      margin-bottom: 36px;
    }
    .aura-section-head.center { text-align: center; align-items: center; }
    .section-title {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: clamp(1.7rem, 3vw, 2.4rem);
      font-weight: 700; line-height: 1.1; letter-spacing: -.02em;
      max-width: 32ch;
    }
    .section-subtitle {
      color: var(--text-muted); max-width: 56ch;
      font-size: 1rem; line-height: 1.65;
    }

    /* Story grid */
    .story-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 22px; }
    .story-panel {
      background: #fff;
      border: 1px solid rgba(15,23,42,.07);
      border-radius: var(--r-xl);
      box-shadow: var(--shadow-md);
      padding: 32px;
      font-size: 1.03rem; line-height: 1.75;
      color: var(--text-muted);
      position: relative; overflow: hidden;
    }
    .story-panel::before {
      content: '';
      position: absolute; top: 0; left: 0;
      width: 4px; height: 100%;
      background: linear-gradient(180deg, var(--primary), rgba(242,82,30,.2));
    }
    .story-panel p + p { margin-top: 16px; }
    .story-stack { display: grid; gap: 16px; }
    .story-mini {
      background: #fff;
      border: 1px solid rgba(15,23,42,.07);
      border-radius: var(--r-xl);
      box-shadow: var(--shadow-sm);
      padding: 24px;
      transition: transform .22s ease, box-shadow .22s ease;
    }
    .story-mini:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
    .story-mini h3 { margin: 0 0 8px; font-size: 1.1rem; color: var(--text-main); }
    .story-mini p { margin: 0; color: var(--text-muted); line-height: 1.6; font-size: .93rem; }

    /* Services */
    .services-grid-pro {
      display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px;
    }
    .service-pro-card {
      background: #fff;
      border: 1px solid rgba(15,23,42,.07);
      border-radius: var(--r-xl);
      box-shadow: var(--shadow-sm);
      padding: 26px;
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
      position: relative; overflow: hidden;
    }
    .service-pro-card::after {
      content: '';
      position: absolute; bottom: 0; left: 0; right: 0;
      height: 3px;
      background: linear-gradient(90deg, var(--primary), rgba(242,82,30,.3));
      transform: scaleX(0); transform-origin: left;
      transition: transform .3s ease;
    }
    .service-pro-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: rgba(242,82,30,.2); }
    .service-pro-card:hover::after { transform: scaleX(1); }
    .service-pro-icon {
      width: 50px; height: 50px;
      display: grid; place-items: center;
      border-radius: var(--r-md);
      background: rgba(242,82,30,.08);
      border: 1px solid rgba(242,82,30,.15);
      color: var(--primary);
      margin-bottom: 18px;
    }
    .service-pro-card h3 { margin: 0 0 10px; font-size: 1.05rem; line-height: 1.3; color: var(--text-main); }
    .service-pro-card p { margin: 0; color: var(--text-muted); line-height: 1.62; font-size: .9rem; }

    /* Why grid */
    .why-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
    .why-card {
      background: #fff;
      border: 1px solid rgba(15,23,42,.07);
      border-radius: var(--r-xl);
      box-shadow: var(--shadow-sm);
      padding: 26px;
      transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    }
    .why-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: rgba(242,82,30,.2); }
    .why-icon {
      width: 50px; height: 50px;
      display: grid; place-items: center;
      border-radius: var(--r-md);
      background: rgba(242,82,30,.08);
      border: 1px solid rgba(242,82,30,.15);
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-weight: 700; font-size: 1.3rem;
      color: var(--primary);
      margin-bottom: 16px;
    }
    .why-card h3 { margin: 0 0 10px; font-size: 1.04rem; line-height: 1.3; color: var(--text-main); }
    .why-card p { margin: 0; color: var(--text-muted); line-height: 1.62; font-size: .9rem; }

    /* ═══════════════════════════════════════
       GALLERY
    ═══════════════════════════════════════ */
    .gal-gallery .carousel { max-width: 980px; margin-inline: auto; position: relative; }
    .gal-frame {
      height: clamp(220px,48vh,440px);
      background: #fff;
      border-radius: var(--r-lg);
      overflow: hidden;
      box-shadow: var(--shadow-lg);
      display: flex; align-items: center; justify-content: center;
      padding: 8px;
      border: 1px solid var(--border);
    }
    .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;
      border-radius: 8px;
    }
    .gal-gallery .carousel-control-prev,
    .gal-gallery .carousel-control-next {
      z-index: 20; width: 46px; height: 46px;
      top: 50%; transform: translateY(-50%);
      opacity: 1;
      background: rgba(11,18,32,.65);
      border-radius: 50%; margin: 0 14px;
      backdrop-filter: blur(6px);
      border: 1px solid rgba(255,255,255,.12);
      transition: background .2s;
    }
    .gal-gallery .carousel-control-prev:hover,
    .gal-gallery .carousel-control-next:hover { background: rgba(242,82,30,.85); }
    .gal-gallery .carousel-control-prev { left: 0; }
    .gal-gallery .carousel-control-next { right: 0; }
    .gal-gallery .gal-ctrl-icon { width: 2.4rem; height: 2.4rem; background-size: 55% 55%; }
    .gal-gallery .carousel-indicators { z-index: 10; bottom: -50px; }
    .gal-gallery .carousel-indicators button {
      width: 8px; height: 8px; border-radius: 50%;
      background: rgba(0,0,0,.35); border: none;
      transition: background .2s, transform .2s;
    }
    .gal-gallery .carousel-indicators button.active { background: var(--primary); transform: scale(1.3); }
    .gal-gallery { padding-bottom: 58px; }
    #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,.15); color: #fff;
      font-size: 28px; line-height: 44px; text-align: center; z-index: 5; cursor: pointer;
      transition: background .2s;
    }
    .gal-lightbox-nav:hover { background: rgba(255,255,255,.28); }
    .gal-lightbox-nav.gal-prev { left: 12px; }
    .gal-lightbox-nav.gal-next { right: 12px; }

    /* ═══════════════════════════════════════
       FAQs
    ═══════════════════════════════════════ */
    .faq-list { max-width: 900px; margin: 0 auto; display: grid; gap: 12px; }
    .faq-item {
      border: 1px solid rgba(15,23,42,.07);
      border-radius: var(--r-lg);
      background: #fff;
      box-shadow: var(--shadow-sm);
      overflow: hidden;
      transition: border-color .2s, box-shadow .2s;
    }
    .faq-item:hover { border-color: rgba(242,82,30,.2); box-shadow: var(--shadow-md); }
    .faq-item[open] { border-color: rgba(242,82,30,.25); box-shadow: var(--shadow-md); }
    .faq-item summary {
      list-style: none; cursor: pointer;
      padding: 20px 24px;
      font-size: 1.02rem; font-weight: 700;
      position: relative;
      transition: color .2s;
      user-select: none;
    }
    .faq-item summary::-webkit-details-marker { display: none; }
    .faq-item summary::after {
      content: "+";
      position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
      font-size: 1.4rem; color: var(--primary);
      font-family: 'Plus Jakarta Sans', sans-serif;
      font-weight: 300; line-height: 1;
      transition: transform .2s ease;
    }
    .faq-item[open] summary::after { content: "–"; }
    .faq-content {
      padding: 0 24px 20px;
      color: var(--text-muted); line-height: 1.7;
      border-top: 1px solid rgba(226,232,240,.6);
      margin-top: 0;
      padding-top: 16px;
    }

    /* ═══════════════════════════════════════
       CONTACT
    ═══════════════════════════════════════ */
    .contact-modern {
      background: linear-gradient(135deg, #0b1220 0%, #1e293b 100%);
      color: #fff;
      position: relative; overflow: hidden;
    }
    .contact-modern::before {
      content: '';
      position: absolute; top: -50%; right: -20%;
      width: 60%; height: 200%;
      background: radial-gradient(circle, rgba(242,82,30,.1) 0%, transparent 70%);
      z-index: 0;
    }
    .contact-modern .section-title { color: #fff; }
    .contact-grid {
      display: grid; grid-template-columns: 1fr 1fr;
      gap: 56px; position: relative; z-index: 1;
    }
    .contact-info { padding-right: 16px; }
    .contact-header { margin-bottom: 42px; }
    .contact-header h2 {
      font-family: 'Cormorant Garamond', Georgia, serif;
      color: #fff; font-size: clamp(1.8rem,3vw,2.5rem); line-height: 1.1; margin: 16px 0 12px;
    }
    .contact-subtitle { font-size: 1.05rem; color: rgba(255,255,255,.68); line-height: 1.65; }
    .contact-methods { display: flex; flex-direction: column; gap: 14px; }
    .contact-method {
      display: flex; align-items: center; gap: 18px;
      padding: 18px 20px;
      background: rgba(255,255,255,.05);
      border: 1px solid rgba(255,255,255,.09);
      border-radius: var(--r-lg);
      text-decoration: none; color: #fff;
      transition: all .25s ease;
    }
    .contact-method:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.18); transform: translateX(4px); }
    .method-icon {
      width: 52px; height: 52px; border-radius: var(--r-md);
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .method-icon.whatsapp { background: linear-gradient(135deg, #25D366, #128C7E); }
    .method-icon.clock { background: linear-gradient(135deg, #8B5CF6, #7C3AED); }
    .method-icon.location { background: linear-gradient(135deg, #3B82F6, #1D4ED8); }
    .method-content h4 { font-size: 1rem; margin: 0 0 3px; color: #fff; font-family: 'Plus Jakarta Sans', sans-serif; }
    .method-content p { margin: 0; font-size: .88rem; color: rgba(255,255,255,.65); line-height: 1.5; }
    .method-action { margin-left: auto; color: rgba(255,255,255,.4); transition: color .2s; }
    .contact-method:hover .method-action { color: #fff; }

    /* Contact Form Card */
    .contact-form-wrapper { position: relative; }
    .contact-form-card {
      background: #fff;
      border-radius: var(--r-xl);
      padding: 38px;
      box-shadow: 0 24px 70px rgba(0,0,0,.22);
      border: 1px solid rgba(226,232,240,.7);
    }
    .form-title {
      font-family: 'Cormorant Garamond', Georgia, serif;
      font-size: 1.9rem; color: var(--text-main); margin-bottom: 6px; font-weight: 700;
    }
    .form-subtitle { font-size: .9rem; color: var(--text-muted); margin-bottom: 28px; }
    .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }

    /* Floating labels */
    .form-group.floating { position: relative; margin-bottom: 18px; }
    .form-group.floating input,
    .form-group.floating textarea,
    .form-group.floating select {
      padding-top: 24px; padding-bottom: 10px;
      height: 56px;
      border-radius: var(--r-md);
      border: 1.5px solid var(--border);
      background: #fff;
      font-size: .92rem;
    }
    .form-group.floating textarea { height: auto; min-height: 110px; padding-top: 30px; resize: vertical; }
    .form-group.floating label {
      position: absolute; top: 18px; left: 16px;
      color: var(--text-muted); font-size: .9rem;
      pointer-events: none;
      transition: all .2s ease;
      font-weight: 500; background: transparent;
    }
    .form-group.floating input:focus + label,
    .form-group.floating input:not(:placeholder-shown) + label,
    .form-group.floating textarea:focus + label,
    .form-group.floating textarea:not(:placeholder-shown) + label,
    .form-group.floating select:valid + label {
      top: 8px; font-size: .73rem; font-weight: 700;
      color: var(--primary); letter-spacing: .02em;
    }
    .form-group.floating input:focus,
    .form-group.floating textarea:focus,
    .form-group.floating select:focus {
      border-color: var(--primary);
      box-shadow: 0 0 0 3px rgba(242,82,30,.1);
      outline: none;
    }
    .form-hint { font-size: .8rem; color: var(--text-light); margin-top: 5px; padding-left: 2px; }
    .contact-form .btn.primary.full-width { width: 100%; padding: 14px; font-size: .95rem; letter-spacing: .02em; }
    .form-privacy { font-size: .78rem; color: var(--text-light); margin-top: 16px; line-height: 1.5; text-align: center; }
    select.form-control { appearance: none; cursor: pointer; }
    .aura-contact .form-group.floating select + label {
      top: -10px; left: 14px; transform: none;
      font-size: .73rem; padding: 0 6px;
      color: var(--primary); background: #fff; font-weight: 700;
    }
    .contact-form input[type="date"] { padding-right: 48px; }
    .contact-form input[type="date"]::-webkit-calendar-picker-indicator { cursor: pointer; }

    /* ═══════════════════════════════════════
       FOOTER
    ═══════════════════════════════════════ */
    footer {
      background: var(--primary) !important;
      color: rgba(255,255,255,.9);
      border-top: 1px solid rgba(255,255,255,.1);
      padding: 50px 0 20px;
      position: relative; overflow: hidden;
    }
    footer::before {
      content: '';
      position: absolute; top: 0; left: 0; right: 0; bottom: 0;
      background:
        radial-gradient(ellipse 60% 50% at 100% 0%, rgba(255,255,255,.08), transparent 55%),
        radial-gradient(ellipse 40% 40% at 0% 100%, rgba(0,0,0,.12), transparent 60%);
      pointer-events: none;
    }
    footer .container { position: relative; z-index: 1; }
    .footer-grid {
      display: grid; grid-template-columns: 1.2fr .9fr .9fr;
      gap: 28px; align-items: start; margin-bottom: 28px;
    }
    .footer-brand { display: flex; gap: 14px; align-items: flex-start; }
    .footer-logo {
      width: auto; height: auto;
      background: none; border: 0; box-shadow: none; padding: 0;
    }
    .footer-logo img { height: 42px; width: auto; object-fit: contain; filter: none; }
    .footer-brand-line { display: flex; align-items: center; gap: 12px; }
    .footer-brand-line span { font-size: .95rem; font-weight: 700; line-height: 1.2; color: #fff; }
    .footer-brand p { margin: 10px 0 0; color: rgba(255,255,255,.78); font-size: .88rem; line-height: 1.6; }
    .footer-col h4 { font-size: .82rem; font-weight: 800; color: rgba(255,255,255,.55); margin: 0 0 12px; letter-spacing: .08em; text-transform: uppercase; font-family: 'Plus Jakarta Sans', sans-serif; }
    .footer-links { display: flex; flex-direction: column; gap: 6px; }
    .footer-links a {
      color: rgba(255,255,255,.82) !important; font-weight: 600; font-size: .88rem;
      padding: 7px 10px; border-radius: 10px; width: fit-content;
      transition: color .2s, background .2s;
    }
    .footer-links a:hover { color: #fff !important; background: rgba(255,255,255,.12); }
    .footer-meta {
      display: flex; justify-content: space-between; gap: 12px;
      align-items: center;
      padding-top: 18px;
      border-top: 1px solid rgba(255,255,255,.15);
      color: rgba(255,255,255,.6) !important;
      font-size: .82rem; flex-wrap: wrap;
    }
    .footer-meta a { color: rgba(255,255,255,.9) !important; }
    .footer-meta a:hover { color: #fff !important; }

    /* ═══════════════════════════════════════
       MODAL
    ═══════════════════════════════════════ */
    .modal {
      position: fixed; inset: 0; z-index: 999;
      background: rgba(0,0,0,.88);
      display: none; align-items: center; justify-content: center;
      padding: 20px;
      backdrop-filter: blur(8px);
    }
    .modal.open { display: flex; }
    .modal-content {
      position: relative;
      max-width: 920px; width: 100%;
      max-height: 90vh;
      border-radius: var(--r-xl);
      overflow: hidden;
      box-shadow: 0 32px 80px rgba(0,0,0,.6);
      background: #000;
      border: 1px solid rgba(255,255,255,.06);
    }
    .modal-close {
      position: absolute; top: 14px; right: 14px; z-index: 10;
      width: 40px; height: 40px; border-radius: 999px;
      background: rgba(0,0,0,.5);
      border: 1px solid rgba(255,255,255,.15);
      color: #fff; font-size: 1.4rem;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer;
      transition: background .2s, border-color .2s, transform .15s;
      font-family: sans-serif; line-height: 1;
    }
    .modal-close:hover { background: rgba(242,82,30,.9); border-color: rgba(242,82,30,.9); transform: scale(1.06); }

    .promo-modal-grid {
      display: grid; grid-template-columns: 1.25fr .75fr;
      height: 90vh; max-height: 90vh;
    }
    .promo-modal-media {
      background: #000;
      display: flex; align-items: center; justify-content: center;
      padding: 14px;
    }
    .modal-img { width: 100%; height: 100%; object-fit: contain; display: block; border-radius: 12px; }
    .promo-modal-info {
      background: linear-gradient(180deg, rgba(11,18,32,.98), rgba(10,19,36,.98));
      border-left: 1px solid rgba(255,255,255,.08);
      padding: 20px 20px 18px;
      overflow: auto; color: rgba(255,255,255,.9);
    }
    .promo-modal-title { font-size: 1.2rem; line-height: 1.15; font-weight: 800; margin: 6px 0 8px; font-family: 'Plus Jakarta Sans', sans-serif; }
    .promo-modal-dest { font-size: .9rem; color: rgba(255,255,255,.65); margin-bottom: 12px; }
    .promo-modal-price {
      display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap;
      padding: 12px; border-radius: var(--r-md);
      background: rgba(242,82,30,.12);
      border: 1px solid rgba(242,82,30,.22);
      margin: 10px 0 14px;
    }
    .promo-modal-price strong { font-size: 1.4rem; letter-spacing: -0.02em; }
    .promo-modal-price span { color: rgba(255,255,255,.7); font-weight: 600; }
    .promo-modal-block { margin: 12px 0; }
    .promo-modal-block h4 {
      font-size: .78rem; margin: 0 0 8px;
      color: rgba(255,255,255,.6); letter-spacing: .08em;
      text-transform: uppercase; font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 700;
    }
    .promo-modal-block p { margin: 0; color: rgba(255,255,255,.88); font-size: .92rem; }
    .promo-modal-list { margin: 0; padding-left: 18px; color: rgba(255,255,255,.88); }
    .promo-modal-list li { margin: 6px 0; font-size: .9rem; }
    .promo-modal-actions { display: flex; gap: 10px; margin-top: 16px; }
    .promo-modal-actions a { flex: 1; text-align: center; }
    .promo-modal-actions .btn { width: 100%; }

    /* ═══════════════════════════════════════
       MOBILE CAROUSEL
    ═══════════════════════════════════════ */
    .carousels-mobile { display: none; }
    .m-carousel {
      margin-bottom: 24px; padding-bottom: 10px;
      overflow-x: auto; display: flex; gap: 16px;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      padding-left: 20px; padding-right: 20px;
      margin-left: -20px; margin-right: -20px;
    }
    .m-carousel::-webkit-scrollbar { height: 4px; }
    .m-carousel::-webkit-scrollbar-track { background: rgba(0,0,0,.05); border-radius: 2px; }
    .m-carousel::-webkit-scrollbar-thumb { background: rgba(242,82,30,.3); border-radius: 2px; }
    .m-card {
      min-width: 280px; scroll-snap-align: center;
      border-radius: var(--r-lg);
      overflow: hidden;
      border: 1px solid var(--border);
      position: relative;
      background: #0d1525;
      box-shadow: var(--shadow-md);
    }
    .m-card img {
      width: 100%; height: 340px;
      object-fit: contain; background: #0d1525; padding: 8px;
    }
    .m-meta {
      position: static; padding: 14px 16px;
      background: #fff;
      border-top: 1px solid rgba(226,232,240,.9);
    }
    .m-title { font-weight: 800; font-size: .88rem; color: #0b0f18; }
    .m-cta {
      margin-top: 10px; display: inline-flex; align-items: center; justify-content: center;
      background: linear-gradient(135deg, #25D366, #1db954);
      color: #fff; border-radius: 999px; padding: 8px 14px;
      font-weight: 800; font-size: .78rem;
      box-shadow: 0 6px 16px rgba(37,211,102,.2);
      transition: transform .15s ease;
    }
    .m-cta:hover { transform: translateY(-1px); }

    /* Info logo */
    .info-logo { margin: 1.8rem 0 2.2rem; }
    .info-logo img { max-width: 180px; width: 100%; height: auto; opacity: .95; }

    /* ═══════════════════════════════════════
       RESPONSIVE
    ═══════════════════════════════════════ */
    @media (max-width: 1100px) {
      .services-grid-pro { grid-template-columns: repeat(2, minmax(0,1fr)); }
      .why-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    }
    @media (max-width: 980px) {
      .hero { padding-top: 110px; }
      .hero-content { grid-template-columns: 1fr !important; text-align: left !important; }
      .hero-widget { display: block !important; max-width: 560px; width: 100%; }
      .hero-text h1 { max-width: none; }
      .story-grid { grid-template-columns: 1fr; }
      .nav-links { display: none; }
      .nav-toggle { display: flex; }
      .brand { min-width: unset; }
      .contact-grid { grid-template-columns: 1fr; gap: 36px; }
      .contact-info { padding-right: 0; }
      .promo-modal-grid { grid-template-columns: 1fr; height: auto; max-height: 90vh; }
      .promo-modal-media { padding: 10px; }
      .promo-modal-info { border-left: 0; border-top: 1px solid rgba(255,255,255,.08); }
      .modal-img { height: auto; max-height: 56vh; }
    }
    @media (max-width: 640px) {
      .hero-text h1 { font-size: 2.4rem; }
      .services-grid-pro, .why-grid { grid-template-columns: 1fr; }
      .hero-legal-line span { width: 100%; justify-content: center; text-align: center; }
      .gal-frame { height: clamp(200px,40vh,360px); }
      .footer-grid { grid-template-columns: 1fr; }
      .footer-meta { justify-content: center; text-align: center; }
      .footer-brand-line { align-items: flex-start; }
    }
    @media (max-width: 600px) {
      .filters-bar { flex-direction: column; align-items: stretch; }
      .search-input { width: 100%; min-width: unset; }
      .promo-grid { display: none; }
      .carousels-mobile { display: block !important; }
      .form-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 420px) {
      .promo-title { font-size: .93rem; }
      .promo-cta { font-size: .74rem; padding: 8px 10px; }
    }

    /* ═══════════════════════════════════════
       TRANSPORT SECTION (preserved functional)
    ═══════════════════════════════════════ */
    .transport-modern { background: var(--bg-body); }
    .transport-card {
      background: #fff; border-radius: var(--r-xl); padding: 36px;
      box-shadow: var(--shadow-md); border: 1px solid var(--border);
      max-width: 800px; margin: 0 auto;
    }
    .transport-tabs {
      display: flex; gap: 10px; margin-bottom: 28px; padding-bottom: 20px;
      border-bottom: 1px solid var(--border);
    }
    .transport-tab {
      display: flex; align-items: center; gap: 10px;
      padding: 12px 22px; background: transparent;
      border: 1.5px solid transparent; border-radius: var(--r-md);
      font-weight: 700; color: var(--text-muted); cursor: pointer;
      transition: all .25s ease; font-family: 'Plus Jakarta Sans', sans-serif;
    }
    .transport-tab:hover { background: rgba(242,82,30,.05); color: var(--primary); }
    .transport-tab.active { background: rgba(242,82,30,.1); color: var(--primary); border-color: rgba(242,82,30,.22); }
    .tab-icon { width: 22px; height: 22px; display: flex; align-items: center; justify-content: center; }
    .transport-form { display: flex; flex-direction: column; gap: 22px; }
    .calendar-icon { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); color: var(--text-light); pointer-events: none; }
    .passenger-controls { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); display: flex; gap: 4px; }
    .passenger-btn {
      width: 28px; height: 28px; border-radius: 8px;
      border: 1.5px solid var(--border); background: #fff;
      display: flex; align-items: center; justify-content: center;
      font-size: .95rem; font-weight: 700; cursor: pointer; transition: all .2s ease;
    }
    .passenger-btn:hover { background: var(--primary); color: #fff; border-color: var(--primary); }
    .form-note { text-align: center; font-size: .88rem; color: var(--text-muted); margin-top: 14px; display: flex; align-items: center; justify-content: center; gap: 8px; }
    .transport-info { display: flex; justify-content: center; gap: 28px; margin-top: 36px; flex-wrap: wrap; }
    .info-item { display: flex; align-items: center; gap: 10px; }
    .info-icon { width: 30px; height: 30px; background: rgba(242,82,30,.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--primary); font-weight: 700; font-size: .85rem; }
    .info-text { font-size: .9rem; font-weight: 600; color: var(--text-main); }
    @media (max-width: 768px) {
      .transport-card { padding: 22px; }
      .transport-tabs { flex-direction: column; }
      .transport-info { flex-direction: column; align-items: flex-start; gap: 18px; }
    }

    /* ═══════════════════════════════════════
       INFO MODERN (preserved functional)
    ═══════════════════════════════════════ */
    .info-modern {
      background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
      position: relative; overflow: hidden;
    }
    .info-modern::before {
      content: ''; position: absolute; top: 0; right: 0; width: 40%; height: 100%;
      background: linear-gradient(135deg, rgba(242,82,30,.03), transparent);
      z-index: 0;
    }
    .info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; position: relative; z-index: 1; }
    .info-content { padding-right: 16px; }
    .info-badge { margin-bottom: 22px; }
    .info-title { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2.6rem; line-height: 1.1; margin-bottom: 22px; letter-spacing: -0.03em; }
    .info-title .highlight { background: linear-gradient(135deg, var(--primary), #ff8c5a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .info-description { font-size: 1.08rem; line-height: 1.65; color: var(--text-muted); margin-bottom: 28px; }
    .info-stats { display: flex; gap: 28px; margin-bottom: 36px; padding: 18px 0; border-top: 2px solid rgba(242,82,30,.1); border-bottom: 2px solid rgba(242,82,30,.1); }
    .stat-item { text-align: center; }
    .stat-number { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2.4rem; font-weight: 700; background: linear-gradient(135deg, var(--primary), #ff8c5a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 5px; }
    .stat-label { font-size: .85rem; color: var(--text-muted); font-weight: 600; }
    .info-actions { display: flex; gap: 14px; flex-wrap: wrap; }
    .btn.with-icon { display: inline-flex; align-items: center; gap: 10px; }
    .btn.full-width { width: 100%; }
    .features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
    .feature-card {
      background: #fff; border: 1px solid rgba(226,232,240,.8); border-radius: var(--r-lg);
      padding: 22px; transition: all .25s ease; position: relative; overflow: hidden;
    }
    .feature-card::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: linear-gradient(180deg, var(--primary), rgba(242,82,30,.2)); opacity: 0; transition: opacity .25s ease; }
    .feature-card:hover::before { opacity: 1; }
    .feature-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: rgba(242,82,30,.18); }
    .feature-icon { width: 50px; height: 50px; background: rgba(242,82,30,.08); border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
    .feature-content h4 { font-size: 1.05rem; margin-bottom: 6px; color: var(--text-main); }
    .feature-content p { font-size: .9rem; line-height: 1.5; color: var(--text-muted); margin: 0; }
    @media (max-width: 1024px) { .info-grid { grid-template-columns: 1fr; gap: 36px; } .info-content { padding-right: 0; } .features-grid { grid-template-columns: repeat(2,1fr); } }
    @media (max-width: 768px) { .info-title { font-size: 2.1rem; } .features-grid { grid-template-columns: 1fr; } }

    /* tab-nav / tab-btn (for transport section) */
    .tab-nav { display: flex; border-bottom: 1px solid var(--border); margin-bottom: 18px; }
    .tab-btn {
      padding: 11px 20px; cursor: pointer; font-weight: 700;
      color: var(--text-muted); border-bottom: 2px solid transparent;
      margin-bottom: -1px; user-select: none; font-family: 'Plus Jakarta Sans', sans-serif;
      transition: color .2s, border-color .2s;
    }
    .tab-btn.active { color: var(--primary); border-bottom-color: var(--primary); }

    /* SECTION SLAB styles (preserved) */
    .section-slab { background: #fff; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); position: relative; overflow: hidden; }
    .section-slab::before { content: ""; position: absolute; inset: -200px -200px auto -200px; height: 360px; background: radial-gradient(closest-side at 20% 40%, rgba(242,82,30,.1), transparent 70%); pointer-events: none; }
    .section-inner { position: relative; z-index: 1; }
    .info-pro { display: grid; grid-template-columns: 1.05fr .95fr; gap: 26px; align-items: stretch; }
    .info-panel { padding: 24px; border-radius: var(--r-xl); border: 1px solid var(--border); background: linear-gradient(180deg, #fff, rgba(248,250,252,.92)); box-shadow: var(--shadow-md); }
    .kpi-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 18px; }
    .kpi { border: 1px solid var(--border); background: #fff; border-radius: var(--r-md); padding: 12px; box-shadow: var(--shadow-xs); }
    .kpi .k { font-weight: 900; letter-spacing: -.02em; }
    .kpi .v { margin-top: 2px; font-size: .85rem; color: var(--text-muted); }
    .feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .feature-pro { border: 1px solid var(--border); background: #fff; border-radius: var(--r-lg); padding: 14px; box-shadow: var(--shadow-xs); display: flex; gap: 12px; align-items: flex-start; }
    .icon-badge { width: 40px; height: 40px; border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; background: var(--primary-light); border: 1px solid rgba(242,82,30,.18); flex: 0 0 auto; }
    .icon-badge svg { width: 20px; height: 20px; fill: var(--primary); }
    .feature-pro b { display: block; font-weight: 800; margin: 1px 0 4px; }
    .feature-pro span { display: block; font-size: .88rem; color: var(--text-muted); line-height: 1.45; }
    .transport-pro { display: grid; grid-template-columns: .95fr 1.05fr; gap: 22px; align-items: start; }
    .transport-side { padding: 22px; border-radius: var(--r-xl); border: 1px solid var(--border); background: linear-gradient(180deg, rgba(242,82,30,.07), rgba(255,255,255,.92)); box-shadow: var(--shadow-md); }
    .transport-side .chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
    .chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; border: 1px solid rgba(226,232,240,.9); background: rgba(255,255,255,.85); font-weight: 800; font-size: .88rem; color: var(--text-main); }
    .chip svg { width: 16px; height: 16px; fill: var(--primary); }
    .tab-pro { display: flex; gap: 8px; padding: 5px; border-radius: 999px; background: rgba(15,23,42,.03); border: 1px solid rgba(226,232,240,.9); margin-bottom: 16px; }
    .tab-pro .tab-btn { flex: 1; text-align: center; border-radius: 999px; border: 1px solid transparent; padding: 9px 14px; font-weight: 800; color: var(--text-muted); }
    .tab-pro .tab-btn.active { color: var(--primary); background: #fff; border-color: rgba(242,82,30,.22); box-shadow: var(--shadow-sm); }
    .form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    .helper-note { margin-top: 10px; padding: 12px 14px; border-radius: var(--r-md); border: 1px dashed rgba(226,232,240,1); background: rgba(248,250,252,.9); color: var(--text-muted); font-size: .88rem; text-align: center; }
    .contact-pro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; align-items: start; }
    .contact-card { padding: 22px; border-radius: var(--r-xl); border: 1px solid var(--border); background: #fff; box-shadow: var(--shadow-md); }
    .contact-list { display: flex; flex-direction: column; gap: 10px; margin-top: 14px; }
    .c-row { display: flex; gap: 12px; align-items: flex-start; padding: 12px; border-radius: var(--r-lg); border: 1px solid var(--border); background: rgba(248,250,252,.9); }
    .c-ico { width: 40px; height: 40px; border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; background: rgba(15,23,42,.05); border: 1px solid rgba(15,23,42,.07); flex: 0 0 auto; }
    .c-ico svg { width: 18px; height: 18px; fill: var(--text-main); }
    .c-row b { display: block; font-weight: 800; margin: 1px 0 3px; }
    .c-row span { display: block; color: var(--text-muted); font-size: .9rem; line-height: 1.45; }
    .section-head { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
    .section-head.center { text-align: center; align-items: center; }
    .section-eyebrow { display: inline-flex; align-items: center; gap: 10px; }
    .section-subtitle { color: var(--text-muted); max-width: 62ch; font-size: 1rem; }
    @media (max-width: 980px) { .info-pro, .transport-pro, .contact-pro { grid-template-columns: 1fr; } .kpi-row { grid-template-columns: 1fr; } .feature-grid { grid-template-columns: 1fr; } }

/* ===== INLINE <style> BLOCK #2 ===== */
html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  body.menu-open {
    overflow: hidden !important;
    touch-action: none;
  }

  body, .nav, .nav-inner, .brand, .brand-text, .hero, .hero-content,
  .filters-bar, .search-input, .promo-grid, .promo-card, .story-grid,
  .story-panel, .story-stack, .story-mini, .services-grid-pro, .why-grid,
  .contact-grid, .footer-grid, .info-grid, .info-pro, .transport-pro,
  .kpi-row, .feature-grid, .form-grid, .form-row-2, .container {
    min-width: 0;
  }

  .nav {
    overflow: visible;
  }

  .nav-inner {
    min-width: 0;
  }

  .brand {
    min-width: 0;
    flex: 1 1 auto;
    max-width: 100%;
  }

  .brand-badge {
    flex: 0 0 auto;
  }

  .brand-badge img {
    max-width: 44px;
    height: auto;
  }

  .brand-text {
    min-width: 0;
    flex: 1 1 auto;
  }

  .brand-text .t1 {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.02;
  }

  .nav-toggle {
    flex: 0 0 42px;
    margin-left: auto;
  }

  .mobile-menu {
    display: none !important;
    max-height: calc(100dvh - var(--header-h));
    overflow-y: auto;
    overscroll-behavior: contain;
  }

  .mobile-menu.open {
    display: block !important;
  }

  .search-input,
  .search-input input,
  .promo-card,
  .story-panel,
  .story-mini,
  .service-pro-card,
  .why-card,
  .contact-form-card,
  .transport-card,
  .info-panel,
  .transport-side {
    width: 100%;
    max-width: 100%;
  }

  @media (min-width: 981px) {
    .mobile-menu,
    .mobile-menu.open {
      display: none !important;
    }
  }

  @media (max-width: 980px) {
    .nav {
      height: auto;
      min-height: var(--header-h);
    }

    .nav .container,
    .mobile-menu .container {
      padding-left: 16px;
      padding-right: 16px;
    }

    .nav-inner {
      min-height: var(--header-h);
      gap: 10px;
    }

    .nav-links {
      display: none !important;
    }

    .nav-toggle {
      display: inline-flex !important;
      align-self: center;
    }

    .brand {
      max-width: calc(100% - 54px);
    }

    .brand-text .t1 {
      font-size: clamp(.90rem, 4vw, 1rem);
    }

    .brand-text .t2 {
      font-size: .68rem;
    }

    .hero {
      padding-top: 96px;
    }

    .hero-content {
      grid-template-columns: 1fr !important;
      gap: 28px;
    }

    .hero-widget {
      max-width: 100% !important;
      width: 100%;
    }

    .filters-bar {
      gap: 14px;
    }

    .search-input {
      width: 100%;
      min-width: 0 !important;
    }

    .search-input input {
      width: 100%;
    }

    .story-grid,
    .contact-grid,
    .footer-grid,
    .info-grid,
    .info-pro,
    .transport-pro,
    .services-grid-pro,
    .why-grid,
    .kpi-row,
    .feature-grid,
    .form-row-2 {
      grid-template-columns: 1fr !important;
    }

    .promo-grid {
      grid-template-columns: 1fr;
    }

    .promo-card {
      max-width: 100% !important;
      margin-inline: auto;
    }

    .m-carousel {
      padding-left: 16px;
      padding-right: 16px;
      margin-left: -16px;
      margin-right: -16px;
    }

    .m-card {
      min-width: min(82vw, 300px);
    }
  }

  @media (max-width: 600px) {
    .section {
      padding: 58px 0;
    }

    .container {
      padding-left: 16px;
      padding-right: 16px;
    }

    .filters-bar {
      flex-direction: column;
      align-items: stretch;
    }

    .promo-grid {
      display: none !important;
    }

    .carousels-mobile {
      display: block !important;
    }

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

    .hero-cta {
      flex-direction: column;
      align-items: stretch;
    }

    .hero-cta .btn {
      width: 100%;
    }

    .hero-legal-line span {
      width: 100%;
      justify-content: center;
      text-align: center;
    }

    .mobile-menu .cta-row {
      flex-direction: column;
    }

    .mobile-menu .cta-row a {
      width: 100%;
    }
  }

  @media (max-width: 420px) {
    .nav-inner {
      gap: 8px;
    }

    .brand-badge img {
      max-width: 38px;
    }

    .brand-text .t1 {
      font-size: .86rem;
    }

    .m-card {
      min-width: 84vw;
    }
  }

/* ===== INLINE <style> BLOCK #3 ===== */
.logo-box{
      width:100%;
      display:flex;
      align-items:center;
      justify-content:center;
      padding:20px 0;
      position:relative;
      isolation:isolate;
    }
    
    .logo-box::after{
      content:"";
      position:absolute;
      inset:auto;
      width:140px;
      height:140%;
      left:-25%;
      top:-20%;
      background:linear-gradient(
        115deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0) 35%,
        rgba(255,255,255,.38) 50%,
        rgba(255,255,255,0) 65%,
        rgba(255,255,255,0) 100%
      );
      transform:skewX(-22deg);
      filter:blur(8px);
      pointer-events:none;
      mix-blend-mode:screen;
      animation:logoSweep 4.6s ease-in-out infinite;
      z-index:2;
    }
    
    .logo-box img{
      display:block;
      width:min(100%, 500px);
      height:auto;
      max-height:220px;
      object-fit:contain;
      position:relative;
      z-index:1;
      filter:drop-shadow(0 14px 30px rgba(0,0,0,.10));
      animation:logoBreath 4.6s ease-in-out infinite;
      transform-origin:center;
    }
    
    @keyframes logoSweep{
      0%, 18%{
        left:-30%;
        opacity:0;
      }
      24%{
        opacity:1;
      }
      48%{
        left:70%;
        opacity:1;
      }
      58%, 100%{
        left:85%;
        opacity:0;
      }
    }
    
    @keyframes logoBreath{
      0%, 100%{
        transform:translateY(0) scale(1);
      }
      50%{
        transform:translateY(-4px) scale(1.012);
      }
    }
    
    @media (max-width: 575.98px){
      .logo-box{
        padding:14px 0;
      }
    
      .logo-box::after{
        width:90px;
        filter:blur(6px);
      }
    
      .logo-box img{
        width:min(100%, 330px);
        max-height:150px;
      }
    }
    
    @media (prefers-reduced-motion: reduce){
      .logo-box::after,
      .logo-box img{
        animation:none;
      }
    }

/* ===== INLINE <style> BLOCK #4 ===== */
/* ═══════════════════════════════════════════
         LAYOUT
      ═══════════════════════════════════════════ */
      .wrap{width:min(calc(100% - 40px), var(--max));margin:0 auto}
      .sec{padding:120px 0;position:relative}
      .divider{width:100%;height:1px;background:var(--line)}
     /* ═══════════════════════════════════════════
         LOGO TICKER — FIXED
      ═══════════════════════════════════════════ */
      .logo-band{
        padding:26px 0;
        border-top:1px solid var(--line);
        border-bottom:1px solid var(--line-2);
        background:var(--bg-1);
        overflow:hidden;
        position:relative;
      }
      .logo-band::before,.logo-band::after{
        content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2;pointer-events:none;
      }
      .logo-band::before{left:0;background:linear-gradient(90deg,var(--bg-1) 0%,transparent 100%)}
      .logo-band::after{right:0;background:linear-gradient(270deg,var(--bg-1) 0%,transparent 100%)}
      .logo-track{
        display:flex;align-items:center;gap:56px;
        width:max-content;
        animation:marquee 24s linear infinite;
        white-space:nowrap;
      }
      .logo-band:hover .logo-track{animation-play-state:paused}
      .logo-item{
        display:inline-flex;align-items:center;justify-content:center;
        flex-shrink:0;min-width:110px;height:42px;
        opacity:.55;
        filter:grayscale(1) brightness(1.1) contrast(1.05);
        transition:transform .25s ease,opacity .25s ease,filter .25s ease;
      }
      .logo-item:hover{opacity:1;filter:none;transform:translateY(-2px)}
      .logo-item img{max-height:32px;width:auto;max-width:110px;object-fit:contain;display:block}
      @keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ===== INLINE <style> BLOCK #5 ===== */
/* ═══════════════════════════════════════════
        LAYOUT
     ═══════════════════════════════════════════ */
     .wrap{width:min(calc(100% - 40px), var(--max));margin:0 auto}
     .sec{padding:120px 0;position:relative}
     .divider{width:100%;height:1px;background:var(--line)}
    /* ═══════════════════════════════════════════
        LOGO TICKER — FIXED
     ═══════════════════════════════════════════ */
     .logo-band{
       padding:26px 0;
       border-top:1px solid var(--line);
       border-bottom:1px solid var(--line-2);
       background:var(--bg-1);
       overflow:hidden;
       position:relative;
     }
     .logo-band::before,.logo-band::after{
       content:"";position:absolute;top:0;bottom:0;width:100px;z-index:2;pointer-events:none;
     }
     .logo-band::before{left:0;background:linear-gradient(90deg,var(--bg-1) 0%,transparent 100%)}
     .logo-band::after{right:0;background:linear-gradient(270deg,var(--bg-1) 0%,transparent 100%)}
     .logo-track{
       display:flex;align-items:center;gap:56px;
       width:max-content;
       animation:marquee 24s linear infinite;
       white-space:nowrap;
     }
     .logo-band:hover .logo-track{animation-play-state:paused}
     .logo-item{
       display:inline-flex;align-items:center;justify-content:center;
       flex-shrink:0;min-width:110px;height:42px;
       opacity:.55;
       filter:grayscale(1) brightness(1.1) contrast(1.05);
       transition:transform .25s ease,opacity .25s ease,filter .25s ease;
     }
     .logo-item:hover{opacity:1;filter:none;transform:translateY(-2px)}
     .logo-item img{max-height:32px;width:auto;max-width:110px;object-fit:contain;display:block}
     @keyframes marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* ===== INLINE <style> BLOCK #6 ===== */
:root{
        --wa: #25D366; --wa-dark: #128C7E;
        --kt-accent: var(--accent, #f2521e);
        --kt-accent-dark: #d63d0e;
      }
      .wa-float{ position:fixed; right:20px; bottom:20px; z-index:9999; font-family:'Plus Jakarta Sans',sans-serif; }
      .wa-stack{ display:flex; flex-direction:column; align-items:flex-end; gap:10px; }

      .ig-btn{
        background: linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4);
        color:#fff; width:50px; height:50px; border-radius:50%;
        display:grid; place-items:center;
        box-shadow:0 8px 24px rgba(0,0,0,.22);
        text-decoration:none; border:0; cursor:pointer;
        transition:transform .3s cubic-bezier(.34,1.56,.64,1), box-shadow .3s;
      }
      .ig-btn:hover{ transform:translateY(-3px) scale(1.05); box-shadow:0 14px 32px rgba(0,0,0,.3); }

      .fb-btn{
        background: linear-gradient(135deg,#1877F2,#0f5dc7);
        color:#fff; width:50px; height:50px; border-radius:50%;
        display:grid; place-items:center;
        box-shadow:0 8px 24px rgba(0,0,0,.22);
        text-decoration:none; border:0; cursor:pointer;
        transition:transform .3s cubic-bezier(.34,1.56,.64,1), box-shadow .3s;
      }
      .fb-btn:hover{ transform:translateY(-3px) scale(1.05); box-shadow:0 14px 32px rgba(0,0,0,.3); }

      .wa-btn{
        background: linear-gradient(135deg,var(--wa),var(--wa-dark));
        color:#fff; border:0; width:58px; height:58px; border-radius:50%;
        display:grid; place-items:center;
        box-shadow:0 10px 28px rgba(37,211,102,.3);
        cursor:pointer;
        transition:transform .3s cubic-bezier(.34,1.56,.64,1), box-shadow .3s;
        position:relative; overflow:hidden;
      }
      .wa-btn:hover{ transform:translateY(-3px) scale(1.06); box-shadow:0 16px 40px rgba(37,211,102,.38); }

      .wa-card{
        position:absolute; right:0; bottom:76px;
        width:min(360px, 92vw);
        background:#fff; color:#111827;
        border-radius:20px; overflow:hidden;
        box-shadow:0 20px 60px rgba(0,0,0,.28);
        border:1px solid rgba(0,0,0,.08);
        transform:translateY(12px); opacity:0;
        transition:transform .3s cubic-bezier(.34,1.56,.64,1), opacity .25s ease;
        z-index:1;
      }
      .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(180deg,#fff,#fafafa);
        border-bottom:1px solid rgba(0,0,0,.07);
        position:relative;
      }
      .wa-head::before{ content:""; position:absolute; left:0; top:0; width:100%; height:3px; background:linear-gradient(90deg, var(--kt-accent), rgba(242,82,30,.3)); }

      .wa-avatar{ width:38px; height:38px; border-radius:10px; background:#fff; display:grid; place-items:center; border:1.5px solid rgba(242,82,30,.3); overflow:hidden; }
      .wa-title{ font-weight:800; font-size:.98rem; }
      .wa-status{ font-size:.78rem; color:rgba(17,24,39,.6); display:flex; align-items:center; gap:5px; }
      .wa-status::before{ content:""; width:7px; height:7px; border-radius:50%; background:var(--kt-accent); animation:pulse-dot 2s ease-in-out infinite; }
      .wa-close{ margin-left:auto; background:transparent; color:#111827; border:0; font-size:22px; cursor:pointer; opacity:.55; width:30px; height:30px; border-radius:50%; display:flex; align-items:center; justify-content:center; transition:.2s; }
      .wa-close:hover{ opacity:1; background:rgba(0,0,0,.07); }

      .wa-body{ padding:12px 14px; max-height:38vh; overflow:auto; display:flex; flex-direction:column; gap:8px; background:#fff; }
      .wa-bubble{ max-width:88%; padding:10px 13px; border-radius:14px; line-height:1.4; box-shadow:0 3px 10px rgba(0,0,0,.1); font-size:.9rem; }
      .wa-bot{ background:#f3f4f6; border:1px solid rgba(0,0,0,.06); align-self:flex-start; border-bottom-left-radius:4px; color:#111827; }
      .wa-user{ background:var(--kt-accent); color:#fff; align-self:flex-end; border-bottom-right-radius:4px; }

      .wa-compose{ display:grid; grid-template-columns:1fr auto; gap:8px; padding:10px; border-top:1px solid rgba(0,0,0,.07); background:#fff; }
      .wa-compose textarea{ resize:none; border-radius:10px; padding:10px 12px; border:1.5px solid rgba(0,0,0,.1); background:#f9fafb; color:#111827; outline:none; min-height:42px; font-family:inherit; font-size:.88rem; transition:.2s; }
      .wa-compose textarea:focus{ border-color:var(--kt-accent); box-shadow:0 0 0 3px rgba(242,82,30,.12); }
      .wa-send{ background:var(--kt-accent); color:#fff; border:0; border-radius:10px; padding:0 16px; font-weight:800; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:.2s; }
      .wa-send:hover{ background:var(--kt-accent-dark); transform:scale(1.05); }

      .wa-body::-webkit-scrollbar{ width:5px; }
      .wa-body::-webkit-scrollbar-track{ background:rgba(0,0,0,.04); border-radius:3px; }
      .wa-body::-webkit-scrollbar-thumb{ background:rgba(0,0,0,.15); border-radius:3px; }

      @media(max-width:480px){ .wa-float{ right:12px; bottom:12px; } .wa-card{ width:calc(100vw - 24px); right:0; } }

      
Manifest preview
{
    "template": "auranomad.com.ar/index.php",
    "template_mtime": 1776437582,
    "template_mtime_human": "2026-04-17T14:53:02+00:00",
    "css_links_found": [
        "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css"
    ],
    "css_links_external": [
        "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
        "https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 6,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}