html{
    scroll-behavior:smooth;
    overflow-x:hidden;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
    font-family:Inter,sans-serif;
    background:
        radial-gradient(circle at top,#fffdf8 0%,#fafafa 45%,#f7f7f7 100%);
    color:#111;
}

body{

font-family:Inter,sans-serif;

background:#fafafa;

color:#111;
overflow-x:hidden;
width:100%;
max-width:100%;
padding-top:88px;

}

body.menu-open{
overflow:hidden;
}

body.modal-open{
overflow:hidden;
}

.container{

width:min(1200px, 100%);
max-width:100%;
margin:auto;
padding-left:20px;
padding-right:20px;

}

#top,
#features,
#cases,
#how,
#guarantee,
#pricing,
#contacts{
    scroll-margin-top:110px;
}

header{

padding:18px 0;

background:rgba(255,255,255,.94);
backdrop-filter:blur(14px);
-webkit-backdrop-filter:blur(14px);

position:fixed;
top:0;
left:0;
right:0;
width:100%;

z-index:1002;

box-shadow:0 8px 30px rgba(15,23,42,.06);

}

.nav{

display:flex;

justify-content:space-between;

align-items:center;

gap:24px;

}

.logo{

display:flex;
align-items:center;
flex-shrink:0;
text-decoration:none;
line-height:0;

}

.logo img,
.menu-logo img{

display:block;
height:40px;
width:auto;
max-width:120px;
object-fit:contain;

}

.nav-right{

display:flex;
align-items:center;
gap:20px;
flex-shrink:0;

}

.menu-top,
.menu-close{
display:none;
}

.menu-links{

display:flex;
align-items:center;
gap:35px;

}

.menu-links a{

text-decoration:none;

color:#333;

font-size:15px;

position:relative;

transition:.3s;

}

.buttons{

display:flex;

gap:20px;

align-items:center;

}

.menu-buttons{

display:none;

}

.login{

color:#111;

text-decoration:none;

}

.demo{

background:#111;

color:white;

padding:15px 28px;

border-radius:12px;

text-decoration:none;

white-space:nowrap;

}

.menu-links a::after{

content:"";

position:absolute;

left:0;
bottom:-6px;

width:0;

height:2px;

background:#F5B534;

transition:.3s;

}

.menu-links a:hover{

color:#F5B534;

}

.menu-links a:hover::after{

width:100%;

}

.burger{

display:none;

flex-direction:column;

justify-content:center;
align-items:center;

gap:6px;

cursor:pointer;

position:relative;
z-index:1003;

width:44px;
height:44px;

padding:0;
border:0;
background:transparent;

}

.burger span{

display:block;
width:24px;
height:2px;

background:#111;

border-radius:5px;

transition:.35s;

}

.menu{

display:flex;

align-items:center;

gap:35px;

}

@media(max-width:900px){

header{
padding:12px 0;
}

body{
padding-top:72px;
}

.logo img{
height:34px;
max-width:100px;
}

.buttons{
display:none;
}

.menu-top{
display:flex;
align-items:center;
justify-content:space-between;
width:100%;
padding:8px 4px 0;
}

.menu-logo{
display:flex;
align-items:center;
line-height:0;
}

.menu-logo img{
height:36px;
max-width:110px;
}

.menu-close{
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
width:44px;
height:44px;
padding:0;
border:0;
background:transparent;
cursor:pointer;
position:relative;
}

.menu-close span{
display:block;
width:22px;
height:2px;
background:#111;
border-radius:5px;
position:absolute;
}

.menu-close span:first-child{
transform:rotate(45deg);
}

.menu-close span:last-child{
transform:rotate(-45deg);
}

.menu-buttons{
display:flex;
flex-direction:column;
align-items:stretch;
width:100%;
max-width:320px;
gap:14px;
margin-top:auto;
padding-bottom:12px;
}

.menu-buttons .demo{
padding:16px 24px;
text-align:center;
}

.menu-links{
flex-direction:column;
align-items:flex-start;
justify-content:center;
gap:28px;
flex:1;
width:100%;
max-width:320px;
}

.menu-links a{
font-size:28px;
font-weight:600;
color:#111;
}

.menu-links a::after{
display:none;
}

.menu{

position:fixed;

inset:0;

width:100%;
height:100%;
height:100dvh;

background:#fff;

display:flex;

flex-direction:column;

align-items:stretch;

justify-content:flex-start;

gap:0;

padding:16px 24px 32px;

transform:translateX(100%);

transition:transform .35s ease;

z-index:1001;

overflow-y:auto;
overflow-x:hidden;

visibility:hidden;
pointer-events:none;

}

.menu.active{

transform:translateX(0);
visibility:visible;
pointer-events:auto;

}

.burger{

display:flex;

}

.nav{
gap:12px;
}

body.menu-open .logo,
body.menu-open .burger{
visibility:hidden;
}

}

