/* corporate-email-hosting */
*{box-sizing:border-box;}
.ceh-page{font-family:'Inter',sans-serif;color:#1e293b;background:#f8fafc;}

/* HERO */
.ceh-hero{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);padding:80px 40px;text-align:center;color:#fff;}
.ceh-hero-inner{max-width:920px;margin:0 auto;}
.ceh-hero h1{font-size:3.1rem;font-weight:800;margin:0 0 16px;line-height:1.2;color:#fff !important;}
.ceh-hero h1 span{color:#38bdf8;}
.ceh-hero p{font-size:1.15rem;color:#cbd5e1;line-height:1.6;margin:0 0 32px;}
.ceh-btn-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}
.ceh-btn{display:inline-block;background:#0f766e;color:#fff;padding:14px 32px;border-radius:6px;font-weight:700;font-size:1rem;text-decoration:none;transition:background 0.2s;}
.ceh-btn:hover{background:#0d9488;}
.ceh-btn-outline{display:inline-block;background:transparent;color:#fff;border:1px solid rgba(255,255,255,0.35);padding:13px 30px;border-radius:6px;font-weight:700;font-size:1rem;text-decoration:none;transition:all 0.2s;}
.ceh-btn-outline:hover{background:rgba(255,255,255,0.08);border-color:#fff;}

/* TRUST BAND */
.ceh-trust{background:#0f172a;border-top:1px solid #1e293b;border-bottom:1px solid #e2e8f0;padding:20px 40px;}
.ceh-trust-inner{max-width:1050px;margin:0 auto;display:flex;justify-content:center;gap:32px;flex-wrap:wrap;}
.ceh-trust span{color:#94a3b8;font-size:14px;font-weight:600;}
.ceh-trust i{color:#38bdf8;margin-right:8px;}

/* PRICING */
.ceh-pricing{padding:80px 40px;}
.ceh-sh{text-align:center;margin-bottom:50px;}
.ceh-sh h2{font-size:2.4rem;font-weight:800;color:#0f172a;margin:0 0 12px;}
.ceh-sh p{font-size:1.1rem;color:#64748b;max-width:640px;margin:0 auto;}
.ceh-plans{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:30px;}
.ceh-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:40px 32px;transition:all 0.2s;position:relative;}
.ceh-card:hover{box-shadow:0 12px 32px rgba(15,23,42,0.06);border-color:#bae6fd;}
.ceh-card.featured{border-color:#14b8a6;box-shadow:0 8px 24px rgba(14,165,233,0.15);}
.ceh-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:#0f766e;color:#fff;font-size:14px;font-weight:700;padding:5px 16px;border-radius:20px;}
.ceh-icon{width:56px;height:56px;background:#f0f9ff;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;}
.ceh-icon i{font-size:24px;color:#14b8a6;}
.ceh-card.featured .ceh-icon{background:#14b8a6;}
.ceh-card.featured .ceh-icon i{color:#fff;}
.ceh-plan-name{font-size:1.6rem;font-weight:800;color:#0f172a;margin:0 0 8px;}
.ceh-plan-tag{font-size:13px;color:#64748b;margin:0 0 18px;}
.ceh-price-box{display:flex;align-items:flex-start;gap:4px;margin-bottom:4px;}
.ceh-currency{font-size:18px;font-weight:700;color:#0f172a;margin-top:6px;}
.ceh-price{font-size:2.8rem;font-weight:800;color:#0f172a;line-height:1;}
.ceh-period{font-size:14px;color:#64748b;}
.ceh-divider{border:none;border-top:1px solid #f1f5f9;margin:24px 0;}
.ceh-features{list-style:none;padding:0;margin:0 0 32px;}
.ceh-features li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#475569;margin-bottom:14px;line-height:1.4;}
.ceh-features li i{color:#10b981;font-size:16px;margin-top:2px;}
.ceh-cta{display:block;text-align:center;background:#f1f5f9;color:#0f172a;padding:14px;border-radius:6px;font-weight:700;text-decoration:none;transition:all 0.2s;}
.ceh-cta:hover{background:#e2e8f0;}
.ceh-card.featured .ceh-cta{background:#0f766e;color:#fff;}
.ceh-card.featured .ceh-cta:hover{background:#0d9488;}

/* SPECS TABLE */
.ceh-specs{padding:0 40px 80px;}
.ceh-specs-inner{max-width:900px;margin:0 auto;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto;}
.ceh-specs-table{width:100%;border-collapse:collapse;min-width:560px;}
.ceh-specs-table th,.ceh-specs-table td{padding:14px 20px;text-align:left;font-size:14px;border-bottom:1px solid #f1f5f9;}
.ceh-specs-table thead th{background:#0f172a;color:#fff;font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:0.03em;}
.ceh-specs-table thead th:not(:first-child){text-align:center;}
.ceh-specs-table tbody th{color:#334155;font-weight:600;white-space:nowrap;}
.ceh-specs-table tbody td{color:#475569;text-align:center;}
.ceh-specs-table tbody tr:last-child th,.ceh-specs-table tbody tr:last-child td{border-bottom:none;}
.ceh-specs-table tbody tr:nth-child(even){background:#f8fafc;}
.ceh-specs-note{padding:14px 20px;font-size:12.5px;color:#94a3b8;border-top:1px solid #f1f5f9;}

/* CLIENT CHIPS */
.ceh-clients{padding:0 40px 70px;text-align:center;}
.ceh-clients-label{font-size:13px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:0.04em;margin:0 0 20px;}
.ceh-client-chips{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;max-width:760px;margin:0 auto;}
.ceh-client-chip{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;border-radius:30px;padding:10px 20px;font-size:13.5px;font-weight:600;color:#334155;}
.ceh-client-chip i{color:#14b8a6;font-size:16px;}

/* MIGRATION */
.ceh-migration{padding:80px 40px;background:#f0fdfa;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;}
.ceh-migration-inner{max-width:1080px;margin:0 auto;}
.ceh-migration-head{max-width:760px;margin:0 auto 50px;text-align:center;}
.ceh-migration-head h2{font-size:2.2rem;font-weight:800;color:#0f172a;margin:0 0 14px;}
.ceh-migration-head p{font-size:1.05rem;color:#475569;line-height:1.7;margin:0;}
.ceh-guarantee{display:inline-flex;align-items:center;gap:10px;background:#0f766e;color:#fff;padding:10px 22px;border-radius:30px;font-weight:700;font-size:14px;margin-top:18px;}
.ceh-guarantee i{font-size:16px;}
.ceh-mig-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:46px;}
.ceh-mig-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:28px;}
.ceh-mig-card h3{font-size:1.2rem;font-weight:800;color:#0f172a;margin:0 0 10px;display:flex;align-items:center;gap:10px;}
.ceh-mig-card h3 i{color:#14b8a6;}
.ceh-mig-card p{font-size:14px;color:#475569;line-height:1.7;margin:0 0 12px;}
.ceh-mig-card ul{list-style:none;padding:0;margin:0;}
.ceh-mig-card ul li{font-size:13.5px;color:#334155;padding:6px 0 6px 22px;position:relative;}
.ceh-mig-card ul li:before{content:"\f00c";font-family:"Font Awesome 5 Free";font-weight:900;color:#10b981;position:absolute;left:0;top:6px;font-size:11px;}
.ceh-mig-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.ceh-mig-step{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px 16px;}
.ceh-mig-num{width:34px;height:34px;border-radius:50%;background:#0f766e;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;margin:0 auto 12px;font-size:15px;}
.ceh-mig-step h4{font-size:14.5px;font-weight:700;color:#0f172a;margin:0 0 6px;}
.ceh-mig-step p{font-size:12.5px;color:#64748b;line-height:1.5;margin:0;}

/* FEATURES GRID */
.ceh-features-grid{background:#fff;padding:80px 40px;border-top:1px solid #e2e8f0;}
.ceh-grid-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:40px;}
.ceh-feat-item{text-align:left;}
.ceh-feat-item i{font-size:32px;color:#14b8a6;margin-bottom:16px;}
.ceh-feat-item h3{font-size:1.15rem;font-weight:700;color:#0f172a;margin:0 0 12px;}
.ceh-feat-item p{font-size:14px;color:#64748b;line-height:1.6;margin:0;}

/* FAQ */
.ceh-faq{padding:80px 40px;background:#f8fafc;}
.ceh-faq-inner{max-width:800px;margin:0 auto;}
.ceh-faq-item{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:12px;overflow:hidden;background:#fff;}
.ceh-faq-q{padding:20px 24px;font-size:15px;font-weight:600;color:#0f172a;cursor:pointer;display:flex;justify-content:space-between;align-items:center;}
.ceh-faq-q i{color:#64748b;transition:transform 0.2s;}
.ceh-faq-item.open .ceh-faq-q i{transform:rotate(180deg);}
.ceh-faq-a{padding:0 24px 20px;font-size:14px;color:#475569;line-height:1.7;display:none;}
.ceh-faq-item.open .ceh-faq-a{display:block;}

@media(max-width:991px){
  .ceh-hero h1{font-size:2.3rem;}
  .ceh-plans,.ceh-grid-inner,.ceh-mig-grid{grid-template-columns:1fr;}
  .ceh-mig-steps{grid-template-columns:repeat(2,1fr);}
}
