@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/optima");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  font-size: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-family: Inter;
  line-height: 1.6;
  color: #333;
  line-height: 1.3;
  overflow-x: hidden;
}

a,
a:visited,
a:hover {
  text-decoration: none;
  list-style: none;
}

ul {
  padding: 0px;
  margin: 0px;
}

li {
  list-style: none;
}

h1,
h2,
h3 {
  color: #18181B;
  font-family: Optima;
  margin: 0px;
}

h1 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.625rem;
}
@media (min-width: 40em) {
  h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (min-width: 64em) {
  h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}

h2 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.875rem;
}
@media (min-width: 40em) {
  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media (min-width: 64em) {
  h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}

h3 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 40em) {
  h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 64em) {
  h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #3F3F46;
}
@media (min-width: 40em) {
  p {
    font-size: 1.125rem;
    line-height: 1.813rem;
  }
}
@media (min-width: 64em) {
  p {
    font-size: 1.25rem;
    line-height: 32px;
  }
}

.container-lite {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
@media (min-width: 40em) {
  .container-lite {
    max-width: 720px;
  }
}
@media (min-width: 64em) {
  .container-lite {
    max-width: 1440px;
  }
}

@media (max-width: 63.9375em) {
  .hide-for-mobile {
    display: none !important;
  }
}

@media (min-width: 64em) {
  .hide-for-desktop {
    display: none !important;
  }
}

@media (max-width: 63.9375em) {
  .show-for-mobile,
  .show-for-tablet {
    display: block !important;
  }
}

.noscroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  overscroll-behavior: none;
  touch-action: none;
}

.error-message {
  color: #E12A3F;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.input-error {
  border: 1px solid #E12A3F !important;
}

.btn {
  padding: 16px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5rem;
}

.btn-primary {
  background: #BE2739;
  color: white;
  border: none;
}
.btn-primary:hover {
  background: #991F31;
  transition: all 0.5s ease-in-out;
}

.btn-secondary {
  background: transparent;
  border: 1px solid #BE2739;
  color: #BE2739;
}
.btn-secondary:hover {
  background-color: #BE2739;
  color: white;
}

.btn-current-plan {
  border: 1px solid #A1A1AA;
  color: #A1A1AA;
  padding: 1rem;
  font-size: 1rem;
  width: 100%;
  text-align: center;
}

.btn-plan {
  width: 100%;
  padding: 1rem;
  text-align: center;
}

.btn-enterprise-plan {
  width: 100%;
  padding: 1rem;
  text-align: center;
  font-size: 1rem;
  border: 1px solid #27272A;
  color: #27272A;
  background-color: #FFFFFE;
}
.btn-enterprise-plan:hover {
  background-color: #BE2739;
  border-color: transparent;
  color: white;
}

.has-fade {
  visibility: hidden;
  transform: translateX(100%);
  will-change: transform, opacity;
}

/* Fade + slide in */
@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateX(14%); /* subtle offset */
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
}
.slide-in {
  animation: slide-in 360ms cubic-bezier(0.2, 0.9, 0.24, 1) forwards;
}

@keyframes slide-out {
  from {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
  }
  to {
    opacity: 0;
    transform: translateX(14%);
    visibility: hidden;
  }
}
.slide-out {
  animation: slide-out 360ms cubic-bezier(0.2, 0.9, 0.24, 1) forwards;
}

