:root{--purchase-page-x:42px}
.purchase-intro{padding:70px 0 58px;background:var(--ab-color-surface)}
.purchase-intro-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:22px;align-items:start}
.purchase-title{width:100%;max-width:none;margin-top:10px;font-size:clamp(42px,5.6vw,76px);line-height:1.02}
.purchase-lead{width:100%;max-width:none;color:var(--ab-color-muted);font-size:19px;line-height:1.68}
.purchase-content{padding:30px 0 84px;background:var(--ab-color-surface-soft)}
.purchase-section{padding:54px 0;border-top:1px solid var(--ab-color-line)}
.purchase-section:first-child{border-top:0}
.purchase-section-head{display:grid;grid-template-columns:minmax(250px,.62fr) minmax(420px,1.38fr);gap:clamp(30px,6vw,100px);align-items:start;margin-bottom:34px}
.purchase-section-head h2,.split-copy h2{font-size:32px;line-height:1.15}
.purchase-section-head p,.split-copy p,.plain-copy{color:var(--ab-color-muted);font-size:17px;line-height:1.68}
.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;align-items:stretch;background:var(--ab-color-surface)}
.split-media{min-height:430px;overflow:hidden;background:var(--ab-color-gold-soft)}
.split-media img{display:block;width:100%;height:100%;object-fit:cover}
.split-media.contain img{object-fit:contain;padding:42px}
.split-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(34px,5vw,72px)}
.split-copy>*+*{margin-top:18px}
.check-list,.number-list,.plain-list{display:grid;gap:14px;margin:0;padding:0;list-style:none}
.check-list li,.number-list li{position:relative;min-height:34px;padding:5px 0 5px 44px;color:var(--ab-color-muted);font-size:16px;line-height:1.55}
.check-list li:before{position:absolute;left:0;top:2px;display:grid;place-items:center;width:30px;height:30px;border:1px solid var(--ab-color-gold);border-radius:50%;color:var(--ab-color-gold);font-weight:900;content:'\2713'}
.number-list{counter-reset:steps}
.number-list li{counter-increment:steps}
.number-list li:before{position:absolute;left:0;top:2px;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--ab-color-heading);color:#fff;font-size:13px;font-weight:900;content:counter(steps)}
.number-list strong{display:block;color:var(--ab-color-text);font-size:17px}
.info-grid,.price-grid,.product-grid,.compare-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.info-card,.price-card,.product-card,.compare-card{display:flex;flex-direction:column;min-width:0;padding:28px;border-top:3px solid var(--ab-color-gold);background:var(--ab-color-surface)}
.info-card h3,.price-card h3,.product-card h3,.compare-card h3{font-size:22px;line-height:1.2}
.info-card p,.product-card p,.compare-card p{margin-top:12px;color:var(--ab-color-muted);line-height:1.62}
.price-card{align-items:flex-start;min-height:150px;justify-content:center}
.price-card span{color:var(--ab-color-muted);font-weight:800}
.price-card strong{margin-top:6px;font-size:28px}
.product-card{min-height:310px}
.product-card .product-label{color:var(--ab-color-gold);font-size:14px;font-weight:900;text-transform:uppercase}
.product-card .product-price{margin:14px 0 8px;color:var(--ab-color-text);font-size:23px;font-weight:900}
.product-card .btn{margin-top:auto;align-self:flex-start}
.compare-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.compare-card .check-list{margin-top:20px}
.contact-panel{display:grid;grid-template-columns:minmax(260px,.55fr) minmax(360px,1.45fr);gap:clamp(34px,6vw,90px);align-items:center;padding:38px;background:var(--ab-color-surface)}
.contact-panel img{display:block;width:100%;max-height:420px;object-fit:contain}
.contact-details h2{font-size:32px}.contact-details h3{margin-top:24px;font-size:24px}
.contact-details p{margin-top:9px;color:var(--ab-color-muted);line-height:1.65}
.contact-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 18px;border:1px solid var(--ab-color-heading);border-radius:7px;background:var(--ab-color-heading);color:#fff;font-weight:900;text-decoration:none}
.btn.secondary{background:transparent;color:var(--ab-color-heading)}
.note{padding:22px 24px;border-left:4px solid var(--ab-color-gold);background:var(--ab-color-surface);color:var(--ab-color-muted);line-height:1.65}
.document-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.document-links a{display:inline-flex;min-height:44px;align-items:center;padding:10px 14px;border:1px solid var(--ab-color-line);border-radius:7px;background:var(--ab-color-surface);color:var(--ab-color-text);font-weight:850;text-decoration:none}
.faq-list{border-top:1px solid var(--ab-color-line)}
.faq-list details{border-bottom:1px solid var(--ab-color-line);background:var(--ab-color-surface)}
.faq-list summary{padding:21px 52px 21px 22px;cursor:pointer;font-size:17px;font-weight:900;list-style:none}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary:after{float:right;margin-right:-30px;color:var(--ab-color-gold);content:'+'}
.faq-list details[open] summary:after{content:'\2212'}
.faq-answer{padding:0 22px 24px;color:var(--ab-color-muted);line-height:1.68}
.related{padding:58px 0 70px;background:var(--ab-color-surface)}
.related-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.related-head h2{font-size:30px}.related-head p{color:var(--ab-color-muted)}
.related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--ab-color-line);border-left:1px solid var(--ab-color-line)}
.related-grid a{display:flex;align-items:center;min-height:74px;padding:18px;border-right:1px solid var(--ab-color-line);border-bottom:1px solid var(--ab-color-line);color:var(--ab-color-text);font-weight:900;text-decoration:none;background:var(--ab-color-surface)}
.related-grid a:hover,.related-grid a[aria-current=page]{background:var(--ab-color-gold-soft)}
.brand-strip{display:flex;align-items:center;justify-content:center;min-height:210px;padding:34px;background:var(--ab-color-surface)}
.brand-strip img{display:block;max-width:min(600px,100%);max-height:180px;object-fit:contain}
.purchase-overview-hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);min-height:520px;background:var(--ab-color-surface)}
.purchase-overview-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(48px,7vw,110px) max(42px,calc((100vw - 1440px)/2 + 42px))}
.purchase-overview-copy .purchase-title{max-width:none}
.purchase-overview-copy .purchase-lead{margin-top:24px}
.purchase-overview-media{min-height:520px;overflow:hidden;background:var(--ab-color-gold-soft)}
.purchase-overview-media img{display:block;width:100%;height:100%;object-fit:cover}
.purchase-promise{padding:70px 0;background:var(--ab-color-surface-soft)}
.purchase-promise-grid{display:grid;grid-template-columns:minmax(260px,.65fr) minmax(420px,1.35fr);gap:clamp(36px,7vw,110px);align-items:start}
.purchase-promise h2{font-size:34px;line-height:1.16}
.purchase-promise p{color:var(--ab-color-muted);font-size:18px;line-height:1.7}
.overview-services{padding:72px 0 82px;background:var(--ab-color-surface)}
.overview-services-head{display:grid;grid-template-columns:minmax(250px,.62fr) minmax(420px,1.38fr);gap:clamp(30px,6vw,100px);align-items:end;margin-bottom:34px}
.overview-services-head h2{font-size:34px;line-height:1.15}
.overview-services-head p{color:var(--ab-color-muted);font-size:17px;line-height:1.68}
.overview-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--ab-color-line);border-left:1px solid var(--ab-color-line)}
.overview-service-grid a{display:flex;min-height:190px;flex-direction:column;justify-content:space-between;padding:28px;border-right:1px solid var(--ab-color-line);border-bottom:1px solid var(--ab-color-line);background:var(--ab-color-surface);color:var(--ab-color-text);text-decoration:none}
.overview-service-grid h3{font-size:23px;line-height:1.2}
.overview-service-grid p{margin-top:12px;color:var(--ab-color-muted);line-height:1.58}
.overview-service-grid span{margin-top:24px;color:var(--ab-color-gold);font-weight:900}
.overview-service-grid a:hover{background:var(--ab-color-gold-soft)}
@media(max-width:1050px){.purchase-intro-grid,.purchase-section-head,.overview-services-head{grid-template-columns:1fr;gap:24px}.info-grid,.price-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.overview-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.split,.purchase-overview-hero,.purchase-promise-grid{grid-template-columns:1fr}.split-media{min-height:360px}.contact-panel{grid-template-columns:1fr}.contact-panel img{max-height:360px}.related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.purchase-overview-copy{padding:54px 16px}.purchase-overview-media{min-height:380px}}
@media(max-width:680px){.purchase-intro{padding:50px 0 42px}.purchase-title{font-size:38px}.purchase-lead{font-size:18px}.purchase-content{padding:10px 0 58px}.purchase-section{padding:40px 0}.purchase-section-head{margin-bottom:24px}.purchase-section-head h2,.split-copy h2,.contact-details h2{font-size:27px}.split-media{min-height:270px}.split-copy{padding:30px 20px 38px}.split-media.contain img{padding:24px}.info-grid,.price-grid,.product-grid,.compare-grid,.overview-service-grid{grid-template-columns:1fr}.info-card,.price-card,.product-card{padding:24px}.contact-panel{padding:24px 20px}.contact-links{display:grid}.contact-links .btn{width:100%}.related{padding:46px 0 56px}.related-head{display:grid;gap:10px}.related-grid{grid-template-columns:1fr}.related-grid a{min-height:60px}.brand-strip{min-height:150px;padding:24px}.purchase-overview-copy{padding:48px 16px}.purchase-overview-media{min-height:280px}.purchase-promise,.overview-services{padding:50px 0}.purchase-promise h2,.overview-services-head h2{font-size:28px}.overview-service-grid a{min-height:160px;padding:24px}}
