.bys-offer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:clamp(24px, 5vw, 44px);margin:40px 0;padding:clamp(22px, 3vw, 30px);border:1px solid var(--bys-border,rgb(255 255 255 / .07));border-radius:16px;background:var(--bys-surface,#101015)}.bys-offer__copy{display:flex;flex-direction:column;gap:8px;flex:1 1 300px;min-width:0}.bys-offer__eyebrow{margin:0;font-size:12px;font-weight:700;line-height:1;letter-spacing:.16em;text-transform:uppercase;color:var(--bys-primary,#f97316)}.bys-offer__headline{margin:0;font-size:clamp(1.05rem, 1.6vw, 1.3rem);font-weight:700;line-height:1.3;letter-spacing:-.01em;text-wrap:balance}.bys-offer__subline{margin:0;font-size:.95rem;line-height:1.6;color:var(--bys-muted,#a1a1aa);text-wrap:pretty}.bys-offer__disclosure{margin:4px 0 0;font-size:.8rem;line-height:1.5;color:var(--bys-muted,#a1a1aa);opacity:.85;text-wrap:pretty}.bys-offer__action{display:flex;flex-direction:column;align-items:stretch;gap:12px;flex:0 0 auto;padding:16px;border:1px solid var(--bys-border,rgb(255 255 255 / .07));border-radius:12px;background:rgb(0 0 0 / .32)}.bys-offer__code{display:flex;align-items:stretch;overflow:hidden;border:1px solid rgb(249 115 22 / .35);border-radius:10px;background:rgb(249 115 22 / .08);line-height:1}.bys-offer__code-label{display:flex;align-items:center;padding:9px 10px;border-right:1px solid rgb(249 115 22 / .28);background:rgb(249 115 22 / .09);color:var(--bys-muted,#a1a1aa);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.bys-offer__code code{display:flex;flex:1;align-items:center;justify-content:center;padding:9px 12px;background:none;color:var(--bys-primary,#f97316);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9rem;font-weight:600;letter-spacing:.02em;word-break:break-all}.bys-offer__cta{display:block;padding:14px 28px;border-radius:100px;background-color:var(--wp--preset--color--primary,#f97316);color:#fff!important;font-size:1rem;font-weight:600;line-height:1;text-align:center;text-decoration:none!important;white-space:nowrap;box-shadow:0 10px 30px rgb(249 115 22 / .28);transition:transform 0.15s ease,background-color 0.15s ease}.bys-offer__cta:hover,.bys-offer__cta:focus-visible{background-color:var(--wp--preset--color--primary-hover,#ea580c);color:#fff!important;text-decoration:none!important;transform:translateY(-1px)}@media (max-width:600px){.bys-offer{flex-direction:column;align-items:stretch}.bys-offer__copy{flex:0 0 auto}.bys-offer__cta{white-space:normal}}@media (prefers-reduced-motion:reduce){.bys-offer__cta{transition:none}.bys-offer__cta:hover,.bys-offer__cta:focus-visible{transform:none}}