/* ==========================
   RESET
========================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

::selection{
    background:rgba(201,165,92,.35);
    color:#fff;
}

::-webkit-scrollbar{
    width:10px;
}

::-webkit-scrollbar-track{
    background:#050810;
}

::-webkit-scrollbar-thumb{
    background:rgba(201,165,92,.45);
    border-radius:10px;
}

::-webkit-scrollbar-thumb:hover{
    background:rgba(201,165,92,.7);
}

html{
    scrollbar-color:rgba(201,165,92,.45) #050810;
    scrollbar-width:thin;
}

a:focus-visible,
button:focus-visible,
input:focus-visible{
    outline:2px solid #C9A55C;
    outline-offset:3px;
}

/* Плавное появление блоков при скролле — работает только если JS
   подтвердил поддержку IntersectionObserver (класс .js на html),
   иначе контент остаётся видимым как обычно */

.js .reveal{
    opacity:0;
    transform:translateY(28px);
    transition:opacity .8s ease, transform .8s ease;
}

.js .reveal.is-visible{
    opacity:1;
    transform:translateY(0);
}

.js .reveal-delay-1.is-visible{ transition-delay:.1s; }
.js .reveal-delay-2.is-visible{ transition-delay:.2s; }
.js .reveal-delay-3.is-visible{ transition-delay:.3s; }

body{

    background: linear-gradient(
        180deg,
        #101a2c 0%,
        #0a1220 22%,
        #05080f 50%,
        #020306 78%,
        #000000 100%
    );

    background-attachment: fixed;

    background-repeat: no-repeat;

    background-size: cover;

    color:#fff;

    font-family:Arial, Helvetica, sans-serif;

}

/* ==========================
   HEADER
========================== */

.header{

    position:fixed;

    top:0;
    left:0;

    width:100%;

    height:100px;

    background:rgba(13,20,34,.72);

    backdrop-filter:blur(18px);

    border-bottom:1px solid rgba(212,175,106,.15);

    z-index:1000;

}

.header-container{

    width:96%;

    max-width:1800px;

    height:100%;

    margin:0 auto;

    display:flex;

    align-items:center;

    justify-content:space-between;

}
/* ==========================
   LOGO
========================== */

.logo{

    display:flex;

    align-items:center;

    height:100%;

}

.logo img{

    width:220px;

    display:block;

    margin-top:-7px;

}

.logo img{

    transition:0.35s ease;

}

.logo:hover img{

    transform:scale(1.06);

}

/* ==========================
   MENU
========================== */

.nav{

    display:flex;

    align-items:center;

    gap:55px;

    margin-left:60px;

    margin-right:60px;

}

.nav a{

    color:white;

    text-decoration:none;

    font-size:15px;

    font-weight:600;

    letter-spacing:1px;

    transition:.3s;

}

.nav a:hover{

    color:#D4AF6A;

}

/* ==========================
   BURGER
========================== */

.burger{

    display:none;

    background:none;

    border:none;

    color:#D4AF6A;

    font-size:34px;

    cursor:pointer;

    padding:0;

    line-height:1;

}

/* ==========================
   BUTTON
========================== */

.cta-button{

    justify-self:end;

    display:flex;

    justify-content:center;

    align-items:center;

    width:240px;

    height:54px;

    border-radius:50px;

    background:#D4AF6A;

    color:#111;

    text-decoration:none;

    font-weight:700;

    transition:.35s;

}

.cta-button:hover{

    background:#E2C27C;

    transform:translateY(-2px);

    box-shadow:0 12px 35px rgba(212,175,106,.35);

}

/* ===================================================
   HERO
=================================================== */

.hero{

    position: relative;

    height: calc(100vh - 100px);

    min-height: 860px;

    display: flex;

    align-items: center;

    overflow: hidden;

}


/* затемнение сверху */


/* контент */

.hero-content{

    position:relative;

    z-index:2;

    width:650px;

    margin-left:135px;

    margin-top:65px;
}

