html.converter-document,
html:has(body.converter-page){
  height:100% !important;
  min-height:100% !important;
  overflow:hidden !important;
  overscroll-behavior-y:none;
}

/* Converter page polish. Loaded last so the live converter logic can stay untouched. */
body.converter-page{
  --converter-ink:#101322;
  --converter-muted:#5e6575;
  --converter-cream:#efe9e9;
  --converter-paper:#fffdf9;
  --converter-night:#07080b;
  --converter-blue:#1e2542;
  --converter-teal:#0b6b68;
  --converter-mint:#86efac;
  --converter-orange:#f54f1b;
  --converter-yellow:#f3e8bc;
  --converter-line:rgba(16,19,34,.12);
  --header:74px;
  --navH:74px;
  padding-top:0 !important;
  display:block !important;
  position:relative !important;
  inset:auto !important;
  background:var(--converter-cream);
  color:var(--converter-ink);
  overflow-x:hidden;
  overflow-y:hidden !important;
  height:100dvh !important;
  min-height:100dvh !important;
  max-height:100dvh !important;
  overscroll-behavior-y:none;
  scrollbar-gutter:stable;
}

body.converter-page,
body.converter-page.tx-menu-open,
body.converter-page.site-menu-open,
body.converter-page.menu-open,
body.converter-page:not(.tx-menu-open):not(.site-menu-open):not(.menu-open){
  position:relative !important;
  inset:auto !important;
  top:auto !important;
  overflow-y:hidden !important;
}

body.converter-page .converter-scroll-root{
  position:fixed;
  inset:0;
  z-index:1;
  height:100dvh;
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior-y:auto;
  -webkit-overflow-scrolling:touch;
  background:var(--converter-cream);
  scrollbar-gutter:stable;
}

body.converter-page main,
body.converter-page .converter-expanded-view,
body.converter-page .converter-expanded-shell{
  touch-action:pan-y;
}

body.converter-page .site-header{
  z-index:1000;
  height:var(--header);
  background:
    radial-gradient(580px 140px at 15% 0%,rgba(90,33,50,.24),transparent 70%),
    radial-gradient(620px 140px at 86% 0%,rgba(11,107,104,.17),transparent 72%),
    linear-gradient(180deg,rgba(13,13,22,.98),rgba(9,10,17,.94));
  border-bottom:1px solid rgba(243,232,188,.12);
  box-shadow:0 20px 58px rgba(7,8,11,.24);
}

body.converter-page .site-header::after{
  content:"";
  position:absolute;
  inset:auto 0 -1px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(245,79,27,.42),rgba(11,107,104,.34),transparent);
}

body.converter-page .site-header.is-scrolled{
  background:rgba(9,8,12,.95);
}

body.converter-page .nav-shell{
  width:min(1780px,calc(100% - clamp(36px,7vw,160px)));
  max-width:none;
  height:100%;
  padding-inline:0;
}

body.converter-page .brand{
  gap:12px;
  color:#f7f2ea;
  font-weight:900;
}

body.converter-page .brand img{
  width:42px;
  height:42px;
}

body.converter-page .brand>span>span{
  color:var(--converter-orange);
}

body.converter-page .desktop-nav{
  gap:30px;
}

body.converter-page .desktop-nav a{
  color:rgba(244,241,234,.7);
  font-weight:800;
  letter-spacing:0;
}

body.converter-page .desktop-nav a:hover,
body.converter-page .desktop-nav a:focus-visible{
  color:var(--converter-yellow);
}

body.converter-page .desktop-cta{
  min-height:48px;
  padding:0 24px;
  border:1px solid rgba(243,232,188,.18);
  border-radius:999px;
  background:rgba(239,233,233,.045);
  color:#f7f2ea;
  box-shadow:none;
}

body.converter-page main{
  padding:0;
  background:var(--converter-cream);
  overflow:visible !important;
  min-height:auto !important;
}

body.converter-page .converter-expanded-view{
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  overflow:visible !important;
}

body.converter-page .converter-expanded-shell{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
}

