Şablon:AnaPageV2/style.css

Hukukipedia sitesinden
Gezinti kısmına atla Arama kısmına atla
.hp-hero {
width:100%;
background:linear-gradient(100deg,#f3f6fc,#e7ecf8);
border:1px solid #d6dcef;
border-radius:12px;
padding:40px 45px;
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:30px;
position:relative;
overflow:hidden;
}

.hp-hero-left h1 {
margin:0;
font-size:2.7rem;
font-weight:800;
color:#1d3b6b;
font-family:"Georgia","Times New Roman",serif;
}

.hp-hero-sub {
margin-top:8px;
font-size:1.15rem;
color:#2f3d56;
font-family:"Georgia",serif;
}

.hp-hero-btns {
margin-top:15px;
font-size:1rem;
font-weight:600;
}

.hp-hero-btns a {
color:#1d3b6b !important;
text-decoration:none;
font-weight:700;
}

.hp-hero-btns a:hover {
text-decoration:underline;
}

.hp-hero-right {
font-size:140px;
font-weight:800;
color:rgba(29,59,107,0.06);
font-family:"Georgia",serif;
line-height:0.7;
padding-right:10px;
}

.hp-sections {
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:22px;
margin-bottom:35px;
}

.hp-sec-card {
background:#ffffff;
border:1px solid #d7dceb;
border-radius:12px;
padding:22px 24px;
box-shadow:0 2px 6px rgba(0,0,0,0.05);
text-align:center;
}

.hp-sec-icon {
font-size:42px;
margin-bottom:10px;
}

.hp-sec-card h2 {
margin:0 0 8px 0;
font-size:1.3rem;
color:#1d3b6b;
font-weight:700;
}

.hp-sec-card p {
font-size:0.95rem;
color:#384257;
line-height:1.5;
}

.hp-sec-card a {
display:inline-block;
margin-top:8px;
color:#1d3b6b !important;
font-weight:700;
text-decoration:none;
}

.hp-sec-card a:hover {
text-decoration:underline;
}

.hp-two-cols {
display:grid;
grid-template-columns:1fr 1fr;
gap:25px;
margin-bottom:35px;
}

.hp-col {
background:#ffffff;
border:1px solid #d6dceb;
border-radius:10px;
padding:18px 20px;
box-shadow:0 1px 4px rgba(0,0,0,0.04);
}

.hp-col h3 {
margin:0 0 10px 0;
font-size:1.2rem;
font-weight:700;
color:#1d3b6b;
padding-bottom:6px;
border-bottom:1px solid #dce2f0;
}

.hp-col ul {
margin:0;
padding-left:18px;
}

.hp-col li {
margin:6px 0;
}

.hp-footer-box {
background:#ffffff;
border:1px solid #d6dceb;
border-radius:10px;
padding:22px 26px;
box-shadow:0 1px 4px rgba(0,0,0,0.04);
margin-bottom:35px;
}

.hp-footer-box h3 {
margin:0 0 10px 0;
color:#1d3b6b;
font-size:1.3rem;
font-weight:700;
}

.hp-footer-box p {
margin:8px 0;
color:#2f3d56;
line-height:1.6;
font-size:1rem;
}

/* Mobil uyum */
@media(max-width:900px){
.hp-two-cols {grid-template-columns:1fr;}
.hp-hero {flex-direction:column;align-items:flex-start;padding:30px;}
.hp-hero-right {font-size:110px;margin-top:20px;}
}

@media(max-width:600px){
.hp-hero-left h1 {font-size:2rem;}
.hp-hero-right {font-size:90px;}
}