/* =========================================================
CREATORS MIND SOFTWARE LANDING V10
MATCHES page-software.php EXACTLY
PREFIX : cmsp-
========================================================= */

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:Arial,sans-serif;
background:#ffffff;
color:#0f172a;
overflow-x:hidden;
line-height:1.7;
}

/* =========================================================
ASTRA FIX
========================================================= */

.ast-container,
.site-content .ast-container,
#primary,
#content,
.site-main,
.entry-content{
max-width:100%!important;
width:100%!important;
padding:0!important;
margin:0!important;
}

.entry-header,
.page-header{
display:none!important;
}

.cmsp-page{
width:100%;
overflow:hidden;
}

.cmsp-container{
width:min(94%,1450px);
margin:auto;
}

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

.cmsp-hero{
padding:90px 0;
background:
linear-gradient(
135deg,
#f7fbff 0%,
#eef5ff 45%,
#ffffff 100%
);
position:relative;
overflow:hidden;
}

.cmsp-hero:before{
content:"";
position:absolute;
width:700px;
height:700px;
background:#2563eb;
opacity:.05;
border-radius:50%;
filter:blur(140px);
left:-250px;
top:-250px;
}

.cmsp-hero-grid{
display:grid;
grid-template-columns:520px 1fr;
gap:70px;
align-items:center;
position:relative;
z-index:2;
}

/* =========================================================
LEFT
========================================================= */

.cmsp-badge{
display:inline-flex;
align-items:center;
padding:12px 22px;
border-radius:50px;
background:#dbeafe;
color:#2563eb;
font-size:13px;
font-weight:800;
letter-spacing:1px;
margin-bottom:22px;
}

.cmsp-form-column h1{
font-size:68px;
line-height:1;
font-weight:900;
letter-spacing:-2px;
margin-bottom:20px;
color:#0f172a;
}

.cmsp-subtitle{
font-size:18px;
line-height:1.9;
color:#64748b;
margin-bottom:28px;
}

/* =========================================================
FORM
========================================================= */

.cmsp-form{
background:#fff;
padding:32px;
border-radius:30px;
border:1px solid #edf2f7;
box-shadow:
0 25px 60px rgba(15,23,42,.08);
}

.cmsp-form h3{
font-size:28px;
font-weight:900;
margin-bottom:20px;
}

.cmsp-row{
display:grid;
grid-template-columns:1fr 1fr;
gap:14px;
}

.cmsp-form input,
.cmsp-form textarea{
width:100%;
padding:16px;
margin-bottom:14px;
border:1px solid #dbe2ea;
border-radius:14px;
outline:none;
font-size:15px;
font-family:Arial,sans-serif;
transition:.3s;
}

.cmsp-form input:focus,
.cmsp-form textarea:focus{
border-color:#2563eb;
box-shadow:0 0 0 4px rgba(37,99,235,.08);
}

.cmsp-form button{
width:100%;
height:58px;
border:none;
cursor:pointer;
border-radius:16px;
font-size:16px;
font-weight:800;
color:#fff;
background:
linear-gradient(
135deg,
#2563eb,
#4f46e5
);
transition:.3s;
}

.cmsp-form button:hover{
transform:translateY(-3px);
box-shadow:
0 20px 40px rgba(37,99,235,.25);
}

/* =========================================================
RIGHT
========================================================= */

.cmsp-image-column{
display:flex;
flex-direction:column;
gap:25px;
}

.cmsp-image-box{
background:#fff;
padding:25px;
border-radius:35px;
box-shadow:
0 25px 60px rgba(15,23,42,.08);
}

.cmsp-image-box img{
width:100%;
display:block;
height:auto;
object-fit:contain;
}

/* =========================================================
CTA
========================================================= */

.cmsp-cta-card{
padding:35px;
border-radius:30px;
background:
linear-gradient(
135deg,
#2563eb,
#4f46e5
);
color:#fff;
position:relative;
overflow:hidden;
}

.cmsp-cta-card:before{
content:"";
position:absolute;
width:260px;
height:260px;
background:rgba(255,255,255,.08);
border-radius:50%;
right:-100px;
top:-100px;
}

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

.cmsp-cta-content span{
display:inline-block;
font-size:13px;
font-weight:800;
margin-bottom:10px;
}

.cmsp-cta-content h2{
font-size:34px;
line-height:1.2;
font-weight:900;
margin-bottom:14px;
}

.cmsp-cta-content p{
line-height:1.8;
opacity:.95;
}

.cmsp-cta-buttons{
display:flex;
gap:12px;
margin-top:25px;
position:relative;
z-index:2;
}

.cmsp-cta-buttons a{
flex:1;
height:54px;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
font-weight:800;
border-radius:14px;
transition:.3s;
}

.cmsp-cta-buttons a:first-child{
background:#fff;
color:#111827;
}

.cmsp-cta-buttons a:last-child{
background:#22c55e;
color:#fff;
}

.cmsp-cta-buttons a:hover{
transform:translateY(-3px);
}

/* =========================================================
COMMON
========================================================= */

.cmsp-heading{
text-align:center;
margin-bottom:60px;
}

.cmsp-heading span{
display:block;
font-size:13px;
font-weight:800;
letter-spacing:1px;
color:#2563eb;
margin-bottom:10px;
}

.cmsp-heading h2{
font-size:56px;
line-height:1.1;
font-weight:900;
margin-bottom:10px;
}

.cmsp-heading p{
font-size:18px;
color:#64748b;
}

/* =========================================================
SERVICES
========================================================= */

.cmsp-services{
padding:120px 0;
}

.cmsp-services-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
}

.cmsp-service-card{
background:#fff;
padding:35px;
border-radius:26px;
border:1px solid #edf2f7;
box-shadow:
0 15px 40px rgba(15,23,42,.05);
transition:.35s;
}

