.emb {
    --emb-ink: #132c24;
    --emb-muted: #65746f;
    --emb-green: #163f31;
    --emb-leaf: #6f963f;
    --emb-lime: #ddecba;
    --emb-paper: #fbfcf8;
    --emb-line: #e4e9e1;
    --emb-danger: #b42318;
    color: var(--emb-ink);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 28px auto;
    max-width: 1200px;
    text-align: left;
}
.emb *, .emb *::before, .emb *::after { box-sizing: border-box; }
.emb button, .emb input, .emb select, .emb textarea { font: inherit; }
.emb button { cursor: pointer; }
.emb [hidden] { display: none !important; }
.emb__shell { background: var(--emb-paper); border: 1px solid var(--emb-line); border-radius: 28px; box-shadow: 0 24px 70px rgba(19,44,36,.09); overflow: hidden; }
.emb__hero { align-items: flex-end; background: var(--emb-green); color: #fff; display: flex; gap: 40px; justify-content: space-between; padding: 38px 46px; position: relative; }
.emb__hero::after { background: radial-gradient(circle, rgba(221,236,186,.2) 1px, transparent 1.5px); background-size: 16px 16px; content: ""; inset: 0 0 0 67%; opacity: .45; pointer-events: none; position: absolute; }
.emb__eyebrow { color: #bed48a; display: block; font-size: 11px; font-weight: 800; letter-spacing: .18em; margin-bottom: 12px; text-transform: uppercase; }
.emb__hero h2 { color: #fff; font-size: clamp(26px, 3vw, 39px); letter-spacing: -.035em; line-height: 1.1; margin: 0; max-width: 680px; }
.emb__hero p { color: rgba(255,255,255,.7); font-size: 15px; margin: 12px 0 0; }
.emb__trust { display: flex; flex-direction: column; flex: 0 0 auto; gap: 7px; position: relative; z-index: 1; }
.emb__trust span { align-items: center; display: flex; font-size: 12px; font-weight: 650; gap: 8px; white-space: nowrap; }
.emb__trust i { align-items: center; background: rgba(221,236,186,.14); border-radius: 50%; color: #ddecba; display: inline-flex; font-style: normal; height: 20px; justify-content: center; width: 20px; }
.emb__steps { align-items: center; background: #fff; border-bottom: 1px solid var(--emb-line); display: flex; justify-content: center; padding: 21px 40px; }
.emb__steps button { align-items: center; background: none; border: 0; color: #9aa6a1; display: flex; font-size: 12px; font-weight: 750; gap: 9px; padding: 0; }
.emb__steps button b { align-items: center; background: #edf0ec; border-radius: 50%; display: inline-flex; font-size: 11px; height: 27px; justify-content: center; width: 27px; }
.emb__steps button.is-active, .emb__steps button.is-complete { color: var(--emb-green); }
.emb__steps button.is-active b { background: var(--emb-green); color: #fff; box-shadow: 0 0 0 5px #edf4e6; }
.emb__steps button.is-complete b { background: var(--emb-lime); }
.emb__steps > i { background: var(--emb-line); height: 1px; margin: 0 18px; width: clamp(20px, 6vw, 82px); }
.emb__steps > i.is-complete { background: #9cb86f; }
.emb__notice { background: #fff2f0; border: 1px solid #ffd3ce; border-radius: 12px; color: var(--emb-danger); font-size: 13px; font-weight: 650; margin: 22px 30px -4px; padding: 12px 16px; }
.emb__layout { display: grid; gap: 26px; grid-template-columns: minmax(0, 1fr) 310px; padding: 30px; }
.emb__main { background: #fff; border: 1px solid var(--emb-line); border-radius: 18px; min-width: 0; overflow: hidden; }
.emb__panel { min-height: 490px; padding: 31px 34px 24px; }
.emb__section-head { align-items: flex-start; border-bottom: 1px solid var(--emb-line); display: flex; justify-content: space-between; margin-bottom: 24px; padding-bottom: 20px; }
.emb__section-head > div { align-items: center; display: flex; gap: 12px; }
.emb__section-head div > span { align-items: center; background: #eff4e8; border-radius: 9px; color: var(--emb-leaf); display: inline-flex; font-size: 11px; font-weight: 850; height: 32px; justify-content: center; width: 32px; }
.emb__section-head h3 { color: var(--emb-ink); font-size: 20px; letter-spacing: -.02em; margin: 0; }
.emb__section-head > p { color: var(--emb-muted); font-size: 12px; margin: 5px 0 0 20px; max-width: 260px; text-align: right; }
.emb__loading { align-items: center; color: var(--emb-muted); display: flex; flex-direction: column; justify-content: center; min-height: 560px; }
.emb__spinner { animation: emb-spin .8s linear infinite; border: 3px solid var(--emb-line); border-radius: 50%; border-top-color: var(--emb-leaf); display: block; height: 32px; width: 32px; }
@keyframes emb-spin { to { transform: rotate(360deg); } }
.emb__services { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.emb__service { align-items: center; background: #fff; border: 1.5px solid var(--emb-line); border-radius: 14px; color: var(--emb-ink); display: flex; max-width: 100%; min-height: 105px; min-width: 0; overflow: hidden; padding: 17px; text-align: left; transition: border-color .18s, box-shadow .18s, transform .18s; width: 100%; }
.emb__service:hover { border-color: #a8be82; box-shadow: 0 10px 28px rgba(22,63,49,.08); transform: translateY(-1px); }
.emb__service.is-selected { background: #f8fbf3; border-color: var(--emb-leaf); box-shadow: inset 0 0 0 1px var(--emb-leaf); }
.emb__service-icon { align-items: center; background: #eff4e8; border-radius: 12px; color: var(--emb-green); display: flex; flex: 0 0 auto; font-size: 13px; font-style: normal; font-weight: 850; height: 52px; justify-content: center; margin-right: 14px; overflow: hidden; width: 52px; }
.emb__service-icon img { height: 100%; object-fit: cover; width: 100%; }
.emb__service-copy { flex: 1 1 0; max-width: 100%; min-width: 0; overflow: hidden; position: static; text-align: left; transform: none; }
.emb__service-copy strong { display: block; font-size: 14px; line-height: 1.3; margin-bottom: 5px; }
.emb__service-copy small { color: var(--emb-muted); display: -webkit-box; font-size: 11px; line-height: 1.35; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.emb__service-price { color: var(--emb-green); font-size: 13px; font-weight: 850; margin-left: auto; padding-left: 12px; white-space: nowrap; }
.emb__quantity { align-items: center; background: #f7f9f4; border: 1px solid var(--emb-line); border-radius: 14px; display: flex; justify-content: space-between; margin-top: 18px; padding: 15px 17px; }
.emb__quantity label { font-size: 13px; font-weight: 800; }
.emb__quantity p { color: var(--emb-muted); font-size: 11px; margin: 2px 0 0; }
.emb__counter { align-items: center; background: #fff; border: 1px solid var(--emb-line); border-radius: 10px; display: flex; flex: 0 0 auto; max-width: 100%; overflow: hidden; }
.emb .emb__counter button { background: #fff !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; color: var(--emb-green) !important; font-size: 19px !important; height: 36px !important; line-height: 36px !important; margin: 0 !important; min-height: 36px !important; min-width: 36px !important; padding: 0 !important; transform: none !important; width: 36px !important; }
.emb__counter input { appearance: textfield; border: 0; border-left: 1px solid var(--emb-line); border-right: 1px solid var(--emb-line); color: var(--emb-ink); font-size: 13px; font-weight: 800; height: 36px; outline: 0; text-align: center; width: 48px; }
.emb__rental-options { display: grid; gap: 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 18px; }
.emb__choice { border: 0; display: flex; gap: 10px; margin: 0; padding: 0; }
.emb__choice legend { font-size: 11px; font-weight: 800; margin-bottom: 7px; }
.emb__choice label { align-items: center; background: #fbfcfa; border: 1px solid var(--emb-line); border-radius: 10px; cursor: pointer; display: flex; flex: 1; gap: 9px; min-height: 54px; padding: 10px 12px; }
.emb__choice label:has(input:checked) { background: #f4f9ed; border-color: var(--emb-leaf); }
.emb__choice input { accent-color: var(--emb-green); }
.emb__choice span { display: flex; flex-direction: column; }
.emb__choice b { font-size: 11px; }
.emb__choice small { color: var(--emb-muted); font-size: 9px; }
.emb__rental-content { display: grid; gap: 8px; margin-top: 16px; }
.emb__rental-content details { background: #f8faf6; border: 1px solid var(--emb-line); border-radius: 10px; padding: 10px 13px; }
.emb__rental-content summary { cursor: pointer; font-size: 11px; font-weight: 800; }
.emb__rental-content ul { color: var(--emb-muted); font-size: 10px; margin: 10px 0 2px; padding-left: 20px; }
.emb__rental-content li { margin: 4px 0; }
.emb__schedule { display: grid; gap: 24px; grid-template-columns: minmax(290px, 1.15fr) minmax(220px, .85fr); }
.emb__calendar, .emb__times { border: 1px solid var(--emb-line); border-radius: 14px; max-width: 100%; min-width: 0; overflow: hidden; padding: 18px; width: 100%; }
.emb__calendar-head { align-items: center; display: flex; justify-content: space-between; margin-bottom: 17px; }
.emb__calendar-head strong { font-size: 14px; }
.emb__calendar-head button { background: #f2f5ef; border: 0; border-radius: 8px; color: var(--emb-green); font-size: 22px; height: 32px; line-height: 1; width: 32px; }
.emb__weekdays, .emb__days { display: grid; grid-template-columns: repeat(7, 1fr); text-align: center; }
.emb__weekdays { color: #8a9893; font-size: 9px; font-weight: 800; margin-bottom: 6px; text-transform: uppercase; }
.emb__days button, .emb__days span { align-items: center; aspect-ratio: 1; background: transparent; border: 0; border-radius: 9px; color: var(--emb-ink); display: flex; font-size: 11px; font-weight: 650; justify-content: center; margin: 1px; min-height: 31px; }
.emb__days button:hover { background: #eff4e8; }
.emb__days button.is-today { box-shadow: inset 0 0 0 1px #9ab476; }
.emb__days button.is-selected { background: var(--emb-green); color: #fff; box-shadow: 0 5px 12px rgba(22,63,49,.2); }
.emb__days button:disabled { color: #c8cfcc; cursor: not-allowed; }
.emb__times { display: flex; flex-direction: column; }
.emb__times-head { align-items: flex-start; display: flex; justify-content: space-between; }
.emb__times-head span { font-size: 13px; font-weight: 800; }
.emb__times-head small { color: var(--emb-muted); font-size: 10px; }
.emb__slots-placeholder { align-items: center; color: #8b9893; display: flex; flex: 1; flex-direction: column; justify-content: center; min-height: 270px; text-align: center; }
.emb__slots-placeholder span { align-items: center; background: #f1f5ee; border-radius: 50%; color: var(--emb-leaf); display: flex; font-size: 27px; height: 60px; justify-content: center; width: 60px; }
.emb__slots-placeholder p { font-size: 11px; max-width: 170px; }
.emb__slots { display: grid; gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 18px; max-height: 300px; min-width: 0; overflow-x: hidden; overflow-y: auto; width: 100%; }
.emb .emb__slot { background: #f7f9f5 !important; border: 1px solid var(--emb-line) !important; border-radius: 9px !important; box-shadow: none !important; color: var(--emb-ink) !important; font-size: 11px !important; font-weight: 750 !important; margin: 0 !important; max-width: 100%; min-width: 0; overflow: hidden; padding: 11px 7px !important; text-overflow: ellipsis; transform: none !important; white-space: nowrap; width: 100%; }
.emb .emb__slot:hover, .emb .emb__slot.is-selected { background: var(--emb-green) !important; border-color: var(--emb-green) !important; color: #fff !important; }
.emb__form-grid { display: grid; gap: 17px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.emb__field { display: block; }
.emb__field--wide { grid-column: 1 / -1; }
.emb__field > span { display: block; font-size: 11px; font-weight: 800; margin-bottom: 7px; }
.emb__field > span small { color: var(--emb-muted); font-size: 8px; font-weight: 600; margin-left: 5px; }
.emb__field input, .emb__field select, .emb__field textarea { background: #fbfcfa; border: 1px solid var(--emb-line); border-radius: 10px; color: var(--emb-ink); outline: none; padding: 11px 13px; transition: border-color .15s, box-shadow .15s; width: 100%; }
.emb__field input, .emb__field select { height: 43px; }
.emb__field input:focus, .emb__field select:focus, .emb__field textarea:focus { border-color: #89a95c; box-shadow: 0 0 0 3px rgba(137,169,92,.14); }
.emb__field.is-invalid input, .emb__field.is-invalid textarea { border-color: var(--emb-danger); }
.emb__corporate { background: #f7f9f4; border: 1px solid var(--emb-line); border-radius: 12px; display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); padding: 14px; }
.emb__upload { align-items: center; background: #f9fbf7; border: 1.5px dashed #bdcbb5; border-radius: 12px; cursor: pointer; display: flex; flex-direction: column; padding: 18px; text-align: center; transition: background .15s, border-color .15s; }
.emb__upload:hover, .emb__upload.is-dragging { background: #f0f6e9; border-color: var(--emb-leaf); }
.emb__upload-icon { align-items: center; background: #eaf2df; border-radius: 50%; color: var(--emb-green); display: flex; font-size: 20px; height: 38px; justify-content: center; margin-bottom: 7px; width: 38px; }
.emb__upload strong { font-size: 12px; }
.emb__upload small { color: var(--emb-muted); font-size: 9px; margin-top: 2px; }
.emb__consent { align-items: flex-start; color: var(--emb-muted); display: flex; font-size: 10px; gap: 8px; }
.emb__consent input { accent-color: var(--emb-green); margin: 2px 0 0; }
.emb__review { background: #f7f9f5; border: 1px solid var(--emb-line); border-radius: 13px; display: grid; gap: 1px; grid-template-columns: repeat(2, 1fr); margin-bottom: 20px; overflow: hidden; }
.emb__review > div { background: #fff; padding: 14px; }
.emb__review small { color: var(--emb-muted); display: block; font-size: 9px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.emb__review strong { display: block; font-size: 12px; margin-top: 4px; }
.emb__terms-note { background: #f8faf6; border: 1px solid var(--emb-line); border-radius: 12px; color: var(--emb-muted); font-size: 10px; margin-bottom: 18px; padding: 14px 16px; }
.emb__terms-note strong { color: var(--emb-ink); font-size: 11px; }
.emb__terms-note ul { margin: 8px 0 0; padding-left: 18px; }
.emb__terms-note li { margin: 4px 0; }
.emb__payments { border: 0; margin: 0; padding: 0; }
.emb__payments legend { font-size: 12px; font-weight: 850; margin-bottom: 9px; }
.emb__payments label { align-items: center; border: 1px solid var(--emb-line); border-radius: 11px; cursor: pointer; display: flex; gap: 12px; margin-bottom: 9px; padding: 13px; }
.emb__payments label:has(input:checked) { background: #f7fbf2; border-color: var(--emb-leaf); }
.emb__payments input { accent-color: var(--emb-green); }
.emb__payments span { display: flex; flex: 1; flex-direction: column; }
.emb__payments b { font-size: 12px; }
.emb__payments small { color: var(--emb-muted); font-size: 10px; }
.emb__payments i { font-style: normal; }
.emb__payment-frame { border-top: 1px solid var(--emb-line); margin-top: 18px; min-height: 420px; padding-top: 18px; }
.emb__success { background: #f1f8e8; border: 1px solid #c8dba7; border-radius: 14px; color: var(--emb-green); padding: 28px; text-align: center; }
.emb__success h3 { color: var(--emb-green); font-size: 21px; margin: 7px 0; }
.emb__success p { font-size: 12px; margin: 5px auto; max-width: 470px; }
.emb__success code { background: #fff; border: 1px dashed #9db878; border-radius: 8px; display: inline-block; font-size: 16px; font-weight: 850; letter-spacing: .08em; margin: 12px 0; padding: 8px 12px; }
.emb__actions { align-items: center; border-top: 1px solid var(--emb-line); display: flex; justify-content: flex-end; min-height: 74px; padding: 14px 34px; }
.emb__button { border: 0; border-radius: 10px; font-size: 12px; font-weight: 800; min-height: 42px; padding: 0 19px; }
.emb__button:disabled { cursor: wait; opacity: .6; }
.emb__button--primary { background: var(--emb-green); box-shadow: 0 7px 17px rgba(22,63,49,.17); color: #fff; margin-left: auto; }
.emb__button--primary:hover { background: #0e3327; }
.emb__button--primary span { color: #bfda88; margin-left: 12px; }
.emb__button--ghost { background: transparent; color: var(--emb-muted); }
.emb__summary { align-self: start; background: var(--emb-green); border-radius: 18px; color: #fff; min-height: 366px; padding: 23px; position: sticky; top: 30px; }
.emb__summary-top { align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); display: flex; font-size: 13px; font-weight: 800; justify-content: space-between; padding-bottom: 17px; }
.emb__summary-top i { background: rgba(221,236,186,.13); border-radius: 99px; color: #ddecba; font-size: 9px; font-style: normal; padding: 4px 8px; }
.emb__empty { align-items: center; color: rgba(255,255,255,.6); display: flex; flex-direction: column; min-height: 250px; justify-content: center; text-align: center; }
.emb__empty > span { align-items: center; border: 1px solid rgba(221,236,186,.25); border-radius: 50%; color: #ddecba; display: flex; font-size: 22px; height: 57px; justify-content: center; width: 57px; }
.emb__empty p { font-size: 11px; max-width: 175px; }
.emb__summary-service { align-items: center; display: flex; gap: 12px; padding: 20px 0; }
.emb__summary-service > span { align-items: center; background: #ddecba; border-radius: 10px; color: var(--emb-green); display: flex; font-size: 11px; font-weight: 900; height: 45px; justify-content: center; width: 45px; }
.emb__summary-service b { display: block; font-size: 13px; }
.emb__summary-service small { color: rgba(255,255,255,.58); font-size: 10px; }
.emb__summary dl { border-bottom: 1px solid rgba(255,255,255,.12); border-top: 1px solid rgba(255,255,255,.12); margin: 0; padding: 12px 0; }
.emb__summary dl div { display: flex; font-size: 11px; justify-content: space-between; padding: 5px 0; }
.emb__summary dt { color: rgba(255,255,255,.55); }
.emb__summary dd { font-weight: 700; margin: 0; }
.emb__total { align-items: flex-end; display: flex; justify-content: space-between; padding: 17px 0 5px; }
.emb__total > span { font-size: 10px; font-weight: 750; text-transform: uppercase; }
.emb__total small { color: rgba(255,255,255,.45); display: block; font-size: 8px; font-weight: 500; margin-top: 2px; text-transform: none; }
.emb__total strong { color: #ddecba; font-size: 23px; letter-spacing: -.04em; }
.emb__support { bottom: 16px; color: rgba(255,255,255,.45); font-size: 9px; left: 23px; margin: 22px 0 0; position: absolute; }
.emb__support a { color: #ddecba; }
.emb :focus-visible { outline: 3px solid rgba(140,174,87,.35); outline-offset: 2px; }

@media (max-width: 900px) {
    .emb__hero { align-items: flex-start; flex-direction: column; }
    .emb__trust { flex-direction: row; flex-wrap: wrap; }
    .emb__layout { grid-template-columns: 1fr; }
    .emb__summary { min-height: 0; order: -1; position: static; }
    .emb__support { display: none; }
    .emb__empty { min-height: 80px; }
    .emb__summary [data-summary-content]:not([hidden]) { display: grid; gap: 15px; grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .emb { margin: 12px auto; max-width: 100%; min-width: 0; overflow-x: hidden; width: 100%; }
    .emb__shell, .emb__layout, .emb__main, .emb__panel { max-width: 100%; min-width: 0; overflow-x: hidden; width: 100%; }
    .emb__shell { border-radius: 18px; }
    .emb__hero { padding: 28px 22px; }
    .emb__hero p { font-size: 13px; }
    .emb__trust { display: none; }
    .emb__steps { justify-content: space-between; padding: 17px 18px; }
    .emb__steps button { gap: 0; }
    .emb__steps button span { display: none; }
    .emb__steps > i { flex: 1; margin: 0 7px; width: auto; }
    .emb__layout { padding: 12px; }
    .emb__panel { min-height: 0; padding: 23px 17px; }
    .emb__section-head { display: block; }
    .emb__section-head > p { margin: 8px 0 0 44px; text-align: left; }
    .emb__services, .emb__schedule, .emb__form-grid, .emb__rental-options, .emb__corporate { grid-template-columns: minmax(0, 1fr); max-width: 100%; min-width: 0; width: 100%; }
    .emb__field--wide { grid-column: auto; }
    .emb .emb__service { align-items: start !important; background: #fff !important; border: 1.5px solid var(--emb-line) !important; box-shadow: none !important; color: var(--emb-ink) !important; display: grid !important; gap: 4px 13px; grid-template-columns: 52px minmax(0, 1fr); min-height: 0; padding: 15px !important; text-align: left !important; }
    .emb .emb__service.is-selected { background: #f8fbf3 !important; border-color: var(--emb-leaf) !important; box-shadow: inset 0 0 0 1px var(--emb-leaf) !important; }
    .emb__service-icon { grid-row: 1 / span 2; margin: 0; }
    .emb__service-copy { align-self: center; grid-column: 2; width: 100%; }
    .emb__service-copy strong, .emb__service-copy small { color: var(--emb-ink) !important; max-width: 100%; overflow-wrap: anywhere; position: static !important; text-align: left !important; transform: none !important; white-space: normal !important; }
    .emb__service-copy small { color: var(--emb-muted) !important; }
    .emb__service-copy small { display: block; -webkit-line-clamp: unset; }
    .emb__service-price { color: var(--emb-green) !important; grid-column: 2; margin: 2px 0 0; max-width: 100%; overflow-wrap: anywhere; padding: 0; position: static !important; text-align: left !important; transform: none !important; white-space: normal; }
    .emb__quantity { align-items: stretch; display: grid; gap: 14px; grid-template-columns: minmax(0, 1fr); }
    .emb__counter { justify-self: start; }
    .emb__schedule { gap: 14px; }
    .emb__calendar, .emb__times { padding: 14px; }
    .emb__weekdays, .emb__days { grid-template-columns: repeat(7, minmax(0, 1fr)); max-width: 100%; min-width: 0; width: 100%; }
    .emb__days button, .emb__days span { min-width: 0; width: auto; }
    .emb__times-head { flex-wrap: wrap; gap: 5px 12px; }
    .emb__times-head small { overflow-wrap: anywhere; }
    .emb__slots { grid-template-columns: minmax(0, 1fr); }
    .emb .emb__slot { font-size: 13px !important; overflow: visible; text-overflow: clip; white-space: normal; }
    .emb__slots-placeholder { min-height: 120px; }
    .emb__review { grid-template-columns: 1fr; }
    .emb__actions { padding: 12px 17px; }
    .emb__summary [data-summary-content]:not([hidden]) { display: block; }
}
@media (prefers-reduced-motion: reduce) { .emb *, .emb *::before, .emb *::after { animation-duration: .01ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } }
