{"id":41,"date":"2026-05-21T09:37:35","date_gmt":"2026-05-21T09:37:35","guid":{"rendered":"https:\/\/goforit.net.nz\/?page_id=41"},"modified":"2026-05-21T09:53:56","modified_gmt":"2026-05-21T09:53:56","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/goforit.net.nz\/?page_id=41","title":{"rendered":"Privacy Policy"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Privacy Policy \u2014 Go For IT<\/title>\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  :root {\n    --black: #0d0d0d;\n    --black-mid: #161616;\n    --black-light: #1e1e1e;\n    --green: #6ab04c;\n    --green-bright: #82cc5a;\n    --white: #ffffff;\n    --grey: #a0a0a0;\n    --border: #2a2a2a;\n  }\n  html { scroll-behavior: smooth; }\n  body {\n    font-family: -apple-system, 'Helvetica Neue', Arial, sans-serif;\n    background: var(--black);\n    color: var(--white);\n    font-size: 16px;\n    line-height: 1.6;\n  }\n  nav {\n    background: var(--black-mid);\n    border-bottom: 1px solid var(--border);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 24px 60px;\n  }\n  .nav-logo {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    text-decoration: none;\n  }\n  .nav-logo-mark {\n    width: 32px; height: 32px;\n    border-radius: 50%;\n    background: radial-gradient(circle at 35% 35%, #7acc58, #3a7a28);\n    border: 2px solid rgba(255,255,255,0.1);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 14px; font-weight: 700; color: white;\n  }\n  .nav-logo-text {\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: var(--white);\n  }\n  .nav-logo-text span { color: var(--green); }\n  .nav-back {\n    font-size: 13px;\n    color: var(--grey);\n    text-decoration: none;\n    border-bottom: 1px solid rgba(255,255,255,0.1);\n    padding-bottom: 1px;\n    transition: color 0.2s;\n  }\n  .nav-back:hover { color: var(--green); }\n  .page-header {\n    background: var(--black-light);\n    border-bottom: 1px solid var(--border);\n    padding: 60px 60px 72px;\n    position: relative;\n  }\n  .page-header::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 60px;\n    width: 32px; height: 2px;\n    background: var(--green);\n  }\n  .page-label {\n    font-size: 11px;\n    letter-spacing: 0.16em;\n    text-transform: uppercase;\n    color: var(--green);\n    font-weight: 500;\n    margin-bottom: 16px;\n  }\n  .page-header h1 {\n    font-size: clamp(28px, 4vw, 44px);\n    font-weight: 700;\n    line-height: 1.1;\n    letter-spacing: -0.02em;\n    color: var(--white);\n  }\n  .content {\n    max-width: 720px;\n    margin: 0 auto;\n    padding: 80px 60px 100px;\n  }\n  .content-section {\n    margin-bottom: 52px;\n    padding-bottom: 52px;\n    border-bottom: 1px solid var(--border);\n  }\n  .content-section:last-child {\n    border-bottom: none;\n    margin-bottom: 0;\n    padding-bottom: 0;\n  }\n  .content-section h2 {\n    font-size: 11px;\n    font-weight: 500;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--green);\n    margin-bottom: 16px;\n  }\n  .content-section p {\n    font-size: 15px;\n    font-weight: 300;\n    color: var(--grey);\n    line-height: 1.85;\n    margin-bottom: 14px;\n  }\n  .content-section p:last-child { margin-bottom: 0; }\n  .content-section ul {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    margin-top: 4px;\n  }\n  .content-section ul li {\n    font-size: 15px;\n    font-weight: 300;\n    color: var(--grey);\n    line-height: 1.75;\n    padding-left: 20px;\n    position: relative;\n  }\n  .content-section ul li::before {\n    content: '';\n    position: absolute;\n    left: 0; top: 11px;\n    width: 6px; height: 1px;\n    background: var(--green);\n  }\n  .contact-band {\n    background: var(--black-light);\n    border-left: 2px solid var(--green);\n    padding: 24px 28px;\n    margin-top: 8px;\n  }\n  .contact-band p {\n    font-size: 14px;\n    font-weight: 300;\n    color: var(--grey);\n    line-height: 1.75;\n    margin: 0;\n  }\n  .contact-band a {\n    color: var(--green);\n    text-decoration: none;\n    border-bottom: 1px solid rgba(106,176,76,0.3);\n    transition: border-color 0.2s;\n  }\n  .contact-band a:hover { border-color: var(--green); }\n  .updated {\n    font-size: 12px;\n    color: var(--border);\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    margin-top: 48px;\n    padding-top: 24px;\n    border-top: 1px solid var(--border);\n  }\n  footer {\n    background: var(--black-mid);\n    border-top: 1px solid var(--border);\n    padding: 28px 60px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n  }\n  .footer-logo {\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: rgba(255,255,255,0.25);\n  }\n  .footer-logo span { color: var(--green); opacity: 0.6; }\n  .footer-copy {\n    font-size: 12px;\n    font-weight: 300;\n    color: rgba(255,255,255,0.15);\n  }\n  @media (max-width: 768px) {\n    nav, .page-header { padding-left: 24px; padding-right: 24px; }\n    .content { padding: 48px 24px 64px; }\n    footer { padding: 24px; flex-direction: column; gap: 8px; text-align: center; }\n  }\n<\/style>\n<\/head>\n<body>\n \n<nav>\n  <a href=\"\/\" class=\"nav-logo\">\n    <div class=\"nav-logo-mark\">G<\/div>\n    <span class=\"nav-logo-text\"><span>Go For<\/span> IT<\/span>\n  <\/a>\n  <a href=\"\/\" class=\"nav-back\">\u2190 Back to site<\/a>\n<\/nav>\n \n<div class=\"page-header\">\n  <p class=\"page-label\">Legal<\/p>\n  <h1>Privacy Policy<\/h1>\n<\/div>\n \n<div class=\"content\">\n \n  <div class=\"content-section\">\n    <h2>Overview<\/h2>\n    <p>Go For IT (&#8220;we&#8221;, &#8220;us&#8221;, &#8220;our&#8221;) is committed to protecting your personal information and your right to privacy. This policy explains what information we collect, how we use it, and what rights you have in relation to it.<\/p>\n    <p>We operate in accordance with the New Zealand Privacy Act 2020 and its Information Privacy Principles.<\/p>\n  <\/div>\n \n  <div class=\"content-section\">\n    <h2>Information we collect<\/h2>\n    <p>We only collect information you voluntarily provide to us. When you use the contact form on this website, we may collect:<\/p>\n    <ul>\n      <li>Your name<\/li>\n      <li>Your email address<\/li>\n      <li>Your phone number<\/li>\n      <li>Any information you include in your message<\/li>\n    <\/ul>\n    <p>We do not collect any sensitive personal information, and we do not use cookies or tracking technologies on this website beyond what is strictly necessary for it to function.<\/p>\n  <\/div>\n \n  <div class=\"content-section\">\n    <h2>How we use your information<\/h2>\n    <p>The information you provide through our contact form is used solely to respond to your enquiry. Specifically:<\/p>\n    <ul>\n      <li>To respond to your message and follow up as appropriate<\/li>\n      <li>To understand your IT or telephony needs and determine how we can help<\/li>\n    <\/ul>\n    <p>We do not use your information for marketing purposes, and we do not add you to any mailing lists without your explicit consent.<\/p>\n  <\/div>\n \n  <div class=\"content-section\">\n    <h2>How we store your information<\/h2>\n    <p>Contact form submissions are processed by Formspree (formspree.io), a third-party form handling service. Submissions are stored securely on Formspree&#8217;s servers and delivered to us by email. You can review Formspree&#8217;s privacy policy at formspree.io\/legal\/privacy-policy.<\/p>\n    <p>We retain your contact information only for as long as necessary to respond to your enquiry and for any reasonable follow-up. We do not store your personal information in any other systems without your knowledge.<\/p>\n  <\/div>\n \n  <div class=\"content-section\">\n    <h2>Sharing your information<\/h2>\n    <p>We do not sell, trade, or share your personal information with third parties, except where required by law or where necessary to deliver services to you \u2014 in which case we would discuss this with you first.<\/p>\n  <\/div>\n \n  <div class=\"content-section\">\n    <h2>Your rights<\/h2>\n    <p>Under the New Zealand Privacy Act 2020, you have the right to:<\/p>\n    <ul>\n      <li>Request access to any personal information we hold about you<\/li>\n      <li>Request correction of any personal information that is inaccurate or incomplete<\/li>\n      <li>Ask us to delete your personal information where it is no longer needed<\/li>\n      <li>Raise a concern or complaint about how we have handled your information<\/li>\n    <\/ul>\n  <\/div>\n \n  <div class=\"content-section\">\n    <h2>Contact &#038; complaints<\/h2>\n    <p>If you have any questions about this privacy policy, or wish to make a request or complaint, please get in touch directly.<\/p>\n    <div class=\"contact-band\">\n      <p>Email <a href=\"mailto:andrew.mcmillan@goforit.net.nz\">andrew.mcmillan@goforit.net.nz<\/a> or call <a href=\"tel:039281181\">03 928 1181<\/a>. We will respond promptly.<\/p>\n    <\/div>\n    <p style=\"margin-top:16px;font-size:15px;font-weight:300;color:var(--grey);line-height:1.85;\">If you are not satisfied with our response, you may contact the Office of the Privacy Commissioner at <a href=\"https:\/\/www.privacy.org.nz\" style=\"color:var(--green);text-decoration:none;border-bottom:1px solid rgba(106,176,76,0.3);\">privacy.org.nz<\/a>.<\/p>\n  <\/div>\n \n  <p class=\"updated\">Last reviewed: May 2026<\/p>\n \n<\/div>\n \n<footer>\n  <span class=\"footer-logo\"><span>Go For<\/span> IT<\/span>\n  <span class=\"footer-copy\">\u00a9 2026 \u00b7 Christchurch, New Zealand<\/span>\n<\/footer>\n \n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Privacy Policy \u2014 Go For IT G Go For IT \u2190 Back to site Legal Privacy Policy Overview Go For IT (&#8220;we&#8221;, &#8220;us&#8221;, &#8220;our&#8221;) is committed to protecting your personal information and your right to privacy. This policy explains what information we collect, how we use it, and what rights you have in relation to&hellip; <a class=\"more-link\" href=\"https:\/\/goforit.net.nz\/?page_id=41\">Continue reading <span class=\"screen-reader-text\">Privacy Policy<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"blank-slate-template.php","meta":{"footnotes":""},"class_list":["post-41","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"https:\/\/goforit.net.nz\/index.php?rest_route=\/wp\/v2\/pages\/41","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/goforit.net.nz\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/goforit.net.nz\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/goforit.net.nz\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/goforit.net.nz\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=41"}],"version-history":[{"count":7,"href":"https:\/\/goforit.net.nz\/index.php?rest_route=\/wp\/v2\/pages\/41\/revisions"}],"predecessor-version":[{"id":49,"href":"https:\/\/goforit.net.nz\/index.php?rest_route=\/wp\/v2\/pages\/41\/revisions\/49"}],"wp:attachment":[{"href":"https:\/\/goforit.net.nz\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=41"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}