:root {
  --navy: #0a1a3c;
  --navy-light: #122150;
  --blue: #1565c0;
  --blue-bright: #1976d2;
  --accent: #00b4d8;
  --gold: #ffb703;
  --text: #1a1a2e;
  --muted: #6b7280;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Barlow", sans-serif;
  color: var(--text);
  background: #fff;
}

.navbar {
  background: var(--navy) !important;
  padding: 0 0;
  border-bottom: 3px solid var(--accent);
}

.navbar-brand img {
  height: 48px;
}

.nav-link {
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  padding: 1.5rem 1rem !important;
  text-transform: uppercase;
}

.nav-link:hover,
.nav-link.active {
  color: #fff !important;
  border-bottom: 3px solid var(--accent);
}

.btn-nav {
  background: var(--accent);
  color: #fff !important;
  border-radius: 4px;
  padding: 0.5rem 1.2rem !important;
  margin-left: 0.5rem;
}

.btn-nav:hover {
  background: #0096b7;
}

.hero {
  background: linear-gradient(
    135deg,
    var(--navy) 0%,
    var(--navy-light) 50%,
    #0d2860 100%
  );
  color: #fff;
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 400'%3E%3Cpath d='M0 300 L100 200 L200 250 L300 150 L400 200 L500 100 L600 150 L600 400 Z' fill='%231565C0' opacity='0.15'/%3E%3Cpath d='M0 350 L150 280 L250 310 L350 230 L450 270 L600 180 L600 400 Z' fill='%2300B4D8' opacity='0.1'/%3E%3C/svg%3E")
    no-repeat center/cover;
}

.hero-badge {
  background: var(--accent);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 0.3rem 0.8rem;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.hero h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.2rem;
}

.hero h1 span {
  color: var(--accent);
}

.hero p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 540px;
  line-height: 1.7;
}

.btn-primary-cta {
  background: var(--accent);
  border: none;
  color: #fff;
  padding: 0.9rem 2.2rem;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 4px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s;
}

.btn-primary-cta:hover {
  background: #0096b7;
  transform: translateY(-2px);
}

.btn-outline-cta {
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 0.85rem 2rem;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 4px;
  background: transparent;
  transition: all 0.3s;
}

.btn-outline-cta:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.stats-bar {
  background: var(--blue);
  padding: 1.2rem 0;
}

.stat-item {
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0.5rem 1rem;
}

.stat-item:last-child {
  border-right: none;
}

.stat-num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
}

.stat-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-tag {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}

.section-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--navy);
  line-height: 1.15;
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #e8f1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
}

.feature-card {
  padding: 2rem;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  transition: all 0.3s;
  height: 100%;
}

.feature-card:hover {
  border-color: var(--accent);
  box-shadow: 0 8px 30px rgba(0, 180, 216, 0.12);
}

.section-alt {
  background: #f8fafd;
}

.service-card {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  transition: all 0.3s;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(21, 101, 192, 0.15);
}

.service-card .card-header-custom {
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: #fff;
  padding: 1.5rem;
}

.service-card .card-body {
  padding: 1.5rem;
  background: #fff;
}

.ticker-bar {
  background: var(--navy);
  padding: 0.6rem 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-right: 2.5rem;
  color: #fff;
  font-size: 0.8rem;
  white-space: nowrap;
}

.ticker-up {
  color: #22c55e;
}

.ticker-down {
  color: #ef4444;
}

.partners-section {
  padding: 3rem 0;
  background: #f0f4ff;
}

.partner-logo {
  height: 36px;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: all 0.3s;
}

.partner-logo:hover {
  opacity: 1;
  filter: none;
}

.cta-section {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.cta-section h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
}

footer {
  background: #060f24;
  color: rgba(255, 255, 255, 0.7);
  padding: 60px 0 30px;
}

footer h5 {
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

footer a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 0.5rem;
}

footer a:hover {
  color: var(--accent);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
  padding-top: 1.5rem;
  font-size: 0.8rem;
}

.disclaimer {
  background: #0d1930;
  padding: 1rem 0;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.5;
}

:root {
  --navy: #0a1a3c;
  --navy-light: #122150;
  --blue: #1565c0;
  --accent: #00b4d8;
  --text: #1a1a2e;
  --muted: #6b7280;
}

