:root{
  --ogh-bg:#ffffff;
  --ogh-soft:#f6f9fd;
  --ogh-line:#e5ebf3;
  --ogh-text:#0f172a;
  --ogh-muted:#5a697e;
  --ogh-blue:#0056A8;
  --ogh-blue-dark:#004a91;
  --ogh-shadow:0 30px 70px rgba(15,23,42,.10);
  --ogh-shadow-soft:0 18px 42px rgba(15,23,42,.07);
}
.ogh-home-wrap{background:linear-gradient(180deg,#fbfdff 0%,#ffffff 20%,#f8fbff 100%);padding:28px 0 52px;color:var(--ogh-text)}
.ogh-home,.ogh-home *{box-sizing:border-box}
.ogh-home{width:min(1240px,calc(100vw - 32px));margin:0 auto;display:grid;gap:22px;font-family:inherit}
.ogh-home a{text-decoration:none;color:inherit}
.ogh-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#eef5ff;border:1px solid #dce8fa;color:#144a85;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}
.ogh-chip-soft{background:#f6f8fb;border-color:#e7ecf3;color:#475569}
.ogh-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:999px;font-weight:800;font-size:14px;transition:.22s ease;border:1px solid transparent;cursor:pointer}
.ogh-btn:hover{transform:translateY(-1px)}
.ogh-btn-primary,.ogh-btn-primary:visited,.ogh-btn-primary:hover,.ogh-btn-primary:focus{background:var(--ogh-blue)!important;color:#fff!important;box-shadow:0 14px 30px rgba(0,86,168,.18)}
.ogh-btn-primary:hover{background:var(--ogh-blue-dark)!important}
.ogh-btn-light{background:#fff;border-color:var(--ogh-line);color:var(--ogh-text)!important}
.ogh-actions,.ogh-copy-actions{display:flex;flex-wrap:wrap;gap:12px}
.ogh-pills,.ogh-mini-legend,.ogh-wallet-meta,.ogh-qr-notes{display:flex;flex-wrap:wrap;gap:10px}
.ogh-pills span,.ogh-mini-legend span{display:inline-flex;align-items:center;padding:9px 13px;border:1px solid var(--ogh-line);border-radius:999px;background:#fff;color:#3d4e65;font-size:13px;font-weight:700}
.ogh-reveal{opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease}
.ogh-reveal.is-visible{opacity:1;transform:none}

.ogh-hero,.ogh-trial-spotlight,.ogh-showcase,.ogh-ai-block,.ogh-translation-section,.ogh-feature-section,.ogh-two-col,.ogh-wallet-section,.ogh-insights,.ogh-pricing,.ogh-final-cta,.ogh-strip,.ogh-features{background:rgba(255,255,255,.96);border:1px solid rgba(229,235,243,.98);border-radius:34px;box-shadow:var(--ogh-shadow-soft)}
.ogh-hero,.ogh-trial-spotlight,.ogh-showcase,.ogh-ai-block,.ogh-translation-section,.ogh-feature-section,.ogh-two-col,.ogh-wallet-section,.ogh-insights,.ogh-pricing,.ogh-final-cta,.ogh-features{padding:34px}
.ogh-strip{padding:22px}

.ogh-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(500px,560px);gap:38px;align-items:center;overflow:hidden}
.ogh-hero-copy h1{margin:16px 0 14px;font-size:clamp(42px,5.8vw,72px);line-height:.92;letter-spacing:-.065em;max-width:760px}
.ogh-hero-copy p{margin:0;color:var(--ogh-muted);font-size:17px;line-height:1.82;max-width:720px}
.ogh-hero-copy .ogh-actions{margin-top:22px}
.ogh-hero-copy .ogh-pills{margin-top:18px}
.ogh-hero-stage{position:relative}
.ogh-hero-stage:before{content:"";position:absolute;inset:-10% auto auto -10%;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(0,86,168,.10) 0%,rgba(0,86,168,0) 72%);pointer-events:none}
.ogh-hero-stage:after{content:"";position:absolute;right:-4%;bottom:-8%;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(0,86,168,.08) 0%,rgba(0,86,168,0) 72%);pointer-events:none}
.ogh-hero-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:16px;align-items:stretch}
.ogh-card,.ogh-preview-card{background:#fff;border:1px solid var(--ogh-line);border-radius:30px;box-shadow:var(--ogh-shadow-soft);position:relative;overflow:hidden}
.ogh-card-head,.ogh-card-top{display:flex;align-items:center;gap:14px}
.ogh-avatar,.ogh-card-logo,.ogh-wallet-card-logo,.ogh-link-banner-logo{width:64px;height:64px;border-radius:20px;display:flex;align-items:center;justify-content:center;background:var(--accent-soft,#eef5ff);color:var(--accent,#0056A8);border:1px solid rgba(255,255,255,.24);overflow:hidden;flex-shrink:0}
.ogh-card-head small,.ogh-card-top-label,.ogh-panel-top small,.ogh-link-banner-kicker,.ogh-link-banner-link-label,.ogh-wallet-card-top span{display:block;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#7a8a9d;font-weight:800}
.ogh-card-head strong,.ogh-card-top strong{font-size:22px;letter-spacing:-.04em}
.ogh-hero-page{padding:22px;display:grid;gap:16px;min-height:324px;align-content:start}
.ogh-hero-page p,.ogh-page-card p{margin:0;color:var(--ogh-muted);line-height:1.75}
.ogh-mini-buttons,.ogh-button-stack{display:grid;gap:10px}
.ogh-mini-buttons span,.ogh-button-stack span{display:flex;align-items:center;justify-content:center;padding:13px 14px;border-radius:18px;background:var(--accent-soft,#f7f9fc);color:var(--accent-dark,#0f172a);font-weight:800;border:1px solid rgba(0,0,0,.04)}

/* Link banner: style close to panel preview */
.ogh-link-banner-card{--accent:#0056A8;--accent-dark:#0f172a;--accent-soft:#eef5ff;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);color:#fff!important;padding:18px;border:none;box-shadow:var(--ogh-shadow);display:grid;align-content:stretch;gap:14px;isolation:isolate}
.ogh-link-banner-card *{position:relative;z-index:1}
.ogh-link-banner-card-hero{min-height:246px}
.ogh-link-banner-card-preview{min-height:260px}
.ogh-link-banner-glow{position:absolute!important;z-index:0!important;border-radius:50%;filter:blur(8px);opacity:.58;pointer-events:none}
.ogh-link-banner-glow-a{width:180px;height:180px;top:-50px;right:-30px;background:radial-gradient(circle,rgba(255,255,255,.28) 0%,rgba(255,255,255,0) 72%)}
.ogh-link-banner-glow-b{width:180px;height:180px;bottom:-70px;left:-30px;background:radial-gradient(circle,rgba(255,255,255,.20) 0%,rgba(255,255,255,0) 72%)}
.ogh-link-banner-brand{display:grid;grid-template-columns:64px minmax(0,1fr);gap:12px;align-items:center}
.ogh-link-banner-logo{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.18)}
.ogh-link-banner-brand-copy{display:grid;gap:4px;min-width:0}
.ogh-link-banner-kicker,.ogh-link-banner-link-label{color:rgba(255,255,255,.78)!important}
.ogh-link-banner-brand-copy strong{display:block;margin:0;font-size:26px;line-height:1.02;letter-spacing:-.045em;color:#fff!important}
.ogh-link-banner-link-panel{margin-top:auto;padding:15px 16px;border-radius:20px;background:rgba(255,255,255,.12);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.18);display:grid;gap:7px}
.ogh-link-banner-link{font-size:18px;font-weight:800;line-height:1.25;color:#fff!important;word-break:break-word}
.ogh-banner-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px}
.ogh-banner-gallery-item{aspect-ratio:16 / 9;align-content:end}

/* Hero QR */
.ogh-hero-qr{padding:18px;display:grid;align-content:start;gap:12px;min-height:246px;background:linear-gradient(180deg,#fff 0%,#f9fbff 100%)}
.ogh-panel-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.ogh-panel-top strong{font-size:18px;line-height:1.1;letter-spacing:-.03em}
.ogh-hero-qr p,.ogh-qr-card p{margin:0;color:var(--ogh-muted);line-height:1.7}
.ogh-qr-box,.ogh-qr-visual,.ogh-qr-tile{position:relative;display:flex;align-items:center;justify-content:center;padding:12px;border-radius:24px;background:#fff;border:1px solid var(--ogh-line)}
.ogh-qr-box img,.ogh-qr-visual img,.ogh-qr-tile img{display:block;width:100%;height:auto;border-radius:16px}
.ogh-qr-center-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:18px;background:#fff;display:flex;align-items:center;justify-content:center;border:1px solid rgba(15,23,42,.08);box-shadow:0 10px 18px rgba(15,23,42,.10);padding:8px;overflow:hidden}

/* Wallet cards */
.ogh-wallet-feature,.ogh-wallet-card-shell{padding:0;border:none;background:transparent;box-shadow:none;display:block}
.ogh-wallet-card{aspect-ratio:1.585 / 1;border-radius:28px;padding:18px;display:grid;grid-template-rows:auto auto 1fr;gap:16px;color:#fff;position:relative;overflow:hidden;box-shadow:var(--ogh-shadow);transform-style:preserve-3d;transition:transform .28s ease,box-shadow .28s ease}
.ogh-wallet-card:before,.ogh-wallet-card:after{content:"";position:absolute;border-radius:50%;pointer-events:none}
.ogh-wallet-card:before{width:220px;height:220px;left:-44px;top:-70px;background:radial-gradient(circle,rgba(255,255,255,.18) 0%,rgba(255,255,255,0) 72%)}
.ogh-wallet-card:after{width:170px;height:170px;right:-40px;bottom:-50px;background:radial-gradient(circle,rgba(255,255,255,.12) 0%,rgba(255,255,255,0) 72%)}
.ogh-wallet-feature:hover .ogh-wallet-card,.ogh-wallet-demo:hover .ogh-wallet-card,.ogh-wallet-card-shell:hover .ogh-wallet-card{transform:translateY(-4px) rotateX(4deg) rotateY(-4deg);box-shadow:0 28px 56px rgba(15,23,42,.18)}
.style-midnight{background:linear-gradient(140deg,#132841 0%,#1B5CA8 52%,#6ec3ff 140%)}
.style-satin{background:linear-gradient(140deg,#3a201a 0%,#B5543B 54%,#f3c8b8 145%)}
.style-aurora{background:linear-gradient(140deg,#20173c 0%,#6E5BEE 50%,#c4c7ff 145%)}
.ogh-wallet-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;position:relative;z-index:1}
.ogh-wallet-card-top strong{font-size:14px;letter-spacing:.02em}
.ogh-wallet-card-middle{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;position:relative;z-index:1}
.ogh-wallet-chip{width:58px;height:42px;border-radius:12px;background:linear-gradient(135deg,rgba(255,255,255,.78) 0%,rgba(255,255,255,.32) 100%);border:1px solid rgba(255,255,255,.24);position:relative;flex-shrink:0}
.ogh-wallet-chip:before,.ogh-wallet-chip:after{content:"";position:absolute;background:rgba(255,255,255,.42);border-radius:999px}
.ogh-wallet-chip:before{left:12px;right:12px;top:14px;height:2px}
.ogh-wallet-chip:after{left:20px;right:20px;bottom:12px;height:2px}
.ogh-wallet-card-logo{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.18)}
.ogh-wallet-card-bottom{display:grid;gap:10px;align-content:end;position:relative;z-index:1}
.ogh-wallet-card-bottom h3,.ogh-wallet-card-bottom h4{margin:0;font-size:26px;line-height:1;letter-spacing:-.045em;color:#fff}
.ogh-wallet-card-bottom span{display:block;opacity:.88;font-weight:700;line-height:1.35}
.ogh-wallet-card-bottom p{margin:0;font-size:13.5px;line-height:1.68;opacity:.87;max-width:96%}
.ogh-wallet-meta span,.ogh-wallet-summary{display:inline-flex;align-items:center;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.16);font-size:12px;font-weight:800;color:#fff;width:max-content;max-width:100%}
.ogh-wallet-summary{padding:10px 14px;line-height:1.5}

.ogh-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.ogh-strip article{display:grid;gap:6px;padding:18px;border-radius:24px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);border:1px solid var(--ogh-line)}
.ogh-strip strong{font-size:18px;letter-spacing:-.02em}
.ogh-strip span{color:var(--ogh-muted);font-size:14px;line-height:1.7}


.ogh-trial-spotlight{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:24px;align-items:center;background:linear-gradient(135deg,#ffffff 0%,#f3f8ff 52%,#eef6ff 100%);border-color:#d8e9ff}
.ogh-trial-spotlight:before{content:"";position:absolute;right:-90px;top:-120px;width:290px;height:290px;border-radius:50%;background:radial-gradient(circle,rgba(0,86,168,.16) 0%,rgba(0,86,168,0) 72%);pointer-events:none}
.ogh-trial-spotlight:after{content:"";position:absolute;left:42%;bottom:-170px;width:340px;height:340px;border-radius:50%;background:radial-gradient(circle,rgba(56,189,248,.16) 0%,rgba(56,189,248,0) 72%);pointer-events:none}
.ogh-trial-copy,.ogh-trial-card{position:relative;z-index:1}
.ogh-trial-copy{display:grid;gap:14px;max-width:760px}
.ogh-trial-copy h2{margin:0;font-size:clamp(34px,4vw,54px);line-height:.98;letter-spacing:-.055em}
.ogh-trial-copy p{margin:0;color:var(--ogh-muted);font-size:17px;line-height:1.78}
.ogh-trial-safe{display:flex;flex-wrap:wrap;gap:10px;margin-top:2px}
.ogh-trial-safe strong,.ogh-trial-safe span{display:inline-flex;align-items:center;padding:10px 13px;border-radius:999px;background:#fff;border:1px solid var(--ogh-line);box-shadow:0 10px 24px rgba(15,23,42,.05);font-size:13px;font-weight:900;color:#173b64}
.ogh-trial-safe strong{background:#eaf4ff;border-color:#cfe5ff;color:#0056A8}
.ogh-trial-footnote{font-size:14px!important;color:#506176!important;max-width:680px}
.ogh-trial-card{display:grid;gap:16px;padding:22px;border-radius:30px;background:#fff;border:1px solid rgba(216,233,255,.98);box-shadow:0 22px 52px rgba(0,86,168,.10)}
.ogh-trial-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.ogh-trial-card-top span{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#eef5ff;color:#144a85;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.ogh-trial-card-top strong{font-size:40px;line-height:1;letter-spacing:-.06em;color:#0f172a}
.ogh-trial-card-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.ogh-trial-card-list span{display:flex;align-items:center;min-height:42px;padding:10px 12px;border-radius:16px;background:#f8fbff;border:1px solid #e5eef9;color:#29445f;font-size:13px;font-weight:800;line-height:1.3}
.ogh-trial-card small{display:block;color:#66768b;line-height:1.55;font-weight:800}

.ogh-section-head{display:grid;gap:10px;max-width:900px}
.ogh-section-head h2{margin:0;font-size:clamp(34px,4vw,56px);line-height:.98;letter-spacing:-.055em}
.ogh-section-head p{margin:0;color:var(--ogh-muted);font-size:17px;line-height:1.8}

.ogh-showcase-grid{display:grid;grid-template-columns:370px minmax(0,1fr);gap:28px;margin-top:24px;align-items:start}
.ogh-showcase-copy{display:grid;gap:18px;position:sticky;top:98px}
.ogh-sector-tabs{display:flex;flex-wrap:wrap;gap:10px}
.ogh-sector-tab{appearance:none;border:1px solid var(--ogh-line);background:#fff;border-radius:999px;padding:11px 15px;font-size:14px;font-weight:800;color:#344155;cursor:pointer;transition:.2s ease}
.ogh-sector-tab.is-active,.ogh-sector-tab:hover{background:#f0f6ff;border-color:#d8e8fb;color:#144a85}
.ogh-copy-box{display:grid;gap:12px;padding:24px;border-radius:30px;background:#fff;border:1px solid var(--ogh-line);box-shadow:var(--ogh-shadow-soft)}
.ogh-kicker{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#6b7b90;font-weight:800}
.ogh-copy-box h3{margin:0;font-size:37px;line-height:1;letter-spacing:-.05em}
.ogh-copy-box p{margin:0;color:var(--ogh-muted);line-height:1.8}
.ogh-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.ogh-preview-card{padding:22px;display:grid;gap:14px;min-height:270px;transition:transform .2s ease,box-shadow .2s ease}
.ogh-preview-card:hover{transform:translateY(-2px);box-shadow:0 18px 42px rgba(15,23,42,.09)}
.ogh-page-card p{margin:0;color:var(--ogh-muted);line-height:1.76}
.ogh-page-card .ogh-button-stack{margin-top:auto}

.ogh-qr-card{justify-content:start;background:linear-gradient(180deg,#ffffff 0%,#f9fbff 100%)}
.ogh-qr-visual{aspect-ratio:1;padding:10px}
.ogh-qr-notes span{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:#f7f9fc;border:1px solid var(--ogh-line);font-size:13px;font-weight:700;color:#4b5a70}

.ogh-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:22px}
.ogh-feature-grid article,.ogh-ai-card,.ogh-price-card,.ogh-recommend-card,.ogh-qr-use{display:grid;gap:10px;padding:22px;border-radius:28px;background:#fff;border:1px solid var(--ogh-line);box-shadow:var(--ogh-shadow-soft)}
.ogh-feature-grid strong,.ogh-qr-use strong{font-size:22px;letter-spacing:-.03em}
.ogh-feature-grid span,.ogh-qr-use span,.ogh-recommend-card li{color:var(--ogh-muted);line-height:1.75}
.ogh-ai-grid,.ogh-pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px}
.ogh-ai-card h3,.ogh-price-card h3{margin:0;font-size:32px;letter-spacing:-.04em;line-height:1.02}
.ogh-ai-card ul,.ogh-price-card ul,.ogh-recommend-card ul{margin:0;padding-left:18px;display:grid;gap:10px;line-height:1.75}
.ogh-ai-card-premium,.ogh-price-card-premium{background:linear-gradient(180deg,#fff 0%,#f6faff 100%)}

.ogh-two-col{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:28px;align-items:center}
.ogh-two-col h2{margin:12px 0 10px;font-size:clamp(34px,4vw,50px);line-height:1;letter-spacing:-.05em}
.ogh-two-col p{margin:0;color:var(--ogh-muted);line-height:1.8;font-size:17px}
.ogh-qr-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start}
.ogh-qr-use{padding:0;background:transparent;border:none;box-shadow:none;display:grid;grid-template-rows:auto minmax(58px,auto) minmax(0,1fr);align-content:start;align-items:start;gap:12px}
.ogh-qr-tile{position:relative;padding:14px;border-radius:28px;box-shadow:var(--ogh-shadow-soft);transition:.2s ease;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;align-self:start}
.ogh-qr-tile:hover{transform:translateY(-2px)}
.ogh-qr-tile img{border:10px solid var(--ogh-blue);background:#fff;width:100%;height:100%;object-fit:contain}
.ogh-qr-use strong{padding:0 4px;display:flex;align-items:flex-start;line-height:1.2}
.ogh-qr-use span{padding:0 4px;display:block}

.ogh-wallet-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:20px}
.ogh-wallet-demo{display:block;perspective:1100px}

.ogh-insights-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:16px;margin-top:20px}
.ogh-insights-card{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.ogh-insights-card article{padding:22px;border-radius:26px;background:#fff;border:1px solid var(--ogh-line);box-shadow:var(--ogh-shadow-soft);display:grid;gap:8px}
.ogh-insights-card strong{font-size:34px;letter-spacing:-.05em}
.ogh-insights-card span{color:var(--ogh-muted);font-weight:700;line-height:1.5}
.ogh-recommend-card strong{font-size:24px;letter-spacing:-.03em}

.ogh-final-cta{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}
.ogh-final-cta h2{margin:12px 0 10px;font-size:clamp(36px,4vw,58px);line-height:.98;letter-spacing:-.055em;max-width:780px}
.ogh-final-cta p{margin:0;color:var(--ogh-muted);line-height:1.8;max-width:720px;font-size:17px}

#oghHeroPage,#oghHeroBanner,#oghHeroWalletCard,#oghPageCard,#oghBannerCard,#oghWalletCard,#oghQrCard,.ogh-banner-gallery-item{--accent:#B5543B;--accent-soft:#F9F3EF;--accent-dark:#2D1B15}

/* generated logos */
.ogh-logo-art{position:relative;display:block;width:38px;height:38px}
.ogh-logo-art i,.ogh-logo-art b,.ogh-logo-art u{position:absolute;display:block}
.ogh-logo-pizza i{inset:4px;border-radius:50%;background:#ffdfb6}
.ogh-logo-pizza b{left:9px;top:9px;width:20px;height:20px;border-radius:50%;background:#d94f3d;box-shadow:9px 1px 0 0 #f1c40f,-2px 10px 0 0 #5fb36b}
.ogh-logo-pizza u{left:13px;top:6px;width:12px;height:26px;background:linear-gradient(180deg,transparent 0 34%,#fff 34% 40%,transparent 40% 100%);transform:rotate(38deg)}
.ogh-logo-salon i{left:6px;top:6px;width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,#6E5BEE 0%,#8fa5ff 100%);opacity:.18}
.ogh-logo-salon b{left:16px;top:6px;width:6px;height:26px;background:#6E5BEE;border-radius:10px;transform:rotate(35deg)}
.ogh-logo-salon u{left:16px;top:6px;width:6px;height:26px;background:#8c79ff;border-radius:10px;transform:rotate(-35deg)}
.ogh-logo-home i{left:7px;right:7px;top:8px;bottom:8px;background:#1B5CA8;border-radius:8px 8px 10px 10px;clip-path:polygon(50% 0,100% 34%,100% 100%,0 100%,0 34%)}
.ogh-logo-home b{left:15px;bottom:8px;width:8px;height:12px;background:#fff;border-radius:4px 4px 0 0}
.ogh-logo-home u{left:9px;top:14px;width:20px;height:4px;background:#79b4f0;border-radius:999px}
.ogh-logo-event i{left:4px;top:10px;width:8px;height:18px;background:#D94185;border-radius:999px;box-shadow:10px -4px 0 0 #ff8bc1,20px 4px 0 0 #ffb0d5}
.ogh-logo-event b{right:4px;top:5px;width:12px;height:28px;border-radius:999px;background:linear-gradient(180deg,#ffb0d5 0%,#D94185 100%);opacity:.9}
.ogh-logo-event u{left:3px;right:3px;bottom:4px;height:6px;border-radius:999px;background:#ffd5e8}
.ogh-logo-shop i{left:8px;right:8px;top:12px;bottom:8px;background:#0E876A;border-radius:8px}
.ogh-logo-shop b{left:13px;right:13px;top:6px;height:10px;border:3px solid #0E876A;border-bottom:none;border-radius:12px 12px 0 0}
.ogh-logo-shop u{left:14px;top:17px;width:10px;height:10px;background:#9be3d2;border-radius:50%;box-shadow:8px 0 0 0 #9be3d2}

@media (max-width:1180px){
  .ogh-hero,.ogh-showcase-grid,.ogh-two-col{grid-template-columns:1fr}
  .ogh-showcase-copy{position:static}
  .ogh-strip,.ogh-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ogh-wallet-gallery,.ogh-insights-card,.ogh-banner-gallery{grid-template-columns:1fr 1fr}
  .ogh-insights-layout{grid-template-columns:1fr}
}
@media (max-width:960px){
  .ogh-home{width:min(100vw - 24px,1240px)}
  .ogh-trial-spotlight{grid-template-columns:1fr}
  .ogh-hero-grid,.ogh-preview-grid,.ogh-ai-grid,.ogh-pricing-grid,.ogh-wallet-gallery,.ogh-insights-card,.ogh-qr-row,.ogh-feature-grid,.ogh-banner-gallery{grid-template-columns:1fr}
  .ogh-hero{gap:26px}
  .ogh-wallet-card{aspect-ratio:1.7 / 1}
  .ogh-final-cta{flex-direction:column;align-items:flex-start}
}
@media (max-width:640px){
  .ogh-home-wrap{padding-top:14px;padding-bottom:28px}
  .ogh-home{width:calc(100vw - 16px);gap:16px}
  .ogh-hero,.ogh-trial-spotlight,.ogh-showcase,.ogh-ai-block,.ogh-translation-section,.ogh-feature-section,.ogh-two-col,.ogh-wallet-section,.ogh-insights,.ogh-pricing,.ogh-final-cta,.ogh-strip,.ogh-features{padding:18px;border-radius:22px}
  .ogh-hero-copy h1{font-size:34px}
  .ogh-section-head h2,.ogh-two-col h2,.ogh-final-cta h2{font-size:31px}
  .ogh-section-head p,.ogh-two-col p,.ogh-final-cta p,.ogh-hero-copy p{font-size:15px;line-height:1.75}
  .ogh-copy-box h3,.ogh-ai-card h3,.ogh-price-card h3{font-size:28px}
  .ogh-preview-card,.ogh-ai-card,.ogh-price-card,.ogh-strip article,.ogh-insights-card article,.ogh-feature-grid article,.ogh-recommend-card{padding:18px;border-radius:22px}
  .ogh-hero-page{min-height:auto}
  .ogh-link-banner-card,.ogh-link-banner-card-hero,.ogh-link-banner-card-preview,.ogh-banner-gallery-item{aspect-ratio:16 / 9;min-height:0;border-radius:24px;padding:16px}
  .ogh-link-banner-brand{grid-template-columns:56px minmax(0,1fr);gap:11px}
  .ogh-link-banner-logo,.ogh-avatar,.ogh-card-logo,.ogh-wallet-card-logo{width:56px;height:56px;border-radius:17px}
  .ogh-link-banner-brand-copy strong{font-size:18px}
  .ogh-link-banner-link{font-size:15px}
  .ogh-wallet-card{padding:16px;border-radius:24px;aspect-ratio:1.62 / 1}
  .ogh-wallet-card-bottom h3,.ogh-wallet-card-bottom h4{font-size:22px}
  .ogh-wallet-card-bottom p{font-size:12.5px;line-height:1.55}
  .ogh-wallet-summary,.ogh-wallet-meta span{font-size:11px;padding:8px 10px}
  .ogh-qr-center-logo{width:48px;height:48px;border-radius:14px;padding:6px}
  .ogh-actions,.ogh-copy-actions{width:100%}
  .ogh-btn{width:100%}
  .ogh-trial-copy h2{font-size:30px}
  .ogh-trial-copy p{font-size:14.5px;line-height:1.72}
  .ogh-trial-safe{gap:8px}
  .ogh-trial-safe strong,.ogh-trial-safe span{width:100%;justify-content:center}
  .ogh-trial-card{padding:16px;border-radius:22px}
  .ogh-trial-card-top strong{font-size:34px}
  .ogh-trial-card-list{grid-template-columns:1fr}
  .ogh-pills,.ogh-mini-legend,.ogh-wallet-meta,.ogh-qr-notes{gap:8px}
}

/* polish + accordion */
.ogh-home img,.ogh-home video{max-width:100%;height:auto;border-radius:inherit}
.ogh-home .ogh-card,.ogh-home .ogh-preview-card,.ogh-home .ogh-ai-card,.ogh-home .ogh-price-card,.ogh-home .ogh-recommend-card,.ogh-home .ogh-strip article,.ogh-home .ogh-insights-card article,.ogh-home .ogh-accordion-item,.ogh-home .ogh-copy-box,.ogh-home .ogh-qr-tile{border-radius:28px;overflow:hidden}
.ogh-home .ogh-link-banner-link-panel,.ogh-home .ogh-qr-box,.ogh-home .ogh-qr-visual,.ogh-home .ogh-mini-buttons span,.ogh-home .ogh-button-stack span{border-radius:20px}
.ogh-home .ogh-qr-box img,.ogh-home .ogh-qr-visual img,.ogh-home .ogh-qr-tile img{border-radius:18px}
.ogh-home .ogh-wallet-card,.ogh-home .ogh-link-banner-card{border-radius:30px}
.ogh-home .ogh-price-note{margin:2px 0 0;font-size:13px;line-height:1.55;font-weight:800;color:#5b6a7e}
.ogh-home .ogh-price-note-premium{color:#0f4f98}
.ogh-accordion-list{display:grid;gap:12px;margin-top:22px}
.ogh-accordion-item{background:#fff;border:1px solid var(--ogh-line);box-shadow:var(--ogh-shadow-soft)}
.ogh-accordion-item summary{list-style:none;cursor:pointer;display:grid;gap:6px;padding:22px 64px 22px 22px;position:relative}
.ogh-accordion-item summary::-webkit-details-marker{display:none}
.ogh-accordion-item summary strong{font-size:22px;letter-spacing:-.03em}
.ogh-accordion-item summary span{color:var(--ogh-muted);line-height:1.72}
.ogh-accordion-item summary:after{content:'+';position:absolute;right:22px;top:18px;width:34px;height:34px;border-radius:999px;background:#f4f8fd;border:1px solid var(--ogh-line);display:flex;align-items:center;justify-content:center;font-size:24px;line-height:1;color:#234261;font-weight:500}
.ogh-accordion-item[open] summary:after{content:'–'}
.ogh-accordion-body{padding:0 22px 22px;border-top:1px solid rgba(229,235,243,.9)}
.ogh-accordion-body p{margin:16px 0 0;color:var(--ogh-muted);line-height:1.78}
.ogh-link-banner-link{overflow-wrap:anywhere}
.ogh-link-banner-brand-copy strong,.ogh-card-head strong,.ogh-card-top strong,.ogh-wallet-card-bottom h3,.ogh-wallet-card-bottom h4{word-break:break-word}
.ogh-pricing-grid .ogh-price-card,.ogh-ai-grid .ogh-ai-card{align-content:start}
.ogh-ai-grid .ogh-ai-card ul,.ogh-pricing-grid .ogh-price-card ul{margin-top:2px}

@media (max-width:960px){
  .ogh-accordion-item summary{padding:18px 58px 18px 18px}
  .ogh-accordion-item summary strong{font-size:20px}
}
@media (max-width:640px){
  .ogh-home .ogh-card,.ogh-home .ogh-preview-card,.ogh-home .ogh-ai-card,.ogh-home .ogh-price-card,.ogh-home .ogh-recommend-card,.ogh-home .ogh-strip article,.ogh-home .ogh-insights-card article,.ogh-home .ogh-accordion-item,.ogh-home .ogh-copy-box,.ogh-home .ogh-qr-tile{border-radius:22px}
  .ogh-home .ogh-wallet-card,.ogh-home .ogh-link-banner-card{border-radius:24px}
  .ogh-accordion-item summary{padding:16px 54px 16px 16px}
  .ogh-accordion-item summary strong{font-size:18px}
  .ogh-accordion-item summary span,.ogh-accordion-body p,.ogh-home .ogh-price-note{font-size:14px;line-height:1.7}
  .ogh-accordion-item summary:after{right:16px;top:14px;width:30px;height:30px;font-size:20px}
}

/* v1.0.7 cleaner spacing */
.ogh-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.ogh-strip article{padding:22px 22px 24px}
.ogh-showcase-grid{grid-template-columns:420px minmax(0,1fr);gap:34px}
.ogh-preview-grid{gap:20px}
.ogh-preview-card{min-height:300px}
.ogh-mini-legend{display:grid;grid-template-columns:1fr;gap:12px}
.ogh-mini-legend span{display:flex;width:100%;padding:14px 16px;border-radius:18px;line-height:1.7;justify-content:flex-start}
.ogh-feature-grid,.ogh-insights-card{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.ogh-ai-grid,.ogh-pricing-grid{gap:20px}
.ogh-ai-card,.ogh-price-card{padding:24px}
.ogh-sector-tabs{gap:12px}
.ogh-sector-tab{padding:12px 16px}

@media (max-width:1180px){
  .ogh-showcase-grid{grid-template-columns:1fr}
}
@media (max-width:960px){
  .ogh-strip,.ogh-feature-grid,.ogh-insights-card{grid-template-columns:1fr}
  .ogh-preview-card{min-height:270px}
}
@media (max-width:640px){
  .ogh-strip{gap:14px}
  .ogh-showcase-grid{gap:22px}
  .ogh-preview-grid{gap:14px}
  .ogh-mini-legend span{padding:12px 14px;border-radius:16px}
  .ogh-preview-card{min-height:240px}
}

/* v1.0.8 hero layout refinement */
.ogh-hero{
  grid-template-columns:1fr;
  gap:26px;
  align-items:start;
}
.ogh-hero-copy{
  max-width:880px;
  display:grid;
  align-content:start;
}
.ogh-hero-copy .ogh-actions,
.ogh-hero-copy .ogh-pills{
  align-self:start;
}
.ogh-hero-stage{
  width:100%;
  max-width:760px;
  margin-top:2px;
}
.ogh-hero-grid{
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
  gap:18px;
}
.ogh-hero-page{min-height:300px}
.ogh-hero-qr{min-height:232px}
.ogh-link-banner-card-hero{min-height:0;aspect-ratio:16 / 11}
.ogh-hero .ogh-wallet-card{aspect-ratio:1.72 / 1}

@media (max-width:960px){
  .ogh-hero-stage{max-width:100%}
  .ogh-hero-grid{grid-template-columns:1fr}
}

/* v1.0.9 size corrections for link banner + digital card */
.ogh-link-banner-card-hero,
.ogh-link-banner-card-preview{
  min-height:0;
  aspect-ratio:16 / 9;
  align-content:end;
}

.ogh-wallet-card-shell,
.ogh-wallet-feature{
  min-height:0;
}

.ogh-wallet-card-shell .ogh-wallet-card,
.ogh-wallet-feature .ogh-wallet-card,
.ogh-hero .ogh-wallet-card,
#oghWalletCard .ogh-wallet-card,
#oghHeroWalletCard .ogh-wallet-card{
  aspect-ratio:1.585 / 1;
}

.ogh-preview-card.ogh-wallet-card-shell,
.ogh-preview-card.ogh-link-banner-card-preview{
  min-height:0;
}

.ogh-showcase-stage{
  align-self:start;
}

@media (max-width:960px){
  .ogh-link-banner-card-hero,
  .ogh-link-banner-card-preview{
    aspect-ratio:16 / 9;
  }

  .ogh-wallet-card-shell .ogh-wallet-card,
  .ogh-wallet-feature .ogh-wallet-card,
  .ogh-hero .ogh-wallet-card,
  #oghWalletCard .ogh-wallet-card,
  #oghHeroWalletCard .ogh-wallet-card{
    aspect-ratio:1.585 / 1;
  }
}

/* v1.0.10 consistency fixes: banners, wallet cards, desktop alignment, mobile QR row */
.ogh-hero-grid,
.ogh-preview-grid,
.ogh-banner-gallery,
.ogh-wallet-gallery{
  align-items:start;
}

.ogh-link-banner-card,
.ogh-banner-gallery-item,
.ogh-link-banner-card-hero,
.ogh-link-banner-card-preview{
  width:100%;
  min-height:0;
  aspect-ratio:16 / 9;
  align-content:end;
}

.ogh-link-banner-brand-copy strong{
  font-size:clamp(21px,1.75vw,26px);
}

.ogh-link-banner-link{
  font-size:clamp(15px,1.25vw,18px);
  line-height:1.28;
}

.ogh-wallet-demo,
.ogh-wallet-card-shell,
.ogh-wallet-feature{
  width:100%;
  min-height:0;
}

.ogh-wallet-demo .ogh-wallet-card,
.ogh-wallet-card-shell .ogh-wallet-card,
.ogh-wallet-feature .ogh-wallet-card,
.ogh-hero .ogh-wallet-card,
#oghWalletCard .ogh-wallet-card,
#oghHeroWalletCard .ogh-wallet-card{
  width:100%;
  aspect-ratio:1.585 / 1;
  background:linear-gradient(140deg,var(--accent-dark,#15283D) 0%,var(--accent,#1B5CA8) 54%,var(--accent-soft,#EEF5FD) 145%);
}

.ogh-wallet-card-bottom{
  gap:8px;
}

.ogh-wallet-card-bottom > div:first-child{
  display:grid;
  gap:4px;
}

.ogh-wallet-card-bottom h3,
.ogh-wallet-card-bottom h4{
  font-size:clamp(22px,1.65vw,26px);
  line-height:1.04;
}

.ogh-wallet-card-bottom span{
  line-height:1.3;
}

.ogh-wallet-card-bottom p{
  max-width:100%;
  font-size:12.5px;
  line-height:1.56;
  text-wrap:pretty;
}

.ogh-wallet-summary,
.ogh-wallet-meta span{
  max-width:100%;
  width:auto;
  white-space:normal;
}

@media (min-width: 961px){
  .ogh-wallet-demo .ogh-wallet-card,
  .ogh-wallet-card-shell .ogh-wallet-card,
  .ogh-wallet-feature .ogh-wallet-card,
  .ogh-hero .ogh-wallet-card,
  #oghWalletCard .ogh-wallet-card,
  #oghHeroWalletCard .ogh-wallet-card{
    min-height:232px;
  }
}

@media (max-width:960px){
  .ogh-link-banner-card,
  .ogh-banner-gallery-item,
  .ogh-link-banner-card-hero,
  .ogh-link-banner-card-preview{
    aspect-ratio:16 / 9;
  }

  .ogh-wallet-demo .ogh-wallet-card,
  .ogh-wallet-card-shell .ogh-wallet-card,
  .ogh-wallet-feature .ogh-wallet-card,
  .ogh-hero .ogh-wallet-card,
  #oghWalletCard .ogh-wallet-card,
  #oghHeroWalletCard .ogh-wallet-card{
    aspect-ratio:1.585 / 1;
  }
}

@media (max-width:640px){
  .ogh-qr-row{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    align-items:start;
  }

  .ogh-qr-use{
    gap:6px;
    align-content:start;
  }

  .ogh-qr-tile{
    padding:8px;
    border-radius:16px;
  }

  .ogh-qr-tile img{
    border-width:5px;
  }

  .ogh-qr-use strong{
    font-size:13px;
    line-height:1.25;
    padding:0;
    text-align:center;
  }

  .ogh-qr-use span{
    font-size:11px;
    line-height:1.35;
    padding:0;
    text-align:center;
  }

  .ogh-qr-row .ogh-qr-center-logo{
    width:28px;
    height:28px;
    border-radius:9px;
    padding:4px;
  }
}

/* v1.0.11 diseñador: ancho tipo Panels, sin fondo cuadrado, hero ordenado, tarjetas reales y duplicidad eliminada */
.ogh-home-wrap{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:26px 0 56px;
  background:linear-gradient(180deg,#f8fbff 0%,#fff 18%,#f8fbff 100%);
  overflow:hidden;
}
.ogh-home{
  width:min(1160px,calc(100vw - 32px));
  gap:24px;
}
.ogh-hero,.ogh-showcase,.ogh-ai-block,.ogh-translation-section,.ogh-feature-section,.ogh-two-col,.ogh-wallet-section,.ogh-insights,.ogh-final-cta,.ogh-strip,.ogh-features{
  background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(250,252,255,.98) 100%);
  border:1px solid rgba(226,233,243,.96);
  border-radius:32px;
  box-shadow:0 18px 54px rgba(15,23,42,.06);
}
.ogh-hero,.ogh-showcase,.ogh-ai-block,.ogh-feature-section,.ogh-two-col,.ogh-wallet-section,.ogh-insights,.ogh-final-cta,.ogh-features{
  padding:30px;
}
.ogh-strip{padding:20px}
.ogh-chip{font-weight:850;letter-spacing:.055em}
.ogh-btn{min-height:48px;border-radius:16px;padding:0 22px}
.ogh-btn-primary,.ogh-btn-primary:visited,.ogh-btn-primary:hover,.ogh-btn-primary:focus{box-shadow:0 14px 30px rgba(0,86,168,.18)}

/* Hero: texto y botones arriba, ejemplos debajo sin deformar */
.ogh-hero{
  grid-template-columns:1fr!important;
  align-items:start;
  gap:24px;
}
.ogh-hero-copy{
  max-width:920px;
  align-content:start;
}
.ogh-hero-copy h1{
  margin:14px 0 12px;
  max-width:860px;
  font-size:clamp(42px,5.1vw,64px);
  line-height:.96;
  letter-spacing:-.058em;
}
.ogh-hero-copy p{
  max-width:820px;
  font-size:16px;
  line-height:1.76;
}
.ogh-hero-copy .ogh-actions{margin-top:20px}
.ogh-hero-stage{
  width:100%;
  max-width:none!important;
  margin-top:0;
}
.ogh-hero-grid{
  width:100%;
  display:grid;
  grid-template-columns:minmax(238px,1fr) minmax(238px,1fr) minmax(210px,.86fr) minmax(238px,1fr);
  gap:16px;
  align-items:start;
}
.ogh-hero-page,.ogh-hero-qr,.ogh-link-banner-card-hero,.ogh-wallet-feature{
  min-height:0!important;
}
.ogh-hero-page{
  padding:18px;
  align-content:start;
}
.ogh-hero-page .ogh-mini-buttons span{padding:11px 12px;border-radius:15px}
.ogh-hero-qr{
  padding:16px;
}
.ogh-hero-qr p{font-size:13px;line-height:1.55}
.ogh-qr-box{padding:10px;border-radius:20px}
.ogh-link-banner-card-hero,.ogh-link-banner-card-preview,.ogh-banner-gallery-item{
  aspect-ratio:16/9!important;
  min-height:0!important;
  height:auto!important;
}
.ogh-link-banner-card{
  padding:16px;
  border-radius:24px!important;
  box-shadow:0 18px 42px rgba(15,23,42,.13);
}
.ogh-link-banner-brand{grid-template-columns:56px minmax(0,1fr);gap:11px}
.ogh-link-banner-logo{width:56px;height:56px;border-radius:17px}
.ogh-link-banner-brand-copy strong{font-size:clamp(18px,1.65vw,23px);line-height:1.02}
.ogh-link-banner-link-panel{padding:12px 13px;border-radius:17px}
.ogh-link-banner-link{font-size:clamp(13px,1.1vw,16px);line-height:1.25}

/* Ejemplos por sector: cada pieza en su sitio en ordenador */
.ogh-showcase-grid{
  grid-template-columns:330px minmax(0,1fr)!important;
  gap:24px;
  align-items:start;
}
.ogh-showcase-copy{gap:16px;top:92px}
.ogh-copy-box{padding:22px;border-radius:26px;box-shadow:0 14px 34px rgba(15,23,42,.055)}
.ogh-copy-box h3{font-size:32px;line-height:1.04}
.ogh-copy-box p{line-height:1.72}
.ogh-sector-tabs{gap:9px}
.ogh-sector-tab{padding:10px 14px;font-size:13px}
.ogh-preview-grid{
  display:grid;
  grid-template-columns:minmax(240px,.95fr) minmax(210px,.78fr) minmax(244px,.95fr);
  gap:16px;
  align-items:start;
}
.ogh-preview-card{
  min-height:0!important;
  padding:18px;
  border-radius:26px;
  box-shadow:0 15px 38px rgba(15,23,42,.06);
}
.ogh-page-card{
  grid-row:span 2;
}
.ogh-page-card .ogh-button-stack span{
  min-height:42px;
  padding:10px 12px;
  border-radius:15px;
}
.ogh-qr-card{
  padding:16px;
}
.ogh-qr-visual{
  aspect-ratio:1;
  padding:9px;
  border-radius:20px;
}
.ogh-qr-notes{gap:7px}
.ogh-qr-notes span{padding:7px 10px;font-size:12px}

/* Tarjeta digital: misma lógica visual que Digital Wallet, sin texto cortado */
.ogh-wallet-feature,.ogh-wallet-card-shell,.ogh-wallet-demo{
  display:block;
  padding:0!important;
  border:none!important;
  background:transparent!important;
  box-shadow:none!important;
  perspective:1100px;
  overflow:visible!important;
}
.ogh-visual-card{
  position:relative;
  width:100%;
  aspect-ratio:1.585/1;
  min-height:218px;
  display:grid;
  grid-template-rows:auto auto 1fr auto;
  gap:12px;
  padding:18px;
  border-radius:28px;
  overflow:hidden;
  color:#fff;
  background:
    radial-gradient(circle at 14% 6%,rgba(255,255,255,.28),rgba(255,255,255,0) 34%),
    radial-gradient(circle at 92% 92%,rgba(255,255,255,.18),rgba(255,255,255,0) 38%),
    linear-gradient(140deg,var(--accent-dark,#15283D) 0%,var(--accent,#1B5CA8) 58%,var(--accent-soft,#EEF5FD) 150%);
  box-shadow:0 24px 58px rgba(15,23,42,.18);
  transform-style:preserve-3d;
  transition:transform .24s ease,box-shadow .24s ease;
}
.ogh-wallet-feature:hover .ogh-visual-card,.ogh-wallet-demo:hover .ogh-visual-card,.ogh-wallet-card-shell:hover .ogh-visual-card{
  transform:translateY(-3px) rotateX(2.5deg) rotateY(-2.5deg);
  box-shadow:0 30px 64px rgba(15,23,42,.22);
}
.ogh-visual-card-noise{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.06),rgba(255,255,255,0) 38%,rgba(255,255,255,.05));
  opacity:.9;
  pointer-events:none;
}
.ogh-visual-card > *:not(.ogh-visual-card-noise){position:relative;z-index:1}
.ogh-visual-card-top,.ogh-visual-card-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-width:0;
}
.ogh-wallet-chip-label{
  display:inline-flex;
  align-items:center;
  max-width:100%;
  min-height:28px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-size:10.5px;
  line-height:1;
  font-weight:850;
  letter-spacing:.06em;
  text-transform:uppercase;
  white-space:nowrap;
}
.ogh-wallet-chip-label-light{background:rgba(255,255,255,.12);font-size:10px;text-transform:none;letter-spacing:.02em}
.ogh-visual-card-brand{
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  align-items:center;
  gap:12px;
  min-width:0;
}
.ogh-visual-card-logo{
  width:58px;
  height:58px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.18);
  overflow:hidden;
  flex:none;
}
.ogh-visual-card-logo .ogh-logo-art{width:34px;height:34px;filter:drop-shadow(0 8px 16px rgba(0,0,0,.14))}
.ogh-visual-card-brand strong{
  display:block;
  min-width:0;
  color:#fff;
  font-size:clamp(22px,2vw,28px);
  line-height:1.02;
  letter-spacing:-.045em;
  word-break:break-word;
}
.ogh-visual-card-brand span{
  display:block;
  margin-top:4px;
  color:rgba(255,255,255,.78);
  font-size:13px;
  line-height:1.25;
  font-weight:750;
  word-break:break-word;
}
.ogh-visual-card-description{
  margin:0;
  color:rgba(255,255,255,.86);
  font-size:13px;
  line-height:1.5;
  text-wrap:pretty;
}
.ogh-visual-card-footer span{
  min-width:0;
  max-width:62%;
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  font-size:11px;
  line-height:1.15;
  font-weight:850;
  white-space:normal;
}
.ogh-visual-card-footer span:last-child{
  max-width:38%;
  color:rgba(255,255,255,.78);
  background:rgba(255,255,255,.10);
}
.ogh-wallet-gallery{
  grid-template-columns:repeat(3,minmax(250px,1fr));
  gap:18px;
  align-items:start;
}

/* Galería de imagen con enlace: tamaño controlado y uniforme */
.ogh-banner-gallery{
  grid-template-columns:repeat(3,minmax(250px,320px));
  justify-content:center;
  gap:18px;
}
.ogh-banner-gallery-item{width:100%}

/* Bloques finales más limpios, sin repetir el apartado de planes */
.ogh-ai-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.ogh-ai-card{padding:24px;border-radius:26px;box-shadow:0 14px 34px rgba(15,23,42,.055)}
.ogh-final-cta{margin-top:0}


@media (max-width:1180px){
  .ogh-hero-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ogh-showcase-grid{grid-template-columns:1fr!important}
  .ogh-showcase-copy{position:static}
  .ogh-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ogh-page-card{grid-row:auto}
}
@media (max-width:960px){
  .ogh-home{width:min(100vw - 24px,1160px)}
  .ogh-preview-grid,.ogh-ai-grid,.ogh-wallet-gallery,.ogh-banner-gallery{grid-template-columns:1fr}
  .ogh-hero-grid{grid-template-columns:1fr}
  .ogh-visual-card{min-height:220px}
}
@media (max-width:640px){
  .ogh-home-wrap{padding:14px 0 32px;background:#fff}
  .ogh-home{width:calc(100vw - 16px);gap:16px}
  .ogh-hero,.ogh-showcase,.ogh-ai-block,.ogh-translation-section,.ogh-feature-section,.ogh-two-col,.ogh-wallet-section,.ogh-insights,.ogh-final-cta,.ogh-strip,.ogh-features{padding:18px;border-radius:22px}
  .ogh-hero-copy h1{font-size:34px;line-height:1.02;letter-spacing:-.045em}
  .ogh-hero-copy p{font-size:15px;line-height:1.72}
  .ogh-btn{width:100%;border-radius:15px}
  .ogh-pills{gap:8px}
  .ogh-pills span{font-size:12px;padding:8px 10px}
  .ogh-preview-card{padding:16px;border-radius:22px}
  .ogh-link-banner-card{border-radius:22px!important;padding:14px}
  .ogh-link-banner-brand{grid-template-columns:48px minmax(0,1fr)}
  .ogh-link-banner-logo{width:48px;height:48px;border-radius:15px}
  .ogh-link-banner-brand-copy strong{font-size:17px}
  .ogh-link-banner-link{font-size:13px}
  .ogh-visual-card{min-height:204px;padding:15px;border-radius:22px;gap:10px}
  .ogh-visual-card-brand{grid-template-columns:50px minmax(0,1fr);gap:10px}
  .ogh-visual-card-logo{width:50px;height:50px;border-radius:16px}
  .ogh-visual-card-brand strong{font-size:21px}
  .ogh-visual-card-brand span{font-size:12px}
  .ogh-visual-card-description{font-size:11.5px;line-height:1.38}
  .ogh-visual-card-footer span{font-size:10px;min-height:28px;padding:0 8px}
  .ogh-wallet-chip-label{min-height:26px;font-size:9.5px;padding:0 8px}
  .ogh-qr-row{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}
  .ogh-qr-tile{padding:7px!important;border-radius:15px!important}
  .ogh-qr-use strong{font-size:12.5px!important;line-height:1.2!important}
  .ogh-qr-use span{display:none}
}


/* v1.0.13: QR logos perfectly centered inside the QR badge */
.ogh-qr-box,.ogh-qr-visual,.ogh-qr-tile{position:relative}
.ogh-qr-box > .ogh-qr-center-logo,
.ogh-qr-visual > .ogh-qr-center-logo,
.ogh-qr-tile > .ogh-qr-center-logo{
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  transform:translate(-50%,-50%)!important;
  z-index:3;
  margin:0!important;
  line-height:0;
  display:flex;
  align-items:center;
  justify-content:center;
  pointer-events:none;
}
.ogh-qr-center-logo .ogh-logo-art{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:36px;
  height:36px;
}
.ogh-qr-center-logo .ogh-logo-art i,
.ogh-qr-center-logo .ogh-logo-art b,
.ogh-qr-center-logo .ogh-logo-art u{
  transform-origin:center center;
}
@media (max-width:640px){
  .ogh-qr-use{grid-template-rows:auto auto auto}
  .ogh-qr-row .ogh-qr-center-logo .ogh-logo-art{width:18px;height:18px}
}


/* v1.0.14: desktop polish for OctoGate hero and Examples by sector */
@media (min-width:1181px){
  .ogh-hero{
    gap:30px;
    padding:34px;
  }

  .ogh-hero-copy{
    max-width:980px;
  }

  .ogh-hero-stage{
    margin-top:2px;
  }

  .ogh-hero-grid{
    grid-template-columns:minmax(250px,1.08fr) minmax(190px,.86fr) minmax(190px,.86fr) minmax(252px,1.08fr);
    grid-template-areas:
      "page banner banner wallet"
      "page qr qr wallet";
    gap:18px;
    align-items:stretch;
  }

  #oghHeroPage{grid-area:page; min-height:390px !important;}
  #oghHeroBanner{grid-area:banner; align-self:stretch;}
  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr{grid-area:qr; min-height:190px !important;}
  #oghHeroWalletCard{grid-area:wallet; min-height:390px !important;}

  #oghHeroPage,
  #oghHeroBanner,
  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr,
  #oghHeroWalletCard{
    width:100%;
    height:100%;
  }

  #oghHeroPage,
  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr,
  #oghHeroBanner{
    box-shadow:0 18px 42px rgba(15,23,42,.08);
  }

  #oghHeroPage{
    padding:22px;
    gap:18px;
  }

  #oghHeroPage .ogh-mini-buttons{
    margin-top:auto;
  }

  #oghHeroPage .ogh-mini-buttons span{
    min-height:42px;
    padding:11px 13px;
  }

  #oghHeroBanner{
    padding:18px;
  }

  #oghHeroBanner .ogh-link-banner-link-panel{
    margin-top:auto;
  }

  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr{
    padding:18px;
    gap:14px;
    align-content:start;
  }

  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr .ogh-qr-box{
    width:100%;
    max-width:186px;
    margin:0 auto;
  }

  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr p{
    text-align:center;
    max-width:500px;
    margin:0 auto;
  }

  #oghHeroWalletCard .ogh-visual-card{
    min-height:390px;
  }

  .ogh-showcase{
    padding:34px;
  }

  .ogh-showcase-grid{
    grid-template-columns:340px minmax(0,1fr) !important;
    gap:28px;
    align-items:start;
  }

  .ogh-showcase-copy{
    top:96px;
    gap:18px;
  }

  .ogh-preview-grid{
    grid-template-columns:minmax(250px,1.02fr) minmax(210px,.84fr) minmax(250px,1.02fr);
    grid-template-areas:
      "page banner wallet"
      "page qr wallet";
    gap:18px;
    align-items:stretch;
  }

  #oghPageCard{grid-area:page; min-height:418px !important;}
  #oghBannerCard{grid-area:banner;}
  #oghQrCard{grid-area:qr; min-height:205px !important;}
  #oghWalletCard{grid-area:wallet; min-height:418px !important;}

  #oghPageCard,
  #oghBannerCard,
  #oghQrCard,
  #oghWalletCard{
    width:100%;
    height:100%;
  }

  #oghPageCard,
  #oghBannerCard,
  #oghQrCard{
    box-shadow:0 18px 42px rgba(15,23,42,.07);
  }

  #oghPageCard{
    padding:22px;
    gap:18px;
  }

  #oghPageCard .ogh-button-stack{
    margin-top:auto;
  }

  #oghBannerCard{
    padding:18px;
  }

  #oghBannerCard .ogh-link-banner-link-panel{
    margin-top:auto;
  }

  #oghQrCard{
    padding:18px;
    align-content:start;
    gap:14px;
  }

  #oghQrCard .ogh-qr-visual{
    width:100%;
    max-width:188px;
    margin:0 auto;
  }

  #oghQrCard .ogh-qr-notes{
    justify-content:center;
  }

  #oghWalletCard .ogh-visual-card{
    min-height:418px;
  }
}

/* v1.0.15: desktop reorganization for the OctoGate block */
@media (min-width:1181px){
  .ogh-hero-grid{
    grid-template-columns:minmax(250px,1fr) minmax(198px,.76fr) minmax(360px,1.18fr) !important;
    grid-template-areas:
      "page qr wallet"
      "page qr banner";
    gap:18px;
    align-items:stretch;
  }

  #oghHeroPage{grid-area:page; min-height:404px !important;}
  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr{grid-area:qr; min-height:404px !important;}
  #oghHeroWalletCard{grid-area:wallet; min-height:193px !important;}
  #oghHeroBanner{grid-area:banner; min-height:193px !important;}

  #oghHeroPage,
  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr,
  #oghHeroWalletCard,
  #oghHeroBanner{
    width:100%;
    height:100%;
  }

  #oghHeroPage{
    padding:22px;
    gap:18px;
  }

  #oghHeroPage .ogh-mini-buttons{
    margin-top:auto;
  }

  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr{
    display:grid;
    grid-template-rows:auto 1fr auto;
    align-content:start;
    gap:14px;
    padding:18px;
  }

  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr .ogh-qr-box{
    width:100%;
    max-width:172px;
    margin:auto auto;
  }

  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr p{
    max-width:210px;
    margin:0 auto;
    text-align:center;
  }

  #oghHeroWalletCard{
    align-self:stretch;
  }

  #oghHeroWalletCard .ogh-visual-card{
    min-height:193px;
    height:100%;
    aspect-ratio:auto;
    padding:16px 18px;
    border-radius:24px;
    gap:10px;
  }

  #oghHeroWalletCard .ogh-visual-card-top{
    gap:8px;
  }

  #oghHeroWalletCard .ogh-wallet-chip-label{
    min-height:26px;
    padding:0 9px;
    font-size:9.6px;
  }

  #oghHeroWalletCard .ogh-visual-card-brand{
    grid-template-columns:50px minmax(0,1fr);
    gap:10px;
  }

  #oghHeroWalletCard .ogh-visual-card-logo{
    width:50px;
    height:50px;
    border-radius:16px;
  }

  #oghHeroWalletCard .ogh-visual-card-brand strong{
    font-size:19px;
    line-height:1.02;
  }

  #oghHeroWalletCard .ogh-visual-card-brand span{
    font-size:11.5px;
    margin-top:3px;
  }

  #oghHeroWalletCard .ogh-visual-card-description{
    font-size:12px;
    line-height:1.42;
    max-width:95%;
  }

  #oghHeroWalletCard .ogh-visual-card-footer span{
    min-height:28px;
    padding:0 9px;
    font-size:10px;
  }

  #oghHeroBanner{
    padding:16px 18px;
    border-radius:24px !important;
  }

  #oghHeroBanner .ogh-link-banner-link-panel{
    margin-top:auto;
  }
}

/* v1.0.16: refine OctoGate desktop block - flatter wallet card and shorter direct page */
@media (min-width:1181px){
  .ogh-hero-grid{
    grid-template-columns:minmax(245px,1fr) minmax(192px,.74fr) minmax(392px,1.28fr) !important;
    grid-template-rows:minmax(166px,auto) minmax(138px,auto);
    grid-template-areas:
      "page qr wallet"
      "page qr banner";
    gap:18px;
    align-items:stretch;
  }

  #oghHeroPage{min-height:322px !important;}
  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr{min-height:322px !important;}
  #oghHeroWalletCard{min-height:166px !important;}
  #oghHeroBanner{min-height:138px !important;}

  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr .ogh-qr-box{
    max-width:162px;
  }

  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr p{
    max-width:200px;
    font-size:12.5px;
    line-height:1.45;
  }

  #oghHeroWalletCard .ogh-visual-card{
    min-height:166px;
    padding:14px 17px;
    border-radius:22px;
    gap:8px;
  }

  #oghHeroWalletCard .ogh-wallet-chip-label{
    min-height:24px;
    padding:0 8px;
    font-size:9.2px;
  }

  #oghHeroWalletCard .ogh-visual-card-brand{
    grid-template-columns:46px minmax(0,1fr);
    gap:9px;
  }

  #oghHeroWalletCard .ogh-visual-card-logo{
    width:46px;
    height:46px;
    border-radius:15px;
  }

  #oghHeroWalletCard .ogh-visual-card-brand strong{
    font-size:18px;
    line-height:1.02;
  }

  #oghHeroWalletCard .ogh-visual-card-brand span{
    font-size:11px;
    margin-top:2px;
  }

  #oghHeroWalletCard .ogh-visual-card-description{
    font-size:11.5px;
    line-height:1.34;
    max-width:92%;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
  }

  #oghHeroWalletCard .ogh-visual-card-footer span{
    min-height:26px;
    padding:0 8px;
    font-size:9.5px;
  }

  #oghHeroBanner{
    padding:14px 16px;
    border-radius:22px !important;
    gap:10px;
  }

  #oghHeroBanner .ogh-link-banner-brand{
    grid-template-columns:48px minmax(0,1fr);
    gap:10px;
  }

  #oghHeroBanner .ogh-link-banner-logo{
    width:48px;
    height:48px;
    border-radius:15px;
  }

  #oghHeroBanner .ogh-link-banner-brand-copy strong{
    font-size:16px;
    line-height:1.02;
  }

  #oghHeroBanner .ogh-link-banner-brand-copy .ogh-link-banner-kicker{
    font-size:10.5px;
  }

  #oghHeroBanner .ogh-link-banner-link-panel{
    padding:10px 12px;
    border-radius:16px;
  }

  #oghHeroBanner .ogh-link-banner-link-label{
    font-size:10.5px;
  }

  #oghHeroBanner .ogh-link-banner-link{
    font-size:14px;
    line-height:1.15;
  }
}

/* v1.0.17: corrected desktop proportions for the OctoGate block */
@media (min-width:1181px){
  .ogh-hero-grid{
    grid-template-columns:minmax(245px,1fr) minmax(192px,.74fr) minmax(384px,1.22fr) !important;
    grid-template-rows:minmax(208px,auto) minmax(118px,auto);
    grid-template-areas:
      "page qr wallet"
      "page qr banner";
    gap:18px;
    align-items:stretch;
  }

  #oghHeroPage{min-height:344px !important;}
  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr{min-height:344px !important;}
  #oghHeroWalletCard{min-height:208px !important;}
  #oghHeroBanner{min-height:118px !important;}

  #oghHeroWalletCard .ogh-visual-card{
    min-height:208px;
    height:100%;
    aspect-ratio:auto;
    padding:16px 18px;
    border-radius:24px;
    gap:10px;
  }

  #oghHeroWalletCard .ogh-wallet-chip-label{
    min-height:25px;
    padding:0 9px;
    font-size:9.4px;
  }

  #oghHeroWalletCard .ogh-visual-card-brand{
    grid-template-columns:50px minmax(0,1fr);
    gap:10px;
  }

  #oghHeroWalletCard .ogh-visual-card-logo{
    width:50px;
    height:50px;
    border-radius:16px;
  }

  #oghHeroWalletCard .ogh-visual-card-brand strong{
    font-size:19px;
    line-height:1.02;
  }

  #oghHeroWalletCard .ogh-visual-card-brand span{
    font-size:11.5px;
    margin-top:3px;
  }

  #oghHeroWalletCard .ogh-visual-card-description{
    font-size:12px;
    line-height:1.4;
    max-width:94%;
    display:block;
    overflow:visible;
    -webkit-line-clamp:unset;
    -webkit-box-orient:initial;
  }

  #oghHeroWalletCard .ogh-visual-card-footer span{
    min-height:28px;
    padding:0 9px;
    font-size:10px;
  }

  #oghHeroBanner{
    min-height:118px !important;
    padding:13px 16px;
    border-radius:22px !important;
    gap:10px;
  }

  #oghHeroBanner .ogh-link-banner-brand{
    grid-template-columns:46px minmax(0,1fr);
    gap:10px;
    align-items:center;
  }

  #oghHeroBanner .ogh-link-banner-logo{
    width:46px;
    height:46px;
    border-radius:15px;
  }

  #oghHeroBanner .ogh-link-banner-brand-copy strong{
    font-size:16px;
    line-height:1.02;
  }

  #oghHeroBanner .ogh-link-banner-kicker{
    font-size:10.5px;
  }

  #oghHeroBanner .ogh-link-banner-link-panel{
    margin-top:auto;
    padding:9px 11px;
    border-radius:15px;
  }

  #oghHeroBanner .ogh-link-banner-link-label{
    font-size:10.5px;
  }

  #oghHeroBanner .ogh-link-banner-link{
    font-size:13.5px;
    line-height:1.12;
  }
}

