.shipendo-v2 {
  --v2-ink: #071f4f;
  --v2-blue: #1558c5;
  --v2-blue-dark: #0a2b66;
  --v2-coral: #bc443c;
  --v2-paper: #f5f8fd;
  --v2-line: #c9daef;
  color: var(--v2-ink);
  font-family: Manrope, Arial, sans-serif;
  overflow: clip;
}
.shipendo-v2 *, .shipendo-v2 *::before, .shipendo-v2 *::after { box-sizing: border-box; }
.shipendo-v2 .shipendo-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.shipendo-v2-nav { border-bottom: 1px solid var(--v2-line); background: rgba(247,250,255,.96); }
.shipendo-v2-nav .shipendo-nav-links { gap: clamp(14px, 1.6vw, 27px); }
.shipendo-v2-nav .shipendo-nav-pillar, .shipendo-v2-resource-menu summary { color: #173664; font-size: 15px; font-weight: 650; white-space: nowrap; }
.shipendo-v2-resource-menu { position: relative; }
.shipendo-v2-resource-menu summary { cursor: pointer; list-style: none; }
.shipendo-v2-resource-menu summary::-webkit-details-marker { display: none; }
.shipendo-v2-resource-menu summary span { margin-left: 5px; }
.shipendo-v2-resource-menu > div { position: absolute; z-index: 30; top: calc(100% + 17px); left: -18px; min-width: 235px; padding: 10px; border: 1px solid var(--v2-line); border-radius: 16px; background: #fff; box-shadow: 0 18px 50px rgba(7,31,79,.14); }
.shipendo-v2-resource-menu > div a { display: block; padding: 11px 12px; border-radius: 9px; color: var(--v2-ink); font-weight: 650; }
.shipendo-v2-resource-menu > div a:hover, .shipendo-v2-resource-menu > div a:focus { background: #edf4ff; }
.shipendo-v2 h1, .shipendo-v2 h2, .shipendo-v2 h3, .shipendo-v2 p { margin-top: 0; }
.shipendo-v2 h1 { max-width: 900px; margin-bottom: 28px; font-size: clamp(48px, 6vw, 82px); line-height: .98; letter-spacing: -.055em; }
.shipendo-v2 h2 { margin-bottom: 24px; font-size: clamp(36px, 4.5vw, 62px); line-height: 1.03; letter-spacing: -.045em; }
.shipendo-v2 h3 { font-size: 21px; line-height: 1.25; letter-spacing: -.02em; }
.shipendo-v2 p { color: #294b79; font-size: 18px; line-height: 1.7; }
.shipendo-v2 .shipendo-eyebrow { margin-bottom: 19px; color: #994038; font-family: "DM Mono", monospace; font-size: 12px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.shipendo-v2-hero { position: relative; padding: clamp(90px, 10vw, 150px) 0 100px; background-color: #edf4fd; background-image: linear-gradient(rgba(21,88,197,.055) 1px, transparent 1px),linear-gradient(90deg,rgba(21,88,197,.055) 1px,transparent 1px); background-size: 52px 52px; }
.shipendo-v2-hero-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(420px,.95fr); align-items: center; gap: 70px; }
.shipendo-v2-hero-copy > p { max-width: 680px; font-size: 20px; }
.shipendo-v2-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin: 34px 0 24px; }
.shipendo-v2-actions > a:not(.shipendo-button) { color: var(--v2-ink); font-weight: 750; }
.shipendo-v2-support { max-width: 660px; padding-top: 20px; border-top: 1px solid var(--v2-line); color: #38567f; font-size: 14px; line-height: 1.6; }
.shipendo-v2-hero-board { padding: 22px; border: 1px solid #b8d0ef; border-radius: 26px; background: rgba(255,255,255,.92); box-shadow: 0 26px 60px rgba(16,68,145,.14); transform: rotate(1deg); }
.shipendo-v2-board-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid #d7e4f4; font-size: 13px; font-weight: 750; }
.shipendo-v2-board-head span { display: flex; align-items: center; gap: 9px; }.shipendo-v2-board-head i { width: 10px; height: 10px; border-radius: 50%; background: #0d4fb8; box-shadow: 0 0 0 5px #e6f0ff; }.shipendo-v2-board-head b { color: #197251; }
.shipendo-v2-board-flow { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 18px 0; }
.shipendo-v2-board-flow span { min-height: 88px; padding: 14px; border-radius: 14px; background: #edf4fd; color: #173b72; font-size: 13px; font-weight: 750; }.shipendo-v2-board-flow i { display: block; margin-bottom: 14px; color: #4077c9; font-family: "DM Mono",monospace; font-style: normal; font-size: 11px; }
.shipendo-v2-board-exception { position: relative; display: grid; grid-template-columns: 1fr auto; padding: 16px 52px 16px 17px; border-left: 4px solid #e36d64; border-radius: 12px; background: #fff4f1; }.shipendo-v2-board-exception strong,.shipendo-v2-board-exception span { display:block; }.shipendo-v2-board-exception span { margin-top:6px;color:#744a45;font-size:12px;line-height:1.5 }.shipendo-v2-board-exception b { position:absolute;right:18px;top:50%;transform:translateY(-50%); }
.shipendo-v2-proof { padding: 25px 0; border-block: 1px solid var(--v2-line); background: #fff; }.shipendo-v2-proof .shipendo-container { display:flex;align-items:center;justify-content:center;gap:clamp(28px,6vw,90px);flex-wrap:wrap }.shipendo-v2-proof h2 { font-size:22px;margin:0 }.shipendo-v2-proof strong,.shipendo-v2-proof span { display:block }.shipendo-v2-proof strong { font-size:25px }.shipendo-v2-proof span { color:#526d91;font-size:12px }
.shipendo-v2-section { padding: clamp(75px,9vw,130px) 0; background: #f8faff; }
.shipendo-v2-section:nth-of-type(even) { background:#eef4fd; }
.shipendo-v2-heading { max-width: 820px; margin: 0 auto 55px; text-align:center; }.shipendo-v2-heading > p { max-width:720px;margin-inline:auto }.shipendo-v2-heading-split { display:grid;grid-template-columns:1fr 1fr;max-width:none;gap:80px;text-align:left;align-items:end }.shipendo-v2-heading-split p { margin:0 }
.shipendo-v2-card-grid { display:grid;gap:18px }.shipendo-v2-three { grid-template-columns:repeat(3,1fr) }.shipendo-v2-four { grid-template-columns:repeat(4,1fr) }
.shipendo-v2-card-grid article { min-width:0;padding:32px;border:1px solid var(--v2-line);border-radius:20px;background:#fff;box-shadow:0 14px 35px rgba(7,31,79,.055) }.shipendo-v2-card-grid article > span { display:inline-flex;margin-bottom:35px;color:#a3443d;font-family:"DM Mono",monospace;font-size:12px }.shipendo-v2-card-grid article small { display:block;min-height:32px;margin-bottom:25px;color:#275797;font-family:"DM Mono",monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase }.shipendo-v2-card-grid article p { margin-bottom:0;font-size:16px }
.shipendo-v2-split { display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:90px;align-items:start }.shipendo-v2-split > div > p { max-width:620px }.shipendo-v2-split ol { margin:0;padding:0;list-style:none;border-top:1px solid var(--v2-line) }.shipendo-v2-split li { display:grid;grid-template-columns:55px 1fr;gap:18px;padding:22px 0;border-bottom:1px solid var(--v2-line);font-size:17px;font-weight:700;line-height:1.5 }.shipendo-v2-split li span { color:#a3443d;font-family:"DM Mono",monospace;font-size:12px }
.shipendo-v2-visibility article i { display:grid;width:46px;height:46px;margin-bottom:28px;place-items:center;border-radius:13px;background:#dceafe;color:#0d57c7;font-style:normal;font-weight:800 }
.shipendo-v2-fit-grid { display:grid;grid-template-columns:1fr 1fr;gap:20px }.shipendo-v2-fit-grid > div { padding:38px;border:1px solid var(--v2-line);border-radius:22px;background:#fff }.shipendo-v2-fit-grid > div:first-child { border-top:5px solid #2a8d68 }.shipendo-v2-fit-grid > div:last-child { border-top:5px solid #be5a51 }.shipendo-v2-fit ul { margin:25px 0 0;padding:0;list-style:none }.shipendo-v2-fit li { position:relative;padding:13px 0 13px 29px;border-top:1px solid #dce7f5;color:#294b79;line-height:1.5 }.shipendo-v2-fit li:before { position:absolute;left:0;content:'✓';color:#16714f;font-weight:800 }.shipendo-v2-fit-grid > div:last-child li:before { content:'•';color:#a3443d }.shipendo-v2-closing-line { max-width:800px;margin:35px auto 0!important;text-align:center;font-weight:700 }
.shipendo-v2-pricing { background:var(--v2-blue-dark)!important;color:white }.shipendo-v2-pricing h2,.shipendo-v2-pricing p,.shipendo-v2-pricing strong { color:white }.shipendo-v2-pricing strong { display:block;margin:24px 0;line-height:1.6 }.shipendo-v2-pricing .shipendo-eyebrow { color:#c6f36f }
.shipendo-v2-faq-grid { display:grid;grid-template-columns:.7fr 1.3fr;gap:90px }.shipendo-v2-faq h2 { font-size:36px }.shipendo-v2-faq details { border-bottom:1px solid var(--v2-line) }.shipendo-v2-faq summary { display:flex;justify-content:space-between;gap:20px;padding:22px 0;cursor:pointer;list-style:none;font-size:18px;font-weight:750 }.shipendo-v2-faq summary::-webkit-details-marker{display:none}.shipendo-v2-faq details p{padding-right:40px;font-size:16px}
.shipendo-v2-inner-hero .shipendo-container { max-width:1000px;margin-left:max(24px,calc((100% - 1180px)/2)); }.shipendo-v2-inner-hero h1 { max-width:17ch;text-wrap:balance }.shipendo-v2-inner-hero p { max-width:760px;font-size:20px }
.shipendo-v2-table-wrap { overflow-x:auto;border:1px solid var(--v2-line);border-radius:20px;background:white }.shipendo-v2 table { width:100%;border-collapse:collapse }.shipendo-v2 th,.shipendo-v2 td { min-width:220px;padding:22px;text-align:left;vertical-align:top;border-bottom:1px solid var(--v2-line);font-size:15px;line-height:1.55 }.shipendo-v2 th { color:#fff;background:var(--v2-blue-dark);font-size:13px }.shipendo-v2 td:first-child { font-weight:750 }
.shipendo-v2-final { padding:clamp(75px,9vw,125px) 0;background:#071f4f;color:#fff }.shipendo-v2-final-grid { display:grid;grid-template-columns:minmax(0,.85fr) minmax(460px,1.15fr);gap:80px;align-items:start }.shipendo-v2-final h2 { color:#fff }.shipendo-v2-final p,.shipendo-v2-final small { color:#d9e6f7 }.shipendo-v2-final .shipendo-eyebrow { color:#c5f16e }.shipendo-v2-final form,.shipendo-v2-final .shipendo-lead-form { background:#fff;color:var(--v2-ink) }
.shipendo-v2-footer { padding:25px 0;background:#061a42;color:#c8d7ec }.shipendo-v2-footer .shipendo-container { display:flex;align-items:center;gap:30px }.shipendo-v2-footer p { margin:0 auto 0 0;color:#c8d7ec;font-size:13px }.shipendo-v2-footer a { color:#fff;font-size:13px }
@media (max-width:1100px){.shipendo-v2-nav .shipendo-nav-actions{display:none}.shipendo-v2-hero-grid{grid-template-columns:1fr;gap:55px}.shipendo-v2-hero-board{max-width:720px}.shipendo-v2-four{grid-template-columns:1fr 1fr}.shipendo-v2-final-grid{grid-template-columns:1fr}.shipendo-v2-final-grid form{max-width:760px}}
@media (max-width:860px){.shipendo-v2 .shipendo-container{width:min(100% - 32px,1180px)}.shipendo-v2-nav .shipendo-nav-links{gap:0}.shipendo-v2-resource-menu{width:100%}.shipendo-v2-resource-menu summary{padding:15px 0}.shipendo-v2-resource-menu>div{position:static;min-width:0;margin:0 0 12px;box-shadow:none}.shipendo-v2-three,.shipendo-v2-heading-split,.shipendo-v2-split,.shipendo-v2-fit-grid,.shipendo-v2-faq-grid{grid-template-columns:1fr}.shipendo-v2-split,.shipendo-v2-faq-grid,.shipendo-v2-heading-split{gap:42px}.shipendo-v2-heading-split{text-align:center}.shipendo-v2-inner-hero .shipendo-container{margin-inline:auto}.shipendo-v2-final-grid{gap:45px}}
@media (max-width:600px){.shipendo-v2 h1{font-size:clamp(39px,12vw,54px);line-height:1.02}.shipendo-v2 h2{font-size:clamp(32px,10vw,44px)}.shipendo-v2 p{font-size:17px}.shipendo-v2-hero{padding:72px 0 65px}.shipendo-v2-section{padding:68px 0}.shipendo-v2-actions{align-items:stretch;flex-direction:column}.shipendo-v2-actions .shipendo-button{justify-content:center;width:100%}.shipendo-v2-board-flow,.shipendo-v2-four{grid-template-columns:1fr}.shipendo-v2-hero-board{padding:15px;transform:none}.shipendo-v2-board-head{align-items:flex-start;gap:12px}.shipendo-v2-board-flow span{min-height:68px}.shipendo-v2-card-grid article,.shipendo-v2-fit-grid>div{padding:25px}.shipendo-v2-card-grid article>span{margin-bottom:22px}.shipendo-v2-final-grid{display:block}.shipendo-v2-final-grid>div{margin-bottom:36px}.shipendo-v2-footer .shipendo-container{align-items:flex-start;flex-direction:column;gap:14px}.shipendo-v2-footer p{margin:0}.shipendo-v2-table-wrap{margin-inline:-16px;border-radius:0;border-inline:0}}
@media (max-width:600px){.shipendo-v2-inner-hero h1{max-width:100%}}
