* { margin:0; padding:0; box-sizing:border-box; }
html, body { height:100%; }
body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:#050b16;
  color:#eaf4ff;
  overflow-x:hidden;
}

/* NAVBAR — PREMIUM */
.navbar{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:1000;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(3, 10, 20, 0.65);
  border-bottom: 1px solid rgba(0, 229, 255, 0.08);
  transition: all 0.35s ease;
}

.navbar.scrolled{
  background: rgba(3, 10, 20, 0.85);
  box-shadow: 0 10px 50px rgba(0,0,0,0.6);
}

.nav-container{
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 60px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

/* MENU SPACING FIX */
.nav-menu{
  list-style:none;
  display:flex;
  gap: 40px; /* increased from 34 */
  align-items:center;
}

.nav-menu a{
  font-size:15px;
  font-weight:500;
  letter-spacing:0.3px;
  color:#cfe9ff;
  transition: all 0.25s ease;
}

.nav-menu a:hover{
  color:#00e5ff;
  transform: translateY(-1px);
}

/* LOGO */
.logo{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:#eaf4ff;
  font-weight:800;
}
.logo-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:10px;
  background: linear-gradient(135deg,#00e5ff,#0077ff);
  color:#001018;
  font-weight:900;
  letter-spacing:.5px;
}
.logo-text{ font-size:18px; }

/* MENU */
.nav-links { display:flex; align-items:center; }
.nav-menu{
  list-style:none;
  display:flex;
  gap: 34px;
  align-items:center;
}
.nav-menu li { margin:0; }
.nav-menu a{
  text-decoration:none;
  color:#cfe9ff;
  font-weight:500;
  font-size:14px;
  letter-spacing:.2px;
  transition: color .2s ease;
}
.nav-menu a:hover{ color:#00e5ff; }

/* CTA */
.btn-primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 22px;
  border-radius: 10px;
  text-decoration:none;
  font-weight:800;
  color:#001018;
  background: linear-gradient(135deg,#00e5ff,#0077ff);
  box-shadow: 0 0 25px rgba(0,229,255,0.35);
  white-space:nowrap;
}

/* Footer */
.footer{
  padding: 60px 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  margin-top: 80px;
}
.footer-inner{
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  opacity: .8;
  font-size: 14px;
}
.hero{
  min-height: 100vh;
  padding-top: 120px;
  position: relative;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.hero-content{
  max-width: 980px;
  padding: 0 20px;
  z-index: 2;
}

/* AppExchange cloud badge — final polish */
.appexchange-badge{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  transform: translateY(-14px);
}

.appexchange-cloud{
  width: 230px;
  height: auto;
  filter: drop-shadow(0 0 26px rgba(0, 190, 255, 0.30));
  opacity: 0.98;
}

.appexchange-text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); /* true center */
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: rgba(255,255,255,0.95);
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(2, 10, 18, 0.28);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(10px);
  white-space: nowrap;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.hero h1{
  font-size: 72px;
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -1.5px;
  margin-bottom: 24px;
}
.hero h1 span{ color:#00e5ff; }

.hero p{
  font-size: 18px;
  opacity: .85;
  max-width: 760px;
  margin: 0 auto;
}

.hero-buttons{
  margin-top: 38px;
  display:flex;
  justify-content:center;
  gap: 18px;
  flex-wrap: wrap;
}

.btn-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 14px 26px;
  border-radius: 10px;
  font-weight: 800;
  text-decoration:none;
  color:#001018;
  background: linear-gradient(135deg,#00e5ff,#0077ff);
  box-shadow: 0 0 28px rgba(0,229,255,0.35);
}

.btn-ghost{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 14px 26px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.18);
  text-decoration:none;
  color:#eaf4ff;
  backdrop-filter: blur(10px);
}
/* HERO GRADIENT GLOW UPGRADE */
.hero::before{
  content:"";
  position:absolute;
  width:900px;
  height:900px;
  background: radial-gradient(circle, rgba(0,229,255,0.15) 0%, transparent 60%);
  top:-200px;
  left:-200px;
  z-index:0;
}

.hero::after{
  content:"";
  position:absolute;
  width:800px;
  height:800px;
  background: radial-gradient(circle, rgba(0,119,255,0.15) 0%, transparent 60%);
  bottom:-250px;
  right:-200px;
  z-index:0;
}
/* LAYOUT HELPERS */
.section{ padding: 110px 0; position: relative; }
.container{ max-width: 1200px; margin: 0 auto; padding: 0 40px; }

.section-head{
  text-align:center;
  max-width: 820px;
  margin: 0 auto 46px;
}
.section-head h2{
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -0.8px;
  margin-bottom: 12px;
}
.section-head p{
  opacity: .82;
  font-size: 16px;
}

/* FEATURES GRID */
.features-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.feature-card{
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 18px;
  padding: 26px;
  backdrop-filter: blur(12px);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  min-height: 170px;
}

.feature-card:hover{
  transform: translateY(-6px);
  border-color: rgba(0,229,255,0.22);
  box-shadow: 0 18px 60px rgba(0,0,0,0.45);
}

.feature-icon{
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom: 14px;
  background: rgba(0,229,255,0.10);
  border: 1px solid rgba(0,229,255,0.20);
  font-size: 20px;
}

.feature-card h3{
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
}
.feature-card p{
  opacity: .82;
  font-size: 14px;
  line-height: 1.55;
}

/* CTA BAR */
.section-cta{
  margin-top: 34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
  padding: 26px 26px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(12px);
}

.section-cta h3{
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 6px;
}
.section-cta p{
  opacity: .8;
  font-size: 14px;
}

/* REVEAL ANIMATION */
.reveal{
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.is-visible{
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 980px){
  .features-grid{ grid-template-columns: repeat(2, 1fr); }
  .hero h1{ font-size: 54px; }
}

@media (max-width: 640px){
  .container{ padding: 0 18px; }
  .features-grid{ grid-template-columns: 1fr; }
  .section-cta{ flex-direction: column; align-items:flex-start; }
}
/* DEBUG: force features visible */
.features-grid{
  display:grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  margin-top: 40px !important;
}

.feature-card{
  min-height: 180px !important;
  opacity: 1 !important;
  transform: none !important;
}
/* NAVBAR LOGO IMAGE */
.logo{
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo-img{
  height: 42px;      /* controls logo size */
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(0, 229, 255, 0.25));
  transition: transform 0.25s ease, filter 0.25s ease;
}

.logo:hover .logo-img{
  transform: scale(1.05);
  filter: drop-shadow(0 0 18px rgba(0, 229, 255, 0.45));
}

.logo-text{
  font-weight: 800;
  font-size: 18px;
  color: #eaf4ff;
  letter-spacing: 0.3px;
}
/* PAGE HERO (for inner pages) */
.page-hero{
  position: relative;
  padding: 160px 0 80px;
  text-align: center;
}

.page-hero-content{
  max-width: 800px;
  margin: 0 auto;
}

.page-hero h1{
  font-size: 56px;
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.page-hero p{
  font-size: 18px;
  opacity: 0.85;
  line-height: 1.6;
}

/* CTA SECTION */
.cta-section{
  padding: 100px 0 140px;
}

.cta-box{
  text-align: center;
  padding: 60px 40px;
  border-radius: 20px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(0,229,255,0.15);
  backdrop-filter: blur(12px);
}

.cta-box h2{
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 15px;
}

.cta-box p{
  margin-bottom: 30px;
  opacity: 0.8;
  font-size: 16px;
}
/* PRICING PAGE */
.pricing-hero{
  position: relative;
  padding: 150px 0 120px;
  overflow: hidden;
}

.pricing-bg{
  position:absolute;
  inset:-40px;
  background: radial-gradient(circle at 20% 30%, rgba(0,229,255,0.20), transparent 55%),
              radial-gradient(circle at 80% 30%, rgba(0,119,255,0.18), transparent 55%),
              radial-gradient(circle at 85% 80%, rgba(190,0,255,0.15), transparent 55%),
              linear-gradient(135deg, rgba(0,119,255,0.35), rgba(255,0,140,0.25));
  opacity: 0.75;
  filter: blur(0px);
  z-index: 0;
}

.pricing-hero .container{ position:relative; z-index: 2; }

.pricing-title{
  text-align:center;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -1px;
  margin-bottom: 14px;
}

.pricing-subtitle{
  text-align:center;
  max-width: 760px;
  margin: 0 auto 34px;
  opacity: .9;
}

/* TOGGLE */
.billing-toggle-wrapper{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 14px;
  margin: 10px 0 44px;
  font-weight: 600;
}

.billing-toggle-wrapper span{
  opacity: .9;
  font-size: 14px;
}

.billing-toggle-wrapper span.active{
  color: #ffffff;
  opacity: 1;
}

.toggle-switch{
  width: 58px;
  height: 30px;
  border-radius: 999px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.18);
  position: relative;
  cursor: pointer;
  outline: none;
}

.toggle-handle{
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #ffffff;
  position:absolute;
  top: 2.5px;
  left: 3px;
  transition: transform .25s ease;
}

.toggle-switch.is-yearly .toggle-handle{
  transform: translateX(28px);
}

/* CARDS */
.pricing-grid{
  display:grid;
  grid-template-columns: 1fr 1.05fr 1fr;
  gap: 26px;
  align-items: stretch;
}

.price-card{
  border-radius: 22px;
  padding: 32px 30px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.20);
  backdrop-filter: blur(14px);
  text-align:center;
  position: relative;
  box-shadow: 0 16px 60px rgba(0,0,0,0.35);
}

.price-card.featured{
  background: rgba(255,255,255,0.92);
  color: #06101a;
  transform: translateY(-18px);
  box-shadow: 0 30px 90px rgba(0,0,0,0.45);
  border: 1px solid rgba(255,255,255,0.75);
}

.price-card h3{
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 16px;
}

.price{
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 10px;
}

.price-card.featured .price{
  color: #000;
}

.price-note{
  font-size: 12px;
  opacity: 0.85;
  margin: 0 auto 20px;
  max-width: 320px;
}

.price-list{
  list-style:none;
  padding:0;
  margin: 0 0 26px;
  display:flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  opacity: 0.95;
}

.price-list li{
  display:flex;
  gap: 8px;
  justify-content:center;
  align-items:flex-start;
  line-height: 1.35;
}

.price-list li::before{
  content: "✓";
  color: #22ffb0;
  font-weight: 900;
  transform: translateY(1px);
}

.price-card.featured .price-list li::before{
  color: #0077ff;
}

.price-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration:none;
  width: 80%;
  margin: 0 auto;
}

.btn-light{
  background: rgba(255,255,255,0.92);
  color: #07121c;
}

.price-card.featured .btn-light{
  background: rgba(7,18,28,0.08);
  border: 1px solid rgba(7,18,28,0.18);
}

.btn-gradient{
  background: linear-gradient(90deg,#0077ff,#ff008c);
  color: white;
}

/* RESPONSIVE */
@media (max-width: 1024px){
  .pricing-grid{ grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
  .price-card.featured{ transform: none; }
  .price-btn{ width: 100%; }
  .pricing-title{ font-size: 40px; }
}
.price-card.enterprise .price-list{
  columns: 2;
  column-gap: 26px;
  text-align: left;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
/* CONTACT PAGE */
.contact-hero{ padding-bottom: 40px; }

.contact-section{ padding-top: 40px; }

.contact-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.contact-card{
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  padding: 28px;
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 60px rgba(0,0,0,0.35);
}

.contact-card-title{
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 6px;
}

.contact-card-sub{
  opacity: .82;
  font-size: 14px;
  margin-bottom: 18px;
}

.ms-contact-form label{
  display:block;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 8px;
  opacity: .92;
}
.ms-contact-form label span{ color:#00e5ff; }

.form-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.field-full{ grid-column: 1 / -1; }

.ms-contact-form input,
.ms-contact-form textarea{
  width:100%;
  padding: 12px 12px;
  border-radius: 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.10);
  color:#eaf4ff;
  outline:none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.ms-contact-form textarea{ resize: vertical; }

.ms-contact-form input:focus,
.ms-contact-form textarea:focus{
  border-color: rgba(0,229,255,0.35);
  box-shadow: 0 0 0 4px rgba(0,229,255,0.10);
}

.ms-submit-button{
  margin-top: 16px;
  width: 100%;
  padding: 14px 18px;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  font-weight: 900;
  color:#001018;
  background: linear-gradient(135deg,#00e5ff,#0077ff);
  box-shadow: 0 0 28px rgba(0,229,255,0.25);
}

.form-hint{
  margin-top: 10px;
  font-size: 12px;
  opacity: .65;
}

/* Calendly area */
.calendly-wrap{
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.18);
  min-height: 520px; /* good default for calendly */
}

.calendly-placeholder{
  height: 520px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 14px;
  opacity: .9;
  text-align:left;
  padding: 20px;
}

.cal-icon{
  width:46px;
  height:46px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(0,229,255,0.10);
  border: 1px solid rgba(0,229,255,0.20);
}

/* Mobile */
@media (max-width: 980px){
  .contact-grid{ grid-template-columns: 1fr; }
  .form-grid{ grid-template-columns: 1fr; }
  .calendly-wrap, .calendly-placeholder{ min-height: 560px; height: 560px; }
}
/* ABOUT */
.about-split {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 24px;
    align-items: start;
}

.about-panel {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    padding: 28px;
    backdrop-filter: blur(14px);
    box-shadow: 0 16px 60px rgba(0, 0, 0, 0.35);
}

.about-panel h2 {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
}

.about-panel p {
    opacity: .86;
    line-height: 1.65;
    margin-bottom: 12px;
}

.muted {
    opacity: .75;
    font-size: 14px;
}

.about-highlights {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 14px;
}

.highlight {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 12px;
    border-radius: 16px;
    background: rgba(0, 229, 255, 0.06);
    border: 1px solid rgba(0, 229, 255, 0.10);
}

.hi-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 229, 255, 0.10);
    border: 1px solid rgba(0, 229, 255, 0.18);
}

.about-bullets {
    list-style: none;
    padding: 0;
    margin: 14px 0 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about-bullets li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    opacity: .9;
}

.about-bullets li span {
    color: #22ffb0;
    font-weight: 900;
    transform: translateY(1px);
}

.about-mini-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
}

/* Responsive */
@media (max-width: 980px) {
    .about-split {
        grid-template-columns: 1fr;
    }
}
/* STORY SECTION (About Page Upgrade) */
.story-section{
  padding-top: 40px;
}

.story-grid{
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}

.story-card{
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 32px;
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 70px rgba(0,0,0,0.35);
  position: relative;
  overflow: hidden;
}

.story-card h3{
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 16px;
}

.story-card p{
  opacity: 0.88;
  line-height: 1.7;
  margin-bottom: 14px;
}

.story-highlight{
  background: rgba(0,229,255,0.08);
  border: 1px solid rgba(0,229,255,0.18);
  padding: 14px 16px;
  border-radius: 14px;
  font-weight: 600;
}

.story-card-accent{
  border: 1px solid rgba(0,229,255,0.25);
  box-shadow: 0 0 60px rgba(0,229,255,0.08);
}

.story-badge{
  margin-top: 18px;
  padding: 12px 16px;
  border-radius: 999px;
  display: inline-block;
  background: rgba(0,229,255,0.12);
  border: 1px solid rgba(0,229,255,0.28);
  font-weight: 700;
  font-size: 14px;
}

/* Mobile */
@media (max-width: 980px){
  .story-grid{
    grid-template-columns: 1fr;
  }
}
/* FAQ */
.faq-wrap{
  max-width: 980px;
  margin: 0 auto;
  display:flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item{
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  overflow: hidden;
  backdrop-filter: blur(14px);
}

.faq-q{
  width: 100%;
  background: transparent;
  border: none;
  color: #eaf4ff;
  padding: 18px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 14px;
  cursor: pointer;
  text-align: left;
  font-weight: 900;
  font-size: 16px;
}

.faq-q:hover{
  background: rgba(0,229,255,0.05);
}

.faq-icon{
  width: 34px;
  height: 34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius: 12px;
  background: rgba(0,229,255,0.10);
  border: 1px solid rgba(0,229,255,0.18);
  font-size: 18px;
  font-weight: 900;
  flex: 0 0 auto;
  transition: transform .2s ease;
}

.faq-item.is-open .faq-icon{
  transform: rotate(45deg);
}

.faq-a{
  padding: 0 18px 18px;
  opacity: .88;
  line-height: 1.7;
}

.faq-a p{ margin: 10px 0 0; }

.faq-a a{
  color:#00e5ff;
  text-decoration: none;
}
.faq-a a:hover{ text-decoration: underline; }

/* CTA under FAQ */
.faq-bottom-cta{
  max-width: 980px;
  margin: 26px auto 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
  padding: 22px 22px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
}

.faq-bottom-cta h3{
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 900;
}

.faq-bottom-cta p{
  margin: 0;
  opacity: .8;
  font-size: 14px;
}

.faq-cta-actions{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Mobile */
@media (max-width: 820px){
  .faq-bottom-cta{
    flex-direction: column;
    align-items: flex-start;
  }
}
/* TERMS / LEGAL PAGES */
.terms-section {
  padding-top: 40px;
}

.legal-card {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 36px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.35);
}

.legal-card h2 {
  font-size: 22px;
  font-weight: 900;
  margin-top: 32px;
  margin-bottom: 14px;
  color: #ffffff;
}

.legal-card h2:first-child {
  margin-top: 0;
}

.legal-card p {
  line-height: 1.75;
  opacity: 0.88;
  margin-bottom: 14px;
  font-size: 15px;
}

.legal-card ul {
  margin: 10px 0 20px 20px;
  opacity: 0.9;
}

.legal-card li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.legal-note {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
  opacity: 0.6;
}

/* Mobile readability */
@media (max-width: 768px) {
  .legal-card {
    padding: 28px 20px;
  }

  .legal-card p {
    font-size: 14px;
  }
}
/* PRODUCT SCREENSHOT PREVIEW (FEATURES PAGE) */
.product-preview{
  display: flex;
  justify-content: center;
  margin: 60px 0 80px;
  position: relative;
}

.product-frame{
  position: relative;
  border-radius: 18px;
  padding: 14px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(0,229,255,0.15);
  backdrop-filter: blur(10px);
  box-shadow: 
    0 0 60px rgba(0,229,255,0.08),
    0 20px 60px rgba(0,0,0,0.5);
  max-width: 1100px;
  width: 100%;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.product-frame::before{
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 20px;
  background: linear-gradient(135deg, #00e5ff, #0084ff, #7c3aed);
  opacity: 0.15;
  z-index: 0;
}

.product-image{
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

/* Subtle hover (very SaaS feel) */
.product-frame:hover{
  transform: translateY(-6px) scale(1.01);
  box-shadow: 
    0 0 80px rgba(0,229,255,0.15),
    0 30px 80px rgba(0,0,0,0.6);
}

/* Mobile optimization */
@media (max-width: 768px){
  .product-preview{
    margin: 40px 0 60px;
  }

  .product-frame{
    padding: 10px;
    border-radius: 14px;
  }
}

/* MOBILE NAV FIX */
.nav-container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
}

.nav-toggle{
  display:none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(10px);
  cursor:pointer;
  align-items:center;
  justify-content:center;
  gap: 5px;
}

.nav-toggle .bar{
  width: 20px;
  height: 2px;
  background: rgba(255,255,255,0.9);
  display:block;
  border-radius: 10px;
  transition: transform .25s ease, opacity .25s ease;
}

/* MOBILE NAV */
.nav-toggle{
  display:none;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(10px);
  cursor:pointer;
  align-items:center;
  justify-content:center;
  gap: 5px;
}

.nav-toggle .bar{
  width: 20px;
  height: 2px;
  background: rgba(255,255,255,0.9);
  display:block;
  border-radius: 10px;
  transition: transform .25s ease, opacity .25s ease;
}

.mobile-nav{
  display:none;
}

@media (max-width: 980px){
  .nav-links{ display:none; }
  .nav-cta{ display:none; }
  .nav-toggle{ display:flex; margin-left:auto; }

  .mobile-nav{
    display:block;
    position: fixed;
    top: 76px; /* if your header is different height, adjust */
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.72);
    backdrop-filter: blur(14px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease;
    z-index: 9999;
  }

  .mobile-nav-inner{
    margin: 14px;
    border-radius: 22px;
    background: rgba(10,18,28,0.92);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: 0 24px 80px rgba(0,0,0,0.55);
    padding: 18px;
  }

  .mobile-menu{
    list-style:none;
    padding: 0;
    margin: 0;
    display:flex;
    flex-direction: column;
    gap: 6px;
  }

  .mobile-menu li a{
    display:flex;
    padding: 14px 14px;
    border-radius: 14px;
    text-decoration:none;
    color: rgba(255,255,255,0.92);
    font-weight: 800;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
  }

  .mobile-menu li a:hover{
    background: rgba(0,229,255,0.06);
    border-color: rgba(0,229,255,0.18);
  }

  .mobile-cta{
    display:flex;
    margin-top: 12px;
    justify-content:center;
    padding: 14px 16px;
    border-radius: 16px;
    text-decoration:none;
    font-weight: 900;
    color:#001018;
    background: linear-gradient(135deg,#00e5ff,#0077ff);
    box-shadow: 0 0 28px rgba(0,229,255,0.25);
  }

  html.nav-open .mobile-nav{
    opacity: 1;
    pointer-events: auto;
  }

  html.nav-open .nav-toggle .bar:nth-child(1){
    transform: translateY(7px) rotate(45deg);
  }
  html.nav-open .nav-toggle .bar:nth-child(2){
    opacity: 0;
  }
  html.nav-open .nav-toggle .bar:nth-child(3){
    transform: translateY(-7px) rotate(-45deg);
  }
}
/* THANK YOU PAGE */
.thankyou-hero{
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  padding: 60px 0;
}

.thankyou-wrap{
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.thankyou-icon{
  width: 84px;
  height: 84px;
  margin: 0 auto 18px;
  border-radius: 22px;
  background: rgba(0,229,255,0.10);
  border: 1px solid rgba(0,229,255,0.22);
  box-shadow: 0 0 60px rgba(0,229,255,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.thankyou-icon .check{
  width: 34px;
  height: 18px;
  border-left: 5px solid #00e5ff;
  border-bottom: 5px solid #00e5ff;
  transform: rotate(-45deg);
  filter: drop-shadow(0 0 10px rgba(0,229,255,0.35));
}

.thankyou-wrap h1{
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  margin-bottom: 10px;
}

.thankyou-sub{
  opacity: .85;
  max-width: 640px;
  margin: 0 auto 22px;
  line-height: 1.7;
}

.thankyou-card{
  margin: 22px auto 16px;
  padding: 26px;
  border-radius: 24px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 80px rgba(0,0,0,0.40);
  text-align: left;
}

.thankyou-card h3{
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 900;
}

.thankyou-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.thankyou-list li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  opacity: .9;
  line-height: 1.6;
}

.thankyou-list .dot{
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #00e5ff;
  box-shadow: 0 0 16px rgba(0,229,255,0.45);
  margin-top: 6px;
  flex: 0 0 auto;
}

.thankyou-actions{
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.thankyou-foot{
  margin-top: 12px;
  opacity: .7;
  font-size: 14px;
}

.thankyou-foot a{
  color: #00e5ff;
  text-decoration: none;
}
.thankyou-foot a:hover{ text-decoration: underline; }

@media (max-width: 700px){
  .thankyou-card{ padding: 20px; }
  .thankyou-actions a{ width: 100%; justify-content: center; }
}
/* Consent checkbox - aligned + on-brand */
.ms-consent{
  margin: 14px 0 14px;
}

.ms-check{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255,255,255,0.82);
}

.ms-check input{
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.ms-check .box{
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 0 0 rgba(0,229,255,0);
  flex: 0 0 auto;
  position: relative;
  transition: box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.ms-check input:focus + .box{
  outline: none;
  box-shadow: 0 0 0 4px rgba(0,229,255,0.12);
  border-color: rgba(0,229,255,0.35);
}

.ms-check input:checked + .box{
  background: rgba(0,229,255,0.10);
  border-color: rgba(0,229,255,0.55);
  box-shadow: 0 0 24px rgba(0,229,255,0.18);
}

.ms-check input:checked + .box::after{
  content:"";
  position:absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border-right: 3px solid #00e5ff;
  border-bottom: 3px solid #00e5ff;
  transform: rotate(45deg);
}

.ms-check .text{
  line-height: 1.35;
}

.ms-check .text a{
  color: rgba(0,229,255,0.95);
  text-decoration: none;
  border-bottom: 1px solid rgba(0,229,255,0.25);
}

.ms-check .text a:hover{
  border-bottom-color: rgba(0,229,255,0.55);
}

/* Mobile: allow wrap cleanly */
@media (max-width: 520px){
  .ms-check{
    align-items: flex-start;
  }
  .ms-check .box{
    margin-top: 2px;
  }
}
.ms-consent .ms-check{ display:inline-flex !important; }
.ms-consent .ms-check .box{ display:inline-block !important; }
.ms-consent .ms-check .text{ color: rgba(255,255,255,0.82) !important; }
.contact-email-line {
  line-height: 1.7;
}
.contact-email-line {
  line-height: 1.7;
}

.contact-email-link {
  color: #00e5ff;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid rgba(0, 229, 255, 0.35);
  transition: all 0.2s ease;
}

.contact-email-link:hover {
  color: #3df2ff;
  border-bottom-color: #3df2ff;
  text-shadow: 0 0 8px rgba(0, 229, 255, 0.35);
}
