:root {
  --ink: #AD8B73;
  --graphite: #CEAB93;
  --sand: #E3CAA5;
  --ivory: #FFFBE9;
  --paper: #FFFBE9;
  --line: rgba(173, 139, 115, .15);
  --soft-line: rgba(173, 139, 115, .085);
  --shadow: 0 28px 70px rgba(173, 139, 115, .12);
  --radius-xl: 36px;
  --radius-lg: 24px;
  --radius-md: 17px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: Tahoma, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, a:focus-visible { outline: 3px solid rgba(87, 89, 91, .5); outline-offset: 3px; }

.quote-page { min-height: 100vh; overflow: hidden; background: radial-gradient(circle at 6% 4%, rgba(227, 202, 165,.82), transparent 26rem), linear-gradient(145deg, #FFFBE9 0%, var(--ivory) 43%, #E3CAA5 100%); }
.quote-section { position: relative; isolation: isolate; padding: 72px 24px 112px; }
.grid-texture { z-index: -1; position: absolute; inset: 0; opacity: .3; pointer-events: none; background-image: linear-gradient(rgba(173, 139, 115,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(173, 139, 115,.07) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.container { width: min(1440px, 100%); margin-inline: auto; }

.quote-heading { position: relative; max-width: 800px; margin: 0 auto 52px; text-align: center; }
.heading-kicker { display: inline-flex; gap: 12px; align-items: center; color: var(--graphite); font-weight: 700; font-size: 11px; letter-spacing: .14em; }
.kicker-line { width: 29px; height: 1px; background: var(--ink); position: relative; }
.kicker-line::after { content: ''; width: 5px; height: 5px; position: absolute; top: -2px; background: var(--sand); transform: rotate(45deg); }
.kicker-line:first-child::after { left: 0; }.kicker-line:last-child::after { right: 0; }
.heading-mark { width: 68px; height: 68px; margin: 16px auto 18px; position: relative; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; color: var(--ink); font-weight: 900; }
.heading-mark::before, .heading-mark::after { content: ''; position: absolute; inset: 5px; border: 1px solid rgba(173, 139, 115,.35); border-radius: inherit; }
.heading-mark::after { inset: 10px; border-style: dashed; opacity: .65; }
.heading-mark span { font-size: 27px; line-height: 1; z-index: 1; }.heading-mark i { position: absolute; width: 2px; height: 33px; right: 18px; top: 9px; background: var(--sand); transform: rotate(30deg); }.heading-mark em { position: absolute; left: -9px; bottom: 7px; z-index: 2; padding: 3px 5px; background: var(--ink); color: var(--ivory); font-style: normal; font-size: 8px; letter-spacing: .08em; }
.quote-heading h1 { margin: 0; color: var(--ink); font-size: clamp(31px, 4.6vw, 63px); line-height: 1.12; letter-spacing: -.055em; font-weight: 500; }.quote-heading h1 strong { color: var(--graphite); font-weight: 800; }.quote-heading > p { max-width: 645px; margin: 19px auto 0; color: #5A4032; font-size: 15px; line-height: 2; }

.quote-layout { display: grid; grid-template-columns: minmax(0, 1fr) 358px; gap: 24px; align-items: start; }
.quote-form { border: 1px solid rgba(173, 139, 115,.14); border-radius: var(--radius-xl); background: rgba(255,250,246,.82); box-shadow: var(--shadow); overflow: hidden; backdrop-filter: blur(16px); }
.form-topline { padding: 20px 28px; display: flex; gap: 20px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--soft-line); background: linear-gradient(90deg, rgba(227, 202, 165,.16), rgba(255,255,255,.52)); }
.progress-wrap { display: grid; grid-template-columns: auto minmax(80px, 175px) auto; gap: 9px; align-items: center; width: min(480px, 100%); }.progress-label, .required-note { margin: 0; color: var(--graphite); font-size: 10px; font-weight: 700; }.required-note b { color: var(--ink); font-size: 15px; }.progress-track { height: 5px; border-radius: 99px; overflow: hidden; background: rgba(173, 139, 115,.12); }.progress-track span { display: block; height: 100%; width: 15%; border-radius: inherit; background: linear-gradient(90deg, var(--ink), var(--graphite)); transition: width .4s ease; }.progress-wrap strong { font-size: 11px; color: var(--ink); }

.form-block { padding: 29px 28px 31px; border-bottom: 1px solid var(--soft-line); }.form-block:last-child { border-bottom: none; }
.block-title { display: flex; align-items: center; gap: 13px; margin-bottom: 21px; }.block-index { flex: none; width: 34px; height: 34px; display: grid; place-items: center; color: var(--paper); background: var(--ink); border-radius: 50% 50% 42% 42%; box-shadow: inset 0 -5px 0 rgba(0,0,0,.13); font-family: Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .05em; }.block-title p { margin: 0 0 2px; color: #5A4032; font-size: 10px; font-weight: 700; }.block-title h2 { margin: 0; font-size: 19px; letter-spacing: -.025em; }.equipment-title { margin-bottom: 8px; }.info-button { display: grid; place-items: center; width: 22px; height: 22px; margin-inline-start: auto; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; font-family: Georgia, serif; font-weight: 700; transition: .2s; }.info-button:hover { color: var(--paper); background: var(--ink); }

.mode-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }.mode-card.is-active { color: var(--paper); border-color: var(--ink); background: linear-gradient(135deg, #5A4032, #2D211B); box-shadow: 0 12px 25px rgba(173, 139, 115,.22); }.mode-card.is-active::before { transform: scaleX(1); background: var(--sand); }.mode-card b, .mode-card small { position: relative; z-index: 1; display: block; }.mode-card b { margin-top: 10px; font-size: 25px; }.mode-card small { margin-top: 5px; font-size: 25px; line-height: 1.45; color: inherit; opacity: .75; }
.mode-icon { width: 30px; height: 24px; position: relative; display: block; color: inherit; }.mode-icon i { position: absolute; display: block; border: 2px solid currentColor; }.icon-rental i:nth-child(1){width:25px;height:13px;bottom:1px;border-radius:3px}.icon-rental i:nth-child(2){width:7px;height:7px;bottom:-3px;right:2px;border-radius:50%;background:currentColor}.icon-rental i:nth-child(3){width:7px;height:7px;bottom:-3px;left:2px;border-radius:50%;background:currentColor}.icon-operator i:first-child{width:12px;height:12px;right:8px;top:0;border-radius:50%}.icon-operator i:last-child{width:24px;height:13px;right:2px;bottom:0;border-radius:13px 13px 2px 2px}.icon-lift i:nth-child(1){width:2px;height:23px;right:3px;bottom:0;border:0;background:currentColor}.icon-lift i:nth-child(2){width:23px;height:2px;right:3px;top:1px;border:0;background:currentColor;transform:rotate(-27deg);transform-origin:right}.icon-lift i:nth-child(3){width:7px;height:7px;left:0;bottom:1px;border-radius:50%;border-width:1px}.icon-delivery i:first-child{width:25px;height:14px;bottom:1px;border-radius:3px}.icon-delivery i:last-child{width:9px;height:9px;bottom:-3px;right:2px;border-radius:50%;background:currentColor;box-shadow:16px 0 0 currentColor}.icon-total i:nth-child(1){width:24px;height:24px;right:3px;top:0;border-radius:50%;border-style:dashed}.icon-total i:nth-child(2){width:2px;height:18px;right:14px;top:3px;border:0;background:currentColor}.icon-total i:nth-child(3){width:18px;height:2px;right:5px;top:11px;border:0;background:currentColor}

.selection-caption { display: flex; align-items: center; gap: 7px; margin: 0 0 15px 47px; color: #5A4032; font-size: 11px; }.selection-pin { width: 7px; height: 7px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 4px rgba(173, 139, 115,.1); }.equipment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }.equipment-card { min-height: 230px; position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 16px; text-align: right; color: var(--ink); border: 1px solid var(--line); border-radius: 22px 22px 13px 13px; background: radial-gradient(circle at 95% 9%, rgba(227, 202, 165,.9), transparent 7rem), linear-gradient(150deg, #FFFBE9, #FFFBE9); transition: transform .3s ease, box-shadow .3s ease, border .3s ease, background .3s ease; }.equipment-card:hover { transform: translateY(-5px); box-shadow: 0 17px 25px rgba(173, 139, 115,.12); }.equipment-card.is-selected { border: 2px solid var(--ink); padding: 15px; background: linear-gradient(145deg, #FFFBE9, #E3CAA5); box-shadow: 0 11px 22px rgba(173, 139, 115,.13); }.equipment-card::after { content: ''; position: absolute; width: 82px; height: 82px; left: -29px; bottom: -29px; border: 1px solid rgba(173, 139, 115,.1); border-radius: 50%; box-shadow: 0 0 0 12px rgba(173, 139, 115,.035), 0 0 0 24px rgba(173, 139, 115,.025); }.equipment-top { display: flex; align-items: center; justify-content: space-between; color: #5A4032; font-size: 9px; font-weight: 700; z-index: 1; }.equipment-top em { font-style: normal; }.equipment-top b { color: rgba(173, 139, 115,.35); font-family: Arial, sans-serif; font-size: 10px; }.equipment-card strong { z-index: 1; margin-top: 20px; font-size: 14px; }.equipment-card small { z-index: 1; margin-top: 5px; color: #5A4032; font-family: Arial, sans-serif; font-size: 8px; letter-spacing: .03em; direction: ltr; text-align: right; }.spec-row { z-index: 1; display: flex; gap: 8px; margin-top: auto; color: #5A4032; font-size: 8px; }.spec-row span { display: block; padding-left: 6px; border-left: 1px solid var(--line); line-height: 1.5; }.spec-row span:last-child { padding: 0; border: 0; }.spec-row b { display: block; color: var(--ink); font-family: Arial, sans-serif; font-size: 11px; }.select-disc { z-index: 2; position: absolute; bottom: 13px; left: 13px; width: 19px; height: 19px; border: 1px solid var(--ink); border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.6); }.is-selected .select-disc { background: var(--ink); }.select-disc i { display: block; width: 6px; height: 3px; margin-top: -2px; border-left: 1px solid var(--paper); border-bottom: 1px solid var(--paper); transform: rotate(-45deg); opacity: 0; }.is-selected .select-disc i { opacity: 1; }
.vehicle-art { position: absolute; left: 16px; top: 49px; width: 114px; height: 82px; opacity: .92; transform: scaleX(-1); }.vehicle-art i { position: absolute; display: block; background: var(--graphite); }.vehicle-art i::after { content: ''; position: absolute; background: var(--sand); }.telehandler-art i:nth-child(1){width:82px;height:23px;left:4px;bottom:14px;border-radius:3px}.telehandler-art i:nth-child(1)::after{width:30px;height:14px;right:4px;top:3px;border-radius:2px}.telehandler-art i:nth-child(2){width:77px;height:7px;left:39px;top:19px;transform:rotate(-17deg);transform-origin:left;border-radius:5px}.telehandler-art i:nth-child(2)::after{width:13px;height:4px;left:54px;top:2px}.telehandler-art i:nth-child(3),.telehandler-art i:nth-child(4){width:18px;height:18px;bottom:3px;border-radius:50%;background:var(--ink);box-shadow:inset 0 0 0 5px var(--sand)}.telehandler-art i:nth-child(3){left:10px}.telehandler-art i:nth-child(4){left:59px}.excavator-art i:nth-child(1){width:85px;height:14px;left:10px;bottom:7px;border-radius:20px}.excavator-art i:nth-child(2){width:50px;height:26px;left:27px;bottom:19px;border-radius:4px}.excavator-art i:nth-child(3){width:56px;height:8px;left:68px;top:15px;transform:rotate(-25deg);transform-origin:left;border-radius:5px}.excavator-art i:nth-child(4){width:31px;height:6px;left:104px;top:3px;transform:rotate(32deg);border-radius:4px}.boomlift-art i:nth-child(1){width:62px;height:9px;left:12px;bottom:14px;border-radius:5px}.boomlift-art i:nth-child(2){width:64px;height:5px;left:38px;top:43px;transform:rotate(-37deg);transform-origin:left}.boomlift-art i:nth-child(3){width:45px;height:5px;left:76px;top:23px;transform:rotate(50deg);transform-origin:left}.boomlift-art i:nth-child(4){width:19px;height:10px;left:105px;top:52px;border:1px solid var(--graphite);background:transparent}.crane-art i:nth-child(1){width:91px;height:14px;left:6px;bottom:12px;border-radius:5px}.crane-art i:nth-child(2){width:16px;height:41px;left:48px;bottom:22px;border-radius:4px}.crane-art i:nth-child(3){width:58px;height:6px;left:54px;top:24px;transform:rotate(-34deg);transform-origin:left}.crane-art i:nth-child(4){width:2px;height:29px;left:104px;top:9px;background:var(--ink)}.scissor-art i:nth-child(1){width:74px;height:13px;left:16px;bottom:10px;border-radius:4px}.scissor-art i:nth-child(2),.scissor-art i:nth-child(3){width:56px;height:5px;left:26px;top:35px;transform:rotate(35deg)}.scissor-art i:nth-child(3){transform:rotate(-35deg)}.scissor-art i:nth-child(4){width:64px;height:7px;left:22px;top:15px;border-radius:2px}.generator-art i:nth-child(1){width:86px;height:43px;left:12px;bottom:14px;border-radius:4px}.generator-art i:nth-child(2){width:44px;height:29px;left:22px;bottom:21px;background:repeating-linear-gradient(90deg,var(--sand) 0 2px,transparent 2px 6px)}.generator-art i:nth-child(3),.generator-art i:nth-child(4){width:16px;height:16px;bottom:5px;border-radius:50%;background:var(--ink);box-shadow:inset 0 0 0 4px var(--sand)}.generator-art i:nth-child(3){left:21px}.generator-art i:nth-child(4){left:75px}
.equipment-notice { display: flex; gap: 9px; align-items: flex-start; margin-top: 14px; padding: 10px 12px; border-radius: 12px; background: rgba(227, 202, 165,.5); color: #5A4032; font-size: 10px; line-height: 1.65; }.equipment-notice p { margin: 0; }.equipment-notice b { color: var(--ink); }.notice-spark { color: var(--ink); font-size: 14px; }

.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }.field { display: block; position: relative; }.field > span { display: block; margin: 0 0 7px; font-size: 10px; font-weight: 800; color: var(--graphite); }.field > span b { color: var(--ink); }.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(173, 139, 115,.16); border-radius: 12px; background: rgba(255,255,255,.63); color: var(--ink); padding: 13px 13px; outline: none; transition: border .2s, background .2s, box-shadow .2s; font-size: 12px; }.field textarea { resize: vertical; min-height: 82px; line-height: 1.8; }.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%), linear-gradient(135deg, var(--ink) 50%, transparent 50%); background-position: calc(14px) 53%, calc(9px) 53%; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }.field input::placeholder,.field textarea::placeholder { color: #CEAB93; }.field input:focus, .field select:focus,.field textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(227, 202, 165,.78); background: #FFFBE9; }.field-full { grid-column: 1 / -1; }.compact-fields { gap: 12px; }

.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }.support-option { position: relative; display: flex; gap: 12px; align-items: center; min-height: 70px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.43); transition: background .2s,border .2s,transform .2s; cursor: pointer; }.support-option:hover { transform: translateY(-2px); }.support-option:has(input:checked) { background: rgba(227, 202, 165,.45); border-color: rgba(173, 139, 115,.46); }.support-option input { position: absolute; opacity: 0; }.support-option b,.support-option small { display: block; }.support-option b { font-size: 20px; }.support-option small { margin-top: 4px; color: #5A4032; font-size: 9px; }.support-icon { flex: none; position: relative; display: block; width: 28px; height: 28px; border-radius: 50%; background: var(--ink); }.support-icon::before,.support-icon::after { content:''; position:absolute; display:block; }.operator-mini::before{width:8px;height:8px;top:5px;right:10px;border-radius:50%;background:var(--sand)}.operator-mini::after{width:15px;height:9px;right:6px;bottom:5px;border-radius:9px 9px 3px 3px;background:var(--sand)}.route-mini::before{width:4px;height:20px;right:12px;top:4px;background:repeating-linear-gradient(to bottom,var(--sand) 0 4px,transparent 4px 7px)}.route-mini::after{width:8px;height:8px;right:3px;top:5px;border:2px solid var(--sand);border-radius:50%}.tools-mini::before{width:15px;height:4px;right:6px;top:12px;background:var(--sand);transform:rotate(-40deg);border-radius:4px}.tools-mini::after{width:7px;height:7px;right:4px;top:7px;border:2px solid var(--sand);border-radius:50%}.plan-mini::before{width:13px;height:17px;right:7px;top:5px;border:1px solid var(--sand);border-radius:2px}.plan-mini::after{width:9px;height:1px;right:9px;top:10px;background:var(--sand);box-shadow:0 4px 0 var(--sand),0 8px 0 var(--sand)}.toggle { width: 18px; height: 18px; margin-inline-start: auto; border: 1px solid rgba(173, 139, 115,.4); border-radius: 50%; display: grid; place-items: center; }.support-option input:checked ~ .toggle { background: var(--ink); }.toggle::before { content: ''; width: 6px; height: 3px; margin-top: -2px; border-left: 1px solid var(--paper); border-bottom: 1px solid var(--paper); transform: rotate(-45deg); opacity: 0; }.support-option input:checked ~ .toggle::before { opacity: 1; }

.quote-summary { position: sticky; top: 18px; overflow: hidden; color: var(--paper); border-radius: 29px 29px 18px 18px; background: linear-gradient(151deg, #5A4032, #2D211B 55%, #2D211B); box-shadow: 0 30px 55px rgba(173, 139, 115,.26); }.quote-summary::before { content: ''; position: absolute; width: 360px; height: 360px; top: -205px; left: -130px; border: 1px solid rgba(227, 202, 165,.18); border-radius: 50%; box-shadow: 0 0 0 24px rgba(227, 202, 165,.025), 0 0 0 48px rgba(227, 202, 165,.018); }.summary-metal { height: 7px; display: flex; gap: 4px; padding: 2px 17px; background: var(--sand); }.summary-metal span { flex: 1; background: rgba(173, 139, 115,.28); transform: skewX(-25deg); }.summary-head { position: relative; display: flex; gap: 11px; align-items: center; padding: 24px 22px 18px; border-bottom: 1px solid rgba(227, 202, 165,.17); }.summary-symbol { width: 38px; height: 38px; position: relative; display: grid; place-items: center; border: 1px solid var(--sand); border-radius: 50%; }.summary-symbol::after { content: ''; position: absolute; inset: 4px; border: 1px dashed rgba(227, 202, 165,.65); border-radius: inherit; }.summary-symbol i { width: 2px; height: 16px; position: absolute; background: var(--sand); transform: rotate(40deg); }.summary-symbol i:nth-child(2){transform:rotate(-40deg)}.summary-symbol i:nth-child(3){height:2px;width:16px;transform:none}.summary-head p { margin: 0 0 3px; color: rgba(255, 251, 233,.62); font-size: 9px; }.summary-head h2 { margin: 0; font-size: 16px; }.summary-number { margin-inline-start: auto; align-self: start; color: rgba(227, 202, 165,.5); font-family: Arial, sans-serif; font-size: 11px; }.summary-equipment { position: relative; margin: 17px; padding: 16px; overflow: hidden; border: 1px solid rgba(227, 202, 165,.29); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(0,0,0,.06)); }.summary-equipment::after { content: ''; position: absolute; left: -15px; bottom: -34px; width: 100px; height: 100px; border: 1px solid rgba(227, 202, 165,.16); border-radius: 50%; }.summary-category { position: relative; z-index: 1; display: inline-block; padding: 4px 7px; border-radius: 99px; color: var(--ink); background: var(--sand); font-size: 8px; font-weight: 800; }.summary-equipment h3 { position: relative; z-index: 1; margin: 11px 0 3px; font-size: 19px; }.summary-equipment > p { position: relative; z-index: 1; margin: 0; color: rgba(255, 251, 233,.7); font-family: Arial, sans-serif; font-size: 8px; direction: ltr; text-align: right; }.summary-equipment > div { position: relative; z-index: 1; display: flex; gap: 18px; margin-top: 15px; color: rgba(255, 251, 233,.65); font-size: 9px; }.summary-equipment > div span { display: grid; gap: 4px; }.summary-equipment > div b { color: var(--sand); font-family: Arial, sans-serif; font-size: 12px; }.summary-list { display: grid; gap: 0; margin: 0 17px; padding: 0; list-style: none; border-top: 1px solid rgba(227, 202, 165,.14); }.summary-list li { display: flex; gap: 12px; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid rgba(227, 202, 165,.14); font-size: 10px; }.summary-list span { color: rgba(255, 251, 233,.67); }.summary-list b { max-width: 60%; color: var(--paper); font-size: 10px; text-align: left; line-height: 1.45; }.summary-list b.is-empty { color: rgba(255, 251, 233,.38); font-weight: 400; }.quote-confidence { display: flex; gap: 11px; margin: 17px; padding: 12px; border-radius: 13px; background: rgba(227, 202, 165,.08); }.confidence-chart { width: 36px; flex: none; display: flex; gap: 2px; align-items: end; justify-content: center; }.confidence-chart i { width: 4px; background: var(--sand); }.confidence-chart i:nth-child(1){height:6px}.confidence-chart i:nth-child(2){height:10px}.confidence-chart i:nth-child(3){height:14px}.confidence-chart i:nth-child(4){height:18px}.confidence-chart i:nth-child(5){height:22px}.quote-confidence p { margin: 0; color: rgba(255, 251, 233,.67); font-size: 9px; line-height: 1.7; }.quote-confidence b { display: block; color: var(--sand); font-size: 10px; }.send-quote-button { position: relative; width: calc(100% - 34px); min-height: 58px; display: grid; grid-template-columns: 28px 1fr auto; gap: 8px; align-items: center; margin: 8px 17px 0; padding: 10px 14px; color: var(--ink); border: 0; border-radius: 16px 16px 10px 10px; background: linear-gradient(135deg, #E3CAA5, #CEAB93); box-shadow: 0 9px 0 #AD8B73, 0 17px 24px rgba(0,0,0,.2); transition: transform .2s, box-shadow .2s; }.send-quote-button:hover { transform: translateY(-2px); box-shadow: 0 11px 0 #AD8B73, 0 20px 26px rgba(0,0,0,.23); }.send-quote-button:active { transform: translateY(6px); box-shadow: 0 3px 0 #AD8B73; }.send-quote-button > span:nth-child(2) { font-size: 13px; font-weight: 900; text-align: right; }.send-quote-button em { color: rgba(173, 139, 115,.68); font-size: 8px; font-style: normal; }.button-icon { height: 26px; position: relative; border-radius: 50%; background: var(--ink); }.button-icon i { position: absolute; display: block; background: var(--sand); }.button-icon i:first-child{width:10px;height:10px;right:8px;top:5px;border-radius:50%}.button-icon i:nth-child(2){width:12px;height:8px;right:7px;bottom:4px;border-radius:8px 8px 2px 2px}.button-icon i:nth-child(3){width:10px;height:1px;right:16px;top:11px;transform:rotate(-40deg)}.summary-footnote { margin: 18px 20px 23px; color: rgba(255, 251, 233,.48); text-align: center; font-size: 8px; line-height: 1.7; }

.modal { visibility: hidden; opacity: 0; position: fixed; z-index: 20; inset: 0; display: grid; place-items: center; padding: 20px; transition: opacity .2s, visibility .2s; }.modal.is-open { visibility: visible; opacity: 1; }.modal-backdrop { position: absolute; inset: 0; background: rgba(38,21,22,.58); backdrop-filter: blur(4px); }.modal-panel { position: relative; width: min(460px,100%); padding: 35px; border: 1px solid rgba(227, 202, 165,.5); border-radius: 24px; color: var(--ink); background: var(--paper); box-shadow: 0 25px 70px rgba(0,0,0,.28); transform: translateY(15px) scale(.97); transition: transform .24s; }.modal.is-open .modal-panel { transform: none; }.modal-close { position: absolute; left: 15px; top: 15px; width: 27px; height: 27px; color: var(--ink); border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 21px; line-height: 1; }.modal-kicker { color: var(--graphite); font-size: 9px; font-weight: 800; letter-spacing: .1em; }.modal-panel h2 { margin: 10px 0; font-size: 23px; line-height: 1.35; }.modal-panel p { color: #5A4032; font-size: 13px; line-height: 2; }.modal-panel a { display: inline-block; margin-top: 5px; color: var(--ink); font-size: 12px; font-weight: 800; }.toast { position: fixed; z-index: 40; left: 50%; bottom: 24px; transform: translate(-50%, 120px); max-width: min(90vw, 520px); padding: 12px 18px; color: var(--paper); border-radius: 99px; background: var(--ink); box-shadow: 0 12px 30px rgba(0,0,0,.2); font-size: 11px; transition: transform .25s; }.toast.is-shown { transform: translate(-50%, 0); }
.reveal { animation: rise .7s both; }.quote-summary.reveal { animation-delay: .12s; }@keyframes rise { from { opacity:0; transform:translateY(20px) } to {opacity:1;transform:none} }

@media (max-width: 1050px) { .quote-layout { grid-template-columns: minmax(0, 1fr) 318px; }.mode-grid { grid-template-columns: repeat(3, 1fr); }.equipment-grid { grid-template-columns: repeat(2,1fr); }.equipment-card { min-height: 205px; } }
@media (max-width: 820px) { .quote-section { padding: 48px 15px 80px; }.quote-heading { margin-bottom: 31px; }.quote-heading > p { font-size: 13px; line-height: 1.9; }.quote-layout { grid-template-columns: 1fr; }.quote-summary { position: static; grid-row: 1; }.quote-form { grid-row: 2; }.summary-head { padding-top: 18px; }.summary-equipment { margin: 12px 17px; }.quote-confidence, .summary-footnote { display: none; }.quote-summary .summary-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 14px; }.summary-list li { display: block; }.summary-list b { display: block; max-width: 100%; margin-top: 4px; text-align: right; }.send-quote-button { margin-bottom: 18px; }.mode-grid { grid-template-columns: repeat(5, minmax(116px,1fr)); overflow-x: auto; padding-bottom: 5px; scrollbar-width: none; }.mode-grid::-webkit-scrollbar { display:none; }.mode-card { min-height: 118px; }.form-topline { padding: 16px 18px; }.required-note { display: none; }.form-block { padding: 25px 18px; } }
@media (max-width: 560px) { .quote-section { padding-inline: 10px; }.heading-kicker { font-size: 9px; }.heading-mark { width: 60px; height: 60px; margin-block: 13px; }.quote-heading h1 { font-size: 31px; }.quote-heading > p { font-size: 12px; }.quote-form { border-radius: 25px; }.progress-wrap { grid-template-columns: 1fr auto; }.progress-label { grid-column: 1/-1; }.progress-track { width: 100%; }.equipment-grid, .field-grid, .support-grid { grid-template-columns: 1fr; }.equipment-card { min-height: 190px; }.vehicle-art { top: 42px; transform: scaleX(-1) scale(.9); transform-origin: top left; }.field-full { grid-column: auto; }.mode-grid { margin-inline: -5px; padding-inline: 5px; }.mode-card { min-width: 120px; }.form-topline { border-radius: 25px 25px 0 0; }.form-block { padding: 24px 16px; }.block-title h2 { font-size: 17px; }.selection-caption { margin-inline-start: 0; }.support-option { min-height: 65px; }.summary-equipment h3 { font-size: 18px; }.quote-summary .summary-list { grid-template-columns: 1fr 1fr; }.summary-head h2 { font-size: 15px; }.quote-heading br { display: none; }.equipment-notice { font-size: 9px; }.modal-panel { padding: 29px 22px; }.modal-panel h2 { font-size: 20px; } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior:auto !important; } }

/* ضمان وضوح المحتوى فور تحميل الصفحة، بما في ذلك بيئات الجوال والمعاينة السريعة. */
.reveal { opacity: 1; transform: none; animation: none; }



/* تنسيق الحاوية الأساسية */
.mode-grid {
  display: grid;
  /* توزيع تلقائي للبطاقات بعرض لا يقل عن 120px */
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 15px; /* مسافة ثابتة بين البطاقات */
  padding: 10px;
  align-items: start;
}

/* تنسيق البطاقة */
.mode-card {
  display: flex !important; /* تحويلها لـ Flexbox */
  flex-direction: column; /* ترتيب العناصر رأسياً */
  align-items: center; /* توسيط أفقي */
  justify-content: center; /* توسيط رأسي */
  height: 160px; /* ارتفاع ثابت لمنع التمدد */
  padding: 20px;
  border-radius: 12px;
  background: #FFFBE9;
  border: 1px solid #FFFBE9;
  transition: all 0.3s ease;
  text-decoration: none;
  box-sizing: border-box;
}

/* تنسيق الأيقونة (الـ span أو الصورة داخل البطاقة) */
.mode-card span, 
.mode-card img {
  width: 50px;
  height: 50px;
  max-height: 50px;
  object-fit: contain;
  margin-bottom: 12px; /* مسافة تحت الأيقونة */
}

/* تنسيق النصوص داخل البطاقة */
.mode-card b {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}

.mode-card small {
  font-size: 11px;
  color: #FFFBE9;
}

/* التجاوب مع الجوال */
@media (max-width: 480px) {
  .mode-grid {
    grid-template-columns: repeat(2, 1fr); /* بطاقتين في الصف الواحد */
    gap: 10px;
  }
  .mode-card {
    height: 140px; /* ارتفاع أصغر قليلاً للجوال */
  }
}