/* ===== CheapDomainAndHosting.com ===== */

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:Arial,Helvetica,sans-serif;
line-height:1.7;
background:#f7fafc;
color:#1f2937;
}

.container{
width:92%;
max-width:1200px;
margin:auto;
}

a{
text-decoration:none;
}

img{
max-width:100%;
}

header{
background:#ffffff;
border-bottom:1px solid #e5e7eb;
position:sticky;
top:0;
z-index:999;
}

.navbar{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 0;
}

.logo{
font-size:1.8rem;
font-weight:700;
color:#0f172a;
}

.logo span{
color:#16a34a;
}

.cta-btn{
background:#16a34a;
color:#fff;
padding:12px 22px;
border-radius:10px;
font-weight:700;
display:inline-block;
transition:.3s;
}

.cta-btn:hover{
background:#15803d;
}

.hero{
padding:85px 0;
background:linear-gradient(to right,#0f172a,#14532d);
color:#fff;
}

.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:50px;
align-items:center;
}

.hero h1{
font-size:3rem;
line-height:1.2;
margin-bottom:22px;
}

.hero p{
font-size:1.15rem;
margin-bottom:25px;
color:#d1d5db;
}

.hero-box{
background:#fff;
padding:30px;
border-radius:16px;
color:#111827;
box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.hero-box h3{
margin-bottom:18px;
}

.section{
padding:80px 0;
}

.section-title{
text-align:center;
margin-bottom:50px;
}

.section-title h2{
font-size:2.2rem;
margin-bottom:12px;
}

.section-title p{
color:#6b7280;
}

.grid-3{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.card{
background:#fff;
padding:28px;
border-radius:16px;
box-shadow:0 5px 18px rgba(0,0,0,.08);
}

.card h3{
margin-bottom:15px;
color:#0f172a;
}

.card p{
color:#6b7280;
}

.highlight{
background:#dcfce7;
padding:4px 10px;
border-radius:6px;
font-weight:700;
color:#166534;
}

.cta-section{
background:#14532d;
color:#fff;
padding:70px 0;
text-align:center;
}

.cta-section h2{
font-size:2.3rem;
margin-bottom:20px;
}

.cta-section p{
max-width:800px;
margin:auto;
margin-bottom:30px;
color:#d1d5db;
}

footer{
background:#0f172a;
color:#d1d5db;
padding:45px 0;
margin-top:50px;
}

.footer-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:30px;
}

.footer-grid h4{
margin-bottom:18px;
color:#fff;
}

.footer-grid ul{
list-style:none;
}

.footer-grid li{
margin-bottom:10px;
}

.footer-grid a{
color:#d1d5db;
}

.disclaimer{
border-top:1px solid #374151;
margin-top:30px;
padding-top:20px;
font-size:.9rem;
text-align:center;
color:#9ca3af;
}

.sticky-phone{
position:fixed;
bottom:18px;
right:18px;
background:#16a34a;
color:#fff;
padding:16px 20px;
border-radius:50px;
font-weight:700;
box-shadow:0 8px 20px rgba(0,0,0,.25);
z-index:999;
}

table{
width:100%;
border-collapse:collapse;
margin-top:25px;
background:#fff;
}

table th,
table td{
padding:16px;
border:1px solid #e5e7eb;
text-align:left;
}

table th{
background:#f3f4f6;
}

ul.checklist{
padding-left:20px;
}

ul.checklist li{
margin-bottom:14px;
}

@media(max-width:992px){

.hero-grid{
grid-template-columns:1fr;
}

.grid-3{
grid-template-columns:1fr;
}

.footer-grid{
grid-template-columns:1fr 1fr;
}

.hero h1{
font-size:2.3rem;
}

}

@media(max-width:768px){

.footer-grid{
grid-template-columns:1fr;
}

.hero{
padding:60px 0;
}

.hero h1{
font-size:2rem;
}

.section{
padding:60px 0;
}

}