/* =========================================================
NAME CHANGE UNIQUE DESIGN
IDENTITY CORRECTION THEME
========================================================= */

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

/* ========================================================= */

.page-wrapper{
padding:35px 14px 70px;
}

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

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

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

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

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

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

.article-title{
font-size:48px;
line-height:1.15;
font-weight:800;
margin-bottom:24px;
letter-spacing:-1px;
color:#0f172a;
}

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

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

.hero-box{
background:linear-gradient(135deg,#f8fafc,#dbeafe);
border-radius:34px;
padding:44px;
margin-bottom:50px;
position:relative;
overflow:hidden;
border:1px solid #bfdbfe;
}

.hero-box::before{
content:'';
position:absolute;
top:-80px;
right:-80px;
width:240px;
height:240px;
background:rgba(37,99,235,0.08);
border-radius:50%;
}

.hero-box::after{
content:'';
position:absolute;
bottom:-90px;
left:-90px;
width:260px;
height:260px;
background:rgba(16,185,129,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:#0f172a;
}

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

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

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

.hero-btn{
display:inline-block;
padding:14px 28px;
border-radius:14px;
background:linear-gradient(135deg,#2563eb,#1d4ed8);
color:#fff;
font-size:15px;
font-weight:700;
text-decoration:none;
transition:.3s;
box-shadow:0 10px 25px rgba(37,99,235,0.25);
}

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

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

.hero-image img{
width:100%;
max-width:300px;
background:#fff;
padding:14px;
border-radius:22px;
border:4px solid #60a5fa;
box-shadow:0 18px 40px rgba(37,99,235,0.18);
}

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

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

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

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

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

/* =========================================================
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:32px;
}

.info-card{
background:#f8fbff;
border:1px solid #dbeafe;
border-radius:24px;
padding:30px 24px;
text-align:center;
transition:.3s;
}

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

.info-icon{
width:70px;
height:70px;
border-radius:18px;
background:linear-gradient(135deg,#2563eb,#06b6d4);
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:#0f172a;
}

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

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

.legal-box{
margin-top:48px;
padding:34px;
border-radius:26px;
background:#eff6ff;
border:1px solid #93c5fd;
}

.legal-box h2{
font-size:28px;
margin-bottom:16px;
font-weight:800;
color:#1d4ed8;
}

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

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

.download-box{
margin-top:52px;
padding:48px 35px;
border-radius:32px;
background:linear-gradient(135deg,#0f172a,#1e3a8a,#2563eb);
text-align:center;
position:relative;
overflow:hidden;
color:#fff;
}

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

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

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

.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:#ffffff;
border:1px solid #dbeafe;
padding:24px;
border-radius:18px;
margin-bottom:18px;
}

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

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

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

.author-box{
margin-top:48px;
padding-top:22px;
border-top:1px solid #dbeafe;
}

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

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

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

@media(max-width:992px){

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

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

.hero-box{
padding:28px 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;
}

.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;
}

}