body {
  font-family: "Barlow", sans-serif;
  color: var(--text);
  background: #fff;
}

.navbar {
  background: var(--navy) !important;
  padding: 0;
  border-bottom: 3px solid var(--accent);
}

.navbar-brand img {
  height: 48px;
}

.nav-link {
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  padding: 1.5rem 1rem !important;
  text-transform: uppercase;
}

.nav-link:hover,
.nav-link.active {
  color: #fff !important;
  border-bottom: 3px solid var(--accent);
}

.btn-nav {
  background: var(--accent);
  color: #fff !important;
  border-radius: 4px;
  padding: 0.5rem 1.2rem !important;
  margin-left: 0.5rem;
}

.page-hero {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  color: #fff;
  padding: 80px 0 60px;
}

.page-hero h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3rem;
  font-weight: 800;
}

.section-tag {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}

.section-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--navy);
}

.service-big {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  margin-bottom: 2rem;
  transition: all 0.3s;
}

.service-big:hover {
  box-shadow: 0 16px 50px rgba(21, 101, 192, 0.12);
}

.service-big-header {
  padding: 2.5rem;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: #fff;
}

.service-big-body {
  padding: 2.5rem;
  background: #fff;
}

.service-big-header h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 800;
}

.check-list li {
  list-style: none;
  padding: 0.4rem 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.check-list li::before {
  content: "✓";
  color: var(--accent);
  font-weight: 700;
  margin-right: 0.7rem;
}

.market-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s;
  height: 100%;
}

.market-card:hover {
  border-color: var(--accent);
  box-shadow: 0 8px 30px rgba(0, 180, 216, 0.12);
}

.market-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.section-alt {
  background: #f8fafd;
}

.process-step {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  align-items: flex-start;
}

.step-num {
  min-width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
}

.cta-section {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.btn-primary-cta {
  background: var(--accent);
  border: none;
  color: #fff;
  padding: 0.9rem 2.2rem;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 4px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}

.btn-primary-cta:hover {
  background: #0096b7;
  color: #fff;
}

footer {
  background: #060f24;
  color: rgba(255, 255, 255, 0.7);
  padding: 60px 0 30px;
}

footer h5 {
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

footer a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 0.5rem;
}

footer a:hover {
  color: var(--accent);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
  padding-top: 1.5rem;
  font-size: 0.8rem;
}

.disclaimer {
  background: #0d1930;
  padding: 1rem 0;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
}

:root {
  --navy: #0a1a3c;
  --navy-light: #122150;
  --blue: #1565c0;
  --accent: #00b4d8;
  --gold: #ffb703;
  --text: #1a1a2e;
  --muted: #6b7280;
}

body {
  font-family: "Barlow", sans-serif;
  color: var(--text);
  background: #fff;
}

.navbar {
  background: var(--navy) !important;
  padding: 0;
  border-bottom: 3px solid var(--accent);
}

.navbar-brand img {
  height: 48px;
}

.nav-link {
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  padding: 1.5rem 1rem !important;
  text-transform: uppercase;
}

.nav-link:hover,
.nav-link.active {
  color: #fff !important;
  border-bottom: 3px solid var(--accent);
}

.btn-nav {
  background: var(--accent);
  color: #fff !important;
  border-radius: 4px;
  padding: 0.5rem 1.2rem !important;
  margin-left: 0.5rem;
}

.page-hero {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  color: #fff;
  padding: 80px 0 60px;
}

.page-hero h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3rem;
  font-weight: 800;
}

.section-tag {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}

.section-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--navy);
}

.price-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  transition: all 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.price-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(21, 101, 192, 0.18);
}

.price-card.featured {
  border: 2px solid var(--accent);
}

.price-card-header {
  padding: 2.5rem 2rem 2rem;
  background: linear-gradient(135deg, var(--navy), var(--blue));
}

.price-card-header.alt {
  background: linear-gradient(135deg, #0d2860, var(--accent));
}

.price-card-header.free {
  background: linear-gradient(135deg, #1a1a2e, #2d3a5e);
}

.price-badge {
  background: var(--gold);
  color: var(--navy);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 0.2rem 0.7rem;
  border-radius: 20px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.8rem;
}

.price-card-header h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.3rem;
}

.price-card-header p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  margin: 0;
}

