:root{
  --welcome-teal:#5EBCBC;
  --welcome-teal-dark:#149f9f;
  --welcome-navy:#08264a;
  --welcome-text:#102847;
  --welcome-muted:#5f6f82;
  --welcome-border:#e4e8ec;
  --welcome-card:#ffffff;
  --welcome-bg:#ffffff;
}

/* =========================
PAGE RESET
========================= */

body.public-page{
  background:var(--welcome-bg);
  color:var(--welcome-text);
  font-family:"Inter", sans-serif;
}

body.public-page main{
  padding-bottom:0 !important;
}

.welcome-page,
.welcome-page *{
  box-sizing:border-box;
}

.welcome-page{
  width:100%;
  min-height:100vh;
  background:
    radial-gradient(
      circle at 50% 5%,
      rgba(94,188,188,.045),
      transparent 28%
    ),
    #ffffff;
}

.welcome-shell{
  width:100%;
  max-width:980px;
  margin:0 auto;
  padding:72px 30px 28px;
}

/* =========================
HEADER
========================= */

.welcome-header{
  text-align:center;
  margin-bottom:30px;
}

.welcome-eyebrow{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  margin-bottom:13px;
}

.welcome-eyebrow-line{
  display:block;
  width:126px;
  height:2px;
  background:var(--welcome-teal);
}

.welcome-eyebrow-text{
  color:var(--welcome-teal-dark);
  font-size:1.05rem;
  font-weight:600;
  letter-spacing:.48em;
  line-height:1;
  text-transform:uppercase;
}

.welcome-paw{
  display:block;
  width:40px;
  height:40px;
  margin:0 auto 14px;
  object-fit:contain;
}

.welcome-header h1{
  margin:0;
  color:var(--welcome-navy);
  font-size:clamp(3rem,6.6vw,4.3rem);
  font-weight:600;
  line-height:1.06;
  letter-spacing:-.045em;
}

.welcome-subtitle{
  margin:19px 0 0;
  color:var(--welcome-text);
  font-size:clamp(1.65rem,3vw,2.05rem);
  font-weight:400;
  line-height:1.3;
}

.welcome-subtitle span{
  position:relative;
  color:var(--welcome-teal-dark);
  font-weight:500;
}

.welcome-subtitle span::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:-9px;
  width:74px;
  height:4px;
  border-radius:50%;
  background:var(--welcome-teal-dark);
  transform:translateX(-50%) rotate(-4deg);
}

.welcome-instruction{
  margin:25px 0 0;
  color:var(--welcome-text);
  font-size:1.45rem;
  line-height:1.4;
}

/* =========================
PRIMARY CARDS
========================= */

.welcome-options{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}

.welcome-option-card{
  display:grid;
  grid-template-columns:320px 1px minmax(0,1fr) 70px;
  align-items:center;
  min-height:250px;
  padding:18px 26px 18px 24px;
  color:inherit;
  background:var(--welcome-card);
  border:1px solid var(--welcome-border);
  border-radius:18px;
  box-shadow:
    0 10px 28px rgba(18,38,63,.07),
    0 2px 8px rgba(18,38,63,.035);
  text-decoration:none;
  transition:
    transform .18s ease,
    border-color .18s ease,
    box-shadow .18s ease;
}

.welcome-option-card:hover{
  color:inherit;
  border-color:rgba(94,188,188,.55);
  box-shadow:
    0 15px 34px rgba(18,38,63,.10),
    0 4px 12px rgba(18,38,63,.05);
  transform:translateY(-2px);
}

.welcome-option-card:focus-visible{
  outline:3px solid rgba(94,188,188,.4);
  outline-offset:4px;
}

.welcome-option-art{
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  padding:0 20px 0 4px;
}

.welcome-option-badge{
  display:block;
  width:100%;
  max-width:220px;
  height:auto;
  max-height:none;
  object-fit:contain;
}

.welcome-option-paw{
    display:block;
    width:100%;
    max-width:190px;   /* Adjust independently */
    height:auto;
    object-fit:contain;
}

.welcome-option-divider{
  align-self:stretch;
  width:1px;
  min-height:180px;
  margin:14px 0;
  background:rgba(94,188,188,.55);
}

.welcome-option-content{
  min-width:0;
  padding:4px 30px 4px 38px;
}

.welcome-option-content h2{
  margin:0 0 10px;
  color:var(--welcome-navy);
  font-size:clamp(2rem,4vw,2.6rem);
  font-weight:600;
  line-height:1.08;
  letter-spacing:-.035em;
}

