
text/css custom.css ( ASCII text )
:root {
  --midnight: #081182;
  --royal: #2926E2;
  --electric: #2554FF;
  --azure: #1686EF;
  --cloud: #E9F0FD;

  --gradient-primary: linear-gradient(135deg, #081182, #2926E2);
  --gradient-accent: linear-gradient(135deg, #2926E2, #2554FF);
  --gradient-cta: linear-gradient(135deg, #2554FF, #1686EF);

  --text-light: #ffffff;
  --text-dark: #121212;
  --bg-dark: #0a0a23;
  --bg-light: #ffffff;
  --section-dark: #11132e;
}

[data-theme="light"] {
  --bg: var(--cloud);
  --text: var(--text-dark);
  --section-bg: var(--cloud);
  --btn-bg: var(--gradient-cta);
}

[data-theme="dark"] {
  --bg: var(--bg-dark);
  --text: var(--text-light);
  --section-bg: var(--section-dark);
  --btn-bg: var(--gradient-primary);
}

body {
  margin: 0;
  font-family: 'Syne', sans-serif;
  background-color: var(--cloud);
  color: var(--text);
  transition: background 0.3s, color 0.3s;
}

.hero-buttons a {
    color: white !important;
}

h1, h2, h3, h4, h5, h6,
.step-title,
.features h2,
.trial-offer h2,
.step-section h2 {
  font-size: 3.8rem;
  font-family: 'Syne', sans-serif;
  font-weight: 900;
}

button#send2 {
    background: linear-gradient(135deg, #081182, #2926E2);
    color: white;
}

.features h3,
.trial-offer h3,
.steps-wrapper h3 {
  font-size: 2rem;
  font-family: 'Syne', sans-serif;
}

p,
.step-description,
.features-subtext,
.feature-card p,
.trial-text p,
.trial-offer p,
.steps-wrapper p,
.login-box p {
  font-family: 'Inter', sans-serif;
  font-size: 14px !important;
  line-height: 1.5;
  margin-top: 14px;
}

a {
    text-decoration: none;
}

a:hover, .alink:hover {
    text-decoration: none;
}

a.btn-gradient-free-register {
    color: white;
}

*:focus {
    outline: none;
}

.cookie-message {
  font-family: 'Inter', sans-serif;
  font-size: 14px !important;
  line-height: 1.5;
  margin: 3px 0px 5px !important;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 20px;
  background: url('../images/footer.png') no-repeat center center/cover;
  /*box-shadow: 0 4px 10px var(--midnight);*/
}

.logo {
  font-size: 1.8rem;
  font-weight: bold;
}

.logo span {
  color: var(--electric);
}

.menu-items a {
  margin-left: 1rem;
  text-decoration: none;
  color: var(--text);
  font-weight: 500;
}

.theme-toggle {
  font-size: 1.3rem;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--text);
}

/* Hero */
.hero {
  height: 50vh;
  background: url('../images/hero.png') no-repeat center center/cover, var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  padding: 2rem;
}

.hero-content {
  max-width: 700px;
}

.hero-content h1 {
  font-size: 6rem;
  font-family: 'Syne', sans-serif;
  margin: 1rem 0;
      font-weight: 900;
}

.hero-content p {
  font-size: 1px;
  margin-bottom: 2rem;
}

/* Buttons */
.btn-primary,
.btn-secondary {
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1rem;
  display: inline-block;
  margin: 0 0.5rem;
}

.btn-primary {
  background: white;
  color: var(--royal);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid white;
  color: white;
}

.logo {
    margin: 5px 25px 5px !important;
}

img.logo-img.dark-logo.responsive-logo {
    display:none;
}

/* Features Section */
.features {
  background: var(--section-bg);
  text-align: center;
  padding: 3rem 0rem;
}

.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  justify-content: center;
}

.feature-container{
  margin-top: 40px;
}

.feature-card {
  background: white;
  color: var(--text-dark);
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 4rem 2.8rem;
  width: 250px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

[data-theme="dark"] .feature-card {
  background: #1b1b3a;
  color: white;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.feature-card i {
  font-size: 2.5rem;
  color: var(--midnight);
  margin-bottom: 0.5rem;
}

/* Footer */
.footer {
  padding: 2rem;
  text-align: center;
  background: transparent;
  font-size: 0.9rem;
  color: var(--text);
}

.hero-slider {
  position: relative;
  height: 50vh;
  overflow: hidden;
}

.slider {
  height: 100%;
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: none;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  transition: opacity 0.8s ease-in-out;
}

.slide.active {
  display: flex;
}

.slide .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgb(34 38 93 / 50%), rgba(0, 0, 0, 0.6));
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  padding: 2rem;
}

.slider-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 5;
}

