/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[5].use[3]!./src/app/(shop)/register/page.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.page_page__uJf0W {
  min-height: 60vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 48px 16px;
}

.page_card__rWsaw {
  max-width: 720px;
  width: 100%;
  background: var(--c-surface);
  border: 1px solid var(--c-rule);
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  /* Grid children may shrink below content min-content on narrow viewports. */
  min-width: 0;
}

/* The success screen reuses the card but stays narrow and centered. */
.page_cardNarrow__RT9h4 {
  max-width: 440px;
  text-align: center;
}

.page_card__rWsaw h1 {
  margin: 0 0 8px;
  font-size: 24px;
  color: var(--c-ink-900);
}

.page_subtitle__zu_48 {
  margin: 0 0 24px;
  color: var(--c-ink-500);
  font-size: 14px;
}

/* Material Design 3 segmented control: two pills inside a rounded track. */
.page_segmented__Yyz47 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin: 0 0 24px;
  padding: 4px;
  background: var(--c-surface-2);
  border: 1px solid var(--c-rule);
  border-radius: 999px;
}

.page_segment__j8PCV {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 6px 10px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: var(--c-ink-700);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  /* Romanian segment labels are long - wrap inside the pill instead of
     overflowing, and let both pills match height via the grid's stretch. */
  white-space: normal;
  word-break: keep-all;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}

@media (max-width: 400px) {
  .page_segment__j8PCV {
    font-size: 13px;
    padding: 6px 6px;
  }
}

.page_segment__j8PCV:hover:not(.page_segmentActive__JMquT) {
  background: var(--c-surface-3);
  color: var(--c-ink-900);
}

.page_segment__j8PCV:focus-visible {
  outline: 2px solid var(--c-primary);
  outline-offset: 2px;
}

.page_segmentActive__JMquT {
  background: var(--c-primary);
  color: var(--c-primary-ink, white);
}

.page_form__UMlwA {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Grouped fieldset block, mirrors checkout's .section. */
.page_section__qrQCj {
  min-width: 0;
  margin: 0;
  padding: 20px;
  border: 1px solid var(--c-rule);
  border-radius: 8px;
  background: var(--c-surface);
}

.page_section__qrQCj legend {
  padding: 0 6px;
  font-size: 16px;
  font-weight: 700;
  color: var(--c-ink-900);
}

/* Single column on mobile, two columns from 480px (mirrors checkout .grid). */
.page_grid__nJrk_ {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 480px) {
  .page_grid__nJrk_ {
    grid-template-columns: 1fr 1fr;
  }
}

.page_cell__lEhYA,
.page_cellWide__Y0rxe {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.page_cellWide__Y0rxe {
  grid-column: 1 / -1;
}

.page_cell__lEhYA label,
.page_cellWide__Y0rxe label {
  font-size: 13px;
  color: var(--c-ink-700);
}

.page_input__XxN_4,
.page_select__Rtu3W {
  height: 40px;
  width: 100%;
  padding: 0 12px;
  border: 1px solid var(--c-rule);
  border-radius: 8px;
  background: var(--c-surface);
  color: var(--c-ink-900);
  font-size: 15px;
  font-family: inherit;
}

.page_select__Rtu3W {
  appearance: none;
  cursor: pointer;
}

.page_input__XxN_4:focus,
.page_select__Rtu3W:focus {
  outline: 2px solid var(--c-primary);
  outline-offset: 2px;
  border-color: var(--c-primary);
}

/* Password field wrapper keeps the show/hide toggle anchored to the input. */
.page_passwordField__mvSQW {
  position: relative;
  display: flex;
}

.page_passwordField__mvSQW .page_input__XxN_4 {
  padding-right: 44px;
}

.page_passwordToggle__dADkQ {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  color: var(--c-ink-500);
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.page_passwordToggle__dADkQ:hover {
  color: var(--c-ink-900);
  background: var(--c-surface-2);
}

.page_passwordToggle__dADkQ:focus-visible {
  outline: 2px solid var(--c-primary);
  outline-offset: 2px;
}

.page_passwordToggle__dADkQ svg {
  width: 18px;
  height: 18px;
}

/* CUI input + inline "verify company" button. */
.page_lookupRow__2BTho {
  display: flex;
  gap: 8px;
}

.page_lookupRow__2BTho .page_input__XxN_4 {
  flex: 1 1 auto;
}

.page_verifyBtn__zftzJ {
  flex: 0 0 auto;
  height: 40px;
  padding: 0 14px;
  border: 1px solid var(--c-primary);
  border-radius: 8px;
  background: transparent;
  color: var(--c-primary);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}

.page_verifyBtn__zftzJ:hover:not(:disabled) {
  background: var(--c-surface-2);
}

.page_verifyBtn__zftzJ:focus-visible {
  outline: 2px solid var(--c-primary);
  outline-offset: 2px;
}

.page_verifyBtn__zftzJ:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Checkbox rows (terms, VAT payer, marketing consent). */
.page_checkboxRow__9dZSR {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  color: var(--c-ink-700);
}

.page_checkboxRow__9dZSR input[type="checkbox"] {
  margin-top: 2px;
  width: 16px;
  height: 16px;
  accent-color: var(--c-primary);
  cursor: pointer;
}

.page_passwordHelp__4PxdB {
  margin: 2px 0 0;
  font-size: 12px;
  color: var(--c-ink-500);
}

.page_fieldError__1MOG0 {
  font-size: 12px;
  color: var(--c-warn, #c0392b);
}

.page_error__hkhZQ {
  margin: 0;
  padding: 8px 12px;
  background: var(--c-warn-bg, #ffe6e6);
  color: var(--c-ink-900);
  border-radius: 8px;
  font-size: 14px;
}

.page_submit__gqSf1 {
  height: 48px;
  margin-top: 4px;
  background: var(--c-primary);
  color: var(--c-primary-ink, white);
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.page_submit__gqSf1:hover:not(:disabled) {
  background: var(--c-primary-hover, var(--c-primary));
}

.page_submit__gqSf1:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.page_resendBtn__AVC10 {
  height: 44px;
  margin-top: 8px;
  padding: 0 16px;
  background: var(--c-primary);
  color: var(--c-primary-ink, white);
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.page_resendBtn__AVC10:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.page_altLink__VVRN0 {
  margin: 24px 0 0;
  text-align: center;
  font-size: 14px;
  color: var(--c-ink-500);
}

.page_altLink__VVRN0 a {
  color: var(--c-link);
  font-weight: 600;
  text-decoration: none;
}

.page_altLink__VVRN0 a:hover {
  text-decoration: underline;
}