.hero-subtitle{

    display:block;

    margin-top:95px;

    margin-bottom:40px;

  font-family: "Bodoni Moda", serif;

    font-size:31px;

    font-weight:500;

    letter-spacing:3px;

  color: #C9A55C;

    text-transform:uppercase;

    line-height:1;

}

.hero h1{

    font-family: "EB Garamond", serif;

  color: #DDD2CD;

    font-size:88px;

    line-height:.88;

    font-weight:550;

    letter-spacing:-2px;

    margin-bottom:42px;

    text-shadow: 0 2px 20px rgba(0,0,0,.45);

}

.hero p{

    width:620px;

    font-size:22px;

    line-height:1.8;

    color:#9A9A9A;

    margin-bottom:52px;
}

.hero-buttons{

    display:flex;

    gap:28px;
}

/* Карточка статистики в правом нижнем углу */

.hero-stats{

    position:absolute;

    right:135px;

    bottom:70px;

    z-index:2;

    display:flex;

    align-items:center;

    gap:36px;

    padding:32px 44px;

    background:rgba(255,255,255,.03);

    border:1px solid rgba(201,165,92,.18);

    border-radius:20px;

    backdrop-filter:blur(18px);

    -webkit-backdrop-filter:blur(18px);

}

.hero-stat{

    display:flex;

    flex-direction:column;

    align-items:center;

    text-align:center;

}

.hero-stat-number{

    font-family:"Cormorant Garamond", serif;

    font-size:40px;

    font-weight:600;

    color:#C9A55C;

    line-height:1;

    margin-bottom:8px;

}

.hero-stat-label{

    font-size:13px;

    color:#9A9A9A;

    letter-spacing:.5px;

    max-width:110px;

    line-height:1.4;

}

.hero-stat-divider{

    width:1px;

    height:48px;

    background:rgba(201,165,92,.25);

}

@media (max-width:1200px){

    .hero-stats{
        display:none;
    }

}

/* Золотая кнопка */

.gold-btn{

    display:flex;

    justify-content:center;

    align-items:center;

    width:290px;

    height:68px;

    border-radius:8px;

    background:#C9A55C;

    color:#111;

    text-decoration:none;

    font-weight:700;

    transition:all .35s ease;
}

.gold-btn:hover{

    transform:translateY(-4px);

    background:#D8B36C;

    box-shadow:0 18px 40px rgba(201,165,92,.35);
}

/* Прозрачная кнопка */

.border-btn{

    display:flex;

    justify-content:center;

    align-items:center;

    width:250px;

    height:68px;

    border:2px solid #C9A55C;

    border-radius:8px;

    color:#C9A55C;

    text-decoration:none;

    font-weight:700;

    transition:all .35s ease;
}

.border-btn:hover{

    transform:translateY(-4px);

    background:#C9A55C;

    color:#111;

    box-shadow:0 18px 40px rgba(201,165,92,.35);
}

/* ==========================================
   ABOUT
========================================== */

.about{

    position: relative;

    padding: 180px 0;

    overflow: hidden;

}

.about .container{

    width:1400px;

    max-width:92%;

    margin:auto;

    display:flex;

    justify-content:space-between;

    align-items:flex-start;

    gap:140px;

}

.about-left{

    width:42%;

}

.about-right{

    width:48%;

    margin-top:40px;

}

.section-subtitle{

    display:block;

    margin-bottom:35px;

    color:#C9A55C;

    font-size:14px;

    letter-spacing:6px;

    font-weight:700;

}

.about h2{

    font-family:"Cormorant Garamond", serif;

    font-size:56px;

    line-height:1,12;

    font-weight:600;

    color:#DDD2CD;

}

.about p{

    color:#8D8D8D;

    font-size:23px;

    line-height:1.9;

    margin-bottom:40px;

}

/* ==========================================
   WHY
========================================== */

.why{

    position: relative;

    padding: 160px 0;

}
.why .container{

    width:1400px;

    max-width:92%;

    margin:auto;

}

.why h2{

    margin-top:25px;

    margin-bottom:80px;

    font-family:"Cormorant Garamond", serif;

    font-size:62px;

    font-weight:600;

    color:#DDD2CD;

}

