.embark-product-info{padding:100px 0;background:#fff;color:var(--info-ink)}.embark-product-info *{box-sizing:border-box}.embark-product-info__header{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:end}.embark-product-info__eyebrow{margin:0 0 12px;color:var(--info-orange);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.embark-product-info__header h2{margin:0;font-size:clamp(44px,5.8vw,84px);line-height:.94;letter-spacing:-.05em}.embark-product-info__intro{color:#74594e;font-size:17px;line-height:1.75}.embark-product-info__layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:28px;margin-top:52px}.embark-product-info__trust{position:sticky;top:30px;align-self:start;padding:30px;border-radius:22px;background:var(--info-ink);color:#fff}.embark-product-info__trust .embark-product-info__eyebrow{color:var(--info-gold)}.embark-product-info__trust h3{margin:0;font-size:36px;line-height:1}.embark-product-info__trust ul{display:grid;gap:11px;margin:26px 0 0;padding:0;list-style:none}.embark-product-info__trust li{position:relative;padding-left:24px;color:rgba(255,255,255,.72)}.embark-product-info__trust li::before{content:"✓";position:absolute;left:0;color:var(--info-gold);font-weight:900}.embark-product-info__trust a{display:inline-flex;margin-top:26px;color:var(--info-gold);font-weight:900;text-decoration:none}.embark-product-info__accordions{display:grid;gap:12px}.embark-product-info__item{overflow:hidden;border:1px solid #e3d0c4;border-radius:18px;background:var(--info-cream)}.embark-product-info__item summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:23px 24px;cursor:pointer;list-style:none}.embark-product-info__item summary::-webkit-details-marker{display:none}.embark-product-info__item summary>span:first-child{display:grid;gap:5px}.embark-product-info__item small{color:var(--info-orange);font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.embark-product-info__item strong{font-size:20px}.embark-product-info__plus{display:grid;place-items:center;flex:0 0 auto;width:36px;height:36px;border-radius:50%;background:#fff;color:var(--info-red);font-size:24px;transition:transform .2s ease}.embark-product-info__item[open] .embark-product-info__plus{transform:rotate(45deg)}.embark-product-info__answer{padding:0 24px 24px;color:#72574d;line-height:1.7}.embark-product-info__answer p:first-child{margin-top:0}.embark-product-info__answer p:last-child{margin-bottom:0}@media(max-width:950px){.embark-product-info__header,.embark-product-info__layout{grid-template-columns:1fr}.embark-product-info__trust{position:static}}@media(max-width:600px){.embark-product-info{padding:70px 0}.embark-product-info__item summary{padding:20px}.embark-product-info__answer{padding:0 20px 20px}.embark-product-info__trust{padding:25px}}@media(prefers-reduced-motion:reduce){.embark-product-info__plus{transition:none}}