:root {
  --pr-bg: #070910;
  --pr-panel: #10131d;
  --pr-panel-2: #151927;
  --pr-line: rgba(255,255,255,.1);
  --pr-text: #f5f3f8;
  --pr-muted: #989aa5;
  --pr-blue: #5b96ff;
  --pr-violet: #9861ff;
  --pr-pink: #ef67b5;
  --pr-orange: #ff9b50;
  --pr-green: #4fd59e;
}

.pricing-page { background: var(--pr-bg); color: var(--pr-text); }
.pricing-page .site-header { background: rgba(6,8,14,.86); }
.pricing-page .main-nav a { font-size: 13px; font-weight: 750; }
.pricing-page .main-nav a.is-active { color: #fff; }
.pricing-page .main-nav a.is-active::after { right: 0; left: 0; }
.pricing-progress { position: fixed; z-index: 1200; top: 0; right: 0; left: 0; height: 2px; pointer-events: none; }
.pricing-progress i { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg,var(--pr-blue),var(--pr-violet),var(--pr-pink),var(--pr-orange)); box-shadow: 0 0 15px rgba(152,97,255,.55); }

.pricing-hero { position: relative; min-height: 930px; padding: 175px 0 110px; overflow: hidden; background: radial-gradient(circle at 73% 42%,rgba(91,150,255,.13),transparent 30%),radial-gradient(circle at 35% 20%,rgba(152,97,255,.08),transparent 27%),#070910; }
.pricing-hero__grid { position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom,#000 45%,transparent); }
.pricing-hero__glow { position: absolute; width: 640px; height: 640px; right: 5%; top: 145px; border: 1px solid rgba(91,150,255,.07); border-radius: 50%; box-shadow: inset 0 0 120px rgba(91,150,255,.035),0 0 160px rgba(91,150,255,.04); animation: prOrbit 18s linear infinite; }
.pricing-hero__glow::before,.pricing-hero__glow::after { content: ""; position: absolute; inset: 85px; border: 1px solid rgba(152,97,255,.09); border-radius: 50%; }
.pricing-hero__glow::after { inset: 190px; border-color: rgba(239,103,181,.12); }
.pricing-hero__layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,.92fr) minmax(620px,1.08fr); align-items: center; gap: clamp(55px,7vw,110px); }
.pricing-hero__copy { max-width: 710px; }
.pricing-hero .breadcrumbs { margin-bottom: 42px; color: #6f7280; }
.pricing-hero .breadcrumbs a:hover { color: #fff; }
.pricing-hero h1 { max-width: 800px; margin: 24px 0 28px; font-size: clamp(57px,5.2vw,88px); line-height: .98; letter-spacing: -.062em; }
.pricing-hero h1 em { color: var(--pr-violet); font-style: normal; }
.pricing-hero__copy > p { max-width: 690px; margin: 0; color: #adaeba; font-size: 17px; line-height: 1.75; }
.pricing-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.pricing-hero__facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin: 48px 0 0; border-top: 1px solid var(--pr-line); }
.pricing-hero__facts div { padding: 19px 15px 0 0; border-right: 1px solid var(--pr-line); }
.pricing-hero__facts div + div { padding-left: 18px; }
.pricing-hero__facts dt { color: #6f7280; font: 800 9px ui-monospace,SFMono-Regular,Consolas,monospace; text-transform: uppercase; }
.pricing-hero__facts dd { margin: 8px 0 0; font-size: 13px; font-weight: 850; }

.price-ledger { position: relative; border: 1px solid rgba(91,150,255,.22); border-radius: 3px 27px 3px 27px; background: linear-gradient(145deg,rgba(16,20,31,.97),rgba(7,9,16,.98)); box-shadow: 0 45px 100px rgba(0,0,0,.38),inset 0 1px rgba(255,255,255,.06); overflow: hidden; }
.price-ledger::before { content: ""; position: absolute; width: 310px; height: 310px; top: -160px; right: -80px; border-radius: 50%; background: rgba(152,97,255,.12); filter: blur(60px); }
.price-ledger > header,.price-ledger > footer { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 58px; padding: 0 23px; border-bottom: 1px solid var(--pr-line); color: #6f7280; font: 800 8px ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .11em; }
.price-ledger > header b { display: flex; align-items: center; gap: 8px; color: #9699a5; }
.price-ledger > header i { width: 6px; height: 6px; border-radius: 50%; background: var(--pr-green); box-shadow: 0 0 10px currentColor; animation: prPulse 2s ease infinite; }
.price-ledger__screen { position: relative; padding: 13px 21px 18px; }
.price-ledger__head,.price-ledger__screen a { display: grid; grid-template-columns: 36px 1.35fr .55fr .72fr; align-items: center; gap: 15px; }
.price-ledger__head { min-height: 42px; color: #5f6270; font: 800 7px ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .1em; }
.price-ledger__head span:first-child { grid-column: 2; }
.price-ledger__screen a { position: relative; min-height: 94px; padding: 0 13px; border-top: 1px solid var(--pr-line); color: #c8cad3; transition: background .25s ease,transform .25s ease,color .25s ease; }
.price-ledger__screen a:hover { z-index: 2; transform: translateX(5px); border-color: rgba(91,150,255,.28); background: rgba(91,150,255,.06); color: #fff; }
.price-ledger__screen a > i { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(91,150,255,.18); border-radius: 50%; color: #759ee8; font: 850 8px ui-monospace,SFMono-Regular,Consolas,monospace; font-style: normal; }
.price-ledger__screen a > span { display: grid; gap: 6px; }
.price-ledger__screen a b { font-size: 13px; }
.price-ledger__screen a small { color: #6d707d; font-size: 10px; }
.price-ledger__screen a em { justify-self: start; padding: 5px 7px; border-radius: 8px; background: rgba(152,97,255,.08); color: #a77cff; font: 800 7px ui-monospace,SFMono-Regular,Consolas,monospace; font-style: normal; }
.price-ledger__screen a strong { justify-self: end; color: #fff; font-size: 15px; }
.price-ledger > footer { min-height: 47px; border-top: 1px solid var(--pr-line); border-bottom: 0; }

.pricing-principles { border-top: 1px solid var(--pr-line); border-bottom: 1px solid var(--pr-line); background: #0b0e16; }
.pricing-principles .container { display: grid; grid-template-columns: repeat(3,1fr); }
.pricing-principles article { display: grid; grid-template-columns: 42px 1fr; gap: 18px; min-height: 178px; padding: 39px 35px; border-right: 1px solid var(--pr-line); }
.pricing-principles article:first-child { border-left: 1px solid var(--pr-line); }
.pricing-principles article > i { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid rgba(152,97,255,.25); border-radius: 50%; color: #a77cff; font: 850 8px ui-monospace,SFMono-Regular,Consolas,monospace; font-style: normal; }
.pricing-principles h2 { margin: 0 0 10px; font-size: 16px; line-height: 1.2; }
.pricing-principles p { margin: 0; color: #858894; font-size: 11px; line-height: 1.65; }

.pricing-catalog { padding: 130px 0; background: #f1f2f5; color: #15171f; }
.pricing-heading { max-width: 990px; margin-bottom: 53px; }
.pricing-heading h2 { margin: 18px 0 16px; font-size: clamp(42px,4.4vw,70px); line-height: 1; letter-spacing: -.055em; }
.pricing-heading > p { max-width: 760px; margin: 0; color: #6d707b; font-size: 15px; line-height: 1.7; }
.price-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 27px; }
.price-filter button { display: flex; align-items: center; gap: 13px; min-height: 46px; padding: 0 17px; border: 1px solid rgba(21,23,31,.13); border-radius: 2px 11px 2px 11px; background: rgba(255,255,255,.6); color: #555864; font-size: 11px; font-weight: 800; cursor: pointer; transition: .25s ease; }
.price-filter button span { color: #9a9ca5; font: 800 8px ui-monospace,SFMono-Regular,Consolas,monospace; }
.price-filter button:hover,.price-filter button.is-active { border-color: #171a24; background: #171a24; color: #fff; }
.price-registry { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }
.registry-card { display: grid; grid-template-columns: 215px 1fr; min-height: 265px; border: 1px solid rgba(21,23,31,.12); border-radius: 3px 18px 3px 18px; background: rgba(255,255,255,.78); overflow: hidden; transition: transform .28s ease,box-shadow .28s ease,opacity .25s ease; }
.registry-card:hover { transform: translateY(-5px); box-shadow: 0 25px 55px rgba(22,26,35,.1); }
.registry-card.is-hidden { display: none; }
.registry-card__visual { position: relative; min-height: 100%; background: #0e111a; overflow: hidden; }
.registry-card__visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85) contrast(1.08); transition: transform .55s ease; }
.registry-card:hover .registry-card__visual img { transform: scale(1.055); }
.registry-card__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top,rgba(7,9,15,.82),transparent 60%); }
.registry-card__visual span,.registry-card__symbol span { position: absolute; z-index: 2; right: 14px; bottom: 13px; left: 14px; color: rgba(255,255,255,.62); font: 800 8px ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .1em; }
.registry-card__body { display: flex; flex-direction: column; padding: 28px 26px 23px; }
.registry-card__body > small { color: #8a6cc7; font: 850 8px ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .11em; }
.registry-card__body h3 { margin: 12px 0 12px; font-size: clamp(24px,2vw,33px); line-height: 1; letter-spacing: -.045em; }
.registry-card__body > p { margin: 0; color: #747782; font-size: 12px; line-height: 1.62; }
.registry-card__body > div { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 19px; border-top: 1px solid rgba(21,23,31,.1); }
.registry-card__body strong { font-size: 18px; letter-spacing: -.035em; white-space: nowrap; }
.registry-card__body a { color: #326fca; font-size: 10px; font-weight: 800; text-align: right; }
.registry-card--featured { border-color: rgba(255,155,80,.32); box-shadow: inset 0 3px var(--pr-orange); }
.registry-card--system { border-color: rgba(91,150,255,.3); box-shadow: inset 0 3px var(--pr-blue); }
.registry-card--compact { min-height: 235px; }
.registry-card__symbol { position: relative; display: grid; place-items: center; min-height: 100%; background: #10131c; overflow: hidden; }
.registry-card__symbol::before { content: ""; position: absolute; width: 160px; height: 160px; border: 1px solid currentColor; border-radius: 50%; opacity: .13; box-shadow: 0 0 80px currentColor; }
.registry-card__symbol > i { position: relative; display: grid; place-items: center; width: 66px; height: 66px; border: 1px solid currentColor; border-radius: 50%; background: rgba(255,255,255,.03); font-size: 27px; font-style: normal; }
.registry-card__symbol--pink { color: var(--pr-pink); }
.registry-card__symbol--orange { color: var(--pr-orange); }
.registry-card__symbol--green { color: var(--pr-green); }
.registry-card__symbol--violet { color: var(--pr-violet); }
.registry-card__symbol--blue { color: var(--pr-blue); }
.registry-note { display: grid; grid-template-columns: 35px 1fr; align-items: center; gap: 14px; max-width: 920px; margin: 25px 0 0; color: #6e717c; font-size: 11px; line-height: 1.6; }
.registry-note i { display: grid; place-items: center; width: 33px; height: 33px; border: 1px solid rgba(21,23,31,.15); border-radius: 50%; color: #9a63d8; font-style: normal; font-weight: 900; }

.pricing-detail { padding: 130px 0; background: radial-gradient(circle at 18% 10%,rgba(152,97,255,.08),transparent 26%),#080a11; }
.pricing-heading--light { color: #fff; }
.detail-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; }
.detail-card { padding: 30px; border: 1px solid var(--pr-line); border-radius: 3px 18px 3px 18px; background: rgba(17,20,31,.82); }
.detail-card--accent { border-color: rgba(152,97,255,.35); background: radial-gradient(circle at 100% 0,rgba(152,97,255,.14),transparent 30%),#121521; transform: translateY(-13px); }
.detail-card header { display: flex; justify-content: space-between; color: #6f7280; font: 850 8px ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .1em; }
.detail-card header i { color: #9467e5; font-style: normal; }
.detail-card h3 { margin: 24px 0; font-size: 28px; letter-spacing: -.04em; }
.detail-card dl { margin: 0; }
.detail-card dl div { display: flex; justify-content: space-between; gap: 15px; padding: 14px 0; border-top: 1px solid var(--pr-line); }
.detail-card dt { color: #858793; font-size: 11px; }
.detail-card dd { margin: 0; color: #fff; font-size: 12px; font-weight: 850; }
.detail-card > a { display: inline-block; margin-top: 23px; color: #8bb2f6; font-size: 10px; font-weight: 850; }

.pricing-estimate { padding: 135px 0; background: #f1f2f5; color: #15171f; }
.estimate-builder { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(370px,.55fr); gap: 17px; align-items: start; }
.estimate-builder__controls { display: grid; gap: 12px; }
.estimate-builder fieldset { margin: 0; padding: 25px; border: 1px solid rgba(21,23,31,.12); border-radius: 3px 18px 3px 18px; background: rgba(255,255,255,.78); }
.estimate-builder legend { display: grid; grid-template-columns: 35px 1fr; align-items: center; gap: 12px; padding: 0 12px 0 0; }
.estimate-builder legend > i { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(152,97,255,.23); border-radius: 50%; color: #8e63d0; font: 850 8px ui-monospace,SFMono-Regular,Consolas,monospace; font-style: normal; }
.estimate-builder legend > span { display: grid; gap: 3px; }
.estimate-builder legend b { font-size: 13px; }
.estimate-builder legend small { color: #8b8e97; font-size: 9px; font-weight: 500; }
.estimate-options { display: grid; grid-template-columns: repeat(2,1fr); gap: 7px; margin-top: 16px; }
.estimate-options--primary { grid-template-columns: repeat(3,1fr); }
.estimate-options label { position: relative; cursor: pointer; }
.estimate-options input { position: absolute; opacity: 0; pointer-events: none; }
.estimate-options label > span { display: grid; grid-template-columns: 20px 1fr; gap: 10px; min-height: 74px; padding: 14px; border: 1px solid rgba(21,23,31,.11); border-radius: 2px 11px 2px 11px; background: #f7f8fa; transition: .22s ease; }
.estimate-options label > span > i { grid-row: 1/3; width: 17px; height: 17px; margin-top: 2px; border: 1px solid rgba(21,23,31,.22); border-radius: 50%; }
.estimate-options input:checked + span { border-color: #171a24; background: #171a24; color: #fff; }
.estimate-options input:checked + span > i { border: 5px solid #171a24; background: var(--pr-violet); outline: 1px solid rgba(255,255,255,.5); }
.estimate-options b { font-size: 10px; }
.estimate-options small { grid-column: 2; color: #858892; font-size: 9px; }
.estimate-options input:checked + span small { color: #9da1ad; }
.estimate-selects { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 16px; }
.estimate-selects label { display: grid; gap: 8px; color: #72757e; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.estimate-selects select { width: 100%; height: 48px; padding: 0 12px; border: 1px solid rgba(21,23,31,.13); border-radius: 2px 9px 2px 9px; background: #f8f9fa; color: #20232b; font: inherit; text-transform: none; }
.estimate-result { position: sticky; top: 112px; padding: 31px; border: 1px solid rgba(91,150,255,.24); border-radius: 3px 23px 3px 23px; background: radial-gradient(circle at 90% 0,rgba(152,97,255,.18),transparent 30%),#10141f; color: #fff; box-shadow: 0 30px 70px rgba(22,26,38,.17); }
.estimate-result header { display: flex; justify-content: space-between; padding-bottom: 19px; border-bottom: 1px solid var(--pr-line); color: #747784; font: 850 8px ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .1em; }
.estimate-result header b { display: flex; align-items: center; gap: 7px; }
.estimate-result header i { width: 5px; height: 5px; border-radius: 50%; background: var(--pr-green); box-shadow: 0 0 8px currentColor; }
.estimate-result__main { padding: 34px 0 28px; }
.estimate-result__main small { color: #757885; font: 850 8px ui-monospace,SFMono-Regular,Consolas,monospace; text-transform: uppercase; }
.estimate-result__main strong { display: block; margin: 10px 0 5px; font-size: clamp(31px,3vw,48px); line-height: 1; letter-spacing: -.055em; }
.estimate-result__main span { color: #747784; font-size: 9px; }
.estimate-result dl { margin: 0; border-top: 1px solid var(--pr-line); }
.estimate-result dl div { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--pr-line); }
.estimate-result dt { color: #80838e; font-size: 10px; }
.estimate-result dd { margin: 0; font-size: 11px; font-weight: 850; text-align: right; }
.estimate-result__route { display: flex; flex-wrap: wrap; gap: 6px; margin: 23px 0; }
.estimate-result__route span { padding: 7px 9px; border: 1px solid rgba(91,150,255,.17); border-radius: 10px; background: rgba(91,150,255,.06); color: #87adf2; font: 800 8px ui-monospace,SFMono-Regular,Consolas,monospace; }
.estimate-result > p { margin: 0 0 23px; color: #858895; font-size: 10px; line-height: 1.6; }
.estimate-result .button { width: 100%; justify-content: center; }

.pricing-boundaries { padding: 125px 0; background: #0a0c13; }
.pricing-boundaries__layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px,8vw,125px); }
.pricing-boundaries__copy { position: sticky; top: 125px; align-self: start; }
.pricing-boundaries__copy h2 { margin: 20px 0; font-size: clamp(40px,4.1vw,67px); line-height: 1; letter-spacing: -.055em; }
.pricing-boundaries__copy p { margin: 0; color: #8b8d98; font-size: 14px; line-height: 1.7; }
.boundary-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--pr-line); }
.boundary-list li { display: grid; grid-template-columns: 48px 1fr 70px; gap: 22px; align-items: start; min-height: 145px; padding: 28px 0; border-bottom: 1px solid var(--pr-line); }
.boundary-list li > i { color: #8a64d2; font: 850 10px ui-monospace,SFMono-Regular,Consolas,monospace; font-style: normal; }
.boundary-list h3 { margin: 0 0 9px; font-size: 22px; }
.boundary-list p { margin: 0; color: #80838e; font-size: 11px; line-height: 1.65; }
.boundary-list li > span { justify-self: end; color: #5f626e; font: 850 8px ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .1em; }

.pricing-faq { padding: 130px 0; background: #f1f2f5; color: #15171f; }
.pricing-faq__layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px,8vw,130px); }
.pricing-faq__intro { position: sticky; top: 125px; align-self: start; }
.pricing-faq__intro h2 { margin: 18px 0; font-size: clamp(42px,4.2vw,66px); line-height: 1; letter-spacing: -.055em; }
.pricing-faq__intro p { margin: 0 0 23px; color: #747782; font-size: 13px; line-height: 1.65; }
.pricing-faq__intro > a { color: #356fca; font-size: 11px; font-weight: 850; }
.pricing-faq__list { border-top: 1px solid rgba(21,23,31,.15); }
.pricing-faq details { border-bottom: 1px solid rgba(21,23,31,.15); }
.pricing-faq summary { display: grid; grid-template-columns: 1fr 32px; align-items: center; gap: 20px; min-height: 89px; padding: 18px 0; font-size: 17px; font-weight: 850; cursor: pointer; list-style: none; }
.pricing-faq summary::-webkit-details-marker { display: none; }
.pricing-faq summary i { position: relative; width: 30px; height: 30px; border: 1px solid rgba(21,23,31,.17); border-radius: 50%; }
.pricing-faq summary i::before,.pricing-faq summary i::after { content: ""; position: absolute; width: 10px; height: 1px; top: 14px; left: 9px; background: #22252d; }
.pricing-faq summary i::after { transform: rotate(90deg); transition: transform .2s ease; }
.pricing-faq details[open] summary i::after { transform: rotate(0); }
.pricing-faq details p { max-width: 760px; margin: -5px 55px 25px 0; color: #6f727d; font-size: 13px; line-height: 1.72; }

.pricing-contact { position: relative; padding: 125px 0 85px; border-top: 1px solid var(--pr-line); background: radial-gradient(circle at 18% 20%,rgba(152,97,255,.12),transparent 29%),#070910; overflow: hidden; }
.pricing-contact__grid { position: absolute; inset: 0; opacity: .48; background-image: linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px); background-size: 55px 55px; mask-image: linear-gradient(90deg,#000,transparent 78%); }
.pricing-contact__layout { position: relative; z-index: 2; display: grid; grid-template-columns: .83fr 1.17fr; gap: clamp(60px,8vw,125px); align-items: start; }
.pricing-contact__copy h2 { margin: 20px 0; font-size: clamp(43px,4.5vw,72px); line-height: 1; letter-spacing: -.057em; }
.pricing-contact__copy > p { max-width: 600px; margin: 0; color: #92949f; font-size: 14px; line-height: 1.7; }
.pricing-contact__copy > div { display: grid; gap: 10px; margin-top: 31px; }
.pricing-contact__copy > div a { justify-self: start; color: #fff; font-size: 14px; font-weight: 820; }
.pricing-form { padding: 29px; border: 1px solid rgba(91,150,255,.22); border-radius: 3px 23px 3px 23px; background: rgba(14,17,27,.9); backdrop-filter: blur(16px); }
.pricing-form__head { display: flex; justify-content: space-between; gap: 15px; padding-bottom: 20px; border-bottom: 1px solid var(--pr-line); color: #70737f; font: 850 8px ui-monospace,SFMono-Regular,Consolas,monospace; letter-spacing: .1em; }
.pricing-form__head b { display: flex; align-items: center; gap: 7px; }
.pricing-form__head i { width: 5px; height: 5px; border-radius: 50%; background: var(--pr-green); }
.pricing-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 23px; }
.pricing-form label { display: grid; gap: 7px; color: #777a86; font-size: 9px; font-weight: 800; }
.pricing-form input,.pricing-form select,.pricing-form textarea { width: 100%; border: 1px solid var(--pr-line); border-radius: 2px 9px 2px 9px; background: #0c0f18; color: #fff; font: inherit; font-size: 12px; font-weight: 600; line-height: 1.4; outline: none; transition: border-color .2s ease; }
.pricing-form input,.pricing-form select { height: 49px; padding: 0 13px; }
.pricing-form textarea { resize: vertical; min-height: 105px; padding: 13px; }
.pricing-form input:focus,.pricing-form select:focus,.pricing-form textarea:focus { border-color: rgba(91,150,255,.55); }
.pricing-form__wide { grid-column: 1/-1; }
.pricing-form__consent { grid-template-columns: 20px 1fr !important; margin: 18px 0; color: #7f828d !important; font-size: 9px !important; line-height: 1.5; }
.pricing-form__consent a { color: #aeb1bc; text-decoration: underline; }
.pricing-form__submit { width: 100%; justify-content: center; }
.pricing-form__status { min-height: 16px; margin: 12px 0 0; color: #6f727e; font-size: 9px; text-align: center; }
.pricing-footer { background: #05070c; }

@keyframes prPulse { 50% { opacity: .4; transform: scale(.7); } }
@keyframes prOrbit { to { transform: rotate(360deg); } }

@media (min-width:1920px) {
  .pricing-hero { min-height: 1060px; padding-top: 205px; }
  .pricing-hero__layout { grid-template-columns: minmax(0,.9fr) minmax(760px,1.1fr); }
  .price-ledger { transform: scale(1.025); transform-origin: center; }
  .registry-card { min-height: 300px; }
}

@media (max-width:1320px) {
  .pricing-page .main-nav a { font-size: 12px; }
  .pricing-hero__layout { grid-template-columns: minmax(0,.88fr) minmax(540px,1.12fr); gap: 45px; }
  .price-ledger__screen a { min-height: 86px; }
  .registry-card { grid-template-columns: 185px 1fr; }
}

@media (max-width:1100px) {
  .pricing-hero { min-height: auto; }
  .pricing-hero__layout { grid-template-columns: 1fr; }
  .pricing-hero__copy { max-width: 820px; }
  .price-ledger { max-width: 780px; }
  .pricing-principles .container { grid-template-columns: 1fr; }
  .pricing-principles article,.pricing-principles article:first-child { min-height: auto; border-right: 1px solid var(--pr-line); border-left: 1px solid var(--pr-line); border-bottom: 1px solid var(--pr-line); }
  .price-registry { grid-template-columns: 1fr; }
  .registry-card { grid-template-columns: 220px 1fr; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-card--accent { transform: none; }
  .estimate-builder { grid-template-columns: 1fr; }
  .estimate-result { position: static; }
  .pricing-boundaries__layout,.pricing-faq__layout,.pricing-contact__layout { grid-template-columns: 1fr; }
  .pricing-boundaries__copy,.pricing-faq__intro { position: static; }
  .boundary-list { max-width: 900px; }
}

@media (max-width:760px) {
  .pricing-hero { padding: 135px 0 80px; }
  .pricing-hero h1 { font-size: clamp(45px,12.7vw,68px); }
  .pricing-hero__copy > p { font-size: 15px; }
  .pricing-hero__facts { grid-template-columns: 1fr; }
  .pricing-hero__facts div,.pricing-hero__facts div + div { padding: 14px 0; border-right: 0; border-bottom: 1px solid var(--pr-line); }
  .price-ledger__screen { padding: 8px 12px 15px; }
  .price-ledger__head,.price-ledger__screen a { grid-template-columns: 30px 1fr .7fr; gap: 9px; }
  .price-ledger__head span:nth-child(2),.price-ledger__screen a em { display: none; }
  .price-ledger__screen a strong { font-size: 12px; }
  .pricing-principles article { padding: 29px 22px; }
  .pricing-catalog,.pricing-detail,.pricing-estimate,.pricing-boundaries,.pricing-faq { padding: 90px 0; }
  .pricing-heading h2 { font-size: clamp(38px,10vw,57px); }
  .price-filter { flex-wrap: nowrap; padding-bottom: 8px; overflow-x: auto; scrollbar-width: none; }
  .price-filter::-webkit-scrollbar { display: none; }
  .price-filter button { flex: 0 0 auto; }
  .registry-card { grid-template-columns: 1fr; }
  .registry-card__visual,.registry-card__symbol { min-height: 190px; }
  .registry-card__body { min-height: 240px; }
  .registry-card__body > div { align-items: flex-start; flex-direction: column; }
  .registry-card__body a { text-align: left; }
  .estimate-options,.estimate-options--primary,.estimate-selects { grid-template-columns: 1fr; }
  .estimate-builder fieldset { padding: 21px 17px; }
  .boundary-list li { grid-template-columns: 35px 1fr; gap: 15px; }
  .boundary-list li > span { display: none; }
  .pricing-contact { padding-top: 90px; }
  .pricing-form { padding: 24px 17px; }
  .pricing-form__head { flex-direction: column; }
  .pricing-form__grid { grid-template-columns: 1fr; }
  .pricing-form__wide { grid-column: auto; }
}

@media (max-width:460px) {
  .pricing-hero__actions { display: grid; }
  .pricing-hero__actions .button { width: 100%; justify-content: center; }
  .price-ledger > header,.price-ledger > footer { padding: 0 14px; }
  .price-ledger > header span { max-width: 160px; }
  .price-ledger__screen a > span small { display: none; }
  .registry-card__body { padding: 24px 19px; }
  .detail-card { padding: 25px 20px; }
  .estimate-result { padding: 26px 20px; }
}

@media (prefers-reduced-motion:reduce) {
  .pricing-page * { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
