@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Montserrat:wght@600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap');

body,
p,
a,
button,
input,
textarea,
select,
li {
    font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.brand,
.release-version {
    font-family: 'Montserrat', sans-serif;
}
 
 :root {
      --red: #ef202b;
      --red-dark: #d91420;
      --dark: #101720;
      --dark-soft: #17212c;
      --text: #111827;
      --muted: #6b7280;
      --line: #e8edf3;
      --bg: #f7f9fc;
      --white: #ffffff;
      --shadow: 0 24px 70px rgba(15, 23, 42, .12);
      --soft-shadow: 0 14px 40px rgba(15, 23, 42, .08);
      --radius: 18px;
    }

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

    body {
      font-family: Inter, Arial, sans-serif;
      background: var(--bg);
      color: var(--text);
      overflow-x: hidden;
    }

a {
  color: #ffffff;

  text-decoration: none;
}
    .page {
      min-height: 100vh;
     
    }

    .nav {
      min-height: 76px;
  display: flex;
  align-items: stretch;
  background: #101316;
  color: #fff;
  box-shadow: 0 10px 28px rgba(16, 19, 22, 0.16);
    }

    .brand {
      display: flex;
      align-items: center;
      gap: 18px;
      font-weight: 800;
      letter-spacing: -.03em;
    }
    
    .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
}

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

.language-switcher {
    display: flex;
    align-items: center;
    gap: 16px;
}

.signature{
    font-family:'Caveat', cursive;
    font-size:42px;
    color:#000;
    line-height:1;
}

.language-switcher a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

    .logo {
      width: 54px;
      height: 54px;
      border-radius: 10px;
      background: linear-gradient(135deg, var(--red), #ff3d46);
      color: #fff;
      display: grid;
      place-items: center;
      font-size: 34px;
      font-weight: 900;

    }
    
    .docs-container{
    max-width:1200px;
    margin:0 auto;
    padding:60px 20px;
}

    .nav-links{
    display:none;
    position:absolute;
    top:100%;
    right:20px;
    width:280px;
    margin:0;
    padding:20px;
    background:#101316;
    border-radius:8px;
    flex-direction:column;
    align-items:flex-start;
    gap:0;
    z-index:1000;
    box-shadow:0 12px 30px rgba(0,0,0,.25);
}

.nav-links.open{
    display:flex;
}

.nav-links a{
    width:100%;
    color:#fff;
    text-decoration:none;
    padding:14px 0;
    font-size:14px;
    font-weight:600;
    border-bottom:1px solid rgba(255,255,255,.08);
    transition:.2s ease;
}

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

.nav-links a:last-child{
    border-bottom:0;
}

.nav-actions{
    display:flex;
    align-items:center;
    gap:14px;
}

.nav{
    position:relative;
    display:flex;
    align-items:center;
}

.language-switcher{
    display:flex;
    align-items:center;
    gap:16px;
    margin-left:20px;
}

.nav-toggle{
    display:block;
    margin-left:auto;
    background:none;
    border:0;
    color:#fff;
    font-size:30px;
    cursor:pointer;
    padding:6px;
}

.language-switcher a{
    color:#fff;
    text-decoration:none;
    font-weight:600;
}

.language-switcher a:hover{
    color:#ef202b;
}


    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 48px;
      padding: 0 22px;
      border-radius: 4px;
      border: 1px solid transparent;
      font-weight: 800;
      font-size: 14px;
      cursor: pointer;
      transition: .2s ease;
      white-space: nowrap;
    }
    
    

    .btn-red {
      background: linear-gradient(135deg, var(--red), var(--red-dark));
      color: #fff;
     
    }

    .btn-red:hover {
      transform: translateY(-2px);

    }

    .btn-light {
      background: #fff;
      border-color: var(--line);
  
    }

    .hero {
      max-width: 1280px;
      margin: 0 auto;
      padding: 86px 46px 74px;
      display: grid;
      grid-template-columns: 1fr 1.05fr;
      gap: 60px;
      align-items: center;
    }
    
    
.hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 44px;
}

.hero-visual{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:30px;
    flex-wrap:nowrap;
}

