/* ═══════════════════════════════════════════
   GENARO FINANZAS — TEMA WORDPRESS
   Estilos completos de la página de inicio
   ═══════════════════════════════════════════ */

:root{
  --trust:#0B2D6B; --trust-mid:#1A4DA8; --trust-light:#E8F0FC;
  --urgency:#E85D04; --urgency-h:#C94E00; --urgency-light:#FFF0E6;
  --money:#1A6B3A; --money-mid:#2D9A56; --money-light:#E8F7EE;
  --scarcity:#B91C1C;
  --gold:#C97A00; --gold-v:#E8920A; --gold-light:#FEF3DC;
  --ink:#060E1C; --white:#fff; --bg:#F5F7FB;
  --gray-1:#EDF0F6; --gray-2:#C4CDD9; --gray-3:#8596A8; --gray-4:#3D4E62;
  --font-d:'Fraunces',Georgia,serif; --font-b:'Outfit',sans-serif;
  --r:10px; --rl:18px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body.gf-body{font-family:var(--font-b);color:var(--ink);background:var(--white);overflow-x:hidden;line-height:1.6}
img{max-width:100%;display:block}
a{text-decoration:none}

/* ── COUNTDOWN ── */
.gf-cd{background:var(--scarcity);color:#fff;display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;padding:10px 20px;font-family:var(--font-b)}
.gf-cd-label{font-size:13px;font-weight:600}
.gf-cd-blocks{display:flex;gap:7px;align-items:center}
.gf-cd-unit{background:rgba(0,0,0,.3);border-radius:6px;padding:4px 11px;text-align:center;min-width:48px}
.gf-cd-num{font-size:22px;font-weight:700;line-height:1;display:block;font-family:var(--font-d)}
.gf-cd-lbl{font-size:9px;letter-spacing:.1em;opacity:.75;text-transform:uppercase}
.gf-cd-sep{font-size:19px;font-weight:700;opacity:.5}
.gf-cd-note{font-size:12px;opacity:.8}

/* ── TOPBAR ── */
.gf-topbar{background:var(--trust);color:#fff;text-align:center;padding:9px 20px;font-size:12.5px;font-weight:500}
.gf-topbar s{opacity:.4;margin-right:4px}
.gf-topbar strong{color:#FFD166}

/* ── NAV ── */
.gf-nav{background:#fff;border-bottom:1px solid var(--gray-1);padding:13px 40px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:200;box-shadow:0 2px 10px rgba(0,0,0,.06)}
.gf-brand{display:flex;align-items:center;gap:9px}
.gf-brand-icon{width:34px;height:34px;background:var(--trust);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.gf-brand-icon svg{width:18px;height:18px}
.gf-brand-name{font-family:var(--font-d);font-size:16px;font-weight:700;color:var(--trust)}
.gf-nav-right{display:flex;align-items:center;gap:20px}
.gf-menu{display:flex;gap:24px;list-style:none;padding:0;margin:0}
.gf-menu a{font-size:14px;color:var(--gray-4);font-weight:500;transition:.15s}
.gf-menu a:hover{color:var(--trust)}
.gf-nav-cta{background:var(--urgency);color:#fff;padding:9px 22px;border-radius:var(--r);font-size:13.5px;font-weight:700;transition:.15s;white-space:nowrap}
.gf-nav-cta:hover{background:var(--urgency-h)}

/* ── HERO ── */
.gf-hero{background:linear-gradient(150deg,#050C1A 0%,#0A2248 55%,#0D2E5C 100%);padding:56px 40px;overflow:hidden;position:relative}
.gf-hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--urgency),var(--gold-v),var(--money-mid))}
.gf-hero-glow{position:absolute;top:-80px;right:-60px;width:500px;height:500px;background:radial-gradient(circle,rgba(26,77,168,.18) 0%,transparent 70%);pointer-events:none}
.gf-hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:flex-start;position:relative}
.gf-hero-tag{display:inline-flex;align-items:center;gap:7px;background:rgba(232,146,10,.13);border:1px solid rgba(232,146,10,.28);color:#FFD166;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:5px 13px;border-radius:100px;margin-bottom:18px}
.gf-hero-tag::before{content:'';width:6px;height:6px;background:#FFD166;border-radius:50%;animation:gf-blink 1.8s infinite}
@keyframes gf-blink{0%,100%{opacity:1}50%{opacity:.2}}
.gf-hero-h1{font-family:var(--font-d);font-size:clamp(30px,4vw,50px);font-weight:900;color:#fff;line-height:1.08;margin-bottom:16px}
.gf-hero-h1 em{font-style:italic;color:#FFD166}
.gf-hero-p{font-size:15.5px;color:rgba(255,255,255,.62);margin-bottom:24px;line-height:1.78;max-width:460px}
.gf-price-row{display:flex;align-items:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}
.gf-pr-was{font-size:16px;color:rgba(255,255,255,.32);text-decoration:line-through}
.gf-pr-now{font-family:var(--font-d);font-size:42px;font-weight:900;color:#FFD166;line-height:1}
.gf-pr-now sup{font-size:22px;vertical-align:super;margin-top:10px;display:inline-block}
.gf-pr-usd{font-size:13px;color:rgba(255,255,255,.4);align-self:flex-end;margin-bottom:5px}
.gf-pr-badge{background:var(--scarcity);color:#fff;font-size:11px;font-weight:700;padding:4px 11px;border-radius:100px}
.gf-hero-actions{display:flex;flex-direction:column;gap:10px}
.gf-btn-cta{display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--urgency);color:#fff;padding:16px 32px;border-radius:var(--r);font-size:16px;font-weight:700;transition:.15s;box-shadow:0 4px 22px rgba(232,93,4,.42);border:none;cursor:pointer}
.gf-btn-cta:hover,.gf-btn-cta:focus{background:var(--urgency-h);transform:translateY(-2px);color:#fff;box-shadow:0 6px 28px rgba(232,93,4,.5)}
.gf-btn-cta svg{width:18px;height:18px}
.gf-btn-green{background:var(--money)}
.gf-btn-green:hover{background:var(--money-mid)}
.gf-hero-micro{display:flex;align-items:center;gap:7px;font-size:12px;color:rgba(255,255,255,.38);flex-wrap:wrap}
.gf-hero-micro svg{width:14px;height:14px;color:var(--money-mid);flex-shrink:0}
.gf-hero-img{position:relative}
.gf-hero-img img{width:100%;border-radius:var(--rl);box-shadow:0 20px 60px rgba(0,0,0,.5)}
.gf-hero-badge{position:absolute;top:-14px;right:-14px;background:var(--gold-v);color:#fff;border-radius:50%;width:72px;height:72px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:800;text-align:center;line-height:1.1;transform:rotate(10deg);box-shadow:0 6px 22px rgba(232,146,10,.5)}
.gf-hero-badge .big{font-size:19px;font-family:var(--font-d)}
.gf-hero-badge .sm{font-size:8.5px;letter-spacing:.04em}

/* ── PROOF ── */
.gf-proof{background:var(--bg);border-bottom:1px solid var(--gray-1);padding:17px 40px}
.gf-proof-inner{display:flex;align-items:center;justify-content:center;gap:36px;flex-wrap:wrap}
.gf-pi{display:flex;align-items:center;gap:9px;font-size:13.5px;color:var(--gray-4);font-weight:500}
.gf-pi strong{font-size:19px;color:var(--trust)}
.gf-pi svg{width:18px;height:18px;color:var(--gold-v)}

/* ── SECTIONS BASE ── */
.gf-section{padding:80px 40px}
.gf-bg{background:var(--bg)}
.gf-white{background:var(--white)}
.gf-c{max-width:1100px;margin:0 auto}
.gf-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--trust-mid);margin-bottom:10px}
.gf-eyebrow-light{color:#7BB8F0}
.gf-title{font-family:var(--font-d);font-size:clamp(26px,3.5vw,38px);font-weight:900;color:var(--trust);line-height:1.15;margin-bottom:14px}
.gf-title em{font-style:italic;color:var(--money)}
.gf-title-white{font-family:var(--font-d);font-size:clamp(24px,3.5vw,38px);font-weight:900;color:#fff;line-height:1.15;margin-bottom:14px}
.gf-title-white em{font-style:italic;color:#FFD166}
.gf-sub{font-size:16px;color:var(--gray-3);max-width:560px;line-height:1.75;margin-bottom:0}
.gf-center{text-align:center}
.gf-center-sub{margin:0 auto 0}

/* ── PROBLEM ── */
.gf-prob-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:44px}
.gf-prob-card{background:#fff;border:1px solid var(--gray-1);border-radius:var(--r);padding:22px;border-left:4px solid var(--scarcity)}
.gf-prob-icon{font-size:26px;margin-bottom:10px;display:block}
.gf-prob-card h3{font-size:15px;font-weight:600;color:var(--trust);margin-bottom:7px}
.gf-prob-card p{font-size:13.5px;color:var(--gray-3);line-height:1.65}

/* ── SHOWCASE ── */
.gf-showcase{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center;margin-top:52px}
.gf-showcase-img{border-radius:var(--rl);overflow:hidden;box-shadow:0 16px 48px rgba(11,45,107,.14);transition:.3s}
.gf-showcase-img:hover img{transform:scale(1.02)}
.gf-showcase-img img{transition:transform .4s}
.gf-showcase-badge{display:inline-flex;align-items:center;gap:6px;background:var(--trust-light);color:var(--trust-mid);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:4px 12px;border-radius:100px;margin-bottom:14px}
.gf-showcase-text h2{margin-bottom:12px}
.gf-showcase-text p{font-size:15px;color:var(--gray-4);line-height:1.75;margin-bottom:18px}
.gf-feature-list{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:24px}
.gf-feature-list li{font-size:14.5px;color:var(--gray-4);display:flex;align-items:flex-start;gap:8px;line-height:1.5}

/* ── FAMILY ── */
.gf-family{background:linear-gradient(150deg,#050C1A 0%,#0A2248 55%,#0D2E5C 100%);padding:80px 40px;position:relative;overflow:hidden}
.gf-family::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--urgency),var(--gold-v),var(--money-mid))}
.gf-family-inner{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
.gf-family-img{border-radius:var(--rl);overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.4)}
.gf-family-p{font-size:15.5px;color:rgba(255,255,255,.62);line-height:1.78;margin-bottom:24px}
.gf-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:28px}
.gf-stat{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:var(--r);padding:14px}
.gf-stat-n{font-family:var(--font-d);font-size:28px;font-weight:900;color:#FFD166;display:block}
.gf-stat-l{font-size:12px;color:rgba(255,255,255,.5);margin-top:2px;display:block}

/* ── TESTIMONIALS ── */
.gf-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:44px}
.gf-testi{background:var(--bg);border:1px solid var(--gray-1);border-radius:var(--rl);padding:24px;border-top:3px solid var(--money)}
.gf-stars{color:var(--gold-v);font-size:15px;letter-spacing:2px;margin-bottom:11px}
.gf-testi p{font-size:14px;color:var(--gray-4);line-height:1.78;margin-bottom:17px;font-style:italic}
.gf-author{display:flex;align-items:center;gap:10px}
.gf-av{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex-shrink:0}
.gf-author strong{font-size:13px;color:var(--trust);display:block}
.gf-author small{font-size:11.5px;color:var(--gray-3)}

/* ── PRICING ── */
.gf-price-urgency{background:var(--scarcity);color:#fff;border-radius:var(--r);padding:11px 20px;display:flex;align-items:center;justify-content:center;gap:12px;margin:0 auto 20px;max-width:520px;font-size:13px;font-weight:500;flex-wrap:wrap}
.gf-price-urgency strong{font-family:var(--font-d);font-size:24px;font-weight:900;letter-spacing:.04em}
.gf-price-box{max-width:520px;margin:0 auto;background:var(--trust);border-radius:var(--rl);overflow:hidden;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 60px rgba(11,45,107,.3)}
.gf-price-head{background:var(--ink);padding:30px 36px;text-align:center}
.gf-price-lbl{font-size:12px;color:rgba(255,255,255,.4);margin-bottom:7px}
.gf-price-was{font-size:17px;color:rgba(255,255,255,.3);text-decoration:line-through;margin-bottom:3px}
.gf-price-now{font-family:var(--font-d);font-size:72px;font-weight:900;color:#FFD166;line-height:1}
.gf-price-now sup{font-size:28px;vertical-align:super;margin-top:14px;display:inline-block}
.gf-price-cur{font-size:13px;color:rgba(255,255,255,.4);margin-top:5px}
.gf-price-save{display:inline-flex;align-items:center;gap:5px;background:var(--scarcity);color:#fff;font-size:12px;font-weight:700;padding:5px 14px;border-radius:100px;margin-top:10px}
.gf-price-body{padding:28px 36px}
.gf-check-list{list-style:none;display:flex;flex-direction:column;gap:11px;margin-bottom:22px;padding:0}
.gf-check-list li{font-size:14px;color:rgba(255,255,255,.82);padding-left:28px;position:relative;line-height:1.5}
.gf-check-list li::before{content:'✓';position:absolute;left:0;color:#4ADE80;font-weight:700;font-size:14px}
.gf-btn-buy{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;background:var(--urgency);color:#fff;padding:18px;border-radius:var(--r);font-size:17px;font-weight:700;transition:.15s;border:none;cursor:pointer;margin-bottom:13px;box-shadow:0 4px 20px rgba(232,93,4,.45)}
.gf-btn-buy:hover{background:var(--urgency-h);transform:translateY(-2px);color:#fff}
.gf-btn-buy svg{width:20px;height:20px}
.gf-trust{font-size:12px;color:rgba(255,255,255,.3);text-align:center;margin:0}

/* ── GUARANTEE ── */
.gf-guar{background:var(--money-light);border-top:3px solid var(--money);border-bottom:3px solid var(--money);padding:54px 40px}
.gf-guar-inner{max-width:700px;margin:0 auto;display:flex;gap:26px;align-items:center}
.gf-guar-seal{width:88px;height:88px;background:var(--money);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;flex-shrink:0;text-align:center}
.gf-guar-seal big{font-size:26px;font-weight:900;line-height:1}
.gf-guar-seal small{font-size:8.5px;font-weight:700;letter-spacing:.05em}
.gf-guar-text h3{font-family:var(--font-d);font-size:21px;font-weight:700;color:var(--trust);margin-bottom:7px}
.gf-guar-text p{font-size:14px;color:var(--gray-4);line-height:1.72}

/* ── FAQ ── */
.gf-faq{max-width:700px;margin:44px auto 0;display:flex;flex-direction:column;gap:10px;text-align:left}
.gf-faq-item{border:1px solid var(--gray-1);border-radius:var(--r);overflow:hidden}
.gf-faq-q{width:100%;text-align:left;padding:17px 22px;background:#fff;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:600;color:var(--trust);font-family:var(--font-b);gap:10px}
.gf-faq-q svg{width:18px;height:18px;color:var(--gray-2);transition:transform .2s;flex-shrink:0}
.gf-faq-q.open svg{transform:rotate(180deg);color:var(--trust-mid)}
.gf-faq-a{padding:0 22px;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .2s;font-size:14px;color:var(--gray-3);line-height:1.75;background:var(--bg)}
.gf-faq-a.open{max-height:300px;padding:14px 22px 18px}

/* ── FINAL CTA ── */
.gf-final{background:linear-gradient(150deg,#050C1A 0%,#0A2248 55%,#0D2E5C 100%);text-align:center;padding:96px 40px;position:relative;overflow:hidden}
.gf-final::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--urgency),var(--gold-v),var(--money-mid))}
.gf-final h2{font-family:var(--font-d);font-size:clamp(28px,4.3vw,46px);font-weight:900;color:#fff;margin-bottom:14px;line-height:1.15}
.gf-final h2 em{font-style:italic;color:#FFD166}
.gf-final p{font-size:16px;color:rgba(255,255,255,.5);margin-bottom:30px;max-width:480px;margin-left:auto;margin-right:auto}

/* ── FOOTER ── */
.gf-footer{background:#040A14;padding:26px 40px;text-align:center;color:rgba(255,255,255,.2);font-size:12px}

/* ══════════════════════════════════
   RESPONSIVE — DESKTOP GRANDE
══════════════════════════════════ */
@media(min-width:1280px){
  .gf-hero{padding:68px 60px}
  .gf-hero-inner{gap:64px}
  .gf-nav{padding:14px 60px}
  .gf-proof{padding:20px 60px}
  .gf-section{padding:88px 60px}
  .gf-family{padding:88px 60px}
  .gf-guar{padding:60px}
}

/* ══════════════════════════════════
   RESPONSIVE — TABLET (600–1024px)
══════════════════════════════════ */
@media(max-width:1024px){
  .gf-nav{padding:12px 24px}
  .gf-menu{gap:16px}
  .gf-hero{padding:44px 24px}
  .gf-hero-inner{grid-template-columns:1fr;gap:32px}
  .gf-hero-img{max-width:540px;margin:0 auto;width:100%}
  .gf-hero-p{max-width:100%}
  .gf-proof{padding:14px 24px}
  .gf-proof-inner{gap:20px}
  .gf-section{padding:60px 24px}
  .gf-family{padding:60px 24px}
  .gf-family-inner{grid-template-columns:1fr;gap:32px}
  .gf-family-img{max-width:540px;margin:0 auto;width:100%}
  .gf-stats{grid-template-columns:repeat(4,1fr)}
  .gf-prob-grid{grid-template-columns:repeat(2,1fr);gap:14px;margin-top:32px}
  .gf-showcase{grid-template-columns:1fr;gap:28px;margin-top:36px}
  .gf-showcase-img{max-width:560px;margin:0 auto;width:100%}
  .gf-testi-grid{grid-template-columns:1fr;gap:14px;margin-top:32px}
  .gf-guar{padding:44px 24px}
  .gf-guar-inner{max-width:100%}
  .gf-faq{max-width:100%}
  .gf-final{padding:72px 24px}
  .gf-footer{padding:22px 24px}
  .gf-price-box{max-width:100%}
  .gf-price-urgency{max-width:100%}
}

/* ══════════════════════════════════
   RESPONSIVE — MÓVIL (hasta 599px)
══════════════════════════════════ */
@media(max-width:599px){
  /* countdown */
  .gf-cd{flex-direction:column;gap:7px;padding:9px 14px}
  .gf-cd-label,.gf-cd-note{font-size:11px;text-align:center}
  .gf-cd-num{font-size:20px}

  /* topbar */
  .gf-topbar{font-size:11px;padding:7px 12px;line-height:1.5}

  /* nav */
  .gf-nav{padding:10px 14px}
  .gf-brand-name{font-size:14px}
  .gf-brand-icon{width:30px;height:30px}
  .gf-menu{display:none}
  .gf-nav-cta{padding:7px 12px;font-size:11.5px}

  /* hero */
  .gf-hero{padding:28px 14px 32px}
  .gf-hero-inner{gap:24px}
  .gf-hero-tag{font-size:9.5px;padding:4px 10px;margin-bottom:12px}
  .gf-hero-h1{font-size:26px;line-height:1.12;margin-bottom:10px}
  .gf-hero-p{font-size:14px;margin-bottom:16px}
  .gf-price-row{gap:8px;margin-bottom:16px}
  .gf-pr-was{font-size:13.5px}
  .gf-pr-now{font-size:34px}
  .gf-pr-badge{font-size:10px;padding:3px 8px}
  .gf-btn-cta{padding:14px 18px;font-size:14.5px;width:100%}
  .gf-hero-micro{font-size:10.5px}
  .gf-hero-badge{width:58px;height:58px;top:-10px;right:-8px}
  .gf-hero-badge .big{font-size:15px}

  /* proof */
  .gf-proof{padding:11px 14px}
  .gf-proof-inner{gap:10px 14px;justify-content:flex-start}
  .gf-pi{font-size:12px}
  .gf-pi strong{font-size:16px}

  /* sections */
  .gf-section{padding:40px 14px}
  .gf-family{padding:40px 14px}
  .gf-title,.gf-title-white{font-size:22px;margin-bottom:10px}
  .gf-sub{font-size:14px}
  .gf-eyebrow{font-size:10px;margin-bottom:8px}

  /* problem */
  .gf-prob-grid{grid-template-columns:1fr;gap:10px;margin-top:24px}
  .gf-prob-card{padding:16px 18px}
  .gf-prob-icon{font-size:22px;margin-bottom:7px}
  .gf-prob-card h3{font-size:14px}
  .gf-prob-card p{font-size:12.5px}

  /* showcase */
  .gf-showcase{gap:20px;margin-top:24px}
  .gf-showcase-text h2{font-size:20px}
  .gf-showcase-text p{font-size:13.5px}
  .gf-feature-list li{font-size:13.5px}
  .gf-btn-cta.gf-btn-green{width:100%}

  /* family */
  .gf-family-inner{gap:24px}
  .gf-family-p{font-size:13.5px;margin-bottom:16px}
  .gf-stats{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:18px}
  .gf-stat{padding:10px 11px}
  .gf-stat-n{font-size:22px}
  .gf-stat-l{font-size:10.5px}

  /* testimonials */
  .gf-testi-grid{gap:12px;margin-top:24px}
  .gf-testi{padding:18px}
  .gf-testi p{font-size:13px}

  /* pricing */
  .gf-price-urgency{padding:10px 13px;gap:7px}
  .gf-price-urgency strong{font-size:21px}
  .gf-price-head{padding:20px 18px}
  .gf-price-was{font-size:14px}
  .gf-price-now{font-size:58px}
  .gf-price-now sup{font-size:22px}
  .gf-price-save{font-size:11px}
  .gf-price-body{padding:18px 18px}
  .gf-check-list li{font-size:13px}
  .gf-btn-buy{font-size:15px;padding:15px}
  .gf-trust{font-size:11px}

  /* guarantee */
  .gf-guar{padding:32px 14px}
  .gf-guar-inner{flex-direction:column;text-align:center;gap:14px}
  .gf-guar-seal{width:72px;height:72px}
  .gf-guar-seal big{font-size:20px}
  .gf-guar-text h3{font-size:18px}
  .gf-guar-text p{font-size:13px}

  /* faq */
  .gf-faq{margin-top:24px}
  .gf-faq-q{font-size:13.5px;padding:14px 16px}
  .gf-faq-a{font-size:13px}
  .gf-faq-a.open{padding:12px 16px 16px}

  /* final */
  .gf-final{padding:56px 14px}
  .gf-final h2{font-size:24px}
  .gf-final p{font-size:14px}

  .gf-footer{padding:20px 14px;font-size:11px}
}
