.ct-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(0,.85fr);grid-gap:40px;gap:40px;align-items:start}.ct-form-card{background:var(--white);border-radius:18px;padding:42px 44px;box-shadow:0 18px 44px rgba(10,20,15,.08);border:1px solid rgba(51,207,132,.12)}.ct-form-card h2{font-size:clamp(1.5rem,2.6vw,1.9rem);line-height:1.25}.ct-form-intro{margin:10px 0 26px;color:var(--text-muted)}.ct-form-card .form{max-width:none}.ct-topic{display:flex;align-items:center;gap:16px;margin-bottom:28px;padding:14px 18px 14px 14px;border-radius:14px;background:var(--green-light);border:1px solid rgba(51,207,132,.3)}.ct-topic img{width:64px;height:64px;border-radius:50%;object-fit:cover;object-position:center 20%;border:3px solid var(--white);box-shadow:0 6px 16px rgba(10,20,15,.12);flex-shrink:0}.ct-topic-label{display:block;font-size:.8125rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--green-dark)}.ct-topic strong{display:block;font-family:var(--font-head);font-size:1.08rem;line-height:1.3;color:var(--ink)}.ct-topic-person{display:block;font-size:.86rem;color:var(--text-muted);margin-top:2px}.ct-aside h2{font-size:1.3rem;margin-bottom:18px}.ct-infos{list-style:none;margin:0;padding:0;display:grid;grid-gap:14px;gap:14px}.ct-info{display:flex;gap:16px;align-items:flex-start;background:var(--white);border-radius:14px;padding:20px 22px;box-shadow:0 10px 30px rgba(10,20,15,.05);border:1px solid rgba(51,207,132,.12)}.ct-info .icon-circle{width:46px;height:46px;flex-shrink:0}.ct-info h3{font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:4px}.ct-info p{color:var(--ink);font-weight:500;line-height:1.5;overflow-wrap:anywhere}.ct-info a{position:relative;color:var(--green-dark);font-weight:600}.ct-info a:after{content:"";position:absolute;inset:-12px -4px}.ct-info a:hover{text-decoration:underline}.ct-leads{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:22px;gap:22px}.ct-lead,.ct-leads>li{display:flex}.ct-lead{flex:1 1;flex-direction:column;background:var(--white);border:1px solid var(--border);border-radius:14px;padding:10px;box-shadow:0 10px 30px rgba(10,20,15,.06);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.ct-lead:hover{transform:translateY(-4px);border-color:rgba(51,207,132,.35);box-shadow:0 18px 40px rgba(51,207,132,.16)}.ct-lead-photo{aspect-ratio:4/5;border-radius:10px;overflow:hidden;background:var(--green-light)}.ct-lead-photo img{width:100%;height:100%;object-fit:cover;object-position:center 25%}.ct-lead-body{flex:1 1;display:flex;flex-direction:column;gap:6px;padding:16px 10px 8px}.ct-lead-exp{font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--green-dark)}.ct-lead h3{font-size:1.02rem;line-height:1.3}.ct-lead h3 a:hover{color:var(--green-dark)}.ct-lead-role{color:var(--text-muted);font-size:.86rem;line-height:1.4}.ct-lead-actions{margin-top:auto;padding-top:10px;display:flex;flex-direction:column;gap:6px;font-size:.9rem}.ct-calendly{width:100%;height:680px;border:1px solid var(--border);border-radius:16px;background:var(--white)}@media (max-width:1100px){.ct-leads{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:960px){.ct-grid{grid-template-columns:1fr}.ct-infos{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.ct-leads{grid-template-columns:1fr;gap:14px}.ct-lead{flex-direction:row;align-items:stretch;gap:14px}.ct-lead-photo{width:104px;flex-shrink:0;aspect-ratio:auto;min-height:128px}.ct-lead-body{padding:6px 4px}}@media (max-width:560px){.ct-form-card{padding:26px 20px;border-radius:14px}.ct-infos{grid-template-columns:1fr}.ct-topic{align-items:flex-start}.ct-topic img{width:52px;height:52px}}@media (prefers-reduced-motion:reduce){.ct-lead:hover{transform:none}}.ct-lead{position:relative}.ct-lead-link{color:inherit;text-decoration:none}.ct-lead-link:after{content:"";position:absolute;inset:0;border-radius:inherit}.ct-lead:hover .ct-lead-link{color:var(--green-text)}.ct-lead-link:focus-visible{outline:none}.ct-lead-link:focus-visible:after{outline:3px solid var(--green-text);outline-offset:3px;border-radius:16px}.ct-hero .ip-hero-bg img{object-position:78% center}