/* =========================================================
ADDRESS PROOF UNIQUE TEMPLATE CSS
KYC + VERIFICATION STYLE
========================================================= */

body{
margin:0;
padding:0;
background:#edf2f7;
font-family:'Poppins',sans-serif;
color:#0f172a;
overflow-x:hidden;
}

/* =========================================================
WRAPPER
========================================================= */

.page-wrapper{
padding:28px 12px 60px;
}

.container{
max-width:1180px;
margin:auto;
}

.article-card{
background:#ffffff;
border-radius:30px;
padding:40px;
box-shadow:0 12px 40px rgba(15,23,42,0.08);
overflow:hidden;
}

/* =========================================================
BREADCRUMB
========================================================= */

.breadcrumb-box{
font-size:14px;
margin-bottom:18px;
color:#64748b;
}

.breadcrumb-box a{
text-decoration:none;
font-weight:600;
color:#4f46e5;
}

/* =========================================================
TITLE
========================================================= */

.article-title{
font-size:46px;
line-height:1.2;
font-weight:800;
margin-bottom:22px;
letter-spacing:-1px;
color:#111827;
}

.article-description{
font-size:17px;
line-height:2;
color:#475569;
margin-bottom:42px;
}

/* =========================================================
HERO SECTION
========================================================= */