/* v1.0.18: make the wallet card clearly larger than the direct-page banner in OctoGate desktop block */
@media (min-width:1181px){
  .ogh-hero-grid{
    grid-template-columns:minmax(245px,1fr) minmax(190px,.72fr) minmax(390px,1.24fr) !important;
    grid-template-rows:minmax(236px,auto) minmax(92px,auto);
    grid-template-areas:
      "page qr wallet"
      "page qr banner";
    gap:18px;
    align-items:stretch;
  }

  #oghHeroPage{min-height:346px !important;}
  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr{min-height:346px !important;}
  #oghHeroWalletCard{min-height:236px !important;}
  #oghHeroBanner{min-height:92px !important;}

  #oghHeroWalletCard .ogh-visual-card{
    min-height:236px;
    height:100%;
    aspect-ratio:auto;
    padding:17px 19px;
    border-radius:24px;
    gap:10px;
  }

  #oghHeroWalletCard .ogh-visual-card-brand{
    grid-template-columns:52px minmax(0,1fr);
    gap:11px;
  }

  #oghHeroWalletCard .ogh-visual-card-logo{
    width:52px;
    height:52px;
    border-radius:16px;
  }

  #oghHeroWalletCard .ogh-visual-card-brand strong{
    font-size:20px;
    line-height:1.02;
  }

  #oghHeroWalletCard .ogh-visual-card-brand span{
    font-size:11.8px;
    margin-top:3px;
  }

  #oghHeroWalletCard .ogh-visual-card-description{
    font-size:12.2px;
    line-height:1.42;
    max-width:94%;
  }

  #oghHeroWalletCard .ogh-visual-card-footer span{
    min-height:28px;
    padding:0 9px;
    font-size:10px;
  }

  #oghHeroBanner{
    min-height:92px !important;
    padding:12px 15px;
    border-radius:20px !important;
    gap:8px;
  }

  #oghHeroBanner .ogh-link-banner-brand{
    grid-template-columns:42px minmax(0,1fr);
    gap:9px;
    align-items:center;
  }

  #oghHeroBanner .ogh-link-banner-logo{
    width:42px;
    height:42px;
    border-radius:14px;
  }

  #oghHeroBanner .ogh-link-banner-brand-copy strong{
    font-size:15px;
    line-height:1.02;
  }

  #oghHeroBanner .ogh-link-banner-kicker,
  #oghHeroBanner .ogh-link-banner-link-label{
    font-size:10px;
  }

  #oghHeroBanner .ogh-link-banner-link-panel{
    margin-top:auto;
    padding:8px 10px;
    border-radius:14px;
  }

  #oghHeroBanner .ogh-link-banner-link{
    font-size:12.8px;
    line-height:1.08;
  }
}

