/* assets/scss/huraga.scss */
.fi {
  border-radius: 4px;
}
html {
  font-size: 1rem;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  overflow: hidden;
}
body {
  font-family: var(--bs-body-font-family, system-ui, -apple-system, sans-serif);
  font-size: 1rem;
  line-height: 1.42857143;
}
.fs-7 {
  font-size: 0.875rem;
}
.offcanvas-item {
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.offcanvas-item:first-child {
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
}
.offcanvas-item:hover {
  background: #fafafa;
}
.offcanvas-item > a {
  color: var(--bs-secondary);
}
.card-header h1,
.page-password-reset .card h1,
.page-login .card h1,
.page-signup .card h1 {
  font-size: 1.25rem;
}
table > thead > tr > th {
  font-size: 0.765625rem;
  color: var(--bs-secondary);
  font-weight: 600;
  text-transform: uppercase;
}
table > tbody > tr > td {
  vertical-align: middle;
}
.svg-icon {
  height: 20px;
  width: 20px;
  fill: currentColor;
}
#orderManager {
  --bs-accordion-btn-icon: none;
  --bs-accordion-btn-active-icon: none;
}
.ts-input {
  color: inherit;
}
.ts-wrapper.form-select {
  background-color: inherit;
}
.ts-wrapper .ts-control {
  font-size: 14px;
  width: 100%;
  color: inherit;
}
.ts-wrapper .ts-control.locale {
  width: 205px;
}
.ts-wrapper .ts-control .dropdown-menu {
  width: 100%;
  height: auto;
}
.ts-wrapper .ts-dropdown {
  font-size: 14px;
}
.ts-wrapper .ts-dropdown .active {
  background-color: rgba(var(--bs-secondary-rgb), 0.06);
  color: inherit;
}
.ts-wrapper .ts-dropdown .selected {
  background-color: rgba(var(--bs-secondary-rgb), 0.1);
}
@media (max-width: 768px) {
  .ts-wrapper.js-language-selector {
    width: 180px;
  }
}
.invoice-gateway {
  border: 1px solid var(--bs-border-color);
}
.invoice-gateway:hover {
  border: 1px solid var(--bs-primary);
}
.email-list {
  border-radius: 0;
}
.email-list .list-group-item {
  border: 0;
  border-bottom: 1px solid var(--bs-border-color);
  border-left: 2px solid transparent;
}
.email-list .list-group-item.active {
  border-left: 2px solid var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-dark);
}
.badge[class*=bg-],
.badge[class*=text-bg-] {
  color: #ffffff !important;
  font-weight: 600;
}
.badge:empty {
  display: none;
}
.card-header {
  padding: 0.75rem 1.25rem;
  background-color: var(--bs-tertiary-bg);
}
.navbar {
  background-color: var(--bs-body-bg);
  box-shadow: none;
}
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 45px;
}
.navbar-brand img {
  display: block;
  height: 45px;
  width: auto;
}
.locale-selector-dropdown {
  background-color: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow);
}
.locale-selector-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}
.locale-selector-dropdown .dropdown-item .fi {
  display: inline-block;
  width: 1.25em;
  height: 1em;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.fi {
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 1.25em;
  height: 1em;
}
.fi::before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.fi-fw {
  width: 1.28571429em;
}
.fi-size-sm {
  font-size: 0.875rem;
}
.fi-size-lg {
  font-size: 1.25rem;
}
.breadcrumb {
  margin-bottom: 1.25rem;
}
.nav-link {
  color: #000000 !important;
}
.nav-link:hover {
  color: var(--bs-primary) !important;
}
.client-dropdown .nav-link.dropdown-toggle {
  color: var(--bs-body-color);
  background-color: transparent;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.75rem;
}
.client-dropdown .nav-link.dropdown-toggle:hover {
  color: var(--bs-primary);
}
.client-dropdown .nav-link.dropdown-toggle::after {
  margin-left: 0.25rem;
}
.client-dropdown .dropdown-menu {
  background-color: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  box-shadow: var(--bs-box-shadow);
}
.client-dropdown .dropdown-item {
  padding: 0.5rem 1rem;
}
.sidebar-balance-title {
  color: var(--bs-secondary);
  font-size: 0.875rem;
  font-weight: 500;
}
.sidebar-note-content {
  font-size: 0.875rem;
}
.alert-danger {
  --bs-alert-bg: rgba(var(--bs-danger-rgb), 0.15);
  --bs-alert-border-color: rgba(var(--bs-danger-rgb), 0.3);
  --bs-alert-color: var(--bs-danger);
}
.alert-warning {
  --bs-alert-bg: rgba(var(--bs-warning-rgb), 0.15);
  --bs-alert-border-color: rgba(var(--bs-warning-rgb), 0.3);
  --bs-alert-color: var(--bs-warning);
}
.alert-info {
  --bs-alert-bg: rgba(var(--bs-primary-rgb), 0.1);
  --bs-alert-border-color: rgba(var(--bs-primary-rgb), 0.2);
  --bs-alert-color: var(--bs-primary);
}
.mod_orderbutton .accordion-body span:not(.badge) {
  font-size: 0.875rem;
}
.dashboard .card-header h6,
.mod_client .card-header h6 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: var(--bs-body-color);
}
.nav-item {
  display: flex;
  align-items: center;
}
.nav-item .form-select.js-language-selector {
  color: var(--bs-body-color);
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  min-height: auto;
  height: auto;
  background-position: right 0.5rem center;
}
.alert {
  align-items: center;
  flex-direction: column !important;
}
.alert p {
  margin-bottom: 0;
}
.navbar-nav {
  align-items: center;
  gap: 0.25rem;
}
.navbar-nav .nav-link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-nav > .btn {
  margin-top: 0;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
}
.toast-container-zindex {
  z-index: 1070;
}
.brand-folder-icon {
  align-items: center;
  background: #f6c453;
  border: 1px solid #dfaa24;
  border-radius: 8px;
  color: #27323f;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 42px;
}
.brand-folder-icon .svg-icon {
  height: 24px;
  width: 24px;
}
.auth-brand {
  align-items: center;
  color: #27323f;
  display: inline-flex;
  font-weight: 700;
  gap: 0.65rem;
  text-decoration: none;
}
.auth-brand:hover {
  color: #27323f;
}
.storage-shell {
  background: #f7f8fa;
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
  height: 100vh;
  min-height: 720px;
}
.storage-sidebar {
  background: #10201d;
  color: #f8fafc;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
  height: 100%;
  min-height: 0;
  overflow-y: auto;
  padding: 1.25rem 0.9rem;
}
.storage-sidebar-brand {
  align-items: center;
  color: #f8fafc;
  display: inline-flex;
  font-size: 1.05rem;
  font-weight: 700;
  gap: 0.7rem;
  min-height: 42px;
  text-decoration: none;
}
.storage-sidebar-brand:hover {
  color: #f8fafc;
}
.storage-tree {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.storage-tree-item,
.storage-tree-folder summary {
  align-items: center;
  border-radius: 8px;
  color: #e5e7eb;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 28px minmax(0, 1fr);
  min-height: 38px;
  padding: 0.45rem 0.55rem;
  text-decoration: none;
}
.storage-tree-root-folder {
  margin-bottom: 0.15rem;
}
.storage-tree-root-folder > summary {
  color: #b7c8c3;
  font-weight: 700;
}
.storage-tree-item {
  margin-left: 1rem;
}
.storage-tree-item:hover,
.storage-tree-folder summary:hover {
  background: #f8fafc;
  color: #0f172a;
}
.storage-tree-item.is-active,
.storage-tree-item[aria-current=page] {
  background: #f8fafc;
  color: #0f172a;
  font-weight: 800;
}
.storage-tree-folder summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}
.storage-tree-folder summary::-webkit-details-marker {
  display: none;
}
.storage-tree-folder[open] > summary {
  background: rgba(248, 250, 252, 0.08);
  color: #f8fafc;
}
.storage-sidebar-footer {
  display: grid;
  gap: 0.65rem;
  margin-top: 0;
}
.storage-account-chip {
  align-items: center;
  background: rgba(248, 250, 252, 0.08);
  border: 1px solid rgba(248, 250, 252, 0.14);
  border-radius: 8px;
  color: #f8fafc;
  display: flex;
  gap: 0.65rem;
  min-height: 44px;
  padding: 0.5rem 0.65rem;
}
.storage-account-chip span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.storage-viewer {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  min-width: 0;
}
.storage-viewer-toolbar {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid #d8dee8;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  min-height: 64px;
  padding: 0.85rem 1.5rem;
}
.storage-path {
  align-items: center;
  color: #6c7a89;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.storage-path strong {
  color: #27323f;
  font-weight: 700;
}
.storage-toolbar-actions {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.55rem;
  justify-content: flex-end;
  white-space: nowrap;
}
.storage-language-selector {
  border-color: #d8dee8;
  border-radius: 8px;
  color: #27323f;
  flex: 0 0 auto;
  font-weight: 700;
  min-height: 32px;
  min-width: 104px;
  width: 118px;
}
.storage-toolbar-actions .ts-wrapper.js-language-selector,
.storage-toolbar-actions .ts-wrapper.js-language-selector .ts-control.locale {
  flex: 0 0 auto;
  width: 118px;
}
.storage-toolbar-actions .ts-wrapper.js-language-selector .ts-control.locale {
  font-size: 0.76rem;
  min-height: 32px;
  overflow: hidden;
}
.storage-language-selector:focus {
  border-color: #0f766e;
  box-shadow: 0 0 0 0.2rem rgba(15, 118, 110, 0.18);
}
.storage-toolbar-actions .btn {
  border-radius: 8px;
  flex: 0 0 auto;
  font-weight: 800;
  min-width: 84px;
}
.storage-toolbar-user {
  color: #27323f;
  font-size: 0.9rem;
  font-weight: 800;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.storage-content-pane {
  display: flex;
  flex: 1;
  min-height: 0;
  overflow: auto;
  padding: 1.5rem;
}
.storage-content-pane .content-block {
  background: transparent;
  border: 0;
  border-radius: 0;
  flex: 1;
  min-height: 100%;
  padding: 0;
}
.storage-footer {
  align-items: center;
  background: #ffffff;
  border-top: 1px solid #d8dee8;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  padding: 0.85rem 1.25rem;
}
.storage-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.storage-footer a {
  color: #52606d;
  text-decoration: none;
}
.storage-footer a:hover {
  color: #27323f;
  text-decoration: underline;
}
.storage-hero {
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #d8dee8;
  border-radius: 8px;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
  padding: 1.15rem;
}
.storage-hero h1,
.storage-page-head h1 {
  color: #111827;
  font-size: 1.9rem;
  line-height: 1.2;
}
.storage-kicker {
  color: #0f766e;
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}
.storage-hero-panel,
.storage-email-panel {
  background: #f8fafc;
  border: 1px solid #d8dee8;
  border-radius: 8px;
  display: grid;
  gap: 0.5rem;
  padding: 0.9rem;
}
.storage-hero-panel strong,
.storage-email-panel strong {
  color: #111827;
  overflow-wrap: anywhere;
}
.storage-hero-panel span,
.storage-email-panel span {
  color: #64748b;
  font-size: 0.9rem;
}
.storage-page-head {
  align-items: stretch;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 360px);
}
.storage-folder-icon,
.storage-file-icon {
  display: inline-block;
  height: 22px;
  position: relative;
  width: 26px;
}
.storage-folder-icon {
  background:
    linear-gradient(
      180deg,
      #ffd76a 0%,
      #f0b938 46%,
      #d9951b 100%);
  border: 1px solid #c98616;
  border-radius: 5px 5px 4px 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45), 0 1px 1px rgba(15, 23, 42, 0.18);
  height: 18px;
  margin-top: 4px;
}
.storage-folder-icon::before {
  background:
    linear-gradient(
      180deg,
      #ffe08a 0%,
      #f1c04e 100%);
  border: 1px solid #c98616;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  content: "";
  height: 6px;
  left: 2px;
  position: absolute;
  top: -5px;
  width: 11px;
}
.storage-folder-icon::after {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  content: "";
  height: 2px;
  left: 4px;
  position: absolute;
  right: 4px;
  top: 3px;
}
.storage-file-icon {
  background: #ffffff;
  border: 1px solid #b7c5d5;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(15, 23, 42, 0.18);
  height: 24px;
  width: 19px;
}
.storage-file-icon::before {
  background:
    linear-gradient(
      135deg,
      #dbeafe 0%,
      #f8fafc 58%);
  border-bottom: 1px solid #b7c5d5;
  border-left: 1px solid #b7c5d5;
  border-radius: 0 3px 0 3px;
  content: "";
  height: 7px;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 7px;
}
.storage-file-icon::after {
  background: #7f8ea3;
  border-radius: 999px;
  content: "";
  height: 2px;
  left: 4px;
  position: absolute;
  top: 9px;
  width: 10px;
  box-shadow: 0 4px 0 #a3afbf, 0 8px 0 #a3afbf;
}
.storage-tree-item.is-active .storage-file-icon,
.storage-tree-item[aria-current=page] .storage-file-icon,
.storage-tree-item:hover .storage-file-icon {
  border-color: #0f766e;
}
.storage-tree-item.is-active .storage-file-icon::after,
.storage-tree-item[aria-current=page] .storage-file-icon::after,
.storage-tree-item:hover .storage-file-icon::after {
  background: #0f766e;
  box-shadow: 0 4px 0 #2dd4bf, 0 8px 0 #99f6e4;
}
.storage-plan-card {
  border-color: #d8dee8;
  border-radius: 8px;
  transition:
    border-color 0.16s ease,
    transform 0.16s ease,
    box-shadow 0.16s ease;
}
.storage-plan-card:hover {
  border-color: #0f766e;
  box-shadow: 0 12px 26px rgba(17, 24, 39, 0.08);
  transform: translateY(-2px);
}
.storage-card-icon {
  align-items: center;
  background: #ccfbf1;
  border: 1px solid #99f6e4;
  border-radius: 8px;
  color: #0f766e;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  margin-bottom: 0.85rem;
  width: 38px;
}
.storage-card-icon .svg-icon {
  height: 22px;
  width: 22px;
}
.storage-metric-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.storage-metric,
.storage-panel {
  background: #ffffff;
  border: 1px solid #d8dee8;
  border-radius: 8px;
  padding: 1rem;
}
.storage-metric {
  min-height: 104px;
}
.storage-metric span {
  color: #64748b;
  display: block;
  font-size: 0.84rem;
  font-weight: 800;
}
.storage-metric strong {
  color: #111827;
  display: block;
  font-size: 1.65rem;
  line-height: 1.1;
  margin-top: 0.8rem;
}
.storage-metric.green {
  border-top: 4px solid #16a34a;
}
.storage-metric.teal {
  border-top: 4px solid #0f766e;
}
.storage-metric.yellow {
  border-top: 4px solid #eab308;
}
.storage-panel-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.storage-panel-head {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.storage-panel-head h2 {
  color: #111827;
  font-size: 1.05rem;
  margin: 0;
}
.storage-process ol {
  counter-reset: storage-step;
  list-style: none;
  padding-left: 0;
}
.storage-process li {
  align-items: center;
  counter-increment: storage-step;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.storage-process li:last-child {
  margin-bottom: 0;
}
.storage-process li::before {
  align-items: center;
  background: #0f766e;
  border-radius: 8px;
  color: #ffffff;
  content: counter(storage-step);
  display: inline-flex;
  flex: 0 0 28px;
  height: 28px;
  justify-content: center;
  width: 28px;
}
@media (max-width: 768px) {
  body {
    overflow: auto;
  }
  .storage-shell {
    height: auto;
    grid-template-columns: 1fr;
    min-height: 100vh;
  }
  .storage-sidebar {
    border-bottom: 1px solid #d7dee8;
    border-right: 0;
    height: auto;
    min-height: auto;
  }
  .storage-tree {
    max-height: none;
  }
  .storage-viewer-toolbar,
  .storage-toolbar-actions {
    align-items: stretch;
  }
  .storage-viewer-toolbar {
    flex-direction: column;
  }
  .storage-toolbar-actions {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.1rem;
  }
  .storage-language-selector,
  .storage-toolbar-actions .ts-wrapper.js-language-selector,
  .storage-toolbar-actions .ts-wrapper.js-language-selector .ts-control.locale {
    width: 112px;
  }
  .storage-content-pane {
    padding: 0.8rem;
  }
  .storage-content-pane .content-block {
    min-height: auto;
    padding: 1rem;
  }
  .storage-hero {
    grid-template-columns: 1fr;
  }
  .storage-page-head,
  .storage-panel-grid {
    grid-template-columns: 1fr;
  }
  .storage-metric-grid {
    grid-template-columns: 1fr;
  }
}

/*# sourceMappingURL=huraga.css.map */
.public-homepage {
  background:
    radial-gradient(circle at top right, rgba(74, 222, 128, 0.12), transparent 28%),
    radial-gradient(circle at 10% 10%, rgba(34, 197, 94, 0.1), transparent 24%),
    linear-gradient(180deg, #03110d 0%, #020806 100%);
  color: #ffffff;
  overflow: auto;
}

.public-homepage .toast-container-zindex {
  z-index: 1080;
}

.public-site-shell {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 1rem;
}

.public-site-header {
  padding-top: 1.25rem;
  position: relative;
  z-index: 20;
}

.public-site-header .public-site-shell {
  align-items: center;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  display: flex;
  gap: 1.25rem;
  justify-content: space-between;
  padding: 1rem 1.25rem;
}

.public-site-brand,
.public-site-footer-brand {
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  gap: 0.75rem;
  text-decoration: none;
}

.public-site-brand:hover,
.public-site-footer-brand:hover {
  color: #ffffff;
}

.public-site-brand span:last-child {
  font-size: 1.02rem;
  font-weight: 700;
}

.public-site-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
}

.public-site-nav a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}

.public-site-nav a:hover {
  color: #4ade80;
}

.public-site-actions {
  align-items: center;
  display: inline-flex;
  gap: 0.65rem;
}

.public-site-actions .btn,
.public-hero-actions .btn,
.public-final-actions .btn {
  border-radius: 8px;
  font-weight: 700;
}

.public-site-actions .btn-outline-light,
.public-hero-actions .btn-outline-light {
  background: transparent;
  border-color: rgba(134, 239, 172, 0.22);
  color: #ffffff;
}

.public-site-actions .btn-outline-light:hover,
.public-hero-actions .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(134, 239, 172, 0.34);
  color: #ffffff;
}

.public-site-actions .btn-warning,
.public-hero-actions .btn-warning,
.public-final-actions .btn-warning {
  background: linear-gradient(90deg, #a3e635 0%, #22c55e 100%);
  border-color: transparent;
  color: #03250f;
}

.public-site-actions .btn-warning:hover,
.public-hero-actions .btn-warning:hover,
.public-final-actions .btn-warning:hover {
  color: #03250f;
  opacity: 0.96;
}

.public-site-main {
  overflow: hidden;
}

.public-hero {
  padding: 3rem 0 2.25rem;
  position: relative;
}

.public-hero::before {
  background: radial-gradient(circle at center, rgba(74, 222, 128, 0.14), transparent 56%);
  content: "";
  inset: 10% 0 auto auto;
  pointer-events: none;
  position: absolute;
  width: 38rem;
  height: 38rem;
}

.public-hero-shell {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
  min-height: calc(100vh - 10rem);
  position: relative;
  z-index: 1;
}

.public-hero-copy {
  max-width: 760px;
  padding-top: 1rem;
}

.public-eyebrow,
.public-section-kicker {
  color: #86efac;
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin-bottom: 0.9rem;
  text-transform: uppercase;
}

.public-hero-copy h1 {
  color: #ffffff;
  font-size: clamp(3rem, 7vw, 5.5rem);
  letter-spacing: -0.06em;
  line-height: 0.95;
  margin-bottom: 1.2rem;
  max-width: 780px;
}

.public-hero-copy h1 span {
  color: #4ade80;
}

.public-hero-copy p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.12rem;
  line-height: 1.7;
  margin: 0 0 1.5rem;
  max-width: 620px;
}

.public-checks {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1.75rem;
}

.public-check-item {
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  gap: 0.75rem;
}

.public-check-icon {
  align-items: center;
  background: rgba(34, 197, 94, 0.08);
  border: 1px solid rgba(134, 239, 172, 0.18);
  border-radius: 999px;
  color: #86efac;
  display: inline-flex;
  flex: 0 0 26px;
  font-size: 0.95rem;
  font-weight: 800;
  height: 26px;
  justify-content: center;
  width: 26px;
}

.public-hero-actions,
.public-final-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.public-hero-actions .btn-lg,
.public-final-actions .btn-lg {
  min-height: 48px;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.public-proof-card {
  backdrop-filter: blur(18px);
  background: rgba(8, 21, 18, 0.9);
  border: 1px solid rgba(134, 239, 172, 0.16);
  border-radius: 24px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.32);
  padding: 1.75rem;
  position: relative;
}

.public-proof-card::before {
  background: radial-gradient(circle at top right, rgba(74, 222, 128, 0.16), transparent 40%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.public-proof-stat,
.public-proof-list {
  position: relative;
  z-index: 1;
}

.public-proof-stat {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 0.25rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.public-proof-stat strong {
  color: #ffffff;
  font-size: clamp(3rem, 5vw, 4.5rem);
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.public-proof-stat span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
}

.public-proof-list {
  display: grid;
  gap: 0.75rem;
}

.public-proof-list div {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.86);
  padding: 0.85rem 0.95rem;
}

.public-features {
  padding-bottom: 1rem;
}

.public-quickline-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(134, 239, 172, 0.1);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.18);
}

.public-feature-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
  padding: 2rem;
}

.public-feature-icon {
  align-items: center;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(134, 239, 172, 0.15);
  border-radius: 16px;
  color: #4ade80;
  display: inline-flex;
  height: 56px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 56px;
}

.public-feature-icon .svg-icon {
  height: 28px;
  width: 28px;
}

.public-feature-card h3 {
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1.12;
  margin-bottom: 0.85rem;
}

.public-feature-card p,
.public-section-head p,
.public-final-cta-shell p {
  color: rgba(255, 255, 255, 0.64);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.public-section {
  padding: 4.5rem 0 1rem;
}

.public-section-head {
  margin-bottom: 1.75rem;
  max-width: 720px;
}

.public-section-head h2 {
  color: #ffffff;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  letter-spacing: -0.05em;
  line-height: 1.03;
  margin-bottom: 0.8rem;
}

.public-plans {
  padding-top: 4rem;
}

.public-plans .storage-plan-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(134, 239, 172, 0.12);
  box-shadow: none;
}

.public-plans .storage-plan-card .card-body,
.public-plans .storage-plan-card .card-footer {
  background: transparent;
  color: #ffffff;
}

.public-plans .storage-plan-card .card-title,
.public-plans .storage-plan-card .price,
.public-plans .storage-plan-card h3,
.public-plans .storage-plan-card h4,
.public-plans .storage-plan-card strong {
  color: #ffffff;
}

.public-plans .storage-plan-card p,
.public-plans .storage-plan-card li,
.public-plans .storage-plan-card .text-muted {
  color: rgba(255, 255, 255, 0.68) !important;
}

.public-plans .storage-card-icon {
  background: rgba(34, 197, 94, 0.1);
  border-color: rgba(134, 239, 172, 0.16);
  color: #4ade80;
}

.public-flow {
  padding-top: 3.25rem;
}

.public-flow-shell {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(134, 239, 172, 0.1);
  border-radius: 24px;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr) auto;
  padding: 1.4rem;
}