.header {
  padding: 1rem;
  border-bottom: 1px solid #E4E4E7;
}
.header hr {
  width: 100%;
}
@media (min-width: 40em) {
  .header {
    padding: 30.5px 70px;
  }
}
@media (min-width: 64em) {
  .header {
    padding: 24px 108px;
  }
}
.header.open .header__nav-menu > span:first-child {
  transform: rotate(45deg);
}
.header.open .header__nav-menu > span:nth-child(2) {
  opacity: 0;
}
.header.open .header__nav-menu > span:last-child {
  transform: rotate(-45deg);
}
.header.on-scroll {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #FFFFFE;
}
.header .overlay {
  opacity: 0;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.header__nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header__nav-logo img {
  width: 131px;
  height: 28px;
}
@media (min-width: 40em) {
  .header__nav-logo img {
    width: 163px;
    height: 35px;
  }
}
.header__nav-menu > span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #27272A;
  transition: all 300ms ease-in-out;
  transform-origin: 3px 1px;
}
.header__nav-menu > span:not(:last-child) {
  margin-bottom: 5px;
}
.header__links {
  display: flex;
  list-style: none;
  margin: 0;
}
.header__links li:not(:last-child) {
  margin-right: 24px;
}
.header__links a {
  color: #333;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  transition: color 0.3s ease;
}
.header__links a.active, .header__links a:hover {
  color: #c62828;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid red;
}
.header__actions .btn-outline {
  background: white;
  color: #BE2739;
  font-weight: 600;
  font-size: 1rem;
}
.header__actions .btn-outline:hover {
  background: #BE2739;
  color: white;
}
.header__menu {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background: white;
  padding: 1rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  z-index: 999;
}
@media (min-width: 40em) {
  .header__menu {
    top: 96px;
    height: calc(100vh - 96px);
    padding: 40px 70px;
  }
}
.header__menu .header__links-wrap ul {
  flex-direction: column;
  gap: 24px;
  padding: 0px;
}
.header__menu .header__nav-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
.header__nav-actions > a:first-child {
  color: #BE2739;
}
@media (max-width: 63.9375em) {
  .header__nav-actions > a:first-child {
    border: 1px solid #BE2739;
  }
}
.header__nav-actions > a:first-child:hover {
  color: #991F31;
}
.header__mobile-actions {
  margin-top: 80px;
  width: 100%;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.header__mobile-actions button, .header__mobile-actions a {
  width: 100%;
  text-align: center;
}

.navbar {
  padding: 1rem;
  border-bottom: 1px solid #E4E4E7;
}
@media (min-width: 40em) {
  .navbar {
    padding: 1.5rem;
  }
}
.navbar__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar__logo img {
  width: 162.9999847412px;
  height: 35px;
}
.navbar__links {
  display: flex;
  align-items: center;
  gap: 16px;
}
.navbar__notification-bell img {
  width: 24px;
  height: 24px;
}
@media (min-width: 64em) {
  .navbar__notification-bell img {
    width: 32px;
    height: 32px;
  }
}
.navbar.on-scroll {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #FFFFFE;
}

.profile-icon {
  background-color: #BE2739;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}
@media (min-width: 40em) {
  .profile-icon {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 64em) {
  .profile-icon {
    width: 40px;
    height: 40px;
    position: static;
    top: auto;
    right: auto;
  }
}

.profile-initials {
  font-size: 12px;
  color: #FBFAFF;
  cursor: pointer;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 40em) {
  .profile-initials {
    font-size: 20px;
  }
}

.toggle-icon {
  width: 24px;
}

.toggle-container {
  display: none;
  background-color: white;
  color: #52525B;
  font-weight: 500;
  border-radius: 8px;
  width: 220px;
  position: absolute;
  top: 70px;
  right: 24px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  overflow: hidden;
}
.toggle-container button,
.toggle-container a {
  all: unset;
  width: 100%;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  text-decoration: none;
}
.toggle-container button:hover,
.toggle-container a:hover {
  background-color: #f8f9fa;
}
.toggle-container .full-width-form {
  width: 100%;
  margin: 0;
}
.toggle-container .dashboard {
  border-bottom: 1px solid #ddd;
}

.show {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.dashboard-footer {
  border-top: 1px solid #E4E4E7;
  padding: 1.25rem;
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100%;
  background-color: #FFFFFE;
}
.dashboard-footer__buttons {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 41, 41, 0.64);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(2px);
}
.loader__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.loader__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loader__info p {
  font-weight: 500;
  font-size: 1.25rem;
  margin: 0px;
  line-height: 2rem;
  color: #FFFFFE;
}

.hidden {
  display: none;
}

.toast-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  min-width: 300px;
  max-width: 500px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateX(400px);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
@media (max-width: 63.9375em) {
  .toast-notification {
    right: 10px;
    left: 10px;
    min-width: auto;
    max-width: none;
    transform: translateY(-100px);
  }
}
.toast-notification--show {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
@media (max-width: 63.9375em) {
  .toast-notification--show {
    transform: translateY(0);
  }
}
.toast-notification--hide {
  opacity: 0;
  transform: translateX(400px);
}
@media (max-width: 63.9375em) {
  .toast-notification--hide {
    transform: translateY(-100px);
  }
}
.toast-notification--notice {
  border-left: 4px solid #3B82F6;
}
.toast-notification--alert {
  border-left: 4px solid #EF4444;
}
.toast-notification--success {
  border-left: 4px solid #10B981;
}
.toast-notification__content {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
}
.toast-notification__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}
.toast-notification__icon svg {
  width: 20px;
  height: 20px;
}
.toast-notification--notice .toast-notification__icon {
  color: #3B82F6;
}
.toast-notification--alert .toast-notification__icon {
  color: #EF4444;
}
.toast-notification--success .toast-notification__icon {
  color: #10B981;
}
.toast-notification__message {
  flex: 1;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #18181B;
  word-wrap: break-word;
}
.toast-notification__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: transparent;
  border: none;
  border-radius: 6px;
  color: #71717A;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  padding: 0;
}
.toast-notification__close:hover {
  background: #F3F4F6;
  color: #18181B;
}
.toast-notification__close:active {
  transform: scale(0.95);
}
.toast-notification__close svg {
  width: 16px;
  height: 16px;
}

.form .required {
  color: #c92b35;
}

.contact-section {
  background: linear-gradient(180deg, #F6F4FF 0%, #F8F6FF 43.2%, #E3DEFF 71.48%, #FFFFFF 100%);
}

.contact-us {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 40em) {
  .contact-us {
    padding: 64px 70px 80px 70px;
    gap: 4rem;
  }
}
@media (min-width: 64em) {
  .contact-us {
    padding: 100px 106px 104px 106px;
    gap: 4.5rem;
  }
}
.contact-us__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 40em) {
  .contact-us__header {
    gap: 1.25rem;
  }
}
@media (min-width: 64em) {
  .contact-us__header {
    gap: 1.5rem;
  }
}
.contact-us__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 40em) {
  .contact-us__content {
    gap: 3.5rem;
  }
}
@media (min-width: 64em) {
  .contact-us__content {
    flex-direction: row;
    align-items: flex-start;
  }
}
.contact-us__form-container, .contact-us__info-container {
  background: white;
  padding: 1.25rem;
  border-radius: 0.75rem;
}
@media (min-width: 40em) {
  .contact-us__form-container, .contact-us__info-container {
    padding: 2.5rem;
  }
}
.contact-us__form-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 40em) {
  .contact-us__form-container {
    gap: 2.5rem;
  }
}
.contact-us__form-container-header {
  display: flex;
  flex-direction: column;
}
.contact-us__form-container-header h2 span {
  color: #BE2739;
}
.contact-us form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 40em) {
  .contact-us form {
    gap: 2rem;
  }
}
.contact-us .form-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-us .form-label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 24px;
  color: #27272A;
}
.contact-us .form-input {
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #D4D4D8;
  background: #FFFFFE;
  font-size: 1rem;
  width: 100%;
}
.contact-us .form-input:focus {
  outline: none;
  border-color: #27272A;
}
.contact-us__info-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact-us__phone-info, .contact-us__location-info {
  display: flex;
  flex-direction: column;
}
.contact-us__phone-info-heading h3, .contact-us__location-info-heading h3 {
  font-family: Inter;
  font-weight: 600;
  font-size: 1rem;
  line-height: 18px;
}
@media (min-width: 40em) {
  .contact-us__phone-info-heading h3, .contact-us__location-info-heading h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.contact-us__phone-info-heading p, .contact-us__location-info-heading p {
  margin: 0px;
  color: #71717A;
}
@media (min-width: 40em) {
  .contact-us__phone-info-heading p, .contact-us__location-info-heading p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 64em) {
  .contact-us__phone-info-heading p, .contact-us__location-info-heading p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.contact-us__phone-detail, .contact-us__location-detail {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 64em) {
  .contact-us__phone-detail p, .contact-us__location-detail p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.contact-us textarea {
  font-family: Inter;
}

.static-page-section {
  background: #f8f9fa;
  padding: 60px 0 80px;
  min-height: 60vh;
}

.static-page-header {
  text-align: center;
  margin-bottom: 50px;
}
.static-page-header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 16px;
}
.static-page-header .static-page-meta {
  font-size: 0.875rem;
  color: #666;
  margin: 0;
}

.static-page-content {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.static-page-content .rte-content {
  color: #333;
  line-height: 1.6;
}
.static-page-content .rte-content h1, .static-page-content .rte-content h2, .static-page-content .rte-content h3, .static-page-content .rte-content h4, .static-page-content .rte-content h5, .static-page-content .rte-content h6 {
  font-family: Optima;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 16px;
  color: #333;
}
.static-page-content .rte-content h2 {
  font-size: 1.5rem;
}
.static-page-content .rte-content h3 {
  font-size: 1.25rem;
}
.static-page-content .rte-content p {
  margin-bottom: 16px;
  color: #333;
}
.static-page-content .rte-content ul, .static-page-content .rte-content ol {
  margin-bottom: 16px;
  padding-left: 30px;
}
.static-page-content .rte-content ul li, .static-page-content .rte-content ol li {
  margin-bottom: 10px;
  color: #333;
}
.static-page-content .rte-content a {
  color: #BE2739;
  text-decoration: underline;
}
.static-page-content .rte-content a:hover {
  color: #991F31;
}
.static-page-content .rte-content strong {
  font-weight: 600;
}
.static-page-content .rte-content em {
  font-style: italic;
}

@media (max-width: 768px) {
  .static-page-content {
    padding: 30px;
  }
  .static-page-header h1 {
    font-size: 2rem;
  }
}
.hero {
  background: linear-gradient(180deg, #F6F4FF 0%, #F8F6FF 43.2%, #E3DEFF 71.48%, #FFFFFF 100%);
}

.hero-section {
  display: flex;
  flex-direction: column;
  gap: 56px;
  text-align: center;
  padding-top: 40px;
}
@media (min-width: 40em) {
  .hero-section {
    padding: 64px 70px 0px 70px;
    gap: 64px;
  }
}
@media (min-width: 64em) {
  .hero-section {
    padding: 100px 104px 0px 104px;
    gap: 80px;
  }
}
.hero-section__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero-section__title h2 {
  font-weight: 500;
  font-size: 1.1rem;
  font-family: Inter;
  text-transform: uppercase;
  color: #666;
}
@media (min-width: 40em) {
  .hero-section__title h2 {
    font-weight: 600;
    font-size: 1.5rem;
  }
}
@media (min-width: 64em) {
  .hero-section__title h2 {
    font-size: 2rem;
  }
}
.hero-section__title h1 {
  font-family: Optima;
  font-weight: 700;
  font-size: 32px;
  color: #18181B;
  margin-top: 0px;
}
@media (min-width: 40em) {
  .hero-section__title h1 {
    font-size: 48px;
  }
}
@media (min-width: 64em) {
  .hero-section__title h1 {
    font-size: 64px;
  }
}
.hero-section__description p {
  font-size: 1rem;
  color: #3F3F46;
  line-height: 1.6;
}
@media (min-width: 40em) {
  .hero-section__description p {
    font-size: 1.1rem;
  }
}
.hero-section__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.hero-section__buttons a {
  width: 100%;
}
@media (min-width: 40em) {
  .hero-section__buttons {
    flex-direction: row;
    gap: 16px;
  }
  .hero-section__buttons a {
    width: auto;
  }
}
.hero-section__image img {
  width: 100%;
  max-width: 900px;
  height: auto;
}

.features-section {
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 40em) {
  .features-section {
    max-width: 48rem;
    padding: 5rem 2rem;
    gap: 4rem;
  }
}
@media (min-width: 64em) {
  .features-section {
    max-width: 1440px;
    padding: 104px;
    gap: 64px;
  }
}
.features-section__header h2 {
  font-family: Optima;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
}
@media (min-width: 40em) {
  .features-section__header h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 64em) {
  .features-section__header h2 {
    font-size: 3rem;
    line-height: 64px;
  }
}
.features-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media (min-width: 40em) {
  .features-section__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (min-width: 64em) {
  .features-section__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.features-section__feature-card {
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.features-section__feature-card h2 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
}
@media (min-width: 40em) {
  .features-section__feature-card h2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 64em) {
  .features-section__feature-card h2 {
    font-size: 1.25rem;
  }
}
.features-section__feature-card p {
  font-family: Inter;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 40em) {
  .features-section__feature-card p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.features-section__details h3 {
  font-family: Inter;
  font-weight: 600;
  font-size: 1.25rem;
}
.features-section__details h3:not(:last-child) {
  margin-bottom: 16px;
}

.accordion {
  padding: 40px 10px;
}
@media (min-width: 40em) {
  .accordion {
    padding: 80px 10px;
  }
}
@media (min-width: 64em) {
  .accordion {
    padding: 104px 108px;
  }
}
.accordion__main-header {
  margin-bottom: 64px;
  text-align: center;
}
@media (min-width: 40em) {
  .accordion__main-header {
    max-width: 628px;
  }
}
@media (min-width: 64em) {
  .accordion__main-header {
    max-width: 1224px;
  }
}
.accordion__main-header h2 {
  font-family: Optima;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #27272A;
}
.accordion__main-header h2:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 40em) {
  .accordion__main-header h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .accordion__main-header h2:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 64em) {
  .accordion__main-header h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
.accordion__main-header p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #52525B;
}
@media (min-width: 40em) {
  .accordion__main-header p {
    font-size: 20px;
    line-height: 32px;
  }
}
.accordion__container {
  display: flex;
  flex-direction: row;
}
@media (min-width: 64em) {
  .accordion__container {
    gap: 40px;
  }
}
.accordion__left-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 40em) {
  .accordion__left-item {
    gap: 20px;
  }
}
@media (min-width: 64em) {
  .accordion__left-item {
    flex: 1;
  }
}
.accordion__left {
  border-bottom: 1px solid #E4E4E7;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 12px;
}
@media (min-width: 40em) {
  .accordion__left {
    padding-bottom: 24px;
  }
}
@media (min-width: 64em) {
  .accordion__left {
    padding-bottom: none;
  }
}
.accordion__button {
  background: none;
  border: none;
  font-size: 18px;
  padding: 4px 0px;
  cursor: pointer;
  font-weight: 600;
  transition: color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 40em) {
  .accordion__button {
    padding: 20px 32px 24px 32px;
  }
}
@media (min-width: 64em) {
  .accordion__button {
    padding: 16px 32px;
  }
}
.accordion__button span {
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  color: #3F3F46;
}
@media (min-width: 40em) {
  .accordion__button span {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #52525B;
  }
}
.accordion__button img {
  width: 32px;
  height: 32px;
}
.accordion__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.accordion__body p {
  font-family: Inter;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  color: #52525B;
}
@media (min-width: 40em) {
  .accordion__body p {
    line-height: 28px;
  }
}
.accordion__icon {
  font-size: 24px;
  font-weight: bold;
  transition: color 0.3s ease;
}
.accordion__left.active .accordion__button span {
  color: #BE2739;
  font-weight: 600;
  font-size: 1rem;
  line-height: 18px;
}
@media (min-width: 40em) {
  .accordion__left.active .accordion__button span {
    font-size: 20px;
    line-height: 28px;
  }
}
.accordion__left.active .accordion__body--image-mobile img {
  width: 100%;
}
@media (min-width: 40em) {
  .accordion__left.active .accordion__body--image-mobile img {
    width: 70%;
  }
}
.accordion__left.active .accordion__body {
  padding-bottom: 20px;
}
@media (min-width: 40em) {
  .accordion__left.active .accordion__body {
    padding: 0px 32px 24px 32px;
  }
}
.accordion__body--image-mobile {
  display: none;
}
@media (max-width: 87.4375em) {
  .accordion__body--image-mobile {
    display: block;
    text-align: center;
  }
}
.accordion__right {
  display: block;
}
@media (max-width: 87.4375em) {
  .accordion__right {
    display: none;
    flex: 1;
  }
}
.accordion__right img {
  height: 100%;
}

.payment-methods {
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 40em) {
  .payment-methods {
    padding: 32px 40px 80px 40px;
    gap: 48px;
  }
}
@media (min-width: 64em) {
  .payment-methods {
    flex-direction: row;
    align-items: center;
    padding: 80px 104px;
  }
}
.payment-methods__image {
  flex: 1;
}
.payment-methods__image img {
  max-width: 100%;
  height: auto;
}
.payment-methods__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.payment-methods__content h2 {
  font-family: Optima;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 30px;
  color: #27272A;
}
@media (min-width: 40em) {
  .payment-methods__content h2 {
    font-size: 2.5rem;
    line-height: 48px;
  }
}
.payment-methods__content p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  color: #27272A;
}
@media (min-width: 40em) {
  .payment-methods__content p {
    font-size: 1.25rem;
    line-height: 30px;
  }
}

.pricing {
  background: radial-gradient(50% 50% at 50% 50%, #EDEAFD 0%, #FCFCFF 100%);
}

.pricing-section:not(.websetup-pricing__section) {
  background: linear-gradient(180deg, #F2F3F6 0%, #F8F6FF 66.1%), linear-gradient(180deg, #F6F4FF 0%, #F8F6FF 43.2%, #E3DEFF 71.48%, #FFFFFF 100%);
}

.pricing-section {
  padding: 0.5rem 0;
}
@media (min-width: 40em) {
  .pricing-section {
    padding: 0 4.375rem 5rem 4.375rem;
  }
}
@media (min-width: 64em) {
  .pricing-section {
    padding: 0 6.625rem 6.5rem 6.625rem;
  }
}
.pricing-section__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 40em) {
  .pricing-section__container {
    gap: 64px;
  }
}
@media (min-width: 64em) {
  .pricing-section__container {
    gap: 72px;
  }
}
.pricing-section__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 40em) {
  .pricing-section__header {
    gap: 1.25rem;
  }
}
@media (min-width: 64em) {
  .pricing-section__header {
    gap: 24px;
  }
}
.pricing-section__header h2 {
  font-family: Optima;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 30px;
  color: #27272A;
}
@media (min-width: 40em) {
  .pricing-section__header h2 {
    font-size: 2.5rem;
    line-height: 40px;
  }
}
@media (min-width: 64em) {
  .pricing-section__header h2 {
    font-size: 3rem;
    line-height: 64px;
  }
}
.pricing-section__header p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  color: #52525B;
  margin-top: 0px;
}
@media (min-width: 40em) {
  .pricing-section__header p {
    font-size: 1.25rem;
    line-height: 32px;
  }
}
.pricing-section .pricing-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: stretch;
}
@media (min-width: 40em) {
  .pricing-section .pricing-cards {
    gap: 32px;
  }
}
@media (min-width: 64em) {
  .pricing-section .pricing-cards {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
.pricing-section .pricing-card {
  border: 1px solid #d4d4d8;
  padding: 24px 20px 48px 20px;
  border-radius: 12px;
  background-color: #fffffe;
}
@media (min-width: 40em) {
  .pricing-section .pricing-card {
    padding: 32px 32px 56px 32px;
    border-radius: 24px;
  }
}
@media (min-width: 64em) {
  .pricing-section .pricing-card {
    padding: 32px;
  }
}
.pricing-section .pricing-card--highlight {
  border-width: 2px;
  border-color: #212121;
  position: relative;
  overflow: visible;
  margin-top: 1rem;
}
@media (min-width: 64em) {
  .pricing-section .pricing-card--highlight {
    margin-top: 0px;
  }
}
.pricing-section .pricing-card--highlight .pricing-card__ribbon {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #27272a;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
  text-align: center;
}
.pricing-section .pricing-card__details {
  margin-bottom: 40px;
  height: 15rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pricing-section .pricing-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pricing-section .pricing-card__header h3 {
  margin-top: 0px;
}
.pricing-section .pricing-card__name {
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #3f3f46;
}
@media (min-width: 40em) {
  .pricing-section .pricing-card__name {
    font-size: 1.5rem;
  }
}
.pricing-section .pricing-card__price {
  font-family: Optima;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #27272a;
  display: flex;
}
.pricing-section .pricing-card__amount.is_popular {
  text-decoration-line: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: #27272a;
}
.pricing-section .pricing-card__period {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 44px;
  color: #71717a;
}
.pricing-section .pricing-card__subtitle {
  font-weight: 400;
  font-style: Regular;
  font-size: 1rem;
  line-height: 24px;
  color: #52525b;
}
.pricing-section .pricing-card__features-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.pricing-section .pricing-card__features {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.pricing-section .pricing-card__features li {
  position: relative;
  padding-left: 36px;
  line-height: 1.4;
}
.pricing-section .pricing-card__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-40%);
  width: 20px;
  height: 20px;
  background-image: url("/images/mdi_tick.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.pricing-section .pricing-card__features li strong {
  font-weight: 600;
  font-size: 1rem;
  line-height: 18px;
}

.security-section {
  padding: 40px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 40em) {
  .security-section {
    padding: 40px 40px 80px 20px;
    gap: 31px;
  }
}
@media (min-width: 64em) {
  .security-section {
    flex-direction: row;
    align-items: center;
    padding: 64px 104px;
    gap: 32px;
  }
}
.security-section__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.security-section__header h2 {
  font-family: Optima;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 30px;
  color: #27272A;
}
.security-section__header h2:not(:last-child) {
  margin-bottom: 24px;
  margin-top: 0px;
}
@media (min-width: 40em) {
  .security-section__header h2 {
    font-size: 2.5rem;
    line-height: 48px;
  }
}
@media (min-width: 64em) {
  .security-section__header h2 {
    font-size: 3rem;
    line-height: 64px;
  }
}
.security-section__header p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  color: #27272A;
}
@media (min-width: 40em) {
  .security-section__header p {
    font-size: 1.25rem;
    line-height: 30px;
  }
}
.security-section__features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1.125rem;
}
.security-section__feature {
  position: relative;
  padding-left: 30px;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0px;
}
@media (min-width: 40em) {
  .security-section__feature {
    padding-left: 40px;
  }
}
.security-section__feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("/images/mdi_tick.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 40em) {
  .security-section__feature::before {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 40em) {
  .security-section__feature {
    font-size: 1.25rem;
    line-height: 30px;
  }
}
.security-section__illustration img {
  max-width: 100%;
  height: auto;
}

.final-cta {
  background: linear-gradient(179.88deg, #FCFCFF 0.11%, #F0EEFF 99.87%);
}

.cta-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 20px;
}
@media (min-width: 40em) {
  .cta-section {
    padding: 80px 70px;
    gap: 64px;
  }
}
@media (min-width: 64em) {
  .cta-section {
    align-items: center;
    padding: 104px;
  }
}
.cta-section__image img {
  max-width: 100%;
  height: auto;
}
.cta-section__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
.cta-section__header h2 {
  font-family: Optima;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 36px;
  color: #27272A;
}
@media (min-width: 40em) {
  .cta-section__header h2 {
    font-size: 2.5rem;
    line-height: 48px;
  }
}
@media (min-width: 64em) {
  .cta-section__header h2 {
    font-size: 3rem;
    line-height: 64px;
  }
}
.cta-section__header h2:not(:last-child) {
  margin-top: 0px;
  margin-bottom: 16px;
}
.cta-section__header p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 24px;
  color: #3F3F46;
}
@media (min-width: 40em) {
  .cta-section__header p {
    font-size: 1.125rem;
    line-height: 29px;
  }
}
@media (min-width: 64em) {
  .cta-section__header p {
    font-size: 1.25rem;
    line-height: 30px;
  }
}
.cta-section .cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 63.9375em) {
  .cta-section .cta-buttons a {
    padding: 12px 18px;
  }
}

.footer {
  background: #2B2828;
  color: white;
  padding: 40px 20px;
}
@media (min-width: 40em) {
  .footer {
    padding: 48px 70px 32px 70px;
  }
}
@media (min-width: 64em) {
  .footer {
    padding: 64px 106px;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 40em) {
  .footer__inner {
    gap: 56px;
  }
}
@media (min-width: 64em) {
  .footer__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer__links {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 40em) {
  .footer__links {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 64px;
  }
}
.footer__column h4 {
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 1rem;
  margin-top: 0px;
}
.footer__column ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.footer__column ul li {
  margin-bottom: 10px;
}
.footer__column ul li a {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  color: white;
}
.footer__column ul li a:hover {
  text-decoration: underline;
}
.footer__bottom p {
  color: white;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 40px 20px;
}
@media (min-width: 40em) {
  .faq {
    padding: 80px 70px;
    gap: 64px;
  }
}
@media (min-width: 64em) {
  .faq {
    padding: 104px;
  }
}
.faq__main-header {
  text-align: center;
}
.faq__main-header h2 {
  font-family: Optima;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #27272A;
}
@media (min-width: 40em) {
  .faq__main-header h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 64em) {
  .faq__main-header h2 {
    font-size: 48px;
    line-height: 64px;
  }
}
.faq__container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 64em) {
  .faq__container {
    gap: 24px;
  }
}
.faq__left {
  border-bottom: 1px solid #e0e0e3;
  display: flex;
  flex-direction: column;
  padding-bottom: 12px;
  background: transparent;
}
@media (min-width: 40em) {
  .faq__left:not(.active) {
    padding-bottom: 1rem;
  }
}
@media (min-width: 64em) {
  .faq__left {
    border-radius: 8px;
    border: 1px solid #e0e0e3;
  }
}
.faq__button {
  background: none;
  border: none;
  font-size: 18px;
  padding: 0.5rem 0;
  cursor: pointer;
  font-weight: 600;
  transition: color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq__button:not(.active) {
  color: #52525B;
}
.faq__button.active {
  padding-bottom: 0;
}
@media (min-width: 40em) {
  .faq__button {
    padding: 20px 32px 0 32px;
  }
}
.faq__button span {
  font-weight: 600;
  font-size: 1rem;
  line-height: 24px;
  text-align: left;
}
@media (min-width: 40em) {
  .faq__button span {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
  }
}
.faq__button img {
  width: 32px;
  height: 32px;
}
.faq__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
@media (min-width: 40em) {
  .faq__body {
    padding: 0 32px 0 32px;
  }
}
.faq__body p {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
  color: #52525B;
}
@media (min-width: 40em) {
  .faq__body p {
    line-height: 28px;
  }
}
.faq__icon {
  font-size: 24px;
  font-weight: bold;
  transition: color 0.3s ease;
}
.faq__left.active .accordion__button span {
  color: #BE2739;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.step-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 40em) {
  .step-indicator {
    gap: 12px;
  }
}
.step-indicator__line {
  border: 1px solid #71717A;
}
.step-indicator__line--mobile {
  width: 106px;
}
@media (min-width: 40em) {
  .step-indicator__line--mobile {
    display: none;
  }
}
.step-indicator__line--desktop {
  display: none;
}
@media (min-width: 40em) {
  .step-indicator__line--desktop {
    display: block;
    width: 66.5px;
  }
}
.step-indicator__steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 40em) {
  .step-indicator__steps {
    flex-direction: row;
    align-items: center;
  }
}
.step-indicator__steps.active .step-indicator__step-number {
  width: 32px;
  height: 32px;
  padding: 9px 13.5px;
  gap: 5px;
  border-radius: 16px;
  border-width: 1px;
  background-color: #BE2739;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-indicator__steps.active .step-indicator__step-label {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
  color: #27272A;
}
.step-indicator__items {
  display: flex;
  align-items: center;
}
.step-indicator__step-number {
  width: 32px;
  height: 32px;
  padding: 9px 13.5px;
  gap: 5px;
  border-radius: 16px;
  border-width: 1px;
  background-color: #71717A;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.step-indicator__step-label {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 20px;
  color: #A1A1AA;
}
.step-indicator .step-break {
  display: none;
}
@media (max-width: 63.9375em) {
  .step-indicator .step-break {
    display: inline;
  }
}

.pricing-page-top {
  margin-bottom: 1rem;
}
@media (min-width: 40em) {
  .pricing-page-top {
    margin-bottom: 2rem;
  }
}
@media (min-width: 40em) {
  .pricing-page-top {
    margin-bottom: 5rem;
  }
}

.websetup-pricing {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #FBF8FD;
  padding: 40px 10px;
}
@media (min-width: 40em) {
  .websetup-pricing {
    padding: 64px 24px;
  }
}
@media (min-width: 64em) {
  .websetup-pricing {
    padding: 64px 104px;
  }
}
.websetup-pricing__cards {
  background-color: white;
  border-radius: 1rem;
  padding: 1.5rem 0;
  border-radius: 1rem;
}
@media (min-width: 40em) {
  .websetup-pricing__cards {
    padding: 3rem 1.5rem;
  }
}
@media (min-width: 64em) {
  .websetup-pricing__cards {
    border: 3rem 2.5rem;
  }
}
.websetup-pricing__container {
  gap: 2rem;
}
@media (min-width: 40em) {
  .websetup-pricing__container {
    gap: 3.5rem;
  }
}
.websetup-pricing__header {
  gap: 0.75rem;
}
@media (min-width: 40em) {
  .websetup-pricing__header {
    gap: 16px;
  }
}
.websetup-pricing .pricing-section__title.websetup-pricing__title {
  font-family: Inter;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #3F3F46;
  margin: 0px;
}
@media (min-width: 40em) {
  .websetup-pricing .pricing-section__title.websetup-pricing__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 40em) {
  .websetup-pricing .pricing-section__lead.websetup-pricing__lead {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* Company Information page styles */
.company-information__inner {
  padding: 20px 12px;
  border-radius: 1rem;
  background-color: #FFFFFE;
}
@media (min-width: 40em) {
  .company-information__inner {
    padding: 48px 24px;
  }
}
@media (min-width: 64em) {
  .company-information__inner {
    padding: 48px 28px;
  }
}
.company-information__form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 40em) {
  .company-information__form {
    gap: 40px;
  }
}
.company-information__header {
  text-align: center;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 40em) {
  .company-information__header {
    gap: 1rem;
  }
}
.company-information__title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #3F3F46;
  margin: 0px;
}
@media (min-width: 40em) {
  .company-information__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.company-information__subtitle {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 40em) {
  .company-information__subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.company-information__grid {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  align-items: start;
}
@media (min-width: 40em) {
  .company-information__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
.company-information__grid .full-width {
  grid-column: 1/-1;
}
.company-information__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.company-information .form-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.company-information .form-label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 24px;
  color: #27272A;
}
.company-information .required {
  color: #c92b35;
}
.company-information .form-input {
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #D4D4D8;
  background: #FFFFFE;
  font-size: 1rem;
  width: 100%;
}
.company-information .form-input:focus {
  outline: none;
  border: 1px solid #27272A;
}
.company-information .upload-dropzone {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px dashed #f0e9e9;
  padding: 28px;
  border-radius: 8px;
  cursor: pointer;
}
.company-information .upload-inner {
  text-align: center;
}
.company-information .upload-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 8px;
  background: #fdecec;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.company-information .upload-text {
  font-size: 14px;
}
.company-information .upload-sub {
  color: #a1a1aa;
  font-size: 12px;
  margin-top: 6px;
}
.company-information__social {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 40em) {
  .company-information__social {
    gap: 2.5rem;
  }
}
.company-information__section-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}

.subdomain-heading {
  color: #3F3F46;
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 1.125rem;
}

.company-details {
  padding: 2.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: #FBF8FD;
  margin-bottom: 5rem;
}
@media (min-width: 40em) {
  .company-details {
    padding: 64px 24px;
  }
}
@media (min-width: 64em) {
  .company-details {
    padding: 64px 104px;
    gap: 40px;
  }
}

.dashboard-sidebar {
  width: 250px;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  height: calc(100vh - 89px);
  position: sticky;
  top: 0;
  display: hidden;
}
.dashboard-sidebar__menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.dashboard-sidebar__logout {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  border-top: 1px solid #E4E4E7;
  width: 100%;
}
.dashboard-sidebar__logout h4 {
  font-family: Inter;
  font-weight: 500;
  font-size: 1rem;
  line-height: 20px;
  color: #3F3F46;
  margin: 0px;
}
.dashboard-sidebar__nav-items .sidebar-divider {
  width: 80%;
  height: 1px;
  margin-top: 70vh;
}
@media (min-width: 64em) {
  .dashboard-sidebar__nav-items .sidebar-divider {
    margin-top: 65vh;
  }
}
.dashboard-sidebar__nav-items li {
  padding: 12px 24px;
  border-left: 3px solid transparent;
}
.dashboard-sidebar__nav-items li button {
  all: unset;
  cursor: pointer;
  width: 100%;
}
.dashboard-sidebar__nav-items li.active {
  background: #F9F9F9;
  color: #BE2739;
  border-left: 3px solid #BE2739;
}
.dashboard-sidebar__nav-items li.active a.nav-item, .dashboard-sidebar__nav-items li.active button.nav-item {
  color: #BE2739;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
}
.dashboard-sidebar__nav-items li:not(.active) a.nav-item svg.nav-icon {
  color: #71717A;
}
.dashboard-sidebar__nav-items li:not(.active) a.nav-item span {
  color: #3F3F46;
}
.dashboard-sidebar__nav-items a.nav-item, .dashboard-sidebar__nav-items button.nav-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.dashboard-container {
  display: block;
  height: calc(100vh - 89px);
  background-color: #FBF8FD;
}
@media (min-width: 40em) {
  .dashboard-container {
    display: block;
  }
}
@media (min-width: 64em) {
  .dashboard-container {
    display: flex;
  }
}

.menu {
  position: fixed;
  overflow: auto;
  display: flex;
  flex-direction: column;
  top: 0;
  left: -17rem;
  width: 18rem;
  height: 100%;
  opacity: 0;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  transition: all 0.5s cubic-bezier(0.6, 0.05, 0.28, 0.91);
}
.menu.active {
  left: 0;
  opacity: 1;
}

.noscroll {
  overflow: hidden;
}

.nav-logo {
  padding: 0.875rem 8.813rem 0.875rem 1rem;
}
.nav-logo img {
  width: 8.188rem;
  height: 1.75rem;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000;
}
.modal-overlay.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  max-width: 500px;
  width: 90%;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #666;
}
.modal-close:hover {
  color: #000;
}

.modal-image img {
  max-width: 200px;
  height: auto;
}

.modal-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.modal-info > h3 {
  font-family: Inter;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 0px;
}
.modal-info > p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0px;
  color: #71717A;
}

.password-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.password-modal-content {
  background: white;
  border-radius: 12px;
  padding: 2rem;
  max-width: 500px;
  width: 90%;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.password-modal-image img {
  max-width: 200px;
  height: auto;
}

.password-modal-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.password-modal-info > h3 {
  font-family: Inter;
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin: 0px;
}
.password-modal-info > p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0px;
  color: #71717A;
}

.subscriptions-page {
  padding: 3.5rem 1rem 2rem;
  max-width: 1200px;
  flex: 1;
}
@media (min-width: 40em) {
  .subscriptions-page {
    padding: 3.5rem 2rem 2rem;
    max-width: 87.5rem;
  }
}
@media (min-width: 64em) {
  .subscriptions-page {
    padding: 3.5rem 3rem 2rem;
    max-width: 100rem;
  }
}

.subscriptions-section {
  margin-bottom: 3rem;
}
.subscriptions-section__title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #18181B;
  margin-bottom: 1.5rem;
}
@media (min-width: 40em) {
  .subscriptions-section__title {
    margin-bottom: 2rem;
  }
}

