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

body{
  background:#050505;
  color:white;
  font-family:-apple-system,BlinkMacSystemFont,sans-serif;
  overflow-x:hidden;
}

.topbar{

  position:fixed;

  top:0;

  left:0;

  width:100%;

  padding:28px 48px;

  display:flex;

  justify-content:space-between;

  align-items:center;

  z-index:99999;

  isolation:isolate;

}

html{

  scroll-behavior:smooth;

}

.logo{

  color:white;

  text-decoration:none;

  font-size:18px;

  font-weight:700;

  letter-spacing:3px;

}

.new-logo{
  font-size:22px;
  font-weight:700;
  letter-spacing:3px;
}

.new-top{
  padding-top:28px;
  margin-bottom:80px;
}

.new-title{
  font-size:72px;
  letter-spacing:-3px;
  margin-top:26px;
}

.back-link{
  color:#888;
  text-decoration:none;
  display:inline-block;
  margin-top:12px;
}

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

.nav a{
  color:white;
  text-decoration:none;
  opacity:0.88;
  transition:0.3s;
  font-size:15px;
}

.nav a:hover{
  opacity:1;
}

.nav-cta{
  background:white;
  color:black!important;
  padding:14px 22px;
  border-radius:14px;
  font-weight:600;
}

.hero{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  padding:160px 70px 100px;
  background:url('../images/hero-tel-V2.jpeg') center/cover no-repeat;
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0.35);
}

.hero-gradient{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:260px;
  background:linear-gradient(to bottom, rgba(0,0,0,0.95), transparent);
  z-index:1;
}

.hero-content{
  position:relative;
  z-index:2;
  max-width:760px;
}

.hero h1{
  font-size:88px;
  line-height:0.95;
  margin-bottom:34px;
  letter-spacing:-3px;
}

.hero-text{
  font-size:24px;
  line-height:1.6;
  color:#d7d7d7;
  margin-bottom:50px;
}

.hero-buttons{
  display:flex;
  gap:18px;
  margin-bottom:55px;
}

.btn-primary{
  background:white;
  color:black;
  padding:20px 34px;
  border-radius:16px;
  text-decoration:none;
  font-weight:600;
  transition:0.3s;
}

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

.btn-secondary{
  border:1px solid rgba(255,255,255,0.18);
  background:rgba(255,255,255,0.05);
  backdrop-filter:blur(10px);
  color:white;
  padding:20px 34px;
  border-radius:16px;
  text-decoration:none;
}

.hero-features{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

.hero-feature{
  padding:14px 20px;
  border-radius:999px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.08);
  backdrop-filter:blur(10px);
  color:#f0f0f0;
  font-size:14px;
}

.situations-section{
  padding:120px 60px;
  background:#0a0a0a;
}

.section-header{
  margin-bottom:60px;
}

.section-header h2{
  font-size:64px;
  margin-bottom:18px;
  letter-spacing:-2px;
}

.section-header p{
  color:#bcbcbc;
  font-size:20px;
}

.situations-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
  gap:24px;
}

.situation-box{
  background:#111111;
  border:1px solid rgba(255,255,255,0.06);
  border-radius:28px;
  padding:34px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  transition:0.35s;
  cursor:pointer;
}

.situation-box:hover{
  transform:translateY(-4px);
  background:#151515;
}

.situation-icon{
  width:62px;
  height:62px;
  border-radius:18px;
  background:rgba(255,255,255,0.06);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  flex-shrink:0;
}

.situation-content{
  flex:1;
}

.situation-content h3{
  font-size:24px;
  margin-bottom:10px;
}

.situation-content p{
  color:#a9a9a9;
  line-height:1.5;
}

.situation-arrow{
  font-size:28px;
  opacity:0.4;
}

.proof-section{
  padding:140px 70px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:center;
}

.proof-left h2{
  font-size:72px;
  line-height:1;
  margin-bottom:30px;
  letter-spacing:-3px;
}

.proof-left p{
  color:#c4c4c4;
  font-size:22px;
  line-height:1.7;
  margin-bottom:40px;
}

@media(max-width:980px){

  .proof-section{
    grid-template-columns:1fr;
  }

  .proof-left h2{
    font-size:54px;
  }
}

@media(max-width:768px){

  .topbar{
    padding:24px;
  }

  .nav{
    display:none;
  }

  .hero{
    padding:160px 24px 80px;
  }

  .hero h1{
    font-size:52px;
    line-height:1;
  }

  .hero-text{
    font-size:18px;
  }

  .hero-buttons{
    flex-direction:column;
  }

  .situations-section{
    padding:80px 24px;
  }

  .section-header h2{
    font-size:42px;
  }

  .proof-section{
    padding:90px 24px;
  }

  .proof-left h2{
    font-size:42px;
  }

  .proof-left p{
    font-size:18px;
  }

}