.burger.active span:nth-child(1){

transform:translateY(8px) rotate(45deg);

}

.burger.active span:nth-child(2){

opacity:0;

}

.burger.active span:nth-child(3){

transform:translateY(-8px) rotate(-45deg);

}

.cases-button{

    display:flex;
    justify-content:center;

    margin-top:25px;
    margin-bottom:60px;

}

.hero{

padding:50px 0 60px;

position:relative;

overflow:hidden;

background:white;

}

.hero::before{

content:"";

position:absolute;

width:700px;
height:700px;

background:#FFD56A;

filter:blur(180px);

opacity:.25;

left:-250px;
top:-200px;

border-radius:50%;

z-index:0;

}

.hero::after{

content:"";

position:absolute;

width:600px;
height:600px;

background:#FFE9A8;

filter:blur(160px);

opacity:.3;

right:-180px;
bottom:-150px;

border-radius:50%;

z-index:0;

}

.hero-content{
position:relative;
z-index:2;
}

.hero-content{

text-align:center;

}

.tag{

display:inline-block;

padding:10px 20px;

background:white;

border-radius:50px;

box-shadow:0 0 20px rgba(0,0,0,.08);

margin-bottom:30px;

}

.hero h1{

font-size:68px;

line-height:1.15;

margin-bottom:30px;

}

.hero h1 span{

color:#E9A726;

}

.hero p{

font-size:22px;

color:#666;

max-width:700px;

margin:auto;

line-height:1.8;

}

.hero-buttons{

margin-top:45px;

display:flex;

justify-content:center;

gap:20px;

}

.btn-dark{

background:#111;

padding:18px 35px;

color:white;

border-radius:15px;

text-decoration:none;

}

.btn-light{

background:white;

padding:18px 35px;

border-radius:15px;

text-decoration:none;

color:#111;

border:1px solid #ddd;

}

.coin{

position:absolute;

top:0;
bottom:0;

height:100%;
width:auto;
max-width:min(280px, 24vw);

object-fit:contain;
object-position:center center;

opacity:.95;

pointer-events:none;
z-index:1;

transform-origin:center center;
will-change:transform;

animation:coinPulse 4s ease-in-out infinite;

}

.coin1{

left:0;
right:auto;

animation-delay:0s;

}

.coin2{

right:0;
left:auto;

animation-delay:2s;

}

@keyframes coinPulse{

0%,
100%{
transform:scale(1);
}

50%{
transform:scale(1.12);
}

}

@media(max-width:900px){

.coin{
display:none;
}

}

/*==========================
      HOW IT WORKS
==========================*/

.how-it-works{
    padding:60px 0 30px;
    position:relative;
    overflow:hidden;
}

.section-label{
    display:flex;
    width:fit-content;
    align-items:center;
    gap:8px;
    padding:10px 18px;
    background:#fff;
    border:1px solid #F1E5C8;
    border-radius:40px;
    color:#C9962B;
    font-size:14px;
    font-weight:600;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    margin:0 auto 20px;
}

.how-it-works .container{
    position:relative;
}

.section-title{
    text-align:center;
    font-size:52px;
    font-weight:800;
    margin-bottom:70px;
}

.timeline{
    position:relative;
}

.timeline-line{
    position:absolute;
    left:50%;
    top:0;
    bottom:0;
    width:2px;
    background:#ECECEC;
    transform:translateX(-50%);
}

.timeline-row{
    display:grid;
    grid-template-columns:1fr 80px 1fr;
    align-items:stretch;
    gap:30px;
    margin-bottom:42px;
    position:relative;
}

.timeline-row.reverse .timeline-image{
    order:1;
}

.timeline-row.reverse .timeline-number{
    order:2;
}

.timeline-row.reverse .timeline-card{
    order:3;
}

.timeline-card,
.timeline-image{

    background:#fff;

    border-radius:24px;

    overflow:hidden;

    border:1px solid rgba(240,240,240,.8);

    box-shadow:
    0 15px 40px rgba(15,23,42,.05),
    0 35px 70px rgba(15,23,42,.08);

    transition:.45s cubic-bezier(.2,.8,.2,1);

}

.timeline-card{

    padding:40px;

    min-height:250px;
    height:100%;

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.timeline-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 25px 70px rgba(15,23,42,.12);

}

.timeline-image{

    min-height:250px;
    height:100%;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:28px;

}

.timeline-image--soft{
    background:#f5f5f5;
}

.timeline-image--dark{
    background:#1e2633;
}

.timeline-image--paper{
    background:#fdfdfd;
}

.timeline-image img{

    width:100%;
    height:100%;
    max-width:100%;
    max-height:100%;
    object-fit:contain;
    object-position:center;

    transition:.8s;

    display:block;

}

.timeline-image:hover{

    transform:translateY(-8px);

    box-shadow:
    0 25px 70px rgba(15,23,42,.12);

}

