:root{--buyer-blue:#075a9e;--buyer-accent:#147dbf;--buyer-ink:#17324d;--buyer-muted:#526677;--buyer-line:#dce5ec;--buyer-paper:#f3f7fa}
.buyer-body{color:var(--buyer-ink);line-height:1.7}
.buyer-body *{box-sizing:border-box}.buyer-body a{color:var(--buyer-blue);text-underline-offset:4px}.buyer-body img{max-width:100%;display:block}.buyer-body button,.buyer-body input,.buyer-body select,.buyer-body textarea{font:inherit}.buyer-body :focus-visible{outline:3px solid #e78d24;outline-offset:4px}.buyer-page .buyer-body{max-width:1240px;margin:auto;padding:0 32px}.buyer-skip{position:absolute;left:16px;top:-80px;z-index:20;background:#fff;padding:12px}.buyer-skip:focus{top:12px}
.buyer-header{display:flex;align-items:center;justify-content:space-between;gap:28px;max-width:1400px;margin:auto;padding:24px 48px;border-bottom:1px solid var(--buyer-line)}.buyer-brand{flex-shrink:0}.buyer-brand img{object-fit:contain;width:164px;height:52px}.buyer-header nav{display:flex;align-items:center;justify-content:flex-end;gap:24px;flex-wrap:wrap}.buyer-header nav a{font-size:14px;font-weight:700;text-decoration:none}.buyer-header .buyer-nav-cta{padding:9px 16px;background:var(--buyer-blue);border-radius:5px;color:#fff}
.buyer-breadcrumb{display:flex;gap:12px;align-items:center;font-size:14px;color:var(--buyer-muted);padding:28px 0 0}.buyer-breadcrumb a{text-decoration:none}.buyer-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center;padding:40px 0 56px;border-bottom:1px solid var(--buyer-line)}.buyer-kicker{font-size:13px;line-height:1.5;letter-spacing:.12em;font-weight:700;color:var(--buyer-accent);margin:0 0 18px}.buyer-hero h1{font-size:clamp(34px,3.7vw,51px);line-height:1.12;letter-spacing:-.035em;margin:0 0 24px;color:var(--buyer-blue);max-width:720px}.buyer-lead{font-size:18px;line-height:1.7;color:var(--buyer-muted);margin:0 0 30px}.buyer-hero figure{margin:0;padding:20px 20px 14px;background:var(--buyer-paper);border:1px solid var(--buyer-line);border-radius:8px;overflow:hidden}.buyer-hero figure img{width:100%;height:330px;object-fit:cover;border-radius:4px}.buyer-hero figcaption{font-size:12px;letter-spacing:.08em;font-weight:700;margin-top:12px;color:var(--buyer-muted)}.buyer-hero-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.buyer-button{display:inline-flex;align-items:center;justify-content:center;padding:13px 21px;min-height:48px;border:1px solid var(--buyer-blue);border-radius:5px;background:var(--buyer-blue);color:#fff!important;font-size:15px;font-weight:700;text-decoration:none;cursor:pointer}.buyer-button:hover{background:#064879}.buyer-button-outline{background:#fff;color:var(--buyer-blue)!important}.buyer-button-outline:hover{background:var(--buyer-paper)}.buyer-text-link{font-size:15px;font-weight:700}.buyer-content{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:64px;align-items:start;padding:22px 0 64px}.buyer-section{padding:26px 0;border-bottom:1px solid var(--buyer-line);scroll-margin-top:24px}.buyer-section:last-child{border:0}.buyer-section h2{font-size:28px;line-height:1.25;letter-spacing:-.025em;margin:0 0 20px;color:var(--buyer-blue)}.buyer-section h3{font-size:18px;line-height:1.4;margin:0 0 12px}.buyer-section p{margin:0 0 18px}.buyer-section p:last-child{margin-bottom:0}.buyer-section li{margin:7px 0}.buyer-section ul{padding-left:24px}.buyer-table-wrap{max-width:100%;overflow-x:auto;border:1px solid var(--buyer-line);border-radius:5px;margin:22px 0}.buyer-table-wrap table{width:100%;border-collapse:collapse;font-size:15px;line-height:1.6}.buyer-table-wrap th,.buyer-table-wrap td{padding:16px 18px;text-align:left;vertical-align:top;border-bottom:1px solid var(--buyer-line)}.buyer-table-wrap thead th{background:var(--buyer-blue);color:#fff;font-weight:700}.buyer-table-wrap tbody th{width:28%;background:var(--buyer-paper);font-weight:700}.buyer-table-wrap tr:last-child th,.buyer-table-wrap tr:last-child td{border-bottom:0}.buyer-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:24px 0}.buyer-card{padding:20px;background:var(--buyer-paper);border:1px solid var(--buyer-line);border-radius:5px;text-decoration:none}.buyer-card span{font-size:12px;letter-spacing:.06em}.buyer-card h3{font-size:18px;margin-top:10px}.buyer-card p{font-size:14px;color:var(--buyer-muted)}.buyer-card:hover{border-color:var(--buyer-accent)}.buyer-steps{list-style:none;counter-reset:buyer-step;padding:0!important;display:grid;gap:10px}.buyer-steps li{counter-increment:buyer-step;position:relative;padding:16px 16px 16px 56px;background:var(--buyer-paper);border-radius:5px}.buyer-steps li:before{content:counter(buyer-step,decimal-leading-zero);position:absolute;left:16px;top:16px;color:var(--buyer-accent);font-size:18px;font-weight:700}.buyer-steps p{font-size:15px}.buyer-note{padding:24px;background:var(--buyer-paper);border-left:4px solid var(--buyer-accent);border-radius:0 5px 5px 0;margin:24px 0}.buyer-note strong{display:block;margin-bottom:12px}.buyer-note ul{margin-bottom:0}.buyer-faq details{padding:18px 0;border-top:1px solid var(--buyer-line)}.buyer-faq summary{font-weight:700;cursor:pointer;color:var(--buyer-blue)}.buyer-faq p{margin-top:14px;font-size:15px}.buyer-aside{padding-top:26px;position:sticky;top:20px}.buyer-aside>div{padding:24px;border:1px solid var(--buyer-line);border-radius:5px;background:var(--buyer-paper)}.buyer-aside h2{font-size:24px;margin:0 0 20px}.buyer-aside a{display:block;font-size:15px;line-height:1.5;padding:12px 0;border-bottom:1px solid var(--buyer-line);font-weight:700}.buyer-aside p:last-child{font-size:14px;color:var(--buyer-muted);margin:22px 0 0}.buyer-inquiry{display:grid;grid-template-columns:.75fr 1.25fr;gap:48px;background:var(--buyer-paper);padding:44px;border:1px solid var(--buyer-line);border-radius:8px;margin:0 0 64px;scroll-margin-top:24px}.buyer-inquiry-intro h2{font-size:32px;line-height:1.2;letter-spacing:-.025em;margin:0 0 20px;color:var(--buyer-blue)}.buyer-inquiry-intro>a{display:block;font-size:15px;margin:12px 0;font-weight:700}.buyer-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.buyer-form label{display:block;font-size:14px;font-weight:700}.buyer-form input,.buyer-form select,.buyer-form textarea{display:block;margin-top:7px;padding:12px;width:100%;min-width:0;background:#fff;border:1px solid #a8b9c7;border-radius:4px;color:var(--buyer-ink);font-size:16px;line-height:1.5}.buyer-form textarea{resize:vertical}.buyer-full{grid-column:1/-1}.buyer-form-actions{display:flex;gap:12px;flex-wrap:wrap}.buyer-form-note{font-size:14px;color:var(--buyer-muted);margin:0}.buyer-status{margin:0;color:var(--buyer-blue);font-size:15px}.buyer-draft[hidden]{display:none}.buyer-draft a{display:inline-block;font-weight:700;margin-top:14px}.buyer-draft textarea{font-weight:400}.buyer-footer{background:var(--buyer-paper);border-top:1px solid var(--buyer-line);padding:40px max(32px,calc((100vw - 1176px)/2));display:grid;grid-template-columns:1fr 1fr;gap:28px}.buyer-footer img{object-fit:contain}.buyer-footer p{font-size:14px;color:var(--buyer-muted);max-width:440px}.buyer-footer nav{display:grid;grid-template-columns:1fr 1fr;align-content:start;gap:12px 22px;font-size:14px}.buyer-copyright{grid-column:1/-1;margin:0!important;font-size:12px!important}
@media(max-width:1000px){.buyer-header{padding:20px 32px}.buyer-header nav{gap:16px}.buyer-hero{gap:32px}.buyer-content{grid-template-columns:minmax(0,1fr) 220px;gap:32px}.buyer-inquiry{padding:32px;gap:32px}.buyer-card-grid{grid-template-columns:1fr}.buyer-hero figure img{height:280px}}
@media(max-width:760px){.buyer-page .buyer-body{padding:0 22px}.buyer-header{padding:18px 22px;flex-wrap:wrap;gap:18px}.buyer-header nav{width:100%;justify-content:flex-start;gap:12px 18px}.buyer-brand img{width:142px;height:45px}.buyer-header nav a{font-size:14px}.buyer-header .buyer-nav-cta{padding:7px 12px}.buyer-breadcrumb{padding-top:22px;flex-wrap:wrap}.buyer-hero{grid-template-columns:1fr;padding:32px 0;gap:28px}.buyer-hero h1{font-size:36px;line-height:1.15}.buyer-lead{font-size:17px}.buyer-hero figure img{height:260px}.buyer-content{grid-template-columns:1fr;gap:10px;padding-bottom:32px}.buyer-aside{position:static;padding-top:0}.buyer-section h2{font-size:25px}.buyer-table-wrap th,.buyer-table-wrap td{padding:12px;font-size:14px}.buyer-table-wrap tbody th{width:30%}.buyer-inquiry{grid-template-columns:1fr;padding:26px 20px;gap:20px;margin-bottom:40px}.buyer-form{grid-template-columns:1fr}.buyer-full{grid-column:auto}.buyer-form-actions .buyer-button{width:100%}.buyer-footer{padding:30px 22px;grid-template-columns:1fr}.buyer-copyright{grid-column:auto}.buyer-inquiry-intro h2{font-size:28px}}
@media(prefers-reduced-motion:reduce){.buyer-body *{scroll-behavior:auto!important}}