.subscription-card {
  background: white;
  border: 1px solid #E4E4E7;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  max-width: 500px;
}
@media (min-width: 40em) {
  .subscription-card {
    padding: 2rem;
  }
}
.subscription-card--empty {
  text-align: center;
  color: #666;
  padding: 3rem 1.5rem;
}
.subscription-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.subscription-card__name {
  font-size: 1.25rem;
  font-weight: 600;
  color: #18181B;
}
@media (min-width: 40em) {
  .subscription-card__name {
    font-size: 1.5rem;
  }
}
.subscription-card__details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 40em) {
  .subscription-card__details {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.subscription-card__detail-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #666;
  font-size: 0.9375rem;
}
@media (min-width: 40em) {
  .subscription-card__detail-item {
    font-size: 1rem;
  }
}
.subscription-card__icon {
  width: 16px;
  height: 16px;
  color: #666;
  flex-shrink: 0;
}
.subscription-card__price {
  font-size: 1rem;
  font-weight: 600;
  color: #18181B;
}
@media (min-width: 40em) {
  .subscription-card__price {
    font-size: 1.125rem;
  }
}

.subscription-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
}
.subscription-badge--active {
  background: #D1FAE5;
  color: #065F46;
}
.subscription-badge svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.billing-history-section__title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.625rem;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 40em) {
  .billing-history-section__title {
    margin-bottom: 2rem;
  }
}