.public-flow-head h2 {
  color: #ffffff;
  font-size: 2rem;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin: 0;
}

.public-flow-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.public-flow-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 18px;
  display: grid;
  gap: 0.2rem;
  min-height: 122px;
  padding: 1rem;
}

.public-flow-number {
  color: #4ade80;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.public-flow-item strong {
  color: #ffffff;
  font-size: 1.02rem;
}

.public-flow-item span:last-child {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.45;
}

.public-link-stack {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.public-link-stack a {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: #ffffff;
  min-height: 42px;
  padding: 0.65rem 1rem;
  text-decoration: none;
  white-space: nowrap;
}

.public-link-stack a:hover {
  border-color: rgba(134, 239, 172, 0.34);
  color: #86efac;
}

.public-link-stack a strong {
  font-size: 0.92rem;
}

.public-final-cta {
  padding-bottom: 4rem;
  padding-top: 3rem;
}

.public-final-cta-shell {
  align-items: center;
  background: linear-gradient(180deg, rgba(17, 24, 20, 0.98), rgba(4, 15, 11, 0.98));
  border: 1px solid rgba(74, 222, 128, 0.22);
  border-radius: 24px;
  box-shadow: 0 0 50px rgba(74, 222, 128, 0.14);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 2rem;
}

.public-final-cta-shell h2 {
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.05em;
  line-height: 1.04;
  margin-bottom: 0.75rem;
}

.public-site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 1.6rem 0 2.5rem;
}