.welcome-option-kicker{
  margin-bottom:15px;
  color:var(--welcome-teal-dark);
  font-size:1.05rem;
  font-weight:600;
  line-height:1.3;
  text-transform:uppercase;
}

.welcome-option-content p{
  max-width:485px;
  margin:0;
  color:var(--welcome-text);
  font-size:1.14rem;
  line-height:1.65;
}

.welcome-option-arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  width:66px;
  height:66px;
  justify-self:end;
  color:#ffffff;
  background:linear-gradient(
    145deg,
    #11aaa7,
    #079794
  );
  border-radius:50%;
  box-shadow:0 6px 13px rgba(9,158,156,.22);
  transition:
    transform .18s ease,
    box-shadow .18s ease;
}

.welcome-option-arrow svg{
  width:33px;
  height:33px;
}

.welcome-option-card:hover .welcome-option-arrow{
  box-shadow:0 8px 18px rgba(9,158,156,.3);
  transform:translateX(3px);
}

/* =========================
CHATRBOX PAW ICON
========================= */

/* =========================
ABOUT CARD
========================= */

.welcome-about-section{
  margin-top:23px;
}

.welcome-about-card{
  display:grid;
  grid-template-columns:76px 220px 1px minmax(0,1fr) 54px;
  align-items:center;
  min-height:82px;
  padding:9px 22px;
  color:inherit;
  background:#ffffff;
  border:2px solid var(--welcome-teal);
  border-radius:16px;
  text-decoration:none;
  transition:
    background .18s ease,
    box-shadow .18s ease,
    transform .18s ease;
}

.welcome-about-card:hover{
  color:inherit;
  background:#fbffff;
  box-shadow:0 10px 23px rgba(18,38,63,.07);
  transform:translateY(-1px);
}

.welcome-about-card:focus-visible{
  outline:3px solid rgba(94,188,188,.4);
  outline-offset:4px;
}

.welcome-about-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  color:var(--welcome-teal-dark);
}

.welcome-about-icon svg{
  width:52px;
  height:52px;
}

.welcome-about-title{
  color:var(--welcome-navy);
  font-size:1.65rem;
  font-weight:600;
  line-height:1.2;
}

.welcome-about-divider{
  align-self:stretch;
  width:1px;
  margin:7px 0;
  background:rgba(94,188,188,.65);
}

.welcome-about-copy{
  padding-left:36px;
  color:var(--welcome-text);
  font-size:1.17rem;
  line-height:1.4;
}

.welcome-about-arrow{
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--welcome-teal-dark);
  transition:transform .18s ease;
}

.welcome-about-arrow svg{
  width:38px;
  height:38px;
}

.welcome-about-card:hover .welcome-about-arrow{
  transform:translateX(3px);
}

/* =========================
TRUST ROW
========================= */

.welcome-trust-row{
  display:grid;
  grid-template-columns:1fr 1px 1fr 1px 1fr;
  align-items:center;
  gap:25px;
  max-width:790px;
  margin:28px auto 0;
}

.welcome-trust-item{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:15px;
}

.welcome-trust-icon{
  flex:0 0 58px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:58px;
  height:58px;
  color:var(--welcome-teal-dark);
}

.welcome-trust-icon svg{
  width:54px;
  height:54px;
}

.welcome-trust-copy{
  color:var(--welcome-text);
  font-size:1.05rem;
  font-weight:500;
  line-height:1.4;
}

.welcome-trust-divider{
  width:1px;
  height:56px;
  background:rgba(94,188,188,.7);
}

/* =========================
FOOTER
========================= */

.welcome-footer{
  padding:19px 0 0;
  text-align:center;
}

.welcome-footer p{
  margin:0;
  color:#7d8796;
  font-size:.93rem;
}

/* =========================
TABLET
========================= */

@media(max-width:900px){

  .welcome-shell{
    padding:55px 22px 26px;
  }

  .welcome-option-card{
    grid-template-columns:260px 1px minmax(0,1fr) 60px;
    min-height:225px;
    padding-right:20px;
    padding-left:18px;
  }

  .welcome-option-badge{
    display:block;
    width:100%;
    max-width:180px;
    height:auto;
    max-height:none;
    object-fit:contain;
  }

  .welcome-option-paw{
    display:block;
    width:100%;
    max-width:150px;   /* Change only the paw */
    height:auto;
    object-fit:contain;
  }

  .welcome-option-content{
    padding-left:28px;
    padding-right:20px;
  }

  .welcome-option-content p{
    font-size:1.02rem;
  }

  .welcome-option-arrow{
    width:57px;
    height:57px;
  }

  .welcome-about-card{
    grid-template-columns:70px 185px 1px minmax(0,1fr) 48px;
  }

  .welcome-about-title{
    font-size:1.45rem;
  }

  .welcome-about-copy{
    padding-left:25px;
    font-size:1.04rem;
  }
}

