/*
Theme Name: Aires Penguin Custom
Theme URI: https://airespenguin.com/
Author: Aires Penguin
Description: Tema personalizado para Aires Penguin: HVAC residencial, industrial y renta de chillers.
Version: 1.0.0
Text Domain: aires-penguin-custom
*/

/* ═══════════════════════════════════════════
       DESIGN SYSTEM
       Estética: Editorial industrial premium.
       Crema cálido + navy profundo + ámbar como
       acento. Tipografía Fraunces (display serif)
       + Inter Tight (sans neutra).
    ═══════════════════════════════════════════ */
    :root {
      --bg:        #f5f1ea;
      --surface:   #fbf8f3;
      --paper:     #ffffff;
      --ink:       #0f1419;
      --ink-soft:  #2a3340;
      --muted:     #6b7682;
      --line:      #d9d3c5;
      --line-soft: #ebe5d6;
      --navy:      #0a1929;
      --navy-2:    #142840;
      --amber:     #c66a1b;
      --amber-2:   #a8530d;
      --ice:       #2a7a99;
      --green:     #2d8a5f;

      --serif:  'Fraunces', 'Times New Roman', serif;
      --sans:   'Inter Tight', system-ui, sans-serif;
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body {
      font-family: var(--sans);
      background: var(--bg);
      color: var(--ink);
      line-height: 1.55;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; }
    img, svg { display: block; max-width: 100%; }

    .wrap { max-width: 1240px; margin: 0 auto; padding: 0 32px; }
    @media (max-width: 640px) { .wrap { padding: 0 20px; } }

    /* ═══ TYPOGRAPHY ═══ */
    h1, h2, h3 { font-family: var(--serif); font-weight: 500; letter-spacing: -.015em; line-height: 1.05; }
    h1 { font-size: clamp(2.6rem, 6.2vw, 5.4rem); }
    h2 { font-size: clamp(2rem, 4.5vw, 3.6rem); }
    h3 { font-size: clamp(1.3rem, 2vw, 1.6rem); }

    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-family: var(--sans);
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: var(--ink-soft);
    }
    .eyebrow::before {
      content: '';
      width: 22px;
      height: 1px;
      background: var(--ink);
    }
    .eyebrow.light { color: rgba(255,255,255,.7); }
    .eyebrow.light::before { background: var(--amber); }

    .serif-italic { font-family: var(--serif); font-style: italic; font-weight: 400; }

    /* ═══ TOPBAR ═══ */
    .topbar {
      background: var(--navy);
      color: rgba(255,255,255,.85);
      padding: 8px 0;
      font-size: .78rem;
      letter-spacing: .04em;
    }
    .topbar .wrap {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 16px;
      flex-wrap: wrap;
    }
    .topbar a { color: rgba(255,255,255,.85); transition: color .2s; }
    .topbar a:hover { color: #fff; }
    .topbar-divider { opacity: .3; margin: 0 8px; }

    /* ═══ NAV ═══ */
    nav.main {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(245,241,234,.92);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid var(--line-soft);
    }
    .nav-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 32px;
      max-width: 1240px;
      margin: 0 auto;
    }
    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      font-family: var(--serif);
      font-size: 1.4rem;
      font-weight: 700;
      color: var(--ink);
      letter-spacing: -.02em;
    }
    .brand-mark {
      width: 38px;
      height: 38px;
      background: var(--navy);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
    }
    .brand-mark::after {
      content: '';
      width: 14px;
      height: 14px;
      border-radius: 50%;
      background: var(--amber);
      box-shadow: 0 0 0 2px var(--bg);
    }
    .brand small {
      display: block;
      font-family: var(--sans);
      font-size: .68rem;
      font-weight: 500;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--muted);
      margin-top: 2px;
    }
    .nav-links {
      display: flex;
      gap: 32px;
      align-items: center;
      font-size: .92rem;
    }
    .nav-links a { color: var(--ink-soft); transition: color .2s; }
    .nav-links a:hover { color: var(--amber); }
    .nav-cta {
      background: var(--navy);
      color: #fff !important;
      padding: 11px 22px;
      border-radius: 100px;
      font-size: .85rem;
      font-weight: 500;
      letter-spacing: .02em;
      transition: background .2s, transform .15s;
    }
    .nav-cta:hover { background: var(--amber-2); transform: translateY(-1px); }
    .nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
    .nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .3s; }

    /* ═══ HERO ═══ */
    .hero {
      position: relative;
      padding: 96px 0 80px;
      overflow: hidden;
    }
    .hero::before {
      content: '';
      position: absolute;
      top: 0; right: 0;
      width: 50%; height: 100%;
      background:
        radial-gradient(ellipse at right top, rgba(198,106,27,.05) 0%, transparent 60%),
        radial-gradient(ellipse at right bottom, rgba(42,122,153,.04) 0%, transparent 60%);
      pointer-events: none;
    }
    .hero-grid {
      display: grid;
      grid-template-columns: 1.15fr 1fr;
      gap: 80px;
      align-items: center;
      position: relative;
      z-index: 2;
    }
    @media (max-width: 980px) {
      .hero-grid { grid-template-columns: 1fr; gap: 48px; }
    }
    .hero h1 {
      margin: 22px 0 28px;
    }
    .hero h1 em {
      font-style: italic;
      color: var(--amber);
      font-weight: 400;
    }
    .hero h1 .underline {
      position: relative;
      display: inline-block;
    }
    .hero h1 .underline::after {
      content: '';
      position: absolute;
      left: 0; right: 0;
      bottom: 8px;
      height: 8px;
      background: rgba(198,106,27,.18);
      z-index: -1;
    }
    .hero-sub {
      font-size: 1.18rem;
      color: var(--ink-soft);
      max-width: 540px;
      line-height: 1.55;
      margin-bottom: 36px;
    }
    .hero-ctas {
      display: flex;
      gap: 14px;
      flex-wrap: wrap;
      align-items: center;
    }
    .btn-primary {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: var(--navy);
      color: #fff;
      padding: 16px 28px;
      border-radius: 100px;
      font-size: .95rem;
      font-weight: 500;
      letter-spacing: .01em;
      transition: background .2s, transform .15s;
    }
    .btn-primary:hover { background: var(--amber-2); transform: translateY(-1px); }
    .btn-ghost {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--ink);
      padding: 16px 24px;
      font-size: .95rem;
      font-weight: 500;
      transition: gap .2s;
    }
    .btn-ghost:hover { gap: 12px; color: var(--amber); }
    .btn-ghost::after { content: '→'; transition: transform .2s; }
    .btn-ghost:hover::after { transform: translateX(3px); }

    .hero-trust {
      margin-top: 56px;
      display: flex;
      gap: 36px;
      flex-wrap: wrap;
    }
    .hero-trust-item { display: flex; align-items: center; gap: 10px; }
    .hero-trust-num {
      font-family: var(--serif);
      font-size: 2rem;
      font-weight: 700;
      color: var(--navy);
      line-height: 1;
    }
    .hero-trust-label {
      font-size: .82rem;
      color: var(--muted);
      line-height: 1.3;
      max-width: 110px;
    }

    /* ── HERO VISUAL ── */
    .hero-visual {
      position: relative;
      aspect-ratio: 4/5;
      max-height: 620px;
    }
    .hero-card-stack { position: relative; width: 100%; height: 100%; }
    .hv-card {
      position: absolute;
      background: var(--paper);
      border: 1px solid var(--line);
      border-radius: 14px;
      padding: 26px;
      box-shadow:
        0 1px 0 rgba(15,20,25,.04),
        0 24px 48px -16px rgba(15,20,25,.12);
    }
    .hv-card-1 {
      top: 0; left: 0;
      width: 64%;
      transform: rotate(-2deg);
      z-index: 1;
    }
    .hv-card-2 {
      top: 28%; right: 0;
      width: 60%;
      transform: rotate(2deg);
      z-index: 2;
      background: var(--navy);
      color: #fff;
      border-color: var(--navy);
    }
    .hv-card-3 {
      bottom: 0; left: 12%;
      width: 70%;
      transform: rotate(-1deg);
      z-index: 3;
    }
    .hv-card-tag {
      display: inline-block;
      font-size: .68rem;
      font-weight: 600;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: var(--amber);
      margin-bottom: 12px;
    }
    .hv-card-2 .hv-card-tag { color: rgba(255,255,255,.6); }
    .hv-card-title {
      font-family: var(--serif);
      font-size: 1.05rem;
      font-weight: 600;
      line-height: 1.25;
      margin-bottom: 8px;
    }
    .hv-card-2 .hv-card-title { color: #fff; }
    .hv-card-desc {
      font-size: .82rem;
      color: var(--muted);
      line-height: 1.5;
    }
    .hv-card-2 .hv-card-desc { color: rgba(255,255,255,.7); }
    .hv-card-icon {
      width: 36px;
      height: 36px;
      background: var(--bg);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 14px;
      font-size: 1rem;
    }
    .hv-card-2 .hv-card-icon { background: rgba(198,106,27,.2); }

    @media (max-width: 980px) {
      .hero-visual { display: none; }
    }

    /* ═══ TICKER ═══ */
    .ticker {
      background: var(--navy);
      color: #fff;
      padding: 22px 0;
      overflow: hidden;
      position: relative;
    }
    .ticker-track {
      display: flex;
      gap: 64px;
      white-space: nowrap;
      animation: ticker 40s linear infinite;
      font-family: var(--serif);
      font-size: 1.35rem;
      font-style: italic;
      font-weight: 400;
      align-items: center;
    }
    .ticker-track span { display: inline-flex; align-items: center; gap: 64px; }
    .ticker-track .dot {
      width: 8px;
      height: 8px;
      background: var(--amber);
      border-radius: 50%;
      flex-shrink: 0;
    }
    @keyframes ticker {
      from { transform: translateX(0); }
      to   { transform: translateX(-50%); }
    }

    /* ═══ SECTIONS GENERAL ═══ */
    section { padding: 100px 0; }
    section + section { border-top: 1px solid var(--line-soft); }
    @media (max-width: 640px) { section { padding: 64px 0; } }

    .section-head {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 64px;
      margin-bottom: 64px;
      align-items: end;
    }
    @media (max-width: 760px) {
      .section-head { grid-template-columns: 1fr; gap: 24px; margin-bottom: 48px; }
    }
    .section-head h2 { max-width: 600px; }
    .section-head p {
      font-size: 1.05rem;
      color: var(--ink-soft);
      line-height: 1.65;
      max-width: 480px;
    }

    /* ═══ PILARES (3 servicios) ═══ */
    .pilares-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    @media (max-width: 900px) {
      .pilares-grid { grid-template-columns: 1fr; }
    }
    .pilar {
      background: var(--paper);
      border: 1px solid var(--line);
      border-radius: 20px;
      padding: 40px 32px;
      transition: border-color .25s, transform .25s, box-shadow .25s;
      position: relative;
      overflow: hidden;
    }
    .pilar:hover {
      border-color: var(--navy);
      transform: translateY(-4px);
      box-shadow: 0 24px 48px -16px rgba(15,20,25,.1);
    }
    .pilar-number {
      font-family: var(--serif);
      font-size: 5rem;
      font-weight: 400;
      font-style: italic;
      color: var(--line);
      line-height: 1;
      position: absolute;
      top: 24px;
      right: 28px;
      transition: color .25s;
    }
    .pilar:hover .pilar-number { color: var(--amber); }
    .pilar-icon {
      width: 56px;
      height: 56px;
      background: var(--navy);
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 24px;
      color: var(--amber);
    }
    .pilar h3 {
      margin-bottom: 12px;
      font-size: 1.5rem;
    }
    .pilar-desc {
      color: var(--ink-soft);
      font-size: .95rem;
      line-height: 1.6;
      margin-bottom: 24px;
    }
    .pilar-list {
      list-style: none;
      padding: 24px 0 0;
      border-top: 1px solid var(--line-soft);
      margin-bottom: 28px;
    }
    .pilar-list li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-size: .88rem;
      color: var(--ink-soft);
      padding: 6px 0;
    }
    .pilar-list li::before {
      content: '';
      width: 6px;
      height: 6px;
      background: var(--amber);
      border-radius: 50%;
      margin-top: 8px;
      flex-shrink: 0;
    }
    .pilar-cta {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: .9rem;
      font-weight: 600;
      color: var(--ink);
      padding: 12px 0;
      border-bottom: 1px solid var(--ink);
      transition: gap .2s, color .2s, border-color .2s;
    }
    .pilar-cta:hover {
      gap: 14px;
      color: var(--amber);
      border-color: var(--amber);
    }

    /* ═══ COBERTURA (ciudades) ═══ */
    .cobertura {
      background: var(--surface);
    }
    .ciudades-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 1px;
      background: var(--line);
      border: 1px solid var(--line);
      border-radius: 16px;
      overflow: hidden;
    }
    @media (max-width: 900px) {
      .ciudades-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 540px) {
      .ciudades-grid { grid-template-columns: 1fr; }
    }
    .ciudad {
      background: var(--paper);
      padding: 36px 28px;
      transition: background .25s;
      position: relative;
    }
    .ciudad:hover { background: var(--surface); }
    .ciudad::before {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 3px;
      background: var(--amber);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .3s;
    }
    .ciudad:hover::before { transform: scaleX(1); }
    .ciudad-coord {
      font-family: var(--sans);
      font-size: .72rem;
      letter-spacing: .14em;
      color: var(--muted);
      margin-bottom: 18px;
      font-weight: 500;
    }
    .ciudad h3 {
      font-size: 1.7rem;
      margin-bottom: 6px;
    }
    .ciudad-sub {
      font-size: .82rem;
      color: var(--muted);
      margin-bottom: 22px;
    }
    .ciudad-links {
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding-top: 22px;
      border-top: 1px solid var(--line-soft);
    }
    .ciudad-links a {
      font-size: .88rem;
      color: var(--ink-soft);
      display: flex;
      align-items: center;
      gap: 8px;
      transition: color .2s, gap .2s;
    }
    .ciudad-links a:hover { color: var(--amber); gap: 12px; }
    .ciudad-links a::after { content: '→'; font-size: .9rem; }

    /* ═══ DIFERENCIADORES ═══ */
    .differentes-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 32px;
    }
    @media (max-width: 880px) {
      .differentes-grid { grid-template-columns: 1fr; gap: 24px; }
    }
    .diff {
      padding: 36px 0;
      border-top: 1px solid var(--ink);
      position: relative;
    }
    .diff-num {
      font-family: var(--serif);
      font-size: .8rem;
      font-weight: 500;
      letter-spacing: .1em;
      color: var(--muted);
      margin-bottom: 24px;
    }
    .diff h3 {
      font-size: 1.6rem;
      margin-bottom: 14px;
      line-height: 1.15;
    }
    .diff p {
      color: var(--ink-soft);
      font-size: .95rem;
      line-height: 1.6;
    }
    .diff-tag {
      display: inline-block;
      margin-top: 18px;
      font-size: .75rem;
      font-weight: 600;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: var(--amber);
      padding: 4px 10px;
      border: 1px solid var(--amber);
      border-radius: 100px;
    }

    /* ═══ PROCESO ═══ */
    .proceso {
      background: var(--navy);
      color: #fff;
    }
    .proceso h2 { color: #fff; }
    .proceso .eyebrow { color: rgba(255,255,255,.6); }
    .proceso .eyebrow::before { background: var(--amber); }
    .proceso p { color: rgba(255,255,255,.7); }
    .proceso-steps {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
      margin-top: 64px;
    }
    @media (max-width: 880px) {
      .proceso-steps { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 480px) {
      .proceso-steps { grid-template-columns: 1fr; }
    }
    .paso {
      padding: 32px 24px;
      border-left: 1px solid rgba(255,255,255,.12);
      position: relative;
    }
    .paso:first-child { border-left: 1px solid rgba(255,255,255,.12); }
    @media (max-width: 880px) {
      .paso:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.12); }
    }
    .paso-num {
      font-family: var(--serif);
      font-size: 2.4rem;
      font-weight: 400;
      font-style: italic;
      color: var(--amber);
      margin-bottom: 18px;
      line-height: 1;
    }
    .paso h4 {
      font-family: var(--serif);
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 8px;
      color: #fff;
    }
    .paso p {
      font-size: .88rem;
      color: rgba(255,255,255,.6);
      line-height: 1.55;
    }

    /* ═══ TESTIMONIOS ═══ */
    .test-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 24px;
    }
    @media (max-width: 760px) {
      .test-grid { grid-template-columns: 1fr; }
    }
    .test {
      background: var(--paper);
      border: 1px solid var(--line);
      border-radius: 16px;
      padding: 40px 36px;
      position: relative;
    }
    .test-quote {
      font-family: var(--serif);
      font-size: 4rem;
      font-style: italic;
      font-weight: 400;
      color: var(--amber);
      line-height: 1;
      margin-bottom: 16px;
      opacity: .35;
    }
    .test-text {
      font-family: var(--serif);
      font-size: 1.2rem;
      line-height: 1.45;
      color: var(--ink);
      margin-bottom: 28px;
      font-weight: 400;
    }
    .test-author {
      display: flex;
      align-items: center;
      gap: 14px;
      padding-top: 24px;
      border-top: 1px solid var(--line-soft);
    }
    .test-avatar {
      width: 44px;
      height: 44px;
      background: var(--navy);
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: var(--serif);
      font-weight: 700;
      font-size: 1rem;
    }
    .test-name { font-weight: 600; font-size: .92rem; color: var(--ink); }
    .test-meta { font-size: .8rem; color: var(--muted); margin-top: 2px; }
    .test-stars {
      position: absolute;
      top: 36px; right: 36px;
      color: var(--amber);
      font-size: .9rem;
      letter-spacing: 2px;
    }

    /* ═══ FAQ ═══ */
    .faq-section {
      background: var(--surface);
    }
    .faq-wrap {
      max-width: 920px;
      margin: 0 auto;
    }
    details.faq-item {
      border-top: 1px solid var(--line);
    }
    details.faq-item:last-child { border-bottom: 1px solid var(--line); }
    .faq-q {
      padding: 28px 0;
      cursor: pointer;
      list-style: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 24px;
      font-family: var(--serif);
      font-size: 1.3rem;
      font-weight: 500;
      color: var(--ink);
      transition: color .2s;
    }
    .faq-q::-webkit-details-marker { display: none; }
    .faq-q:hover { color: var(--amber); }
    .faq-icon {
      width: 32px;
      height: 32px;
      border: 1px solid var(--line);
      border-radius: 50%;
      flex-shrink: 0;
      position: relative;
      transition: border-color .2s, background .2s;
    }
    .faq-icon::before, .faq-icon::after {
      content: '';
      position: absolute;
      background: var(--ink);
      top: 50%; left: 50%;
      transform: translate(-50%,-50%);
    }
    .faq-icon::before { width: 12px; height: 1.5px; }
    .faq-icon::after { width: 1.5px; height: 12px; transition: transform .2s; }
    details[open] .faq-icon { background: var(--navy); border-color: var(--navy); }
    details[open] .faq-icon::before, details[open] .faq-icon::after { background: #fff; }
    details[open] .faq-icon::after { transform: translate(-50%,-50%) rotate(90deg); }
    .faq-a {
      padding: 0 0 28px;
      color: var(--ink-soft);
      font-size: 1rem;
      line-height: 1.7;
      max-width: 760px;
    }

    /* ═══ CTA FINAL ═══ */
    .cta-final {
      background: var(--navy);
      color: #fff;
      padding: 120px 0;
      position: relative;
      overflow: hidden;
    }
    .cta-final::before {
      content: '';
      position: absolute;
      top: -200px; right: -200px;
      width: 600px; height: 600px;
      background: radial-gradient(circle, rgba(198,106,27,.15) 0%, transparent 70%);
      pointer-events: none;
    }
    .cta-final-inner {
      max-width: 760px;
      margin: 0 auto;
      text-align: center;
      position: relative;
      z-index: 2;
    }
    .cta-final h2 {
      color: #fff;
      margin: 24px 0 28px;
    }
    .cta-final h2 em { color: var(--amber); font-style: italic; font-weight: 400; }
    .cta-final p {
      font-size: 1.15rem;
      color: rgba(255,255,255,.8);
      max-width: 520px;
      margin: 0 auto 40px;
      line-height: 1.55;
    }
    .cta-btns {
      display: flex;
      justify-content: center;
      gap: 14px;
      flex-wrap: wrap;
    }
    .cta-wa {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      background: #25d366;
      color: #fff;
      padding: 16px 28px;
      border-radius: 100px;
      font-size: .95rem;
      font-weight: 500;
      transition: background .2s, transform .15s;
    }
    .cta-wa:hover { background: #1eb558; transform: translateY(-1px); }
    .cta-phone {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: #fff;
      padding: 16px 28px;
      border: 1px solid rgba(255,255,255,.3);
      border-radius: 100px;
      font-size: .95rem;
      font-weight: 500;
      transition: border-color .2s, background .2s;
    }
    .cta-phone:hover { border-color: #fff; background: rgba(255,255,255,.06); }

    /* ═══ FOOTER ═══ */
    footer {
      background: var(--bg);
      padding: 80px 0 32px;
      border-top: 1px solid var(--line);
    }
    .footer-grid {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr;
      gap: 48px;
      padding-bottom: 56px;
      border-bottom: 1px solid var(--line);
      margin-bottom: 28px;
    }
    @media (max-width: 880px) {
      .footer-grid { grid-template-columns: 1fr 1fr; }
    }
    @media (max-width: 540px) {
      .footer-grid { grid-template-columns: 1fr; gap: 36px; }
    }
    .footer-brand p {
      color: var(--ink-soft);
      font-size: .92rem;
      line-height: 1.6;
      max-width: 360px;
      margin-top: 18px;
    }
    .footer-col h5 {
      font-family: var(--sans);
      font-size: .72rem;
      font-weight: 600;
      letter-spacing: .16em;
      text-transform: uppercase;
      color: var(--muted);
      margin-bottom: 18px;
    }
    .footer-col ul { list-style: none; }
    .footer-col ul li { margin-bottom: 10px; }
    .footer-col a {
      font-size: .92rem;
      color: var(--ink-soft);
      transition: color .2s;
    }
    .footer-col a:hover { color: var(--amber); }
    .footer-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
      font-size: .82rem;
      color: var(--muted);
    }
    .footer-bottom a { color: var(--muted); }
    .footer-bottom a:hover { color: var(--ink); }

    /* ═══ STICKY WA ═══ */
    .wa-sticky {
      position: fixed;
      bottom: 24px;
      right: 24px;
      z-index: 999;
      background: #25d366;
      color: #fff;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 8px 24px rgba(37,211,102,.4);
      transition: transform .2s;
    }
    .wa-sticky:hover { transform: scale(1.08); }
    .wa-sticky::after {
      content: '';
      position: absolute;
      inset: -4px;
      border: 2px solid #25d366;
      border-radius: 50%;
      opacity: .4;
      animation: pulse-ring 2s ease-in-out infinite;
    }
    @keyframes pulse-ring {
      0%   { transform: scale(1); opacity: .4; }
      100% { transform: scale(1.3); opacity: 0; }
    }

    /* ═══ ANIMATIONS ═══ */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(20px); }
      to   { opacity: 1; transform: translateY(0); }
    }
    .hero > .wrap > .hero-grid > div:first-child > * { animation: fadeUp .7s ease both; }
    .hero > .wrap > .hero-grid > div:first-child > *:nth-child(2) { animation-delay: .08s; }
    .hero > .wrap > .hero-grid > div:first-child > *:nth-child(3) { animation-delay: .16s; }
    .hero > .wrap > .hero-grid > div:first-child > *:nth-child(4) { animation-delay: .24s; }
    .hero > .wrap > .hero-grid > div:first-child > *:nth-child(5) { animation-delay: .32s; }

    /* MOBILE NAV */
    @media (max-width: 880px) {
      .nav-links { display: none; }
      .nav-toggle { display: block; }
      .nav-links.open {
        display: flex;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        background: var(--paper);
        padding: 24px 32px;
        gap: 20px;
        border-bottom: 1px solid var(--line);
        box-shadow: 0 12px 24px -8px rgba(15,20,25,.08);
      }
    }

/* WordPress admin toolbar correction */
body.admin-bar nav.main { top: 32px; }
@media screen and (max-width: 782px) { body.admin-bar nav.main { top: 46px; } }

/* Interior WordPress pages */
.ap-content { padding: 72px 0 96px; min-height: 50vh; }
.ap-content h1 { margin-bottom: 26px; }
.ap-content .entry-content { max-width: 860px; font-size: 1.05rem; }
.ap-content .entry-content p { margin-bottom: 1.2em; }