.timeline-image:hover img{

    transform:scale(1.03);

}

.timeline-number{

    width:56px;
    height:56px;

    margin:auto;

    border-radius:50%;

    background:#fff;

    border:2px solid #F0C86C;

    color:#C9962B;

    font-size:22px;

    font-weight:700;

    display:flex;

    align-items:center;

    justify-content:center;

    position:relative;

    z-index:5;

    box-shadow:
    0 10px 30px rgba(240,200,108,.35);

}

.step-icon{

    width:58px;
    height:58px;

    border-radius:50%;

    background:#FFF7E6;

    color:#D39B1F;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    margin-bottom:24px;

}

.timeline-card h3{

    font-size:30px;

    margin-bottom:18px;

    font-weight:700;

    color:#111;

}

.timeline-card p{

    font-size:17px;

    line-height:1.8;

    color:#666;

}

/*==========================
     ANIMATION
==========================*/

.reveal-left,
.reveal-right{

    opacity:0;

    transition:1s;

}

.reveal-left{

    transform:translateX(-70px);

}

.reveal-right{

    transform:translateX(70px);

}

.reveal-left.active,
.reveal-right.active{

    opacity:1;

    transform:none;

}

@media (prefers-reduced-motion: reduce){
.reveal-left,
.reveal-right{
    opacity:1;
    transform:none;
    transition:none;
}
}

/*==========================
      MOBILE
==========================*/

@media(max-width:991px){

.reveal-left,
.reveal-right{
    opacity:1;
    transform:none;
}

.timeline{
    width:100%;
    overflow:hidden;
}

.timeline-line{

display:none;

}

.timeline-row{

grid-template-columns:1fr;

gap:20px;

margin-bottom:60px;

width:100%;

}

.timeline-row.reverse .timeline-image,
.timeline-row.reverse .timeline-card,
.timeline-row.reverse .timeline-number{

order:unset;

}

.timeline-number{

margin:0 auto;

}

.timeline-card{

min-height:auto;

padding:24px;

width:100%;
max-width:100%;

}

.timeline-image{

min-height:220px;
height:auto;
padding:20px;
width:100%;
max-width:100%;

}

.timeline-image img{

width:100%;
height:auto;
max-height:260px;
object-fit:contain;

}

.section-title{

font-size:clamp(28px, 8vw, 38px);
padding:0 4px;
word-wrap:break-word;
overflow-wrap:anywhere;

}

}

@media(max-width:600px){

.how-it-works{

padding:40px 0 20px;

}

.timeline-card h3{

font-size:24px;

}

.timeline-card p{

font-size:16px;

}

.timeline-image{

min-height:200px;
height:auto;
padding:16px;

}

.timeline-image img{

max-height:220px;

}

.step-icon{

width:52px;
height:52px;
font-size:24px;

}

.timeline-number{

width:48px;
height:48px;
font-size:18px;

}

}

.stats{

padding:45px 0;

}

.stats h2{

text-align:center;

font-size:46px;

margin-bottom:60px;

}

.cards{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:25px;

}

.card{

background:white;

padding:40px;

border-radius:25px;

box-shadow:0 10px 40px rgba(0,0,0,.05);

}

.card h3{

font-size:50px;

color:#111;

margin-bottom:15px;

}

.card h4{

font-size:22px;

margin-bottom:15px;

}

.card p{

color:#666;

line-height:1.7;

}

.card:hover{

transform:translateY(-12px);

box-shadow:

0 30px 80px rgba(0,0,0,.12),

0 12px 35px rgba(255,184,0,.18);

}

.case:hover{

transform:translateY(-14px);

box-shadow:

0 35px 90px rgba(0,0,0,.15);

}

.case:hover img{

transform:scale(1.08);

}

.case img{

transition:.6s;

}

.btn-dark,
.demo{

position:relative;

overflow:hidden;

transition:.35s;

}

.btn-dark:hover,
.demo:hover{

transform:translateY(-3px);

box-shadow:

0 18px 40px rgba(0,0,0,.28);

}

.btn-light{

transition:.35s;

}

.btn-light:hover{

transform:translateY(-3px);

background:#111;

color:white;

box-shadow:

0 15px 35px rgba(0,0,0,.18);

}

.btn-dark::before,
.demo::before{

content:"";

position:absolute;

left:-120%;

top:0;

width:100%;
height:100%;

background:

linear-gradient(
90deg,
transparent,
rgba(255,255,255,.45),
transparent);

transition:.7s;

}

.btn-dark:hover::before,
.demo:hover::before{

left:120%;

}

.card,
.case{

background:rgba(255,255,255,.85);

backdrop-filter:blur(18px);

-webkit-backdrop-filter:blur(18px);

border:1px solid rgba(255,255,255,.7);

box-shadow:

0 10px 30px rgba(15,23,42,.05),

0 30px 60px rgba(15,23,42,.08);

transition:.4s ease;

}