.billing-table-wrapper {
  background: white;
  border: 1px solid #E4E4E7;
  border-radius: 12px;
  overflow: hidden;
  overflow-x: auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.billing-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 800px;
}
.billing-table thead {
  background: #F9FAFB;
  border-bottom: 1px solid #E4E4E7;
}
.billing-table th {
  padding: 1rem;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
@media (min-width: 40em) {
  .billing-table th {
    padding: 1.25rem 1rem;
    font-size: 0.9375rem;
  }
}
.billing-table tbody tr {
  border-bottom: 1px solid #E4E4E7;
  transition: background-color 0.2s ease;
}
.billing-table tbody tr:hover {
  background: #F9FAFB;
}
.billing-table tbody tr:last-child {
  border-bottom: none;
}
.billing-table td {
  padding: 1rem;
  font-size: 0.9375rem;
  color: #18181B;
}
@media (min-width: 40em) {
  .billing-table td {
    padding: 1.25rem 1rem;
    font-size: 1rem;
  }
}

.status-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: capitalize;
}
.status-badge--success {
  background: #D1FAE5;
  color: #065F46;
}
.status-badge--warning {
  background: #FEF3C7;
  color: #92400E;
}
.status-badge--danger {
  background: #FEE2E2;
  color: #991B1B;
}
.status-badge--info {
  background: #DBEAFE;
  color: #1E40AF;
}
.status-badge--secondary {
  background: #F3F4F6;
  color: #374151;
}

