:root{

--primary:#2563eb;
--primary-light:#60a5fa;

--bg:#f4f7fb;
--white:#ffffff;

--text:#0f172a;
--muted:#64748b;

--border:#e2e8f0;

}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{

font-family:"Inter",sans-serif;

background:
radial-gradient(circle at top left,
rgba(96,165,250,.18),
transparent 30%),

radial-gradient(circle at bottom right,
rgba(37,99,235,.12),
transparent 35%),

#f4f7fb;

color:var(--text);

overflow-x:hidden;
}

/* HERO */

.hero-section{
position:relative;
padding:120px 0;
overflow:hidden;
}

.hero-blur{
position:absolute;
border-radius:50%;
filter:blur(90px);
z-index:0;
}

.hero-blur-1{
width:400px;
height:400px;
background:rgba(96,165,250,.25);
top:-120px;
left:-120px;
}

.hero-blur-2{
width:350px;
height:350px;
background:rgba(37,99,235,.15);
bottom:-120px;
right:-120px;
}

.hero-title{
font-size:72px;
font-weight:900;
line-height:1.05;
letter-spacing:-3px;
margin-bottom:24px;
}

.hero-subtitle{
font-size:20px;
line-height:1.8;
color:var(--muted);
margin-bottom:40px;
max-width:580px;
}

.hero-badge{
display:inline-block;
padding:10px 18px;
background:rgba(37,99,235,.08);
border:1px solid rgba(37,99,235,.12);
border-radius:50px;
font-size:13px;
font-weight:700;
letter-spacing:1px;
margin-bottom:28px;
color:var(--primary);
}

.hero-buttons{
display:flex;
gap:16px;
flex-wrap:wrap;
margin-bottom:35px;
}

.btn-premium{

background:linear-gradient(
135deg,
#2563eb,
#3b82f6
);

color:#fff;
border:none;

padding:16px 34px;
border-radius:18px;

font-weight:700;

box-shadow:
0 15px 35px rgba(37,99,235,.25);

transition:.3s;
}

.btn-premium:hover{
transform:translateY(-4px);
color:#fff;
}

.btn-light-premium{

background:#fff;

border:1px solid var(--border);

padding:16px 30px;

border-radius:18px;

font-weight:700;

color:var(--text);

transition:.3s;
}

.btn-light-premium:hover{
transform:translateY(-4px);
}

.hero-features{
display:flex;
gap:24px;
flex-wrap:wrap;
}

.feature-item{
display:flex;
align-items:center;
gap:10px;
font-weight:600;
color:#334155;
}

.feature-item i{
color:var(--primary);
}

/* PHOTOS */

.hero-photos{
position:relative;
height:520px;
}

.photo-main{

position:absolute;

width:100%;
max-width:520px;

right:0;
top:0;

border-radius:34px;

box-shadow:
0 30px 80px rgba(15,23,42,.18);

transform:rotate(-4deg);

z-index:3;
}

.photo-small{

position:absolute;

width:220px;

border-radius:24px;

background:#fff;

padding:10px;

box-shadow:
0 20px 60px rgba(15,23,42,.12);
}

.photo-small img{
width:100%;
}

.photo-small-1{
left:20px;
bottom:90px;
transform:rotate(-12deg);
}

.photo-small-2{
right:30px;
bottom:-20px;
transform:rotate(10deg);
}

/* SECTION */

.section-head{
margin-bottom:60px;
}

.section-badge{

display:inline-block;

padding:10px 18px;

background:#e0ecff;

border-radius:40px;

font-size:13px;
font-weight:700;

color:var(--primary);

margin-bottom:20px;
}

.section-title{

font-size:52px;

font-weight:900;

letter-spacing:-2px;

margin-bottom:14px;
}

.section-subtitle{
font-size:18px;
color:var(--muted);
}

/* SERVICES */

.services-section{
padding:110px 0;
}

.premium-card{

background:rgba(255,255,255,.82);

backdrop-filter:blur(14px);

border:1px solid rgba(255,255,255,.7);

border-radius:34px;

overflow:hidden;

transition:.4s;

height:100%;
}

.premium-card:hover{
transform:translateY(-10px);
box-shadow:
0 30px 70px rgba(37,99,235,.15);
}

.premium-image{
height:260px;
overflow:hidden;
}

.premium-image img{
width:100%;
height:100%;
object-fit:cover;
transition:.4s;
}

.premium-card:hover img{
transform:scale(1.08);
}

.premium-content{
padding:28px;
}

.premium-content h3{
font-size:28px;
font-weight:800;
margin-bottom:14px;
}

.premium-content p{
color:var(--muted);
line-height:1.7;
}

.premium-bottom{

display:flex;
justify-content:space-between;
align-items:center;

margin-top:28px;
}

.premium-price{
font-size:24px;
font-weight:800;
color:var(--primary);
}

.btn-card{

background:#eff6ff;

border:none;

padding:12px 18px;

border-radius:14px;

font-weight:700;

color:var(--primary);
}

/* ADV */

.advantages-section{
padding-bottom:100px;
}

.adv-card{

background:#fff;

border-radius:30px;

padding:40px;

height:100%;

box-shadow:
0 15px 50px rgba(15,23,42,.06);

transition:.3s;
}

.adv-card:hover{
transform:translateY(-8px);
}

.adv-icon{

width:72px;
height:72px;

display:flex;
align-items:center;
justify-content:center;

background:linear-gradient(
135deg,
#2563eb,
#60a5fa
);

border-radius:24px;

font-size:28px;
color:#fff;

margin-bottom:24px;
}

.adv-card h4{
font-weight:800;
margin-bottom:14px;
}

.adv-card p{
color:var(--muted);
line-height:1.7;
}

/* EXAMPLES */

.examples-section{
padding:100px 0;
}

.example-card{

position:relative;

border-radius:28px;

overflow:hidden;

cursor:pointer;
}

.example-card img{

width:100%;
height:280px;

object-fit:cover;

transition:.4s;
}

.example-card:hover img{
transform:scale(1.08);
}

.example-overlay{

position:absolute;
inset:0;

background:linear-gradient(
180deg,
transparent,
rgba(15,23,42,.75)
);

display:flex;
align-items:flex-end;

padding:24px;
}

.example-overlay h6{
color:#fff;
font-size:18px;
font-weight:700;
}

/* MODAL */

.img-modal{

position:fixed;
inset:0;

background:rgba(15,23,42,.92);

display:none;

justify-content:center;
align-items:center;

z-index:9999;
}

.img-modal img{
max-width:90%;
max-height:90%;
border-radius:24px;
}

.img-modal-close{

position:absolute;

top:30px;
right:30px;

width:54px;
height:54px;

border:none;

border-radius:50%;

background:#ef4444;

color:#fff;

font-size:28px;
}

/* MOBILE */

@media(max-width:991px){

.hero-title{
font-size:48px;
}

.section-title{
font-size:38px;
}

.hero-photos{
height:auto;
}

.photo-main{
position:relative;
max-width:100%;
transform:none;
}

.photo-small{
display:none;
}

}

@media(max-width:768px){

.hero-section{
padding:90px 0;
}

.hero-title{
font-size:38px;
line-height:1.15;
}

.hero-subtitle{
font-size:16px;
}

.section-title{
font-size:32px;
}

.hero-buttons{
flex-direction:column;
}

.btn-premium,
.btn-light-premium{
width:100%;
text-align:center;
}

}