.cases{

padding:50px 0;

}

.cases h2{

text-align:center;

font-size:48px;

margin-bottom:50px;

}

.case-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.case{

background:white;

border-radius:22px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.case img{

width:100%;

height:230px;

object-fit:cover;

}

.content{

padding:30px;

}

.content span{

display:inline-block;

background:#FFF3DB;

padding:8px 15px;

border-radius:50px;

margin-bottom:20px;

font-size:14px;

}

.content h3{

font-size:30px;

margin-bottom:15px;

}

.content p{

color:#666;

margin-bottom:25px;

line-height:1.7;

}

.content a{

text-decoration:none;

font-weight:600;

color:#111;

}

@media(max-width:900px){

.hero h1{

font-size:clamp(32px, 9vw, 45px);

}

.cards{

grid-template-columns:1fr;

}

.case-grid{

grid-template-columns:1fr;

}

.case,
.case img,
.content{
width:100%;
max-width:100%;
}

.content{
padding:22px;
}

.content h3{
font-size:26px;
}

.hero-buttons{

flex-direction:column;

}

.guarantee-box{
grid-template-columns:1fr;
width:100%;
max-width:100%;
}

}















/*=========================
      STATS SECTION
=========================*/

.stats-section{

    padding:30px 0 60px;

    position:relative;

}

.stats-section .section-label{

    display:flex;

    width:max-content;

    margin:0 auto 18px;

    padding:10px 18px;

    border:1px solid #F3E5C4;

    border-radius:50px;

    background:#fff;

    color:#C9982C;

    font-size:14px;

    font-weight:600;

    box-shadow:0 10px 25px rgba(0,0,0,.05);

}

.stats-section .section-title{

    text-align:center;

    font-size:52px;

    font-weight:800;

    margin-bottom:65px;

}

.stats-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:28px;

}

.stat-card{

    background:#fff;

    border-radius:24px;

    padding:45px 35px;

    text-align:center;

    border:1px solid #F3F3F3;

    box-shadow:
    0 15px 35px rgba(15,23,42,.05),
    0 35px 70px rgba(15,23,42,.06);

    transition:.35s cubic-bezier(.2,.8,.2,1);

    position:relative;

    overflow:hidden;

}

.stat-card::before{

    content:"";

    position:absolute;

    inset:0;

    background:linear-gradient(
    135deg,
    rgba(242,178,51,.08),
    transparent 45%
    );

    opacity:0;

    transition:.35s;

}

.stat-card:hover{

    transform:translateY(-10px);

    box-shadow:
    0 25px 60px rgba(15,23,42,.12);

}

.stat-card:hover::before{

    opacity:1;

}

.stat-icon{

    width:70px;

    height:70px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#FFF8EA;

    border:1px solid #F5E0A7;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:30px;

    color:#D49C21;

    transition:.35s;

}

.stat-card:hover .stat-icon{

    transform:rotate(8deg) scale(1.08);

    background:#F2B233;

    color:#fff;

}

.stat-card h3{

    font-size:44px;

    font-weight:800;

    color:#111;

    margin-bottom:10px;

}

.stat-card h4{

    font-size:20px;

    font-weight:700;

    margin-bottom:15px;

    color:#222;

}

.stat-card p{

    color:#777;

    line-height:1.8;

    font-size:16px;

}

/*=========================
        MOBILE
=========================*/

@media(max-width:1100px){

.stats-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.stats-section{

padding:20px 0 40px;

}

.stats-section .section-title{

font-size:36px;

margin-bottom:40px;

}

.stats-grid{

grid-template-columns:1fr;

gap:20px;

}

.stat-card{

padding:35px 25px;

}

.stat-card h3{

font-size:34px;

}

.stat-card h4{

font-size:18px;

}

}


/*=========================
        GUARANTEE
=========================*/

.guarantee{

    padding:55px 0;

}

.guarantee-box{

    position:relative;

    overflow:hidden;

    display:grid;

    grid-template-columns:1fr 520px;

    align-items:center;

    gap:60px;

    background:#fff;

    border-radius:34px;

    padding:70px;

    border:1px solid #F2F2F2;

    box-shadow:
    0 20px 60px rgba(15,23,42,.06),
    0 45px 120px rgba(15,23,42,.08);

}

.guarantee-box::before{

    content:"";

    position:absolute;

    width:520px;
    height:520px;

    left:-220px;
    top:-220px;

    background:#FFE9A8;

    filter:blur(120px);

    opacity:.35;

    border-radius:50%;

}

.guarantee-box::after{

    content:"";

    position:absolute;

    width:420px;
    height:420px;

    right:-150px;
    bottom:-150px;

    background:#FFF4D2;

    filter:blur(100px);

    opacity:.4;

    border-radius:50%;

}