.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: transparent;
  border: 1px solid #E4E4E7;
  border-radius: 6px;
  color: #666;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.download-btn:hover:not(:disabled) {
  background: #F9FAFB;
  border-color: #D1D5DB;
  color: #18181B;
}
.download-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.download-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.billing-table-empty {
  background: white;
  border: 1px solid #E4E4E7;
  border-radius: 12px;
  padding: 3rem 1.5rem;
  text-align: center;
  color: #666;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.pagination__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #E4E4E7;
  background: white;
  border-radius: 6px;
  color: #666;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pagination__btn:hover:not(:disabled) {
  background: #F9FAFB;
  border-color: #D1D5DB;
  color: #18181B;
}
.pagination__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination__btn svg {
  width: 16px;
  height: 16px;
}
.pagination__pages {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.pagination__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 0.75rem;
  border: 1px solid #E4E4E7;
  background: white;
  border-radius: 6px;
  color: #666;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.pagination__page:hover:not(.pagination__page--active) {
  background: #F9FAFB;
  border-color: #D1D5DB;
  color: #18181B;
}
.pagination__page--active {
  background: #18181B;
  border-color: #18181B;
  color: white;
  font-weight: 600;
}

.notifications-page {
  padding: 2rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 40em) {
  .notifications-page {
    padding: 2.5rem 1.5rem;
  }
}
@media (min-width: 64em) {
  .notifications-page {
    padding: 3rem 2rem;
  }
}
.notifications-page__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #18181B;
  margin-bottom: 2rem;
}
@media (min-width: 40em) {
  .notifications-page__title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}