.slider-dots .dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
}

.slider-dots .dot.active {
  background: white;
}

.logo-img {
  height: 40px;
  display: none;
}

.responsive-logo {
  max-height: 42px;
  width: auto;
  object-fit: contain;
}

[data-theme="light"] .light-logo {
  display: inline;
}

[data-theme="dark"] .dark-logo {
  display: inline;
}

.nav-user-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid var(--bg-dark);
  border-radius: 6px;
  color: var(--bg-dark);
  background: transparent;
  text-decoration: none;
  transition: background 0.3s ease;
}

.nav-user-icon:hover {
  color: var(--azure);
  border-color: var(--azure);
}

.trial-offer {
  background: var(--cloud);
  padding: 2rem 0rem;
  text-align: center;
}

.trial-container {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-top: 40px;
}

.trial-text {
  flex: 1;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--text-dark);
}

.trial-text h3 {
  margin-bottom: 1rem;
  text-align: left;
}

.trial-text p {
  margin-bottom: 1rem;
  line-height: 1.5;
  text-align: left;
}

.trial-cta {
  color: red;
  font-weight: 600;
  text-decoration: none;
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.trial-image {
  flex: 1;
  background: #eee;
}

.trial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .trial-container {
    flex-direction: column;
  }

  .trial-text,
  .trial-image {
    flex: none;
    width: 100%;
  }
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--text-light);
  color: var(--text);
  padding: 1rem 10rem;
  display: none;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
}

.cookie-banner button {
  background: var(--midnight);
  border: none;
  padding: 0.5rem 1rem;
  color: white;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}

.cookie-banner a {
  color: var(--azure);
  text-decoration: underline;
}

p#cookieMessage {
  max-width: 50%;
}

.btn-gradient-navbar {
  background: #fff;
  color: #081182;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: background 0.3s ease;
  width: fit-content;
}

.btn-gradient {
  background: var(--gradient-cta);
  color: var(--cloud);
  padding: 1rem 1.5rem;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: background 0.3s ease;
  justify-self: center;
    height: 30px;
width: 110px;
    text-align: center;
    justify-content: center;
    font-size: 16px;
}

.btn-gradient-free-register {
  background: var(--midnight);
  color: var(--cloud);
  padding: 1rem 1.5rem;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: background 0.3s ease;
  justify-self: center;
  width: 175px !important;
  margin-top: 5px;
  height:30px;
}

.btn-gradient:hover {
  opacity: 0.9;
}

.footer-section {
  background: url('../images/footer.png') no-repeat center center/cover;
  color: #fff;
  padding: 4rem 20rem;
  font-size: 0.9rem;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #444;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.footer-column h4 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 3.5rem;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 0.5rem;
  font-size: 14px;
}

.footer-bottom p {
    font-family: 'Inter', sans-serif;
    font-size: 10px !important;
    line-height: 1.5;
    margin-top: 14px;
}

.footer-column a {
  color: #ccc;
  text-decoration: none;
}

.footer-column a:hover {
  text-decoration: underline;
}

.footer-logo img {
  height: 40px;
  filter: brightness(0) invert(1);
}

.footer-bottom {
  font-size: 0.75rem;
  color: #999;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    gap: 2rem;
  }

  .footer-section {
    padding: 3rem 2rem;
  }
}