.guarantee-content{

    position:relative;

    z-index:2;

}

.guarantee-content h2{

    font-size:33px;

    font-weight:800;

    line-height:1.35;

    color:#151515;

    margin-bottom:45px;

}

.guarantee-content span{

    color:#D8A22A;

}

.guarantee-btn{

    display:inline-flex;

    align-items:center;

    gap:14px;

    padding:18px 34px;

    border-radius:14px;

}

.guarantee-btn i{

    transition:.35s;

}

.guarantee-btn:hover i{

    transform:translateX(6px);

}

.guarantee-image{

    position:relative;

    z-index:2;

    display:flex;

    justify-content:center;

    align-items:center;

}

.guarantee-image img{

    width:100%;

    max-width:470px;

    display:block;

    transition:.7s cubic-bezier(.2,.8,.2,1);

    filter:
    drop-shadow(0 40px 70px rgba(0,0,0,.12));

}

.guarantee-box:hover .guarantee-image img{

    transform:
    translateY(-8px)
    scale(1.03);

}

.guarantee-box:hover{

    box-shadow:
    0 30px 90px rgba(15,23,42,.10),
    0 60px 140px rgba(15,23,42,.10);

}

/*=========================
        MOBILE
=========================*/

@media(max-width:1100px){

.guarantee-box{

grid-template-columns:1fr;

padding:55px;

text-align:center;

}

.guarantee-content{

order:2;

}

.guarantee-image{

order:1;

}

.guarantee-content h2{

font-size:32px;

}

}

@media(max-width:768px){

.guarantee{

padding:40px 0;

}

.guarantee-box{

padding:28px 20px;

border-radius:26px;

gap:28px;

width:100%;
max-width:100%;

}

.guarantee-content h2{

font-size:30px;

line-height:1.4;

margin-bottom:30px;

}

.guarantee-image img{

max-width:280px;

}

.guarantee-btn{

width:100%;

justify-content:center;

}

}


/*=========================
        PRICING
=========================*/

.pricing{

    padding:60px 0;

}

.pricing .section-label{

    display:flex;

    width:max-content;

    margin:0 auto 18px;

    padding:10px 18px;

    background:#fff;

    border:1px solid #F2E3C1;

    border-radius:40px;

    color:#C9962B;

    font-size:14px;

    font-weight:600;

    box-shadow:0 10px 25px rgba(0,0,0,.05);

}

.pricing .section-title{

    text-align:center;

    font-size:52px;

    font-weight:800;

    margin-bottom:70px;

}

.pricing-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.price-card{

    position:relative;

    background:#fff;

    border-radius:28px;

    padding:42px;

    border:1px solid #EEEEEE;

    box-shadow:

    0 15px 35px rgba(15,23,42,.05),

    0 35px 70px rgba(15,23,42,.06);

    transition:.4s cubic-bezier(.2,.8,.2,1);

}

.price-card:hover{

    transform:translateY(-12px);

    box-shadow:

    0 30px 80px rgba(15,23,42,.12);

}

.featured{

    border:2px solid #F2B233;

}

.featured::before{

    content:"";

    position:absolute;

    inset:0;

    border-radius:28px;

    background:linear-gradient(

    180deg,

    rgba(242,178,51,.08),

    transparent 45%

    );

    pointer-events:none;

}

.popular{

    position:absolute;

    top:24px;

    right:24px;

    background:#F2B233;

    color:#fff;

    padding:7px 14px;

    border-radius:30px;

    font-size:13px;

    font-weight:700;

    box-shadow:0 10px 25px rgba(242,178,51,.35);

}

.plan-name{

    font-size:18px;

    font-weight:700;

    color:#222;

    margin-bottom:20px;

}

.price{

    font-size:50px;

    font-weight:800;

    line-height:1.15;

    color:#111;

    margin-bottom:10px;

}

.price .byn-ico{

    display:inline-block;

    height:0.72em;

    width:auto;

    vertical-align:-0.08em;

    margin-left:6px;

}

.price-list .byn-ico{

    display:inline-block;

    height:1em;

    width:auto;

    vertical-align:-0.12em;

    margin:0 2px;

}

.price-desc{

    color:#666;

    margin-bottom:30px;

}

.price-list{

    list-style:none;

    margin:35px 0;

    padding:0;

}

.price-list li{

    position:relative;

    padding-left:34px;

    margin-bottom:20px;

    line-height:1.7;

    color:#555;

}

.price-list li::before{

    content:"✓";

    position:absolute;

    left:0;

    top:0;

    width:22px;

    height:22px;

    border-radius:50%;

    background:#FFF5DD;

    color:#D79F26;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:12px;

    font-weight:700;

}

.price-btn{

    width:100%;

    display:flex;

    justify-content:center;

    align-items:center;

    padding:17px;

    border-radius:14px;

    text-decoration:none;

    font-weight:600;

    margin-top:auto;

}