.public-site-footer-shell {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.public-site-footer-brand div {
  display: grid;
  gap: 0.18rem;
}

.public-site-footer-brand span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.92rem;
}

.public-site-footer-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.public-site-footer-links a {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  text-decoration: none;
}

.public-site-footer-links a:hover {
  color: #86efac;
}

@media (max-width: 1100px) {
  .public-hero-shell,
  .public-flow-shell {
    grid-template-columns: 1fr;
  }

  .public-proof-card {
    max-width: 440px;
  }

  .public-quickline-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .public-link-stack {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  .public-site-header .public-site-shell {
    border-radius: 28px;
    flex-direction: column;
    align-items: flex-start;
  }

  .public-site-nav {
    justify-content: flex-start;
  }

  .public-hero {
    padding-top: 2rem;
  }

  .public-hero-shell {
    min-height: auto;
  }

  .public-flow-grid,
  .public-final-cta-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .public-site-shell {
    padding: 0 0.75rem;
  }

  .public-site-nav,
  .public-site-actions,
  .public-site-footer-links {
    width: 100%;
  }

  .public-site-actions {
    flex-wrap: wrap;
  }

  .public-site-actions .btn {
    flex: 1 1 160px;
  }

  .public-quickline-grid {
    grid-template-columns: 1fr;
  }

  .public-flow-item {
    min-height: auto;
  }

  .public-site-footer-shell {
    align-items: flex-start;
    flex-direction: column;
  }
}
