.svtv{
    background:#05090d;
    color:#fff;
}

.svtv *{
    box-sizing:border-box;
}

.svtv-container{
    width:min(1152px,calc(100% - 40px));
    margin:0 auto;
}

.svtv-hero{
    position:relative;
    overflow:hidden;
    border-top:1px solid rgba(215,169,75,.1);
    border-bottom:1px solid rgba(215,169,75,.1);
    background:#05090d;
    padding:64px 0;
}

.svtv-glow{
    position:absolute;
    pointer-events:none;
    border-radius:999px;
    filter:blur(80px);
}

.svtv-glow-left{
    width:290px;
    height:290px;
    left:-100px;
    top:40px;
    background:rgba(215,169,75,.10);
}

.svtv-glow-right{
    width:320px;
    height:320px;
    right:-100px;
    bottom:0;
    background:rgba(215,169,75,.04);
}

.svtv-hero-grid{
    position:relative;
    display:grid;
    grid-template-columns:1.05fr .95fr;
    align-items:center;
    gap:40px;
}

.svtv-eyebrow{
    color:#d7a94b;
    font-size:13px;
    font-weight:900;
    letter-spacing:.22em;
    text-transform:uppercase;
}

.svtv h1{
    margin:16px 0 0;
    font-size:clamp(48px,6vw,72px);
    line-height:.98;
    font-weight:900;
}

.svtv h1 span{
    color:#d7a94b;
}

.svtv-hero-text{
    max-width:680px;
    margin:20px 0 0;
    color:rgba(255,255,255,.8);
    font-size:18px;
    line-height:1.75;
}

.svtv-actions{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:28px;
}

.svtv-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 28px;
    border-radius:999px;
    text-decoration:none;
    font-weight:800;
}

.svtv-btn-gold{
    background:#d7a94b;
    color:#05090d;
}

.svtv-btn-outline{
    border:1px solid rgba(255,255,255,.25);
    background:rgba(0,0,0,.2);
    color:#fff;
}

.svtv-chip{
    display:inline-flex;
    gap:8px;
    margin-top:28px;
    padding:12px 20px;
    border:1px solid rgba(215,169,75,.4);
    border-radius:16px;
    background:rgba(215,169,75,.08);
    color:rgba(255,255,255,.8);
}

.svtv-chip span{
    color:#d7a94b;
}

.svtv-main-demo{
    overflow:hidden;
    border:1px solid rgba(215,169,75,.3);
    border-radius:32px;
    background:#000;
    box-shadow:0 30px 80px rgba(0,0,0,.4);
}

.svtv-demo-player{
    position:relative;
    aspect-ratio:3/4;
    background:#000;
}

.svtv-demo-player video,
.svtv-demo-player img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.svtv-demo-player img{
    display:none;
}

.svtv-types{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    margin-top:40px;
}

.svtv-types article{
    padding:24px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:24px;
    background:rgba(8,13,18,.7);
}

.svtv-icon{
    font-size:30px;
}

.svtv-types h3,
.svtv-feature-grid h3{
    margin:14px 0 0;
    font-size:20px;
}

.svtv-types p,
.svtv-feature-grid p{
    color:#aab3bf;
    font-size:14px;
    line-height:1.7;
}

.svtv-demos{
    margin-top:56px;
    scroll-margin-top:100px;
}

.svtv-section-head h2,
.svtv-function h2,
.svtv-wide-content h2,
.svtv-control-head h2,
.svtv-form-title h2{
    margin:8px 0 0;
    font-size:32px;
    font-weight:900;
}

.svtv-section-head p,
.svtv-form-title p{
    max-width:760px;
    color:rgba(255,255,255,.7);
}

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

.svtv-demo-card{
    overflow:hidden;
    border:1px solid rgba(215,169,75,.2);
    border-radius:32px;
    background:rgba(8,13,18,.8);
}

.svtv-card-media{
    aspect-ratio:3/4;
    background:#000;
}

.svtv-card-media video{
    width:100%;
    height:100%;
    object-fit:cover;
}

.svtv-card-content{
    padding:24px;
}

.svtv-card-content h3{
    margin:0;
    font-size:24px;
}

.svtv-card-content p{
    color:#aab3bf;
}

.svtv-function{
    margin-top:56px;
    padding:32px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:32px;
    background:rgba(8,13,18,.7);
}

.svtv-function-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:32px;
}

.svtv-text{
    color:rgba(255,255,255,.7);
    line-height:1.8;
}

