/* CF Transport — the application page only.
   One card on a lit floor: the form on the left, the room the call comes from
   on the right. Layout follows the reference the owner supplied; the palette
   and the mark are ours. */

.apply-stage{min-height:100svh;padding:2rem 1.25rem 3rem;
             background:
               radial-gradient(120% 85% at 12% 0%,rgba(160,220,255,.10),transparent 58%),
               radial-gradient(100% 70% at 92% 100%,rgba(160,220,255,.06),transparent 60%),
               linear-gradient(170deg,#1b232c 0%,#141a21 42%,#0d1319 100%);}
@media (min-width:640px){.apply-stage{padding:3rem 2rem 4rem;}}
@media (min-width:1024px){
  .apply-stage{display:grid;place-items:center;height:100svh;min-height:0;
               padding:2.25rem 2.5rem;overflow:hidden;}
}

.apply-card{position:relative;overflow:hidden;width:100%;max-width:68rem;margin:0 auto;
            border-radius:22px;border:1px solid rgba(255,255,255,.08);
            background:linear-gradient(180deg,#0d141b 0%,#090f14 100%);
            box-shadow:0 40px 90px -30px rgba(0,0,0,.85),0 2px 0 rgba(255,255,255,.04) inset;}
@media (min-width:1024px){
  .apply-card{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
              grid-template-rows:minmax(0,1fr);
              border-radius:28px;max-height:calc(100svh - 4.5rem);}
  .apply-panel{min-height:0;overflow-y:auto;overscroll-behavior:contain;}
  .apply-art{min-height:0;overflow-y:auto;}
}

/* ---- left: the form ---- */
.apply-panel{padding:1.75rem 1.25rem 2rem;}
@media (min-width:640px){.apply-panel{padding:2.25rem 2rem 2.5rem;}}
@media (min-width:1024px){.apply-panel{padding:3rem 3rem 3.25rem;}}

.apply-brand{display:inline-block;margin-bottom:2rem;}
.apply-brand .logo{height:1.75rem;}
@media (min-width:640px){.apply-brand .logo{height:2rem;}}

.apply-eyebrow{margin:0 0 .75rem;font-size:.6875rem;font-weight:600;letter-spacing:.2em;
               text-transform:uppercase;color:rgba(255,255,255,.4);}
.apply-heading{margin:0;font-size:1.75rem;font-weight:600;line-height:1.1;letter-spacing:-.025em;
               color:#fff;}
@media (min-width:640px){.apply-heading{font-size:2.25rem;}}
.apply-heading::after{content:".";color:#a0dcff;}
.apply-lede{margin:1rem 0 2rem;max-width:30rem;font-size:.875rem;line-height:1.6;
            color:rgba(255,255,255,.55);}

/* ---- right: the floor ---- */
.apply-art{position:relative;overflow:hidden;
           background:linear-gradient(160deg,#16222d 0%,#0c141b 100%);}
.apply-art-body{position:relative;z-index:2;display:flex;flex-direction:column;
                padding:1.75rem 1.5rem 2rem;}
@media (min-width:640px){.apply-art-body{padding:2rem 2rem 2.25rem;}}
@media (min-width:1024px){
  .apply-art{min-height:100%;}
  .apply-art-body{height:100%;padding:3rem 2.5rem 2.5rem;}
}
.apply-art-logo{align-self:flex-start;height:1.75rem;}
@media (min-width:1024px){.apply-art-logo{height:2.25rem;}}

/* The three steps are all on screen; the one that is lit walks down the list,
   which reads as instruction rather than as decoration. */
.apply-steps{margin:2rem 0 0;padding:0;list-style:none;display:grid;gap:1.1rem;}
@media (min-width:1024px){.apply-steps{margin-top:2.75rem;gap:1.35rem;}}
.apply-steps li{display:flex;gap:.85rem;align-items:flex-start;opacity:.4;
                transition:opacity .55s ease;}
.apply-steps li[data-live]{opacity:1;}
.apply-step-n{flex:none;display:grid;place-items:center;width:1.4rem;height:1.4rem;
              border-radius:999px;border:1px solid rgba(255,255,255,.22);
              font-size:.625rem;font-weight:700;color:rgba(255,255,255,.55);
              transition:background-color .45s ease,border-color .45s ease,color .45s ease;}
.apply-steps li[data-live] .apply-step-n{background:#a0dcff;border-color:#a0dcff;color:#04161f;}
.apply-step-t{font-size:.8125rem;line-height:1.55;color:rgba(255,255,255,.66);}
@media (min-width:1024px){.apply-step-t{font-size:.875rem;}}
.apply-steps li[data-live] .apply-step-t{color:#fff;}
@media (prefers-reduced-motion:reduce){
  .apply-steps li{opacity:1;transition:none;}
  .apply-steps li[data-live] .apply-step-n{transition:none;}
}

.apply-curve{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;opacity:.8;}

/* "Join Now!" sits behind everything, in the brand blue, as a ground rather
   than a headline — it is the room's caption, not a second call to action. */
.apply-join{position:absolute;right:1.25rem;bottom:1rem;margin:0;
            font-size:clamp(2.75rem,12vw,5rem);font-weight:700;line-height:.92;
            letter-spacing:-.04em;text-align:right;text-transform:none;
            color:rgba(160,220,255,.16);
            -webkit-text-stroke:1px rgba(160,220,255,.22);
            pointer-events:none;user-select:none;}
.apply-join span{display:block;color:rgba(160,220,255,.34);}
@media (min-width:1024px){
  .apply-join{right:2rem;bottom:1.75rem;font-size:clamp(3.5rem,4.4vw,5.5rem);}
}

.apply-art-note{margin:auto 0 0;padding-top:1.75rem;max-width:22rem;
                font-size:.6875rem;line-height:1.55;color:rgba(255,255,255,.42);}



/* --- the truck picker: names, not pictures --- */
.truck-opt{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;
           border-radius:14px;border:1px solid rgba(255,255,255,.14);
           background:rgba(255,255,255,.04);padding:.9rem 1rem;text-align:left;cursor:pointer;
           transition:border-color .2s ease,background-color .2s ease;}
.truck-opt:hover{border-color:rgba(255,255,255,.3);background:rgba(255,255,255,.06);}
.truck-opt[aria-pressed="true"]{border-color:#a0dcff;background:rgba(160,220,255,.11);}
.truck-name{font-size:.9375rem;font-weight:600;letter-spacing:-.01em;color:#fff;}
.truck-years{font-size:.625rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;
             color:rgba(160,220,255,.75);}
.truck-tick{position:absolute;right:.65rem;top:.65rem;display:grid;place-items:center;
            width:20px;height:20px;border-radius:999px;background:#a0dcff;color:#04161f;
            opacity:0;transform:scale(.6);
            transition:opacity .2s ease,transform .3s cubic-bezier(.34,1.56,.64,1);}
.truck-opt[aria-pressed="true"] .truck-tick{opacity:1;transform:scale(1);}
@media (prefers-reduced-motion:reduce){.truck-opt,.truck-tick{transition:none;}}

/* --- reaching a person, inside the card --- */
.apply-reach{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.1);}
@media (min-width:1024px){.apply-reach{margin-top:1.75rem;}}
.apply-reach-lines{display:flex;flex-wrap:wrap;gap:.35rem 1.25rem;}
.apply-reach-lines a{font-size:.8125rem;font-weight:500;color:rgba(255,255,255,.8);
                     text-decoration:none;transition:color .2s ease;}
.apply-reach-lines a:hover{color:#a0dcff;}
.apply-social{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.9rem;}
.apply-social a{display:grid;place-items:center;width:30px;height:30px;border-radius:999px;
                border:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.45);
                transition:border-color .2s ease,color .2s ease,background-color .2s ease;}
.apply-social svg{width:14px;height:14px;}
.apply-social a:hover{border-color:#a0dcff;color:#a0dcff;background:rgba(160,220,255,.08);}
.apply-social a:focus-visible{outline:2px solid #a0dcff;outline-offset:3px;}
.apply-legal{margin:.9rem 0 0;font-size:.625rem;line-height:1.5;color:rgba(255,255,255,.3);}