.coffre-image{
  width:100%;
  max-width:520px;
  display:block;
  margin:auto;
}

.vault-body{
  background:#050505;
  padding-bottom:120px;
}

.vault-header{
  padding:120px 24px 40px;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
}

.vault-kicker{
  color:#888;
  margin-bottom:10px;
  letter-spacing:2px;
  font-size:12px;
}

.vault-header h1{
  font-size:52px;
  letter-spacing:-2px;
}

.vault-add-btn{
  background:white;
  color:black;
  text-decoration:none;
  padding:16px 22px;
  border-radius:16px;
  font-weight:600;
}

.vault-categories{
  display:flex;
  gap:14px;
  overflow-x:auto;
  padding:0 24px 30px;
}

.vault-category{
  border:none;
  background:#121212;
  color:white;
  padding:14px 20px;
  border-radius:999px;
  white-space:nowrap;
  font-size:14px;
}

.vault-category.active{
  background:white;
  color:black;
}

.vault-grid{

  display:grid;

  grid-template-columns:
  repeat(auto-fill,minmax(280px,1fr));

  gap:24px;

  padding:40px;

}

.vault-item{
  background:#111111;
  border-radius:32px;
  overflow:visible;
  transition:0.3s;
}

.vault-item:hover{
  transform:translateY(-4px);
}

.vault-item img{
  width:100%;
  height:260px;
  object-fit:cover;
}

.vault-item-content{
  padding:24px;
}

.vault-badge{
  display:inline-block;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,0.08);
  margin-bottom:18px;
  font-size:13px;
}

.vault-item-content h2{
  font-size:28px;
  margin-bottom:12px;
}

.vault-item-content p{
  color:#aaaaaa;
}

.mobile-nav{
  position:fixed;
  bottom:20px;
  left:50%;
  transform:translateX(-50%);
  background:#111111;
  border:1px solid rgba(255,255,255,0.08);
  padding:16px 22px;
  border-radius:24px;
  display:flex;
  gap:26px;
  z-index:1000;
  backdrop-filter:blur(20px);
}

.mobile-nav-item{
  color:#888;
  text-decoration:none;
  font-size:14px;
}

.mobile-nav-item.active{
  color:white;
}

@media(max-width:768px){

  .vault-header{
    padding:110px 24px 34px;
  }

  .vault-header h1{
    font-size:42px;
  }

  .mobile-nav{
    width:calc(100% - 30px);
    justify-content:space-around;
    gap:0;
  }
}

.new-body{
  background:#050505;
  min-height:100vh;
  color:white;
}

.back-link{
  color:#888;
  text-decoration:none;
  display:inline-block;
  margin-bottom:24px;
}

.new-wrapper{
  padding:0 24px 120px;
  max-width:760px;
  margin:auto;
}

.new-step{
  margin-bottom:28px;
  margin-top:50px;
}

.step-label{
  color:#888;
  font-size:12px;
  letter-spacing:2px;
  margin-bottom:12px;
}

.new-step h2{
  font-size:34px;
}

.situation-select-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:16px;
}

.situation-select{
  background:#111111;
  border:1px solid rgba(255,255,255,0.08);
  color:white;
  border-radius:22px;
  padding:22px;
  font-size:16px;
}

.situation-select.active{
  background:white;
  color:black;
}

.codex-input{
  width:100%;
  background:#111111;
  border:none;
  border-radius:24px;
  padding:24px;
  color:white;
  font-size:18px;
}

.upload-box{
  background:#111111;
  border:2px dashed rgba(255,255,255,0.08);
  border-radius:32px;
  padding:60px 24px;
  text-align:center;
}

.upload-icon{
  font-size:44px;
  margin-bottom:20px;
}

.upload-box h3{
  font-size:30px;
  margin-bottom:12px;
}

.upload-box p{
  color:#999;
}

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

.preview-photo{
  aspect-ratio:1/1;
  background:#111111;
  border-radius:24px;
}

.swipe-zone{
  margin-top:50px;
}

.swipe-button{
  background:white;
  color:black;
  padding:28px;
  border-radius:999px;
  text-align:center;
  font-size:18px;
  font-weight:600;
}

@media(max-width:768px){

  .new-header{
    padding:100px 24px 30px;
  }

  .new-header h1{
    font-size:42px;
  }

  .new-step h2{
    font-size:28px;
  }

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

}