.svtv-checks{
    display:grid;
    gap:12px;
    margin-top:24px;
}

.svtv-checks > div{
    display:flex;
    gap:12px;
    padding:16px;
    border-radius:16px;
    background:rgba(5,9,13,.7);
}

.svtv-checks span{
    color:#d7a94b;
    font-weight:900;
}

.svtv-checks p{
    margin:0;
    color:#aab3bf;
}

.svtv-checks strong{
    display:block;
    color:#fff;
}

.svtv-feature-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
}

.svtv-feature-grid article{
    padding:24px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:24px;
    background:rgba(5,9,13,.6);
}

.svtv-feature-icon{
    color:#d7a94b;
    font-size:30px;
}

.svtv-wide-demo{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    margin-top:56px;
    overflow:hidden;
    border:1px solid rgba(215,169,75,.2);
    border-radius:32px;
    background:rgba(8,13,18,.8);
}

.svtv-wide-video{
    position:relative;
    min-height:420px;
    background:#000;
}

.svtv-wide-video video{
    width:100%;
    height:100%;
    object-fit:contain;
}

.svtv-video-label{
    position:absolute;
    left:20px;
    top:20px;
    padding:9px 16px;
    border-radius:999px;
    background:rgba(0,0,0,.65);
    font-weight:800;
}

.svtv-wide-content{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:40px;
}

.svtv-wide-content p{
    color:rgba(255,255,255,.7);
    line-height:1.8;
}

.svtv-muted{
    color:#aab3bf!important;
}

.svtv-quote-cta{
    margin-top:40px;
    padding:32px;
    border:1px solid rgba(215,169,75,.3);
    border-radius:32px;
    background:linear-gradient(90deg,rgba(215,169,75,.10),rgba(0,0,0,.3));
    text-align:center;
}

.svtv-quote-cta h2{
    margin:0;
    font-size:30px;
}

.svtv-quote-cta p{
    max-width:700px;
    margin:12px auto 24px;
    color:rgba(255,255,255,.7);
}

.svtv-control{
    background:#05090d;
    padding:10px 0 60px;
}

.svtv-control-box{
    overflow:hidden;
    border:1px solid rgba(215,169,75,.2);
    border-radius:32px;
    background:rgba(8,13,18,.75);
}

.svtv-control-head{
    padding:40px;
    border-bottom:1px solid rgba(255,255,255,.1);
}

.svtv-control-head p{
    max-width:850px;
    color:rgba(255,255,255,.7);
    line-height:1.75;
}

.svtv-hardware-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    padding:40px;
}

.svtv-hardware-grid article{
    padding:24px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:28px;
    background:rgba(5,9,13,.65);
}

.svtv-small-chip{
    display:inline-block;
    padding:6px 12px;
    border-radius:999px;
    background:rgba(215,169,75,.15);
    color:#e6c879;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
}

.svtv-hardware-grid h3{
    font-size:26px;
}

.svtv-hardware-grid p{
    color:rgba(255,255,255,.7);
    line-height:1.75;
}

.svtv-sequence{
    margin-top:20px;
    padding:16px;
    border:1px solid rgba(215,169,75,.2);
    border-radius:16px;
    background:rgba(215,169,75,.06);
    font-weight:800;
}

.svtv-hydra-stats{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin-top:20px;
}

.svtv-hydra-stats div{
    padding:16px;
    border-radius:16px;
    background:#080d12;
}

.svtv-hydra-stats strong,
.svtv-hydra-stats span{
    display:block;
}

.svtv-hydra-stats span{
    color:#aab3bf;
    font-size:13px;
}

.svtv-trigger-section{
    padding:0 40px 40px;
}

.svtv-trigger-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    margin-top:20px;
}

.svtv-trigger-grid article{
    padding:20px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:24px;
    background:rgba(5,9,13,.65);
}

.svtv-trigger-grid article > div{
    font-size:28px;
}

.svtv-trigger-grid h4{
    margin:12px 0 0;
    font-size:18px;
}

.svtv-trigger-grid p{
    color:#aab3bf;
    line-height:1.7;
}

.svtv-config-info{
    margin-top:24px;
    padding:20px;
    border:1px solid rgba(215,169,75,.25);
    border-radius:24px;
    background:linear-gradient(90deg,rgba(215,169,75,.08),rgba(0,0,0,.2));
}

.svtv-config-info p{
    color:rgba(255,255,255,.7);
}

.svtv-form-section{
    padding:40px 0 70px;
    background:#05090d;
}