body.converter-page .converter-hero{
  position:relative;
  min-height:min(820px,100svh);
  display:grid !important;
  grid-template-columns:minmax(0,1.02fr) minmax(420px,.62fr);
  align-items:center;
  gap:clamp(44px,5vw,84px);
  margin:0 !important;
  padding:calc(var(--navH) + 44px) 0 42px !important;
  border:0 !important;
  border-radius:0 !important;
  overflow:hidden;
  background:
    linear-gradient(rgba(239,233,233,.026) 1px,transparent 1px),
    linear-gradient(90deg,rgba(239,233,233,.022) 1px,transparent 1px),
    radial-gradient(820px 460px at 12% 17%,rgba(90,33,50,.44),transparent 70%),
    radial-gradient(860px 500px at 90% 18%,rgba(3,83,82,.42),transparent 72%),
    linear-gradient(135deg,#151428 0%,#242849 50%,#132f32 100%) !important;
  background-size:84px 84px,84px 84px,auto,auto,auto !important;
}

body.converter-page .converter-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(640px 380px at 45% 45%,rgba(243,232,188,.09),transparent 72%),
    linear-gradient(180deg,transparent 78%,rgba(239,233,233,.16));
  pointer-events:none;
}

body.converter-page .converter-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(245,79,27,.36),rgba(11,107,104,.28),transparent);
}

body.converter-page .converter-hero-text{
  position:relative;
  z-index:2;
  width:min(900px,calc(100% - clamp(44px,7vw,150px)));
  margin:0 0 0 clamp(44px,7vw,150px);
  text-align:left;
}

body.converter-page .converter-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  width:fit-content !important;
  max-width:max-content !important;
  margin:0 0 24px;
  padding:8px 12px;
  border:1px solid rgba(134,239,172,.24);
  border-radius:999px;
  background:rgba(11,107,104,.12);
  color:var(--converter-mint);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  line-height:1.25;
  text-transform:uppercase;
  box-shadow:0 18px 42px rgba(2,44,45,.18);
}

body.converter-page .converter-pill::before{
  content:"";
  width:8px;
  height:8px;
  flex:0 0 auto;
  border-radius:50%;
  background:var(--converter-orange);
  box-shadow:0 0 0 5px rgba(245,79,27,.1);
}

body.converter-page .converter-title{
  max-width:960px;
  margin:0;
  color:#fff8ee !important;
  font-family:"Space Grotesk",Inter,sans-serif;
  font-size:clamp(54px,5.85vw,104px) !important;
  font-weight:900;
  line-height:.98 !important;
  letter-spacing:0 !important;
  text-align:left;
}

body.converter-page .converter-title::first-line{
  color:var(--converter-yellow);
}

body.converter-page .converter-hero-text > p{
  max-width:760px;
  margin:24px 0 0;
  color:rgba(255,248,238,.78) !important;
  font-size:19px;
  font-weight:650;
  line-height:1.55;
  text-align:left;
}

body.converter-page .converter-hero-actions{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px;
  margin:26px 0 0;
}

body.converter-page .converter-primary-btn,
body.converter-page .converter-secondary-btn,
body.converter-page .converter-change-file,
body.converter-page .converter-export-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 24px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  line-height:1;
  text-decoration:none;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease;
}