/* v1.0.19: desktop reorder for Examples by sector */
@media (min-width:1181px){
  .ogh-preview-grid{
    grid-template-columns:minmax(300px,1.12fr) minmax(250px,.88fr) !important;
    grid-template-areas:
      "page qr"
      "wallet banner";
    gap:18px;
    align-items:stretch;
  }

  #oghPageCard{grid-area:page; min-height:430px !important;}
  #oghQrCard{grid-area:qr; min-height:430px !important;}
  #oghWalletCard{grid-area:wallet; min-height:228px !important;}
  #oghBannerCard{grid-area:banner; min-height:228px !important;}

  #oghPageCard,
  #oghQrCard,
  #oghWalletCard,
  #oghBannerCard{
    width:100%;
    height:100%;
  }

  #oghPageCard{
    padding:22px;
    gap:18px;
  }

  #oghPageCard .ogh-button-stack{
    margin-top:auto;
  }

  #oghQrCard{
    display:grid;
    grid-template-rows:auto 1fr auto;
    align-content:start;
    padding:18px;
    gap:14px;
  }

  #oghQrCard .ogh-qr-visual{
    width:100%;
    max-width:188px;
    margin:auto auto;
  }

  #oghQrCard .ogh-qr-notes{
    justify-content:center;
  }

  #oghWalletCard .ogh-visual-card{
    min-height:228px;
    height:100%;
    aspect-ratio:auto;
    padding:17px 18px;
    border-radius:24px;
    gap:10px;
  }

  #oghWalletCard .ogh-visual-card-brand{
    grid-template-columns:52px minmax(0,1fr);
    gap:11px;
  }

  #oghWalletCard .ogh-visual-card-logo{
    width:52px;
    height:52px;
    border-radius:16px;
  }

  #oghWalletCard .ogh-visual-card-brand strong{
    font-size:20px;
    line-height:1.02;
  }

  #oghWalletCard .ogh-visual-card-brand span{
    font-size:11.8px;
    margin-top:3px;
  }

  #oghWalletCard .ogh-visual-card-description{
    font-size:12px;
    line-height:1.42;
    max-width:94%;
  }

  #oghWalletCard .ogh-visual-card-footer span{
    min-height:28px;
    padding:0 9px;
    font-size:10px;
  }

  #oghBannerCard{
    padding:16px 18px;
    border-radius:24px !important;
    min-height:228px !important;
    gap:12px;
    align-content:start;
  }

  #oghBannerCard .ogh-link-banner-brand{
    grid-template-columns:52px minmax(0,1fr);
    gap:11px;
    align-items:center;
  }

  #oghBannerCard .ogh-link-banner-logo{
    width:52px;
    height:52px;
    border-radius:16px;
  }

  #oghBannerCard .ogh-link-banner-brand-copy strong{
    font-size:18px;
    line-height:1.02;
  }

  #oghBannerCard .ogh-link-banner-kicker{
    font-size:11px;
  }

  #oghBannerCard .ogh-link-banner-link-panel{
    margin-top:auto;
    padding:12px 13px;
    border-radius:17px;
  }

  #oghBannerCard .ogh-link-banner-link-label{
    font-size:11px;
  }

  #oghBannerCard .ogh-link-banner-link{
    font-size:14px;
    line-height:1.15;
  }
}

