.about-founder-grid{display:grid;grid-template-columns:250px 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:center;margin-bottom:3rem}.about-founder-photo{position:relative;width:100%;height:100%;max-height:250px;max-width:250px;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px rgba(30,58,95,.12);background:#f0f0f0}.about-founder-text{padding-top:0}.about-founder-text h2{font-size:1rem;margin-bottom:.75rem;color:var(--navy);text-align:left;text-transform:none;letter-spacing:-.005em;font-weight:600}.about-founder-text p{color:var(--text-gray);font-size:.85rem;line-height:1.6;margin-bottom:.85rem}.about-link{color:var(--navy);font-weight:600;text-decoration:none;transition:color .2s ease}.about-link:hover{color:var(--teal);text-decoration:underline;text-underline-offset:3px}@media (max-width:768px){.about-founder-grid{grid-template-columns:1fr;text-align:left;gap:2rem}.about-founder-photo{margin:0 auto;height:200px;max-width:200px}.about-founder-text{padding-top:0}.about-founder-text h2,.about-founder-text p{text-align:left}}.process-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-top:1rem}.process-card{background:var(--navy);color:var(--white);border:1px solid hsla(0,0%,100%,.08);border-radius:10px;padding:1.35rem 1.35rem 1.35rem 3.25rem;position:relative}.process-card h3{color:var(--white);font-size:.95rem;font-weight:700;margin:0 0 .4rem;letter-spacing:-.005em;text-transform:none}.process-card p{color:hsla(0,0%,100%,.8);font-size:.82rem;line-height:1.55;margin:0}.process-num{position:absolute;top:1.25rem;left:1rem;width:26px;height:26px;border-radius:50%;background:var(--teal);color:var(--navy);font-weight:800;font-size:.78rem;display:flex;align-items:center;justify-content:center;line-height:1}@media (max-width:700px){.process-grid{grid-template-columns:1fr}}.why-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;margin-top:1rem}.why-card{background:var(--navy);color:var(--white);border:1px solid hsla(0,0%,100%,.08);border-radius:10px;padding:1.35rem 1.5rem}.why-card h3{color:var(--white);font-size:.95rem;font-weight:700;margin:0 0 .4rem;letter-spacing:-.005em;text-transform:none}.why-card p{color:hsla(0,0%,100%,.8);font-size:.82rem;line-height:1.55;margin:0}@media (max-width:700px){.why-grid{grid-template-columns:1fr}}.whatyouget-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:0;gap:0;margin-top:1.25rem}.whatyouget-col{padding:0 1.75rem}.whatyouget-col:first-child{padding-left:0;border-right:1px solid hsla(0,0%,100%,.14)}.whatyouget-col:last-child{padding-right:0}.whatyouget-col h3{color:var(--teal);font-size:1rem;font-weight:700;margin:0 0 .6rem;letter-spacing:-.005em;text-transform:none}.whatyouget-col ul{list-style:none;padding:0;margin:0}.whatyouget-col li{font-size:.85rem;color:hsla(0,0%,100%,.85);line-height:1.5;padding:.5rem 0 .5rem 1rem;position:relative}.whatyouget-col li:before{content:"";position:absolute;left:0;top:1.05rem;width:5px;height:5px;border-radius:50%;background:var(--teal)}@media (max-width:700px){.whatyouget-grid{grid-template-columns:1fr;gap:1.5rem}.whatyouget-col,.whatyouget-col:first-child,.whatyouget-col:last-child{padding:0;border-right:none}}