/* =========================================================
GLOBAL
========================================================= */

.forms-page{
background:#f6f8fc;
}

/* =========================================================
HERO
========================================================= */

.forms-hero{
padding:70px 0 45px;
background:
linear-gradient(135deg,#0b1d63 0%,#172f8f 55%,#ff4d6d 100%);
position:relative;
overflow:hidden;
color:#fff;
}

.forms-hero::before{
content:'';
position:absolute;
width:320px;
height:320px;
background:rgba(255,255,255,.08);
border-radius:50%;
top:-120px;
right:-90px;
}

.forms-hero .container{
max-width:1250px;
margin:auto;
padding:0 20px;
position:relative;
z-index:2;
}

.breadcrumb{
font-size:14px;
margin-bottom:14px;
opacity:.92;
}

.breadcrumb a{
color:#fff;
text-decoration:none;
}

.forms-hero h1{
font-size:46px;
font-weight:800;
line-height:1.2;
margin-bottom:18px;
}

.forms-hero p{
max-width:820px;
font-size:16px;
line-height:1.9;
opacity:.95;
}

.hero-tags{
display:flex;
flex-wrap:wrap;
gap:12px;
margin-top:25px;
}

.hero-tags span{
padding:10px 18px;
border-radius:50px;
background:rgba(255,255,255,.15);
backdrop-filter:blur(10px);
font-size:14px;
}

/* =========================================================
FILTER BAR
========================================================= */

.filters-wrap{
margin-top:-35px;
position:relative;
z-index:10;
}

.filters-box{
max-width:1250px;
margin:auto;
padding:25px;
background:#fff;
border-radius:24px;
box-shadow:0 15px 40px rgba(0,0,0,.08);

display:grid;
grid-template-columns:2fr 1fr 1fr 1fr 1fr;
gap:16px;
}

.filters-box input,
.filters-box select{
height:55px;
border:1px solid #ddd;
border-radius:14px;
padding:0 16px;
font-size:15px;
outline:none;
transition:.3s;
background:#fff;
}

.filters-box input:focus,
.filters-box select:focus{
border-color:#ff4d6d;
box-shadow:0 0 0 4px rgba(255,77,109,.08);
}

.search-btn{
height:55px;
border:none;
border-radius:14px;
background:linear-gradient(135deg,#ff7b00,#ff2f92);
color:#fff;
font-size:15px;
font-weight:700;
cursor:pointer;
transition:.3s;
}

.search-btn:hover{
transform:translateY(-2px);
}

/* =========================================================
FORMS GRID
========================================================= */

.forms-section{
padding:60px 0;
}

.forms-section .container{
max-width:1250px;
margin:auto;
padding:0 20px;
}

.section-head{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:35px;
gap:20px;
flex-wrap:wrap;
}

.section-head h2{
font-size:34px;
font-weight:800;
color:#111;
}

.section-head p{
color:#666;
max-width:650px;
line-height:1.8;
}

.forms-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
}

.form-card{
background:#fff;
border-radius:24px;
padding:28px;
box-shadow:0 10px 35px rgba(0,0,0,.06);
transition:.35s;
position:relative;
overflow:hidden;
}

.form-card:hover{
transform:translateY(-6px);
}

.form-card::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:5px;
background:linear-gradient(135deg,#ff7b00,#ff2f92);
}

.form-top{
display:flex;
align-items:center;
gap:16px;
margin-bottom:20px;
}

.pdf-icon{
width:62px;
height:62px;
border-radius:18px;
background:linear-gradient(135deg,#ff7b00,#ff2f92);
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:26px;
font-weight:700;
flex-shrink:0;
}

.form-meta{
display:flex;
flex-wrap:wrap;
gap:10px;
margin-bottom:18px;
}

.form-meta span{
background:#f4f6fb;
padding:8px 14px;
border-radius:30px;
font-size:13px;
font-weight:600;
color:#555;
}

.form-card h3{
font-size:22px;
line-height:1.4;
margin-bottom:14px;
color:#111;
}

.form-card p{
font-size:15px;
line-height:1.8;
color:#666;
margin-bottom:22px;
}

.form-footer{
display:flex;
justify-content:space-between;
align-items:center;
gap:15px;
flex-wrap:wrap;
}

.downloads{
font-size:14px;
color:#777;
}

.card-buttons{
display:flex;
gap:12px;
flex-wrap:wrap;
}

.btn{
padding:12px 18px;
border-radius:12px;
font-size:14px;
font-weight:700;
text-decoration:none;
transition:.3s;
display:inline-flex;
align-items:center;
justify-content:center;
}

.btn-primary{
background:linear-gradient(135deg,#ff7b00,#ff2f92);
color:#fff;
}

.btn-primary:hover{
transform:translateY(-2px);
}

.btn-light{
background:#f4f6fb;
color:#333;
}

.btn-light:hover{
background:#eceff7;
}

/* =========================================================
NOTICE
========================================================= */

.notice-section{
padding:10px 0 60px;
}

.notice-box{
max-width:1250px;
margin:auto;
padding:28px;
background:#fff7f8;
border:1px solid rgba(255,77,109,.14);
border-radius:24px;
line-height:1.9;
color:#444;
}

.notice-box strong{
display:block;
font-size:20px;
margin-bottom:12px;
color:#111;
}

/* =========================================================
SEO CONTENT
========================================================= */

.seo-section{
padding:10px 0 70px;
}

.seo-box{
max-width:1250px;
margin:auto;
padding:40px;
background:#fff;
border-radius:24px;
box-shadow:0 10px 35px rgba(0,0,0,.05);
}

.seo-box h2{
font-size:34px;
margin-bottom:20px;
color:#111;
}

.seo-box p{
line-height:1.9;
color:#555;
margin-bottom:18px;
font-size:16px;
}

.seo-box ul{
padding-left:22px;
}

.seo-box li{
margin-bottom:12px;
line-height:1.8;
color:#555;
}

/* =========================================================
FAQ
========================================================= */

.faq-section{
padding:0 0 80px;
}

.faq-wrap{
max-width:1250px;
margin:auto;
display:grid;
grid-template-columns:repeat(2,1fr);
gap:22px;
}

.faq-card{
background:#fff;
padding:28px;
border-radius:22px;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.faq-card h3{
font-size:20px;
margin-bottom:14px;
color:#111;
}

.faq-card p{
line-height:1.9;
color:#555;
}

/* =========================================================
EMPTY
========================================================= */

.empty-box{
background:#fff;
padding:60px 30px;
border-radius:24px;
text-align:center;
box-shadow:0 10px 35px rgba(0,0,0,.05);
}

.empty-box h3{
font-size:30px;
margin-bottom:14px;
}

.empty-box p{
color:#666;
line-height:1.8;
}

/* =========================================================
RESPONSIVE
========================================================= */

@media(max-width:1200px){

.forms-grid{
grid-template-columns:repeat(2,1fr);
}

.filters-box{
grid-template-columns:1fr 1fr;
}

}

@media(max-width:768px){

.forms-hero{
padding:60px 0 40px;
}

.forms-hero h1{
font-size:34px;
}

.forms-grid{
grid-template-columns:1fr;
}

.filters-box{
grid-template-columns:1fr;
padding:20px;
}

.section-head h2{
font-size:28px;
}

.faq-wrap{
grid-template-columns:1fr;
}

.seo-box{
padding:28px;
}

}

@media(max-width:480px){

.forms-hero h1{
font-size:28px;
}

.form-card{
padding:22px;
}

.seo-box{
padding:24px;
}

}