/* v1.0.20: in Examples by sector, place the visible link below the direct-page card */
#oghBannerCard.ogh-preview-banner-shell{
  background:transparent;
  border:none;
  box-shadow:none;
  padding:0;
  overflow:visible;
  display:grid;
}
#oghBannerCard .ogh-link-banner-main{
  min-height:0;
}
#oghBannerCard .ogh-link-banner-link-panel-below{
  margin-top:0;
}
#oghBannerCard:hover{
  transform:translateY(-2px);
}
@media (min-width:1181px){
  #oghBannerCard.ogh-preview-banner-shell{
    grid-area:banner;
    min-height:228px !important;
    grid-template-rows:minmax(146px,1fr) auto;
    gap:10px;
    align-content:stretch;
  }

  #oghBannerCard .ogh-link-banner-main{
    min-height:146px;
    height:100%;
    border-radius:24px;
    padding:16px 18px;
    gap:12px;
    align-content:start;
    box-shadow:var(--ogh-shadow);
  }

  #oghBannerCard .ogh-link-banner-main .ogh-link-banner-brand{
    grid-template-columns:52px minmax(0,1fr);
    gap:11px;
    align-items:center;
  }

  #oghBannerCard .ogh-link-banner-main .ogh-link-banner-logo{
    width:52px;
    height:52px;
    border-radius:16px;
  }

  #oghBannerCard .ogh-link-banner-main .ogh-link-banner-brand-copy strong{
    font-size:18px;
    line-height:1.02;
  }

  #oghBannerCard .ogh-link-banner-main .ogh-link-banner-kicker{
    font-size:11px;
  }

  #oghBannerCard .ogh-link-banner-link-panel-below{
    padding:11px 13px;
    border-radius:17px;
    background:#fff;
    border:1px solid var(--ogh-line);
    box-shadow:0 12px 28px rgba(15,23,42,.08);
    backdrop-filter:none;
    color:var(--ogh-text);
    gap:5px;
  }

  #oghBannerCard .ogh-link-banner-link-panel-below .ogh-link-banner-link-label{
    font-size:11px;
    color:var(--ogh-muted);
  }

  #oghBannerCard .ogh-link-banner-link-panel-below .ogh-link-banner-link{
    font-size:14px;
    line-height:1.15;
    color:var(--ogh-text);
  }
}


