.shipendo-home-recovery {
  --home-ink: #071f4f;
  --home-copy: #294c78;
  --home-blue: #0b58c7;
  --home-blue-dark: #073c91;
  --home-blue-soft: #eaf3ff;
  --home-sky: #dfeeff;
  --home-paper: #f7faff;
  --home-line: #cdddf1;
  --home-green: #19744d;
  --home-lime: #c4f56a;
  --home-coral: #e96d65;
  --home-warm: #fff4ea;
  width: 100%;
  overflow: clip;
  background: var(--home-paper);
  color: var(--home-ink);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
.shipendo-home-recovery.shipendo-global-shell { overflow: visible; }
.shipendo-home-recovery.shipendo-global-shell-header {
  position: relative;
  z-index: 100;
}
.shipendo-home-recovery *, .shipendo-home-recovery *::before, .shipendo-home-recovery *::after { box-sizing: border-box; }
.shipendo-home-container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.shipendo-home-recovery h1, .shipendo-home-recovery h2, .shipendo-home-recovery h3, .shipendo-home-recovery p { margin-top: 0; }
.shipendo-home-recovery h1, .shipendo-home-recovery h2, .shipendo-home-recovery h3 { color: var(--home-ink); font-family: "Manrope", Arial, sans-serif; font-weight: 750; letter-spacing: -.045em; line-height: 1.04; }
.shipendo-home-recovery h1 { max-width: 17ch; margin-bottom: 28px; font-size: clamp(3rem, 4.5vw, 4.1rem); text-wrap: balance; }
.shipendo-home-recovery[data-home-locale="pl"] h1 { font-size: clamp(2.8rem, 4vw, 3.55rem); }
.shipendo-home-recovery[data-home-locale="it"] h1 { font-size: clamp(2.85rem, 4.1vw, 3.8rem); }
.shipendo-home-recovery h2 { margin-bottom: 22px; font-size: clamp(2.1rem, 3.5vw, 3.2rem); text-wrap: balance; }
.shipendo-home-heading h2 { max-width: 22ch; margin-inline: auto; }
.shipendo-home-recovery h3 { font-size: 1.22rem; letter-spacing: -.025em; }
.shipendo-home-recovery p { color: var(--home-copy); }
.shipendo-home-recovery a { color: inherit; text-decoration: none; }
.shipendo-home-recovery a:focus-visible, .shipendo-home-recovery button:focus-visible, .shipendo-home-recovery summary:focus-visible, .shipendo-home-recovery input:focus-visible, .shipendo-home-recovery select:focus-visible, .shipendo-home-recovery textarea:focus-visible { outline: 3px solid #ff9f88; outline-offset: 3px; }
.shipendo-home-recovery .shipendo-eyebrow { margin-bottom: 19px; color: #8d342f; font-family: "DM Mono", monospace; font-size: .77rem; font-weight: 600; letter-spacing: .16em; line-height: 1.45; text-transform: uppercase; }
.shipendo-home-section { padding: 108px 0; }
.shipendo-home-heading { max-width: 740px; margin: 0 auto 48px; text-align: center; }
.shipendo-home-heading p { max-width: 65ch; margin: 0 auto; }
.shipendo-home-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-bottom: 32px; }
.shipendo-home-recovery .shipendo-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 12px; font-size: .93rem; font-weight: 750; line-height: 1.25; }
.shipendo-home-recovery .shipendo-button-blue { background: var(--home-blue); color: #fff; box-shadow: 0 9px 24px rgba(11,88,199,.2); }
.shipendo-home-recovery .shipendo-button-blue:hover { background: var(--home-blue-dark); transform: translateY(-1px); }
.shipendo-home-section-link, .shipendo-home-secondary-link { display: inline-flex; align-items: center; gap: 10px; color: var(--home-blue); font-weight: 750; }
.shipendo-home-section-link:hover span, .shipendo-home-secondary-link:hover span { transform: translateX(4px); }
.shipendo-home-section-link span, .shipendo-home-secondary-link span { transition: transform .2s ease; }

.shipendo-home-header { position: relative; z-index: 50; border-bottom: 1px solid var(--home-line); background: rgba(247,250,255,.95); backdrop-filter: blur(16px); }
.shipendo-home-header-inner { min-height: 78px; display: flex; align-items: center; gap: 30px; }
.shipendo-home-recovery .shipendo-home-header .shipendo-brand { display: inline-flex; align-items: center; flex: 0 0 auto; order: 0; color: var(--home-ink); }
.shipendo-home-recovery .shipendo-wordmark { display: inline-flex; font-size: 1.2rem; font-weight: 800; letter-spacing: -.055em; line-height: 1; }
.shipendo-home-recovery .shipendo-wordmark-dot { color: var(--home-blue); }
.shipendo-home-icon { display: block; width: 1.15em; height: 1.15em; }
.shipendo-home-nav { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 1.35vw, 24px); flex: 1 1 auto; min-width: 0; order: 1; }
.shipendo-home-nav > a, .shipendo-home-resources > summary { color: #183a68; cursor: pointer; font-size: .86rem; font-weight: 700; list-style: none; white-space: nowrap; }
.shipendo-home-nav > a:hover, .shipendo-home-resources > summary:hover { color: var(--home-blue); }
.shipendo-home-resources { position: relative; }
.shipendo-home-resources summary::-webkit-details-marker { display: none; }
.shipendo-home-resources summary span { margin-left: 5px; color: var(--home-copy); }
.shipendo-home-resources > div { position: absolute; top: calc(100% + 22px); left: -18px; width: 255px; padding: 9px; border: 1px solid var(--home-line); border-radius: 16px; background: #fff; box-shadow: 0 22px 60px rgba(7,31,79,.16); }
.shipendo-home-resources > div a { display: block; padding: 10px 12px; border-radius: 9px; color: var(--home-ink); font-size: .88rem; font-weight: 650; }
.shipendo-home-resources > div a:hover { background: var(--home-blue-soft); color: var(--home-blue); }
.shipendo-home-header-actions { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; order: 2; }
.shipendo-home-header-actions .shipendo-button { min-height: 42px; padding: 9px 14px; font-size: .8rem; }
.shipendo-home-login { color: var(--home-blue); font-size: .8rem; font-weight: 700; white-space: nowrap; }
.shipendo-home-mobile-utility { display: none; }
.shipendo-home-recovery .shipendo-language-menu { position: relative; }
.shipendo-home-recovery .shipendo-language-trigger { display: flex; min-height: 40px; align-items: center; gap: 5px; padding: 7px 9px; border: 1px solid var(--home-line); border-radius: 10px; color: var(--home-ink); cursor: pointer; list-style: none; font-size: .75rem; }
.shipendo-home-recovery .shipendo-language-trigger::-webkit-details-marker { display: none; }
.shipendo-home-recovery .shipendo-language-switcher-label { display: none; }
.shipendo-home-recovery .shipendo-language-chevron { color: var(--home-copy); }
.shipendo-home-recovery .shipendo-language-options { position: absolute; z-index: 60; top: calc(100% + 8px); right: 0; display: grid; min-width: 110px; padding: 7px; border: 1px solid var(--home-line); border-radius: 12px; background: #fff; box-shadow: 0 15px 40px rgba(7,31,79,.15); }
.shipendo-home-recovery .shipendo-language-link { padding: 7px 9px; border-radius: 7px; color: var(--home-copy); font-size: .78rem; font-weight: 700; }
.shipendo-home-recovery .shipendo-language-link:hover, .shipendo-home-recovery .shipendo-language-link.is-active { background: var(--home-blue-soft); color: var(--home-blue); }
.shipendo-home-recovery .shipendo-menu-toggle { display: none; }
.shipendo-home-recovery .shipendo-home-header .shipendo-menu-toggle { order: 3; }
.shipendo-home-recovery .shipendo-home-header-actions .shipendo-language-menu { margin-left: 0; order: 0; }

.shipendo-home-hero { position: relative; padding: clamp(76px, 8vw, 118px) 0 92px; background-image: linear-gradient(rgba(11,88,199,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(11,88,199,.05) 1px, transparent 1px); background-size: 54px 54px; }
.shipendo-home-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(540px, 1.06fr); align-items: center; gap: clamp(50px, 5vw, 72px); }
.shipendo-home-hero-copy > p:not(.shipendo-home-reassurance) { max-width: 57ch; margin-bottom: 31px; font-size: 1.12rem; line-height: 1.7; }
.shipendo-home-reassurance { display: flex; max-width: 58ch; align-items: flex-start; gap: 10px; margin: 0; font-size: .82rem; line-height: 1.55; }
.shipendo-home-reassurance span { color: var(--home-green); }
.shipendo-home-operations { position: relative; padding: 24px; border: 1px solid rgba(114,153,207,.45); border-radius: 26px; background: rgba(255,255,255,.92); box-shadow: 0 28px 80px rgba(7,31,79,.15); }
.shipendo-home-operations::before { position: absolute; z-index: -1; inset: 24px -18px -20px 30px; border-radius: 25px; background: #cfe3ff; content: ""; transform: rotate(1.4deg); }
.shipendo-home-operations-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--home-line); }
.shipendo-home-operations-head div { display: flex; align-items: center; gap: 9px; }
.shipendo-home-operations-signal { width: 10px; height: 10px; border-radius: 50%; background: var(--home-blue); box-shadow: 0 0 0 5px var(--home-blue-soft); }
.shipendo-home-operations-head strong { font-size: .9rem; }
.shipendo-home-operations-head > span { color: #5d7394; font-size: .68rem; }
.shipendo-home-order-flow { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin: 28px 0; padding: 0; list-style: none; }
.shipendo-home-order-flow::before { position: absolute; top: 15px; right: 8%; left: 8%; height: 2px; background: var(--home-line); content: ""; }
.shipendo-home-order-flow li { position: relative; z-index: 1; display: grid; justify-items: center; gap: 9px; min-width: 0; text-align: center; }
.shipendo-home-order-flow li > span { display: grid; width: 31px; height: 31px; place-items: center; border: 2px solid #8aacd4; border-radius: 50%; background: #fff; color: var(--home-blue); font-size: .7rem; }
.shipendo-home-order-flow li.is-complete > span { border-color: var(--home-blue); background: var(--home-blue); color: #fff; }
.shipendo-home-order-flow small { color: #3f5d84; font-size: .65rem; font-weight: 650; line-height: 1.3; }
.shipendo-home-status-summary { display: flex; gap: 10px; margin-bottom: 18px; }
.shipendo-home-status-summary span { padding: 7px 10px; border-radius: 999px; font-size: .65rem; font-weight: 700; }
.shipendo-home-status-summary .is-good { background: #e5f6ec; color: #12643f; }
.shipendo-home-status-summary .is-attention { background: var(--home-warm); color: #98472d; }
.shipendo-home-operation-areas { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.shipendo-home-operation-areas > div { display: grid; min-height: 78px; align-content: center; justify-items: start; gap: 8px; padding: 12px; border-radius: 13px; background: #f1f6fd; }
.shipendo-home-operation-areas span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 7px; background: #dbe9fb; color: var(--home-blue); font-size: .7rem; }
.shipendo-home-operation-areas strong { font-size: .68rem; }

.shipendo-home-proof { border-block: 1px solid #d5e4d5; background: #eff5ec; }
.shipendo-home-proof .shipendo-home-container { padding-block: 16px; }
.shipendo-home-proof-label { margin: 0 0 9px; color: #4f6c54; font-family: "DM Mono", monospace; font-size: .65rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.shipendo-home-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.shipendo-home-proof-grid > div { display: flex; min-height: 72px; align-items: center; gap: 11px; padding: 14px 20px; border-right: 1px solid #d5e4d5; }
.shipendo-home-proof-grid > div:last-child { border-right: 0; }
.shipendo-home-proof-icon { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 10px; background: #dcebd2; color: #315e26; font-weight: 800; }
.shipendo-home-proof strong { font-size: .82rem; line-height: 1.35; }
.shipendo-home-proof-grid > div > strong:first-child:not(:last-child) { font-size: 1.4rem; }
.shipendo-home-proof-grid > div > span:last-child { color: var(--home-copy); font-size: .72rem; }

.shipendo-home-exception { position: relative; overflow: hidden; background: #071b42; color: #fff; }
.shipendo-home-exception::after { position: absolute; right: -160px; bottom: -260px; width: 520px; height: 520px; border: 1px solid rgba(196,245,106,.18); border-radius: 50%; content: ""; }
.shipendo-home-exception-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr); align-items: center; gap: clamp(54px, 8vw, 110px); }
.shipendo-home-exception .shipendo-eyebrow { color: #ff9a90; }
.shipendo-home-exception h2, .shipendo-home-exception h3 { color: #fff; }
.shipendo-home-exception-copy > p { max-width: 62ch; color: #c8d8ef; }
.shipendo-home-principles { margin-top: 42px; }
.shipendo-home-principles article { display: grid; grid-template-columns: 38px 1fr; gap: 16px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.14); }
.shipendo-home-principles article > span { color: #9cb6da; font-family: "DM Mono", monospace; font-size: .74rem; }
.shipendo-home-principles h3 { margin-bottom: 7px; font-size: 1rem; letter-spacing: -.015em; }
.shipendo-home-principles p { margin: 0; color: #b9cce6; font-size: .82rem; line-height: 1.55; }
.shipendo-home-exception-card { position: relative; z-index: 1; padding: 24px; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; background: #fff; color: var(--home-ink); box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.shipendo-home-order-card-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 17px; border-bottom: 1px solid var(--home-line); font-family: "DM Mono", monospace; font-size: .72rem; }
.shipendo-home-order-card-head strong { padding: 5px 9px; border-radius: 99px; background: #e5f6ec; color: var(--home-green); }
.shipendo-home-order-alert { display: flex; align-items: center; gap: 13px; margin: 22px 0; padding: 16px; border: 1px solid #f1c8b4; border-radius: 14px; background: var(--home-warm); }
.shipendo-home-order-alert > span { display: grid; width: 37px; height: 37px; place-items: center; border-radius: 10px; background: #ffd9c8; color: #9d3d24; font-weight: 800; }
.shipendo-home-order-alert strong, .shipendo-home-order-alert small { display: block; }
.shipendo-home-order-alert small { margin-top: 3px; color: #79584c; }
.shipendo-home-order-owner { display: flex; justify-content: space-between; margin-bottom: 17px; padding: 11px 14px; border-radius: 10px; background: #edf4ff; color: #35557e; font-size: .75rem; }
.shipendo-home-resolution-flow { margin: 0; padding: 0; list-style: none; }
.shipendo-home-resolution-flow li { display: flex; align-items: center; gap: 10px; padding: 12px 3px; border-bottom: 1px solid #e5edf7; color: #345273; font-size: .78rem; }
.shipendo-home-resolution-flow li span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: #e4f5eb; color: var(--home-green); font-size: .66rem; font-weight: 800; }
.shipendo-home-resolution-flow .shipendo-home-icon { width: 15px; height: 15px; }
.shipendo-home-resolved { display: flex; align-items: center; gap: 9px; margin-top: 18px; color: var(--home-green); font-size: .82rem; font-weight: 800; }
.shipendo-home-resolved span { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 9px; background: #dff3e7; }
.shipendo-home-resolved .shipendo-home-icon { width: 18px; height: 18px; }

.shipendo-home-scope { background: #f7faff; }
.shipendo-home-service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.shipendo-home-service-card { position: relative; min-height: 310px; overflow: hidden; padding: 30px; border: 1px solid var(--home-line); border-radius: 22px; background: #fff; }
.shipendo-home-service-card h3, .shipendo-home-service-card p { position: relative; z-index: 1; max-width: 33ch; }
.shipendo-home-service-card h3 { margin: 28px 0 13px; }
.shipendo-home-service-card p { margin-bottom: 0; font-size: .92rem; }
.shipendo-home-service-visual { position: relative; width: 100%; height: 75px; }
.shipendo-home-service-visual > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 13px; background: var(--home-blue-soft); color: var(--home-blue); font-size: 1.2rem; font-weight: 800; }
.shipendo-home-service-visual .shipendo-home-icon { width: 25px; height: 25px; }
.shipendo-home-service-visual i { position: absolute; top: 23px; left: 65px; width: 42%; height: 2px; background: var(--home-line); }
.shipendo-home-service-visual i:last-child { top: 42px; width: 26%; }
.shipendo-home-service-packing { background: #eef6ff; }
.shipendo-home-service-shipping { background: var(--home-blue); }
.shipendo-home-service-shipping h3, .shipendo-home-service-shipping p { color: #fff; }
.shipendo-home-service-shipping .shipendo-home-service-visual > span { background: rgba(255,255,255,.14); color: var(--home-lime); }
.shipendo-home-service-shipping .shipendo-home-service-visual i { background: rgba(255,255,255,.25); }
.shipendo-home-service-returns { background: #f1f6ef; }
.shipendo-home-scope > .shipendo-home-container > .shipendo-home-section-link { margin-top: 31px; }

.shipendo-home-playbook { background: #e8f2ff; }
.shipendo-home-playbook-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); align-items: center; gap: clamp(55px, 8vw, 110px); }
.shipendo-home-playbook-copy > p { max-width: 58ch; }
.shipendo-home-playbook-copy .shipendo-home-section-link { margin-top: 12px; }
.shipendo-home-rules { padding: 22px; border: 1px solid #b9d0ed; border-radius: 23px; background: rgba(255,255,255,.83); box-shadow: 0 24px 60px rgba(7,31,79,.1); }
.shipendo-home-rule-list > div { display: flex; min-height: 54px; align-items: center; justify-content: space-between; gap: 18px; padding: 11px 13px; border-bottom: 1px solid #dce8f5; font-size: .78rem; font-weight: 700; }
.shipendo-home-rule-list > div:last-child { border-bottom: 0; }
.shipendo-home-rule-list strong { padding: 5px 9px; border-radius: 99px; background: #e3f4ea; color: #176943; font-size: .65rem; }
.shipendo-home-rule-list strong.is-review { background: #fff0e6; color: #98472d; }
.shipendo-home-status-rail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 16px; }
.shipendo-home-status-rail > div { display: flex; min-width: 0; gap: 9px; padding: 12px; border-radius: 12px; background: #eef5ff; }
.shipendo-home-status-rail > div > span { display: grid; width: 27px; height: 27px; flex: 0 0 27px; place-items: center; border-radius: 8px; background: #d6e8ff; color: var(--home-blue); font-weight: 800; }
.shipendo-home-status-rail .shipendo-home-icon { width: 16px; height: 16px; }
.shipendo-home-status-rail strong, .shipendo-home-status-rail small { display: block; }
.shipendo-home-status-rail strong { margin-bottom: 4px; font-size: .65rem; line-height: 1.3; }
.shipendo-home-status-rail small { color: #5b7292; font-size: .57rem; line-height: 1.35; }

.shipendo-home-real-proof { background: #fff; }
.shipendo-home-real-proof .shipendo-home-container { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; }
.shipendo-home-real-proof img { width: 100%; height: auto; border-radius: 24px; object-fit: cover; }

.shipendo-home-onboarding { background: #fff; }
.shipendo-home-onboarding-copy { max-width: 760px; }
.shipendo-home-onboarding-copy p { max-width: 65ch; }
.shipendo-home-timeline { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); margin: 55px 0 30px; padding: 0; list-style: none; }
.shipendo-home-timeline::before { position: absolute; top: 24px; right: 8%; left: 8%; height: 2px; background: var(--home-line); content: ""; }
.shipendo-home-timeline li { position: relative; z-index: 1; display: grid; justify-items: center; gap: 12px; text-align: center; }
.shipendo-home-timeline span { display: grid; width: 49px; height: 49px; place-items: center; border: 1px solid #b8cee9; border-radius: 50%; background: #fff; color: var(--home-blue); font-family: "DM Mono", monospace; font-size: .72rem; }
.shipendo-home-timeline li:last-child span { border-color: var(--home-blue); background: var(--home-blue); color: #fff; }
.shipendo-home-timeline strong { font-size: .84rem; }

.shipendo-home-fit-pricing { background: #edf4ff; }
.shipendo-home-panel-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.shipendo-home-panel-grid > article { display: flex; min-width: 0; flex-direction: column; padding: clamp(30px, 4vw, 48px); border-radius: 24px; }
.shipendo-home-fit-panel { border: 1px solid var(--home-line); background: #fff; }
.shipendo-home-pricing-panel { background: #071f4f; color: #fff; }
.shipendo-home-pricing-panel h2, .shipendo-home-pricing-panel .shipendo-home-section-link { color: #fff; }
.shipendo-home-pricing-panel p { color: #c5d6ed; }
.shipendo-home-pricing-panel .shipendo-eyebrow { color: #ff9a90; }
.shipendo-home-panel-grid h2 { font-size: clamp(1.9rem, 3vw, 2.7rem); }
.shipendo-home-fit-panel ul { display: grid; gap: 13px; margin: 22px 0 24px; padding: 0; list-style: none; }
.shipendo-home-fit-panel li { display: flex; gap: 10px; color: #24476f; font-size: .86rem; }
.shipendo-home-fit-panel li span { color: var(--home-green); font-weight: 800; }
.shipendo-home-fit-panel small { margin-bottom: 25px; padding-top: 18px; border-top: 1px solid var(--home-line); color: #627895; font-size: .72rem; line-height: 1.55; }
.shipendo-home-panel-grid .shipendo-home-section-link { margin-top: auto; }
.shipendo-home-price-items { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 20px 0 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; background: rgba(255,255,255,.13); }
.shipendo-home-price-items span { display: flex; align-items: center; gap: 10px; padding: 13px; background: #102d61; font-size: .78rem; }
.shipendo-home-price-items i { color: #8ba6cd; font-family: "DM Mono", monospace; font-size: .62rem; font-style: normal; }

.shipendo-home-faq { background: #fff; }
.shipendo-home-faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 8vw, 120px); }
.shipendo-home-faq-grid > div:first-child { position: sticky; top: 35px; align-self: start; }
.shipendo-home-faq-grid > div:first-child h2 { font-size: clamp(2rem, 3vw, 2.8rem); }
.shipendo-home-accordion details { border-bottom: 1px solid var(--home-line); }
.shipendo-home-accordion summary { display: flex; min-height: 75px; align-items: center; justify-content: space-between; gap: 24px; color: var(--home-ink); cursor: pointer; font-size: .94rem; font-weight: 750; list-style: none; }
.shipendo-home-accordion summary::-webkit-details-marker { display: none; }
.shipendo-home-accordion summary i { font-size: 1.4rem; font-style: normal; font-weight: 400; transition: transform .2s ease; }
.shipendo-home-accordion details[open] summary i { transform: rotate(45deg); }
.shipendo-home-accordion details p { max-width: 65ch; padding: 0 45px 23px 0; font-size: .86rem; }

.shipendo-home-lead { padding: 105px 0; background: #071b42; }
.shipendo-home-lead-grid { display: grid; grid-template-columns: minmax(0, .83fr) minmax(560px, 1.17fr); align-items: start; gap: clamp(55px, 8vw, 110px); }
.shipendo-home-lead h2 { color: #fff; }
.shipendo-home-lead .shipendo-eyebrow { color: var(--home-lime); }
.shipendo-home-lead-grid > div > p { max-width: 53ch; color: #c7d6ec; }
.shipendo-home-recovery .shipendo-lead-form { padding: 30px; border-radius: 22px; background: #fff; box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.shipendo-home-recovery .shipendo-lead-form .shipendo-form-heading { display: none; }
.shipendo-home-recovery .shipendo-form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.shipendo-home-recovery .shipendo-lead-form .form-item { margin: 0 0 16px; }
.shipendo-home-recovery .shipendo-lead-form label { display: block; margin-bottom: 7px; color: var(--home-ink); font-size: .72rem; font-weight: 750; }
.shipendo-home-recovery .shipendo-lead-form input[type="text"], .shipendo-home-recovery .shipendo-lead-form input[type="email"], .shipendo-home-recovery .shipendo-lead-form input[type="url"], .shipendo-home-recovery .shipendo-lead-form select, .shipendo-home-recovery .shipendo-lead-form textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #bfd2ec; border-radius: 10px; background: #f7faff; color: var(--home-ink); font: inherit; font-size: .82rem; }
.shipendo-home-recovery .shipendo-lead-form textarea { min-height: 108px; resize: vertical; }
.shipendo-home-recovery .shipendo-lead-form input:focus, .shipendo-home-recovery .shipendo-lead-form select:focus, .shipendo-home-recovery .shipendo-lead-form textarea:focus { border-color: var(--home-blue); background: #fff; box-shadow: 0 0 0 3px rgba(11,88,199,.11); outline: 0; }
.shipendo-home-recovery .shipendo-lead-form .form-required { color: #b33e36; }
.shipendo-home-recovery .shipendo-form-submit { width: 100%; margin-top: 4px; background: var(--home-blue); color: #fff; }
.shipendo-home-recovery .shipendo-form-note { display: block; margin-top: 12px; color: #627895; font-size: .65rem; line-height: 1.5; text-align: center; }
.shipendo-home-recovery .shipendo-form-honeypot { position: absolute !important; left: -9999px !important; }
.shipendo-home-recovery .shipendo-form-success, .shipendo-home-recovery .shipendo-form-error { display: none; margin-top: 15px; padding: 13px; border-radius: 10px; font-size: .74rem; }
.shipendo-home-recovery .shipendo-form-success.is-visible { display: flex; gap: 10px; background: #e4f5eb; color: #155d3d; }
.shipendo-home-recovery .shipendo-form-success p { margin: 2px 0 0; color: #155d3d; }
.shipendo-home-recovery .shipendo-form-error.is-visible { display: block; background: #fff0eb; color: #8e3528; }

.shipendo-home-footer { padding: 28px 0; background: #061633; color: #b8cae4; }
.shipendo-home-footer .shipendo-home-container { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.shipendo-home-footer .shipendo-brand { color: #fff; }
.shipendo-home-footer .shipendo-wordmark-dot { color: var(--home-lime); }
.shipendo-home-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.shipendo-home-footer nav a, .shipendo-home-footer > div > span { font-size: .68rem; }
.shipendo-home-footer nav a:hover { color: #fff; }

@media (max-width: 1180px) {
  .shipendo-home-header-inner { gap: 18px; }
  .shipendo-home-nav { gap: 12px; }
  .shipendo-home-nav > a, .shipendo-home-resources > summary { font-size: .76rem; }
  .shipendo-home-header-actions .shipendo-button { display: none; }
  .shipendo-home-hero-grid { grid-template-columns: minmax(0, .95fr) minmax(460px, 1.05fr); gap: 48px; }
}
@media (max-width: 980px) {
  .shipendo-home-recovery .shipendo-menu-toggle { display: grid; width: 42px; height: 42px; align-content: center; gap: 5px; margin-left: auto; padding: 9px; border: 1px solid var(--home-line); border-radius: 10px; background: #fff; }
  .shipendo-home-recovery .shipendo-menu-toggle > span:not(.visually-hidden) { display: block; height: 2px; border-radius: 2px; background: var(--home-ink); }
  .shipendo-home-nav { position: absolute; top: 77px; right: 0; left: 0; display: none; align-items: stretch; padding: 20px 24px 26px; border-bottom: 1px solid var(--home-line); background: #fff; box-shadow: 0 20px 45px rgba(7,31,79,.12); }
  .shipendo-home-nav.is-open { display: grid; }
  .shipendo-home-nav > a, .shipendo-home-resources > summary { padding: 9px 0; font-size: .93rem; }
  .shipendo-home-resources > div { position: static; width: auto; margin-top: 7px; box-shadow: none; }
  .shipendo-home-mobile-utility { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; padding-top: 12px; }
  .shipendo-home-mobile-utility > a:first-child { color: var(--home-blue); font-weight: 700; }
  .shipendo-home-header-actions .shipendo-home-login { display: none; }
  .shipendo-home-hero-grid, .shipendo-home-exception-grid, .shipendo-home-playbook-grid, .shipendo-home-lead-grid { grid-template-columns: 1fr; }
  .shipendo-home-hero-copy { max-width: 720px; }
  .shipendo-home-operations { max-width: 720px; }
  .shipendo-home-exception-card { max-width: 650px; }
  .shipendo-home-playbook-grid { gap: 45px; }
  .shipendo-home-faq-grid { grid-template-columns: 1fr; gap: 25px; }
  .shipendo-home-faq-grid > div:first-child { position: static; }
  .shipendo-home-lead-grid { gap: 45px; }
}
@media (max-width: 760px) {
  .shipendo-home-container { width: min(100% - 32px, 680px); }
  .shipendo-home-section { padding: 68px 0; }
  .shipendo-home-recovery { font-size: 16px; }
  .shipendo-home-recovery h1 { max-width: 100%; font-size: clamp(2.25rem, 9.2vw, 2.85rem); }
  .shipendo-home-recovery h2 { font-size: clamp(1.8rem, 8vw, 2.35rem); }
  .shipendo-home-header-inner { min-height: 70px; }
  .shipendo-home-nav { top: 69px; }
  .shipendo-home-header-actions { gap: 8px; }
  .shipendo-home-hero { padding: 63px 0 68px; }
  .shipendo-home-hero-grid { gap: 45px; }
  .shipendo-home-hero-copy > p:not(.shipendo-home-reassurance) { font-size: 1rem; }
  .shipendo-home-actions { align-items: stretch; flex-direction: column; margin-bottom: 24px; }
  .shipendo-home-actions .shipendo-button { width: 100%; }
  .shipendo-home-secondary-link { justify-content: center; min-height: 45px; }
  .shipendo-home-operations { padding: 17px; border-radius: 19px; }
  .shipendo-home-operations-head { align-items: flex-start; }
  .shipendo-home-operations-head > span { max-width: 16ch; text-align: right; }
  .shipendo-home-order-flow { grid-template-columns: 1fr; gap: 0; margin: 20px 0; }
  .shipendo-home-order-flow::before { top: 15px; bottom: 15px; left: 15px; width: 2px; height: auto; }
  .shipendo-home-order-flow li { grid-template-columns: 31px 1fr; align-items: center; justify-items: start; gap: 12px; min-height: 45px; text-align: left; }
  .shipendo-home-order-flow small { font-size: .7rem; }
  .shipendo-home-operation-areas { grid-template-columns: repeat(2, 1fr); }
  .shipendo-home-proof .shipendo-home-container { width: 100%; padding-inline: 16px; }
  .shipendo-home-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .shipendo-home-proof-grid > div { min-height: 76px; padding: 13px; border-bottom: 1px solid #d5e4d5; }
  .shipendo-home-proof-grid > div:nth-child(2) { border-right: 0; }
  .shipendo-home-exception-grid { gap: 45px; }
  .shipendo-home-principles { margin-top: 28px; }
  .shipendo-home-exception-card { padding: 18px; }
  .shipendo-home-service-grid, .shipendo-home-panel-grid { grid-template-columns: 1fr; }
  .shipendo-home-service-card { min-height: 0; padding: 24px; }
  .shipendo-home-service-card h3 { margin-top: 18px; }
  .shipendo-home-playbook-grid { gap: 35px; }
  .shipendo-home-rules { padding: 14px; }
  .shipendo-home-status-rail { grid-template-columns: 1fr; }
  .shipendo-home-status-rail small { font-size: .65rem; }
  .shipendo-home-timeline { display: grid; grid-template-columns: 1fr; gap: 0; margin: 35px 0 25px; }
  .shipendo-home-timeline::before { top: 24px; bottom: 24px; left: 24px; width: 2px; height: auto; }
  .shipendo-home-timeline li { grid-template-columns: 49px 1fr; align-items: center; justify-items: start; gap: 16px; min-height: 68px; text-align: left; }
  .shipendo-home-panel-grid > article { padding: 28px 18px; }
  .shipendo-home-panel-grid h2 { font-size: 1.5rem; }
  .shipendo-home-faq-grid > div:first-child h2 { font-size: 2rem; }
  .shipendo-home-accordion summary { min-height: 68px; font-size: .86rem; }
  .shipendo-home-accordion details p { padding-right: 0; }
  .shipendo-home-lead { padding: 68px 0; }
  .shipendo-home-recovery .shipendo-lead-form { padding: 22px 18px; }
  .shipendo-home-recovery .shipendo-form-row { grid-template-columns: 1fr; gap: 0; }
  .shipendo-home-footer .shipendo-home-container { align-items: flex-start; flex-direction: column; }
  .shipendo-home-footer nav { justify-content: flex-start; }
}
@media (max-width: 390px) {
  .shipendo-home-container { width: calc(100% - 24px); }
  .shipendo-home-recovery h1 { font-size: 1.95rem; }
  .shipendo-home-recovery[data-home-locale="pl"] h1 { font-size: 1.6rem; letter-spacing: -.055em; }
  .shipendo-home-recovery[data-home-locale="it"] h1 { font-size: 1.75rem; letter-spacing: -.052em; }
  .shipendo-home-recovery[data-home-locale="pl"] h2,
  .shipendo-home-recovery[data-home-locale="it"] h2 { font-size: 1.5rem; }
  .shipendo-home-recovery[data-home-locale="it"] .shipendo-home-panel-grid h2 { font-size: 1.4rem; }
  .shipendo-home-recovery .shipendo-brand { font-size: 1.02rem; }
  .shipendo-home-recovery .shipendo-language-trigger { padding-inline: 7px; }
  .shipendo-home-status-summary { align-items: flex-start; flex-direction: column; }
  .shipendo-home-price-items { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .shipendo-home-recovery *, .shipendo-home-recovery *::before, .shipendo-home-recovery *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
