.apb {
  --apb-ink: #17231f;
  --apb-muted: #66736d;
  --apb-line: #e2e8e2;
  --apb-green: #d1fa8e;
  --apb-surface: #f5f7f2;
  max-width: 1180px;
  margin: 0 auto;
  padding: 44px 24px 32px;
  color: var(--apb-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-align: left;
}
.apb, .apb * { box-sizing: border-box; }
.apb h1, .apb h2, .apb p, .apb ul { margin: 0; padding: 0; }
.apb h1, .apb h2 { font-family: inherit; color: inherit; text-transform: none; }
.apb svg { display: block; flex-shrink: 0; }
.apb [hidden] { display: none !important; }
.apb .apb-eyebrow { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 650; }
.apb .apb-brand-logo { display: block; width: auto; height: auto; max-width: min(180px, 52vw); max-height: 44px; margin: 0; padding: 0; border: 0; border-radius: 0; object-fit: contain; }
.apb .apb-brand-name { color: var(--apb-ink); font-size: 17px; font-weight: 700; }
.apb .apb-eyebrow-divider { width: 1px; height: 15px; background: #bec8bf; margin: 0 2px; }
.apb .apb-intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) 230px; gap: 30px; align-items: center; margin-top: 45px; }
.apb .apb-kicker { color: #53735b; font-size: 11px; font-weight: 750; letter-spacing: .15em; margin-bottom: 14px; }
.apb h1 { font-size: clamp(32px, 4.2vw, 51px); font-weight: 680; line-height: 1.1; letter-spacing: -.047em; }
.apb h1 span { color: #6a796f; }
.apb .apb-lead { max-width: 650px; margin-top: 20px; color: #637169; font-size: 16px; line-height: 1.7; }
.apb .apb-battery-art { height: 205px; display: grid; place-items: center; position: relative; overflow: hidden; }
.apb .apb-battery-orbit { position: absolute; width: 190px; height: 190px; border: 1px solid #e4eadf; border-radius: 50%; background: radial-gradient(circle, #eaf4df 0, #f5f8f0 60%, #fff0 70%); }
.apb .apb-battery-orbit:after { content: ""; position: absolute; inset: 19px; border: 1px solid #e3eadf; border-radius: 50%; }
.apb .apb-battery-shape { width: 126px; height: 67px; display: flex; gap: 5px; padding: 8px; border: 3px solid #263b2c; border-radius: 12px; transform: rotate(-12deg); position: relative; background: #f9fcf6; box-shadow: 0 15px 25px #2e452419; margin-top: -14px; }
.apb .apb-battery-shape:after { content: ""; position: absolute; right: -9px; top: 19px; width: 6px; height: 23px; border-radius: 0 3px 3px 0; background: #263b2c; }
.apb .apb-battery-shape span { flex: 1; background: var(--apb-green); border-radius: 3px; }
.apb .apb-battery-shape svg { width: 29px; height: 39px; position: absolute; top: 11px; left: 47px; color: #263b2c; }
.apb .apb-art-label { position: absolute; bottom: 15px; font-size: 11px; color: #7b8b78; letter-spacing: .04em; }
.apb .apb-benefits { display: flex; flex-wrap: wrap; gap: 13px 26px; margin: 31px 0 34px; padding-bottom: 25px; border-bottom: 1px solid var(--apb-line); }
.apb .apb-benefits > span { display: inline-flex; gap: 7px; align-items: center; font-size: 12px; font-weight: 550; color: #506153; }
.apb .apb-benefits svg { width: 19px; height: 19px; padding: 2px; border-radius: 50%; background: #eaf4df; }
.apb .apb-layout { display: grid; grid-template-columns: minmax(0, 1fr) 352px; gap: 26px; align-items: start; }
.apb .apb-main { display: grid; gap: 18px; min-width: 0; }
.apb .apb-card { border: 1px solid var(--apb-line); border-radius: 18px; padding: 27px; background: #fff; }
.apb .apb-step-heading { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 23px; }
.apb .apb-step { display: grid; place-items: center; min-width: 36px; height: 36px; border: 1px solid #e7ece3; border-radius: 11px; background: #f5f7f0; color: #738261; font-size: 12px; font-weight: 650; }
.apb h2 { font-size: 19px; font-weight: 650; line-height: 1.35; letter-spacing: -.025em; }
.apb .apb-step-heading p { margin-top: 4px; font-size: 12px; line-height: 1.6; color: var(--apb-muted); }
.apb .apb-field { min-width: 0; }
.apb .apb-field > label { display: block; margin: 0 0 7px; font-size: 12px; font-weight: 650; color: #37483d; }
.apb .apb-field input, .apb .apb-field select {
  appearance: none;
  display: block;
  width: 100%;
  max-width: none;
  min-height: 48px;
  height: auto;
  border: 1px solid #d9e1d7;
  border-radius: 9px;
  padding: 12px 13px;
  background: #fff;
  color: var(--apb-ink);
  font-family: inherit;
  font-size: 15px;
  font-weight: 450;
  line-height: 1.4;
  box-shadow: none;
  margin: 0;
}
.apb .apb-field select { padding-right: 38px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='m6 8 4 4 4-4' stroke='%23536558' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: 20px; background-position: right 12px center; }
.apb .apb-field input:focus, .apb .apb-field select:focus { border-color: #617d45; outline: 3px solid #d1fa8e66; outline-offset: 1px; }
.apb .apb-field-help { margin-top: 10px; color: var(--apb-muted); font-size: 11px; line-height: 1.6; }
.apb .apb-check { display: flex; align-items: flex-start; gap: 11px; margin: 0; padding: 14px; border: 1px solid #e5eadf; background: #f7f9f3; border-radius: 10px; cursor: pointer; }
.apb .apb-check input { appearance: auto; -webkit-appearance: checkbox; flex-shrink: 0; width: 17px; height: 17px; padding: 0; margin: 3px 0 0; accent-color: #3a6337; }
.apb .apb-check input:focus-visible { outline: 3px solid #90b772; outline-offset: 3px; }
.apb .apb-check strong { display: block; font-size: 12px; line-height: 1.7; font-weight: 650; }
.apb .apb-check small { display: block; margin-top: 1px; color: #6b7767; font-size: 11px; line-height: 1.6; }
.apb .apb-address { min-width: 0; padding: 20px 0 0; margin: 22px 0 0; border: 0; border-top: 1px solid var(--apb-line); }
.apb .apb-address legend { float: left; padding: 0; margin-bottom: 8px; width: 100%; font-size: 14px; font-weight: 650; }
.apb .apb-address-help { clear: both; font-size: 11px; color: var(--apb-muted); margin: 0 0 18px; }
.apb .apb-field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px 14px; }
.apb .apb-field--wide { grid-column: 1 / -1; }
.apb .apb-country { color: var(--apb-muted); font-size: 12px; margin-top: 15px; }
.apb .apb-country strong { color: #536348; font-weight: 550; }
.apb .apb-summary { padding: 29px; background: #1c2d25; border: 1px solid #263b2e; color: #fff; border-radius: 19px; position: sticky; top: 28px; overflow: hidden; }
.apb .apb-summary-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; }
.apb .apb-summary-badge { color: var(--apb-green); border: 1px solid #526a43; border-radius: 5px; font-size: 9px; letter-spacing: .11em; padding: 5px 7px; font-weight: 600; }
.apb .apb-summary-top svg { width: 26px; height: 26px; color: #bdcdb7; }
.apb .apb-summary h2 { color: #fff; font-size: 23px; font-weight: 550; }
.apb .apb-summary-model { color: #b9c8ba; font-size: 13px; margin-top: 6px; min-height: 21px; }
.apb .apb-price { margin-top: 25px; color: #e4ffd0; font-size: 58px; font-weight: 550; letter-spacing: -.055em; line-height: 1.05; }
.apb .apb-price span { font-size: 24px; font-weight: 400; letter-spacing: -.025em; }
.apb .apb-price-note { margin-top: 10px; color: #b2c1b2; font-size: 11px; }
.apb .apb-included { list-style: none; display: grid; gap: 12px; border-top: 1px solid #3a4a3e; border-bottom: 1px solid #3a4a3e; padding: 23px 0; margin: 26px 0; }
.apb .apb-included li { list-style: none; margin: 0; padding: 0; display: flex; align-items: flex-start; gap: 10px; font-size: 12px; color: #dae3d6; }
.apb .apb-included li span { color: var(--apb-green); }
.apb .apb-submit { display: flex; align-items: center; justify-content: center; gap: 14px; width: 100%; min-height: 50px; margin: 0; padding: 14px 18px; border: 1px solid var(--apb-green); border-radius: 9px; background: var(--apb-green); color: #253524; font-family: inherit; font-size: 13px; font-weight: 750; line-height: 1.5; letter-spacing: 0; text-transform: none; text-decoration: none; box-shadow: none; cursor: pointer; transition: background-color .15s, transform .15s; }
.apb .apb-submit svg { width: 18px; height: 18px; }
.apb .apb-submit:hover:not(:disabled) { background: #e0ffae; border-color: #e0ffae; color: #253524; transform: translateY(-1px); }
.apb .apb-submit:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.apb .apb-submit:disabled { cursor: not-allowed; opacity: .5; }
.apb .apb-next-step { margin-top: 14px; color: #b5c4b4; font-size: 10px; line-height: 1.8; text-align: center; }
.apb .apb-bottom-note { display: flex; align-items: flex-start; gap: 11px; max-width: 700px; margin: 27px 0 0; padding: 0 6px; }
.apb .apb-bottom-note svg { width: 22px; height: 22px; color: #829377; margin-top: 2px; }
.apb .apb-bottom-note p { font-size: 11px; color: #73816e; line-height: 1.7; }
.apb .apb-bottom-note strong { color: #58694f; font-weight: 650; }
.apb .apb-notice { margin-bottom: 20px; border: 1px solid #d5dfc5; border-radius: 10px; padding: 14px 17px; background: #f5f8ed; color: #40522c; font-size: 14px; }
.apb .apb-notice--error { border-color: #edc0b4; background: #fff5f1; color: #912f1e; }
.apb .apb-setup-link { display: inline-block; margin-top: 8px; color: inherit; font-weight: 650; text-decoration: underline; text-underline-offset: 3px; }
.apb .apb-setup-link:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; }
@media (max-width: 960px) {
  .apb .apb-layout { grid-template-columns: minmax(0, 1fr) 310px; gap: 18px; }
  .apb .apb-card, .apb .apb-summary { padding: 23px; }
  .apb .apb-intro-grid { grid-template-columns: minmax(0, 1fr) 180px; gap: 14px; }
}
@media (max-width: 760px) {
  .apb { padding: 26px 17px; }
  .apb .apb-intro-grid { margin-top: 34px; grid-template-columns: minmax(0, 1fr); }
  .apb .apb-battery-art { display: none; }
  .apb h1 { font-size: clamp(31px, 6.4vw, 42px); }
  .apb .apb-lead { font-size: 14px; }
  .apb .apb-benefits { gap: 11px 18px; margin: 25px 0; }
  .apb .apb-layout { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .apb .apb-summary { position: static; }
  .apb .apb-summary-top { margin-bottom: 19px; }
  .apb .apb-card { padding: 22px; }
  .apb .apb-summary { padding: 27px; }
  .apb .apb-included { margin: 22px 0; padding: 20px 0; }
  .apb .apb-next-step { font-size: 11px; }
}
@media (max-width: 420px) {
  .apb { padding-left: 12px; padding-right: 12px; }
  .apb .apb-card { padding: 20px 17px; }
  .apb .apb-step-heading { gap: 11px; }
  .apb h2 { font-size: 18px; }
  .apb .apb-field-grid { grid-template-columns: minmax(0, 1fr); }
  .apb .apb-field input, .apb .apb-field select { font-size: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .apb .apb-submit { transition: none; }
}
