
:root{
  --onedo-gold:#F6B526;
  --onedo-gold-dark:#d99a13;
  --onedo-purple:#2E1B63;
  --onedo-purple-dark:#201044;
  --onedo-ink:#19142e;
  --onedo-muted:#6d6785;
  --onedo-light:#F6F6FA;
  --onedo-white:#ffffff;
  --onedo-border:#e8e6f2;
  --shadow-soft:0 18px 45px rgba(32,16,68,.12);
  --shadow-card:0 12px 35px rgba(32,16,68,.09);
  --radius-xl:24px;
  --radius-lg:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:'Inter',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  color:var(--onedo-ink);
  background:#fff;
  overflow-x:hidden;
}
h1,h2,h3,h4,h5,.navbar-brand{
  font-family:'Poppins',system-ui,sans-serif;
}
a{text-decoration:none}
.text-gold{color:var(--onedo-gold)!important}
.text-purple{color:var(--onedo-purple)!important}
.bg-purple{background:var(--onedo-purple)!important}
.bg-light-soft{background:var(--onedo-light)!important}
.section-padding{padding:95px 0}
.section-padding-sm{padding:65px 0}
.section-title{
  max-width:780px;
  margin:0 auto 42px;
  text-align:center;
}
.section-title .eyebrow,
.eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--onedo-gold);
  background:rgba(246,181,38,.12);
  border:1px solid rgba(246,181,38,.28);
  padding:8px 14px;
  border-radius:999px;
  font-weight:700;
  font-size:.78rem;
  letter-spacing:.06em;
  text-transform:uppercase;
  margin-bottom:16px;
}
.section-title h2{
  color:var(--onedo-purple);
  font-weight:800;
  margin-bottom:14px;
}
.section-title p{color:var(--onedo-muted);font-size:1.05rem}
.btn{
  border-radius:999px;
  padding:12px 24px;
  font-weight:700;
  transition:all .25s ease;
}
.btn-gold{
  background:var(--onedo-gold);
  color:var(--onedo-purple-dark);
  border:2px solid var(--onedo-gold);
}
.btn-gold:hover{
  background:var(--onedo-gold-dark);
  border-color:var(--onedo-gold-dark);
  color:#fff;
  transform:translateY(-2px);
  box-shadow:0 12px 24px rgba(246,181,38,.28);
}
.btn-outline-gold{
  color:var(--onedo-gold);
  border:2px solid var(--onedo-gold);
  background:transparent;
}
.btn-outline-gold:hover{
  color:var(--onedo-purple-dark);
  background:var(--onedo-gold);
  transform:translateY(-2px);
}
.btn-outline-purple{
  color:var(--onedo-purple);
  border:2px solid var(--onedo-purple);
}
.btn-outline-purple:hover{
  color:#fff;
  background:var(--onedo-purple);
  transform:translateY(-2px);
}
.navbar{
  padding:14px 0;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(12px);
  box-shadow:0 8px 24px rgba(32,16,68,.06);
}
.navbar-brand img{
  height:72px;
  width:auto;
  transition:height .25s ease;
}
.navbar-nav{
  gap:18px;
}
.nav-link{
  color:var(--onedo-purple)!important;
  font-weight:700;
  margin:0;
  padding-left:14px!important;
  padding-right:14px!important;
  position:relative;
}
.nav-link::after{
  content:"";
  position:absolute;
  left:12px;
  bottom:3px;
  width:0;
  height:3px;
  border-radius:3px;
  background:var(--onedo-gold);
  transition:.25s;
}
.nav-link:hover::after,.nav-link.active::after{width:calc(100% - 24px)}
.nav-auth-btn{
  min-width:112px;
  padding:11px 22px!important;
  font-size:.95rem;
}
.navbar-toggler{border:0}
.navbar-toggler:focus{box-shadow:none}

