:root{
  --pj-ink:#173126;
  --pj-navy:#19304a;
  --pj-green:#4f8a63;
  --pj-green-dark:#3f744f;
  --pj-blue:#5b8fc7;
  --pj-blue-deep:#4078b9;
  --pj-blue-soft:#f1f7fd;
  --pj-powder:#edf6fb;
  --pj-soft-green:#eef7f0;
  --pj-cream:#fbf7ef;
  --pj-line:#dde7df;
  --pj-muted:#667587;
  --pj-white:#fff;
  --pj-max:1200px;
}

html{scroll-behavior:smooth}
body.home-page{margin:0;overflow-x:hidden;background:#fff;color:var(--pj-ink);font-family:"Poppins",sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.home-page *,.home-page *::before,.home-page *::after{box-sizing:border-box}
.home-page a{text-decoration:none}
.home-page button,.home-page input{font:inherit}
.home-page img{max-width:100%}
.home-page .sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.home-page .container{width:min(calc(100% - 48px),var(--pj-max));margin-inline:auto}
.home-page a:focus-visible,.home-page button:focus-visible,.home-page input:focus-visible{outline:3px solid rgba(91,143,199,.55);outline-offset:3px}

/* Header */
.home-page .site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid rgba(23,49,38,.08)}
.home-page .nav-wrap{min-height:78px;display:flex;align-items:center;gap:34px}
.home-page .brand{display:inline-flex;align-items:center;flex:none}
.home-page .brand-logo{display:block;width:178px;height:auto}
.home-page .nav-actions{display:flex;align-items:center;gap:10px;margin-left:auto}
.home-page .nav-actions [hidden]{display:none!important}
.home-page .mobile-menu{display:none}
.home-page .mobile-nav{display:none}