.notifications-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 40em) {
  .notifications-list {
    gap: 1.25rem;
  }
}

.notification-card {
  background: white;
  border: 1px solid #E4E4E7;
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
@media (min-width: 40em) {
  .notification-card {
    padding: 1.5rem;
  }
}
.notification-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.notification-card--unread {
  border-left: 4px solid #BE2739;
  background: #FEF2F2;
}
.notification-card__content {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.notification-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: #F3F4F6;
  border: 1px solid #E4E4E7;
  border-radius: 50%;
  color: #71717A;
  flex-shrink: 0;
}
.notification-card__icon svg {
  width: 20px;
  height: 20px;
}
.notification-card__body {
  flex: 1;
  min-width: 0;
}
.notification-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}
.notification-card__title {
  font-size: 1rem;
  font-weight: 600;
  color: #18181B;
  margin: 0;
  flex: 1;
  min-width: 200px;
}
@media (min-width: 40em) {
  .notification-card__title {
    font-size: 1.125rem;
  }
}
.notification-card__time {
  font-size: 0.875rem;
  color: #71717A;
  white-space: nowrap;
  flex-shrink: 0;
}
.notification-card__full-body {
  margin-top: 0.75rem;
  padding: 1rem;
  background: #F9FAFB;
  border-radius: 8px;
  border: 1px solid #E4E4E7;
}
.notification-card__full-body p {
  font-size: 0.9375rem;
  color: #3F3F46;
  line-height: 1.6;
  margin: 0;
}

.notifications-empty {
  text-align: center;
  padding: 4rem 1.5rem;
  color: #71717A;
  font-size: 1rem;
}
.notifications-empty p {
  margin: 0;
}

