﻿/*@import url('home.min.css');
@import url('home.css');*/
.page-shell {
  width: 100%;
  overflow-x: hidden;
  font-family: 'Inter', sans-serif;
  color: #1f2937;
  background-color: #ffffff; }

.wide-container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem; }

.btn-primary-custom {
  background-color: #0d4fb3;
  border: 1px solid #0d4fb3;
  color: #ffffff;
  border-radius: 12px;
  font-weight: 600;
  padding: 0.85rem 1.4rem;
  transition: all 0.2s ease; }
  .btn-primary-custom:hover {
    background-color: #0a3d8c;
    border-color: #0a3d8c;
    color: #ffffff;
    transform: translateY(-1px); }

.btn-outline-custom {
  border: 1px solid #e5e7eb;
  color: #1f2937;
  background-color: #ffffff;
  border-radius: 12px;
  font-weight: 600;
  padding: 0.85rem 1.4rem;
  transition: all 0.2s ease; }
  .btn-outline-custom:hover {
    border-color: #0d4fb3;
    color: #0d4fb3;
    background-color: #f8fbff; }

.hero-section {
  padding: 5rem 0 4rem;
  background: radial-gradient(circle at top right, rgba(13, 79, 179, 0.08), transparent 25%), linear-gradient(to bottom, #ffffff 0%, #f8fbff 100%); }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #eef4ff;
  color: #0d4fb3;
  border: 1px solid #d9e7ff;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1.5rem; }

.hero-title {
  font-size: clamp(2.5rem, 5vw, 4.75rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 1.5rem;
  max-width: 720px; }

.hero-subtext {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #6b7280;
  max-width: 680px;
  margin-bottom: 2rem; }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem; }

.hero-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 1rem;
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.08); }
  .hero-card img {
    width: 100%;
    display: block;
    border-radius: 16px; }

.floating-card {
  position: absolute;
  right: -20px;
  bottom: -20px;
  background: #0d4fb3;
  color: #ffffff;
  border-radius: 18px;
  padding: 1rem 1.2rem;
  box-shadow: 0 18px 35px rgba(13, 79, 179, 0.25);
  max-width: 220px; }

.section {
  padding: 5rem 0; }

.section-light {
  background-color: #f8fafc; }

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 1rem; }

.section-subtitle {
  color: #6b7280;
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 760px;
  margin: 0 auto; }

.feature-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 8px 20px rgba(17, 24, 39, 0.04); }
  .feature-card h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.8rem; }
  .feature-card p {
    color: #6b7280;
    margin-bottom: 0;
    line-height: 1.7; }

.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #eef4ff;
  color: #0d4fb3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 1.2rem; }

.step-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 2rem;
  height: 100%; }

.step-number {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #0d4fb3;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 1rem; }

.cta-panel {
  background: linear-gradient(135deg, #0d4fb3 0%, #1b65d6 100%);
  color: #ffffff;
  border-radius: 28px;
  padding: 3rem;
  box-shadow: 0 25px 50px rgba(13, 79, 179, 0.18); }
  .cta-panel p {
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 1.5rem; }

.audience-box {
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  height: 100%; }
  .audience-box .title {
    font-weight: 600;
    margin-bottom: 0.25rem; }
  .audience-box .desc {
    color: #6b7280;
    font-size: 0.875rem; }

.home-copy-lg {
  line-height: 1.8; }

.home-copy {
  line-height: 1.8; }

.cta-title {
  font-size: clamp(2rem, 4vw, 3rem); }

.cta-subtitle {
  max-width: 760px; }

@media (min-width: 1600px) {
  .wide-container {
    max-width: 1650px; } }

@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 3.5rem; }
  .floating-card {
    position: static;
    margin-top: 1rem;
    max-width: 100%; }
  .hero-card {
    margin-top: 2rem; }
  .wide-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media (max-width: 767.98px) {
  .hero-title {
    font-size: clamp(2.2rem, 9vw, 3.2rem); }
  .cta-panel {
    padding: 2rem 1.25rem; }
  .section {
    padding: 4rem 0; } }

.pricing-section {
  padding: 70px 0;
  background: radial-gradient(circle at top right, rgba(13, 79, 179, 0.06), transparent 25%), linear-gradient(to bottom, #ffffff 0%, #f8fbff 100%); }

.pricing-heading {
  max-width: 760px;
  margin: 0 auto 3rem auto;
  text-align: center; }
  .pricing-heading h1,
  .pricing-heading h2 {
    color: #1f2937;
    font-weight: 800;
    font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: -0.03em;
    margin-bottom: 1rem; }
  .pricing-heading p {
    color: #6b7280;
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 0; }

.pricing-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 2.2rem 1.8rem;
  height: 100%;
  position: relative;
  transition: all 0.25s ease;
  box-shadow: 0 10px 25px rgba(17, 24, 39, 0.05);
  display: flex;
  flex-direction: column; }
  .pricing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(17, 24, 39, 0.09); }

.pricing-card-popular {
  border: 2px solid #0d4fb3;
  box-shadow: 0 22px 45px rgba(13, 79, 179, 0.14); }

.popular-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: #0d4fb3;
  color: #ffffff;
  padding: 0.4rem 0.95rem;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 999px;
  letter-spacing: 0.01em; }