.success-body{
  background:#050505;
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:40px 24px;
}

.success-wrapper{
  width:100%;
  max-width:620px;
  text-align:center;
}

.success-check{
  width:96px;
  height:96px;
  border-radius:50%;
  background:white;
  color:black;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:42px;
  margin:auto auto 34px;
  font-weight:700;
}

.success-kicker{
  color:#888;
  letter-spacing:2px;
  font-size:12px;
  margin-bottom:20px;
}

.success-wrapper h1{
  font-size:68px;
  line-height:0.95;
  letter-spacing:-3px;
  margin-bottom:28px;
}

.success-text{
  color:#bbbbbb;
  font-size:22px;
  line-height:1.6;
  margin-bottom:50px;
}

.success-card{
  background:#111111;
  border-radius:34px;
  overflow:hidden;
  margin-bottom:40px;
  text-align:left;
}

.success-card img{
  width:100%;
  height:280px;
  object-fit:cover;
}

.success-card-content{
  padding:28px;
}

.success-badge{
  display:inline-block;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,0.08);
  margin-bottom:18px;
  font-size:13px;
}

.success-card-content h2{
  font-size:34px;
  margin-bottom:12px;
}

.success-card-content p{
  color:#aaaaaa;
}

.success-actions{
  display:flex;
  gap:18px;
  justify-content:center;
  flex-wrap:wrap;
}

@media(max-width:768px){

  .success-wrapper h1{
    font-size:48px;
  }

  .success-text{
    font-size:18px;
  }

  .success-card img{
    height:220px;
  }

}

.success-topline{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:20px;
  gap:12px;
}

.codex-id{
  font-size:12px;
  letter-spacing:1px;
  color:#888;
  background:rgba(255,255,255,0.04);
  padding:10px 14px;
  border-radius:999px;
}

.timeline-mini{
  display:flex;
  align-items:center;
  margin-top:34px;
}

.timeline-dot{
  width:14px;
  height:14px;
  border-radius:50%;
  background:#333;
}

.timeline-dot.active{
  background:white;
}

.timeline-line{
  flex:1;
  height:2px;
  background:#222;
}

.timeline-labels{
  display:flex;
  justify-content:space-between;
  margin-top:12px;
  font-size:12px;
  color:#777;
}

.success-card{
  animation:successFade 0.8s ease;
}

@keyframes successFade{

  from{
    opacity:0;
    transform:translateY(12px);
  }

  to{
    opacity:1;
    transform:translateY(0);
  }

}

.proof-page-body{
  background:#050505;
  color:white;
  min-height:100vh;
  padding:60px 24px;
}

.proof-page-wrapper{
  max-width:920px;
  margin:auto;
}

.proof-page-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:50px;
  flex-wrap:wrap;
  gap:20px;
}

.proof-page-logo{
  font-size:30px;
  font-weight:700;
  letter-spacing:4px;
}

.proof-page-status{
  background:#111111;
  border-radius:999px;
  padding:14px 20px;
  color:#ddd;
}

.proof-page-card{
  background:#111111;
  border-radius:40px;
  overflow:hidden;
  margin-bottom:34px;
}

.proof-page-card img{
  width:100%;
  height:480px;
  object-fit:cover;
}

.proof-page-content{
  padding:36px;
}

.proof-page-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:24px;
  gap:14px;
  flex-wrap:wrap;
}

.proof-page-badge{
  background:rgba(255,255,255,0.08);
  border-radius:999px;
  padding:12px 18px;
}

.proof-page-id{
  color:#888;
  font-size:13px;
}

.proof-page-content h1{
  font-size:54px;
  line-height:1;
  margin-bottom:16px;
}

.proof-page-date{
  color:#999;
  margin-bottom:34px;
}

.proof-page-timeline{
  display:flex;
  align-items:center;
}

.proof-dot{
  width:14px;
  height:14px;
  border-radius:50%;
  background:#333;
}

.proof-dot.active{
  background:white;
}

.proof-line{
  flex:1;
  height:2px;
  background:#222;
}

.proof-page-labels{
  display:flex;
  justify-content:space-between;
  margin-top:12px;
  color:#777;
  font-size:12px;
}

.proof-page-info{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:20px;
  margin-bottom:40px;
}

.proof-info-box{
  background:#111111;
  border-radius:28px;
  padding:28px;
}

.proof-info-box span{
  color:#777;
  display:block;
  margin-bottom:14px;
}

.proof-info-box strong{
  font-size:22px;
}

.proof-page-actions{

  display:flex;

  gap:18px;

  margin-top:18px;

  margin-bottom:28px;

  flex-wrap:wrap;

}

