/* ── HOMEPAGE OVERRIDES ── */
.sec-p { font-size: 1.18rem; margin-bottom: 3rem; }

/* ── HERO (2-col navy layout — replaces photo hero from global) ── */
.hero { background: var(--navy); padding: 5.5rem 2rem 5rem; position: relative; overflow: hidden; display: block; min-height: unset; }
.hero::before { content: ''; position: absolute; top: -80px; right: -80px; width: 560px; height: 560px; background: radial-gradient(circle, rgba(32,201,173,0.13) 0%, transparent 65%); pointer-events: none; }
.hero::after  { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(-55deg, transparent, transparent 60px, rgba(255,255,255,0.012) 60px, rgba(255,255,255,0.012) 61px); pointer-events: none; }
.hero-inner { max-width: 1200px; margin: 0 auto; width: auto; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: start; position: relative; z-index: 1; }
.hero h1 { font-size: clamp(2.1rem, 3.4vw, 3.1rem); font-weight: 700; line-height: 1.13; color: var(--white); margin-bottom: 1.3rem; }
.hero-sub { max-width: 480px; margin-bottom: 1rem; }
.hero-right-col { display: flex; flex-direction: column; gap: 0; }
.hero-photo-btns { display: flex; gap: 1rem; margin-top: 1.4rem; flex-wrap: wrap; }
.hero-third { font-size: 1.0rem; color: rgba(255,255,255,0.58); max-width: 480px; margin-bottom: 2rem; line-height: 1.78; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.2rem; }

/* distinction callout */
.distinction { background: rgba(32,201,173,0.08); border: 1px solid rgba(32,201,173,0.22); border-radius: 8px; padding: 1.1rem 1.4rem; margin-bottom: 1.4rem; max-width: 480px; }
.distinction p { font-size: 1rem; color: rgba(255,255,255,0.85); line-height: 1.65; font-style: italic; }
.distinction p strong { color: var(--teal); font-style: normal; }

/* founder strip */
.founder-strip { display: flex; align-items: center; gap: 1.4rem; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-left: 3px solid var(--orange); border-radius: 8px; padding: 1.2rem 1.4rem; max-width: 480px; }
.founder-avatar { width: 94px; height: 94px; border-radius: 50%; object-fit: cover; object-position: center 15%; border: 2.5px solid var(--teal); flex-shrink: 0; }
.founder-name  { font-family: 'Montserrat', sans-serif; font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 0.25rem; }
.founder-roles { font-size: 0.85rem; color: rgba(255,255,255,0.58); line-height: 1.55; }
.founder-roles .ceo { color: var(--teal); font-weight: 600; display: block; }

/* hero right photo */
.hero-photo-wrap { border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; position: relative; }
.hero-photo-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.hero-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(19,52,75,0.97) 0%, rgba(19,52,75,0.55) 55%, transparent 100%); padding: 2.2rem 1.8rem 1.6rem; }
.overlay-stats { display: flex; gap: 2.2rem; }
.pstat-num { font-family: 'Montserrat', sans-serif; font-size: 2rem; font-weight: 700; color: var(--teal); line-height: 1; }
.pstat-lbl { font-size: 0.82rem; color: rgba(255,255,255,0.72); line-height: 1.45; margin-top: 0.25rem; }

/* ── PRESSURE CARDS ── */
.pressure-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.p-card { background: var(--white); border: 1px solid var(--mid-grey); border-radius: 10px; padding: 2.1rem 1.7rem; transition: box-shadow 0.22s, transform 0.22s; position: relative; overflow: hidden; }
.p-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--orange); }
.p-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.p-icon { width: 58px; height: 58px; background: rgba(245,166,35,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.3rem; }
.p-icon svg { width: 30px; height: 30px; }
.p-card h3   { font-size: 1.05rem; font-weight: 700; color: var(--navy); margin-bottom: 0.4rem; }
.p-strong    { font-size: 1.05rem; font-weight: 600; color: var(--text); display: block; margin-bottom: 0.45rem; }
.p-card p    { font-size: 1.05rem; color: var(--soft); line-height: 1.62; }

/* ── WHAT WE OFFER ── */
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 2rem; }
.offer-card { background: var(--white); border: 1px solid var(--mid-grey); border-radius: 12px; padding: 2.6rem; transition: box-shadow 0.2s; }
.offer-card:hover { box-shadow: var(--shadow); }
.offer-icon { width: 70px; height: 70px; border-radius: 14px; margin-bottom: 1.5rem; display: flex; align-items: center; justify-content: center; }
.offer-icon svg { width: 36px; height: 36px; }
.offer-tag  { font-family: 'Montserrat', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.45rem; }
.offer-card h3   { font-size: 1.32rem; font-weight: 700; color: var(--navy); margin-bottom: 0.65rem; }
.offer-card > p  { font-size: 1.1rem; color: var(--soft); line-height: 1.75; margin-bottom: 1.6rem; }
.offer-list { list-style: none; margin-bottom: 1.9rem; }
.offer-list li { font-size: 1.08rem; color: var(--soft); padding: 0.52rem 0; padding-left: 1.4rem; position: relative; border-bottom: 1px solid var(--mid-grey); }
.offer-list li:last-child { border-bottom: none; }
.offer-list li::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.offer-link { font-family: 'Montserrat', sans-serif; font-size: 1.05rem; font-weight: 700; color: var(--navy); text-decoration: none; border-bottom: 2px solid var(--orange); padding-bottom: 2px; transition: color 0.2s; }
.offer-link:hover { color: var(--orange); }