/* Shared controls */
.home-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:12px;font-weight:700;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease}
.home-page .btn-primary{background:var(--pj-green);color:#fff!important;box-shadow:0 10px 22px rgba(79,138,99,.18)}
.home-page .btn-primary:hover{background:var(--pj-green-dark);transform:translateY(-1px)}
.home-page .btn-outline{background:#fff;color:var(--pj-green-dark);border-color:var(--pj-green)}
.home-page .btn-outline:hover{background:var(--pj-soft-green);transform:translateY(-1px)}
.home-page .btn-small{min-height:44px;padding:0 18px;font-size:13px}
.home-page .btn-large{min-height:56px;padding:0 24px;font-size:15px}
.home-page .mobile-nav[hidden],.home-page .prompt-form[hidden],.home-page .prompt-button[hidden]{display:none!important}

/* Hero */
.home-page .hero{padding:24px 0 34px;background:#fff;overflow:hidden}
.home-page .hero-grid{display:grid;grid-template-columns:minmax(0,520px) minmax(0,1fr);align-items:center;min-height:470px}
.home-page .hero-copy{position:relative;z-index:3;padding-left:4px}
.home-page .hero h1{margin:0;font-size:clamp(70px,7vw,96px);line-height:.9;letter-spacing:-.065em;font-weight:800}
.home-page .hero h1 span{color:var(--pj-green)}
.home-page .hero-sub{max-width:510px;margin:23px 0 0;color:#647386;font-size:19px;line-height:1.43;font-weight:400}
.home-page .hero-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:10px;width:min(640px,100%);margin-top:22px}
.home-page .hero-prompt{min-width:0}
.home-page .prompt-button,.home-page .prompt-form{width:100%;height:56px;min-height:56px;border-radius:12px}
.home-page .prompt-button{display:flex;align-items:center;justify-content:space-between;padding:0 20px;border:0;background:var(--pj-green);color:#fff;box-shadow:0 12px 26px rgba(79,138,99,.18);font-size:15px;font-weight:800;cursor:pointer}
.home-page .prompt-button:hover{background:var(--pj-green-dark)}
.home-page .prompt-form{display:grid;grid-template-columns:minmax(0,1fr) 48px;gap:8px;padding:6px;border:1.5px solid var(--pj-green);background:#fff;box-shadow:0 12px 26px rgba(23,49,38,.08)}
.home-page .prompt-form input{min-width:0;border:0;outline:0;padding:0 10px;background:transparent;color:var(--pj-ink);font-size:15px}
.home-page .prompt-form input::placeholder{color:#7a8793}
.home-page .prompt-form button{border:0;border-radius:9px;background:var(--pj-green);color:#fff;font-size:22px;font-weight:800;cursor:pointer}
.home-page .hero-actions>.btn{height:56px;min-width:132px;padding:0 20px;white-space:nowrap}
.home-page .hero-actions>.btn.btn-outline{border-color:var(--pj-blue);color:var(--pj-blue-deep);background:rgba(255,255,255,.88)}
.home-page .hero-actions>.btn.btn-outline:hover{border-color:var(--pj-blue-deep);background:#eaf3fc}
.home-page .hero-visual{position:relative;height:470px;margin-left:-10px;overflow:hidden;isolation:isolate}
.home-page .hero-visual::before{content:"";position:absolute;z-index:-1;inset:12% 3% 8% 9%;border-radius:50%;background:radial-gradient(circle,rgba(91,143,199,.18) 0%,rgba(91,143,199,.07) 42%,transparent 72%);filter:blur(9px)}
.home-page .hero-visual::after{content:"";position:absolute;z-index:2;inset:0;pointer-events:none;background:linear-gradient(90deg,#fff 0%,transparent 12%,transparent 88%,#fff 100%),linear-gradient(#fff 0%,transparent 15%,transparent 85%,#fff 100%)}
.home-page .map-stage{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;overflow:hidden;pointer-events:none}
.home-page .map-stage img{position:relative;z-index:1;display:block;width:100%;height:100%;max-width:700px;object-fit:cover;filter:saturate(.92) brightness(1.02);animation:pj-map-in .85s cubic-bezier(.22,1,.36,1) both}

/* Shared sections */
.home-page .section{padding:82px 0}
.home-page .section-heading{max-width:900px;margin:0 auto 40px;text-align:center}
.home-page .section-heading h2{margin:0;font-size:clamp(40px,4vw,54px);line-height:.95;letter-spacing:-.055em;font-weight:800}
.home-page .section-heading p{margin:12px auto 0;color:#627184;font-size:19px;line-height:1.42;font-weight:400}

/* How It Works */
.home-page .how{background:#fff}
.home-page .how .section-heading{margin-bottom:38px}
.home-page .how .section-heading p{font-size:24px;color:#506279;font-weight:500}
.home-page .how .section-heading p span{font-weight:400}
.home-page .steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.home-page .step-card{position:relative;min-height:312px;padding:40px 26px 30px;border:1px solid var(--pj-line);border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(21,34,55,.045);text-align:center;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.home-page .step-topline{position:absolute;top:0;left:50%;width:34px;height:4px;transform:translateX(-50%);border-radius:0 0 6px 6px;background:#95baa1}
.home-page .step-icon-wrap{position:relative;width:86px;height:86px;margin:0 auto 18px;display:grid;place-items:center;border-radius:50%;background:#f1f7f3;box-shadow:0 0 0 8px #f8fbf9}
.home-page .step-icon{width:38px;height:38px;fill:none;stroke:var(--pj-green);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.home-page .step-icon-number{position:absolute;top:-8px;right:-10px;width:32px;height:32px;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;background:var(--pj-blue);color:#fff;font-size:13px;font-weight:800;box-shadow:0 5px 12px rgba(91,143,199,.16)}
.home-page .step-card h3{margin:0 0 13px;font-size:21px;line-height:1.16;font-weight:700;letter-spacing:-.025em}
.home-page .step-card p{max-width:255px;margin:0 auto;color:#697788;font-size:17px;line-height:1.48}
.home-page .step-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(21,34,55,.09);border-color:#d0dcd4}
.home-page .step-card:hover .step-icon-wrap{transform:scale(1.04)}
.home-page .step-icon-wrap{transition:transform .22s ease}
.home-page .step-card:not(:last-child)::after{content:"";position:absolute;top:50%;right:-30px;width:42px;height:8px;transform:translateY(-50%);background:var(--pj-green);z-index:3;clip-path:polygon(0 34%,74% 34%,74% 0,100% 50%,74% 100%,74% 66%,0 66%);filter:drop-shadow(0 2px 3px rgba(79,138,99,.12))}
.home-page .section-closing{margin:34px 0 0;text-align:center;color:var(--pj-green);font-size:34px;line-height:1.1;font-weight:800;letter-spacing:-.035em}

/* Your job / your price / your choice */
.home-page .choice{position:relative;overflow:hidden;padding:0;background:#fff}
.home-page .choice-panel{position:relative;width:100vw;margin-left:calc(50% - 50vw);display:grid;grid-template-columns:minmax(0,42%) minmax(0,58%);min-height:400px;align-items:stretch;background:#fff}
.home-page .choice-intro{position:relative;display:flex;align-items:center;min-height:400px;padding:44px 28px 44px max(48px,7vw);overflow:visible;background:transparent}
.home-page .choice-shape{position:absolute;z-index:1;top:0;left:0;width:calc(100% + 86px);height:100%;max-width:none;pointer-events:none}
.home-page .choice-intro::after{content:"";position:absolute;z-index:2;inset:0 -86px 0 0;background:linear-gradient(90deg,transparent 45%,rgba(255,255,255,.12) 65%,rgba(255,255,255,.72) 86%,#fff 100%);pointer-events:none}
.home-page .choice-intro h2{position:relative;z-index:3;margin:0;color:#fff;font-size:clamp(58px,5.15vw,86px);line-height:1.13;letter-spacing:.002em;font-weight:800;white-space:nowrap}
.home-page .choice-intro h2 span{color:#fff}
.home-page .choice-message{position:relative;z-index:4;align-self:center;padding:54px 54px 54px 100px;max-width:760px;text-align:center}
.home-page .choice-mantra{display:grid;grid-template-columns:1fr;justify-items:start;gap:7px;margin:0;color:var(--pj-blue-deep);font-size:clamp(25px,2vw,31px);line-height:1.16;font-weight:800;letter-spacing:-.04em}
.home-page .choice-body{margin:31px 0 0;max-width:610px;color:var(--pj-ink);font-size:clamp(20px,1.55vw,24px);line-height:1.46;font-weight:400;text-align:left}
.home-page .choice-body span{display:block}
.home-page .choice-body span+span{margin-top:21px}
/* Those jobs */
.home-page .pass{background:#fff}
.home-page .pass-heading{margin-bottom:34px}
.home-page .pass-heading h2 span{color:var(--pj-green)}
.home-page .pass-heading p{max-width:760px}
.home-page .category-viewport{overflow:visible}
.home-page .category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:13px}
.home-page .category-card{min-height:188px;padding:18px 14px 18px;border:1px solid #d8e5ef;border-radius:17px;background:linear-gradient(145deg,#fcfdff,#f1f7fc);box-shadow:0 10px 26px rgba(42,91,138,.045);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.home-page .category-card-other{display:none}
.home-page .category-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(42,91,138,.1);border-color:#b9d1e8}
.home-page .category-card:hover .cat-icon{transform:scale(1.04)}
.home-page .category-head{display:flex;align-items:center;gap:9px;min-width:0}
.home-page .cat-icon{width:44px;height:44px;flex:0 0 44px;overflow:visible;transition:transform .22s ease}
.home-page .cat-icon img{display:block;width:100%;height:100%;border-radius:50%;object-fit:cover}
.home-page .cat-icon-other{display:grid;place-items:center;border:1px solid #b9d5eb;border-radius:50%;background:#eaf4fd;color:var(--pj-blue-deep);font-size:29px;font-weight:500;line-height:1}
.home-page .category-card h3{margin:0;min-width:0;color:var(--pj-ink);font-size:18px;line-height:1.12;font-weight:700;letter-spacing:-.02em}
.home-page .category-card p{margin:16px 0 0;color:#6b7b6f;font-size:17px;line-height:1.42}
.home-page .center-cta{display:flex;justify-content:center;margin-top:30px}
.home-page .center-cta .btn-primary{color:#fff!important}

/* Earn locally */
.home-page .earn{background:linear-gradient(180deg,#fff 0%,#f7fbff 100%)}
.home-page .earn-heading{max-width:1200px;margin-bottom:38px;padding-left:48px;text-align:left}
.home-page .earn-heading h2{max-width:740px;text-align:left}
.home-page .earn-heading .earn-line{color:var(--pj-green)}
.home-page .earn-heading p{max-width:700px;margin-left:0}
.home-page .earn-editorial{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}
.home-page .earn-item{padding:8px 48px 0;text-align:left}
.home-page .earn-item+.earn-item{border-left:1px solid var(--pj-line)}
.home-page .earn-title{display:flex;align-items:center;gap:12px}
.home-page .earn-icon{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border-radius:50%;background:#eaf3fc;color:var(--pj-blue-deep)}
.home-page .earn-icon img{display:block;width:34px;height:34px;object-fit:contain}
.home-page .earn-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.home-page .earn-title h3{margin:0;font-size:20px;line-height:1.15;letter-spacing:-.025em;font-weight:700}
.home-page .earn-item p{margin:25px 0 0;color:#687787;font-size:15.5px;line-height:1.55;max-width:340px}

/* Safety / Trust */
.home-page .safety{padding:64px 0 58px;background:var(--pj-powder)}
.home-page .safety-heading{margin-bottom:32px}
.home-page .safety-heading h2{line-height:1.04}
.home-page .safety-heading h2 span{color:var(--pj-blue)}
.home-page .safety-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px}
.home-page .safety-item{display:grid;grid-template-columns:48px minmax(0,1fr);column-gap:13px;align-items:center;padding:0 10px;text-align:left}
.home-page .safety-icon{grid-row:1;width:48px;height:48px;margin:0;display:grid;place-items:center;border-radius:50%;background:#eaf3fc;color:var(--pj-blue-deep)}
.home-page .safety-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.home-page .safety-item h3{grid-column:2;margin:0;font-size:18px;line-height:1.2;font-weight:700;letter-spacing:-.025em}
.home-page .safety-item p{grid-column:2;max-width:none;margin:5px 0 0;color:#687787;font-size:14px;line-height:1.5}

/* Final CTA + footer */
.home-page .final-cta{background:#fff;padding:34px 0 28px}
.home-page .final-panel{width:min(860px,100%);margin:auto;padding:34px 42px 36px;display:flex;flex-direction:column;align-items:center;gap:18px;border-radius:24px;background:var(--pj-navy);box-shadow:0 20px 42px rgba(25,48,74,.13);text-align:center}
.home-page .final-copy h2{margin:0;color:#fff;font-size:clamp(42px,4.1vw,58px);line-height:1;letter-spacing:-.055em;font-weight:800;white-space:nowrap}
.home-page .final-action{min-width:230px;height:56px;padding:0 28px;display:inline-flex;align-items:center;justify-content:center;gap:12px;border:0;border-radius:999px;background:var(--pj-green);color:#fff!important;font-size:15px;font-weight:800;box-shadow:0 10px 22px rgba(79,138,99,.18);transition:transform .2s ease,background .2s ease}
.home-page .final-action:hover{background:var(--pj-green-dark);transform:translateY(-1px)}
.home-page .final-action span{font-size:28px;line-height:1;font-weight:500}
.home-page .footer{background:#fff;padding:20px 0 12px}
.home-page .footer-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.home-page .footer-brand-block p{margin:4px 0 0;color:#7b8895;font-size:13px}
.home-page .footer-logo{display:block;width:168px;height:auto}
.home-page .footer-links{display:flex;align-items:center;gap:24px;flex-wrap:wrap;justify-content:flex-end}
.home-page .footer-links a{color:#667487;font-size:13px;font-weight:600}
.home-page .footer-links a:hover{color:var(--pj-blue-deep)}
.home-page .footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:13px;padding-top:9px;border-top:1px solid rgba(21,34,55,.09);color:#8b95a1;font-size:11px;line-height:1.4}

/* Motion */
.home-page .reveal{opacity:0;transform:translateY(18px)}
.home-page .reveal.is-visible{animation:pj-reveal .68s cubic-bezier(.22,1,.36,1) both}
.home-page .reveal-delay.is-visible{animation-delay:.08s}
.home-page .reveal-delay-2.is-visible{animation-delay:.16s}
.home-page .reveal-delay-3.is-visible{animation-delay:.24s}
@keyframes pj-reveal{to{opacity:1;transform:none}}
@keyframes pj-map-in{from{opacity:0;transform:scale(1.02) translateX(10px)}to{opacity:1;transform:none}}

/* Tablet */
@media (max-width:1100px){
  .home-page .hero-grid{grid-template-columns:minmax(0,460px) minmax(0,1fr)}
  .home-page .hero h1{font-size:clamp(62px,7vw,82px)}
  .home-page .hero-visual{margin-left:-6px}
  .home-page .steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-page .step-card:not(:last-child)::after{display:none}
  .home-page .category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .home-page .safety-grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:34px}
  .home-page .choice-panel{grid-template-columns:minmax(0,42%) minmax(0,58%)}
  .home-page .choice-intro{padding-left:40px;padding-right:22px}
  .home-page .choice-intro h2{font-size:clamp(50px,5.35vw,72px)}
  .home-page .choice-message{padding-left:68px;padding-right:30px}
  .home-page .choice-body{font-size:20px}
}

/* Mobile */
@media (max-width:760px){
  .home-page .container{width:min(calc(100% - 28px),var(--pj-max))}
  .home-page .nav-wrap{min-height:68px}
  .home-page .brand-logo{width:154px}
  .home-page .nav-actions{display:none}
  .home-page .mobile-menu{display:flex;margin-left:auto;width:44px;height:44px;border:1px solid var(--pj-line);border-radius:12px;background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:4px;cursor:pointer}
  .home-page .mobile-menu span{width:18px;height:2px;background:var(--pj-ink);border-radius:2px}
  .home-page .mobile-nav{padding:10px 24px 20px;background:#fff;border-top:1px solid rgba(21,34,55,.07)}
  .home-page .mobile-nav a{display:block;padding:12px 0;color:#44514b;font-size:14px;font-weight:700}
  .home-page .mobile-nav a[hidden]{display:none!important}
  .home-page .mobile-nav .btn{margin-top:7px}

  .home-page .hero{padding:16px 0 28px}
  .home-page .hero-grid{display:flex;flex-direction:column;min-height:0}
  .home-page .hero-copy{width:100%;padding:16px 0 0}
  .home-page .hero h1{font-size:clamp(52px,14.7vw,70px);line-height:.9;white-space:normal}
  .home-page .hero-sub{margin-top:18px;font-size:17px;line-height:1.43}
  .home-page .hero-actions{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(118px,.9fr);gap:8px;width:100%;margin-top:20px}
  .home-page .hero-actions>.btn,.home-page .prompt-button,.home-page .prompt-form{width:100%;height:56px;min-height:56px}
  .home-page .hero-actions>.btn{padding:0 11px;font-size:12.5px}
  .home-page .prompt-button{padding:0 14px;font-size:12.5px;text-align:left}
  .home-page .prompt-form{grid-template-columns:minmax(0,1fr) 48px}
  .home-page .prompt-form input{font-size:13px}
  .home-page .hero-visual{order:2;width:calc(100% + 28px);height:150px;margin:18px -14px 0}
  .home-page .map-stage img{width:100%;height:100%;max-width:none;object-fit:cover}

  .home-page .section{padding:68px 0}
  .home-page .section-heading{margin-bottom:32px}
  .home-page .section-heading h2{font-size:clamp(39px,10.8vw,51px)}
  .home-page .section-heading p{font-size:17px}

  .home-page .how .section-heading{margin-bottom:30px}
  .home-page .how .section-heading p{font-size:19px}
  .home-page .steps{grid-template-columns:1fr;gap:12px}
  .home-page .step-card{min-height:0;padding:34px 22px 30px}
  .home-page .step-icon-wrap{width:80px;height:80px}
  .home-page .step-icon-number{width:31px;height:31px}
  .home-page .step-card h3{font-size:20px}
  .home-page .step-card p{max-width:310px;font-size:15.5px}
  .home-page .section-closing{margin-top:28px;font-size:24px}

  .home-page .choice{background:#fff}
  .home-page .choice-panel{width:100%;margin-left:0;grid-template-columns:1fr;min-height:0}
  .home-page .choice-intro{min-height:0;padding:58px 28px 58px;overflow:hidden;background:transparent}
  .home-page .choice-shape{width:100%;height:100%}
  .home-page .choice-intro h2{font-size:clamp(44px,12vw,58px);line-height:1.12;white-space:normal}
  .home-page .choice-message{padding:54px 28px 60px}
  .home-page .choice-message h3{font-size:25px}
  .home-page .choice-intro::after{right:0}
  .home-page .choice-mantra{justify-items:start;gap:7px;font-size:clamp(24px,6.8vw,30px);line-height:1.18}
  .home-page .choice-body{margin-top:25px;font-size:19px;line-height:1.52}
  .home-page .choice-body span+span{margin-top:19px}

  .home-page .pass-heading{text-align:center}
  .home-page .pass-heading h2{font-size:clamp(40px,11vw,52px)}
  .home-page .pass-heading p{font-size:17px}
  .home-page .category-grid{display:flex;gap:12px;overflow-x:auto;padding:2px 22px 14px 2px;scroll-padding-inline:2px;scroll-snap-type:x mandatory;scrollbar-width:none}
  .home-page .category-grid::-webkit-scrollbar{display:none}
  .home-page .category-card{flex:0 0 78%;min-height:156px;padding:16px 14px 11px;scroll-snap-align:start}
  .home-page .category-card-other{display:block}
  .home-page .category-card h3{font-size:17px}
  .home-page .category-card p{font-size:16px}
  .home-page .center-cta{margin-top:25px}
  .home-page .center-cta .btn{width:100%}

  .home-page .earn-heading{max-width:none;margin-bottom:34px;padding-left:0;text-align:left}
  .home-page .earn-heading h2{font-size:clamp(43px,12.6vw,58px);text-align:left}
  .home-page .earn-heading p{font-size:17px}
  .home-page .earn-editorial{grid-template-columns:1fr}
  .home-page .earn-item{padding:0}
  .home-page .earn-item+.earn-item{border-left:0;border-top:1px solid var(--pj-line);padding-top:24px;margin-top:24px}
  .home-page .earn-item p{margin-top:18px;max-width:none;font-size:15px}

  .home-page .safety-heading{margin-bottom:36px}
  .home-page .safety-heading h2{font-size:clamp(39px,10.6vw,53px);line-height:1.02}
  .home-page .safety-heading p{font-size:17px}
  .home-page .safety-grid{grid-template-columns:1fr;gap:0}
  .home-page .safety-item{padding:24px 10px}
  .home-page .safety-item+.safety-item{border-top:1px solid rgba(77,120,104,.15);padding-top:24px}

  .home-page .final-cta{padding:22px 0 24px}
  .home-page .final-panel{width:100%;padding:30px 18px 28px;border-radius:21px;gap:17px}
  .home-page .final-copy h2{font-size:clamp(39px,10.4vw,54px);white-space:normal}
  .home-page .final-action{width:min(300px,100%);height:56px;min-height:56px;font-size:15px}
  .home-page .final-action span{font-size:30px}

  .home-page .footer{padding:20px 0 12px}
  .home-page .footer-inner{display:flex;flex-direction:column;align-items:flex-start;gap:14px}
  .home-page .footer-links{justify-content:flex-start;gap:10px 18px}
  .home-page .footer-bottom{display:block;line-height:1.5}
  .home-page .footer-bottom span{display:block}
  .home-page .footer-bottom span+span{margin-top:4px}
}

@media (max-width:480px){
  .home-page .hero-actions{grid-template-columns:1fr}
  .home-page .hero-actions>.btn{font-size:14px}
  .home-page .prompt-button{font-size:14px}
  .home-page .hero-visual{height:136px;margin-top:14px}
  .home-page .section{padding:58px 0}
  .home-page .choice-intro{padding:48px 24px}
  .home-page .choice-message{padding:44px 24px 50px}
  .home-page .category-card{flex-basis:85%}
}

@media (prefers-reduced-motion:reduce){
  .home-page .reveal,.home-page .map-stage img{opacity:1!important;transform:none!important;animation:none!important}
  .home-page .btn,.home-page .prompt-button,.home-page .final-action,.home-page .step-card,.home-page .step-icon-wrap,.home-page .category-card,.home-page .cat-icon{transition:none!important}
}
