*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
}
html {
  max-width: 100%;
  overflow-x: hidden;
}

body{
    background-color: #14120b;
    color:white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

}
.navbar{
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #14120b;
}
.navbar-container{
  max-width: 1300px;
  margin: 0 auto;
  padding: 18px 24px;

  display: flex;
  align-items: center;
  gap: 16px;

}
.nav-left { flex: 0 0 auto; }

.nav-center {
  flex: 1;                 
  display: flex;
  justify-content: center; 
  gap: 28px;
}

.nav-right {
  flex: 0 0 auto;
  display: flex;
  gap: 12px;
}

.logo{
    height: 22px;
}
.button {
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button.outline {
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.85);
}
.button.primary {
  background-color: white;
  color: black;
}
a {
  color: inherit;
  text-decoration: none;
}

img { display: block; max-width: 100%; }


.container{
  width: min(1300px, calc(100% - 48px));
  margin: 0 auto;
}

.hero{
  padding: 56px 0 20px;
}

.hero-container{
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.hero-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-title{
  font-size: 32px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  max-width: 760px;
}

.hero-download{
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #000000;
  font-size: 14px;
  font-weight: 450;
}

.hero-arrow{
  font-weight: 700;
}

.hero-image-wrap{
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.03);
}

.hero-image{
  width: 100%;
}
.trusted{
  padding: 70px 0 90px;
}

.trusted-text{
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.70);
  margin-bottom: 22px;
}

.trusted-row{
  display: flex;
  justify-content: center;
  gap: 14px;
}

.logo-card{
  width: 200px;
  height: 80px;
  border-radius: 4px;

  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);

  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-card img{
  height: 28px;
  opacity: 0.9;
}
.cards {
  width: min(1300px, calc(100% - 48px));
  margin: 100px auto;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3,1fr);

}
.card {
  height: 280px;
  padding: 18px;
  border-radius: 12px;
  background: #1c1a14;

  display: flex;
  flex-direction: column;
}
.footer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.footer img {
  width: 36px;
  height: 36px;
  border-radius: 5px;
}
.dhruv{
  text-align: center;
  font-size: 36px;
}
.three-images-section{
  width: min(1300px, calc(100% - 48px));
  margin: 100px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;

  background: #1c1a14;
  border-radius: 12px;
  padding: 10px;
  min-height: 650px;
}

.krsna{
  font-size: 22px;
}
.content p{
  margin: 0 0 26px;
  font-size: 22px;
  line-height: 1.6;
  color: rgba(255,255,255,0.7);
  max-width: 46ch;
}

.learn{
  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: #ff6a00;               
  text-decoration: none;
  font-weight: 500;
}


.media{
  flex: 1;                      
  display: flex;
  justify-content: center;
}

.media img{
  width: 100%;
  max-width: 900px;
  height: auto;

  border-radius: 10px;
}
.frontier{
  margin: 150px 100px 20px 100px;
  font-size: 28px;
}

.usecard{
  display: flex;
  padding: 20px;
  background-color:#1A1812 ;
  flex-direction: column;
  margin:5px;
  border-radius: 4px;


}
.usecases{
  display: flex;
  margin-left: 96px;
  margin-right: 96px;
}
.changelog{
  width: min(1300px, calc(100% - 48px));
  margin: 0 auto;
  display: block;
}
.new{
  color: #ff6a00;               
  text-decoration: none;
  font-weight: 500;
  margin-left: 100px;
  margin-top: 20px;
  margin-bottom: 180px;
}
.Cursor{
  margin-left: 100px;
  font-size: 32px;
  font-weight: 600px;
}
.CTA{
  margin-left: 100px;
  margin-top: 12px;
  border-radius: 50px;
  padding: 10px;
  width: 100px;
}
.CTA:hover{
  background-color: aliceblue;
  cursor: pointer;
}
.last-image{
  width: min(1300px, calc(100% - 48px));
  margin: 50px auto 150px;
  border-radius: 10px;
  display: block;
}
.cursor-btn {
  background: #ffffff;
  color: #000000;
  border: none;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  margin: 0 auto 200px;
  display:block ;

  align-items: center;
  gap: 10px;

  transition: background 0.2s ease;
}

.cursor-btn:hover {
  background: #eaeaea;
}

.cursor-btn .icon {
  font-size: 16px;
  line-height: 1;
}
.last-cta{
  width: min(475px, calc(100% - 48px));
  margin: 30px auto;
  font-size: 64px;
  font-weight: 500;
  text-align: center;
}
.site-footer{
  background:#1A1812;
  padding: 64px;
  color:#cfcfcf;
}

.footer-inner{
  width: min(1330px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(140px, 1fr));
  gap: 48px;
}

.footer-col h4{
  margin:0 0 16px;
  font-size:14px;
  font-weight:500;
  color:#9a9a9a;     
}

.footer-col a{
  display:block;
  margin:10px 0;
  text-decoration:none;
  color:#ffffff;     
  font-size:16px;
  line-height:1.35;
  opacity:0.9;
}

.footer-col a:hover{
  opacity:1;
}
.special{
  background:#1A1812;
  margin-left: 100px;

}
/* SECTION LAYOUT: left title + right cards */
.highlights {
  display: flex;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 20px;
  align-items: flex-start;
}

/* Left column */
.highlights-title p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #989794;
  line-height: 20px;
  white-space: nowrap;
}

/* Right column */
.blogs {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 640px;
  width: 100%;
}

/* Card */
.blog {
  background-color: #201e18;
  cursor: pointer;
  padding: 18px 24px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.blog:hover {
  background-color: #26241e;
}

.blog h4 {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}

.blog p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #989794;
}

/* Adds space between summary and date */
.marginfora {
  margin-bottom: 15px;
}

/* Link */
.view-more {
  margin-top: 8px;
  font-size: 16px;
  text-decoration: none;
  color: #f54e00;
  font-weight: 400;
}

.view-more:hover {
  color: #bf4105;
}