/* photo strip */
.photo-strip { display: grid; grid-template-columns: 1fr 1fr; border-radius: 12px; overflow: hidden; height: 260px; border: 1px solid var(--mid-grey); }
.photo-strip img { width: 100%; height: 100%; object-fit: cover; display: block; }
.photo-strip img:first-child { border-right: 1px solid var(--mid-grey); }

/* ── USE CASES ── */
.uc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.uc-card { background: var(--white); border: 1px solid var(--mid-grey); border-radius: 10px; padding: 2.1rem 1.7rem; text-decoration: none; color: inherit; transition: all 0.22s; display: block; }
.uc-card:hover { box-shadow: var(--shadow-lg); border-color: var(--teal); transform: translateY(-3px); }
.uc-icon { width: 64px; height: 64px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.3rem; }
.uc-icon svg { width: 32px; height: 32px; }
.uc-card h3 { font-size: 1.02rem; font-weight: 700; color: var(--navy); margin-bottom: 0.5rem; }
.uc-card p  { font-size: 1.05rem; color: var(--soft); line-height: 1.62; margin-bottom: 1rem; }
.uc-arrow   { font-family: 'Montserrat', sans-serif; font-size: 1.0rem; font-weight: 700; color: var(--teal); }

/* ── POC SECTION (homepage) ── */
.poc-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: start; }
.poc-steps { display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 2.2rem; }
.poc-step { display: flex; gap: 1.4rem; align-items: flex-start; }
.poc-num  { font-family: 'Montserrat', sans-serif; font-size: 1.65rem; font-weight: 700; color: var(--orange); line-height: 1; min-width: 2.2rem; flex-shrink: 0; margin-top: 0.1rem; }
.poc-step h3 { font-size: 1.05rem; font-weight: 700; color: var(--white); margin-bottom: 0.35rem; }
.poc-step p  { font-size: 1.08rem; color: rgba(255,255,255,0.68); line-height: 1.68; }
.poc-timeline { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 1.8rem; }
.tl-label { font-family: 'Montserrat', sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 1.1rem; }
.tl-track { display: flex; gap: 0.5rem; }
.tl-item  { flex: 1; background: rgba(255,255,255,0.08); border-radius: 6px; padding: 1.2rem 0.7rem; text-align: center; transition: background 0.2s; }
.tl-item:hover { background: rgba(32,201,173,0.14); }
.tl-wk    { font-family: 'Montserrat', sans-serif; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--orange); margin-bottom: 0.28rem; }
.tl-item p { font-size: 0.88rem; color: rgba(255,255,255,0.9); line-height: 1.38; }
.poc-photo { border-radius: 12px; overflow: hidden; aspect-ratio: 4/3; }
.poc-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── RESPONSIVE ── */
@media (max-width: 960px) {
    .hero-inner    { grid-template-columns: 1fr; gap: 3rem; }
    .pressure-grid { grid-template-columns: 1fr 1fr; }
    .offer-grid    { grid-template-columns: 1fr; }
    .photo-strip   { grid-template-columns: 1fr; height: 180px; }
    .photo-strip img:last-child { display: none; }
    .uc-grid       { grid-template-columns: 1fr 1fr; }
    .poc-grid      { grid-template-columns: 1fr; gap: 3rem; }
}
@media (max-width: 600px) {
    .pressure-grid { grid-template-columns: 1fr; }
    .uc-grid       { grid-template-columns: 1fr; }
    .hero-btns     { flex-direction: column; }
    .tl-track      { flex-wrap: wrap; }
    .overlay-stats { gap: 1.4rem; }
}