.price-amount {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.price-currency {
  font-size: 1rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  padding-top: 0.5rem;
  display: inline-block;
}

.price-card-body {
  padding: 2rem;
  background: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0;
  border-bottom: 1px solid #f3f4f6;
}

.spec-row:last-of-type {
  border-bottom: none;
}

.spec-label {
  font-size: 0.9rem;
  color: var(--muted);
}

.spec-value {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--navy);
}

.spec-value.highlight {
  color: var(--blue);
}

.check-list-plan li {
  list-style: none;
  padding: 0.4rem 0;
  color: var(--muted);
  font-size: 0.9rem;
  border-bottom: 1px solid #f3f4f6;
}

.check-list-plan li::before {
  content: "✓";
  color: var(--accent);
  font-weight: 700;
  margin-right: 0.7rem;
}

.btn-plan {
  display: block;
  width: 100%;
  padding: 1rem;
  background: var(--navy);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  margin-top: auto;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.btn-plan:hover {
  background: var(--blue);
  color: #fff;
  transform: none;
}

.btn-plan.accent {
  background: var(--accent);
}

.btn-plan.accent:hover {
  background: #0096b7;
}

.compare-table th {
  background: var(--navy);
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
}

.compare-table td {
  padding: 0.9rem 1rem;
  font-size: 0.9rem;
  text-align: center;
  border-bottom: 1px solid #f3f4f6;
  vertical-align: middle;
}

.compare-table tr:hover td {
  background: #f8fafd;
}

.compare-table td:first-child {
  text-align: left;
  font-weight: 500;
  color: var(--navy);
}

.yes {
  color: #22c55e;
  font-weight: 700;
}

.section-alt {
  background: #f8fafd;
}

.faq-item {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-bottom: 0.8rem;
  overflow: hidden;
}

.faq-q {
  padding: 1.2rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-a {
  padding: 0 1.5rem 1.2rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.7;
  display: none;
}

.faq-a.open {
  display: block;
}

.cta-section {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.btn-primary-cta {
  background: var(--accent);
  border: none;
  color: #fff;
  padding: 0.9rem 2.2rem;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 4px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}

footer {
  background: #060f24;
  color: rgba(255, 255, 255, 0.7);
  padding: 60px 0 30px;
}

footer h5 {
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

footer a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 0.5rem;
}

footer a:hover {
  color: var(--accent);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
  padding-top: 1.5rem;
  font-size: 0.8rem;
}

.disclaimer {
  background: #0d1930;
  padding: 1rem 0;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
}

:root {
  --navy: #0a1a3c;
  --navy-light: #122150;
  --blue: #1565c0;
  --accent: #00b4d8;
  --text: #1a1a2e;
  --muted: #6b7280;
}

body {
  font-family: "Barlow", sans-serif;
  color: var(--text);
  background: #fff;
}

.navbar {
  background: var(--navy) !important;
  padding: 0;
  border-bottom: 3px solid var(--accent);
}

.navbar-brand img {
  height: 48px;
}

.nav-link {
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  padding: 1.5rem 1rem !important;
  text-transform: uppercase;
}

.nav-link:hover,
.nav-link.active {
  color: #fff !important;
  border-bottom: 3px solid var(--accent);
}

.btn-nav {
  background: var(--accent);
  color: #fff !important;
  border-radius: 4px;
  padding: 0.5rem 1.2rem !important;
  margin-left: 0.5rem;
}

.page-hero {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  color: #fff;
  padding: 80px 0 60px;
}

.page-hero h1 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3rem;
  font-weight: 800;
}

.section-tag {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
}

.section-title {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--navy);
}

.value-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 2rem;
  transition: all 0.3s;
  height: 100%;
}

.value-card:hover {
  border-color: var(--accent);
  box-shadow: 0 8px 30px rgba(0, 180, 216, 0.12);
}

.value-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #e8f1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue);
  font-size: 1.5rem;
  margin-bottom: 1.2rem;
}

.section-alt {
  background: #f8fafd;
}

.team-card {
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #e5e7eb;
  padding: 2rem 1.5rem;
  transition: all 0.3s;
}

.team-card:hover {
  box-shadow: 0 8px 30px rgba(21, 101, 192, 0.1);
}

.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}

