* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

html#book2, #book2 body {
  height: 100%;
  background-color: #f1f2f4;
}

#book2 [data-trans]:not([data-lang]) {
  opacity: 0.2;
  color: var(--muted);
}
#book2 {
  --book-backup-c1: #e30613;
  --book-backup-c2: #e30613;
  --book-color_1_a: var(--theme-color_1_a, --theme-backup-c1);
  --book-color_1_b: var(--theme-color_1_b, --theme-backup-c1);
  --book-color_2_a: var(--theme-color_2_a, --theme-backup-c2);
  --book-color_2_b: var(--theme-color_2_b, --theme-backup-c2);
  --book-color_breadcrumb: var(--theme-color_breadcrumb, --theme-backup-c1);
  --book-color_1_g: var(--theme-color_1_g, --theme-color_1_a);
  --book-color_2_g: var(--theme-color_2_g, --theme-color_1_a);
  --book-color_1_g_h: var(--theme-color_1_g_h, --theme-color_1_a);
  --book-color_2_g_h: var(--theme-color_2_g_h, --theme-color_1_a);
  --book-color-p: var(--book-color_1_a);
  --book-color-p-l10: color-mix(in srgb, var(--book-color-p), white 10%);
  --book-color-p-l20: color-mix(in srgb, var(--book-color-p), white 20%);
  --book-color-p-l30: color-mix(in srgb, var(--book-color-p), white 30%);
  --book-color-p-l50: color-mix(in srgb, var(--book-color-p), white 50%);
  --book-color-p-l80: color-mix(in srgb, var(--book-color-p), white 80%);
  --book-color-p-b10: color-mix(in srgb, var(--book-color-p), black 10%);
  --book-color-p-b20: color-mix(in srgb, var(--book-color-p), black 20%);
  --book-color-p-b30: color-mix(in srgb, var(--book-color-p), black 30%);
  --red: #e30613;
  --red-light: #d6969b;
  --red-dark: #b3040f;
  --ink: #1b1e23;
  --muted: #6c737b;
  --line: #dcdfe4;
  --line-soft: #eceef1;
  --bg: #f1f2f4;
  --card: #fff;
  --ok: #17714a;
  --ok-tint: #e8f4ee;
  --warn: #8a5a00;
  --warn-tint: #fdf3e0;
  --color-gray-1: #e3e3e3;
  --color-gray-2: #d0d0d4;
  --book-text-color: #333;
  --r-ctrl: 4px;
  --color-head-b: #fff;
  --color-btn-action-b: var(--theme-color_1_a);
  --color-head-ups-b: var(--color-btn-action-b);
  --red-tint: #fdecee;
  --shadow: 0 1px 0 rgba(20, 22, 26, .04), 0 18px 34px -28px rgba(20, 22, 26, .55);
}
#book2 .spinner {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  animation: skLinRotate 1s ease-in-out infinite alternate;
  margin: 0 auto;
}
#book2 .spinner::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: var(--color-btn-action-b);
}
@keyframes skLinRotate {
  95%, 100% {
    transform: rotate(840deg);
  }
}
#book2 * {
  font-family: "Archivo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-weight: normal;
}
#book2 input, #book2 select:focus, #book2 textarea {
  font-size: 1rem !important;
}
#book2 .book2 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#book2 .max-page-w {
  max-width: 70rem;
}
#book2 header .top {
  background-color: var(--color-head-b);
}
#book2 header .top .max-page-w {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 auto;
  padding: 10px 20px;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}
