:root {
  --bg: #f4f6fb;
  --bg-strong: #e8ecfb;
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: #ffffff;
  --text: #0f1728;
  --muted: #5e6983;
  --line: rgba(15, 23, 40, 0.08);
  --brand: #2952ff;
  --brand-2: #0f8dff;
  --accent: #00c389;
  --accent-soft: #dff8ef;
  --shadow: 0 28px 80px rgba(29, 47, 101, 0.14);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shell: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Plus Jakarta Sans", sans-serif;
  background: linear-gradient(180deg, #f7f9ff 0%, #f2f5fc 45%, #eef2fb 100%);
}

.site-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at top left, rgba(41, 82, 255, 0.16), transparent 28%),
    radial-gradient(circle at right 18%, rgba(0, 195, 137, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0));
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.shell {
  width: min(calc(100% - 32px), var(--shell));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 16px 0;
}

.nav-shell {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(248, 251, 255, 0.78);
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 50px rgba(30, 46, 95, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-badge {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #fff;
  font-weight: 800;
}

.brand-text strong,
.brand-text small {
  display: block;
}

.brand-text strong {
  font-size: 0.98rem;
}

.brand-text small {
  color: var(--muted);
  font-size: 0.78rem;
}

.site-nav,
.nav-actions,
.hero-actions,
.cta-actions,
.hero-proof {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.95rem;
}

.site-nav a.active {
  color: var(--text);
  font-weight: 700;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  color: #fff;
  font-weight: 700;
  box-shadow: 0 18px 30px rgba(41, 82, 255, 0.2);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 24px 36px rgba(41, 82, 255, 0.22);
}

.button-ghost {
  background: rgba(255, 255, 255, 0.78);
  color: var(--text);
  box-shadow: none;
  border: 1px solid var(--line);
}

.button-full {
  width: 100%;
}

.hero,
.page-hero {
  padding: 72px 0 22px;
}

.hero-grid,
.split-panel,
.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 26px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 16px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--brand);
}

h1,
h2 {
  margin: 0;
  font-family: "Fraunces", serif;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero h1,
.page-hero h1 {
  font-size: clamp(3.2rem, 6.6vw, 6rem);
  max-width: 12ch;
}

.hero-text,
.page-hero p,
.section-heading p,
.feature-card p,
.split-copy p,
.benefit-list p,
.page-card span,
.solution-panel p,
.industry-card p,
.pricing-card p,
.story-card p,
.contact-panel p {
  color: var(--muted);
  line-height: 1.75;
}

.hero-text {
  max-width: 60ch;
  margin: 24px 0 0;
  font-size: 1.05rem;
}

.hero-actions {
  margin-top: 30px;
  flex-wrap: wrap;
}

.hero-proof {
  flex-wrap: wrap;
  margin-top: 24px;
}

.hero-proof span,
.feature-tag,
.mini-label {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(15, 23, 40, 0.06);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.dashboard-card,
.feature-card,
.split-card,
.page-card,
.solution-panel,
.industry-card,
.pricing-card,
.story-card,
.contact-form,
.contact-panel,
.cta-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.76));
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.spotlight-card {
  padding: 24px;
}

.metric-row,
.benefit-list,
.pricing-grid,
.feature-grid,
.page-grid,
.story-grid,
.industry-grid {
  display: grid;
  gap: 18px;
}

.metric-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.metric-row article,
.queue-card {
  padding: 18px;
  border-radius: var(--radius-lg);
  background: #f7f9ff;
  border: 1px solid rgba(41, 82, 255, 0.08);
}

.metric-row strong,
.queue-card b {
  display: block;
  font-size: 1.5rem;
}

.metric-row span,
.queue-card span,
.chart-header span {
  color: var(--muted);
}

.chart-card {
  margin-top: 18px;
  padding: 18px;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, #13255c, #1e3d97);
  color: #fff;
}

.chart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.bars {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  align-items: end;
  height: 180px;
  margin-top: 18px;
}

.bars span {
  display: block;
  height: var(--size);
  min-height: 24px;
  border-radius: 14px 14px 6px 6px;
  background: linear-gradient(180deg, #65b6ff, #9df6dc);
}

.queue-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
}

.logo-strip-inner,
.cta-panel {
  padding: 24px 28px;
}

.logo-strip p {
  margin: 0;
  color: var(--muted);
}

.section {
  padding: 84px 0 0;
}

.section-heading {
  max-width: 760px;
}

.section-heading h2,
.split-copy h2,
.cta-panel h2,
.solution-panel h2,
.industry-card h2,
.story-card h2 {
  font-size: clamp(2.2rem, 4.8vw, 4rem);
}

.feature-grid,
.page-grid,
.industry-grid,
.story-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 34px;
}

.feature-card,
.page-card,
.industry-card,
.story-card {
  padding: 24px;
}

.feature-card h3,
.contact-panel h2,
.pricing-card h2 {
  margin: 14px 0 12px;
}

.feature-card a,
.page-card strong,
.contact-points a,
.footer-grid a {
  font-weight: 700;
}

.feature-card a {
  color: var(--brand);
}

.split-card,
.solution-panel,
.contact-form,
.contact-panel {
  padding: 26px;
}

.bullet-list {
  margin: 22px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.8;
}

.benefit-list article {
  padding: 18px;
  border-radius: var(--radius-md);
  background: #f7f9ff;
  border: 1px solid rgba(15, 23, 40, 0.06);
}

.page-card {
  display: block;
}

.page-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.page-main .narrow-hero {
  max-width: 820px;
}

.stack-grid {
  display: grid;
  gap: 20px;
}

.solution-panel {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
  align-items: start;
}

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

.pricing-card {
  padding: 26px;
}