.cmsp-service-card:hover{
transform:translateY(-8px);
}

.cmsp-service-card h3{
font-size:24px;
font-weight:900;
margin-bottom:12px;
}

.cmsp-service-card p{
color:#64748b;
}

/* =========================================================
BENEFITS
========================================================= */

.cmsp-benefits{
padding:120px 0;
background:#f8fafc;
}

.cmsp-benefits-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:24px;
}

.cmsp-benefit-card{
background:#fff;
padding:30px;
border-radius:24px;
text-align:center;
}

.cmsp-benefit-card h3{
font-size:24px;
font-weight:900;
margin-bottom:10px;
}

.cmsp-benefit-card p{
color:#64748b;
}

/* =========================================================
WHY US
========================================================= */

.cmsp-why{
padding:120px 0;
}

.cmsp-why-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
}

.cmsp-why-card{
background:
linear-gradient(
135deg,
#eff6ff,
#ffffff
);
padding:32px;
border-radius:24px;
border:1px solid #dbeafe;
font-weight:800;
text-align:center;
}

/* =========================================================
DESTINATIONS
========================================================= */

.cmsp-destinations{
padding:120px 0;
background:#f8fafc;
}

.cmsp-destination-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:30px;
}

.cmsp-destination-card{
padding:45px;
border-radius:32px;
position:relative;
overflow:hidden;
}

.cmsp-official{
background:
linear-gradient(
135deg,
#2563eb,
#1d4ed8
);
}

.cmsp-shop{
background:
linear-gradient(
135deg,
#7c3aed,
#4f46e5
);
}

.cmsp-destination-badge{
display:inline-block;
padding:8px 14px;
border-radius:30px;
background:rgba(255,255,255,.15);
color:#fff;
font-size:12px;
font-weight:800;
margin-bottom:18px;
}

.cmsp-destination-card h3{
font-size:34px;
font-weight:900;
line-height:1.2;
margin-bottom:14px;
color:#fff;
}

.cmsp-destination-card p{
color:#fff;
opacity:.95;
line-height:1.9;
margin-bottom:20px;
}

.cmsp-url{
padding:15px;
background:rgba(255,255,255,.12);
border-radius:12px;
color:#fff;
margin-bottom:20px;
word-break:break-word;
}

.cmsp-destination-card a{
display:inline-flex;
align-items:center;
justify-content:center;
height:54px;
padding:0 24px;
background:#fff;
color:#111827;
text-decoration:none;
font-weight:800;
border-radius:14px;
transition:.3s;
}

.cmsp-destination-card a:hover{
transform:translateY(-3px);
}

/* =========================================================
CONTACT
========================================================= */

.cmsp-contact{
padding:120px 0;
background:#ffffff;
}

.cmsp-contact-header{
text-align:center;
margin-bottom:50px;
}

.cmsp-contact-header span{
display:block;
font-size:13px;
font-weight:800;
color:#2563eb;
margin-bottom:10px;
}

.cmsp-contact-header h2{
font-size:54px;
font-weight:900;
margin-bottom:10px;
}

.cmsp-contact-header p{
color:#64748b;
}

.cmsp-contact-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}

.cmsp-contact-card{
background:#fff;
padding:28px;
border-radius:24px;
text-decoration:none;
color:#111827;
border:1px solid #edf2f7;
box-shadow:
0 10px 30px rgba(15,23,42,.05);
transition:.3s;
}

.cmsp-contact-card:hover{
transform:translateY(-6px);
}

.cmsp-contact-card h4{
font-size:20px;
font-weight:900;
margin-bottom:8px;
}

.cmsp-contact-card p{
color:#64748b;
}

/* =========================================================
SUCCESS
========================================================= */

.cmsp-success{
margin-top:15px;
padding:14px;
background:#dcfce7;
border-radius:12px;
font-weight:700;
}

.cmsp-error{
margin-top:15px;
padding:14px;
background:#fee2e2;
border-radius:12px;
font-weight:700;
}

/* =========================================================
TABLET
========================================================= */

@media(max-width:1100px){

.cmsp-hero-grid{
grid-template-columns:1fr;
}

.cmsp-services-grid{
grid-template-columns:repeat(2,1fr);
}

.cmsp-benefits-grid{
grid-template-columns:repeat(2,1fr);
}

.cmsp-why-grid{
grid-template-columns:repeat(2,1fr);
}

.cmsp-destination-grid{
grid-template-columns:1fr;
}

.cmsp-contact-grid{
grid-template-columns:repeat(2,1fr);
}

}

/* =========================================================
MOBILE
========================================================= */

@media(max-width:768px){

.cmsp-hero{
padding:50px 0;
}

.cmsp-form-column h1{
font-size:40px;
line-height:1.1;
}

.cmsp-subtitle{
font-size:16px;
}

.cmsp-row{
grid-template-columns:1fr;
}

.cmsp-cta-buttons{
flex-direction:column;
}

.cmsp-heading h2,
.cmsp-contact-header h2{
font-size:34px;
}

.cmsp-services-grid,
.cmsp-benefits-grid,
.cmsp-why-grid{
grid-template-columns:repeat(2,1fr);
gap:14px;
}

.cmsp-service-card,
.cmsp-benefit-card,
.cmsp-why-card{
padding:20px;
}

.cmsp-service-card h3,
.cmsp-benefit-card h3{
font-size:18px;
}

.cmsp-contact-grid{
grid-template-columns:repeat(2,1fr);
gap:14px;
}

.cmsp-contact-card{
padding:18px;
}

.cmsp-destination-card{
padding:25px;
}

.cmsp-destination-card h3{
font-size:26px;
}

}