{"id":82,"date":"2026-05-13T20:36:01","date_gmt":"2026-05-14T02:36:01","guid":{"rendered":"https:\/\/simplydial.it\/?page_id=82"},"modified":"2026-05-13T20:36:01","modified_gmt":"2026-05-14T02:36:01","slug":"82-2","status":"publish","type":"page","link":"https:\/\/simplydial.it\/index.php\/82-2\/","title":{"rendered":""},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html>\n&lt;html lang=\"en\">\n&lt;head>\n&lt;meta charset=\"UTF-8\">\n&lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n&lt;title>SimplyDial \u2014 Unified Cloud Communications&lt;\/title>\n&lt;link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n&lt;link href=\"https:\/\/fonts.googleapis.com\/css2?family=Sora:wght@300;400;500;600;700&amp;family=DM+Sans:ital,wght@0,300;0,400;0,500;1,300&amp;display=swap\" rel=\"stylesheet\">\n&lt;style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --navy: #0B1120;\n    --navy-2: #111827;\n    --navy-3: #1C2A40;\n    --navy-card: #162032;\n    --electric: #3B82F6;\n    --electric-light: #60A5FA;\n    --electric-glow: rgba(59, 130, 246, 0.15);\n    --teal: #14B8A6;\n    --teal-light: #2DD4BF;\n    --white: #FFFFFF;\n    --text-primary: #F1F5F9;\n    --text-secondary: #94A3B8;\n    --text-muted: #64748B;\n    --border: rgba(255,255,255,0.07);\n    --border-hover: rgba(59, 130, 246, 0.4);\n    --font: 'Sora', sans-serif;\n    --font-body: 'DM Sans', sans-serif;\n  }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    font-family: var(--font-body);\n    background: var(--navy);\n    color: var(--text-primary);\n    line-height: 1.6;\n    overflow-x: hidden;\n  }\n\n  \/* NAV *\/\n  nav {\n    position: fixed;\n    top: 0; left: 0; right: 0;\n    z-index: 100;\n    padding: 0 2rem;\n    height: 72px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    background: rgba(11, 17, 32, 0.85);\n    backdrop-filter: blur(16px);\n    border-bottom: 1px solid var(--border);\n  }\n\n  .nav-logo img {\n    height: 36px;\n    width: auto;\n    display: block;\n  }\n\n  .nav-links {\n    display: flex;\n    align-items: center;\n    gap: 2.5rem;\n    list-style: none;\n  }\n\n  .nav-links a {\n    color: var(--text-secondary);\n    text-decoration: none;\n    font-size: 0.875rem;\n    font-weight: 400;\n    letter-spacing: 0.01em;\n    transition: color 0.2s;\n  }\n\n  .nav-links a:hover { color: var(--text-primary); }\n\n  .nav-cta {\n    background: var(--electric);\n    color: #fff !important;\n    padding: 0.5rem 1.25rem;\n    border-radius: 8px;\n    font-weight: 500 !important;\n    transition: background 0.2s, opacity 0.2s !important;\n  }\n\n  .nav-cta:hover { background: var(--electric-light); opacity: 1 !important; color: #fff !important; }\n\n  \/* HERO *\/\n  .hero {\n    min-height: 100vh;\n    display: flex;\n    align-items: center;\n    padding: 120px 2rem 80px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero::before {\n    content: '';\n    position: absolute;\n    top: -200px; left: 50%;\n    transform: translateX(-50%);\n    width: 900px; height: 900px;\n    background: radial-gradient(ellipse, rgba(59,130,246,0.12) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .hero::after {\n    content: '';\n    position: absolute;\n    bottom: 0; right: -100px;\n    width: 600px; height: 600px;\n    background: radial-gradient(ellipse, rgba(20,184,166,0.08) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .hero-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n    width: 100%;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 4rem;\n    align-items: center;\n    position: relative;\n    z-index: 1;\n  }\n\n  .hero-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5rem;\n    background: var(--electric-glow);\n    border: 1px solid rgba(59,130,246,0.3);\n    border-radius: 100px;\n    padding: 0.35rem 1rem;\n    font-size: 0.75rem;\n    font-weight: 500;\n    color: var(--electric-light);\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n    margin-bottom: 1.5rem;\n  }\n\n  .badge-dot {\n    width: 6px; height: 6px;\n    border-radius: 50%;\n    background: var(--electric);\n    animation: pulse 2s ease-in-out infinite;\n  }\n\n  @keyframes pulse {\n    0%, 100% { opacity: 1; }\n    50% { opacity: 0.4; }\n  }\n\n  .hero h1 {\n    font-family: var(--font);\n    font-size: clamp(2.2rem, 4vw, 3.5rem);\n    font-weight: 700;\n    line-height: 1.15;\n    letter-spacing: -0.02em;\n    margin-bottom: 1.25rem;\n  }\n\n  .hero h1 em {\n    font-style: normal;\n    background: linear-gradient(135deg, var(--electric-light), var(--teal-light));\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n\n  .hero-sub {\n    font-size: 1.1rem;\n    color: var(--text-secondary);\n    line-height: 1.7;\n    margin-bottom: 2.5rem;\n    max-width: 480px;\n  }\n\n  .hero-actions {\n    display: flex;\n    gap: 1rem;\n    flex-wrap: wrap;\n  }\n\n  .btn-primary {\n    background: var(--electric);\n    color: #fff;\n    padding: 0.875rem 2rem;\n    border-radius: 10px;\n    font-family: var(--font);\n    font-weight: 600;\n    font-size: 0.95rem;\n    text-decoration: none;\n    border: none;\n    cursor: pointer;\n    transition: background 0.2s, transform 0.15s;\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5rem;\n  }\n\n  .btn-primary:hover { background: #2563EB; transform: translateY(-1px); }\n\n  .btn-outline {\n    background: transparent;\n    color: var(--text-primary);\n    padding: 0.875rem 2rem;\n    border-radius: 10px;\n    font-family: var(--font);\n    font-weight: 500;\n    font-size: 0.95rem;\n    text-decoration: none;\n    border: 1px solid var(--border-hover);\n    cursor: pointer;\n    transition: border-color 0.2s, background 0.2s, transform 0.15s;\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5rem;\n  }\n\n  .btn-outline:hover { border-color: var(--electric-light); background: var(--electric-glow); transform: translateY(-1px); }\n\n  \/* HERO VISUAL *\/\n  .hero-visual {\n    position: relative;\n  }\n\n  .dash-card {\n    background: var(--navy-card);\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    padding: 1.5rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .dash-card::before {\n    content: '';\n    position: absolute;\n    top: 0; left: 0; right: 0;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, rgba(59,130,246,0.4), transparent);\n  }\n\n  .dash-header {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    margin-bottom: 1.25rem;\n  }\n\n  .dash-title {\n    font-family: var(--font);\n    font-size: 0.8rem;\n    font-weight: 600;\n    color: var(--text-secondary);\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n  }\n\n  .status-pill {\n    background: rgba(20,184,166,0.15);\n    border: 1px solid rgba(20,184,166,0.3);\n    color: var(--teal-light);\n    font-size: 0.7rem;\n    font-weight: 600;\n    padding: 0.2rem 0.6rem;\n    border-radius: 100px;\n    letter-spacing: 0.03em;\n  }\n\n  .metric-row {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 1rem;\n    margin-bottom: 1.25rem;\n  }\n\n  .metric {\n    background: var(--navy-3);\n    border-radius: 10px;\n    padding: 0.875rem 1rem;\n    border: 1px solid var(--border);\n  }\n\n  .metric-label {\n    font-size: 0.7rem;\n    color: var(--text-muted);\n    letter-spacing: 0.03em;\n    margin-bottom: 0.35rem;\n  }\n\n  .metric-value {\n    font-family: var(--font);\n    font-size: 1.4rem;\n    font-weight: 700;\n    color: var(--text-primary);\n  }\n\n  .metric-sub {\n    font-size: 0.7rem;\n    color: var(--teal);\n    margin-top: 0.15rem;\n  }\n\n  .activity-list {\n    display: flex;\n    flex-direction: column;\n    gap: 0.6rem;\n  }\n\n  .activity-item {\n    display: flex;\n    align-items: center;\n    gap: 0.75rem;\n    padding: 0.6rem 0.875rem;\n    background: var(--navy-3);\n    border-radius: 8px;\n    font-size: 0.8rem;\n  }\n\n  .activity-icon {\n    width: 28px; height: 28px;\n    border-radius: 7px;\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0;\n    font-size: 0.75rem;\n  }\n\n  .activity-icon.call { background: rgba(59,130,246,0.15); color: var(--electric-light); }\n  .activity-icon.sms { background: rgba(20,184,166,0.15); color: var(--teal-light); }\n  .activity-icon.teams { background: rgba(139,92,246,0.15); color: #A78BFA; }\n\n  .activity-name { color: var(--text-primary); font-weight: 500; flex: 1; }\n  .activity-time { color: var(--text-muted); font-size: 0.72rem; }\n\n  .float-badge {\n    position: absolute;\n    background: var(--navy-card);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    padding: 0.75rem 1rem;\n    display: flex;\n    align-items: center;\n    gap: 0.6rem;\n    box-shadow: 0 8px 32px rgba(0,0,0,0.4);\n    animation: float 4s ease-in-out infinite;\n  }\n\n  .float-badge.top-right {\n    top: -20px; right: -24px;\n    animation-delay: 0s;\n  }\n\n  .float-badge.bot-left {\n    bottom: -16px; left: -24px;\n    animation-delay: 2s;\n  }\n\n  @keyframes float {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-6px); }\n  }\n\n  .float-icon {\n    width: 32px; height: 32px;\n    border-radius: 8px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 0.9rem;\n    font-weight: 700;\n  }\n\n  .float-text { font-size: 0.78rem; line-height: 1.3; }\n  .float-label { color: var(--text-muted); font-size: 0.68rem; }\n\n  \/* SECTION COMMON *\/\n  section {\n    padding: 100px 2rem;\n  }\n\n  .section-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n    width: 100%;\n  }\n\n  .section-label {\n    display: inline-block;\n    font-size: 0.72rem;\n    font-weight: 600;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--electric);\n    margin-bottom: 0.75rem;\n  }\n\n  .section-title {\n    font-family: var(--font);\n    font-size: clamp(1.8rem, 3vw, 2.5rem);\n    font-weight: 700;\n    letter-spacing: -0.02em;\n    line-height: 1.2;\n    margin-bottom: 1rem;\n  }\n\n  .section-sub {\n    color: var(--text-secondary);\n    font-size: 1rem;\n    max-width: 560px;\n    line-height: 1.7;\n  }\n\n  .section-head {\n    margin-bottom: 3.5rem;\n  }\n\n  \/* FEATURES *\/\n  .features-bg {\n    background: var(--navy-2);\n    border-top: 1px solid var(--border);\n    border-bottom: 1px solid var(--border);\n  }\n\n  .features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 1.5rem;\n  }\n\n  .feature-card {\n    background: var(--navy-card);\n    border: 1px solid var(--border);\n    border-radius: 16px;\n    padding: 2rem;\n    transition: border-color 0.25s, transform 0.2s;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .feature-card::after {\n    content: '';\n    position: absolute;\n    inset: 0;\n    border-radius: 16px;\n    background: linear-gradient(135deg, var(--electric-glow), transparent);\n    opacity: 0;\n    transition: opacity 0.3s;\n  }\n\n  .feature-card:hover {\n    border-color: rgba(59,130,246,0.3);\n    transform: translateY(-2px);\n  }\n\n  .feature-card:hover::after { opacity: 1; }\n\n  .feature-icon {\n    width: 44px; height: 44px;\n    border-radius: 12px;\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 1.25rem;\n    font-size: 1.1rem;\n    position: relative;\n    z-index: 1;\n  }\n\n  .icon-blue { background: rgba(59,130,246,0.15); color: var(--electric-light); }\n  .icon-teal { background: rgba(20,184,166,0.15); color: var(--teal-light); }\n  .icon-purple { background: rgba(139,92,246,0.15); color: #A78BFA; }\n  .icon-amber { background: rgba(251,191,36,0.15); color: #FCD34D; }\n  .icon-rose { background: rgba(244,63,94,0.15); color: #FB7185; }\n  .icon-green { background: rgba(34,197,94,0.15); color: #4ADE80; }\n\n  .feature-card h3 {\n    font-family: var(--font);\n    font-size: 1.05rem;\n    font-weight: 600;\n    margin-bottom: 0.6rem;\n    position: relative;\n    z-index: 1;\n  }\n\n  .feature-card p {\n    color: var(--text-secondary);\n    font-size: 0.9rem;\n    line-height: 1.65;\n    position: relative;\n    z-index: 1;\n  }\n\n  \/* INTEGRATIONS *\/\n  .integrations-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 1rem;\n    margin-top: 3rem;\n  }\n\n  .integration-chip {\n    background: var(--navy-card);\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    padding: 1.25rem 1rem;\n    text-align: center;\n    font-size: 0.85rem;\n    font-weight: 500;\n    color: var(--text-secondary);\n    transition: border-color 0.2s, color 0.2s, transform 0.2s;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 0.6rem;\n  }\n\n  .integration-chip:hover {\n    border-color: rgba(59,130,246,0.35);\n    color: var(--text-primary);\n    transform: translateY(-2px);\n  }\n\n  .integration-logo {\n    width: 36px; height: 36px;\n    border-radius: 8px;\n    display: flex; align-items: center; justify-content: center;\n    font-size: 1rem;\n    font-weight: 700;\n  }\n\n  \/* STATS *\/\n  .stats-section {\n    background: linear-gradient(135deg, rgba(59,130,246,0.08), rgba(20,184,166,0.06));\n    border-top: 1px solid var(--border);\n    border-bottom: 1px solid var(--border);\n  }\n\n  .stats-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 2rem;\n    text-align: center;\n  }\n\n  .stat-number {\n    font-family: var(--font);\n    font-size: 2.8rem;\n    font-weight: 700;\n    background: linear-gradient(135deg, var(--electric-light), var(--teal-light));\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    line-height: 1;\n    margin-bottom: 0.5rem;\n  }\n\n  .stat-label {\n    color: var(--text-secondary);\n    font-size: 0.875rem;\n  }\n\n  \/* CTA *\/\n  .cta-section {\n    text-align: center;\n  }\n\n  .cta-box {\n    background: var(--navy-card);\n    border: 1px solid rgba(59,130,246,0.2);\n    border-radius: 24px;\n    padding: 4rem 2rem;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .cta-box::before {\n    content: '';\n    position: absolute;\n    top: -120px; left: 50%;\n    transform: translateX(-50%);\n    width: 600px; height: 300px;\n    background: radial-gradient(ellipse, rgba(59,130,246,0.12), transparent 70%);\n    pointer-events: none;\n  }\n\n  .cta-box h2 {\n    font-family: var(--font);\n    font-size: clamp(1.8rem, 3vw, 2.5rem);\n    font-weight: 700;\n    letter-spacing: -0.02em;\n    margin-bottom: 1rem;\n    position: relative;\n  }\n\n  .cta-box p {\n    color: var(--text-secondary);\n    font-size: 1rem;\n    margin-bottom: 2.5rem;\n    max-width: 480px;\n    margin-left: auto;\n    margin-right: auto;\n    position: relative;\n  }\n\n  .cta-actions {\n    display: flex;\n    gap: 1rem;\n    justify-content: center;\n    flex-wrap: wrap;\n    position: relative;\n  }\n\n  \/* FOOTER *\/\n  footer {\n    padding: 3rem 2rem;\n    border-top: 1px solid var(--border);\n  }\n\n  .footer-inner {\n    max-width: 1100px;\n    margin: 0 auto;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 1.5rem;\n  }\n\n  .footer-logo img { height: 28px; width: auto; }\n\n  .footer-links {\n    display: flex;\n    gap: 2rem;\n    list-style: none;\n  }\n\n  .footer-links a {\n    color: var(--text-muted);\n    text-decoration: none;\n    font-size: 0.85rem;\n    transition: color 0.2s;\n  }\n\n  .footer-links a:hover { color: var(--text-secondary); }\n\n  .footer-copy {\n    color: var(--text-muted);\n    font-size: 0.8rem;\n  }\n\n  \/* SVG icons inline *\/\n  .icon-svg { width: 18px; height: 18px; display: inline-block; vertical-align: middle; }\n\n  @media (max-width: 768px) {\n    .hero-inner { grid-template-columns: 1fr; gap: 3rem; }\n    .hero-visual { display: none; }\n    .stats-grid { grid-template-columns: repeat(2, 1fr); }\n    .nav-links { display: none; }\n    .footer-inner { flex-direction: column; align-items: flex-start; }\n    .features-grid { grid-template-columns: 1fr; }\n  }\n&lt;\/style>\n&lt;\/head>\n&lt;body>\n\n&lt;!-- NAV -->\n&lt;nav>\n  &lt;div class=\"nav-logo\">\n    &lt;img src=\"https:\/\/app.simplydial.it\/rest\/system\/image?category=logo&amp;v=9F2547B7\" alt=\"SimplyDial\" onerror=\"this.style.display='none'; this.parentElement.innerHTML='&lt;span style=\\'font-family:Sora,sans-serif;font-weight:700;font-size:1.2rem;color:#F1F5F9;\\'>SimplyDial&lt;\/span>'\">\n  &lt;\/div>\n  &lt;ul class=\"nav-links\">\n    &lt;li>&lt;a href=\"#features\">Features&lt;\/a>&lt;\/li>\n    &lt;li>&lt;a href=\"#integrations\">Integrations&lt;\/a>&lt;\/li>\n    &lt;li>&lt;a href=\"#contact\">Contact&lt;\/a>&lt;\/li>\n    &lt;li>&lt;a href=\"#contact\" class=\"nav-cta\">Get Started&lt;\/a>&lt;\/li>\n  &lt;\/ul>\n&lt;\/nav>\n\n&lt;!-- HERO -->\n&lt;section class=\"hero\">\n  &lt;div class=\"hero-inner\">\n    &lt;div class=\"hero-content\">\n      &lt;div class=\"hero-badge\">\n        &lt;span class=\"badge-dot\">&lt;\/span>\n        Unified Cloud Communications\n      &lt;\/div>\n      &lt;h1>Connect Your Team.&lt;br>&lt;em>Simplify Everything.&lt;\/em>&lt;\/h1>\n      &lt;p class=\"hero-sub\">SimplyDial brings voice, SMS, and your favourite business tools together in one cloud-hosted platform \u2014 so your team spends less time managing communications and more time getting things done.&lt;\/p>\n      &lt;div class=\"hero-actions\">\n        &lt;a href=\"#contact\" class=\"btn-primary\">\n          Get Started\n          &lt;svg class=\"icon-svg\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\">&lt;path d=\"M5 12h14M12 5l7 7-7 7\"\/>&lt;\/svg>\n        &lt;\/a>\n        &lt;a href=\"#features\" class=\"btn-outline\">\n          Explore Features\n        &lt;\/a>\n      &lt;\/div>\n    &lt;\/div>\n\n    &lt;!-- HERO VISUAL: Dashboard mockup -->\n    &lt;div class=\"hero-visual\">\n      &lt;div class=\"float-badge top-right\">\n        &lt;div class=\"float-icon\" style=\"background:rgba(139,92,246,0.15);color:#A78BFA;\">\n          &lt;svg width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\">&lt;rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\/>&lt;path d=\"M9 9h6M9 12h6M9 15h4\"\/>&lt;\/svg>\n        &lt;\/div>\n        &lt;div class=\"float-text\">\n          &lt;div style=\"color:#F1F5F9;font-size:0.8rem;font-weight:600;\">Teams Connected&lt;\/div>\n          &lt;div class=\"float-label\">Microsoft 365 integration live&lt;\/div>\n        &lt;\/div>\n      &lt;\/div>\n\n      &lt;div class=\"dash-card\">\n        &lt;div class=\"dash-header\">\n          &lt;span class=\"dash-title\">Communications Hub&lt;\/span>\n          &lt;span class=\"status-pill\">\u25cf All systems live&lt;\/span>\n        &lt;\/div>\n\n        &lt;div class=\"metric-row\">\n          &lt;div class=\"metric\">\n            &lt;div class=\"metric-label\">Active Calls&lt;\/div>\n            &lt;div class=\"metric-value\">24&lt;\/div>\n            &lt;div class=\"metric-sub\">\u2191 12% today&lt;\/div>\n          &lt;\/div>\n          &lt;div class=\"metric\">\n            &lt;div class=\"metric-label\">SMS Sent&lt;\/div>\n            &lt;div class=\"metric-value\">1.4k&lt;\/div>\n            &lt;div class=\"metric-sub\">\u2191 8% today&lt;\/div>\n          &lt;\/div>\n          &lt;div class=\"metric\">\n            &lt;div class=\"metric-label\">Uptime&lt;\/div>\n            &lt;div class=\"metric-value\">99.9%&lt;\/div>\n            &lt;div class=\"metric-sub\" style=\"color:#4ADE80;\">Excellent&lt;\/div>\n          &lt;\/div>\n        &lt;\/div>\n\n        &lt;div class=\"activity-list\">\n          &lt;div class=\"activity-item\">\n            &lt;div class=\"activity-icon call\">\n              &lt;svg width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" viewBox=\"0 0 24 24\">&lt;path d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 013.07 9.8a19.79 19.79 0 01-3.07-8.64A2 2 0 012 1h3a2 2 0 012 1.72c.127.96.36 1.903.7 2.81a2 2 0 01-.45 2.11L6.91 8.92A16 16 0 0015.08 17l1.27-1.28a2 2 0 012.11-.45c.907.34 1.85.573 2.81.7A2 2 0 0122 16.92z\"\/>&lt;\/svg>\n            &lt;\/div>\n            &lt;span class=\"activity-name\">Inbound call \u2014 Sales line&lt;\/span>\n            &lt;span class=\"activity-time\">just now&lt;\/span>\n          &lt;\/div>\n          &lt;div class=\"activity-item\">\n            &lt;div class=\"activity-icon sms\">\n              &lt;svg width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" viewBox=\"0 0 24 24\">&lt;path d=\"M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2z\"\/>&lt;\/svg>\n            &lt;\/div>\n            &lt;span class=\"activity-name\">SMS reply \u2014 Support queue&lt;\/span>\n            &lt;span class=\"activity-time\">2 min ago&lt;\/span>\n          &lt;\/div>\n          &lt;div class=\"activity-item\">\n            &lt;div class=\"activity-icon teams\">\n              &lt;svg width=\"14\" height=\"14\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" viewBox=\"0 0 24 24\">&lt;rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\/>&lt;path d=\"M9 9h6M9 12h6M9 15h4\"\/>&lt;\/svg>\n            &lt;\/div>\n            &lt;span class=\"activity-name\">Teams call \u2014 Ext. 2201&lt;\/span>\n            &lt;span class=\"activity-time\">5 min ago&lt;\/span>\n          &lt;\/div>\n        &lt;\/div>\n      &lt;\/div>\n\n      &lt;div class=\"float-badge bot-left\">\n        &lt;div class=\"float-icon\" style=\"background:rgba(20,184,166,0.15);color:#2DD4BF;\">\n          &lt;svg width=\"16\" height=\"16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\">&lt;path d=\"M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2z\"\/>&lt;\/svg>\n        &lt;\/div>\n        &lt;div class=\"float-text\">\n          &lt;div style=\"color:#F1F5F9;font-size:0.8rem;font-weight:600;\">SMS Delivered&lt;\/div>\n          &lt;div class=\"float-label\">Two-way messaging active&lt;\/div>\n        &lt;\/div>\n      &lt;\/div>\n    &lt;\/div>\n  &lt;\/div>\n&lt;\/section>\n\n&lt;!-- FEATURES -->\n&lt;section class=\"features-bg\" id=\"features\">\n  &lt;div class=\"section-inner\">\n    &lt;div class=\"section-head\">\n      &lt;span class=\"section-label\">Platform Features&lt;\/span>\n      &lt;h2 class=\"section-title\">Everything your business&lt;br>needs to communicate&lt;\/h2>\n      &lt;p class=\"section-sub\">A complete communications stack, hosted in the cloud and managed for you \u2014 no on-premise hardware required.&lt;\/p>\n    &lt;\/div>\n\n    &lt;div class=\"features-grid\">\n      &lt;div class=\"feature-card\">\n        &lt;div class=\"feature-icon icon-blue\">\n          &lt;svg width=\"20\" height=\"20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\">&lt;path d=\"M22 16.92v3a2 2 0 01-2.18 2 19.79 19.79 0 01-8.63-3.07A19.5 19.5 0 013.07 9.8a19.79 19.79 0 01-3.07-8.64A2 2 0 012 1h3a2 2 0 012 1.72c.127.96.36 1.903.7 2.81a2 2 0 01-.45 2.11L6.91 8.92A16 16 0 0015.08 17l1.27-1.28a2 2 0 012.11-.45c.907.34 1.85.573 2.81.7A2 2 0 0122 16.92z\"\/>&lt;\/svg>\n        &lt;\/div>\n        &lt;h3>Cloud Phone System&lt;\/h3>\n        &lt;p>Full-featured business phone with extensions, call routing, auto-attendants, call queues, voicemail-to-email, and call recording \u2014 everything you need, with no on-premise hardware.&lt;\/p>\n      &lt;\/div>\n\n      &lt;div class=\"feature-card\">\n        &lt;div class=\"feature-icon icon-teal\">\n          &lt;svg width=\"20\" height=\"20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\">&lt;path d=\"M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2z\"\/>&lt;\/svg>\n        &lt;\/div>\n        &lt;h3>Business SMS &amp; MMS&lt;\/h3>\n        &lt;p>Send and receive text messages and images directly on your business number. Two-way SMS and MMS keep conversations organized alongside your voice calls \u2014 no personal numbers needed.&lt;\/p>\n      &lt;\/div>\n\n      &lt;div class=\"feature-card\">\n        &lt;div class=\"feature-icon icon-blue\" style=\"background:rgba(99,102,241,0.15);color:#A5B4FC;\">\n          &lt;svg width=\"20\" height=\"20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\">&lt;circle cx=\"12\" cy=\"8\" r=\"4\"\/>&lt;path d=\"M4 20c0-4 3.6-7 8-7s8 3 8 7\"\/>&lt;path d=\"M18 3l1.5 1.5M18 9l1.5-1.5M21 6h-2\"\/>&lt;\/svg>\n        &lt;\/div>\n        &lt;h3>AI Voice Agents&lt;\/h3>\n        &lt;p>Automate inbound calls with intelligent voice agents that greet callers, answer common questions, capture information, and route conversations \u2014 24\/7, without putting anyone on hold.&lt;\/p>\n      &lt;\/div>\n\n      &lt;div class=\"feature-card\">\n        &lt;div class=\"feature-icon icon-purple\">\n          &lt;svg width=\"20\" height=\"20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\">&lt;rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\/>&lt;path d=\"M9 9h6M9 12h6M9 15h4\"\/>&lt;\/svg>\n        &lt;\/div>\n        &lt;h3>Microsoft Teams Integration&lt;\/h3>\n        &lt;p>Make and receive external calls directly within Teams. Your team keeps working in the tools they already know \u2014 with full PSTN calling powered by SimplyDial.&lt;\/p>\n      &lt;\/div>\n\n      &lt;div class=\"feature-card\">\n        &lt;div class=\"feature-icon icon-amber\">\n          &lt;svg width=\"20\" height=\"20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\">&lt;rect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\"\/>&lt;path d=\"M12 18h.01\"\/>&lt;rect x=\"2\" y=\"7\" width=\"4\" height=\"7\" rx=\"1\"\/>&lt;rect x=\"18\" y=\"7\" width=\"4\" height=\"7\" rx=\"1\"\/>&lt;\/svg>\n        &lt;\/div>\n        &lt;h3>Any Device, Anywhere&lt;\/h3>\n        &lt;p>Take your business line with you. SimplyDial works on desk phones, desktop computers, and mobile devices \u2014 iOS and Android \u2014 so your team stays reachable whether they're in the office or on the road.&lt;\/p>\n      &lt;\/div>\n\n      &lt;div class=\"feature-card\">\n        &lt;div class=\"feature-icon icon-green\">\n          &lt;svg width=\"20\" height=\"20\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\">&lt;path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/>&lt;\/svg>\n        &lt;\/div>\n        &lt;h3>Hosted &amp; Managed in Canada&lt;\/h3>\n        &lt;p>Your platform runs on enterprise cloud infrastructure hosted in Canada, so your data stays local. No on-premise hardware to maintain \u2014 we handle the uptime for you.&lt;\/p>\n      &lt;\/div>\n    &lt;\/div>\n  &lt;\/div>\n&lt;\/section>\n\n&lt;!-- STATS -->\n&lt;section class=\"stats-section\">\n  &lt;div class=\"section-inner\">\n    &lt;div class=\"stats-grid\">\n      &lt;div>\n        &lt;div class=\"stat-number\">500+&lt;\/div>\n        &lt;div class=\"stat-label\">Extensions Managed&lt;\/div>\n      &lt;\/div>\n      &lt;div>\n        &lt;div class=\"stat-number\">50+&lt;\/div>\n        &lt;div class=\"stat-label\">Integrations Available&lt;\/div>\n      &lt;\/div>\n      &lt;div>\n        &lt;div class=\"stat-number\">Multi&lt;\/div>\n        &lt;div class=\"stat-label\">Site &amp; Location Ready&lt;\/div>\n      &lt;\/div>\n      &lt;div>\n        &lt;div class=\"stat-number\">Canada&lt;\/div>\n        &lt;div class=\"stat-label\">Data Hosted Locally&lt;\/div>\n      &lt;\/div>\n    &lt;\/div>\n  &lt;\/div>\n&lt;\/section>\n\n&lt;!-- INTEGRATIONS -->\n&lt;section id=\"integrations\">\n  &lt;div class=\"section-inner\">\n    &lt;div class=\"section-head\">\n      &lt;span class=\"section-label\">Integrations&lt;\/span>\n      &lt;h2 class=\"section-title\">Works with the tools&lt;br>your team already uses&lt;\/h2>\n      &lt;p class=\"section-sub\">SimplyDial connects to 50+ platforms \u2014 from CRMs and helpdesks to productivity suites and industry apps \u2014 so your communications fit right into your existing workflow.&lt;\/p>\n    &lt;\/div>\n\n    &lt;div class=\"integrations-grid\">\n      &lt;div class=\"integration-chip\">\n        &lt;div class=\"integration-logo\" style=\"background:rgba(139,92,246,0.15);color:#A78BFA;\">\n          &lt;svg width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\">&lt;rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\/>&lt;path d=\"M9 9h6M9 12h6M9 15h4\"\/>&lt;\/svg>\n        &lt;\/div>\n        Microsoft Teams\n      &lt;\/div>\n      &lt;div class=\"integration-chip\">\n        &lt;div class=\"integration-logo\" style=\"background:rgba(59,130,246,0.15);color:#60A5FA;\">\n          &lt;svg width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\">&lt;rect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\"\/>&lt;path d=\"M8 21h8M12 17v4\"\/>&lt;\/svg>\n        &lt;\/div>\n        Microsoft 365\n      &lt;\/div>\n      &lt;div class=\"integration-chip\">\n        &lt;div class=\"integration-logo\" style=\"background:rgba(34,197,94,0.15);color:#4ADE80;\">\n          &lt;svg width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\">&lt;path d=\"M17 21v-2a4 4 0 00-4-4H5a4 4 0 00-4 4v2\"\/>&lt;circle cx=\"9\" cy=\"7\" r=\"4\"\/>&lt;path d=\"M23 21v-2a4 4 0 00-3-3.87M16 3.13a4 4 0 010 7.75\"\/>&lt;\/svg>\n        &lt;\/div>\n        Salesforce CRM\n      &lt;\/div>\n      &lt;div class=\"integration-chip\">\n        &lt;div class=\"integration-logo\" style=\"background:rgba(251,191,36,0.15);color:#FCD34D;\">\n          &lt;svg width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\">&lt;path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"\/>&lt;polyline points=\"22,6 12,13 2,6\"\/>&lt;\/svg>\n        &lt;\/div>\n        Google Workspace\n      &lt;\/div>\n      &lt;div class=\"integration-chip\">\n        &lt;div class=\"integration-logo\" style=\"background:rgba(244,63,94,0.15);color:#FB7185;\">\n          &lt;svg width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\">&lt;circle cx=\"12\" cy=\"12\" r=\"10\"\/>&lt;path d=\"M12 8v4l3 3\"\/>&lt;\/svg>\n        &lt;\/div>\n        HubSpot\n      &lt;\/div>\n      &lt;div class=\"integration-chip\">\n        &lt;div class=\"integration-logo\" style=\"background:rgba(20,184,166,0.15);color:#2DD4BF;\">\n          &lt;svg width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\">&lt;path d=\"M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2z\"\/>&lt;\/svg>\n        &lt;\/div>\n        Slack\n      &lt;\/div>\n      &lt;div class=\"integration-chip\">\n        &lt;div class=\"integration-logo\" style=\"background:rgba(99,102,241,0.15);color:#A5B4FC;\">\n          &lt;svg width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\">&lt;rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"\/>&lt;path d=\"M16 2v4M8 2v4M3 10h18\"\/>&lt;\/svg>\n        &lt;\/div>\n        Zoho CRM\n      &lt;\/div>\n      &lt;div class=\"integration-chip\">\n        &lt;div class=\"integration-logo\" style=\"background:rgba(251,146,60,0.15);color:#FB923C;\">\n          &lt;svg width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\">&lt;polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\/>&lt;\/svg>\n        &lt;\/div>\n        Zendesk\n      &lt;\/div>\n      &lt;div class=\"integration-chip\">\n        &lt;div class=\"integration-logo\" style=\"background:rgba(59,130,246,0.12);color:#93C5FD;\">\n          &lt;svg width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\">&lt;path d=\"M10 13a5 5 0 007.54.54l3-3a5 5 0 00-7.07-7.07l-1.72 1.71\"\/>&lt;path d=\"M14 11a5 5 0 00-7.54-.54l-3 3a5 5 0 007.07 7.07l1.71-1.71\"\/>&lt;\/svg>\n        &lt;\/div>\n        REST API\n      &lt;\/div>\n      &lt;div class=\"integration-chip\" style=\"border-style:dashed;opacity:0.6;\">\n        &lt;div class=\"integration-logo\" style=\"background:rgba(148,163,184,0.1);color:#64748B;\">\n          &lt;svg width=\"18\" height=\"18\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\">&lt;circle cx=\"12\" cy=\"12\" r=\"10\"\/>&lt;line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"16\"\/>&lt;line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\"\/>&lt;\/svg>\n        &lt;\/div>\n        50+ More\n      &lt;\/div>\n    &lt;\/div>\n  &lt;\/div>\n&lt;\/section>\n\n&lt;!-- CTA -->\n&lt;section class=\"cta-section\" id=\"contact\">\n  &lt;div class=\"section-inner\">\n    &lt;div class=\"cta-box\">\n      &lt;h2>Ready to simplify your&lt;br>business communications?&lt;\/h2>\n      &lt;p>Talk to our team and get your organization set up on a platform that grows with you.&lt;\/p>\n      &lt;div class=\"cta-actions\">\n        &lt;a href=\"mailto:hello@simplydial.it\" class=\"btn-primary\">\n          Contact Us\n          &lt;svg class=\"icon-svg\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" viewBox=\"0 0 24 24\">&lt;path d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"\/>&lt;polyline points=\"22,6 12,13 2,6\"\/>&lt;\/svg>\n        &lt;\/a>\n        &lt;a href=\"tel:+1\" class=\"btn-outline\">Call Us&lt;\/a>\n      &lt;\/div>\n    &lt;\/div>\n  &lt;\/div>\n&lt;\/section>\n\n&lt;!-- FOOTER -->\n&lt;footer>\n  &lt;div class=\"footer-inner\">\n    &lt;div class=\"footer-logo\">\n      &lt;img src=\"https:\/\/app.simplydial.it\/rest\/system\/image?category=logo&amp;v=9F2547B7\" alt=\"SimplyDial\" onerror=\"this.style.display='none'; this.parentElement.innerHTML='&lt;span style=\\'font-family:Sora,sans-serif;font-weight:700;font-size:1rem;color:#64748B;\\'>SimplyDial&lt;\/span>'\">\n    &lt;\/div>\n    &lt;ul class=\"footer-links\">\n      &lt;li>&lt;a href=\"#features\">Features&lt;\/a>&lt;\/li>\n      &lt;li>&lt;a href=\"#integrations\">Integrations&lt;\/a>&lt;\/li>\n      &lt;li>&lt;a href=\"#contact\">Contact&lt;\/a>&lt;\/li>\n      &lt;li>&lt;a href=\"#\">Privacy Policy&lt;\/a>&lt;\/li>\n    &lt;\/ul>\n    &lt;p class=\"footer-copy\">\u00a9 &lt;span id=\"footer-year\">&lt;\/span> SimplyDial. All rights reserved.&lt;\/p>\n  &lt;\/div>\n&lt;\/footer>\n\n&lt;script>\n  document.getElementById('footer-year').textContent = new Date().getFullYear();\n&lt;\/script>\n\n&lt;\/body>\n&lt;\/html><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-82","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/simplydial.it\/index.php\/wp-json\/wp\/v2\/pages\/82","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/simplydial.it\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/simplydial.it\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/simplydial.it\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/simplydial.it\/index.php\/wp-json\/wp\/v2\/comments?post=82"}],"version-history":[{"count":1,"href":"https:\/\/simplydial.it\/index.php\/wp-json\/wp\/v2\/pages\/82\/revisions"}],"predecessor-version":[{"id":83,"href":"https:\/\/simplydial.it\/index.php\/wp-json\/wp\/v2\/pages\/82\/revisions\/83"}],"wp:attachment":[{"href":"https:\/\/simplydial.it\/index.php\/wp-json\/wp\/v2\/media?parent=82"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}