{"id":7,"date":"2024-08-27T17:55:05","date_gmt":"2024-08-27T17:55:05","guid":{"rendered":"https:\/\/webenvydns.com\/?page_id=7"},"modified":"2026-08-21T21:55:42","modified_gmt":"2026-08-21T21:55:42","slug":"home","status":"publish","type":"page","link":"https:\/\/webenvydns.com\/","title":{"rendered":"Home"},"content":{"rendered":"    <style>\n        :root {\n            --wev-ink: #07111f;\n            --wev-muted: #5e6a7d;\n            --wev-line: rgba(7, 17, 31, 0.12);\n            --wev-soft: #f5f7fb;\n            --wev-panel: rgba(255, 255, 255, 0.78);\n            --wev-blue: #1473e6;\n            --wev-cyan: #23b5c9;\n            --wev-green: #24b47e;\n            --wev-violet: #695ee8;\n            --wev-radius: 8px;\n            --wev-shadow: 0 24px 80px rgba(11, 31, 62, 0.14);\n            --wev-font: Inter, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n        }\n        body.home .site-content .ast-container,\n        body.home .entry-content,\n        body.home .site-main,\n        body.home .ast-article-single {\n            max-width: none !important;\n            padding: 0 !important;\n            margin: 0 !important;\n        }\n        body.home .entry-header { display: none; }\n        .wev-page {\n            font-family: var(--wev-font);\n            color: var(--wev-ink);\n            background: #fff;\n            overflow: hidden;\n            margin-left: calc(50% - 50vw);\n            width: 100vw;\n        }\n        .wev-page * { box-sizing: border-box; }\n        .wev-section {\n            width: 100%;\n            padding: clamp(72px, 8vw, 124px) 24px;\n        }\n        .wev-inner {\n            width: min(1180px, 100%);\n            margin: 0 auto;\n        }\n        .wev-eyebrow {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            color: #0b5fcc;\n            font-size: 13px;\n            font-weight: 700;\n            letter-spacing: 0;\n            text-transform: uppercase;\n        }\n        .wev-eyebrow::before {\n            content: \"\";\n            width: 8px;\n            height: 8px;\n            background: var(--wev-green);\n            border-radius: 50%;\n            box-shadow: 0 0 0 6px rgba(36, 180, 126, 0.13);\n        }\n        .wev-hero {\n            min-height: 86vh;\n            display: flex;\n            align-items: center;\n            padding-top: clamp(92px, 10vw, 140px);\n            padding-bottom: clamp(42px, 6vw, 80px);\n            background:\n                radial-gradient(circle at 18% 18%, rgba(35, 181, 201, 0.22), transparent 34%),\n                radial-gradient(circle at 78% 16%, rgba(105, 94, 232, 0.16), transparent 30%),\n                linear-gradient(180deg, #f7f9fc 0%, #ffffff 82%);\n        }\n        .wev-hero-grid {\n            display: grid;\n            grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);\n            gap: clamp(36px, 6vw, 86px);\n            align-items: center;\n        }\n        .wev-hero h1 {\n            font-size: clamp(44px, 5.4vw, 72px);\n            line-height: 1;\n            letter-spacing: 0;\n            margin: 18px 0 22px;\n            max-width: 760px;\n            font-weight: 800;\n        }\n        .wev-lede {\n            font-size: clamp(18px, 1.8vw, 22px);\n            line-height: 1.42;\n            color: #354255;\n            max-width: 690px;\n            margin: 0 0 34px;\n        }\n        .wev-actions {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 12px;\n            align-items: center;\n        }\n        .wev-button {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            min-height: 48px;\n            padding: 0 22px;\n            border-radius: 999px;\n            border: 1px solid var(--wev-line);\n            text-decoration: none !important;\n            font-weight: 700;\n            font-size: 15px;\n            transition: transform .18s ease, box-shadow .18s ease, background .18s ease;\n        }\n        .wev-button:hover {\n            transform: translateY(-1px);\n            box-shadow: 0 12px 28px rgba(11, 31, 62, 0.13);\n        }\n        .wev-button-primary {\n            color: #fff !important;\n            background: #07111f;\n            border-color: #07111f;\n        }\n        .wev-button-secondary {\n            color: var(--wev-ink) !important;\n            background: rgba(255, 255, 255, 0.72);\n            backdrop-filter: blur(18px);\n        }\n        .wev-proof {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 14px;\n            margin-top: 42px;\n            max-width: 650px;\n        }\n        .wev-proof div {\n            padding: 16px;\n            border: 1px solid var(--wev-line);\n            border-radius: var(--wev-radius);\n            background: rgba(255, 255, 255, 0.72);\n        }\n        .wev-proof strong {\n            display: block;\n            font-size: 26px;\n            line-height: 1;\n            margin-bottom: 6px;\n        }\n        .wev-proof span {\n            color: var(--wev-muted);\n            font-size: 13px;\n            line-height: 1.35;\n        }\n        .wev-device {\n            position: relative;\n            min-height: 560px;\n            border-radius: 28px;\n            padding: 22px;\n            background: linear-gradient(145deg, rgba(255,255,255,.88), rgba(233,238,248,.72));\n            border: 1px solid rgba(255,255,255,.85);\n            box-shadow: var(--wev-shadow);\n        }\n        .wev-device::before {\n            content: \"\";\n            position: absolute;\n            inset: 18px;\n            border-radius: 22px;\n            border: 1px solid rgba(7, 17, 31, 0.08);\n            pointer-events: none;\n        }\n        .wev-visual-card {\n            position: relative;\n            z-index: 1;\n            height: 100%;\n            min-height: 516px;\n            border-radius: 18px;\n            background:\n                linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,249,253,.92));\n            overflow: hidden;\n        }\n        .wev-map {\n            position: absolute;\n            inset: 34px 28px 150px;\n        }\n        .wev-map svg {\n            width: 100%;\n            height: 100%;\n            display: block;\n        }\n        .wev-status-panel {\n            position: absolute;\n            left: 26px;\n            right: 26px;\n            bottom: 26px;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 14px;\n        }\n        .wev-status {\n            border: 1px solid rgba(7,17,31,.1);\n            background: rgba(255,255,255,.86);\n            border-radius: var(--wev-radius);\n            padding: 16px;\n            box-shadow: 0 14px 36px rgba(11, 31, 62, 0.10);\n        }\n        .wev-status span {\n            display: block;\n            color: var(--wev-muted);\n            font-size: 12px;\n            margin-bottom: 6px;\n        }\n        .wev-status strong {\n            font-size: 18px;\n        }\n        .wev-section-head {\n            max-width: 780px;\n            margin-bottom: 42px;\n        }\n        .wev-section h2 {\n            margin: 12px 0 16px;\n            font-size: clamp(34px, 4.5vw, 60px);\n            line-height: 1.02;\n            letter-spacing: 0;\n            font-weight: 800;\n        }\n        .wev-section-head p,\n        .wev-copy {\n            font-size: 18px;\n            line-height: 1.64;\n            color: #405064;\n            margin: 0;\n        }\n        .wev-card-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 16px;\n        }\n        .wev-card {\n            border: 1px solid var(--wev-line);\n            background: #fff;\n            border-radius: var(--wev-radius);\n            padding: 26px;\n            min-height: 236px;\n            box-shadow: 0 10px 38px rgba(11,31,62,.06);\n        }\n        .wev-icon {\n            width: 42px;\n            height: 42px;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            color: var(--wev-blue);\n            background: #eef5ff;\n            border-radius: 50%;\n            margin-bottom: 22px;\n        }\n        .wev-icon svg {\n            width: 22px;\n            height: 22px;\n            fill: currentColor;\n        }\n        .wev-card h3,\n        .wev-step h3,\n        .wev-plan h3 {\n            margin: 0 0 12px;\n            font-size: 21px;\n            letter-spacing: 0;\n        }\n        .wev-card p,\n        .wev-step p,\n        .wev-plan p,\n        .wev-plan li {\n            color: var(--wev-muted);\n            font-size: 15px;\n            line-height: 1.6;\n            margin: 0;\n        }\n        .wev-band {\n            background: #07111f;\n            color: #fff;\n        }\n        .wev-band .wev-eyebrow,\n        .wev-band p,\n        .wev-band .wev-copy {\n            color: rgba(255,255,255,.76);\n        }\n        .wev-band h2 { color: #fff; }\n        .wev-flow {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 16px;\n            counter-reset: flow;\n        }\n        .wev-step {\n            position: relative;\n            min-height: 286px;\n            padding: 30px;\n            background: rgba(255,255,255,.08);\n            border: 1px solid rgba(255,255,255,.14);\n            border-radius: var(--wev-radius);\n        }\n        .wev-step::before {\n            counter-increment: flow;\n            content: \"0\" counter(flow);\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            width: 42px;\n            height: 42px;\n            border-radius: 50%;\n            background: rgba(255,255,255,.12);\n            color: #fff;\n            font-weight: 800;\n            margin-bottom: 28px;\n        }\n        .wev-step h3 { color: #fff; }\n        .wev-split {\n            display: grid;\n            grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr);\n            gap: clamp(32px, 6vw, 78px);\n            align-items: start;\n        }\n        .wev-feature-list {\n            display: grid;\n            gap: 12px;\n        }\n        .wev-feature {\n            display: grid;\n            grid-template-columns: 40px 1fr;\n            gap: 16px;\n            align-items: start;\n            padding: 20px;\n            border: 1px solid var(--wev-line);\n            border-radius: var(--wev-radius);\n            background: #fff;\n        }\n        .wev-feature .wev-icon {\n            width: 40px;\n            height: 40px;\n            margin: 0;\n        }\n        .wev-feature h3 {\n            font-size: 18px;\n            margin: 0 0 6px;\n        }\n        .wev-feature p {\n            margin: 0;\n            color: var(--wev-muted);\n            line-height: 1.55;\n            font-size: 15px;\n        }\n        .wev-lab {\n            position: sticky;\n            top: 30px;\n            border: 1px solid var(--wev-line);\n            border-radius: 20px;\n            background: linear-gradient(180deg, #fff, #f6f8fc);\n            padding: 20px;\n            box-shadow: var(--wev-shadow);\n        }\n        .wev-console {\n            border-radius: 14px;\n            background: #09111f;\n            color: #dce7f8;\n            padding: 18px;\n            font-size: 13px;\n            line-height: 1.62;\n            min-height: 354px;\n        }\n        .wev-console-row {\n            display: grid;\n            grid-template-columns: 94px 1fr 64px;\n            gap: 12px;\n            padding: 12px 0;\n            border-bottom: 1px solid rgba(255,255,255,.1);\n        }\n        .wev-console-row:last-child { border-bottom: 0; }\n        .wev-pill {\n            display: inline-flex;\n            width: max-content;\n            align-items: center;\n            justify-content: center;\n            padding: 4px 9px;\n            border-radius: 999px;\n            font-size: 11px;\n            font-weight: 800;\n            background: rgba(36,180,126,.18);\n            color: #65e0ae;\n        }\n        .wev-pill-alert {\n            background: rgba(255, 183, 77, .18);\n            color: #ffcf8a;\n        }\n        .wev-plans {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 16px;\n        }\n        .wev-plan {\n            position: relative;\n            display: flex;\n            flex-direction: column;\n            border: 1px solid var(--wev-line);\n            border-radius: var(--wev-radius);\n            padding: 28px;\n            background: #fff;\n            min-height: 470px;\n            overflow: hidden;\n            transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;\n        }\n        .wev-plan::before {\n            content: \"\";\n            position: absolute;\n            inset: 0;\n            background:\n                radial-gradient(circle at 80% 0%, rgba(35,181,201,.18), transparent 34%),\n                radial-gradient(circle at 12% 8%, rgba(20,115,230,.13), transparent 30%);\n            opacity: 0;\n            transition: opacity .2s ease;\n            pointer-events: none;\n        }\n        .wev-plan:hover,\n        .wev-plan:focus-within {\n            transform: translateY(-6px);\n            border-color: rgba(20,115,230,.32);\n            box-shadow: 0 28px 90px rgba(11,31,62,.16);\n        }\n        .wev-plan:hover::before,\n        .wev-plan:focus-within::before {\n            opacity: 1;\n        }\n        .wev-plan > * {\n            position: relative;\n            z-index: 1;\n        }\n        .wev-plan-featured {\n            border-color: rgba(20,115,230,.35);\n            box-shadow: var(--wev-shadow);\n        }\n        .wev-price {\n            margin: 22px 0 18px;\n            font-size: 40px;\n            font-weight: 800;\n            letter-spacing: 0;\n        }\n        .wev-price small {\n            color: var(--wev-muted);\n            font-size: 14px;\n            font-weight: 600;\n        }\n        .wev-plan ul {\n            margin: 0 0 28px;\n            padding: 0;\n            list-style: none;\n            display: grid;\n            gap: 12px;\n        }\n        .wev-plan li {\n            position: relative;\n            padding-left: 24px;\n        }\n        .wev-plan li::before {\n            content: \"\";\n            position: absolute;\n            left: 0;\n            top: 8px;\n            width: 9px;\n            height: 9px;\n            border-radius: 50%;\n            background: var(--wev-green);\n        }\n        .wev-plan .wev-button { margin-top: auto; }\n        .wev-plan-more {\n            border-top: 1px solid var(--wev-line);\n            margin: 0 0 22px;\n            padding-top: 18px;\n            opacity: .88;\n        }\n        .wev-plan-more strong {\n            display: block;\n            font-size: 13px;\n            text-transform: uppercase;\n            letter-spacing: 0;\n            color: var(--wev-blue);\n            margin-bottom: 8px;\n        }\n        .wev-plan-more span {\n            color: var(--wev-muted);\n            font-size: 14px;\n            line-height: 1.55;\n        }\n        .wev-support {\n            background: linear-gradient(180deg, #f7f9fc, #fff);\n        }\n        .wev-ticket-layout {\n            display: grid;\n            grid-template-columns: minmax(300px, .82fr) minmax(360px, 1.18fr);\n            gap: clamp(28px, 5vw, 64px);\n            align-items: start;\n        }\n        .wev-ticket-copy {\n            border: 1px solid var(--wev-line);\n            border-radius: var(--wev-radius);\n            background: #fff;\n            padding: 26px;\n        }\n        .wev-ticket-copy h2 {\n            font-size: clamp(34px, 4vw, 52px);\n            line-height: 1.04;\n            margin: 14px 0 18px;\n        }\n        .wev-ticket-copy .wev-copy {\n            font-size: clamp(16px, 1.5vw, 19px);\n            line-height: 1.58;\n        }\n        .wev-ticket-copy ul {\n            display: grid;\n            gap: 12px;\n            margin: 22px 0 0;\n            padding: 0;\n            list-style: none;\n        }\n        .wev-ticket-copy li {\n            color: var(--wev-muted);\n            line-height: 1.55;\n        }\n        .wev-form {\n            border: 1px solid var(--wev-line);\n            border-radius: var(--wev-radius);\n            background: rgba(255,255,255,.86);\n            backdrop-filter: blur(18px);\n            box-shadow: var(--wev-shadow);\n            padding: clamp(22px, 4vw, 34px);\n        }\n        .wev-form-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 16px;\n        }\n        .wev-field-full { grid-column: 1 \/ -1; }\n        .wev-form label {\n            display: block;\n            font-size: 13px;\n            font-weight: 800;\n            color: #263447;\n            margin-bottom: 7px;\n        }\n        .wev-form input,\n        .wev-form select,\n        .wev-form textarea {\n            width: 100%;\n            border: 1px solid rgba(7,17,31,.16);\n            background: #fff;\n            border-radius: var(--wev-radius);\n            min-height: 48px;\n            padding: 12px 14px;\n            color: var(--wev-ink);\n            font: inherit;\n        }\n        .wev-form textarea {\n            min-height: 142px;\n            resize: vertical;\n        }\n        .wev-form input:focus,\n        .wev-form select:focus,\n        .wev-form textarea:focus {\n            outline: 2px solid rgba(20,115,230,.25);\n            border-color: var(--wev-blue);\n        }\n        .wev-form-note {\n            color: var(--wev-muted);\n            font-size: 13px;\n            line-height: 1.5;\n            margin: 14px 0 0;\n        }\n        .wev-message {\n            border-radius: var(--wev-radius);\n            padding: 14px 16px;\n            margin-bottom: 18px;\n            font-weight: 700;\n        }\n        .wev-message-success {\n            background: rgba(36,180,126,.12);\n            color: #0b6f48;\n            border: 1px solid rgba(36,180,126,.22);\n        }\n        .wev-message-error {\n            background: rgba(218,45,45,.10);\n            color: #9f1f1f;\n            border: 1px solid rgba(218,45,45,.20);\n        }\n        .wev-hp { display: none !important; }\n        .wev-footer-cta {\n            text-align: center;\n            background: #07111f;\n            color: #fff;\n        }\n        .wev-footer-cta h2 {\n            color: #fff;\n            margin-left: auto;\n            margin-right: auto;\n            max-width: 760px;\n        }\n        .wev-footer-cta p {\n            color: rgba(255,255,255,.76);\n            max-width: 660px;\n            margin: 0 auto 30px;\n        }\n        @media (max-width: 980px) {\n            .wev-hero-grid,\n            .wev-split,\n            .wev-ticket-layout {\n                grid-template-columns: 1fr;\n            }\n            .wev-device { min-height: 500px; }\n            .wev-card-grid,\n            .wev-flow,\n            .wev-plans {\n                grid-template-columns: 1fr 1fr;\n            }\n            .wev-lab { position: relative; top: 0; }\n        }\n        @media (max-width: 640px) {\n            .wev-section { padding-left: 18px; padding-right: 18px; }\n            .wev-hero { min-height: auto; }\n            .wev-hero h1 { font-size: 42px; }\n            .wev-proof,\n            .wev-card-grid,\n            .wev-flow,\n            .wev-plans,\n            .wev-form-grid,\n            .wev-status-panel {\n                grid-template-columns: 1fr;\n            }\n            .wev-device {\n                min-height: 430px;\n                padding: 14px;\n                border-radius: 20px;\n            }\n            .wev-visual-card { min-height: 402px; }\n            .wev-map { inset: 22px 16px 178px; }\n            .wev-status-panel { left: 18px; right: 18px; bottom: 18px; }\n        }\n    <\/style>\n\n    <main class=\"wev-page\">\n        <section class=\"wev-section wev-hero\" id=\"home\">\n            <div class=\"wev-inner wev-hero-grid\">\n                <div>\n                    <span class=\"wev-eyebrow\">Authoritative DNS for uptime-driven teams<\/span>\n                    <h1>Keep customers connected through outages and change.<\/h1>\n                    <p class=\"wev-lede\">Web Envy DNS gives organizations a managed authoritative DNS resilience layer: backup name servers, health-aware failover, geographic routing, API control, and support workflows built around production continuity.<\/p>\n                    <div class=\"wev-actions\">\n                        <a class=\"wev-button wev-button-primary\" href=\"#plans\">See plans<\/a>\n                        <a class=\"wev-button wev-button-secondary\" href=\"#support\">Open a service ticket<\/a>\n                    <\/div>\n                    <div class=\"wev-proof\" aria-label=\"Service highlights\">\n                        <div><strong>24\/7<\/strong><span>Support coverage options for critical domains<\/span><\/div>\n                        <div><strong>Policy<\/strong><span>Thresholds, monitors, failover targets, and rollback rules<\/span><\/div>\n                        <div><strong>Global<\/strong><span>Distributed DNS nodes for regional reach and redundancy<\/span><\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"wev-device\" aria-label=\"Network availability visualization\">\n                    <div class=\"wev-visual-card\">\n                        <div class=\"wev-map\">\n                            <svg viewBox=\"0 0 700 430\" role=\"img\" aria-label=\"Global DNS routing diagram\">\n                                <defs>\n                                    <linearGradient id=\"wevLine\" x1=\"0\" x2=\"1\">\n                                        <stop stop-color=\"#1473e6\"\/>\n                                        <stop offset=\"1\" stop-color=\"#23b5c9\"\/>\n                                    <\/linearGradient>\n                                    <filter id=\"wevGlow\" x=\"-30%\" y=\"-30%\" width=\"160%\" height=\"160%\">\n                                        <feGaussianBlur stdDeviation=\"7\" result=\"blur\"\/>\n                                        <feMerge><feMergeNode in=\"blur\"\/><feMergeNode in=\"SourceGraphic\"\/><\/feMerge>\n                                    <\/filter>\n                                <\/defs>\n                                <path d=\"M48 210 C150 70 256 315 350 180 S560 80 652 220\" fill=\"none\" stroke=\"url(#wevLine)\" stroke-width=\"3\" stroke-linecap=\"round\" opacity=\".8\"\/>\n                                <path d=\"M92 324 C210 230 274 405 384 296 S570 262 638 342\" fill=\"none\" stroke=\"#695ee8\" stroke-width=\"2\" stroke-linecap=\"round\" opacity=\".38\"\/>\n                                <g fill=\"none\" stroke=\"#dbe4f2\" stroke-width=\"1.2\" opacity=\".9\">\n                                    <ellipse cx=\"350\" cy=\"215\" rx=\"272\" ry=\"116\"\/>\n                                    <ellipse cx=\"350\" cy=\"215\" rx=\"210\" ry=\"182\"\/>\n                                    <ellipse cx=\"350\" cy=\"215\" rx=\"92\" ry=\"204\"\/>\n                                    <path d=\"M78 215h544M350 28v374\"\/>\n                                <\/g>\n                                <g filter=\"url(#wevGlow)\">\n                                    <circle cx=\"110\" cy=\"194\" r=\"13\" fill=\"#1473e6\"\/>\n                                    <circle cx=\"276\" cy=\"282\" r=\"10\" fill=\"#24b47e\"\/>\n                                    <circle cx=\"418\" cy=\"156\" r=\"12\" fill=\"#23b5c9\"\/>\n                                    <circle cx=\"584\" cy=\"214\" r=\"14\" fill=\"#695ee8\"\/>\n                                    <circle cx=\"528\" cy=\"330\" r=\"9\" fill=\"#24b47e\"\/>\n                                <\/g>\n                                <g fill=\"#07111f\" font-family=\"Inter, Arial, sans-serif\" font-size=\"14\" font-weight=\"700\">\n                                    <text x=\"128\" y=\"188\">Dallas<\/text>\n                                    <text x=\"435\" y=\"148\">London<\/text>\n                                    <text x=\"600\" y=\"208\">Singapore<\/text>\n                                    <text x=\"542\" y=\"326\">Tokyo<\/text>\n                                <\/g>\n                            <\/svg>\n                        <\/div>\n                        <div class=\"wev-status-panel\">\n                            <div class=\"wev-status\"><span>Primary endpoint<\/span><strong>Healthy - routing live<\/strong><\/div>\n                            <div class=\"wev-status\"><span>Failover policy<\/span><strong>Ready in standby<\/strong><\/div>\n                            <div class=\"wev-status\"><span>Monitor type<\/span><strong>HTTPS + content match<\/strong><\/div>\n                            <div class=\"wev-status\"><span>Rollback<\/span><strong>Manual or automatic<\/strong><\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"wev-section\" id=\"platform\">\n            <div class=\"wev-inner\">\n                <div class=\"wev-section-head\">\n                    <span class=\"wev-eyebrow\">Platform preview<\/span>\n                    <h2>A cleaner command center for DNS operations.<\/h2>\n                    <p>Manage DNS zones, failover rules, service tickets, API activity, and platform settings through a focused interface designed for fast operational decisions.<\/p>\n                <\/div>\n                <div class=\"wev-platform-gallery\">\n                    <figure class=\"wev-asset-frame\">\n                        <img class=\"wev-asset-img\" src=\"https:\/\/webenvydns.com\/wp-content\/plugins\/webenvy-enterprise\/assets\/platform-dashboard.svg\" alt=\"Web Envy DNS operations dashboard preview\" loading=\"eager\" decoding=\"async\">                        <figcaption class=\"wev-caption\">Operations dashboard with health posture, route readiness, open tickets, and global response trends.<\/figcaption>\n                    <\/figure>\n                    <figure class=\"wev-asset-frame\">\n                        <img class=\"wev-asset-img\" src=\"https:\/\/webenvydns.com\/wp-content\/plugins\/webenvy-enterprise\/assets\/dns-settings.svg\" alt=\"DNS zone settings table preview\" loading=\"lazy\" decoding=\"async\">                        <figcaption class=\"wev-caption\">DNS record management for zone data and backup provider synchronization.<\/figcaption>\n                    <\/figure>\n                    <figure class=\"wev-asset-frame\">\n                        <img class=\"wev-asset-img\" src=\"https:\/\/webenvydns.com\/wp-content\/plugins\/webenvy-enterprise\/assets\/support-console.svg\" alt=\"Support ticket console preview\" loading=\"lazy\" decoding=\"async\">                        <figcaption class=\"wev-caption\">Structured support intake with domain, priority, service area, and account context.<\/figcaption>\n                    <\/figure>\n                <\/div>\n                <div class=\"wev-actions\">\n                    <a class=\"wev-button wev-button-primary\" href=\"https:\/\/webenvydns.com\/index.php\/platform\/\">Explore platform<\/a>\n                    <a class=\"wev-button wev-button-secondary\" href=\"https:\/\/webenvydns.com\/index.php\/contact\/\">Open service ticket<\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"wev-section\" id=\"services\">\n            <div class=\"wev-inner\">\n                <div class=\"wev-section-head\">\n                    <span class=\"wev-eyebrow\">What Web Envy DNS protects<\/span>\n                    <h2>Enterprise-grade DNS services without enterprise friction.<\/h2>\n                    <p>DNS sits in front of websites, ecommerce, APIs, mail, internal tools, SaaS portals, and customer-facing applications. Web Envy DNS is built to keep those entry points reachable when a provider, data center, cloud region, or origin server becomes unreliable.<\/p>\n                <\/div>\n                <div class=\"wev-card-grid\">\n                    <article class=\"wev-card\">\n                        <span class=\"wev-icon\"><svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M12 2.7 19 5.4v5.4c0 4.6-2.9 8.7-7 10.5-4.1-1.8-7-5.9-7-10.5V5.4l7-2.7Zm0 3.1-4 1.5v3.5c0 2.9 1.5 5.5 4 7 2.5-1.5 4-4.1 4-7V7.3l-4-1.5Z\"\/><\/svg><\/span>\n                        <h3>Managed backup DNS<\/h3>\n                        <p>Mirror critical zones to an independent authoritative DNS layer so name resolution can continue even if your primary DNS provider is impaired.<\/p>\n                    <\/article>\n                    <article class=\"wev-card\">\n                        <span class=\"wev-icon\"><svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M3 13h4.1l2.1-6.5a1 1 0 0 1 1.9 0l3.1 10.2 1.7-4.9a1 1 0 0 1 .9-.7H21v2h-3.5l-2.4 7a1 1 0 0 1-1 .7 1 1 0 0 1-.9-.7L10.1 10 8.8 14.3a1 1 0 0 1-1 .7H3v-2Z\"\/><\/svg><\/span>\n                        <h3>Health-based failover<\/h3>\n                        <p>Use protocol checks, expected-content validation, and consecutive failure thresholds before routing users to backup infrastructure.<\/p>\n                    <\/article>\n                    <article class=\"wev-card\">\n                        <span class=\"wev-icon\"><svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.8 9h-3.1a15 15 0 0 0-1.1-5 8.1 8.1 0 0 1 4.2 5ZM12 4.1c.7 1 1.4 3.2 1.6 6.9h-3.2c.2-3.7.9-5.9 1.6-6.9ZM4.2 13h3.9a17 17 0 0 0 1 5.4A8.1 8.1 0 0 1 4.2 13Zm3.9-2H4.2a8.1 8.1 0 0 1 5-5 17 17 0 0 0-1.1 5Zm3.9 8.9c-.7-1-1.4-3.2-1.6-6.9h3.2c-.2 3.7-.9 5.9-1.6 6.9Zm2.9-1.5a17 17 0 0 0 1-5.4h3.9a8.1 8.1 0 0 1-4.9 5.4Z\"\/><\/svg><\/span>\n                        <h3>Geo-aware routing<\/h3>\n                        <p>Direct customers toward the preferred regional endpoint for performance, jurisdictional needs, active\/active delivery, or planned recovery.<\/p>\n                    <\/article>\n                    <article class=\"wev-card\">\n                        <span class=\"wev-icon\"><svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"m8.7 16.3-1.4 1.4L1.6 12l5.7-5.7 1.4 1.4L4.4 12l4.3 4.3Zm6.6 0 4.3-4.3-4.3-4.3 1.4-1.4 5.7 5.7-5.7 5.7-1.4-1.4ZM11 20H9l4-16h2l-4 16Z\"\/><\/svg><\/span>\n                        <h3>API automation<\/h3>\n                        <p>Connect DNS changes to release workflows, monitoring dashboards, incident runbooks, and repeatable infrastructure operations.<\/p>\n                    <\/article>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"wev-section\">\n            <div class=\"wev-inner\">\n                <div class=\"wev-section-head\">\n                    <span class=\"wev-eyebrow\">Enterprise operating model<\/span>\n                    <h2>More than records in a control panel.<\/h2>\n                    <p>Enterprise DNS buyers need to understand how the service will behave before the incident. Web Envy DNS organizes the work into clear operating layers so technical teams can plan, validate, and escalate with confidence.<\/p>\n                <\/div>\n                <div class=\"wev-layer-grid\">\n                    <article class=\"wev-layer\"><h3>1. Inventory<\/h3><p>Identify authoritative providers, active zones, record types, TTLs, high-value domains, mail dependencies, and application endpoints that need continuity planning.<\/p><\/article>\n                    <article class=\"wev-layer\"><h3>2. Mirror<\/h3><p>Establish backup DNS zones and keep critical records aligned so redundancy is ready before any migration, outage, or maintenance window.<\/p><\/article>\n                    <article class=\"wev-layer\"><h3>3. Monitor<\/h3><p>Define what \u201chealthy\u201d means with protocol checks, content matching, frequency, failure thresholds, and recovery targets.<\/p><\/article>\n                    <article class=\"wev-layer\"><h3>4. Route<\/h3><p>Use active\/active, active\/passive, geo, or maintenance routing policies to steer customers toward the correct available endpoint.<\/p><\/article>\n                    <article class=\"wev-layer\"><h3>5. Recover<\/h3><p>Document failback behavior, incident notes, escalation contacts, and support handoff so recovery is controlled instead of improvised.<\/p><\/article>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"wev-section wev-band\" id=\"failover\">\n            <div class=\"wev-inner\">\n                <div class=\"wev-section-head\">\n                    <span class=\"wev-eyebrow\">Failover DNS<\/span>\n                    <h2>Detect. Decide. Redirect. Recover.<\/h2>\n                    <p>Failover is not just a switch. It is a policy-driven response path that verifies availability, limits false positives, moves traffic to a healthy target, and gives your team control over failback.<\/p>\n                <\/div>\n                <div class=\"wev-flow\">\n                    <article class=\"wev-step\">\n                        <h3>Continuous monitoring<\/h3>\n                        <p>Web Envy DNS checks the services that matter, including web endpoints, mail, ping, and secure shell services. Enterprise configurations can use aggressive check intervals for critical applications.<\/p>\n                    <\/article>\n                    <article class=\"wev-step\">\n                        <h3>Threshold-based decisions<\/h3>\n                        <p>Consecutive failure thresholds and optional expected-content checks help prevent unnecessary cutovers caused by a single missed response.<\/p>\n                    <\/article>\n                    <article class=\"wev-step\">\n                        <h3>Controlled failback<\/h3>\n                        <p>When service returns, choose automatic rollback for speed or manual rollback when teams need to reconcile data, verify systems, or complete incident review.<\/p>\n                    <\/article>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"wev-section\" id=\"technology\">\n            <div class=\"wev-inner wev-split\">\n                <div>\n                    <span class=\"wev-eyebrow\">Worldcast routing architecture<\/span>\n                    <h2>Built for multi-site application availability.<\/h2>\n                    <p class=\"wev-copy\">Web Envy DNS combines distributed authoritative DNS, policy controls, monitoring, and operational support so traffic can move to the right location when conditions change. Use it for primary and backup DNS, multi-site routing, or resilient application delivery across cloud and private infrastructure.<\/p>\n                    <div class=\"wev-feature-list\" style=\"margin-top:28px\">\n                        <div class=\"wev-feature\">\n                            <span class=\"wev-icon\"><svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M7 4a3 3 0 1 0 0 6h3a3 3 0 0 1 0 6H8.8a3 3 0 1 0 0 2H10a5 5 0 0 0 0-10H7a1 1 0 1 1 1-1H6a3 3 0 0 0 1 5h3a5 5 0 0 1 0 10H8.8a3 3 0 1 0 0-2H10a3 3 0 0 0 0-6H7a3 3 0 0 0 0-6Zm10 0a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm0 2a1 1 0 1 1 0 2 1 1 0 0 1 0-2ZM6 18a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\"\/><\/svg><\/span>\n                            <div><h3>Active\/active or active\/passive<\/h3><p>Support global traffic distribution, standby recovery, and policy-based routing for planned maintenance or unexpected outages.<\/p><\/div>\n                        <\/div>\n                        <div class=\"wev-feature\">\n                            <span class=\"wev-icon\"><svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M3 13h4.1l2.1-6.5a1 1 0 0 1 1.9 0l3.1 10.2 1.7-4.9a1 1 0 0 1 .9-.7H21v2h-3.5l-2.4 7a1 1 0 0 1-1 .7 1 1 0 0 1-.9-.7L10.1 10 8.8 14.3a1 1 0 0 1-1 .7H3v-2Z\"\/><\/svg><\/span>\n                            <div><h3>Layer-aware availability signals<\/h3><p>Go beyond simple DNS answers with service-level checks that reflect whether an application is actually reachable.<\/p><\/div>\n                        <\/div>\n                        <div class=\"wev-feature\">\n                            <span class=\"wev-icon\"><svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M12 2.7 19 5.4v5.4c0 4.6-2.9 8.7-7 10.5-4.1-1.8-7-5.9-7-10.5V5.4l7-2.7Zm0 3.1-4 1.5v3.5c0 2.9 1.5 5.5 4 7 2.5-1.5 4-4.1 4-7V7.3l-4-1.5Z\"\/><\/svg><\/span>\n                            <div><h3>Redundant by design<\/h3><p>Multiple DNS nodes, independent infrastructure, and operational escalation paths reduce exposure to single-provider failure.<\/p><\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"wev-lab\" aria-label=\"Sample failover console\">\n                    <div class=\"wev-console\">\n                        <div class=\"wev-console-row\"><span>Dallas<\/span><strong>api.customer.com<\/strong><span class=\"wev-pill\">LIVE<\/span><\/div>\n                        <div class=\"wev-console-row\"><span>London<\/span><strong>portal.customer.com<\/strong><span class=\"wev-pill\">READY<\/span><\/div>\n                        <div class=\"wev-console-row\"><span>Toronto<\/span><strong>mail.customer.com<\/strong><span class=\"wev-pill\">LIVE<\/span><\/div>\n                        <div class=\"wev-console-row\"><span>Tokyo<\/span><strong>shop.customer.com<\/strong><span class=\"wev-pill wev-pill-alert\">WATCH<\/span><\/div>\n                        <div style=\"padding-top:20px;color:#8ea7c7\">\n                            <strong style=\"color:#fff\">Policy summary<\/strong><br>\n                            Route to the nearest healthy endpoint. Confirm two failed checks before cutover. Require manual rollback for commerce systems.\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"wev-section wev-band\">\n            <div class=\"wev-inner\">\n                <div class=\"wev-section-head\">\n                    <span class=\"wev-eyebrow\">Buyer confidence<\/span>\n                    <h2>What serious teams should be able to see before they trust a DNS partner.<\/h2>\n                    <p>For production DNS, credibility comes from operational specificity. The site now makes the service model visible: what is monitored, how failover decisions are made, how support receives context, and where customers can check service posture.<\/p>\n                <\/div>\n                <div class=\"wev-proof-stack\">\n                    <article class=\"wev-proof-card\"><span class=\"wev-icon\"><svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M12 2.7 19 5.4v5.4c0 4.6-2.9 8.7-7 10.5-4.1-1.8-7-5.9-7-10.5V5.4l7-2.7Zm0 3.1-4 1.5v3.5c0 2.9 1.5 5.5 4 7 2.5-1.5 4-4.1 4-7V7.3l-4-1.5Z\"\/><\/svg><\/span><div><h3>Independent continuity layer<\/h3><p>Backup DNS is positioned as a separate resilience layer, reducing single-provider exposure for high-value domains.<\/p><\/div><\/article>\n                    <article class=\"wev-proof-card\"><span class=\"wev-icon\"><svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M3 13h4.1l2.1-6.5a1 1 0 0 1 1.9 0l3.1 10.2 1.7-4.9a1 1 0 0 1 .9-.7H21v2h-3.5l-2.4 7a1 1 0 0 1-1 .7 1 1 0 0 1-.9-.7L10.1 10 8.8 14.3a1 1 0 0 1-1 .7H3v-2Z\"\/><\/svg><\/span><div><h3>Defined failover criteria<\/h3><p>Health checks, thresholds, standby targets, and rollback behavior are explained plainly so teams can plan around them.<\/p><\/div><\/article>\n                    <article class=\"wev-proof-card\"><span class=\"wev-icon\"><svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M4 6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v3a3 3 0 0 0 0 6v3a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-3a3 3 0 0 0 0-6V6Zm2 0v1.5a5 5 0 0 1 0 9V18h12v-1.5a5 5 0 0 1 0-9V6H6Zm4 2h2v8h-2V8Zm4 0h2v8h-2V8Z\"\/><\/svg><\/span><div><h3>Structured escalation<\/h3><p>Tickets collect domain, account, priority, and issue detail up front, reducing guesswork during urgent incidents.<\/p><\/div><\/article>\n                    <article class=\"wev-proof-card\"><span class=\"wev-icon\"><svg viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20Zm6.8 9h-3.1a15 15 0 0 0-1.1-5 8.1 8.1 0 0 1 4.2 5ZM12 4.1c.7 1 1.4 3.2 1.6 6.9h-3.2c.2-3.7.9-5.9 1.6-6.9ZM4.2 13h3.9a17 17 0 0 0 1 5.4A8.1 8.1 0 0 1 4.2 13Zm3.9-2H4.2a8.1 8.1 0 0 1 5-5 17 17 0 0 0-1.1 5Zm3.9 8.9c-.7-1-1.4-3.2-1.6-6.9h3.2c-.2 3.7-.9 5.9-1.6 6.9Zm2.9-1.5a17 17 0 0 0 1-5.4h3.9a8.1 8.1 0 0 1-4.9 5.4Z\"\/><\/svg><\/span><div><h3>Status transparency<\/h3><p>A dedicated status page gives prospects and customers a familiar place to review component health and incident posture.<\/p><\/div><\/article>\n                <\/div>\n                <div class=\"wev-actions\">\n                    <a class=\"wev-button wev-button-primary\" style=\"background:#fff;color:#07111f!important;border-color:#fff\" href=\"https:\/\/webenvydns.com\/index.php\/status\/\">View status<\/a>\n                    <a class=\"wev-button wev-button-secondary\" style=\"color:#fff!important;background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.22)\" href=\"https:\/\/webenvydns.com\/index.php\/platform\/\">See platform<\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"wev-section\" id=\"plans\">\n            <div class=\"wev-inner\">\n                <div class=\"wev-section-head\">\n                    <span class=\"wev-eyebrow\">Plans<\/span>\n                    <h2>Choose the resilience layer that matches your operation.<\/h2>\n                    <p>Start with managed backup DNS, add priority support and broader record capacity as your footprint grows, or choose an enterprise configuration for critical multi-site uptime.<\/p>\n                <\/div>\n                <div class=\"wev-plans\">\n                    <article class=\"wev-plan\">\n                        <h3>Business<\/h3>\n                        <p>For teams that need reliable backup DNS and a clean path away from single-provider dependence.<\/p>\n                        <div class=\"wev-price\">$99.99 <small>\/ bi-yearly<\/small><\/div>\n                        <ul>\n                            <li>Choose from 5 global DNS nodes<\/li>\n                            <li>Built-in hardware failover<\/li>\n                            <li>Support for up to 50 NS records<\/li>\n                            <li>REST API access for streamlined management<\/li>\n                        <\/ul>\n                        <div class=\"wev-plan-more\">\n                            <strong>Best starting point<\/strong>\n                            <span>For businesses that need backup DNS and a cleaner continuity plan without operational complexity.<\/span>\n                        <\/div>\n                        <a class=\"wev-button wev-button-secondary wev-open-sales\" href=\"#sales-modal\" data-plan=\"Business\">Contact sales<\/a>\n                    <\/article>\n                    <article class=\"wev-plan wev-plan-featured\">\n                        <h3>Business Plus<\/h3>\n                        <p>For growing businesses that need stronger support coverage and more room for complex DNS records.<\/p>\n                        <div class=\"wev-price\">$179.99 <small>\/ bi-yearly<\/small><\/div>\n                        <ul>\n                            <li>Global DNS node selection<\/li>\n                            <li>Premium service level agreement<\/li>\n                            <li>Priority customer support<\/li>\n                            <li>Support for up to 150 NS records<\/li>\n                        <\/ul>\n                        <div class=\"wev-plan-more\">\n                            <strong>Most balanced<\/strong>\n                            <span>For growing DNS footprints, more records, and stronger support expectations.<\/span>\n                        <\/div>\n                        <a class=\"wev-button wev-button-primary wev-open-sales\" href=\"#sales-modal\" data-plan=\"Business Plus\">Contact sales<\/a>\n                    <\/article>\n                    <article class=\"wev-plan\">\n                        <h3>Enterprise<\/h3>\n                        <p>For high-availability environments that need managed failover, escalation, and multi-site routing strategy.<\/p>\n                        <div class=\"wev-price\">$499.99 <small>\/ bi-yearly<\/small><\/div>\n                        <ul>\n                            <li>Global Worldcast DNS network<\/li>\n                            <li>Hardware load balancing support<\/li>\n                            <li>Rapid DNS failover protection<\/li>\n                            <li>Performance SLA and comprehensive support<\/li>\n                        <\/ul>\n                        <div class=\"wev-plan-more\">\n                            <strong>For critical uptime<\/strong>\n                            <span>For multi-site operations, high-value domains, and managed failover strategy.<\/span>\n                        <\/div>\n                        <a class=\"wev-button wev-button-secondary wev-open-sales\" href=\"#sales-modal\" data-plan=\"Enterprise\">Contact sales<\/a>\n                    <\/article>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"wev-section wev-support\" id=\"support\">\n            <div class=\"wev-inner\">\n                <div class=\"wev-ticket-layout\">\n                    <div class=\"wev-ticket-copy\">\n                        <span class=\"wev-eyebrow\">Support center<\/span>\n                        <h2>Submit a DNS service ticket.<\/h2>\n                        <p class=\"wev-copy\">Tell us what domain is affected, what changed, and how urgent the issue is. A support ticket is created immediately, triaged by priority and service impact, and routed to our technical team. Web Envy DNS support is available 24\/7\/365 for production DNS issues, outages, routing concerns, platform access, and service requests.<\/p>\n                        <ul>\n                            <li><strong>Critical outage:<\/strong> Production domain unreachable, traffic routing incorrectly, email affected, or customer access interrupted.<\/li>\n                            <li><strong>Urgent:<\/strong> Degraded performance, failover review, time-sensitive DNS change, or platform access issue.<\/li>\n                            <li><strong>Standard:<\/strong> Setup, record review, API question, onboarding request, or general DNS support.<\/li>\n                        <\/ul>\n                    <\/div>\n                        <form class=\"wev-form\" method=\"post\" action=\"\">\n        \n        \n        <input type=\"hidden\" id=\"wev_ticket_nonce\" name=\"wev_ticket_nonce\" value=\"172121eb3c\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/index.php\/wp-json\/wp\/v2\/pages\/7\" \/>        <input type=\"hidden\" name=\"wev_ticket_action\" value=\"submit_ticket\">\n        <p class=\"wev-hp\"><label>Company Website <input type=\"text\" name=\"company_website\" tabindex=\"-1\" autocomplete=\"off\"><\/label><\/p>\n\n        <div class=\"wev-form-grid\">\n            <p>\n                <label for=\"wev-account\">Account ID<\/label>\n                <input id=\"wev-account\" name=\"account_id\" type=\"text\" autocomplete=\"organization\" placeholder=\"Optional\">\n            <\/p>\n            <p>\n                <label for=\"wev-domain\">Domain URL *<\/label>\n                <input id=\"wev-domain\" name=\"domain\" type=\"text\" required placeholder=\"example.com\">\n            <\/p>\n            <p>\n                <label for=\"wev-name\">Contact Name<\/label>\n                <input id=\"wev-name\" name=\"contact_name\" type=\"text\" autocomplete=\"name\" placeholder=\"Your name\">\n            <\/p>\n            <p>\n                <label for=\"wev-email\">Email *<\/label>\n                <input id=\"wev-email\" name=\"email\" type=\"email\" required autocomplete=\"email\" placeholder=\"you@company.com\">\n            <\/p>\n            <p>\n                <label for=\"wev-service\">Service Area<\/label>\n                <select id=\"wev-service\" name=\"service\">\n                    <option>Managed DNS Backup<\/option>\n                    <option>Failover DNS<\/option>\n                    <option>Geo Routing<\/option>\n                    <option>API or Automation<\/option>\n                    <option>Account Access<\/option>\n                    <option>Other<\/option>\n                <\/select>\n            <\/p>\n            <p>\n                <label for=\"wev-priority\">Priority<\/label>\n                <select id=\"wev-priority\" name=\"priority\">\n                    <option>Standard<\/option>\n                    <option>Urgent<\/option>\n                    <option>Critical outage<\/option>\n                <\/select>\n            <\/p>\n            <p class=\"wev-field-full\">\n                <label for=\"wev-message\">Describe the issue *<\/label>\n                <textarea id=\"wev-message\" name=\"message\" required placeholder=\"Tell us what changed, what domain or record is affected, and what result you expected.\"><\/textarea>\n            <\/p>\n        <\/div>\n        <button class=\"wev-button wev-button-primary\" type=\"submit\">Submit ticket<\/button>\n    <\/form>\n                    <\/div>\n            <\/div>\n        <\/section>\n\n        <section class=\"wev-section wev-footer-cta\">\n            <div class=\"wev-inner\">\n                <span class=\"wev-eyebrow\">Ready for resilient DNS<\/span>\n                <h2>Give every domain a cleaner path through outages.<\/h2>\n                <p>Web Envy DNS gives businesses a managed, policy-driven DNS layer designed for continuity, performance, and operational control.<\/p>\n                <div class=\"wev-actions\" style=\"justify-content:center\">\n                    <a class=\"wev-button wev-button-primary\" style=\"background:#fff;color:#07111f!important;border-color:#fff\" href=\"#plans\">Compare plans<\/a>\n                    <a class=\"wev-button wev-button-secondary\" style=\"color:#fff!important;background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.22)\" href=\"#support\">Open ticket<\/a>\n                <\/div>\n            <\/div>\n        <\/section>\n    <\/main>\n    \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":{"_uag_custom_page_level_css":"","site-sidebar-layout":"no-sidebar","site-content-layout":"plain-container","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"enabled","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"admin","author_link":"https:\/\/webenvydns.com\/index.php\/author\/admin\/"},"uagb_comment_info":0,"uagb_excerpt":null,"_links":{"self":[{"href":"https:\/\/webenvydns.com\/index.php\/wp-json\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webenvydns.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/webenvydns.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/webenvydns.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webenvydns.com\/index.php\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":85,"href":"https:\/\/webenvydns.com\/index.php\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":230,"href":"https:\/\/webenvydns.com\/index.php\/wp-json\/wp\/v2\/pages\/7\/revisions\/230"}],"wp:attachment":[{"href":"https:\/\/webenvydns.com\/index.php\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}