#book2 header .top .brand img {
  height: 40px;
}
#book2 header .top .option {
  display: flex;
  gap: 16px;
  align-items: center;
}
#book2 header .top select {
  background: transparent;
  color: var(--book-text-color);
  border: 1px solid var(--book-text-color);
  padding: 7px 10px;
  font-size: 14px;
  cursor: pointer;
  max-width: 220px;
  border-radius: 8px;
  appearance: none;
  height: 40px;
}
#book2 header .top .tel {
  color: var(--book-text-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 1.6rem;
}
#book2 header .usp {
  background: var(--book-color_1_g);
}
#book2 header .usp .max-page-w {
  margin: auto;
}
#book2 header .usp ul {
  margin: 0 auto;
  padding: 9px 20px;
  display: flex;
  gap: 26px;
  list-style: none;
  overflow: auto;
}
#book2 header .usp li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  word-break: break-all;
  white-space: nowrap;
}
#book2 main {
  margin: 0 auto;
  padding: 26px 20px 90px;
  flex-grow: 1;
}
#book2 main form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#book2 main .btn-next {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--book-color_1_g);
  color: #fff;
  border: 0;
  border-radius: var(--r-ctrl);
  padding: 12px 22px;
  font-weight: 700;
  font-size: 15.5px;
  cursor: pointer;
  width: 100%;
}
#book2 main .btn-next:hover {
  background: var(--book-color_1_g_h);
}
#book2 main .layout {
  display: flex;
  flex-direction: row;
  gap: 26px;
  align-items: start;
}
#book2 main .layout .flow {
  flex-grow: 1;
  width: 100%;
}
#book2 main .layout .summary {
  flex-grow: 0;
  min-width: 360px;
}
#book2 main .flow {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#book2 main section {
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}
#book2 main .step__head {
  width: 100%;
  display: flex;
  gap: 14px;
  align-items: center;
  background: none;
  border: 0;
  padding: 16px 18px;
  text-align: left;
  cursor: pointer;
}
#book2 main .step__head .nr {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #eef0f2;
  color: #8a9099;
  font-weight: 700;
  font-size: 15px;
}
#book2 main .step__head .title {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 4px;
}
#book2 main .step__head .title :nth-child(1) {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink);
}
#book2 main .step__head .title .sub {
  font-size: 1rem;
  color: var(--muted);
}
#book2 main .step__head .btn-change {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-btn-action-b);
  border: 1px solid var(--line);
  border-radius: var(--r-ctrl);
  padding: 6px 12px;
  background: #fff;
}
#book2 main .step__body {
  padding: 18px;
  border-top: 1px solid var(--line);
}
#book2 main .step__body .grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 16px;
}
#book2 main .step__body label {
  font-size: 13.5px;
  font-weight: 600;
  color: #4c5259;
  margin-bottom: 6px;
}
#book2 main .step__body input, #book2 main .step__body select {
  border: 1px solid var(--line);
  border-radius: var(--r-ctrl);
  background: #fff;
  padding: 11px 12px;
  width: 100%;
  font-size: 1rem;
  height: 42px;
}
#book2 main .step__body .phone {
  display: flex;
  gap: 8px;
}
#book2 main .guide {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
#book2 main .guide button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 8px 15px;
  font-size: 14.5px;
  font-weight: 500;
  cursor: pointer;
}
#book2 main .size_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 10px;
}
#book2 main .size_list .size {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  border-bottom: 1px solid #c6cbd1;
  border-radius: var(--r-ctrl);
  background: #fff;
  padding: 12px 12px 10px;
  text-align: left;
  cursor: pointer;
  min-height: 196px;
  transition: 0.2s all ease;
}
#book2 main .size_list .size[disable] {
  cursor: not-allowed;
  opacity: 0.5;
  background: #fafbfb;
}
#book2 main .size_list .size:hover, #book2 main .size_list .size.active {
  border-color: var(--book-color-p);
  box-shadow: inset 0 0 0 1px var(--color-btn-action-b);
  background: var(--book-color-p-l80);
}
#book2 main .size_list .size .tag {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 11.5px;
  font-weight: 600;
  padding: 3px 7px;
  border-radius: 3px;
}
#book2 main .size_list .size .tag.last {
  background: var(--warn-tint);
  color: var(--warn);
}
#book2 main .size_list .size .tag.soon {
  background: #eef1f4;
  color: #4c5259;
}
#book2 main .size_list .size .size__m2 {
  font-size: 1.2rem;
}
#book2 main .size_list .size .size__m2 {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
#book2 main .size_list .size .size__m3 {
  font-size: 1rem;
  color: var(--muted);
  text-align: center;
}
#book2 main .size_list .size .size__price {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
#book2 main .size_list .size .size__price small {
  font-weight: normal;
  color: var(--muted);
}
#book2 main .size_list .size__stage img {
  --img-zoom: 1;
  width: 100%;
  max-height: 200px;
  transform: scale(var(--img-zoom));
}
#book2 .opts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
#book2 .opts > label {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 210px;
}
#book2 .opts > label input {
  display: none;
}
#book2 .opts > label:has(input:checked) {
  box-shadow: inset 0 0 0 1px var(--color-btn-action-b);
  border-color: var(--color-btn-action-b);
  background-color: var(--red-tint);
}
#book2 .opts > label:has(input:checked) .opt__mark {
  border-color: var(--color-btn-action-b);
  background-color: var(--color-btn-action-b);
}
#book2 .opts > label:hover {
  border-color: var(--color-btn-action-b);
}
#book2 .opts > label .opt__mark {
  flex: none;
  width: 8px;
  min-height: 40px;
  height: 100%;
  background: #fff;
  border-radius: 4px;
  display: grid;
  place-items: center;
}
#book2 .opts > label .opt__mark svg {
  visibility: hidden;
}
#book2 .opts > label .opt__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
}
#book2 .opts > label .opt__t {
  font-size: 1.2rem;
  font-weight: 600;
}
#book2 .opts > label .opt__d {
  font-size: 0.8rem;
  color: var(--muted);
}
#book2 .opts > label .opt__p {
  text-align: right;
  font-weight: 700;
  font-size: 0.9rem;
  white-space: nowrap;
}
#book2 .opt {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: var(--r-ctrl);
  background: #fff;
  padding: 10px;
  cursor: pointer;
}
#book2 section[data-step="1"] .step__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
#book2 section[data-step="2"] .step__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#book2 section[data-step="3"] .step__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#book2 section[data-step="4"] .step__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#book2 section[data-step="4"] .step__body #insurance {
  border: 1px solid var(--line);
  border-radius: var(--r-ctrl);
  padding: 11px 12px;
  width: 100%;
  max-width: 100%;
  appearance: none;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236c737b' stroke-width='1.8' fill='none'/%3E%3C/svg%3E") no-repeat right 12px center;
  padding-right: 34px;
  cursor: pointer;
}
#book2 section[data-step="5"] .err {
  color: var(--red-dark);
  font-size: 1rem;
  margin-top: 5px;
}
#book2 section[data-step="5"] .step__body > div > div, #book2 section[data-step="5"] .step__body #businessField {
  display: flex;
  gap: 4px;
  flex-direction: column;
}
#book2 section[data-step="5"] .step__body .switch {
  display: inline-flex;
  background: #eef0f2;
  border-radius: var(--r-ctrl);
  padding: 3px;
  gap: 3px;
}
#book2 section[data-step="5"] .step__body .switch button {
  border: 0;
  background: none;
  padding: 8px 18px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14.5px;
  cursor: pointer;
  color: #5a6069;
}
#book2 section[data-step="5"] .step__body .switch button.active {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}
#book2 section[data-step="5"] .step__body .hint {
  color: var(--muted);
  font-size: 14px;
  margin-top: 10px;
}
#book2 section[data-step="6"] .step__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#book2 section[data-step="6"] #js-preview-mail {
  font-weight: bolder;
}
#book2 section[data-step="6"] #resend {
  background: var(--muted);
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 14px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
#book2 #errMsg, #book2 #codeErr {
  color: var(--red-dark);
  font-size: 1rem;
  margin-top: 10px;
  border: solid 1px var(--red);
  background-color: var(--red-light);
  padding: 8px;
  border-radius: var(--r-ctrl);
}
#book2 .code-box {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
#book2 .code-box > input {
  width: 48px;
  height: 56px;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  padding: 0;
  max-width: 48px;
}
#book2 .step .nr {
  transition: all 1s ease;
}
#book2 .step .btn-change {
  transition: all 0.4s ease;
  opacity: 1;
}
#book2 .step .step__body {
  transition: opacity 0.4s ease, max-height 0.4s ease, transform 0.4s ease;
}
#book2 .step.is-locked {
  opacity: 0.5;
}
#book2 .step.is-locked .btn-change {
  visibility: hidden;
  opacity: 0;
}
#book2 .step.is-locked .step__body, #book2 .step.is-done .step__body {
  opacity: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transform: scale(1.07);
}
#book2 .step.is-send {
  display: none;
}
#book2 .step.is-open {
  box-shadow: var(--shadow);
}
#book2 .step.is-open .nr {
  background-color: var(--color-btn-action-b);
  color: #fff;
}
#book2 .step.is-open .btn-change {
  visibility: hidden;
  opacity: 0;
}
#book2 .step.is-open .step__body {
  max-height: 3000px;
  opacity: 1;
  overflow: auto;
  transform: scale(1);
}
#book2 .step.is-done .nr {
  background-color: var(--book-color-p-l50);
  color: #fff;
}
#book2 .summary {
  position: sticky;
  top: 16px;
}
#book2 .summary .head {
  background-color: var(--book-text-color);
  color: #fff;
  padding: 14px 18px;
  border-radius: 8px 8px 0 0;
}
#book2 .summary .content {
  background-color: #fff;
  padding: 16px 18px;
  border-radius: 0 0 8px 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#book2 .summary .coupon {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}