.timeline-item {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2.5rem;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 30px;
  width: 2px;
  height: calc(100% + 1rem);
  background: #e5e7eb;
}

.timeline-dot {
  position: absolute;
  left: 0;
  top: 5px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  z-index: 1;
}

.cta-section {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.btn-primary-cta {
  background: var(--accent);
  border: none;
  color: #fff;
  padding: 0.9rem 2.2rem;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 4px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-block;
}

footer {
  background: #060f24;
  color: rgba(255, 255, 255, 0.7);
  padding: 60px 0 30px;
}

footer h5 {
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
}

footer a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.9rem;
  display: block;
  margin-bottom: 0.5rem;
}

footer a:hover {
  color: var(--accent);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
  padding-top: 1.5rem;
  font-size: 0.8rem;
}

.disclaimer {
  background: #0d1930;
  padding: 1rem 0;
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
}

:root {
  --navy: #0a1a3c;
  --navy-light: #122150;
  --blue: #1565c0;
  --accent: #00b4d8;
  --text: #1a1a2e;
  --muted: #6b7280;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Barlow", sans-serif;
  background: #f0f4ff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.top-bar {
  background: var(--navy);
  border-bottom: 3px solid var(--accent);
  padding: 0.8rem 0;
}

.split-layout {
  flex: 1;
  display: flex;
  min-height: calc(100vh - 64px);
}

.side-panel {
  width: 480px;
  min-width: 480px;
  background: linear-gradient(
    160deg,
    var(--navy) 0%,
    var(--navy-light) 50%,
    #0d2860 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem 3.5rem;
  position: relative;
  overflow: hidden;
}

.side-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 800'%3E%3Ccircle cx='400' cy='150' r='200' fill='%231565C0' opacity='0.12'/%3E%3Ccircle cx='50' cy='600' r='160' fill='%2300B4D8' opacity='0.08'/%3E%3C/svg%3E")
    no-repeat center/cover;
  pointer-events: none;
}

.side-content {
  position: relative;
  z-index: 1;
}

.side-panel h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.side-panel h2 span {
  color: var(--accent);
}

.side-stat {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.side-stat-num {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
}

.side-stat-label {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.divider-v {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
}

.mini-chart {
  margin-top: 2.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1.2rem;
}

.form-panel {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.form-card {
  background: #fff;
  border-radius: 20px;
  padding: 3rem 2.8rem;
  width: 100%;
  max-width: 460px;
  box-shadow: 0 20px 60px rgba(10, 26, 60, 0.1);
}

.form-card h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 0.3rem;
}

.form-card p.sub {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.form-label {
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--navy);
  margin-bottom: 0.4rem;
  display: block;
}

.input-wrap {
  position: relative;
  margin-bottom: 1.2rem;
}

.input-wrap .bi {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 1rem;
  pointer-events: none;
}

.input-wrap input {
  width: 100%;
  padding: 0.82rem 1rem 0.82rem 2.6rem;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  font-size: 0.95rem;
  font-family: "Barlow", sans-serif;
  transition: all 0.25s;
  outline: none;
  color: var(--text);
}

.input-wrap input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(0, 180, 216, 0.12);
}

.toggle-pw {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  cursor: pointer;
  font-size: 1rem;
  background: none;
  border: none;
  padding: 0;
}

.toggle-pw:hover {
  color: var(--navy);
}

.btn-login {
  width: 100%;
  padding: 1rem;
  background: var(--navy);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 0.5rem;
}

.btn-login:hover {
  background: var(--blue);
}

.divider-text {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #d1d5db;
  font-size: 0.8rem;
  margin: 1.5rem 0;
}

.divider-text::before,
.divider-text::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}

.link-accent {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

.link-accent:hover {
  color: #0096b7;
}

.link-muted {
  color: var(--muted);
  font-size: 0.85rem;
  text-decoration: none;
}

.link-muted:hover {
  color: var(--navy);
}

.alert-error {
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  border-radius: 8px;
  padding: 0.8rem 1rem;
  font-size: 0.88rem;
  display: none;
  margin-bottom: 1rem;
}

@media (max-width: 900px) {
  .side-panel {
    display: none;
  }

  .form-panel {
    padding: 1.5rem;
  }
}

:root {
  --navy: #0a1a3c;
  --navy-light: #122150;
  --blue: #1565c0;
  --accent: #00b4d8;
  --text: #1a1a2e;
  --muted: #6b7280;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Barlow", sans-serif;
  background: #f0f4ff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.top-bar {
  background: var(--navy);
  border-bottom: 3px solid var(--accent);
  padding: 0.8rem 0;
}

.page-wrap {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 3rem 1.5rem;
}

.reg-container {
  width: 100%;
  max-width: 900px;
}

.reg-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(10, 26, 60, 0.1);
  overflow: hidden;
}