/* v1.0.21: restore direct-page visible link inside the same card in Examples by sector */
@media (min-width:1181px){
  #oghBannerCard{
    display:grid;
    align-content:start;
    gap:12px;
  }

  #oghBannerCard .ogh-link-banner-link-panel{
    margin-top:auto;
  }
}


/* v1.0.22: keep the visible link in the lower area of the same direct-page card in Examples by sector */
@media (min-width:1181px){
  #oghBannerCard{
    display:grid;
    grid-template-rows:auto 1fr auto;
    align-content:stretch;
  }

  #oghBannerCard .ogh-link-banner-brand{
    grid-row:1;
  }

  #oghBannerCard .ogh-link-banner-link-panel{
    grid-row:3;
    margin-top:0;
    align-self:end;
  }
}


/* v1.0.23: prevent horizontal page scrolling caused by full-width desktop layout */
html:has(.ogh-home-wrap),
body:has(.ogh-home-wrap){
  overflow-x:hidden !important;
}

.ogh-home-wrap{
  width:100% !important;
  max-width:100% !important;
  margin-left:0 !important;
  margin-right:0 !important;
  overflow-x:hidden !important;
}

.ogh-home{
  width:min(1160px, calc(100% - 32px)) !important;
  max-width:calc(100% - 32px) !important;
}

.ogh-home > *,
.ogh-hero-stage,
.ogh-showcase-stage,
.ogh-hero-grid,
.ogh-preview-grid{
  max-width:100%;
}

@supports (overflow:clip){
  .ogh-home-wrap{
    overflow-x:clip !important;
  }
}

@media (max-width:960px){
  .ogh-home{
    width:min(1160px, calc(100% - 24px)) !important;
    max-width:calc(100% - 24px) !important;
  }
}

@media (max-width:640px){
  .ogh-home{
    width:calc(100% - 16px) !important;
    max-width:calc(100% - 16px) !important;
  }
}


/* v1.0.24: stronger mobile overflow lock + QR center logos visible on mobile */
html,
body{
  overflow-x:hidden !important;
  max-width:100% !important;
}

.ogh-home-wrap{
  max-width:100vw !important;
  overflow:hidden !important;
  overscroll-behavior-x:none;
}

.ogh-home,
.ogh-home *,
.ogh-home *::before,
.ogh-home *::after{
  min-width:0;
}

@supports (overflow:clip){
  html,
  body,
  .ogh-home-wrap{
    overflow-x:clip !important;
  }
}

