@charset "UTF-8";

/* =========================
   CREATACRM MOBILE PAGE ONLY
========================= */

.mobile-hero{
    display:grid;
    grid-template-columns:1fr 0.85fr;
    gap:70px;
    align-items:center;
    padding:90px 7%;
    background:linear-gradient(145deg,#F5FAFF 0%,#EAF4FC 55%,#F8FBFE 100%);
}

.mobile-hero-copy h1{
    font-size:54px;
    line-height:1.08;
    letter-spacing:-1.5px;
    margin:0 0 20px;
}

.mobile-hero-copy h1 span{
    color:#2C86D3;
}

.mobile-hero-copy > p{
    font-size:20px;
    line-height:1.65;
    color:#52637A;
    margin:0;
    max-width:560px;
}

.mobile-hero-phone{
    display:flex;
    justify-content:center;
    align-items:center;
}

.mobile-hero-phone img{
    width:100%;
    max-width:340px;
    display:block;
    border-radius:36px;
    border:10px solid white;
    box-shadow:
        0 28px 70px rgba(44,134,211,.22),
        0 10px 30px rgba(0,0,0,.08);
}

.audience-strip{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    padding:0 7% 80px;
    margin-top:-28px;
    position:relative;
    z-index:2;
}

.audience-card{
    background:white;
    border:1px solid rgba(44,134,211,.12);
    border-radius:18px;
    padding:28px 24px;
    box-shadow:0 12px 30px rgba(44,134,211,.08);
}

.audience-card h3{
    margin:0 0 10px;
    font-size:18px;
}

.audience-card p{
    margin:0;
    font-size:15px;
    line-height:1.55;
    color:#52637A;
}

.highlight-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
    padding:80px 7%;
    background:white;
}

.highlight-card{
    background:#F8FBFE;
    border:1px solid rgba(44,134,211,.10);
    border-radius:18px;
    padding:30px;
}

.highlight-card h3{
    margin:0 0 12px;
    font-size:20px;
}

.highlight-card p{
    margin:0;
    color:#52637A;
    line-height:1.6;
    font-size:15px;
}

.feature-block{
    display:grid;
    grid-template-columns:0.95fr 1.05fr;
    gap:60px;
    align-items:center;
    padding:90px 7%;
}

.feature-block.alt{
    background:#F5FAFF;
}

.feature-block.reverse{
    grid-template-columns:1.05fr 0.95fr;
}

.feature-block.reverse .feature-left{
    order:2;
}

.feature-block.reverse .iphone-mockup{
    order:1;
}

.feature-left{
    display:flex;
    flex-direction:column;
    gap:28px;
}

.feature-copy h2{
    font-size:40px;
    line-height:1.1;
    margin:0 0 18px;
}

.feature-copy > p{
    font-size:18px;
    line-height:1.7;
    color:#52637A;
    margin:0;
}

.feature-list-card{
    background:white;
    border:1px solid rgba(44,134,211,.14);
    border-radius:20px;
    padding:34px;
    box-shadow:0 12px 32px rgba(44,134,211,.10);
}

.feature-list-card h3{
    margin:0 0 18px;
    font-size:20px;
}

.feature-list-card ul{
    margin:0;
    padding-left:20px;
}

.feature-list-card li{
    margin-bottom:12px;
    color:#52637A;
    line-height:1.5;
}

.feature-list-card li:last-child{
    margin-bottom:0;
}

.prompt-chips{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:22px;
}

.prompt-chip{
    display:inline-flex;
    background:#EAF4FF;
    color:#126FC2;
    border:1px solid rgba(44,134,211,.18);
    border-radius:999px;
    padding:10px 14px;
    font-size:13px;
    font-weight:700;
}

.prompt-chips-caption{
    margin:14px 0 0;
    font-size:13px;
    color:#64748B;
    font-style:italic;
}

.customise-with-phone{
    display:grid;
    grid-template-columns:1fr auto;
    gap:36px;
    align-items:center;
}

.customise-list h3{
    margin:0 0 18px;
    font-size:20px;
}

.customise-list ul{
    margin:0;
    padding-left:20px;
}

.customise-list li{
    margin-bottom:12px;
    color:#52637A;
    line-height:1.5;
}

.customise-list li:last-child{
    margin-bottom:0;
}

.iphone-mockup{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:16px;
}

.iphone-caption{
    margin:0;
    max-width:280px;
    text-align:center;
    font-size:14px;
    line-height:1.45;
    color:#64748B;
}

.sales-bridge{
    margin:0;
    padding:28px 7% 10px;
    text-align:center;
    font-size:17px;
    font-weight:700;
    color:#126FC2;
    background:#F5FAFF;
}

