:root {
    --gb-navy: #07385e;
    --gb-blue: #105f9d;
    --gb-cyan: #12aec3;
    --gb-pink: #dc3da7;
    --gb-orange: #f5a623;
    --gb-ink: #14233b;
    --gb-muted: #59677d;
    --gb-bg: #f3fbfc;
    --gb-white: #ffffff;
    --gb-border: #d9e5ea;
}

.wab-gb-wrap,
.wab-gb-wrap * { box-sizing: border-box; }
.wab-gb-wrap { max-width: 1280px; margin: 0 auto; color: var(--gb-ink); font-family: inherit; }
.wab-gb-wrap h1,
.wab-gb-wrap h2 { line-height: 1.08; margin: 0 0 18px; color: var(--gb-ink); }
.wab-gb-wrap h1 { font-size: clamp(42px, 4.7vw, 68px); letter-spacing: -.045em; }
.wab-gb-wrap h2 { font-size: clamp(28px, 3vw, 44px); letter-spacing: -.03em; }
.wab-gb-wrap p { color: var(--gb-muted); font-size: 18px; line-height: 1.65; }
.wab-gb-kicker { display: inline-block; margin-bottom: 14px; color: var(--gb-cyan); font-size: 13px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.wab-gb-hero { position: relative; display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.82fr); gap: 48px; align-items: center; padding: 58px; border-radius: 34px; background: radial-gradient(circle at 85% 10%, rgba(245,166,35,.18), transparent 30%), linear-gradient(135deg,#effcfd 0%,#fff8ec 100%); overflow: hidden; }
.wab-gb-hero:before { content: ""; position: absolute; left: -90px; bottom: -120px; width: 280px; height: 280px; border-radius: 50%; background: rgba(18,174,195,.09); }
.wab-gb-hero__content,
.wab-gb-hero__side { position: relative; z-index: 1; }
.wab-gb-lead { max-width: 690px; margin-bottom: 26px; font-size: 20px !important; }
.wab-gb-impact-list { display: grid; gap: 10px; margin: 24px 0 28px; }
.wab-gb-impact-list div { display: flex; align-items: center; gap: 12px; font-size: 16px; }
.wab-gb-impact-list div > span { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; border-radius: 12px; background: rgba(255,255,255,.9); box-shadow: 0 8px 22px rgba(7,56,94,.08); }
.wab-gb-impact-list strong { color: var(--gb-navy); }
.wab-gb-goal { max-width: 620px; padding: 20px; border: 1px solid rgba(7,56,94,.11); border-radius: 18px; background: rgba(255,255,255,.72); backdrop-filter: blur(8px); }
.wab-gb-goal__head { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 11px; }
.wab-gb-goal__head span { color: var(--gb-muted); font-weight: 700; }
.wab-gb-goal__head strong { color: var(--gb-navy); }
.wab-gb-goal__bar { height: 10px; border-radius: 999px; background: #dbe9ed; overflow: hidden; }
.wab-gb-goal__bar span { display: block; width: 18%; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--gb-cyan),var(--gb-blue)); }
.wab-gb-goal small { display: block; margin-top: 10px; color: var(--gb-muted); }

.wab-gb-hero__side { display: grid; gap: 18px; }
.wab-gb-hero__image { position: relative; margin: 0; }
.wab-gb-hero__image img { display: block; width: 100%; height: 340px; object-fit: cover; border-radius: 26px; box-shadow: 0 24px 60px rgba(7,56,94,.20); }
.wab-gb-hero__image figcaption { position: absolute; left: 16px; right: 16px; bottom: 14px; display: flex; align-items: center; gap: 9px; padding: 11px 14px; border-radius: 14px; background: rgba(7,56,94,.88); color: white; font-size: 13px; font-weight: 800; backdrop-filter: blur(8px); }

.wab-gb-card { padding: 28px; border-radius: 24px; background: white; box-shadow: 0 25px 55px rgba(7,56,94,.16); }
.wab-gb-card--hero { margin-top: -6px; }
.wab-gb-card__heading > span { display: block; margin-bottom: 6px; color: var(--gb-pink); font-size: 14px; font-weight: 900; }
.wab-gb-card__heading h2 { margin-bottom: 20px; font-size: 25px; line-height: 1.2; }
.wab-gb-card label { display: block; margin-bottom: 9px; font-size: 14px; font-weight: 800; }
.wab-gb-quantity { display: grid; grid-template-columns: 54px 1fr 54px; border: 1px solid var(--gb-border); border-radius: 14px; overflow: hidden; }
.wab-gb-quantity input { width: 100%; height: 54px; border: 0 !important; border-left: 1px solid var(--gb-border) !important; border-right: 1px solid var(--gb-border) !important; border-radius: 0 !important; text-align: center; font-size: 22px; font-weight: 900; box-shadow: none !important; }
.wab-gb-qty-btn { border: 0; background: #f4f8fa; color: var(--gb-blue); font-size: 27px; cursor: pointer; }
.wab-gb-presets { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; margin: 12px 0 18px; }
.wab-gb-presets button { padding: 10px 5px; border: 1px solid var(--gb-border); border-radius: 10px; background: white; color: var(--gb-navy); font-weight: 900; cursor: pointer; }
.wab-gb-presets button:hover { border-color: var(--gb-cyan); color: var(--gb-cyan); }
.wab-gb-total { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; border-top: 1px solid var(--gb-border); }
.wab-gb-total span { color: var(--gb-muted); }
.wab-gb-total strong { color: var(--gb-blue); font-size: 27px; }
.wab-gb-primary { width: 100%; padding: 16px 22px; border: 0; border-radius: 12px; background: linear-gradient(90deg,var(--gb-pink),#ef5d94); color: white; font-size: 17px; font-weight: 900; cursor: pointer; box-shadow: 0 12px 25px rgba(220,61,167,.24); transition: transform .2s ease, filter .2s ease; }
.wab-gb-primary:hover { filter: brightness(.97); transform: translateY(-2px); }
.wab-gb-payment-note { display: flex; justify-content: center; flex-wrap: wrap; gap: 7px 13px; margin-top: 12px; color: var(--gb-muted); font-size: 12px; font-weight: 700; }

.wab-gb-story { display: grid; grid-template-columns: .92fr 1.08fr; gap: 55px; align-items: center; padding: 86px 20px; }
.wab-gb-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.wab-gb-gallery img { width: 100%; height: 225px; object-fit: cover; border-radius: 20px; }
.wab-gb-gallery img:first-child { grid-column: span 2; height: 300px; }
.wab-gb-inline-cta { display: inline-flex; margin-top: 8px; padding: 14px 19px; border-radius: 12px; background: var(--gb-navy); color: white !important; font-weight: 900; text-decoration: none !important; }

.wab-gb-checkout { padding: 60px 10px; }
.wab-gb-checkout__header { display: flex; justify-content: space-between; gap: 25px; align-items: flex-end; margin-bottom: 28px; padding: 35px; border-radius: 24px; background: linear-gradient(135deg,#effcfd,#fff8ec); }
.wab-gb-checkout__header p { margin-bottom: 0; }
.wab-gb-secondary { display: inline-flex; flex: 0 0 auto; padding: 12px 17px; border: 1px solid var(--gb-blue); border-radius: 10px; color: var(--gb-blue) !important; font-weight: 800; text-decoration: none !important; }
.wab-gb-checkout__box { padding: 34px; border: 1px solid var(--gb-border); border-radius: 22px; background: white; box-shadow: 0 15px 50px rgba(21,63,120,.08); }
.wab-gb-checkout__box .woocommerce-checkout { margin-top: 0; }
.wab-gb-checkout__box input,
.wab-gb-checkout__box select,
.wab-gb-checkout__box textarea { min-height: 48px; border: 1px solid var(--gb-border) !important; border-radius: 9px !important; padding: 10px 12px !important; }
.wab-gb-checkout__box #place_order { padding: 17px 24px !important; border-radius: 10px !important; background: var(--gb-pink) !important; color: white !important; font-weight: 900 !important; }

.wab-gb-trust { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; padding: 28px 0 60px; }
.wab-gb-trust div { padding: 22px; border: 1px solid var(--gb-border); border-radius: 16px; background: white; text-align: center; }
.wab-gb-trust strong,
.wab-gb-trust span { display: block; }
.wab-gb-trust__icon { margin-bottom: 8px; font-size: 24px; }
.wab-gb-trust strong { margin-bottom: 6px; color: var(--gb-blue); }
.wab-gb-trust span:not(.wab-gb-trust__icon) { color: var(--gb-muted); }

@media (max-width: 980px) {
    .wab-gb-hero { grid-template-columns: 1fr; padding: 42px 30px; }
    .wab-gb-hero__side { grid-template-columns: .9fr 1.1fr; align-items: stretch; }
    .wab-gb-hero__image img { height: 100%; min-height: 390px; }
    .wab-gb-story { grid-template-columns: 1fr; padding: 65px 10px; }
}

@media (max-width: 720px) {
    .wab-gb-wrap h1 { font-size: 42px; }
    .wab-gb-wrap h2 { font-size: 31px; }
    .wab-gb-wrap p { font-size: 16px; }
    .wab-gb-hero { gap: 30px; padding: 34px 22px; border-radius: 22px; }
    .wab-gb-hero__side { grid-template-columns: 1fr; }
    .wab-gb-hero__image img { height: 330px; min-height: 0; }
    .wab-gb-card { padding: 23px 18px; }
    .wab-gb-card__heading h2 { font-size: 24px; }
    .wab-gb-gallery img,
    .wab-gb-gallery img:first-child { height: 205px; }
    .wab-gb-checkout__header { display: block; padding: 25px 20px; }
    .wab-gb-secondary { margin-top: 15px; }
    .wab-gb-checkout__box { padding: 18px 14px; }
    .wab-gb-trust { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
    .wab-gb-wrap h1 { font-size: 36px; }
    .wab-gb-hero__image img { height: 285px; }
    .wab-gb-presets { grid-template-columns: repeat(2,1fr); }
    .wab-gb-goal__head { display: block; }
    .wab-gb-goal__head strong { display: block; margin-top: 4px; }
}

/* v2: progreso automático y muro de padrinos */
.wab-gb-progress-card{max-width:650px;padding:22px;border:1px solid rgba(7,56,94,.12);border-radius:20px;background:rgba(255,255,255,.82);box-shadow:0 16px 36px rgba(7,56,94,.08)}
.wab-gb-progress-top{display:flex;justify-content:space-between;gap:15px;margin-bottom:12px;color:var(--gb-navy);font-weight:800}.wab-gb-progress-top strong{font-size:22px;color:var(--gb-cyan)}
.wab-gb-progress-card .wab-gb-goal__bar{height:13px}.wab-gb-progress-card .wab-gb-goal__bar span{transition:width 1.1s cubic-bezier(.2,.8,.2,1)}
.wab-gb-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.wab-gb-stat-grid div{padding:13px 10px;border-radius:13px;background:#f5fafb;text-align:center}.wab-gb-stat-grid strong,.wab-gb-stat-grid span{display:block}.wab-gb-stat-grid strong{font-size:22px;color:var(--gb-navy)}.wab-gb-stat-grid span{margin-top:3px;color:var(--gb-muted);font-size:12px}.wab-gb-progress-card small{display:block;margin-top:12px;color:var(--gb-muted)}
.wab-gb-wall{padding:78px 20px 20px}.wab-gb-wall__heading{text-align:center;max-width:700px;margin:0 auto 32px}.wab-gb-wall__heading p{margin:0}.wab-gb-donors{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.wab-gb-donor{display:flex;align-items:center;gap:13px;padding:18px;border:1px solid var(--gb-border);border-radius:16px;background:#fff;box-shadow:0 10px 25px rgba(7,56,94,.06)}.wab-gb-donor>span{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:50%;background:#fff0f8}.wab-gb-donor strong,.wab-gb-donor small{display:block}.wab-gb-donor strong{color:var(--gb-navy)}.wab-gb-donor small{margin-top:2px;color:var(--gb-muted)}.wab-gb-empty{padding:28px;border:1px dashed var(--gb-border);border-radius:18px;text-align:center;color:var(--gb-muted);background:#fff}
@media(max-width:980px){.wab-gb-donors{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.wab-gb-stat-grid{grid-template-columns:1fr}.wab-gb-donors{grid-template-columns:1fr}.wab-gb-wall{padding-top:55px}.wab-gb-progress-top{display:block}.wab-gb-progress-top strong{display:block;margin-top:4px}}
