/* =========================
   Base / Reset
   ========================= */

:root {
  font-size: 16px;
}

@font-face {
  font-family: "CursorGothic";
  src: url(./cursor-brand-assets/CursorGothic-main/CursorGothic-main/fonts/CursorGothic-Regular.woff2) format(woff2);
  font-weight: 400;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #14120b;
  color: #ffffff;
  font-family: 'CursorGothic', sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* =========================
   Global Layout Wrapper
   ========================= */

.layout-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

/* =========================
   Header
   ========================= */

header {
  position: sticky;
  top: 0;
  background-color: #14120b;
  padding: 8px 0;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
}

.logo-div img {
  display: block;
  width: 96px;
  height: auto;
}

.nav-links-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0 0 0 60px;
}

.nav-links-list a {
  text-decoration: none;
  color: #adb1b8;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 10px;
}

.nav-links-list a:hover {
  color: #ffffff;
}

.cta-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cta-buttons button {
  background: transparent;
  color: #eeeeef;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-primary {
  background-color: #ffffff !important;
  color: #0b0b0c !important;
  border: none !important;
}

.cta-buttons button:hover {
  opacity: 0.9;
}

/* =========================
   Hero Section
   ========================= */

.hero-main {
  padding: 120px 0 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hero-title {
  max-width: 850px;
  display: flex;
  flex-direction: column;
  align-self: start;
  text-align: start;
}

.hero-title h1 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 40px;
  color: #eeeeef;
}

.hero-title span {
  display: block;
  color: #adb1b8;
}


.download-btn {
  display: flex;
  align-items: center;
  font-family: inherit;
  gap: 4px;
  padding: 10px 20px;
  border-radius: 20px;
  border: none;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
}

.download-btn span{
  color: #0b0b0c;
  font-weight: 500;
  font-size: 16px;
  height: 100%;
}

.hero-image-wrapper {
  width: 100%;
  margin-top: 80px;
  border-radius: 12px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6);
}

.hero-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  object-fit: cover;
}

/* =========================
   Company Section
   ========================= */

.company-section {
  padding: 80px 0;
}

.section-label {
  font-size: 14px;
  font-weight: 100;
  color: #eeeeef;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  text-align: center;
}

.company-logo-list {
  display: flex;
  gap: 18px;
}

.box {
  background-color: #1c1c1a;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 20px;
  border-radius: 8px;
  width: 150px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #555;
}

.box img {
  width: 100%;
  height: auto;
  display: block;
}


/* =========================
   Feature Section
   ========================= */

.feature-section {
  margin: 40px 0;
  padding: 40px;
  border-radius: 24px;
  background-color: #1d1b15;
}

.feature-grid1,
.feature-grid2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.feature-grid2 {
  flex-direction: row-reverse;
}

.feature-text {
  flex: 1;
}

.feature-text h3 {
  color: #eeeeef;
  font-size: 28px;
  margin-bottom: 16px;
  line-height: 1.2;
}

.feature-text p {
  font-size: 18px;
  color: #adb1b8;
  line-height: 1.6;
  margin-bottom: 24px;
}

.feature-text2 {
  flex: 1;
}

.feature-text2 h3 {
  color: #eeeeef;
  font-size: 28px;
  margin-bottom: 16px;
  line-height: 1.2;
}

.feature-text2 p {
  font-size: 18px;
  color: #adb1b8;
  line-height: 1.6;
  margin-bottom: 24px;
}

.feature-link {
  color: #bf4005;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  transition: opacity 0.2s;
}

.feature-link:hover {
  opacity: 0.8;
}

.feature-visual {
  flex: 1.5;
}

.feature-visual2 {
  flex: 1.5;
}