/* Company Information page styles */
.dashboard-company {
  width: 100%;
  flex: 1;
  overflow-y: auto;
}
.dashboard-company__inner {
  padding: 3.5rem 1rem 2rem;
}
@media (min-width: 40em) {
  .dashboard-company__inner {
    padding: 2.75rem 2rem 4.188rem 2rem;
  }
}
@media (min-width: 64em) {
  .dashboard-company__inner {
    padding: 3.5rem 6.75rem 2.75rem 3.75rem;
  }
}
.dashboard-company__form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
  border: 1px solid #E4E4E7;
  border-radius: 12px;
  background: white;
}
.dashboard-company__header {
  text-align: left;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 40em) {
  .dashboard-company__header {
    gap: 1rem;
  }
}
.dashboard-company__title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0px;
}
@media (min-width: 40em) {
  .dashboard-company__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.dashboard-company__subtitle {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 40em) {
  .dashboard-company__subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.dashboard-company__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
}
@media (min-width: 40em) {
  .dashboard-company__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    row-gap: 1rem;
  }
}
.dashboard-company__grid .full-width {
  grid-column: 1/-1;
}
.dashboard-company__items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.dashboard-company .form-field {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dashboard-company .form-label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #27272A;
}
.dashboard-company .required {
  color: #c92b35;
}
.dashboard-company .form-input {
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #D4D4D8;
  background: #FFFFFE;
  font-size: 1rem;
  width: 100%;
}
.dashboard-company .form-input:focus {
  outline: none;
  border: 1px solid #27272A;
}
.dashboard-company .form-input:disabled, .dashboard-company .form-input[readonly] {
  background: #F3F4F6;
  color: #6B7280;
  cursor: not-allowed;
  border-color: #E4E4E7;
}
.dashboard-company .upload-dropzone {
  display: block;
  width: 100%;
  background: #fff;
  border: 1px dashed #f0e9e9;
  padding: 1.75rem;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}
.dashboard-company .logo-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}
.dashboard-company .logo-preview__image {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 8px;
  background: white;
  border: 1px solid #E4E4E7;
}
.dashboard-company .upload-input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
  margin: 0;
  padding: 0;
}
.dashboard-company .upload-inner {
  text-align: center;
}
.dashboard-company .upload-icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 8px;
  background: #fdecec;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
.dashboard-company .upload-text {
  font-size: 0.875rem;
}
.dashboard-company .upload-sub {
  color: #a1a1aa;
  font-size: 0.75rem;
  margin-top: 6px;
}
.dashboard-company__social {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 40em) {
  .dashboard-company__social {
    gap: 2.5rem;
  }
}
.dashboard-company__section-title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.dashboard-company__footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

.home-page__main {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  flex: 1;
}
@media (min-width: 40em) {
  .home-page__main {
    padding: 44px 32px 0px 32px;
  }
}
@media (min-width: 64em) {
  .home-page__main {
    padding: 50px 112px 0px 56px;
    gap: 1.5rem;
  }
}
.home-page__limited-access {
  border-radius: 12px;
  border: 1px solid #E4E4E7;
  padding: 1rem;
  background-color: #FFFFFF;
}
@media (min-width: 64em) {
  .home-page__limited-access {
    padding: 1.5rem;
  }
}
.home-page__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 40em) {
  .home-page__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.home-page__content p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #3F3F46;
}
.home-page__content a {
  color: #BE2739;
  font-weight: 600;
  font-size: 1rem;
  gap: 1.5rem;
}
.home-page__content a:hover {
  color: #991F31;
  transition: all 0.2s ease-in-out;
}
.home-page__website-live {
  border-radius: 0.75rem;
  border: 1px solid #E4E4E7;
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.5rem;
  background-color: #FFFFFF;
}
@media (min-width: 64em) {
  .home-page__website-live {
    padding: 1.5rem;
  }
}
.home-page__info h2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 40em) {
  .home-page__info h2 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.home-page__info p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000000;
}
@media (min-width: 40em) {
  .home-page__info p {
    line-height: 1.625rem;
  }
}

.dashboard-my-profile {
  padding: 40px 20px;
}
@media (min-width: 40em) {
  .dashboard-my-profile {
    padding: 44px 32px;
  }
}
@media (min-width: 64em) {
  .dashboard-my-profile {
    padding: 56px 108px 0px 60px;
    width: 100%;
    flex: 1;
  }
}
.dashboard-my-profile__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 40em) {
  .dashboard-my-profile__inner {
    gap: 32px;
  }
}
.dashboard-my-profile__header h2 {
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
.dashboard-my-profile__content {
  border-radius: 12px;
  background-color: #FFFFFE;
  border: 1px solid #E4E4E7;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 40em) {
  .dashboard-my-profile__content {
    flex-direction: row;
    justify-content: space-between;
    gap: 0px;
  }
}
.dashboard-my-profile__user-details {
  display: flex;
  gap: 12px;
}
.dashboard-my-profile__user-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dashboard-my-profile__user-info h3 {
  font-family: Inter;
  font-weight: 600;
  color: #43464B;
}
@media (min-width: 40em) {
  .dashboard-my-profile__user-info h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.dashboard-my-profile__user-info p {
  margin: 0px;
  color: #787F92;
}
@media (min-width: 40em) {
  .dashboard-my-profile__user-info p {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
.dashboard-my-profile .forgot-password-btn {
  width: 100%;
  text-align: center;
}

.dashboard-footer-navbar {
  display: none;
}
@media (max-width: 63.9375em) {
  .dashboard-footer-navbar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #FFFFFE;
    border-top: 1px solid #E4E4E7;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    height: 79px;
  }
  .dashboard-footer-navbar .dashboard-sidebar {
    width: 100%;
    min-height: auto;
    padding: 0;
    box-shadow: none;
  }
  .dashboard-footer-navbar .dashboard-sidebar__nav-items {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
  }
  .dashboard-footer-navbar .dashboard-sidebar__nav-items li {
    flex: 1;
    padding: 0.75rem 0.5rem;
    border-left: none;
    border-top: 3px solid transparent;
    text-align: center;
  }
  .dashboard-footer-navbar .dashboard-sidebar__nav-items li.active {
    border-left: none;
    border-top: 3px solid #BE2739;
  }
  .dashboard-footer-navbar .dashboard-sidebar__nav-items li a.nav-item {
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.75rem;
  }
  .dashboard-footer-navbar .dashboard-sidebar__nav-items li a.nav-item .nav-icon {
    font-size: 1.25rem;
  }
  .dashboard-footer-navbar .dashboard-sidebar__nav-items li a.nav-item span {
    font-size: 0.75rem;
  }
  .dashboard-footer-navbar .dashboard-sidebar__logout {
    display: none;
  }
}

.faq-main-section {
  background: linear-gradient(180deg, #F6F4FF 0%, #F8F6FF 43.2%, #E3DEFF 71.48%, #FFFFFF 100%);
}

.registration-right-section {
  flex: 1;
  background-image: url("/images/signup-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.registration-right-section.signup-page {
  padding-top: 7.625rem;
}
@media (min-width: 40em) {
  .registration-right-section.signup-page {
    padding-top: 10.313rem;
  }
}
@media (min-width: 64em) {
  .registration-right-section.signup-page {
    padding-top: 0px;
  }
}
.registration-right-section__registration-card {
  background: white;
  padding: 1.25rem;
  border-radius: 16px;
  max-width: 550px;
}
@media (min-width: 40em) {
  .registration-right-section__registration-card {
    padding: 2.5rem;
  }
}
.registration-right-section__form {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 40em) {
  .registration-right-section__form {
    gap: 4.063rem;
  }
}
.registration-right-section__content-header {
  text-align: center;
}
.registration-right-section__content-header h3 {
  font-size: 1.25rem;
  font-weight: 600;
  font-family: Inter;
  line-height: 1.75rem;
  color: #3F3F46;
  margin: 0px;
}
@media (min-width: 40em) {
  .registration-right-section__content-header h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.registration-right-section__content-header p {
  font-size: 1rem;
  color: #787F92;
  margin-bottom: 0px;
}

.signup-page-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: white;
}
.signup-page-container__content {
  display: flex;
  flex: 1;
  min-height: 100vh;
}
.signup-page-container__name-fields {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 40em) {
  .signup-page-container__name-fields {
    flex-direction: row;
  }
}
.signup-page-container form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.signup-page-container__form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.signup-page-container .form-label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 24px;
  color: #27272A;
}
.signup-page-container .form-input {
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #D4D4D8;
  background: #FFFFFE;
  font-size: 1rem;
  width: 100%;
}
.signup-page-container .form-input:focus {
  outline: none;
  border-color: #27272A;
}
.signup-page-container__terms-agreement {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.signup-page-container__terms-agreement input[type=checkbox] {
  width: auto;
  margin-top: 4px;
  cursor: pointer;
}
.signup-page-container__terms-agreement label {
  font-size: 0.875rem;
  color: #71717A;
  line-height: 1.6;
}
.signup-page-container__terms-agreement label a {
  color: #333;
  text-decoration: underline;
}
.signup-page-container__terms-agreement label a:hover {
  color: #BE2739;
  text-decoration: underline;
}

.login-page-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: white;
}
.login-page-container__content {
  display: flex;
  flex: 1;
  min-height: 100vh;
}
.login-page-container__content {
  display: flex;
  flex: 1;
  min-height: 100vh;
}
.login-page-container form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 40em) {
  .login-page-container form {
    gap: 1.5rem;
  }
}
.login-page-container__form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.login-page-container .form-label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 24px;
  color: #27272A;
}
.login-page-container .form-input {
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #D4D4D8;
  background: #FFFFFE;
  font-size: 1rem;
  width: 100%;
}
.login-page-container .form-input:focus {
  outline: none;
  border-color: #27272A;
}
.login-page-container__forgot-password {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
  color: #27272A;
}
.login-page-container__forgot-password:hover {
  text-decoration: underline;
}
.login-page-container__footer {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 2rem;
}
.login-page-container .login-button {
  width: 100%;
}
.login-page-container__signup-link {
  text-align: center;
  color: #27272A;
  font-size: 1rem;
}
.login-page-container__signup-link a {
  color: #BE2739;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}
.login-page-container__signup-link a:hover {
  color: #991F31;
}

.forgot-password-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: white;
}
.forgot-password-container__content {
  display: flex;
  flex: 1;
  min-height: 100vh;
}
.forgot-password-container form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.forgot-password-container__form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.forgot-password-container .form-label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 24px;
  color: #27272A;
}
.forgot-password-container .form-input {
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #D4D4D8;
  background: #FFFFFE;
  font-size: 1rem;
  width: 100%;
}
.forgot-password-container .form-input:focus {
  outline: none;
  border-color: #27272A;
}
.forgot-password-container__buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.forgot-password-container__buttons a {
  text-align: center;
  border: none;
  background: none;
}

.registration-partial {
  flex: 1;
  background: white;
}
@media (max-width: 63.9375em) {
  .registration-partial {
    display: none;
  }
}
.registration-partial__header {
  padding-top: 3.5rem;
  padding-left: 3.5rem;
}
.registration-partial__nav-logo img {
  width: 12.813rem;
  height: 2.75rem;
}
.registration-partial__left-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  text-align: center;
  padding: 184px 82px 0px 83px;
}
.registration-partial__illustration {
  width: 100%;
  max-width: 480px;
  margin-bottom: 50px;
}
.registration-partial__illustration img {
  width: 100%;
  height: auto;
  display: block;
}
.registration-partial__welcome-text {
  font-size: 2.5rem;
  line-height: 3.125rem;
  font-weight: 700;
}

