
/* /website_open_facturacion/static/src/scss/facturacion_landing.scss */
 .o_facturacion_landing{--os-orange: #F97316; --os-orange-dark: #EA580C; --os-gray-metal: #64748B; --os-gray-dark: #1E293B; --os-bg: #F8FAFC; --os-card: #FFFFFF; scroll-behavior: smooth; background-color: var(--os-bg); background-image: radial-gradient(circle at 1px 1px, rgba(100, 116, 139, 0.08) 1px, transparent 0); background-size: 24px 24px; font-family: 'Open Sans', sans-serif; color: var(--os-gray-dark); padding-bottom: 4rem;}.o_facturacion_landing h1, .o_facturacion_landing h2, .o_facturacion_landing h3, .o_facturacion_landing h4, .o_facturacion_landing .o_facturacion_stepper__label{font-family: 'Poppins', sans-serif;}.o_facturacion_hero{background: linear-gradient(135deg, var(--os-gray-dark) 0%, #334155 100%); color: #fff; padding: 3.5rem 0 2.5rem; margin-bottom: 2rem;}.o_facturacion_hero__title{font-size: clamp(1.75rem, 4vw, 2.5rem); font-weight: 700; margin-bottom: 1rem;}.o_facturacion_hero__subtitle{font-size: 1.1rem; opacity: 0.9; max-width: 36rem;}.o_facturacion_hero__ctas{margin-top: 1.75rem;}.o_facturacion_hero__cta{cursor: pointer; transition: background-color 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out, box-shadow 0.2s ease-out; font-weight: 600;}.o_facturacion_hero__cta:focus-visible{outline: 2px solid var(--os-orange); outline-offset: 2px; box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.25);}.o_facturacion_hero__ctas .btn-outline-light{border-width: 2px;}.o_facturacion_hero__ctas .btn-outline-light:hover{background: rgba(255, 255, 255, 0.12); border-color: #fff; color: #fff;}.o_facturacion_wizard_section{scroll-margin-top: 5.5rem; padding: 0 0 2rem;}.o_facturacion_wizard_section__header{max-width: 36rem; margin: 0 auto 2rem;}.o_facturacion_wizard_section__title{font-size: clamp(1.35rem, 3vw, 1.75rem); font-weight: 700; color: var(--os-gray-dark); margin-bottom: 0.5rem;}.o_facturacion_wizard_section__subtitle{color: var(--os-gray-metal); font-size: 1rem; margin-bottom: 0; line-height: 1.5;}#o_facturacion_wizard:focus{outline: none;}.o_facturacion_wizard_mount{position: relative; min-height: 12rem;}.o_facturacion_wizard_loading{max-width: 920px; margin: 0 auto; padding: 2rem; text-align: center; color: var(--os-gray-metal); background: var(--os-card); border-radius: 16px; border: 1px solid rgba(100, 116, 139, 0.15); animation: o_facturacion_pulse 1.5s ease-in-out infinite;}.o_facturacion_wizard_loading--error{animation: none; color: var(--os-gray-dark);}.o_facturacion_wizard_mount:has(.o_facturacion_wizard) .o_facturacion_wizard_loading, .o_facturacion_wizard_mount--ready .o_facturacion_wizard_loading{display: none;}.o_facturacion_wizard_mount--ready .o_facturacion_wizard_ssr{display: none !important;}.o_facturacion_wizard_mount .o_facturacion_wizard_ssr.o_facturacion_card{max-height: min(calc(100vh - 280px), 820px); overflow-y: auto; overscroll-behavior: contain;}@keyframes o_facturacion_pulse{0%, 100%{opacity: 0.55;}50%{opacity: 1;}}.o_facturacion_wizard{display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; max-width: 920px; max-height: min(calc(100vh - 280px), 820px); margin: 0 auto;}@media (max-height: 700px){.o_facturacion_wizard{max-height: min(65vh, 640px);}}.o_facturacion_stepper{display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; justify-content: space-between; gap: 0.25rem; flex-shrink: 0; margin-bottom: 1.25rem; overflow-x: auto; overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; padding: 0 0.25rem 0.5rem; position: relative;}.o_facturacion_stepper::before{content: ""; position: absolute; top: 1rem; left: 8%; right: 8%; height: 2px; background: rgba(100, 116, 139, 0.2); z-index: 0; pointer-events: none;}.o_facturacion_stepper__item{-webkit-box-flex: 1; -webkit-flex: 1 0 auto; flex: 1 0 auto; min-width: 72px; text-align: center; cursor: default; position: relative; z-index: 1;}.o_facturacion_stepper__item--active .o_facturacion_stepper__dot{background: var(--os-orange); border-color: var(--os-orange); color: #fff; box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.15);}.o_facturacion_stepper__item--active .o_facturacion_stepper__label{color: var(--os-orange); font-weight: 600;}.o_facturacion_stepper__item--done .o_facturacion_stepper__dot{background: var(--os-gray-dark); border-color: var(--os-gray-dark); color: #fff; font-size: 0;}.o_facturacion_stepper__item--done .o_facturacion_stepper__dot::after{content: "\2713"; font-size: 0.85rem; font-weight: 700;}.o_facturacion_stepper__dot{width: 2rem; height: 2rem; border-radius: 50%; border: 2px solid var(--os-gray-metal); background: var(--os-card); display: -webkit-inline-box; display: -webkit-inline-flex; display: inline-flex; align-items: center; justify-content: center; font-size: 0.8rem; font-weight: 600; margin-bottom: 0.35rem; transition: background 0.2s, border-color 0.2s, box-shadow 0.2s;}.o_facturacion_stepper__label{font-size: 0.65rem; color: var(--os-gray-metal); line-height: 1.2;}.o_facturacion_card{-webkit-box-flex: 1; -webkit-flex: 1 1 auto; flex: 1 1 auto; min-height: 0; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; background: var(--os-card); border-radius: 16px; box-shadow: 0 4px 24px rgba(30, 41, 59, 0.08); border: 1px solid rgba(100, 116, 139, 0.15); padding: 2rem;}.o_facturacion_card__head{margin-bottom: 1.5rem;}.o_facturacion_card__title{font-size: 1.35rem; margin-bottom: 0.5rem;}.o_facturacion_card__subtitle{color: var(--os-gray-metal); margin-bottom: 0.75rem;}.o_facturacion_card .form-control:focus{border-color: var(--os-orange); box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.15);}.o_facturacion_badge{display: inline-block; font-size: 0.75rem; font-weight: 600; font-family: 'Poppins', sans-serif; color: var(--os-orange-dark); background: rgba(249, 115, 22, 0.12); border-radius: 999px; padding: 0.25rem 0.75rem; margin-bottom: 0.75rem;}.o_facturacion_trust{display: -webkit-box; display: -webkit-flex; display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.875rem; color: var(--os-gray-metal); margin-bottom: 0;}.o_facturacion_trust .fa{color: var(--os-orange); margin-top: 0.15rem;}.o_facturacion_cif_drop{position: relative; text-align: center; padding: 1.5rem 1rem; margin-bottom: 1.25rem; border: 2px dashed rgba(100, 116, 139, 0.35); border-radius: 12px; background: rgba(248, 250, 252, 0.8); transition: border-color 0.2s, background 0.2s;}.o_facturacion_cif_drop:hover, .o_facturacion_cif_drop:focus-within{border-color: var(--os-orange); background: rgba(249, 115, 22, 0.04);}.o_facturacion_cif_drop--done{border-color: rgba(22, 101, 52, 0.45); border-style: solid; background: #f0fdf4;}.o_facturacion_cif_drop--done .o_facturacion_cif_drop__title{color: #166534;}.o_facturacion_cif_drop--done .o_facturacion_cif_drop__icon .fa{color: #16a34a;}.o_facturacion_cif_drop__icon{font-size: 2rem; color: var(--os-orange); margin-bottom: 0.5rem;}.o_facturacion_cif_drop__icon .fa{color: inherit;}.o_facturacion_cif_drop__title{font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1rem; margin-bottom: 0.25rem; color: var(--os-gray-dark);}.o_facturacion_cif_drop__hint{font-size: 0.8rem; color: var(--os-gray-metal); margin-bottom: 0.75rem;}.o_facturacion_cif_drop__input{max-width: 20rem; margin: 0 auto; font-size: 0.875rem;}.o_facturacion_form_section{border: none; padding: 0; margin: 0 0 1.25rem;}.o_facturacion_form_section__title{font-family: 'Poppins', sans-serif; font-size: 0.95rem; font-weight: 600; color: var(--os-gray-dark); width: 100%; padding-bottom: 0.5rem; margin-bottom: 1rem; border-bottom: 1px solid rgba(100, 116, 139, 0.2);}.o_facturacion_form_section--preview{animation: o_facturacion_fade_in 0.35s ease-out;}.o_facturacion_cif_actions{margin-top: 0.5rem; padding-top: 0.25rem;}.o_facturacion_btn-primary{background: var(--os-orange); border-color: var(--os-orange); color: #fff; font-weight: 600; border-radius: 8px; padding: 0.6rem 1.25rem; min-width: 12rem; cursor: pointer; transition: background-color 0.2s ease-out, border-color 0.2s ease-out, box-shadow 0.2s ease-out;}.o_facturacion_btn-primary:hover, .o_facturacion_btn-primary:focus{background: var(--os-orange-dark); border-color: var(--os-orange-dark); color: #fff; box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35);}.o_facturacion_btn-primary:focus-visible{outline: 2px solid var(--os-orange-dark); outline-offset: 2px; box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.3);}.o_facturacion_btn-primary:disabled{opacity: 0.65; cursor: not-allowed;}.o_facturacion_package_grid{display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; margin-bottom: 1.5rem;}.o_facturacion_package_card{border: 2px solid rgba(100, 116, 139, 0.2); border-radius: 12px; padding: 1.25rem; cursor: pointer; transition: border-color 0.2s, box-shadow 0.2s;}.o_facturacion_package_card:hover{border-color: var(--os-orange);}.o_facturacion_package_card--selected{border-color: var(--os-orange); box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.2);}.o_facturacion_package_card:focus-visible{outline: 2px solid var(--os-orange); outline-offset: 2px;}.o_facturacion_package_card__stamps{font-size: 1.75rem; font-weight: 700; color: var(--os-orange);}.o_facturacion_package_card__price{color: var(--os-gray-metal); font-size: 0.95rem;}.o_facturacion_alert{border-radius: 8px; padding: 0.75rem 1rem; margin-bottom: 1rem; flex-shrink: 0;}.o_facturacion_alert--error{background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca;}.o_facturacion_alert--success{background: #f0fdf4; color: #166534; border: 1px solid #bbf7d0;}.o_facturacion_alert--warning{background: #fffbeb; color: #92400e; border: 1px solid #fde68a;}.o_facturacion_success{text-align: center; padding: 1rem 0;}.o_facturacion_success__icon{width: 64px; height: 64px; color: var(--os-orange); margin-bottom: 1rem;}.o_facturacion_whatsapp_fab{position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 1050; display: -webkit-box; display: -webkit-flex; display: flex; align-items: center; justify-content: center; width: 3.5rem; height: 3.5rem; border-radius: 50%; background: #25d366; color: #fff; font-size: 1.75rem; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); transition: background-color 0.2s ease-out, transform 0.2s ease-out;}.o_facturacion_whatsapp_fab:hover{background: #1ebe57; color: #fff; transform: scale(1.05);}.o_facturacion_whatsapp_fab:focus-visible{outline: 2px solid var(--os-orange); outline-offset: 2px;}@media (max-width: 767.98px){.o_facturacion_stepper{gap: 0.35rem; padding-inline: 0.15rem;}.o_facturacion_stepper__item{min-width: 64px;}.o_facturacion_stepper__label{font-size: 0.7rem;}.o_facturacion_card{padding: 1.25rem;}.o_facturacion_btn-primary{width: 100%; min-width: unset;}}@media (prefers-reduced-motion: reduce){.o_facturacion_landing{scroll-behavior: auto;}.o_facturacion_stepper__dot, .o_facturacion_package_card, .o_facturacion_btn-primary{transition: none;}.o_facturacion_hero--animate, .o_facturacion_wizard_loading, .o_facturacion_form_section--preview{animation: none !important;}}@keyframes o_facturacion_fade_in{from{opacity: 0; transform: translateY(8px);}to{opacity: 1; transform: translateY(0);}}.o_facturacion_hero--animate{animation: o_facturacion_fade_in 0.6s ease-out;}