.hero{
  position:relative;
  min-height:92vh;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 78% 20%, rgba(246,181,38,.28), transparent 28%),
    radial-gradient(circle at 10% 30%, rgba(255,255,255,.13), transparent 18%),
    linear-gradient(135deg,var(--onedo-purple-dark),var(--onedo-purple));
  color:#fff;
  padding:125px 0 85px;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
  background-size:42px 42px;
  opacity:.6;
}
.hero::after{
  content:"";
  position:absolute;
  right:-120px;
  bottom:-160px;
  width:520px;
  height:520px;
  border-radius:50%;
  border:65px solid var(--onedo-gold);
  opacity:.92;
}
.hero .container{position:relative;z-index:2}
.hero h1{
  font-size:clamp(2.4rem,5vw,4.7rem);
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.04em;
  margin-bottom:22px;
}
.hero p.lead{font-size:1.17rem;color:rgba(255,255,255,.82);max-width:650px}
.hero-points{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.hero-point{
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.16);
  color:#fff;
  padding:10px 15px;
  border-radius:999px;
  font-size:.92rem;
}
.hero-visual{
  position:relative;
  min-height:470px;
}
.chart-panel{
  position:relative;
  background:rgba(255,255,255,.09);
  border:1px solid rgba(255,255,255,.18);
  border-radius:var(--radius-xl);
  padding:28px;
  backdrop-filter:blur(16px);
  box-shadow:0 30px 80px rgba(0,0,0,.22);
}
.chart-bars{
  height:290px;
  display:flex;
  align-items:flex-end;
  gap:14px;
  padding:20px;
  border-radius:18px;
  background:rgba(255,255,255,.07);
}
.candle{
  width:16px;
  border-radius:9px 9px 3px 3px;
  background:var(--onedo-gold);
  position:relative;
}
.candle:nth-child(even){background:#fff}
.candle::before{
  content:"";
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top:-26px;
  width:2px;
  height:28px;
  background:currentColor;
  color:rgba(255,255,255,.75);
}
.float-card{
  position:absolute;
  background:#fff;
  color:var(--onedo-purple);
  border-radius:18px;
  padding:14px 16px;
  box-shadow:var(--shadow-soft);
  display:flex;
  align-items:center;
  gap:12px;
  max-width:250px;
  animation:floaty 5s ease-in-out infinite;
}
.float-card i{color:var(--onedo-gold);font-size:1.4rem}
.float-card.one{left:-16px;top:35px}
.float-card.two{right:-14px;bottom:52px;animation-delay:1.2s}
.float-card.three{left:38px;bottom:-22px;animation-delay:2s}
@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}

