MIX · extractor de estilos
Template: ilfgym.com.ar/index.html · mtime: 2026-05-20 12:01
← Volver al álbum Descargar mixed.css Descargar manifest.json
CSS links: 2 Embebidos: 0 Externos: 2 Inline styles: 2 Missing: 0
CSS externos (no embebidos)
CSS embebidos (locales)
No se pudieron embebir CSS locales.
Preview de mixed.css
/* MIXED CSS PACK */
/* Template: ilfgym.com.ar/index.html */
/* Template mtime: 2026-05-20 12:01:14 */

/* external link (no embedded): https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=Instrument+Serif:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */

/* ===== INLINE <style> BLOCK #1 ===== */
/* ── TOKENS ─────────────────────────────────────────── */
    :root {
      --accent:        #00bb00;
      --accent-dim:    rgba(0,187,0,.12);
      --accent-glow:   rgba(0,187,0,.22);
      --accent-dark:   #009900;
      --text:          #0c0c0d;
      --muted:         #5c6470;
      --muted-light:   #8a9099;
      --line:          rgba(12,12,13,.08);
      --surface:       #ffffff;
      --surface-soft:  #f7f7f4;
      --surface-mid:   #efefeb;
      --shadow-sm:     0 4px 16px rgba(15,23,42,.06);
      --shadow-md:     0 12px 40px rgba(15,23,42,.09);
      --shadow-lg:     0 28px 64px rgba(15,23,42,.12);
      --shadow-green:  0 16px 48px rgba(0,187,0,.18);
      --r-pill:        999px;
      --r-xl:          28px;
      --r-lg:          20px;
      --r-md:          14px;
      --nav-h:         72px;
      --font-display:  "Syne", sans-serif;
      --font-serif:    "Instrument Serif", serif;
      --font-body:     "DM Sans", sans-serif;
      --ease-out:      cubic-bezier(.16,1,.3,1);
    }

    /* ── RESET / BASE ───────────────────────────────────── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; }
    html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
    body {
      font-family: var(--font-body);
      color: var(--text);
      background: #fff;
      overflow-x: hidden;
    }
    img { max-width: 100%; display: block; }
    a  { text-decoration: none; color: inherit; }
    p  { margin: 0; }
    h1,h2,h3,h4 { margin: 0; }

    /* ── NOISE OVERLAY ──────────────────────────────────── */
    body::before {
      content: "";
      position: fixed; inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
      pointer-events: none;
      z-index: 9999;
      opacity: .45;
    }

    /* ── SECTION ────────────────────────────────────────── */
    .section { padding: 120px 0; }

    /* ── EYEBROW ────────────────────────────────────────── */
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      padding: .45rem 1rem .45rem .65rem;
      border-radius: var(--r-pill);
      border: 1.5px solid rgba(0,187,0,.2);
      background: var(--accent-dim);
      font-family: var(--font-display);
      font-size: .7rem;
      font-weight: 700;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: #006b00;
    }
    .eyebrow::before {
      content: "";
      width: .42rem; height: .42rem;
      border-radius: 50%;
      background: var(--accent);
      box-shadow: 0 0 0 4px var(--accent-glow);
      flex-shrink: 0;
    }

    /* ── SECTION HEAD ───────────────────────────────────── */
    .section-head { max-width: 680px; margin-bottom: 4rem; }
    .section-title {
      margin: 1rem 0 1rem;
      font-family: var(--font-display);
      font-size: clamp(1.9rem, 4vw, 3rem);
      font-weight: 800;
      line-height: 1;
      letter-spacing: -.03em;
      color: var(--text);
    }
    .section-title .serif {
      font-family: var(--font-serif);
      font-weight: 400;
      font-style: italic;
      font-size: 1.05em;
      letter-spacing: -.02em;
    }
    .section-subtitle {
      font-size: 1.05rem;
      line-height: 1.8;
      color: var(--muted);
      font-weight: 300;
    }

    /* ── NAVBAR ─────────────────────────────────────────── */
    .navbar {
      height: var(--nav-h);
      padding: 0;
      background: rgba(255,255,255,.9);
      backdrop-filter: blur(24px) saturate(1.6);
      -webkit-backdrop-filter: blur(24px) saturate(1.6);
      border-bottom: 1px solid var(--line);
      transition: box-shadow .3s var(--ease-out);
    }
    .navbar.scrolled { box-shadow: var(--shadow-md); }
    .navbar .container { height: 100%; }

    .navbar-brand {
      display: flex;
      align-items: center;
      gap: .8rem;
    }
    .brand-logo {
      height: 40px;
      width: auto;
      object-fit: contain;
    }
    .brand-text strong {
      display: block;
      font-family: var(--font-display);
      font-size: .95rem;
      font-weight: 800;
      letter-spacing: .15em;
      text-transform: uppercase;
      line-height: 1;
      color: var(--text);
    }
    .brand-text span {
      display: block;
      margin-top: .15rem;
      font-size: .6rem;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: var(--muted);
    }

    /* Nav pill links */
    .nav-link {
      font-family: var(--font-display);
      font-size: .78rem;
      font-weight: 600;
      letter-spacing: .06em;
      text-transform: uppercase;
      color: var(--muted) !important;
      padding: .5rem .85rem !important;
      border-radius: var(--r-pill);
      transition: color .2s, background .2s;
    }
    .nav-link:hover { color: var(--text) !important; background: var(--surface-soft); }
    .nav-link.active { color: var(--text) !important; }

    .navbar-toggler {
      border: 1.5px solid var(--line) !important;
      border-radius: var(--r-md) !important;
      padding: .4rem .6rem;
      box-shadow: none !important;
    }
    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(12,12,13,.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    @media (max-width:991.98px){
      .navbar-collapse {
        position: absolute;
        top: calc(var(--nav-h) + 4px);
        left: 16px; right: 16px;
        background: rgba(255,255,255,.97);
        backdrop-filter: blur(20px);
        border-radius: var(--r-xl);
        border: 1px solid var(--line);
        padding: 1rem 1.25rem;
        box-shadow: var(--shadow-lg);
        z-index: 100;
      }
      .nav-link { padding: .7rem 1rem !important; display: block; }
    }

    /* CTA button */
    .btn-cta {
      display: inline-flex;
      align-items: center;
      gap: .6rem;
      padding: .65rem 1.25rem;
      border-radius: var(--r-pill);
      background: var(--accent);
      color: #fff !important;
      font-family: var(--font-display);
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .06em;
      text-transform: uppercase;
      border: none;
      box-shadow: var(--shadow-green);
      transition: transform .25s var(--ease-out), box-shadow .25s;
    }
    .btn-cta:hover {
      transform: translateY(-2px) scale(1.02);
      box-shadow: 0 20px 48px rgba(0,187,0,.26);
    }

    /* ── HERO ───────────────────────────────────────────── */
    .hero {
      min-height: calc(100svh - var(--nav-h));
      padding: 5rem 0 5rem;
      position: relative;
      display: flex;
      align-items: center;
      overflow: hidden;
    }

    /* Large decorative letter */
    .hero-deco {
      position: absolute;
      top: 50%;
      left: -4%;
      transform: translateY(-50%);
      font-family: var(--font-display);
      font-weight: 800;
      font-size: clamp(18rem, 35vw, 38rem);
      line-height: 1;
      letter-spacing: -.08em;
      color: transparent;
      -webkit-text-stroke: 1.5px rgba(0,187,0,.1);
      pointer-events: none;
      user-select: none;
      white-space: nowrap;
    }

    /* Right blobs */
    .hero-blob {
      position: absolute;
      border-radius: 50%;
      filter: blur(80px);
      pointer-events: none;
    }
    .hero-blob-1 {
      width: 560px; height: 560px;
      background: radial-gradient(circle, rgba(0,187,0,.12), transparent 70%);
      top: -10%; right: -8%;
    }
    .hero-blob-2 {
      width: 320px; height: 320px;
      background: radial-gradient(circle, rgba(0,187,0,.08), transparent 70%);
      bottom: 5%; right: 30%;
    }

    .hero-eyebrow { margin-bottom: 1.6rem; }

    .hero-title {
      font-family: var(--font-display);
      font-weight: 800;
      font-size: clamp(3rem, 7vw, 5.8rem);
      line-height: .9;
      letter-spacing: -.05em;
      margin-bottom: 1.8rem;
    }
    .hero-title .serif-line {
      display: block;
      font-family: var(--font-serif);
      font-weight: 400;
      font-style: italic;
      font-size: .75em;
      letter-spacing: -.02em;
      color: var(--accent);
    }

    .hero-lead {
      font-size: 1.05rem;
      line-height: 1.85;
      color: var(--muted);
      max-width: 540px;
      font-weight: 300;
    }

    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: .85rem;
      margin-top: 2rem;
    }
    .btn-hero-primary {
      display: inline-flex;
      align-items: center;
      gap: .65rem;
      padding: 1rem 1.8rem;
      border-radius: var(--r-pill);
      background: var(--text);
      color: #fff;
      font-family: var(--font-display);
      font-size: .88rem;
      font-weight: 700;
      letter-spacing: .04em;
      border: 2px solid var(--text);
      box-shadow: var(--shadow-md);
      transition: background .25s, color .25s, transform .25s var(--ease-out), box-shadow .25s;
    }
    .btn-hero-primary .wa-dot {
      width: 10px; height: 10px;
      border-radius: 50%;
      background: var(--accent);
      animation: pulse-dot 2s infinite;
    }
    @keyframes pulse-dot {
      0%, 100% { box-shadow: 0 0 0 0 rgba(0,187,0,.5); }
      50%       { box-shadow: 0 0 0 6px rgba(0,187,0,0); }
    }
    .btn-hero-primary:hover {
      background: var(--accent);
      border-color: var(--accent);
      transform: translateY(-3px);
      box-shadow: var(--shadow-green);
    }

    .btn-hero-ghost {
      display: inline-flex;
      align-items: center;
      gap: .5rem;
      padding: 1rem 1.6rem;
      border-radius: var(--r-pill);
      background: transparent;
      color: var(--text);
      font-family: var(--font-display);
      font-size: .88rem;
      font-weight: 700;
      letter-spacing: .04em;
      border: 2px solid var(--line);
      transition: border-color .25s, transform .25s var(--ease-out);
    }
    .btn-hero-ghost:hover { border-color: var(--text); transform: translateY(-3px); }

    /* Stat pills */
    .hero-stats {
      display: flex;
      flex-wrap: wrap;
      gap: .75rem;
      margin-top: 2.5rem;
    }
    .stat-pill {
      display: flex;
      align-items: center;
      gap: .65rem;
      padding: .75rem 1.15rem;
      border-radius: var(--r-lg);
      border: 1.5px solid var(--line);
      background: var(--surface);
      box-shadow: var(--shadow-sm);
      transition: border-color .2s, box-shadow .2s, transform .2s;
    }
    .stat-pill:hover { border-color: rgba(0,187,0,.25); box-shadow: var(--shadow-md); transform: translateY(-2px); }
    .stat-pill-icon {
      width: 36px; height: 36px;
      border-radius: 10px;
      background: var(--accent-dim);
      display: grid;
      place-items: center;
      flex-shrink: 0;
    }
    .stat-pill-icon svg { width: 18px; height: 18px; color: var(--accent-dark); stroke: currentColor; }
    .stat-pill-text strong {
      display: block;
      font-family: var(--font-display);
      font-size: .82rem;
      font-weight: 700;
      line-height: 1.2;
    }
    .stat-pill-text span {
      font-size: .7rem;
      color: var(--muted);
    }

    /* Hero image card */
    .hero-media {
      position: relative;
    }
    .hero-mobile-media {
      display: none;
    }
    .hero-img-wrap {
      position: relative;
      border-radius: var(--r-xl);
      overflow: visible;
    }
    .hero-img-border {
      position: relative;
      padding: 6px;
      border-radius: var(--r-xl);
      background: linear-gradient(145deg, rgba(0,187,0,.25), rgba(0,187,0,.04) 60%, rgba(0,187,0,.12));
      box-shadow: var(--shadow-lg), 0 0 0 1px rgba(0,187,0,.1);
    }
    .hero-image {
      width: 100%;
      height: clamp(420px, 60vh, 680px);
      object-fit: contain;
      object-position: center;
      border-radius: calc(var(--r-xl) - 6px);
      display: block;
      background: #fff;
    }

    /* Floating price card */
    .float-price {
      position: absolute;
      left: -2.5rem;
      bottom: 2.5rem;
      background: #fff;
      border-radius: var(--r-xl);
      padding: 1.2rem 1.4rem;
      box-shadow: var(--shadow-lg);
      border: 1px solid var(--line);
      min-width: 210px;
      z-index: 10;
    }
    .float-price-label {
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: .5rem;
      font-family: var(--font-display);
    }
    .float-price-value {
      font-family: var(--font-display);
      font-size: 1.45rem;
      font-weight: 800;
      letter-spacing: -.04em;
      line-height: 1;
      color: var(--text);
    }
    .float-price-value span {
      font-size: .7rem;
      font-weight: 500;
      letter-spacing: .04em;
      color: var(--muted);
      vertical-align: super;
      margin-right: .2rem;
    }
    .float-price-sub {
      margin-top: .4rem;
      font-size: .75rem;
      color: var(--muted);
      line-height: 1.5;
    }
    .float-price-badge {
      display: inline-block;
      margin-top: .65rem;
      padding: .3rem .7rem;
      border-radius: var(--r-pill);
      background: var(--accent-dim);
      color: #006b00;
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      font-family: var(--font-display);
    }

    /* Floating year badge */
    .float-year {
      position: absolute;
      top: -1.5rem;
      right: -1.5rem;
      width: 90px; height: 90px;
      border-radius: 50%;
      background: var(--text);
      color: #fff;
      display: grid;
      place-items: center;
      text-align: center;
      box-shadow: var(--shadow-md);
      z-index: 10;
    }
    .float-year strong {
      display: block;
      font-family: var(--font-display);
      font-size: 1.2rem;
      font-weight: 800;
      line-height: 1;
    }
    .float-year span {
      font-size: .55rem;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: rgba(255,255,255,.65);
    }

    /* ── QUIENES SOMOS ──────────────────────────────────── */
    #quienes-somos { background: var(--surface-soft); }

    .story-layout {
      display: grid;
      grid-template-columns: 1fr 380px;
      gap: 1.5rem;
      align-items: start;
    }
    @media (max-width: 991.98px) {
      .story-layout { grid-template-columns: 1fr; }
    }

    .story-card {
      background: #fff;
      border-radius: var(--r-xl);
      border: 1px solid var(--line);
      padding: 2.5rem;
      box-shadow: var(--shadow-sm);
    }
    .story-card p {
      font-size: 1rem;
      line-height: 1.9;
      color: var(--muted);
      margin-bottom: 1.4rem;
      font-weight: 300;
    }
    .story-card p:last-of-type { margin-bottom: 0; }

    /* Timeline stats */
    .timeline-stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1px;
      margin-top: 2rem;
      background: var(--line);
      border-radius: var(--r-lg);
      overflow: hidden;
    }
    .timeline-stat {
      background: var(--surface-soft);
      padding: 1.4rem 1.2rem;
      transition: background .2s;
    }
    .timeline-stat:hover { background: #fff; }
    .timeline-stat strong {
      display: block;
      font-family: var(--font-display);
      font-size: 1.8rem;
      font-weight: 800;
      letter-spacing: -.04em;
      color: var(--text);
      margin-bottom: .35rem;
    }
    .timeline-stat span {
      font-size: .82rem;
      color: var(--muted);
      line-height: 1.6;
    }

    /* Values box */
    .values-box {
      background: var(--text);
      border-radius: var(--r-xl);
      padding: 2.2rem;
      color: #fff;
      position: sticky;
      top: calc(var(--nav-h) + 24px);
    }
    .values-box-title {
      font-family: var(--font-display);
      font-size: 1.1rem;
      font-weight: 800;
      letter-spacing: -.01em;
      margin-bottom: 1.6rem;
      color: #fff;
    }
    .value-item {
      padding: 1.1rem 0;
      border-top: 1px solid rgba(255,255,255,.1);
    }
    .value-item:first-of-type { border-top: none; padding-top: 0; }
    .value-item-head {
      display: flex;
      align-items: center;
      gap: .65rem;
      margin-bottom: .5rem;
    }
    .value-dot {
      width: 8px; height: 8px;
      border-radius: 50%;
      background: var(--accent);
      flex-shrink: 0;
    }
    .value-item strong {
      font-family: var(--font-display);
      font-size: .95rem;
      font-weight: 700;
      color: #fff;
    }
    .value-item p {
      font-size: .88rem;
      color: rgba(255,255,255,.6);
      line-height: 1.75;
      padding-left: 1.35rem;
      font-weight: 300;
    }
    .pricing-chip {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 1.5rem;
      padding: 1rem 1.2rem;
      border-radius: var(--r-lg);
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.12);
    }
    .pricing-chip-label {
      font-size: .7rem;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: rgba(255,255,255,.55);
      font-family: var(--font-display);
      font-weight: 600;
    }
    .pricing-chip-value {
      font-family: var(--font-display);
      font-size: 1.1rem;
      font-weight: 800;
      color: var(--accent);
    }

    .about-photo-grid {
      display: grid;
      place-items: center;
      margin-top: 2rem;
    }

    .about-photo-card {
      width: min(100%, 860px);
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--r-xl);
      padding: 10px;
      box-shadow: var(--shadow-md);
    }

    .about-photo {
      width: 100%;
      height: auto;
      max-height: 560px;
      display: block;
      object-fit: contain;
      object-position: center;
      border-radius: calc(var(--r-xl) - 10px);
      background: #fff;
    }

    .schedule-help {
      width: min(100%, 860px);
      margin-top: .85rem;
      text-align: center;
      font-size: .86rem;
      color: var(--muted);
      line-height: 1.6;
    }

    .schedule-quicklinks {
      width: min(100%, 860px);
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: .55rem;
      margin-top: 1rem;
    }

    .schedule-quicklinks a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: .55rem .85rem;
      border-radius: var(--r-pill);
      border: 1px solid rgba(0,187,0,.22);
      background: #fff;
      color: var(--text);
      font-family: var(--font-display);
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .04em;
      box-shadow: var(--shadow-sm);
      transition: background .2s, border-color .2s, transform .2s var(--ease-out);
    }

    .schedule-quicklinks a:hover {
      background: var(--accent-dim);
      border-color: rgba(0,187,0,.42);
      transform: translateY(-2px);
    }

    .class-card {
      scroll-margin-top: calc(var(--nav-h) + 24px);
    }

    .class-card:target {
      border-color: rgba(0,187,0,.55);
      background: #fff;
      box-shadow: var(--shadow-green), 0 0 0 4px rgba(0,187,0,.08);
    }

    @media (max-width: 767.98px) {
      .about-photo-grid { margin-top: 1.25rem; }
      .about-photo-card { padding: 8px; border-radius: var(--r-lg); }
      .about-photo { border-radius: calc(var(--r-lg) - 8px); }
      .schedule-help { font-size: .82rem; }
      .schedule-quicklinks { gap: .45rem; }
      .schedule-quicklinks a { font-size: .68rem; padding: .5rem .72rem; }
    }

    /* ── SERVICIOS / CLASES ─────────────────────────────── */
    #clases { background: #fff; }

    .classes-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 1rem;
    }

    .class-card {
      position: relative;
      background: var(--surface-soft);
      border-radius: var(--r-xl);
      border: 1.5px solid transparent;
      padding: 1.8rem;
      overflow: hidden;
      transition: border-color .25s, background .25s, transform .3s var(--ease-out), box-shadow .3s;
      cursor: default;
    }
    .class-card::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, var(--accent-dim), transparent 60%);
      opacity: 0;
      transition: opacity .3s;
      border-radius: inherit;
    }
    .class-card:hover {
      border-color: rgba(0,187,0,.22);
      background: #fff;
      transform: translateY(-6px);
      box-shadow: var(--shadow-md), 0 0 0 1px rgba(0,187,0,.08);
    }
    .class-card:hover::before { opacity: 1; }

    .class-card-num {
      position: absolute;
      top: 1.4rem; right: 1.4rem;
      font-family: var(--font-display);
      font-size: .65rem;
      font-weight: 700;
      letter-spacing: .18em;
      color: var(--muted-light);
    }

    .class-icon {
      width: 48px; height: 48px;
      border-radius: var(--r-md);
      background: var(--accent-dim);
      display: grid;
      place-items: center;
      margin-bottom: 1.2rem;
    }
    .class-icon svg { width: 24px; height: 24px; color: var(--accent-dark); stroke: currentColor; }

    .class-card h3 {
      font-family: var(--font-display);
      font-size: 1.05rem;
      font-weight: 700;
      letter-spacing: -.01em;
      margin-bottom: .7rem;
      color: var(--text);
    }
    .class-card p {
      font-size: .88rem;
      line-height: 1.8;
      color: var(--muted);
      font-weight: 300;
    }

    /* ── POR QUÉ ELEGIRNOS ──────────────────────────────── */
    #por-que-elegirnos {
      background: var(--surface-soft);
      position: relative;
      overflow: hidden;
    }
    #por-que-elegirnos::before {
      content: "";
      position: absolute;
      width: 800px; height: 800px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(0,187,0,.06), transparent 70%);
      top: -200px; right: -200px;
      pointer-events: none;
    }

    .why-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      gap: 1rem;
    }

    .why-card {
      background: #fff;
      border-radius: var(--r-xl);
      border: 1.5px solid var(--line);
      padding: 2rem;
      transition: border-color .25s, box-shadow .3s, transform .3s var(--ease-out);
    }
    .why-card:hover {
      border-color: rgba(0,187,0,.2);
      box-shadow: var(--shadow-md);
      transform: translateY(-4px);
    }

    .icon-badge {
      width: 54px; height: 54px;
      border-radius: 16px;
      background: var(--accent-dim);
      display: grid;
      place-items: center;
      margin-bottom: 1.3rem;
    }
    .icon-badge svg { width: 26px; height: 26px; color: var(--accent-dark); stroke: currentColor; }

    .why-card h3 {
      font-family: var(--font-display);
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: .65rem;
      letter-spacing: -.01em;
    }
    .why-card p {
      font-size: .9rem;
      line-height: 1.8;
      color: var(--muted);
      font-weight: 300;
    }

    /* ── GALLERY (UNCHANGED) ────────────────────────────── */
    #trabajos { background: #fff; }
    .gal-gallery .carousel { max-width: 960px; margin-inline: auto; position: relative; }
    .gal-frame {
      height: clamp(220px, 48vh, 440px);
      background: var(--surface-soft);
      border-radius: var(--r-xl);
      overflow: hidden;
      box-shadow: var(--shadow-md);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 16px;
    }
    .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: 52px; height: 52px;
      top: 50%; transform: translateY(-50%);
      opacity: 1;
      background: rgba(12,12,13,.72);
      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: -52px; }
    .gal-gallery .carousel-indicators button {
      width: 10px; height: 10px;
      border-radius: 50%;
      background: rgba(0,0,0,.25);
      border: none;
    }
    .gal-gallery .carousel-indicators button.active { background: var(--accent); }
    .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; }

    /* ── FAQS ───────────────────────────────────────────── */
    #faqs { background: var(--surface-soft); }

    .faq-shell {
      max-width: 780px;
      margin: 0 auto;
      background: #fff;
      border-radius: var(--r-xl);
      border: 1px solid var(--line);
      box-shadow: var(--shadow-sm);
      overflow: hidden;
    }

    .accordion-item {
      border: none !important;
      border-bottom: 1px solid var(--line) !important;
      border-radius: 0 !important;
      background: transparent;
    }
    .accordion-item:last-child { border-bottom: none !important; }

    .accordion-button {
      padding: 1.4rem 1.8rem;
      background: transparent !important;
      font-family: var(--font-display);
      font-weight: 700;
      font-size: .95rem;
      color: var(--text) !important;
      box-shadow: none !important;
      letter-spacing: -.01em;
      transition: background .2s;
    }
    .accordion-button:not(.collapsed) {
      color: var(--accent-dark) !important;
    }
    .accordion-button:hover { background: var(--surface-soft) !important; }
    .accordion-button::after {
      flex-shrink: 0;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235c6470'%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") !important;
      background-size: 1rem;
    }
    .accordion-body {
      padding: .5rem 1.8rem 1.6rem;
      color: var(--muted);
      line-height: 1.85;
      font-size: .93rem;
      font-weight: 300;
    }

    /* ── CONTACTO ───────────────────────────────────────── */
    #contacto { background: #fff; }

    .contact-wrapper {
      display: grid;
      grid-template-columns: 1fr 1.6fr;
      gap: 1.5rem;
      align-items: start;
    }
    @media (max-width: 991.98px) {
      .contact-wrapper { grid-template-columns: 1fr; }
    }

    .contact-info-card {
      background: var(--text);
      border-radius: var(--r-xl);
      padding: 2.2rem;
      color: #fff;
      position: sticky;
      top: calc(var(--nav-h) + 24px);
    }
    .contact-info-title {
      font-family: var(--font-display);
      font-size: 1.2rem;
      font-weight: 800;
      color: #fff;
      margin-bottom: 1.6rem;
      letter-spacing: -.02em;
    }

    .contact-item {
      display: flex;
      align-items: flex-start;
      gap: 1rem;
      padding: 1rem 0;
      border-bottom: 1px solid rgba(255,255,255,.08);
    }
    .contact-item:first-of-type { padding-top: 0; }
    .contact-item:last-of-type  { border-bottom: none; padding-bottom: 0; }

    .contact-icon {
      width: 40px; height: 40px;
      flex-shrink: 0;
      border-radius: 12px;
      background: rgba(255,255,255,.1);
      display: grid;
      place-items: center;
    }
    .contact-icon svg { width: 20px; height: 20px; color: var(--accent); stroke: currentColor; }

    .contact-item strong {
      display: block;
      font-family: var(--font-display);
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: rgba(255,255,255,.5);
      margin-bottom: .25rem;
    }
    .contact-item a,
    .contact-item span {
      font-size: .9rem;
      color: rgba(255,255,255,.9);
      line-height: 1.5;
      transition: color .2s;
    }
    .contact-item a:hover { color: var(--accent); }

    /* Form card */
    .form-card {
      background: var(--surface-soft);
      border-radius: var(--r-xl);
      border: 1px solid var(--line);
      padding: 2.5rem;
    }

    .form-label {
      font-family: var(--font-display);
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: .55rem;
      display: block;
    }

    .form-control, .form-select {
      border-radius: var(--r-lg);
      border: 1.5px solid var(--line);
      background: #fff;
      padding: .85rem 1rem;
      font-size: .93rem;
      font-family: var(--font-body);
      color: var(--text);
      transition: border-color .2s, box-shadow .2s;
      min-height: 52px;
    }
    .form-control:focus, .form-select:focus {
      border-color: var(--accent);
      box-shadow: 0 0 0 4px rgba(0,187,0,.1);
      background: #fff;
      outline: none;
    }
    textarea.form-control { min-height: 140px; resize: vertical; }

    .btn-submit {
      display: inline-flex;
      align-items: center;
      gap: .65rem;
      padding: 1rem 2rem;
      border-radius: var(--r-pill);
      background: var(--accent);
      color: #fff;
      font-family: var(--font-display);
      font-size: .88rem;
      font-weight: 700;
      letter-spacing: .04em;
      border: none;
      box-shadow: var(--shadow-green);
      cursor: pointer;
      transition: background .25s, transform .25s var(--ease-out), box-shadow .25s;
    }
    .btn-submit:hover {
      background: var(--accent-dark);
      transform: translateY(-2px);
      box-shadow: 0 20px 48px rgba(0,187,0,.3);
    }

    /* ── FOOTER ─────────────────────────────────────────── */
    footer {
      background: var(--text);
      color: #fff;
      padding: 5rem 0 2rem;
      position: relative;
      overflow: hidden;
    }
    footer::before {
      content: "ILF";
      position: absolute;
      bottom: -3rem; right: -2rem;
      font-family: var(--font-display);
      font-weight: 800;
      font-size: 18rem;
      line-height: 1;
      letter-spacing: -.08em;
      color: transparent;
      -webkit-text-stroke: 1px rgba(255,255,255,.05);
      pointer-events: none;
      user-select: none;
    }

    .footer-brand {
      display: flex;
      align-items: center;
      gap: .9rem;
      margin-bottom: 1.2rem;
    }
    .footer-brand img { height: 44px; width: auto; object-fit: contain; }
    .footer-brand strong {
      display: block;
      font-family: var(--font-display);
      font-size: .95rem;
      font-weight: 800;
      letter-spacing: .15em;
      text-transform: uppercase;
    }
    .footer-brand span {
      font-size: .62rem;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: rgba(255,255,255,.45);
    }

    .footer-tagline {
      font-size: .9rem;
      line-height: 1.8;
      color: rgba(255,255,255,.55);
      max-width: 300px;
      font-weight: 300;
    }

    .footer-heading {
      font-family: var(--font-display);
      font-size: .68rem;
      font-weight: 700;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: rgba(255,255,255,.35);
      margin-bottom: 1.2rem;
    }

    .footer-nav, .footer-contact-list {
      display: flex;
      flex-direction: column;
      gap: .65rem;
    }
    .footer-link {
      font-size: .88rem;
      color: rgba(255,255,255,.65);
      transition: color .2s;
    }
    .footer-link:hover { color: #fff; }

    .footer-plan-box {
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.1);
      border-radius: var(--r-lg);
      padding: 1.4rem;
    }
    .footer-plan-price {
      font-family: var(--font-display);
      font-size: 1.35rem;
      font-weight: 800;
      letter-spacing: -.04em;
      color: var(--accent);
      margin-bottom: .3rem;
    }
    .footer-plan-desc {
      font-size: .82rem;
      color: rgba(255,255,255,.5);
      line-height: 1.7;
    }

    .footer-bottom {
      margin-top: 3rem;
      padding-top: 1.5rem;
      border-top: 1px solid rgba(255,255,255,.08);
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      gap: .75rem;
    }
    .footer-meta {
      font-size: .78rem;
      color: rgba(255,255,255,.35);
    }
    .footer-meta a { color: rgba(255,255,255,.65); font-weight: 600; transition: color .2s; }
    .footer-meta a:hover { color: #fff; }

    /* ── SCROLL-IN ANIMATIONS ───────────────────────────── */
    .reveal {
      opacity: 0;
      transform: translateY(32px);
      transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
    }
    .reveal.visible {
      opacity: 1;
      transform: none;
    }
    .reveal-d1 { transition-delay: .08s; }
    .reveal-d2 { transition-delay: .16s; }
    .reveal-d3 { transition-delay: .24s; }
    .reveal-d4 { transition-delay: .32s; }

    /* ── RESPONSIVE ─────────────────────────────────────── */
    @media (max-width: 991.98px) {
      .section { padding: 88px 0; }
      .hero { padding: 4rem 0 4rem; min-height: auto; }
      .hero-image { height: clamp(340px, 50vw, 500px); }
      .hero-media { margin-top: 3rem; }
      .float-price { left: 1rem; }
      .float-year { right: -.5rem; top: -1rem; width: 76px; height: 76px; }
      .float-year strong { font-size: 1rem; }
      .story-card { padding: 1.8rem; }
      .values-box { position: static; }
      .contact-info-card { position: static; }
      .form-card { padding: 1.8rem; }
    }
    @media (max-width: 767.98px) {
      .hero-title { font-size: clamp(2.5rem, 12vw, 4rem); }
      .hero-deco { font-size: clamp(12rem, 50vw, 20rem); }
      .float-price { position: static; margin-top: 1rem; max-width: none; }
      .timeline-stats { grid-template-columns: 1fr 1fr; }
      .classes-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 575.98px) {
      .gal-frame { height: clamp(200px, 40vh, 360px); }
      .timeline-stats { grid-template-columns: 1fr; }
      .hero-stats { flex-direction: column; }
      .hero-mobile-media {
        display: block;
        margin: 1.4rem 0 1.25rem;
      }
      .hero-mobile-media .hero-media {
        margin-top: 0;
      }
      .hero-mobile-media .float-year,
      .hero-mobile-media .float-price {
        position: static;
      }
      .hero-mobile-media .float-year {
        width: 72px;
        height: 72px;
        margin: 0 0 .9rem auto;
      }
      .hero-mobile-media .float-price {
        margin-top: 1rem;
      }
      .hero-image {
        height: auto;
        max-height: none;
        aspect-ratio: auto;
      }
      .hero-desktop-media-col {
        display: none;
      }
    }
  
    /* ── AJUSTE SUAVE DE TÍTULOS ─────────────────────── */
    .class-card h3,
    .why-card h3,
    .values-box-title,
    .contact-info-title {
      font-size: .96rem;
    }

    @media (max-width: 575.98px) {
      .section-title {
        font-size: clamp(1.7rem, 8vw, 2.2rem);
      }
      .hero-title {
        font-size: clamp(2.3rem, 11vw, 3.6rem);
      }
    }

/* ===== 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;
  }

  .fb-float{
    position:fixed; right:18px; bottom:166px;
    z-index:9997;
    width:54px; height:54px; border-radius:50%;
    display:grid; place-items:center; color:#fff; text-decoration:none;
    background: linear-gradient(180deg, #1877F2 0%, #0f63d6 100%);
    box-shadow:0 10px 30px rgba(0,0,0,.25);
    transition:transform .25s, box-shadow .25s, opacity .25s;
  }
  .fb-float:hover{
    transform:translateY(-2px) scale(1.04);
    box-shadow:0 14px 36px rgba(0,0,0,.35);
  }

  .ig-float{
    position:fixed; right:18px; bottom:92px;
    z-index:9998;
    width:54px; height:54px; border-radius:50%;
    display:grid; place-items:center; color:#fff; text-decoration:none;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    box-shadow:0 10px 30px rgba(0,0,0,.25);
    transition:transform .25s, box-shadow .25s, opacity .25s;
  }
  .ig-float:hover{
    transform:translateY(-2px) scale(1.04);
    box-shadow:0 14px 36px rgba(0,0,0,.35);
  }

  .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:0.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:0.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){
    .fb-float{ right:12px; bottom:160px; width:52px; height:52px; }
    .ig-float{ right:12px; bottom:86px; width:52px; height:52px; }
    .wa-float{ right:12px; bottom:12px; }
    .wa-card{ width:calc(100vw - 24px); right:0; }
  }

      
Manifest preview
{
    "template": "ilfgym.com.ar/index.html",
    "template_mtime": 1779278474,
    "template_mtime_human": "2026-05-20T12:01:14+00:00",
    "css_links_found": [
        "https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=Instrument+Serif:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
    ],
    "css_links_external": [
        "https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=Instrument+Serif:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap",
        "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
    ],
    "css_links_embedded": [],
    "inline_style_blocks": 2,
    "inline_imports_external": [],
    "inline_imports_embedded": [],
    "missing_css_files": []
}