<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>
      Neuron Learning · For Coláiste an Spioraid Naoimh — 1–2 Years of Reading
      Gains This Term
    </title>
    <link rel="preconnect" href="https://fonts.googleapis.com" />
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="" />
    <link
      href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700;9..144,900&amp;family=Mulish:wght@400;500;600;700;800&amp;display=swap"
      rel="stylesheet"
    />
    <style type="text/css">
      * {
        box-sizing: border-box;
      }
      body {
        margin: 0;
      }
      #aw-yvsk {
        --w: 88%;
      }
      #aw-dpcz {
        --w: 81%;
      }
      #aw-zoq3 {
        --w: 76%;
      }
      #aw-idpg {
        --w: 92%;
      }
      #aw-qnzd6 {
        color: var(--coral);
      }
      #aw-pwfdj {
        color: var(--apricot);
      }
      #aw-7slz3 {
        color: var(--coral);
      }
      #aw-wqhxg {
        color: var(--apricot);
      }
      #aw-1bfvp {
        display: none;
      }
      * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }
      body {
        font-family: "Mulish", sans-serif;
        background: var(--canvas);
        color: var(--ink-text);
        line-height: 1.65;
        -webkit-font-smoothing: antialiased;
      }
      #aw-223w {
        --w: 88%;
      }
      #aw-ds6z {
        --w: 81%;
      }
      #aw-cini {
        --w: 76%;
      }
      #aw-keab {
        --w: 92%;
      }
      #aw-27axh {
        color: var(--apricot-deep);
      }
      #aw-whdln {
        color: var(--apricot);
      }
      #aw-xmn19 {
        color: var(--apricot-deep);
      }
      #aw-bqwig {
        color: var(--apricot);
      }
      #aw-wbasi {
        display: none;
      }
      #aw-xb0k {
        --w: 88%;
      }
      #aw-o19h {
        --w: 81%;
      }
      #aw-6lag {
        --w: 76%;
      }
      #aw-vdly {
        --w: 92%;
      }
      #aw-oq34k {
        color: var(--apricot-deep);
      }
      #aw-0u6ik {
        color: var(--apricot);
      }
      #aw-5phko {
        color: var(--apricot-deep);
      }
      #aw-4p2z2 {
        color: var(--apricot);
      }
      #aw-nwxc2 {
        display: none;
      }
      #aw-r4da {
        --w: 88%;
      }
      #aw-km9j {
        --w: 81%;
      }
      #aw-s6uw {
        --w: 76%;
      }
      #aw-9g1f {
        --w: 92%;
      }
      #aw-ykx8 {
        color: var(--apricot-deep);
      }
      #aw-2ufk7 {
        color: var(--apricot);
      }
      #aw-qvvoc {
        color: var(--apricot-deep);
      }
      #aw-o4qxi {
        color: var(--apricot);
      }
      #aw-xaal2 {
        display: none;
      }
      :root {
        --brand: #0f7a68;
        --brand-dark: #0a5749;
        --brand-deep: #083c33;
        --brand-bright: #2fb39a;
        --accent: #f2683c;
        --accent-2: #f6b23c;
        --ink: #123c34;
        --canvas: #fbf6ec;
        --canvas-2: #f4ecdd;
        --surface: #fffdf8;
        --teal: #0f7a68;
        --teal-bright: #2fb39a;
        --apricot: #f6b23c;
        --apricot-deep: #c47b12;
        --coral: #f2683c;
        --text: #fbf6ec;
        --muted: #bfe0d7;
        --ink-text: #173d35;
        --ink-muted: #5c7369;
        --border: rgba(251, 246, 236, 0.2);
        --border-dark: rgba(23, 61, 53, 0.14);
        --focus: #f2683c;
      }
      html {
        scroll-behavior: smooth;
      }
      h1,
      h2,
      h3 {
        font-family: "Fraunces", serif;
        font-weight: 600;
        line-height: 1.1;
        letter-spacing: -0.015em;
      }
      a {
        color: inherit;
      }
      .wrap {
        max-width: 1120px;
        margin: 0 auto;
        padding: 0 28px;
      }
      .eyebrow {
        font-family: "Mulish";
        font-weight: 800;
        font-size: 0.74rem;
        letter-spacing: 0.22em;
        text-transform: uppercase;
      }
      .btn {
        display: inline-flex;
        align-items: center;
        gap: 0.55rem;
        font-family: "Mulish";
        font-weight: 700;
        font-size: 1rem;
        padding: 0.95rem 1.8rem;
        border-radius: 999px;
        border: 0;
        cursor: pointer;
        text-decoration: none;
        transition:
          transform 0.2s ease,
          box-shadow 0.2s ease,
          background 0.2s ease;
      }
      .btn-primary {
        background: var(--accent);
        color: #fff;
        box-shadow: 0 12px 28px -10px rgba(242, 104, 60, 0.6);
      }
      .btn-primary:hover {
        transform: translateY(-2px);
        background: #ff7a4f;
        box-shadow: 0 18px 36px -12px rgba(242, 104, 60, 0.75);
      }
      .btn-ghost {
        background: transparent;
        color: var(--text);
        border: 1px solid var(--border);
      }
      :focus-visible {
        outline: 3px solid var(--focus);
        outline-offset: 3px;
      }
      .rv {
        opacity: 0;
        transform: translateY(38px);
        transition:
          opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
          transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
      }
      .rv.show {
        opacity: 1;
        transform: none;
      }
      .hero {
        position: relative;
        background: linear-gradient(
          165deg,
          #0f7a68 0%,
          #0c6455 55%,
          #083c33 100%
        );
        color: var(--text);
        overflow: hidden;
      }
      .hero-glow {
        position: absolute;
        width: 640px;
        height: 640px;
        top: -220px;
        right: -160px;
        background: radial-gradient(
          circle,
          rgba(47, 179, 154, 0.45),
          transparent 62%
        );
        filter: blur(20px);
        pointer-events: none;
      }
      .hero:before {
        content: "";
        position: absolute;
        left: -160px;
        bottom: -200px;
        width: 520px;
        height: 520px;
        background: radial-gradient(
          circle,
          rgba(246, 178, 60, 0.3),
          transparent 65%
        );
        filter: blur(20px);
        pointer-events: none;
      }
      .nav {
        position: relative;
        z-index: 3;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 26px;
        padding-bottom: 14px;
      }
      .brand {
        display: flex;
        align-items: center;
        gap: 0.6rem;
        font-family: "Fraunces";
        font-weight: 600;
        font-size: 1.2rem;
        color: #fff;
      }
      .brand-logo {
        height: 40px;
        width: auto;
        display: block;
        background: #fffdf8;
        padding: 7px 12px;
        border-radius: 12px;
        box-shadow: 0 6px 18px -8px rgba(0, 0, 0, 0.3);
      }
      .brand-mark {
        display: grid;
        place-items: center;
        width: 38px;
        height: 38px;
        border-radius: 11px;
        background: var(--accent);
        color: #3a2600;
        font-weight: 700;
        font-size: 1.1rem;
      }
      .nav-links {
        display: flex;
        align-items: center;
        gap: 2rem;
        font-weight: 600;
        font-size: 0.95rem;
      }
      .nav-links a {
        text-decoration: none;
        color: var(--muted);
        transition: color 0.2s;
      }
      .nav-links a:hover {
        color: #fff;
      }
      .nav-links .nav-cta {
        color: #fff;
        font-size: 0.9rem;
        padding: 0.7rem 1.3rem;
      }
      .nav-links .nav-cta:hover {
        color: #fff;
      }
      .hero-inner {
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-columns: 1.15fr 0.85fr;
        gap: 56px;
        align-items: center;
        padding-top: 64px;
        padding-bottom: 96px;
      }
      .hero-eyebrow {
        color: var(--apricot);
        margin-bottom: 22px;
      }
      .hero h1 {
        font-size: clamp(2.6rem, 6vw, 4.6rem);
        max-width: 14ch;
        font-weight: 600;
      }
      .hero h1 em {
        font-style: italic;
        color: var(--accent-2);
        font-weight: 600;
      }
      .hero-sub {
        margin-top: 26px;
        font-size: 1.16rem;
        color: var(--muted);
        max-width: 46ch;
      }
      .hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        margin-top: 34px;
      }
      .hero-badges {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        gap: 12px 26px;
        margin-top: 38px;
        font-size: 0.92rem;
        color: var(--muted);
      }
      .hero-badges li {
        position: relative;
        padding-left: 20px;
      }
      .hero-badges li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.55em;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: var(--accent-2);
      }
      .hero-badges b {
        color: #fff;
        font-weight: 700;
      }
      .hero-card {
        position: relative;
        background: var(--surface);
        border: 1px solid rgba(23, 61, 53, 0.08);
        border-radius: 22px;
        padding: 28px;
        box-shadow: 0 40px 80px -40px rgba(8, 60, 51, 0.6);
      }
      .hc-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.03em;
      }
      .hc-tag {
        color: var(--accent);
        text-transform: uppercase;
      }
      .hc-live {
        color: var(--ink-muted);
      }
      .hc-metric {
        display: flex;
        align-items: baseline;
        gap: 0.1rem;
        margin-top: 14px;
        font-family: "Fraunces";
        line-height: 1;
      }
      .hc-num {
        font-size: 3.4rem;
        font-weight: 700;
        color: var(--brand);
      }
      .hc-pct {
        font-size: 2.2rem;
        color: var(--accent);
        font-weight: 600;
      }
      .hc-label {
        color: var(--ink-muted);
        font-size: 0.95rem;
        margin-top: 4px;
        max-width: 30ch;
      }
      .hc-bars {
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        gap: 14px;
      }
      .hc-bar span {
        display: block;
        font-size: 0.82rem;
        font-weight: 700;
        color: var(--ink-text);
        margin-bottom: 6px;
      }
      .hc-bar i {
        display: block;
        height: 8px;
        border-radius: 99px;
        background: rgba(23, 61, 53, 0.1);
        overflow: hidden;
        position: relative;
      }
      .hc-bar i:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: var(--w);
        border-radius: 99px;
        background: linear-gradient(90deg, var(--brand-bright), var(--accent));
        transform-origin: left;
        animation: grow 1.4s 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
      }
      .ctx {
        background: var(--brand-deep);
        color: var(--text);
        border-top: 3px solid var(--accent);
      }
      .ctx-inner {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        padding: 30px 28px;
      }
      .ctx-item {
        display: flex;
        flex-direction: column;
        gap: 5px;
      }
      .ctx-k {
        font-family: "Mulish";
        font-weight: 800;
        font-size: 0.68rem;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: var(--accent-2);
      }
      .ctx-v {
        font-family: "Fraunces";
        font-weight: 600;
        font-size: 1.08rem;
        color: #fff;
        line-height: 1.2;
      }
      .problem {
        background: var(--canvas-2);
      }
      .prob-inner {
        padding: 96px 28px;
      }
      .prob-head {
        max-width: 60ch;
      }
      .prob-head h2 {
        font-size: clamp(1.9rem, 4vw, 3rem);
        margin-top: 18px;
        color: var(--ink-text);
      }
      .prob-lead {
        margin-top: 22px;
        font-size: 1.12rem;
        color: var(--ink-muted);
        max-width: 56ch;
      }
      .prob-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 56px;
      }
      .prob-card {
        background: var(--surface);
        border: 1px solid var(--border-dark);
        border-radius: 18px;
        padding: 32px 28px;
        box-shadow: 0 24px 48px -36px rgba(23, 61, 53, 0.4);
      }
      .prob-ico {
        display: grid;
        place-items: center;
        width: 54px;
        height: 54px;
        border-radius: 14px;
        background: linear-gradient(150deg, var(--accent), var(--accent-2));
        color: #fff;
        font-size: 1.5rem;
        margin-bottom: 20px;
      }
      .prob-card h3 {
        font-size: 1.35rem;
        color: var(--ink-text);
      }
      .prob-card p {
        margin-top: 12px;
        color: var(--ink-muted);
        font-size: 1rem;
      }
      .approach {
        background: linear-gradient(165deg, #0c6455, #083c33);
        color: var(--text);
        position: relative;
        overflow: hidden;
      }
      .approach:before {
        content: "";
        position: absolute;
        right: -140px;
        top: 20%;
        width: 460px;
        height: 460px;
        background: radial-gradient(
          circle,
          rgba(47, 179, 154, 0.4),
          transparent 65%
        );
        filter: blur(18px);
        pointer-events: none;
      }
      .app-inner {
        padding: 100px 28px;
        position: relative;
        z-index: 1;
      }
      .app-head {
        max-width: 58ch;
      }
      .app-head h2 {
        color: #fff;
      }
      .app-lead {
        margin-top: 22px;
        color: var(--muted);
        font-size: 1.12rem;
        max-width: 56ch;
      }
      .app-steps {
        list-style: none;
        counter-reset: s;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 56px;
      }
      .app-step {
        display: flex;
        gap: 22px;
        background: linear-gradient(
          160deg,
          rgba(255, 255, 255, 0.06),
          rgba(255, 255, 255, 0.02)
        );
        border: 1px solid var(--border);
        border-radius: 18px;
        padding: 30px 28px;
        transition:
          transform 0.25s ease,
          border-color 0.25s ease;
      }
      .app-step:hover {
        transform: translateY(-4px);
        border-color: rgba(246, 178, 60, 0.6);
      }
      .app-num {
        font-family: "Fraunces";
        font-size: 1.9rem;
        font-weight: 700;
        color: var(--accent-2);
        flex-shrink: 0;
        line-height: 1;
      }
      .app-step h3 {
        font-size: 1.3rem;
        color: #fff;
      }
      .app-step p {
        margin-top: 10px;
        color: var(--muted);
        font-size: 1rem;
      }
      .outcomes {
        background: var(--canvas);
      }
      .out-inner {
        padding: 96px 28px;
      }
      .out-head {
        max-width: 50ch;
      }
      .out-head h2 {
        font-size: clamp(1.9rem, 4vw, 3rem);
        margin-top: 18px;
        color: var(--ink-text);
      }
      .stat-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 52px;
      }
      .stat {
        background: linear-gradient(160deg, var(--surface), var(--canvas-2));
        border: 1px solid var(--border-dark);
        border-radius: 16px;
        padding: 34px 28px;
        text-align: left;
        box-shadow: 0 20px 44px -34px rgba(23, 61, 53, 0.35);
      }
      .stat-num {
        font-family: "Fraunces";
        font-size: clamp(2.7rem, 6vw, 3.9rem);
        font-weight: 700;
        color: var(--accent);
        line-height: 1;
        display: block;
      }
      .stat p {
        margin-top: 12px;
        color: var(--ink-muted);
        font-size: 1rem;
        max-width: 26ch;
      }
      .quote {
        margin-top: 40px;
        background: linear-gradient(155deg, var(--brand), var(--brand-deep));
        color: #fff;
        border-radius: 18px;
        padding: 44px 46px;
        box-shadow: 0 40px 80px -46px rgba(8, 60, 51, 0.6);
      }
      .quote blockquote {
        font-family: "Fraunces";
        font-style: italic;
        font-weight: 500;
        font-size: clamp(1.2rem, 2.4vw, 1.6rem);
        line-height: 1.35;
        max-width: 46ch;
      }
      .quote figcaption {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-top: 26px;
        font-size: 0.98rem;
        color: var(--muted);
      }
      .q-av {
        display: grid;
        place-items: center;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: var(--accent);
        color: #fff;
        font-family: "Fraunces";
        font-weight: 700;
      }
      .quote b {
        color: #fff;
      }
      .casestudy {
        display: grid;
        grid-template-columns: 1.1fr 0.9fr;
        gap: 36px;
        align-items: center;
      }
      .cs-copy {
        display: flex;
        flex-direction: column;
      }
      .cs-tag {
        display: inline-block;
        align-self: flex-start;
        font-family: "Mulish";
        font-weight: 800;
        font-size: 0.7rem;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--accent-2);
        background: rgba(246, 178, 60, 0.18);
        border: 1px solid rgba(246, 178, 60, 0.5);
        padding: 0.35rem 0.7rem;
        border-radius: 99px;
        margin-bottom: 20px;
      }
      .cs-stat {
        font-family: "Fraunces";
        font-weight: 600;
        font-size: clamp(1.2rem, 2.2vw, 1.5rem);
        color: #fff;
        line-height: 1.3;
        margin-bottom: 14px;
      }
      .aw-embed {
        position: relative;
        width: 100%;
        aspect-ratio: 16/9;
        overflow: hidden;
        border-radius: 12px;
        box-shadow: 0 20px 50px -24px rgba(0, 0, 0, 0.6);
      }
      .aw-embed iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
      }
      .signup {
        background: linear-gradient(160deg, #0f7a68, #083c33);
        color: var(--text);
        position: relative;
        overflow: hidden;
      }
      .signup-glow {
        position: absolute;
        left: 10%;
        bottom: -160px;
        width: 520px;
        height: 520px;
        background: radial-gradient(
          circle,
          rgba(246, 178, 60, 0.32),
          transparent 65%
        );
        filter: blur(20px);
        pointer-events: none;
      }
      .su-inner {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 56px;
        align-items: center;
        padding: 96px 28px;
      }
      .su-copy h2 {
        font-size: clamp(1.9rem, 4vw, 2.9rem);
        margin-top: 18px;
        color: #fff;
        max-width: 16ch;
      }
      .su-lead {
        margin-top: 20px;
        color: var(--muted);
        font-size: 1.1rem;
        max-width: 46ch;
      }
      .su-list {
        list-style: none;
        margin-top: 26px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        color: #dff0ee;
      }
      .su-list li {
        position: relative;
        padding-left: 30px;
        font-weight: 500;
      }
      .su-list li:before {
        content: "✓";
        position: absolute;
        left: 0;
        top: 0;
        display: grid;
        place-items: center;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: var(--accent);
        color: #fff;
        font-size: 0.72rem;
        font-weight: 700;
      }
      .su-form-wrap {
        background: var(--surface);
        border-radius: 18px;
        padding: 38px 34px;
        box-shadow: 0 40px 90px -40px rgba(0, 0, 0, 0.45);
      }
      .su-form {
        display: flex;
        flex-direction: column;
      }
      .su-form label {
        font-weight: 700;
        font-size: 0.86rem;
        color: var(--ink-text);
        margin-bottom: 7px;
      }
      .su-form label:not(:first-of-type) {
        margin-top: 18px;
      }
      .su-form input {
        font-family: "Mulish";
        font-size: 1rem;
        padding: 0.95rem 1.1rem;
        border-radius: 12px;
        border: 1px solid var(--border-dark);
        background: #fff;
        color: var(--ink-text);
      }
      .su-form input::placeholder {
        color: #9aa9a8;
      }
      .su-form input:focus {
        outline: none;
        border-color: var(--brand);
        box-shadow: 0 0 0 3px rgba(15, 122, 104, 0.2);
      }
      .su-submit {
        margin-top: 24px;
        justify-content: center;
        width: 100%;
      }
      .su-fine {
        margin-top: 14px;
        font-size: 0.8rem;
        color: var(--ink-muted);
        text-align: center;
      }
      .foot {
        background: var(--brand-deep);
        color: var(--muted);
        border-top: 3px solid var(--accent);
      }
      .foot-logo {
        height: 46px;
        background: #fffdf8;
        padding: 8px 14px;
        border-radius: 12px;
        opacity: 1;
      }
      .foot-inner {
        padding: 52px 28px;
        display: flex;
        flex-direction: column;
        gap: 14px;
      }
      .foot-tag {
        max-width: 40ch;
        color: #dcefe9;
        font-family: "Fraunces";
        font-size: 1.05rem;
        line-height: 1.4;
      }
      .foot-copy {
        font-size: 0.85rem;
        color: #7ea99e;
        margin-top: 6px;
      }
      .rv[data-d="1"] {
        transition-delay: 0.08s;
      }
      .rv[data-d="2"] {
        transition-delay: 0.16s;
      }
      .rv[data-d="3"] {
        transition-delay: 0.24s;
      }
      .rv[data-d="4"] {
        transition-delay: 0.32s;
      }
      @media (prefers-reduced-motion: reduce) {
        .rv {
          opacity: 1;
          transform: none;
          transition: none;
        }
        .hc-bar i:after {
          animation: none;
        }
      }
      @keyframes grow {
        from {
          transform: scaleX(0);
        }
        to {
          transform: scaleX(1);
        }
      }
      @media (max-width: 940px) {
        .hero-inner {
          grid-template-columns: 1fr;
          gap: 44px;
          padding-top: 48px;
          padding-bottom: 72px;
        }
        .hero-card {
          max-width: 480px;
        }
        .app-steps {
          grid-template-columns: 1fr;
        }
        .su-inner {
          grid-template-columns: 1fr;
          gap: 40px;
          padding: 72px 28px;
        }
      }
      @media (max-width: 820px) {
        .ctx-inner {
          grid-template-columns: 1fr 1fr;
          gap: 20px;
        }
        .casestudy {
          grid-template-columns: 1fr;
          gap: 26px;
        }
        .nav-links a:not(.nav-cta) {
          display: none;
        }
        .prob-grid {
          grid-template-columns: 1fr;
        }
        .stat-row {
          grid-template-columns: 1fr;
        }
      }
      @media (max-width: 560px) {
        .wrap {
          padding: 0 20px;
        }
        .prob-inner {
          padding-left: 20px;
          padding-right: 20px;
        }
        .app-inner {
          padding-left: 20px;
          padding-right: 20px;
        }
        .out-inner {
          padding-left: 20px;
          padding-right: 20px;
        }
        .hero-badges {
          gap: 10px 18px;
        }
        .quote {
          padding: 32px 26px;
        }
        .su-form-wrap {
          padding: 30px 24px;
        }
        .hc-num {
          font-size: 3.6rem;
        }
      }
    </style>
  </head>
  <body>
    <header id="top" class="hero">
      <div class="hero-glow"></div>
      <nav class="nav wrap">
        <a href="https://www.neuronlearning.com" class="brand">
          <img
            src="https://hostedimages-cdn.aweber-static.com/artifacts/NTg3NDIy/7826479e66ab4bb2855f72afc70a6fcc.png"
            alt="Neuron Learning"
            class="brand-logo"
          />
        </a>
        <div class="nav-links">
          <a href="#why">The Challenge</a>
          <a href="#approach">How It Works</a>
          <a href="#results">Evidence</a>
          <a href="#start" class="btn btn-primary nav-cta">
            Request cohort plan
          </a>
        </div>
      </nav>
      <div class="wrap hero-inner">
        <div class="hero-copy">
          <p class="eyebrow hero-eyebrow rv">
            Fast ForWord · For Coláiste an Spioraid Naoimh, Co. Cork
          </p>
          <h1 data-d="1" class="rv">
            How Coláiste an Spioraid Naoimh can deliver
            <em>1–2 years</em>
            of reading gains this term.
          </h1>
          <p data-d="2" class="hero-sub rv">
            Fast ForWord is an evidence-based, adaptive programme that
            cross-trains reading, language and cognitive skills — delivering 1–2
            years of reading gains in just 40–60 hours of use.
          </p>
          <div data-d="3" class="hero-actions rv">
            <a href="#start" class="btn btn-primary">
              Request our cohort plan →
            </a>
            <a href="#approach" class="btn btn-ghost">How Fast ForWord works</a>
          </div>
          <ul data-d="4" class="hero-badges rv">
            <li>
              <b>#1</b>
              on the US What Works Clearinghouse
            </li>
            <li>
              <b>40–60 hours</b>
              to 1–2 years of gains
            </li>
            <li>
              <b>20+ years</b>
              proven with schools
            </li>
          </ul>
        </div>
        <div data-d="3" class="hero-card rv">
          <div class="hc-top">
            <span class="hc-tag">Reading-Age Gain</span>
            <span class="hc-live">40–60 hrs of use</span>
          </div>
          <div class="hc-metric">
            <span data-count="1" data-suffix="–2 yrs" class="hc-num">0</span>
          </div>
          <p class="hc-label">
            of reading-age growth for targeted students within a single term
          </p>
          <div class="hc-bars">
            <div class="hc-bar">
              <span>Decoding</span>
              <i style="--w: 88%"></i>
            </div>
            <div class="hc-bar">
              <span>Comprehension</span>
              <i style="--w: 81%"></i>
            </div>
            <div class="hc-bar">
              <span>Working memory</span>
              <i style="--w: 76%"></i>
            </div>
            <div class="hc-bar">
              <span>Reading confidence</span>
              <i style="--w: 92%"></i>
            </div>
          </div>
        </div>
      </div>
    </header>
    <!-- SCHOOL CONTEXT STRIP -->
    <section class="ctx">
      <div class="wrap ctx-inner">
        <div class="ctx-item rv">
          <span class="ctx-k">School</span>
          <span class="ctx-v">Coláiste an Spioraid Naoimh</span>
        </div>
        <div data-d="1" class="ctx-item rv">
          <span class="ctx-k">County</span>
          <span class="ctx-v">Cork</span>
        </div>
        <div data-d="2" class="ctx-item rv">
          <span class="ctx-k">Typical cohort</span>
          <span class="ctx-v">COHORT: ~20 students</span>
        </div>
        <div data-d="3" class="ctx-item rv">
          <span class="ctx-k">Local proof</span>
          <span class="ctx-v">Kenmare, Co. Kerry</span>
        </div>
      </div>
    </section>
    <!-- PROBLEM -->
    <section id="why" class="problem">
      <div class="wrap prob-inner">
        <div class="prob-head rv">
          <p class="eyebrow" style="color: var(--coral)">
            Why reading struggles persist
          </p>
          <h2>
            Most reading trouble isn’t about effort. It’s about the skills
            underneath.
          </h2>
          <p class="prob-lead">
            Fast ForWord targets the
            <b>root causes</b>
            of reading difficulty. Fluent reading rests on cognitive foundations
            — attention, memory, processing speed and phonological awareness.
            Strengthen those, and reading follows.
          </p>
        </div>
        <div class="prob-grid">
          <article data-d="1" class="prob-card rv">
            <span class="prob-ico">◐</span>
            <h3>Decoding breaks down</h3>
            <p>
              Weak phonological processing makes sounding out words slow and
              exhausting — so reading feels like a chore, not a joy.
            </p>
          </article>
          <article data-d="2" class="prob-card rv">
            <span class="prob-ico">◑</span>
            <h3>Meaning slips away</h3>
            <p>
              Limited working memory means comprehension collapses — by the end
              of the sentence, the beginning is already gone.
            </p>
          </article>
          <article data-d="3" class="prob-card rv">
            <span class="prob-ico">◒</span>
            <h3>Confidence erodes</h3>
            <p>
              Every stumble chips away at belief. Avoidance sets in, the gap
              widens, and generic tutoring rarely reaches the root cause.
            </p>
          </article>
        </div>
      </div>
    </section>
    <!-- APPROACH -->
    <section id="approach" class="approach">
      <div class="wrap app-inner">
        <div class="app-head rv">
          <p class="eyebrow" style="color: var(--apricot)">
            The Fast ForWord method
          </p>
          <h2>Brain-based interventions, working together.</h2>
          <p class="app-lead">
            Fast ForWord is adaptive and personalised to every reader. It
            cross-trains language, reading and cognitive skills — adjusting in
            real time to how each student’s brain actually learns to read.
          </p>
        </div>
        <ol class="app-steps">
          <li data-d="1" class="app-step rv">
            <span class="app-num">01</span>
            <div>
              <h3>Structured phonics &amp; decoding</h3>
              <p>
                Systematic, multisensory instruction rooted in the Science of
                Reading — rebuilding the sound-to-symbol connections that make
                decoding automatic.
              </p>
            </div>
          </li>
          <li data-d="2" class="app-step rv">
            <span class="app-num">02</span>
            <div>
              <h3>Brain-based cognitive training</h3>
              <p>
                Adaptive exercises strengthen working memory, attention and
                processing speed — the mental machinery that fluent reading
                depends on.
              </p>
            </div>
          </li>
          <li data-d="3" class="app-step rv">
            <span class="app-num">03</span>
            <div>
              <h3>Fluency &amp; comprehension practice</h3>
              <p>
                Guided repeated reading and strategy modeling turn accurate
                decoding into smooth, meaningful reading that sticks.
              </p>
            </div>
          </li>
          <li data-d="4" class="app-step rv">
            <span class="app-num">04</span>
            <div>
              <h3>Continuous progress monitoring</h3>
              <p>
                The Reading Progress Indicator and detailed reports track
                student, class and school growth — so gains are visible and
                instruction keeps adapting.
              </p>
            </div>
          </li>
        </ol>
      </div>
    </section>
    <!-- OUTCOMES -->
    <section id="results" class="outcomes">
      <div class="wrap out-inner">
        <div class="out-head rv">
          <p class="eyebrow" style="color: var(--coral)">
            The evidence · close to home
          </p>
          <h2>What a Munster school near you achieved with Fast ForWord.</h2>
        </div>
        <div class="stat-row">
          <div data-d="1" class="stat rv">
            <span data-count="18" data-suffix=" mo" class="stat-num">0</span>
            <p>average reading-age gain over a 12-week program</p>
          </div>
          <div data-d="2" class="stat rv">
            <span data-count="94" data-suffix="%" class="stat-num">0</span>
            <p>of learners improved reading fluency scores</p>
          </div>
          <div data-d="3" class="stat rv">
            <span data-count="3" data-prefix="×" class="stat-num">0</span>
            <p>faster comprehension growth vs. standard tutoring</p>
          </div>
        </div>
        <figure data-d="2" class="quote casestudy rv">
          <div class="cs-copy">
            <span class="cs-tag">
              Local case study · Kenmare Community School, Co. Kerry
            </span>
            <p class="cs-stat">
              Kenmare Community School used Fast ForWord as a whole-school
              reading intervention — with results their teachers describe on
              camera.
            </p>
            <blockquote>
              “Hear directly how Fast ForWord changed reading outcomes for their
              students ”
            </blockquote>
            <figcaption>
              <span class="q-av">K</span>
              <span>
                <b>Kenmare Community School</b>
                — Fast ForWord intervention, Co. Kerry
              </span>
            </figcaption>
          </div>
          <div class="aw-embed">
            <iframe
              allowfullscreen=""
              src="https://www.youtube-nocookie.com/embed/FguFBeeTNRs?"
              title="Kenmare Community School Intervention Success"
              loading="lazy"
              allow="encrypted-media; picture-in-picture"
            ></iframe>
          </div>
        </figure>
      </div>
    </section>
    <!-- SIGNUP -->
    <section id="start" class="signup">
      <div class="signup-glow"></div>
      <div class="wrap su-inner">
        <div class="su-copy rv">
          <p class="eyebrow" style="color: var(--apricot)">
            For the SEN team at Coláiste an Spioraid Naoimh
          </p>
          <h2>See the Fast ForWord plan for your cohort.</h2>
          <p class="su-lead">
            Request a short, tailored outline showing how Fast ForWord would run
            in Coláiste an Spioraid Naoimh — sized to your cohort and built
            around your SEN priorities.
          </p>
          <ul class="su-list">
            <li>A reading-gains plan tailored to your cohort</li>
            <li>The full Kenmare (Munster) case study &amp; results</li>
            <li>A 20-minute call at a time that suits your SEN team</li>
          </ul>
        </div>
        <div data-d="2" class="su-form-wrap rv">
          <form
            method="post"
            action="https://neuron-learning.optin.com/scripts/addlead.pl"
            class="su-form"
          >
            <input type="hidden" name="listname" value="awlist4955295" />
            <input
              type="hidden"
              name="redirect"
              value="https://neuron-learning.optin.com/thankyou.htm"
            />
            <input
              type="hidden"
              name="meta_tags"
              data-aw-action="referrer-tag"
              value="school,Backtoschool260714"
            />
            <label for="su-name">Your name</label>
            <input
              id="su-name"
              type="text"
              name="name"
              autocomplete="name"
              placeholder="e.g. SEN Co-ordinator"
              required
            />
            <label for="su-school">School name</label>
            <input
              id="su-school"
              type="text"
              name="custom School"
              autocomplete="organization"
              placeholder="e.g. Coláiste an Spioraid Naoimh"
              required
            />
            <label for="su-email">School email address</label>
            <input
              id="su-email"
              type="email"
              name="email"
              autocomplete="email"
              placeholder="you@school.ie"
              required
            />
            <label for="su-role">Your role</label>
            <input
              id="su-role"
              type="text"
              name="custom Role"
              autocomplete="organization-title"
              placeholder="e.g. SENCO / Deputy Principal"
              required
            />
            <button type="submit" class="btn btn-primary su-submit">
              Request our cohort plan →
            </button>
            <p class="su-fine">
              By signing up you agree to receive emails from Neuron Learning.
            </p>
            <div style="display: none">
              <img
                src="https://neuron-learning.optin.com/forms/displays.htm?id="
                alt=""
              />
            </div>
          </form>
        </div>
      </div>
    </section>
    <!-- FOOTER -->
    <footer class="foot">
      <div class="wrap foot-inner">
        <p class="foot-tag">
          A personalised Fast ForWord proposal for Coláiste an Spioraid Naoimh,
          Co. Cork · The #1 program on the US What Works Clearinghouse.
        </p>
        <p class="foot-copy">
          Neuron Learning Ltd · +353 21 202 4553 · admin@neuronlearning.com · ©
          2025 Neuron Learning. All rights reserved.
        </p>
      </div>
    </footer>
    <script>
      (function () {
        var root = window.__awFormRoot || document;
        var tag = root.querySelector('[data-aw-action="referrer-tag"]');
        if (tag)
          tag.value =
            (tag.value ? tag.value + "," : "") +
            "referrer_" +
            (document.referrer || "direct");
      })();
    </script>
    <script>
      (function () {
        var io = new IntersectionObserver(
          function (es) {
            es.forEach(function (e) {
              if (e.isIntersecting) {
                e.target.classList.add("show");
                io.unobserve(e.target);
              }
            });
          },
          { threshold: 0.15 },
        );
        document.querySelectorAll(".rv").forEach(function (el) {
          io.observe(el);
        });

        var cio = new IntersectionObserver(
          function (es) {
            es.forEach(function (e) {
              if (!e.isIntersecting) return;
              var el = e.target,
                end = parseFloat(el.getAttribute("data-count")) || 0;
              var pre = el.getAttribute("data-prefix") || "",
                suf = el.getAttribute("data-suffix") || "";
              var t0 = null,
                dur = 1600;
              function step(ts) {
                if (!t0) t0 = ts;
                var p = Math.min((ts - t0) / dur, 1);
                var eased = 1 - Math.pow(1 - p, 3);
                el.textContent =
                  pre + Math.round(end * eased).toLocaleString() + suf;
                if (p < 1) requestAnimationFrame(step);
              }
              requestAnimationFrame(step);
              cio.unobserve(el);
            });
          },
          { threshold: 0.6 },
        );
        document.querySelectorAll("[data-count]").forEach(function (el) {
          cio.observe(el);
        });
      })();
    </script>
  </body>
</html>
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>
      Neuron Learning · For Coláiste an Spioraid Naoimh — 1–2 Years of Reading
      Gains This Term
    </title>
    <link rel="preconnect" href="https://fonts.googleapis.com" />
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="" />
    <link
      href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700;9..144,900&amp;family=Mulish:wght@400;500;600;700;800&amp;display=swap"
      rel="stylesheet"
    />
    <style type="text/css">
      * {
        box-sizing: border-box;
      }
      body {
        margin: 0;
      }
      #aw-yvsk {
        --w: 88%;
      }
      #aw-dpcz {
        --w: 81%;
      }
      #aw-zoq3 {
        --w: 76%;
      }
      #aw-idpg {
        --w: 92%;
      }
      #aw-qnzd6 {
        color: var(--coral);
      }
      #aw-pwfdj {
        color: var(--apricot);
      }
      #aw-7slz3 {
        color: var(--coral);
      }
      #aw-wqhxg {
        color: var(--apricot);
      }
      #aw-1bfvp {
        display: none;
      }
      * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
      }
      body {
        font-family: "Mulish", sans-serif;
        background: var(--canvas);
        color: var(--ink-text);
        line-height: 1.65;
        -webkit-font-smoothing: antialiased;
      }
      #aw-223w {
        --w: 88%;
      }
      #aw-ds6z {
        --w: 81%;
      }
      #aw-cini {
        --w: 76%;
      }
      #aw-keab {
        --w: 92%;
      }
      #aw-27axh {
        color: var(--apricot-deep);
      }
      #aw-whdln {
        color: var(--apricot);
      }
      #aw-xmn19 {
        color: var(--apricot-deep);
      }
      #aw-bqwig {
        color: var(--apricot);
      }
      #aw-wbasi {
        display: none;
      }
      #aw-xb0k {
        --w: 88%;
      }
      #aw-o19h {
        --w: 81%;
      }
      #aw-6lag {
        --w: 76%;
      }
      #aw-vdly {
        --w: 92%;
      }
      #aw-oq34k {
        color: var(--apricot-deep);
      }
      #aw-0u6ik {
        color: var(--apricot);
      }
      #aw-5phko {
        color: var(--apricot-deep);
      }
      #aw-4p2z2 {
        color: var(--apricot);
      }
      #aw-nwxc2 {
        display: none;
      }
      #aw-r4da {
        --w: 88%;
      }
      #aw-km9j {
        --w: 81%;
      }
      #aw-s6uw {
        --w: 76%;
      }
      #aw-9g1f {
        --w: 92%;
      }
      #aw-ykx8 {
        color: var(--apricot-deep);
      }
      #aw-2ufk7 {
        color: var(--apricot);
      }
      #aw-qvvoc {
        color: var(--apricot-deep);
      }
      #aw-o4qxi {
        color: var(--apricot);
      }
      #aw-xaal2 {
        display: none;
      }
      :root {
        --brand: #0f7a68;
        --brand-dark: #0a5749;
        --brand-deep: #083c33;
        --brand-bright: #2fb39a;
        --accent: #f2683c;
        --accent-2: #f6b23c;
        --ink: #123c34;
        --canvas: #fbf6ec;
        --canvas-2: #f4ecdd;
        --surface: #fffdf8;
        --teal: #0f7a68;
        --teal-bright: #2fb39a;
        --apricot: #f6b23c;
        --apricot-deep: #c47b12;
        --coral: #f2683c;
        --text: #fbf6ec;
        --muted: #bfe0d7;
        --ink-text: #173d35;
        --ink-muted: #5c7369;
        --border: rgba(251, 246, 236, 0.2);
        --border-dark: rgba(23, 61, 53, 0.14);
        --focus: #f2683c;
      }
      html {
        scroll-behavior: smooth;
      }
      h1,
      h2,
      h3 {
        font-family: "Fraunces", serif;
        font-weight: 600;
        line-height: 1.1;
        letter-spacing: -0.015em;
      }
      a {
        color: inherit;
      }
      .wrap {
        max-width: 1120px;
        margin: 0 auto;
        padding: 0 28px;
      }
      .eyebrow {
        font-family: "Mulish";
        font-weight: 800;
        font-size: 0.74rem;
        letter-spacing: 0.22em;
        text-transform: uppercase;
      }
      .btn {
        display: inline-flex;
        align-items: center;
        gap: 0.55rem;
        font-family: "Mulish";
        font-weight: 700;
        font-size: 1rem;
        padding: 0.95rem 1.8rem;
        border-radius: 999px;
        border: 0;
        cursor: pointer;
        text-decoration: none;
        transition:
          transform 0.2s ease,
          box-shadow 0.2s ease,
          background 0.2s ease;
      }
      .btn-primary {
        background: var(--accent);
        color: #fff;
        box-shadow: 0 12px 28px -10px rgba(242, 104, 60, 0.6);
      }
      .btn-primary:hover {
        transform: translateY(-2px);
        background: #ff7a4f;
        box-shadow: 0 18px 36px -12px rgba(242, 104, 60, 0.75);
      }
      .btn-ghost {
        background: transparent;
        color: var(--text);
        border: 1px solid var(--border);
      }
      :focus-visible {
        outline: 3px solid var(--focus);
        outline-offset: 3px;
      }
      .rv {
        opacity: 0;
        transform: translateY(38px);
        transition:
          opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
          transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
      }
      .rv.show {
        opacity: 1;
        transform: none;
      }
      .hero {
        position: relative;
        background: linear-gradient(
          165deg,
          #0f7a68 0%,
          #0c6455 55%,
          #083c33 100%
        );
        color: var(--text);
        overflow: hidden;
      }
      .hero-glow {
        position: absolute;
        width: 640px;
        height: 640px;
        top: -220px;
        right: -160px;
        background: radial-gradient(
          circle,
          rgba(47, 179, 154, 0.45),
          transparent 62%
        );
        filter: blur(20px);
        pointer-events: none;
      }
      .hero:before {
        content: "";
        position: absolute;
        left: -160px;
        bottom: -200px;
        width: 520px;
        height: 520px;
        background: radial-gradient(
          circle,
          rgba(246, 178, 60, 0.3),
          transparent 65%
        );
        filter: blur(20px);
        pointer-events: none;
      }
      .nav {
        position: relative;
        z-index: 3;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 26px;
        padding-bottom: 14px;
      }
      .brand {
        display: flex;
        align-items: center;
        gap: 0.6rem;
        font-family: "Fraunces";
        font-weight: 600;
        font-size: 1.2rem;
        color: #fff;
      }
      .brand-logo {
        height: 40px;
        width: auto;
        display: block;
        background: #fffdf8;
        padding: 7px 12px;
        border-radius: 12px;
        box-shadow: 0 6px 18px -8px rgba(0, 0, 0, 0.3);
      }
      .brand-mark {
        display: grid;
        place-items: center;
        width: 38px;
        height: 38px;
        border-radius: 11px;
        background: var(--accent);
        color: #3a2600;
        font-weight: 700;
        font-size: 1.1rem;
      }
      .nav-links {
        display: flex;
        align-items: center;
        gap: 2rem;
        font-weight: 600;
        font-size: 0.95rem;
      }
      .nav-links a {
        text-decoration: none;
        color: var(--muted);
        transition: color 0.2s;
      }
      .nav-links a:hover {
        color: #fff;
      }
      .nav-links .nav-cta {
        color: #fff;
        font-size: 0.9rem;
        padding: 0.7rem 1.3rem;
      }
      .nav-links .nav-cta:hover {
        color: #fff;
      }
      .hero-inner {
        position: relative;
        z-index: 2;
        display: grid;
        grid-template-columns: 1.15fr 0.85fr;
        gap: 56px;
        align-items: center;
        padding-top: 64px;
        padding-bottom: 96px;
      }
      .hero-eyebrow {
        color: var(--apricot);
        margin-bottom: 22px;
      }
      .hero h1 {
        font-size: clamp(2.6rem, 6vw, 4.6rem);
        max-width: 14ch;
        font-weight: 600;
      }
      .hero h1 em {
        font-style: italic;
        color: var(--accent-2);
        font-weight: 600;
      }
      .hero-sub {
        margin-top: 26px;
        font-size: 1.16rem;
        color: var(--muted);
        max-width: 46ch;
      }
      .hero-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
        margin-top: 34px;
      }
      .hero-badges {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        gap: 12px 26px;
        margin-top: 38px;
        font-size: 0.92rem;
        color: var(--muted);
      }
      .hero-badges li {
        position: relative;
        padding-left: 20px;
      }
      .hero-badges li:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.55em;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: var(--accent-2);
      }
      .hero-badges b {
        color: #fff;
        font-weight: 700;
      }
      .hero-card {
        position: relative;
        background: var(--surface);
        border: 1px solid rgba(23, 61, 53, 0.08);
        border-radius: 22px;
        padding: 28px;
        box-shadow: 0 40px 80px -40px rgba(8, 60, 51, 0.6);
      }
      .hc-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 0.78rem;
        font-weight: 700;
        letter-spacing: 0.03em;
      }
      .hc-tag {
        color: var(--accent);
        text-transform: uppercase;
      }
      .hc-live {
        color: var(--ink-muted);
      }
      .hc-metric {
        display: flex;
        align-items: baseline;
        gap: 0.1rem;
        margin-top: 14px;
        font-family: "Fraunces";
        line-height: 1;
      }
      .hc-num {
        font-size: 3.4rem;
        font-weight: 700;
        color: var(--brand);
      }
      .hc-pct {
        font-size: 2.2rem;
        color: var(--accent);
        font-weight: 600;
      }
      .hc-label {
        color: var(--ink-muted);
        font-size: 0.95rem;
        margin-top: 4px;
        max-width: 30ch;
      }
      .hc-bars {
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        gap: 14px;
      }
      .hc-bar span {
        display: block;
        font-size: 0.82rem;
        font-weight: 700;
        color: var(--ink-text);
        margin-bottom: 6px;
      }
      .hc-bar i {
        display: block;
        height: 8px;
        border-radius: 99px;
        background: rgba(23, 61, 53, 0.1);
        overflow: hidden;
        position: relative;
      }
      .hc-bar i:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: var(--w);
        border-radius: 99px;
        background: linear-gradient(90deg, var(--brand-bright), var(--accent));
        transform-origin: left;
        animation: grow 1.4s 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
      }
      .ctx {
        background: var(--brand-deep);
        color: var(--text);
        border-top: 3px solid var(--accent);
      }
      .ctx-inner {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        padding: 30px 28px;
      }
      .ctx-item {
        display: flex;
        flex-direction: column;
        gap: 5px;
      }
      .ctx-k {
        font-family: "Mulish";
        font-weight: 800;
        font-size: 0.68rem;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: var(--accent-2);
      }
      .ctx-v {
        font-family: "Fraunces";
        font-weight: 600;
        font-size: 1.08rem;
        color: #fff;
        line-height: 1.2;
      }
      .problem {
        background: var(--canvas-2);
      }
      .prob-inner {
        padding: 96px 28px;
      }
      .prob-head {
        max-width: 60ch;
      }
      .prob-head h2 {
        font-size: clamp(1.9rem, 4vw, 3rem);
        margin-top: 18px;
        color: var(--ink-text);
      }
      .prob-lead {
        margin-top: 22px;
        font-size: 1.12rem;
        color: var(--ink-muted);
        max-width: 56ch;
      }
      .prob-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 56px;
      }
      .prob-card {
        background: var(--surface);
        border: 1px solid var(--border-dark);
        border-radius: 18px;
        padding: 32px 28px;
        box-shadow: 0 24px 48px -36px rgba(23, 61, 53, 0.4);
      }
      .prob-ico {
        display: grid;
        place-items: center;
        width: 54px;
        height: 54px;
        border-radius: 14px;
        background: linear-gradient(150deg, var(--accent), var(--accent-2));
        color: #fff;
        font-size: 1.5rem;
        margin-bottom: 20px;
      }
      .prob-card h3 {
        font-size: 1.35rem;
        color: var(--ink-text);
      }
      .prob-card p {
        margin-top: 12px;
        color: var(--ink-muted);
        font-size: 1rem;
      }
      .approach {
        background: linear-gradient(165deg, #0c6455, #083c33);
        color: var(--text);
        position: relative;
        overflow: hidden;
      }
      .approach:before {
        content: "";
        position: absolute;
        right: -140px;
        top: 20%;
        width: 460px;
        height: 460px;
        background: radial-gradient(
          circle,
          rgba(47, 179, 154, 0.4),
          transparent 65%
        );
        filter: blur(18px);
        pointer-events: none;
      }
      .app-inner {
        padding: 100px 28px;
        position: relative;
        z-index: 1;
      }
      .app-head {
        max-width: 58ch;
      }
      .app-head h2 {
        color: #fff;
      }
      .app-lead {
        margin-top: 22px;
        color: var(--muted);
        font-size: 1.12rem;
        max-width: 56ch;
      }
      .app-steps {
        list-style: none;
        counter-reset: s;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 56px;
      }
      .app-step {
        display: flex;
        gap: 22px;
        background: linear-gradient(
          160deg,
          rgba(255, 255, 255, 0.06),
          rgba(255, 255, 255, 0.02)
        );
        border: 1px solid var(--border);
        border-radius: 18px;
        padding: 30px 28px;
        transition:
          transform 0.25s ease,
          border-color 0.25s ease;
      }
      .app-step:hover {
        transform: translateY(-4px);
        border-color: rgba(246, 178, 60, 0.6);
      }
      .app-num {
        font-family: "Fraunces";
        font-size: 1.9rem;
        font-weight: 700;
        color: var(--accent-2);
        flex-shrink: 0;
        line-height: 1;
      }
      .app-step h3 {
        font-size: 1.3rem;
        color: #fff;
      }
      .app-step p {
        margin-top: 10px;
        color: var(--muted);
        font-size: 1rem;
      }
      .outcomes {
        background: var(--canvas);
      }
      .out-inner {
        padding: 96px 28px;
      }
      .out-head {
        max-width: 50ch;
      }
      .out-head h2 {
        font-size: clamp(1.9rem, 4vw, 3rem);
        margin-top: 18px;
        color: var(--ink-text);
      }
      .stat-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        margin-top: 52px;
      }
      .stat {
        background: linear-gradient(160deg, var(--surface), var(--canvas-2));
        border: 1px solid var(--border-dark);
        border-radius: 16px;
        padding: 34px 28px;
        text-align: left;
        box-shadow: 0 20px 44px -34px rgba(23, 61, 53, 0.35);
      }
      .stat-num {
        font-family: "Fraunces";
        font-size: clamp(2.7rem, 6vw, 3.9rem);
        font-weight: 700;
        color: var(--accent);
        line-height: 1;
        display: block;
      }
      .stat p {
        margin-top: 12px;
        color: var(--ink-muted);
        font-size: 1rem;
        max-width: 26ch;
      }
      .quote {
        margin-top: 40px;
        background: linear-gradient(155deg, var(--brand), var(--brand-deep));
        color: #fff;
        border-radius: 18px;
        padding: 44px 46px;
        box-shadow: 0 40px 80px -46px rgba(8, 60, 51, 0.6);
      }
      .quote blockquote {
        font-family: "Fraunces";
        font-style: italic;
        font-weight: 500;
        font-size: clamp(1.2rem, 2.4vw, 1.6rem);
        line-height: 1.35;
        max-width: 46ch;
      }
      .quote figcaption {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-top: 26px;
        font-size: 0.98rem;
        color: var(--muted);
      }
      .q-av {
        display: grid;
        place-items: center;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: var(--accent);
        color: #fff;
        font-family: "Fraunces";
        font-weight: 700;
      }
      .quote b {
        color: #fff;
      }
      .casestudy {
        display: grid;
        grid-template-columns: 1.1fr 0.9fr;
        gap: 36px;
        align-items: center;
      }
      .cs-copy {
        display: flex;
        flex-direction: column;
      }
      .cs-tag {
        display: inline-block;
        align-self: flex-start;
        font-family: "Mulish";
        font-weight: 800;
        font-size: 0.7rem;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: var(--accent-2);
        background: rgba(246, 178, 60, 0.18);
        border: 1px solid rgba(246, 178, 60, 0.5);
        padding: 0.35rem 0.7rem;
        border-radius: 99px;
        margin-bottom: 20px;
      }
      .cs-stat {
        font-family: "Fraunces";
        font-weight: 600;
        font-size: clamp(1.2rem, 2.2vw, 1.5rem);
        color: #fff;
        line-height: 1.3;
        margin-bottom: 14px;
      }
      .aw-embed {
        position: relative;
        width: 100%;
        aspect-ratio: 16/9;
        overflow: hidden;
        border-radius: 12px;
        box-shadow: 0 20px 50px -24px rgba(0, 0, 0, 0.6);
      }
      .aw-embed iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
      }
      .signup {
        background: linear-gradient(160deg, #0f7a68, #083c33);
        color: var(--text);
        position: relative;
        overflow: hidden;
      }
      .signup-glow {
        position: absolute;
        left: 10%;
        bottom: -160px;
        width: 520px;
        height: 520px;
        background: radial-gradient(
          circle,
          rgba(246, 178, 60, 0.32),
          transparent 65%
        );
        filter: blur(20px);
        pointer-events: none;
      }
      .su-inner {
        position: relative;
        z-index: 1;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 56px;
        align-items: center;
        padding: 96px 28px;
      }
      .su-copy h2 {
        font-size: clamp(1.9rem, 4vw, 2.9rem);
        margin-top: 18px;
        color: #fff;
        max-width: 16ch;
      }
      .su-lead {
        margin-top: 20px;
        color: var(--muted);
        font-size: 1.1rem;
        max-width: 46ch;
      }
      .su-list {
        list-style: none;
        margin-top: 26px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        color: #dff0ee;
      }
      .su-list li {
        position: relative;
        padding-left: 30px;
        font-weight: 500;
      }
      .su-list li:before {
        content: "✓";
        position: absolute;
        left: 0;
        top: 0;
        display: grid;
        place-items: center;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: var(--accent);
        color: #fff;
        font-size: 0.72rem;
        font-weight: 700;
      }
      .su-form-wrap {
        background: var(--surface);
        border-radius: 18px;
        padding: 38px 34px;
        box-shadow: 0 40px 90px -40px rgba(0, 0, 0, 0.45);
      }
      .su-form {
        display: flex;
        flex-direction: column;
      }
      .su-form label {
        font-weight: 700;
        font-size: 0.86rem;
        color: var(--ink-text);
        margin-bottom: 7px;
      }
      .su-form label:not(:first-of-type) {
        margin-top: 18px;
      }
      .su-form input {
        font-family: "Mulish";
        font-size: 1rem;
        padding: 0.95rem 1.1rem;
        border-radius: 12px;
        border: 1px solid var(--border-dark);
        background: #fff;
        color: var(--ink-text);
      }
      .su-form input::placeholder {
        color: #9aa9a8;
      }
      .su-form input:focus {
        outline: none;
        border-color: var(--brand);
        box-shadow: 0 0 0 3px rgba(15, 122, 104, 0.2);
      }
      .su-submit {
        margin-top: 24px;
        justify-content: center;
        width: 100%;
      }
      .su-fine {
        margin-top: 14px;
        font-size: 0.8rem;
        color: var(--ink-muted);
        text-align: center;
      }
      .foot {
        background: var(--brand-deep);
        color: var(--muted);
        border-top: 3px solid var(--accent);
      }
      .foot-logo {
        height: 46px;
        background: #fffdf8;
        padding: 8px 14px;
        border-radius: 12px;
        opacity: 1;
      }
      .foot-inner {
        padding: 52px 28px;
        display: flex;
        flex-direction: column;
        gap: 14px;
      }
      .foot-tag {
        max-width: 40ch;
        color: #dcefe9;
        font-family: "Fraunces";
        font-size: 1.05rem;
        line-height: 1.4;
      }
      .foot-copy {
        font-size: 0.85rem;
        color: #7ea99e;
        margin-top: 6px;
      }
      .rv[data-d="1"] {
        transition-delay: 0.08s;
      }
      .rv[data-d="2"] {
        transition-delay: 0.16s;
      }
      .rv[data-d="3"] {
        transition-delay: 0.24s;
      }
      .rv[data-d="4"] {
        transition-delay: 0.32s;
      }
      @media (prefers-reduced-motion: reduce) {
        .rv {
          opacity: 1;
          transform: none;
          transition: none;
        }
        .hc-bar i:after {
          animation: none;
        }
      }
      @keyframes grow {
        from {
          transform: scaleX(0);
        }
        to {
          transform: scaleX(1);
        }
      }
      @media (max-width: 940px) {
        .hero-inner {
          grid-template-columns: 1fr;
          gap: 44px;
          padding-top: 48px;
          padding-bottom: 72px;
        }
        .hero-card {
          max-width: 480px;
        }
        .app-steps {
          grid-template-columns: 1fr;
        }
        .su-inner {
          grid-template-columns: 1fr;
          gap: 40px;
          padding: 72px 28px;
        }
      }
      @media (max-width: 820px) {
        .ctx-inner {
          grid-template-columns: 1fr 1fr;
          gap: 20px;
        }
        .casestudy {
          grid-template-columns: 1fr;
          gap: 26px;
        }
        .nav-links a:not(.nav-cta) {
          display: none;
        }
        .prob-grid {
          grid-template-columns: 1fr;
        }
        .stat-row {
          grid-template-columns: 1fr;
        }
      }
      @media (max-width: 560px) {
        .wrap {
          padding: 0 20px;
        }
        .prob-inner {
          padding-left: 20px;
          padding-right: 20px;
        }
        .app-inner {
          padding-left: 20px;
          padding-right: 20px;
        }
        .out-inner {
          padding-left: 20px;
          padding-right: 20px;
        }
        .hero-badges {
          gap: 10px 18px;
        }
        .quote {
          padding: 32px 26px;
        }
        .su-form-wrap {
          padding: 30px 24px;
        }
        .hc-num {
          font-size: 3.6rem;
        }
      }
    </style>
  </head>
  <body>
    <header id="top" class="hero">
      <div class="hero-glow"></div>
      <nav class="nav wrap">
        <a href="https://www.neuronlearning.com" class="brand">
          <img
            src="https://hostedimages-cdn.aweber-static.com/artifacts/NTg3NDIy/7826479e66ab4bb2855f72afc70a6fcc.png"
            alt="Neuron Learning"
            class="brand-logo"
          />
        </a>
        <div class="nav-links">
          <a href="#why">The Challenge</a>
          <a href="#approach">How It Works</a>
          <a href="#results">Evidence</a>
          <a href="#start" class="btn btn-primary nav-cta">
            Request cohort plan
          </a>
        </div>
      </nav>
      <div class="wrap hero-inner">
        <div class="hero-copy">
          <p class="eyebrow hero-eyebrow rv">
            Fast ForWord · For Coláiste an Spioraid Naoimh, Co. Cork
          </p>
          <h1 data-d="1" class="rv">
            How Coláiste an Spioraid Naoimh can deliver
            <em>1–2 years</em>
            of reading gains this term.
          </h1>
          <p data-d="2" class="hero-sub rv">
            Fast ForWord is an evidence-based, adaptive programme that
            cross-trains reading, language and cognitive skills — delivering 1–2
            years of reading gains in just 40–60 hours of use.
          </p>
          <div data-d="3" class="hero-actions rv">
            <a href="#start" class="btn btn-primary">
              Request our cohort plan →
            </a>
            <a href="#approach" class="btn btn-ghost">How Fast ForWord works</a>
          </div>
          <ul data-d="4" class="hero-badges rv">
            <li>
              <b>#1</b>
              on the US What Works Clearinghouse
            </li>
            <li>
              <b>40–60 hours</b>
              to 1–2 years of gains
            </li>
            <li>
              <b>20+ years</b>
              proven with schools
            </li>
          </ul>
        </div>
        <div data-d="3" class="hero-card rv">
          <div class="hc-top">
            <span class="hc-tag">Reading-Age Gain</span>
            <span class="hc-live">40–60 hrs of use</span>
          </div>
          <div class="hc-metric">
            <span data-count="1" data-suffix="–2 yrs" class="hc-num">0</span>
          </div>
          <p class="hc-label">
            of reading-age growth for targeted students within a single term
          </p>
          <div class="hc-bars">
            <div class="hc-bar">
              <span>Decoding</span>
              <i style="--w: 88%"></i>
            </div>
            <div class="hc-bar">
              <span>Comprehension</span>
              <i style="--w: 81%"></i>
            </div>
            <div class="hc-bar">
              <span>Working memory</span>
              <i style="--w: 76%"></i>
            </div>
            <div class="hc-bar">
              <span>Reading confidence</span>
              <i style="--w: 92%"></i>
            </div>
          </div>
        </div>
      </div>
    </header>
    <!-- SCHOOL CONTEXT STRIP -->
    <section class="ctx">
      <div class="wrap ctx-inner">
        <div class="ctx-item rv">
          <span class="ctx-k">School</span>
          <span class="ctx-v">Coláiste an Spioraid Naoimh</span>
        </div>
        <div data-d="1" class="ctx-item rv">
          <span class="ctx-k">County</span>
          <span class="ctx-v">Cork</span>
        </div>
        <div data-d="2" class="ctx-item rv">
          <span class="ctx-k">Typical cohort</span>
          <span class="ctx-v">COHORT: ~20 students</span>
        </div>
        <div data-d="3" class="ctx-item rv">
          <span class="ctx-k">Local proof</span>
          <span class="ctx-v">Kenmare, Co. Kerry</span>
        </div>
      </div>
    </section>
    <!-- PROBLEM -->
    <section id="why" class="problem">
      <div class="wrap prob-inner">
        <div class="prob-head rv">
          <p class="eyebrow" style="color: var(--coral)">
            Why reading struggles persist
          </p>
          <h2>
            Most reading trouble isn’t about effort. It’s about the skills
            underneath.
          </h2>
          <p class="prob-lead">
            Fast ForWord targets the
            <b>root causes</b>
            of reading difficulty. Fluent reading rests on cognitive foundations
            — attention, memory, processing speed and phonological awareness.
            Strengthen those, and reading follows.
          </p>
        </div>
        <div class="prob-grid">
          <article data-d="1" class="prob-card rv">
            <span class="prob-ico">◐</span>
            <h3>Decoding breaks down</h3>
            <p>
              Weak phonological processing makes sounding out words slow and
              exhausting — so reading feels like a chore, not a joy.
            </p>
          </article>
          <article data-d="2" class="prob-card rv">
            <span class="prob-ico">◑</span>
            <h3>Meaning slips away</h3>
            <p>
              Limited working memory means comprehension collapses — by the end
              of the sentence, the beginning is already gone.
            </p>
          </article>
          <article data-d="3" class="prob-card rv">
            <span class="prob-ico">◒</span>
            <h3>Confidence erodes</h3>
            <p>
              Every stumble chips away at belief. Avoidance sets in, the gap
              widens, and generic tutoring rarely reaches the root cause.
            </p>
          </article>
        </div>
      </div>
    </section>
    <!-- APPROACH -->
    <section id="approach" class="approach">
      <div class="wrap app-inner">
        <div class="app-head rv">
          <p class="eyebrow" style="color: var(--apricot)">
            The Fast ForWord method
          </p>
          <h2>Brain-based interventions, working together.</h2>
          <p class="app-lead">
            Fast ForWord is adaptive and personalised to every reader. It
            cross-trains language, reading and cognitive skills — adjusting in
            real time to how each student’s brain actually learns to read.
          </p>
        </div>
        <ol class="app-steps">
          <li data-d="1" class="app-step rv">
            <span class="app-num">01</span>
            <div>
              <h3>Structured phonics &amp; decoding</h3>
              <p>
                Systematic, multisensory instruction rooted in the Science of
                Reading — rebuilding the sound-to-symbol connections that make
                decoding automatic.
              </p>
            </div>
          </li>
          <li data-d="2" class="app-step rv">
            <span class="app-num">02</span>
            <div>
              <h3>Brain-based cognitive training</h3>
              <p>
                Adaptive exercises strengthen working memory, attention and
                processing speed — the mental machinery that fluent reading
                depends on.
              </p>
            </div>
          </li>
          <li data-d="3" class="app-step rv">
            <span class="app-num">03</span>
            <div>
              <h3>Fluency &amp; comprehension practice</h3>
              <p>
                Guided repeated reading and strategy modeling turn accurate
                decoding into smooth, meaningful reading that sticks.
              </p>
            </div>
          </li>
          <li data-d="4" class="app-step rv">
            <span class="app-num">04</span>
            <div>
              <h3>Continuous progress monitoring</h3>
              <p>
                The Reading Progress Indicator and detailed reports track
                student, class and school growth — so gains are visible and
                instruction keeps adapting.
              </p>
            </div>
          </li>
        </ol>
      </div>
    </section>
    <!-- OUTCOMES -->
    <section id="results" class="outcomes">
      <div class="wrap out-inner">
        <div class="out-head rv">
          <p class="eyebrow" style="color: var(--coral)">
            The evidence · close to home
          </p>
          <h2>What a Munster school near you achieved with Fast ForWord.</h2>
        </div>
        <div class="stat-row">
          <div data-d="1" class="stat rv">
            <span data-count="18" data-suffix=" mo" class="stat-num">0</span>
            <p>average reading-age gain over a 12-week program</p>
          </div>
          <div data-d="2" class="stat rv">
            <span data-count="94" data-suffix="%" class="stat-num">0</span>
            <p>of learners improved reading fluency scores</p>
          </div>
          <div data-d="3" class="stat rv">
            <span data-count="3" data-prefix="×" class="stat-num">0</span>
            <p>faster comprehension growth vs. standard tutoring</p>
          </div>
        </div>
        <figure data-d="2" class="quote casestudy rv">
          <div class="cs-copy">
            <span class="cs-tag">
              Local case study · Kenmare Community School, Co. Kerry
            </span>
            <p class="cs-stat">
              Kenmare Community School used Fast ForWord as a whole-school
              reading intervention — with results their teachers describe on
              camera.
            </p>
            <blockquote>
              “Hear directly how Fast ForWord changed reading outcomes for their
              students ”
            </blockquote>
            <figcaption>
              <span class="q-av">K</span>
              <span>
                <b>Kenmare Community School</b>
                — Fast ForWord intervention, Co. Kerry
              </span>
            </figcaption>
          </div>
          <div class="aw-embed">
            <iframe
              allowfullscreen=""
              src="https://www.youtube-nocookie.com/embed/FguFBeeTNRs?"
              title="Kenmare Community School Intervention Success"
              loading="lazy"
              allow="encrypted-media; picture-in-picture"
            ></iframe>
          </div>
        </figure>
      </div>
    </section>
    <!-- SIGNUP -->
    <section id="start" class="signup">
      <div class="signup-glow"></div>
      <div class="wrap su-inner">
        <div class="su-copy rv">
          <p class="eyebrow" style="color: var(--apricot)">
            For the SEN team at Coláiste an Spioraid Naoimh
          </p>
          <h2>See the Fast ForWord plan for your cohort.</h2>
          <p class="su-lead">
            Request a short, tailored outline showing how Fast ForWord would run
            in Coláiste an Spioraid Naoimh — sized to your cohort and built
            around your SEN priorities.
          </p>
          <ul class="su-list">
            <li>A reading-gains plan tailored to your cohort</li>
            <li>The full Kenmare (Munster) case study &amp; results</li>
            <li>A 20-minute call at a time that suits your SEN team</li>
          </ul>
        </div>
        <div data-d="2" class="su-form-wrap rv">
          <form
            method="post"
            action="https://neuron-learning.optin.com/scripts/addlead.pl"
            class="su-form"
          >
            <input type="hidden" name="listname" value="awlist4955295" />
            <input
              type="hidden"
              name="redirect"
              value="https://neuron-learning.optin.com/thankyou.htm"
            />
            <input
              type="hidden"
              name="meta_tags"
              data-aw-action="referrer-tag"
              value="school,Backtoschool260714"
            />
            <label for="su-name">Your name</label>
            <input
              id="su-name"
              type="text"
              name="name"
              autocomplete="name"
              placeholder="e.g. SEN Co-ordinator"
              required
            />
            <label for="su-school">School name</label>
            <input
              id="su-school"
              type="text"
              name="custom School"
              autocomplete="organization"
              placeholder="e.g. Coláiste an Spioraid Naoimh"
              required
            />
            <label for="su-email">School email address</label>
            <input
              id="su-email"
              type="email"
              name="email"
              autocomplete="email"
              placeholder="you@school.ie"
              required
            />
            <label for="su-role">Your role</label>
            <input
              id="su-role"
              type="text"
              name="custom Role"
              autocomplete="organization-title"
              placeholder="e.g. SENCO / Deputy Principal"
              required
            />
            <button type="submit" class="btn btn-primary su-submit">
              Request our cohort plan →
            </button>
            <p class="su-fine">
              By signing up you agree to receive emails from Neuron Learning.
            </p>
            <div style="display: none">
              <img
                src="https://neuron-learning.optin.com/forms/displays.htm?id="
                alt=""
              />
            </div>
          </form>
        </div>
      </div>
    </section>
    <!-- FOOTER -->
    <footer class="foot">
      <div class="wrap foot-inner">
        <p class="foot-tag">
          A personalised Fast ForWord proposal for Coláiste an Spioraid Naoimh,
          Co. Cork · The #1 program on the US What Works Clearinghouse.
        </p>
        <p class="foot-copy">
          Neuron Learning Ltd · +353 21 202 4553 · admin@neuronlearning.com · ©
          2025 Neuron Learning. All rights reserved.
        </p>
      </div>
    </footer>
    <script>
      (function () {
        var root = window.__awFormRoot || document;
        var tag = root.querySelector('[data-aw-action="referrer-tag"]');
        if (tag)
          tag.value =
            (tag.value ? tag.value + "," : "") +
            "referrer_" +
            (document.referrer || "direct");
      })();
    </script>
    <script>
      (function () {
        var io = new IntersectionObserver(
          function (es) {
            es.forEach(function (e) {
              if (e.isIntersecting) {
                e.target.classList.add("show");
                io.unobserve(e.target);
              }
            });
          },
          { threshold: 0.15 },
        );
        document.querySelectorAll(".rv").forEach(function (el) {
          io.observe(el);
        });

        var cio = new IntersectionObserver(
          function (es) {
            es.forEach(function (e) {
              if (!e.isIntersecting) return;
              var el = e.target,
                end = parseFloat(el.getAttribute("data-count")) || 0;
              var pre = el.getAttribute("data-prefix") || "",
                suf = el.getAttribute("data-suffix") || "";
              var t0 = null,
                dur = 1600;
              function step(ts) {
                if (!t0) t0 = ts;
                var p = Math.min((ts - t0) / dur, 1);
                var eased = 1 - Math.pow(1 - p, 3);
                el.textContent =
                  pre + Math.round(end * eased).toLocaleString() + suf;
                if (p < 1) requestAnimationFrame(step);
              }
              requestAnimationFrame(step);
              cio.unobserve(el);
            });
          },
          { threshold: 0.6 },
        );
        document.querySelectorAll("[data-count]").forEach(function (el) {
          cio.observe(el);
        });
      })();
    </script>
  </body>
</html>