.share-proof-btn{

  margin-top:22px;

  height:200px;

  padding:0 28px;

  border:none;

  border-radius:60px;

  background:white;

  color:black;

  font-size:16px;

  font-weight:600;

  cursor:pointer;

}

.proof-actions{

  margin-top:42px;

  margin-bottom:20px;

}

@media(max-width:768px){

  .proof-page-card img{
    height:280px;
  }

  .proof-page-content h1{
    font-size:38px;
  }

}

.detail-body{
  background:#050505;
  color:white;
  min-height:100vh;
  padding:50px 24px 120px;
}

.detail-wrapper{
  max-width:980px;
  margin:auto;
}

.detail-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:40px;
}

.detail-status{
  background:#111111;
  padding:14px 20px;
  border-radius:999px;
}

.detail-gallery{
  margin-bottom:40px;
}

.main-photo{
  width:100%;
  border-radius:40px;
  display:block;
  margin-bottom:18px;
}

.detail-thumbs{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}

.detail-thumbs img{
  width:100%;
  border-radius:24px;
}

.detail-header{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:20px;
  margin-bottom:34px;
  flex-wrap:wrap;
}

.detail-category{
  color:#888;
  margin-bottom:12px;
  letter-spacing:2px;
  font-size:12px;
}

.detail-header h1{
  font-size:64px;
  line-height:0.95;
  letter-spacing:-3px;
}

.detail-id{
  color:#777;
  background:#111111;
  border-radius:999px;
  padding:14px 18px;
}

.detail-meta{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:20px;
  margin-bottom:50px;
}

.detail-meta-box{
  background:#111111;
  border-radius:30px;
  padding:28px;
}

.detail-meta-box span{
  color:#777;
  display:block;
  margin-bottom:14px;
}

.detail-meta-box strong{
  font-size:24px;
}

.detail-timeline{
  margin-bottom:50px;
}

.detail-timeline h2{
  font-size:40px;
  margin-bottom:34px;
}

.timeline-item{
  display:flex;
  gap:20px;
  margin-bottom:28px;
}

.timeline-content strong{
  display:block;
  margin-bottom:8px;
  font-size:20px;
}

.timeline-content p{
  color:#888;
  line-height:1.5;
}

.detail-actions{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
}

@media(max-width:768px){

  .detail-header h1{
    font-size:42px;
  }

  .detail-thumbs{
    grid-template-columns:1fr;
  }

}

.detail-location{
  background:#111111;
  border-radius:36px;
  padding:34px;
  margin-bottom:50px;
}

.detail-location-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:20px;
  margin-bottom:28px;
  flex-wrap:wrap;
}

.detail-location-label{
  color:#777;
  font-size:12px;
  letter-spacing:2px;
  margin-bottom:10px;
}

.detail-location h2{
  font-size:34px;
}

.location-badge{
  background:rgba(255,255,255,0.08);
  border-radius:999px;
  padding:12px 18px;
}

.location-map{
  height:240px;
  border-radius:28px;
  background:
    radial-gradient(circle at center, rgba(255,255,255,0.08), transparent 70%),
    #0c0c0c;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:24px;
  position:relative;
  overflow:hidden;
}

.location-map::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size:40px 40px;
}

.location-pin{
  width:74px;
  height:74px;
  border-radius:50%;
  background:white;
  color:black;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  z-index:2;
}

.location-coords{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}

.location-coords span{
  background:#0c0c0c;
  border-radius:999px;
  padding:12px 16px;
  color:#999;
  font-size:14px;
}

.vault-topbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin-top:34px;
  margin-bottom:24px;
  flex-wrap:wrap;
}

.vault-tabs{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.vault-tab{
  background:#111111;
  border:none;
  color:#999;
  padding:14px 18px;
  border-radius:999px;
  font-size:14px;
}

.vault-tab.active{
  background:white;
  color:black;
}

.vault-count{
  color:#777;
  font-size:14px;
}

.vault-search{
  margin-bottom:34px;
}

.vault-search input{
  width:100%;
  background:#111111;
  border:none;
  border-radius:24px;
  padding:22px 24px;
  color:white;
  font-size:16px;
}

.vault-item-image{

  width:100%;
  height:340px;

  overflow:hidden;

  background:#111;

}

.vault-item-image img{

  width:100%;
  height:100%;

  object-fit:cover;

  object-position:center;

  display:block;

}

.vault-item-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}

.vault-type{
  color:#777;
  font-size:12px;
  letter-spacing:1px;
}

.vault-count{
  color:#666;
  font-size:13px;
}

.vault-item-content h2{
  line-height:1.05;
}