.pricing-note{

    text-align:center;

    color:#888;

    margin-top:35px;

    font-size:15px;

}

/*=========================
        CONTACTS
=========================*/

.contacts{
    padding:60px 0;
    background:#fafafa;
}

.contacts .section-title{
    margin-bottom:50px;
}

.messenger-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:22px;
    margin-bottom:50px;
}

.messenger-card{
    display:flex;
    align-items:center;
    gap:16px;
    padding:22px 24px;
    background:#fff;
    border:1px solid #eee;
    border-radius:20px;
    text-decoration:none;
    color:#111;
    box-shadow:0 14px 40px rgba(0,0,0,.04);
    transition:.3s;
}

.messenger-card:hover{
    transform:translateY(-4px);
    border-color:#F1E5C8;
    box-shadow:0 18px 44px rgba(0,0,0,.08);
}

.messenger-card img{
    width:52px;
    height:52px;
    object-fit:contain;
    border-radius:14px;
    flex-shrink:0;
}

.messenger-info{
    display:flex;
    flex-direction:column;
    gap:4px;
    min-width:0;
}

.messenger-info strong{
    font-size:17px;
    font-weight:700;
}

.messenger-info span{
    color:#777;
    font-size:14px;
    white-space:normal;
    overflow:hidden;
    text-overflow:ellipsis;
}

.contact-form{
    background:#fff;
    border:1px solid #eee;
    border-radius:28px;
    padding:42px 44px;
    box-shadow:0 18px 50px rgba(0,0,0,.05);
}

.contact-honey{
    position:absolute;
    left:-9999px;
    opacity:0;
    height:0;
    width:0;
    pointer-events:none;
}

.contact-form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:22px 24px;
    margin-bottom:28px;
}

.form-field{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.form-field-full{
    grid-column:1 / -1;
}

.form-field label{
    font-size:14px;
    font-weight:600;
    color:#333;
}

.form-field label span{
    color:#D8A22A;
}

.form-field input,
.form-field textarea{
    width:100%;
    border:1px solid #e6e6e6;
    background:#fbfbfb;
    border-radius:14px;
    padding:16px 18px;
    font:inherit;
    font-size:15px;
    color:#111;
    outline:none;
    transition:.25s;
    resize:vertical;
}

.form-field input:focus,
.form-field textarea:focus{
    border-color:#F5B534;
    background:#fff;
    box-shadow:0 0 0 4px rgba(245,181,52,.12);
}

.form-field input.is-invalid{
    border-color:#e74c3c;
    box-shadow:0 0 0 4px rgba(231,76,60,.12);
}

.captcha-row{
    display:flex;
    align-items:center;
    gap:16px;
    flex-wrap:wrap;
}

.captcha-image{
    height:64px;
    width:auto;
    max-width:220px;
    object-fit:contain;
    border-radius:12px;
    border:1px solid #eee;
    background:#fff;
}

.captcha-row input{
    max-width:160px;
}

.captcha-error{
    color:#c0392b;
    font-size:14px;
    margin:0;
}

.contact-submit{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:0;
    cursor:pointer;
    font:inherit;
    font-weight:600;
}

.contact-form-note{
    margin-top:16px;
    color:#999;
    font-size:13px;
}

.contact-form-status{
    margin:0 0 18px;
    padding:14px 16px;
    border-radius:12px;
    font-size:14px;
    line-height:1.5;
}

.contact-form-status.is-ok{
    background:#eaf8ef;
    color:#1e7a3d;
    border:1px solid #c7ebd3;
}

.contact-form-status.is-error{
    background:#fdeeee;
    color:#b42318;
    border:1px solid #f3c6c2;
}

@media(max-width:900px){

.messenger-grid{
    grid-template-columns:1fr;
}

.contact-form{
    padding:30px 22px;
}

.contact-form-grid{
    grid-template-columns:1fr;
}

.captcha-row input{
    max-width:100%;
    flex:1;
}

}

@media(max-width:768px){

.contacts{
    padding:40px 0;
}

}

/*=========================
        MOBILE
=========================*/

@media(max-width:1100px){

.pricing-grid{

grid-template-columns:1fr;

max-width:650px;

margin:auto;

}

}

@media(max-width:768px){

.pricing{

padding:40px 0;

}

.pricing .section-title{

font-size:36px;

margin-bottom:45px;

}

.price-card{

padding:32px 25px;

}

.price{

font-size:38px;

}

.price .byn-ico{

height:0.72em;

margin-left:4px;

}

.popular{

top:18px;

right:18px;

font-size:12px;

padding:6px 12px;

}

}


/*=========================
         FOOTER
=========================*/

.footer{

    background:#0d1018;

    color:#fff;

    padding:35px 0 25px;

}

.footer-grid{

    display:grid;

    grid-template-columns:
    1.5fr
    1fr
    1fr
    1.2fr
    1.5fr;

    gap:60px;

}

.footer-logo{

    margin-bottom:20px;
    line-height:0;

}

.footer-logo img{

    display:block;
    height:52px;
    width:auto;
    max-width:200px;
    object-fit:contain;

}

.footer-brand p{

    color:#B6BCC8;

    line-height:1.8;

    max-width:260px;

    margin-bottom:30px;

}

.footer-col h4{

    font-size:18px;

    margin-bottom:25px;

    color:#fff;

}

.footer-col ul{

    list-style:none;

}

.footer-col li{

    margin-bottom:14px;

}

.footer-col a{

    color:#B6BCC8;

    text-decoration:none;

    transition:.3s;

}

.footer-col a:hover{

    color:#F2B233;

}

.footer-social{

    display:flex;

    gap:12px;

}

.footer-social a{

    width:42px;

    height:42px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(255,255,255,.05);

    color:#fff;

    border:1px solid rgba(255,255,255,.08);

    transition:.35s;

    overflow:hidden;

}

.footer-social a img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

.footer-social a:hover{

    background:#F2B233;

    color:#111;

    transform:translateY(-5px);

}

.footer-contact{

    display:flex;

    flex-direction:column;

    gap:20px;

}

.contact-item{

    display:flex;

    align-items:flex-start;

    gap:15px;

}

.contact-icon{

    width:40px;

    height:40px;

    border-radius:50%;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    display:flex;

    justify-content:center;

    align-items:center;

    color:#F2B233;

    flex-shrink:0;

}

.contact-item a,
.contact-item span{

    color:#B6BCC8;

    line-height:1.6;

    text-decoration:none;

    transition:.3s;

}

.contact-item a:hover{

    color:#F2B233;

}

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.08);

    margin-top:55px;

    padding-top:25px;

    text-align:center;

    color:#8D93A0;

    font-size:14px;

}