.svtv-form-title{
    text-align:center;
    margin-bottom:22px;
}

.svtv-form-title p{
    margin-left:auto;
    margin-right:auto;
    color:#aab3bf;
}

.svtv-form{
    padding:24px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:26px;
    background:#080d12;
}

.svtv-form-grid{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:20px;
}

.svtv-form-left{
    display:grid;
    gap:20px;
}

.svtv-label{
    display:block;
    margin-bottom:10px;
    font-weight:800;
}

.svtv-choice-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:8px;
}

.svtv-choice input,
.svtv-universe input{
    position:absolute;
    opacity:0;
    pointer-events:none;
}

.svtv-choice span{
    display:block;
    min-height:48px;
    padding:10px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:12px;
    background:#05090d;
    font-size:12px;
    font-weight:800;
    cursor:pointer;
}

.svtv-choice input:checked + span{
    border-color:#e6c879;
    background:rgba(215,169,75,.1);
    box-shadow:0 0 0 1px rgba(215,169,75,.2);
}

.svtv-person-grid{
    display:grid;
    grid-template-columns:180px 1fr;
    gap:12px;
}

.svtv-photo-box{
    padding:12px;
    border:1px solid rgba(215,169,75,.3);
    border-radius:16px;
    background:rgba(5,9,13,.8);
}

.svtv-photo-title{
    margin-bottom:8px;
    font-size:14px;
    font-weight:900;
}

.svtv-upload{
    display:flex;
    min-height:100px;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border:2px dashed rgba(255,255,255,.15);
    border-radius:12px;
    background:#080d12;
    cursor:pointer;
}

.svtv-upload input{
    display:none;
}

.svtv-upload small{
    color:rgba(255,255,255,.4);
}

#svtv-photo-preview img{
    width:100%;
    max-height:120px;
    margin-top:10px;
    border-radius:10px;
    object-fit:cover;
}

.svtv-contact-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
}

.svtv-contact-grid label,
.svtv-screen-grid label,
.svtv-description{
    display:block;
}

.svtv-contact-grid span,
.svtv-screen-grid label > span,
.svtv-description > span{
    display:block;
    margin-bottom:5px;
    font-size:13px;
    font-weight:800;
}

.svtv-full{
    grid-column:1/-1;
}

.svtv input,
.svtv select,
.svtv textarea{
    width:100%;
    border:1px solid rgba(255,255,255,.15);
    border-radius:12px;
    background:#05090d;
    color:#fff;
    padding:10px 12px;
    font:inherit;
}

.svtv input:focus,
.svtv select:focus,
.svtv textarea:focus{
    outline:none;
    border-color:#d7a94b;
}

.svtv-universe-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:8px;
}

.svtv-universe-box{
    display:flex;
    min-height:66px;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,.15);
    border-radius:12px;
    background:#05090d;
    cursor:pointer;
}

.svtv-universe-box b{
    font-size:20px;
}

.svtv-universe-box small{
    margin-top:3px;
    font-weight:900;
}

.svtv-universe input:checked + .svtv-universe-box{
    border-color:#e6c879;
    background:rgba(215,169,75,.1);
}

.svtv-screen-box{
    padding:14px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:16px;
    background:rgba(5,9,13,.7);
}

.svtv-screen-box h3{
    margin:0 0 10px;
    font-size:15px;
}

.svtv-screen-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}

.svtv-custom-size{
    grid-column:1/-1;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}

.svtv-custom-size[hidden]{
    display:none;
}

.svtv-sound{
    display:flex!important;
    align-items:center;
    justify-content:space-between;
    padding:10px 12px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:12px;
    background:#05090d;
}

.svtv-sound span{
    margin:0!important;
}

.svtv-sound small{
    display:block;
    color:rgba(255,255,255,.4);
}

.svtv-sound input{
    width:auto;
}