/* =========================
MOBILE
========================= */

@media(max-width:700px){

  .welcome-shell{
    padding:38px 14px 24px;
  }

  .welcome-header{
    margin-bottom:24px;
  }

  .welcome-eyebrow{
    gap:10px;
  }

  .welcome-eyebrow-line{
    width:62px;
  }

  .welcome-eyebrow-text{
    font-size:.83rem;
    letter-spacing:.35em;
  }

  .welcome-paw{
    width:34px;
    height:34px;
    margin-bottom:10px;
  }

  .welcome-header h1{
    font-size:2.65rem;
  }

  .welcome-subtitle{
    margin-top:14px;
    font-size:1.35rem;
  }

  .welcome-instruction{
    margin-top:22px;
    font-size:1.16rem;
  }

  .welcome-options{
    gap:14px;
  }

  .welcome-option-card{
    grid-template-columns:145px 1px minmax(0,1fr) 46px;
    min-height:205px;
    padding:13px 12px;
    border-radius:15px;
  }

  .welcome-option-art{
    padding:0 18px 0 8px;
  }

  
    display:block;
    width:100%;
    max-width:115px;
    height:auto;
    max-height:none;
    object-fit:contain;
  }

  .welcome-option-divider{
    min-height:145px;
    margin:8px 0;
  }

  .welcome-option-content{
    padding:2px 10px 2px 15px;
  }

  .welcome-option-content h2{
    margin-bottom:6px;
    font-size:1.55rem;
  }

  .welcome-option-kicker{
    margin-bottom:7px;
    font-size:.76rem;
    line-height:1.35;
  }

  .welcome-option-content p{
    display:-webkit-box;
    overflow:hidden;
    margin:0;
    font-size:.87rem;
    line-height:1.48;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
  }

  .welcome-option-arrow{
    width:43px;
    height:43px;
  }

  .welcome-option-arrow svg{
    width:24px;
    height:24px;
  }

  .welcome-about-card{
    grid-template-columns:50px minmax(0,1fr) 40px;
    min-height:68px;
    padding:8px 13px;
  }

  .welcome-about-icon{
    width:44px;
    height:44px;
  }

  .welcome-about-icon svg{
    width:40px;
    height:40px;
  }

  .welcome-about-title{
    padding-left:9px;
    font-size:1.25rem;
  }

  .welcome-about-divider,
  .welcome-about-copy{
    display:none;
  }

  .welcome-about-arrow svg{
    width:31px;
    height:31px;
  }

  .welcome-trust-row{
    grid-template-columns:1fr;
    gap:0;
    margin-top:23px;
  }

  .welcome-trust-item{
    justify-content:flex-start;
    max-width:250px;
    width:100%;
    margin:0 auto;
    padding:12px 10px;
  }

  .welcome-trust-divider{
    width:78%;
    height:1px;
    margin:0 auto;
  }

  .welcome-trust-icon{
    flex-basis:47px;
    width:47px;
    height:47px;
  }

  .welcome-trust-icon svg{
    width:43px;
    height:43px;
  }

  .welcome-trust-copy{
    font-size:.98rem;
  }

  .welcome-footer{
    padding-top:16px;
  }
}

/* =========================
VERY SMALL SCREENS
========================= */

@media(max-width:430px){

  .welcome-shell{
    padding-right:10px;
    padding-left:10px;
  }

  .welcome-header h1{
    font-size:2.25rem;
  }

  .welcome-subtitle{
    font-size:1.18rem;
  }

  .welcome-option-card{
    grid-template-columns:125px 1px minmax(0,1fr) 38px;
    min-height:185px;
    padding:11px 9px;
  }

  .welcome-option-art{
    padding:0 14px 0 4px;
  }

  .welcome-option-badge{
    display:block;
    width:100%;
    max-width:100px;
    height:auto;
    max-height:none;
    object-fit:contain;
  }

  .welcome-option-paw{
    display:block;
    width:100%;
    max-width:105px;
    height:auto;
    object-fit:contain;
  } 

  .welcome-option-content{
    padding-left:11px;
    padding-right:6px;
  }

  .welcome-option-content h2{
    font-size:1.32rem;
  }

  .welcome-option-kicker{
    font-size:.68rem;
  }

  .welcome-option-content p{
    font-size:.79rem;
    -webkit-line-clamp:4;
  }

  .welcome-option-arrow{
    width:37px;
    height:37px;
  }

  .welcome-option-arrow svg{
    width:21px;
    height:21px;
  }
}

