@charset "utf-8";

.wp-hero { background: linear-gradient(150deg, rgb(247, 248, 246) 0%, rgb(250, 250, 248) 50%, rgb(238, 243, 251) 100%); padding: var(--section-gap) var(--content-pad) var(--section-gap); position: relative; overflow: hidden; }

.wp-hero::before { content: ""; position: absolute; top: -100px; right: -80px; width: 480px; height: 480px; background: radial-gradient(circle, rgba(36, 52, 71, 0.1) 0%, transparent 65%); pointer-events: none; }

.wp-hero::after { content: ""; position: absolute; bottom: -60px; left: -60px; width: 360px; height: 360px; background: radial-gradient(circle, rgba(181, 167, 212, 0.09) 0%, transparent 65%); pointer-events: none; }

.wp-hero-inner { max-width: 960px; margin: 0px auto; text-align: center; position: relative; z-index: 1; }

.wp-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--sage-lt); border: 1px solid rgba(36, 52, 71, 0.25); border-radius: 50px; padding: 5px 16px 5px 12px; font-size: 0.71rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage-dk); margin-bottom: 22px; }

.wp-hero h1 { font-family: Georgia, serif; font-size: clamp(2rem, 4.5vw, 3.2rem); font-weight: 700; color: rgb(30, 45, 61); line-height: 1.1; letter-spacing: -0.025em; margin-bottom: 18px; }

.wp-hero h1 em { font-style: normal; -webkit-text-fill-color: transparent; background-clip: text; }

.wp-hero-sub { font-size: 1.05rem; color: var(--brown); line-height: 1.8; max-width: 600px; margin: 0px auto 36px; font-weight: 300; }

.wp-hero-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.wp-btn-primary { display: inline-flex; align-items: center; gap: 7px; background: linear-gradient(135deg,var(--navy-primary),var(--navy-soft)); color: rgb(255, 255, 255); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; padding: 13px 28px; border-radius: 50px; font-size: 0.92rem; font-weight: 700; cursor: pointer; font-family: inherit; box-shadow: rgba(36, 52, 71, 0.1) 0px 4px 18px; transition: 0.22s; }

.wp-btn-primary:hover { transform: translateY(-2px); box-shadow: rgba(36, 52, 71, 0.15) 0px 7px 26px; }

.wp-btn-outline { display: inline-flex; align-items: center; gap: 7px; background: rgb(255, 255, 255); color: rgb(30, 45, 61); border: 1.5px solid rgba(30, 45, 61, 0.16); padding: 11px 24px; border-radius: 50px; font-size: 0.9rem; font-weight: 600; cursor: pointer; font-family: inherit; transition: 0.22s; }

.wp-btn-outline:hover { background: var(--sage-lt); border-color: var(--navy-primary); color: var(--sage-dk); }

.wp-btn-ghost { display: inline-flex; align-items: center; gap: 7px; background: rgba(36, 52, 71, 0.1); color: var(--sage-dk); border: 1.5px solid rgba(36, 52, 71, 0.25); padding: 11px 24px; border-radius: 50px; font-size: 0.9rem; font-weight: 600; cursor: pointer; font-family: inherit; transition: 0.22s; }

.wp-btn-ghost:hover { background: var(--sage-lt); }

.wp-section { padding: var(--section-gap) var(--content-pad); }

.wp-inner { max-width: 1100px; margin: 0px auto; }

.wp-eyebrow-sm { font-size: 0.69rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy-primary); text-align: center; margin-bottom: 9px; }

.wp-section-title { font-family: Georgia, serif; font-size: clamp(1.7rem, 3.5vw, 2.4rem); font-weight: 700; color: rgb(30, 45, 61); text-align: center; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 10px; }

.wp-section-sub { font-size: 0.96rem; color: var(--brown); line-height: 1.78; text-align: center; max-width: 540px; margin: 0px auto 48px; font-weight: 300; }

.wp-who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

.wp-who-card { background: rgb(255, 255, 255); border-radius: 20px; padding: 24px 20px; box-shadow: rgba(30, 45, 61, 0.07) 0px 2px 16px; border: 1px solid rgba(30, 45, 61, 0.05); text-align: center; cursor: default; transition: 0.22s; }