/*=========================
        MOBILE
=========================*/

@media(max-width:1100px){

.footer-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.footer{

padding:30px 0 20px;

}

.footer-grid{

grid-template-columns:1fr;

gap:45px;

}

.footer-logo img{

height:44px;
max-width:170px;

}

.footer-brand p{

max-width:100%;

}

.footer-social{

justify-content:flex-start;

}

.footer-bottom{

margin-top:40px;

}

}

/*=========================
        MODAL
=========================*/

.modal{
    position:fixed;
    inset:0;
    z-index:2000;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .25s ease, visibility .25s ease;
}

.modal.is-open{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}

.modal-overlay{
    position:absolute;
    inset:0;
    background:rgba(13,16,24,.55);
    backdrop-filter:blur(4px);
}

.modal-dialog{
    position:relative;
    z-index:1;
    width:min(720px, 100%);
    max-height:min(88vh, 880px);
    overflow:auto;
    background:#fff;
    border-radius:28px;
    padding:36px 40px 32px;
    box-shadow:0 30px 80px rgba(0,0,0,.22);
    transform:translateY(16px) scale(.98);
    transition:transform .28s ease;
}

.modal.is-open .modal-dialog{
    transform:none;
}

.modal-close{
    position:absolute;
    top:14px;
    right:16px;
    width:40px;
    height:40px;
    border:0;
    border-radius:50%;
    background:#f4f4f4;
    color:#111;
    font-size:28px;
    line-height:1;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.25s;
}

.modal-close:hover{
    background:#F5B534;
}

.modal-label{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 14px;
    border:1px solid #F1E5C8;
    border-radius:40px;
    background:#fff;
    color:#C9962B;
    font-size:13px;
    font-weight:600;
    margin-bottom:16px;
}

.modal-dialog h3{
    font-size:28px;
    font-weight:800;
    line-height:1.25;
    margin-bottom:12px;
    padding-right:36px;
    color:#111;
}

.modal-lead{
    color:#666;
    line-height:1.7;
    margin-bottom:22px;
}

.modal-points{
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:14px;
    margin:0 0 28px;
    padding:0;
}

.modal-points li{
    position:relative;
    padding:16px 18px 16px 44px;
    background:#fafafa;
    border:1px solid #eee;
    border-radius:16px;
    color:#444;
    line-height:1.6;
    font-size:15px;
}

.modal-points li::before{
    content:"";
    position:absolute;
    left:16px;
    top:22px;
    width:12px;
    height:12px;
    border-radius:50%;
    background:#F5B534;
    box-shadow:0 0 0 4px rgba(245,181,52,.18);
}

.modal-points strong{
    display:block;
    color:#111;
    margin-bottom:4px;
    font-weight:700;
}

.modal-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

.modal-actions .btn-dark,
.modal-actions .btn-light{
    border:0;
    cursor:pointer;
    font:inherit;
    font-weight:600;
}