.plan-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.5rem; }

.plan-description {
  color: #6b7280;
  font-size: 0.95rem;
  margin-bottom: 1.4rem;
  min-height: 48px; }

.plan-price {
  color: #1f2937;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.65rem; }
  .plan-price .price-suffix {
    font-size: 1rem;
    font-weight: 500;
    color: #6b7280;
    margin-left: 0.2rem; }

.plan-billing {
  color: #6b7280;
  font-size: 0.92rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  min-height: 72px; }

.plan-divider {
  border: 0;
  border-top: 1px solid #e5e7eb;
  margin: 0 0 1.5rem 0; }

.plan-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem 0;
  flex-grow: 1; }
  .plan-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #1f2937;
    font-size: 0.96rem;
    line-height: 1.65;
    margin-bottom: 0.9rem; }
    .plan-feature-list li:last-child {
      margin-bottom: 0; }
    .plan-feature-list li::before {
      content: "\2713";
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 22px;
      height: 22px;
      min-width: 22px;
      border-radius: 50%;
      background: #eef4ff;
      border: 1px solid #d9e7ff;
      color: #0d4fb3;
      font-size: 0.85rem;
      font-weight: 800;
      margin-top: 0.1rem; }

.pricing-btn {
  width: 100%;
  margin-top: auto;
  padding: 0.95rem 1.25rem;
  border-radius: 14px;
  font-weight: 700;
  font-size: 0.98rem;
  transition: all 0.2s ease; }

.btn-plan-primary {
  background-color: #0d4fb3;
  border: 1px solid #0d4fb3;
  color: #ffffff; }
  .btn-plan-primary:hover {
    background-color: #0a3d8c;
    border-color: #0a3d8c;
    color: #ffffff;
    transform: translateY(-1px); }

.btn-plan-outline {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  color: #1f2937; }
  .btn-plan-outline:hover {
    border-color: #0d4fb3;
    color: #0d4fb3;
    background-color: #f8fbff; }

.pricing-note {
  max-width: 900px;
  margin: 2rem auto 0 auto;
  text-align: center;
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.7; }

@media (max-width: 991.98px) {
  .pricing-card {
    padding: 2rem 1.5rem; }
  .plan-billing {
    min-height: auto; }
  .plan-description {
    min-height: auto; } }

@media (max-width: 767.98px) {
  .pricing-section {
    padding: 55px 0; }
  .pricing-card {
    border-radius: 20px; }
  .plan-price {
    font-size: 2.2rem; } }

.auth-page {
  min-height: 100vh;
  background: radial-gradient(circle at top right, rgba(13, 79, 179, 0.08), transparent 25%), linear-gradient(to bottom, #ffffff 0%, #f8fbff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem; }

.auth-shell {
  width: 100%;
  max-width: 1240px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2rem;
  align-items: stretch; }

.auth-panel {
  border-radius: 28px; }

.auth-panel-info {
  padding: 3rem;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.auth-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  background: #eef4ff;
  color: #0d4fb3;
  border: 1px solid #d9e7ff;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1.5rem; }

.auth-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #1f2937;
  margin-bottom: 1.25rem;
  max-width: 640px; }

.auth-subtext {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #6b7280;
  max-width: 600px;
  margin-bottom: 2rem; }

.auth-feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem; }

.auth-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #1f2937;
  font-size: 0.98rem;
  line-height: 1.6; }

.auth-feature-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef4ff;
  color: #0d4fb3;
  border: 1px solid #d9e7ff;
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 800;
  margin-top: 0.08rem; }

.auth-panel-form {
  display: flex;
  align-items: center;
  justify-content: center; }

.auth-card {
  width: 100%;
  max-width: 460px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 2.25rem;
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.08); }

.auth-form-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em; }

