.elementor-2466 .elementor-element.elementor-element-9b2d895{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}.elementor-2466 .elementor-element.elementor-element-9b2d895.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-2466 .elementor-element.elementor-element-9b2d895{--width:103.214%;}}/* Start custom CSS for html, class: .elementor-element-42264ce */:root {
      --blue:       #0086cd;
      --navy:       #002046;
      --dark:       #2e2d2c;
      --blue-lt:    #1aabee;
      --blue-pale:  #e8f4fb;
      --blue-mid:   rgba(0,134,205,.12);
      --bg:         #ffffff;
      --bg-soft:    #f5fafd;
      --bg-section: #eef6fb;
      --text:       #2e2d2c;
      --text-muted: #4e6878;
      --text-light: #7a99ae;
      --border:     #d2e8f4;
      --shadow:     0 2px 16px rgba(0,134,205,.10);
      --shadow-md:  0 6px 32px rgba(0,134,205,.16);
      --green:      #0e8f5a;
      --green-bg:   #e8f7f1;
      --red:        #c0392b;
      --red-bg:     #fdf0ee;
      --amber:      #d46b08;
      --amber-bg:   #fef5e7;
      --radius:     8px;
      --radius-lg:  14px;
      --max:        880px;
      --font-h: 'Poppins', Helvetica, Arial, sans-serif;
      --font-b: 'Roboto', Helvetica, Arial, sans-serif;
      --font-m: 'Roboto', Helvetica, Arial, sans-serif;
    }

    html { scroll-behavior: smooth; }
    body {
      background: var(--bg);
      color: var(--text);
      font-family: var(--font-b);
      font-size: 17px;
      line-height: 1.78;
      -webkit-font-smoothing: antialiased;
    }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    @keyframes pulseBlue {
      0%   { box-shadow: 0 0 0 0 rgba(0,134,205,.5); }
      70%  { box-shadow: 0 0 0 10px rgba(0,134,205,0); }
      100% { box-shadow: 0 0 0 0 rgba(0,134,205,0); }
    }
    .fade-up   { animation: fadeUp .65s ease both; }
    .fade-up-2 { animation: fadeUp .65s .12s ease both; }
    .fade-up-3 { animation: fadeUp .65s .24s ease both; }

    .yk-wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }

    /* HERO — navy */
    .yk-hero {
      background:
        radial-gradient(ellipse 90% 60% at 20% 50%, rgba(0,134,205,.28) 0%, transparent 60%),
        radial-gradient(ellipse 60% 70% at 85% 20%, rgba(0,134,205,.15) 0%, transparent 55%),
        var(--navy);
      padding: 88px 24px 96px;
      position: relative; overflow: hidden;
    }
    .yk-hero::before {
      content: ''; position: absolute; inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
      background-size: 52px 52px; pointer-events: none;
    }
    .yk-hero::after {
      content: ''; position: absolute;
      bottom: 0; left: 0; right: 0; height: 80px;
      background: linear-gradient(to bottom, transparent, var(--bg));
    }
    .yk-hero__inner { position: relative; max-width: var(--max); margin: 0 auto; }

    .yk-kicker {
      display: inline-flex; align-items: center; gap: 10px;
      font-family: var(--font-m); font-size: 11px;
      letter-spacing: .14em; text-transform: uppercase;
      color: var(--blue-lt); margin-bottom: 22px;
    }
    .yk-kicker::before { content: ''; width: 28px; height: 1px; background: var(--blue-lt); }

    .yk-hero h1 {
      font-family: var(--font-h);
      font-size: clamp(34px, 5.5vw, 60px);
      font-weight: 700; line-height: 1.1; letter-spacing: -.01em;
      color: #ffffff; margin-bottom: 22px; max-width: 760px;
    }
    .yk-hero h1 em { font-style: italic; color: var(--blue-lt); }

    .yk-hero__badges { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
    .yk-hero__badge {
      display: inline-flex; align-items: center; gap: 6px;
      background: rgba(0,134,205,.22); border: 1px solid rgba(0,134,205,.5);
      border-radius: 20px; padding: 5px 14px;
      font-size: 12.5px; color: #ffffff;
    }

    .yk-hero__sub {
      font-size: 17px; color: rgba(255,255,255,.68);
      max-width: 600px; line-height: 1.65; margin-bottom: 34px;
    }
    .yk-hero__meta {
      font-family: var(--font-m); font-size: 11px;
      color: rgba(255,255,255,.42); letter-spacing: .06em;
    }

    /* RESUMEN EJECUTIVO */
    .yk-summary {
      background: var(--blue-pale); border: 1px solid var(--border);
      border-left: 4px solid var(--blue); border-radius: var(--radius);
      padding: 30px 36px; margin: 48px auto 0; max-width: var(--max);
    }
    .yk-summary__title {
      font-family: var(--font-m); font-size: 10.5px;
      letter-spacing: .15em; text-transform: uppercase;
      color: var(--blue); margin-bottom: 16px;
    }
    .yk-summary ul { list-style: none; display: flex; flex-direction: column; gap: 11px; }
    .yk-summary li {
      display: flex; align-items: flex-start; gap: 12px;
      font-size: 15px; color: var(--text); line-height: 1.6;
    }
    .yk-summary li::before { content: '→'; color: var(--blue); flex-shrink: 0; margin-top: 1px; }
    .yk-summary li strong { color: var(--navy); }

    /* TOC */
    .yk-toc {
      background: var(--bg-soft); border: 1px solid var(--border);
      border-radius: var(--radius); padding: 24px 32px;
      margin: 28px auto 48px; max-width: var(--max);
    }
    .yk-toc__title {
      font-family: var(--font-m); font-size: 10.5px;
      letter-spacing: .14em; text-transform: uppercase;
      color: var(--text-light); margin-bottom: 14px;
    }
    .yk-toc ol { list-style: none; counter-reset: toc; display: flex; flex-direction: column; gap: 7px; }
    .yk-toc li { counter-increment: toc; display: flex; align-items: baseline; gap: 12px; }
    .yk-toc li::before { content: counter(toc, decimal-leading-zero); font-family: var(--font-m); font-size: 10px; color: var(--blue); flex-shrink: 0; }
    .yk-toc a { color: var(--text-muted); text-decoration: none; font-size: 14.5px; transition: color .2s; }
    .yk-toc a:hover { color: var(--blue); }

    /* SECCIONES */
    .yk-article { max-width: var(--max); margin: 0 auto; }
    .yk-section { padding: 60px 24px; border-bottom: 1px solid var(--border); }
    .yk-section:last-child { border-bottom: none; }
    .yk-section--soft { background: var(--bg-soft); max-width: 100%; }
    .yk-section--soft .yk-wrap { max-width: var(--max); margin: 0 auto; padding: 60px 24px; }

    .yk-section-num {
      font-family: var(--font-m); font-size: 10.5px;
      letter-spacing: .14em; text-transform: uppercase;
      color: var(--blue); display: block; margin-bottom: 9px;
    }
    h2.yk-h2 {
      font-family: var(--font-h); font-size: clamp(26px, 4vw, 36px);
      font-weight: 700; line-height: 1.18; color: var(--navy); margin-bottom: 22px;
    }
    h3.yk-h3 {
      font-family: var(--font-h); font-size: clamp(19px, 2.5vw, 24px);
      font-weight: 600; color: var(--dark); margin: 38px 0 12px; line-height: 1.3;
    }
    p.yk-p {
      color: var(--text-muted); font-size: 16.5px;
      line-height: 1.82; margin-bottom: 16px; max-width: 72ch;
    }
    p.yk-p strong { color: var(--dark); font-weight: 600; }
    p.yk-p em { color: var(--blue); font-style: italic; }

    /* Highlight */
    .yk-highlight {
      background: var(--blue-pale); border: 1px solid var(--border);
      border-left: 4px solid var(--blue); border-radius: var(--radius);
      padding: 22px 26px; margin: 26px 0;
    }
    .yk-highlight h3 {
      font-family: var(--font-m); font-size: 11px; letter-spacing: .12em;
      text-transform: uppercase; color: var(--blue); margin-bottom: 10px;
    }
    .yk-highlight p { color: var(--text); font-size: 15.5px; line-height: 1.72; margin: 0; }
    .yk-highlight strong { color: var(--navy); }

    /* Lead-free block */
    .yk-lead-free {
      background: linear-gradient(135deg, var(--green-bg) 0%, #f0faf6 100%);
      border: 1.5px solid #a8dfc5; border-radius: var(--radius-lg);
      padding: 26px 30px; margin: 28px 0;
      display: flex; gap: 18px; align-items: flex-start;
    }
    .yk-lead-free__icon {
      width: 52px; height: 52px; flex-shrink: 0;
      background: #fff; border: 2px solid #a8dfc5; border-radius: 50%;
      display: flex; align-items: center; justify-content: center; font-size: 24px;
    }
    .yk-lead-free__content h3 {
      font-family: var(--font-h); font-size: 20px; font-weight: 700;
      color: var(--green); margin-bottom: 8px;
    }
    .yk-lead-free__content p { color: #2e5c45; font-size: 14.5px; line-height: 1.7; margin: 0; }
    .yk-lead-free__content strong { color: var(--green); }

    /* Exclusive block */
    .yk-exclusive {
      background: linear-gradient(135deg, #f8f0ff 0%, #ede4fb 100%);
      border: 1.5px solid #c9a8ef; border-radius: var(--radius-lg);
      padding: 26px 30px; margin: 28px 0;
      display: flex; gap: 18px; align-items: flex-start;
    }
    .yk-exclusive__icon {
      width: 52px; height: 52px; flex-shrink: 0;
      background: #fff; border: 2px solid #c9a8ef; border-radius: 50%;
      display: flex; align-items: center; justify-content: center; font-size: 24px;
    }
    .yk-exclusive__content h3 {
      font-family: var(--font-h); font-size: 20px; font-weight: 700;
      color: #6b3fa0; margin-bottom: 8px;
    }
    .yk-exclusive__content p { color: #4a3060; font-size: 14.5px; line-height: 1.7; margin: 0; }
    .yk-exclusive__content strong { color: #6b3fa0; }

    /* Stats */
    .yk-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 14px; margin: 28px 0; }
    .yk-stat {
      background: var(--bg-soft); border: 1px solid var(--border);
      border-top: 3px solid var(--blue); border-radius: var(--radius);
      padding: 22px 18px; text-align: center; transition: box-shadow .2s;
    }
    .yk-stat:hover { box-shadow: var(--shadow); }
    .yk-stat__num { font-family: var(--font-h); font-size: 38px; font-weight: 700; color: var(--blue); line-height: 1; display: block; margin-bottom: 7px; }
    .yk-stat__label { font-size: 13px; color: var(--text-muted); line-height: 1.4; }

    /* Cards tendencias */
    .yk-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin: 26px 0; }
    .yk-card {
      background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius);
      padding: 22px 20px; transition: border-color .2s, box-shadow .2s, transform .2s;
    }
    .yk-card:hover { border-color: var(--blue); box-shadow: var(--shadow); transform: translateY(-2px); }
    .yk-card__icon { width: 42px; height: 42px; background: var(--blue-pale); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; font-size: 20px; }
    .yk-card h4 { font-family: var(--font-h); font-size: 18px; font-weight: 600; color: var(--navy); margin-bottom: 7px; }
    .yk-card p { font-size: 13.5px; color: var(--text-muted); line-height: 1.65; }
    .yk-card .yk-tag { display: inline-block; margin-top: 12px; font-family: var(--font-m); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: #fff; background: var(--blue); padding: 3px 9px; border-radius: 3px; }

    /* IMAGE PLACEHOLDERS */
    .yk-img-slot {
      width: 100%; background: var(--bg-soft); border: 2px dashed var(--border);
      border-radius: var(--radius-lg); display: flex; flex-direction: column;
      align-items: center; justify-content: center; gap: 10px;
      margin: 28px 0; text-align: center; padding: 24px;
      transition: border-color .2s, background .2s; cursor: default;
    }
    .yk-img-slot:hover { border-color: var(--blue); background: var(--blue-pale); }
    .yk-img-slot--hero   { min-height: 30px; }
    .yk-img-slot--medium { min-height: 24px; }
    .yk-img-slot--small  { min-height: 17px; }
    .yk-img-slot--2col {
      display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
      padding: 0; background: transparent; border: none;
    }
    .yk-img-slot--2col:hover { background: transparent; border-color: transparent; }
    .yk-img-inner {
      background: var(--bg-soft); border: 2px dashed var(--border);
      border-radius: var(--radius-lg); min-height: 210px;
      display: flex; flex-direction: column; align-items: center;
      justify-content: center; gap: 8px; padding: 20px;
      transition: border-color .2s, background .2s;
    }
    .yk-img-inner:hover { border-color: var(--blue); background: var(--blue-pale); }
    .yk-img-icon { width: 46px; height: 46px; background: var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; }
    .yk-img-label { font-family: var(--font-m); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); }
    .yk-img-hint { font-size: 12.5px; color: var(--text-light); max-width: 280px; line-height: 1.5; }

    /* TABLAS */
    .yk-table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--border); margin: 26px 0; box-shadow: var(--shadow); }
    .yk-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
    .yk-table thead tr { background: var(--navy); }
    .yk-table th { padding: 13px 17px; text-align: left; font-family: var(--font-m); font-size: 10.5px; letter-spacing: .10em; text-transform: uppercase; color: rgba(255,255,255,.82); white-space: nowrap; }
    .yk-table td { padding: 13px 17px; color: var(--text-muted); border-bottom: 1px solid var(--border); vertical-align: top; line-height: 1.55; }
    .yk-table tbody tr:last-child td { border-bottom: none; }
    .yk-table tbody tr:nth-child(even) { background: var(--bg-soft); }
    .yk-table tbody tr:hover { background: var(--blue-pale); }
    .yk-table td strong { color: var(--dark); font-weight: 600; }
    .yk-table .badge { display: inline-block; padding: 3px 10px; border-radius: 20px; font-family: var(--font-m); font-size: 10.5px; letter-spacing: .05em; white-space: nowrap; }
    .badge--green  { background: var(--green-bg);  color: var(--green);  border: 1px solid #a8dfc5; }
    .badge--blue   { background: var(--blue-pale); color: var(--blue);   border: 1px solid var(--border); }
    .badge--amber  { background: var(--amber-bg);  color: var(--amber);  border: 1px solid #f9c96e; }
    .badge--purple { background: #f4eeff; color: #6b3fa0; border: 1px solid #c9a8ef; }
    .badge--navy   { background: var(--navy); color: #fff; }

    /* SPEC BOX */
    .yk-spec-box { background: var(--bg-soft); border: 1px solid var(--border); border-top: 3px solid var(--blue); border-radius: var(--radius); padding: 26px 32px; margin: 26px 0; }
    .yk-spec-box__label { font-family: var(--font-m); font-size: 10.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--blue); margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
    .yk-spec-box__label::after { content: ''; flex: 1; height: 1px; background: var(--border); }
    .yk-spec-box ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .yk-spec-box li { display: flex; align-items: flex-start; gap: 13px; font-size: 15px; color: var(--text-muted); }
    .yk-spec-box li::before { content: '☐'; color: var(--blue); flex-shrink: 0; font-size: 15px; }
    .yk-spec-box li strong { color: var(--dark); font-weight: 600; }

    /* ERRORS */
    .yk-errors { background: var(--red-bg); border: 1px solid #f0b8b0; border-radius: var(--radius); padding: 20px 26px; margin: 22px 0; }
    .yk-errors__title { font-family: var(--font-m); font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--red); margin-bottom: 12px; }
    .yk-errors ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .yk-errors li { display: flex; align-items: flex-start; gap: 11px; font-size: 15px; color: #5a2020; }
    .yk-errors li::before { content: '✕'; color: var(--red); font-size: 12px; flex-shrink: 0; margin-top: 3px; }
    .yk-errors li strong { color: var(--red); font-weight: 600; }

    /* AUDIENCIAS */
    .yk-segments { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; margin: 26px 0; }
    .yk-segment { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px 20px; transition: box-shadow .2s, border-color .2s; }
    .yk-segment:hover { box-shadow: var(--shadow); border-color: var(--blue); }
    .yk-segment__ico { font-size: 28px; margin-bottom: 11px; display: block; }
    .yk-segment__role { font-family: var(--font-m); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); margin-bottom: 7px; }
    .yk-segment h4 { font-family: var(--font-h); font-size: 17px; font-weight: 600; color: var(--navy); margin-bottom: 9px; }
    .yk-segment p { font-size: 13.5px; color: var(--text-muted); line-height: 1.62; }

    /* FAQ */
    .yk-faq { margin: 26px 0; display: flex; flex-direction: column; gap: 6px; }
    .yk-faq-item { background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: border-color .2s; }
    .yk-faq-item[open] { border-color: var(--blue); }
    .yk-faq-item summary { list-style: none; display: flex; justify-content: space-between; align-items: center; padding: 17px 22px; cursor: pointer; font-family: var(--font-h); font-size: 17.5px; font-weight: 600; color: var(--navy); gap: 14px; transition: background .2s; }
    .yk-faq-item summary:hover { background: var(--blue-pale); }
    .yk-faq-item summary::-webkit-details-marker { display: none; }
    .yk-faq-item summary::after { content: '+'; color: var(--blue); font-size: 22px; font-weight: 300; flex-shrink: 0; transition: transform .2s; }
    .yk-faq-item[open] summary::after { transform: rotate(45deg); }
    .yk-faq-answer { padding: 4px 22px 18px; color: var(--text-muted); font-size: 15.5px; line-height: 1.75; }
    .yk-faq-answer strong { color: var(--dark); }

    /* CTA NAVY */
    .yk-cta {
      background: var(--navy); border-radius: var(--radius-lg);
      padding: 56px 40px; text-align: center; margin: 56px auto; max-width: var(--max);
      position: relative; overflow: hidden;
    }
    .yk-cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 80% at 50% 120%, rgba(0,134,205,.35) 0%, transparent 65%); pointer-events: none; }
    .yk-cta > * { position: relative; }
    .yk-cta__label { font-family: var(--font-m); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--blue-lt); margin-bottom: 14px; }
    .yk-cta h2 { font-family: var(--font-h); font-size: clamp(24px, 4vw, 38px); font-weight: 700; color: #ffffff; margin-bottom: 14px; line-height: 1.2; }
    .yk-cta p { color: rgba(255,255,255,.65); font-size: 16px; max-width: 500px; margin: 0 auto 32px; line-height: 1.7; }
    .yk-cta-btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

    .btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--blue); color: #fff; font-family: var(--font-b); font-weight: 600; font-size: 14px; padding: 13px 28px; border-radius: var(--radius); text-decoration: none; transition: background .2s, transform .15s, box-shadow .2s; animation: pulseBlue 2.5s infinite; }
    .btn-primary:hover { background: var(--blue-lt); transform: translateY(-1px); box-shadow: 0 8px 28px rgba(0,134,205,.4); }
    .btn-secondary { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: #fff; font-family: var(--font-b); font-weight: 500; font-size: 14px; padding: 12px 24px; border-radius: var(--radius); text-decoration: none; border: 1px solid rgba(255,255,255,.35); transition: border-color .2s, background .2s; }
    .btn-secondary:hover { border-color: var(--blue-lt); background: rgba(0,134,205,.2); }

    .yk-cta-inline { background: var(--blue-pale); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px 24px; margin: 22px 0; display: flex; flex-wrap: wrap; align-items: center; gap: 14px; justify-content: space-between; }
    .yk-cta-inline p { margin: 0; font-size: 15px; color: var(--dark); max-width: 500px; }
    .yk-cta-inline p span { color: var(--text-muted); display: block; font-size: 13px; margin-top: 2px; }
    .btn-sm { display: inline-flex; align-items: center; gap: 6px; background: var(--blue); color: #fff; font-weight: 600; font-size: 13px; padding: 10px 20px; border-radius: var(--radius); text-decoration: none; white-space: nowrap; transition: background .2s; flex-shrink: 0; }
    .btn-sm:hover { background: var(--navy); }

    /* AMBIENT */
    .yk-ambient { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 12px; margin: 26px 0; }
    .yk-ambient-card { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; background: var(--bg); border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 14px; text-decoration: none; color: var(--navy); text-align: center; transition: border-color .2s, box-shadow .2s, transform .2s; }
    .yk-ambient-card:hover { border-color: var(--blue); box-shadow: var(--shadow); transform: translateY(-2px); }
    .yk-ambient-card__icon { font-size: 28px; }
    .yk-ambient-card__name { font-family: var(--font-h); font-size: 16px; font-weight: 600; }
    .yk-ambient-card__count { font-size: 11.5px; color: var(--text-light); font-family: var(--font-m); }

    /* CALENDAR */
    .yk-calendar { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; margin: 26px 0; box-shadow: var(--shadow); }
    .yk-cal-row { display: grid; grid-template-columns: 110px 1fr auto; gap: 0; border-bottom: 1px solid var(--border); align-items: center; }
    .yk-cal-row:last-child { border-bottom: none; }
    .yk-cal-row:first-child { background: var(--navy); }
    .yk-cal-row:first-child .yk-cal-date, .yk-cal-row:first-child .yk-cal-topic, .yk-cal-row:first-child .yk-cal-kw { color: rgba(255,255,255,.68); }
    .yk-cal-row:nth-child(even):not(:first-child) { background: var(--bg-soft); }
    .yk-cal-date { padding: 13px 15px; font-family: var(--font-m); font-size: 11px; color: var(--blue); border-right: 1px solid var(--border); }
    .yk-cal-topic { padding: 13px 17px; font-size: 14px; color: var(--text); }
    .yk-cal-kw { padding: 13px 15px; font-family: var(--font-m); font-size: 10.5px; color: var(--text-light); text-align: right; border-left: 1px solid var(--border); }

    /* FOOTER */
    .yk-post-footer { border-top: 2px solid var(--border); background: var(--bg-soft); padding: 44px 24px; }
    .yk-post-footer__inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 32px; }
    .yk-post-footer h4 { font-family: var(--font-m); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--blue); margin-bottom: 12px; }
    .yk-post-footer ul { list-style: none; display: flex; flex-direction: column; gap: 7px; }
    .yk-post-footer li a { color: var(--text-muted); font-size: 14px; text-decoration: none; transition: color .2s; }
    .yk-post-footer li a:hover { color: var(--blue); }

    /* RESPONSIVE */
    @media (max-width: 640px) {
      .yk-summary, .yk-spec-box { padding: 20px 18px; }
      .yk-cta { padding: 36px 20px; }
      .yk-cta-inline { flex-direction: column; }
      .yk-cal-row { grid-template-columns: 1fr; }
      .yk-cal-date { border-right: none; border-bottom: 1px solid var(--border); }
      .yk-cal-kw { border-left: none; border-top: 1px solid var(--border); text-align: left; }
      .yk-table th, .yk-table td { padding: 10px 11px; }
      .yk-lead-free, .yk-exclusive { flex-direction: column; gap: 14px; }
      .yk-img-slot--2col { grid-template-columns: 1fr; }
      .yk-section--soft .yk-wrap { padding: 40px 18px; }
    }/* End custom CSS */