.wp-who-card:hover { transform: translateY(-3px); box-shadow: rgba(30, 45, 61, 0.1) 0px 8px 28px; }

.wp-who-icon { font-size: 2rem; margin-bottom: 10px; }

.wp-who-card h4 { font-size: 0.94rem; font-weight: 700; color: rgb(30, 45, 61); margin-bottom: 5px; }

.wp-who-card p { font-size: 0.79rem; color: var(--brown); line-height: 1.6; }

.wp-benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }

.wp-benefit-card { background: rgb(255, 255, 255); border-radius: 18px; padding: 22px 18px; box-shadow: rgba(30, 45, 61, 0.06) 0px 2px 14px; border: 1px solid rgba(30, 45, 61, 0.05); }

.wp-benefit-icon { width: 44px; height: 44px; border-radius: 13px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin-bottom: 12px; }

.wp-benefit-card h4 { font-size: 0.88rem; font-weight: 700; color: rgb(30, 45, 61); margin-bottom: 5px; }

.wp-benefit-card p { font-size: 0.78rem; color: var(--brown); line-height: 1.6; }

.wp-steps { display: flex; gap: 0px; align-items: flex-start; justify-content: center; flex-wrap: wrap; margin-top: 12px; }

.wp-step { flex: 1 1 0%; min-width: 180px; max-width: 240px; text-align: center; position: relative; padding: 0px 12px; }

.wp-step:not(:last-child)::after { content: "→"; position: absolute; right: -10px; top: 22px; font-size: 1.3rem; color: var(--navy-primary); font-weight: 700; }

.wp-step-num { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg,var(--navy-primary),var(--navy-soft)); color: rgb(255, 255, 255); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; font-weight: 700; margin: 0px auto 14px; box-shadow: rgba(74, 122, 78, 0.28) 0px 4px 16px; font-family: Georgia, serif; }

.wp-step h4 { font-size: 0.9rem; font-weight: 700; color: rgb(30, 45, 61); margin-bottom: 6px; }

.wp-step p { font-size: 0.77rem; color: var(--brown); line-height: 1.6; }

.wp-partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.wp-partner-card { background: rgb(255, 255, 255); border-radius: 22px; padding: 26px 22px; box-shadow: rgba(30, 45, 61, 0.08) 0px 3px 20px; border: 1px solid rgba(30, 45, 61, 0.06); transition: 0.24s; display: flex; flex-direction: column; }

.wp-partner-card:hover { transform: translateY(-4px); box-shadow: rgba(30, 45, 61, 0.12) 0px 10px 36px; }

.wp-partner-badge { display: inline-block; font-size: 0.65rem; font-weight: 700; padding: 3px 11px; border-radius: 50px; background: var(--sage-lt); color: var(--sage-dk); margin-bottom: 12px; letter-spacing: 0.05em; text-transform: uppercase; }

.wp-partner-icon { font-size: 1.8rem; margin-bottom: 10px; }

.wp-partner-card h3 { font-family: Georgia, serif; font-size: 1rem; font-weight: 700; color: rgb(30, 45, 61); margin-bottom: 8px; }

.wp-partner-card p { font-size: 0.81rem; color: var(--brown); line-height: 1.65; flex: 1 1 0%; margin-bottom: 16px; }

.wp-learn-btn { display: inline-flex; align-items: center; gap: 5px; padding: 8px 18px; border-radius: 50px; font-size: 0.77rem; font-weight: 600; background: var(--sage-lt); color: var(--sage-dk); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; cursor: pointer; font-family: inherit; transition: 0.18s; }

.wp-learn-btn:hover { background: var(--navy-primary); color: rgb(255, 255, 255); }

.wp-usecase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

.wp-usecase-card { background: linear-gradient(145deg, rgb(250, 248, 245), rgb(247, 248, 246)); border-radius: 18px; padding: 22px 20px; box-shadow: rgba(30, 45, 61, 0.06) 0px 2px 14px; border: 1px solid rgba(30, 45, 61, 0.05); }

.wp-usecase-icon { font-size: 1.6rem; margin-bottom: 10px; }