#book2 .summary .coupon input {
  border: 1px solid var(--line);
  border-radius: var(--r-ctrl);
  background: #fff;
  padding: 11px 12px;
  width: 100%;
  max-width: 100%;
}
#book2 .summary .coupon button {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--r-ctrl);
  padding: 0 14px;
  font-weight: 600;
  font-size: 14.5px;
  cursor: pointer;
}
#book2 .summary .btn-next {
  display: block;
  width: 100%;
  margin-top: 16px;
  background: var(--color-btn-action-b);
  color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 14px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}
#book2 .summary #sumUnit #sumRows .sumrow {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line-soft);
  padding: 9px 0;
}
#book2 .summary #sumUnit #sumRows .sumrow dt {
  color: var(--muted);
}
#book2 .summary #sumUnit #sumRows .sumrow dd {
  text-align: right;
}
#book2 .summary #sumUnit #sumRows .sumrow dd small {
  display: block;
}
#book2 .summary .sum__totals {
  border-top: 2px solid var(--ink);
  padding-top: 14px;
}
#book2 footer {
  background-color: #fff;
}
#book2 footer .foot__powered {
  display: flex;
  margin: 0 auto;
}
#book2 footer .foot__powered > div {
  padding: 12px 20px;
  font-size: 0.8rem;
  color: #8f959d;
}
#book2 footer .foot__powered > div a {
  color: var(--book-text-color);
  text-decoration: none;
}
#book2 .cal {
  width: 100%;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(20, 20, 30, 0.06);
  overflow: hidden;
  max-width: 500px;
}
#book2 .cal .cal-body {
  padding: 28px 40px 36px;
}
#book2 .cal .cal-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
#book2 .cal .cal-title {
  font-size: 24px;
  font-weight: 700;
}
#book2 .cal .nav-btn {
  height: 44px;
  width: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}