.auth-alert {
  border-radius: 16px;
  border-width: 1px;
  box-shadow: none;
  font-size: 0.95rem; }
  .auth-alert p:last-child {
    margin-bottom: 0; }

.alert-danger.auth-alert {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b; }

.alert-warning.auth-alert {
  background: #fff7ed;
  border-color: #fed7aa;
  color: #9a3412; }

.social-login {
  margin-bottom: 1.25rem; }

.btn-google-modern {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  color: #1f2937;
  font-weight: 700;
  font-size: 0.98rem;
  transition: all 0.2s ease; }
  .btn-google-modern img {
    width: 20px;
    height: 20px; }
  .btn-google-modern:hover {
    border-color: #0d4fb3;
    background: #f8fbff;
    color: #0d4fb3; }

.auth-divider {
  position: relative;
  text-align: center;
  margin: 1.4rem 0 1.4rem 0;
  color: #6b7280;
  font-size: 0.92rem; }
  .auth-divider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e5e7eb;
    transform: translateY(-50%); }
  .auth-divider span {
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding: 0 0.9rem; }

.auth-form .form-group {
  margin-bottom: 1rem; }
  .auth-form .form-group label {
    display: block;
    font-weight: 700;
    font-size: 0.95rem;
    color: #1f2937;
    margin-bottom: 0.45rem; }
  .auth-form .form-group .form-control {
    width: 100%;
    padding: 0.9rem 1rem;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    font-size: 1rem;
    color: #1f2937;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease; }
    .auth-form .form-group .form-control::placeholder {
      color: #9ca3af; }
    .auth-form .form-group .form-control:focus {
      border-color: #0d4fb3;
      box-shadow: 0 0 0 0.2rem rgba(13, 79, 179, 0.12); }

.auth-check-row {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0.35rem 0 1.25rem 0; }
  .auth-check-row .form-check-input {
    margin-top: 0;
    border-color: #cbd5e1; }
    .auth-check-row .form-check-input:checked {
      background-color: #0d4fb3;
      border-color: #0d4fb3; }
    .auth-check-row .form-check-input:focus {
      box-shadow: 0 0 0 0.2rem rgba(13, 79, 179, 0.12); }
  .auth-check-row .form-check-label {
    color: #6b7280;
    font-size: 0.94rem; }

.auth-submit-btn {
  width: 100%;
  padding: 0.95rem 1.25rem;
  border: 1px solid #0d4fb3;
  border-radius: 14px;
  background: #0d4fb3;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.2s ease; }
  .auth-submit-btn:hover {
    background: #0a3d8c;
    border-color: #0a3d8c;
    color: #ffffff;
    transform: translateY(-1px); }

.auth-links {
  margin-top: 1.5rem;
  text-align: center; }
  .auth-links p {
    color: #6b7280;
    margin-bottom: 0.75rem; }
    .auth-links p:last-child {
      margin-bottom: 0; }

.auth-link {
  color: #0d4fb3;
  text-decoration: none;
  font-weight: 600; }
  .auth-link:hover {
    color: #0a3d8c;
    text-decoration: underline; }

.auth-link-strong {
  font-weight: 700; }

@media (max-width: 991.98px) {
  .auth-shell {
    grid-template-columns: 1fr;
    max-width: 700px; }
  .auth-panel-info {
    padding: 1rem 0 0.5rem 0;
    text-align: center;
    align-items: center; }
  .auth-subtext {
    max-width: 100%; }
  .auth-feature-list {
    width: 100%;
    max-width: 520px; }
  .auth-card {
    max-width: 100%; } }

@media (max-width: 575.98px) {
  .auth-page {
    padding: 1.25rem 0.75rem; }
  .auth-card {
    padding: 1.5rem;
    border-radius: 20px; }
  .auth-title {
    font-size: clamp(2rem, 9vw, 2.7rem); }
  .auth-form-title {
    font-size: 1.55rem; } }

.auth-shell-single {
  grid-template-columns: 1fr;
  max-width: 520px;
  margin: 0 auto; }

.auth-card-small {
  max-width: 460px;
  margin: 0 auto; }

/*.auth-error-box {
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 14px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    font-size: 0.94rem;
}*/
.account-page {
  min-height: 100vh;
  background: radial-gradient(circle at top right, rgba(13, 79, 179, 0.08), transparent 25%), linear-gradient(to bottom, #ffffff 0%, #f8fbff 100%);
  padding: 2.5rem 1rem 4rem; }

.account-shell {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto; }

.account-header {
  margin-bottom: 2rem; }

.account-badge {
  display: inline-flex;
  align-items: center;
  background: #eef4ff;
  color: #0d4fb3;
  border: 1px solid #d9e7ff;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1rem; }

.account-title {
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #1f2937;
  margin-bottom: 0.8rem; }

.account-subtext {
  color: #6b7280;
  font-size: 1.02rem;
  line-height: 1.8;
  max-width: 720px;
  margin-bottom: 0; }

.account-alert {
  border-radius: 16px;
  padding: 0.95rem 1rem;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  border: 1px solid transparent; }

.account-alert-success {
  background: #ecfdf3;
  border-color: #bbf7d0;
  color: #166534; }

.account-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 1.75rem;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
  height: 100%; }

.account-card-side {
  height: 100%; }

.account-card-danger {
  border-color: #fecaca;
  background: linear-gradient(to bottom, #ffffff 0%, #fff8f8 100%); }

.account-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 1.25rem; }

.account-action-list {
  display: flex;
  flex-direction: column;
  gap: 1rem; }

.account-action-item {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 1rem 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
  background: #ffffff; }
  .account-action-item:hover {
    border-color: #0d4fb3;
    background: #f8fbff;
    transform: translateY(-1px); }

.account-action-title {
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.2rem; }

.account-action-text {
  color: #6b7280;
  font-size: 0.94rem;
  line-height: 1.6; }

.account-action-arrow {
  color: #0d4fb3;
  font-size: 1.2rem;
  font-weight: 700; }

.account-btn-primary {
  background: #0d4fb3;
  border: 1px solid #0d4fb3;
  color: #ffffff;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-weight: 700; }
  .account-btn-primary:hover {
    background: #0a3d8c;
    border-color: #0a3d8c;
    color: #ffffff; }

.account-summary-list {
  display: flex;
  flex-direction: column;
  gap: 1rem; }

.account-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #e5e7eb; }
  .account-summary-row:last-child {
    border-bottom: 0;
    padding-bottom: 0; }

.account-summary-label {
  color: #6b7280;
  font-size: 0.95rem; }

.account-summary-value {
  color: #1f2937;
  font-weight: 700;
  text-align: right; }

.account-pill {
  display: inline-flex;
  align-items: center;
  background: #fff7ed;
  color: #b45309;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
  font-size: 0.82rem;
  font-weight: 700; }

.account-pill-blue {
  background: #eef4ff;
  color: #0d4fb3;
  border-color: #d9e7ff; }

.account-side-note {
  color: #6b7280;
  font-size: 0.92rem;
  line-height: 1.7;
  margin-top: 1.25rem;
  margin-bottom: 0; }

.account-danger-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem; }

.account-danger-text {
  color: #6b7280;
  line-height: 1.6; }

.account-btn-danger-outline {
  border: 1px solid #fecaca;
  color: #dc2626;
  background: #ffffff;
  border-radius: 12px;
  font-weight: 700;
  padding: 0.75rem 1rem; }
  .account-btn-danger-outline:hover {
    background: #fef2f2;
    color: #dc2626;
    border-color: #dc2626; }

.account-btn-danger {
  width: 100%;
  background: #dc2626;
  border: 1px solid #dc2626;
  color: #ffffff;
  border-radius: 12px;
  font-weight: 700;
  padding: 0.9rem 1rem; }
  .account-btn-danger:hover:enabled {
    background: #b91c1c;
    border-color: #b91c1c;
    color: #ffffff; }
  .account-btn-danger:disabled {
    opacity: 0.6;
    cursor: not-allowed; }

.account-modal {
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 20px 50px rgba(17, 24, 39, 0.12); }

.account-check-row .form-check-input {
  border-color: #cbd5e1; }
  .account-check-row .form-check-input:checked {
    background-color: #0d4fb3;
    border-color: #0d4fb3; }
  .account-check-row .form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(13, 79, 179, 0.12); }

.account-check-row .form-check-label {
  color: #6b7280;
  font-size: 0.95rem; }

@media (max-width: 991.98px) {
  .account-danger-header {
    flex-direction: column;
    align-items: flex-start; }
  .account-action-item {
    flex-direction: column;
    align-items: flex-start; } }

@media (max-width: 575.98px) {
  .account-page {
    padding: 1.5rem 0.75rem 3rem; }
  .account-card {
    padding: 1.25rem;
    border-radius: 20px; } }

.dashboard-page {
  min-height: 100vh;
  background: radial-gradient(circle at top right, rgba(13, 79, 179, 0.08), transparent 25%), linear-gradient(to bottom, #ffffff 0%, #f8fbff 100%);
  padding: 2.5rem 1rem 4rem; }

.dashboard-shell {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto; }

.dashboard-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem; }

.dashboard-hero-content {
  max-width: 760px; }

.dashboard-badge {
  display: inline-flex;
  align-items: center;
  background: #eef4ff;
  color: #0d4fb3;
  border: 1px solid #d9e7ff;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1rem; }

.dashboard-title {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #1f2937;
  margin-bottom: 0.85rem; }

.dashboard-subtext {
  color: #6b7280;
  font-size: 1.03rem;
  line-height: 1.8;
  margin-bottom: 0; }

.dashboard-hero-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 1rem;
  min-width: 420px; }

.dashboard-summary-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 1rem 1rem;
  box-shadow: 0 10px 25px rgba(17, 24, 39, 0.04); }

.dashboard-summary-label {
  color: #6b7280;
  font-size: 0.85rem;
  margin-bottom: 0.45rem; }

.dashboard-summary-value {
  color: #1f2937;
  font-size: 1rem;
  font-weight: 700; }

.dashboard-section {
  margin-bottom: 1.5rem; }

.dashboard-card,
.dashboard-workflow-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 1.75rem;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05);
  height: 100%; }

.dashboard-workflow-card {
  display: flex;
  flex-direction: column; }

.dashboard-workflow-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #eef4ff;
  color: #0d4fb3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 1.2rem; }

.dashboard-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 0.85rem; }

.dashboard-card-text {
  color: #6b7280;
  line-height: 1.75;
  font-size: 0.96rem; }

.dashboard-feature-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.5rem 0;
  flex-grow: 1; }
  .dashboard-feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #1f2937;
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 0.75rem; }
    .dashboard-feature-list li::before {
      content: "\2713";
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 22px;
      height: 22px;
      min-width: 22px;
      border-radius: 50%;
      background: #eef4ff;
      border: 1px solid #d9e7ff;
      color: #0d4fb3;
      font-size: 0.8rem;
      font-weight: 800;
      margin-top: 0.1rem; }

.dashboard-card-actions {
  margin-top: auto; }

.dashboard-btn-primary {
  background: #0d4fb3;
  border: 1px solid #0d4fb3;
  color: #ffffff;
  border-radius: 14px;
  padding: 0.9rem 1.2rem;
  font-weight: 700;
  transition: all 0.2s ease; }
  .dashboard-btn-primary:hover {
    background: #0a3d8c;
    border-color: #0a3d8c;
    color: #ffffff;
    transform: translateY(-1px); }

.dashboard-btn-outline {
  border: 1px solid #e5e7eb;
  color: #1f2937;
  background: #ffffff;
  border-radius: 14px;
  padding: 0.85rem 1.15rem;
  font-weight: 700;
  transition: all 0.2s ease; }
  .dashboard-btn-outline:hover {
    border-color: #0d4fb3;
    color: #0d4fb3;
    background: #f8fbff; }

.dashboard-metric-value {
  font-size: 2.3rem;
  font-weight: 800;
  color: #1f2937;
  line-height: 1;
  margin-bottom: 0.7rem; }

.dashboard-progress-wrap {
  margin-top: 0.5rem; }

.dashboard-progress-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #6b7280;
  font-size: 0.9rem;
  margin-bottom: 0.55rem; }

.dashboard-progress {
  width: 100%;
  height: 10px;
  background: #edf2f7;
  border-radius: 999px;
  overflow: hidden; }

.dashboard-progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #0d4fb3 0%, #1b65d6 100%);
  border-radius: 999px; }

.dashboard-quick-links {
  display: flex;
  flex-direction: column;
  gap: 0.9rem; }

.dashboard-quick-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.95rem 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  color: #1f2937;
  text-decoration: none;
  font-weight: 600;
  background: #ffffff;
  transition: all 0.2s ease; }
  .dashboard-quick-link:hover {
    border-color: #0d4fb3;
    background: #f8fbff;
    color: #0d4fb3; }

.dashboard-quick-link-button {
  width: 100%;
  text-align: left;
  background: #ffffff;
  cursor: pointer; }

.dashboard-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem; }

.dashboard-template-list {
  display: flex;
  flex-direction: column;
  gap: 1rem; }

.dashboard-template-item {
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 1rem 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease; }
  .dashboard-template-item:hover {
    border-color: #0d4fb3;
    background: #f8fbff;
    transform: translateY(-1px); }

.dashboard-template-title {
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.2rem; }

.dashboard-template-meta {
  color: #6b7280;
  font-size: 0.92rem; }

.dashboard-template-arrow {
  color: #0d4fb3;
  font-size: 1.2rem;
  font-weight: 700; }

.dashboard-empty-state {
  border: 1px dashed #e5e7eb;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  background: #f8fafc; }

.dashboard-empty-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.6rem; }

.dashboard-empty-text {
  color: #6b7280;
  max-width: 560px;
  margin: 0 auto 1.25rem auto;
  line-height: 1.75; }

.dashboard-pill {
  display: inline-flex;
  align-items: center;
  background: #fff7ed;
  color: #b45309;
  border: 1px solid #fed7aa;
  border-radius: 999px;
  padding: 0.25rem 0.65rem;
  font-size: 0.82rem;
  font-weight: 700; }

.dashboard-pill-blue {
  background: #eef4ff;
  color: #0d4fb3;
  border-color: #d9e7ff; }

@media (max-width: 1199.98px) {
  .dashboard-hero {
    flex-direction: column; }
  .dashboard-hero-summary {
    min-width: 0;
    width: 100%; } }

@media (max-width: 767.98px) {
  .dashboard-page {
    padding: 1.5rem 0.75rem 3rem; }
  .dashboard-card,
  .dashboard-workflow-card {
    padding: 1.25rem;
    border-radius: 20px; }
  .dashboard-hero-summary {
    grid-template-columns: 1fr; }
  .dashboard-section-header {
    flex-direction: column;
    align-items: flex-start; }
  .dashboard-title {
    font-size: clamp(2rem, 9vw, 2.8rem); } }

.saved-templates-header .saved-templates-badge {
  display: inline-flex;
  align-items: center;
  background: #eef4ff;
  color: #0d4fb3;
  border: 1px solid #d9e7ff;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.9rem; }

.saved-templates-header .saved-templates-title {
  font-weight: 800;
  color: #1f2937;
  letter-spacing: -0.02em; }

.saved-templates-header .saved-templates-subtitle {
  font-size: 14px; }

.saved-templates-error {
  font-weight: 500; }

.saved-templates-banner {
  background: #eff6ff;
  border-color: #bfdbfe !important;
  border-radius: 24px; }
  .saved-templates-banner .saved-templates-banner-icon {
    width: 40px;
    height: 40px;
    background: #2563eb;
    flex-shrink: 0; }
  .saved-templates-banner .saved-templates-banner-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 0.2rem; }
  .saved-templates-banner .saved-templates-banner-text {
    font-size: 14px;
    color: #1d4ed8;
    line-height: 1.7; }

.saved-templates-upload-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05) !important;
  border-radius: 24px; }

.saved-templates-label {
  font-weight: 700;
  color: #1f2937; }

.saved-templates-file-input {
  border-radius: 12px;
  min-height: 46px;
  border: 1px solid #e5e7eb; }
  .saved-templates-file-input:focus {
    border-color: #0d4fb3;
    box-shadow: 0 0 0 0.2rem rgba(13, 79, 179, 0.12); }

.saved-templates-help-text {
  font-size: 13px; }

.saved-templates-upload-btn {
  border-radius: 12px;
  min-height: 48px;
  font-weight: 700;
  background: #0d4fb3;
  border-color: #0d4fb3; }
  .saved-templates-upload-btn:hover {
    background: #0a3d8c;
    border-color: #0a3d8c; }

.saved-templates-list-wrapper {
  background: #ffffff;
  padding: 1.25rem 0.75rem 0.75rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.05) !important;
  border-radius: 24px; }

.saved-templates-list-title {
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 1rem;
  font-size: 1rem; }

@media (max-width: 767.98px) {
  .saved-templates-list-wrapper {
    padding: 1rem 0.5rem 0.5rem; }
  .saved-templates-upload-btn {
    width: 100%; } }

.view-template-page {
  max-width: 980px; }

.view-template-title {
  font-weight: 700;
  color: #111827; }

.view-template-subtitle {
  font-size: 14px; }

.view-template-success-banner {
  background: #ecfdf5;
  border-color: #a7f3d0 !important;
  border-radius: 24px; }

.view-template-success-icon {
  width: 40px;
  height: 40px;
  background: #10b981; }

.view-template-success-title {
  font-size: 18px;
  font-weight: 700;
  color: #065f46;
  margin-bottom: 0.15rem; }

.view-template-success-text {
  font-size: 14px;
  color: #047857; }

.view-template-file-icon {
  width: 56px;
  height: 56px;
  border: 1px solid #e5e7eb;
  color: white; }

.view-template-file-name {
  font-size: 18px;
  font-weight: 700;
  color: #111827; }

.view-template-file-meta {
  font-size: 14px; }

.view-template-secondary-btn {
  border-radius: 12px;
  height: 48px; }

.view-template-section-title {
  font-weight: 700;
  color: #111827; }

.view-template-section-note {
  font-size: 13px; }

.view-template-column-label {
  font-size: 13px;
  font-weight: 600; }

.view-template-mobile-label {
  font-size: 13px;
  font-weight: 600; }

.view-template-readonly-input {
  background: #f3f4f6;
  border-radius: 12px;
  height: 46px;
  border: 1px solid #e5e7eb; }
  .view-template-readonly-input:focus {
    box-shadow: none;
    border-color: #e5e7eb; }

.view-template-input {
  border-radius: 12px;
  height: 46px;
  border: 1px solid #e5e7eb; }
  .view-template-input:focus {
    border-color: #0d4fb3;
    box-shadow: 0 0 0 0.2rem rgba(13, 79, 179, 0.12); }

.view-template-action-item {
  border-radius: 12px !important; }

.view-template-action-title {
  font-weight: 600;
  color: #111827; }

.view-template-action-text {
  font-size: 13px; }

.card {
  border-radius: 24px; }

.instant-replace-page {
  max-width: 980px; }

.instant-replace-title {
  font-weight: 700;
  color: #111827; }

.instant-replace-subtitle {
  font-size: 14px; }

.instant-replace-upload-banner {
  background: #eff6ff;
  border-color: #bfdbfe !important;
  border-radius: 24px; }

.instant-replace-upload-icon {
  width: 40px;
  height: 40px;
  background: #2563eb; }

.instant-replace-upload-title {
  font-size: 18px;
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom: 0.15rem; }

.instant-replace-upload-text {
  font-size: 14px;
  color: #1d4ed8; }

.instant-replace-upload-card {
  margin-bottom: 200px; }

.instant-replace-label {
  font-weight: 600;
  color: #111827; }

.instant-replace-file-input {
  border-radius: 12px;
  height: 46px;
  border: 1px solid #e5e7eb; }
  .instant-replace-file-input:focus {
    border-color: #0d4fb3;
    box-shadow: 0 0 0 0.2rem rgba(13, 79, 179, 0.12); }

.instant-replace-help-text {
  font-size: 13px; }

.instant-replace-primary-btn {
  border-radius: 12px;
  height: 48px;
  background: #0d4fb3;
  border-color: #0d4fb3;
  font-weight: 700; }
  .instant-replace-primary-btn:hover {
    background: #0a3d8c;
    border-color: #0a3d8c; }

.instant-replace-success-banner {
  background: #ecfdf5;
  border-color: #a7f3d0 !important;
  border-radius: 24px; }

.instant-replace-success-icon {
  width: 40px;
  height: 40px;
  background: #10b981; }

.instant-replace-success-title {
  font-size: 18px;
  font-weight: 700;
  color: #065f46;
  margin-bottom: 0.15rem; }

.instant-replace-success-text {
  font-size: 14px;
  color: #047857; }

.instant-replace-file-icon {
  width: 56px;
  height: 56px;
  border: 1px solid #e5e7eb;
  color: white; }

.instant-replace-file-name {
  font-size: 18px;
  font-weight: 700;
  color: #111827; }

.instant-replace-file-meta {
  font-size: 14px; }

.instant-replace-secondary-btn {
  border-radius: 12px;
  height: 48px; }

.instant-replace-section-title {
  font-weight: 700;
  color: #111827; }

.instant-replace-section-note {
  font-size: 13px; }

.instant-replace-column-label,
.instant-replace-mobile-label {
  font-size: 13px;
  font-weight: 600; }

.instant-replace-readonly-input {
  background: #f3f4f6;
  border-radius: 12px;
  height: 46px;
  border: 1px solid #e5e7eb; }
  .instant-replace-readonly-input:focus {
    box-shadow: none;
    border-color: #e5e7eb; }

.instant-replace-input {
  border-radius: 12px;
  height: 46px;
  border: 1px solid #e5e7eb; }
  .instant-replace-input:focus {
    border-color: #0d4fb3;
    box-shadow: 0 0 0 0.2rem rgba(13, 79, 179, 0.12); }

.instant-replace-action-item {
  border-radius: 12px !important; }

.instant-replace-action-title {
  font-weight: 600;
  color: #111827; }

.instant-replace-action-text {
  font-size: 13px; }

/*.far-right-icons {
    float: right;

    li {


        .user {
            color: red !important;
        }
    }
}*/
nav div .navbar-logo {
  height: 50px;
  width: auto; }

nav div ul li .nav-link-text:hover {
  /*color: Blue !important;*/
  text-decoration: underline; }

body .container main {
  width: 100%; }
  body .container main .home-page-main-section {
    width: 100%; }

.error-message {
  color: red; }

/*#showPassword, #showPasswordForLogin, #showPasswordForSignup {
    width: 50px !important;
}*/
#showPassword, #showPasswordForLogin {
  width: 50px !important; }

.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f8f9fa; }
  .login-container .login-box {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px; }
    .login-container .login-box h2 {
      text-align: center;
      margin-bottom: 1.5rem;
      color: #007bff; }
    .login-container .login-box .social-login {
      display: flex;
      flex-direction: column;
      margin-bottom: 1rem;
      /* .btn-google {
                background-color: $google-color;

                &:hover {
                    background-color: darken($google-color, 10%);
                }
            }

            .btn-linkedin {
                background-color: $linkedin-color;

                &:hover {
                    background-color: darken($linkedin-color, 10%);
                }
            }*/ }
      .login-container .login-box .social-login .btn-google,
      .login-container .login-box .social-login .btn-linkedin {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.75rem;
        margin-bottom: 0.5rem;
        font-size: 1rem;
        font-weight: bold;
        color: #000000;
        border: none;
        border-radius: 5px;
        cursor: pointer; }
        .login-container .login-box .social-login .btn-google img,
        .login-container .login-box .social-login .btn-linkedin img {
          margin-right: 10px;
          width: 20px;
          height: 20px; }
    .login-container .login-box p {
      text-align: center;
      color: #6c757d;
      font-weight: bold; }
    .login-container .login-box .form-group {
      margin-bottom: 1rem; }
      .login-container .login-box .form-group label {
        font-weight: bold;
        color: #6c757d; }
      .login-container .login-box .form-group input {
        width: 100%;
        padding: 0.5rem;
        border-radius: 5px;
        border: 1px solid #ced4da;
        font-size: 1rem; }
        .login-container .login-box .form-group input:focus {
          outline: none;
          border-color: #007bff;
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
      .login-container .login-box .form-group .text-danger {
        color: #dc3545; }
    .login-container .login-box .form-group-smaller-items {
      font-weight: lighter;
      color: #6c757d;
      font-size: 12px;
      float: left;
      margin-top: -15px;
      margin-bottom: 15px; }
      .login-container .login-box .form-group-smaller-items input {
        width: 10px !important;
        vertical-align: middle; }
    .login-container .login-box .btn {
      display: block;
      width: 100%;
      padding: 0.75rem;
      font-size: 1.25rem;
      color: #fff;
      background-color: none;
      border: none;
      border-radius: 5px;
      cursor: pointer; }
      .login-container .login-box .btn:hover {
        background-color: #f2f2f2; }
    .login-container .login-box .viewbag-error-message {
      margin-bottom: 10px; }
    .login-container .login-box .sign-up-button {
      cursor: pointer;
      text-decoration: none;
      text-decoration-line: none; }

body {
  font-family: 'Inter', sans-serif; }

.hero-section {
  background: #f8f9fa; }
  .hero-section h1 {
    font-size: 2.75rem; }
  .hero-section p {
    font-size: 1.1rem;
    color: #6c757d; }
  .hero-section .btn-primary {
    background-color: #3f51b5;
    border-color: #3f51b5; }
    .hero-section .btn-primary:hover {
      background-color: #303f9f; }

input.form-control {
  padding: 0.8rem;
  font-size: 1.1rem; }

footer {
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  font-size: 14px; }
  footer .footer-logo {
    height: 24px;
    width: auto; }
  footer .footer-brand {
    font-weight: 600;
    color: #111827;
    letter-spacing: -0.2px; }
  footer .footer-links a {
    color: #6b7280;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease; }
    footer .footer-links a:hover {
      color: #2563eb; }
  footer .footer-copy {
    color: #9ca3af;
    font-size: 13px; }
