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

body{
font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
background:#f4f7fb;
color:#08162f;
line-height:1.6
}

.container{
max-width:1200px;
margin:auto;
padding:0 20px
}

.topbar{
background:#07162f;
color:#fff;
padding:12px 0;
font-size:14px
}

.topbar-inner{
display:flex;
justify-content:space-between;
align-items:center;
gap:20px;
flex-wrap:wrap
}

.top-right{
display:flex;
gap:14px;
align-items:center;
flex-wrap:wrap
}

.top-right a{
color:#fff;
text-decoration:none
}

.header{
background:#fff;
border-bottom:1px solid #e8edf4
}

.header-inner{
display:flex;
justify-content:space-between;
align-items:center;
padding:24px 20px
}

.logo-wrap{
display:flex;
align-items:center;
gap:14px
}

.logo-icon{
width:58px;
height:58px;
border:4px solid #08162f;
border-radius:18px;
position:relative;
background:linear-gradient(180deg,#2f7cff,#0f57d5)
}

.logo-icon:after{
content:"";
position:absolute;
bottom:10px;
left:10px;
right:10px;
height:8px;
border-radius:999px;
background:white;
box-shadow:0 -12px 0 white;
opacity:0.9
}

.logo-main{
font-size:34px;
font-weight:900;
letter-spacing:1px
}

.logo-sub{
font-size:16px;
font-weight:700;
letter-spacing:5px;
color:#2f7cff
}

nav{
display:flex;
gap:28px
}

nav a{
text-decoration:none;
font-weight:700;
color:#08162f
}

.hero{
padding:80px 0
}

.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center
}

.eyebrow{
font-size:14px;
font-weight:800;
letter-spacing:3px;
color:#2f7cff;
margin-bottom:20px
}

h1{
font-size:72px;
line-height:1;
margin-bottom:24px
}

.hero-content p{
font-size:22px;
color:#5d6980;
max-width:700px
}

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

.btn-primary,
.btn-secondary{
padding:18px 30px;
border-radius:20px;
font-weight:800;
text-decoration:none;
display:inline-block;
transition:.2s
}

.btn-primary{
background:#2f7cff;
color:#fff;
box-shadow:0 12px 30px rgba(47,124,255,.25)
}

.btn-secondary{
background:#fff;
border:1px solid #dce4ef;
color:#08162f
}

.btn-primary:hover{
transform:translateY(-2px)
}

.trust-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:18px;
margin-top:35px
}

.trust-card{
background:#fff;
padding:24px;
border-radius:24px;
border:1px solid #e6edf5;
font-weight:700
}

.hero-side{
display:flex;
flex-direction:column;
gap:28px
}

.hero-visual{
position:relative;
background:linear-gradient(135deg,#08162f,#102a52);
border-radius:34px;
padding:40px;
min-height:260px;
overflow:hidden
}

.house-card{
width:180px;
height:180px;
border:4px solid rgba(255,255,255,.15);
border-radius:28px;
margin:auto;
position:relative
}

.house-line{
position:absolute;
top:30px;
left:30px;
right:30px;
height:4px;
background:#fff;
transform:skewY(-30deg)
}

.air-lines{
position:absolute;
bottom:40px;
left:35px;
right:35px;
height:10px;
background:#2f7cff;
border-radius:999px;
box-shadow:0 -18px 0 #2f7cff,0 -36px 0 #2f7cff
}

.floating-card{
position:absolute;
bottom:25px;
left:25px;
right:25px;
background:rgba(255,255,255,.08);
backdrop-filter:blur(10px);
padding:18px;
border-radius:20px;
color:#fff
}

.problem-box{
background:#08162f;
padding:36px;
border-radius:34px;
color:#fff
}

.problem-box h3{
font-size:38px;
line-height:1.1;
margin-bottom:24px
}

.problem-box ul{
padding-left:20px
}

.problem-box li{
margin-bottom:14px
}

.full{
width:100%;
text-align:center;
margin-top:20px
}

@media(max-width:950px){

.hero-grid{
grid-template-columns:1fr;
gap:40px
}

nav{
display:none
}

h1{
font-size:54px
}

}

@media(max-width:600px){

.topbar{
padding:10px 0
}

.topbar-inner{
align-items:flex-start
}

.top-right{
gap:10px
}

.logo-main{
font-size:26px
}

.logo-sub{
font-size:12px
}

.hero{
padding:50px 0
}

h1{
font-size:46px
}

.hero-content p{
font-size:18px
}

.hero-buttons{
flex-direction:column
}

.btn-primary,
.btn-secondary{
width:100%;
text-align:center
}

.trust-grid{
grid-template-columns:1fr
}

.problem-box h3{
font-size:34px
}

}