@media (max-width:640px){
  .ogh-home-wrap{
    width:100% !important;
    max-width:100vw !important;
    margin-left:0 !important;
    margin-right:0 !important;
    overflow:hidden !important;
  }

  .ogh-home{
    width:calc(100vw - 16px) !important;
    max-width:calc(100vw - 16px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    overflow:hidden !important;
  }

  .ogh-home > section,
  .ogh-home > div,
  .ogh-showcase-stage,
  .ogh-hero-stage,
  .ogh-preview-grid,
  .ogh-hero-grid,
  .ogh-qr-row{
    width:100% !important;
    max-width:100% !important;
    overflow:hidden;
  }

  .ogh-qr-use .ogh-qr-center-logo{
    display:flex !important;
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    transform:translate(-50%,-50%) !important;
    width:28px !important;
    height:28px !important;
    border-radius:9px !important;
    padding:4px !important;
    z-index:5 !important;
  }

  .ogh-qr-use .ogh-qr-center-logo .ogh-logo-art{
    display:block !important;
    width:18px !important;
    height:18px !important;
  }

  .ogh-qr-use .ogh-qr-center-logo .ogh-logo-art i,
  .ogh-qr-use .ogh-qr-center-logo .ogh-logo-art b,
  .ogh-qr-use .ogh-qr-center-logo .ogh-logo-art u{
    display:block !important;
  }
}


/* v1.0.25: mobile overflow fix around image-with-link section + QR center logos perfectly centered */
html,
body,
.ogh-home-wrap,
.ogh-home{
  overflow-x:hidden !important;
}

.ogh-feature-section,
.ogh-banner-gallery,
.ogh-banner-gallery-item{
  min-width:0;
  max-width:100%;
}

.ogh-link-banner-card,
.ogh-link-banner-card *,
.ogh-link-banner-link-panel,
.ogh-link-banner-link{
  min-width:0;
  max-width:100%;
  box-sizing:border-box;
}

@media (max-width:960px){
  .ogh-home{
    width:calc(100% - 24px) !important;
    max-width:calc(100% - 24px) !important;
  }

  .ogh-banner-gallery{
    width:100% !important;
    max-width:100% !important;
    justify-content:stretch !important;
  }
}

@media (max-width:640px){
  .ogh-home-wrap{
    width:100% !important;
    max-width:100% !important;
  }

  .ogh-home{
    width:calc(100% - 16px) !important;
    max-width:calc(100% - 16px) !important;
  }

  .ogh-feature-section,
  .ogh-banner-gallery,
  .ogh-banner-gallery-item,
  .ogh-link-banner-card{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    overflow:hidden !important;
  }

  .ogh-banner-gallery{
    grid-template-columns:minmax(0,1fr) !important;
    gap:14px !important;
    justify-content:stretch !important;
  }

  .ogh-banner-gallery-item{
    aspect-ratio:16 / 9 !important;
  }

  .ogh-link-banner-link{
    overflow-wrap:anywhere !important;
    word-break:break-word !important;
  }

  .ogh-qr-row,
  .ogh-qr-use,
  .ogh-qr-tile{
    min-width:0 !important;
  }

  .ogh-qr-row .ogh-qr-tile{
    position:relative !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
  }

  .ogh-qr-row .ogh-qr-center-logo{
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    transform:translate(-50%,-50%) !important;
    margin:0 !important;
    display:grid !important;
    place-items:center !important;
    width:28px !important;
    height:28px !important;
    padding:4px !important;
    border-radius:9px !important;
    z-index:5 !important;
    line-height:0 !important;
  }

  .ogh-qr-row .ogh-qr-center-logo > .ogh-logo-art{
    position:relative !important;
    left:auto !important;
    top:auto !important;
    transform:none !important;
    width:18px !important;
    height:18px !important;
  }
}


/* v1.0.26: remove remaining horizontal growth from image-with-link cards and keep mobile width stable */
html:has(.ogh-home-wrap),
body:has(.ogh-home-wrap){
  width:100% !important;
  max-width:100% !important;
  overflow-x:hidden !important;
}

.ogh-home-wrap,
.ogh-home,
.ogh-home > section{
  box-sizing:border-box;
  max-width:100% !important;
}

.ogh-feature-section,
.ogh-feature-section .ogh-section-head,
.ogh-banner-gallery,
.ogh-banner-gallery-item,
.ogh-link-banner-card{
  max-width:100% !important;
  min-width:0 !important;
  box-sizing:border-box;
}

.ogh-link-banner-card,
.ogh-banner-gallery-item{
  overflow:hidden !important;
  contain:paint;
}

.ogh-link-banner-glow{
  pointer-events:none;
}

@supports (overflow:clip){
  html:has(.ogh-home-wrap),
  body:has(.ogh-home-wrap),
  .ogh-home-wrap{
    overflow-x:clip !important;
  }

  .ogh-link-banner-card,
  .ogh-banner-gallery-item{
    overflow:clip !important;
  }
}

@media (min-width:641px){
  .ogh-banner-gallery{
    grid-template-columns:repeat(3,minmax(0,320px)) !important;
  }
}

@media (max-width:640px){
  html,
  body{
    width:100% !important;
    max-width:100% !important;
    position:relative;
  }

  .ogh-home-wrap{
    width:100% !important;
    max-width:100% !important;
    overflow-x:hidden !important;
  }

  .ogh-home{
    width:calc(100% - 16px) !important;
    max-width:calc(100% - 16px) !important;
    overflow-x:hidden !important;
  }

  .ogh-feature-section,
  .ogh-banner-gallery,
  .ogh-banner-gallery-item,
  .ogh-link-banner-card{
    width:100% !important;
    max-width:100% !important;
  }

  .ogh-banner-gallery{
    grid-template-columns:minmax(0,1fr) !important;
    justify-content:stretch !important;
    overflow:hidden !important;
  }

  .ogh-link-banner-glow-a{
    right:-18px !important;
  }

  .ogh-link-banner-glow-b{
    left:-18px !important;
  }

  .ogh-qr-row .ogh-qr-center-logo{
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    transform:translate(-50%,-50%) !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
  }

  .ogh-qr-row .ogh-qr-center-logo > .ogh-logo-art{
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    width:38px !important;
    height:38px !important;
    transform:translate(-50%,-50%) scale(.48) !important;
    transform-origin:center center !important;
  }
}

html.ogh-home-active,
body.ogh-home-active{
  width:100% !important;
  max-width:100% !important;
  overflow-x:hidden !important;
}
@supports (overflow:clip){
  html.ogh-home-active,
  body.ogh-home-active{overflow-x:clip !important;}
}


/* v1.0.27: desktop horizontal bar fix without affecting the now-correct mobile layout */
html.ogh-home-active,
body.ogh-home-active{
  width:100% !important;
  max-width:100% !important;
  overflow-x:hidden !important;
}

body.ogh-home-active #page,
body.ogh-home-active .site,
body.ogh-home-active .site-content,
body.ogh-home-active .entry-content,
body.ogh-home-active .wp-site-blocks,
body.ogh-home-active main{
  max-width:100% !important;
  overflow-x:hidden !important;
}

.ogh-home-wrap,
.ogh-home,
.ogh-home > section,
.ogh-hero-stage,
.ogh-showcase-stage,
.ogh-hero-grid,
.ogh-preview-grid,
.ogh-banner-gallery,
.ogh-wallet-gallery,
.ogh-insights-layout{
  min-width:0 !important;
  max-width:100% !important;
  box-sizing:border-box !important;
}

@supports (overflow:clip){
  html.ogh-home-active,
  body.ogh-home-active,
  body.ogh-home-active #page,
  body.ogh-home-active .site,
  body.ogh-home-active .site-content,
  body.ogh-home-active .entry-content,
  body.ogh-home-active .wp-site-blocks,
  body.ogh-home-active main{
    overflow-x:clip !important;
  }
}

@media (min-width:641px){
  .ogh-home-wrap{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    overflow-x:hidden !important;
    contain:paint;
  }

  .ogh-home{
    width:min(1160px, calc(100% - 32px)) !important;
    max-width:calc(100% - 32px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .ogh-home > section{
    overflow:hidden;
  }

  .ogh-link-banner-glow-a{right:-22px !important;}
  .ogh-link-banner-glow-b{left:-22px !important;}

  .ogh-wallet-feature,
  .ogh-wallet-card-shell,
  .ogh-wallet-demo{
    overflow:hidden !important;
  }

  .ogh-visual-card{
    max-width:100% !important;
  }
}

@supports (overflow:clip){
  @media (min-width:641px){
    .ogh-home-wrap,
    .ogh-home > section,
    .ogh-wallet-feature,
    .ogh-wallet-card-shell,
    .ogh-wallet-demo{
      overflow-x:clip !important;
    }
  }
}


/* v1.0.28: normalize logo positioning across cards, direct page and QR on desktop + mobile */
.ogh-avatar,
.ogh-card-logo,
.ogh-wallet-card-logo,
.ogh-link-banner-logo,
.ogh-visual-card-logo,
.ogh-qr-center-logo{
  position:relative;
  display:grid !important;
  place-items:center !important;
  line-height:0;
  flex-shrink:0;
  overflow:hidden;
}

.ogh-avatar > .ogh-logo-art,
.ogh-card-logo > .ogh-logo-art,
.ogh-wallet-card-logo > .ogh-logo-art,
.ogh-link-banner-logo > .ogh-logo-art,
.ogh-visual-card-logo > .ogh-logo-art,
.ogh-qr-center-logo > .ogh-logo-art{
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  transform:translate(-50%,-50%) !important;
  margin:0 !important;
  display:block !important;
}

.ogh-link-banner-logo > .ogh-logo-art,
.ogh-avatar > .ogh-logo-art,
.ogh-card-logo > .ogh-logo-art,
.ogh-wallet-card-logo > .ogh-logo-art{
  width:68% !important;
  height:68% !important;
}

.ogh-visual-card-logo > .ogh-logo-art{
  width:66% !important;
  height:66% !important;
}

.ogh-qr-center-logo > .ogh-logo-art{
  width:64% !important;
  height:64% !important;
}

.ogh-link-banner-brand,
.ogh-visual-card-brand,
.ogh-card-head,
.ogh-card-top{
  align-items:center;
}

.ogh-link-banner-brand > .ogh-link-banner-logo,
.ogh-visual-card-brand > .ogh-visual-card-logo{
  align-self:center;
  justify-self:center;
}

.ogh-link-banner-logo .ogh-logo-art i,
.ogh-link-banner-logo .ogh-logo-art b,
.ogh-link-banner-logo .ogh-logo-art u,
.ogh-visual-card-logo .ogh-logo-art i,
.ogh-visual-card-logo .ogh-logo-art b,
.ogh-visual-card-logo .ogh-logo-art u,
.ogh-qr-center-logo .ogh-logo-art i,
.ogh-qr-center-logo .ogh-logo-art b,
.ogh-qr-center-logo .ogh-logo-art u,
.ogh-avatar .ogh-logo-art i,
.ogh-avatar .ogh-logo-art b,
.ogh-avatar .ogh-logo-art u,
.ogh-card-logo .ogh-logo-art i,
.ogh-card-logo .ogh-logo-art b,
.ogh-card-logo .ogh-logo-art u,
.ogh-wallet-card-logo .ogh-logo-art i,
.ogh-wallet-card-logo .ogh-logo-art b,
.ogh-wallet-card-logo .ogh-logo-art u{
  transform-origin:center center;
}

@media (min-width:641px){
  .ogh-link-banner-logo > .ogh-logo-art,
  .ogh-avatar > .ogh-logo-art,
  .ogh-card-logo > .ogh-logo-art,
  .ogh-wallet-card-logo > .ogh-logo-art{
    width:70% !important;
    height:70% !important;
  }

  .ogh-visual-card-logo > .ogh-logo-art{
    width:68% !important;
    height:68% !important;
  }

  .ogh-qr-center-logo > .ogh-logo-art{
    width:66% !important;
    height:66% !important;
  }
}

@media (max-width:640px){
  .ogh-link-banner-logo,
  .ogh-avatar,
  .ogh-card-logo,
  .ogh-wallet-card-logo,
  .ogh-visual-card-logo{
    display:grid !important;
    place-items:center !important;
  }

  .ogh-link-banner-logo > .ogh-logo-art,
  .ogh-avatar > .ogh-logo-art,
  .ogh-card-logo > .ogh-logo-art,
  .ogh-wallet-card-logo > .ogh-logo-art{
    width:68% !important;
    height:68% !important;
  }

  .ogh-visual-card-logo > .ogh-logo-art{
    width:66% !important;
    height:66% !important;
  }

  .ogh-qr-center-logo{
    display:grid !important;
    place-items:center !important;
  }

  .ogh-qr-center-logo > .ogh-logo-art{
    width:62% !important;
    height:62% !important;
    transform:translate(-50%,-50%) !important;
  }
}


/* v1.0.29: exhaustive logo-centering pass for every logo placement */
.ogh-avatar,
.ogh-card-logo,
.ogh-wallet-card-logo,
.ogh-link-banner-logo,
.ogh-visual-card-logo,
.ogh-qr-center-logo{
  position:relative !important;
  display:grid !important;
  place-items:center !important;
  align-self:center !important;
  justify-self:center !important;
  line-height:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}

.ogh-avatar > .ogh-logo-art,
.ogh-card-logo > .ogh-logo-art,
.ogh-wallet-card-logo > .ogh-logo-art,
.ogh-link-banner-logo > .ogh-logo-art,
.ogh-visual-card-logo > .ogh-logo-art,
.ogh-qr-center-logo > .ogh-logo-art{
  --ogh-logo-shift-x:0px;
  --ogh-logo-shift-y:0px;
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  margin:0 !important;
  display:block !important;
  transform:translate(calc(-50% + var(--ogh-logo-shift-x)), calc(-50% + var(--ogh-logo-shift-y))) !important;
  transform-origin:center center !important;
  line-height:0 !important;
}

/* size by context */
.ogh-avatar > .ogh-logo-art,
.ogh-card-logo > .ogh-logo-art,
.ogh-wallet-card-logo > .ogh-logo-art,
.ogh-link-banner-logo > .ogh-logo-art{
  width:70% !important;
  height:70% !important;
}

.ogh-visual-card-logo > .ogh-logo-art{
  width:68% !important;
  height:68% !important;
}

.ogh-qr-center-logo > .ogh-logo-art{
  width:64% !important;
  height:64% !important;
}

/* optical corrections by logo type */
.ogh-logo-pizza{ --ogh-logo-shift-x:-0.75px; --ogh-logo-shift-y:-0.5px; }
.ogh-logo-salon{ --ogh-logo-shift-x:0px; --ogh-logo-shift-y:0.25px; }
.ogh-logo-home{ --ogh-logo-shift-x:0px; --ogh-logo-shift-y:0.65px; }
.ogh-logo-event{ --ogh-logo-shift-x:0.5px; --ogh-logo-shift-y:0.35px; }
.ogh-logo-shop{ --ogh-logo-shift-x:0px; --ogh-logo-shift-y:0px; }

/* keep every sub-shape balanced inside its own art box */
.ogh-avatar .ogh-logo-art i,
.ogh-avatar .ogh-logo-art b,
.ogh-avatar .ogh-logo-art u,
.ogh-card-logo .ogh-logo-art i,
.ogh-card-logo .ogh-logo-art b,
.ogh-card-logo .ogh-logo-art u,
.ogh-wallet-card-logo .ogh-logo-art i,
.ogh-wallet-card-logo .ogh-logo-art b,
.ogh-wallet-card-logo .ogh-logo-art u,
.ogh-link-banner-logo .ogh-logo-art i,
.ogh-link-banner-logo .ogh-logo-art b,
.ogh-link-banner-logo .ogh-logo-art u,
.ogh-visual-card-logo .ogh-logo-art i,
.ogh-visual-card-logo .ogh-logo-art b,
.ogh-visual-card-logo .ogh-logo-art u,
.ogh-qr-center-logo .ogh-logo-art i,
.ogh-qr-center-logo .ogh-logo-art b,
.ogh-qr-center-logo .ogh-logo-art u{
  transform-origin:center center !important;
}

/* extra safety for all logo rows/brand blocks */
.ogh-link-banner-brand,
.ogh-visual-card-brand,
.ogh-card-head,
.ogh-card-top,
.ogh-wallet-card-middle,
.ogh-wallet-card-top{
  align-items:center !important;
}

.ogh-link-banner-brand > .ogh-link-banner-logo,
.ogh-visual-card-brand > .ogh-visual-card-logo,
.ogh-card-head > .ogh-avatar,
.ogh-card-head > .ogh-card-logo,
.ogh-card-top > .ogh-wallet-card-logo{
  align-self:center !important;
  justify-self:center !important;
}

/* desktop */
@media (min-width:641px){
  .ogh-avatar > .ogh-logo-art,
  .ogh-card-logo > .ogh-logo-art,
  .ogh-wallet-card-logo > .ogh-logo-art,
  .ogh-link-banner-logo > .ogh-logo-art{
    width:70% !important;
    height:70% !important;
  }

  .ogh-visual-card-logo > .ogh-logo-art{
    width:68% !important;
    height:68% !important;
  }

  .ogh-qr-center-logo > .ogh-logo-art{
    width:65% !important;
    height:65% !important;
  }
}

/* mobile */
@media (max-width:640px){
  .ogh-avatar > .ogh-logo-art,
  .ogh-card-logo > .ogh-logo-art,
  .ogh-wallet-card-logo > .ogh-logo-art,
  .ogh-link-banner-logo > .ogh-logo-art{
    width:68% !important;
    height:68% !important;
  }

  .ogh-visual-card-logo > .ogh-logo-art{
    width:66% !important;
    height:66% !important;
  }

  .ogh-qr-center-logo{
    display:grid !important;
    place-items:center !important;
  }

  .ogh-qr-center-logo > .ogh-logo-art{
    width:62% !important;
    height:62% !important;
    transform:translate(calc(-50% + var(--ogh-logo-shift-x)), calc(-50% + var(--ogh-logo-shift-y))) !important;
  }
}


/* v1.0.30: premium mobile polish + mathematically centered logos in every format */
.ogh-avatar,
.ogh-card-logo,
.ogh-wallet-card-logo,
.ogh-link-banner-logo,
.ogh-visual-card-logo,
.ogh-qr-center-logo{
  --ogh-logo-scale:1;
  --ogh-logo-shift-x:0px;
  --ogh-logo-shift-y:0px;
  position:relative !important;
  display:grid !important;
  place-items:center !important;
  align-items:center !important;
  justify-items:center !important;
  line-height:0 !important;
  font-size:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}

.ogh-avatar > .ogh-logo-art,
.ogh-card-logo > .ogh-logo-art,
.ogh-wallet-card-logo > .ogh-logo-art,
.ogh-link-banner-logo > .ogh-logo-art,
.ogh-visual-card-logo > .ogh-logo-art,
.ogh-qr-center-logo > .ogh-logo-art{
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  width:38px !important;
  height:38px !important;
  margin:0 !important;
  display:block !important;
  transform:translate(calc(-50% + var(--ogh-logo-shift-x)), calc(-50% + var(--ogh-logo-shift-y))) scale(var(--ogh-logo-scale)) !important;
  transform-origin:center center !important;
  line-height:0 !important;
}

/* Context scales: keep the internal drawings at their original 38px canvas and only scale the canvas */
.ogh-avatar,
.ogh-card-logo,
.ogh-wallet-card-logo,
.ogh-link-banner-logo{
  --ogh-logo-scale:.98;
}

.ogh-visual-card-logo{
  --ogh-logo-scale:.92;
}

.ogh-qr-center-logo{
  --ogh-logo-scale:.92;
}

/* Small optical corrections per generated logo shape */
.ogh-logo-pizza{ --ogh-logo-shift-x:-.6px; --ogh-logo-shift-y:-.45px; }
.ogh-logo-salon{ --ogh-logo-shift-x:0px; --ogh-logo-shift-y:.15px; }
.ogh-logo-home{ --ogh-logo-shift-x:0px; --ogh-logo-shift-y:.45px; }
.ogh-logo-event{ --ogh-logo-shift-x:.35px; --ogh-logo-shift-y:.25px; }
.ogh-logo-shop{ --ogh-logo-shift-x:0px; --ogh-logo-shift-y:.25px; }

.ogh-link-banner-brand,
.ogh-visual-card-brand,
.ogh-card-head,
.ogh-card-top{
  align-items:center !important;
}

.ogh-link-banner-brand > .ogh-link-banner-logo,
.ogh-visual-card-brand > .ogh-visual-card-logo,
.ogh-card-head > .ogh-avatar,
.ogh-card-top > .ogh-card-logo,
.ogh-card-top > .ogh-wallet-card-logo{
  align-self:center !important;
  justify-self:center !important;
}

.ogh-logo-art i,
.ogh-logo-art b,
.ogh-logo-art u{
  transform-origin:center center !important;
}

/* Mobile quality pass: better spacing, no accidental width growth, cleaner card hierarchy */
@media (max-width:640px){
  .ogh-home{
    gap:15px !important;
  }

  .ogh-hero,
  .ogh-showcase,
  .ogh-ai-block,
  .ogh-feature-section,
  .ogh-two-col,
  .ogh-wallet-section,
  .ogh-insights,
  .ogh-final-cta,
  .ogh-strip,
  .ogh-features{
    padding:18px !important;
    border-radius:22px !important;
  }

  .ogh-section-head{
    gap:9px !important;
  }

  .ogh-section-head h2,
  .ogh-two-col h2,
  .ogh-final-cta h2{
    line-height:1.03 !important;
    letter-spacing:-.045em !important;
  }

  .ogh-section-head p,
  .ogh-two-col p,
  .ogh-final-cta p,
  .ogh-hero-copy p{
    line-height:1.68 !important;
  }

  .ogh-link-banner-brand{
    grid-template-columns:48px minmax(0,1fr) !important;
    gap:10px !important;
  }

  .ogh-link-banner-logo{
    width:48px !important;
    height:48px !important;
    border-radius:15px !important;
    --ogh-logo-scale:.84;
  }

  .ogh-avatar,
  .ogh-card-logo,
  .ogh-wallet-card-logo{
    --ogh-logo-scale:.9;
  }

  .ogh-visual-card-logo{
    --ogh-logo-scale:.82;
  }

  .ogh-qr-center-logo{
    --ogh-logo-scale:.48;
  }

  .ogh-qr-box > .ogh-qr-center-logo,
  .ogh-qr-visual > .ogh-qr-center-logo{
    width:44px !important;
    height:44px !important;
    border-radius:13px !important;
  }

  .ogh-qr-tile > .ogh-qr-center-logo{
    width:28px !important;
    height:28px !important;
    border-radius:9px !important;
  }

  .ogh-qr-row .ogh-qr-center-logo > .ogh-logo-art,
  .ogh-qr-box .ogh-qr-center-logo > .ogh-logo-art,
  .ogh-qr-visual .ogh-qr-center-logo > .ogh-logo-art{
    position:absolute !important;
    left:50% !important;
    top:50% !important;
    width:38px !important;
    height:38px !important;
    transform:translate(calc(-50% + var(--ogh-logo-shift-x)), calc(-50% + var(--ogh-logo-shift-y))) scale(var(--ogh-logo-scale)) !important;
  }

  .ogh-banner-gallery,
  .ogh-wallet-gallery,
  .ogh-preview-grid,
  .ogh-hero-grid{
    gap:14px !important;
  }

  .ogh-link-banner-link-panel{
    padding:11px 12px !important;
    gap:5px !important;
  }

  .ogh-link-banner-link{
    font-size:12.8px !important;
    line-height:1.18 !important;
  }

  .ogh-visual-card{
    min-height:204px !important;
  }

  .ogh-visual-card-brand{
    grid-template-columns:50px minmax(0,1fr) !important;
    gap:10px !important;
  }

  .ogh-visual-card-logo{
    width:50px !important;
    height:50px !important;
    border-radius:16px !important;
  }
}


/* v1.0.31: mobile compact layout for OctoGate + Examples, and better QR/logo proportions */
@media (max-width:640px){
  .ogh-home-wrap{
    padding-top:10px !important;
    padding-bottom:22px !important;
  }

  .ogh-home{
    gap:14px !important;
  }

  .ogh-hero,
  .ogh-showcase{
    padding:14px !important;
    border-radius:20px !important;
  }

  .ogh-hero-copy,
  .ogh-showcase-copy,
  .ogh-section-head{
    gap:10px !important;
  }

  .ogh-hero-copy h1{
    font-size:30px !important;
    line-height:1.04 !important;
  }

  .ogh-section-head h2{
    font-size:27px !important;
    line-height:1.08 !important;
  }

  .ogh-hero-copy p,
  .ogh-section-head p,
  .ogh-copy-box p{
    font-size:14px !important;
    line-height:1.55 !important;
  }

  .ogh-copy-box{
    padding:15px !important;
    border-radius:20px !important;
  }

  .ogh-copy-box h3{
    font-size:24px !important;
    line-height:1.08 !important;
  }

  .ogh-copy-actions{
    gap:8px !important;
  }

  .ogh-copy-actions .ogh-btn{
    min-height:42px !important;
  }

  .ogh-mini-legend{
    gap:8px !important;
  }

  .ogh-mini-legend span{
    padding:10px 12px !important;
    font-size:12.5px !important;
    line-height:1.42 !important;
    border-radius:14px !important;
  }

  /* Compact mobile layout for OctoGate */
  .ogh-hero-grid{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    grid-template-areas:
      "page qr"
      "wallet banner" !important;
    gap:10px !important;
    align-items:stretch !important;
  }

  #oghHeroPage{
    grid-area:page !important;
    min-height:232px !important;
    padding:14px !important;
    gap:10px !important;
  }

  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr{
    grid-area:qr !important;
    min-height:232px !important;
    padding:12px !important;
    gap:10px !important;
    display:grid !important;
    grid-template-rows:auto 1fr auto !important;
    align-content:stretch !important;
  }

  #oghHeroWalletCard{
    grid-area:wallet !important;
    min-height:142px !important;
  }

  #oghHeroBanner{
    grid-area:banner !important;
    min-height:142px !important;
    padding:12px !important;
    gap:10px !important;
  }

  #oghHeroPage,
  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr,
  #oghHeroWalletCard,
  #oghHeroBanner{
    width:100% !important;
    height:100% !important;
  }

  #oghHeroPage .ogh-card-head{
    gap:8px !important;
  }

  #oghHeroPage .ogh-avatar{
    width:38px !important;
    height:38px !important;
    border-radius:12px !important;
  }

  #oghHeroPage .ogh-card-head small{
    font-size:9.5px !important;
  }

  #oghHeroPage .ogh-card-head strong{
    font-size:15px !important;
    line-height:1.05 !important;
  }

  #oghHeroPage p{
    font-size:12px !important;
    line-height:1.4 !important;
    display:-webkit-box !important;
    -webkit-line-clamp:4 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
  }

  #oghHeroPage .ogh-mini-buttons{
    gap:8px !important;
    margin-top:auto !important;
  }

  #oghHeroPage .ogh-mini-buttons span{
    min-height:32px !important;
    padding:8px 10px !important;
    font-size:11px !important;
    line-height:1.2 !important;
    border-radius:13px !important;
  }

  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr .ogh-panel-top small,
  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr .ogh-panel-top strong{
    font-size:11px !important;
    line-height:1.1 !important;
  }

  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr .ogh-qr-box{
    width:100% !important;
    max-width:112px !important;
    margin:auto !important;
    padding:6px !important;
    border-radius:18px !important;
  }

  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr .ogh-qr-box img{
    border-radius:14px !important;
  }

  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr .ogh-qr-center-logo{
    width:44px !important;
    height:44px !important;
    border-radius:13px !important;
    padding:6px !important;
  }

  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr .ogh-qr-center-logo > .ogh-logo-art{
    width:28px !important;
    height:28px !important;
  }

  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr p{
    max-width:100% !important;
    margin:0 !important;
    text-align:center !important;
    font-size:11.5px !important;
    line-height:1.36 !important;
  }

  #oghHeroWalletCard .ogh-visual-card{
    min-height:142px !important;
    height:100% !important;
    padding:12px 13px !important;
    border-radius:18px !important;
    gap:6px !important;
  }

  #oghHeroWalletCard .ogh-visual-card-top{
    gap:6px !important;
  }

  #oghHeroWalletCard .ogh-wallet-chip-label{
    min-height:20px !important;
    padding:0 7px !important;
    font-size:8px !important;
  }

  #oghHeroWalletCard .ogh-visual-card-brand{
    grid-template-columns:40px minmax(0,1fr) !important;
    gap:8px !important;
  }

  #oghHeroWalletCard .ogh-visual-card-logo{
    width:40px !important;
    height:40px !important;
    border-radius:12px !important;
  }

  #oghHeroWalletCard .ogh-visual-card-brand strong{
    font-size:14px !important;
    line-height:1.04 !important;
  }

  #oghHeroWalletCard .ogh-visual-card-brand span{
    font-size:9.5px !important;
    margin-top:2px !important;
  }

  #oghHeroWalletCard .ogh-visual-card-description{
    font-size:10px !important;
    line-height:1.28 !important;
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
    max-width:100% !important;
  }

  #oghHeroWalletCard .ogh-visual-card-footer span{
    min-height:22px !important;
    padding:0 7px !important;
    font-size:8.5px !important;
  }

  #oghHeroBanner .ogh-link-banner-brand{
    grid-template-columns:38px minmax(0,1fr) !important;
    gap:8px !important;
  }

  #oghHeroBanner .ogh-link-banner-logo{
    width:38px !important;
    height:38px !important;
    border-radius:12px !important;
  }

  #oghHeroBanner .ogh-link-banner-kicker{
    font-size:9.5px !important;
  }

  #oghHeroBanner .ogh-link-banner-brand-copy strong{
    font-size:13px !important;
    line-height:1.05 !important;
  }

  #oghHeroBanner .ogh-link-banner-link-panel{
    margin-top:auto !important;
    padding:7px 8px !important;
    border-radius:12px !important;
    gap:4px !important;
  }

  #oghHeroBanner .ogh-link-banner-link-label{
    font-size:9.5px !important;
  }

  #oghHeroBanner .ogh-link-banner-link{
    font-size:11.5px !important;
    line-height:1.14 !important;
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
  }

  /* Compact mobile layout for Examples by sector */
  .ogh-showcase-grid{
    gap:14px !important;
  }

  .ogh-preview-grid{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    grid-template-areas:
      "page qr"
      "wallet banner" !important;
    gap:10px !important;
    align-items:stretch !important;
  }

  #oghPageCard{
    grid-area:page !important;
    min-height:232px !important;
    padding:14px !important;
    gap:10px !important;
  }

  #oghQrCard{
    grid-area:qr !important;
    min-height:232px !important;
    padding:12px !important;
    gap:10px !important;
    display:grid !important;
    grid-template-rows:auto 1fr auto !important;
  }

  #oghWalletCard{
    grid-area:wallet !important;
    min-height:142px !important;
  }

  #oghBannerCard{
    grid-area:banner !important;
    min-height:142px !important;
    padding:12px !important;
    gap:10px !important;
  }

  #oghPageCard,
  #oghQrCard,
  #oghWalletCard,
  #oghBannerCard{
    width:100% !important;
    height:100% !important;
  }

  #oghPageCard .ogh-card-top{
    gap:8px !important;
  }

  #oghPageCard .ogh-card-logo{
    width:38px !important;
    height:38px !important;
    border-radius:12px !important;
  }

  #oghPageCard .ogh-card-top-label{
    font-size:9.5px !important;
  }

  #oghPageCard .ogh-card-top strong{
    font-size:15px !important;
    line-height:1.05 !important;
  }

  #oghPageCard p{
    font-size:12px !important;
    line-height:1.4 !important;
    display:-webkit-box !important;
    -webkit-line-clamp:4 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
  }

  #oghPageCard .ogh-button-stack{
    gap:8px !important;
    margin-top:auto !important;
  }

  #oghPageCard .ogh-button-stack span{
    min-height:32px !important;
    padding:8px 10px !important;
    font-size:11px !important;
    line-height:1.2 !important;
    border-radius:13px !important;
  }

  #oghQrCard .ogh-panel-top strong,
  #oghQrCard .ogh-card-top-label{
    font-size:11px !important;
    line-height:1.1 !important;
  }

  #oghQrCard .ogh-qr-visual{
    width:100% !important;
    max-width:112px !important;
    margin:auto !important;
    padding:6px !important;
    border-radius:18px !important;
  }

  #oghQrCard .ogh-qr-visual img{
    border-radius:14px !important;
  }

  #oghQrCard .ogh-qr-center-logo{
    width:44px !important;
    height:44px !important;
    border-radius:13px !important;
    padding:6px !important;
  }

  #oghQrCard .ogh-qr-center-logo > .ogh-logo-art{
    width:28px !important;
    height:28px !important;
  }

  #oghQrCard .ogh-qr-notes{
    gap:6px !important;
    justify-content:center !important;
  }

  #oghQrCard .ogh-qr-notes span{
    padding:6px 8px !important;
    font-size:10px !important;
    line-height:1.15 !important;
    border-radius:12px !important;
  }

  #oghWalletCard .ogh-visual-card{
    min-height:142px !important;
    height:100% !important;
    padding:12px 13px !important;
    border-radius:18px !important;
    gap:6px !important;
  }

  #oghWalletCard .ogh-visual-card-top{
    gap:6px !important;
  }

  #oghWalletCard .ogh-wallet-chip-label{
    min-height:20px !important;
    padding:0 7px !important;
    font-size:8px !important;
  }

  #oghWalletCard .ogh-visual-card-brand{
    grid-template-columns:40px minmax(0,1fr) !important;
    gap:8px !important;
  }

  #oghWalletCard .ogh-visual-card-logo{
    width:40px !important;
    height:40px !important;
    border-radius:12px !important;
  }

  #oghWalletCard .ogh-visual-card-brand strong{
    font-size:14px !important;
    line-height:1.04 !important;
  }

  #oghWalletCard .ogh-visual-card-brand span{
    font-size:9.5px !important;
    margin-top:2px !important;
  }

  #oghWalletCard .ogh-visual-card-description{
    font-size:10px !important;
    line-height:1.28 !important;
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
    max-width:100% !important;
  }

  #oghWalletCard .ogh-visual-card-footer span{
    min-height:22px !important;
    padding:0 7px !important;
    font-size:8.5px !important;
  }

  #oghBannerCard .ogh-link-banner-brand{
    grid-template-columns:38px minmax(0,1fr) !important;
    gap:8px !important;
  }

  #oghBannerCard .ogh-link-banner-logo{
    width:38px !important;
    height:38px !important;
    border-radius:12px !important;
  }

  #oghBannerCard .ogh-link-banner-kicker{
    font-size:9.5px !important;
  }

  #oghBannerCard .ogh-link-banner-brand-copy strong{
    font-size:13px !important;
    line-height:1.05 !important;
  }

  #oghBannerCard .ogh-link-banner-link-panel{
    margin-top:auto !important;
    padding:7px 8px !important;
    border-radius:12px !important;
    gap:4px !important;
  }

  #oghBannerCard .ogh-link-banner-link-label{
    font-size:9.5px !important;
  }

  #oghBannerCard .ogh-link-banner-link{
    font-size:11.5px !important;
    line-height:1.14 !important;
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
  }

  /* General mobile QR balance: smaller QR, bigger center logo */
  .ogh-qr-use .ogh-qr-tile{
    max-width:132px !important;
    margin:0 auto !important;
    padding:7px !important;
    border-radius:18px !important;
  }

  .ogh-qr-use .ogh-qr-center-logo{
    width:46px !important;
    height:46px !important;
    border-radius:14px !important;
    padding:6px !important;
  }

  .ogh-qr-use .ogh-qr-center-logo > .ogh-logo-art,
  .ogh-qr-box .ogh-qr-center-logo > .ogh-logo-art,
  .ogh-qr-visual .ogh-qr-center-logo > .ogh-logo-art{
    width:28px !important;
    height:28px !important;
  }
}