.hero-phone{
    max-width:250px;
    width:100%;
    height:auto;
    display:block;
}


    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 9px 15px;
      border-radius: 999px;
      background: rgba(239, 32, 43, .07);
      color: #4b5563;
      font-size: 10px;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: .05em;
      margin-bottom: 26px;
    }

    .dot {
      width: 9px;
      height: 9px;
      border-radius: 999px;
      background: var(--red);
 
    }

    h1 {
      font-size: clamp(42px, 5vw, 70px);
      line-height: .98;
      letter-spacing: -.07em;
      margin-bottom: 24px;
    }

    h1 span {
      color: #ff4a52;
    }

    .hero-text p {
      max-width: 360px;
      font-size: 16px;
      line-height: 1.75;
      color: var(--muted);
      margin-bottom: 30px;
    }

    .sidebar {
      background: linear-gradient(180deg, #111922, #172331);
      padding: 20px 16px;
      color: #fff;
    }

    .side-logo {
      width: 38px;
      height: 38px;
      border-radius: 10px;
      background: var(--red);
      display: grid;
      place-items: center;
      font-size: 25px;
      font-weight: 900;
      margin-bottom: 26px;
    }

    .side-item {
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 12px 10px;
      border-radius: 10px;
      color: rgba(255, 255, 255, .72);
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 6px;
    }

    .side-item.active {
      background: rgba(255, 255, 255, .09);
      color: #fff;
    }

    .dash {
      padding: 32px;
      background: linear-gradient(180deg, #fff, #fbfcfe);
    }

    .dash h2 {
      font-size: 27px;
      letter-spacing: -.04em;
      margin-bottom: 24px;
    }

    .stats {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
      margin-bottom: 22px;
    }

    .stat {
      border: 1px solid var(--line);
      border-radius: 14px;
      padding: 18px;
      background: #fff;
    }

    .stat small {
      display: block;
      color: var(--muted);
      font-size: 11px;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .stat strong {
      display: block;
      font-size: 30px;
      letter-spacing: -.05em;
    }

    .stat em {
      color: #18a058;
      font-style: normal;
      font-size: 11px;
      font-weight: 800;
    }
    
  .reempress-trust-bar{
    width:100%;
    background:#0f1115;
    padding:22px 0;
    border-top:1px solid rgba(255,255,255,.05);
    border-bottom:1px solid rgba(255,255,255,.05);
}

.reempress-trust-bar{
  background:#000;
  width:100%;
}

.trust-row{
    display:flex;
    align-items:center;
    justify-content:space-evenly;
    flex-wrap:wrap;
    gap:20px;
    background:#000;
    padding:30px;
}

.trust-row span{
    color:#fff;
    font-family:'Montserrat', sans-serif;
    font-size:18px;
    font-weight:600;
}

    .activity {
      border: 1px solid var(--line);
      border-radius: 16px;
      background: #fff;
      padding: 20px;
    }

    .activity h3 {
      font-size: 15px;
      margin-bottom: 16px;
    }

    .activity-row {
      display: grid;
      grid-template-columns: 32px 1fr auto;
      gap: 12px;
      align-items: center;
      padding: 14px 0;
      border-top: 1px solid #f0f3f7;
      font-size: 12px;
      color: #667085;
    }

    .activity-row:first-of-type {
      border-top: 0;
    }

    .lock {
      width: 30px;
      height: 30px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      background: #f2f5f9;
    }

    .activity-row b {
      display: block;
      color: #111827;
      font-size: 13px;
      margin-bottom: 2px;
    }

    .floating-card {
      position: absolute;
      right: -18px;
      bottom: -24px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 16px;
      padding: 17px 20px;

      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 800;
      font-size: 13px;
    }

    .check {
      width: 30px;
      height: 30px;
      border-radius: 999px;
      background: #dcfce7;
      color: #16a34a;
      display: grid;
      place-items: center;
      font-weight: 900;
    }

    .section {
      max-width: 1280px;
      margin: 0 auto;
      padding: 80px 46px;
    }

    .section-head {
      text-align: center;
      max-width: 720px;
      margin: 0 auto 120px;
    }

    .section-kicker {
      color: #ff4a52;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: .12em;
      margin-bottom: 14px;
    }

    .section h2 {
      font-size: clamp(32px, 4vw, 46px);
      line-height: 1.1;
      letter-spacing: -.06em;
    }

    .section h2 span {
      color: var(--red);
    }

    .cards {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
    }

    .feature-card {
      
      padding: 28px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--radius);

    }

    .icon {
      width: 42px;
      height: 42px;
      border-radius: 13px;
      color: var(--red);
      display: grid;
      place-items: center;
      margin-bottom: 24px;
      font-weight: 500;
      font-size:30px;
    }

    .feature-card h3 {
      font-size: 17px;
      letter-spacing: -.03em;
      margin-bottom: 12px;
    }

    .feature-card p {
      color: var(--muted);
      line-height: 1.3;
      font-size: 14px;
    }

.section3 {
    background: #111827;
}
     
    .cta-band {
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 40px;
      align-items: center;
      background: #111922 !important;
      color: #fff;
      padding: 58px;
      overflow: hidden;
      position: relative;

    }

    .cta-band h2 {
      font-size: clamp(34px, 4vw, 54px);
      margin-bottom: 18px;
    }

    .cta-band h2 span {
      color: #ff4a52;
    }

    .cta-band p {
      color: rgba(255, 255, 255, .72);
      line-height: 1.3;
      max-width: 520px;
      margin-bottom: 26px;
    }

    .connect-box {
      position: relative;
      min-height: 300px;

      overflow: hidden;
    }

    .connect-line {
      position: absolute;
      top: 50%;
      left: 18%;
      right: 18%;
      border-top: 2px dashed rgba(255, 255, 255, .28);
    }

    .big-node {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 112px;
      height: 112px;
      border-radius: 4px;
      display: grid;
      place-items: center;
      font-size: 58px;
      font-weight: 900;
      
    }

    .node-red {
      left: 14%;
      background: var(--red);
      color: #fff;
    }

    .node-wp {
      right: 14%;
      background: #fff;
      color: #111922;
      font-family: Georgia, serif;
    }

    .mini-pill {
      position: absolute;
      right: 36px;
      padding: 12px 15px;
      background: #fff;
      color: #111827;
      border-radius: 12px;
      font-size: 12px;
      font-weight: 800;
 
    }

    .pill-one {
      top: 72px;
    }

    .pill-two {
      bottom: 68px;
    }

    .footer-strip {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 46px 70px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 22px;
    }

    .mini-feature {
      display: flex;
      gap: 16px;
      padding: 24px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 18px;
    }

    .mini-feature strong {
      display: block;
      margin-bottom: 6px;
      font-size: 14px;
    }

    .mini-feature p {
      color: var(--muted);
      line-height: 1.3;
      font-size: 13px;
    }

.waitlist-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 20px;
}

.waitlist-box {
  background: #111827;
  color: #ffffff;
  border-radius: 28px;
  padding: 50px;
  text-align: center;
}

.waitlist-kicker {
  display: inline-block;
  color: #ff4a52;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 14px;
}

.waitlist-box h2 {
  font-size: clamp(32px, 4vw, 46px);
  margin-bottom: 16px;
}

.waitlist-box p {
  color: rgba(255, 255, 255, .72);
  max-width: 520px;
  margin: 0 auto 30px;
  line-height: 1.3;
}

.waitlist-form {
  display: grid;
  gap: 14px;
  max-width: 520px;
  margin: 0 auto;
}

.waitlist-form input {
  width: 100%;
  min-height: 52px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: #ffffff;
  color: #111827;
  padding: 0 16px;
  font-size: 15px;
}

.waitlist-form button {
  min-height: 52px;
  border: 0;
  border-radius: 4px;
  background: linear-gradient(135deg, #ef202b, #d91420);
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.faq-section{
    max-width:900px;
    margin:80px auto;
    padding:0 20px;
}

.faq-section h2{
    text-align:center;
    font-size:clamp(32px,4vw,46px);
    margin-bottom:50px;
    letter-spacing:-0.04em;
}

.faq-item{
    background:#ffffff;
    border:1px solid #e8edf3;
    border-radius:18px;
    padding:28px;
    margin-bottom:18px;
   
}

.faq-item h3{
    font-size:20px;
    margin-bottom:14px;
    color:#111827;
}

.faq-item p{
    color:#6b7280;
    line-height:1.4;
    font-size:15px;
}

.use-cases{
    max-width:1200px;
    margin:90px auto;
    padding:0 20px;
}

.use-cases h2{
    text-align:center;
    margin-bottom:50px;
}

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

.use-case{
    background:#ffffff;
    border:1px solid #e8edf3;
    border-radius:18px;
    padding:30px;
}

.use-case h3{
    margin-bottom:12px;
}

.feature-image{
  width:100%;
  height:120px;
  object-fit:cover;
  border-radius:16px;
  margin-bottom:24px;
}

.use-case p{
    color:#6b7280;
    line-height:1.3;
}

.features-image img {
    display: block;
    margin: 0 auto;
}



.legal-hero{
    padding:140px 24px 80px;
    background:linear-gradient(180deg,#101316 0%,#161b21 100%);
    text-align:center;
}

.legal-hero-content{
    max-width:800px;
    margin:0 auto;
}

.legal-tag{
    display:inline-block;
    padding:8px 16px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:999px;
    font-size:13px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
    color:#b8c0cc;
    margin-bottom:24px;
}

.legal-hero h1{
    margin:0 0 20px;
    font-size:clamp(42px,6vw,72px);
    line-height:1.1;
    color:#ffffff;
}

.legal-hero p{
    margin:0 auto 18px;
    max-width:700px;
    font-size:18px;
    line-height:1.7;
    color:#c7d0db;
}

.legal-date{
    font-size:14px !important;
    color:#8f9bab !important;
    font-weight:600;
}

.legal-content{
    max-width:900px;
    margin:0 auto;
    padding:80px 24px;
    color:#000000 !important;
    line-height:1.8;
}

.legal-content h2{
    margin-top:50px;
    margin-bottom:20px;
    color:#000000;
}

.legal-content h3{
    margin-top:30px;
    margin-bottom:15px;
    color:#000;
}

.legal-content ul{
    padding-left:24px;
}

.legal-content li{
    margin-bottom:10px;
}

.legal-content a{
    color:#000;
}


.cookie-banner {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    max-width: 760px;
    margin: 0 auto;
    padding: 18px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    background: #161719;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0,0,0,.35);
    color: #fff;
}

.cookie-banner[hidden] {
    display: none;
}

.cookie-banner strong {
    display: block;
    margin-bottom: 6px;
    font-size: 15px;
}

.cookie-banner p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255,255,255,.72);
}

.cookie-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

.cookie-actions button {
    border: 0;
    border-radius: 999px;
    padding: 10px 16px;
    cursor: pointer;
    font-weight: 700;
}

#cookie-reject {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.18);
}

#cookie-accept {
    background: #e63946;
    color: #fff;
}


    @media (max-width: 1050px) {
     
      .cards {
        grid-template-columns: repeat(2, 1fr);
      }
    }
    

