/* Buyback UI: one document scroll, shared iPrestige tokens, touch-first controls. */
.ipb-buyback-shell,
.ipb-modal {
  --ipb-cyan: var(--primary, #00C4F8);
  --ipb-purple: var(--secondary, #330867);
  --ipb-text: var(--black, #000000);
  --ipb-muted: var(--gray, #666666);
  --ipb-line: var(--light-silver, #ECECEE);
  --ipb-surface: var(--white, #FFFFFF);
  --ipb-radius: var(--ip-radius-button, 9px);
  color: var(--ipb-text);
  font-family: var(--ip-font-body, Manrope, sans-serif);
  font-size: 16px;
  line-height: 1.5;
}
.ipb-buyback-shell *, .ipb-modal * { box-sizing: border-box; }
.ipb-buyback-shell [hidden], .ipb-modal[hidden], .ipb-modal [hidden] { display: none !important; }
.ipb-buyback-shell { width: 100%; min-width: 0; height: auto; min-height: 0; overflow: visible; padding: 0; }
.ipb-wizard { width: min(1040px, 100%); margin-inline: auto; min-width: 0; }
.ipb-wizard__header { margin-bottom: var(--space-m, 24px); padding: 0; }
.ipb-wizard__eyebrow { margin: 0 0 8px; color: var(--ipb-muted); font-size: 14px; }
.ipb-wizard h1 { margin: 0; color: var(--ipb-text); font-family: var(--ip-font-heading, Manrope, sans-serif); font-size: clamp(23px, 3vw, 36px); font-weight: 800; line-height: 1.2; overflow-wrap: anywhere; }
.ipb-step-count { margin: 16px 0 8px; color: var(--ipb-muted); font-size: 13px; }
.ipb-progress { height: 4px; border-radius: 9px; overflow: hidden; background: var(--ipb-line); }
.ipb-progress span { display: block; width: 0; height: 100%; background: var(--ipb-cyan); transition: width .18s ease; }
.ipb-wizard__body { min-width: 0; height: auto; overflow: visible; }
.ipb-wizard.is-intro .ipb-wizard__header, .ipb-wizard.is-intro .ipb-wizard__actions { display: none; }
.ipb-wizard__actions { position: sticky; bottom: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: var(--space-m, 24px); padding: 14px 0 calc(14px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid var(--ipb-line); background: var(--ipb-surface); }
.ipb-wizard__actions .ipb-btn--primary { margin-left: auto; min-width: 180px; }
.ipb-buyback-shell .ipb-btn, .ipb-modal .ipb-btn, .ipb-mini-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 12px 22px; border: 1px solid var(--ipb-cyan); border-radius: var(--ipb-radius); font-family: var(--ip-font-heading, Manrope, sans-serif); font-size: 15px; font-weight: 800; line-height: 1.35; text-align: center; text-decoration: none; cursor: pointer; white-space: normal; touch-action: manipulation; transition: background-position .5s ease, border-color .15s ease; }
.ipb-buyback-shell .ipb-btn--primary, .ipb-modal .ipb-btn--primary { border-color: transparent; color: #FFFFFF; background: linear-gradient(90deg, #330867, #00C4F8, #330867); background-size: 220% 100%; }
.ipb-buyback-shell .ipb-btn--primary:hover, .ipb-modal .ipb-btn--primary:hover { background-position: 100% 50%; }
.ipb-buyback-shell .ipb-btn--ghost, .ipb-mini-btn { background: var(--ipb-surface); color: var(--ipb-purple); }
.ipb-buyback-shell :is(button, a, input, textarea):focus-visible, .ipb-modal button:focus-visible { outline: 3px solid var(--ipb-cyan); outline-offset: 3px; }
.ipb-buyback-shell button:disabled { cursor: wait; opacity: .6; }
.ipb-buyback-shell :is(input, textarea, button) { font-family: inherit; }
.ipb-card-grid { display: grid; gap: 16px; min-width: 0; }
.ipb-card-grid--category { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.ipb-choice-card { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; min-width: 0; min-height: 210px; padding: 20px 12px; border: 1px solid var(--ipb-line); border-radius: 16px; background: var(--ipb-surface); color: var(--ipb-text); cursor: pointer; touch-action: manipulation; }
.ipb-choice-card__eyebrow { color: var(--ipb-muted); font-size: 13px; }
.ipb-choice-card strong { font-size: 18px; font-weight: 800; line-height: 1.3; }
.ipb-choice-card img, .ipb-choice-card__image-placeholder { display: block; width: 112px; height: 112px; max-width: 100%; object-fit: contain; margin-top: 8px; }
.ipb-choice-card.is-selected, .ipb-model-card.is-selected { border-color: var(--ipb-cyan); box-shadow: inset 0 0 0 1px var(--ipb-cyan); }
.ipb-choice-card:hover, .ipb-model-card:hover { border-color: var(--ipb-cyan); }
.ipb-model-step { display: grid; gap: 20px; }
.ipb-search, .ipb-intro-product-search { display: block; width: 100%; }
.ipb-buyback-shell input:not([type=checkbox]):not([type=radio]):not([type=range]), .ipb-buyback-shell textarea { width: 100%; max-width: 100%; min-width: 0; min-height: 48px; margin: 0; padding: 12px 14px; border: 1px solid var(--ipb-line); border-radius: 9px; background: var(--ipb-surface); color: var(--ipb-text); font-size: 16px; line-height: 1.5; }
.ipb-buyback-shell input::placeholder, .ipb-buyback-shell textarea::placeholder { color: var(--ipb-muted); opacity: 1; }
.ipb-card-grid--models { grid-template-columns: repeat(3, minmax(0, 1fr)); height: auto; max-height: none; overflow: visible; }
.ipb-model-card { display: flex; flex-direction: column; align-items: center; min-width: 0; padding: 20px; border: 1px solid var(--ipb-line); border-radius: 16px; background: var(--ipb-surface); text-align: center; }
.ipb-model-card img, .ipb-model-card__image-placeholder { width: 100%; height: 160px; object-fit: contain; }
.ipb-model-card h3 { margin: 16px 0; color: var(--ipb-text); font-size: 16px; font-weight: 800; line-height: 1.4; overflow-wrap: anywhere; }
.ipb-mini-btn { width: 100%; margin-top: auto; }
.ipb-model-card.is-selected .ipb-mini-btn { color: var(--ipb-purple); border-color: var(--ipb-cyan); }
.ipb-empty-state { grid-column: 1 / -1; padding: 32px 16px; text-align: center; color: var(--ipb-muted); }
.ipb-form-step { padding: clamp(20px, 3vw, 32px); border: 1px solid var(--ipb-line); border-radius: 16px; background: var(--ipb-surface); }
.ipb-split-step { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); align-items: start; gap: clamp(24px, 4vw, 48px); }
.ipb-device-preview { display: grid; place-items: center; position: relative; min-width: 0; margin: 0; padding: 12px; }
.ipb-device-preview img { grid-area: 1 / 1; display: block; width: 100%; max-width: 340px; height: 340px; object-fit: contain; }
.ipb-device-preview__image { transition: opacity .2s ease; pointer-events: none; }
.ipb-device-preview__image--current, .ipb-device-preview__image--in { opacity: 1; }
.ipb-device-preview__image--next, .ipb-device-preview__image--out { opacity: 0; }
.ipb-device-preview__image--next.ipb-device-preview__image--in { opacity: 1; }
.ipb-device-preview__placeholder { width: 150px; height: 200px; border: 1px solid var(--ipb-line); border-radius: 16px; }
.ipb-options-panel { width: 100%; min-width: 0; max-height: none; overflow: visible; }
.ipb-question { margin-bottom: 24px; }
.ipb-buyback-shell :is(.ipb-question h2, .ipb-summary h2, .ipb-contact-form h2, .ipb-success h2) { margin: 0 0 12px; color: var(--ipb-text); font-family: var(--ip-font-heading, Manrope, sans-serif); font-size: clamp(20px, 2vw, 26px); font-weight: 800; line-height: 1.3; }
.ipb-question p { margin: 0; color: var(--ipb-muted); font-size: 15px; }
.ipb-option-group + .ipb-option-group { margin-top: 24px; }
.ipb-option-group h2 { margin: 0 0 12px; color: var(--ipb-text); font-size: 16px; font-weight: 700; line-height: 1.5; }
.ipb-pills { display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; }
.ipb-option-choice { width: 100%; min-width: 0; }
.ipb-pill, .ipb-option-row { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 48px; padding: 12px; border: 1px solid var(--ipb-line); border-radius: 9px; background: var(--ipb-surface); color: var(--ipb-text); font-size: 15px; line-height: 1.45; cursor: pointer; touch-action: manipulation; }
.ipb-pill.is-selected, .ipb-option-row.is-selected { border-color: var(--ipb-cyan); box-shadow: inset 0 0 0 1px var(--ipb-cyan); color: var(--ipb-purple); }
.ipb-pill { justify-content: flex-start; text-align: left; overflow-wrap: anywhere; white-space: normal; }
.ipb-pill--media { flex-direction: row; }
.ipb-option-group--media .ipb-pills { grid-template-columns: minmax(0, 1fr); }
.ipb-option-icon { display: block; width: 48px; height: 48px; object-fit: contain; flex-shrink: 0; }
.ipb-swatch { width: 24px; height: 24px; border: 1px solid var(--ipb-line); border-radius: 50%; }
.ipb-option-details { display: block; margin: 10px 0 0; color: var(--ipb-muted); font-size: 14px; line-height: 1.5; }
.ipb-option-description { display: block; font-size: inherit; }
.ipb-option-bullets { display: grid; gap: 6px; }
.ipb-option-bullets > span { display: block; }
.ipb-option-list { display: grid; gap: 12px; }
.ipb-option-row { justify-content: flex-start; text-align: left; }
.ipb-check-dot { display: grid; place-items: center; width: 22px; height: 22px; flex: 0 0 22px; border-radius: 50%; background: var(--ipb-purple); color: #FFFFFF; }
.ipb-buyback-shell textarea { min-height: 120px; resize: vertical; }
.ipb-battery-control { display: grid; grid-template-columns: 44px 112px; align-items: center; justify-content: center; gap: 12px; width: 100%; min-width: 0; padding-block: 12px; margin-top: 20px; }
.ipb-battery-scale { display: grid; grid-template-rows: repeat(9, 1fr); align-items: center; height: 220px; color: var(--ipb-muted); font-size: 12px; text-align: right; }
.ipb-battery-scale i { display: block; width: 16px; height: 1px; margin-left: auto; background: var(--ipb-line); }
.ipb-battery-slider { position: relative; width: 112px; height: 220px; }
.ipb-battery-slider input { display: block; width: 44px; min-width: 44px; height: 220px; padding: 0; margin: 0; writing-mode: vertical-lr; direction: rtl; accent-color: var(--ipb-cyan); cursor: pointer; }
.ipb-battery-slider strong { position: absolute; left: 56px; top: clamp(12px, calc(100% - var(--ipb-battery-percent)), 208px); transform: translateY(-50%); color: var(--ipb-purple); font-size: 20px; line-height: 24px; white-space: nowrap; }
.ipb-summary, .ipb-contact-form, .ipb-success { width: min(760px, 100%); margin-inline: auto; }
.ipb-summary-card, .ipb-contact-form, .ipb-success__card { padding: clamp(20px, 3vw, 32px); border: 1px solid var(--ipb-line); border-radius: 16px; background: var(--ipb-surface); }
.ipb-summary-card__device { display: flex; align-items: center; gap: 20px; padding-bottom: 20px; }
.ipb-summary-card__device img, .ipb-summary-card__image-placeholder { width: 88px; height: 100px; object-fit: contain; }
.ipb-summary-card__device strong { font-size: 20px; }
.ipb-summary-row, .ipb-calc-line { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; padding: 12px 0; border-top: 1px solid var(--ipb-line); font-size: 14px; overflow-wrap: anywhere; }
.ipb-summary-row strong, .ipb-calc-line strong { text-align: right; }
.ipb-summary-row span, .ipb-calc-line span { color: var(--ipb-muted); }
.ipb-calculation { margin-top: 24px; }
.ipb-calculation h3 { font-size: 16px; }
.ipb-notice, .ipb-form-hint { margin: 16px 0; color: var(--ipb-muted); font-size: 14px; line-height: 1.6; }
.ipb-offer { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; padding-top: 20px; border-top: 1px solid var(--ipb-line); }
.ipb-offer strong { color: var(--ipb-purple); font-family: var(--ip-font-round, 'Varela Round', sans-serif); font-size: clamp(28px, 4vw, 40px); }
.ipb-zero-offer { padding: 20px 0; color: var(--ipb-purple); }
.ipb-summary > .ipb-btn { margin-top: 20px; width: 100%; }
.ipb-contact-form__intro { margin: 0 0 24px; color: var(--ipb-muted); }
.ipb-contact-form h2:not(:first-child) { margin-top: 24px; }
.ipb-contact-field { display: grid; gap: 6px; min-width: 0; margin-bottom: 14px; }
.ipb-contact-field > span { color: var(--ipb-muted); font-size: 13px; font-weight: 600; }
.ipb-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.ipb-radio-row { display: flex; align-items: center; gap: 12px; min-height: 52px; margin: 10px 0; padding: 12px; border: 1px solid var(--ipb-line); border-radius: 9px; cursor: pointer; }
.ipb-radio-row:has(input:checked) { border-color: var(--ipb-cyan); }
.ipb-radio-row span { margin-left: auto; white-space: nowrap; }
.ipb-buyback-shell input:is([type=radio], [type=checkbox]) { flex: 0 0 20px; width: 20px; height: 20px; margin: 0; accent-color: var(--ipb-purple); }
.ipb-terms { display: flex; align-items: flex-start; gap: 12px; margin: 24px 0; font-size: 14px; }
.ipb-contact-form > .ipb-btn { width: 100%; }
.ipb-buyback-shell .ipb-input-error { border: 2px solid var(--ipb-purple) !important; }
.ipb-success { text-align: center; }
.ipb-success__icon, .ipb-modal__icon { display: grid; place-items: center; width: 56px; height: 56px; margin: 0 auto 20px; border: 1px solid var(--ipb-cyan); border-radius: 50%; color: var(--ipb-purple); font-size: 26px; }
.ipb-modal { position: fixed; inset: 0; z-index: 100000; display: grid; place-items: center; padding: 20px; }
.ipb-modal__scrim { position: absolute; inset: 0; background: rgba(0,0,0,.4); }
.ipb-modal__card { position: relative; width: min(480px, 100%); max-height: calc(100dvh - 40px); overflow: auto; padding: 40px 24px 24px; border-radius: 16px; background: var(--ipb-surface); text-align: center; }
.ipb-modal__card h2 { font-size: 24px; font-weight: 800; }
.ipb-modal__close { position: absolute; right: 8px; top: 8px; width: 44px; height: 44px; border: 0; background: transparent; color: var(--ipb-text); font-size: 26px; cursor: pointer; }
.ipb-intro { display: grid; gap: 24px; text-align: center; }
.ipb-intro__header h2 { font-size: 30px; }
.ipb-intro-devices { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.ipb-intro-device img { width: 80px; height: 80px; object-fit: contain; }
.ipb-intro-device strong { display: block; }
.ipb-intro-steps { display: grid; gap: 16px; }
.ipb-intro-step { display: flex; align-items: center; gap: 20px; padding: 20px; border: 1px solid var(--ipb-line); border-radius: 16px; text-align: left; }
.ipb-intro-step h4, .ipb-intro-step p { margin: 0 0 8px; }
.ipb-intro-step h4 span { margin-right: 8px; color: var(--ipb-purple); }
.ipb-intro-step__image-icon img { width: 48px; height: 48px; object-fit: contain; }
.ipb-intro-products { display: grid; gap: 24px; width: 100%; }
.ipb-intro-product-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; gap: 32px; }
.ipb-intro-product-list { display: grid; gap: 8px; min-width: 0; }
.ipb-intro-product-list h4 { margin: 0 0 8px; color: var(--ipb-muted); font-size: 14px; font-weight: 600; }
.ipb-intro-product-list button { display: block; width: 100%; min-height: 48px; padding: 12px; border: 1px solid var(--ipb-line); border-radius: 9px; background: var(--ipb-surface); color: var(--ipb-text); font-size: 15px; line-height: 1.4; text-align: left; cursor: pointer; overflow-wrap: anywhere; }
.ipb-intro-product-list button.is-selected { border-color: var(--ipb-cyan); color: var(--ipb-purple); box-shadow: inset 0 0 0 1px var(--ipb-cyan); }
.ipb-intro-product-card { display: grid; justify-items: center; gap: 16px; min-width: 0; padding: 24px; border: 1px solid var(--ipb-line); border-radius: 16px; background: var(--ipb-surface); text-align: center; }
.ipb-intro-product-card > span { color: var(--ipb-muted); font-size: 13px; }
.ipb-intro-product-card strong { font-size: 20px; line-height: 1.3; overflow-wrap: anywhere; }
.ipb-intro-product-card img, .ipb-intro-product-card__placeholder { width: 180px; height: 180px; max-width: 100%; object-fit: contain; }
.ipb-intro-product-card b { font-family: var(--ip-font-round, 'Varela Round', sans-serif); color: var(--ipb-purple); font-size: 28px; font-weight: 400; }
.ipb-intro-product-card b small { font-family: var(--ip-font-body, Manrope, sans-serif); font-size: 14px; }
.ipb-product-continue { width: 100%; }
@media (max-width: 1024px) {
  .ipb-card-grid--category { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ipb-choice-card { min-height: 180px; padding: 16px; }
  .ipb-choice-card img { width: 96px; height: 96px; }
  .ipb-device-preview img { height: 260px; }
}
@media (max-width: 700px) {
  .ipb-card-grid--models { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .ipb-model-card { padding: 14px; }
  .ipb-model-card img { height: 128px; }
  .ipb-model-card h3 { font-size: 14px; }
  .ipb-split-step { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .ipb-device-preview { padding: 0; }
  .ipb-device-preview img { height: 180px; max-width: 100%; }
  .ipb-form-step { padding: 20px 16px; }
  .ipb-intro-product-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .ipb-intro-product-card { grid-row: 1; }
  .ipb-intro-products .ipb-intro-product-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ipb-intro-product-list h4 { grid-column: 1 / -1; }
  .ipb-intro-product-card img { width: 132px; height: 132px; }
}
@media (max-width: 420px) {
  .ipb-card-grid { gap: 10px; }
  .ipb-choice-card { padding: 12px 8px; min-height: 166px; }
  .ipb-choice-card strong { font-size: 16px; }
  .ipb-choice-card img { width: 80px; height: 80px; }
  .ipb-wizard__actions .ipb-btn { min-width: 0; flex: 1; padding-inline: 12px; }
  .ipb-field-grid { grid-template-columns: minmax(0,1fr); gap: 0; }
  .ipb-summary-card__device { gap: 12px; }
  .ipb-summary-card__device strong { font-size: 17px; }
  .ipb-intro-devices { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (prefers-reduced-motion: reduce) {
  .ipb-buyback-shell *, .ipb-modal * { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
}

.ipb-form-step--image-top .ipb-split-step { grid-template-columns: minmax(0, 1fr); gap: 20px; }
.ipb-form-step--image-top .ipb-device-preview img { height: 180px; }
.ipb-form-step--image-top .ipb-options-panel { max-width: 680px; margin-inline: auto; }


/* Device data stays compact; condition questions remain one-column lists. */
@media (min-width: 701px) {
  .ipb-form-step--device-details .ipb-split-step { grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 48px); }
  .ipb-form-step--device-details .ipb-device-preview img { height: 340px; }
  .ipb-form-step--device-details .ipb-options-panel { max-width: none; margin: 0; }
}
@media (min-width: 701px) and (max-width: 1024px) {
  .ipb-form-step--device-details .ipb-device-preview img { height: 260px; }
}
.ipb-form-step--device-details .ipb-pills { grid-template-columns: repeat(auto-fit, minmax(90px, 1fr)); }
.ipb-form-step--device-details .ipb-pill { justify-content: center; text-align: center; }
.ipb-form-step--device-details .ipb-pill--media { flex-direction: column; }
.ipb-buyback-shell .ipb-pill.is-selected.is-excluded,
.ipb-buyback-shell .ipb-option-row.is-selected.is-excluded { border-color: #B42318; box-shadow: inset 0 0 0 1px #B42318; background: #FEF3F2; color: #B42318; }
.ipb-option-row.is-excluded .ipb-check-dot { background: #B42318; }

/* WooCommerce Fiókom / Felvásárlásaim */
.ipb-account {
  color: #000000;
  font-family: Manrope, sans-serif;
}

.ipb-account *,
.ipb-account *::before,
.ipb-account *::after {
  box-sizing: border-box;
}

.ipb-account h2,
.ipb-account h3,
.ipb-account h4,
.ipb-account p {
  font-family: Manrope, sans-serif;
}

.ipb-account__intro {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ECECEE;
}

.ipb-account__intro h2 {
  margin: 0 0 8px;
  color: #000000;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 800;
  line-height: 1.08;
}

.ipb-account__intro p {
  max-width: 590px;
  margin: 0;
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
}

.ipb-account__start {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 9px;
  color: #FFFFFF !important;
  background: linear-gradient(90deg, #330867 0%, #00C4F8 50%, #330867 100%);
  background-position: 0 50%;
  background-size: 220% 100%;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background-position .7s ease, transform .2s ease;
}

.ipb-account__start:hover {
  color: #FFFFFF !important;
  background-position: 100% 50%;
  transform: translateY(-1px);
}

.ipb-account__start:focus-visible,
.ipb-account-row a:focus-visible,
.ipb-account-back:focus-visible,
.ipb-account-pagination a:focus-visible {
  outline: 3px solid #00C4F8;
  outline-offset: 3px;
}

.ipb-account-empty {
  display: grid;
  justify-items: center;
  min-height: 300px;
  padding: 52px 24px;
  border: 1px solid #ECECEE;
  border-radius: 16px;
  background: #FFFFFF;
  text-align: center;
}

.ipb-account-empty__icon {
  position: relative;
  width: 48px;
  height: 62px;
  margin-bottom: 22px;
  border: 2px solid #330867;
  border-radius: 9px;
}

.ipb-account-empty__icon::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00C4F8;
  transform: translateX(-50%);
}

.ipb-account-empty h2,
.ipb-account-empty h3 {
  margin: 0 0 10px;
  color: #000000;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
}

.ipb-account-empty p {
  max-width: 480px;
  margin: 0 0 24px;
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
}

.ipb-account-list {
  display: grid;
  gap: 12px;
}

.ipb-account-row {
  padding: 18px 20px;
  border: 1px solid #ECECEE;
  border-radius: 16px;
  background: #FFFFFF;
  transition: border-color .2s ease, transform .2s ease;
}

.ipb-account-row:hover {
  border-color: rgba(0, 196, 248, .72);
  transform: translateY(-1px);
}

.ipb-account-row__main,
.ipb-account-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.ipb-account-row__identity {
  min-width: 0;
}

.ipb-account-row small,
.ipb-account-card__header small {
  display: block;
  color: #666666;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.ipb-account-row h3 {
  margin: 5px 0 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.ipb-account-row h3 a {
  color: #000000;
  text-decoration: none;
}

.ipb-account-row h3 a:hover {
  color: #330867;
}

.ipb-account-status {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border: 1px solid rgba(0, 196, 248, .35);
  border-radius: 999px;
  color: #330867;
  background: rgba(0, 196, 248, .10);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.ipb-account-row__meta {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) minmax(180px, 1.35fr) auto;
  align-items: end;
  gap: 16px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #ECECEE;
}

.ipb-account-row__meta > div {
  display: grid;
  gap: 3px;
}

.ipb-account-row__meta span {
  color: #666666;
  font-size: 11px;
  font-weight: 600;
}

.ipb-account-row__meta strong {
  color: #000000;
  font-family: "Varela Round", Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.ipb-account-row__link,
.ipb-account-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #330867 !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}

.ipb-account-row__link {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid #330867;
  border-radius: 9px;
  background: #FFFFFF;
}

.ipb-account-row__link:hover,
.ipb-account-back:hover {
  color: #00C4F8 !important;
}

.ipb-account-back {
  margin-bottom: 20px;
}

.ipb-account-card,
.ipb-account-gate {
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid #ECECEE;
  border-radius: 16px;
  background: #FFFFFF;
}

.ipb-account-gate {
  max-width: 720px;
  margin: 32px auto;
  text-align: center;
}

.ipb-account-card__header {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ECECEE;
}

.ipb-account-card__header h2 {
  margin: 5px 0 0;
  color: #000000;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 800;
  line-height: 1.1;
}

.ipb-account-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin: 0 0 20px;
}

.ipb-account-details div {
  padding: 13px 0;
  border-bottom: 1px solid #ECECEE;
}

.ipb-account-details dt {
  color: #666666;
  font-size: 12px;
  font-weight: 600;
}

.ipb-account-details dd {
  margin: 4px 0 0;
  color: #000000;
  font-family: "Varela Round", Manrope, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.ipb-account-shipping {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid #ECECEE;
  border-radius: 16px;
  background: rgba(0, 196, 248, .05);
}

.ipb-account-shipping h4 {
  margin: 0 0 8px;
  color: #000000;
  font-size: 15px;
  font-weight: 800;
}

.ipb-account-shipping p,
.ipb-account-shipping ul {
  margin: 6px 0 0;
  color: #666666;
  font-size: 13px;
  line-height: 1.55;
}

.ipb-account-shipping--pin {
  border-color: rgba(0, 196, 248, .45);
  background: rgba(0, 196, 248, .08);
}

.ipb-account-pin {
  display: inline-block;
  color: #330867;
  font-family: "Varela Round", Manrope, sans-serif;
  font-size: 1.6rem;
  letter-spacing: .12em;
}

.ipb-account-shipping-error {
  margin-top: 16px;
}

.ipb-account-timeline {
  position: relative;
  margin: 28px 0 0;
  padding: 0 0 0 30px;
  list-style: none;
}

.ipb-account-timeline::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  bottom: 10px;
  width: 2px;
  background: #ECECEE;
}

.ipb-account-timeline li {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 8px;
}

.ipb-account-timeline li::before {
  content: "";
  position: absolute;
  left: -27px;
  top: 5px;
  width: 10px;
  height: 10px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  background: #00C4F8;
  box-shadow: 0 0 0 1px #00C4F8;
}

.ipb-account-timeline time {
  display: block;
  margin-top: 3px;
  color: #666666;
  font-size: 12px;
}

.ipb-account-timeline p {
  margin: 6px 0 0;
  color: #666666;
  font-size: 13px;
  line-height: 1.55;
}

.ipb-account-pagination {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
}

.ipb-account-pagination .button {
  border: 1px solid #330867 !important;
  border-radius: 9px !important;
  color: #330867 !important;
  background: #FFFFFF !important;
  font-family: Manrope, sans-serif !important;
  font-weight: 800 !important;
}

.ipb-btn:disabled,
.ipb-btn[aria-busy="true"] {
  cursor: wait;
  opacity: .65;
}

@media (prefers-reduced-motion: reduce) {
  .ipb-account__start,
  .ipb-account-row {
    transition: none;
  }
}

@media (max-width: 720px) {
  .ipb-account__intro,
  .ipb-account-row__main,
  .ipb-account-card__header {
    display: grid;
  }

  .ipb-account__intro {
    gap: 18px;
  }

  .ipb-account__start {
    width: 100%;
    white-space: normal;
  }

  .ipb-account-row {
    padding: 17px;
  }

  .ipb-account-status {
    justify-self: start;
  }

  .ipb-account-row__meta {
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 13px;
  }

  .ipb-account-row__link {
    width: 100%;
    margin-top: 2px;
  }

  .ipb-account-details {
    grid-template-columns: 1fr;
  }

  .ipb-account-empty {
    min-height: 0;
    padding: 36px 20px;
  }
}
