
:root{
  --bg:#050b14;
  --panel:#071421;
  --panel2:#0a1624;
  --border:#19324c;
  --blue:#1478ff;
  --blue2:#25a8ff;
  --cyan:#22d3ee;
  --white:#ffffff;
  --muted:#b9c4d2;
  --soft:#eaf0f7;
  --darkText:#07111f;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#000;
  color:var(--white);
  font-family:Inter,Arial,sans-serif;
}
a{text-decoration:none;color:inherit}
.page{
  max-width:1180px;
  margin:0 auto;
  background:linear-gradient(180deg,#06111e,#071321 60%,#050b14);
  min-height:100vh;
  border-left:1px solid #13263d;
  border-right:1px solid #13263d;
}
.nav{
  height:76px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 36px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.brand{
  display:flex;
  align-items:center;
  gap:9px;
  font-family:Montserrat,Inter,sans-serif;
  font-weight:900;
  font-style:italic;
  font-size:28px;
  letter-spacing:-1px;
}
.brand small{
  display:block;
  font-size:8px;
  letter-spacing:2px;
  color:#bcd7ff;
  font-style:normal;
  margin-top:-7px;
}
.brand .ez{color:#1f91ff}
.brand .ai{color:#3b82f6;font-size:.72em}
.pulse{
  width:38px;height:20px;
}
.navlinks{
  display:flex;
  align-items:center;
  gap:24px;
  font-size:13px;
  color:#eaf4ff;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 24px;
  border-radius:5px;
  background:linear-gradient(180deg,#1a8cff,#0e63e6);
  color:#fff;
  font-weight:800;
  font-size:14px;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 10px 30px rgba(20,120,255,.22);
}
.btn.outline{
  background:transparent;
  border:1px solid rgba(255,255,255,.55);
  box-shadow:none;
}
.section{
  padding:78px 58px;
}
.hero{
  padding:82px 58px 92px;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 72% 40%,rgba(20,120,255,.18),transparent 30%),
    linear-gradient(180deg,#06111f,#071421);
}
.hero-grid{
  display:grid;
  grid-template-columns:1fr .86fr;
  gap:52px;
  align-items:center;
}
.badge{
  display:inline-flex;
  align-items:center;
  gap:7px;
  border:1px solid #1e83d9;
  background:rgba(20,120,255,.1);
  color:#d9f6ff;
  border-radius:999px;
  padding:8px 13px;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
}
h1,h2,h3{
  margin:0;
  font-family:Montserrat,Inter,sans-serif;
  line-height:1.04;
}
h1{
  margin-top:20px;
  font-size:67px;
  letter-spacing:-2px;
  text-transform:uppercase;
}
.hero h1 .blue,h2 .blue,.blue{color:var(--blue)}
p{
  color:#d1d8e2;
  line-height:1.65;
  font-size:16px;
}
.hero p{
  font-size:18px;
  max-width:560px;
}
.actions{display:flex;gap:16px;margin-top:30px;flex-wrap:wrap}
.trustline{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:34px;
  color:#dbe7f6;
  max-width:520px;
  font-size:15px;
}
.phone{
  width:330px;
  height:520px;
  margin:0 auto;
  border:4px solid #0e75ff;
  border-radius:46px;
  background:#06101d;
  box-shadow:0 0 35px rgba(20,120,255,.45);
  padding:30px 22px;
  position:relative;
}
.phone:before{
  content:"";
  position:absolute;
  top:12px;left:50%;transform:translateX(-50%);
  width:95px;height:20px;background:#02060b;border-radius:0 0 18px 18px;
}
.phone .title{
  text-align:center;
  font-family:Montserrat;
  font-weight:900;
  font-style:italic;
  color:#fff;
  margin:28px 0 18px;
}
.bubble{
  border-radius:12px;
  padding:12px 14px;
  margin:12px 0;
  font-size:13px;
  line-height:1.45;
}
.bubble.ai{background:#0e73ff;margin-left:28px}
.bubble.user{background:#172334;margin-right:28px}
.feature-rail{
  position:absolute;
  right:38px;top:148px;
  display:grid;gap:30px;
  font-size:14px;font-weight:800;
}
.rail-item{display:flex;align-items:center;gap:12px}
.rail-icon{
  width:42px;height:42px;border-radius:50%;
  display:grid;place-items:center;
  color:#22d3ee;
  border:1px solid rgba(34,211,238,.25);
  background:rgba(34,211,238,.06);
  font-size:22px;
}
.industry{
  background:#081827;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
  padding:28px 36px 34px;
  text-align:center;
}
.industry-title{
  font-size:12px;
  letter-spacing:.8px;
  font-weight:900;
  color:#dce9f9;
  margin-bottom:24px;
}
.industry-grid{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:22px;
}
.industry-card{
  display:grid;gap:8px;place-items:center;
  color:#e6eef8;font-size:14px;
}
.industry-card .bigicon{font-size:34px;color:#1478ff}
.problem{
  background:#f3f7fb;
  color:#07111f;
  display:grid;
  grid-template-columns:1fr .92fr;
  gap:36px;
  align-items:center;
}
.problem h2,.light h2{
  color:#07111f;
  font-size:42px;
  text-transform:uppercase;
}
.problem p,.light p{color:#152033}
.checks{display:grid;gap:11px;margin-top:18px;color:#07111f}
.checks div:before{
  content:"✓";
  display:inline-grid;place-items:center;
  width:20px;height:20px;border-radius:50%;
  background:#1478ff;color:#fff;
  font-size:13px;font-weight:900;margin-right:10px;
}
.photo-card{
  min-height:300px;
  border-radius:16px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.1),rgba(255,255,255,.35)),
    linear-gradient(135deg,#b8c7d9,#eef4fa);
  position:relative;
  overflow:hidden;
}
.photo-card:before{
  content:"";
  position:absolute;
  left:42%;top:8%;
  width:260px;height:260px;border-radius:50%;
  background:radial-gradient(circle,#8798aa,#e9eef5);
}
.stat-pop{
  position:absolute;
  right:22px;top:50%;transform:translateY(-50%);
  width:220px;background:#06111f;color:white;border-radius:12px;padding:24px;
  box-shadow:0 12px 35px rgba(0,0,0,.25);
}
.stat-pop b{font-size:48px;color:#1478ff;display:block}
.how{
  text-align:center;
  background:#071421;
}
.how h2,.dark-title{
  font-size:38px;
  text-transform:uppercase;
}
.steps{
  margin-top:42px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:22px;
}
.step{
  position:relative;
}
.step-icon,.circle-icon{
  width:88px;height:88px;border-radius:50%;
  display:grid;place-items:center;
  margin:0 auto 22px;
  border:1px solid #24435f;
  background:radial-gradient(circle,rgba(20,120,255,.24),rgba(255,255,255,.03));
  color:#148cff;font-size:34px;
}
.step h3{font-size:17px;margin-bottom:10px}
.step p{font-size:14px;color:#d0dae7}
.light{
  background:#f4f8fc;
  color:#07111f;
  text-align:center;
}
.light .grid-card h3{color:#07111f}
.light .grid-card p{color:#1b2636}
.cards{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:18px;
  margin-top:38px;
}
.grid-card{
  background:#fff;
  color:#07111f;
  border-radius:10px;
  box-shadow:0 10px 28px rgba(0,0,0,.12);
  padding:26px 16px;
  min-height:210px;
}
.grid-card .bigicon{font-size:42px;color:#1478ff;margin-bottom:12px}
.value{
  display:grid;
  grid-template-columns:.9fr 1.2fr;
  gap:38px;
  align-items:center;
  background:#071421;
}
.value h2{font-size:42px;text-transform:uppercase}
.calc{
  border:1px solid #16476f;
  border-radius:14px;
  padding:30px;
}
.calc h3{font-size:18px;margin-bottom:20px}
.calc-row{
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr;
  gap:18px;
  align-items:center;
  text-align:center;
}
.calc-num{
  font-family:Montserrat;
  font-weight:900;
  font-size:42px;
  color:#1478ff;
}
.cta{
  background:linear-gradient(90deg,#0c89ff,#0d59df);
  padding:34px 58px;
}
.cta-inner{
  max-width:1180px;margin:auto;
  display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap;
}
.cta h2{font-size:21px;text-transform:uppercase;margin-bottom:5px}
.footer{
  background:#06111e;
  padding:44px 58px 24px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:34px;
}
.footer h4{margin:0 0 12px;font-size:14px}
.footer a,.footer p{font-size:13px;color:#cbd5e1}
.copyright{
  border-top:1px solid rgba(255,255,255,.08);
  margin-top:30px;padding-top:18px;
  display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;
  color:#7f8ea3;font-size:12px;
}
.subhero{
  text-align:center;
  padding:88px 58px 45px;
}
.subhero h1{
  font-size:52px;
  text-transform:none;
  letter-spacing:-1px;
}
.subhero p{margin-left:auto;margin-right:auto;max-width:660px}
.page-card-section{padding:35px 58px 70px}
.feature-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:14px;
}
.dark-card{
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.12);
  border-radius:9px;
  padding:22px;
}
.dark-card h3{font-size:16px;margin:8px 0}
.dark-card p{font-size:13px;color:#b9c6d7}
.banner{
  margin-top:28px;
  border-radius:10px;
  background:rgba(20,120,255,.14);
  border:1px solid rgba(20,120,255,.38);
  padding:22px;
  display:flex;justify-content:space-between;align-items:center;gap:20px;
}
.price-card{
  width:370px;
  margin:25px auto 20px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.14);
  border-radius:10px;
  padding:34px;
  text-align:center;
  position:relative;
}
.badge2{
  position:absolute;right:18px;top:-14px;
  background:#0e73ff;color:#fff;border-radius:20px;
  font-size:11px;font-weight:800;padding:6px 13px;
}
.price{font-size:50px;font-family:Montserrat;font-weight:900;margin:20px 0 4px}
.price small{font-size:20px}
.price-card ul{text-align:left;display:inline-block;margin:20px 0;color:#dce7f5}
.about-grid{
  display:grid;grid-template-columns:1fr .85fr;gap:60px;align-items:center;
  padding:80px 58px 55px;
}
.about-grid h1{font-size:45px;text-transform:none;letter-spacing:-1px}
.about-phone{
  height:300px;border-radius:30px;border:3px solid #0e73ff;box-shadow:0 0 40px rgba(20,120,255,.3);
  display:grid;place-items:center;color:#22d3ee;font-size:88px;background:#071421;
}
.mission{padding:20px 58px 70px}
.three{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.integrations{
  display:grid;grid-template-columns:repeat(3,1fr);gap:16px;
  max-width:780px;margin:35px auto;
}
.integration-card{
  min-height:105px;
  display:grid;place-items:center;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.13);
  border-radius:9px;text-align:center;
}
.integration-card b{font-size:25px}
.faq-list{
  max-width:760px;margin:35px auto;
  border:1px solid rgba(255,255,255,.14);
  border-radius:10px;overflow:hidden;
}
.faq-item{
  padding:18px 22px;border-bottom:1px solid rgba(255,255,255,.1);
  display:flex;justify-content:space-between;gap:20px;font-weight:800;font-size:14px;
}
.faq-item:last-child{border-bottom:0}
.demo-box{
  max-width:860px;margin:35px auto;
  display:grid;grid-template-columns:1fr 1fr;
  border:1px solid rgba(20,120,255,.55);
  border-radius:10px;overflow:hidden;
}
.demo-half{padding:40px;text-align:center}
.demo-half:first-child{border-right:1px solid rgba(20,120,255,.45)}
.demo-number{font-size:36px;color:#1478ff;font-family:Montserrat;font-weight:900}
.quote{
  max-width:860px;margin:35px auto 0;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;padding:25px 35px;
}
.contact-wrap{
  display:grid;grid-template-columns:.85fr 1.15fr;gap:18px;
  max-width:920px;margin:35px auto;
}
.contact-info,.form-box{
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.12);
  border-radius:9px;padding:30px;
}
.contact-info p{font-size:14px}
input,textarea{
  width:100%;border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.035);border-radius:4px;
  color:white;padding:13px;margin-bottom:12px;
}
textarea{min-height:150px}
.terms{
  padding:55px 80px 80px;
}
.terms h1{text-align:center;font-size:44px;text-transform:none}
.terms h2{font-size:17px;margin-top:28px}
.terms p{font-size:14px;max-width:100%}
@media(max-width:900px){
  .page{border:0}
  .nav{height:auto;align-items:flex-start;gap:18px;flex-direction:column;padding:20px}
  .navlinks{flex-wrap:wrap;gap:12px}
  .hero,.section,.subhero,.page-card-section,.footer,.cta,.about-grid,.mission,.terms{padding-left:22px;padding-right:22px}
  .hero-grid,.problem,.value,.about-grid,.demo-box,.contact-wrap{grid-template-columns:1fr}
  h1{font-size:45px}
  .feature-rail{position:static;margin-top:30px}
  .industry-grid,.steps,.cards,.feature-grid,.three,.integrations,.footer-grid{grid-template-columns:1fr}
  .phone{width:100%;max-width:330px}
  .calc-row{grid-template-columns:1fr;gap:8px}
  .demo-half:first-child{border-right:0;border-bottom:1px solid rgba(20,120,255,.45)}
}


/* Improved About page phone/pulse visual */
.about-phone{
  height:360px;
  border-radius:34px;
  border:0;
  box-shadow:none;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at center, rgba(20,120,255,.18), transparent 58%),
    radial-gradient(circle at center, rgba(34,211,238,.10), transparent 72%);
  position:relative;
  overflow:visible;
}

.about-phone::before,
.about-phone::after{
  content:"";
  position:absolute;
  width:340px;
  height:340px;
  border:1px solid rgba(20,120,255,.28);
  border-radius:50%;
  animation:pulseRing 3.2s ease-in-out infinite;
}

.about-phone::after{
  width:250px;
  height:250px;
  border-color:rgba(34,211,238,.28);
  animation-delay:.7s;
}

.phone-visual{
  width:178px;
  height:302px;
  border:4px solid #1478ff;
  border-radius:34px;
  background:linear-gradient(180deg,#071421,#06101d);
  box-shadow:
    0 0 34px rgba(20,120,255,.45),
    inset 0 0 18px rgba(34,211,238,.08);
  position:relative;
  display:grid;
  place-items:center;
  z-index:2;
}

.phone-visual::before{
  content:"";
  position:absolute;
  top:12px;
  width:58px;
  height:8px;
  border-radius:999px;
  background:#020814;
}

.phone-visual svg{
  width:112px;
  height:70px;
  filter:drop-shadow(0 0 12px rgba(34,211,238,.7));
}

@keyframes pulseRing{
  0%,100%{transform:scale(.93);opacity:.45}
  50%{transform:scale(1.04);opacity:.9}
}


/* Fixed Demo page "What You'll Experience" list */
.experience-list ul{
  list-style:none;
  padding:0;
  margin:22px auto 0;
  max-width:330px;
  text-align:left;
}

.experience-list li{
  display:flex;
  align-items:center;
  gap:12px;
  color:#dbeafe;
  font-size:16px;
  margin:14px 0;
  line-height:1.35;
}

.experience-list li::before{
  content:"✓";
  flex:0 0 24px;
  width:24px;
  height:24px;
  border-radius:50%;
  display:inline-grid;
  place-items:center;
  background:linear-gradient(180deg,#1a8cff,#0e63e6);
  color:white;
  font-size:15px;
  font-weight:900;
  box-shadow:0 0 14px rgba(20,120,255,.45);
}


/* Integration logo fixes */
.integrations-logo-grid{
  max-width: 860px;
  gap: 18px;
}

.logo-card{
  min-height: 132px;
  padding: 24px 18px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:10px;
}

.brand-logo{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-family: Inter, Arial, sans-serif;
  font-weight:900;
  font-size:28px;
  line-height:1;
  color:#fff;
}

.logo-card > span{
  color:#d4deea;
  font-size:14px;
  font-weight:700;
}

.twilio-logo{
  font-size:31px;
  letter-spacing:-1px;
}

.logo-dot-grid{
  font-size:10px;
  line-height:.75;
  color:#fff;
  border:2px solid #fff;
  border-radius:50%;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  letter-spacing:1px;
}

.google-logo{
  font-size:25px;
}

.calendar-icon{
  width:34px;
  height:34px;
  border-radius:7px;
  display:grid;
  place-items:center;
  font-size:14px;
  font-weight:900;
  background:linear-gradient(135deg,#4285F4,#34A853);
  color:white;
  box-shadow:0 0 16px rgba(66,133,244,.35);
}

.hubspot-logo{
  color:#fff;
  font-size:29px;
}

.hubspot-logo .hub-dot{
  color:#ff7a1a;
  font-size:16px;
  margin-left:-5px;
  transform:translateY(-8px);
}

.zapier-logo{
  color:#ffb24a;
  font-size:30px;
  letter-spacing:-1px;
}

.mailchimp-logo{
  font-size:27px;
}

.chimp-mark{
  color:#fff;
  border:2px solid #fff;
  width:31px;
  height:31px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:12px;
}

.slack-logo{
  font-size:28px;
}

.slack-mark{
  color:#1ec8ff;
  font-size:28px;
  text-shadow:0 0 14px rgba(34,211,238,.55);
}

@media(max-width:900px){
  .brand-logo{font-size:24px}
  .google-logo{font-size:21px}
}


/* Two-layer compliance + main navigation update */
.top-compliance-bar{
  background:#040a12;
  border-bottom:1px solid rgba(255,255,255,.08);
  padding:8px 36px;
  font-size:12px;
  color:#b9c6d7;
}

.top-compliance-inner{
  max-width:1180px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}

.top-compliance-links,
.top-compliance-contact{
  display:flex;
  align-items:center;
  gap:9px;
  flex-wrap:wrap;
}

.top-compliance-bar a{
  color:#b9c6d7;
  text-decoration:none;
}

.top-compliance-bar a:hover{
  color:#22d3ee;
}

.nav{
  min-height:76px;
}

.navlinks{
  gap:17px;
}

.navlinks a{
  white-space:nowrap;
}

@media(max-width:900px){
  .top-compliance-bar{
    padding:9px 20px;
  }

  .top-compliance-inner{
    align-items:flex-start;
    flex-direction:column;
    gap:6px;
  }

  .navlinks{
    gap:11px;
  }
}