.reset-success-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: white;
}
.reset-success-container__content {
  display: flex;
  flex: 1;
  min-height: 100vh;
}
.reset-success-container__image img {
  width: 171px;
  height: 132px;
}
.reset-success-container__buttons {
  display: flex;
  justify-content: center;
}

.edit-profile {
  padding: 2.5rem 1.25rem;
}
@media (min-width: 40em) {
  .edit-profile {
    padding: 2.75rem 2rem 0px 2rem;
  }
}
@media (min-width: 64em) {
  .edit-profile {
    padding: 3.5rem 6.7rem 0px 3.75rem;
  }
}
.edit-profile__container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 40em) {
  .edit-profile__container {
    gap: 2rem;
  }
}
.edit-profile__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.edit-profile__icon {
  cursor: pointer;
}
.edit-profile__title {
  font-family: Inter;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 600;
  margin: 0px;
}
.edit-profile form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 40em) {
  .edit-profile form {
    width: 50%;
  }
}
@media (min-width: 64em) {
  .edit-profile form {
    width: 100%;
  }
}
.edit-profile__form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.edit-profile .form-label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 24px;
  color: #27272A;
}
.edit-profile .form-input {
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #D4D4D8;
  background: #FFFFFE;
  font-size: 1rem;
  width: 100%;
}
.edit-profile .form-input:focus {
  outline: none;
  border-color: #27272A;
}

.auth {
  position: absolute;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 64em) {
  .auth {
    top: 56px;
    left: 56px;
    transform: none;
  }
}

.auth-footer {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.auth-footer__signup-link {
  text-align: center;
  color: #27272A;
  font-size: 1rem;
}
.auth-footer__signup-link a {
  color: #BE2739;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}
.auth-footer__signup-link a:hover {
  color: #991F31;
}

.auth-button {
  width: 100%;
}

.back-button {
  background-color: white;
  border: none;
  padding: 0px;
}
.back-button:hover {
  background: none;
}

.payment-details__main {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 20px 12px;
  border-radius: 1rem;
  background-color: #FFFFFE;
}
@media (min-width: 40em) {
  .payment-details__main {
    padding: 48px 40px;
  }
}
@media (min-width: 64em) {
  .payment-details__main {
    flex-direction: row;
    justify-content: space-between;
    gap: 48px;
  }
}
.payment-details__section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.payment-details__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
@media (min-width: 40em) {
  .payment-details__info {
    gap: 1rem;
    align-items: flex-start;
  }
}
.payment-details__payment-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 40em) {
  .payment-details__payment-container {
    gap: 20px;
  }
}
.payment-details .payment-options {
  display: flex;
  gap: 1rem;
}
.payment-details .payment-option {
  border: 0.75px;
  border-color: #D4D4D8;
  border-radius: 6px;
  padding: 11px 27px;
  cursor: pointer;
  position: relative;
}
.payment-details .payment-option.selected {
  border-color: #27272A;
}
.payment-details .payment-option.selected::after {
  content: "✓";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #27272A;
  color: #FFFFFE;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 0 0 2px #FFFFFE;
  z-index: 1;
}
.payment-details .payment-method-card {
  background-color: white;
  border: 1px solid #E4E4E7;
}
.payment-details__summary-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 1rem;
  padding: 1rem;
  border: 1px solid #D4D4D8;
}
.payment-details__summary-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #E4E4E7;
}
.payment-details__summary-total {
  margin-top: 20px;
}
.payment-details__summary-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.payment-details h3, .payment-details h4 {
  font-family: Inter;
  margin: 0px;
  color: #3F3F46;
}
.payment-details p {
  margin: 0px;
}
.payment-details h3, .payment-details label {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.payment-details h4 {
  font-size: 1rem;
}
.payment-details .total-label {
  color: #27272A;
}
.payment-details .total-amount {
  font-weight: 600;
  color: #000000;
}
.payment-details .form-label {
  font-weight: 500;
}

.payment {
  min-height: calc(100vh - 186px);
}

.image-preview-container__upload-section {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 12px;
}
@media (min-width: 64em) {
  .image-preview-container__upload-section {
    align-items: flex-start;
  }
}
.image-preview-container__preview img {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  border: 1px solid #E4E4E7;
}
.image-preview-container .image-preview-error {
  margin-top: 12px;
}

.info-icon-wrapper {
  position: relative;
  display: inline-block;
}
.info-icon-wrapper .info-icon {
  width: 1.25rem;
  height: 1.25;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 0.375rem;
}
.info-icon-wrapper .tooltip-content {
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFFFFE;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
  width: 12.5rem;
  /* Arrow pointer */
}
.info-icon-wrapper .tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FFFFFE;
}
.info-icon-wrapper .tooltip-content p {
  font-weight: 400;
  font-size: 0.813rem;
  line-height: 1.188rem;
  color: #3F3F46;
  width: 100%;
  margin: 0;
  padding: 0;
}
.info-icon-wrapper:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
}