.vault-item-footer{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-top:20px;
  flex-wrap:wrap;
}

.vault-location{
  color:#999;
  font-size:14px;
}

.vault-id{
  background:#111111;
  border-radius:999px;
  padding:10px 14px;
  color:#777;
  font-size:12px;
}

.vault-card{

  background:#111111;

  border-radius:32px;

  overflow:visible;

  transition:0.3s;

}

.vault-thumb{

  width:100%;
  aspect-ratio:1/1;

  background-size:cover;
  background-position:center;

}

.vault-card-content{

  padding:18px;

}

.vault-type{

  font-size:13px;
  color:#8c8c8c;
  margin-bottom:6px;
  text-transform:uppercase;
  letter-spacing:1px;

}

.vault-name{

  font-size:20px;
  font-weight:700;
  margin-bottom:8px;

}

.vault-date{

  color:#9a9a9a;
  font-size:15px;

}

.proof-gallery{

  display:grid;

  grid-template-columns:
  repeat(auto-fill,minmax(220px,1fr));

  gap:18px;

  margin-top:30px;

}

.proof-gallery-item{

  aspect-ratio:1/1;

  border-radius:20px;

  background-size:cover;
  background-position:center;

}

.proof-actions-secondary{

  display:flex;
  gap:18px;
  margin-top:18px;
  margin-bottom:28px;
  flex-wrap:wrap;

}

.proof-secondary-btn{

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

  padding:16px 22px;

  border-radius:18px;

  background:#111;
  border:1px solid #232323;

  color:white;
  text-decoration:none;

  font-weight:600;

  transition:0.2s;

}

.proof-secondary-btn:hover{

  background:#1b1b1b;

}

.vault-item{

  display:block;

  text-decoration:none;

  color:white;

  border-radius:28px;

  overflow:hidden;

  background:#090909;

  transition:0.25s;

}

.vault-item:hover{

  transform:translateY(-4px);

  box-shadow:
  0 12px 40px rgba(0,0,0,0.45);

}

.vault-photo-count{

  margin-top:12px;

  color:#8c8c8c;

  font-size:14px;

}

.vault-card{

  text-decoration:none;

  color:white;

}

.vault-card:visited{

  color:white;

}

.vault-card:hover{

  color:white;

}

.vault-name{

  color:white;

}

.vault-date{

  color:#8d8d8d;

}

.vault-photo-count{

  color:#8d8d8d;

}

.vault-codex-id{

  color:#5f5f5f;

  font-size:13px;

  margin-top:4px;

}

.vault-status{

  position:absolute;

  top:14px;
  left:14px;

  background:rgba(0,0,0,0.65);

  backdrop-filter:blur(10px);

  padding:8px 12px;

  border-radius:999px;

  font-size:13px;

  color:white;

}

.proof-main-btn{

  width:100%;

  height:72px;

  border:none;

  border-radius:22px;

  background:white;

  color:black;

  font-size:22px;

  font-weight:700;

  cursor:pointer;

  margin-top:34px;

  transition:0.2s;

}

.proof-main-btn:hover{

  opacity:0.92;

  transform:translateY(-1px);

}

.verify-body{

  background:black;

  color:white;

  min-height:100vh;

  display:flex;

  align-items:center;

  justify-content:center;

  padding:24px;

}

.verify-container{

  width:100%;
  max-width:520px;

}

.verify-card{

  background:#0c0c0c;

  border:1px solid #1f1f1f;

  border-radius:32px;

  padding:42px 28px;

}

.verify-status{

  width:110px;
  height:110px;

  border-radius:999px;

  display:flex;

  align-items:center;
  justify-content:center;

  font-size:48px;

  margin:0 auto 26px;

}

.verify-status.success{

  background:#0d3d20;

  color:#65ff9a;

}

.verify-status.error{

  background:#451111;

  color:#ff6b6b;

}

.verify-kicker{

  text-align:center;

  color:#777;

  letter-spacing:2px;

  font-size:12px;

}

.verify-card h1{

  text-align:center;

  margin-top:10px;

  font-size:36px;

}

.verify-text{

  text-align:center;

  color:#b5b5b5;

  line-height:1.6;

  margin-top:14px;

}

.verify-meta{

  margin-top:34px;

  display:flex;

  flex-direction:column;

  gap:16px;

}

.verify-row{

  display:flex;

  justify-content:space-between;

  padding-bottom:14px;

  border-bottom:1px solid #1f1f1f;

}

.verify-btn{

  margin-top:34px;

  height:64px;

  border-radius:20px;

  background:white;

  color:black;

  display:flex;

  align-items:center;

  justify-content:center;

  text-decoration:none;

  font-weight:700;

}

