:root {
  --app-green: #127d61;
  --app-green-dark: #0d5f49;
  --app-orange: #f79420;
  --app-yellow: #ffd814;
  --app-yellow-dark: #f7ca00;
  --app-page: #eaeded;
  --app-text: #0f1111;
  --app-muted: #565959;
  --app-line: #d5d9d9;
  --app-soft: #f7f8f8;
  --app-link: #007185;
  --app-slate: #020617;
  --app-radius: 8px;
  --app-shadow: 0 1px 2px rgba(15, 17, 17, 0.12);
  --app-shadow-md: 0 8px 28px rgba(15, 17, 17, 0.10);
}

.platform-account-body {
  background: var(--app-page) !important;
  color: var(--app-text);
  font-family: Arial, Helvetica, sans-serif;
}

.platform-page-content {
  min-height: calc(100vh - 76px);
}

.platform-store-nav {
  background: var(--app-slate);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 24px rgba(2, 6, 23, 0.18);
  min-height: 76px;
  padding: 0;
}

.platform-nav-inner {
  align-items: center;
  gap: 18px;
  max-width: 1500px;
  padding: 10px 18px;
}

.platform-brand,
.platform-footer-logo {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  text-decoration: none;
}

.platform-brand:hover,
.platform-footer-logo:hover {
  text-decoration: none;
}

.platform-brand-mark {
  align-items: center;
  background: #ffffff;
  border-radius: 14px;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  overflow: hidden;
  width: 48px;
}

.platform-brand-mark img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.platform-brand-copy,
.platform-footer-logo span {
  display: grid;
  line-height: 1.1;
}

.platform-brand-copy strong,
.platform-footer-logo strong {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.platform-brand-copy small,
.platform-footer-logo small {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 700;
}

.platform-nav-toggle {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  color: #ffffff;
  height: 42px;
  padding: 0;
  width: 42px;
}

.platform-nav-toggle i {
  font-size: 24px;
}

.platform-nav-links,
.platform-nav-actions {
  align-items: center;
  gap: 6px;
}

.platform-nav-links {
  margin-left: 22px;
  margin-right: auto;
}

.platform-nav-actions {
  margin-left: auto;
}

.platform-nav-links .nav-link,
.platform-auth-link {
  align-items: center;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.78) !important;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 7px;
  padding: 9px 11px !important;
  transition: background-color 0.18s ease, color 0.18s ease;
}

.platform-nav-links .nav-link:hover,
.platform-auth-link:hover {
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff !important;
  text-decoration: none;
}

.platform-icon-action {
  align-items: center;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  color: #ffffff;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  position: relative;
  text-decoration: none;
  width: 40px;
}

.platform-icon-action:hover {
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  text-decoration: none;
}

.platform-icon-action i {
  font-size: 20px;
}

.platform-count-badge {
  background: var(--app-orange);
  border-radius: 999px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  min-width: 18px;
  padding: 4px 5px;
  position: absolute;
  right: -6px;
  text-align: center;
  top: -6px;
}

.platform-user-menu {
  align-items: center;
  border-radius: 14px;
  color: #ffffff;
  display: inline-flex;
  gap: 10px;
  padding: 4px 8px 4px 4px;
  text-decoration: none;
}

.platform-user-menu:hover {
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  text-decoration: none;
}

.platform-avatar {
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  color: var(--app-slate);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  overflow: hidden;
  width: 38px;
}

.platform-avatar img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.platform-user-copy {
  display: grid;
  line-height: 1.1;
}

.platform-user-copy small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
}

.platform-user-copy strong {
  color: #ffffff;
  font-size: 13px;
}

.platform-auth-primary {
  background: var(--app-yellow);
  color: var(--app-text) !important;
}

.platform-auth-primary:hover {
  background: var(--app-yellow-dark);
  color: var(--app-text) !important;
}