.hero-box{
background:linear-gradient(135deg,#0f172a,#1e1b4b,#312e81);
border-radius:32px;
padding:45px;
margin-bottom:45px;
position:relative;
overflow:hidden;
}

.hero-box::before{
content:'';
position:absolute;
top:-80px;
right:-80px;
width:220px;
height:220px;
background:rgba(255,255,255,0.06);
border-radius:50%;
}

.hero-box::after{
content:'';
position:absolute;
bottom:-90px;
left:-90px;
width:260px;
height:260px;
background:rgba(251,146,60,0.08);
border-radius:50%;
}

.hero-content{
position:relative;
z-index:2;
}

.hero-content h2{
font-size:34px;
font-weight:800;
line-height:1.3;
margin-bottom:18px;
color:#ffffff;
}

.hero-content p{
font-size:16px;
line-height:1.9;
color:#dbeafe;
margin-bottom:20px;
}

.hero-content ul{
padding-left:20px;
margin-bottom:26px;
}

.hero-content ul li{
font-size:15px;
line-height:1.9;
margin-bottom:10px;
color:#e0e7ff;
}

.hero-btn{
display:inline-block;
padding:14px 26px;
border-radius:14px;
background:linear-gradient(135deg,#f97316,#fb923c);
color:#fff;
font-size:15px;
font-weight:700;
text-decoration:none;
box-shadow:0 10px 25px rgba(249,115,22,0.30);
transition:.3s;
}

.hero-btn:hover{
transform:translateY(-3px);
}

.hero-image{
text-align:center;
position:relative;
z-index:2;
}

.hero-image img{
width:100%;
max-width:320px;
background:#fff;
padding:14px;
border-radius:22px;
border:4px solid #818cf8;
box-shadow:0 18px 40px rgba(0,0,0,0.30);
}

/* =========================================================
HEADINGS
========================================================= */

.content-heading{
font-size:30px;
font-weight:800;
margin-top:46px;
margin-bottom:22px;
line-height:1.4;
padding-left:18px;
position:relative;
color:#111827;
}

.content-heading::before{
content:'';
position:absolute;
left:0;
top:6px;
width:7px;
height:82%;
border-radius:30px;
background:linear-gradient(180deg,#4f46e5,#7c3aed);
}

/* =========================================================
TEXT
========================================================= */

.content-text{
font-size:16px;
line-height:2;
color:#475569;
margin-bottom:20px;
padding-right:8px;
}

/* =========================================================
LIST
========================================================= */

.custom-list{
padding-left:22px;
margin:16px 0 26px;
}

.custom-list li{
font-size:15px;
line-height:2;
margin-bottom:10px;
color:#334155;
}

/* =========================================================
INFO GRID
========================================================= */

.info-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
margin-top:30px;
}

.info-card{
background:#ffffff;
border-radius:22px;
padding:30px 24px;
border:1px solid #e2e8f0;
text-align:center;
transition:.3s;
box-shadow:0 8px 25px rgba(15,23,42,0.05);
}

.info-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(15,23,42,0.10);
}

.info-icon{
width:70px;
height:70px;
border-radius:18px;
background:linear-gradient(135deg,#4f46e5,#7c3aed);
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
color:#fff;
margin:auto auto 18px;
}

.info-card h3{
font-size:21px;
font-weight:700;
margin-bottom:12px;
color:#111827;
}

.info-card p{
font-size:14px;
line-height:1.9;
color:#64748b;
}

/* =========================================================
LEGAL BOX
========================================================= */

.legal-box{
margin-top:45px;
padding:32px;
border-radius:24px;
background:#fff7ed;
border:1px solid #fdba74;
}

.legal-box h2{
font-size:28px;
margin-bottom:14px;
font-weight:800;
color:#9a3412;
}

.legal-box p{
font-size:15px;
line-height:1.9;
color:#7c2d12;
}

/* =========================================================
DOWNLOAD BOX
========================================================= */

.download-box{
margin-top:50px;
padding:45px 35px;
border-radius:30px;
background:linear-gradient(135deg,#312e81,#4f46e5,#7c3aed);
color:#fff;
text-align:center;
position:relative;
overflow:hidden;
}

.download-box::before{
content:'';
position:absolute;
right:-70px;
bottom:-70px;
width:220px;
height:220px;
background:rgba(255,255,255,0.06);
border-radius:50%;
}

.download-box h2{
font-size:38px;
font-weight:800;
margin-bottom:16px;
position:relative;
z-index:2;
}

.download-box p{
font-size:16px;
line-height:1.9;
margin-bottom:26px;
position:relative;
z-index:2;
color:#e0e7ff;
}

.download-btn{
display:inline-block;
padding:14px 28px;
background:#ffffff;
color:#111827;
font-weight:700;
border-radius:14px;
text-decoration:none;
position:relative;
z-index:2;
}

/* =========================================================
FAQ
========================================================= */

.faq-box{
background:rgba(255,255,255,0.85);
backdrop-filter:blur(10px);
border:1px solid #e2e8f0;
padding:24px;
border-radius:18px;
margin-bottom:18px;
box-shadow:0 8px 20px rgba(15,23,42,0.04);
}

.faq-box h3{
font-size:20px;
margin-bottom:12px;
font-weight:700;
color:#111827;
}

.faq-box p{
font-size:15px;
line-height:1.9;
color:#475569;
}

/* =========================================================
AUTHOR
========================================================= */

.author-box{
margin-top:45px;
padding-top:20px;
border-top:1px solid #e2e8f0;
}

.author-box h4{
font-size:20px;
margin-bottom:8px;
font-weight:700;
}

.author-box p{
font-size:14px;
color:#64748b;
line-height:1.8;
}

/* =========================================================
RESPONSIVE
========================================================= */

@media(max-width:992px){

.info-grid{
grid-template-columns:1fr;
}

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

.hero-box{
padding:30px 22px;
}

}

@media(max-width:768px){

.article-card{
padding:22px 16px;
border-radius:24px;
}

.article-title{
font-size:30px;
line-height:1.35;
}

.article-description{
font-size:15px;
line-height:1.95;
}

.hero-box{
padding:24px 16px;
border-radius:24px;
}

.hero-content h2{
font-size:26px;
line-height:1.4;
}

.hero-content p{
font-size:15px;
line-height:1.95;
}

.hero-content ul li{
font-size:15px;
line-height:1.9;
}

.content-heading{
font-size:24px;
line-height:1.45;
}

.content-text{
font-size:15px;
line-height:1.95;
padding-right:4px;
}

.custom-list li{
font-size:15px;
line-height:1.9;
}

.info-card{
padding:24px 18px;
}

.download-box{
padding:34px 18px;
border-radius:24px;
}

.download-box h2{
font-size:28px;
line-height:1.4;
}

.download-box p{
font-size:15px;
line-height:1.9;
}

.faq-box{
padding:20px 16px;
}

.faq-box h3{
font-size:18px;
line-height:1.45;
}

.faq-box p{
font-size:15px;
line-height:1.9;
}

}