body.converter-page .converter-primary-btn,
body.converter-page .converter-export-btn{
  border:1px solid rgba(245,79,27,.55);
  background:linear-gradient(135deg,var(--converter-orange),#972b2a);
  color:#130d08;
  box-shadow:0 20px 48px rgba(245,79,27,.24);
}

body.converter-page .converter-secondary-btn,
body.converter-page .converter-change-file{
  border:1px solid rgba(243,232,188,.2);
  background:rgba(239,233,233,.045);
  color:#fff8ee;
}

body.converter-page .converter-primary-btn:hover,
body.converter-page .converter-secondary-btn:hover,
body.converter-page .converter-change-file:hover,
body.converter-page .converter-export-btn:hover{
  transform:translateY(-2px);
}

body.converter-page .converter-hero-stats{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  width:min(920px,100%);
  margin:24px 0 0;
  padding:0;
  list-style:none;
}

body.converter-page .converter-hero-stats li{
  min-height:82px;
  padding:16px;
  border:1px solid rgba(243,232,188,.12);
  border-radius:8px;
  background:rgba(239,233,233,.055);
  color:rgba(255,248,238,.66);
  box-shadow:none;
}

body.converter-page .converter-hero-stats li span{
  display:block;
  margin-bottom:7px;
  color:#fff8ee;
  font-family:"Space Grotesk",Inter,sans-serif;
  font-size:clamp(25px,2.1vw,34px);
  font-weight:900;
  line-height:1;
}

body.converter-page .converter-hero-stats li small{
  color:rgba(255,248,238,.62);
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  line-height:1.3;
  text-transform:uppercase;
}

body.converter-page .converter-watermark{
  right:4vw;
  bottom:10px;
  color:#fff8ee !important;
  font-size:clamp(74px,12vw,190px);
  opacity:.045 !important;
  z-index:1;
  pointer-events:none;
}

body.converter-page .converter-hero-visual{
  position:relative;
  z-index:2;
  width:min(520px,calc(100% - 56px));
  margin:0 clamp(44px,7vw,150px) 0 0;
}

body.converter-page .converter-orbit-card{
  display:grid;
  gap:14px;
  padding:0;
  border:0;
  border-radius:8px;
  background:transparent;
  box-shadow:none;
}

body.converter-page .converter-orbit-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  color:rgba(255,248,238,.66);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

body.converter-page .converter-orbit-head strong{
  color:var(--converter-mint);
}

body.converter-page .converter-orbit-stage{
  position:relative;
  min-height:360px;
  border:1px solid rgba(243,232,188,.055);
  border-radius:8px;
  overflow:hidden;
  background:
    linear-gradient(rgba(239,233,233,.026) 1px,transparent 1px),
    linear-gradient(90deg,rgba(239,233,233,.024) 1px,transparent 1px),
    radial-gradient(360px 260px at 50% 45%,rgba(134,239,172,.12),transparent 70%),
    radial-gradient(300px 220px at 24% 26%,rgba(245,79,27,.12),transparent 70%),
    rgba(7,8,11,.18);
  background-size:44px 44px,44px 44px,auto,auto,auto;
}

body.converter-page .converter-orbit-ring{
  position:absolute;
  inset:50% auto auto 50%;
  border:1px solid rgba(134,239,172,.18);
  border-radius:50%;
  transform:translate(-50%,-50%);
  animation:converterSpin 16s linear infinite;
}

body.converter-page .ring-one{
  width:230px;
  height:230px;
}

body.converter-page .ring-two{
  width:320px;
  height:150px;
  border-color:rgba(245,79,27,.14);
  transform:translate(-50%,-50%) rotate(-18deg);
  animation-duration:22s;
  animation-direction:reverse;
}

body.converter-page .converter-core-cube{
  position:absolute;
  inset:50% auto auto 50%;
  width:112px;
  height:112px;
  transform:translate(-50%,-50%) rotate(10deg);
  transform-style:preserve-3d;
  border:1px solid rgba(243,232,188,.22);
  border-radius:18px;
  background:
    linear-gradient(135deg,rgba(243,232,188,.18),rgba(11,107,104,.1)),
    rgba(255,248,238,.05);
  box-shadow:0 22px 60px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.16);
  animation:converterGlow 3.6s ease-in-out infinite;
}

body.converter-page .converter-core-cube span{
  position:absolute;
  inset:18px;
  border:1px solid rgba(255,248,238,.18);
  border-radius:12px;
}

body.converter-page .converter-core-cube span:nth-child(2){
  inset:34px;
  border-color:rgba(134,239,172,.25);
}

body.converter-page .converter-core-cube span:nth-child(3){
  inset:48px;
  border-color:rgba(245,79,27,.25);
}