.vault-header{

  display:flex;

  justify-content:space-between;

  align-items:flex-start;

  gap:32px;

}

.vault-header-actions{

  display:flex;

  gap:12px;

  margin-top:18px;

}

.vault-header-btn{

  height:46px;

  padding:0 18px;

  display:flex;

  align-items:center;

  justify-content:center;

  border-radius:999px;

  background:#111;

  border:1px solid #222;

  color:white;

  text-decoration:none;

  font-size:14px;

  font-weight:600;

  transition:0.2s;

}

.vault-header-btn:hover{

  background:#1a1a1a;

}

.vault-home-link{

  text-decoration:none;

}

/* =========================
   CODEX FOOTER
========================= */

.codex-footer{

  margin-top:120px;

  padding:72px 48px 34px;

  border-top:1px solid #151515;

}

.codex-footer-top{

  display:flex;

  justify-content:space-between;

  gap:90px;

}

.codex-footer-brand{

  max-width:420px;

}

.codex-footer-logo{

  font-size:34px;

  font-weight:800;

  letter-spacing:4px;

  margin-bottom:20px;

}

.codex-footer-text{

  color:#9e9e9e;

  font-size:18px;

  line-height:1.7;

}

.codex-footer-links{

  display:flex;

  gap:72px;

}

.codex-footer-column{

  display:flex;

  flex-direction:column;

  gap:14px;

}

.codex-footer-title{

  color:#666;

  font-size:13px;

  letter-spacing:1px;

  text-transform:uppercase;

  margin-bottom:6px;

}

.codex-footer-column a{

  color:white;

  text-decoration:none;

  font-size:16px;

  opacity:0.82;

  transition:0.2s;

}

.codex-footer-column a:hover{

  opacity:1;

}

.codex-footer-bottom{

  margin-top:54px;

  padding-top:24px;

  border-top:1px solid #151515;

  display:flex;

  justify-content:space-between;

  gap:24px;

  color:#666;

  font-size:14px;

}

@media(max-width:980px){

  .codex-footer{

    padding:64px 24px 34px;

  }

  .codex-footer-top{

    flex-direction:column;

    gap:54px;

  }

  .codex-footer-links{

    flex-direction:column;

    gap:42px;

  }

  .codex-footer-bottom{

    flex-direction:column;

    gap:12px;

  }

}

/* =========================
   FOOTER
========================= */

.footer{

  padding:120px 70px 40px;

  border-top:1px solid #161616;

}

.footer-top{

  display:flex;

  justify-content:space-between;

  gap:80px;

  flex-wrap:wrap;

}

.footer-brand{

  max-width:420px;

}

.footer-logo{

  font-size:28px;

  font-weight:700;

  letter-spacing:1px;

}

.footer-text{

  margin-top:18px;

  color:#9d9d9d;

  font-size:16px;

  line-height:1.7;

}

.footer-links{

  display:flex;

  gap:90px;

  flex-wrap:wrap;

}

.footer-column{

  display:flex;

  flex-direction:column;

}

.footer-title{

  font-size:15px;

  letter-spacing:1px;

  text-transform:uppercase;

  color:#6f6f6f;

  margin-bottom:18px;

}

.footer-column a{

  display:block;

  margin-top:14px;

  color:#d0d0d0;

  text-decoration:none;

  transition:0.2s;

}

.footer-column a:hover{

  color:#ffffff;

}

.footer-bottom{

  margin-top:70px;

  padding-top:28px;

  border-top:1px solid #161616;

  color:#6f6f6f;

  font-size:15px;

}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

  .footer{

    padding:90px 28px 40px;

  }

  .footer-top{

    flex-direction:column;

    gap:60px;

  }

  .footer-links{

    gap:50px;

  }

  .footer-logo{

    font-size:42px;

  }

  .footer-text{

    font-size:18px;

  }

}

/* =========================
   REGISTER / LOGIN FORM
========================= */

.login-form{

  display:flex;

  flex-direction:column;

  gap:16px;

  margin-top:32px;

}

.login-input{

  width:100%;

  height:58px;

  border:none;

  outline:none;

  border-radius:18px;

  background:#111111;

  border:1px solid #1f1f1f;

  padding:0 20px;

  color:white;

  font-size:16px;

  box-sizing:border-box;

}

.login-input::placeholder{

  color:#777;

}

.login-submit{

  width:100%;

  height:58px;

  border:none;

  border-radius:18px;

  background:white;

  color:black;

  font-size:18px;

  font-weight:600;

  cursor:pointer;

  transition:0.25s;

}

