:root {
  --ab-navy: #0a2b57;
  --ab-deep: #051b39;
  --ab-blue: #1676d2;
  --ab-cyan: #28a4ff;
  --ab-text: #233246;
  --ab-muted: #69798c;
  --ab-line: #dce6f0;
  --ab-soft: #f2f7fc;
  --ab-soft-blue: #e9f4ff;
  --ab-shadow: 0 18px 55px rgba(9,45,87,.09);
}

.abptp, .abptp * { box-sizing: border-box; }
.abptp { width: 100%; min-width: 0; max-width: 100%; color: var(--ab-text); font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 15px; font-weight: 400; line-height: 1.75; }
.abptp button, .abptp a { font: inherit; }
.abptp a { text-decoration: none; }
.abptp h1, .abptp h2, .abptp h3, .abptp h4, .abptp h5, .abptp h6 { font-family: inherit; }
.abptp-shell { width: 100%; max-width: 1220px; min-width: 0; margin: 0 auto; padding-inline: 26px; }
.abptp-hero-grid > *, .abptp-heading > *, .abptp-spec-layout > *, .abptp-coa-panel > *, .abptp-shipping-layout > *, .abptp-intro-grid > *, .abptp-turnkey-head > *, .abptp-inquiry > .abptp-shell > * { min-width: 0; max-width: 100%; }
.abptp-section { padding: 68px 0; }
.abptp-heading { display: grid; grid-template-columns: 1fr .72fr; gap: 70px; align-items: end; margin-bottom: 32px; }
.abptp-heading > div > span, .abptp-intro-copy > span, .abptp-turnkey-head > div > span, .abptp-inquiry > .abptp-shell > div > span { color: var(--ab-blue); font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.abptp-heading h2, .abptp-turnkey-head h2 { margin: 8px 0 0; color: var(--ab-navy); font-size: 36px; font-weight: 700; line-height: 1.25; letter-spacing: -.3px; }
.abptp-heading > p { margin: 0; color: var(--ab-muted); font-size: 14px; line-height: 1.75; }
.abptp-btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 23px; border: 1px solid var(--ab-blue); border-radius: 10px; background: var(--ab-blue); color: #fff; font-size: 14px; font-weight: 600; cursor: pointer; transition: .2s ease; }
.abptp-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(22,118,210,.25); }
.abptp-btn-outline { border-color: #b8c9db; background: #fff; color: var(--ab-navy); }
.abptp-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.abptp-empty, .abptp-config-note { display: block; padding: 13px 15px; border: 1px dashed #c7d7e6; border-radius: 10px; background: #f8fbfe; color: #74879b; font-size: 12px; }

/* Product hero */
.abptp-hero { padding: 50px 0 60px; background: #fff; }
.abptp-hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 58px; align-items: start; }
.abptp-gallery { padding: 15px; border: 1px solid var(--ab-line); border-radius: 18px; background: #fff; box-shadow: var(--ab-shadow); }
.abptp-gallery-top { display: flex; justify-content: space-between; padding: 2px 2px 12px; color: #8290a2; font-size: 10px; font-weight: 600; letter-spacing: .12em; }
.abptp-gallery-top b { color: var(--ab-navy); }
.abptp-main-image img { display: block; width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 13px; background: var(--ab-soft); }
.abptp-image-placeholder { display: grid; place-items: center; width: 100%; aspect-ratio: 1/1; border-radius: 13px; background: var(--ab-soft); color: #7d8fa2; }
.abptp-thumbs { display: flex; gap: 10px; overflow-x: auto; margin-top: 12px; padding-bottom: 3px; scrollbar-width: thin; scrollbar-color: #b8cbe0 transparent; }
.abptp-thumbs button { flex: 0 0 74px; padding: 0; border: 0; border-radius: 10px; background: transparent; cursor: pointer; }
.abptp-thumbs img { display: block; width: 100%; aspect-ratio: 1/1; object-fit: cover; border: 1px solid var(--ab-line); border-radius: 10px; }
.abptp-thumbs button.is-active img { border: 2px solid var(--ab-blue); box-shadow: 0 6px 16px rgba(22,118,210,.18); }
.abptp-summary { display: flex; flex-direction: column; gap: 20px; padding-top: 4px; }
.abptp-status { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.abptp-status span { color: var(--ab-blue); font-size: 11px; font-weight: 700; letter-spacing: .11em; }
.abptp-status b { color: #397152; font-size: 9px; }
.abptp-status b:before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #42a76b; box-shadow: 0 0 0 5px #e7f6ed; }
.abptp-summary h1 { margin: 0; color: var(--ab-navy); font-size: 48px; font-weight: 700; line-height: 1.15; letter-spacing: -.5px; }
.abptp-lead, .abptp-lead p { margin: 0; color: #5f7084; font-size: 14px; line-height: 1.75; }
.abptp-options { padding: 22px; border: 1px solid var(--ab-line); border-radius: 15px; background: #fff; box-shadow: 0 10px 32px rgba(9,45,87,.06); }
.abptp-option-head, .abptp-quantity-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.abptp-option-head span, .abptp-quantity-row span { display: block; color: var(--ab-navy); font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.abptp-option-head small, .abptp-quantity-row small { display: block; color: #8794a4; font-size: 10px; }
.abptp-option-head > b { padding: 7px 10px; border-radius: 7px; background: var(--ab-soft-blue); color: var(--ab-blue); font-size: 10px; }
.abptp-strengths { display: grid; grid-template-columns: repeat(auto-fit, minmax(105px, 1fr)); gap: 9px; margin-top: 15px; }
.abptp-strengths button { min-height: 70px; padding: 10px; border: 1px solid #ccd8e4; border-radius: 10px; background: #fff; color: var(--ab-navy); cursor: pointer; }
.abptp-strengths strong, .abptp-strengths small { display: block; }
.abptp-strengths strong { font-size: 14px; }
.abptp-strengths small { color: #8290a2; font-size: 9px; }
.abptp-strengths button.is-active { border-color: var(--ab-blue); background: linear-gradient(145deg,#1268bb,#1b82dc); color: #fff; box-shadow: 0 8px 20px rgba(22,118,210,.2); }
.abptp-strengths button.is-active small { color: #d8ecff; }
.abptp-quantity-row { margin-top: 18px; padding-top: 17px; border-top: 1px solid var(--ab-line); }
.abptp-quantity { display: grid; grid-template-columns: 40px 50px 40px; overflow: hidden; border: 1px solid #cbd7e2; border-radius: 9px; }
.abptp-quantity button, .abptp-quantity b { display: grid; place-items: center; height: 42px; border: 0; background: #fff; color: var(--ab-blue); }
.abptp-quantity b { border-inline: 1px solid var(--ab-line); color: var(--ab-navy); font-size: 12px; }
.abptp-notice { display: grid; grid-template-columns: max-content 1fr; gap: 7px; padding: 13px 15px; border: 1px solid #e6dec8; border-radius: 10px; background: #fbfaf5; color: #716a54; font-size: 11px; line-height: 1.55; }

/* Advantage strip */
.abptp-advantages { position: relative; overflow: hidden; padding: 18px 0; background: radial-gradient(circle at 12% 120%,#0b4a83 0,transparent 33%),linear-gradient(115deg,#041a38,#072c59 58%,#041d40); }
.abptp-adv-grid { display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; background: rgba(3,23,49,.38); }
.abptp-adv-grid article { display: grid; grid-template-columns: 74px 1fr; gap: 16px; align-items: center; min-height: 170px; padding: 24px 20px; border-right: 1px solid rgba(255,255,255,.14); }
.abptp-adv-grid article:last-child { border-right: 0; }
.abptp-adv-icon { display: grid; place-items: center; width: 72px; height: 72px; border: 1.5px solid #1ca5ff; border-radius: 50%; color: #fff; box-shadow: 0 0 22px rgba(21,156,247,.22); }
.abptp-adv-icon svg, .abptp-service-top svg { width: 40px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.abptp-adv-grid article > div:last-child > b { color: #24a8ff; font-size: 25px; line-height: 1; }
.abptp-adv-grid h3 { margin: 7px 0 0; color: #fff !important; font-size: 16px; font-weight: 600; line-height: 1.4; }
.abptp-adv-grid i { display: block; width: 24px; height: 3px; margin: 11px 0; border-radius: 3px; background: #22adff; }
.abptp-adv-grid p { margin: 0; color: #c9daeb; font-size: 12px; line-height: 1.55; }

/* Specifications */
.abptp-specs { background: var(--ab-soft); }
.abptp-spec-layout { display: grid; grid-template-columns: .76fr 1.24fr; gap: 24px; }
.abptp-spec-layout > aside { position: relative; overflow: hidden; padding: 32px; border-radius: 17px; background: linear-gradient(145deg,var(--ab-navy),#154f8e); color: #fff; box-shadow: 0 18px 46px rgba(10,43,87,.16); }
.abptp-spec-layout > aside > small { color: #65b9ff; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.abptp .abptp-spec-layout > aside h3 { margin: 14px 0 10px; color: #fff !important; font-size: 25px; font-weight: 600; line-height: 1.32; }
.abptp-spec-layout > aside > p { margin: 0; color: #c7d7e8; font-size: 13px; line-height: 1.65; }
.abptp-pack { margin: 24px 0; padding: 19px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.06); }
.abptp-pack strong, .abptp-pack span { display: block; }
.abptp-pack strong { font-size: 16px; }
.abptp-pack span { color: #8bc5f6; font-size: 10px; }
.abptp-procure { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(255,255,255,.16); }
.abptp-procure div { padding: 16px 12px 0; border-right: 1px solid rgba(255,255,255,.13); }
.abptp-procure div:last-child { border: 0; }
.abptp-procure span, .abptp-procure b { display: block; }
.abptp-procure span { color: #8fc3ef; font-size: 10px; }
.abptp-procure b { font-size: 12px; }
.abptp-spec-table { display: grid; grid-template-columns: repeat(2,1fr); overflow: hidden; border: 1px solid var(--ab-line); border-radius: 17px; background: #fff; box-shadow: var(--ab-shadow); }
.abptp-spec-table > div { display: grid; grid-template-columns: .9fr 1.1fr; gap: 14px; align-items: center; min-height: 66px; padding: 14px 20px; border-right: 1px solid var(--ab-line); border-bottom: 1px solid var(--ab-line); }
.abptp-spec-table > div:nth-child(2n) { border-right: 0; }
.abptp-spec-table span { color: #6f8092; font-size: 12px; }
.abptp-spec-table strong { color: var(--ab-navy); font-size: 13px; overflow-wrap: anywhere; }

/* COA */
.abptp-coa { background: #fff; }
.abptp-coa-panel { display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; border: 1px solid var(--ab-line); border-radius: 22px; background: linear-gradient(145deg,#f4f9fe,#fff 62%); box-shadow: 0 22px 60px rgba(9,45,87,.11); }
.abptp-doc-wrap { display: grid; place-items: center; min-height: 455px; padding: 38px; border-right: 1px solid var(--ab-line); background: linear-gradient(145deg,#eaf5ff,#f8fbff); }
.abptp-document { position: relative; width: min(330px,88%); padding: 28px; border: 1px solid #cad8e6; border-radius: 10px; background: #fff; box-shadow: 0 24px 58px rgba(10,43,87,.17); transform: rotate(-1deg); }
.abptp-document > em { position: absolute; top: 20px; right: -17px; padding: 8px 13px; background: var(--ab-blue); color: #fff; font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .12em; }
.abptp-doc-brand { display: flex; align-items: center; gap: 10px; padding-bottom: 16px; border-bottom: 2px solid var(--ab-navy); }
.abptp-doc-brand > b { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--ab-navy); color: #fff; }
.abptp-doc-brand span strong, .abptp-doc-brand span small { display: block; }
.abptp-doc-brand span strong { color: var(--ab-navy); font-size: 14px; }
.abptp-doc-brand span small, .abptp-document > small { color: #7890a8; font-size: 7px; letter-spacing: .14em; }
.abptp-document > small { display: block; margin-top: 20px; }
.abptp-document h3 { margin: 0 0 15px; color: var(--ab-navy); font-size: 25px; }
.abptp-document > i { display: block; height: 7px; margin: 9px 0; border-radius: 99px; background: #e2eaf2; }
.abptp-document > i:nth-of-type(2) { width: 78%; }
.abptp-document > i:nth-of-type(3) { width: 92%; }
.abptp-document > i:nth-of-type(4) { width: 66%; }
.abptp-doc-status { display: flex; justify-content: space-between; margin-top: 16px; padding: 13px; border-radius: 8px; background: #eef6fe; font-size: 9px; }
.abptp-doc-status b { color: var(--ab-blue); }
.abptp-coa-copy { display: flex; flex-direction: column; justify-content: center; padding: 46px; }
.abptp-coa-copy > span { color: var(--ab-blue); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.abptp-coa-copy > h3 { margin: 8px 0 12px; color: var(--ab-navy); font-size: 30px; font-weight: 600; line-height: 1.3; }
.abptp-coa-copy > p { margin: 0; color: var(--ab-muted); font-size: 14px; line-height: 1.75; }
.abptp-meta { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; margin: 26px 0 22px; border: 1px solid var(--ab-line); border-radius: 12px; background: #fff; }
.abptp-meta div { padding: 16px; border-right: 1px solid var(--ab-line); }
.abptp-meta div:last-child { border: 0; }
.abptp-meta span, .abptp-meta b { display: block; }
.abptp-meta span { color: #7f8e9e; font-size: 10px; }
.abptp-meta b { margin-top: 4px; color: var(--ab-navy); font-size: 12px; }

/* Shipping */
.abptp-shipping { background: #fff; }
.abptp-shipping-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 20px; }
.abptp-shipping-layout > aside { padding: 31px; border-radius: 17px; background: linear-gradient(145deg,var(--ab-navy),#145390); color: #fff; }
.abptp-shipping-layout > aside > span { color: #68bcff; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.abptp-shipping-layout > aside > strong { display: block; margin-top: 17px; font-size: 66px; line-height: .88; }
.abptp-shipping-layout > aside > b { font-size: 12px; letter-spacing: .12em; }
.abptp-shipping-layout > aside > p { margin: 21px 0 0; color: #c7d8e9; font-size: 13px; line-height: 1.65; }
.abptp-shipping-layout > aside > div { margin-top: 21px; padding: 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: rgba(255,255,255,.07); }
.abptp-shipping-layout > aside > div b, .abptp-shipping-layout > aside > div span { display: block; }
.abptp-shipping-layout > aside > div span { margin-top: 4px; color: #c9daeb; font-size: 11px; line-height: 1.55; }
.abptp-routes { padding: 25px; border: 1px solid var(--ab-line); border-radius: 17px; background: #fff; box-shadow: var(--ab-shadow); }
.abptp-carriers { display: grid; grid-template-columns: repeat(4,1fr); gap: 8px; padding-bottom: 20px; border-bottom: 1px solid var(--ab-line); }
.abptp-carriers span { display: grid; place-items: center; min-height: 50px; border: 1px solid var(--ab-line); border-radius: 9px; background: var(--ab-soft); color: var(--ab-navy); font-size: 11px; font-weight: 800; }
.abptp-route-grid { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 8px; }
.abptp-route-grid article { padding: 19px; border-right: 1px solid var(--ab-line); border-bottom: 1px solid var(--ab-line); }
.abptp-route-grid article:nth-child(2n) { border-right: 0; }
.abptp-route-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.abptp-route-grid article > b { color: #52a4e5; font-size: 10px; }
.abptp-route-grid h3 { margin: 7px 0 5px; color: var(--ab-navy); font-size: 16px; font-weight: 600; }
.abptp-route-grid p { margin: 0; color: var(--ab-muted); font-size: 12px; line-height: 1.6; }

/* Dynamic peptide introduction */
.abptp-intro { background: var(--ab-soft); }
.abptp-intro-grid { display: grid; grid-template-columns: 1.07fr .93fr; gap: 26px; }
.abptp-intro-copy, .abptp-study { padding: 32px; border: 1px solid var(--ab-line); border-radius: 17px; background: #fff; }
.abptp-intro-copy h2 { margin: 9px 0 15px; color: var(--ab-navy); font-size: 34px; font-weight: 700; line-height: 1.25; letter-spacing: -.3px; }
.abptp-intro-copy > div:not(.abptp-tags), .abptp-intro-copy > div:not(.abptp-tags) p { color: var(--ab-muted); font-size: 14px; line-height: 1.75; }
.abptp-intro-copy p { margin: 0 0 13px; }
.abptp-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.abptp-tags span { padding: 8px 11px; border-radius: 999px; background: var(--ab-soft-blue); color: var(--ab-blue); font-size: 11px; font-weight: 800; }
.abptp-study { background: linear-gradient(145deg,#fff,#f6faff); box-shadow: var(--ab-shadow); }
.abptp-study-top { display: flex; justify-content: space-between; color: #7c8fa3; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.abptp-study-top b { color: var(--ab-blue); }
.abptp-study h3 { margin: 21px 0; color: var(--ab-navy); font-size: 21px; font-weight: 600; line-height: 1.4; }
.abptp-study-facts { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; border: 1px solid var(--ab-line); border-radius: 10px; }
.abptp-study-facts:empty { display: none; }
.abptp-study-facts div { padding: 14px; border-right: 1px solid var(--ab-line); }
.abptp-study-facts div:last-child { border: 0; }
.abptp-study-facts strong, .abptp-study-facts span { display: block; }
.abptp-study-facts strong { color: var(--ab-navy); font-size: 15px; }
.abptp-study-facts span { color: #8190a1; font-size: 8px; }
.abptp-study > p { margin: 19px 0; color: #75879a; font-size: 12px; }
.abptp-study > a { display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--ab-line); color: var(--ab-blue); font-size: 11px; font-weight: 800; }

/* Turnkey */
.abptp-turnkey { background: linear-gradient(145deg,#041a38,#082d5c 60%,#063973); color: #fff; }
.abptp-turnkey-head { display: grid; grid-template-columns: 1fr .72fr; gap: 70px; align-items: end; margin-bottom: 30px; }
.abptp-turnkey-head > div > span { color: #4bb1ff; }
.abptp-turnkey-head h2 { color: #fff; font-size: 39px; }
.abptp-turnkey-head > p { margin: 0; color: #bdd0e5; font-size: 13px; line-height: 1.8; }
.abptp-growth { display: grid; grid-template-columns: .32fr .68fr; gap: 22px; align-items: center; padding: 21px 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 15px; background: rgba(255,255,255,.06); }
.abptp-growth > div:first-child small, .abptp-growth > div:first-child strong { display: block; }
.abptp-growth > div:first-child small { color: #56b4ff; font-size: 9px; letter-spacing: .12em; }
.abptp-growth > div:first-child strong { margin-top: 5px; font-size: 12px; }
.abptp-growth > div:last-child { display: grid; grid-template-columns: repeat(5,1fr); }
.abptp-growth > div:last-child > span { min-height: 52px; padding-left: 20px; border-left: 1px solid rgba(255,255,255,.18); }
.abptp-growth > div:last-child small, .abptp-growth > div:last-child b { display: block; }
.abptp-growth > div:last-child small { color: #4db1ff; font-size: 9px; }
.abptp-growth > div:last-child b { font-size: 11px; }
.abptp-services { display: grid; grid-template-columns: repeat(12,1fr); gap: 14px; margin-top: 20px; }
.abptp-services article { display: flex; min-height: 270px; flex-direction: column; grid-column: span 4; padding: 25px; border: 1px solid rgba(255,255,255,.15); border-radius: 16px; background: linear-gradient(145deg,rgba(255,255,255,.1),rgba(255,255,255,.045)); }
.abptp-services article:nth-child(1) { grid-column: span 5; }
.abptp-services article:nth-child(2) { grid-column: span 7; }
.abptp-service-top { display: flex; align-items: center; justify-content: space-between; }
.abptp-service-top i { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid rgba(70,174,255,.55); border-radius: 12px; color: #fff; }
.abptp-service-top svg { width: 28px; }
.abptp-service-top > b { color: #47afff; font-size: 28px; }
.abptp .abptp-services h3 { margin: 18px 0 8px; color: #fff !important; font-size: 20px; font-weight: 600; line-height: 1.4; }
.abptp-services article > p { margin: 0; color: #bcd0e5; font-size: 13px; line-height: 1.65; }
.abptp-service-tags { margin-top: 16px; color: #dce9f5; font-size: 11px; line-height: 1.55; }
.abptp-services article > div:last-child { margin-top: auto; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.14); }
.abptp-services article > div:last-child small, .abptp-services article > div:last-child b { display: block; }
.abptp-services article > div:last-child small { color: #4fb3ff; font-size: 10px; letter-spacing: .12em; }
.abptp-services article > div:last-child b { color: #fff; font-size: 12px; }

/* Inquiry + modal */
.abptp-inquiry { padding: 66px 0; background: linear-gradient(120deg,#061d3e,#0d447f); color: #fff; }
.abptp-inquiry > .abptp-shell { display: grid; grid-template-columns: 1fr .58fr; gap: 60px; align-items: center; }
.abptp-inquiry > .abptp-shell > div > span { color: #4bb1ff; }
.abptp.abptp-inquiry h2 { margin: 9px 0 10px; color: #fff !important; font-size: 36px; font-weight: 700; line-height: 1.25; letter-spacing: -.3px; }
.abptp-inquiry p { margin: 0; color: #c2d5e7; font-size: 14px; line-height: 1.7; }
.abptp-btn-white { border-color: #fff; background: #fff; color: var(--ab-navy); }
.abptp-btn-ghost { border-color: rgba(255,255,255,.45); background: transparent; color: #fff; }
.abptp-coa-modal { position: fixed; inset: 0; z-index: 999999; display: grid; place-items: center; padding: 18px; background: rgba(3,17,35,.8); backdrop-filter: blur(5px); }
.abptp-coa-dialog { width: min(960px,100%); max-height: 92vh; padding: 14px; border-radius: 16px; background: #fff; }
.abptp-coa-dialog > div:first-child { display: flex; align-items: center; justify-content: space-between; padding: 4px 4px 12px; color: var(--ab-navy); font-weight: 800; }
.abptp-coa-dialog button { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--ab-line); border-radius: 50%; background: #fff; cursor: pointer; }
.abptp-coa-dialog iframe, .abptp-coa-dialog img { display: block; width: 100%; height: 74vh; object-fit: contain; border: 1px solid var(--ab-line); border-radius: 10px; background: var(--ab-soft); }

/* Elementor and WooCommerce wrappers must be allowed to shrink on narrow screens. */
body.single-product { overflow-x: hidden; }
body.single-product .abptp-elementor-root,
body.single-product .abptp-elementor-root > .elementor-element,
body.single-product .abptp-elementor-root .elementor-widget-shortcode,
body.single-product .abptp-elementor-root .elementor-widget-container { width: 100% !important; min-width: 0 !important; max-width: 100% !important; }

@media (max-width: 840px) {
  .abptp-section { padding: 52px 0; }
  .abptp-hero-grid, .abptp-heading, .abptp-intro-grid, .abptp-turnkey-head, .abptp-inquiry > .abptp-shell { grid-template-columns: 1fr; gap: 20px; }
  .abptp-hero-grid { gap: 34px; }
  .abptp-heading h2, .abptp-turnkey-head h2 { font-size: 33px; }
  .abptp-adv-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; padding: 10px; border: 0; border-radius: 0; background: transparent; }
  .abptp-adv-grid article { min-height: 154px; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; background: rgba(5,31,65,.66); }
  .abptp-spec-layout, .abptp-shipping-layout { grid-template-columns: 1fr; }
  .abptp-coa-panel { grid-template-columns: .9fr 1.1fr; }
  .abptp-coa-copy { padding: 34px 28px; }
  .abptp-meta { grid-template-columns: 1fr; }
  .abptp-meta div { border-right: 0; border-bottom: 1px solid var(--ab-line); }
  .abptp-growth { grid-template-columns: 1fr; }
  .abptp-services article { grid-column: span 6 !important; }
}

@media (max-width: 620px) {
  .abptp { font-size: 15px; line-height: 1.7; }
  .abptp-shell { width: 100%; min-width: 0; max-width: 100%; padding-inline: 17px; }
  .abptp-hero-grid, .abptp-gallery, .abptp-summary, .abptp-options, .abptp-strengths, .abptp-actions, .abptp-notice, .abptp-spec-layout, .abptp-coa-panel, .abptp-shipping-layout, .abptp-intro-grid, .abptp-turnkey-head, .abptp-growth { width: 100%; min-width: 0; max-width: 100%; }
  .abptp-section { padding: 38px 0; }
  .abptp-hero { padding: 20px 0 34px; }
  .abptp-hero-grid { gap: 26px; }
  .abptp-gallery { overflow: hidden; padding: 10px; border-radius: 14px; }
  .abptp-main-image, .abptp-main-image img { width: 100%; min-width: 0; max-width: 100%; }
  .abptp-thumbs { display: flex; width: 100%; min-width: 0; max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; }
  .abptp-thumbs button { flex: 0 0 68px; }
  .abptp-summary { gap: 16px; }
  .abptp-status { align-items: flex-start; flex-direction: column; gap: 7px; }
  .abptp-summary h1 { font-size: 36px; line-height: 1.16; letter-spacing: -.35px; }
  .abptp-lead, .abptp-lead p { font-size: 14px; }
  .abptp-options { overflow: hidden; padding: 16px; border-radius: 14px; }
  .abptp-strengths { display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)) !important; gap: 10px; }
  .abptp-strengths button { width: 100%; min-width: 0; max-width: 100%; min-height: 66px; padding-inline: 8px; overflow: hidden; white-space: normal !important; }
  .abptp-quantity-row { align-items: stretch; flex-direction: column; gap: 13px; }
  .abptp-quantity { width: 100%; min-width: 0; grid-template-columns: 46px minmax(0,1fr) 46px; }
  .abptp-actions { grid-template-columns: 1fr; }
  .abptp-actions > *, .abptp-btn { width: 100%; min-width: 0; max-width: 100%; white-space: normal !important; text-align: center; }
  .abptp-notice { overflow: hidden; grid-template-columns: 1fr; font-size: 11.5px; overflow-wrap: anywhere; }
  .abptp-advantages { padding: 10px 0; }
  .abptp-adv-grid { gap: 9px; padding: 9px; }
  .abptp-adv-grid article { grid-template-columns: 44px 1fr; gap: 10px; min-height: 138px; padding: 15px 12px; }
  .abptp-adv-icon { width: 44px; height: 44px; }
  .abptp-adv-icon svg { width: 25px; }
  .abptp-adv-grid article > div:last-child > b { font-size: 20px; }
  .abptp-adv-grid h3 { font-size: 13px; }
  .abptp-adv-grid p { font-size: 11px; line-height: 1.45; }
  .abptp-heading { margin-bottom: 22px; }
  .abptp-heading h2, .abptp-turnkey-head h2, .abptp-intro-copy h2 { font-size: 28px; line-height: 1.28; letter-spacing: -.2px; }
  .abptp-heading > p, .abptp-turnkey-head > p { font-size: 13px; line-height: 1.65; }
  .abptp-spec-layout > aside { padding: 23px 19px; }
  .abptp-spec-layout > aside h3 { font-size: 23px; }
  .abptp-spec-table { grid-template-columns: 1fr; }
  .abptp-spec-table > div { min-height: 61px; padding: 13px 15px; border-right: 0; }
  .abptp-spec-table span { font-size: 12px; }
  .abptp-spec-table strong { font-size: 13px; }
  .abptp-coa-panel { grid-template-columns: 1fr; border-radius: 16px; }
  .abptp-doc-wrap { min-height: 350px; padding: 30px 16px; border-right: 0; border-bottom: 1px solid var(--ab-line); }
  .abptp-document { width: 82%; padding: 22px; }
  .abptp-coa-copy { padding: 25px 19px; }
  .abptp-coa-copy > h3 { font-size: 25px; }
  .abptp-coa-copy > p { font-size: 13px; }
  .abptp-shipping-layout > aside { padding: 25px 20px; }
  .abptp-shipping-layout > aside > strong { font-size: 57px; }
  .abptp-routes { padding: 14px; border-radius: 16px; background: linear-gradient(160deg,#f7fbff,#edf6ff); }
  .abptp-carriers { grid-template-columns: repeat(2,1fr); gap: 8px; padding-bottom: 14px; }
  .abptp-carriers span { min-height: 44px; background: rgba(255,255,255,.82); }
  .abptp-route-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 14px; }
  .abptp-route-grid article, .abptp-route-grid article:nth-child(2n), .abptp-route-grid article:nth-last-child(-n+2) { position: relative; min-height: 168px; padding: 15px 13px; border: 1px solid #d5e5f3; border-radius: 13px; background: rgba(255,255,255,.92); box-shadow: 0 8px 20px rgba(10,43,87,.055); }
  .abptp-route-grid article:after { content: ""; position: absolute; left: 13px; right: 13px; bottom: 0; height: 3px; background: linear-gradient(90deg,#197dd8,#4db4ff); }
  .abptp-route-grid article > b { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 9px; background: linear-gradient(145deg,#0b386c,#1676d2); color: #fff; }
  .abptp-route-grid h3 { margin: 14px 0 7px; font-size: 15px; }
  .abptp-route-grid p { font-size: 12px; line-height: 1.5; }
  .abptp-intro-copy, .abptp-study { padding: 24px 19px; }
  .abptp-intro-copy > div:not(.abptp-tags), .abptp-intro-copy > div:not(.abptp-tags) p { font-size: 13px; }
  .abptp-study h3 { font-size: 19px; }
  .abptp-turnkey-head { margin-bottom: 22px; }
  .abptp-growth { padding: 17px; }
  .abptp-growth > div:last-child { grid-template-columns: repeat(2,1fr); gap: 8px; }
  .abptp-growth > div:last-child > span { min-height: 58px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 9px; background: rgba(255,255,255,.04); }
  .abptp-growth > div:last-child > span:last-child { grid-column: 1/-1; }
  .abptp-services { display: flex; width: 100%; min-width: 0; max-width: 100%; gap: 12px; overflow-x: auto; margin-inline: 0; padding: 0 0 9px; scroll-padding-inline: 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .abptp-services::-webkit-scrollbar { display: none; }
  .abptp-services article { flex: 0 0 86%; width: 86%; min-width: 0; max-width: 86%; min-height: 228px; padding: 21px; scroll-snap-align: start; }
  .abptp-services h3 { font-size: 19px; }
  .abptp-services article > p { font-size: 13px; }
  .abptp-service-tags { font-size: 11px; }
  .abptp-services article > div:last-child { margin-top: auto; }
  .abptp-inquiry { padding: 42px 0; }
  .abptp-inquiry h2 { font-size: 28px; line-height: 1.3; }
  .abptp-coa-dialog iframe, .abptp-coa-dialog img { height: 72vh; }
}

@media (max-width: 370px) {
  .abptp-route-grid { gap: 8px; }
  .abptp-route-grid article, .abptp-route-grid article:nth-child(2n), .abptp-route-grid article:nth-last-child(-n+2) { min-height: 172px; padding: 13px 10px; }
  .abptp-route-grid h3 { font-size: 14px; }
  .abptp-route-grid p { font-size: 11px; }
}
