:root {
  --home-ink: #172033;
  --home-muted: #68748a;
  --home-primary: #6658e8;
  --home-primary-dark: #4d3fc9;
  --home-border: #e7e9f2;
  --home-soft: #f6f7fc;
}

.home-page { overflow: hidden; color: var(--home-ink); background: #fff; }
.home-hero { position: relative; padding: 104px 0 100px; background: linear-gradient(145deg, #f8f8ff 0%, #f3f5ff 55%, #f8fbff 100%); }
.home-hero::before { content: ""; position: absolute; inset: 0; opacity: .42; pointer-events: none; background-image: radial-gradient(rgba(102,88,232,.17) .7px, transparent .7px); background-size: 23px 23px; mask-image: linear-gradient(90deg,#000,transparent 70%); -webkit-mask-image: linear-gradient(90deg,#000,transparent 70%); }
.hero-glow { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(1px); }
.hero-glow-left { width: 330px; height: 330px; top: 50px; left: -190px; background: rgba(102,88,232,.11); }
.hero-glow-right { width: 270px; height: 270px; right: -120px; bottom: -50px; background: rgba(31,182,185,.09); }
.hero-row { position: relative; z-index: 1; min-height: 470px; }
.hero-copy { padding-right: 42px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 15px; margin-bottom: 22px; color: #574bcc; background: rgba(102,88,232,.08); border: 1px solid rgba(102,88,232,.14); border-radius: 999px; font-size: 13px; font-weight: 700; }
.eyebrow-dot { width: 8px; height: 8px; background: #43c08d; border-radius: 50%; box-shadow: 0 0 0 5px rgba(67,192,141,.12); }
.hero-copy h1 { margin: 0 0 22px; font-size: clamp(46px,5vw,67px); font-weight: 900; line-height: 1.12; letter-spacing: -.045em; }
.hero-copy h1 span { color: var(--home-primary); }
.hero-description { max-width: 580px; margin-bottom: 30px; color: var(--home-muted); font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 13px; margin-bottom: 25px; }
.home-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 14px 24px; border-radius: 13px; font-size: 15px; font-weight: 700; text-decoration: none; transition: .25s ease; }
.home-btn:hover { transform: translateY(-3px); text-decoration: none; }
.home-btn-primary { color: #fff; background: linear-gradient(135deg,#7062ed,#5546d2); box-shadow: 0 13px 28px rgba(84,69,207,.25); }
.home-btn-primary:hover { color: #fff; box-shadow: 0 17px 34px rgba(84,69,207,.32); }
.home-btn-secondary { color: #4e596e; background: rgba(255,255,255,.74); border: 1px solid var(--home-border); }
.home-btn-secondary:hover { color: var(--home-primary); background: #fff; }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 18px; color: #7b8598; font-size: 12px; }
.hero-assurances i { margin-right: 4px; color: #43ad82; }
.hero-visual { position: relative; padding-left: 35px; }
.converter-preview { position: relative; z-index: 2; padding: 25px; background: rgba(255,255,255,.94); border: 1px solid rgba(222,224,237,.9); border-radius: 25px; box-shadow: 0 30px 70px rgba(43,37,100,.16); transform: rotate(1deg); }
.preview-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--home-border); }
.preview-brand { color: #30394f; font-size: 14px; font-weight: 800; }
.preview-brand i { margin-right: 7px; color: var(--home-primary); }
.preview-status { color: #778195; font-size: 11px; }
.preview-status i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; background: #41bc88; border-radius: 50%; }
.file-flow { display: grid; grid-template-columns: minmax(0,1.3fr) 42px minmax(110px,.7fr); align-items: center; gap: 12px; padding: 26px 0; }
.source-files { display: grid; gap: 11px; }
.file-card { display: flex; align-items: center; min-width: 0; padding: 13px; background: var(--home-soft); border: 1px solid #eceef5; border-radius: 14px; }
.file-icon { display: flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 40px; height: 40px; margin-right: 11px; border-radius: 11px; }
.video-file .file-icon { color: #6354df; background: #e9e6ff; }
.audio-file .file-icon { color: #148e9a; background: #e0f4f5; }
.file-card > span:nth-child(2) { min-width: 0; }
.file-card strong,.file-card small { display: block; }
.file-card strong { overflow: hidden; color: #30394e; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.file-card small { margin-top: 2px; color: #939bac; font-size: 10px; }
.file-check { margin-left: auto; color: #3db982; font-size: 13px; }
.flow-connector { position: relative; display: flex; justify-content: center; }
.flow-connector::before,.flow-connector::after { content: ""; position: absolute; top: 50%; width: 15px; height: 1px; background: #cfcbea; }
.flow-connector::before { left: -2px; }.flow-connector::after { right: -2px; }
.flow-connector span { z-index: 1; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; color: #fff; background: var(--home-primary); border-radius: 50%; font-size: 12px; box-shadow: 0 7px 18px rgba(102,88,232,.25); }
.result-file { display: flex; flex-direction: column; align-items: center; padding: 18px 10px; text-align: center; background: linear-gradient(145deg,#6e60eb,#5142cb); border-radius: 17px; box-shadow: 0 13px 25px rgba(83,67,204,.23); }
.result-icon { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: 10px; color: var(--home-primary); background: #fff; border-radius: 50%; font-size: 14px; }
.result-file strong { color: #fff; font-size: 12px; }.result-file small { margin-top: 3px; color: rgba(255,255,255,.72); font-size: 10px; }
.progress-copy { display: flex; justify-content: space-between; margin-bottom: 8px; color: #858da0; font-size: 10px; }.progress-copy strong { color: #4db289; }
.progress-track { height: 7px; overflow: hidden; background: #ecedf4; border-radius: 99px; }.progress-track span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg,#7062ea,#43bf91); border-radius: inherit; }
.visual-float { position: absolute; z-index: 3; display: flex; align-items: center; padding: 11px 14px; background: #fff; border: 1px solid var(--home-border); border-radius: 14px; box-shadow: 0 13px 32px rgba(45,39,97,.13); }
.visual-float > i { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; margin-right: 9px; border-radius: 10px; }
.visual-float strong,.visual-float small { display: block; white-space: nowrap; }.visual-float strong { color: #364057; font-size: 11px; }.visual-float small { color: #969dac; font-size: 9px; }
.float-speed { top: -28px; right: -5px; }.float-speed > i { color: #bd7e19; background: #fff1d3; }
.float-secure { bottom: -28px; left: 5px; }.float-secure > i { color: #258d70; background: #dcf3e9; }
.home-stats { position: relative; z-index: 5; margin-top: -38px; }
.stats-shell { display: grid; grid-template-columns: 1fr 1px 1fr 1px 1fr; align-items: center; min-height: 92px; padding: 20px 36px; background: #fff; border: 1px solid var(--home-border); border-radius: 20px; box-shadow: 0 18px 45px rgba(41,36,91,.1); }
.stat-item { display: grid; grid-template-columns: 46px minmax(90px,auto); align-items: center; justify-content: center; column-gap: 14px; min-width: 0; }
.stat-icon { display: inline-flex !important; align-items: center; justify-content: center; width: 46px; height: 46px; margin: 0; color: var(--home-primary); background: #efedff; border-radius: 14px; line-height: 1; }
.stat-icon i { display: block; width: 1em; margin: 0; text-align: center; line-height: 1; }
.stat-item > div { min-width: 0; }
.stat-item strong,.stat-item > div span { display: block; line-height: 1.2; }.stat-item strong { margin-bottom: 5px; color: #273047; font-size: 20px; font-weight: 800; white-space: nowrap; }.stat-item > div span { color: #9299a9; font-size: 11px; white-space: nowrap; }
.stat-divider { justify-self: center; width: 1px; height: 38px; background: var(--home-border); }
.home-section { padding: 92px 0; }
.home-section-heading { margin: 0 auto 46px; text-align: center; }
.home-section-heading > span { display: block; margin-bottom: 8px; color: var(--home-primary); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.home-section-heading h2 { margin: 0 0 12px; color: var(--home-ink); font-size: 36px; font-weight: 900; letter-spacing: -.03em; }
.home-section-heading p { margin: 0; color: var(--home-muted); font-size: 15px; line-height: 1.8; }
.home-features { background: #fff; }.feature-row { margin-bottom: -24px; }
.feature-card { position: relative; height: 100%; min-height: 260px; padding: 29px 25px; overflow: hidden; background: #fff; border: 1px solid var(--home-border); border-radius: 19px; transition: .28s ease; }
.feature-card:hover { border-color: rgba(102,88,232,.28); box-shadow: 0 18px 42px rgba(45,39,96,.1); transform: translateY(-6px); }
.feature-icon { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; margin-bottom: 25px; border-radius: 15px; font-size: 21px; }
.feature-purple { color: #5f51dc; background: #ebe8ff; }.feature-blue { color: #267eb9; background: #e4f2fb; }.feature-green { color: #218c69; background: #e0f4eb; }.feature-orange { color: #ba7925; background: #fff0d8; }
.feature-card h3 { margin: 0 0 11px; color: #293248; font-size: 19px; font-weight: 800; }.feature-card p { margin: 0; color: #737d90; font-size: 13px; line-height: 1.8; }
.feature-index { position: absolute; right: 19px; bottom: 12px; color: #f0f1f6; font-size: 46px; font-weight: 900; }
.home-steps { background: #f7f8fc; }.steps-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }.steps-intro { position: sticky; top: 100px; }.home-section-heading.text-left { margin-bottom: 24px; text-align: left; }.steps-link { color: var(--home-primary); font-size: 14px; font-weight: 700; text-decoration: none; }.steps-link i { margin-left: 6px; transition: transform .2s; }.steps-link:hover { color: var(--home-primary-dark); text-decoration: none; }.steps-link:hover i { transform: translateX(4px); }
.steps-list { display: grid; gap: 14px; }.step-card { display: grid; grid-template-columns: 58px 1fr 45px; align-items: center; gap: 17px; padding: 23px 25px; background: #fff; border: 1px solid var(--home-border); border-radius: 17px; transition: .25s ease; }.step-card:hover { border-color: rgba(102,88,232,.25); box-shadow: 0 13px 30px rgba(44,39,94,.08); transform: translateX(5px); }.step-number { color: var(--home-primary); font-size: 13px; font-weight: 900; letter-spacing: .08em; }.step-card h3 { margin: 0 0 6px; color: #2c354b; font-size: 16px; font-weight: 800; }.step-card p { margin: 0; color: #7c8597; font-size: 12px; line-height: 1.65; }.step-card code { padding: 2px 5px; color: #594bd1; background: #efedff; border-radius: 5px; }.step-symbol { color: #c9cdda; font-size: 24px; text-align: center; }
.home-trust { padding: 40px 0; background: #fff; border-bottom: 1px solid var(--home-border); }.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }.trust-item { display: flex; align-items: center; justify-content: center; padding: 12px 20px; border-right: 1px solid var(--home-border); }.trust-item:last-child { border-right: 0; }.trust-item > i { margin-right: 12px; color: var(--home-primary); font-size: 23px; }.trust-item strong,.trust-item span { display: block; }.trust-item strong { margin-bottom: 3px; color: #354057; font-size: 13px; }.trust-item span { color: #939aaa; font-size: 10px; }
.home-cta { position: relative; padding: 54px 0 0; overflow: hidden; color: #fff; text-align: center; background: linear-gradient(135deg,#6f61eb,#4e40c7); }.home-cta::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(#fff .8px,transparent .8px); background-size: 22px 22px; }.cta-orb { position: absolute; width: 330px; height: 330px; right: -120px; top: -170px; background: rgba(255,255,255,.09); border-radius: 50%; }.cta-content { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; padding: 26px 0 34px; }.cta-label { display: block; margin-bottom: 10px; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 800; letter-spacing: .16em; }.home-cta h2 { margin: 0 0 11px; font-size: 32px; font-weight: 900; letter-spacing: -.03em; }.home-cta p { margin-bottom: 21px; color: rgba(255,255,255,.8); font-size: 15px; }.home-btn-light { color: var(--home-primary); background: #fff; box-shadow: 0 13px 28px rgba(28,21,92,.24); }.home-btn-light:hover { color: var(--home-primary-dark); background: #fff; }
@media (max-width: 991px) { .home-hero { padding: 75px 0 90px; }.hero-row { min-height: auto; }.hero-copy { padding-right: 15px; text-align: center; }.hero-description { margin-right: auto; margin-left: auto; }.hero-actions,.hero-assurances { justify-content: center; }.hero-visual { max-width: 650px; padding-left: 15px; margin: 75px auto 0; }.steps-layout { grid-template-columns: 1fr; gap: 36px; }.steps-intro { position: static; }.home-section-heading.text-left { text-align: center !important; }.steps-link { display: block; text-align: center; }.trust-grid { grid-template-columns: 1fr 1fr; }.trust-item:nth-child(2) { border-right: 0; }.trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--home-border); } }
@media (max-width: 767px) { .home-hero { padding: 55px 0 76px; }.hero-copy h1 { font-size: 42px; }.hero-description { font-size: 15px; }.hero-actions { flex-direction: column; }.home-btn { width: 100%; max-width: 330px; }.hero-assurances { gap: 11px; }.hero-visual { margin-top: 65px; }.visual-float { display: none; }.converter-preview { padding: 18px; transform: none; }.file-flow { grid-template-columns: 1fr; }.flow-connector { height: 32px; }.flow-connector::before,.flow-connector::after { display: none; }.result-file { flex-direction: row; justify-content: center; gap: 8px; }.result-icon { width: 30px; height: 30px; margin: 0; }.home-stats { margin-top: -25px; }.stats-shell { grid-template-columns: 1fr; padding: 10px 20px; }.stat-item { grid-template-columns: 46px 1fr; justify-content: stretch; width: 100%; padding: 14px 0; }.stat-divider { width: 100%; height: 1px; }.home-section { padding: 68px 0; }.home-section-heading { margin-bottom: 34px; }.home-section-heading h2,.home-cta h2 { font-size: 29px; }.step-card { grid-template-columns: 45px 1fr; padding: 20px 18px; }.step-symbol { display: none; }.trust-item { padding: 15px 8px; }.trust-item > i { font-size: 19px; }.home-cta { padding: 66px 0; } }
@media (prefers-reduced-motion: reduce) { .home-page * { scroll-behavior: auto !important; transition: none !important; } }
