{"id":49294,"date":"2026-02-23T15:21:58","date_gmt":"2026-02-23T20:21:58","guid":{"rendered":"https:\/\/gcmsnotesrequest.ca\/?page_id=49294"},"modified":"2026-04-27T19:33:42","modified_gmt":"2026-04-27T23:33:42","slug":"%e0%a6%86%e0%a6%a6%e0%a7%87%e0%a6%b6","status":"publish","type":"page","link":"https:\/\/gcmsnotesrequest.ca\/bn\/order\/","title":{"rendered":"\u0986\u09a6\u09c7\u09b6"},"content":{"rendered":"\n\n<style>\n    :root {\n      --purple: #655BD9;\n      --purple-light: #E6E7FF;\n      --purple-dark: #4a41b0;\n      --purple-soft: #d4d0fa;\n      --purple-ghost: #eef0ff;\n      --dark: #1a1a2e;\n      --text: #374151;\n      --text-light: #6b7280;\n      --text-mid: #4b5563;\n      --bg: #f9fafb;\n      --white: #ffffff;\n      --border: #e5e7eb;\n      --star: #f59e0b;\n      --shadow-sm: 0 1px 2px rgba(0,0,0,0.06);\n      --shadow-md: 0 4px 12px rgba(0,0,0,0.08);\n      --shadow-lg: 0 8px 24px rgba(0,0,0,0.12);\n      --radius: 14px;\n    }\n    * { margin: 0; padding: 0; box-sizing: border-box; }\n    body {\n      color: var(--text);\n      background: var(--bg);\n      line-height: 1.6;\n      -webkit-font-smoothing: antialiased;\n    }\n    .nav {\n      background: var(--white);\n      border-bottom: 1px solid var(--border);\n      padding: 10px 24px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n    }\n    .nav-logo a { display: flex; align-items: center; }\n    .nav-logo img { height: 75px; width: auto; }\n    .nav-trust {\n      font-size: 18px;\n      color: var(--text-light);\n      display: flex;\n      flex-direction: column;\n      align-items: flex-end;\n      gap: 1px;\n      line-height: 1.3;\n    }\n    .nav-trust .stars { color: var(--star); font-size: 24px; letter-spacing: 1px; }\n    .nav-trust .trust-text { font-size: 18px; }\n \n    .hero {\n      background: linear-gradient(135deg, var(--purple-light) 0%, var(--purple-soft) 50%, var(--purple-light) 100%);\n      color: var(--dark);\n      padding: 52px 24px 48px;\n      text-align: center;\n    }\n    .hero h1 {\n      font-size: 34px;\n      font-weight: 700;\n      line-height: 1.25;\n      margin-bottom: 14px;\n      color: var(--dark);\n    }\n    .hero p {\n      font-size: 18px;\n      color: var(--text-mid);\n      max-width: 620px;\n      margin: 0 auto 22px;\n    }\n    .hero h1 .benefit {\n      color: var(--white);\n      background: var(--purple);\n      padding: 2px 12px;\n      border-radius: 6px;\n      display: inline-block;\n    }\n    .hero-badges {\n      display: flex;\n      justify-content: center;\n      gap: 20px;\n      flex-wrap: wrap;\n      font-size: 15px;\n      color: var(--text-mid);\n    }\n    .hero-badges span { display: flex; align-items: center; gap: 5px; }\n    .hero-badges .check { color: var(--purple); font-weight: 700; }\n \n    \/* ---- INTRO COPY BLOCK (NEW) ---- *\/\n    .intro-copy {\n      max-width: 820px;\n      margin: 48px auto 0;\n      padding: 0 24px;\n      text-align: center;\n    }\n    .intro-copy h2 {\n      font-size: 24px;\n      font-weight: 700;\n      color: var(--dark);\n      margin-bottom: 14px;\n    }\n    .intro-copy p {\n      font-size: 17px;\n      color: var(--text);\n      margin-bottom: 12px;\n      line-height: 1.7;\n    }\n    .intro-copy a { color: var(--purple); }\n \n    .products {\n      max-width: 1040px;\n      margin: 40px auto 0;\n      padding: 0 16px 0;\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n      position: relative;\n      z-index: 2;\n    }\n    .card {\n      background: var(--white);\n      border-radius: var(--radius);\n      box-shadow: var(--shadow-md);\n      padding: 28px 24px;\n      display: flex;\n      flex-direction: column;\n      border: 2px solid var(--border);\n      transition: all 0.3s ease;\n      position: relative;\n    }\n    .card:hover {\n      box-shadow: var(--shadow-lg);\n      transform: translateY(-2px);\n      border-color: var(--purple);\n    }\n    .card.recommended {\n      border: none;\n      background: linear-gradient(135deg, #655BD9, #0E7C7B, #E8662A, #655BD9) padding-box,\n                  linear-gradient(135deg, #655BD9, #0E7C7B, #E8662A, #655BD9) border-box;\n      border: 2px solid transparent;\n      background-clip: padding-box, border-box;\n      background-origin: padding-box, border-box;\n      position: relative;\n    }\n    .card.recommended::after {\n      content: '';\n      position: absolute;\n      inset: 0;\n      border-radius: 12px;\n      background: var(--white);\n      z-index: 0;\n    }\n    .card.recommended > * { position: relative; z-index: 1; }\n    .card.recommended::before {\n      content: 'Most Popular';\n      position: absolute;\n      top: -13px;\n      left: 50%;\n      transform: translateX(-50%);\n      background: linear-gradient(135deg, #655BD9, #0E7C7B);\n      color: var(--white);\n      font-size: 12px;\n      font-weight: 700;\n      padding: 4px 18px;\n      border-radius: 20px;\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n      z-index: 2;\n      white-space: nowrap;\n    }\n    .card.recommended:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 32px rgba(101, 91, 217, 0.2);\n    }\n    .card-title { font-size: 20px; font-weight: 700; color: var(--dark); margin-bottom: 4px; }\n    .card-subtitle { font-size: 14px; color: var(--text-light); margin-bottom: 16px; }\n    .card-price { font-size: 38px; font-weight: 700; color: var(--purple); margin-bottom: 16px; }\n    .card-price span { font-size: 20px; font-weight: 400; color: var(--text-light); }\n    .card-features { list-style: none; margin-bottom: 24px; flex-grow: 1; }\n    .card-features li {\n      font-size: 15px;\n      padding: 5px 0;\n      padding-left: 24px;\n      position: relative;\n      color: var(--text);\n    }\n    .card-features li::before {\n      content: '\u2713';\n      position: absolute;\n      left: 0;\n      color: var(--purple);\n      font-weight: 700;\n    }\n    .btn-order {\n      display: block;\n      width: 100%;\n      padding: 15px;\n      background: linear-gradient(135deg, #655BD9, #5248c4);\n      color: var(--white);\n      font-size: 18px;\n      font-weight: 600;\n      border: none;\n      border-radius: 10px;\n      cursor: pointer;\n      text-align: center;\n      text-decoration: none;\n      transition: all 0.2s ease;\n      box-shadow: 0 2px 8px rgba(101, 91, 217, 0.25);\n    }\n    .btn-order:hover {\n      background: linear-gradient(135deg, #5248c4, #4a41b0);\n      color: var(--white);\n      transform: translateY(-1px);\n      box-shadow: 0 4px 16px rgba(101, 91, 217, 0.35);\n    }\n    .btn-order:active { transform: translateY(0); box-shadow: 0 2px 8px rgba(101, 91, 217, 0.25); }\n \n    .recommendation-tool { max-width: 1040px; margin: 0 auto; padding: 24px 16px 0; }\n    .more-options { max-width: 1040px; margin: 0 auto; text-align: center; padding: 24px 16px 0; }\n    .more-options a { color: var(--purple); text-decoration: none; font-size: 15px; font-weight: 500; }\n    .more-options a:hover { text-decoration: underline; }\n    .section-spacer { height: 48px; }\n \n    \/* ---- COMPARISON TABLE (NEW) ---- *\/\n    .comparison {\n      max-width: 1040px;\n      margin: 0 auto;\n      padding: 0 16px;\n    }\n    .comparison h2 {\n      font-size: 26px;\n      font-weight: 700;\n      color: var(--dark);\n      text-align: center;\n      margin-bottom: 8px;\n    }\n    .comparison-intro {\n      text-align: center;\n      color: var(--text-mid);\n      max-width: 680px;\n      margin: 0 auto 24px;\n      font-size: 16px;\n    }\n    .comparison-table {\n      width: 100%;\n      border-collapse: collapse;\n      background: var(--white);\n      border-radius: var(--radius);\n      overflow: hidden;\n      box-shadow: var(--shadow-sm);\n      border: 1px solid var(--border);\n    }\n    .comparison-table th,\n    .comparison-table td {\n      padding: 14px 16px;\n      text-align: left;\n      border-bottom: 1px solid var(--border);\n      font-size: 15px;\n    }\n    .comparison-table th {\n      background: var(--purple-ghost);\n      color: var(--dark);\n      font-weight: 700;\n      font-size: 14px;\n    }\n    .comparison-table tr:last-child td { border-bottom: none; }\n    .comparison-table .check { color: var(--purple); font-weight: 700; }\n    .comparison-table .dash { color: var(--text-light); }\n \n    \/* ---- WHO NEEDS (NEW) ---- *\/\n    .who-needs {\n      max-width: 1040px;\n      margin: 48px auto 0;\n      padding: 0 16px;\n    }\n    .who-needs h2 {\n      font-size: 26px;\n      font-weight: 700;\n      color: var(--dark);\n      text-align: center;\n      margin-bottom: 20px;\n    }\n    .who-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n    .who-card {\n      background: var(--white);\n      border-radius: var(--radius);\n      padding: 22px;\n      box-shadow: var(--shadow-sm);\n      border: 1px solid var(--border);\n    }\n    .who-card h3 {\n      font-size: 17px;\n      font-weight: 600;\n      color: var(--dark);\n      margin-bottom: 6px;\n    }\n    .who-card p { font-size: 15px; color: var(--text); line-height: 1.6; }\n    .who-card a { color: var(--purple); }\n \n    .trust-strip {\n      background: var(--white);\n      border-top: 1px solid var(--border);\n      border-bottom: 1px solid var(--border);\n      padding: 28px 16px;\n    }\n    .trust-strip-inner {\n      max-width: 1040px;\n      margin: 0 auto;\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 16px;\n      text-align: center;\n    }\n    .trust-item { font-size: 15px; color: var(--text); }\n    .trust-item strong { display: block; font-size: 17px; color: var(--dark); margin-bottom: 2px; }\n    .trust-item .icon { font-size: 26px; margin-bottom: 6px; }\n \n    .how-it-works { max-width: 1040px; margin: 0 auto; padding: 0 16px; }\n    .how-it-works h2 {\n      font-size: 26px;\n      font-weight: 700;\n      color: var(--dark);\n      text-align: center;\n      margin-bottom: 24px;\n    }\n    .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }\n    .step {\n      background: var(--white);\n      border-radius: var(--radius);\n      padding: 22px;\n      box-shadow: var(--shadow-sm);\n      border: 1px solid var(--border);\n    }\n    .step-number {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      width: 30px;\n      height: 30px;\n      background: var(--purple-ghost);\n      color: var(--purple);\n      border-radius: 50%;\n      font-size: 15px;\n      font-weight: 700;\n      margin-bottom: 8px;\n    }\n    .step h3 { font-size: 17px; font-weight: 600; color: var(--dark); margin-bottom: 4px; }\n    .step p { font-size: 14px; color: var(--text-light); }\n \n    .review-section { max-width: 1040px; margin: 0 auto; padding: 0 16px; text-align: center; }\n    .review-box {\n      background: var(--white);\n      border-radius: var(--radius);\n      padding: 28px;\n      box-shadow: var(--shadow-sm);\n      border: 1px solid var(--border);\n    }\n    .review-stars { color: var(--star); font-size: 22px; margin-bottom: 10px; }\n    .review-text { font-size: 16px; color: var(--text); font-style: italic; margin-bottom: 10px; line-height: 1.7; }\n    .review-author { font-size: 14px; color: var(--text-light); }\n    .review-link { display: inline-block; margin-top: 12px; font-size: 14px; color: var(--purple); text-decoration: none; }\n    .review-link:hover { text-decoration: underline; }\n \n    .faq-section { max-width: 1040px; margin: 0 auto; padding: 0 16px; }\n    .faq-section h2 {\n      font-size: 26px;\n      font-weight: 700;\n      color: var(--dark);\n      text-align: center;\n      margin-bottom: 20px;\n    }\n    .faq-item {\n      background: var(--white);\n      border-radius: 10px;\n      margin-bottom: 10px;\n      box-shadow: var(--shadow-sm);\n      border: 1px solid var(--border);\n      transition: border-color 0.2s;\n    }\n    .faq-item:hover { border-color: var(--purple-soft); }\n    .faq-q {\n      padding: 18px 20px;\n      font-size: 17px;\n      font-weight: 600;\n      color: var(--dark);\n      cursor: pointer;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n    .faq-q::after { content: '+'; color: var(--purple); font-size: 22px; }\n    .faq-q.open::after { content: '\u2212'; }\n    .faq-a {\n      padding: 0 20px 18px;\n      font-size: 15px;\n      color: var(--text);\n      display: none;\n      line-height: 1.7;\n    }\n    .faq-a.open { display: block; }\n    .faq-a a { color: var(--purple); }\n \n    .bottom-cta {\n      background: linear-gradient(135deg, #655BD9 0%, #4a41b0 100%);\n      color: var(--white);\n      text-align: center;\n      padding: 48px 16px;\n    }\n    .bottom-cta h2 { font-size: 26px; font-weight: 700; margin-bottom: 8px; color: var(--white); }\n    .bottom-cta p { color: rgba(255,255,255,0.8); margin-bottom: 20px; font-size: 16px; }\n    .bottom-cta .btn-order {\n      display: inline-block;\n      width: auto;\n      padding: 15px 44px;\n      background: var(--white);\n      color: var(--purple);\n      box-shadow: 0 2px 12px rgba(0,0,0,0.15);\n    }\n    .bottom-cta .btn-order:hover { background: #f0f0ff; color: var(--purple-dark); box-shadow: 0 4px 20px rgba(0,0,0,0.2); }\n \n    .mini-footer { text-align: center; padding: 20px 16px; font-size: 13px; color: var(--text-light); }\n    .mini-footer a { color: var(--purple); text-decoration: none; }\n \n    @media (max-width: 860px) {\n      .products { grid-template-columns: 1fr; max-width: 480px; }\n      .steps { grid-template-columns: 1fr; }\n      .who-grid { grid-template-columns: 1fr; }\n      .comparison-table { font-size: 13px; }\n      .comparison-table th, .comparison-table td { padding: 10px 12px; }\n    }\n    @media (max-width: 640px) {\n      .nav { padding: 8px 16px; }\n      .nav-logo img { height: 55px; width: auto; }\n      .nav-trust .stars { font-size: 18px; }\n      .nav-trust .trust-text { font-size: 14px; }\n      .hero { padding: 36px 20px 40px; }\n      .hero h1 { font-size: 26px; }\n      .hero p { font-size: 16px; margin-bottom: 18px; }\n      .hero-badges { font-size: 14px; }\n      .intro-copy { margin-top: 32px; }\n      .intro-copy h2 { font-size: 22px; }\n      .intro-copy p { font-size: 16px; }\n      .products { grid-template-columns: 1fr; margin-top: 24px; gap: 16px; max-width: 100%; }\n      .card { padding: 24px 20px; }\n      .card-title { font-size: 18px; }\n      .card-price { font-size: 32px; }\n      .card-price span { font-size: 20px; font-weight: 400; color: var(--text-light); }\n      .card-features li { font-size: 14px; }\n      .btn-order { font-size: 16px; padding: 14px; }\n      .section-spacer { height: 36px; }\n      .trust-strip-inner { grid-template-columns: 1fr; gap: 16px; }\n      .steps { grid-template-columns: 1fr; }\n      .comparison h2, .who-needs h2, .how-it-works h2, .faq-section h2 { font-size: 22px; }\n      .bottom-cta { padding: 40px 20px; }\n      .bottom-cta h2 { font-size: 22px; }\n      .bottom-cta p { font-size: 15px; }\n      .bottom-cta .btn-order { padding: 14px 36px; font-size: 16px; }\n    }\n<\/style>\n\n\n\n<nav class=\"nav\">\n  <div class=\"nav-logo\">\n    <a href=\"https:\/\/gcmsnotesrequest.ca\/\">\n      <img decoding=\"async\" src=\"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/04\/GCMS-Notes-Request-logo.png\" alt=\"GCMS Notes Request\" loading=\"eager\">\n    <\/a>\n  <\/div>\n  <div class=\"nav-trust\">\n    <span class=\"stars\">\u2605\u2605\u2605\u2605\u2605<\/span>\n    <span class=\"trust-text\">Rated 5\/5 on Google<\/span>\n  <\/div>\n<\/nav>\n \n<section class=\"hero\">\n  <h1>GCMS Notes Online in Canada, <span class=\"benefit\">From CA$20<\/span><\/h1>\n  <p>Order your GCMS notes from IRCC and CBSA through an ATIP-compliant service. Same-day submission to the Canadian government, secure PDF delivery, typical turnaround of 15 to 35 days.<\/p>\n  <div class=\"hero-badges\">\n    <span><span class=\"check\">\u2713<\/span> Same-day submission<\/span>\n    <span><span class=\"check\">\u2713<\/span> ATIP compliant<\/span>\n    <span><span class=\"check\">\u2713<\/span> Secure PDF delivery<\/span>\n  <\/div>\n<\/section>\n \n<section class=\"products\" id=\"order-now\">\n  <div class=\"card\" id=\"ircc\">\n    <h3 class=\"card-title\">GCMS Notes from IRCC<\/h3>\n    <div class=\"card-subtitle\">Immigration, Refugees and Citizenship Canada<\/div>\n    <div class=\"card-price\">CA$20<\/div>\n    <ul class=\"card-features\">\n      <li>Officer&#8217;s notes and processing details<\/li>\n      <li>Reasons for delays or refusals<\/li>\n      <li>Available for past 10 years of applications<\/li>\n      <li>Delivered as PDF in 15 to 35 days<\/li>\n      <li>Same-day submission to IRCC<\/li>\n    <\/ul>\n    <a href=\"https:\/\/gcmsnotesrequest.ca\/?add-to-cart=2382\" class=\"btn-order\">Order IRCC Notes, CA$20<\/a>\n  <\/div>\n  <div class=\"card recommended\" id=\"bundle\">\n    <h3 class=\"card-title\">GCMS Notes from IRCC &#038; CBSA<\/h3>\n    <div class=\"card-subtitle\">Both agencies for the complete picture<\/div>\n    <div class=\"card-price\">CA$40 <span><s>CA$45<\/s><\/span><\/div>\n    <ul class=\"card-features\">\n      <li>Everything in IRCC notes, plus CBSA file<\/li>\n      <li>CBSA security screening and admissibility details<\/li>\n      <li>Two separate files covering your full case<\/li>\n      <li>Faster response; at least one source often replies sooner<\/li>\n      <li>Same-day submission to both departments<\/li>\n    <\/ul>\n    <a href=\"https:\/\/gcmsnotesrequest.ca\/?add-to-cart=2346\" class=\"btn-order\">Order IRCC &#038; CBSA Notes, CA$40<\/a>\n  <\/div>\n  <div class=\"card\" id=\"entire-case-file\">\n    <h3 class=\"card-title\">GCMS Notes &#038; Entire Case File<\/h3>\n    <div class=\"card-subtitle\">Your complete immigration record<\/div>\n    <div class=\"card-price\">CA$50<\/div>\n    <ul class=\"card-features\">\n      <li>IRCC officer notes plus all documents you submitted<\/li>\n      <li>Application forms, supporting evidence, and correspondence<\/li>\n      <li>Full processing history and decision rationale<\/li>\n      <li>Same-day submission<\/li>\n      <li>Delivered as PDF in 15 to 35 days<\/li>\n    <\/ul>\n    <a href=\"https:\/\/gcmsnotesrequest.ca\/?add-to-cart=2377\" class=\"btn-order\">Order Notes &#038; Case File, CA$50<\/a>\n  <\/div>\n<\/section>\n \n<div class=\"more-options\">\n  <a href=\"https:\/\/gcmsnotesrequest.ca\/product-category\/gcms-notes\/\">Need just CBSA notes (CA$25) or just your application file without officer notes (CA$30)? See all options \u2192<\/a>\n<\/div>\n \n<div class=\"section-spacer\"><\/div>\n \n<!-- Recommendation tool placeholder (your existing shortcode) -->\n<div class=\"recommendation-tool\">\n\n\n\n<!--\n  GCMS Notes Recommendation Tool \u2014 Compact Popup Version\n  For: Homepage, pricing section, order page\n  Implementation: Paste into an Elementor HTML widget\n  CSS: All rules scoped under #gcms-tool-compact for WordPress theme isolation\n  v2: Email capture added to result screen (after Order Now \/ Learn More, before Start over)\n-->\n<div class=\"recommendation-tool\" id=\"gcms-tool-compact\"><\/div>\n\n<style>\n  #gcms-tool-compact {\n    --gcms-primary: #655bd9;\n    --gcms-primary-light: #E6E7FF;\n    --gcms-primary-mid: #7d7ae8;\n    --gcms-bg: #f4f4f4;\n    --gcms-card: #FFFFFF;\n    --gcms-text: #000000;\n    --gcms-text-mid: #3a3a3a;\n    --gcms-text-light: #606060;\n    --gcms-border: #d4d4d8;\n    --gcms-border-hover: #b0b0b8;\n    --gcms-success: #16a34a;\n    --gcms-font: 'Noto Sans', sans-serif;\n    --gcms-shadow-md: 0 4px 12px rgba(0,0,0,0.08);\n    --gcms-shadow-lg: 0 12px 32px rgba(0,0,0,0.12), 0 4px 8px rgba(0,0,0,0.06);\n    --gcms-radius: 10px;\n    font-family: var(--gcms-font) !important;\n    color: var(--gcms-text) !important;\n    -webkit-font-smoothing: antialiased;\n    line-height: 1.5 !important;\n  }\n\n  #gcms-tool-compact *,\n  #gcms-tool-compact *::before,\n  #gcms-tool-compact *::after {\n    box-sizing: border-box !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    font-family: var(--gcms-font) !important;\n  }\n\n  #gcms-tool-compact .gcms-modal *,\n  #gcms-tool-compact .gcms-modal *::before,\n  #gcms-tool-compact .gcms-modal *::after {\n    box-sizing: border-box !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    font-family: var(--gcms-font) !important;\n  }\n\n  \/* \u2500\u2500\u2500 Banner \u2500\u2500\u2500 *\/\n  #gcms-tool-compact .gcms-compact-banner {\n    background: linear-gradient(135deg, var(--gcms-primary) 0%, var(--gcms-primary-mid) 100%) !important;\n    border-radius: 12px !important;\n    padding: 18px 22px !important;\n    display: flex !important;\n    align-items: center !important;\n    justify-content: space-between !important;\n    gap: 16px !important;\n    flex-wrap: wrap !important;\n    box-shadow: var(--gcms-shadow-md) !important;\n    border: none !important;\n  }\n\n  #gcms-tool-compact .gcms-compact-banner-title {\n    font-size: 18px !important;\n    font-weight: 600 !important;\n    color: #fff !important;\n    margin-bottom: 2px !important;\n  }\n\n  #gcms-tool-compact .gcms-compact-banner-sub {\n    font-size: 16px !important;\n    color: rgba(255,255,255,0.75) !important;\n  }\n\n  #gcms-tool-compact button.gcms-compact-trigger {\n    padding: 10px 22px !important;\n    background: #fff !important;\n    color: var(--gcms-primary) !important;\n    border: none !important;\n    border-radius: 8px !important;\n    font-size: 16px !important;\n    font-weight: 600 !important;\n    cursor: pointer !important;\n    white-space: nowrap !important;\n    transition: transform 0.15s ease, box-shadow 0.15s ease !important;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.12) !important;\n    text-transform: none !important;\n    letter-spacing: normal !important;\n  }\n\n  #gcms-tool-compact button.gcms-compact-trigger:hover {\n    transform: translateY(-1px) !important;\n    box-shadow: 0 4px 12px rgba(0,0,0,0.16) !important;\n  }\n\n  \/* \u2500\u2500\u2500 Modal \u2500\u2500\u2500 *\/\n  #gcms-tool-compact .gcms-modal-overlay {\n    position: fixed !important;\n    inset: 0 !important;\n    background: rgba(0,0,0,0.45) !important;\n    backdrop-filter: blur(4px) !important;\n    display: flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    z-index: 99999 !important;\n    padding: 16px !important;\n    animation: gcmsPopFadeIn 0.25s ease;\n  }\n\n  #gcms-tool-compact .gcms-modal-overlay.gcms-hidden {\n    display: none !important;\n  }\n\n  #gcms-tool-compact .gcms-modal {\n    background: var(--gcms-card) !important;\n    border-radius: 16px !important;\n    width: 100% !important;\n    max-width: 500px !important;\n    max-height: 90vh !important;\n    overflow-y: auto !important;\n    padding: 28px 24px 24px !important;\n    position: relative !important;\n    box-shadow: var(--gcms-shadow-lg) !important;\n    animation: gcmsPopSlideUp 0.3s ease;\n  }\n\n  #gcms-tool-compact button.gcms-modal-close {\n    position: absolute !important;\n    top: 14px !important;\n    right: 14px !important;\n    background: none !important;\n    border: none !important;\n    cursor: pointer !important;\n    padding: 4px !important;\n    color: var(--gcms-text-light) !important;\n    font-size: 20px !important;\n    line-height: 1 !important;\n    box-shadow: none !important;\n  }\n\n  #gcms-tool-compact button.gcms-modal-close:hover {\n    color: var(--gcms-text) !important;\n  }\n\n  #gcms-tool-compact .gcms-modal-header-title {\n    font-size: 18px !important;\n    font-weight: 700 !important;\n    color: var(--gcms-text) !important;\n    margin-bottom: 4px !important;\n  }\n\n  #gcms-tool-compact .gcms-modal-header-sub {\n    font-size: 15px !important;\n    color: var(--gcms-text-light) !important;\n    margin-bottom: 20px !important;\n  }\n\n  \/* \u2500\u2500\u2500 Progress \u2500\u2500\u2500 *\/\n  #gcms-tool-compact .gcms-pop-progress {\n    margin-bottom: 24px !important;\n  }\n\n  #gcms-tool-compact .gcms-pop-progress-track {\n    height: 4px !important;\n    background: var(--gcms-border) !important;\n    border-radius: 4px !important;\n    overflow: hidden !important;\n  }\n\n  #gcms-tool-compact .gcms-pop-progress-fill {\n    height: 100% !important;\n    background: linear-gradient(90deg, var(--gcms-primary), var(--gcms-primary-mid)) !important;\n    border-radius: 4px !important;\n    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;\n  }\n\n  \/* \u2500\u2500\u2500 Question \u2500\u2500\u2500 *\/\n  #gcms-tool-compact .gcms-pop-q-title {\n    font-size: 16px !important;\n    font-weight: 600 !important;\n    color: var(--gcms-text) !important;\n    margin-bottom: 4px !important;\n  }\n\n  #gcms-tool-compact .gcms-pop-q-subtitle {\n    font-size: 15px !important;\n    color: var(--gcms-text-light) !important;\n    margin-bottom: 16px !important;\n    line-height: 1.55 !important;\n  }\n\n  \/* \u2500\u2500\u2500 Options \u2500\u2500\u2500 *\/\n  #gcms-tool-compact button.gcms-pop-option {\n    display: block !important;\n    width: 100% !important;\n    padding: 13px 16px !important;\n    margin-bottom: 9px !important;\n    background: var(--gcms-card) !important;\n    border: 1.5px solid var(--gcms-border) !important;\n    border-radius: var(--gcms-radius) !important;\n    cursor: pointer !important;\n    text-align: left !important;\n    font-size: 15px !important;\n    color: var(--gcms-text) !important;\n    font-weight: 400 !important;\n    transition: all 0.2s ease !important;\n    outline: none !important;\n    line-height: 1.4 !important;\n    box-shadow: none !important;\n    text-transform: none !important;\n    letter-spacing: normal !important;\n  }\n\n  #gcms-tool-compact button.gcms-pop-option:hover {\n    border-color: var(--gcms-border-hover) !important;\n    background: var(--gcms-bg) !important;\n  }\n\n  #gcms-tool-compact button.gcms-pop-option.selected {\n    background: var(--gcms-primary-light) !important;\n    border-color: var(--gcms-primary) !important;\n    color: var(--gcms-primary) !important;\n    font-weight: 600 !important;\n    box-shadow: 0 0 0 1px var(--gcms-primary) !important;\n  }\n\n  \/* \u2500\u2500\u2500 Navigation \u2500\u2500\u2500 *\/\n  #gcms-tool-compact .gcms-pop-nav {\n    display: flex !important;\n    justify-content: space-between !important;\n    align-items: center !important;\n    margin-top: 18px !important;\n  }\n\n  #gcms-tool-compact button.gcms-pop-btn-back {\n    padding: 9px 16px !important;\n    background: none !important;\n    border: 1.5px solid var(--gcms-border) !important;\n    border-radius: 8px !important;\n    font-size: 15px !important;\n    font-weight: 500 !important;\n    color: var(--gcms-text-mid) !important;\n    cursor: pointer !important;\n    box-shadow: none !important;\n    text-transform: none !important;\n    letter-spacing: normal !important;\n  }\n\n  #gcms-tool-compact button.gcms-pop-btn-back:hover {\n    border-color: var(--gcms-border-hover) !important;\n  }\n\n  #gcms-tool-compact button.gcms-pop-btn-next {\n    padding: 9px 22px !important;\n    background: var(--gcms-primary) !important;\n    color: #fff !important;\n    border: none !important;\n    border-radius: 8px !important;\n    font-size: 15px !important;\n    font-weight: 600 !important;\n    cursor: pointer !important;\n    transition: all 0.2s ease !important;\n    box-shadow: none !important;\n    text-transform: none !important;\n    letter-spacing: normal !important;\n  }\n\n  #gcms-tool-compact button.gcms-pop-btn-next:disabled {\n    background: var(--gcms-border) !important;\n    color: var(--gcms-text-light) !important;\n    cursor: not-allowed !important;\n  }\n\n  #gcms-tool-compact button.gcms-pop-btn-next:not(:disabled):hover {\n    background: var(--gcms-primary-mid) !important;\n  }\n\n  \/* \u2500\u2500\u2500 Result \u2500\u2500\u2500 *\/\n  #gcms-tool-compact .gcms-pop-result {\n    animation: gcmsPopFadeInUp 0.5s ease forwards;\n  }\n\n  #gcms-tool-compact .gcms-pop-result-box {\n    background: var(--gcms-primary-light) !important;\n    border: 1.5px solid var(--gcms-primary) !important;\n    border-radius: 12px !important;\n    padding: 20px 18px !important;\n    margin-bottom: 16px !important;\n  }\n\n  #gcms-tool-compact .gcms-pop-result-label {\n    display: flex !important;\n    align-items: center !important;\n    gap: 8px !important;\n    font-size: 12px !important;\n    color: var(--gcms-primary) !important;\n    font-weight: 600 !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.08em !important;\n    margin-bottom: 6px !important;\n  }\n\n  #gcms-tool-compact .gcms-pop-result-label svg {\n    width: 16px !important;\n    height: 16px !important;\n  }\n\n  #gcms-tool-compact .gcms-pop-result-product {\n    font-size: 18px !important;\n    font-weight: 700 !important;\n    color: var(--gcms-primary) !important;\n    margin-bottom: 4px !important;\n  }\n\n  #gcms-tool-compact .gcms-pop-result-timeline {\n    font-size: 15px !important;\n    color: var(--gcms-text-mid) !important;\n  }\n\n  #gcms-tool-compact .gcms-pop-result-reason {\n    font-size: 15px !important;\n    line-height: 1.65 !important;\n    color: var(--gcms-text-mid) !important;\n    margin-bottom: 16px !important;\n  }\n\n  #gcms-tool-compact .gcms-pop-result-reason strong {\n    color: var(--gcms-text) !important;\n  }\n\n  #gcms-tool-compact .gcms-pop-result-tip {\n    background: var(--gcms-primary-light) !important;\n    border: 1px solid rgba(101,91,217,0.2) !important;\n    border-radius: 8px !important;\n    padding: 10px 14px !important;\n    font-size: 15px !important;\n    color: var(--gcms-text-mid) !important;\n    margin-bottom: 20px !important;\n    display: flex !important;\n    align-items: flex-start !important;\n    gap: 8px !important;\n    line-height: 1.5 !important;\n  }\n\n  #gcms-tool-compact .gcms-pop-result-tip svg {\n    flex-shrink: 0 !important;\n    margin-top: 2px !important;\n  }\n\n  #gcms-tool-compact .gcms-pop-result-actions {\n    display: flex !important;\n    gap: 10px !important;\n    flex-wrap: wrap !important;\n  }\n\n  #gcms-tool-compact a.gcms-pop-btn-order {\n    display: inline-flex !important;\n    align-items: center !important;\n    gap: 6px !important;\n    padding: 12px 24px !important;\n    background: var(--gcms-primary) !important;\n    color: #fff !important;\n    border-radius: 8px !important;\n    font-size: 15px !important;\n    font-weight: 600 !important;\n    text-decoration: none !important;\n    cursor: pointer !important;\n    transition: background 0.2s !important;\n    border: none !important;\n    box-shadow: none !important;\n    text-transform: none !important;\n    letter-spacing: normal !important;\n  }\n\n  #gcms-tool-compact a.gcms-pop-btn-order:hover {\n    background: var(--gcms-primary-mid) !important;\n    color: #fff !important;\n    text-decoration: none !important;\n  }\n\n  #gcms-tool-compact a.gcms-pop-btn-order svg {\n    width: 14px !important;\n    height: 14px !important;\n  }\n\n  #gcms-tool-compact a.gcms-pop-btn-learn {\n    display: inline-flex !important;\n    align-items: center !important;\n    padding: 12px 20px !important;\n    background: transparent !important;\n    color: var(--gcms-primary) !important;\n    border-radius: 8px !important;\n    font-size: 15px !important;\n    font-weight: 500 !important;\n    text-decoration: none !important;\n    border: 1.5px solid var(--gcms-border) !important;\n    cursor: pointer !important;\n    transition: border-color 0.2s !important;\n    box-shadow: none !important;\n    text-transform: none !important;\n    letter-spacing: normal !important;\n  }\n\n  #gcms-tool-compact a.gcms-pop-btn-learn:hover {\n    border-color: var(--gcms-primary) !important;\n    text-decoration: none !important;\n  }\n\n  \/* \u2500\u2500\u2500 Email capture \u2500\u2500\u2500 *\/\n  #gcms-tool-compact .gcms-pop-email-capture {\n    margin-top: 20px !important;\n    padding-top: 18px !important;\n    border-top: 1px solid var(--gcms-border) !important;\n  }\n\n  #gcms-tool-compact .gcms-pop-email-label {\n    font-size: 15px !important;\n    font-weight: 600 !important;\n    color: var(--gcms-text-mid) !important;\n    margin-bottom: 3px !important;\n  }\n\n  #gcms-tool-compact .gcms-pop-email-sub {\n    font-size: 12px !important;\n    color: var(--gcms-text-light) !important;\n    margin-bottom: 11px !important;\n    line-height: 1.5 !important;\n  }\n\n  #gcms-tool-compact .gcms-pop-email-row {\n    display: flex !important;\n    gap: 8px !important;\n    flex-wrap: wrap !important;\n  }\n\n  #gcms-tool-compact input.gcms-pop-email-input {\n    flex: 1 !important;\n    min-width: 160px !important;\n    padding: 9px 12px !important;\n    font-size: 15px !important;\n    border: 1.5px solid var(--gcms-border) !important;\n    border-radius: 8px !important;\n    color: var(--gcms-text) !important;\n    background: #fff !important;\n    outline: none !important;\n    transition: border-color 0.2s !important;\n    box-shadow: none !important;\n  }\n\n  #gcms-tool-compact input.gcms-pop-email-input:focus {\n    border-color: var(--gcms-primary) !important;\n  }\n\n  #gcms-tool-compact input.gcms-pop-email-input::placeholder {\n    color: var(--gcms-text-light) !important;\n    font-weight: 400 !important;\n  }\n\n  #gcms-tool-compact button.gcms-pop-btn-email {\n    padding: 9px 16px !important;\n    background: none !important;\n    border: 1.5px solid var(--gcms-primary) !important;\n    border-radius: 8px !important;\n    font-size: 15px !important;\n    font-weight: 600 !important;\n    color: var(--gcms-primary) !important;\n    cursor: pointer !important;\n    white-space: nowrap !important;\n    transition: background 0.2s !important;\n    box-shadow: none !important;\n    text-transform: none !important;\n    letter-spacing: normal !important;\n  }\n\n  #gcms-tool-compact button.gcms-pop-btn-email:hover {\n    background: var(--gcms-primary-light) !important;\n  }\n\n  #gcms-tool-compact button.gcms-pop-btn-email:disabled {\n    opacity: 0.5 !important;\n    cursor: not-allowed !important;\n  }\n\n  #gcms-tool-compact .gcms-pop-email-success {\n    display: flex !important;\n    align-items: center !important;\n    gap: 7px !important;\n    font-size: 15px !important;\n    color: var(--gcms-success) !important;\n    margin-top: 10px !important;\n    font-weight: 500 !important;\n  }\n\n  #gcms-tool-compact .gcms-pop-email-success svg {\n    flex-shrink: 0 !important;\n    width: 16px !important;\n    height: 16px !important;\n  }\n\n  #gcms-tool-compact .gcms-pop-email-error {\n    font-size: 12px !important;\n    color: #dc2626 !important;\n    margin-top: 7px !important;\n  }\n\n  \/* \u2500\u2500\u2500 Restart \u2500\u2500\u2500 *\/\n  #gcms-tool-compact button.gcms-pop-restart {\n    display: block !important;\n    margin-top: 16px !important;\n    padding: 0 !important;\n    background: none !important;\n    border: none !important;\n    font-size: 15px !important;\n    color: var(--gcms-text-light) !important;\n    cursor: pointer !important;\n    text-decoration: underline !important;\n    text-underline-offset: 3px !important;\n    box-shadow: none !important;\n    text-transform: none !important;\n    letter-spacing: normal !important;\n  }\n\n  #gcms-tool-compact button.gcms-pop-restart:hover {\n    color: var(--gcms-text-mid) !important;\n  }\n\n  @keyframes gcmsPopFadeIn    { from { opacity: 0; }                          to { opacity: 1; } }\n  @keyframes gcmsPopSlideUp   { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }\n  @keyframes gcmsPopFadeInUp  { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }\n\n  @media (max-width: 480px) {\n    #gcms-tool-compact .gcms-pop-email-row { flex-direction: column !important; }\n    #gcms-tool-compact button.gcms-pop-btn-email { width: 100% !important; }\n  }\n<\/style>\n\n<script data-cfasync=\"false\">\n(function() {\n  'use strict';\n\n  var API_URL = 'https:\/\/gcmsnotesrequest.ca\/wp-json\/gnr\/v1\/capture-lead';\n\n  var PRODUCTS = {\n    ircc:          { name: 'GCMS Notes from IRCC',                timeline: 'Usually delivered within 15\\u201335 business days', orderUrl: 'https:\/\/gcmsnotesrequest.ca\/?add-to-cart=2382',  learnUrl: 'https:\/\/gcmsnotesrequest.ca\/product\/gcms-notes-from-ircc\/' },\n    cbsa:          { name: 'GCMS Notes from CBSA',                timeline: 'Usually delivered within 15\\u201335 business days', orderUrl: 'https:\/\/gcmsnotesrequest.ca\/?add-to-cart=2381',  learnUrl: 'https:\/\/gcmsnotesrequest.ca\/product\/gcms-notes-from-cbsa\/' },\n    ircc_cbsa:     { name: 'GCMS Notes from IRCC & CBSA',         timeline: 'Usually delivered within 15\\u201335 business days', orderUrl: 'https:\/\/gcmsnotesrequest.ca\/?add-to-cart=2346',  learnUrl: 'https:\/\/gcmsnotesrequest.ca\/product\/gcms-notes-from-ircc-and-cbsa\/' },\n    complete_file: { name: 'Complete Application File from IRCC', timeline: 'Usually delivered within 15\\u201335 business days', orderUrl: 'https:\/\/gcmsnotesrequest.ca\/?add-to-cart=49190', learnUrl: 'https:\/\/gcmsnotesrequest.ca\/product\/complete-application-file-from-ircc\/' },\n    entire_case:   { name: 'GCMS Notes & Entire Case File',       timeline: 'Usually delivered within 15\\u201335 business days', orderUrl: 'https:\/\/gcmsnotesrequest.ca\/?add-to-cart=2377',  learnUrl: 'https:\/\/gcmsnotesrequest.ca\/product\/gcms-notes-and-entire-case-file\/' }\n  };\n\n  var Q_VISA     = { id: 'visa_type',  question: 'What type of application is this for?',       subtitle: 'This helps us understand your situation better.',              options: [{ value: 'pr', label: 'Permanent Residence' }, { value: 'citizenship', label: 'Citizenship' }, { value: 'study', label: 'Study Permit' }, { value: 'work', label: 'Work Permit' }, { value: 'visitor', label: 'Visitor Visa' }, { value: 'other', label: 'Other' }] };\n  var Q_SITUATION= { id: 'situation',  question: 'What best describes your situation?',          subtitle: 'Select the option closest to your reason for ordering.',      options: [{ value: 'delayed', label: 'My application is taking longer than expected' }, { value: 'refused', label: 'My application was refused' }, { value: 'understand', label: 'I want to understand my application status' }, { value: 'records', label: 'I want a copy of my file for personal record-keeping' }, { value: 'reapply', label: \"I'm re-applying and want to verify what IRCC has on file\" }, { value: 'legal', label: 'My lawyer or consultant asked me to order them' }] };\n  var Q_INFO     = { id: 'info_needed',question: 'What information are you looking for?',        subtitle: 'This determines which product is right for you.',             options: [{ value: 'officer_notes', label: 'Officer notes and decision reasoning' }, { value: 'submitted_docs', label: 'Copies of forms and documents I submitted' }, { value: 'both', label: 'Both officer notes and my submitted documents' }, { value: 'not_sure', label: 'Not sure yet' }] };\n\n  var Q4_VARIANTS = {\n    delayed:    { id: 'security', question: 'Are you concerned about security or background screening?',           subtitle: 'Security screening includes criminal record checks, security clearances, and travel history verification conducted by the Canada Border Services Agency (CBSA). Delays in processing are sometimes caused by pending screening.',                                                                         options: [{ value: 'yes', label: 'Yes, I think screening may be causing the delay' },       { value: 'no', label: \"No, this isn't a concern\" },                                   { value: 'not_sure', label: \"I'm not sure\" }] },\n    refused:    { id: 'security', question: 'Do you think admissibility or security concerns played a role in the refusal?', subtitle: 'The Canada Border Services Agency (CBSA) conducts separate security and admissibility checks. If your refusal mentioned security, criminality, or admissibility, CBSA records may contain additional details not found in IRCC notes.',                         options: [{ value: 'yes', label: 'Yes, or I suspect it may have been a factor' },           { value: 'no', label: 'No, the refusal was about eligibility or documentation' },     { value: 'not_sure', label: \"I'm not sure what contributed to the refusal\" }] },\n    understand: { id: 'security', question: 'Would you also like to see your security screening status?',          subtitle: 'The Canada Border Services Agency (CBSA) conducts security and background checks separately from IRCC. CBSA records can show whether screening has been completed or is still in progress.',                                                                                    options: [{ value: 'yes', label: 'Yes, I want to see my screening status too' },             { value: 'no', label: 'No, I just need IRCC processing details' },                    { value: 'not_sure', label: \"I'm not sure\" }] },\n    records:    { id: 'security', question: 'Would you also like to include CBSA records?',                        subtitle: 'The Canada Border Services Agency (CBSA) holds separate records related to security screening and admissibility. These are not included in IRCC records.',                                                                                                                  options: [{ value: 'yes', label: 'Yes, include CBSA records as well' },                     { value: 'no', label: 'No, IRCC records are enough' },                                { value: 'not_sure', label: \"I'm not sure\" }] },\n    reapply:    { id: 'security', question: 'Were there security or admissibility concerns in your previous application?', subtitle: 'If your earlier application involved security screening flags or admissibility questions, CBSA records can help you understand and address those issues before re-applying.',                                                                                        options: [{ value: 'yes', label: 'Yes, or I think there may have been' },                   { value: 'no', label: 'No, there were no security concerns' },                        { value: 'not_sure', label: \"I'm not sure\" }] },\n    legal:      { id: 'security', question: 'Does your case involve admissibility or security concerns?',          subtitle: 'If your lawyer or consultant is dealing with admissibility, criminality, or security-related issues, CBSA records contain the screening details that IRCC notes may not include.',                                                                                        options: [{ value: 'yes', label: 'Yes, the case involves admissibility or security' },      { value: 'no', label: 'No, it does not' },                                            { value: 'not_sure', label: \"I'm not sure\" }] }\n  };\n\n  function shouldSkipQ4(sit, info) { if (info === 'submitted_docs' || info === 'both') return true; if (sit === 'records' && info === 'not_sure') return true; return false; }\n\n  function getQuestions(ans) {\n    var qs = [Q_VISA, Q_SITUATION, Q_INFO], sit = ans.situation;\n    if (!sit) { qs.push(Q4_VARIANTS.delayed); return qs; }\n    if (ans.info_needed === undefined) { if (sit === 'records') return qs; qs.push(Q4_VARIANTS[sit] || Q4_VARIANTS.delayed); return qs; }\n    if (!shouldSkipQ4(sit, ans.info_needed)) { qs.push(Q4_VARIANTS[sit] || Q4_VARIANTS.delayed); }\n    return qs;\n  }\n\n  function getRec(ans) {\n    var sit = ans.situation, info = ans.info_needed, sec = ans.security || 'no';\n    if (info === 'submitted_docs') return { primary: 'complete_file', reason: 'This gives you copies of everything you submitted to IRCC, including forms, supporting documents, and correspondence. It does not include officer notes.', socialProof: 'This is the right choice when you need to verify what IRCC has on file from your submission.' };\n    if (info === 'both') return { primary: 'entire_case', reason: 'This combines officer notes with all your submitted forms, documents, and correspondence for a complete view of your file.', socialProof: 'Clients who want both officer notes and their submitted documents choose the Entire Case File.' };\n    if (sit === 'records' && info === 'not_sure') return { primary: 'complete_file', reason: 'For personal record-keeping, the Complete Application File gives you copies of all forms, supporting documents, and correspondence you submitted to IRCC.', socialProof: 'This is the most common choice for clients who want a personal copy of what IRCC has on file.' };\n    if (sit === 'records' && info === 'officer_notes' && (sec === 'yes' || sec === 'not_sure')) return { primary: 'ircc_cbsa', reason: 'For a complete record of how your application was assessed, the combined IRCC and CBSA notes cover both officer reasoning and security screening details.', socialProof: 'Clients who want a thorough record of their case often choose the combined notes.' };\n    if (sit === 'records' && info === 'officer_notes') return { primary: 'ircc', reason: 'IRCC GCMS notes will give you a record of the officer\\u2019s assessment, processing stages, and decision details for your file.', socialProof: 'Most clients keeping records of officer assessments start with IRCC notes.' };\n    if (sit === 'reapply' && info === 'not_sure') { if (sec === 'yes' || sec === 'not_sure') return { primary: 'ircc_cbsa', reason: 'Since you\\u2019re re-applying and there may have been security concerns, the combined IRCC and CBSA notes will help you understand both the officer assessment and any screening issues.', socialProof: 'Clients re-applying often benefit from seeing both IRCC and CBSA records.' }; return { primary: 'complete_file', reason: 'Before re-applying, the Complete Application File lets you see exactly what forms and documents IRCC received, so you can ensure consistency.', socialProof: 'Clients preparing a new application often use this to cross-reference their previous submission.' }; }\n    if (sit === 'reapply' && info === 'officer_notes') { if (sec === 'yes' || sec === 'not_sure') return { primary: 'ircc_cbsa', reason: 'For a re-application, IRCC notes show how your previous application was assessed, while CBSA notes clarify any security or admissibility issues.', socialProof: 'Clients re-applying after a delay or refusal often benefit from seeing both IRCC and CBSA records.' }; return { primary: 'ircc', reason: 'IRCC GCMS notes will show you how your previous application was assessed, including officer reasoning and any concerns flagged.', socialProof: 'Most clients preparing to re-apply start with IRCC notes.' }; }\n    if (sit === 'legal' && info === 'not_sure') return { primary: 'entire_case', reason: 'Your lawyer or consultant will benefit from the complete record, including officer notes, submitted documents, and all correspondence.', socialProof: 'Most clients ordering for legal purposes choose the Entire Case File.' };\n    if (sit === 'legal' && info === 'officer_notes') { if (sec === 'yes' || sec === 'not_sure') return { primary: 'ircc_cbsa', reason: 'Since your case involves admissibility or security concerns, the combined notes from IRCC and CBSA will give your lawyer both the officer assessment and security screening details.', socialProof: 'Legal professionals handling admissibility cases often request both IRCC and CBSA notes.' }; return { primary: 'ircc', reason: 'IRCC GCMS notes contain the officer\\u2019s reasoning and processing details that your lawyer or consultant needs.', socialProof: 'Most clients ordering for legal purposes who need officer notes start with IRCC.' }; }\n    if (info === 'officer_notes' && (sec === 'yes' || sec === 'not_sure')) return { primary: 'ircc_cbsa', reason: 'IRCC notes show officer assessments and processing status, while CBSA notes cover security screening and admissibility checks. Together, they give you the full picture.', socialProof: 'Clients concerned about screening often find the combined IRCC & CBSA notes most helpful.' };\n    if (info === 'not_sure' && (sec === 'yes' || sec === 'not_sure')) return { primary: 'ircc_cbsa', reason: 'Since security screening may be a factor, the combined notes from both IRCC and CBSA will cover the most ground.', socialProof: 'This is the most popular choice for clients who want a comprehensive view of their application.' };\n    if (sit === 'refused') return { primary: 'ircc', reason: 'IRCC GCMS notes contain the officer\\u2019s internal reasoning and detailed refusal notes. This is the most direct way to understand why your application was refused.', socialProof: 'Most clients with a refused application start with IRCC GCMS notes.' };\n    if (sit === 'delayed') return { primary: 'ircc', reason: 'IRCC GCMS notes will show you exactly where your application sits in the process, what stages have been completed, and what may be causing the delay.', socialProof: 'Clients experiencing delays find IRCC notes give the clearest picture of processing status.' };\n    return { primary: 'ircc', reason: 'IRCC GCMS notes give you a clear view of officer assessments, processing stages, and any flags on your application. This is the best starting point for most situations.', socialProof: 'IRCC GCMS Notes are the most commonly ordered product for first-time clients.' };\n  }\n\n  \/\/ \u2500\u2500 State \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n  var state = { step: 0, answers: {}, selected: null, result: null, isOpen: false, emailState: 'idle', emailValue: '' };\n  var root  = document.getElementById('gcms-tool-compact');\n\n  function resetState() {\n    state = { step: 0, answers: {}, selected: null, result: null, isOpen: false, emailState: 'idle', emailValue: '' };\n  }\n\n  \/\/ \u2500\u2500 Render \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n  function render() {\n    var qs = getQuestions(state.answers), totalQ = qs.length, html = '';\n\n    html += '<div class=\"gcms-compact-banner\">'\n          + '<div><div class=\"gcms-compact-banner-title\">Not sure which GCMS notes you need?<\/div>'\n          + '<div class=\"gcms-compact-banner-sub\">Answer a few quick questions and get a recommendation.<\/div><\/div>'\n          + '<button class=\"gcms-compact-trigger\" data-action=\"open\">Find Out in 30 Seconds<\/button>'\n          + '<\/div>';\n\n    html += '<div class=\"gcms-modal-overlay' + (state.isOpen ? '' : ' gcms-hidden') + '\" data-action=\"overlay\">'\n          + '<div class=\"gcms-modal\">'\n          + '<button class=\"gcms-modal-close\" data-action=\"close\">\\u2715<\/button>'\n          + '<div style=\"margin-bottom:20px !important\"><div class=\"gcms-modal-header-title\">Find the Right GCMS Notes<\/div>'\n          + '<div class=\"gcms-modal-header-sub\">' + (state.result ? 'Here\\u2019s what we recommend for your situation.' : 'A few quick questions to find the best option for you.') + '<\/div><\/div>';\n\n    if (state.result) {\n      var rec = state.result, p = PRODUCTS[rec.primary];\n\n      html += '<div class=\"gcms-pop-result\">'\n            + '<div class=\"gcms-pop-result-box\">'\n            +   '<div class=\"gcms-pop-result-label\"><svg viewBox=\"0 0 16 16\" fill=\"none\"><circle cx=\"8\" cy=\"8\" r=\"7\" stroke=\"currentColor\" stroke-width=\"1.5\"\/><path d=\"M5 8.5L7 10.5L11 6\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>Our Recommendation<\/div>'\n            +   '<div class=\"gcms-pop-result-product\">' + p.name + '<\/div>'\n            +   '<div class=\"gcms-pop-result-timeline\">' + p.timeline + '<\/div>'\n            + '<\/div>'\n            + '<div class=\"gcms-pop-result-reason\"><strong>Why this is right for you:<\/strong> ' + rec.reason + '<\/div>'\n            + '<div class=\"gcms-pop-result-tip\"><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M8 3C5 3 3 5.5 3 8C3 10 4.5 12 6.5 13H9.5C11.5 12 13 10 13 8C13 5.5 11 3 8 3Z\" stroke=\"#655bd9\" stroke-width=\"1.2\"\/><path d=\"M6.5 13V14.5H9.5V13\" stroke=\"#655bd9\" stroke-width=\"1.2\"\/><line x1=\"8\" y1=\"6\" x2=\"8\" y2=\"9\" stroke=\"#655bd9\" stroke-width=\"1.2\"\/><\/svg>' + rec.socialProof + '<\/div>'\n            + '<div class=\"gcms-pop-result-actions\">'\n            +   '<a href=\"' + p.orderUrl + '\" class=\"gcms-pop-btn-order\" target=\"_blank\" rel=\"noopener noreferrer\">Order Now <svg viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M3 7H11M11 7L7.5 3.5M11 7L7.5 10.5\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/a>'\n            +   '<a href=\"' + p.learnUrl + '\" class=\"gcms-pop-btn-learn\" target=\"_blank\" rel=\"noopener noreferrer\">Learn More<\/a>'\n            + '<\/div>'\n            + renderEmailCapture()\n            + '<button class=\"gcms-pop-restart\" data-action=\"restart\">Start over<\/button>'\n            + '<\/div>';\n\n    } else if (state.step < qs.length) {\n      var q = qs[state.step], pct = ((state.step + 1) \/ totalQ) * 100, isLast = state.step === totalQ - 1;\n\n      html += '<div class=\"gcms-pop-progress\"><div class=\"gcms-pop-progress-track\"><div class=\"gcms-pop-progress-fill\" style=\"width:' + pct + '%\"><\/div><\/div><\/div>'\n            + '<h3 class=\"gcms-pop-q-title\">' + q.question + '<\/h3>'\n            + '<p class=\"gcms-pop-q-subtitle\">' + q.subtitle + '<\/p>';\n\n      for (var i = 0; i < q.options.length; i++) {\n        var opt = q.options[i];\n        html += '<button class=\"gcms-pop-option' + (state.selected === opt.value ? ' selected' : '') + '\" data-value=\"' + opt.value + '\">' + opt.label + '<\/button>';\n      }\n\n      html += '<div class=\"gcms-pop-nav\">'\n            + (state.step > 0 ? '<button class=\"gcms-pop-btn-back\" data-action=\"back\">Back<\/button>' : '<div><\/div>')\n            + '<button class=\"gcms-pop-btn-next\" data-action=\"next\"' + (state.selected ? '' : ' disabled') + '>' + (isLast ? 'See Recommendation' : 'Continue') + '<\/button>'\n            + '<\/div>';\n    }\n\n    html += '<\/div><\/div>';\n    root.innerHTML = html;\n    bindEvents();\n  }\n\n  \/\/ \u2500\u2500 Email capture HTML \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n  function renderEmailCapture() {\n    if (state.emailState === 'success') {\n      return '<div class=\"gcms-pop-email-capture\">'\n           + '<div class=\"gcms-pop-email-success\">'\n           + '<svg viewBox=\"0 0 16 16\" fill=\"none\"><circle cx=\"8\" cy=\"8\" r=\"8\" fill=\"#16a34a\"\/><path d=\"M4.5 8l2.5 2.5 4.5-4.5\" stroke=\"#fff\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>'\n           + 'Sent! Check your inbox for a link to this recommendation.'\n           + '<\/div><\/div>';\n    }\n\n    var btnLabel    = (state.emailState === 'sending') ? 'Sending\\u2026' : 'Email me this';\n    var btnDisabled = (state.emailState === 'sending') ? ' disabled' : '';\n    var errorHtml   = (state.emailState === 'error')\n      ? '<div class=\"gcms-pop-email-error\">Something went wrong. Please try again.<\/div>'\n      : '';\n\n    return '<div class=\"gcms-pop-email-capture\">'\n         + '<div class=\"gcms-pop-email-label\">Not ready to order yet?<\/div>'\n         + '<div class=\"gcms-pop-email-sub\">Enter your email and we\\u2019ll send you a link to this recommendation so you can come back to it later.<\/div>'\n         + '<div class=\"gcms-pop-email-row\">'\n         + '<input class=\"gcms-pop-email-input\" type=\"email\" id=\"gcms-pop-email-field\" placeholder=\"your@email.com\" value=\"' + esc(state.emailValue) + '\" \/>'\n         + '<button class=\"gcms-pop-btn-email\" data-action=\"email-submit\"' + btnDisabled + '>' + btnLabel + '<\/button>'\n         + '<\/div>'\n         + errorHtml\n         + '<\/div>';\n  }\n\n  \/\/ \u2500\u2500 Bind events \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n  function bindEvents() {\n    var t = root.querySelector('[data-action=\"open\"]');\n    if (t) t.addEventListener('click', function() { state.isOpen = true; document.body.style.overflow = 'hidden'; render(); });\n\n    var o = root.querySelector('[data-action=\"overlay\"]');\n    if (o) o.addEventListener('click', function(e) { if (e.target === o) closeModal(); });\n\n    var c = root.querySelector('[data-action=\"close\"]');\n    if (c) c.addEventListener('click', closeModal);\n\n    var opts = root.querySelectorAll('.gcms-pop-option');\n    for (var i = 0; i < opts.length; i++) {\n      opts[i].addEventListener('click', function() { state.selected = this.getAttribute('data-value'); render(); });\n    }\n\n    var n = root.querySelector('[data-action=\"next\"]');\n    if (n) n.addEventListener('click', function() {\n      if (!state.selected) return;\n      var qs = getQuestions(state.answers);\n      state.answers[qs[state.step].id] = state.selected;\n      state.selected = null;\n      var nq = getQuestions(state.answers);\n      if (state.step + 1 >= nq.length) { state.result = getRec(state.answers); } else { state.step++; }\n      render();\n    });\n\n    var b = root.querySelector('[data-action=\"back\"]');\n    if (b) b.addEventListener('click', function() {\n      if (state.step > 0) {\n        var qs = getQuestions(state.answers);\n        for (var j = state.step; j < qs.length; j++) delete state.answers[qs[j].id];\n        state.step--;\n        var nq = getQuestions(state.answers);\n        state.selected = state.answers[nq[state.step].id] || null;\n        render();\n      }\n    });\n\n    var r = root.querySelector('[data-action=\"restart\"]');\n    if (r) r.addEventListener('click', function() { state.step = 0; state.answers = {}; state.selected = null; state.result = null; state.emailState = 'idle'; state.emailValue = ''; render(); });\n\n    \/\/ Email input \u2014 preserve value across re-renders\n    var emailField = root.querySelector('#gcms-pop-email-field');\n    if (emailField) emailField.addEventListener('input', function() { state.emailValue = this.value; });\n\n    \/\/ Email submit\n    var emailBtn = root.querySelector('[data-action=\"email-submit\"]');\n    if (emailBtn) emailBtn.addEventListener('click', function() {\n      var field = root.querySelector('#gcms-pop-email-field');\n      var email = (field ? field.value : state.emailValue).trim();\n      if (!email || !isValidEmail(email)) {\n        if (field) { field.focus(); field.style.borderColor = '#dc2626'; }\n        return;\n      }\n      state.emailValue = email;\n      state.emailState = 'sending';\n      render();\n      submitEmail(email);\n    });\n  }\n\n  \/\/ \u2500\u2500 Email submission \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n  function submitEmail(email) {\n    var body = new FormData();\n    body.append('email',  email);\n    body.append('source', 'recommendation_tool');\n    fetch(API_URL, { method: 'POST', body: body })\n      .then(function(r)  { return r.json(); })\n      .then(function()   { state.emailState = 'success'; render(); })\n      .catch(function()  { state.emailState = 'error';   render(); });\n  }\n\n  \/\/ \u2500\u2500 Utilities \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n  function isValidEmail(v) { return \/^[^\\s@]+@[^\\s@]+\\.[^\\s@]+$\/.test(v); }\n  function esc(s) { return String(s).replace(\/&\/g,'&amp;').replace(\/\"\/g,'&quot;').replace(\/<\/g,'&lt;').replace(\/>\/g,'&gt;'); }\n  function closeModal() { document.body.style.overflow = ''; resetState(); render(); }\n\n  render();\n})();\n<\/script>\n\n\n\n\n<\/div>\n \n<div class=\"section-spacer\"><\/div>\n \n\n<!-- NEW: Comparison table \u2014 targets 'IRCC vs CBSA GCMS notes' and 'which to order' queries -->\n<section class=\"comparison\">\n  <h2>Which GCMS Notes Should You Order?<\/h2>\n  <p class=\"comparison-intro\">Compare what is included in each option. If your application is delayed or refused, the IRCC &#038; CBSA bundle gives the most complete picture.<\/p>\n  <div style=\"overflow-x: auto;\">\n    <table class=\"comparison-table\">\n      <thead>\n        <tr>\n          <th>What&#8217;s Included<\/th>\n          <th>IRCC Notes<br>CA$20<\/th>\n          <th>IRCC &#038; CBSA<br>CA$40<\/th>\n          <th>Notes &#038; Case File<br>CA$50<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td>IRCC officer notes<\/td>\n          <td class=\"check\">\u2713<\/td>\n          <td class=\"check\">\u2713<\/td>\n          <td class=\"check\">\u2713<\/td>\n        <\/tr>\n        <tr>\n          <td>Reasons for refusal or delay<\/td>\n          <td class=\"check\">\u2713<\/td>\n          <td class=\"check\">\u2713<\/td>\n          <td class=\"check\">\u2713<\/td>\n        <\/tr>\n        <tr>\n          <td>CBSA security screening<\/td>\n          <td class=\"dash\">\u2014<\/td>\n          <td class=\"check\">\u2713<\/td>\n          <td class=\"dash\">\u2014<\/td>\n        <\/tr>\n        <tr>\n          <td>CBSA admissibility records<\/td>\n          <td class=\"dash\">\u2014<\/td>\n          <td class=\"check\">\u2713<\/td>\n          <td class=\"dash\">\u2014<\/td>\n        <\/tr>\n        <tr>\n          <td>Submitted application forms<\/td>\n          <td class=\"dash\">\u2014<\/td>\n          <td class=\"dash\">\u2014<\/td>\n          <td class=\"check\">\u2713<\/td>\n        <\/tr>\n        <tr>\n          <td>Supporting documents and evidence<\/td>\n          <td class=\"dash\">\u2014<\/td>\n          <td class=\"dash\">\u2014<\/td>\n          <td class=\"check\">\u2713<\/td>\n        <\/tr>\n        <tr>\n          <td>Best for<\/td>\n          <td>Delayed applications<\/td>\n          <td>Refusals and complex cases<\/td>\n          <td>Legal review and appeals<\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n  <\/div>\n<\/section>\n \n<div class=\"section-spacer\"><\/div>\n \n<section class=\"trust-strip\">\n  <div class=\"trust-strip-inner\">\n    <div class=\"trust-item\">\n      <div class=\"icon\">\ud83d\udd12<\/div>\n      <strong>Secure and Lawful<\/strong>\n      All requests submitted under Canada&#8217;s ATIP Act\n    <\/div>\n    <div class=\"trust-item\">\n      <div class=\"icon\">\u26a1<\/div>\n      <strong>Same-Day Submission<\/strong>\n      Your request is submitted to the government the same day\n    <\/div>\n    <div class=\"trust-item\">\n      <div class=\"icon\">\ud83d\udcc4<\/div>\n      <strong>PDF Delivery<\/strong>\n      Notes delivered to your secure account as a downloadable PDF\n    <\/div>\n  <\/div>\n<\/section>\n \n<div class=\"section-spacer\"><\/div>\n \n<section class=\"intro-copy\">\n  <h2>What are GCMS Notes?<\/h2>\n  <p>GCMS notes are the internal records the Government of Canada keeps on your immigration application. They include officer notes, processing details, reasons for delays or refusals, security screening, and admissibility checks. IRCC (Immigration, Refugees and Citizenship Canada) holds the application-processing records. CBSA (Canada Border Services Agency) holds security and admissibility records. Any applicant, or an authorised representative, can request these records under Canada&#8217;s <a href=\"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/atip-and-gcms-notes\/\">Access to Information and Privacy (ATIP) Act<\/a>.<\/p>\n  <p>GCMS Notes Request submits your ATIP request to IRCC or CBSA the same business day you complete your order. You receive your notes as a secure PDF once the government releases them, usually in 15 to 35 days. Requests can be made from anywhere in the world, and submitting one does not affect your immigration application.<\/p>\n<\/section>\n\n\n\n<!-- NEW: Who needs GCMS notes \u2014 captures informational search intent -->\n<section class=\"who-needs\">\n  <h2>Who Should Request GCMS Notes?<\/h2>\n  <div class=\"who-grid\">\n    <div class=\"who-card\">\n      <h3>Applicants with a refused application<\/h3>\n      <p>If IRCC refused your study permit, work permit, visitor visa, or permanent residence application, GCMS notes show the exact reasons the officer gave. This is the starting point for any reconsideration or appeal. <a href=\"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-after-canada-visa-refusal\/\">How to use GCMS notes after a refusal<\/a>.<\/p>\n    <\/div>\n    <div class=\"who-card\">\n      <h3>Applicants with delayed processing<\/h3>\n      <p>If your application has passed the standard processing time with no update, GCMS notes show where your file is stuck, what the officer has reviewed, and what is still outstanding. <a href=\"https:\/\/gcmsnotesrequest.ca\/gcms-notes-processing-time\/\">Check current processing times<\/a>.<\/p>\n    <\/div>\n    <div class=\"who-card\">\n      <h3>Immigration lawyers and consultants<\/h3>\n      <p>Regulated Canadian Immigration Consultants (RCICs) and lawyers use GCMS notes to build reconsideration requests, Federal Court applications, and Humanitarian and Compassionate submissions. Same-day submission supports time-sensitive cases.<\/p>\n    <\/div>\n    <div class=\"who-card\">\n      <h3>Former applicants with historical cases<\/h3>\n      <p>GCMS notes are available for applications filed in the past 10 years. This is useful for citizenship applications, sponsorships, or any case where past immigration history is relevant.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n \n<div class=\"section-spacer\"><\/div>\n \n<section class=\"how-it-works\" id=\"how-it-works\">\n  <h2>How to Order GCMS Notes in 3 Steps<\/h2>\n  <div class=\"steps\">\n    <div class=\"step\">\n      <div class=\"step-number\">1<\/div>\n      <h3>Place Your Order<\/h3>\n      <p>Choose IRCC, CBSA, or both. Complete checkout securely online.<\/p>\n    <\/div>\n    <div class=\"step\">\n      <div class=\"step-number\">2<\/div>\n      <h3>Submit Your Details<\/h3>\n      <p>Fill in your application details and upload the signed consent form. We submit your ATIP request the same day.<\/p>\n    <\/div>\n    <div class=\"step\">\n      <div class=\"step-number\">3<\/div>\n      <h3>Get Your GCMS Notes<\/h3>\n      <p>Download your notes from your secure account once the government releases them. Most orders arrive in 15 to 35 days.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n \n<div class=\"section-spacer\"><\/div>\n \n<section class=\"review-section\">\n  <div class=\"review-box\">\n    <div class=\"review-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n    <div class=\"review-text\">&#8220;Great service. Very quick and reliable, I got my notes in under 10 days. I would highly recommend.&#8221;<\/div>\n    <div class=\"review-author\">Fatima Zahra El Ghissassi, Google Review<\/div>\n    <a href=\"https:\/\/gcmsnotesrequest.ca\/reviews\/\" class=\"review-link\">Read more reviews \u2192<\/a>\n  <\/div>\n<\/section>\n \n<div class=\"section-spacer\"><\/div>\n \n<section class=\"faq-section\" id=\"faq\">\n  <h2>GCMS Notes, Common Questions<\/h2>\n \n  <div class=\"faq-item\">\n    <div class=\"faq-q\" onclick=\"this.classList.toggle('open');this.nextElementSibling.classList.toggle('open')\">\n      How much do GCMS notes cost?\n    <\/div>\n    <div class=\"faq-a\">\n      GCMS Notes Request offers IRCC notes from CA$20, CBSA notes from CA$25, the IRCC and CBSA bundle for CA$40 (regular price CA$45), and the complete case file with IRCC notes for CA$50. The Canadian government does not charge a separate fee for ATIP requests made through a representative.\n    <\/div>\n  <\/div>\n \n  <div class=\"faq-item\">\n    <div class=\"faq-q\" onclick=\"this.classList.toggle('open');this.nextElementSibling.classList.toggle('open')\">\n      Does ordering GCMS notes affect my immigration application?\n    <\/div>\n    <div class=\"faq-a\">\n      No. Requesting GCMS notes is your legal right under Canada&#8217;s Access to Information and Privacy Act. It does not affect your application in any way, and immigration officers cannot see that you have made a request. <a href=\"https:\/\/gcmsnotesrequest.ca\/faq\/\">Read more in our FAQ<\/a>.\n    <\/div>\n  <\/div>\n \n  <div class=\"faq-item\">\n    <div class=\"faq-q\" onclick=\"this.classList.toggle('open');this.nextElementSibling.classList.toggle('open')\">\n      How long does it take to receive GCMS notes?\n    <\/div>\n    <div class=\"faq-a\">\n      Most GCMS notes requests are completed within 15 to 35 days. The timeline depends on the Canadian government, not on us. GCMS Notes Request submits your ATIP request the same day you complete your order. <a href=\"https:\/\/gcmsnotesrequest.ca\/gcms-notes-processing-time\/\">See current processing times<\/a>.\n    <\/div>\n  <\/div>\n \n  <div class=\"faq-item\">\n    <div class=\"faq-q\" onclick=\"this.classList.toggle('open');this.nextElementSibling.classList.toggle('open')\">\n      What is the difference between IRCC and CBSA GCMS notes?\n    <\/div>\n    <div class=\"faq-a\">\n      IRCC notes cover your application processing details, officer comments, and decisions. CBSA notes cover security screening, admissibility checks, and background processes. If your case seems delayed or you want the full picture, ordering from both is recommended. <a href=\"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/ircc-vs-cbsa-gcms-notes\/\">Learn the difference between IRCC and CBSA notes<\/a>.\n    <\/div>\n  <\/div>\n \n  <div class=\"faq-item\">\n    <div class=\"faq-q\" onclick=\"this.classList.toggle('open');this.nextElementSibling.classList.toggle('open')\">\n      Can I order GCMS notes from outside Canada?\n    <\/div>\n    <div class=\"faq-a\">\n      Yes. You can order GCMS notes from anywhere in the world. The request is submitted electronically to the Canadian government on your behalf. <a href=\"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-from-outside-canada\/\">Learn more about ordering from outside Canada<\/a>.\n    <\/div>\n  <\/div>\n \n  <div class=\"faq-item\">\n    <div class=\"faq-q\" onclick=\"this.classList.toggle('open');this.nextElementSibling.classList.toggle('open')\">\n      Do I need a consent form to order GCMS notes for someone else?\n    <\/div>\n    <div class=\"faq-a\">\n      Yes. If you are ordering GCMS notes on behalf of another person, the applicant must sign a consent form authorising the release of records. You upload the signed consent form during the order process. The form is a standard ATIP consent document; no lawyer or commissioner is required.\n    <\/div>\n  <\/div>\n \n  <div class=\"faq-item\">\n    <div class=\"faq-q\" onclick=\"this.classList.toggle('open');this.nextElementSibling.classList.toggle('open')\">\n      What is included in the Entire Case File?\n    <\/div>\n    <div class=\"faq-a\">\n      The Entire Case File includes your GCMS notes from IRCC plus all documents you submitted with your application, such as forms, supporting evidence, and correspondence. It gives you a complete record of everything in your immigration file. This option is ideal if you received a refusal, need records for legal purposes, or want to review exactly what IRCC has on file. <a href=\"https:\/\/gcmsnotesrequest.ca\/product\/gcms-notes-and-entire-case-file\/\">Learn more about the Entire Case File<\/a>.\n    <\/div>\n  <\/div>\n \n  <div class=\"faq-item\">\n    <div class=\"faq-q\" onclick=\"this.classList.toggle('open');this.nextElementSibling.classList.toggle('open')\">\n      Are GCMS notes official and admissible in legal proceedings?\n    <\/div>\n    <div class=\"faq-a\">\n      Yes. GCMS notes are official records released directly by IRCC and CBSA under the ATIP Act. They are routinely used in Federal Court applications, reconsideration requests, and appeals. The PDF you receive is the same document the government produces, with no modification by GCMS Notes Request.\n    <\/div>\n  <\/div>\n \n  <div class=\"faq-item\">\n    <div class=\"faq-q\" onclick=\"this.classList.toggle('open');this.nextElementSibling.classList.toggle('open')\">\n      What if my GCMS notes request is not fulfilled?\n    <\/div>\n    <div class=\"faq-a\">\n      The Canadian government releases records for valid ATIP requests under the law. If your request cannot be processed because of missing information or an invalid consent form, GCMS Notes Request will contact you to resolve the issue. If the government formally closes your file, a refund policy applies; see our <a href=\"https:\/\/gcmsnotesrequest.ca\/terms-conditions\/\">refund policy<\/a> for details.\n    <\/div>\n  <\/div>\n<\/section>\n \n<div class=\"section-spacer\"><\/div>\n \n<section class=\"bottom-cta\">\n  <h2>Ready to See What&#8217;s in Your Immigration File?<\/h2>\n  <p>Same-day submission. Secure delivery. Prices from CA$20.<\/p>\n  <a href=\"#order-now\" class=\"btn-order\">Order GCMS Notes Now<\/a>\n<\/section>\n \n<footer class=\"mini-footer\">\n  <p>\u00a9 2026 <a href=\"https:\/\/gcmsnotesrequest.ca\/\">GCMS Notes Request<\/a>. All rights reserved. Not affiliated with the Government of Canada.<\/p>\n  <p style=\"margin-top:4px;\"><a href=\"https:\/\/gcmsnotesrequest.ca\/terms-conditions\/\">Terms<\/a> \u00b7 <a href=\"https:\/\/gcmsnotesrequest.ca\/privacy-policy\/\">Privacy<\/a> \u00b7 <a href=\"https:\/\/gcmsnotesrequest.ca\/contact-us\/\">Contact<\/a><\/p>\n<\/footer>\n\n\n\n<!-- ============================================\n     PAGE-LEVEL SCHEMA for \/order\/\n     Place this at the bottom of the \/order\/ page body.\n     The Organization is defined sitewide via GTM\n     (with @id https:\/\/gcmsnotesrequest.ca\/#organization).\n     \n     CHANGES vs your previous version:\n     - Added \"image\" to each Product (REQUIRED for Merchant listings)\n     - Replaced Organization @id reference for \"brand\" with explicit Brand type\n     - Added \"shippingDetails\" and \"hasMerchantReturnPolicy\" on each Offer\n     - Added \"sku\" on each Product\n     - Removed AggregateRating from Products (now at Organization level only)\n     - Removed redundant offers array from Service entity\n     - Fixed markdown link in HowTo step (JSON-LD does not render markdown)\n     \n     ACTION REQUIRED before deploying:\n     1. Replace REPLACE-WITH-*-IMAGE.png with real image URLs\n        (one per product, hosted on your domain, ideally 1200x1200 or larger)\n     2. Verify all prices match what is actually shown on \/order\/ page\n     ============================================ -->\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@graph\": [\n    {\n      \"@type\": \"WebPage\",\n      \"@id\": \"https:\/\/gcmsnotesrequest.ca\/order\/#webpage\",\n      \"url\": \"https:\/\/gcmsnotesrequest.ca\/order\/\",\n      \"name\": \"GCMS Notes Online in Canada | IRCC & CBSA from CA$20 | Same-Day Submission\",\n      \"description\": \"Order GCMS notes from IRCC and CBSA online. Canadian ATIP service with same-day submission, secure PDF delivery, and prices from CA$20.\",\n      \"inLanguage\": \"en-CA\",\n      \"isPartOf\": {\n        \"@id\": \"https:\/\/gcmsnotesrequest.ca\/#organization\"\n      },\n      \"breadcrumb\": {\n        \"@id\": \"https:\/\/gcmsnotesrequest.ca\/order\/#breadcrumb\"\n      },\n      \"primaryImageOfPage\": {\n        \"@type\": \"ImageObject\",\n        \"url\": \"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/04\/GCMS-Notes-Request-logo.png\"\n      }\n    },\n    {\n      \"@type\": \"BreadcrumbList\",\n      \"@id\": \"https:\/\/gcmsnotesrequest.ca\/order\/#breadcrumb\",\n      \"itemListElement\": [\n        {\n          \"@type\": \"ListItem\",\n          \"position\": 1,\n          \"name\": \"Home\",\n          \"item\": \"https:\/\/gcmsnotesrequest.ca\/\"\n        },\n        {\n          \"@type\": \"ListItem\",\n          \"position\": 2,\n          \"name\": \"Order GCMS Notes\",\n          \"item\": \"https:\/\/gcmsnotesrequest.ca\/order\/\"\n        }\n      ]\n    },\n    {\n      \"@type\": \"Service\",\n      \"@id\": \"https:\/\/gcmsnotesrequest.ca\/order\/#service\",\n      \"name\": \"GCMS Notes Request Service\",\n      \"description\": \"ATIP-compliant service for ordering GCMS notes from IRCC and CBSA, with same-day submission and secure PDF delivery.\",\n      \"serviceType\": \"Immigration Records Request\",\n      \"provider\": {\n        \"@id\": \"https:\/\/gcmsnotesrequest.ca\/#organization\"\n      },\n      \"areaServed\": {\n        \"@type\": \"Country\",\n        \"name\": \"Canada\"\n      },\n      \"availableChannel\": {\n        \"@type\": \"ServiceChannel\",\n        \"serviceUrl\": \"https:\/\/gcmsnotesrequest.ca\/order\/\",\n        \"availableLanguage\": [\"en-CA\", \"en\"]\n      }\n    },\n    {\n      \"@type\": \"Product\",\n      \"@id\": \"https:\/\/gcmsnotesrequest.ca\/order\/#product-ircc\",\n      \"name\": \"GCMS Notes from IRCC\",\n      \"description\": \"Officer's notes and processing details from Immigration, Refugees and Citizenship Canada. Delivered as a secure PDF in 15 to 35 days.\",\n      \"sku\": \"001\",\n      \"image\": \"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/04\/Product-GCMS-Notes-from-IRCC.png\",\n      \"brand\": {\n        \"@type\": \"Brand\",\n        \"name\": \"GCMS Notes Request\"\n      },\n      \"offers\": {\n        \"@type\": \"Offer\",\n        \"price\": \"20.00\",\n        \"priceCurrency\": \"CAD\",\n        \"url\": \"https:\/\/gcmsnotesrequest.ca\/?add-to-cart=2382\",\n        \"availability\": \"https:\/\/schema.org\/InStock\",\n        \"seller\": {\n          \"@id\": \"https:\/\/gcmsnotesrequest.ca\/#organization\"\n        },\n        \"shippingDetails\": {\n          \"@type\": \"OfferShippingDetails\",\n          \"shippingRate\": {\n            \"@type\": \"MonetaryAmount\",\n            \"value\": \"0\",\n            \"currency\": \"CAD\"\n          },\n          \"shippingDestination\": {\n            \"@type\": \"DefinedRegion\",\n            \"addressCountry\": \"CA\"\n          },\n          \"deliveryTime\": {\n            \"@type\": \"ShippingDeliveryTime\",\n            \"handlingTime\": {\n              \"@type\": \"QuantitativeValue\",\n              \"minValue\": 0,\n              \"maxValue\": 0,\n              \"unitCode\": \"DAY\"\n            },\n            \"transitTime\": {\n              \"@type\": \"QuantitativeValue\",\n              \"minValue\": 15,\n              \"maxValue\": 35,\n              \"unitCode\": \"DAY\"\n            }\n          }\n        },\n        \"hasMerchantReturnPolicy\": {\n          \"@type\": \"MerchantReturnPolicy\",\n          \"applicableCountry\": \"CA\",\n          \"returnPolicyCategory\": \"https:\/\/schema.org\/MerchantReturnNotPermitted\"\n        }\n      }\n    },\n    {\n      \"@type\": \"Product\",\n      \"@id\": \"https:\/\/gcmsnotesrequest.ca\/order\/#product-bundle\",\n      \"name\": \"GCMS Notes from IRCC & CBSA\",\n      \"description\": \"Complete GCMS notes from both IRCC and CBSA, covering application processing and security screening. Delivered as two PDF files.\",\n      \"sku\": \"004\",\n      \"image\": \"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/04\/Product-GCMS-Notes-from-IRCC-CBSA.png\",\n      \"brand\": {\n        \"@type\": \"Brand\",\n        \"name\": \"GCMS Notes Request\"\n      },\n      \"offers\": {\n        \"@type\": \"Offer\",\n        \"price\": \"40.00\",\n        \"priceCurrency\": \"CAD\",\n        \"url\": \"https:\/\/gcmsnotesrequest.ca\/?add-to-cart=2346\",\n        \"availability\": \"https:\/\/schema.org\/InStock\",\n        \"seller\": {\n          \"@id\": \"https:\/\/gcmsnotesrequest.ca\/#organization\"\n        },\n        \"shippingDetails\": {\n          \"@type\": \"OfferShippingDetails\",\n          \"shippingRate\": {\n            \"@type\": \"MonetaryAmount\",\n            \"value\": \"0\",\n            \"currency\": \"CAD\"\n          },\n          \"shippingDestination\": {\n            \"@type\": \"DefinedRegion\",\n            \"addressCountry\": \"CA\"\n          },\n          \"deliveryTime\": {\n            \"@type\": \"ShippingDeliveryTime\",\n            \"handlingTime\": {\n              \"@type\": \"QuantitativeValue\",\n              \"minValue\": 0,\n              \"maxValue\": 0,\n              \"unitCode\": \"DAY\"\n            },\n            \"transitTime\": {\n              \"@type\": \"QuantitativeValue\",\n              \"minValue\": 15,\n              \"maxValue\": 35,\n              \"unitCode\": \"DAY\"\n            }\n          }\n        },\n        \"hasMerchantReturnPolicy\": {\n          \"@type\": \"MerchantReturnPolicy\",\n          \"applicableCountry\": \"CA\",\n          \"returnPolicyCategory\": \"https:\/\/schema.org\/MerchantReturnNotPermitted\"\n        }\n      }\n    },\n    {\n      \"@type\": \"Product\",\n      \"@id\": \"https:\/\/gcmsnotesrequest.ca\/order\/#product-casefile\",\n      \"name\": \"GCMS Notes & Entire Case File\",\n      \"description\": \"IRCC officer notes plus all submitted application forms, supporting documents, and correspondence. Your complete immigration record.\",\n      \"sku\": \"003\",\n      \"image\": \"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/04\/Product-GCMS-Notes-Entire-Case-File.png\",\n      \"brand\": {\n        \"@type\": \"Brand\",\n        \"name\": \"GCMS Notes Request\"\n      },\n      \"offers\": {\n        \"@type\": \"Offer\",\n        \"price\": \"50.00\",\n        \"priceCurrency\": \"CAD\",\n        \"url\": \"https:\/\/gcmsnotesrequest.ca\/?add-to-cart=2377\",\n        \"availability\": \"https:\/\/schema.org\/InStock\",\n        \"seller\": {\n          \"@id\": \"https:\/\/gcmsnotesrequest.ca\/#organization\"\n        },\n        \"shippingDetails\": {\n          \"@type\": \"OfferShippingDetails\",\n          \"shippingRate\": {\n            \"@type\": \"MonetaryAmount\",\n            \"value\": \"0\",\n            \"currency\": \"CAD\"\n          },\n          \"shippingDestination\": {\n            \"@type\": \"DefinedRegion\",\n            \"addressCountry\": \"CA\"\n          },\n          \"deliveryTime\": {\n            \"@type\": \"ShippingDeliveryTime\",\n            \"handlingTime\": {\n              \"@type\": \"QuantitativeValue\",\n              \"minValue\": 0,\n              \"maxValue\": 0,\n              \"unitCode\": \"DAY\"\n            },\n            \"transitTime\": {\n              \"@type\": \"QuantitativeValue\",\n              \"minValue\": 15,\n              \"maxValue\": 35,\n              \"unitCode\": \"DAY\"\n            }\n          }\n        },\n        \"hasMerchantReturnPolicy\": {\n          \"@type\": \"MerchantReturnPolicy\",\n          \"applicableCountry\": \"CA\",\n          \"returnPolicyCategory\": \"https:\/\/schema.org\/MerchantReturnNotPermitted\"\n        }\n      }\n    },\n    {\n      \"@type\": \"HowTo\",\n      \"@id\": \"https:\/\/gcmsnotesrequest.ca\/order\/#howto\",\n      \"name\": \"How to Order GCMS Notes\",\n      \"description\": \"Order GCMS notes from IRCC or CBSA in three steps: place your order, submit your application details, and receive your notes by secure PDF.\",\n      \"totalTime\": \"PT5M\",\n      \"estimatedCost\": {\n        \"@type\": \"MonetaryAmount\",\n        \"currency\": \"CAD\",\n        \"value\": \"20\"\n      },\n      \"step\": [\n        {\n          \"@type\": \"HowToStep\",\n          \"position\": 1,\n          \"name\": \"Place Your Order\",\n          \"text\": \"Choose IRCC notes, CBSA notes, or the bundle. Complete checkout securely online at gcmsnotesrequest.ca.\"\n        },\n        {\n          \"@type\": \"HowToStep\",\n          \"position\": 2,\n          \"name\": \"Submit Your Details\",\n          \"text\": \"Fill in your application details and upload the signed consent form. GCMS Notes Request submits your ATIP request the same day.\"\n        },\n        {\n          \"@type\": \"HowToStep\",\n          \"position\": 3,\n          \"name\": \"Get Your GCMS Notes\",\n          \"text\": \"Download your notes from your secure account once the government releases them. Most orders arrive in 15 to 35 days.\"\n        }\n      ]\n    },\n    {\n      \"@type\": \"FAQPage\",\n      \"@id\": \"https:\/\/gcmsnotesrequest.ca\/order\/#faq\",\n      \"mainEntity\": [\n        {\n          \"@type\": \"Question\",\n          \"name\": \"How much do GCMS notes cost?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"GCMS Notes Request offers IRCC notes from CA$20, CBSA notes from CA$25, the IRCC and CBSA bundle for CA$40 (regular price CA$45), and the complete case file with IRCC notes for CA$50. The Canadian government does not charge a separate fee for ATIP requests made through a representative.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Does ordering GCMS notes affect my immigration application?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"No. Requesting GCMS notes is your legal right under Canada's Access to Information and Privacy Act. It does not affect your application in any way, and immigration officers cannot see that you have made a request.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"How long does it take to receive GCMS notes?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Most GCMS notes requests are completed within 15 to 35 days. The timeline depends on the Canadian government. GCMS Notes Request submits your ATIP request the same day you complete your order.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"What is the difference between IRCC and CBSA GCMS notes?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"IRCC notes cover your application processing details, officer comments, and decisions. CBSA notes cover security screening, admissibility checks, and background processes. If your case seems delayed or you want the full picture, ordering from both is recommended.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Can I order GCMS notes from outside Canada?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Yes. You can order GCMS notes from anywhere in the world. The request is submitted electronically to the Canadian government on your behalf.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Do I need a consent form to order GCMS notes for someone else?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Yes. If you are ordering GCMS notes on behalf of another person, the applicant must sign a consent form authorising the release of records. You upload the signed consent form during the order process. The form is a standard ATIP consent document; no lawyer or commissioner is required.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"What is included in the Entire Case File?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"The Entire Case File includes your GCMS notes from IRCC plus all documents you submitted with your application, such as forms, supporting evidence, and correspondence. It gives you a complete record of everything in your immigration file.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"Are GCMS notes official and admissible in legal proceedings?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"Yes. GCMS notes are official records released directly by IRCC and CBSA under the ATIP Act. They are routinely used in Federal Court applications, reconsideration requests, and appeals. The PDF you receive is the same document the government produces, with no modification by GCMS Notes Request.\"\n          }\n        },\n        {\n          \"@type\": \"Question\",\n          \"name\": \"What if my GCMS notes request is not fulfilled?\",\n          \"acceptedAnswer\": {\n            \"@type\": \"Answer\",\n            \"text\": \"The Canadian government releases records for valid ATIP requests under the law. If your request cannot be processed because of missing information or an invalid consent form, GCMS Notes Request will contact you to resolve the issue. If the government formally closes your file, a refund policy applies.\"\n          }\n        }\n      ]\n    }\n  ]\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\u2605\u2605\u2605\u2605\u2605 Rated 5\/5 on Google GCMS Notes Online in Canada, From CA$20 Order your GCMS notes from IRCC and CBSA through an ATIP-compliant service. Same-day submission to the&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-49294","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Order GCMS Notes Online in Canada | Same-Day Submission<\/title>\n<meta name=\"description\" content=\"Order GCMS notes from IRCC and CBSA online. Canadian ATIP service with same-day submission, and secure PDF delivery. Trusted by applicants worldwide.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gcmsnotesrequest.ca\/bn\/\u0986\u09a6\u09c7\u09b6\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Order GCMS Notes Online in Canada | Same-Day Submission\" \/>\n<meta property=\"og:description\" content=\"Order GCMS notes from IRCC and CBSA online. Canadian ATIP service with same-day submission, and secure PDF delivery. Trusted by applicants worldwide.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gcmsnotesrequest.ca\/bn\/\u0986\u09a6\u09c7\u09b6\/\" \/>\n<meta property=\"og:site_name\" content=\"GCMS Notes Request\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/GCMSnotesrequest\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-27T23:33:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/04\/GCMS-Notes-Request-logo.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 \u09ae\u09bf\u09a8\u09bf\u099f\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/order\\\/\",\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/order\\\/\",\"name\":\"Order GCMS Notes Online in Canada | Same-Day Submission\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/order\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/order\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/GCMS-Notes-Request-logo.png\",\"datePublished\":\"2026-02-23T20:21:58+00:00\",\"dateModified\":\"2026-04-27T23:33:42+00:00\",\"description\":\"Order GCMS notes from IRCC and CBSA online. Canadian ATIP service with same-day submission, and secure PDF delivery. Trusted by applicants worldwide.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/order\\\/#breadcrumb\"},\"inLanguage\":\"bn-BD\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gcmsnotesrequest.ca\\\/order\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"bn-BD\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/order\\\/#primaryimage\",\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/GCMS-Notes-Request-logo.png\",\"contentUrl\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/GCMS-Notes-Request-logo.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/order\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"GCMS Notes Request\",\"item\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Order\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#website\",\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/\",\"name\":\"GCMS Notes Request\",\"description\":\"Easily order GCMS notes from IRCC and CBSA\",\"publisher\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#organization\"},\"alternateName\":\"GCMS Notes Request Canada\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"bn-BD\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#organization\",\"name\":\"GCMS Notes Request\",\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"bn-BD\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/GCMS-Notes-Request-Square-512-x-512-px.png\",\"contentUrl\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/GCMS-Notes-Request-Square-512-x-512-px.png\",\"width\":512,\"height\":512,\"caption\":\"GCMS Notes Request\"},\"image\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/GCMSnotesrequest\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@GCMSNotesRequest\",\"https:\\\/\\\/www.instagram.com\\\/gcmsnotesrequest\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u0995\u09be\u09a8\u09be\u09a1\u09be\u09af\u09bc GCMS \u09a8\u09cb\u099f \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 \u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u0995\u09b0\u09c1\u09a8 | \u098f\u0995\u0987 \u09a6\u09bf\u09a8\u09c7 \u09b8\u09b0\u09ac\u09b0\u09be\u09b9","description":"IRCC \u098f\u09ac\u0982 CBSA \u09a5\u09c7\u0995\u09c7 \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 GCMS \u09a8\u09cb\u099f \u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u0995\u09b0\u09c1\u09a8\u0964 \u098f\u0995\u0987 \u09a6\u09bf\u09a8\u09c7 \u099c\u09ae\u09be \u09a6\u09c7\u0993\u09af\u09bc\u09be\u09b0 \u09b8\u09c1\u09ac\u09bf\u09a7\u09be \u09b8\u09b9 \u0995\u09be\u09a8\u09be\u09a1\u09bf\u09af\u09bc\u09be\u09a8 ATIP \u09b8\u09c7\u09ac\u09be \u098f\u09ac\u0982 \u09a8\u09bf\u09b0\u09be\u09aa\u09a6 PDF \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf\u0964 \u09ac\u09bf\u09b6\u09cd\u09ac\u09ac\u09cd\u09af\u09be\u09aa\u09c0 \u0986\u09ac\u09c7\u09a6\u09a8\u0995\u09be\u09b0\u09c0\u09a6\u09c7\u09b0 \u0986\u09b8\u09cd\u09a5\u09be\u0964.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/gcmsnotesrequest.ca\/bn\/\u0986\u09a6\u09c7\u09b6\/","og_locale":"en_US","og_type":"article","og_title":"Order GCMS Notes Online in Canada | Same-Day Submission","og_description":"Order GCMS notes from IRCC and CBSA online. Canadian ATIP service with same-day submission, and secure PDF delivery. Trusted by applicants worldwide.","og_url":"https:\/\/gcmsnotesrequest.ca\/bn\/\u0986\u09a6\u09c7\u09b6\/","og_site_name":"GCMS Notes Request","article_publisher":"https:\/\/www.facebook.com\/GCMSnotesrequest\/","article_modified_time":"2026-04-27T23:33:42+00:00","og_image":[{"url":"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/04\/GCMS-Notes-Request-logo.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 \u09ae\u09bf\u09a8\u09bf\u099f"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gcmsnotesrequest.ca\/order\/","url":"https:\/\/gcmsnotesrequest.ca\/order\/","name":"\u0995\u09be\u09a8\u09be\u09a1\u09be\u09af\u09bc GCMS \u09a8\u09cb\u099f \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 \u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u0995\u09b0\u09c1\u09a8 | \u098f\u0995\u0987 \u09a6\u09bf\u09a8\u09c7 \u09b8\u09b0\u09ac\u09b0\u09be\u09b9","isPartOf":{"@id":"https:\/\/gcmsnotesrequest.ca\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gcmsnotesrequest.ca\/order\/#primaryimage"},"image":{"@id":"https:\/\/gcmsnotesrequest.ca\/order\/#primaryimage"},"thumbnailUrl":"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/04\/GCMS-Notes-Request-logo.png","datePublished":"2026-02-23T20:21:58+00:00","dateModified":"2026-04-27T23:33:42+00:00","description":"IRCC \u098f\u09ac\u0982 CBSA \u09a5\u09c7\u0995\u09c7 \u0985\u09a8\u09b2\u09be\u0987\u09a8\u09c7 GCMS \u09a8\u09cb\u099f \u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u0995\u09b0\u09c1\u09a8\u0964 \u098f\u0995\u0987 \u09a6\u09bf\u09a8\u09c7 \u099c\u09ae\u09be \u09a6\u09c7\u0993\u09af\u09bc\u09be\u09b0 \u09b8\u09c1\u09ac\u09bf\u09a7\u09be \u09b8\u09b9 \u0995\u09be\u09a8\u09be\u09a1\u09bf\u09af\u09bc\u09be\u09a8 ATIP \u09b8\u09c7\u09ac\u09be \u098f\u09ac\u0982 \u09a8\u09bf\u09b0\u09be\u09aa\u09a6 PDF \u09a1\u09c7\u09b2\u09bf\u09ad\u09be\u09b0\u09bf\u0964 \u09ac\u09bf\u09b6\u09cd\u09ac\u09ac\u09cd\u09af\u09be\u09aa\u09c0 \u0986\u09ac\u09c7\u09a6\u09a8\u0995\u09be\u09b0\u09c0\u09a6\u09c7\u09b0 \u0986\u09b8\u09cd\u09a5\u09be\u0964.","breadcrumb":{"@id":"https:\/\/gcmsnotesrequest.ca\/order\/#breadcrumb"},"inLanguage":"bn-BD","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gcmsnotesrequest.ca\/order\/"]}]},{"@type":"ImageObject","inLanguage":"bn-BD","@id":"https:\/\/gcmsnotesrequest.ca\/order\/#primaryimage","url":"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/04\/GCMS-Notes-Request-logo.png","contentUrl":"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/04\/GCMS-Notes-Request-logo.png"},{"@type":"BreadcrumbList","@id":"https:\/\/gcmsnotesrequest.ca\/order\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"GCMS Notes Request","item":"https:\/\/gcmsnotesrequest.ca\/"},{"@type":"ListItem","position":2,"name":"Order"}]},{"@type":"WebSite","@id":"https:\/\/gcmsnotesrequest.ca\/#website","url":"https:\/\/gcmsnotesrequest.ca\/","name":"\u098f\u0995\u099f\u09bf \u099f\u09bf-\u09aa\u09bf \u099f\u09c1","description":"IRCC \u098f\u09ac\u0982 CBSA \u09a5\u09c7\u0995\u09c7 \u09b8\u09b9\u099c\u09c7\u0987 GCMS \u09a8\u09cb\u099f \u0985\u09b0\u09cd\u09a1\u09be\u09b0 \u0995\u09b0\u09c1\u09a8","publisher":{"@id":"https:\/\/gcmsnotesrequest.ca\/#organization"},"alternateName":"GCMS Notes Request Canada","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gcmsnotesrequest.ca\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"bn-BD"},{"@type":"Organization","@id":"https:\/\/gcmsnotesrequest.ca\/#organization","name":"\u098f\u0995\u099f\u09bf \u099f\u09bf-\u09aa\u09bf \u099f\u09c1","url":"https:\/\/gcmsnotesrequest.ca\/","logo":{"@type":"ImageObject","inLanguage":"bn-BD","@id":"https:\/\/gcmsnotesrequest.ca\/#\/schema\/logo\/image\/","url":"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/04\/GCMS-Notes-Request-Square-512-x-512-px.png","contentUrl":"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/04\/GCMS-Notes-Request-Square-512-x-512-px.png","width":512,"height":512,"caption":"GCMS Notes Request"},"image":{"@id":"https:\/\/gcmsnotesrequest.ca\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/GCMSnotesrequest\/","https:\/\/www.youtube.com\/@GCMSNotesRequest","https:\/\/www.instagram.com\/gcmsnotesrequest\/"]}]}},"_links":{"self":[{"href":"https:\/\/gcmsnotesrequest.ca\/bn\/wp-json\/wp\/v2\/pages\/49294","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gcmsnotesrequest.ca\/bn\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gcmsnotesrequest.ca\/bn\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gcmsnotesrequest.ca\/bn\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gcmsnotesrequest.ca\/bn\/wp-json\/wp\/v2\/comments?post=49294"}],"version-history":[{"count":47,"href":"https:\/\/gcmsnotesrequest.ca\/bn\/wp-json\/wp\/v2\/pages\/49294\/revisions"}],"predecessor-version":[{"id":59999,"href":"https:\/\/gcmsnotesrequest.ca\/bn\/wp-json\/wp\/v2\/pages\/49294\/revisions\/59999"}],"wp:attachment":[{"href":"https:\/\/gcmsnotesrequest.ca\/bn\/wp-json\/wp\/v2\/media?parent=49294"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}