.visual-card img {
  width: 100%;
  border-radius: 12px;
  display: block;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* =========================
   Testimonial Grid Section
   ========================= */

.testimonials-section {
  padding: 50px 0;
  text-align: center;
}

.testimonials-section h2 {
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 64px;
  color: #eeeeef;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-card {
  background-color: #14120b;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 15px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-content {
  font-size: 14px;
  line-height: 1.6;
  color: #E5E3E3;
  margin-bottom: 50px;
}


.testimonial-author {
  flex-wrap:wrap ;
  display: flex;
  align-items: end;
  gap: 12px;
}

.testimonial-author img {
  width: 40px;
  border-radius: 4px;
  object-fit: cover;
}

.author-info h4 {
  margin-top: 40px;
  font-size: 14px;
  color: #eeeeef;
  font-weight: 500;
}

.author-info p {
  font-size: 13px;
  color: #55585d;
}

/* =========================
  Feature Card Section
  ========================= */

.frontier-section {
  padding: 100px 0;
}

.frontier-section h2 {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 400;
}

.frontier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.frontier-card {
  background-color: #1a1812;
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.frontier-card:hover{
  background-color: #1D1B15;
}

.card-content {
  padding: 24px;
  flex-grow: 1;
}

.card-content h3 {
  font-size: 16px;
  font-weight: 500;
}

.card-content p {
  font-size: 16px;
  color: #adb1b8;
  margin-bottom: 14px;
}

.explore-link {
  color: #ff4d00;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

.explore-link:hover {
  opacity: 0.8;
}

.card-image-box {
  background-color: #2a2822;
  margin: 0 24px 24px 24px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 350px;
}

.card-image-box img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}

/* =========================
  Changelogs
*/

.change-logs-section {
  padding: 80px 0;
}

.change-logs-section h2 {
  font-size: 32px;
  margin-bottom: 32px;
  font-weight: 400;
}

.changes-row {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}

.change-card {
  flex: 1;
  background-color: #201E18;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 140px;
}

.change-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.version-badge {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 12px;
  color: #eeeeef;
}

.change-date {
  font-size: 14px;
  color: #55585d;
}

.change-description {
  font-size: 16px;
  line-height: 1.4;
  color: #eeeeef;
  font-weight: 400;
}

.view-all-link {
  color: #bf4005;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}

.view-all-link:hover {
  opacity: 0.8;
}

/* =========================
  Secondary CTA
*/

.secondary-cta-section {
  padding: 80px 0;
}

.secondary-cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}

.secondary-cta-section h2 {
  max-width: 600px;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
}

.secondary-cta-wrapper button{
  padding: 10px 20px;
  border-radius: 20px;
  width: 110px;
  height: 42px;
  border: none;
  font-size: 14px;
  font-weight:500 ;
  font-family: inherit;
  cursor: pointer;
}

.cta-image img{
  margin-top: 60px;
  max-width: 100%;
  display: block;
  border-radius: 8px;
}

/* =========================
  Recent Highlights
*/

.highlights-section {
  padding: 80px 0;
  background-color: #1B1913;
  width: 100%;
}

.highlights-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 80px;
}

.highlights-sidebar {
  flex: 0 0 200px;
}

.sidebar-label {
  font-size: 14px;
  color: #adb1b8;
  font-weight: 500;
  position: sticky;
  top: 100px;
}

.highlights-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.highlight-item {
  background-color: #1a1812;
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  padding: 8px 16px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.highlight-item:hover {
  background-color: #26241E;
}

.highlight-title {
  font-size: 16px;
  color: #eeeeef;
  margin-bottom: 6px;
  font-weight: 500;
}

.highlight-text {
  font-size: 15px;
  color: #adb1b8;
  margin-bottom: 28px;
}

.highlight-meta {
  font-size: 13px;
  color: #55585d;
}

.view-more-posts {
  color: #bf4005;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  margin-top: 24px;
  display: inline-block;
}

.view-more-posts:hover {
  opacity: 0.8;
}
/* =========================
  Downlaod CTA
*/

.download-cta-section {
  padding: 120px 0 80px 0;
  background-color: #14120B;
  width: 100%;
}

.download-cta-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 60px 0;
}

.download-cta-section h2 {
  max-width: 600px;
  font-weight: 300;
  font-size: 64px;
  font-family: inherit;
}

.download-cta-wrapper .btn-wrapper{
  width: 230px;
  display: flex;
  font-family: inherit;
  gap: 20px;
  border: #eeeeef;
  height: 80%;
}

.download-cta-wrapper button{
  font-family: inherit;
  padding: 10px 20px;
  border-radius: 20px;
  border: none;
  font-size: 14px;
  font-weight:500 ;
}


/* =========================
  Footer Section
*/

.site-footer{
  margin: 0 auto;
  padding: 80px 0 40px 0;
  background-color: #1b1913;
}

.footer-grid{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
  margin-bottom: 60px;
}


.footer-column h4{
  color: #989895;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

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

.footer-column li a{
  margin-bottom: 12px;
  color: #DEDCDC;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
}

.footer-bottom{
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-top: 40px;
}

.footer-info {
  display: flex;
  align-items:center;
  gap: 20px;
  color: #989895;
  font-size: 14px;
}

.footer-info span{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

.soc2-badge{
  display: flex;
  align-items: center;
  gap: 5px;
}

.soc2-badge:hover{
  color: #ffffff;
}

.footer-controls {
  display: flex;
  align-items: center;
  gap: 16px;
}

.theme-toggle {
  color: #E5E3E3;
  background-color: #1a1812;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 2px 3px;
  display: flex;
}

.theme-toggle button {
  background: transparent;
  border: none;
  color: #adb1b8;
  padding: 6px 10px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.theme-toggle button.active {
  background-color: #2a2822;
  color: #eeeeef;
}

.language-picker {
  background-color: #1a1812;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 8px 12px;
  color: #eeeeef;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  font-family: inherit;
}