.platform-dropdown {
  border: 1px solid var(--app-line);
  border-radius: 10px;
  box-shadow: var(--app-shadow-md);
  margin-top: 12px;
  min-width: 220px;
  overflow: hidden;
}

.platform-dropdown .dropdown-item {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  padding: 10px 14px;
}

.platform-chat-button {
  align-items: center;
  background: var(--app-green);
  border: 0;
  border-radius: 10px;
  bottom: 20px;
  box-shadow: 0 12px 24px rgba(18, 125, 97, 0.25);
  color: #ffffff;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  padding: 12px 16px;
  position: fixed;
  right: 20px;
  z-index: 10000;
}

.platform-chat-button:hover {
  background: var(--app-green-dark);
}

.form-content,
.section-content {
  margin: 0 auto !important;
  max-width: 1500px;
  padding: 26px 14px !important;
}

.form-content .container,
.section-content .container,
.section-content .container-xl,
.section-content .container-fluid {
  max-width: 1160px;
}

.form-content .card,
.section-content .card,
.platform-account-panel {
  border: 1px solid var(--app-line) !important;
  border-radius: var(--app-radius) !important;
  box-shadow: var(--app-shadow) !important;
  overflow: hidden;
}

.form-content .card-header {
  background: linear-gradient(135deg, #ffffff, #eef6f4);
  border-bottom: 1px solid var(--app-line);
  padding: 22px 24px;
}

.form-content .card-header h3,
.section-content h1,
.section-content h2,
.section-content h3 {
  color: var(--app-text) !important;
  font-weight: 900 !important;
  letter-spacing: 0;
}

.form-content .card-header h3 {
  font-size: 24px;
  margin: 0 !important;
}

.form-content .card-body {
  padding: 26px;
}

.form-content .card-footer {
  background: #ffffff;
  border-top: 1px solid var(--app-line);
  padding: 18px 24px;
}

.form-control,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
select,
textarea {
  border: 1px solid var(--app-line) !important;
  border-radius: 6px !important;
  min-height: 42px;
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: var(--app-green) !important;
  box-shadow: 0 0 0 3px rgba(18, 125, 97, 0.14) !important;
  outline: 0 !important;
}

.btn-dark,
.btn-primary {
  background: var(--app-green) !important;
  border-color: var(--app-green) !important;
  border-radius: 6px !important;
  color: #ffffff !important;
  font-weight: 800 !important;
}

.btn-dark:hover,
.btn-primary:hover {
  background: var(--app-green-dark) !important;
  border-color: var(--app-green-dark) !important;
}

.btn-danger {
  border-radius: 6px !important;
  font-weight: 800 !important;
}

.card-footer a,
.section-content a,
.form-content a:not(.btn) {
  color: var(--app-link);
  font-weight: 700;
}

.alert {
  border-radius: 8px;
}

.platform-login-page,
.platform-register-page {
  background: linear-gradient(180deg, #f8faf9 0, #eaeded 100%);
  margin-top: 0;
  min-height: calc(100vh - 76px);
  padding: 32px 0;
}

.platform-login-kicker {
  color: var(--app-green);
  display: inline-block;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.platform-login-page .input-group-text {
  background: var(--app-soft);
  border-color: var(--app-line);
  color: var(--app-green);
  min-width: 44px;
  justify-content: center;
}

.platform-login-page .form-check input {
  margin: 0;
}

.platform-login-divider {
  align-items: center;
  color: #71675d;
  display: grid;
  font-size: 12px;
  font-weight: 900;
  gap: 12px;
  grid-template-columns: 1fr auto 1fr;
  margin: 22px 0;
  text-transform: uppercase;
}

.platform-login-divider::before,
.platform-login-divider::after {
  background: rgba(5, 5, 5, 0.12);
  content: "";
  height: 1px;
}

.platform-register-step {
  align-items: center;
  background: var(--app-green);
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 32px;
  font-size: 13px;
  font-weight: 950;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.about-logo {
  background-color: #ffffff;
  border: 1px solid var(--app-line);
  border-radius: var(--app-radius);
  box-shadow: var(--app-shadow);
}

.section-content .lead,
.section-content p,
.para-text {
  color: var(--app-muted);
  line-height: 1.72 !important;
}

.section-content ul {
  text-align: left;
}

.platform-info-page {
  margin: 0 auto;
  max-width: 1500px;
  padding: 28px 14px 10px;
}

.platform-info-hero,
.platform-info-panel,
.platform-team-card {
  background: #ffffff;
  border: 1px solid var(--app-line);
  border-radius: var(--app-radius);
  box-shadow: var(--app-shadow);
}

.platform-info-hero {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 18px;
  overflow: hidden;
  padding: 30px;
}

.platform-page-kicker {
  color: var(--app-green);
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.platform-info-hero h1,
.platform-status-panel h1 {
  color: var(--app-text);
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
  max-width: 820px;
}

.platform-info-hero p,
.platform-info-panel p,
.platform-status-panel p {
  color: var(--app-muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 14px 0 0;
}

.platform-info-logo {
  background: var(--app-soft);
  border: 1px solid var(--app-line);
  border-radius: 18px;
  flex: 0 0 150px;
  height: 150px;
  object-fit: contain;
  padding: 14px;
  width: 150px;
}

.platform-page-action,
.platform-page-button {
  align-items: center;
  background: var(--app-yellow);
  border: 1px solid var(--app-yellow);
  border-radius: 6px;
  color: var(--app-text);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  text-decoration: none;
}

.platform-page-action:hover,
.platform-page-button:hover {
  background: var(--app-yellow-dark);
  border-color: var(--app-yellow-dark);
  color: var(--app-text);
  text-decoration: none;
}

.platform-contact-grid,
.platform-value-grid {
  display: grid;
  gap: 18px;
}

.platform-contact-grid {
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
}

.platform-value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.platform-info-panel {
  padding: 24px;
}

.platform-info-panel h2 {
  color: var(--app-text);
  font-size: 21px;
  font-weight: 900;
  margin: 0 0 14px;
}

.platform-contact-list {
  display: grid;
  gap: 14px;
}

.platform-contact-list p {
  align-items: center;
  display: flex;
  gap: 10px;
  margin: 0;
}

.platform-contact-list i {
  align-items: center;
  background: rgba(18, 125, 97, 0.10);
  border-radius: 10px;
  color: var(--app-green);
  display: inline-flex;
  flex: 0 0 38px;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.platform-contact-list a {
  color: var(--app-link);
  font-weight: 800;
}

.platform-check-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.platform-check-list li {
  align-items: center;
  color: var(--app-muted);
  display: flex;
  gap: 8px;
}

.platform-check-list i {
  color: var(--app-green);
}

.platform-section-heading-wide {
  margin: 28px 0 16px;
}

.platform-section-heading-wide h2 {
  font-size: 24px;
  font-weight: 900;
  margin: 0;
}

.platform-section-heading-wide p {
  color: var(--app-muted);
  margin: 5px 0 0;
}

.platform-team-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.platform-team-card {
  padding: 22px;
  text-align: center;
}

.platform-team-card img {
  border-radius: 50%;
  height: 120px;
  margin: 0 auto 16px;
  object-fit: cover;
  width: 120px;
}

.platform-team-card h3 {
  font-size: 16px;
  font-weight: 900;
  margin: 0;
}

.platform-team-card p {
  color: var(--app-muted);
  font-size: 14px;
  margin: 6px 0 0;
}

.platform-centered-page {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 58vh;
}

.platform-status-panel {
  max-width: 560px;
  padding: 38px;
  text-align: center;
}

.platform-status-icon {
  align-items: center;
  background: rgba(18, 125, 97, 0.12);
  border-radius: 50%;
  color: var(--app-green);
  display: inline-flex;
  font-size: 34px;
  height: 76px;
  justify-content: center;
  margin-bottom: 18px;
  width: 76px;
}

.platform-status-warning {
  background: rgba(247, 148, 32, 0.14);
  color: var(--app-orange);
}

.platform-status-panel .platform-page-button {
  margin-top: 22px;
}

.platform-policy-panel {
  max-width: 980px;
}

.platform-policy-panel h2 {
  margin-top: 28px;
}

.platform-policy-panel h2:first-child {
  margin-top: 0;
}

.platform-policy-panel ul {
  color: var(--app-muted);
  line-height: 1.7;
  margin-bottom: 0;
  padding-left: 20px;
}

.platform-policy-panel li + li {
  margin-top: 8px;
}

.platform-blog-page {
  background: var(--app-page);
  min-height: calc(100vh - 76px);
  padding: 54px 0 10px;
}

.platform-blog-media {
  background: var(--app-soft);
  border-bottom: 1px solid var(--app-line);
  overflow: hidden;
}

.platform-blog-media img,
.platform-blog-media .embed-responsive {
  aspect-ratio: 16 / 9;
  height: 210px;
  object-fit: cover;
  width: 100%;
}

.platform-footer {
  background: var(--app-slate);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #ffffff;
  margin-top: 48px;
  overflow: hidden;
}

.platform-footer-shell {
  margin: 0 auto;
  max-width: 1500px;
  padding: 44px 18px 24px;
}

.platform-footer-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(260px, 1.3fr) repeat(3, minmax(170px, 0.7fr));
}

.platform-footer-logo img {
  background: #ffffff;
  border-radius: 14px;
  height: 50px;
  object-fit: contain;
  width: 50px;
}

.platform-footer-brand p,
.platform-footer-contact p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.7;
  margin: 18px 0 0;
}

.platform-footer-column h6,
.platform-footer-contact h6 {
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.platform-footer-column a {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 14px;
  margin: 10px 0;
  text-decoration: none;
}

.platform-footer-column a:hover,
.platform-footer-bottom a:hover {
  color: #ffffff;
  text-decoration: none;
}

.platform-footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.platform-footer-socials a {
  align-items: center;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  color: #ffffff;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  text-decoration: none;
  width: 38px;
}

.platform-footer-socials a:hover {
  background: rgba(255, 255, 255, 0.18);
}

.platform-footer-contact p {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.platform-footer-bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  display: flex;
  justify-content: space-between;
  margin-top: 34px;
  padding-top: 20px;
}

.platform-footer-bottom p,
.platform-footer-bottom a {
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  margin: 0;
}

@media (max-width: 1199px) {
  .platform-store-nav .navbar-collapse {
    background: rgba(2, 6, 23, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(2, 6, 23, 0.28);
    margin-top: 12px;
    padding: 12px;
    width: 100%;
  }

  .platform-store-nav .navbar-collapse.collapsing {
    overflow: hidden;
    transition: height 0.22s ease;
  }

  .platform-nav-links,
  .platform-nav-actions {
    align-items: stretch;
    margin: 14px 0 0;
  }

  .platform-nav-actions {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding-top: 12px;
  }

  .platform-user-menu,
  .platform-auth-link {
    justify-content: flex-start;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .platform-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .platform-info-hero,
  .platform-contact-grid,
  .platform-value-grid,
  .platform-team-grid {
    grid-template-columns: 1fr;
  }

  .platform-info-hero {
    align-items: flex-start;
    display: grid;
  }

}

@media (max-width: 640px) {
  .platform-register-page,
  .platform-login-page {
    padding: 10px;
  }

  .platform-blog-page {
    padding: 24px 0 10px;
  }

  .platform-blog-media img,
  .platform-blog-media .embed-responsive {
    height: 190px;
  }

  .platform-brand-copy,
  .platform-user-copy {
    display: none;
  }

  .platform-footer-grid,
  .platform-footer-bottom {
    display: grid;
    gap: 22px;
    grid-template-columns: 1fr;
  }

  .form-content,
  .section-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