.why-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.why-card{

    padding:45px;

   background: rgba(6,12,22,.58);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);

    border:1px solid rgba(201,165,92,.18);

    border-radius:14px;

    transition:.35s;

}

.js .why-card:hover,
.why-card:hover{

    transform:translateY(-8px);

    border-color:#C9A55C;

    background:rgba(255,255,255,.05);

}

.why-card h3{

    font-size:28px;

    font-family:"Cormorant Garamond", serif;

    color:#E6DDD8;

    margin-bottom:22px;

}

.why-card p{

    color:#9A9A9A;

    line-height:1.8;

    font-size:18px;

}

.feature-icon{

    width:72px;
    height:72px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    border:1px solid rgba(201,165,92,.22);

    background:rgba(201,165,92,.03);

    color:#C9A55C;

    font-size:28px;

    margin-bottom:34px;

    transition:.35s;
}

.why-card:hover .feature-icon{

    transform:translateY(-4px);

    border-color:#C9A55C;

    box-shadow:0 0 30px rgba(201,165,92,.15);

    background:rgba(201,165,92,.08);
}

/* ==========================================
   PROCESS
========================================== */

.process{

    position:relative;

    padding:220px 0;

    overflow:hidden;

}

.process .container{

    position:relative;

    z-index:2;

    width:1400px;

    max-width:92%;

    margin:auto;

}

.process-title{

    font-family:"Cormorant Garamond", serif;

    font-size:68px;

    font-weight:600;

    line-height:1.08;

    color:#DDD2CD;

    text-align:center;

    max-width:900px;

    margin:0 auto 180px;

}

.process .section-subtitle{

    display:block;

    text-align:center;

    color:#C9A55C;

    font-size:24px;

    font-weight:700;

    letter-spacing:12px;

    margin-bottom:45px;

    text-transform:uppercase;

}

.timeline{

    position:relative;

    width:1000px;

    max-width:100%;

    margin:0 auto;

}

.timeline::before{

    content:"";

    position:absolute;

    left:50%;

    transform:translateX(-50%);

    top:16px;

    bottom:250px;

    width:2px;

    background:rgba(201,165,92,.22);

}

.step{

    position:relative;

    min-height:230px;

}

.circle{

    position:absolute;

    left:50%;

    transform:translateX(-50%);

    width:32px;

    height:32px;

    border-radius:50%;

    background:#C9A55C;

    box-shadow:0 0 30px rgba(201,165,92,.45);

    z-index:5;

}

.result .circle{

    width:60px;

    height:60px;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#050505;

    font-size:22px;

    box-shadow:0 0 45px rgba(201,165,92,.75);

}

.step-content{

    width:380px;

    position:relative;

}

.step-content.right{

    margin-left:560px;

    text-align:left;

}

.step-content.left{

    margin-right:560px;

    text-align:right;

}

.result-card{

    margin:auto;

    text-align:center;

    width:600px;

    padding-top:95px;

}

.step-content h3{

    font-size:42px;

    color:#DDD2CD;

    margin-bottom:20px;

}

.step-content p{

    color:#8D8D8D;

    font-size:21px;

    line-height:1.9;

}

.result{

    padding-top:80px;

}

/* ==========================================
   CONSULTATION
========================================== */

.consultation{

    position:relative;

    padding:220px 0 60px;

    overflow:hidden;

}

.consultation-grid{

    width:1400px;

    max-width:92%;

    margin:auto;

    display:grid;

    grid-template-columns:1fr 520px;

    gap:140px;

    align-items:center;

}

/* ---------- LEFT ---------- */

.consultation .section-subtitle{

    color:#C9A55C;

    font-size:18px;

    font-weight:600;

    letter-spacing:8px;

    text-transform:uppercase;

}

.consultation-left h2{

    font-family:"Cormorant Garamond", serif;

    font-size:68px;

    line-height:1.08;

    color:#DDD2CD;

    margin:45px 0 35px;

}

.consultation-left p{

    color:#8D8D8D;

    font-size:22px;

    line-height:1.9;

    max-width:700px;

    margin-bottom:60px;

}

.consultation-list{

    list-style:none;

    padding:0;

    margin:0;

}