.wp-usecase-card p { font-size: 0.87rem; color: rgb(30, 45, 61); line-height: 1.72; font-style: italic; }

.wp-usecase-tag { display: inline-block; font-size: 0.66rem; font-weight: 700; padding: 3px 10px; border-radius: 50px; background: var(--sage-lt); color: var(--sage-dk); margin-top: 10px; }

.wp-privacy-band { background: linear-gradient(145deg, rgb(238, 243, 251), rgb(247, 248, 246)); padding: 56px 24px; border-top: 1px solid rgba(30, 45, 61, 0.06); border-bottom: 1px solid rgba(30, 45, 61, 0.06); }

.wp-privacy-inner { max-width: 700px; margin: 0px auto; text-align: center; }

.wp-lock-icon { font-size: 2.5rem; margin-bottom: 16px; }

.wp-privacy-inner h2 { font-family: Georgia, serif; font-size: 1.7rem; font-weight: 700; color: rgb(30, 45, 61); margin-bottom: 14px; }

.wp-privacy-inner p { font-size: 0.95rem; color: var(--brown); line-height: 1.8; max-width: 560px; margin: 0px auto; }

.wp-cta-band { background: linear-gradient(145deg, rgb(30, 45, 61), rgb(45, 61, 90), rgb(30, 48, 64)); padding: var(--section-gap) var(--content-pad); text-align: center; position: relative; overflow: hidden; }

.wp-cta-band::before { content: ""; position: absolute; top: -60px; right: -60px; width: 320px; height: 320px; background: radial-gradient(circle, rgba(36, 52, 71, 0.14) 0%, transparent 70%); pointer-events: none; }

.wp-cta-band::after { content: ""; position: absolute; bottom: -40px; left: -40px; width: 280px; height: 280px; background: radial-gradient(circle, rgba(181, 167, 212, 0.1) 0%, transparent 70%); pointer-events: none; }

.wp-cta-band h2 { font-family: Georgia, serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 700; color: rgb(255, 255, 255); line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 14px; position: relative; z-index: 1; }

.wp-cta-band p { font-size: 1rem; color: rgba(255, 255, 255, 0.72); line-height: 1.75; max-width: 520px; margin: 0px auto 36px; position: relative; z-index: 1; }

.wp-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

.wp-btn-white { display: inline-flex; align-items: center; gap: 8px; background: rgb(255, 255, 255); color: rgb(30, 45, 61); border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; padding: 13px 28px; border-radius: 50px; font-size: 0.92rem; font-weight: 700; cursor: pointer; font-family: inherit; transition: 0.22s; box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 18px; }

.wp-btn-white:hover { transform: translateY(-2px); box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 28px; }

.wp-btn-ghost-white { display: inline-flex; align-items: center; gap: 8px; background: rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.9); border: 1.5px solid rgba(255, 255, 255, 0.25); padding: 11px 24px; border-radius: 50px; font-size: 0.9rem; font-weight: 600; cursor: pointer; font-family: inherit; transition: 0.22s; }

.wp-btn-ghost-white:hover { background: rgba(255, 255, 255, 0.2); }

@media (max-width: 900px) {
  .wp-who-grid { grid-template-columns: 1fr 1fr 1fr; }
  .wp-benefit-grid { grid-template-columns: 1fr 1fr; }
  .wp-partner-grid { grid-template-columns: 1fr 1fr; }
  .wp-usecase-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .wp-section { padding: 52px 18px; }
  .wp-hero { padding: 64px 18px 60px; }
  .wp-who-grid { grid-template-columns: 1fr 1fr; }
  .wp-benefit-grid { grid-template-columns: 1fr 1fr; }
  .wp-partner-grid { grid-template-columns: 1fr; }
  .wp-steps { flex-direction: column; align-items: center; gap: 32px; }
  .wp-step { max-width: 280px; }
  .wp-step:not(:last-child)::after { content: "↓"; inset: auto auto -22px 50%; transform: translateX(-50%); font-size: 1.1rem; }
  .wp-hero-btns { flex-direction: column; align-items: center; }
  .wp-cta-btns { flex-direction: column; align-items: center; }
}