#book2 .cal .nav-btn.disabled {
  visibility: hidden;
}
#book2 .cal .nav-btn:hover {
  background: #f7f7f8;
  border-color: #d5d7db;
}
#book2 .cal .nav-btn svg {
  width: 18px;
  height: 18px;
  color: #0b0b0b;
  stroke: #0b0b0b;
}
#book2 .cal .weekdays, #book2 .cal .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}
#book2 .cal .weekdays div {
  font-size: 13px;
  font-weight: 600;
  color: #9ca3af;
  letter-spacing: 0.03em;
  padding-bottom: 18px;
}
#book2 .cal .days {
  gap: 4px;
}
#book2 .cal .days button {
  all: unset;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  border-radius: 12px;
  margin: 4px 0;
  height: 48px;
}
#book2 .cal .days button:not(.empty) {
  border: 1px solid var(--line);
}
#book2 .cal .days button:not(:disabled):not(:active):not(.empty):not(.selected):hover {
  background: var(--book-color-p-l10);
  color: #fff;
}
#book2 .cal .days button:active {
  background: var(--book-color-p-b10);
  color: #fff;
}
#book2 .cal .days button.selected {
  background: var(--book-color_1_g);
  color: #fff;
}
#book2 .cal .days button[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  color: var(--color-gray-1);
}
#book2 .cal .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
  opacity: 0;
}
#book2 .cal .days button.selected .dot {
  opacity: 1;
}
@media only screen and (max-width: 45em) {
  #book2 main {
    padding: 14px;
  }
  #book2 main .layout {
    flex-direction: column;
  }
  #book2 main .layout .cal .cal-body {
    padding: 4px;
  }
  #book2 main .layout .step__body {
    padding: 8px;
  }
  #book2 main .layout .summary {
    width: 100%;
    max-width: unset;
  }
}

.language-selector {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
  width: 70px;
}

.selected-language {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #fff;
  border-radius: 6px;
  padding: 8px 14px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  transition: all 0.2s ease;
  border: none;
}

.selected-language:hover {
  border-color: #999;
  background: #f8f8f8;
}

.language-flag {
  width: 20px;
  height: 14px;
  object-fit: cover;
  display: block;
  border-radius: 2px;
  flex-shrink: 0;
}

/* Dropdown */
.language-dropdown {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  min-width: 100%;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: all 0.2s ease;
  overflow: hidden;
  z-index: 9;
}

.language-selector:hover .language-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.language-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  color: #333;
  background: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.language-option:hover {
  background: #f0f0f0;
  color: #000;
}

.language-flag {
  width: 20px;
  height: 14px;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}

.language-option:hover {
  background: #f0f0f0;
  color: #000 !important;
}

/* Optional active/current language */
.language-option.active {
  background: #222;
  color: #fff;
}

/* Dark-mode */
.dark-mode .selected-language {
  background: #2b2b2b;
  border-color: #444;
  color: #f5f5f5;
}
.dark-mode .selected-language:hover {
  background: #353535;
  border-color: #666;
}
.dark-mode .language-dropdown {
  background: #2b2b2b;
  border-color: #444;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}
.dark-mode .language-option {
  background: #2b2b2b;
  color: #f5f5f5 !important;
}
.dark-mode .language-option:hover {
  background: #3a3a3a;
  color: #fff !important;
}
.dark-mode .language-option.active {
  background: #4a4a4a;
  color: #fff !important;
}
.dark-mode .language-flag {
  border: 1px solid rgba(255, 255, 255, 0.15);
}
/*# sourceMappingURL=book2.css.map */