body.converter-page .converter-format-node{
  position:absolute;
  z-index:2;
  display:grid;
  place-items:center;
  width:68px;
  height:68px;
  border:1px solid rgba(243,232,188,.14);
  border-radius:50%;
  background:rgba(255,248,238,.075);
  color:#fff8ee;
  font-size:13px;
  font-weight:950;
  letter-spacing:.05em;
  box-shadow:0 20px 44px rgba(0,0,0,.22);
  animation:converterPulse 4.5s ease-in-out infinite;
}

body.converter-page .node-glb{left:12%;top:16%;color:var(--converter-yellow)}
body.converter-page .node-obj{right:12%;top:18%;animation-delay:.45s}
body.converter-page .node-stl{left:14%;bottom:18%;color:var(--converter-mint);animation-delay:.9s}
body.converter-page .node-mf{right:13%;bottom:17%;color:#9adff2;animation-delay:1.35s}
body.converter-page .node-usdz{left:50%;bottom:8%;transform:translateX(-50%);animation-delay:1.8s}

body.converter-page .converter-pipeline-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}

body.converter-page .converter-pipeline-row span{
  min-height:42px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:rgba(239,233,233,.06);
  color:rgba(255,248,238,.76);
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

body.converter-page .converter-pipeline-row span:nth-child(2){
  color:var(--converter-mint);
}

@keyframes converterSpin{
  to{transform:translate(-50%,-50%) rotate(360deg)}
}

@keyframes converterPulse{
  0%,100%{opacity:.72;filter:saturate(1);transform:translateY(0)}
  45%{opacity:1;filter:saturate(1.35);transform:translateY(-7px)}
}

@keyframes converterGlow{
  0%,100%{box-shadow:0 22px 60px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.16)}
  50%{box-shadow:0 26px 78px rgba(11,107,104,.25),inset 0 1px 0 rgba(255,255,255,.22)}
}

body.converter-page .converter-section{
  width:min(1520px,calc(100% - 56px));
  max-width:none !important;
  margin:0 auto !important;
  padding:84px 0 !important;
  border:0 !important;
  background:transparent !important;
}

body.converter-page .converter-tool-section{
  width:100% !important;
  max-width:none !important;
  padding:88px 0 !important;
  background:
    radial-gradient(760px 340px at 9% 0%,rgba(90,33,50,.28),transparent 70%),
    radial-gradient(860px 380px at 92% 10%,rgba(3,83,82,.28),transparent 72%),
    linear-gradient(180deg,#07080b 0%,#0b0d15 100%) !important;
  color:#fff8ee;
}

body.converter-page .converter-tool-section > .converter-section-header,
body.converter-page .converter-tool-section > .converter-video-card,
body.converter-page .converter-tool-section > .converter-tool{
  width:min(1520px,calc(100% - 56px));
  max-width:none;
  margin-left:auto;
  margin-right:auto;
}

body.converter-page .converter-section-header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin:0 0 28px;
}

body.converter-page .converter-section h2,
body.converter-page .converter-section-content h2{
  margin:0;
  color:var(--converter-ink);
  font-family:"Space Grotesk",Inter,sans-serif;
  font-size:clamp(38px,4.2vw,64px);
  font-weight:900;
  line-height:1.02;
  letter-spacing:0;
}

body.converter-page .converter-tool-section h2,
body.converter-page .converter-tool-section .converter-section-content h2{
  color:#fff8ee;
}

body.converter-page .converter-section-content p,
body.converter-page .converter-section > p{
  max-width:780px;
  margin:14px 0 0;
  color:var(--converter-muted);
  font-size:18px;
  font-weight:650;
  line-height:1.55;
}

body.converter-page .converter-tool-section .converter-section-content p{
  color:rgba(255,248,238,.68);
}

body.converter-page .converter-highlight{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 16px;
  border:1px solid rgba(11,107,104,.18);
  border-radius:999px;
  background:#fffdf9;
  color:var(--converter-teal);
  font-size:11px;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
  white-space:nowrap;
}

body.converter-page .converter-tool-section .converter-highlight{
  border-color:rgba(134,239,172,.28);
  background:rgba(11,107,104,.18);
  color:var(--converter-mint);
}