.pricing-card .button{
  margin-top: 10px;
}

.pricing-card h2 {
  font-size: 3rem;
}

.pricing-card h2 span {
  font-size: 1rem;
  color: var(--muted);
}

.pricing-card-featured {
  position: relative;
  background: linear-gradient(180deg, rgba(41, 82, 255, 0.96), rgba(15, 141, 255, 0.92));
  color: #fff;
}


.pricing-card-featured p,
.pricing-card-featured .bullet-list,
.pricing-card-featured h2 span {
  color: rgba(255, 255, 255, 0.86);
}

.pricing-card-featured .feature-tag {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.18);
}

.pricing-card-featured .button {
  background: #fff;
  color: var(--brand);
}

.pricing-card-free .button {
  background: #fff;
  color: var(--brand);
  margin-top: 30px;
}

.contact-grid {
  align-items: stretch;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
}








.contact-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-points {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.form-note {
  min-height: 1.5em;
  margin: 0;
  color: var(--brand);
  font-weight: 700;
}

.site-footer {
  padding: 72px 0 32px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
  gap: 24px;
  padding: 28px;
  border-radius: var(--radius-xl);
  background: rgba(13, 20, 38, 0.96);
  color: rgba(255, 255, 255, 0.82);
}

.footer-grid h3 {
  margin: 0 0 14px;
  color: #fff;
}

.footer-grid a {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.76);
}

.footer-copy {
  max-width: 36ch;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.75;
}

.footer-brand .brand-text small {
  color: rgba(255, 255, 255, 0.66);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 6px auto;
  background: var(--text);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 580ms ease, transform 580ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}


.login-form {
  width: 30%;
  justify-self: center;

}
.reg-form {
  width: 40%;
  justify-self: center;
  
}


.bubble-tail {
  position: relative;
  display: inline-block;
  background: white;
  border: 1px solid #aef0ff;
  color: #045a65;
  padding: 10px 14px;
  border-radius: 16px;
  max-width: 70%;
}
/* tail */
.bubble-tail::after {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: white;
  border-bottom: 0;
  margin-left: -10px;
  margin-bottom: -10px;
}



.form-item {
  margin-top: 15px;
}
.form-item label{
  margin-bottom: 10px;
}


.reg-form p {
  color: var(--muted);
  line-height: 1.75;
  margin-bottom: 0cm;
  margin-top: 0cm;
}

@media (max-width: 1080px) {
  .hero-grid,
  .split-panel,
  .solution-panel,
  .contact-grid,
  .pricing-grid,
  .feature-grid,
  .industry-grid,
  .story-grid,
  .page-grid,
  .footer-grid,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .cta-panel {
    display: grid;
  }
  .login-form {
    width: 60%;
  
  }
  .reg-form {
    width: 80%;
    justify-self: center;
  
  }
  
  


}

@media (max-width: 860px) {
  .nav-toggle {
    display: inline-block;
  }

  .site-nav,
  .nav-actions {
    display: none;
  }

  .nav-shell.nav-open {
    border-radius: 28px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .nav-shell.nav-open .site-nav,
  .nav-shell.nav-open .nav-actions {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-shell.nav-open .site-nav a,
  .nav-shell.nav-open .nav-actions a {
    padding: 10px 0;
  }
  .login-form {
    width: 80%;
  
  }

  

  
}

@media (max-width: 720px) {
  .shell {
    width: min(calc(100% - 20px), var(--shell));
  }

  .site-header {
    padding-top: 10px;
  }

  .hero,
  .page-hero {
    padding-top: 42px;
  }

  .hero h1,
  .page-hero h1 {
    max-width: none;
    font-size: clamp(2.7rem, 14vw, 4.6rem);
  }

  .section {
    padding-top: 68px;
  }

  .metric-row {
    grid-template-columns: 1fr;
  }
  .login-form {
    width: 80%;
  
  }

}

.alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeIn 0.3s ease;
}

/* Alert box */
.alert-box {
  background: linear-gradient(135deg, #e0faff 0%, #aef0ff 100%);
  border: 1px solid rgba(0, 200, 220, 0.4);
  border-radius: 16px;
  padding: 24px 28px;
  max-width: 420px;
  width: 90%;
  box-shadow: 0 8px 30px rgba(0, 180, 200, 0.25);
  position: relative;
  font-family: system-ui, -apple-system, sans-serif;
  color: #045a65;
  animation: slideUp 0.4s ease;
}

/* Aqua glow accent */
.alert-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(135deg, #00d4ff, #00ffb8);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.alert-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.alert-icon {
  width: 24px;
  height: 24px;
  background: #00c8dc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.alert-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.alert-message {
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 18px 0;
  color: #035b65;
}

/* Dismiss button */
.alert-close {
  position: absolute;
  top: 12px;
  right: 14px;
  background: transparent;
  border: none;
  font-size: 22px;
  color: #00a0b8;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
}
.alert-close:hover {
  color: #007a8c;
  transform: rotate(90deg);
}

.alert-action {
  background: linear-gradient(135deg, #00d4ff, #00c8dc); color: white; border: none;
  padding: 10px 18px; border-radius: 10px; font-weight: 600; cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.alert-action:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0, 200, 220, 0.4); }

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* Animations */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes slideUp {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

/* Hide class */
.hidden { display: none; }





.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: #1f2937; color: #fff; padding: 16px 24px;
  display: flex; align-items: center; justify-content: space-between;
  font-family: system-ui; font-size: 14px; z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}
.cookie-banner button {
  background: #3b82f6; color: #fff; border: none; 
  padding: 8px 16px; border-radius: 6px; cursor: pointer; margin-left: 12px;
}
.cookie-banner a { color: #93c5fd; text-decoration: underline; }