:root {
  --blue: #3b4aeb;
  --ink: #1f1f29;
  --muted: #565660;
  --soft: #f5f5f5;
  --line: #d6d6d6;
  --serif: "Kefa", "Iowan Old Style", Georgia, serif;
  --display: "Iowan Old Style", "Kefa", Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: #fff; font-family: var(--serif); font-size: 16px; line-height: 1.5; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.page-width { width: min(1240px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 8px 12px; color: #fff; background: var(--blue); transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 5; top: 0; left: 0; width: 100%; height: 80px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(48px, calc((100% - 1240px) / 2)); }
.site-header--on-light, .site-header--solid { background: #fff; }
.site-header--solid { position: relative; }
.brand { display: inline-flex; flex-direction: column; gap: 0; flex: 0 0 auto; line-height: .95; }
.brand-mark { font-family: var(--display); font-size: 22px; font-weight: 900; letter-spacing: -0.07em; }
.brand-name { font-family: var(--display); font-size: 10px; font-weight: 700; letter-spacing: -.045em; }
.brand--blue { color: var(--blue); }
.brand--white { color: #fff; }
.primary-nav { display: flex; align-items: center; gap: 38px; font-size: 16px; color: var(--muted); }
.primary-nav a { transition: color .2s ease, background-color .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible, .primary-nav .is-active { color: var(--blue); }
.primary-nav .nav-cta { display: inline-flex; align-items: center; gap: 10px; padding: 14px 20px; border-radius: 6px; color: #fff; background: var(--blue); font-family: var(--sans); font-size: 14px; }
.primary-nav .nav-cta:hover, .primary-nav .nav-cta:focus-visible { color: #fff; background: #2f3ed4; }
.nav-cta img { width: 18px; height: 18px; filter: none; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 4px 0; background: var(--blue); }

.hero { position: relative; height: 845px; overflow: hidden; color: #fff; background: var(--ink); }
.hero-media, .hero-shade, .why-media, .why-shade { position: absolute; inset: 0; }
.hero-media img, .why-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-media img { object-position: center 54%; transform: scale(1.02); }
.hero-shade { background: rgba(0,0,0,.7); }
.hero-content { position: absolute; z-index: 2; top: 490px; left: 50%; display: flex; flex-direction: column; align-items: flex-start; gap: 32px; transform: translateX(-50%); }
.hero h1 { width: 100%; max-width: 1200px; margin: 0; font-family: var(--serif); font-size: clamp(42px, 4.45vw, 64px); font-weight: 700; line-height: 1.06; text-transform: capitalize; }
.hero p { width: 100%; max-width: 1106px; margin: 0; color: #bdbdbd; font-size: 18px; line-height: 1.5; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 6px; padding: 14px 20px 15px; cursor: pointer; font-family: var(--sans); font-size: 16px; font-weight: 500; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-1px); }
.button:disabled { cursor: wait; opacity: .68; transform: none; }
.button--blue { color: #fff; background: var(--blue); }
.button--blue:hover, .button--blue:focus-visible { background: #2f3ed4; }
.button--white { color: var(--blue); background: #fff; }
.hero-grid { position: absolute; z-index: 1; right: 48px; bottom: 35px; display: grid; grid-template-columns: repeat(2, 178px); grid-template-rows: repeat(2, 131px); opacity: .75; }
.hero-grid span { background: rgba(59,103,235,.2); }
.hero-grid span:nth-child(1) { grid-area: 2 / 1; }
.hero-grid span:nth-child(2) { grid-area: 2 / 2; }
.hero-grid span:nth-child(3) { grid-area: 1 / 2; }
.hero-grid span:nth-child(4) { grid-area: 1 / 3; }
.hero-dots { position: absolute; z-index: 2; left: 50%; bottom: 30px; width: 40px; transform: translateX(-50%); }
.hero-dots img { width: 40px; height: 12px; }

.section { position: relative; }
.about { min-height: 1220px; background: #fff; }
.about-inner { padding-top: 100px; padding-bottom: 158px; }
.section-kicker { display: flex; align-items: center; gap: 11px; color: var(--blue); font-size: 24px; font-weight: 700; line-height: 1.15; text-transform: capitalize; }
.kicker-mark {
  position: relative;
  display: inline-block;
  flex: 0 0 7px;
  width: 7px;
  height: 18px;
  background: transparent;
}
.kicker-mark::before,
.kicker-mark::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--blue);
  content: "";
}
.kicker-mark::before { left: 0; }
.kicker-mark::after { right: 0; }
.about-rows { display: flex; flex-direction: column; gap: 100px; margin-top: 30px; }
.about-row { display: grid; grid-template-columns: minmax(0, 610px) minmax(0, 537px); gap: 70px; align-items: start; }
.about-row--reverse { grid-template-columns: minmax(0, 537px) minmax(0, 610px); gap: 78px; }
.about-image { height: 431px; overflow: hidden; border-radius: 6px; }
.about-image img { width: 100%; height: 100%; object-fit: cover; }
.about-row:first-child .about-image img { object-position: center 58%; }
.about-row--reverse .about-image img { object-position: center 58%; }
.about-copy { display: flex; flex-direction: column; gap: 24px; padding-top: 0; }
.about-copy h2 { max-width: 546px; margin: 0; font-size: 32px; font-weight: 700; line-height: 1.3; text-transform: capitalize; }
.about-row--reverse .about-copy h2 { font-size: 34px; }
.about-copy h2 span { color: var(--blue); }
.about-copy p { max-width: 537px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.5; text-transform: none; }

.section--gray { background: var(--soft); }
.services { min-height: 652px; padding: 100px 0; }
.services-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-top: 20px; }
.services-heading h2 { width: 450px; margin: 0; font-size: 34px; line-height: 1.2; text-transform: capitalize; }
.services-heading h2 span { color: var(--blue); }
.service-toggle { display: flex; align-items: center; border-radius: 6px; overflow: hidden; background: #fff; }
.service-toggle button { border: 0; padding: 6px 16px; color: var(--ink); background: #fff; font-family: var(--serif); font-size: 16px; cursor: pointer; }
.service-toggle button.is-selected { color: #fff; background: var(--blue); border-radius: 6px; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-top: 37px; }
.service-card { min-height: 285px; padding: 20px; overflow: hidden; border-radius: 6px; background: #fff; }
.service-icon { width: 52px; height: 52px; object-fit: contain; object-position: left top; }
.service-icon--clock { width: 52px; height: 52px; }
.people-icon { position: relative; width: 67px; height: 52px; }
.people-icon img { position: absolute; width: 24px; height: 24px; }
.people-icon img:nth-child(1) { left: 0; top: 19px; }
.people-icon img:nth-child(2) { left: 43px; top: 19px; }
.people-icon img:nth-child(3) { left: 22px; top: 28px; }
.people-icon img:nth-child(4) { left: 22px; top: 0; }
.service-card-copy { display: flex; flex-direction: column; gap: 0; margin-top: 20px; }
.service-card[data-service-set="individual"] { display: none; }
.service-grid[data-active-set="individual"] .service-card[data-service-set="organization"] { display: none; }
.service-grid[data-active-set="individual"] .service-card[data-service-set="individual"] { display: block; }
.service-card h3 { min-height: 68px; margin: 0; padding: 8px 0; border-top: 1px solid var(--line); font-size: 20px; font-weight: 400; line-height: 1.3; text-transform: none; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.5; }

.why { min-height: 531px; overflow: hidden; color: #fff; }
.why-media img { object-position: center 64%; }
.why-shade { background: rgba(31,31,41,.72); }
.why-inner { position: relative; z-index: 1; min-height: 531px; display: flex; justify-content: flex-end; padding-top: 100px; }
.why-copy { width: 617px; }
.section-kicker--light { color: var(--blue); }
.why h2 { margin: 20px 0 48px; font-size: 34px; line-height: 1.2; text-transform: capitalize; }
.reason-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.reason-card { min-height: 167px; padding: 24px; border: 1px solid var(--blue); }
.reason-card h3 { display: flex; align-items: center; gap: 11px; margin: 0 0 12px; font-size: 16px; font-weight: 400; line-height: 1.3; text-transform: capitalize; }
.reason-card h3 span { display: inline-flex; align-items: center; gap: 9px; }
.reason-card h3 span::after { content: ""; width: 1px; height: 18px; background: var(--blue); }
.reason-card p { margin: 0; color: #dedee3; font-size: 14px; line-height: 1.5; }

.testimonial { min-height: 408px; overflow: hidden; padding: 100px 0; text-align: center; }
.testimonial-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
.section-kicker--center { justify-content: center; }
.testimonial blockquote { max-width: 835px; margin: 32px 0 14px; font-size: 18px; line-height: 1.5; }
.testimonial-author { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 18px; }
.testimonial-author span { width: 1px; height: 10px; background: var(--muted); transform: rotate(90deg); }
.testimonial-author em { color: #939393; font-style: normal; }
.testimonial-dots { display: flex; gap: 10px; margin-top: 12px; }
.testimonial-dots i { display: block; width: 12px; height: 12px; border-radius: 50%; background: #d6d6d6; }
.testimonial-dots i.is-active { background: var(--blue); }
.quote-mark { position: absolute; z-index: 0; top: 80px; left: 50%; width: 200px; height: 200px; transform: translateX(-50%); }

.faq { min-height: 1284px; padding: 100px 0; }
.faq-inner { display: grid; grid-template-columns: 400px minmax(0, 724px); gap: 76px; align-items: start; }
.faq-intro { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.faq-intro p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.5; }
.faq-intro .button { margin-top: -2px; }
.faq-list { width: 100%; }
.faq-item { border-bottom: 1px solid var(--line); background: transparent; }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 0; border: 0; color: var(--ink); background: transparent; cursor: pointer; text-align: left; font-size: 18px; line-height: 1.2; }
.faq-chevron { color: var(--muted); font-family: var(--sans); font-size: 21px; line-height: 1; transition: transform .2s ease; }
.faq-item.is-open .faq-chevron { transform: rotate(180deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > p { min-height: 0; margin: 0; overflow: hidden; color: var(--muted); font-size: 14px; line-height: 1.5; }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer > p { padding: 0 0 18px; }

.site-footer { min-height: 372px; color: #f1eded; background: var(--blue); }
.footer-inner { padding-top: 60px; padding-bottom: 26px; }
.footer-top { display: flex; align-items: end; justify-content: space-between; gap: 40px; min-height: 97px; }
.footer-nav { display: flex; gap: 34px; margin-top: 32px; font-size: 18px; text-transform: capitalize; }
.footer-nav a:hover, .footer-nav a:focus-visible { color: #fff; text-decoration: underline; }
.newsletter { display: flex; flex-direction: column; gap: 23px; width: 454px; }
.newsletter label { font-size: 18px; text-transform: capitalize; }
.newsletter-row { display: flex; align-items: center; gap: 13px; }
.newsletter input { width: 312px; height: 48px; padding: 0 20px; border: 0; border-radius: 6px; color: var(--ink); background: #fff; outline-color: var(--blue); }
.newsletter input::placeholder { color: #939393; }
.newsletter .button { min-height: 48px; }
.form-status { min-height: 20px; margin: -12px 0 0; color: #fff; font-family: var(--sans); font-size: 12px; line-height: 1.5; transition: color .2s ease, opacity .2s ease; }
.form-status:empty { visibility: hidden; }
.form-status.is-success { color: #b8f2d5; }
.form-status.is-error { color: #ffd0d6; }
.form-trap { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.newsletter .form-trap { width: 1px; height: 1px; padding: 0; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 124px; }
.footer-bottom p { margin: 0; font-size: 18px; }
.socials { display: flex; gap: 20px; }
.socials a { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: rgba(255,255,255,.1); }
.socials img { width: 18px; height: 18px; object-fit: contain; filter: none; opacity: 1; }
.socials img.social-icon--twitter { width: 16px; height: 16px; }

.contact-hero { position: relative; min-height: 322px; overflow: hidden; color: #fff; background: var(--blue); }
.contact-hero-inner { position: relative; z-index: 1; min-height: 322px; display: flex; align-items: flex-end; padding-bottom: 126px; }
.contact-hero h1 { margin: 0; font-size: 48px; line-height: 1.1; text-transform: uppercase; }
.contact-grid { position: absolute; right: 48px; top: 34px; display: grid; grid-template-columns: repeat(2, 178px); grid-template-rows: repeat(2, 131px); opacity: .2; }
.contact-grid span { background: #5b6aff; }
.contact-grid span:nth-child(1) { grid-area: 2 / 1; }.contact-grid span:nth-child(2) { grid-area: 2 / 2; }.contact-grid span:nth-child(3) { grid-area: 1 / 2; }.contact-grid span:nth-child(4) { grid-area: 1 / 3; }
.contact-content { min-height: 1762px; padding: 0 0 100px; }
.contact-layout { display: grid; grid-template-columns: 497px minmax(0, 688px); column-gap: 55px; row-gap: 80px; }
.support-copy { padding-top: 45px; }
.support-copy h2 { margin: 0; font-size: 48px; line-height: 1.1; }
.support-copy > p { max-width: 497px; margin: 24px 0 0; color: var(--muted); font-size: 18px; }
.contact-details { display: flex; flex-direction: column; gap: 28px; margin-top: 132px; }
.contact-details p { display: flex; align-items: center; gap: 16px; margin: 0; font-size: 18px; }
.contact-icon { display: grid; width: 36px; height: 32px; place-items: center; border-radius: 4px; background: #e9e9e9; }
.contact-icon img { width: 20px; height: 20px; object-fit: contain; }
.contact-form { position: relative; z-index: 2; margin-top: -116px; padding: 30px 32px; border-radius: 12px; background: #fff; box-shadow: 0 20px 50px rgba(31,31,41,.06); }
.form-intro { display: flex; align-items: center; gap: 16px; min-height: 56px; }
.form-intro-icon { display: grid; width: 56px; height: 56px; flex: 0 0 56px; place-items: center; border-radius: 8px; background: var(--blue); }
.form-intro-icon img { width: 24px; height: 24px; filter: none; }
.form-intro p { margin: 0; font-size: 18px; line-height: 1.35; text-transform: capitalize; }
.form-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 32px; }
.form-fields label { display: flex; flex-direction: column; gap: 8px; font-size: 16px; text-transform: capitalize; }
.form-fields input, .form-fields textarea { width: 100%; border: 0; border-radius: 6px; background: #f5f5f5; outline: 2px solid transparent; transition: outline-color .2s ease; }
.form-fields input { height: 52px; padding: 0 14px; }
.form-fields textarea { height: 201px; resize: vertical; padding: 16px 20px; }
.form-fields input:focus, .form-fields textarea:focus { outline-color: var(--blue); }
.field-full { grid-column: 1 / -1; }
.form-submit { width: 100%; margin-top: 24px; }
.contact-form .form-status { color: var(--blue); margin: 8px 0 -8px; }
.contact-form .form-status.is-error { color: #b42318; }
.form-note { margin: 8px 0 0; color: #858997; font-family: var(--sans); font-size: 12px; line-height: 1.5; }
.contact-faq { padding-top: 0; }
.contact-faq-list { align-self: start; }
.contact-faq-list .faq-question { min-height: 60px; padding: 16px 0; }
.contact-faq-list .faq-answer > p { padding-right: 30px; }

@media (max-width: 1100px) {
  .site-header { padding: 0 32px; }
  .primary-nav { gap: 22px; }
  .page-width { width: min(900px, calc(100% - 48px)); }
  .about-row, .about-row--reverse { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
  .about-image { height: 360px; }
  .about-copy h2, .about-row--reverse .about-copy h2 { font-size: 28px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services { min-height: auto; }
  .why-copy { width: 600px; }
  .faq-inner { grid-template-columns: 300px minmax(0, 1fr); gap: 44px; }
  .contact-layout { grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); column-gap: 36px; }
}

@media (max-width: 760px) {
  .page-width { width: min(600px, calc(100% - 36px)); }
  .site-header { height: 72px; padding: 0 18px; }
  .nav-toggle { position: relative; z-index: 6; display: block; }
  .primary-nav { position: absolute; top: 72px; left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border-radius: 8px; box-shadow: 0 16px 30px rgba(31,31,41,.14); background: #fff; }
  .primary-nav.is-open { display: flex; }
  .primary-nav a { padding: 12px; }
  .primary-nav .nav-cta { justify-content: center; margin-top: 6px; }
  .hero { height: 760px; }
  .hero-content { top: 270px; gap: 24px; }
  .hero h1 { font-size: clamp(38px, 10vw, 54px); }
  .hero p { font-size: 16px; }
  .hero-grid { right: -92px; bottom: 38px; transform: scale(.75); transform-origin: right bottom; }
  .about { min-height: auto; }
  .about-inner { padding-top: 72px; padding-bottom: 80px; }
  .section-kicker { font-size: 20px; }
  .about-rows { gap: 58px; margin-top: 24px; }
  .about-row, .about-row--reverse { display: flex; flex-direction: column; gap: 28px; }
  .about-row--reverse .about-copy { order: 1; }.about-row--reverse .about-image { order: 2; }
  .about-image { width: 100%; height: min(70vw, 360px); }
  .about-copy { gap: 16px; }.about-copy h2, .about-row--reverse .about-copy h2 { font-size: 28px; }.about-copy p { font-size: 16px; }
  .services { padding: 72px 0; }
  .services-heading { flex-direction: column; align-items: flex-start; margin-top: 18px; }.services-heading h2 { width: 100%; font-size: 30px; }.service-grid { grid-template-columns: 1fr; margin-top: 26px; }.service-card { min-height: 0; }.service-card h3 { min-height: 0; }
  .why { min-height: auto; }.why-inner { min-height: 580px; padding-top: 72px; padding-bottom: 72px; }.why-copy { width: 100%; }.why h2 { margin: 18px 0 32px; font-size: 30px; }.reason-grid { grid-template-columns: 1fr; }.reason-card { min-height: 0; }
  .testimonial { min-height: auto; padding: 72px 0; }.testimonial blockquote { margin-top: 26px; font-size: 16px; }.testimonial-author { font-size: 16px; }.quote-mark { top: 58px; width: 160px; height: 160px; }
  .faq { min-height: auto; padding: 72px 0; }.faq-inner { display: flex; flex-direction: column; gap: 46px; }.faq-intro p { font-size: 16px; }.faq-question { font-size: 16px; }.faq-answer > p { font-size: 14px; }
  .site-footer { min-height: auto; }.footer-inner { padding-top: 56px; padding-bottom: 24px; }.footer-top { flex-direction: column; align-items: flex-start; gap: 50px; }.footer-nav { gap: 18px; flex-wrap: wrap; font-size: 16px; }.newsletter { width: 100%; }.newsletter-row { width: 100%; }.newsletter input { min-width: 0; flex: 1; width: auto; }.footer-bottom { flex-direction: column; align-items: flex-start; gap: 24px; margin-top: 64px; }.footer-bottom p { font-size: 14px; }.socials { align-self: flex-end; }
  .contact-hero { min-height: 260px; }.contact-hero-inner { min-height: 260px; padding-bottom: 68px; }.contact-hero h1 { font-size: 42px; }.contact-grid { right: -110px; top: 20px; transform: scale(.65); transform-origin: right top; }
  .contact-content { min-height: auto; padding-bottom: 72px; }.contact-layout { display: flex; flex-direction: column; gap: 48px; }.support-copy { padding-top: 58px; }.support-copy h2 { font-size: 42px; }.contact-details { gap: 20px; margin-top: 58px; }.contact-details p { font-size: 16px; }.contact-form { margin-top: 0; padding: 24px 18px; }.form-intro p { font-size: 16px; }.form-fields { gap: 18px; margin-top: 26px; }.form-fields label { font-size: 14px; }.form-fields input { height: 48px; }.form-fields textarea { height: 160px; }.contact-faq { padding-top: 0; }.contact-faq-list { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
