
/* REMOVE MARTFURY */
body:has(.p2sms-wrap) header#masthead,
body:has(.p2sms-wrap) .site-header,
body:has(.p2sms-wrap) .header-main,
body:has(.p2sms-wrap) .topbar,
body:has(.p2sms-wrap) footer,
body:has(.p2sms-wrap) .site-footer,
body:has(.p2sms-wrap) .footer-area,
body:has(.p2sms-wrap) .mf-top-bar,
body:has(.p2sms-wrap) .mf-header,
body:has(.p2sms-wrap) .header-search,
body:has(.p2sms-wrap) .header-cart,
body:has(.p2sms-wrap) .wishlist,
body:has(.p2sms-wrap) .navigation-extra{
display:none!important;
}

body:has(.p2sms-wrap) .container,
body:has(.p2sms-wrap) .site-content{
max-width:100%!important;
padding:0!important;
margin:0!important;
}

.p2sms-wrap{
font-family:Arial,sans-serif;
background:#f5f7fb;
overflow:hidden;
}

.p2sms-topbar{
background:#081a24;
color:#fff;
padding:12px;
overflow:hidden;
}

.p2sms-marquee{
display:flex;
gap:50px;
white-space:nowrap;
animation:marquee 18s linear infinite;
font-weight:700;
}

@keyframes marquee{
0%{transform:translateX(0)}
100%{transform:translateX(-50%)}
}

.p2sms-header{
position:sticky;
top:0;
z-index:9999;
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 40px;
background:#0b1623;
color:#fff;
}

.p2sms-logo{
font-size:34px;
font-weight:900;
}

.p2sms-menu{
display:flex;
gap:25px;
align-items:center;
}

.p2sms-menu a{
color:#fff;
text-decoration:none;
font-weight:700;
}

.p2sms-btn-small{
background:#ff0a78;
padding:12px 18px;
border-radius:30px;
}

.p2sms-hero{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
padding:80px 50px;
background:linear-gradient(135deg,#072b36,#111827);
color:#fff;
border-radius:30px;
margin:30px;
}

.p2sms-badge{
display:inline-block;
padding:10px 16px;
border-radius:30px;
background:#ff0a7830;
border:1px solid #ff0a78;
margin-bottom:20px;
font-size:13px;
font-weight:700;
}

.p2sms-hero h1{
font-size:72px;
line-height:1;
margin-bottom:25px;
}

.p2sms-hero p{
font-size:22px;
line-height:1.6;
}

.p2sms-buttons{
display:flex;
gap:20px;
margin-top:30px;
}

.p2sms-btn-main{
background:linear-gradient(90deg,#ff0a78,#ff693b);
padding:16px 28px;
border-radius:40px;
color:#fff;
font-weight:700;
text-decoration:none;
}

.p2sms-btn-outline{
border:1px solid #fff;
padding:16px 28px;
border-radius:40px;
color:#fff;
text-decoration:none;
}

.p2sms-card{
background:#fff;
color:#111;
padding:40px;
border-radius:30px;
}

.p2sms-card h2{
font-size:60px;
}

.p2sms-bars{
display:flex;
align-items:flex-end;
gap:15px;
height:180px;
margin-top:30px;
}

.p2sms-bars div{
flex:1;
background:linear-gradient(#7ce2db,#007a7d);
border-radius:18px;
}

.p2sms-bars div:nth-child(1){height:40%}
.p2sms-bars div:nth-child(2){height:60%}
.p2sms-bars div:nth-child(3){height:50%}
.p2sms-bars div:nth-child(4){height:90%}

.p2sms-section{
padding:80px 40px;
}

.p2sms-section h2{
text-align:center;
font-size:48px;
margin-bottom:40px;
}

.p2sms-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.p2sms-feature{
background:#fff;
padding:30px;
border-radius:24px;
box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.p2sms-pricing{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
}

.p2sms-plan{
background:#fff;
padding:35px;
border-radius:26px;
position:relative;
}

.popular{
border:3px solid #ff0a78;
}

.popular-badge{
position:absolute;
top:20px;
right:20px;
background:#ff0a78;
color:#fff;
padding:8px 14px;
border-radius:30px;
font-size:12px;
font-weight:700;
}

.price{
font-size:46px;
font-weight:900;
margin:20px 0;
}

.p2sms-plan ul{
padding-left:20px;
}

.p2sms-plan a{
display:block;
margin-top:20px;
background:#111827;
color:#fff;
padding:14px;
text-align:center;
border-radius:30px;
text-decoration:none;
}

.p2sms-api{
margin:40px;
padding:50px;
background:#0d8a92;
color:#fff;
border-radius:30px;
}

.p2sms-api code{
display:block;
margin:10px 0 20px;
background:#081a24;
padding:14px;
border-radius:10px;
}

.p2sms-footer{
background:#081a24;
color:#fff;
padding:60px 40px;
margin-top:60px;
}

.p2sms-footer-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr;
gap:40px;
}

.p2sms-footer a{
display:block;
margin-bottom:10px;
color:#cbd5e1;
text-decoration:none;
}

.p2sms-copy{
margin-top:40px;
padding-top:20px;
border-top:1px solid rgba(255,255,255,.1);
}

.p2sms-whatsapp{
position:fixed;
right:20px;
bottom:90px;
background:#25d366;
color:#fff;
padding:16px 24px;
border-radius:40px;
font-weight:700;
text-decoration:none;
z-index:99999;
}

.p2sms-top{
position:fixed;
right:25px;
bottom:25px;
width:50px;
height:50px;
border:none;
border-radius:50%;
background:#081a24;
color:#fff;
font-size:22px;
cursor:pointer;
z-index:99999;
}

.p2sms-mobile-toggle{
display:none;
font-size:28px;
cursor:pointer;
}

@media(max-width:900px){

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

.p2sms-grid,
.p2sms-pricing,
.p2sms-footer-grid{
grid-template-columns:1fr;
}

.p2sms-menu{
display:none;
position:absolute;
top:80px;
left:0;
width:100%;
background:#081a24;
padding:20px;
flex-direction:column;
}

.p2sms-menu.active{
display:flex;
}

.p2sms-mobile-toggle{
display:block;
}

.p2sms-hero h1{
font-size:42px;
}

}