body.converter-page .converter-video-card{
  min-height:104px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  margin-bottom:18px;
  padding:20px;
  border:1px solid rgba(134,239,172,.18);
  border-radius:8px;
  background:
    radial-gradient(360px 140px at 5% 0%,rgba(245,79,27,.13),transparent 70%),
    rgba(255,248,238,.045);
  color:#fff8ee;
  text-decoration:none;
}

body.converter-page .converter-video-icon{
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  border-radius:16px;
  background:rgba(134,239,172,.12);
  color:var(--converter-mint);
}

body.converter-page .converter-video-icon svg{
  width:30px;
  height:30px;
}

body.converter-page .converter-video-copy{
  display:grid;
  gap:4px;
}

body.converter-page .converter-video-copy strong{
  color:#fff8ee;
  font-size:19px;
  font-weight:900;
}

body.converter-page .converter-video-copy span{
  color:rgba(255,248,238,.62);
  font-size:14px;
  font-weight:650;
  line-height:1.45;
}

body.converter-page .converter-video-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border:1px solid rgba(245,79,27,.42);
  border-radius:999px;
  background:linear-gradient(135deg,var(--converter-orange),#932b28);
  color:#130d08;
  font-size:12px;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
}

body.converter-page .converter-tool{
  padding:22px;
  border:1px solid rgba(243,232,188,.12);
  border-radius:8px;
  background:
    linear-gradient(rgba(239,233,233,.022) 1px,transparent 1px),
    linear-gradient(90deg,rgba(239,233,233,.018) 1px,transparent 1px),
    rgba(255,248,238,.04);
  background-size:56px 56px,56px 56px,auto;
  box-shadow:0 30px 86px rgba(0,0,0,.25);
}

body.converter-page .converter-upload-area{
  min-height:360px;
  display:grid;
  place-items:center;
  border:1px dashed rgba(134,239,172,.34);
  border-radius:8px;
  background:
    radial-gradient(420px 220px at 50% 30%,rgba(11,107,104,.22),transparent 72%),
    rgba(7,8,11,.52);
  color:#fff8ee;
  cursor:pointer;
}

body.converter-page .converter-upload-content{
  display:grid;
  justify-items:center;
  gap:12px;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  text-align:center;
}

body.converter-page .converter-upload-icon{
  width:68px;
  height:68px;
  color:var(--converter-mint);
}

body.converter-page .converter-upload-content h2{
  margin:0;
  color:#fff8ee;
  font-size:clamp(30px,3.2vw,44px);
}

body.converter-page .converter-upload-content p,
body.converter-page .converter-formats-hint{
  margin:0;
  color:rgba(255,248,238,.64);
  font-weight:750;
}

body.converter-page .converter-file-info{
  display:grid;
  gap:18px;
}

body.converter-page .converter-file-info.hidden,
body.converter-page .converter-progress.hidden,
body.converter-page .converter-advanced-options.hidden{
  display:none !important;
}

body.converter-page .converter-file-main{
  display:grid;
  grid-template-columns:minmax(0,1.06fr) minmax(360px,.58fr);
  gap:18px;
}

body.converter-page .converter-file-preview,
body.converter-page .converter-export-options,
body.converter-page .converter-file-details{
  border:1px solid rgba(243,232,188,.1);
  border-radius:8px;
  background:rgba(7,8,11,.58);
  color:#fff8ee;
}

body.converter-page .converter-file-preview{
  position:relative;
  min-height:520px;
  overflow:hidden;
}

body.converter-page #converterPreviewCanvas{
  width:100%;
  height:100%;
  min-height:520px;
  display:block;
  background:
    linear-gradient(rgba(239,233,233,.028) 1px,transparent 1px),
    linear-gradient(90deg,rgba(239,233,233,.026) 1px,transparent 1px),
    radial-gradient(420px 260px at 52% 46%,rgba(134,239,172,.12),transparent 74%),
    #07080b;
  background-size:44px 44px,44px 44px,auto,auto;
}

body.converter-page .converter-bg-toggle,
body.converter-page .converter-preview-caption{
  position:absolute;
  z-index:3;
}