.portal-strip{margin-top:-60px;position:relative;z-index:5}
.portal-card,.service-card,.value-card,.solution-card,.testimonial-card,.info-card{
  background:#fff;
  border:1px solid var(--onedo-border);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-card);
  transition:all .25s ease;
  height:100%;
}
.portal-card:hover,.service-card:hover,.value-card:hover,.solution-card:hover,.testimonial-card:hover{
  transform:translateY(-8px);
  box-shadow:var(--shadow-soft);
  border-color:rgba(246,181,38,.52);
}
.icon-box{
  width:56px;height:56px;
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:16px;
  background:rgba(246,181,38,.13);
  color:var(--onedo-gold);
  font-size:1.45rem;
  margin-bottom:18px;
}
.card-title{color:var(--onedo-purple);font-weight:800}
.card-text{color:var(--onedo-muted)}
.about-image-card{
  min-height:430px;
  border-radius:var(--radius-xl);
  background:
    linear-gradient(rgba(46,27,99,.86),rgba(32,16,68,.88)),
    url('../images/onedofx-logo.jpg') center/contain no-repeat;
  box-shadow:var(--shadow-soft);
  position:relative;
  overflow:hidden;
}
.about-image-card::after{
  content:"";
  position:absolute;
  right:-80px;bottom:-90px;
  width:260px;height:260px;
  border-radius:50%;
  border:42px solid var(--onedo-gold);
}
.check-list{padding-left:0;list-style:none;margin:0}
.check-list li{
  display:flex;gap:10px;align-items:flex-start;
  margin-bottom:13px;color:var(--onedo-muted)
}
.check-list i{color:var(--onedo-gold);margin-top:3px}
.dark-section{
  background:
    radial-gradient(circle at 10% 10%, rgba(246,181,38,.24), transparent 25%),
    linear-gradient(135deg,var(--onedo-purple-dark),var(--onedo-purple));
  color:#fff;
  position:relative;
  overflow:hidden;
}
.dark-section .section-title h2,.dark-section h2,.dark-section h3{color:#fff}
.dark-section .section-title p,.dark-section p{color:rgba(255,255,255,.78)}
.solution-card.dark-card{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.15);
  color:#fff;
  backdrop-filter:blur(14px);
}
.solution-card.dark-card .card-title{color:#fff}
.solution-card.dark-card .card-text{color:rgba(255,255,255,.76)}
.fact-card{
  border-radius:20px;
  background:#fff;
  border:1px solid var(--onedo-border);
  padding:28px;
  text-align:center;
  height:100%;
}
.fact-card h3{color:var(--onedo-purple);font-weight:900}
.fact-card p{color:var(--onedo-muted);margin-bottom:0}
.cta{
  background:
    radial-gradient(circle at 85% 15%, rgba(246,181,38,.38), transparent 26%),
    linear-gradient(135deg,var(--onedo-purple),var(--onedo-purple-dark));
  color:#fff;
  border-radius:32px;
  padding:58px 35px;
  position:relative;
  overflow:hidden;
}
.cta::after{
  content:"";
  position:absolute;right:-70px;bottom:-90px;
  width:300px;height:300px;border-radius:50%;
  border:45px solid var(--onedo-gold);
}
.cta .content{position:relative;z-index:2}
.footer{
  background:var(--onedo-purple-dark);
  color:rgba(255,255,255,.78);
  padding:70px 0 25px;
}
.footer h5{color:#fff;font-weight:800;margin-bottom:18px}
.footer a{display:block;color:rgba(255,255,255,.72);margin-bottom:9px}
.footer a:hover{color:var(--onedo-gold)}
.footer-logo{max-width:180px;background:#fff;border-radius:12px;padding:8px;margin-bottom:18px}
.disclaimer{
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:35px;
  padding-top:20px;
  font-size:.9rem;
}
.page-hero{
  padding:145px 0 80px;
  background:
    radial-gradient(circle at 80% 20%, rgba(246,181,38,.32), transparent 24%),
    linear-gradient(135deg,var(--onedo-purple-dark),var(--onedo-purple));
  color:#fff;
}
.page-hero h1{font-size:clamp(2.2rem,4vw,4rem);font-weight:900}
.breadcrumb-item a{color:var(--onedo-gold)}
.breadcrumb-item.active,.breadcrumb-item+.breadcrumb-item::before{color:rgba(255,255,255,.7)}
.process-step{
  position:relative;
  padding:30px;
  border-radius:20px;
  background:#fff;
  border:1px solid var(--onedo-border);
  box-shadow:var(--shadow-card);
  height:100%;
}
.step-number{
  width:46px;height:46px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:var(--onedo-purple);
  color:var(--onedo-gold);
  font-weight:900;
  margin-bottom:16px;
}
.form-control,.form-select{
  border-radius:14px;
  padding:13px 15px;
  border:1px solid var(--onedo-border);
}
.form-control:focus,.form-select:focus{
  border-color:var(--onedo-gold);
  box-shadow:0 0 0 .25rem rgba(246,181,38,.16);
}
.contact-panel{
  background:#fff;
  border-radius:var(--radius-xl);
  padding:35px;
  border:1px solid var(--onedo-border);
  box-shadow:var(--shadow-soft);
}
.map-placeholder{
  height:320px;
  border-radius:22px;
  background:
    linear-gradient(rgba(46,27,99,.86),rgba(46,27,99,.86)),
    repeating-linear-gradient(45deg,#ddd,#ddd 12px,#f7f7f7 12px,#f7f7f7 24px);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}
.service-detail-hero{
  padding:150px 0 85px;
  background:
    radial-gradient(circle at 82% 22%, rgba(246,181,38,.32), transparent 22%),
    linear-gradient(135deg,var(--onedo-purple-dark),var(--onedo-purple));
  color:#fff;
}
.detail-card{
  background:#fff;
  border-radius:24px;
  padding:34px;
  box-shadow:var(--shadow-soft);
  border:1px solid var(--onedo-border);
}
.sticky-side{
  position:sticky;
  top:100px;
}
.alert-success-custom{
  display:none;
  background:rgba(25,135,84,.12);
  border:1px solid rgba(25,135,84,.25);
  color:#0f5132;
  border-radius:14px;
  padding:14px 16px;
}
.reveal{opacity:0;transform:translateY(25px);transition:all .65s ease}
.reveal.visible{opacity:1;transform:translateY(0)}


.image-slot{
  min-height:310px;
  border-radius:var(--radius-xl);
  border:2px dashed rgba(246,181,38,.75);
  background:
    linear-gradient(rgba(46,27,99,.86),rgba(32,16,68,.86)),
    linear-gradient(135deg,rgba(246,181,38,.24),rgba(255,255,255,.06));
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:32px;
  position:relative;
  overflow:hidden;
  box-shadow:var(--shadow-card);
}
.image-slot::after{
  content:"";
  position:absolute;
  right:-70px;
  bottom:-80px;
  width:230px;
  height:230px;
  border-radius:50%;
  border:35px solid var(--onedo-gold);
  opacity:.7;
}
.image-slot .slot-content{
  position:relative;
  z-index:2;
}
.image-slot i{
  font-size:3rem;
  color:var(--onedo-gold);
  display:block;
  margin-bottom:14px;
}
.image-slot small{
  color:rgba(255,255,255,.72);
}
.chairman-card{
  background:#fff;
  border:1px solid var(--onedo-border);
  border-radius:var(--radius-xl);
  box-shadow:var(--shadow-soft);
  overflow:hidden;
}
.chairman-photo{
  min-height:420px;
  background:
    linear-gradient(rgba(46,27,99,.7),rgba(32,16,68,.85)),
    linear-gradient(135deg,rgba(246,181,38,.35),rgba(46,27,99,.65));
  border-radius:var(--radius-xl);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-align:center;
  padding:34px;
}
.chairman-photo i{
  color:var(--onedo-gold);
  font-size:4rem;
  display:block;
  margin-bottom:14px;
}
.quote-mark{
  font-size:4rem;
  line-height:1;
  color:var(--onedo-gold);
  font-family:Georgia,serif;
}

@media(max-width:991px){
  .hero{padding-top:112px;min-height:auto}
  .hero-visual{margin-top:45px;min-height:390px}
  .float-card.one{left:8px}
  .float-card.two{right:8px}
  .portal-strip{margin-top:0;padding-top:35px;background:#fff}
  .section-padding{padding:70px 0}
}
@media(max-width:575px){
  .navbar-brand img{height:58px}
  .navbar-nav{gap:4px}
  .nav-auth-btn{min-width:100px;padding:10px 18px!important}
  .hero h1{font-size:2.35rem}
  .chart-bars{gap:8px;padding:14px;height:230px}
  .candle{width:11px}
  .float-card{position:relative;left:auto!important;right:auto!important;bottom:auto!important;top:auto!important;margin:12px 0}
  .hero-visual{min-height:auto}
  .cta{border-radius:22px;padding:42px 24px}
}


/* ===== Final publish upgrades ===== */
body.loading {
  overflow: hidden;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background:
    radial-gradient(circle at 50% 35%, rgba(246,181,38,.22), transparent 28%),
    linear-gradient(135deg, var(--onedo-purple-dark), var(--onedo-purple));
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .55s ease, visibility .55s ease;
}

.page-loader.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader-card {
  width: min(92vw, 330px);
  min-height: 270px;
  padding: 34px 28px;
  border-radius: 30px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
  backdrop-filter: blur(18px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.loader-card img {
  max-width: 185px;
  border-radius: 18px;
  background: #fff;
  padding: 8px;
  margin-bottom: 22px;
}

.loader-card p {
  margin: 16px 0 0;
  color: #fff;
  font-weight: 700;
  letter-spacing: .02em;
}

.loader-ring {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 5px solid rgba(255,255,255,.22);
  border-top-color: var(--onedo-gold);
  animation: spinLoader .85s linear infinite;
}

@keyframes spinLoader {
  to { transform: rotate(360deg); }
}

.section-wave {
  position: relative;
}

.section-wave::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -36px;
  transform: translateX(-50%);
  width: min(92%, 1140px);
  height: 72px;
  background:
    radial-gradient(circle at 20% 45%, rgba(246,181,38,.18), transparent 28%),
    radial-gradient(circle at 80% 45%, rgba(46,27,99,.13), transparent 28%);
  border-radius: 999px;
  filter: blur(6px);
  pointer-events: none;
  opacity: .72;
}

.about-image-card {
  background:
    linear-gradient(rgba(46,27,99,.28),rgba(32,16,68,.48)),
    url('../images/home-about.jpeg') center top/cover no-repeat !important;
}

.image-slot {
  background-image:
    linear-gradient(rgba(46,27,99,.28), rgba(32,16,68,.58)),
    url('../images/Valetax-black.png') !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

.chairman-photo {
  background-image:
    linear-gradient(rgba(46,27,99,.28), rgba(32,16,68,.58)),
    url('../images/Chairman.jpeg') !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

.image-slot .slot-content,
.chairman-photo > div {
  background: rgba(32,16,68,.48);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  padding: 22px;
  backdrop-filter: blur(8px);
}

.faq-accordion .accordion-item {
  border: 1px solid var(--onedo-border);
  border-radius: 18px !important;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  margin-bottom: 16px;
}

.faq-accordion .accordion-button {
  font-weight: 800;
  color: var(--onedo-purple);
  background: #fff;
  padding: 20px 22px;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: rgba(246,181,38,.11);
  color: var(--onedo-purple);
  box-shadow: none;
}

.faq-accordion .accordion-button:focus {
  box-shadow: 0 0 0 .25rem rgba(246,181,38,.15);
}

.phase-card {
  background: #fff;
  border: 1px solid var(--onedo-border);
  border-radius: 22px;
  padding: 28px;
  box-shadow: var(--shadow-card);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.phase-card::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -55px;
  width: 150px;
  height: 150px;
  border: 24px solid rgba(246,181,38,.2);
  border-radius: 50%;
}

.phase-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: var(--onedo-purple);
  color: var(--onedo-gold);
  font-weight: 900;
  margin-bottom: 18px;
}

.coming-soon-hero {
  min-height: 74vh;
  display: flex;
  align-items: center;
  padding: 145px 0 85px;
  background:
    radial-gradient(circle at 78% 20%, rgba(246,181,38,.3), transparent 28%),
    linear-gradient(135deg,var(--onedo-purple-dark),var(--onedo-purple));
  color: #fff;
}

.countdown-card {
  background: rgba(255,255,255,.11);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 28px;
  padding: 34px;
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 80px rgba(0,0,0,.22);
}

.countdown-box {
  border-radius: 20px;
  background: rgba(255,255,255,.1);
  padding: 20px 12px;
  text-align: center;
}

.countdown-box h3 {
  color: var(--onedo-gold);
  font-weight: 900;
  margin-bottom: 4px;
}

.copy-alert {
  background: rgba(246,181,38,.12);
  border: 1px solid rgba(246,181,38,.35);
  border-radius: 20px;
  padding: 20px;
  color: var(--onedo-purple-dark);
}