.reg-header {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  color: #fff;
  padding: 2.5rem 3rem;
}

.reg-header h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
}

.reg-header p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  margin-top: 0.3rem;
}

.reg-body {
  padding: 2.5rem 3rem;
}

.step-indicator {
  display: flex;
  gap: 0;
  margin-bottom: 2.5rem;
}

.step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #e5e7eb;
  z-index: 0;
}

.step.active:not(:last-child)::after,
.step.done:not(:last-child)::after {
  background: var(--accent);
}

.step-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #e5e7eb;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: #9ca3af;
  z-index: 1;
  position: relative;
}

.step.active .step-dot {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.step.done .step-dot {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.step-label {
  font-size: 0.72rem;
  color: #9ca3af;
  margin-top: 0.4rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.step.active .step-label {
  color: var(--navy);
  font-weight: 600;
}

.step.done .step-label {
  color: var(--accent);
}

.section-heading {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 1.2rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #f3f4f6;
}

.form-label {
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--navy);
  margin-bottom: 0.4rem;
  display: block;
}

.input-wrap {
  position: relative;
  margin-bottom: 0;
}

.input-wrap .bi {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 0.95rem;
  pointer-events: none;
}

.form-ctrl {
  width: 100%;
  padding: 0.82rem 1rem 0.82rem 2.6rem;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  font-size: 0.92rem;
  font-family: "Barlow", sans-serif;
  transition: all 0.25s;
  outline: none;
  color: var(--text);
}

.form-ctrl.no-icon {
  padding-left: 1rem;
}

.form-ctrl:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(0, 180, 216, 0.12);
}

.form-ctrl.error {
  border-color: #ef4444;
}

.toggle-pw {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  cursor: pointer;
  font-size: 0.95rem;
  background: none;
  border: none;
  padding: 0;
}

.strength-bar {
  height: 4px;
  border-radius: 2px;
  background: #e5e7eb;
  margin-top: 0.4rem;
  overflow: hidden;
}

.strength-fill {
  height: 100%;
  border-radius: 2px;
  width: 0;
  transition:
    width 0.4s,
    background 0.4s;
}

.strength-text {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 0.2rem;
}

.plan-option {
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 1rem 1.2rem;
  cursor: pointer;
  transition: all 0.25s;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.plan-option:hover {
  border-color: var(--accent);
}

.plan-option.selected {
  border-color: var(--accent);
  background: #f0fbfe;
}

.plan-option input[type="radio"] {
  accent-color: var(--accent);
  transform: scale(1.2);
}

.plan-badge {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 0.15rem 0.5rem;
  border-radius: 10px;
  text-transform: uppercase;
}

.badge-free {
  background: #dcfce7;
  color: #166534;
}

.badge-popular {
  background: #fef3c7;
  color: #92400e;
}

.badge-pro {
  background: #e0f2fe;
  color: #075985;
}

.btn-next {
  padding: 0.95rem 2rem;
  background: var(--navy);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-next:hover {
  background: var(--blue);
}

.btn-back {
  padding: 0.95rem 1.5rem;
  background: #f3f4f6;
  color: var(--navy);
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-back:hover {
  background: #e5e7eb;
}

.check-item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  font-size: 0.85rem;
  color: var(--muted);
  line-height: 1.5;
}

.check-item i {
  color: var(--accent);
  margin-top: 0.1rem;
  flex-shrink: 0;
}

a.link-accent {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

a.link-accent:hover {
  color: #0096b7;
}

/* Steps visibility */
.reg-step {
  display: none;
}

.reg-step.active {
  display: block;
}

@media (max-width: 600px) {
  .reg-body,
  .reg-header {
    padding: 1.5rem;
  }

  .step-label {
    display: none;
  }
}

:root {
  --navy: #0a1a3c;
  --navy-light: #122150;
  --blue: #1565c0;
  --accent: #00b4d8;
  --text: #1a1a2e;
  --muted: #6b7280;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Barlow", sans-serif;
  background: #f0f4ff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.top-bar {
  background: var(--navy);
  border-bottom: 3px solid var(--accent);
  padding: 0.8rem 0;
}

.split-layout {
  flex: 1;
  display: flex;
  min-height: calc(100vh - 64px);
}

.side-panel {
  width: 420px;
  min-width: 420px;
  background: linear-gradient(
    160deg,
    var(--navy) 0%,
    var(--navy-light) 60%,
    #0d2860 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem 3rem;
  position: relative;
  overflow: hidden;
}

.side-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 700'%3E%3Ccircle cx='350' cy='100' r='180' fill='%231565C0' opacity='0.1'/%3E%3Ccircle cx='30' cy='550' r='140' fill='%2300B4D8' opacity='0.07'/%3E%3C/svg%3E")
    no-repeat center/cover;
  pointer-events: none;
}

.side-content {
  position: relative;
  z-index: 1;
}

.side-panel h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.side-panel h2 span {
  color: var(--accent);
}

.step-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.step-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  margin-bottom: 1.3rem;
}

.step-list li .dot {
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.step-list li .dot.done {
  background: var(--accent);
  color: #fff;
}

.step-list li .dot.pending {
  background: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.5);
}

.step-list li .step-text strong {
  display: block;
  color: #fff;
  font-size: 0.9rem;
}

.step-list li .step-text span {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.8rem;
}

.form-panel {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.form-card {
  background: #fff;
  border-radius: 20px;
  padding: 3rem 2.8rem;
  width: 100%;
  max-width: 440px;
  box-shadow: 0 20px 60px rgba(10, 26, 60, 0.1);
}

.screen {
  display: none;
}

.screen.active {
  display: block;
}

.icon-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 1.8rem;
}

.icon-circle.blue {
  background: #e8f1ff;
  color: var(--blue);
}

.icon-circle.green {
  background: #dcfce7;
  color: #16a34a;
}

.icon-circle.accent {
  background: #e0f9ff;
  color: var(--accent);
}

.form-card h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 0.3rem;
  text-align: center;
}

.form-card p.sub {
  color: var(--muted);
  font-size: 0.88rem;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.form-label {
  font-weight: 600;
  font-size: 0.85rem;
  color: var(--navy);
  margin-bottom: 0.4rem;
  display: block;
}

.input-wrap {
  position: relative;
}

.input-wrap .bi {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 0.95rem;
  pointer-events: none;
}

.form-ctrl {
  width: 100%;
  padding: 0.82rem 1rem 0.82rem 2.6rem;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  font-size: 0.92rem;
  font-family: "Barlow", sans-serif;
  transition: all 0.25s;
  outline: none;
  color: var(--text);
}

.form-ctrl:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(0, 180, 216, 0.12);
}

.btn-submit {
  width: 100%;
  padding: 1rem;
  background: var(--navy);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 0.5rem;
}

.btn-submit:hover {
  background: var(--blue);
}

.otp-group {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  margin: 1.5rem 0;
}

.otp-input {
  width: 52px;
  height: 60px;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
  color: var(--navy);
  outline: none;
  transition: all 0.25s;
}

.otp-input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(0, 180, 216, 0.15);
}

.resend-link {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.resend-link:hover {
  color: #0096b7;
}

.toggle-pw {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  cursor: pointer;
  font-size: 0.95rem;
  background: none;
  border: none;
  padding: 0;
}

.strength-bar {
  height: 4px;
  border-radius: 2px;
  background: #e5e7eb;
  margin-top: 0.4rem;
  overflow: hidden;
}

.strength-fill {
  height: 100%;
  border-radius: 2px;
  width: 0;
  transition:
    width 0.4s,
    background 0.4s;
}

.strength-text {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 0.2rem;
}

a.link-accent {
  color: var(--accent);
  font-weight: 600;
  text-decoration: none;
}

a.link-accent:hover {
  color: #0096b7;
}

@media (max-width: 900px) {
  .side-panel {
    display: none;
  }

  .form-panel {
    padding: 1.5rem;
  }
}
