.gpb-section{--gpb-bg:#ffffff;--gpb-text:#111827;--gpb-accent:#0ea5e9;margin:1.25rem 0;padding:clamp(1rem,3vw,2.5rem);background:var(--gpb-bg);color:var(--gpb-text);border-radius:8px}
.gpb-section.is-style-bordered,.gpb-card,.gpb-callout,.gpb-pricing,.gpb-testimonial,.gpb-data-table-wrap,.gpb-code-tabs,.gpb-pdf,.gpb-hotspot,.gpb-qr{border:1px solid #dbe3ee;box-shadow:0 8px 24px rgba(15,23,42,.06)}
.gpb-section.is-style-muted{background:#f8fafc}
.gpb-section.is-style-accent{background:#0f172a;color:#fff}
.gpb-grid{display:grid;gap:var(--gpb-gap,1rem);grid-template-columns:repeat(var(--gpb-columns,3),minmax(0,1fr));margin:1.25rem 0}
.gpb-card{padding:1.25rem;background:#fff;border-radius:8px}
.gpb-card h3,.gpb-callout h3,.gpb-pricing h3,.gpb-testimonial h3{margin-top:0}
.gpb-button-group{display:flex;flex-wrap:wrap;gap:.75rem;margin:1rem 0}
.gpb-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.7rem 1rem;border-radius:6px;background:#111827;color:#fff;text-decoration:none;font-weight:700}
.gpb-button.is-secondary{background:#e2e8f0;color:#111827}
.gpb-callout{--gpb-callout:#0ea5e9;padding:1rem 1.1rem;border-left:5px solid var(--gpb-callout);border-radius:8px;background:#f8fafc}
.gpb-callout.is-warning{--gpb-callout:#f59e0b}.gpb-callout.is-success{--gpb-callout:#16a34a}.gpb-callout.is-danger{--gpb-callout:#dc2626}
.gpb-accordion details{margin:.5rem 0;border:1px solid #dbe3ee;border-radius:8px;background:#fff}
.gpb-accordion summary{cursor:pointer;padding:.85rem 1rem;font-weight:700}
.gpb-accordion .gpb-accordion-body{padding:0 1rem 1rem;color:#475569}
.gpb-tabs{margin:1.25rem 0}.gpb-tab-nav{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.gpb-tab-nav button{appearance:none;border:0;cursor:pointer;padding:.5rem .8rem;border-radius:999px;background:#e2e8f0;color:#111827;font-weight:700}.gpb-tab-nav button.is-active{background:#111827;color:#fff}.gpb-tab-panel{padding:1rem;border:1px solid #dbe3ee;border-radius:8px;background:#fff}.gpb-tab-panel[hidden]{display:none}
.gpb-timeline{display:grid;gap:.85rem;margin:1.25rem 0}.gpb-step{display:grid;grid-template-columns:38px 1fr;gap:.75rem;align-items:start}.gpb-step-num{display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:#0ea5e9;color:#fff;font-weight:800}.gpb-step-body{padding-bottom:.85rem;border-bottom:1px solid #e2e8f0}
.gpb-pros-cons{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.25rem 0}.gpb-pros,.gpb-cons{padding:1rem;border-radius:8px;background:#fff;border:1px solid #dbe3ee}.gpb-pros h3{color:#15803d}.gpb-cons h3{color:#b91c1c}
.gpb-pricing{padding:1.25rem;border-radius:8px;background:#fff;text-align:center}.gpb-price{font-size:2.4rem;font-weight:900;color:#111827}.gpb-pricing ul{margin:1rem 0;padding-left:1.25rem;text-align:left}
.gpb-testimonial{padding:1.25rem;border-radius:8px;background:#fff}.gpb-testimonial blockquote{margin:0;font-size:1.15rem;line-height:1.55}.gpb-testimonial cite{display:block;margin-top:.8rem;color:#64748b;font-style:normal;font-weight:700}
.gpb-progress{margin:1rem 0}.gpb-progress-label{display:flex;justify-content:space-between;font-weight:700;margin-bottom:.35rem}.gpb-progress-track{height:14px;background:#e2e8f0;border-radius:999px;overflow:hidden}.gpb-progress-fill{height:100%;width:var(--gpb-value,50%);background:var(--gpb-accent,#0ea5e9)}
.gpb-circle{--gpb-angle:234deg;--gpb-accent:#0ea5e9;display:inline-grid;place-items:center;width:150px;aspect-ratio:1;border-radius:999px;background:conic-gradient(var(--gpb-accent) var(--gpb-angle),#e2e8f0 0);font-weight:900}.gpb-circle span{display:grid;place-items:center;width:112px;aspect-ratio:1;border-radius:999px;background:#fff}
.gpb-stat{padding:1.1rem;border-radius:8px;border:1px solid #dbe3ee;background:#fff}.gpb-stat-number{font-size:2.1rem;font-weight:900;color:#0f172a}.gpb-stat-label{color:#64748b;font-weight:700}
.gpb-chart{display:grid;gap:.5rem;margin:1rem 0}.gpb-chart-row{display:grid;grid-template-columns:minmax(80px,160px) 1fr 48px;gap:.65rem;align-items:center}.gpb-chart-bar{height:18px;border-radius:999px;background:#e2e8f0;overflow:hidden}.gpb-chart-fill{height:100%;width:var(--gpb-value,40%);background:var(--gpb-accent,#0ea5e9)}
.gpb-data-table{width:100%;border-collapse:collapse;background:#fff}.gpb-data-table th,.gpb-data-table td{padding:.65rem;border:1px solid #dbe3ee;text-align:left}.gpb-data-table th{background:#f8fafc}
.gpb-before-after{--gpb-split:50%;--gpb-height:320px;position:relative;overflow:hidden;border-radius:8px;border:1px solid #dbe3ee;background:#f1f5f9}.gpb-before-after figure{margin:0;position:relative;height:var(--gpb-height);min-height:180px}.gpb-before-after img{width:100%;height:100%;object-fit:cover;display:block}.gpb-before-after .gpb-before{position:absolute;inset:0;overflow:hidden;z-index:2;clip-path:inset(0 calc(100% - var(--gpb-split)) 0 0)}.gpb-before-after .gpb-after{position:relative}.gpb-before-after figcaption{position:absolute;left:.5rem;bottom:.5rem;padding:.25rem .5rem;border-radius:4px;background:rgba(15,23,42,.82);color:#fff;font-size:.8rem;font-weight:700}.gpb-before-after .gpb-after figcaption{left:auto;right:.5rem}.gpb-before-after input[type=range]{position:absolute;left:0;right:0;bottom:.75rem;z-index:3;width:calc(100% - 2rem);margin:0 1rem}
.gpb-gallery{display:grid;grid-template-columns:repeat(var(--gpb-columns,3),minmax(0,1fr));gap:.6rem}.gpb-gallery figure{margin:0}.gpb-gallery img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:6px}
.gpb-pdf{border-radius:8px;background:#fff;overflow:hidden}.gpb-pdf iframe{display:block;width:100%;min-height:520px;border:0}
.gpb-hotspot{position:relative;display:inline-block;border-radius:8px;overflow:hidden;background:#f8fafc}.gpb-hotspot img{display:block;max-width:100%}.gpb-hotspot-dot{position:absolute;left:var(--gpb-x,50%);top:var(--gpb-y,50%);transform:translate(-50%,-50%);width:22px;height:22px;border-radius:999px;background:#ef4444;border:3px solid #fff;box-shadow:0 2px 12px rgba(0,0,0,.25)}.gpb-hotspot-note{padding:.85rem;background:#fff}
.gpb-announcement{padding:.75rem 1rem;border-radius:6px;background:#0f172a;color:#fff;font-weight:700;text-align:center}
.gpb-countdown{display:flex;gap:.6rem;flex-wrap:wrap;margin:1rem 0}.gpb-countdown span{min-width:74px;padding:.8rem;border-radius:8px;background:#111827;color:#fff;text-align:center;font-weight:900}.gpb-countdown small{display:block;color:#cbd5e1;font-weight:700}
.gpb-qr{display:inline-block;padding:1rem;border-radius:8px;background:#fff;text-align:center}.gpb-qr img{display:block;width:var(--gpb-size,180px);height:var(--gpb-size,180px)}
.gpb-code-tabs{border-radius:8px;overflow:hidden;background:#0f172a;color:#e2e8f0}.gpb-code-nav{display:flex;flex-wrap:wrap;gap:.35rem;padding:.5rem;background:#1e293b}.gpb-code-nav button{appearance:none;border:0;cursor:pointer;padding:.4rem .65rem;border-radius:6px;background:#334155;color:#e2e8f0;font-weight:700}.gpb-code-nav button.is-active{background:#e2e8f0;color:#0f172a}.gpb-code-tabs pre{margin:0;padding:1rem;overflow:auto}.gpb-code-tabs pre[hidden]{display:none}.gpb-code-label{padding:.55rem .8rem;background:#1e293b;color:#fff;font-weight:700}
@media (max-width:760px){.gpb-grid,.gpb-pros-cons,.gpb-gallery{grid-template-columns:1fr!important}.gpb-chart-row{grid-template-columns:1fr}.gpb-chart-value{text-align:left}}
