<?php
$page_title = 'Domain Management';
$meta_description = 'Complete domain registration, transfer, and management from CVN Managed Services. We handle your domain portfolio so you never miss a renewal.';
$service_data = [
    'title' => 'Domain Management',
    'subtitle' => 'Complete domain registration, transfer, and management — we ensure your online identity is protected.',
    'label' => 'Domain Services',
    'heading' => 'Your Online Identity, Managed',
    'icon' => '🔗',
    'photo' => 'https://images.unsplash.com/photo-1432888498266-38ffec3eaf0a?w=700&q=80&fit=crop',
    'paragraphs' => [
        'Your domain name is your digital identity. Losing it — through missed renewals, unauthorized transfers, or poor management — can be catastrophic for your business. CVN Managed Services takes domain management off your plate entirely.',
        'From registration and DNS configuration to transfers and renewals, we manage your entire domain portfolio with proactive monitoring and automated renewal alerts.',
    ],
    'bullets' => ['Domain registration for all major TLDs (.com, .ca, .net, etc.)','DNS configuration and management','Domain transfer assistance','WHOIS privacy protection','Auto-renewal and expiry monitoring','Multi-domain portfolio management'],
    'features' => [
        ['icon'=>'🌐','title'=>'Registration & Transfers','desc'=>'Register new domains or transfer existing ones to our management with competitive pricing and no hidden fees.'],
        ['icon'=>'🔧','title'=>'DNS Management','desc'=>'Expert DNS configuration for email, websites, subdomains, and third-party services. We get it right the first time.'],
        ['icon'=>'🔔','title'=>'Renewal Monitoring','desc'=>'Never lose a domain due to a missed renewal. We monitor expiry dates and handle renewals proactively.'],
        ['icon'=>'🔒','title'=>'WHOIS Privacy','desc'=>'Protect your personal information from spam and solicitation with WHOIS privacy protection on all domains.'],
        ['icon'=>'📁','title'=>'Portfolio Management','desc'=>'Manage all your domains in one place. We maintain a complete inventory and provide reports on your domain portfolio.'],
        ['icon'=>'🔄','title'=>'SSL Coordination','desc'=>'We coordinate SSL certificate provisioning and renewal to align with your domain management for seamless security.'],
    ],
    'coming_soon' => true,
];
require_once __DIR__ . '/../includes/service-page.php';
