{"product_id":"protect","title":"Asmarina Data Storage and Protection","description":"\u003c!-- ============================================================\n    \n============================================================ --\u003e\n\u003cstyle\u003e\n  .asm-dsp {\n    --navy:#0B2A4A;\n    --navy-mid:#123E68;\n    --blue:#1C5A9C;\n    --sky:#4FB6E8;\n    --amber:#FF9F1C;\n    --amber-light:#FFC04D;\n    --ink:#152436;\n    --muted:#5B7186;\n    --bg-soft:#F5F9FC;\n    --line:#E3EBF2;\n    font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;\n    color:var(--ink);\n    line-height:1.6;\n    -webkit-font-smoothing:antialiased;\n  }\n  .asm-dsp * { box-sizing:border-box; }\n  .asm-dsp h1, .asm-dsp h2, .asm-dsp h3 {\n    font-family:'Nunito',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;\n    font-weight:900;\n    color:var(--navy);\n    margin:0;\n  }\n  .asm-dsp a { color:var(--blue); }\n  .asm-dsp .wrap { max-width:900px; margin:0 auto; padding:0 24px; }\n\n  \/* Hero *\/\n  .asm-dsp .hero {\n    background:\n      radial-gradient(circle at 12% 0%, rgba(79,182,232,0.30), transparent 45%),\n      linear-gradient(150deg, var(--navy) 0%, var(--navy-mid) 45%, var(--blue) 100%);\n    color:#fff;\n    padding:64px 0 72px;\n    text-align:center;\n  }\n  .asm-dsp .brand {\n    display:flex; align-items:center; justify-content:center; gap:10px;\n    margin-bottom:28px;\n  }\n  .asm-dsp .brand-name { font-size:22px; font-weight:900; letter-spacing:0.3px; }\n  .asm-dsp .hero h1 {\n    font-size:44px; line-height:1.15; color:#fff; letter-spacing:-0.5px;\n    max-width:640px; margin:0 auto;\n  }\n  .asm-dsp .hero h1 .accent { color:#7FD0F5; }\n  .asm-dsp .hero .lede {\n    font-size:19px; color:#D9E8F5; max-width:560px; margin:22px auto 0; font-weight:500;\n  }\n  .asm-dsp .hero .lede2 {\n    font-size:15px; color:#AFC9DE; max-width:600px; margin:14px auto 0;\n  }\n  .asm-dsp .hero-cta {\n    margin-top:34px; display:inline-flex; align-items:center; gap:20px; flex-wrap:wrap; justify-content:center;\n  }\n  .asm-dsp .btn-primary {\n    display:inline-block;\n    background:linear-gradient(135deg,var(--amber-light),var(--amber));\n    color:var(--navy) !important;\n    font-family:'Nunito',sans-serif;\n    font-weight:900;\n    font-size:17px;\n    padding:16px 34px;\n    border-radius:50px;\n    text-decoration:none;\n    box-shadow:0 8px 20px rgba(255,159,28,0.35);\n  }\n  .asm-dsp .hero-url { font-weight:800; font-size:16px; color:#fff; }\n  .asm-dsp .hero-url span { display:block; font-weight:500; font-size:13px; color:#AFC9DE; }\n\n  \/* Sections *\/\n  .asm-dsp section.block { padding:56px 0; border-bottom:1px solid var(--line); }\n  .asm-dsp section.block.soft { background:var(--bg-soft); }\n  .asm-dsp section.block:last-of-type { border-bottom:none; }\n  .asm-dsp h2 { font-size:28px; margin-bottom:18px; }\n  .asm-dsp p { font-size:16px; color:var(--ink); margin:0 0 14px; }\n  .asm-dsp p:last-child { margin-bottom:0; }\n  .asm-dsp p.muted { color:var(--muted); }\n\n  .asm-dsp ul.check { list-style:none; padding:0; margin:18px 0 0; }\n  .asm-dsp ul.check li {\n    position:relative; padding-left:34px; margin-bottom:12px; font-size:16px;\n  }\n  .asm-dsp ul.check li:last-child { margin-bottom:0; }\n  .asm-dsp ul.check li::before {\n    content:\"\";\n    position:absolute; left:0; top:3px;\n    width:22px; height:22px; border-radius:50%;\n    background:linear-gradient(135deg,var(--sky),var(--blue));\n  }\n  .asm-dsp ul.check li::after {\n    content:\"\";\n    position:absolute; left:6.5px; top:9px;\n    width:9px; height:5px;\n    border-left:2px solid #fff; border-bottom:2px solid #fff;\n    transform:rotate(-45deg);\n  }\n\n  \/* Pricing *\/\n  .asm-dsp .price-grid {\n    display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-top:22px;\n  }\n  @media (max-width:640px) { .asm-dsp .price-grid { grid-template-columns:1fr; } }\n  .asm-dsp .price-card {\n    background:#fff; border:1px solid var(--line); border-radius:16px; padding:26px 24px;\n  }\n  .asm-dsp .price-card .tag {\n    display:inline-block; font-size:12px; font-weight:800; letter-spacing:0.4px;\n    text-transform:uppercase; color:var(--blue); background:#EAF4FC;\n    padding:4px 10px; border-radius:20px; margin-bottom:14px;\n  }\n  .asm-dsp .price-card h3 { font-size:18px; margin-bottom:6px; }\n  .asm-dsp .price-card .amount {\n    font-family:'Nunito',sans-serif; font-weight:900; font-size:30px; color:var(--navy);\n    margin:8px 0 4px;\n  }\n  .asm-dsp .price-card .amount small { font-size:14px; font-weight:600; color:var(--muted); }\n  .asm-dsp .price-card .fine { font-size:13px; color:var(--muted); }\n  .asm-dsp .notes { margin-top:22px; padding:18px 20px; background:#EAF4FC; border-radius:12px; }\n  .asm-dsp .notes p { font-size:14px; margin-bottom:6px; }\n\n  \/* Who's behind it *\/\n  .asm-dsp .person {\n    display:flex; align-items:flex-start; gap:20px; background:#fff;\n    border:1px solid var(--line); border-radius:16px; padding:26px; margin-top:20px;\n  }\n  .asm-dsp .person .avatar {\n    flex:none; width:56px; height:56px; border-radius:50%;\n    background:linear-gradient(135deg,var(--sky),var(--blue));\n    display:flex; align-items:center; justify-content:center;\n    color:#fff; font-family:'Nunito',sans-serif; font-weight:900; font-size:22px;\n  }\n\n  \/* Final CTA *\/\n  .asm-dsp .final-cta {\n    background:linear-gradient(150deg, var(--navy) 0%, var(--navy-mid) 45%, var(--blue) 100%);\n    color:#fff; text-align:center; padding:60px 0;\n  }\n  .asm-dsp .final-cta h2 { color:#fff; font-size:30px; }\n  .asm-dsp .final-cta p { color:#D9E8F5; font-size:16px; max-width:520px; margin:14px auto 0; }\n  .asm-dsp .final-cta .btn-primary { margin-top:26px; }\n  .asm-dsp .final-cta .terms { font-size:13px; color:#9FC0DA; margin-top:16px; }\n  .asm-dsp .final-cta .terms a { color:#BFE1F5; }\n\n  .asm-dsp .footnote {\n    font-size:12.5px; color:var(--muted); text-align:center; padding:22px 0 8px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"asm-dsp\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003cdiv class=\"brand\"\u003e\n\u003csvg width=\"30\" height=\"30\" viewbox=\"0 0 44 44\" fill=\"none\"\u003e\n        \u003cpath d=\"M22 3L38 9V21C38 31 31 38.5 22 41C13 38.5 6 31 6 21V9L22 3Z\" fill=\"url(#g1)\"\u003e\u003c\/path\u003e\n        \u003cpath d=\"M15 22C18 27 22 29 27 24\" stroke=\"#fff\" stroke-width=\"3\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n        \u003cdefs\u003e\u003clineargradient id=\"g1\" x1=\"6\" y1=\"3\" x2=\"38\" y2=\"41\" gradientunits=\"userSpaceOnUse\"\u003e\n          \u003cstop stop-color=\"#7FD0F5\"\u003e\u003c\/stop\u003e\u003cstop offset=\"1\" stop-color=\"#1C5A9C\"\u003e\u003c\/stop\u003e\n        \u003c\/lineargradient\u003e\u003c\/defs\u003e\n      \u003c\/svg\u003e \u003cspan class=\"brand-name\"\u003eAsmarina Data Storage \u0026amp; Protection\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch1\u003eNever lose your \u003cspan class=\"accent\"\u003ebusiness files\u003c\/span\u003e again\u003c\/h1\u003e\n\u003cp class=\"lede\"\u003eA private, secure storage system for your business - set up for you, and looked after for you, for as long as you need it.\u003c\/p\u003e\n\u003cp class=\"lede2\"\u003eBuilt for small businesses, creatives, accountants, legal and medical practices, and growing teams who want their files properly protected without needing to understand the technology behind it.\u003c\/p\u003e\n\u003cdiv class=\"hero-cta\"\u003e\n\u003ca href=\"#book\" class=\"btn-primary\"\u003eProtect My Business Files Today\u003c\/a\u003e\n\u003cdiv class=\"hero-url\"\u003easmarina.com.au\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHAT YOU GET --\u003e\n\u003csection class=\"block\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2\u003eWhat you get\u003c\/h2\u003e\n\u003cp\u003eA dedicated storage box with netwrok connection for your business, kept on-site, that automatically keeps two copies of everything you save to it. If one hard drive ever fails, your files are still safe on the other, nothing is lost, and there's no scramble to recover anything.\u003c\/p\u003e\n\u003cp\u003eIt comes with room to grow: two extra slots are built in, so if you need more space later, we can add it without replacing the system.\u003c\/p\u003e\n\u003cp\u003eAll hardware is covered by a \u003cstrong\u003e3-year manufacturer warranty\u003c\/strong\u003e, and it's built to run reliably, every day, without needing to be switched off.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHAT HAPPENS WHEN YOU SIGN UP --\u003e\n\u003csection class=\"block soft\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2\u003eWhat happens when you sign up\u003c\/h2\u003e\n\u003cp\u003eOne of our technicians comes to you, sets everything up, and tests it properly before handing it over. This includes:\u003c\/p\u003e\n\u003cul class=\"check\"\u003e\n\u003cli\u003eDelivering and installing your storage system\u003c\/li\u003e\n\u003cli\u003eSetting it up so your team can access it safely from any desktop PC or laptop\u003c\/li\u003e\n\u003cli\u003eMaking sure it runs smoothly on your network\u003c\/li\u003e\n\u003cli\u003eTesting everything before we call it done\u003c\/li\u003e\n\u003cli\u003ePriority support if anything ever needs a hand\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin-top: 20px;\"\u003eYou're not left with a box and a manual, it's a working system from the moment we leave.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ONGOING CARE --\u003e\n\u003csection class=\"block\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2\u003eOngoing care \u003cspan style=\"font-weight: bold; font-size: 16px; color: var(--muted);\"\u003e(included every year)\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eTechnology needs occasional check-ups, just like anything else that matters. Every system comes with a yearly check-up where we:\u003c\/p\u003e\n\u003cul class=\"check\"\u003e\n\u003cli\u003eConfirm everything is working and your files are recoverable\u003c\/li\u003e\n\u003cli\u003eCheck you still have enough space, and plan ahead if you don't\u003c\/li\u003e\n\u003cli\u003eInstall the latest security updates\u003c\/li\u003e\n\u003cli\u003eGive you priority access to support whenever you need us\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin-top: 20px;\"\u003eThis keeps your system reliable and secure as your business.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PRICING --\u003e\n\u003csection class=\"block soft\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2\u003ePricing\u003c\/h2\u003e\n\u003cdiv class=\"price-grid\"\u003e\n\u003cdiv class=\"price-card\"\u003e\n\u003cspan class=\"tag\"\u003eSetup\u003c\/span\u003e\n\u003ch3\u003eHardware, installation \u0026amp; configuration\u003c\/h3\u003e\n\u003cdiv class=\"amount\"\u003eFrom $2,750 \u003csmall\u003einc. GST\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cp class=\"fine\"\u003eExact price depends on your business's needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"price-card\"\u003e\n\u003cspan class=\"tag\"\u003eRequired\u003c\/span\u003e\n\u003ch3\u003eYearly care plan\u003c\/h3\u003e\n\u003cdiv class=\"amount\"\u003eFrom $550 \u003csmall\u003einc. GST \/ year\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cp class=\"fine\"\u003ePer system. Keeps your system supported.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"notes\"\u003e\n\u003cp\u003e\u003cstrong\u003eA few things worth knowing:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eWe look after the whole system for you, it's not a \"set it up yourself\" box.\u003c\/p\u003e\n\u003cp\u003eYou can add more storage later without starting over.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHO'S BEHIND IT --\u003e\n\u003csection class=\"block\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2\u003eWho's behind it\u003c\/h2\u003e\n\u003cdiv class=\"person\"\u003e\n\u003cdiv class=\"avatar\"\u003eM\u003c\/div\u003e\n\u003cp\u003eEvery system is personally set up and looked after by \u003cstrong\u003eMoe\u003c\/strong\u003e, who has over 20 years of hands-on experience helping small businesses keep their data safe. That means it's not just installed and forgotten, it's properly set up, and properly supported for the long run.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"final-cta\" id=\"book\"\u003e\n\u003cdiv class=\"wrap\"\u003e\n\u003ch2\u003eReady to protect your files?\u003c\/h2\u003e\n\u003cp\u003eBook a first consultation for \u003cstrong\u003e$390\u003c\/strong\u003e, no obligation. If you decide to go ahead with us, that $390 comes off your total.\u003c\/p\u003e\n\u003ca href=\"mailto:sales@asmarina.com.au\" class=\"btn-primary\"\u003eBook My Consultation\u003c\/a\u003e\n\u003cp class=\"terms\"\u003eBy booking, you're agreeing to our \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2365\/5939\/files\/General_Asmarina_Service_Terms.pdf?7159860630776631043\" rel=\"noopener\" target=\"_blank\"\u003eterms and conditions\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp class=\"footnote\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ============================================================ --\u003e","brand":"Asmarina Computer Store ","offers":[{"title":"Default Title","offer_id":43239802142818,"sku":null,"price":390.0,"currency_code":"AUD","in_stock":true}],"url":"https:\/\/www.asmarina.com.au\/products\/protect","provider":"Asmarina Computer Store ","version":"1.0","type":"link"}