.consultation-list li{

    display:flex;

    align-items:center;

    gap:18px;

    color:#DDD2CD;

    font-size:22px;

    margin-bottom:28px;

}

.consultation-list i{

    color:#C9A55C;

    font-size:18px;

}

/* ---------- FORM ---------- */

.consultation-form{

    background:rgba(255,255,255,.03);

    border:1px solid rgba(255,255,255,.08);

    border-radius:26px;

    padding:70px 60px;

    backdrop-filter:blur(18px);

    -webkit-backdrop-filter:blur(18px);

    box-shadow:0 25px 70px rgba(0,0,0,.30);

}

.form-group{

    margin-bottom:42px;

}

.form-group input{

    width:100%;

    background:transparent;

    border:none;

    border-bottom:1px solid rgba(201,165,92,.35);

    padding:18px 0;

    color:#DDD2CD;

    font-size:20px;

    outline:none;

    transition:.35s;

}

.form-group input::placeholder{

    color:#777;

}

.form-group input:focus{

    border-color:#C9A55C;

}

.consultation-form button{

    width:100%;

    height:68px;

    border:none;

    border-radius:14px;

    background:#C9A55C;

    color:#050505;

    font-size:18px;

    font-weight:700;

    cursor:pointer;

    transition:.35s;

}

.consultation-form button:hover{

    transform:translateY(-3px);

    box-shadow:0 0 35px rgba(201,165,92,.35);

}

/* ===========================
   SUCCESS MODAL
=========================== */

.success-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.65);

    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;

    transition: .3s ease;
    z-index: 9999;
}

.success-modal.active {
    opacity: 1;
    visibility: visible;
}

.success-box {
    width: 480px;
    max-width: 90%;
    background: #070d18;
    border: 1px solid rgba(212,175,87,.2);
    border-radius: 22px;
    padding: 50px;
    text-align: center;
}

.success-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;

    border-radius: 50%;
    background: #D4AF57;

    display: flex;
    justify-content: center;
    align-items: center;

    color: #000;
    font-size: 34px;
}

.success-box h3{
    color:#fff;
    font-size:34px;
    margin-bottom:18px;
}

.success-box p{
    color:#bdbdbd;
    font-size:18px;
    line-height:1.7;
    margin-bottom:35px;
}

.success-box button{
    background:#D4AF57;
    color:#000;
    border:none;
    border-radius:12px;
    padding:16px 34px;
    font-size:17px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.success-box button:hover{
    transform:translateY(-2px);
}

/* ==========================================
   FOOTER
========================================== */

.footer{

    position:relative;

    padding:18px 0 14px;

    border-top:1px solid rgba(201,165,92,.20);

}

.footer .container{

    width:96%;

    max-width:1800px;

    margin:0 auto;

}

.footer::before{

    content:"";

    position:absolute;

    top:0;
    left:50%;

    transform:translateX(-50%);

    width:90%;

    height:1px;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(201,165,92,.65),
        transparent
    );

}

.footer-grid{

    display:flex;

    flex-wrap:wrap;

    justify-content:space-between;

    align-items:flex-start;

    gap:40px;

}

.footer-brand{

    max-width:300px;

}

.footer-nav,
.footer-contact,
.footer-social{

    min-width:150px;

}

.footer-logo{

    display:inline-block;

    margin-bottom:5px;

}

.footer-logo img{

    width:195px;

    height:auto;

    display:block;

    margin-left:38px;;

}

.footer-brand p{

    color:#8f8f8f;

    font-size:13px;

    line-height:1.3;

    margin-left:38px;

}

.footer-nav,
.footer-contact,
.footer-social{

    display:flex;

    flex-direction:column;

}

.footer-nav h4,
.footer-contact h4,
.footer-social h4{

    color:#C9A55C;

    font-size:12px;

    letter-spacing:2px;

    text-transform:uppercase;

    margin-bottom:6px;

}

.footer-nav a,
.footer-contact a,
.footer-contact span,
.footer-social a{

    color:#DDD2CD;

    text-decoration:none;

    font-size:13px;

    margin-bottom:3px;

    transition:.3s;

}

