{"product_id":"managed","title":"Managed IT Consultation","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eManaged IT Consultation - Asmarina Computer Store\u003c\/title\u003e\n\u003cstyle\u003e\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Sora:wght@500;600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n  :root{\n    --bg: #F5F7FA;\n    --panel: #FFFFFF;\n    --ink: #10233F;\n    --ink-soft: #5B6B7C;\n    --line: #E2E8EE;\n    --accent: #1F9E8E;\n    --accent-dark: #167A6E;\n    --accent-tint: #E6F5F3;\n    --navy-deep: #0B1930;\n  }\n\n  *{box-sizing:border-box;}\n  html{scroll-behavior:smooth;}\n  body{\n    margin:0;\n    font-family:'Inter', sans-serif;\n    background:var(--bg);\n    color:var(--ink);\n    line-height:1.55;\n    -webkit-font-smoothing:antialiased;\n  }\n  h1,h2,h3,h4{\n    font-family:'Sora', sans-serif;\n    color:var(--ink);\n    margin:0;\n    line-height:1.2;\n  }\n  p{margin:0;}\n  a{color:inherit;}\n  .wrap{max-width:1080px; margin:0 auto; padding:0 28px;}\n  section{padding:88px 0;}\n  .eyebrow{\n    font-size:13px;\n    font-weight:600;\n    color:var(--accent-dark);\n    margin-bottom:14px;\n    letter-spacing:0.01em;\n  }\n\n  \/* ---- Hero ---- *\/\n  .hero{\n    padding:96px 0 80px;\n    background:\n      radial-gradient(circle at 82% 15%, rgba(31,158,142,0.10), transparent 55%),\n      var(--bg);\n  }\n  .hero-grid{\n    display:grid;\n    grid-template-columns: 1.15fr 0.85fr;\n    gap:56px;\n    align-items:center;\n  }\n  .hero h1{\n    font-size:44px;\n    letter-spacing:-0.01em;\n    margin-bottom:20px;\n  }\n  .hero h1 em{\n    font-style:normal;\n    color:var(--accent-dark);\n  }\n  .hero p.lead{\n    font-size:17px;\n    color:var(--ink-soft);\n    max-width:46ch;\n    margin-bottom:32px;\n  }\n  .cta-row{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:22px;}\n  .btn{\n    display:inline-block;\n    padding:14px 26px;\n    border-radius:8px;\n    font-weight:600;\n    font-size:15px;\n    text-decoration:none;\n    transition:transform .15s ease, box-shadow .15s ease;\n  }\n  .btn-primary{\n    background:var(--accent);\n    color:#fff;\n    box-shadow:0 8px 20px rgba(31,158,142,0.28);\n  }\n  .btn-primary:hover{transform:translateY(-1px); box-shadow:0 10px 24px rgba(31,158,142,0.34);}\n  .btn-ghost{\n    background:transparent;\n    color:var(--ink);\n    border:1px solid var(--line);\n  }\n  .btn-ghost:hover{border-color:var(--accent-dark); color:var(--accent-dark);}\n  .fee-note{font-size:14px; color:var(--ink-soft);}\n  .fee-note strong{color:var(--ink);}\n\n  .trust-list{\n    list-style:none;\n    padding:0; margin:34px 0 0;\n    display:grid;\n    grid-template-columns: repeat(2, auto);\n    gap:12px 28px;\n    font-size:14px;\n    color:var(--ink-soft);\n  }\n  .trust-list li{display:flex; align-items:center; gap:9px;}\n  .trust-list li::before{\n    content:\"\";\n    width:7px; height:7px;\n    border-radius:50%;\n    background:var(--accent);\n    flex-shrink:0;\n  }\n\n  \/* hero visual *\/\n  .hero-visual{\n    background:var(--navy-deep);\n    border-radius:18px;\n    padding:34px;\n    color:#fff;\n    position:relative;\n    overflow:hidden;\n  }\n  .hero-visual::after{\n    content:\"\";\n    position:absolute; inset:0;\n    background: radial-gradient(circle at 20% 100%, rgba(31,158,142,0.35), transparent 60%);\n  }\n  .hero-visual-inner{position:relative; z-index:1;}\n  .hero-visual .tag{font-size:12px; color:#9FD9CE; font-weight:600; margin-bottom:16px;}\n  .metric-row{display:flex; justify-content:space-between; padding:14px 0; border-bottom:1px solid rgba(255,255,255,0.12);}\n  .metric-row:last-child{border-bottom:none;}\n  .metric-label{font-size:13px; color:#B7C4D6;}\n  .metric-value{font-size:14px; font-weight:600; color:#fff;}\n\n  \/* ---- Why section ---- *\/\n  .why{background:var(--panel); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}\n  .why-head{max-width:640px; margin-bottom:48px;}\n  .why-head h2{font-size:30px; margin-top:10px;}\n  .why-head p{color:var(--ink-soft); font-size:16px; margin-top:14px;}\n  .feature-grid{\n    display:grid;\n    grid-template-columns:repeat(3, 1fr);\n    gap:32px;\n  }\n  .feature{\n    padding-top:22px;\n    border-top:2px solid var(--accent);\n  }\n  .feature h4{font-size:17px; margin-bottom:10px;}\n  .feature p{font-size:14.5px; color:var(--ink-soft);}\n\n  \/* ---- What's included ---- *\/\n  .included .why-head{margin-bottom:44px;}\n  .included-grid{\n    display:grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap:22px;\n  }\n  .inc-card{\n    background:var(--panel);\n    border:1px solid var(--line);\n    border-radius:12px;\n    padding:24px 26px;\n    display:flex;\n    gap:16px;\n  }\n  .inc-icon{\n    width:38px; height:38px;\n    border-radius:9px;\n    background:var(--accent-tint);\n    color:var(--accent-dark);\n    display:flex; align-items:center; justify-content:center;\n    font-size:17px;\n    flex-shrink:0;\n  }\n  .inc-body h4{font-size:15.5px; margin-bottom:6px;}\n  .inc-body p{font-size:14px; color:var(--ink-soft);}\n\n  \/* ---- Coverage tiers ---- *\/\n  .tiers{background:var(--panel); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}\n  .tier-grid{\n    display:grid;\n    grid-template-columns:repeat(3, 1fr);\n    gap:22px;\n  }\n  .tier-card{\n    border:1px solid var(--line);\n    border-radius:14px;\n    padding:28px 24px;\n    background:var(--bg);\n  }\n  .tier-card.active{\n    background:#D6ECFF;\n    border-color:#9FCBEE;\n    color:#0F1A24;\n    position:relative;\n    box-shadow:0 10px 26px rgba(31,110,180,0.16);\n  }\n  .tier-card.active .tier-label{color:#0B5FA5; font-weight:700;}\n  .tier-card.active h4{color:#0F1A24;}\n  .tier-card.active p{color:#1B2A36; font-weight:500;}\n  .tier-badge{\n    position:absolute; top:-12px; right:20px;\n    background:var(--accent);\n    color:#fff;\n    font-size:11.5px;\n    font-weight:600;\n    padding:4px 10px;\n    border-radius:999px;\n  }\n  .tier-label{font-size:12.5px; color:var(--ink-soft); font-weight:600; margin-bottom:10px;}\n  .tier-card h4{font-size:18px; margin-bottom:10px;}\n  .tier-card p{font-size:14px; color:var(--ink-soft);}\n\n  \/* ---- Pricing ---- *\/\n  .pricing-box{\n    border:1px solid var(--line);\n    border-radius:16px;\n    background:var(--panel);\n    padding:40px;\n    display:grid;\n    grid-template-columns: 1fr 1fr;\n    gap:40px;\n  }\n  .price-left h3{font-size:22px; margin-bottom:8px;}\n  .price-left .price{\n    font-size:40px;\n    font-family:'Sora', sans-serif;\n    font-weight:700;\n    margin:14px 0 6px;\n    color:var(--accent-dark);\n  }\n  .price-left .price-note{font-size:13.5px; color:var(--ink-soft);}\n  .price-left p.desc{color:var(--ink-soft); font-size:14.5px; margin-top:16px;}\n  .check-list{list-style:none; padding:0; margin:0;}\n  .check-list li{\n    display:flex; gap:10px;\n    font-size:14.5px;\n    color:var(--ink);\n    padding:9px 0;\n    border-bottom:1px solid var(--line);\n  }\n  .check-list li:last-child{border-bottom:none;}\n  .check-list li::before{\n    content:\"✓\";\n    color:var(--accent-dark);\n    font-weight:700;\n    flex-shrink:0;\n  }\n  .check-title{font-size:12.5px; text-transform:none; font-weight:600; color:var(--ink-soft); margin-bottom:8px;}\n\n  \/* ---- Steps ---- *\/\n  .steps-grid{\n    display:grid;\n    grid-template-columns:repeat(4, 1fr);\n    gap:24px;\n  }\n  .step{position:relative; padding-top:8px;}\n  .step-num{\n    font-family:'Sora', sans-serif;\n    font-size:14px;\n    font-weight:700;\n    color:#fff;\n    background:var(--accent);\n    width:30px; height:30px;\n    border-radius:50%;\n    display:flex; align-items:center; justify-content:center;\n    margin-bottom:16px;\n  }\n  .step h4{font-size:15.5px; margin-bottom:8px;}\n  .step p{font-size:13.5px; color:var(--ink-soft);}\n\n  \/* ---- Who it's for ---- *\/\n  .who{background:var(--panel); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}\n  .who-grid{\n    display:grid;\n    grid-template-columns:repeat(4, 1fr);\n    gap:20px;\n  }\n  .who-card{\n    padding:22px;\n    border-radius:12px;\n    background:var(--bg);\n    border:1px solid var(--line);\n  }\n  .who-emoji{font-size:22px; margin-bottom:14px;}\n  .who-card h4{font-size:15px; margin-bottom:8px;}\n  .who-card p{font-size:13.5px; color:var(--ink-soft);}\n\n  \/* ---- Final CTA ---- *\/\n  .final-cta{\n    background:var(--navy-deep);\n    color:#fff;\n    text-align:left;\n    border-radius:0;\n  }\n  .final-cta .wrap{\n    display:grid;\n    grid-template-columns:1.3fr 0.7fr;\n    gap:40px;\n    align-items:center;\n  }\n  .final-cta h2{color:#fff; font-size:30px; margin-bottom:14px;}\n  .final-cta p{color:#B7C4D6; font-size:15px; max-width:46ch;}\n  .final-cta .cta-row{margin-top:0;}\n  .final-cta .btn-ghost{border-color:rgba(255,255,255,0.28); color:#fff;}\n  .final-cta .btn-ghost:hover{border-color:#fff;}\n  .contact-block{font-size:14px; color:#C6D3E2; display:flex; flex-direction:column; gap:8px; text-align:right;}\n  .contact-block strong{color:#fff; display:block; font-size:15px; margin-bottom:2px;}\n\n  footer{\n    background:var(--navy-deep);\n    color:#7E90A8;\n    font-size:12.5px;\n    text-align:center;\n    padding:22px 0;\n    border-top:1px solid rgba(255,255,255,0.08);\n  }\n\n  @media (max-width: 860px){\n    .hero-grid, .final-cta .wrap{grid-template-columns:1fr;}\n    .feature-grid, .included-grid, .tier-grid, .steps-grid, .who-grid{grid-template-columns:1fr 1fr;}\n    .pricing-box{grid-template-columns:1fr;}\n    .trust-list{grid-template-columns:1fr;}\n    .contact-block{text-align:left;}\n    section{padding:64px 0;}\n  }\n  @media (max-width: 560px){\n    .feature-grid, .included-grid, .tier-grid, .steps-grid, .who-grid{grid-template-columns:1fr;}\n    .hero h1{font-size:32px;}\n  }\n\u003c\/style\u003e\n\n\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"hero\"\u003e\n    \u003cdiv class=\"wrap hero-grid\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"eyebrow\"\u003e\u003c\/div\u003e\n        \u003ch1\u003eYour IT, actually \u003cem\u003emanaged.\u003c\/em\u003e\n\u003c\/h1\u003e\n        \u003cp class=\"lead\"\u003eA one-hour consultation where we look at your hardware, software, security, backups and support-then build a plan that fits your business.\u003c\/p\u003e\n        \u003cdiv class=\"cta-row\"\u003e\n          \u003ca href=\"#pricing\" class=\"btn btn-primary\"\u003eBook my consultation\u003c\/a\u003e\n          \u003ca href=\"#included\" class=\"btn btn-ghost\"\u003eSee what's included\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"fee-note\"\u003e\u003cstrong\u003e$390\u003c\/strong\u003e first-hour consultation · no obligation to proceed\u003c\/p\u003e\n\u003cbr\u003e\n        \u003cul class=\"trust-list\"\u003e\n          \u003cli\u003eBuilt for 8–20 computers, up to 5 printers\u003c\/li\u003e\n          \u003cli\u003eMicrosoft 365, Sharepoint, Azure \u0026amp; Google Workspace\u003c\/li\u003e\n          \u003cli\u003eAsmarina team support\u003c\/li\u003e\n          \u003cli\u003eOver 22 years local support\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hero-visual\"\u003e\n        \u003cdiv class=\"hero-visual-inner\"\u003e\n          \u003cdiv class=\"tag\"\u003eWhat we assess in your consultation\u003c\/div\u003e\n          \u003cdiv class=\"metric-row\"\u003e\n\u003cspan class=\"metric-label\"\u003eHardware devices\u003c\/span\u003e\u003cspan class=\"metric-value\"\u003eReviewed\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"metric-row\"\u003e\n\u003cspan class=\"metric-label\"\u003eSoftware \u0026amp; licensing\u003c\/span\u003e\u003cspan class=\"metric-value\"\u003eReviewed\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"metric-row\"\u003e\n\u003cspan class=\"metric-label\"\u003eSecurity \u003c\/span\u003e\u003cspan class=\"metric-value\"\u003eReviewed\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"metric-row\"\u003e\n\u003cspan class=\"metric-label\"\u003eBackup \u0026amp; recovery\u003c\/span\u003e\u003cspan class=\"metric-value\"\u003eReviewed\u003c\/span\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"metric-row\"\u003e\n\u003cspan class=\"metric-label\"\u003eOngoing support needs\u003c\/span\u003e\u003cspan class=\"metric-value\"\u003eReviewed\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHY --\u003e\n  \u003csection class=\"why\"\u003e\n    \u003cdiv class=\"wrap\"\u003e\n      \u003cdiv class=\"why-head\"\u003e\n        \u003cdiv class=\"eyebrow\"\u003eWhy a proper consultation first\u003c\/div\u003e\n        \u003ch2\u003eAs your team grows, ad-hoc IT support can quickly become a headache.\u003c\/h2\u003e\n        \u003cp\u003eWith 8–20 computers, small IT issues can quickly become costly. We start with a proper assessment of your business, not a generic IT support.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature-grid\"\u003e\n        \u003cdiv class=\"feature\"\u003e\n          \u003ch4\u003eOne team for all your computers\u003c\/h4\u003e\n          \u003cp\u003eWe look at your computers, printers and systems as a whole, so updates work together and nothing gets overlooked.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n          \u003ch4\u003eSecurity built in from the start\u003c\/h4\u003e\n          \u003cp\u003eBackup, access control and updates are reviewed as part of your overall IT setup, not left until something goes wrong.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature\"\u003e\n          \u003ch4\u003eIT support plan built around your business\u003c\/h4\u003e\n          \u003cp\u003eWe work with the systems you already use and build a practical IT plan that supports your team today and as you grow.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHAT'S INCLUDED --\u003e\n  \u003csection class=\"included\" id=\"included\"\u003e\n    \u003cdiv class=\"wrap\"\u003e\n      \u003cdiv class=\"why-head\"\u003e\n        \u003cdiv class=\"eyebrow\"\u003eWhat's included\u003c\/div\u003e\n        \u003ch2\u003eEverything covered in your first-hour consultation\u003c\/h2\u003e\n        \u003cp\u003eOne session, tailored to your business, no upsell before we understand what you actually need.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"included-grid\"\u003e\n        \u003cdiv class=\"inc-card\"\u003e\n          \u003cdiv class=\"inc-icon\"\u003e✓\u003c\/div\u003e\n          \u003cdiv class=\"inc-body\"\u003e\n            \u003ch4\u003eHardware \u0026amp; printer review\u003c\/h4\u003e\n            \u003cp\u003eA full look at your 8–20 computers and up to 5 printers.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"inc-card\"\u003e\n          \u003cdiv class=\"inc-icon\"\u003e✓\u003c\/div\u003e\n          \u003cdiv class=\"inc-body\"\u003e\n            \u003ch4\u003eSoftware \u0026amp; licensing check\u003c\/h4\u003e\n            \u003cp\u003eWe review your current licences, remove what you no longer need and identify where you can save.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"inc-card\"\u003e\n          \u003cdiv class=\"inc-icon\"\u003e✓\u003c\/div\u003e\n          \u003cdiv class=\"inc-body\"\u003e\n            \u003ch4\u003eSecurity assessment\u003c\/h4\u003e\n            \u003cp\u003eWe review access, updates and everyday security risks before they become bigger problems.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"inc-card\"\u003e\n          \u003cdiv class=\"inc-icon\"\u003e✓\u003c\/div\u003e\n          \u003cdiv class=\"inc-body\"\u003e\n            \u003ch4\u003eBackup \u0026amp; recovery review\u003c\/h4\u003e\n            \u003cp\u003eWe check what’s being backed up, how it’s protected and whether it can actually be restored when you need it.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"inc-card\"\u003e\n          \u003cdiv class=\"inc-icon\"\u003e✓\u003c\/div\u003e\n          \u003cdiv class=\"inc-body\"\u003e\n            \u003ch4\u003eCloud platform guidance\u003c\/h4\u003e\n            \u003cp\u003eWe help you get the most from Microsoft 365, Sharepoint, Azure or Google Workspace, keeping your team connected, productive and working efficiently.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"inc-card\"\u003e\n          \u003cdiv class=\"inc-icon\"\u003e✓\u003c\/div\u003e\n          \u003cdiv class=\"inc-body\"\u003e\n            \u003ch4\u003eA solution built for your business\u003c\/h4\u003e\n            \u003cp\u003eA practical IT support plan based on your goals and needs, not a one-size-fits-all package. No obligation to proceed.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- TIERS --\u003e\n  \u003csection class=\"tiers\"\u003e\n    \u003cdiv class=\"wrap\"\u003e\n      \u003cdiv class=\"why-head\"\u003e\n        \u003cdiv class=\"eyebrow\"\u003eWhich size is this for\u003c\/div\u003e\n        \u003ch2\u003eSupport that matches the size of your team\u003c\/h2\u003e\n        \u003cp\u003eThis consultation is built for growing small businesses - here's how it sits alongside other plans.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tier-grid\"\u003e\n        \u003cdiv class=\"tier-card\"\u003e\n          \u003cdiv class=\"tier-label\"\u003eSmall business\u003c\/div\u003e\n          \u003ch4\u003e3–7 computers\u003c\/h4\u003e\n          \u003cp\u003eFor small businesses needing reliable IT support, maintenance and on-site assistance across their everyday technology.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tier-card active\"\u003e\n          \u003cdiv class=\"tier-badge\"\u003eThis consultation\u003c\/div\u003e\n          \u003cdiv class=\"tier-label\"\u003eGrowing small business\u003c\/div\u003e\n          \u003ch4\u003e8–20 computers\u003c\/h4\u003e\n          \u003cp\u003eUp to 5 printers. The first-hour consultation on this page, built for teams that have outgrown ad-hoc support.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tier-card\"\u003e\n          \u003cdiv class=\"tier-label\"\u003eMulti-site business\u003c\/div\u003e\n          \u003ch4\u003e20+ computers\u003c\/h4\u003e\n          \u003cp\u003eFor larger teams and multiple locations. We'll assess your setup and build an IT support plan around your business needs.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- PRICING --\u003e\n  \u003csection id=\"pricing\"\u003e\n    \u003cdiv class=\"wrap\"\u003e\n      \u003cdiv class=\"why-head\"\u003e\n        \u003cdiv class=\"eyebrow\"\u003eSimple, transparent pricing\u003c\/div\u003e\n        \u003ch2\u003eWhat you pay\u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pricing-box\"\u003e\n        \u003cdiv class=\"price-left\"\u003e\n          \u003ch3\u003eManaged IT Consultation\u003c\/h3\u003e\n          \u003cp class=\"desc\"\u003eOne session, in person before any solution is proposed.\u003c\/p\u003e\n          \u003cdiv class=\"price\"\u003e$390\u003c\/div\u003e\n          \u003cdiv class=\"price-note\"\u003eOne-off fee · no obligation to proceed\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"check-title\"\u003eIncluded\u003c\/div\u003e\n          \u003cul class=\"check-list\"\u003e\n            \u003cli\u003eHardware, software, security \u0026amp; backup review\u003c\/li\u003e\n            \u003cli\u003eAssessment of your ongoing support needs\u003c\/li\u003e\n            \u003cli\u003eGuidance on Microsoft 365, Sharepoint, Azure \u0026amp; Google Workspace\u003c\/li\u003e\n            \u003cli\u003eA tailored plan designed for your business\u003c\/li\u003e\n          \u003c\/ul\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- STEPS --\u003e\n  \u003csection class=\"steps\"\u003e\n    \u003cdiv class=\"wrap\"\u003e\n      \u003cdiv class=\"why-head\"\u003e\n        \u003cdiv class=\"eyebrow\"\u003eGetting started\u003c\/div\u003e\n        \u003ch2\u003eFrom consultation to a plan that works in four steps\u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"steps-grid\"\u003e\n        \u003cdiv class=\"step\"\u003e\n          \u003cdiv class=\"step-num\"\u003e1\u003c\/div\u003e\n          \u003ch4\u003eBook a consultation\u003c\/h4\u003e\n          \u003cp\u003eA $390 session where we assess your hardware, software, security and backup needs.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"step\"\u003e\n          \u003cdiv class=\"step-num\"\u003e2\u003c\/div\u003e\n          \u003ch4\u003eWe design your plan\u003c\/h4\u003e\n          \u003cp\u003eA solution built around your business, covering the platforms and support you actually need.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"step\"\u003e\n          \u003cdiv class=\"step-num\"\u003e3\u003c\/div\u003e\n          \u003ch4\u003eWe set it up properly\u003c\/h4\u003e\n          \u003cp\u003eFrom Microsoft 365 and SharePoint to Azure, we configure and test your systems before handover, so everything is ready to go.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"step\"\u003e\n          \u003cdiv class=\"step-num\"\u003e4\u003c\/div\u003e\n          \u003ch4\u003eOngoing - we stay close\u003c\/h4\u003e\n          \u003cp\u003eSupport that keeps your team productive, secure and connected as your business grows.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- WHO IT'S FOR --\u003e\n  \u003csection class=\"who\"\u003e\n    \u003cdiv class=\"wrap\"\u003e\n      \u003cdiv class=\"why-head\"\u003e\n        \u003cdiv class=\"eyebrow\"\u003eWho it's for\u003c\/div\u003e\n        \u003ch2\u003eBuilt for teams that can’t afford downtime\u003c\/h2\u003e\n        \u003cp\u003eWhen your business relies on its IT every day, you need reliable support not just someone to call when things go wrong.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"who-grid\"\u003e\n        \u003cdiv class=\"who-card\"\u003e\n          \u003cdiv class=\"who-emoji\"\u003e🏢\u003c\/div\u003e\n          \u003ch4\u003eOffice managers\u003c\/h4\u003e\n          \u003cp\u003eManaging hardware, printers and software requests on top of everything else? We take the IT workload off your plate.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"who-card\"\u003e\n          \u003cdiv class=\"who-emoji\"\u003e📈\u003c\/div\u003e\n          \u003ch4\u003eGrowing teams\u003c\/h4\u003e\n          \u003cp\u003eAs your business grows, move beyond a single IT contact with a reliable support structure that can keep up.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"who-card\"\u003e\n          \u003cdiv class=\"who-emoji\"\u003e☁️\u003c\/div\u003e\n          \u003ch4\u003eCloud-first businesses\u003c\/h4\u003e\n          \u003cp\u003eUsing Microsoft 365, SharePoint, Azure or Google Workspace? We make sure your systems are set up properly, secure and working for your team.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"who-card\"\u003e\n          \u003cdiv class=\"who-emoji\"\u003e🔑\u003c\/div\u003e\n          \u003ch4\u003eOwners ready to step away from IT\u003c\/h4\u003e\n          \u003cp\u003eLeave the day-to-day IT decisions to a team that manages business technology full time.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FINAL CTA --\u003e\n  \u003csection class=\"final-cta\"\u003e\n    \u003cdiv class=\"wrap\"\u003e\n      \u003cdiv\u003e\n        \u003ch2\u003eLet's build the right IT plan for your team\u003c\/h2\u003e\n        \u003cp\u003eBook your consultation and we'll assess your systems, design a tailored solution, and help you save time, cut costs and grow.\u003c\/p\u003e\n        \u003cdiv class=\"cta-row\"\u003e\n          \u003ca href=\"#pricing\" class=\"btn btn-primary\"\u003eBook a consultation\u003c\/a\u003e\n          \u003ca href=\"#included\" class=\"btn btn-ghost\"\u003eSee what's included\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"contact-block\"\u003e\n        \u003cstrong\u003e0410 435 375\u003c\/strong\u003e\n        \u003cspan\u003esales@asmarina.com.au\u003c\/span\u003e\n        \u003cspan\u003e30 Birdwood Lane, Lane Cove\u003c\/span\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cfooter\u003eCopyright © 2026, Asmarina Computer Store\u003c\/footer\u003e\n\n\n\n\u003c\/body\u003e","brand":"Asmarina Computer Store ","offers":[{"title":"Default Title","offer_id":43313323638882,"sku":null,"price":390.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2365\/5939\/files\/asmarina-managed-it-lightblue-130x80mm.png?v=1788924011","url":"https:\/\/www.asmarina.com.au\/products\/managed","provider":"Asmarina Computer Store ","version":"1.0","type":"link"}