body.converter-page .converter-bg-toggle{
  top:14px;
  right:14px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:0 12px;
  border:1px solid rgba(243,232,188,.14);
  border-radius:999px;
  background:rgba(7,8,11,.72);
  color:#fff8ee;
  font-weight:800;
}

body.converter-page .converter-preview-caption{
  left:14px;
  right:14px;
  bottom:14px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:12px 14px;
  border-radius:8px;
  background:rgba(7,8,11,.72);
  color:rgba(255,248,238,.72);
  font-weight:800;
}

body.converter-page .converter-preview-badge,
body.converter-page .converter-file-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:0 10px;
  border:1px solid rgba(134,239,172,.24);
  border-radius:999px;
  background:rgba(11,107,104,.18);
  color:var(--converter-mint);
  font-size:11px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}

body.converter-page .converter-export-options{
  padding:22px;
}

body.converter-page .converter-export-header h3,
body.converter-page .converter-file-heading h2{
  margin:0;
  color:#fff8ee;
  font-family:"Space Grotesk",Inter,sans-serif;
  font-size:28px;
  font-weight:900;
  line-height:1.1;
}

body.converter-page .converter-export-header p{
  margin:8px 0 0;
  color:rgba(255,248,238,.62);
  font-size:14px;
  font-weight:650;
  line-height:1.45;
}

body.converter-page .converter-format-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:18px;
}

body.converter-page .converter-format-option input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

body.converter-page .converter-format-card{
  min-height:92px;
  display:grid;
  align-content:center;
  gap:7px;
  padding:14px;
  border:1px solid rgba(243,232,188,.11);
  border-radius:8px;
  background:rgba(255,248,238,.055);
  color:#fff8ee;
  cursor:pointer;
}

body.converter-page .converter-format-card strong{
  color:#fff8ee !important;
  font-size:22px;
  font-weight:950;
}

body.converter-page .converter-format-card small{
  color:rgba(255,248,238,.58);
  font-size:12px;
  font-weight:750;
  line-height:1.3;
}

body.converter-page .converter-format-option input:checked + .converter-format-card{
  border-color:rgba(134,239,172,.45);
  background:linear-gradient(135deg,rgba(11,107,104,.24),rgba(255,248,238,.065));
  box-shadow:0 0 0 1px rgba(134,239,172,.14);
}

body.converter-page .converter-advanced-toggle{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:18px;
  color:var(--converter-yellow);
  font-weight:900;
  cursor:pointer;
}

body.converter-page .converter-advanced-options{
  display:grid;
  gap:12px;
  margin-top:14px;
}

body.converter-page .converter-option-row,
body.converter-page .converter-field{
  display:grid;
  gap:8px;
  padding:12px;
  border:1px solid rgba(243,232,188,.1);
  border-radius:8px;
  background:rgba(255,248,238,.045);
  color:rgba(255,248,238,.72);
  font-weight:750;
}

body.converter-page .converter-field input{
  min-height:42px;
  border:1px solid rgba(243,232,188,.16);
  border-radius:8px;
  background:rgba(7,8,11,.62);
  color:#fff8ee;
  padding:0 12px;
}

body.converter-page .field-hint{
  color:rgba(255,248,238,.52);
  font-size:12px;
  line-height:1.4;
}

body.converter-page .converter-file-details{
  padding:22px;
}

body.converter-page .converter-file-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}

body.converter-page .converter-file-eyebrow{
  color:var(--converter-yellow);
  font-size:11px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}

body.converter-page .converter-file-summary{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:flex-end;
}

body.converter-page .converter-file-meta{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}

body.converter-page .converter-file-meta li{
  min-height:66px;
  padding:12px;
  border:1px solid rgba(243,232,188,.1);
  border-radius:8px;
  background:rgba(255,248,238,.045);
}

body.converter-page .converter-file-meta span{
  display:block;
  margin-bottom:5px;
  color:rgba(255,248,238,.5);
  font-size:11px;
  font-weight:850;
  text-transform:uppercase;
}

body.converter-page .converter-file-meta strong{
  color:#fff8ee;
  font-weight:900;
}

body.converter-page .converter-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:12px;
  margin-top:20px;
}