.footer-nav a:hover,
.footer-contact a:hover,
.footer-social a:hover{

    color:#C9A55C;

}

.footer-bottom{

    margin-top:20px;

    padding-top:14px;

    padding-left:0;

    padding-right:0;

    border-top:1px solid rgba(255,255,255,.06);

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.footer-bottom span{

    color:#777;

    font-size:11px;

}

.footer-bottom div{

    display:flex;

    gap:8px;

    align-items:center;

}

.footer-bottom a{

    color:#777;

    text-decoration:none;

    font-size:11px;

}

.footer-bottom a:hover{

    color:#C9A55C;

}

/* ============================
   LEGAL PAGES
============================ */

.legal-page{
    background:#070A13;
    color:#F5F5F5;
    min-height:100vh;
}

.legal-header{
    background:#0B0D12;
    border-bottom:1px solid rgba(212,175,55,.18);
}

.legal-header .container{
    max-width:1280px;
    margin:0 auto;
    padding:20px 40px;

    display:flex;
    justify-content:space-between;
    align-items:center;
}

.legal-header img{
    height:95px;
    width:auto;
}

.back-button{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:14px 32px;

    border:1px solid #C9A55C;

    border-radius:50px;

    background:transparent;

    color:#DDD2CD;

    text-decoration:none;

    font-size:15px;

    font-weight:600;

    letter-spacing:.5px;

    transition:all .35s ease;

}

.back-button:hover{

    background:#C9A55C;

    color:#040710;

    transform:translateY(-2px);

    box-shadow:0 12px 30px rgba(201,165,92,.25);

}

.back-button:hover{

    color:#F2D27A;

}

.legal-hero{

    padding:70px 0 40px;

    text-align:center;

}

.legal-hero h1{

    font-size:52px;

    color:#D4AF37;

    margin-bottom:15px;

}

.legal-hero p{

    color:#B7B7B7;

    font-size:18px;

}

.legal-content{

    max-width:1100px;

    margin:0 auto;

    padding:0 40px 80px;

}

.legal-card{

    background:#10141F;

    border:1px solid rgba(212,175,55,.15);

    border-radius:18px;

    padding:35px;

    margin-bottom:30px;

}

.legal-card h2{

    color:#D4AF37;

    margin-bottom:20px;

    font-size:28px;

}

.legal-card p{

    color:#CFCFCF;

    line-height:1.9;

    font-size:17px;

}

.legal-card ul{

    margin-top:20px;

    padding-left:25px;

}

.legal-card li{

    color:#D9D9D9;

    margin-bottom:12px;

    line-height:1.8;

}

/* =======================================================
   MOBILE / TABLET VERSION
======================================================= */

/* ===========================================
   TABLET (<=1024px)
=========================================== */

@media (max-width: 1024px) {

    .why-grid{
        grid-template-columns:repeat(2, 1fr);
    }

    .why-card:last-child{
        grid-column:1 / -1;
    }

    .footer-grid{
        gap:50px 30px;
    }

    .about .container{
        gap:70px;
    }

    /* ================= HERO (планшеты) ================= */

    .hero-content{
        width:88%;
        max-width:650px;
        margin-left:6%;
    }

    .hero h1{
        font-size:58px;
        margin-bottom:32px;
    }

    .hero p{
        width:100%;
        max-width:560px;
    }

    /* ================= PROCESS / TIMELINE (планшеты) ================= */

    .timeline{
        width:90%;
    }

    .timeline::before{
        left:18px;
        transform:none;
        top:0;
        bottom:90px;
    }

    .step{
        min-height:auto;
        margin-bottom:50px;
        padding-left:60px;
    }

    .circle{
        left:18px;
        transform:translateX(-50%);
    }

    .result .circle{
        left:18px;
        transform:translateX(-50%);
    }

    .step-content{
        width:100%;
    }

    .step-content.right,
    .step-content.left{
        margin-left:0;
        margin-right:0;
        text-align:left;
    }

    .result-card{
        width:100%;
        text-align:left;
        padding-top:0;
        margin:0;
    }

    .result{
        padding-top:0;
    }

    /* ================= CONSULTATION (планшеты) ================= */

    .consultation-grid{
        grid-template-columns:1fr;
        gap:60px;
    }

    .consultation-left p{
        max-width:100%;
    }
}

/* ===========================================
   MOBILE (<=768px)
=========================================== */

@media (max-width: 768px) {

    .container{
        width:92%;
        max-width:100%;
    }

    /* ================= HEADER ================= */

    .header{
        height:80px;
    }

    .header-container{
        display:flex;
        justify-content:space-between;
        align-items:center;
    }

    .logo img{
        width:160px;
        height:auto;
        margin-top:0;
    }

    .burger{
        display:block;
        position:relative;
        z-index:1100;
    }

    .cta-button{
        display:none;
    }

    /* ===== Бургер-меню ===== */

    .nav{
        position:fixed;
        top:80px;
        left:0;
        width:100%;
        height:calc(100vh - 80px);

        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        gap:38px;

        margin:0;

        background:rgba(11,17,29,.94);
        backdrop-filter:blur(20px);
        -webkit-backdrop-filter:blur(20px);

        transform:translateY(-110%);
        opacity:0;
        visibility:hidden;

        transition:transform .4s ease, opacity .3s ease, visibility .4s;

        z-index:1050;
    }

    .nav.active{
        transform:translateY(0);
        opacity:1;
        visibility:visible;
    }

    .nav a{
        font-size:22px;
    }

    /* ================= HERO ================= */

    .hero{
        height:auto;
        min-height:100vh;
        padding:140px 0 60px;
    }

    .hero-content{
        width:100%;
        max-width:100%;
        margin:0;
        padding:0 20px;
        text-align:center;
    }

    .hero-subtitle{
        margin-top:0;
        font-size:15px;
        letter-spacing:5px;
        margin-bottom:20px;
    }

    .hero h1{
    font-size:33px;
    line-height:1.15;
    letter-spacing:-0.5px;
    margin-bottom:24px;
    word-break:normal;
    overflow-wrap:normal;
}

    .hero p{
        width:100%;
        font-size:17px;
        line-height:1.7;
        margin:0 auto 36px;
        max-width:100%;
    }

    .hero-buttons{
        display:flex;
        flex-direction:column;
        gap:16px;
        width:100%;
    }

    .hero-buttons a{
        width:100%;
        justify-content:center;
    }

    .gold-btn,
    .border-btn{
        width:100%;
        height:58px;
    }

    /* ================= ABOUT ================= */

    .about{
        padding:90px 0;
    }

    .about .container{
        flex-direction:column;
        gap:30px;
        align-items:flex-start;
    }

    .about-left,
    .about-right{
        width:100%;
        margin-top:0;
    }

    .about h2{
        font-size:32px;
        line-height:1.2;
    }

    .about p{
        font-size:17px;
        line-height:1.7;
        margin-bottom:24px;
    }

    .section-subtitle{
        font-size:12px;
        letter-spacing:4px;
        margin-bottom:20px;
    }

    /* ================= WHY ================= */

    .why{
        padding:80px 0;
    }

    .why h2{
        font-size:32px;
        margin-bottom:40px;
    }

    .why-grid{
        grid-template-columns:1fr;
        gap:22px;
    }

    .why-card:last-child{
        grid-column:auto;
    }

    .why-card{
        padding:32px 28px;
    }

    .why-card h3{
        font-size:22px;
        margin-bottom:14px;
    }

    .why-card p{
        font-size:16px;
    }

    .feature-icon{
        width:60px;
        height:60px;
        font-size:22px;
        margin-bottom:24px;
    }

    /* ================= PROCESS / TIMELINE ================= */

    .process{
        padding:90px 0;
    }

    .process .section-subtitle{
        font-size:14px;
        letter-spacing:6px;
        margin-bottom:25px;
    }

    .process-title{
        font-size:32px;
        margin:0 auto 80px;
    }

    .timeline{
        width:100%;
    }

    .timeline::before{
    left:18px;
    transform:none;
    top:0;
    bottom:110px;
}

    .step{
        min-height:auto;
        margin-bottom:40px;
        padding-left:55px;
    }

    .circle{
    left:18px;
    top:4px;
    transform:translateX(-50%);
    width:26px;
    height:26px;
}

.result .circle{
    width:32px;
    height:32px;
    font-size:14px;
    left:18px;
    transform:translateX(-50%);
}

    .step-content{
        width:100%;
    }

    .step-content.right,
    .step-content.left{
        margin-left:0;
        margin-right:0;
        text-align:left;
    }

    .result-card{
        width:100%;
        text-align:left;
        padding-top:0;
        margin:0;
    }

    .step-content h3{
        font-size:24px;
        margin-bottom:12px;
    }

    .step-content p{
        font-size:16px;
        line-height:1.7;
    }

  .result{
    padding-top:0;
    margin-bottom:0;
}

    /* ================= CONSULTATION ================= */

    .consultation{
        padding:90px 0;
    }

    .consultation-grid{
        grid-template-columns:1fr;
        gap:50px;
    }

    .consultation .section-subtitle{
        font-size:14px;
        letter-spacing:5px;
    }

    .consultation-left h2{
        font-size:32px;
        margin:20px 0 20px;
    }

    .consultation-left p{
        font-size:17px;
        line-height:1.7;
        max-width:100%;
        margin-bottom:35px;
    }

    .consultation-list li{
        font-size:17px;
        margin-bottom:18px;
    }

    .consultation-form{
        padding:40px 26px;
        border-radius:18px;
    }

    .form-group{
        margin-bottom:30px;
    }

    .form-group input{
        font-size:17px;
    }

    .consultation-form button{
        height:58px;
        font-size:16px;
    }

    /* ================= MODALS (success / contacts) ================= */

    .success-box{
        width:92%;
        padding:35px 24px;
        border-radius:18px;
    }

    .success-icon{
        width:70px;
        height:70px;
        font-size:26px;
        margin-bottom:18px;
    }

    .success-box h3{
        font-size:24px;
        margin-bottom:14px;
    }

    .success-box p{
        font-size:16px;
        margin-bottom:26px;
    }

    .success-box button{
        width:100%;
        padding:14px 0;
    }

    /* ================= FOOTER ================= */

    .footer{
        padding:60px 0 30px;
    }

    .footer-grid{
        flex-direction:column;
        gap:34px;
    }

    .footer-brand,
    .footer-nav,
    .footer-contact,
    .footer-social{
        max-width:100%;
        width:100%;
    }

    .footer-logo img{
        margin-left:0;
    }

    .footer-brand p{
        margin-left:0;
    }

    .footer-bottom{
        flex-direction:column;
        gap:14px;
        align-items:flex-start;
        padding-left:0;
        padding-right:0;
        text-align:left;
    }

    /* ================= LEGAL PAGES ================= */

    .legal-header .container{
        padding:16px 20px;
    }

    .legal-header img{
        height:60px;
    }

    .back-button{
        padding:10px 20px;
        font-size:13px;
    }

    .legal-hero{
        padding:50px 0 30px;
    }

    .legal-hero h1{
        font-size:32px;
    }

    .legal-hero p{
        font-size:15px;
    }

    .legal-content{
        padding:0 20px 60px;
    }

    .legal-card{
        padding:24px 20px;
    }

    .legal-card h2{
        font-size:22px;
    }

    .legal-card p{
        font-size:15px;
    }
}

/* ===========================================
   SMALL PHONES (<=420px)
=========================================== */

@media (max-width: 420px) {

    .hero h1{
        font-size:28px;
    }

    .about h2,
    .why h2,
    .process-title,
    .consultation-left h2{
        font-size:26px;
    }

    .logo img{
        width:135px;
    }

    .consultation-form{
        padding:30px 18px;
    }

    .legal-header .container{
        flex-wrap:wrap;
        justify-content:center;
        gap:14px;
        text-align:center;
    }

    .legal-header img{
        height:48px;
    }

    .legal-hero h1{
        font-size:26px;
    }
}

html,
body{
    overflow-x:hidden;
}