.step-section {
  background: #E9F0FD;
  padding: 2rem 0rem;
  color: #121212;
  text-align: center;
}

.steps-wrapper {
  display: flex;
  justify-content: space-around;
  gap: 2rem;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  flex-wrap: wrap;
  margin-top: 10px;
}

.step {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
  padding: 1rem;
}

.step-icon {
  font-size: 2.5rem;
  color: var(--azure);
  margin-bottom: 0.2rem;
}

.step-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  font-family: 'Syne', sans-serif;
}

.step-description {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #121212;
  max-width: 240px;
}

.progress-line {
  position: absolute;
  top: 83px;
  left: calc(10% + 35px);
  right: calc(10% + 35px);
  height: 2px;
  background: none;
  border-top: 2px dashed var(--midnight);
  z-index: 1;
}

.step-icon-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  background: var(--midnight);
  border: 2px solid #e5e7eb;
  position: relative;
  z-index: 2;
}

.step-icon {
  font-size: 2.75rem;
  color: var(--cloud);
}

.step:first-child .step-icon {
  color: white;
}

.step-title {
  font-weight: 700;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  font-family: 'Syne', sans-serif;
  color: #1f2937;
}

.step-description {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #6b7280;
  max-width: 280px;
}

@media (max-width: 768px) {
  .steps-wrapper {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
  }

  .progress-line {
    top: 35px;
    left: 35px;
    right: auto;
    bottom: calc(25% - 35px);
    width: 2px;
    height: 50%;
  }

  .step {
    max-width: 300px;
  }
}

.footer-separator {
  height: 80px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
  margin-bottom: -1px;
}

.login-wrapper {
  /* position: fixed; */
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('../images/slide1-bg.png') no-repeat center center / cover;
  z-index: 9999;
  overflow: hidden;
}

.login-box {
  background: #F5F7FA;
  border-radius: 12px;
  padding: 4rem;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.login-header img {
  max-height: 50px;
  margin-bottom: 15px;
}

.login-header h2 {
  font-family: 'Syne', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--midnight);
}

.input-group {
  text-align: left;
  margin-bottom: 1rem;
}

.input-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 0.4rem;
  font-weight: lighter;  
}

.input-group input {
  width: 100%;
  padding: 0.7rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 0.95rem;
  background-color: #F5F7FA;
  height: 40px;
  font-size:12px;
}

a.btn-gradient-navbar {
    color: var(--midnight);
}

.actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}

.actions .forgot-link {
  font-size: 0.85rem;
  text-decoration: none;
  color: var(--azure);
}

.btn-login {
  height: 45px !important;
  border-radius: 6px;
  background: linear-gradient(135deg, #081182, #2926E2);
  color: white;
  /*font-siez: 14px;*/
  font-size: 14px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-top: 5px;
}

.input-group ::placeholder {
  color: #d0cbcb;
  opacity: 1;
}

.btn-login:hover {
  opacity: 0.9;
}

.cookie-policy-content {
  padding: 4rem 2rem;
  color: #333;
  font-family: 'Manrope', sans-serif;
}

.cookie-policy-content .container {
  max-width: 900px;
  margin: 0 auto;
}

.cookie-policy-content h1 {
  font-size: 2rem;
  font-family: 'Syne', sans-serif;
  margin-bottom: 2rem;
  color: #081182;
}

.cookie-policy-content p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

.cookie-policy-content a {
  color: #2554FF;
  text-decoration: underline;
  font-weight: 600;
}

.footer-section {
  flex-shrink: 0;
}

.cookie-policy-content {
  flex: 1;
  padding: 4rem 2rem;
  color: #333;
} 


.login-box {
  max-width: 779px !important;
  margin-bottom: 150px !important;
}


.login-wrapper {
  /* top: 71px !important; */
  overflow: scroll;
}

/* button#send2 {
  background: orange;
  color: blue;
} */

.field .control select {
  padding: 12px 16px;
  border: 2px solid #e1e5e9;
  border-radius: 10px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background: #fafbfc;
  width: 100%;
  box-sizing: border-box;
  height: 61px;
}