.login-submit:hover{

  opacity:0.92;

}

/* =========================
   REGISTER PAGE FIX
========================= */

.login-body{

  display:flex;

  flex-direction:column;

  min-height:100vh;

}

.login-wrapper{

  flex:1;

  display:flex;

  align-items:center;

  justify-content:center;

  padding:60px 20px;

}

/* =========================
   REGISTER SPACING
========================= */

.login-card{

  width:100%;

  max-width:620px;

  display:flex;

  flex-direction:column;

  gap:22px;

}

.login-card h1{

  margin-top:10px;

  margin-bottom:0;

  font-size:64px;

  line-height:1;

}

.login-subtitle{

  margin-top:-6px;

  margin-bottom:12px;

  font-size:22px;

  line-height:1.5;

  color:#bdbdbd;

}

.login-form{

  display:flex;

  flex-direction:column;

  gap:22px;

  margin-top:18px;

}

.google-login-btn{

  margin-top:8px;

}

.login-separator{

  margin-top:18px;

  margin-bottom:4px;

}

/* =========================
   LOGIN
========================= */

.login-body{

  min-height:100vh;

  display:flex;

  align-items:center;

  justify-content:center;

}

.login-page{

  width:100%;

  padding:140px 32px 60px;

}

.login-box{

  max-width:620px;

  margin:auto;

  background:#0d0d0d;

  border:1px solid #1a1a1a;

  border-radius:42px;

  padding:54px;

}

.login-logo{

  font-size:28px;

  font-weight:800;

  letter-spacing:4px;

  margin-bottom:28px;

}

.login-box h1{

  font-size:72px;

  line-height:0.95;

  letter-spacing:-3px;

  margin-bottom:24px;

}

.login-text{

  font-size:24px;

  max-width:520px;

}

#login-form{

  display:flex;

  flex-direction:column;

  gap:16px;

}

#login-form input{

  height:58px;

  border:none;

  border-radius:18px;

  background:#151515;

  color:white;

  padding:0 18px;

  font-size:16px;

}

#login-form button{

  height:58px;

  border:none;

  border-radius:18px;

  background:white;

  color:black;

  font-size:16px;

  font-weight:700;

  cursor:pointer;

}

.login-separator{

  margin:32px 0 18px;

  text-align:center;

  color:#777;

  font-size:14px;

}

.login-create-btn{

  height:58px;

  border-radius:18px;

  border:1px solid #222;

  display:flex;

  align-items:center;

  justify-content:center;

  text-decoration:none;

  color:white;

  background:#111;

}

.login-footer-links{

  margin-top:28px;

  display:flex;

  justify-content:center;

  gap:18px;

}

.login-footer-links a{

  color:#777;

  text-decoration:none;

  font-size:14px;

}

.login-top-links{

  display:flex;

  justify-content:center;

  gap:18px;

  padding-top:34px;

}

.login-top-links a{

  height:44px;

  padding:0 22px;

  border-radius:14px;

  background:#111;

  border:1px solid #1f1f1f;

  color:white;

  text-decoration:none;

  display:flex;

  align-items:center;

  justify-content:center;

  font-size:14px;

}

/* =========================
   PROFILE
========================= */

.profile-page{

  max-width:760px;

  margin:auto;

  padding:120px 24px 120px;

}

.profile-header{

  margin-bottom:42px;

}

.profile-subtitle{

  color:#8f8f8f;

  margin-top:12px;

}

.profile-card{

  background:#101010;

  border:1px solid #1b1b1b;

  border-radius:28px;

  padding:28px;

  margin-bottom:22px;

}

.profile-label{

  font-size:13px;

  letter-spacing:1px;

  color:#777;

  text-transform:uppercase;

  margin-bottom:10px;

}

.profile-space{

  margin-top:28px;

}

.profile-card h2{

  font-size:32px;

}

.profile-card h3{

  font-size:20px;

  color:#b5b5b5;

}

.profile-link{

  display:block;

  color:white;

  text-decoration:none;

  padding:14px 0;

  border-bottom:1px solid #1b1b1b;

}

.profile-link:last-child{

  border-bottom:none;

}

.profile-socials{

  display:flex;

  gap:18px;

  margin-top:18px;

}

.profile-socials a{

  color:white;

  text-decoration:none;

  opacity:0.8;

}

.logout-btn{

  width:100%;

  height:58px;

  border:none;

  border-radius:22px;

  background:#1a1a1a;

  color:white;

  font-size:16px;

  cursor:pointer;

  margin-top:12px;

}