body.converter-page .converter-progress{
  display:grid;
  gap:10px;
  margin-top:18px;
  color:#fff8ee;
  font-weight:850;
}

body.converter-page .converter-progress-bar{
  height:10px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,248,238,.1);
}

body.converter-page .converter-progress-fill{
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--converter-orange),var(--converter-mint));
}

body.converter-page .converter-formats-grid,
body.converter-page .converter-usecases-grid,
body.converter-page .converter-faq-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

body.converter-page .converter-steps-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

body.converter-page .converter-format-info,
body.converter-page .converter-step,
body.converter-page .converter-usecase,
body.converter-page .converter-faq{
  position:relative;
  min-height:100%;
  padding:24px;
  border:1px solid rgba(16,19,34,.1);
  border-radius:8px;
  background:var(--converter-paper);
  color:var(--converter-ink);
  box-shadow:0 24px 60px rgba(16,19,34,.07);
  overflow:hidden;
}

body.converter-page .converter-format-info::before,
body.converter-page .converter-step::before,
body.converter-page .converter-usecase::before,
body.converter-page .converter-faq::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:3px;
  background:linear-gradient(90deg,var(--converter-orange),var(--converter-teal));
  opacity:.72;
}

body.converter-page .converter-format-info:nth-child(3n+2)::before,
body.converter-page .converter-step:nth-child(2)::before,
body.converter-page .converter-usecase:nth-child(3n+2)::before,
body.converter-page .converter-faq:nth-child(3n+2)::before{
  background:linear-gradient(90deg,var(--converter-teal),#7ccfe6);
}

body.converter-page .converter-format-info:nth-child(3n+3)::before,
body.converter-page .converter-step:nth-child(3)::before,
body.converter-page .converter-usecase:nth-child(3n+3)::before,
body.converter-page .converter-faq:nth-child(3n+3)::before{
  background:linear-gradient(90deg,var(--converter-yellow),var(--converter-orange));
}

body.converter-page .format-icon,
body.converter-page .usecase-icon,
body.converter-page .converter-step > span{
  display:grid;
  place-items:center;
  width:56px;
  height:56px;
  margin-bottom:18px;
  border-radius:16px;
  background:rgba(11,107,104,.1);
  color:var(--converter-teal);
  font-size:13px;
  font-weight:950;
  letter-spacing:.06em;
}

body.converter-page .format-icon svg{
  width:30px;
  height:30px;
}

body.converter-page .converter-step > span{
  background:rgba(245,79,27,.1);
  color:var(--converter-orange);
}

body.converter-page .converter-format-info h3,
body.converter-page .converter-step h3,
body.converter-page .converter-usecase h3,
body.converter-page .converter-faq h3{
  margin:0 0 10px;
  color:var(--converter-ink);
  font-family:"Space Grotesk",Inter,sans-serif;
  font-size:22px;
  font-weight:900;
  line-height:1.15;
}

body.converter-page .converter-format-info p,
body.converter-page .converter-step p,
body.converter-page .converter-usecase p,
body.converter-page .converter-faq p{
  margin:0;
  color:var(--converter-muted);
  font-size:15px;
  font-weight:650;
  line-height:1.55;
}

body.converter-page .converter-format-info ul{
  display:grid;
  gap:8px;
  margin:18px 0 0;
  padding:0;
  list-style:none;
}

body.converter-page .converter-format-info li{
  position:relative;
  padding-left:18px;
  color:#414858;
  font-size:14px;
  font-weight:700;
  line-height:1.4;
}

body.converter-page .converter-format-info li::before{
  content:"";
  position:absolute;
  left:0;
  top:.62em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--converter-orange);
}

body.converter-page .converter-section:nth-of-type(4),
body.converter-page .converter-section:nth-of-type(6){
  width:100% !important;
  padding:88px max(28px,calc((100% - 1520px) / 2)) !important;
  background:
    radial-gradient(820px 330px at 12% 12%,rgba(245,79,27,.06),transparent 70%),
    radial-gradient(760px 320px at 88% 10%,rgba(11,107,104,.08),transparent 74%),
    #f7f2ef !important;
}