.modal-actions .btn-light{
    border:1px solid #ddd;
    background:#fff;
    color:#111;
}

.modal-actions .btn-light:hover{
    background:#111;
    color:#fff;
    border-color:#111;
}

@media(max-width:600px){

.modal{
    padding:12px;
    align-items:flex-end;
}

.modal-dialog{
    padding:28px 20px 22px;
    border-radius:24px 24px 18px 18px;
    max-height:92vh;
}

.modal-dialog h3{
    font-size:22px;
}

.modal-points li{
    padding:14px 14px 14px 40px;
    font-size:14px;
}

}

/*=========================
        INNER PAGES
=========================*/

.page-hero{
    padding:70px 0 40px;
    background:
        radial-gradient(circle at top left, rgba(255,213,106,.22), transparent 45%),
        radial-gradient(circle at top right, rgba(255,233,168,.2), transparent 40%),
        #fff;
}

.page-hero .section-label{
    margin:0 0 18px;
}

.page-hero h1{
    font-size:clamp(32px, 5vw, 52px);
    font-weight:800;
    line-height:1.15;
    margin-bottom:16px;
    max-width:900px;
}

.page-hero h1 span{
    color:#D8A22A;
}

.page-hero-lead{
    max-width:720px;
    color:#666;
    font-size:17px;
    line-height:1.7;
    margin-bottom:28px;
}

.page-hero-meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.page-chip{
    display:inline-flex;
    align-items:center;
    padding:8px 14px;
    border-radius:999px;
    background:#FFF7E6;
    color:#A67A1F;
    font-size:13px;
    font-weight:600;
}

.page-cover{
    padding:0 0 50px;
    background:#fff;
}

.page-cover img{
    width:100%;
    max-height:420px;
    object-fit:cover;
    border-radius:28px;
    display:block;
    box-shadow:0 20px 60px rgba(15,23,42,.1);
}

.page-section{
    padding:50px 0;
}

.page-section.alt{
    background:#fafafa;
}

.page-grid-2{
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:36px;
    align-items:start;
}

.page-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:24px;
    padding:28px;
    box-shadow:0 14px 40px rgba(0,0,0,.04);
}

.page-card h2,
.page-block h2{
    font-size:28px;
    font-weight:800;
    margin-bottom:14px;
}

.page-card p,
.page-block p{
    color:#555;
    line-height:1.75;
    margin-bottom:14px;
}

.page-list{
    list-style:none;
    display:flex;
    flex-direction:column;
    gap:12px;
    margin:18px 0 0;
    padding:0;
}

.page-list li{
    position:relative;
    padding:14px 16px 14px 42px;
    background:#fafafa;
    border:1px solid #eee;
    border-radius:14px;
    color:#444;
    line-height:1.6;
}

.page-list li::before{
    content:"";
    position:absolute;
    left:16px;
    top:20px;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#F5B534;
}

.metric-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:16px;
    margin-top:8px;
}

.metric-card{
    background:#111;
    color:#fff;
    border-radius:20px;
    padding:24px 20px;
}

.metric-card strong{
    display:block;
    font-size:34px;
    font-weight:800;
    color:#F5B534;
    margin-bottom:8px;
}

.metric-card span{
    color:rgba(255,255,255,.75);
    font-size:14px;
    line-height:1.5;
}

.page-cta{
    padding:60px 0 80px;
}

.page-cta-box{
    background:#111;
    color:#fff;
    border-radius:28px;
    padding:42px;
    display:flex;
    justify-content:space-between;
    gap:24px;
    align-items:center;
    flex-wrap:wrap;
}

.page-cta-box h2{
    font-size:30px;
    font-weight:800;
    margin-bottom:10px;
}

.page-cta-box p{
    color:rgba(255,255,255,.72);
    max-width:520px;
    line-height:1.6;
}

.page-cta-box .btn-dark{
    background:#F5B534;
    color:#111;
}

.page-cta-box .btn-light{
    border-color:rgba(255,255,255,.25);
    color:#fff;
    background:transparent;
}

.guarantee-terms{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.guarantee-term{
    background:#fff;
    border:1px solid #eee;
    border-radius:20px;
    padding:24px;
}

.guarantee-term h3{
    font-size:18px;
    margin-bottom:10px;
}

.guarantee-term p{
    color:#666;
    line-height:1.65;
    font-size:15px;
}

.note-box{
    margin-top:22px;
    padding:18px 20px;
    border-radius:16px;
    background:#FFF7E6;
    border:1px solid #F1E5C8;
    color:#7A5A12;
    line-height:1.65;
    font-size:14px;
}

@media(max-width:900px){
.page-grid-2,
.metric-grid,
.guarantee-terms{
    grid-template-columns:1fr;
}

.page-hero{
    padding:50px 0 30px;
}

.page-cta-box{
    padding:28px 22px;
}

.page-cta-box h2{
    font-size:24px;
}
}