:root{
  --vp-blue:#0b3ea8;
  --vp-blue-dark:#092961;
  --vp-blue-soft:#eaf1ff;
  --vp-orange:#f97316;
  --vp-orange-2:#ff9b2f;
  --vp-yellow:#ffd23c;
  --vp-green:#14945f;
  --ink:#172033;
  --ink-2:#34415a;
  --muted:#6e7b8f;
  --page:#f3f6fb;
  --card:#ffffff;
  --line:#dbe4f0;
  --shadow-sm:0 8px 22px rgba(15,38,82,.06);
  --shadow:0 18px 46px rgba(13,37,78,.10);
  --shadow-lg:0 28px 70px rgba(11,32,70,.16);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;color-scheme:light}
body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(11,62,168,.06),transparent 26%),linear-gradient(180deg,#f8fbff 0%,#f2f6fb 100%);color:var(--ink);font-family:"Segoe UI Variable","Segoe UI",Inter,system-ui,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}
button,input,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit}
img{max-width:100%;height:auto;display:block}
[hidden]{display:none!important}
.accent-bar{height:5px;background:linear-gradient(90deg,var(--vp-orange),var(--vp-yellow) 28%,var(--vp-blue) 64%,#13a56b)}
.page-shell{width:min(1180px,calc(100% - 32px));margin-inline:auto}

.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.84);backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);border-bottom:1px solid rgba(28,53,97,.08)}
.site-header__inner{width:min(1260px,calc(100% - 32px));min-height:78px;margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:18px}
.vp-brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none}
.vp-brand__logo{width:52px;height:52px;border-radius:15px;overflow:hidden;background:#fff;box-shadow:0 8px 20px rgba(11,62,168,.14)}
.vp-brand__logo img{width:100%;height:100%;object-fit:cover}
.vp-brand__copy{display:flex;flex-direction:column;line-height:1}
.vp-brand__copy strong{font-size:18px;font-weight:900;letter-spacing:-.03em;color:var(--vp-blue)}
.vp-brand__copy small{margin-top:5px;font-size:10.5px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#68758a}
.site-header__right{display:flex;align-items:center;gap:12px}
.secure-note{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:rgba(20,148,95,.08);color:#1f5b45;font-size:12px;font-weight:800}
.secure-note svg{width:16px;height:16px;fill:var(--vp-green)}
.header-home{height:42px;padding:0 16px;border-radius:999px;background:#fff;border:1px solid #d7e0eb;box-shadow:var(--shadow-sm);display:inline-flex;align-items:center;gap:8px;color:#22324b;text-decoration:none;font-size:12px;font-weight:900;transition:.18s ease}
.header-home svg{width:16px;height:16px;fill:currentColor}
.header-home:hover{transform:translateY(-1px);color:var(--vp-blue);border-color:#b8c8df;box-shadow:0 10px 24px rgba(18,40,84,.10)}

.order-hero{position:relative;overflow:hidden;padding:22px 0 0;background:linear-gradient(125deg,#072053 0%,#0b3ea8 62%,#1350bf 100%);color:#fff}
.order-hero::before{content:"";position:absolute;left:-140px;top:-180px;width:440px;height:440px;border-radius:50%;background:radial-gradient(circle,rgba(255,210,60,.18),rgba(255,210,60,0) 68%)}
.order-hero::after{content:"";position:absolute;right:-120px;bottom:-130px;width:380px;height:380px;border-radius:50%;border:56px solid rgba(255,255,255,.05)}
.order-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.76fr);gap:28px;align-items:center;padding:24px 0 22px}
.hero-copy{padding:14px 0}
.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;color:#ffe286;font-size:11px;font-weight:900;letter-spacing:.17em;text-transform:uppercase}
.eyebrow::before{content:"";width:26px;height:2px;border-radius:999px;background:var(--vp-orange-2)}
.order-hero h1{margin:0;font-size:clamp(32px,4.2vw,56px);line-height:1.02;letter-spacing:-.04em;font-weight:900;max-width:680px}
.order-hero p{max-width:650px;margin:14px 0 0;color:rgba(255,255,255,.82);font-size:15px;line-height:1.65}
.hero-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.hero-badges span{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.12);font-size:11px;font-weight:800;letter-spacing:.02em}
.hero-visual__panel{position:relative;border-radius:28px;padding:18px;background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.09));border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 50px rgba(2,18,48,.22), inset 0 1px 0 rgba(255,255,255,.12)}
.hero-visual__top{display:flex;gap:8px;flex-wrap:wrap}
.hero-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;background:#fff;color:var(--vp-blue-dark);font-size:10.5px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.hero-chip--light{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.12)}
.hero-cylinder-stack{margin-top:18px;display:grid;grid-template-columns:.9fr 1.1fr .9fr;gap:10px;align-items:end}
.hero-cylinder-card{padding:14px 12px;border-radius:22px;background:linear-gradient(180deg,rgba(7,22,56,.32),rgba(255,255,255,.08));border:1px solid rgba(255,255,255,.12);text-align:center}
.hero-cylinder-card img{height:112px;margin:0 auto;filter:drop-shadow(0 14px 20px rgba(0,0,0,.25))}
.hero-cylinder-card strong{display:block;margin-top:10px;font-size:15px;letter-spacing:-.02em}
.hero-cylinder-card--main{padding-top:18px;padding-bottom:16px;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.10));transform:translateY(-8px)}
.hero-cylinder-card--main img{height:132px}
.hero-cylinder-card--small img{height:100px}
.hero-visual__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:16px}
.hero-visual__stats div{padding:12px;border-radius:18px;background:rgba(7,19,49,.24);border:1px solid rgba(255,255,255,.10);display:flex;flex-direction:column;gap:3px;text-align:center}
.hero-visual__stats strong{font-size:18px;font-weight:900}
.hero-visual__stats span{font-size:10px;font-weight:700;color:rgba(255,255,255,.76);text-transform:uppercase;letter-spacing:.12em}
.process-strip{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 auto 24px;padding:15px 18px;border-radius:20px;background:#fff;box-shadow:0 20px 42px rgba(9,32,78,.14);transform:translateY(12px)}
.process-item{display:flex;align-items:center;gap:10px;min-width:0}
.process-item>span{width:34px;height:34px;flex:0 0 34px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--vp-orange),var(--vp-yellow));box-shadow:0 8px 14px rgba(249,115,22,.18);color:#1b2e47;font-size:13px;font-weight:900}
.process-item div{display:flex;flex-direction:column;min-width:0}
.process-item strong{font-size:13px;color:#17253b}
.process-item small{margin-top:2px;font-size:10.5px;color:#7b8698;white-space:nowrap}
.process-line{width:30px;height:1px;flex:0 1 30px;background:#d7e0eb}

.order-page{padding:28px 0 54px}
.notice{margin-bottom:16px;padding:15px 18px;border-radius:16px;border:1px solid #efce73;background:#fff9e8;color:#72510a;font-weight:800;box-shadow:var(--shadow-sm)}
.order-layout{display:grid;grid-template-columns:minmax(0,1.48fr) minmax(320px,.72fr);gap:18px;align-items:start}
.order-flow{display:grid;gap:16px}
.order-card,.summary-card{background:rgba(255,255,255,.96);border:1px solid #e2e9f2;border-radius:24px;box-shadow:var(--shadow)}
.order-card{padding:24px}
.section-heading{display:flex;align-items:center;gap:12px;margin-bottom:20px}
.step-number{width:40px;height:40px;border-radius:14px;background:#eef3ff;color:var(--vp-blue);display:grid;place-items:center;font-size:12px;font-weight:900;border:1px solid #d7e2fb}
.section-heading>div,.summary-card__top>div{min-width:0}
.section-kicker{margin:0 0 4px;color:var(--vp-blue);font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
h2{margin:0;font-size:22px;line-height:1.1;letter-spacing:-.03em;color:#15233b}
.field-block{margin-top:20px}
.field-block:first-of-type{margin-top:0}
.field-block--flush{margin:0}
.field-label{display:block;margin-bottom:10px;color:#26344a;font-size:12.5px;font-weight:900}
.field-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}
.field-hint{margin-bottom:10px;color:#7a8798;font-size:11px;text-align:right}
.segmented-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.option-pill{position:relative;min-height:72px;padding:12px 14px;border:1px solid #dae3ef;border-radius:18px;background:linear-gradient(180deg,#fff,#fbfdff);display:flex;align-items:center;gap:11px;cursor:pointer;transition:.18s ease}
.option-pill:hover{transform:translateY(-1px);border-color:#b7c8e5;box-shadow:var(--shadow-sm)}
.option-pill input{position:absolute;opacity:0;pointer-events:none}
.option-pill:has(input:checked){border-color:#82a4e4;background:linear-gradient(180deg,#ffffff,#f2f6ff);box-shadow:0 0 0 3px rgba(11,62,168,.06),0 14px 30px rgba(15,40,82,.08)}
.option-pill__icon{width:40px;height:40px;flex:0 0 40px;border-radius:13px;background:#edf2fa;display:grid;place-items:center;color:#5c6c84}
.option-pill__icon svg{width:18px;height:18px;fill:currentColor}
.option-pill:has(input:checked) .option-pill__icon{background:var(--vp-blue);color:#fff}
.option-pill>span:last-child{display:flex;flex-direction:column;gap:2px}
.option-pill strong{font-size:14px;color:#1c2c44}
.option-pill small{font-size:11px;color:#7c8798}
.option-pill.disabled{opacity:.45;cursor:not-allowed}
.native-size-select{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.cylinder{position:relative;min-height:196px;padding:14px 12px 14px;border:1px solid #dbe4ef;border-radius:20px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:10px;color:var(--ink);cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}
.cylinder::before{content:"";position:absolute;left:14px;right:14px;top:12px;height:48%;border-radius:16px;background:radial-gradient(circle at top,rgba(11,62,168,.05),transparent 68%);pointer-events:none}
.cylinder:hover{transform:translateY(-2px);border-color:#b0c2e0;box-shadow:0 16px 32px rgba(18,44,89,.08)}
.cylinder.active{border-color:#6f94df;background:linear-gradient(180deg,#ffffff,#f0f5ff);box-shadow:0 0 0 3px rgba(11,62,168,.07),0 16px 34px rgba(16,47,100,.10)}
.cylinder__image{height:110px;display:flex;align-items:flex-end;justify-content:center;position:relative;z-index:1}
.cylinder__image img{max-height:106px;width:auto;filter:drop-shadow(0 18px 14px rgba(22,35,54,.18))}
.cylinder__copy{display:flex;flex-direction:column;align-items:center;gap:2px;position:relative;z-index:1}
.cylinder__copy strong{font-size:19px;letter-spacing:-.03em;color:#1b2b43}
.cylinder__copy small{font-size:10.5px;color:#808b9b;text-transform:uppercase;letter-spacing:.08em}
.cylinder__check{position:absolute;top:11px;right:11px;width:24px;height:24px;border-radius:50%;background:var(--vp-blue);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:900;opacity:0;transform:scale(.75);transition:.18s ease;z-index:1}
.cylinder.active .cylinder__check{opacity:1;transform:scale(1)}
.cylinder[hidden]{display:none!important}
.cylinder:disabled{opacity:.35;cursor:not-allowed}
.order-options-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(220px,.55fr);gap:22px;margin-top:24px;padding-top:24px;border-top:1px solid #edf1f6}
.swap-options{display:grid;gap:9px}
.swap-card{position:relative;min-height:63px;padding:12px 14px 12px 43px;border:1px solid #dde5ef;border-radius:16px;background:#fff;display:flex;align-items:center;cursor:pointer;transition:.18s ease}
.swap-card input{position:absolute;left:15px;width:17px;height:17px;accent-color:var(--vp-blue)}
.swap-card:has(input:checked){border-color:#8faadd;background:#f4f8ff;box-shadow:0 10px 18px rgba(12,48,105,.05)}
.swap-card span{display:flex;flex-direction:column;gap:3px}
.swap-card strong{font-size:13px;color:#243249}
.swap-card small{font-size:10.8px;color:#7e8898;line-height:1.35}
.quantity-block{padding-left:22px;border-left:1px solid #edf0f5}
.qty{height:52px;border:1px solid #dbe2ec;border-radius:16px;background:#fafbfd;display:grid;grid-template-columns:48px 1fr 48px;overflow:hidden}
.qty button{border:0;background:#fff;color:#22334c;font-size:24px;font-weight:500;cursor:pointer;transition:.15s ease}
.qty button:hover{background:#f0f4fa;color:var(--vp-blue)}
.qty-input{width:100%;height:100%;padding:0;border:0!important;border-left:1px solid #e5e9f0!important;border-right:1px solid #e5e9f0!important;border-radius:0!important;background:#fff!important;text-align:center;font-size:17px;font-weight:850;color:#1b2b43;outline:0!important;box-shadow:none!important;-moz-appearance:textfield}
.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.field-note{margin:8px 0 0;color:#8b96a5;font-size:10.8px;line-height:1.45}
.form-row{display:grid}
.details-grid{grid-template-columns:1fr 1fr;gap:14px}
.field{display:flex;flex-direction:column;gap:8px}
.field--full{grid-column:1/-1}
.field label{font-size:12px;font-weight:850;color:#304059}
.field label>span{color:var(--vp-orange)}
.field label small{font-size:10px;font-weight:600;color:#8c96a5}
.input{width:100%;height:50px;padding:0 14px;border:1px solid #d8e0eb;border-radius:14px;background:#fbfcfe;color:#18263c;outline:0;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}
.input::placeholder{color:#a2aaba}
.input:hover{border-color:#c2cede;background:#fff}
.input:focus{border-color:#7f9fdf;background:#fff;box-shadow:0 0 0 4px rgba(11,62,168,.08)}
.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.payment-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.send-card{position:relative;min-height:82px;padding:14px 46px 14px 14px;border:1px solid #dce3ed;border-radius:17px;background:#fff;display:grid;grid-template-columns:44px 1fr;gap:12px;align-items:center;cursor:pointer;transition:.18s ease}
.send-card input{position:absolute;opacity:0;pointer-events:none}
.send-card:hover{border-color:#aec0de;background:#fcfdff}
.send-card:has(input:checked){border-color:#7598df;background:#f3f7ff;box-shadow:0 0 0 3px rgba(11,62,168,.06)}
.send-card.disabled{opacity:.4;cursor:not-allowed}
.payment-icon{width:44px;height:44px;border-radius:14px;background:#eef3ff;color:var(--vp-blue);display:grid;place-items:center;font-size:13px;font-weight:900}
.payment-icon svg{width:22px;height:22px;fill:currentColor}
.payment-icon--payfast{background:#eef8f4;color:#0c8a5a}
.send-card>span:nth-of-type(2){display:flex;flex-direction:column;gap:4px}
.send-card strong{font-size:13.5px;color:#1f2d43}
.send-card small{font-size:10.8px;color:#7f8998;line-height:1.35}
.radio-mark{position:absolute;right:16px;width:18px;height:18px;border-radius:50%;border:2px solid #bac6d6;background:#fff}
.send-card:has(input:checked) .radio-mark{border:5px solid var(--vp-blue)}
.sandbox-note{margin:12px 0 0;padding:10px 12px;border-radius:12px;background:#fff7df;border:1px solid #f1d88d;color:#725715;font-size:11px;font-weight:700}
.order-routing-note{margin-top:18px;padding:13px 14px;border:1px solid #dcebe4;border-radius:16px;background:#f5fbf8;display:flex;align-items:flex-start;gap:11px}
.routing-icon{width:34px;height:34px;flex:0 0 34px;border-radius:12px;background:#e3f5eb;color:#138152;display:grid;place-items:center}
.routing-icon svg{width:18px;height:18px;fill:currentColor}
.order-routing-note>span:last-child{display:flex;flex-direction:column;gap:3px}
.order-routing-note strong{font-size:12.5px;color:#1e4938}
.order-routing-note small{font-size:10.8px;line-height:1.45;color:#648173}
.summary-card{position:sticky;top:96px;padding:22px;overflow:hidden}
.summary-card::before{content:"";display:block;height:5px;margin:-22px -22px 18px;background:linear-gradient(90deg,var(--vp-orange),var(--vp-yellow) 34%,var(--vp-blue) 71%,#16aa70)}
.summary-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.summary-card__top h2{font-size:20px}
.area-badge{max-width:46%;padding:7px 10px;border-radius:999px;background:#eef3ff;color:var(--vp-blue);font-size:10.5px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.summary-preview{display:grid;grid-template-columns:74px 1fr;gap:12px;align-items:center;margin-top:14px;padding:12px;border-radius:18px;background:linear-gradient(135deg,#f8fbff,#f2f7ff);border:1px solid #e0e8f3}
.summary-preview__img{height:74px;border-radius:16px;background:radial-gradient(circle at top,rgba(11,62,168,.08),transparent 70%),#fff;display:grid;place-items:center}
.summary-preview__img img{height:60px;width:auto}
.summary-preview__copy strong{display:block;font-size:14px;color:#1a2940}
.summary-preview__copy small{display:block;margin-top:4px;font-size:10.8px;line-height:1.45;color:#7b8798}
.summary-divider{height:1px;background:#edf0f5;margin:18px 0}
.line-items{display:grid;gap:11px}
.line-item{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;color:#738094;font-size:12px}
.line-item span:last-child{max-width:58%;color:#24334a;font-weight:850;text-align:right}
.total-row{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}
.total-row>div:first-child{display:flex;flex-direction:column;gap:4px}
.total-row>div:first-child>span{font-size:13px;font-weight:900;color:#22324a}
.total-row small{font-size:10.5px;color:#8a94a2}
.price{font-size:30px;font-weight:900;letter-spacing:-.04em;color:#10264d}
.summary-actions{margin-top:18px}
.status{min-height:0;margin-bottom:10px;color:#68758a;font-size:11px;line-height:1.45}
.status:empty{display:none}
.status.error,.status.warning{padding:10px 11px;border-radius:12px}
.status.error{background:#fff1f1;color:#a52929;border:1px solid #f0c7c7}
.status.warning{background:#fff8e7;color:#7c5c14;border:1px solid #eedb9c}
.status.success{color:#147a4e;font-weight:750}
.place-order-btn{width:100%;height:56px;padding:0 18px;border:0;border-radius:17px;background:linear-gradient(102deg,#f56d0b 0%,#ff9426 43%,#17459b 100%);box-shadow:0 14px 28px rgba(25,63,134,.18),0 10px 22px rgba(249,115,22,.15);color:#fff;display:flex;align-items:center;justify-content:center;gap:9px;font-size:14px;font-weight:900;letter-spacing:.01em;cursor:pointer;transition:.18s ease}
.place-order-btn::after{content:"→";font-size:18px;line-height:1;transition:transform .18s ease}
.place-order-btn:hover:not(:disabled)::after{transform:translateX(3px)}
.place-order-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 18px 36px rgba(25,63,134,.22),0 13px 26px rgba(249,115,22,.19)}
.place-order-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}
.place-order-btn:focus-visible,.header-home:focus-visible,.cylinder:focus-visible,.option-pill:focus-within,.swap-card:focus-within,.send-card:focus-within{outline:3px solid rgba(255,184,56,.5);outline-offset:3px}
.summary-trust{margin-top:13px;display:flex;justify-content:center;gap:16px;color:#7c8796;font-size:9.5px;font-weight:800}
.summary-trust span{display:flex;align-items:center;gap:5px}
.summary-trust svg{width:13px;height:13px;fill:#6f8099}
.order-result{margin-top:15px;padding:12px;border-radius:13px;background:#f2faf6;border:1px solid #d4ebde;color:#24523f;font-size:11px;line-height:1.45}
.order-result .success{font-weight:700}
.result-details{margin-top:4px;color:#5d786b}
.site-footer{border-top:1px solid #e3e8f0;background:#fff}
.site-footer__inner{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.site-footer__brand{display:flex;align-items:center;gap:10px}
.site-footer__brand img{width:38px;height:38px;border-radius:10px;object-fit:cover;box-shadow:0 4px 12px rgba(11,62,168,.1)}
.site-footer__brand span{display:flex;flex-direction:column;gap:2px}
.site-footer__brand strong{color:var(--vp-blue);font-size:13px}
.site-footer__brand small{color:#8a94a2;font-size:10px}
.site-footer__links{display:flex;gap:18px}
.site-footer__links a{color:#5c697d;text-decoration:none;font-size:11px;font-weight:800}
.site-footer__links a:hover{color:var(--vp-blue)}
.success-modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:20px}
.success-modal__backdrop{position:absolute;inset:0;background:rgba(8,20,45,.66);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}
.success-modal__panel{position:relative;z-index:1;width:min(500px,100%);padding:30px;border-radius:24px;background:#fff;box-shadow:0 40px 90px rgba(7,22,52,.34);text-align:center;overflow:hidden}
.success-modal__panel::before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:linear-gradient(90deg,var(--vp-orange),var(--vp-yellow),var(--vp-blue),#17a86e)}
.success-modal__brand{display:flex;align-items:center;justify-content:center;gap:9px;margin-bottom:20px;color:var(--vp-blue);font-size:10px;font-weight:900;letter-spacing:.15em}
.success-modal__brand img{width:42px;height:42px;border-radius:11px;object-fit:cover;box-shadow:0 5px 15px rgba(11,62,168,.13)}
.success-modal__icon{width:66px;height:66px;margin:0 auto 14px;border-radius:50%;display:grid;place-items:center;background:#eaf8f1;color:#128052;font-size:31px;font-weight:900;box-shadow:inset 0 0 0 1px #c9ead9}
.success-modal__eyebrow{margin:0 0 7px;color:#138052;font-size:10px;font-weight:900;letter-spacing:.15em}
.success-modal__panel h2{font-size:27px;letter-spacing:-.035em}
.success-modal__message{margin:10px auto 18px;max-width:390px;color:#6d7889;font-size:13px;line-height:1.55}
.success-order-number{margin:0 auto 14px;padding:14px 18px;border:1px solid #dce4ef;border-radius:14px;background:#f8faff;display:flex;align-items:center;justify-content:space-between;gap:14px;text-align:left}
.success-order-number span{color:#7f8a9b;font-size:11px;font-weight:750}
.success-order-number strong{color:var(--vp-blue);font-size:19px;letter-spacing:.01em}
.success-modal__summary{margin:0 0 18px;color:#394a62;font-size:12px;font-weight:700}
.success-modal__actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.success-download,.success-home{min-height:48px;padding:0 14px;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:12px;font-weight:850;cursor:pointer}
.success-download{border:1px solid #d8e0eb;background:#fff;color:#29405f}
.success-home{border:0;background:linear-gradient(105deg,var(--vp-orange),#ff9223 42%,var(--vp-blue));color:#fff;box-shadow:0 10px 22px rgba(17,61,143,.16)}
.success-download:hover{border-color:#aebfda;background:#fafcff}
.success-home:hover{filter:brightness(1.03)}
.success-modal__note{margin:15px 0 0;color:#8c96a5;font-size:10.5px}
body.success-open{overflow:hidden}

@media(max-width:1080px){
  .order-hero__inner{grid-template-columns:1fr;gap:18px;padding-bottom:16px}
  .hero-copy{padding-top:0}
  .hero-visual__panel{max-width:760px}
  .process-strip{margin-top:4px}
  .order-layout{grid-template-columns:1fr}
  .summary-card{position:static}
}
@media(max-width:760px){
  .page-shell,.site-header__inner{width:calc(100% - 22px)}
  .site-header__inner{min-height:70px}
  .vp-brand__logo{width:46px;height:46px}
  .vp-brand__copy strong{font-size:16px}
  .vp-brand__copy small,.secure-note{display:none}
  .header-home{height:38px;padding:0 12px;font-size:11px}
  .order-hero{padding-top:16px}
  .order-hero h1{font-size:34px}
  .order-hero p{font-size:14px}
  .hero-badges{gap:8px}
  .hero-badges span{padding:9px 12px;font-size:10px}
  .hero-cylinder-stack{grid-template-columns:1fr 1fr 1fr}
  .hero-cylinder-card img{height:86px}
  .hero-cylinder-card--main img{height:104px}
  .hero-visual__stats{grid-template-columns:1fr 1fr 1fr}
  .process-strip{display:grid;grid-template-columns:1fr 1fr 1fr;padding:12px 14px;gap:8px;transform:translateY(10px)}
  .process-item{display:block;text-align:center}
  .process-item>span{margin:0 auto 7px;width:30px;height:30px}
  .process-item strong{font-size:10px}
  .process-item small,.process-line{display:none}
  .order-page{padding-top:24px}
  .order-card{padding:18px}
  .section-heading{margin-bottom:18px}
  .field-block{margin-top:18px}
  .segmented-options,.details-grid,.payment-options{grid-template-columns:1fr}
  .product-grid{grid-template-columns:1fr 1fr;gap:10px}
  .cylinder{min-height:168px}
  .cylinder__image{height:96px}
  .cylinder__image img{max-height:92px}
  .order-options-grid{grid-template-columns:1fr;gap:16px;margin-top:20px;padding-top:20px}
  .quantity-block{padding-left:0;padding-top:16px;border-left:0;border-top:1px solid #edf0f5}
  .field-title-row{align-items:flex-start;flex-direction:column;gap:0}
  .field-hint{text-align:left;margin-top:-4px}
  .summary-card{padding:18px}
  .summary-card::before{margin:-18px -18px 16px}
  .summary-preview{grid-template-columns:64px 1fr}
  .site-footer__inner{min-height:95px;flex-direction:column;justify-content:center;align-items:flex-start;padding:14px 0}
  .success-modal__panel{padding:24px 20px}
  .success-modal__actions{grid-template-columns:1fr}
}
@media(max-width:480px){
  .page-shell,.site-header__inner{width:calc(100% - 18px)}
  .order-hero__inner{padding-top:18px}
  .order-hero h1{font-size:29px}
  .hero-badges span{width:100%;justify-content:center;text-align:center}
  .hero-cylinder-stack{gap:8px}
  .hero-cylinder-card{padding:12px 8px;border-radius:18px}
  .hero-cylinder-card img{height:72px}
  .hero-cylinder-card--main img{height:86px}
  .hero-visual__stats div{padding:10px 8px}
  .hero-visual__stats strong{font-size:15px}
  .hero-visual__stats span{font-size:9px}
  .process-strip{grid-template-columns:1fr;gap:10px}
  .process-item{display:flex;text-align:left}
  .process-item>span{margin:0}
  .product-grid{grid-template-columns:1fr 1fr}
  .cylinder{min-height:154px;padding:12px 10px}
  .cylinder__image{height:86px}
  .cylinder__image img{max-height:82px}
  .cylinder__copy strong{font-size:17px}
  .qty{height:50px}
  .line-item{font-size:11.5px}
  .price{font-size:28px}
  .summary-trust{gap:10px;flex-wrap:wrap}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