.iphone-frame{
    position:relative;
    width:240px;
    padding:12px;
    background:linear-gradient(160deg,#2a2f38 0%,#11151c 55%,#000 100%);
    border-radius:42px;
    box-shadow:
        0 0 0 2px #3a404c,
        0 0 0 5px #0b0d11,
        0 24px 50px rgba(7,23,53,.28);
}

.iphone-frame::before,
.iphone-frame::after{
    content:"";
    position:absolute;
    width:3px;
    background:#2c313a;
    border-radius:2px;
}

.iphone-frame::before{
    left:-5px;
    top:92px;
    height:28px;
    box-shadow:0 48px 0 #2c313a;
}

.iphone-frame::after{
    right:-5px;
    top:120px;
    height:56px;
}

.iphone-dynamic-island{
    position:absolute;
    top:20px;
    left:50%;
    transform:translateX(-50%);
    width:78px;
    height:22px;
    background:#0b0d11;
    border-radius:20px;
    z-index:2;
}

.iphone-frame img{
    display:block;
    width:100%;
    height:auto;
    border-radius:32px;
    background:#fff;
}

.iphone-home-indicator{
    position:absolute;
    left:50%;
    bottom:18px;
    transform:translateX(-50%);
    width:84px;
    height:4px;
    background:rgba(0,0,0,.35);
    border-radius:4px;
    z-index:2;
}

.integrations-section{
    padding:90px 7%;
    background:white;
    text-align:center;
}

.integrations-section h2{
    font-size:40px;
    margin:0 0 16px;
}

.integrations-section > p{
    max-width:720px;
    margin:0 auto 40px;
    font-size:18px;
    line-height:1.7;
    color:#52637A;
}

.integration-logos{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:48px;
    flex-wrap:wrap;
}

.integration-logos img{
    max-height:42px;
    width:auto;
}

.same-crm-section{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
    padding:90px 7%;
    background:#F5FAFF;
}

.same-crm-section h2{
    font-size:40px;
    line-height:1.1;
    margin:0 0 18px;
}

.same-crm-section p{
    font-size:18px;
    line-height:1.7;
    color:#52637A;
    margin:0 0 18px;
}

.same-crm-section p:last-child{
    margin-bottom:0;
}

.cta-section{
    padding:90px 7%;
    text-align:center;
    background:linear-gradient(135deg,#126FC2 0%,#2C86D3 100%);
    color:white;
}

.cta-section h2{
    font-size:42px;
    margin:0 0 16px;
    color:white;
}

.cta-section p{
    max-width:640px;
    margin:0 auto 34px;
    font-size:18px;
    line-height:1.65;
    color:rgba(255,255,255,.9);
}

.cta-section .btn-primary{
    background:white;
    color:#126FC2;
    box-shadow:0 12px 28px rgba(0,0,0,.16);
}

.cta-section .btn-secondary{
    background:transparent;
    color:white;
    border:1px solid rgba(255,255,255,.45);
}

.cta-section .hero-buttons{
    justify-content:center;
    margin:0;
}

.existing-note{
    padding:40px 7% 70px;
    background:#F8FBFE;
    text-align:center;
}

.existing-note p{
    margin:0 auto;
    max-width:760px;
    font-size:15px;
    line-height:1.65;
    color:#52637A;
}

.page-footer{
    padding:28px 7%;
    background:white;
    border-top:1px solid rgba(44,134,211,.10);
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
    font-size:14px;
    color:#64748B;
}

.page-footer a{
    color:#2C86D3;
    text-decoration:none;
    font-weight:700;
}

@media(max-width:1100px){
    .mobile-hero,
    .feature-block,
    .feature-block.reverse,
    .same-crm-section,
    .customise-with-phone{
        grid-template-columns:1fr;
    }

    .iphone-mockup{
        justify-content:center;
        order:-1;
    }

    .iphone-frame{
        width:220px;
    }

    .feature-block.reverse .feature-left,
    .feature-block.reverse .iphone-mockup,
    .feature-block.reverse .feature-copy,
    .feature-block.reverse .feature-list-card{
        order:initial;
    }

    .audience-strip,
    .highlight-grid{
        grid-template-columns:repeat(2,1fr);
    }

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

    .feature-copy h2,
    .integrations-section h2,
    .same-crm-section h2,
    .cta-section h2{
        font-size:34px;
    }

    .menu{
        display:none;
    }
}

@media(max-width:700px){
    .mobile-hero,
    .feature-block,
    .feature-block.alt,
    .integrations-section,
    .same-crm-section,
    .cta-section{
        padding-left:24px;
        padding-right:24px;
    }

    .audience-strip,
    .highlight-grid{
        grid-template-columns:1fr;
        padding-left:24px;
        padding-right:24px;
    }

    .mobile-hero-copy h1{
        font-size:34px;
    }

    .hero-buttons{
        flex-direction:column;
        align-items:stretch;
    }
}