.google-login-btn{

  margin-top:16px;

  height:58px;

  border-radius:18px;

  border:1px solid #222;

  background:#111;

  color:white;

  display:flex;

  align-items:center;

  justify-content:center;

  text-decoration:none;

  font-size:16px;

  transition:0.25s;

}

.google-login-btn:hover{

  background:#1a1a1a;

}

.pricing-section{

  padding:120px 40px;

}

.pricing-card{

  max-width:1100px;

  margin:auto;

}

.pricing-text{

  max-width:700px;

  font-size:20px;

  line-height:1.7;

  color:#cfcfcf;

  margin-top:24px;

}

.pricing-grid{

  display:grid;

  grid-template-columns:
  repeat(auto-fit,minmax(240px,1fr));

  gap:24px;

  margin-top:48px;

}

.pricing-box{

  background:#111111;

  border:1px solid #222;

  border-radius:28px;

  padding:36px;

}

.pricing-price{

  margin-top:18px;

  font-size:42px;

  font-weight:700;

}

.credit-grid{

  display:grid;

  grid-template-columns:
  repeat(2,1fr);

  gap:18px;

  margin-top:24px;

}

.credit-box{

  display:block;

  padding:28px;

  border-radius:28px;

  background:#111111;

  border:1px solid #1f1f1f;

  text-decoration:none;

  transition:0.2s;

}

.credit-box:hover{

  transform:translateY(-2px);

  border-color:#343434;

}

.credit-qty{

  font-size:28px;

  font-weight:700;

  color:#ffffff;

}

.credit-price{

  margin-top:12px;

  font-size:18px;

  color:#bcbcbc;

}

.credits-modal{

  position:fixed;

  inset:0;

  background:rgba(0,0,0,0.72);

  backdrop-filter:blur(8px);

  display:none;

  align-items:center;

  justify-content:center;

  z-index:99999;

  padding:24px;

}

.credits-modal.active{

  display:flex;

}

.credits-modal-card{

  width:100%;

  max-width:720px;

  background:#0d0d0d;

  border:1px solid #1f1f1f;

  border-radius:36px;

  padding:40px;

}

.vault-card-link{

  display:block;

  text-decoration:none;

  color:inherit;

}

.vault-delete-wrap{

  padding:0 24px 24px;

}

.vault-delete-btn{

  width:100%;

  height:48px;

  border:none;

  border-radius:16px;

  background:#161616;

  color:#ffb4b4;

  font-size:14px;

  cursor:pointer;

  transition:0.2s;

}

.vault-delete-btn:hover{

  background:#2a1414;

}

@media(max-width:768px){

  .login-page{
    padding:120px 20px 80px;
  }

  .login-box{
    max-width:100%;
    width:100%;
    padding:28px;
  }

  .login-box h1{
    font-size:44px !important;
  }

  .login-text{
    font-size:17px;
    line-height:1.7;
  }

  .login-footer-links{
    flex-wrap:wrap;
  }

}

@media(max-width:768px){

  .topbar{
    padding:20px 18px;
  }

  .nav{
    gap:10px;
  }

  .nav a{
    font-size:13px;
  }

  .nav-cta{
    padding:12px 14px;
  }

}

@media(max-width:768px){

  .nav{

    gap:8px;

  }

  .nav a:not(.nav-cta){

    display:none;

  }

  .nav-cta{

    display:flex;

    align-items:center;

    justify-content:center;

    padding:12px 16px;

    font-size:13px;

  }

}

.credit-buy-btn {
  display: inline-flex;
  margin-top: 18px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #111827;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.credit-buy-btn:hover {
  opacity: 0.88;
}

.payment-confirmed {
  margin: 24px 0 32px;
  padding: 22px;
  border: 1px solid rgba(72, 161, 255, 0.55);
  border-radius: 18px;
  background: rgba(72, 161, 255, 0.08);
}

.payment-confirmed-title {
  margin: 0 0 8px;
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
}

.payment-confirmed-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.75);
}

.profile-howto {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.profile-howto-title {
  margin: 0 0 18px;
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.profile-howto-steps {
  display: grid;
  gap: 14px;
}

.profile-howto-step {
  display: flex;
  align-items: center;
  gap: 14px;
}

.profile-howto-step span {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.18);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.profile-howto-step p {
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  line-height: 1.35;
}

.profile-howto-step strong {
  color: #ffffff;
  font-weight: 600;
}

.profile-create-main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  width: 100%;
  min-height: 62px;
  padding: 18px 24px;
  border-radius: 18px;
  background: #ffffff;
  color: #090909;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: -0.02em;
}

.profile-create-main-btn:hover {
  opacity: 0.9;
}