/* v1.0.32: final mobile composition + universal logo centering */
.ogh-avatar,
.ogh-card-logo,
.ogh-wallet-card-logo,
.ogh-link-banner-logo,
.ogh-visual-card-logo,
.ogh-qr-center-logo{
  position:relative !important;
  display:grid !important;
  place-items:center !important;
  align-self:center !important;
  justify-self:center !important;
  overflow:hidden !important;
  line-height:0 !important;
}

.ogh-avatar > .ogh-logo-art,
.ogh-card-logo > .ogh-logo-art,
.ogh-wallet-card-logo > .ogh-logo-art,
.ogh-link-banner-logo > .ogh-logo-art,
.ogh-visual-card-logo > .ogh-logo-art,
.ogh-qr-center-logo > .ogh-logo-art{
  position:absolute !important;
  inset:0 !important;
  margin:auto !important;
  left:0 !important;
  top:0 !important;
  right:0 !important;
  bottom:0 !important;
  transform:none !important;
  display:block !important;
  line-height:0 !important;
}

.ogh-avatar .ogh-logo-art,
.ogh-card-logo .ogh-logo-art,
.ogh-wallet-card-logo .ogh-logo-art,
.ogh-link-banner-logo .ogh-logo-art,
.ogh-visual-card-logo .ogh-logo-art,
.ogh-qr-center-logo .ogh-logo-art{
  --ogh-logo-shift-x:0px !important;
  --ogh-logo-shift-y:0px !important;
}

.ogh-link-banner-brand,
.ogh-visual-card-brand,
.ogh-card-head,
.ogh-card-top,
.ogh-visual-card-top,
.ogh-panel-top{
  align-items:center !important;
}

.ogh-avatar .ogh-logo-art i,
.ogh-avatar .ogh-logo-art b,
.ogh-avatar .ogh-logo-art u,
.ogh-card-logo .ogh-logo-art i,
.ogh-card-logo .ogh-logo-art b,
.ogh-card-logo .ogh-logo-art u,
.ogh-wallet-card-logo .ogh-logo-art i,
.ogh-wallet-card-logo .ogh-logo-art b,
.ogh-wallet-card-logo .ogh-logo-art u,
.ogh-link-banner-logo .ogh-logo-art i,
.ogh-link-banner-logo .ogh-logo-art b,
.ogh-link-banner-logo .ogh-logo-art u,
.ogh-visual-card-logo .ogh-logo-art i,
.ogh-visual-card-logo .ogh-logo-art b,
.ogh-visual-card-logo .ogh-logo-art u,
.ogh-qr-center-logo .ogh-logo-art i,
.ogh-qr-center-logo .ogh-logo-art b,
.ogh-qr-center-logo .ogh-logo-art u{
  transform:none !important;
  transform-origin:center center !important;
}

@media (min-width:641px){
  .ogh-avatar > .ogh-logo-art,
  .ogh-card-logo > .ogh-logo-art,
  .ogh-wallet-card-logo > .ogh-logo-art,
  .ogh-link-banner-logo > .ogh-logo-art{
    width:70% !important;
    height:70% !important;
  }

  .ogh-visual-card-logo > .ogh-logo-art{
    width:68% !important;
    height:68% !important;
  }

  .ogh-qr-center-logo > .ogh-logo-art{
    width:66% !important;
    height:66% !important;
  }
}

@media (max-width:640px){
  /* OctoGate: page + QR arriba, tarjeta digital y página directa cada una en su propia línea */
  .ogh-hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    grid-template-areas:
      "page qr"
      "wallet wallet"
      "banner banner" !important;
    gap:10px !important;
  }

  #oghHeroPage{grid-area:page !important; min-height:228px !important;}
  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr{grid-area:qr !important; min-height:228px !important;}
  #oghHeroWalletCard{grid-area:wallet !important; min-height:156px !important;}
  #oghHeroBanner{grid-area:banner !important; min-height:118px !important;}

  #oghHeroWalletCard .ogh-visual-card{
    min-height:156px !important;
    padding:13px 14px !important;
    border-radius:18px !important;
  }

  #oghHeroWalletCard .ogh-visual-card-brand{
    grid-template-columns:42px minmax(0,1fr) !important;
    gap:9px !important;
  }

  #oghHeroWalletCard .ogh-visual-card-logo{
    width:42px !important;
    height:42px !important;
    border-radius:12px !important;
  }

  #oghHeroWalletCard .ogh-visual-card-brand strong{
    font-size:14.5px !important;
  }

  #oghHeroWalletCard .ogh-visual-card-brand span{
    font-size:10px !important;
  }

  #oghHeroWalletCard .ogh-visual-card-description{
    -webkit-line-clamp:2 !important;
    font-size:10.2px !important;
  }

  #oghHeroWalletCard .ogh-visual-card-footer{
    gap:7px !important;
  }

  #oghHeroWalletCard .ogh-visual-card-footer span{
    font-size:8.6px !important;
  }

  #oghHeroBanner{
    padding:12px 13px !important;
    display:grid !important;
    grid-template-rows:auto 1fr auto !important;
    align-content:stretch !important;
  }

  #oghHeroBanner .ogh-link-banner-brand{
    grid-template-columns:42px minmax(0,1fr) !important;
    gap:9px !important;
  }

  #oghHeroBanner .ogh-link-banner-logo{
    width:42px !important;
    height:42px !important;
    border-radius:12px !important;
  }

  #oghHeroBanner .ogh-link-banner-brand-copy strong{
    font-size:14px !important;
    line-height:1.05 !important;
  }

  #oghHeroBanner .ogh-link-banner-kicker,
  #oghHeroBanner .ogh-link-banner-link-label{
    font-size:9.5px !important;
  }

  #oghHeroBanner .ogh-link-banner-link-panel{
    margin-top:auto !important;
    padding:8px 9px !important;
    border-radius:12px !important;
  }

  #oghHeroBanner .ogh-link-banner-link{
    font-size:11.5px !important;
    line-height:1.15 !important;
    -webkit-line-clamp:2 !important;
  }

  /* Ejemplos por sector: page + QR arriba, tarjeta digital y página directa cada una en su propia línea */
  .ogh-preview-grid{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    grid-template-areas:
      "page qr"
      "wallet wallet"
      "banner banner" !important;
    gap:10px !important;
  }

  #oghPageCard{grid-area:page !important; min-height:228px !important;}
  #oghQrCard{grid-area:qr !important; min-height:228px !important;}
  #oghWalletCard{grid-area:wallet !important; min-height:156px !important;}
  #oghBannerCard{grid-area:banner !important; min-height:118px !important;}

  #oghWalletCard .ogh-visual-card{
    min-height:156px !important;
    padding:13px 14px !important;
    border-radius:18px !important;
  }

  #oghWalletCard .ogh-visual-card-brand{
    grid-template-columns:42px minmax(0,1fr) !important;
    gap:9px !important;
  }

  #oghWalletCard .ogh-visual-card-logo{
    width:42px !important;
    height:42px !important;
    border-radius:12px !important;
  }

  #oghWalletCard .ogh-visual-card-brand strong{
    font-size:14.5px !important;
  }

  #oghWalletCard .ogh-visual-card-brand span{
    font-size:10px !important;
  }

  #oghWalletCard .ogh-visual-card-description{
    -webkit-line-clamp:2 !important;
    font-size:10.2px !important;
  }

  #oghWalletCard .ogh-visual-card-footer{
    gap:7px !important;
  }

  #oghWalletCard .ogh-visual-card-footer span{
    font-size:8.6px !important;
  }

  #oghBannerCard{
    padding:12px 13px !important;
    display:grid !important;
    grid-template-rows:auto 1fr auto !important;
    align-content:stretch !important;
  }

  #oghBannerCard .ogh-link-banner-brand{
    grid-template-columns:42px minmax(0,1fr) !important;
    gap:9px !important;
  }

  #oghBannerCard .ogh-link-banner-logo{
    width:42px !important;
    height:42px !important;
    border-radius:12px !important;
  }

  #oghBannerCard .ogh-link-banner-brand-copy strong{
    font-size:14px !important;
    line-height:1.05 !important;
  }

  #oghBannerCard .ogh-link-banner-kicker,
  #oghBannerCard .ogh-link-banner-link-label{
    font-size:9.5px !important;
  }

  #oghBannerCard .ogh-link-banner-link-panel{
    margin-top:auto !important;
    padding:8px 9px !important;
    border-radius:12px !important;
  }

  #oghBannerCard .ogh-link-banner-link{
    font-size:11.5px !important;
    line-height:1.15 !important;
    -webkit-line-clamp:2 !important;
  }

  /* QR balance in mobile */
  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr .ogh-qr-box,
  #oghQrCard .ogh-qr-visual{
    max-width:110px !important;
    padding:6px !important;
  }

  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr .ogh-qr-center-logo,
  #oghQrCard .ogh-qr-center-logo,
  .ogh-qr-use .ogh-qr-center-logo{
    width:46px !important;
    height:46px !important;
    padding:6px !important;
    border-radius:14px !important;
  }

  .ogh-hero > .ogh-hero-stage .ogh-hero-grid > .ogh-hero-qr .ogh-qr-center-logo > .ogh-logo-art,
  #oghQrCard .ogh-qr-center-logo > .ogh-logo-art,
  .ogh-qr-use .ogh-qr-center-logo > .ogh-logo-art,
  .ogh-qr-box .ogh-qr-center-logo > .ogh-logo-art,
  .ogh-qr-visual .ogh-qr-center-logo > .ogh-logo-art{
    width:30px !important;
    height:30px !important;
  }

  .ogh-qr-use .ogh-qr-tile{
    max-width:128px !important;
  }
}


/* v1.0.33: PNG logos from WordPress, perfectly centered in every container */
.ogh-avatar,
.ogh-card-logo,
.ogh-wallet-card-logo,
.ogh-link-banner-logo,
.ogh-visual-card-logo,
.ogh-qr-center-logo{
  position:relative !important;
  display:grid !important;
  place-items:center !important;
  align-items:center !important;
  justify-items:center !important;
  align-self:center !important;
  justify-self:center !important;
  overflow:hidden !important;
  line-height:0 !important;
  box-sizing:border-box !important;
}

.ogh-logo-img{
  display:block !important;
  position:relative !important;
  inset:auto !important;
  margin:0 auto !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  transform:none !important;
  filter:none !important;
  line-height:0 !important;
  flex:0 0 auto !important;
  z-index:2 !important;
}

.ogh-avatar .ogh-logo-img,
.ogh-card-logo .ogh-logo-img,
.ogh-wallet-card-logo .ogh-logo-img,
.ogh-link-banner-logo .ogh-logo-img{
  width:72% !important;
  height:72% !important;
}

.ogh-visual-card-logo .ogh-logo-img{
  width:70% !important;
  height:70% !important;
}

.ogh-qr-center-logo .ogh-logo-img{
  width:100% !important;
  height:100% !important;
}

.ogh-card-head,
.ogh-card-top,
.ogh-link-banner-brand,
.ogh-visual-card-brand,
.ogh-panel-top{
  align-items:center !important;
}

.ogh-card-head > .ogh-avatar,
.ogh-card-top > .ogh-card-logo,
.ogh-link-banner-brand > .ogh-link-banner-logo,
.ogh-visual-card-brand > .ogh-visual-card-logo,
.ogh-qr-box > .ogh-qr-center-logo,
.ogh-qr-visual > .ogh-qr-center-logo,
.ogh-qr-tile > .ogh-qr-center-logo{
  align-self:center !important;
  justify-self:center !important;
}

.ogh-qr-box > .ogh-qr-center-logo,
.ogh-qr-visual > .ogh-qr-center-logo,
.ogh-qr-tile > .ogh-qr-center-logo{
  display:grid !important;
  place-items:center !important;
  left:50% !important;
  top:50% !important;
  transform:translate(-50%,-50%) !important;
  padding:7px !important;
}

@media (max-width:640px){
  .ogh-avatar .ogh-logo-img,
  .ogh-card-logo .ogh-logo-img,
  .ogh-wallet-card-logo .ogh-logo-img,
  .ogh-link-banner-logo .ogh-logo-img{
    width:74% !important;
    height:74% !important;
  }

  .ogh-visual-card-logo .ogh-logo-img{
    width:72% !important;
    height:72% !important;
  }

  .ogh-qr-center-logo .ogh-logo-img{
    width:100% !important;
    height:100% !important;
  }

  .ogh-qr-box > .ogh-qr-center-logo,
  .ogh-qr-visual > .ogh-qr-center-logo,
  .ogh-qr-tile > .ogh-qr-center-logo{
    padding:7px !important;
  }
}