.svtv-form-right{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.svtv-description small{
    display:block;
    margin-bottom:8px;
    color:#aab3bf;
    line-height:1.5;
}

.svtv-description textarea{
    min-height:225px;
    resize:vertical;
    border-color:rgba(215,169,75,.4);
}

.svtv-gold-info{
    padding:12px;
    border:1px solid rgba(215,169,75,.2);
    border-radius:12px;
    background:rgba(215,169,75,.10);
    color:#e6c879;
    font-size:12px;
    line-height:1.6;
}

.svtv-consent{
    display:flex;
    gap:10px;
    padding:12px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:12px;
    font-size:12px;
}

.svtv-consent input{
    width:auto;
    margin-top:2px;
}

.svtv-submit{
    width:100%;
    border:0;
    border-radius:12px;
    padding:13px 18px;
    background:linear-gradient(90deg,#e6c879,#b98a32);
    color:#05090d;
    font-size:16px;
    font-weight:900;
    cursor:pointer;
}

.svtv-success,
.svtv-error{
    max-width:900px;
    margin:0 auto;
    padding:24px;
    border-radius:24px;
}

.svtv-success{
    border:1px solid rgba(34,197,94,.3);
    background:rgba(6,78,59,.2);
}

.svtv-error{
    margin-bottom:15px;
    border:1px solid rgba(239,68,68,.3);
    background:rgba(127,29,29,.2);
    color:#fecaca;
}

@media(max-width:900px){

    .svtv-hero-grid,
    .svtv-function-grid,
    .svtv-wide-demo,
    .svtv-form-grid{
        grid-template-columns:1fr;
    }

    .svtv-main-demo{
        max-width:560px;
        margin:0 auto;
        width:100%;
    }

    .svtv-types,
    .svtv-demo-grid,
    .svtv-trigger-grid{
        grid-template-columns:1fr;
    }

    .svtv-feature-grid,
    .svtv-hardware-grid{
        grid-template-columns:1fr;
    }

    .svtv-universe-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media(max-width:600px){

    .svtv-container{
        width:min(100% - 24px,1152px);
    }

    .svtv-hero{
        padding:40px 0;
    }

    .svtv h1{
        font-size:44px;
    }

    .svtv-section-head h2,
    .svtv-function h2,
    .svtv-wide-content h2,
    .svtv-control-head h2,
    .svtv-form-title h2{
        font-size:27px;
    }

    .svtv-actions{
        flex-direction:column;
    }

    .svtv-btn{
        width:100%;
    }

    .svtv-person-grid{
        grid-template-columns:1fr;
    }

    .svtv-contact-grid,
    .svtv-screen-grid,
    .svtv-custom-size{
        grid-template-columns:1fr;
    }

    .svtv-choice-grid{
        grid-template-columns:1fr 1fr;
    }

    .svtv-universe-grid{
        grid-template-columns:1fr 1fr;
    }

    .svtv-function,
    .svtv-control-head,
    .svtv-hardware-grid,
    .svtv-trigger-section,
    .svtv-form{
        padding:20px;
    }

    .svtv-wide-content{
        padding:24px;
    }

}

/* =========================================================
   SPECTRAVISION - AJUSTEMENT ECHELLE TABLEAUX VIVANTS
   ========================================================= */

.svtv-container{
    width:min(1180px,calc(100% - 48px));
}

.svtv-hero{
    padding:88px 0 78px;
}

.svtv-hero-grid{
    gap:56px;
}

.svtv h1{
    font-size:clamp(58px,6.2vw,84px);
    line-height:.96;
}

.svtv-hero-text{
    margin-top:26px;
    max-width:720px;
    font-size:19px;
    line-height:1.8;
}

.svtv-actions{
    margin-top:34px;
    gap:14px;
}

.svtv-btn{
    min-height:52px;
    padding:16px 30px;
    font-size:16px;
}

.svtv-chip{
    margin-top:30px;
    padding:14px 22px;
}

.svtv-main-demo{
    border-radius:36px;
}

.svtv-types{
    margin-top:54px;
    gap:20px;
}

.svtv-types article{
    min-height:170px;
    padding:30px;
}

.svtv-icon{
    font-size:34px;
}

.svtv-types h3,
.svtv-feature-grid h3{
    font-size:22px;
}

.svtv-types p,
.svtv-feature-grid p{
    font-size:15px;
    line-height:1.75;
}

.svtv-demos{
    margin-top:74px;
}

.svtv-section-head h2,
.svtv-function h2,
.svtv-wide-content h2,
.svtv-control-head h2,
.svtv-form-title h2{
    font-size:38px;
    line-height:1.15;
}

.svtv-section-head p,
.svtv-form-title p{
    font-size:16px;
    line-height:1.75;
}

.svtv-demo-grid{
    gap:28px;
    margin-top:30px;
}

.svtv-demo-card{
    border-radius:34px;
}

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

.svtv-card-content h3{
    font-size:26px;
}

.svtv-card-content p{
    font-size:15px;
    line-height:1.7;
}

.svtv-function{
    margin-top:74px;
    padding:42px;
}

.svtv-function-grid{
    gap:42px;
}

.svtv-text{
    font-size:16px;
}

.svtv-checks{
    margin-top:30px;
    gap:14px;
}

.svtv-checks > div{
    padding:18px;
}

.svtv-checks p{
    font-size:14px;
    line-height:1.6;
}

.svtv-feature-grid{
    gap:18px;
}

.svtv-feature-grid article{
    min-height:190px;
    padding:28px;
}

.svtv-feature-icon{
    font-size:34px;
}

.svtv-wide-demo{
    margin-top:74px;
}

.svtv-wide-video{
    min-height:500px;
}

.svtv-wide-content{
    padding:52px;
}

.svtv-wide-content p{
    font-size:16px;
}

.svtv-quote-cta{
    margin-top:48px;
    padding:42px;
}

.svtv-quote-cta h2{
    font-size:34px;
}

.svtv-quote-cta p{
    font-size:16px;
    line-height:1.7;
}

.svtv-control{
    padding:26px 0 80px;
}

.svtv-control-head{
    padding:50px;
}

.svtv-control-head p{
    font-size:16px;
    line-height:1.8;
}

.svtv-hardware-grid{
    gap:24px;
    padding:50px;
}

.svtv-hardware-grid article{
    min-height:300px;
    padding:30px;
}

.svtv-hardware-grid h3{
    font-size:29px;
}

.svtv-hardware-grid p{
    font-size:15px;
}

.svtv-trigger-section{
    padding:0 50px 50px;
}

.svtv-trigger-section > h3{
    font-size:28px;
}

.svtv-trigger-grid{
    gap:20px;
}

.svtv-trigger-grid article{
    min-height:180px;
    padding:24px;
}

.svtv-trigger-grid h4{
    font-size:20px;
}

.svtv-trigger-grid p{
    font-size:14px;
}

.svtv-config-info{
    padding:24px;
}

.svtv-form-section{
    padding:56px 0 90px;
}

.svtv-form-title{
    margin-bottom:30px;
}

.svtv-form{
    padding:32px;
    border-radius:30px;
}

.svtv-form-grid{
    gap:28px;
}

.svtv-form-left{
    gap:24px;
}

.svtv-choice-grid{
    gap:10px;
}

.svtv-choice span{
    min-height:56px;
    padding:12px;
    font-size:13px;
}

.svtv-person-grid{
    grid-template-columns:200px 1fr;
    gap:16px;
}

.svtv-photo-box{
    padding:15px;
}

.svtv-upload{
    min-height:125px;
}

.svtv-contact-grid{
    gap:10px;
}

.svtv input,
.svtv select,
.svtv textarea{
    min-height:46px;
    padding:11px 13px;
    font-size:14px;
}

.svtv-universe-grid{
    gap:10px;
}

.svtv-universe-box{
    min-height:78px;
}

.svtv-universe-box b{
    font-size:24px;
}

.svtv-universe-box small{
    font-size:12px;
}

.svtv-screen-box{
    padding:18px;
}

.svtv-screen-box h3{
    font-size:17px;
}

.svtv-screen-grid{
    gap:12px;
}

.svtv-description textarea{
    min-height:300px;
}

.svtv-gold-info{
    padding:14px;
    font-size:13px;
}

.svtv-consent{
    padding:14px;
    font-size:13px;
    line-height:1.6;
}

.svtv-submit{
    min-height:52px;
    font-size:17px;
}

@media(max-width:900px){

    .svtv-container{
        width:min(100% - 32px,1180px);
    }

    .svtv-hero{
        padding:64px 0;
    }

    .svtv h1{
        font-size:56px;
    }

    .svtv-types article{
        min-height:auto;
    }

    .svtv-feature-grid article,
    .svtv-hardware-grid article,
    .svtv-trigger-grid article{
        min-height:auto;
    }

}

@media(max-width:600px){

    .svtv-container{
        width:min(100% - 22px,1180px);
    }

    .svtv-hero{
        padding:46px 0;
    }

    .svtv h1{
        font-size:46px;
    }

    .svtv-hero-text{
        font-size:17px;
    }

    .svtv-section-head h2,
    .svtv-function h2,
    .svtv-wide-content h2,
    .svtv-control-head h2,
    .svtv-form-title h2{
        font-size:30px;
    }

    .svtv-function,
    .svtv-control-head,
    .svtv-hardware-grid,
    .svtv-trigger-section,
    .svtv-form{
        padding:24px;
    }

    .svtv-wide-content{
        padding:28px;
    }

}