@media(max-width:991px){

    .features-layout{
        grid-template-columns:1fr;
    }

    .cards{
        grid-template-columns:1fr;
    }



  .connect-scroll{
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    touch-action:pan-x;
    scrollbar-width:thin;
}

.connect-scroll > div{
    min-width:900px;
}
 
  .hero,
  .cta-band {
    grid-template-columns: 1fr;
  }


    .use-case-grid{
        grid-template-columns:1fr;
    }


    .hero-visual img:last-child{
        display:none;
    }


   
      .nav {
        padding: 0 18px;
      }

      .nav-links {
        display: none;
      }

      .hero,
      .section,
      .footer-strip {
        padding-left: 20px;
        padding-right: 20px;
      }

      .hero {
        padding-top: 54px;
      }

     .hero-actions {
    align-items: stretch;
    flex-direction: column;
}

      .app-preview {
        grid-template-columns: 1fr;
        transform: none;
      }

      .sidebar {
        display: none;
      }

      .dash {
        padding: 22px;
      }

      .stats,
      .cards,
      .footer-strip {
        grid-template-columns: 1fr;
      }

      .cta-band {
        padding: 34px 24px;
      }

      .big-node {
        width: 86px;
        height: 86px;
        font-size: 44px;
      }

      .mini-pill {
        right: 18px;
      }


    .nav {
        padding: 12px 16px;
    }

    .brand span {
        font-size: 18px;
    }

    .language-switcher {
        gap: 10px;
        font-size: 14px;
    }

    .brand img {
        height: 42px !important;
    }


.features-image{
    display:flex;
    justify-content:center;
}

.features-image img{
    width:75%;
    max-width:380px;
    height:auto;
}



  }
  
  
   
  
  @media (max-width: 991px) {
    .hero {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .hero-visual {
        width: 100%;
        text-align: center;
    }

    .hero-visual img:first-child {
        width: 90% !important;
        max-width: 700px !important;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    .hero-visual img:last-child {
        display: none;
    }
    .trust-row {
        justify-content: center;
        text-align: center;
    }

    .trust-row span {
        width: 100%;
    }

}



@media (max-width: 767px) {
    .cookie-banner {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-actions {
        width: 100%;
    }

    .cookie-actions button {
        width: 100%;
    }
}


.doc-step{
    display:grid;
    grid-template-columns:1fr 250px;
    gap:40px;
    align-items:center;
    margin:40px 0;
}

.doc-step-content{
    min-width:0;
}

.doc-step-image img{
    width:100%;
    display:block;
    border-radius:12px;
    border:1px solid rgba(255,255,255,.08);
}

.doc-step-image figcaption{
    margin-top:10px;
    font-size:14px;
    opacity:.75;
    text-align:center;
}

    
    
    @media(max-width:991px){

    .doc-step{
        grid-template-columns:1fr;
    }

}
.hero-text,
.hero-visual,
.feature-card,

.doc-step,
.faq-item,
.use-case,
.waitlist-box,
.mini-feature,
.section-head,
.cta-band{
    opacity:0;
    transform:translateY(50px);
    transition:
        opacity .9s cubic-bezier(.22,.61,.36,1),
        transform .9s cubic-bezier(.22,.61,.36,1);
    will-change:opacity,transform;
}

.fade-active{
    opacity:1;
    transform:translateY(0);
}

.feature-card:nth-child(1),
.use-case:nth-child(1),
.faq-item:nth-child(1){transition-delay:.05s;}

.feature-card:nth-child(2),
.use-case:nth-child(2),
.faq-item:nth-child(2){transition-delay:.10s;}

.feature-card:nth-child(3),
.use-case:nth-child(3),
.faq-item:nth-child(3){transition-delay:.15s;}

.feature-card:nth-child(4),
.use-case:nth-child(4),
.faq-item:nth-child(4){transition-delay:.20s;}

.blog-page{
    background:#f7f9fc;
}

.blog-hero{
    background:
        linear-gradient(135deg, rgba(5,13,25,.96), rgba(12,20,35,.92)),
        url('/assets/images/blog/hero-bg.jpg') center center/cover no-repeat;
    padding:100px 40px;
    color:#fff;
}

.blog-hero-content{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 500px;
    gap:60px;
    align-items:center;
}

.blog-hero-text h1{
    font-size:64px;
    line-height:1;
    margin:0 0 24px;
    font-weight:800;
}

.blog-hero-text span{
    color:#ef4339;
}

.blog-hero-text p{
    max-width:550px;
    font-size:18px;
    color:#c8d0db;
    line-height:1.7;
}

.blog-hero-image{
    text-align:right;
}

.blog-hero-image img{
    max-width:100%;
    display:block;
    margin-left:auto;
    border-radius:6px;
}

.blog-featured{
    max-width:1400px;
    margin:60px auto;
    padding:0 40px;
    display:grid;
    grid-template-columns:2fr 380px;
    gap:30px;
}

.featured-main{
    background:#fff;
    border:.5px solid #dfe4ea;
    border-radius:6px;
    overflow:hidden;
    display:grid;
    grid-template-columns:320px 1fr;
}

.release-card{
    background:
        radial-gradient(circle at bottom right, rgba(239,67,57,.22) 0%, transparent 45%),
        linear-gradient(135deg,#08101d,#0c1423);
    color:#fff;
    padding:40px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.release-version{
    font-size:90px;
    font-weight:800;
    line-height:1;
    color:#ef4339;
}

.release-label{
    margin-top:15px;
    letter-spacing:2px;
    font-size:14px;
}

.featured-content{
    padding:45px;
}

.featured-tag{
    color:#ef4339;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
}

.featured-content h2{
    font-size:42px;
    line-height:1.15;
    margin:15px 0;
    color:#101828;
}

.featured-content p{
    color:#667085;
    line-height:1.7;
    margin-bottom:20px;
}

.featured-meta{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
    margin-bottom:25px;
    color:#667085;
    font-size:14px;
}

.blog-page .btn-red{
    display:inline-block;
    background:#ea1418;
    color:#fff;
    padding:8px 24px;
    border-radius:4px;
    text-decoration:none;
    font-weight:600;
    border:.5px solid #ef4339;
}

.blog-sidebar{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.sidebar-box{
    background:#fff;
    border:.5px solid #dfe4ea;
    border-radius:6px;
    padding:25px;
}

.sidebar-box input{
    width:100%;
    border:.5px solid #d6dbe1;
    border-radius:6px;
    padding:14px;
    font-size:15px;
    background:#fff;
}

.sidebar-box h3{
    margin:0 0 20px;
    font-size:22px;
}

.category-list{
    list-style:none;
    margin:0;
    padding:0;
}

.category-list li{
    display:flex;
    justify-content:space-between;
    gap:16px;
    padding:12px 0;
    border-bottom:.5px solid #e5e9ee;
}

.category-list li:last-child{
    border-bottom:none;
}

.newsletter p{
    color:#667085;
    line-height:1.7;
}

.newsletter button{
    width:100%;
    border:.5px solid #ef4339;
    cursor:pointer;
    margin-top:12px;
    background:#ef4339;
    color:#fff;
    padding:14px;
    border-radius:6px;
    font-weight:600;
}

.newsletter small{
    display:block;
    margin-top:12px;
    color:#667085;
}

@media (max-width:991px){

    .blog-hero{
        padding:72px 24px;
    }

    .blog-hero-content{
        grid-template-columns:1fr;
        text-align:center;
    }

    .blog-hero-text p{
        margin:0 auto;
    }

    .blog-hero-image{
        text-align:center;
    }

    .blog-hero-image img{
        margin:0 auto;
    }

    .blog-featured{
        grid-template-columns:1fr;
        padding:0 24px;
    }

    .featured-main{
        grid-template-columns:1fr;
    }

    .blog-hero-text h1{
        font-size:42px;
    }

    .featured-content{
        padding:30px;
    }

    .featured-content h2{
        font-size:30px;
    }

    .release-version{
        font-size:68px;
    }
}

.sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
    border:0;
}

.blog-page{
    background:#ffffff;
    color:#111827;
}

.blog-page a{
    color:inherit;
}

.blog-hero{
    padding:54px 64px 0;
    min-height:245px;
    background:
        radial-gradient(circle at 78% 45%, rgba(239,67,57,.12), transparent 28%),
        linear-gradient(90deg, #07111b 0%, #07111b 52%, #0d1620 100%);
    overflow:hidden;
}

.blog-hero-content{
    max-width:1380px;
    min-height:245px;
    grid-template-columns:minmax(0, 1fr) minmax(420px, 520px);
    gap:48px;
}

.blog-hero-text h1{
    font-size:46px;
    letter-spacing:-.04em;
}

.blog-hero-text p{
    max-width:560px;
    font-size:15px;
    color:#c3ccd8;
}

.blog-hero-image{
    position:relative;
    min-height:245px;
}

.blog-hero-image img{
    position:absolute;
    border-radius:6px;
  
}

.blog-hero-image img:first-child{
    width:150px;
    right:330px;
    bottom:-18px;
}

.blog-hero-image img:last-child{
    width:360px;
    right:0;
    bottom:0;
}

.blog-layout{
    max-width:1380px;
    margin:0 auto;
    padding:38px 64px 70px;
    display:grid;
    grid-template-columns:minmax(0, 1fr) 300px;
    gap:34px;
}

.blog-main-column{
    min-width:0;
}

.blog-featured{
    margin:0 0 38px;
    padding:0;
    display:block;
}

.featured-main{
    border:0;
    border-radius:0;
    grid-template-columns:390px 1fr;
    gap:32px;
    overflow:visible;
    align-items:center;
}

.release-card{
    min-height:260px;
    border:.5px solid #dfe4ea;
    border-radius:6px;
    background:
        radial-gradient(circle at bottom right, rgba(239,67,57,.44) 0%, transparent 45%),
        linear-gradient(135deg,#07111b,#0c1423);
    padding:42px;
}

.release-brand{
    font-size:20px;
    font-weight:800;
    margin-bottom:16px;
}

.release-version{
    font-size:74px;
}

.release-label{
    font-size:15px;
    letter-spacing:.08em;
}

.featured-content{
    padding:0;
}

.featured-tag{
    font-size:11px;
}

.featured-content h2{
    max-width:560px;
    font-size:31px;
    letter-spacing:-.03em;
}

.featured-content p{
    max-width:560px;
    font-size:14px;
    color:#505b6b;
}

.featured-meta{
    gap:18px;
    align-items:center;
    font-size:12px;
}

.featured-meta span{
    display:inline-flex;
    align-items:center;
}

.blog-page .btn-red{
    padding:8px 19px;
    font-size:13px;
}

.blog-category-section{
    margin-top:34px;
}

.blog-section-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin-bottom:16px;
}

.blog-section-head h2{
    margin:0;
    font-size:22px;
    letter-spacing:-.03em;
}

.blog-section-head a{
    color:#ef4339;
    font-size:12px;
    font-weight:700;
}

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

.blog-card{
    border:.5px solid #dfe4ea;
    border-radius:6px;
    background:#fff;
    overflow:hidden;
}

.blog-card-link{
    display:block;
    height:100%;
    color:inherit;
    text-decoration:none;
}

.blog-card-image{
    display:block;
    height:126px;
    background:#07111b;
    overflow:hidden;
}

.blog-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.blog-card-body{
    padding:15px;
}

.blog-card h3{
    margin:0 0 8px;
    font-size:15px;
    line-height:1.25;
    letter-spacing:-.02em;
}

.blog-card p{
    margin:0 0 12px;
    font-size:12px;
    line-height:1.55;
    color:#5f6b7a;
}

.blog-card-meta{
    font-size:11px;
    color:#667085;
}

.blog-sidebar{
    gap:24px;
}

.sidebar-box{
    padding:22px;
    border:.5px solid #dfe4ea;
    border-radius:6px;
    background:#fff;
}

.search-box{
    position:relative;
    padding:18px;
}

.search-box input{
    padding-right:40px;
}

.search-box span{
    position:absolute;
    right:31px;
    top:31px;
    color:#98a2b3;
}

.sidebar-box h3{
    font-size:17px;
    letter-spacing:-.02em;
}

.category-list li{
    padding:0;
    border-bottom:0;
}

.category-list button{
    width:100%;
    display:flex;
    justify-content:space-between;
    gap:14px;
    padding:9px 0;
    border:0;
    background:transparent;
    color:#111827;
    cursor:pointer;
    font-family:'Montserrat', sans-serif;
    font-size:13px;
    text-align:left;
}
.category-list strong{
    font-size:12px;
}

.popular-list{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.popular-item{
    display:grid;
    grid-template-columns:58px 1fr;
    gap:12px;
    align-items:start;
}

.popular-item img{
    width:58px;
    height:52px;
    object-fit:cover;
    border-radius:6px;
    border:.5px solid #dfe4ea;
}

.popular-item strong{
    display:block;
    font-size:12px;
    line-height:1.35;
}

.popular-item small{
    display:block;
    margin-top:6px;
    color:#667085;
    font-size:11px;
}

.newsletter p{
    font-size:13px;
}

.newsletter button{
    font-size:13px;
}

@media (max-width:1100px){
    .blog-layout{
        grid-template-columns:1fr;
    }

    .blog-sidebar{
        display:grid;
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }
}

@media (max-width:991px){
    .blog-hero{
        padding:56px 24px 34px;
    }

    .blog-hero-content{
        min-height:auto;
        grid-template-columns:1fr;
    }

    .blog-hero-image{
        min-height:250px;
    }

    .blog-layout{
        padding:30px 24px 56px;
    }

    .featured-main{
        grid-template-columns:1fr;
    }

    .blog-card-grid{
        grid-template-columns:repeat(2, minmax(0, 1fr));
    }
}

@media (max-width:640px){
    .blog-hero-text h1{
        font-size:38px;
    }

    .blog-hero-image img:first-child{
        width:118px;
        right:auto;
        left:18px;
    }

    .blog-hero-image img:last-child{
        width:260px;
    }

    .blog-card-grid,
    .blog-sidebar{
        grid-template-columns:1fr;
    }

    .release-card{
        min-height:210px;
    }

    .release-version{
        font-size:58px;
    }
}

.blog-article-page{
    background:#fff;
    padding:70px 24px;
}

.blog-article{
    max-width:860px;
    margin:0 auto;
}

.blog-article-back{
    margin:0 0 28px;
}

.blog-article-back a{
    color:#ef4339;
    font-weight:700;
}

.blog-article-header{
    margin-bottom:30px;
}

.blog-article-header h1{
    margin:12px 0 16px;
    font-size:48px;
    line-height:1.08;
    letter-spacing:-.04em;
    color:#101828;
}

.blog-article-header p{
    max-width:680px;
    color:#505b6b;
    line-height:1.7;
}

.blog-article-image{
    width:100%;
    max-height:420px;
    object-fit:cover;
    display:block;
    border:.5px solid #dfe4ea;
    border-radius:6px;
    margin:32px 0;
}

.blog-article-content{
    color:#1f2937;
    font-size:16px;
    line-height:1.8;
}

.blog-article-content p{
    margin:0 0 22px;
}

@media (max-width:640px){
    .blog-article-header h1{
        font-size:36px;
    }
}


.page-toc {
    margin-top: 32px;
    padding: 20px;
    background: rgba(255,255,255,0.05);
    border: 0.3px solid rgba(255,255,255,0.1);
    border-radius: 15px;
    max-width: 700px;
}

.page-toc strong {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
}

.page-toc ul {
    margin: 0;
    padding-left: 18px;
}

.page-toc li {
    margin-bottom: 8px;
}

.page-toc a {
    color: inherit;
            line-height: 1.2;
    font-size: 14px; 
    font-weight:800;
    text-decoration: none;
}

.page-toc a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {

    .page-toc {
        padding: 16px;
        margin-top: 24px;
        max-width: 100%;
    }

    .page-toc strong {
        font-size: 14px;
    }

    .page-toc ul {
        padding-left: 16px;
    }

    .page-toc li {
        margin-bottom: 10px;
    }

    .page-toc a {
        display: block;
        line-height: 1.2;
        font-size: 14px;
    }

}



.roadmap-page{
    position:relative;
    background:#f7f9fc;
    overflow:hidden;
}

.roadmap-container{
    max-width:1280px;
    margin:0 auto;
    padding:0 46px 90px;
}

.roadmap-bg-title{
    position:absolute;
    top:105px;
    left:50%;
    transform:translateX(-50%);
    font-family:'Montserrat',sans-serif;
    font-size:clamp(95px,18vw,300px);
    font-weight:900;
    line-height:.8;
    letter-spacing:-.08em;
    color:transparent;
    -webkit-text-stroke:2px rgba(16,23,32,.10);
    text-transform:uppercase;
    white-space:nowrap;
    user-select:none;
    pointer-events:none;
    z-index:0;
}

.roadmap-hero{
    position:relative;
    z-index:1;
    text-align:center;
    padding:150px 0 90px;
}

.roadmap-kicker{
    display:inline-block;
    color:#ef202b;
    text-transform:uppercase;
    font-size:12px;
    font-weight:900;
    letter-spacing:.12em;
    margin-bottom:24px;
}

.roadmap-hero h1{
    font-size:clamp(42px,6vw,76px);
    line-height:1;
    letter-spacing:-.07em;
    margin-bottom:22px;
}

.roadmap-hero p{
    max-width:760px;
    margin:0 auto;
    color:#6b7280;
    font-size:18px;
    line-height:1.7;
}

.roadmap-legend{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:12px;
    margin-top:34px;
}

.roadmap-pill{
    display:inline-flex;
    align-items:center;
    gap:9px;
    padding:10px 16px;
    border-radius:999px;
    background:#fff;
    border:1px solid #e8edf3;
    color:#111827;
    font-size:13px;
    font-weight:800;
}

.roadmap-dot{
    width:10px;
    height:10px;
    border-radius:50%;
}