/* v1.0.34: mobile compact premium sections + anti-FOUC asset preparation */
@media (max-width:640px){
  .ogh-ai-block,
  .ogh-insights{
    padding:14px !important;
    border-radius:20px !important;
  }

  .ogh-ai-block .ogh-section-head,
  .ogh-insights .ogh-section-head{
    gap:8px !important;
  }

  .ogh-ai-block .ogh-section-head h2,
  .ogh-insights .ogh-section-head h2{
    font-size:26px !important;
    line-height:1.08 !important;
    letter-spacing:-.045em !important;
  }

  .ogh-ai-block .ogh-section-head p,
  .ogh-insights .ogh-section-head p{
    font-size:14px !important;
    line-height:1.55 !important;
  }

  .ogh-ai-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    margin-top:14px !important;
  }

  .ogh-ai-card{
    padding:13px !important;
    border-radius:18px !important;
    gap:8px !important;
    min-width:0 !important;
  }

  .ogh-ai-card .ogh-chip{
    font-size:9.5px !important;
    padding:6px 8px !important;
    width:max-content !important;
    max-width:100% !important;
  }

  .ogh-ai-card h3{
    font-size:16px !important;
    line-height:1.08 !important;
    letter-spacing:-.035em !important;
  }

  .ogh-ai-card .ogh-price-note{
    font-size:10.5px !important;
    line-height:1.25 !important;
  }

  .ogh-ai-card ul{
    padding-left:14px !important;
    gap:5px !important;
    font-size:11.2px !important;
    line-height:1.35 !important;
  }

  .ogh-ai-card li:nth-child(n+4){
    display:none !important;
  }

  .ogh-insights-layout{
    grid-template-columns:1fr !important;
    gap:10px !important;
    margin-top:14px !important;
  }

  .ogh-insights-card{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }

  .ogh-insights-card article{
    padding:12px !important;
    border-radius:16px !important;
    gap:4px !important;
  }

  .ogh-insights-card strong{
    font-size:22px !important;
    line-height:1 !important;
    letter-spacing:-.045em !important;
  }

  .ogh-insights-card span{
    font-size:11.5px !important;
    line-height:1.25 !important;
  }

  .ogh-recommend-card{
    padding:14px !important;
    border-radius:18px !important;
    gap:8px !important;
  }

  .ogh-recommend-card strong{
    font-size:18px !important;
    line-height:1.12 !important;
  }

  .ogh-recommend-card ul{
    padding-left:16px !important;
    gap:6px !important;
    font-size:12px !important;
    line-height:1.42 !important;
  }

  .ogh-recommend-card li:nth-child(n+3){
    display:none !important;
  }

  .ogh-final-cta{
    padding:16px !important;
    border-radius:20px !important;
    gap:12px !important;
  }

  .ogh-final-cta h2{
    font-size:27px !important;
    line-height:1.08 !important;
  }

  .ogh-final-cta p{
    font-size:14px !important;
    line-height:1.55 !important;
  }
}


/* v1.0.35: desktop/mobile first paint, centered business buttons and stronger free CTA */
.ogh-reveal,
.ogh-reveal.is-visible{
  opacity:1 !important;
  transform:none !important;
}

/* The business-page buttons must always read centered, including after mobile overrides */
.ogh-mini-buttons span,
.ogh-button-stack span,
#oghHeroButtons span,
#oghButtonStack span,
#oghHeroPage .ogh-mini-buttons span,
#oghPageCard .ogh-button-stack span{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  width:100% !important;
}

/* Keep first paint stable on desktop too */
.ogh-home-wrap,
.ogh-home,
.ogh-home > section,
.ogh-hero-stage,
.ogh-showcase-stage,
.ogh-hero-grid,
.ogh-preview-grid{
  min-width:0 !important;
}

@media (max-width:640px){
  /* Restore importance to Empieza gratis: compact, but not tiny */
  .ogh-ai-block{
    padding:16px !important;
    border-radius:22px !important;
  }

  .ogh-ai-block .ogh-section-head h2{
    font-size:29px !important;
    line-height:1.08 !important;
  }

  .ogh-ai-block .ogh-section-head p{
    font-size:14.5px !important;
    line-height:1.62 !important;
  }

  .ogh-ai-grid{
    grid-template-columns:1fr !important;
    gap:12px !important;
    margin-top:16px !important;
  }

  .ogh-ai-card{
    padding:17px !important;
    border-radius:20px !important;
    gap:9px !important;
  }

  .ogh-ai-card .ogh-chip{
    font-size:10.5px !important;
    padding:7px 10px !important;
  }

  .ogh-ai-card h3{
    font-size:21px !important;
    line-height:1.08 !important;
  }

  .ogh-ai-card .ogh-price-note{
    font-size:12px !important;
    line-height:1.35 !important;
  }

  .ogh-ai-card ul{
    padding-left:17px !important;
    gap:6px !important;
    font-size:12.7px !important;
    line-height:1.45 !important;
  }

  .ogh-ai-card li:nth-child(n+4){
    display:list-item !important;
  }

  /* Insights can remain compact, but with readable hierarchy */
  .ogh-insights{
    padding:15px !important;
    border-radius:21px !important;
  }

  .ogh-insights .ogh-section-head h2{
    font-size:28px !important;
  }

  .ogh-insights-card article{
    padding:13px !important;
    border-radius:17px !important;
  }

  .ogh-insights-card strong{
    font-size:24px !important;
  }

  .ogh-recommend-card{
    padding:15px !important;
  }

  .ogh-recommend-card li:nth-child(n+3){
    display:list-item !important;
  }

  .ogh-recommend-card ul{
    font-size:12.5px !important;
    line-height:1.45 !important;
  }
}

/* v1.0.37: compact home Premium trial placement inside Free/Premium comparison */
/* v1.0.38: badge and CTA use the same OctoGate brand blue */
.ogh-trial-inline{
  position:relative;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  margin-top:18px;
  padding:18px;
  border-radius:28px;
  background:linear-gradient(135deg,#f4f9ff 0%,#ffffff 48%,#eef6ff 100%);
  border:1px solid #dcecff;
  box-shadow:0 18px 42px rgba(0,86,168,.075);
  overflow:hidden;
}
.ogh-trial-inline:before{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  right:-92px;
  top:-118px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(0,86,168,.14) 0%,rgba(0,86,168,0) 70%);
  pointer-events:none;
}
.ogh-trial-inline-badge,
.ogh-trial-inline-copy,
.ogh-trial-inline-actions{
  position:relative;
  z-index:1;
}
.ogh-trial-inline-badge{
  width:122px;
  min-height:104px;
  padding:14px 12px;
  border-radius:24px;
  background:#0056A8;
  color:#fff;
  display:grid;
  gap:4px;
  align-content:center;
  justify-items:center;
  text-align:center;
  box-shadow:0 18px 34px rgba(0,86,168,.18);
}
.ogh-trial-inline-badge span{
  font-size:10.5px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.88;
}
.ogh-trial-inline-badge strong{
  font-size:30px;
  line-height:.95;
  letter-spacing:-.06em;
  color:#fff;
}
.ogh-trial-inline-copy{
  display:grid;
  gap:8px;
  min-width:0;
}
.ogh-trial-inline-copy h3{
  margin:0;
  font-size:27px;
  line-height:1.05;
  letter-spacing:-.045em;
  color:#0f172a;
}
.ogh-trial-inline-copy p{
  margin:0;
  color:#4e6177;
  font-size:14.5px;
  line-height:1.62;
}
.ogh-trial-inline-copy small{
  display:block;
  color:#64748b;
  font-size:12.5px;
  line-height:1.48;
  font-weight:750;
}
.ogh-trial-inline-points{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}
.ogh-trial-inline-points span{
  display:inline-flex;
  align-items:center;
  padding:7px 10px;
  border-radius:999px;
  background:#fff;
  border:1px solid #e2edf9;
  color:#1d466f;
  font-size:12px;
  line-height:1.1;
  font-weight:900;
}
.ogh-trial-inline-actions{
  display:flex;
  justify-content:flex-end;
  min-width:190px;
}
.ogh-trial-inline-actions .ogh-btn{
  white-space:nowrap;
}
@media (max-width:900px){
  .ogh-trial-inline{
    grid-template-columns:auto minmax(0,1fr);
  }
  .ogh-trial-inline-actions{
    grid-column:1 / -1;
    justify-content:flex-start;
    min-width:0;
  }
}
@media (max-width:640px){
  .ogh-trial-inline{
    grid-template-columns:1fr;
    gap:12px;
    margin-top:14px;
    padding:14px !important;
    border-radius:20px !important;
  }
  .ogh-trial-inline-badge{
    width:100%;
    min-height:0;
    padding:12px 14px;
    border-radius:18px;
    grid-template-columns:auto auto;
    justify-content:center;
    align-items:center;
    gap:10px;
  }
  .ogh-trial-inline-badge strong{
    font-size:20px;
    line-height:1;
    letter-spacing:-.035em;
  }
  .ogh-trial-inline-copy h3{
    font-size:22px;
    line-height:1.08;
  }
  .ogh-trial-inline-copy p{
    font-size:13.2px;
    line-height:1.55;
  }
  .ogh-trial-inline-points{
    gap:6px;
  }
  .ogh-trial-inline-points span{
    font-size:11px;
    padding:6px 8px;
  }
  .ogh-trial-inline-copy small{
    font-size:11.8px;
  }
  .ogh-trial-inline-actions,
  .ogh-trial-inline-actions .ogh-btn{
    width:100%;
  }
}

/* v1.0.39/v1.0.40: mobile Premium trial badge text tuned so the months label does not dominate the card */
@media (max-width:640px){
  .ogh-trial-inline-badge{
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    gap:8px;
    padding:10px 14px;
    min-height:56px;
  }
  .ogh-trial-inline-badge span{
    font-size:10px;
    line-height:1;
    letter-spacing:.075em;
  }
  .ogh-trial-inline-badge strong{
    font-size:15px;
    line-height:1;
    letter-spacing:-.015em;
    font-weight:900;
  }
}
@media (max-width:380px){
  .ogh-trial-inline-badge{
    gap:7px;
    padding:10px 12px;
  }
  .ogh-trial-inline-badge span{
    font-size:9.4px;
  }
  .ogh-trial-inline-badge strong{
    font-size:14px;
  }
}

/* v1.0.41: center the Premium trial months label a little better on mobile */
@media (max-width:640px){
  .ogh-trial-inline-badge{
    gap:6px;
  }
  .ogh-trial-inline-badge strong{
    min-width:50px;
    text-align:center;
    transform:translateX(-5px);
  }
}
@media (max-width:380px){
  .ogh-trial-inline-badge strong{
    min-width:46px;
    transform:translateX(-4px);
  }
}


/* v1.0.42: on mobile, show Premium trial months below the label and restore a stronger months size */
@media (max-width:640px){
  .ogh-trial-inline-badge{
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:5px;
    min-height:68px;
    padding:12px 14px;
  }
  .ogh-trial-inline-badge strong{
    font-size:20px;
    line-height:1;
    letter-spacing:-.035em;
    min-width:0;
    text-align:center;
    transform:none;
  }
}
@media (max-width:380px){
  .ogh-trial-inline-badge{
    gap:4px;
    min-height:64px;
    padding:11px 12px;
  }
  .ogh-trial-inline-badge strong{
    font-size:19px;
    min-width:0;
    transform:none;
  }
}


/* v1.0.44: automatic translations promotional block */
.ogh-translation-section{
  padding:34px;
  background:
    radial-gradient(circle at 12% 20%,rgba(0,86,168,.10) 0%,rgba(0,86,168,0) 34%),
    linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(246,250,255,.98) 100%);
  border:1px solid rgba(229,235,243,.98);
  border-radius:34px;
  box-shadow:var(--ogh-shadow-soft);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,470px);
  gap:26px;
  align-items:center;
  overflow:hidden;
}
.ogh-translation-copy h2{
  margin:14px 0 12px;
  font-size:clamp(32px,4vw,52px);
  line-height:1.02;
  letter-spacing:-.055em;
}
.ogh-translation-copy p{
  margin:0;
  color:var(--ogh-muted);
  font-size:16px;
  line-height:1.82;
  max-width:760px;
}
.ogh-translation-copy .ogh-copy-actions{
  margin-top:20px;
}
.ogh-translation-points{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.ogh-translation-points span{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 13px;
  border-radius:999px;
  background:#fff;
  border:1px solid var(--ogh-line);
  color:#234261;
  font-size:13px;
  font-weight:800;
}
.ogh-translation-points span:before{
  content:"";
  width:7px;
  height:7px;
  border-radius:999px;
  background:var(--ogh-blue);
  box-shadow:0 0 0 4px rgba(0,86,168,.09);
}
.ogh-translation-demo{
  position:relative;
  display:grid;
  gap:14px;
  padding:18px;
  border-radius:30px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(229,235,243,.96);
  box-shadow:0 24px 60px rgba(15,23,42,.09);
}
.ogh-language-switch{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
.ogh-language-switch span,
.ogh-language-switch button{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px 10px;
  border-radius:15px;
  background:#fff;
  border:1px solid var(--ogh-line);
  color:#4b5d73;
  font-size:13px;
  font-weight:800;
  text-align:center;
}
.ogh-language-switch button{
  appearance:none;
  -webkit-appearance:none;
  cursor:pointer;
  font-family:inherit;
}
.ogh-language-switch span.is-active,
.ogh-language-switch button.is-active{
  background:var(--ogh-blue);
  color:#fff;
  border-color:var(--ogh-blue);
  box-shadow:0 12px 26px rgba(0,86,168,.18);
}
.ogh-translation-card{
  display:grid;
  gap:14px;
  padding:18px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--ogh-line);
}
.ogh-translation-card-head{
  display:flex;
  gap:12px;
  align-items:center;
}
.ogh-translation-card-head > span{
  width:56px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:#eef5ff;
  overflow:hidden;
  flex-shrink:0;
}
.ogh-translation-card-head strong{
  display:block;
  font-size:22px;
  line-height:1.05;
  letter-spacing:-.04em;
}
.ogh-translation-card-head small{
  display:block;
  margin-top:4px;
  color:#708196;
  font-weight:800;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.ogh-translation-lines{
  display:grid;
  gap:9px;
}
.ogh-translation-lines span{
  display:flex;
  align-items:center;
  min-height:44px;
  padding:10px 13px;
  border-radius:15px;
  background:#f7faff;
  border:1px solid #e5ebf3;
  color:#1d3855;
  font-weight:850;
}
.ogh-translation-review{
  padding:14px;
  border-radius:18px;
  background:linear-gradient(180deg,#f7fbff 0%,#fff 100%);
  border:1px solid #deebfb;
}
.ogh-translation-review strong{
  display:block;
  color:#103b68;
  margin-bottom:4px;
}
.ogh-translation-review p{
  margin:0;
  color:var(--ogh-muted);
  line-height:1.65;
  font-size:14px;
}
@media (max-width:900px){
  .ogh-translation-section{
    grid-template-columns:1fr;
  }
}
@media (max-width:640px){
  .ogh-translation-section{
    padding:18px;
    border-radius:22px;
    gap:18px;
  }
  .ogh-translation-copy h2{
    font-size:30px;
    line-height:1.04;
  }
  .ogh-translation-copy p{
    font-size:14px;
    line-height:1.72;
  }
  .ogh-translation-points{
    gap:8px;
  }
  .ogh-translation-points span{
    font-size:12px;
    padding:8px 11px;
  }
  .ogh-translation-demo{
    padding:14px;
    border-radius:22px;
  }
  .ogh-language-switch{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .ogh-language-switch span,
.ogh-language-switch button{
    min-height:38px;
    font-size:12px;
    border-radius:13px;
  }
  .ogh-translation-card{
    padding:14px;
    border-radius:20px;
  }
  .ogh-translation-card-head > span{
    width:48px;
    height:48px;
    border-radius:16px;
  }
  .ogh-translation-card-head strong{
    font-size:19px;
  }
  .ogh-translation-lines span{
    min-height:40px;
    font-size:13px;
  }
}

/* v1.0.47: keep the Pizzería Luigi logo fully visible and centered in the automatic translations demo */
.ogh-translation-card-head > span{
  position:relative !important;
  display:grid !important;
  place-items:center !important;
  align-items:center !important;
  justify-items:center !important;
  overflow:hidden !important;
  line-height:0 !important;
  padding:0 !important;
  box-sizing:border-box !important;
}

.ogh-translation-card-head > span .ogh-logo-img,
.ogh-translation-card-head > span img.ogh-logo-img{
  display:block !important;
  position:relative !important;
  width:82% !important;
  height:82% !important;
  max-width:82% !important;
  max-height:82% !important;
  min-width:0 !important;
  min-height:0 !important;
  margin:auto !important;
  inset:auto !important;
  object-fit:contain !important;
  object-position:center center !important;
  transform:none !important;
  flex:0 0 auto !important;
}

.ogh-translation-card-head > span .ogh-logo-img-restaurante{
  width:84% !important;
  height:84% !important;
  max-width:84% !important;
  max-height:84% !important;
}

@media (max-width:640px){
  .ogh-translation-card-head > span .ogh-logo-img,
  .ogh-translation-card-head > span img.ogh-logo-img{
    width:84% !important;
    height:84% !important;
    max-width:84% !important;
    max-height:84% !important;
  }
}
