:root{
  --navy:#0a2346;--navy-2:#123b72;--ink:#0b2d5f;--blue:#2478ef;--blue-2:#315fef;--cyan:#34cef2;--violet:#7258ff;
  --paper:#fff;--soft:#f4f9ff;--soft-2:#eaf4ff;--line:#d9e8f7;--muted:#5c7191;--shadow:0 24px 64px rgba(26,63,107,.16);
  --max:1340px;--radius:20px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.55;overflow-x:hidden}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.skip{position:fixed;left:1rem;top:-5rem;z-index:9999;background:#fff;color:#000;padding:.75rem 1rem;border-radius:10px}.skip:focus{top:1rem}

/* NAVIGATION + APP-STYLE WHITE BRAND CARRIER */
.rapid-top{position:sticky;top:0;z-index:100;display:flex;align-items:center;gap:24px;min-height:72px;padding:0 max(24px,4vw) 0 0;background:linear-gradient(90deg,#082443 0%,#0d3561 58%,#0b2448 100%);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 10px 28px rgba(5,29,58,.13)}
.rapid-brand{position:relative;display:flex;align-items:center;gap:11px;flex:0 0 auto;width:min(430px,31vw);min-width:352px;min-height:60px;margin-left:-18px;padding:8px 34px 8px 56px;background:#fff;border-radius:0 0 78px 0;box-shadow:0 10px 24px rgba(4,24,48,.16);isolation:isolate}
.rapid-brand:after{content:"";position:absolute;right:0;bottom:-1px;width:72px;height:62px;border-radius:0 0 72px 0;border-right:1px solid rgba(18,63,112,.06);border-bottom:1px solid rgba(18,63,112,.06);pointer-events:none}
.rapid-brand img{width:min(246px,18vw);height:auto;position:relative;z-index:2}.plus-pill{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 .78rem;border-radius:999px;background:linear-gradient(135deg,#4d65f4,#8e4df4);color:#fff;border:1px solid rgba(255,255,255,.85);font-size:.78rem;font-weight:900;white-space:nowrap;box-shadow:0 7px 18px rgba(92,73,230,.22)}
.rapid-nav{display:flex;align-items:center;gap:1.42rem;margin-left:auto;color:#fff;font-size:.76rem}.rapid-nav a{opacity:.83}.rapid-nav a:hover,.rapid-nav a:focus-visible{opacity:1;color:#6be2ff}
.rapid-actions{display:flex;align-items:center;gap:.82rem}.rapid-lang{display:flex;align-items:center;gap:.34rem;color:#fff;font-size:.68rem;letter-spacing:.05em}.rapid-lang a{opacity:.5}.rapid-lang a[aria-current="page"]{opacity:1;color:#69e2ff;font-weight:900}
.cta-mini,.cta-main{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;border-radius:14px;font-weight:850;transition:transform .2s ease,box-shadow .2s ease}.cta-mini{min-height:44px;padding:0 1.2rem;background:linear-gradient(90deg,#54ddfb,#735cff);color:#071a38;box-shadow:0 8px 23px rgba(54,146,255,.2)}.cta-main{min-height:58px;padding:0 1.6rem;background:linear-gradient(90deg,#2b8ff8,#7759ff);color:#fff;box-shadow:0 16px 38px rgba(65,109,238,.23)}.cta-mini:hover,.cta-main:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(65,109,238,.28)}

/* HERO */
.rapid-hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff 0%,#fafdff 100%)}
.rapid-hero-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:.78fr 1.22fr;min-height:500px;position:relative}
.hero-copy{padding:52px 28px 48px 18px;align-self:center;position:relative;z-index:7}
.rapid-kicker{margin:0 0 1rem;font-size:.73rem;font-weight:900;letter-spacing:.19em;text-transform:uppercase;color:#173f7c}
.rapid-hero h1{margin:0 0 1.25rem;font-size:clamp(3.35rem,5vw,5.35rem);line-height:1.025;letter-spacing:-.046em;font-weight:830;color:#0d2c59;max-width:610px}.rapid-hero h1 strong{display:block;color:#2d77e7;font-weight:830}
.rapid-lede{font-size:clamp(1.03rem,1.22vw,1.25rem);line-height:1.62;color:#243f6d;margin:0 0 .8rem;max-width:610px}.rapid-lede b{color:#102d59}.conditions-note{margin:.45rem 0 1.55rem;color:#4e6183;font-size:.86rem;font-style:italic}
.hero-stage{position:relative;min-height:500px;overflow:visible;isolation:isolate}
.hero-stage:before{content:"";position:absolute;inset:0 -80px 0 -90px;z-index:-2;background:radial-gradient(circle at 64% 20%,rgba(79,180,255,.18),transparent 31%),linear-gradient(110deg,rgba(255,255,255,.96) 0%,rgba(245,251,255,.80) 26%,rgba(229,243,255,.55) 60%,rgba(255,255,255,.92) 100%)}
.hero-photo{position:absolute;left:20px;right:-32px;bottom:28px;height:360px;overflow:hidden;z-index:2;border-radius:28px 0 0 28px;box-shadow:0 25px 58px rgba(29,67,112,.17);background:#eef7ff}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:51% 50%;transform:scale(1.025)}
.hero-photo:before{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.72) 7%,rgba(255,255,255,.08) 19%,transparent 35%);pointer-events:none}
.hero-photo:after{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.17),transparent 27%);pointer-events:none}
.hero-hand{position:absolute;left:-112px;top:84px;z-index:8;width:210px;font-family:"Segoe Print","Bradley Hand",cursive;color:#174e9d;font-size:1.22rem;line-height:1.3;transform:rotate(-5deg);text-align:center;text-shadow:0 2px 0 rgba(255,255,255,.95)}.hero-hand:after{content:"";display:block;width:124px;height:3px;background:#24bfe9;margin:10px auto 0;transform:rotate(-6deg);border-radius:99px}

/* CANADA + QUÉBEC OFFICIAL SYMBOLS — no standalone flags */
.flag-cluster{position:absolute;top:24px;right:14px;z-index:9;display:grid;grid-template-columns:1fr;justify-items:end;gap:14px}
.flag-unit,.flag-unit.quebec{display:grid;grid-template-columns:72px minmax(132px,176px);gap:12px;align-items:center;color:#0b315f;justify-items:start}
.flag-symbol{display:grid;place-items:center;width:72px;height:58px;padding:0}
.flag-symbol img{display:block;width:auto;height:auto;max-width:56px;max-height:48px;object-fit:contain}
.flag-unit p{margin:0;font-size:.72rem;line-height:1.18;font-weight:900}.flag-unit.quebec p{color:#173f86}

/* PROCESS */
.rapid-section{padding:32px max(22px,4vw)}.section-wrap{max-width:var(--max);margin:auto}.process-panel{padding:18px 18px 12px;border-radius:19px;background:linear-gradient(180deg,#f6fbff,#edf6ff);border:1px solid #d8e9fa;box-shadow:0 14px 34px rgba(35,79,128,.06)}
.process-title{display:flex;align-items:center;gap:.8rem;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:#173e79;font-weight:900;margin:0 0 .92rem}.process-title:after{content:"";height:1px;background:#bfd8f1;flex:1}
.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.timeline article{position:relative;display:grid;grid-template-columns:54px 1fr;gap:13px;padding:17px 18px;background:#fff;border-radius:13px;min-height:118px;border:1px solid #e0eaf5}.timeline article:not(:last-child):after{content:"›";position:absolute;right:-14px;top:50%;transform:translateY(-50%);font-size:2.05rem;color:#4b8de8;z-index:2}.step-num{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#2e81e6;color:#fff;font-weight:900}.timeline h3{margin:.03rem 0 .36rem;font-size:1rem;line-height:1.28;color:#102f5c}.timeline p{margin:0;color:#4f6384;font-size:.81rem;line-height:1.52}

/* CONDITIONS + PLUS */
.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.info-card{background:linear-gradient(180deg,#f9fcff,#eef6fd);border:1px solid #dae8f5;border-radius:16px;padding:25px}.info-card h2{display:flex;align-items:center;gap:.65rem;margin:0 0 1.15rem;font-size:.91rem;letter-spacing:.075em;text-transform:uppercase;color:#143b74;line-height:1.38}.info-card h2 .spark{color:#7257ff;font-size:1.36rem}.checklist,.benefits{list-style:none;margin:0;padding:0;display:grid;gap:.95rem}.checklist li,.benefits li{display:grid;grid-template-columns:27px 1fr;gap:.74rem;align-items:start;color:#294a77;font-size:.85rem;line-height:1.5}.checklist li:before{content:"✓";width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#21b7da;color:#fff;font-weight:900}.benefits li:before{content:"✦";color:#2f7de9;font-size:1.04rem}.benefits b{display:block;color:#12396e;margin:0 0 .16rem;line-height:1.28}.benefits span{color:#55708e;font-size:.79rem;line-height:1.48}
.quote-row{display:grid;grid-template-columns:.95fr 1.05fr;gap:34px;align-items:center;padding-top:30px}.quote{position:relative;padding:0 0 0 58px;margin:0;font-family:Georgia,serif;color:#244c86;font-size:clamp(1.45rem,2.08vw,2rem);font-style:italic;line-height:1.4}.quote:before{content:"“";position:absolute;left:0;top:-17px;font-size:5rem;color:#7fa4d0;font-style:normal}.quote small{display:block;margin-top:20px;font:800 .67rem/1.25 Inter,Arial,sans-serif;letter-spacing:.16em;text-transform:uppercase;color:#335f98}.action-card{text-align:center}.action-card .cta-main{min-width:300px}.action-card p{margin:.72rem 0 0;color:#355783;font-size:.81rem}

/* CANADA + QUÉBEC BAND */
.canada-band{position:relative;overflow:hidden;min-height:176px;color:#fff;margin-top:12px;background:#163c69}.canada-band:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,38,69,.42),rgba(7,35,63,.05) 56%,rgba(9,41,72,.40)),url("generated/canada-band-scene.png") center/cover no-repeat;transform:scale(1.02)}
.canada-band .section-wrap{position:relative;z-index:2;min-height:176px;display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;padding:26px 0}.canada-band h2{margin:0;font-size:clamp(1.75rem,2.8vw,2.85rem);line-height:1.1;color:#fff;max-width:690px;text-shadow:0 2px 18px rgba(0,0,0,.2)}.canada-band p{margin:.6rem 0 0;color:#e5f0fc}
.origin-badges{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:14px;align-items:stretch}.origin-badge{display:grid;grid-template-columns:70px minmax(120px,1fr);gap:14px;align-items:center;padding:13px 15px;border-radius:14px;background:rgba(5,30,58,.42);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(5px);min-height:92px}.origin-badge strong{font-size:.88rem;line-height:1.25}.badge-symbol{display:grid;place-items:center;width:70px;height:60px;padding:0}.badge-symbol img{display:block;width:auto;height:auto;max-width:54px;max-height:46px;object-fit:contain;filter:brightness(0) invert(1)}

/* FOOTER */
.rapid-footer{background:#092547;color:#fff;padding:24px max(22px,4vw)}.rapid-footer-inner{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.footer-links{display:flex;gap:1.25rem;font-size:.74rem}.mtv-lockup{display:flex;align-items:center;gap:16px;justify-content:center}.mtv-lockup img{width:184px}.mtv-lockup span{border-left:1px solid rgba(255,255,255,.35);padding-left:16px;font-size:.72rem;line-height:1.35;color:#dbe7f6;max-width:145px}.rapid-footer .back{text-align:right;font-size:.75rem}.rapid-footer a:hover{color:#66dcff}
.reveal{opacity:0;transform:translateY(14px);transition:.62s ease}.reveal.visible{opacity:1;transform:none}

@media(max-width:1180px){
  .rapid-brand{width:360px;min-width:330px;padding-left:42px}.rapid-brand img{width:210px}.rapid-nav{display:none}.rapid-hero-grid{grid-template-columns:1fr}.hero-copy{padding:46px 24px 24px;max-width:780px}.hero-stage{min-height:490px}.hero-hand{left:34px;top:24px}.flag-cluster{right:24px}.hero-photo{left:20px;right:20px;bottom:20px;height:385px;border-radius:28px}.timeline{grid-template-columns:1fr}.timeline article:not(:last-child):after{content:"↓";right:50%;top:auto;bottom:-22px;transform:translateX(50%)}.info-grid,.quote-row{grid-template-columns:1fr}.canada-band .section-wrap{padding:26px 24px}.rapid-footer-inner{grid-template-columns:1fr;text-align:center}.footer-links,.mtv-lockup{justify-content:center}.rapid-footer .back{text-align:center}
}

@media(max-width:760px){
  .rapid-top{min-height:66px;padding-right:10px;gap:7px}.rapid-brand{width:260px;min-width:0;min-height:58px;margin-left:-20px;padding:7px 24px 7px 38px;border-radius:0 0 54px 0}.rapid-brand img{width:150px}.plus-pill{min-height:28px;padding:0 .55rem;font-size:.63rem}.rapid-actions{margin-left:auto}.cta-mini{display:none}.rapid-lang{font-size:.56rem;gap:.26rem}
  .hero-copy{padding:34px 20px 22px}.rapid-kicker{margin-bottom:.9rem}.rapid-hero h1{font-size:clamp(2.75rem,13.3vw,4.1rem);line-height:1.045;margin-bottom:1.05rem}.rapid-lede{font-size:.98rem;line-height:1.58}.conditions-note{margin-bottom:1.3rem}
  .hero-stage{min-height:475px}.hero-hand{left:18px;top:16px;width:168px;text-align:left;transform:rotate(-2deg);font-size:.96rem}.hero-hand:after{margin-left:0}.flag-cluster{top:16px;right:12px;gap:10px;display:grid;justify-items:end}.flag-unit,.flag-unit.quebec{grid-template-columns:64px;width:64px;justify-items:end}.flag-symbol{width:64px;height:52px;padding:0}.flag-symbol img{max-width:48px;max-height:42px}.flag-unit p{display:none}.hero-photo{left:10px;right:10px;bottom:14px;height:315px;border-radius:20px}.hero-photo img{object-position:48% 50%}
  .rapid-section{padding:25px 15px}.process-panel{padding:17px 12px 10px}.timeline article{grid-template-columns:48px 1fr;padding:15px}.info-card{padding:20px}.quote-row{gap:18px}.quote{padding-left:44px}.action-card .cta-main{min-width:0;width:100%}.canada-band .section-wrap{grid-template-columns:1fr;padding:24px 18px}.origin-badges{grid-template-columns:1fr;gap:12px}.origin-badge{grid-template-columns:64px 1fr;align-items:center;min-height:88px}.badge-symbol{width:64px;height:56px;padding:0}.footer-links{flex-wrap:wrap;justify-content:center}.mtv-lockup{flex-direction:column}.mtv-lockup span{border-left:0;border-top:1px solid rgba(255,255,255,.35);padding-left:0;padding-top:10px}
}
@media(max-width:1180px) and (max-height:560px) and (orientation:landscape){
  /* iPhone / short-screen landscape: keep both origin lockups fully inside
     the hero image, readable, separated, and clear of each other. */
  .hero-stage{min-height:490px}
  .hero-photo{left:20px;right:20px;bottom:20px;height:385px;border-radius:28px}
  .flag-cluster{
    top:102px;
    right:28px;
    width:min(310px,40vw);
    max-width:none;
    gap:9px;
    justify-items:stretch;
  }
  .flag-unit,.flag-unit.quebec{
    width:100%;
    grid-template-columns:48px minmax(0,1fr);
    gap:10px;
    align-items:center;
    padding:8px 11px;
    border-radius:12px;
    background:rgba(255,255,255,.90);
    border:1px solid rgba(255,255,255,.82);
    box-shadow:0 7px 18px rgba(14,54,95,.12);
    backdrop-filter:blur(3px);
    -webkit-backdrop-filter:blur(3px);
  }
  .flag-symbol{width:48px;height:42px}
  .flag-symbol img{max-width:40px;max-height:34px}
  .flag-unit p{
    display:block;
    margin:0;
    font-size:.67rem;
    line-height:1.16;
    text-wrap:balance;
  }
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}}
