@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800;900&display=swap');
:root{--bg:#070707;--text:#f4e7d6;--muted:#bfae9d;--copper:#c17a3a;--copper2:#f0b879;--line:rgba(193,122,58,.46)}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden}
body:before{
content:"";
position:fixed;
inset:-10%;
background:
radial-gradient(circle at 50% 0%,rgba(193,122,58,.17),transparent 34%),
radial-gradient(circle at 18% 45%,rgba(193,122,58,.055),transparent 28%),
radial-gradient(circle at 90% 80%,rgba(193,122,58,.08),transparent 30%);
pointer-events:none;
z-index:-2;
animation:ambientGlow 22s ease-in-out infinite alternate;
}
@keyframes ambientGlow{
0%{
transform:translate3d(-1.5%, -1%, 0) scale(1);
filter:brightness(1);
}
50%{
transform:translate3d(1%, .8%, 0) scale(1.035);
filter:brightness(1.08);
}
100%{
transform:translate3d(1.8%, -1.2%, 0) scale(1.02);
filter:brightness(.98);
}
}
body:after{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px);background-size:100% 6px;opacity:.12;pointer-events:none;z-index:-1}
.loader{position:fixed;inset:0;background:#050505;z-index:100;display:grid;place-items:center;transition:opacity .75s ease,visibility .75s ease}.loader.hide{opacity:0;visibility:hidden}
.loader-stage{position:relative;display:grid;place-items:center}.loader-art{width:min(520px,86vw);overflow:visible;filter:drop-shadow(0 0 30px rgba(193,122,58,.22))}
.spark-path{fill:none;stroke:url(#copperStroke);stroke-width:7.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1180;stroke-dashoffset:1180;animation:signatureDraw 2.05s cubic-bezier(.62,0,.18,1) forwards}
.kd-fill{font-size:168px;font-weight:900;letter-spacing:-.17em;paint-order:stroke;fill:url(#copperFill);stroke:rgba(255,220,175,.28);stroke-width:1.1;opacity:0;filter:drop-shadow(0 20px 50px rgba(193,122,58,.18));animation:fillLogo .55s ease forwards 1.8s}
.pen-dot{fill:#f6c98f;filter:drop-shadow(0 0 14px rgba(240,184,121,.95));opacity:0;animation:dotShow .15s ease forwards .15s,dotHide .25s ease forwards 2.1s}
.loader-name{position:absolute;margin-top:220px;font-size:13px;letter-spacing:.42em;color:#eec193;opacity:0;animation:fadeUp .65s ease forwards 2.15s}
@keyframes signatureDraw{to{stroke-dashoffset:0}}@keyframes fillLogo{to{opacity:1}}@keyframes dotShow{to{opacity:1}}@keyframes dotHide{to{opacity:0}}@keyframes fadeUp{to{opacity:1;transform:translateY(-8px)}}
.topbar{position:fixed;top:0;left:0;right:0;height:76px;padding:0 clamp(20px,6vw,78px);display:flex;align-items:center;justify-content:space-between;background:rgba(7,7,7,.62);backdrop-filter:blur(18px);border-bottom:1px solid rgba(193,122,58,.13);z-index:50}
.brand{text-decoration:none;color:var(--text);display:flex;align-items:center;gap:10px;font-weight:700}.brand-mark{color:var(--copper2);font-weight:900;letter-spacing:-.18em;padding-right:.16em;font-size:26px}
.topbar nav{display:flex;gap:26px}.topbar nav a{color:var(--muted);text-decoration:none;font-size:14px}.topbar nav a:hover{color:var(--copper2)}
.hero{min-height:100vh;display:grid;place-items:center;position:relative;padding:125px 22px 80px}
.hero-glow{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(193,122,58,.22),transparent 63%);filter:blur(34px);opacity:.82}
.hero-orbit{position:absolute;width:min(680px,88vw);height:min(680px,88vw);border:1px solid rgba(193,122,58,.055);border-radius:50%;filter:blur(.2px)}
.hero-content{position:relative;z-index:3;text-align:center;max-width:1040px}
.big-mark{font-size:clamp(110px,18vw,270px);line-height:.78;font-weight:900;letter-spacing:-.18em;padding-right:.18em;color:transparent;background:linear-gradient(135deg,#5b2f18 0%,#f0b879 34%,#c17a3a 55%,#f7cf9c 72%,#7c421f 100%);-webkit-background-clip:text;background-clip:text;text-shadow:0 4px 0 rgba(255,255,255,.03),0 28px 70px rgba(193,122,58,.18);filter:drop-shadow(0 0 22px rgba(193,122,58,.18))}
.tag{color:var(--copper2);text-transform:uppercase;letter-spacing:.25em;font-size:12px;margin-bottom:18px}
h1{font-size:clamp(39px,7vw,92px);line-height:.94;letter-spacing:-.07em;max-width:980px;margin:0 auto 24px}
.lead,.sub{color:var(--muted);line-height:1.7;font-size:clamp(16px,2vw,21px);max-width:690px;margin:0 auto}
.hero-actions{margin-top:34px;display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.btn{padding:15px 26px;border-radius:999px;text-decoration:none;font-weight:800;transition:.25s ease}.btn:hover{transform:translateY(-3px)}
.btn.main{background:linear-gradient(135deg,#d9914f,#f1bd80);color:#080808;box-shadow:0 16px 42px rgba(193,122,58,.18)}.btn.alt{color:var(--text);border:1px solid rgba(193,122,58,.45);background:rgba(255,255,255,.03)}
.soft-line{position:absolute;pointer-events:none;overflow:visible}.soft-line path{fill:none;stroke:var(--line);stroke-width:2;stroke-linecap:round;stroke-dasharray:16 20;animation:flow 12s linear infinite;filter:drop-shadow(0 0 8px rgba(193,122,58,.22))}
.hero-line{width:100%;height:60%;inset:auto 0 8%;opacity:.50}.final-line{width:min(900px,100%);height:260px;top:40px;opacity:.45}@keyframes flow{to{stroke-dashoffset:-260}}
.section{position:relative;padding:80px clamp(20px,6vw,80px);max-width:1280px;margin:0 auto}.section-title h2{font-size:clamp(32px,5vw,66px);line-height:.98;letter-spacing:-.055em}.section-title.center{text-align:center;max-width:840px;margin:0 auto 30px}.section-title.center h2{margin-bottom:18px}
.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:22px}.service{text-align:center;padding:20px 14px 10px;min-height:210px;transition:.25s ease}.service:hover{transform:translateY(-5px)}
.icon-wrap{width:68px;height:68px;margin:0 auto 22px;display:grid;place-items:center;color:var(--copper2);position:relative}.icon-wrap:after{content:"";position:absolute;inset:7px;border-radius:50%;background:radial-gradient(circle,rgba(193,122,58,.13),transparent 62%);opacity:0;transition:.25s ease}.service:hover .icon-wrap:after{opacity:1}
.line-icon{width:54px;height:54px;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 10px rgba(193,122,58,.24))}
.service h3{font-size:20px;margin-bottom:10px;letter-spacing:-.03em}.service p{color:var(--muted);line-height:1.55;font-size:15px}
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:52px;align-items:start}.feature-grid{display:grid;gap:18px}
.feature,.contact-card{background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018)),linear-gradient(135deg,rgba(193,122,58,.12),transparent 42%);border:1px solid rgba(193,122,58,.18);border-radius:32px;box-shadow:0 28px 90px rgba(0,0,0,.3);backdrop-filter:blur(16px)}
.feature{padding:32px}.feature span{color:var(--copper2);font-size:16px}.feature h3{font-size:25px;margin:16px 0 10px}.feature p,.contact-card p{color:var(--muted);line-height:1.65}
.process{max-width:none;background:linear-gradient(135deg,#0c0c0c,#130f0c 48%,#080808);border-top:1px solid rgba(193,122,58,.12);border-bottom:1px solid rgba(193,122,58,.12)}
.timeline{max-width:1180px;margin:0 auto;position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:8px;padding-top:34px}
.timeline-line{position:absolute;left:8%;right:8%;top:76px;height:2px;background:linear-gradient(90deg,transparent,rgba(193,122,58,.3),transparent);overflow:hidden}
.timeline-line:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,var(--copper2),var(--copper),transparent);transform:scaleX(0);transform-origin:left;transition:transform 1.35s ease .25s}
.timeline.visible .timeline-line:after{transform:scaleX(1)}
.timeline-step{text-align:center;position:relative;padding:0 12px}.step-dot{width:9px;height:9px;border-radius:50%;background:var(--copper2);box-shadow:0 0 18px rgba(240,184,121,.9);position:absolute;top:38px;left:50%;transform:translateX(-50%) scale(.3);opacity:0;transition:.35s ease}
.timeline.visible .timeline-step:nth-child(2) .step-dot{transition-delay:.45s}.timeline.visible .timeline-step:nth-child(3) .step-dot{transition-delay:.65s}.timeline.visible .timeline-step:nth-child(4) .step-dot{transition-delay:.85s}.timeline.visible .timeline-step:nth-child(5) .step-dot{transition-delay:1.05s}.timeline.visible .timeline-step:nth-child(6) .step-dot{transition-delay:1.25s}.timeline.visible .step-dot{transform:translateX(-50%) scale(1);opacity:1}
.step-icon{width:84px;height:84px;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px;color:var(--copper2);background:rgba(255,255,255,.025);border:1px solid rgba(193,122,58,.18);box-shadow:0 18px 50px rgba(0,0,0,.25);position:relative;z-index:2;transition:.25s ease}.timeline-step:hover .step-icon{transform:translateY(-4px);box-shadow:0 22px 60px rgba(193,122,58,.12)}
.timeline-step strong{color:var(--copper2);display:block;margin-bottom:8px;font-size:18px}.timeline-step span{color:#e7d8c6;font-weight:700}
.contact{min-height:780px;display:grid;place-items:center;position:relative;padding:115px 20px 90px}.contact-card{width:min(800px,100%);padding:50px;text-align:center;position:relative;z-index:2}
.small-mark{font-size:78px;line-height:.8;font-weight:900;letter-spacing:-.18em;padding-right:.18em;color:transparent;background:linear-gradient(135deg,#7b421f,#f0b879,#9d5b2e);-webkit-background-clip:text;background-clip:text;margin-bottom:22px}
.contact-card h2{font-size:clamp(32px,5vw,58px);line-height:1;letter-spacing:-.05em;margin-bottom:18px}form{margin-top:34px;display:grid;gap:18px;text-align:left}form label span{display:block;color:var(--copper2);font-size:12px;text-transform:uppercase;letter-spacing:.18em;margin:0 0 9px 4px}
input,textarea,button{width:100%;font:inherit;border-radius:0;padding:17px 4px}input,textarea{color:var(--text);background:transparent;border:none;border-bottom:1px solid rgba(193,122,58,.32);outline:none}input:focus,textarea:focus{border-bottom-color:rgba(240,184,121,.85)}
textarea{min-height:128px;resize:vertical}button{cursor:pointer;border:none;border-radius:999px;background:linear-gradient(135deg,#d9914f,#f1bd80);color:#080808;font-weight:900;margin-top:8px;padding:16px 24px;text-align:center}.hidden{display:none}
.reveal{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s ease}.reveal.visible{opacity:1;transform:translateY(0)}

@media (prefers-reduced-motion: reduce){
  body:before,
  .soft-line path,
  .spark-path,
  .pen-dot,
  .kd-fill,
  .loader-name{
    animation:none !important;
  }
}

@media(max-width:620px){
  body:before{
    animation-duration:32s;
    opacity:.82;
  }
}

@media(max-width:1050px){.service-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:920px){.topbar nav{display:none}.split{grid-template-columns:1fr}.timeline{grid-template-columns:1fr;gap:30px;padding-left:26px}.timeline-line{left:28px;right:auto;top:38px;bottom:20px;width:2px;height:auto}.timeline-line:after{transform:scaleY(0);transform-origin:top}.timeline.visible .timeline-line:after{transform:scaleY(1)}.timeline-step{text-align:left;display:grid;grid-template-columns:84px 1fr;column-gap:18px;align-items:center}.step-dot{left:2px;top:38px}.timeline-step strong,.timeline-step span{grid-column:2}.step-icon{grid-row:1 / span 2;margin:0}}
@media(max-width:620px){.topbar{height:68px}.hero{padding-top:105px}.service-grid{grid-template-columns:1fr}.contact-card{padding:34px 22px}.big-mark{font-size:122px}.soft-line path{stroke-width:1.5}.service{min-height:auto}.icon-wrap{margin-bottom:14px}.loader-name{margin-top:190px}.loader-art{width:min(440px,92vw)}}

@media(max-width:920px){
.section{padding-top:56px;padding-bottom:56px}
.service{min-height:160px}
.timeline{padding-top:10px}
.section{border-top:1px solid rgba(193,122,58,.12)}
}

footer{padding:28px 20px;border-top:1px solid rgba(193,122,58,.18);text-align:center;color:#bfae9d;font-size:14px}
footer .en{margin-top:8px;font-size:13px;opacity:.8}
.section{scroll-margin-top:90px}
.btn{padding:14px 24px}
h1{max-width:820px}
.reveal{transition:opacity .5s ease,transform .5s ease}
.reveal.visible{transform:translateY(0)}
body::after{animation:grainMove 20s linear infinite}
@keyframes grainMove{0%{transform:translate(0,0)}50%{transform:translate(0,-4px)}100%{transform:translate(0,0)}}
@keyframes pulse{50%{opacity:.35;filter:drop-shadow(0 0 18px rgba(240,184,121,.9))}}
/* Flash logo restored */
#flashlogo{
  position:fixed;
  inset:0;
  background:#070707;
  display:grid;
  place-items:center;
  z-index:9999;
  transition:opacity .45s ease, visibility .45s ease;
}
#flashlogo.hide{
  opacity:0;
  visibility:hidden;
}
.flash-kd{
  font:900 86px Inter,Arial,sans-serif;
  letter-spacing:-.18em;
  padding-right:.18em;
  background:linear-gradient(135deg,#7b421f,#f0b879,#9d5b2e);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  filter:drop-shadow(0 0 18px rgba(240,184,121,.45));
  animation:kdFlash .9s ease-in-out;
}
@keyframes kdFlash{
  0%{opacity:0;transform:scale(.92)}
  35%{opacity:1;transform:scale(1)}
  60%{opacity:.42;filter:drop-shadow(0 0 24px rgba(240,184,121,.9))}
  100%{opacity:1;transform:scale(1)}
}

/* Language switch */
.lang-toggle{
  margin-left:18px;
  border:1px solid rgba(193,122,58,.42);
  background:rgba(255,255,255,.025);
  color:#f0b879;
  border-radius:999px;
  padding:8px 12px;
  font-weight:800;
  font-size:12px;
  letter-spacing:.08em;
  cursor:pointer;
}

/* More stylish compact Design word */
.logo-design{
  font-weight:800;
  letter-spacing:.035em;
  color:#f4e7d6;
  position:relative;
}
.logo-design::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-5px;
  width:34px;
  height:1px;
  background:linear-gradient(90deg,#f0b879,transparent);
  opacity:.8;
}

footer{
  padding:28px 20px;
  border-top:1px solid rgba(193,122,58,.18);
  text-align:center;
  color:#bfae9d;
  font-size:14px;
}

@media(max-width:620px){
  .lang-toggle{
    margin-left:auto;
    padding:7px 10px;
    font-size:11px;
  }
  .topbar nav{display:none}
}

/* Smaller language switch button */
.lang-toggle{
  min-width: auto !important;
  width: auto !important;
  height: 30px !important;
  padding: 4px 8px !important;
  font-size: 10px !important;
  line-height: 1 !important;
  border-radius: 999px !important;
  margin-left: 10px !important;
}

@media(max-width:620px){
  .lang-toggle{
    height: 26px !important;
    padding: 3px 7px !important;
    font-size: 9px !important;
    margin-left: 6px !important;
  }
}

/* Continuous premium copper line through the page */
.page-flow{
  position: fixed;
  top: 90px;
  bottom: 70px;
  left: clamp(18px, 4vw, 54px);
  width: 24px;
  pointer-events: none;
  z-index: 1;
  opacity: .78;
}

.flow-line{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 11px;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(240,184,121,.22),
    rgba(193,122,58,.5),
    rgba(240,184,121,.18),
    transparent
  );
  box-shadow: 0 0 14px rgba(193,122,58,.18);
}

.flow-dot{
  position: absolute;
  left: 7px;
  top: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f0b879;
  box-shadow: 0 0 18px rgba(240,184,121,.9);
  animation: flowDotMove 9s ease-in-out infinite alternate;
}

@keyframes flowDotMove{
  0%{transform:translateY(0);opacity:.25}
  12%{opacity:.9}
  100%{transform:translateY(calc(100vh - 180px));opacity:.55}
}

.section,
.hero,
.contact{
  position: relative;
  z-index: 2;
}

@media(max-width:620px){
  .page-flow{
    left: 10px;
    top: 82px;
    bottom: 45px;
    opacity: .55;
  }

  .flow-line{
    left: 8px;
  }

  .flow-dot{
    left: 4px;
    width: 8px;
    height: 8px;
  }

  @keyframes flowDotMove{
    0%{transform:translateY(0);opacity:.22}
    100%{transform:translateY(calc(100vh - 145px));opacity:.55}
  }
}

@media (prefers-reduced-motion: reduce){
  .flow-dot{animation:none}
}

/* Contact form refinement */
.contact-card{
  max-width: 820px;
}

.contact-form{
  margin-top: 32px;
  display: grid;
  gap: 18px;
  text-align: left;
}

.form-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.contact-form label span{
  display: block;
  color: var(--copper2);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
  margin: 0 0 8px 2px;
}

.contact-form input,
.contact-form textarea{
  width: 100%;
  color: var(--text);
  background: rgba(255,255,255,.018);
  border: 1px solid rgba(193,122,58,.18);
  border-radius: 16px;
  outline: none;
  padding: 15px 16px;
  font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-form textarea{
  min-height: 125px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus{
  border-color: rgba(240,184,121,.65);
  background: rgba(255,255,255,.03);
  box-shadow: 0 0 0 4px rgba(193,122,58,.08);
}

.contact-form button{
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 16px 22px;
  background: linear-gradient(135deg,#d9914f,#f1bd80);
  color: #080808;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.contact-form button:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(193,122,58,.16);
}

.hidden{display:none}

@media(max-width:620px){
  .form-row{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-form{
    gap: 16px;
  }

  .contact-form input,
  .contact-form textarea{
    padding: 14px 15px;
    border-radius: 14px;
  }
}

/* Mobile horizontal overflow fix */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
}

* {
  max-width: 100%;
}

main {
  width: 100%;
  overflow-x: hidden;
}

svg {
  max-width: 100%;
}

/* Prevent decorative lines from creating sideways scroll */
.hero-line,
.final-line,
.soft-line,
.signature-line {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100vw !important;
  overflow: hidden !important;
}

.page-flow {
  max-width: 18px !important;
  overflow: hidden !important;
}

/* Safer mobile header */
.topbar {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}

.brand {
  min-width: 0;
  flex-shrink: 1;
}

.lang-toggle {
  flex-shrink: 0;
}

/* Avoid wide grids and cards pushing viewport */
.section,
.hero,
.contact {
  width: 100%;
  max-width: 100vw;
}

.service-grid,
.timeline,
.contact-card,
.feature,
.card {
  max-width: 100%;
}

/* Long text wrapping */
h1, h2, h3, p, a, span, button {
  overflow-wrap: anywhere;
}

@media(max-width:620px){
  body {
    position: relative;
  }

  .hero {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .section {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .contact {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .contact-card {
    width: 100% !important;
  }

  .form-row {
    width: 100%;
  }

  input, textarea, button {
    max-width: 100%;
  }
}

/* Final refined navigation */
.topbar{
  height:60px !important;
  padding:0 clamp(18px,5vw,64px) !important;
  background:rgba(7,7,7,.46) !important;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(193,122,58,.10) !important;
  transition:background .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.topbar.scrolled{
  background:rgba(7,7,7,.78) !important;
  border-bottom-color:rgba(193,122,58,.18) !important;
  box-shadow:0 12px 34px rgba(0,0,0,.22);
}

.brand{
  gap:7px !important;
}

.brand .brand-mark{
  font-size:23px !important;
}

.logo-design,
.brand span:last-child{
  font-size:16px !important;
}

.topbar nav{
  gap:18px !important;
}

.topbar nav a{
  font-size:13px !important;
  opacity:.86;
}

.topbar nav a:hover{
  opacity:1;
}

.lang-toggle{
  height:24px !important;
  padding:3px 7px !important;
  font-size:9px !important;
  margin-left:8px !important;
}

.hero{
  padding-top:96px !important;
}

@media(max-width:620px){
  .topbar{
    height:54px !important;
    padding:0 14px !important;
  }

  .brand .brand-mark{
    font-size:22px !important;
  }

  .logo-design,
  .brand span:last-child{
    font-size:15px !important;
  }

  .lang-toggle{
    height:22px !important;
    padding:2px 6px !important;
    font-size:8px !important;
  }

  .hero{
    padding-top:82px !important;
  }
}

/* Elegant timeline labels */
.step-label{
  margin-top:10px;
  font-size:17px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#f2e4d3;
  font-family:Inter,Arial,sans-serif;
}
.timeline-step strong,
.timeline-step span{
 display:none!important;
}
@media(max-width:920px){
 .step-label{
   font-size:16px;
   text-align:left;
 }
}

/* Visible curved timeline fix */
.timeline{
  position: relative;
  isolation: isolate;
  overflow: visible !important;
  padding-top: 44px !important;
}

.timeline .timeline-line{
  display: none !important;
}

.timeline-curve{
  position: absolute;
  left: 4%;
  right: 4%;
  top: 24px;
  width: 92%;
  height: 120px;
  overflow: visible;
  pointer-events: none;
  z-index: 0;
}

.timeline-curve path{
  fill: none;
  stroke: rgba(240,184,121,.62);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-dasharray: 9 12;
  filter: drop-shadow(0 0 10px rgba(193,122,58,.42));
  animation: timelineCurveFlow 12s linear infinite;
}

@keyframes timelineCurveFlow{
  to{stroke-dashoffset:-180}
}

.timeline-glow-dot{
  position: absolute;
  top: 92px;
  left: 7%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f0b879;
  box-shadow: 0 0 18px rgba(240,184,121,.95);
  z-index: 1;
  animation: timelineDotTravel 7s ease-in-out infinite alternate;
}

@keyframes timelineDotTravel{
  0%{transform:translate(0,0);opacity:.25}
  20%{opacity:.9}
  100%{transform:translate(82vw,-12px);opacity:.55}
}

.timeline-step{
  position: relative;
  z-index: 2;
}

.step-icon{
  background: #090909 !important;
  border: 1px solid rgba(193,122,58,.22) !important;
}

@media(max-width:920px){
  .timeline{
    padding-top: 18px !important;
  }

  .timeline-curve,
  .timeline-glow-dot{
    display: none !important;
  }

  .timeline .timeline-line{
    display: block !important;
  }
}

@media (prefers-reduced-motion: reduce){
  .timeline-curve path,
  .timeline-glow-dot{
    animation: none !important;
  }
}

/* Timeline side labels - simple premium layout */
.timeline-step{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 0;
}

.timeline-side-label{
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .035em;
  color: #f2e4d3;
  white-space: nowrap;
  line-height: 1;
  text-align: left;
  transition: color .2s ease, text-shadow .2s ease;
}

.timeline-step:hover .timeline-side-label{
  color: #f0b879;
  text-shadow: 0 0 12px rgba(240,184,121,.22);
}

/* Hide old numeric/text pieces if any remain */
.timeline-step strong,
.timeline-step span,
.step-label{
  display: none !important;
}

.timeline-step .step-icon{
  flex: 0 0 auto;
  margin: 0 !important;
}

/* Keep curve visible behind icons */
.timeline-curve{
  z-index: 0 !important;
}

.timeline-step{
  position: relative;
  z-index: 2;
}

/* Mobile: vertical, clean, text next to icon */
@media(max-width:920px){
  .timeline-step{
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    gap: 14px;
    text-align: left;
    padding: 10px 0;
  }

  .timeline-side-label{
    font-size: 16px;
    letter-spacing: .025em;
  }

  .timeline-step .step-icon{
    width: 58px;
    height: 58px;
  }
}

@media(max-width:620px){
  .timeline-side-label{
    font-size: 15px;
  }
}


/* Timeline spacing fix */
.timeline-step{
  gap:20px !important;
}
.timeline-step .step-icon{
  margin-left:14px !important;
  transform:translateX(14px);
}
.timeline-side-label{
  margin-left:6px !important;
  padding-left:2px;
}
@media(max-width:920px){
  .timeline-step .step-icon{
    transform:translateX(10px);
  }
  .timeline-step{
    gap:18px !important;
  }
}