body.converter-page .site-footer{
  margin-top:0;
}

@media(max-width:1180px){
  body.converter-page .desktop-nav{gap:18px}
  body.converter-page .converter-hero{
    grid-template-columns:1fr;
    min-height:auto;
    padding-bottom:72px !important;
  }
  body.converter-page .converter-hero-text{
    width:min(980px,calc(100% - 56px));
    margin:0 auto;
  }
  body.converter-page .converter-hero-visual{
    width:min(640px,calc(100% - 56px));
    margin:0 auto;
  }
  body.converter-page .converter-file-main{
    grid-template-columns:1fr;
  }
  body.converter-page .converter-formats-grid,
  body.converter-page .converter-usecases-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:920px){
  body.converter-page .converter-section-header{
    align-items:flex-start;
    flex-direction:column;
  }
  body.converter-page .converter-hero-stats,
  body.converter-page .converter-file-meta{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body.converter-page .converter-steps-grid,
  body.converter-page .converter-faq-grid{
    grid-template-columns:1fr;
  }
  body.converter-page .converter-video-card{
    grid-template-columns:auto minmax(0,1fr);
  }
  body.converter-page .converter-video-cta{
    grid-column:1 / -1;
    justify-self:start;
  }
}

@media(max-width:760px){
  body.converter-page{
    --header:66px;
    --navH:66px;
  }
  body.converter-page .nav-shell{
    width:calc(100% - 32px);
  }
  body.converter-page .converter-hero{
    padding:calc(var(--navH) + 40px) 0 50px !important;
  }
  body.converter-page .converter-title{
    font-size:clamp(42px,12vw,64px) !important;
  }
  body.converter-page .converter-hero-text > p{
    font-size:16px;
  }
  body.converter-page .converter-hero-actions a{
    width:100%;
  }
  body.converter-page .converter-hero-stats,
  body.converter-page .converter-format-grid,
  body.converter-page .converter-formats-grid,
  body.converter-page .converter-usecases-grid{
    grid-template-columns:1fr;
  }
  body.converter-page .converter-orbit-stage{
    min-height:320px;
  }
  body.converter-page .converter-section,
  body.converter-page .converter-tool-section > .converter-section-header,
  body.converter-page .converter-tool-section > .converter-video-card,
  body.converter-page .converter-tool-section > .converter-tool{
    width:calc(100% - 32px);
  }
  body.converter-page .converter-tool-section{
    padding:62px 0 !important;
  }
  body.converter-page .converter-section{
    padding:62px 0 !important;
  }
  body.converter-page .converter-section:nth-of-type(4),
  body.converter-page .converter-section:nth-of-type(6){
    padding:62px 16px !important;
  }
  body.converter-page .converter-tool{
    padding:14px;
  }
  body.converter-page .converter-upload-area{
    min-height:300px;
  }
  body.converter-page .converter-file-preview,
  body.converter-page #converterPreviewCanvas{
    min-height:360px;
  }
  body.converter-page .converter-actions{
    justify-content:stretch;
  }
  body.converter-page .converter-change-file,
  body.converter-page .converter-export-btn{
    width:100%;
  }
}

@media(max-width:520px){
  body.converter-page .converter-hero-stats,
  body.converter-page .converter-file-meta{
    grid-template-columns:1fr;
  }
  body.converter-page .converter-orbit-card{
    padding:12px;
  }
  body.converter-page .converter-format-node{
    width:56px;
    height:56px;
    font-size:11px;
  }
  body.converter-page .converter-video-card{
    grid-template-columns:1fr;
  }
  body.converter-page .converter-file-header,
  body.converter-page .converter-preview-caption{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media(prefers-reduced-motion:reduce){
  body.converter-page .converter-orbit-ring,
  body.converter-page .converter-core-cube,
  body.converter-page .converter-format-node{
    animation:none;
  }
  body.converter-page .converter-primary-btn,
  body.converter-page .converter-secondary-btn,
  body.converter-page .converter-change-file,
  body.converter-page .converter-export-btn{
    transition:none;
  }
}
