@font-face { font-family: "Nunito Sans"; src: url("/assets/vendor/nunito-sans/nunito-sans-latin.woff2") format("woff2"); font-display: swap; font-weight: 200 900; }

.content-main { border-top: 1px solid var(--line); }
.content-breadcrumb { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding: 22px 0 0; color: var(--muted); font-size: .76rem; }
.content-breadcrumb a { color: var(--teal); font-weight: 800; }
.content-breadcrumb i { font-size: .75rem; }
.content-hero { overflow: hidden; background: linear-gradient(135deg, #f7fbff 0%, var(--baby-blue) 54%, var(--sage) 100%); }
.content-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 66px; min-height: 590px; padding-top: 54px; padding-bottom: 68px; }
.content-eyebrow { margin: 0 0 14px; color: var(--teal); font-size: .76rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.content-hero h1 { max-width: 700px; margin: 0 0 23px; color: var(--navy); font-size: clamp(2.6rem, 4.4vw, 4.65rem); line-height: 1.03; letter-spacing: -.047em; }
.content-hero-copy > p:not(.content-eyebrow) { max-width: 650px; margin: 0 0 28px; color: var(--muted); font-size: 1.08rem; line-height: 1.72; }
.content-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.content-actions .button-secondary { color: var(--navy); background: #fff; border-color: #b9d8ee; box-shadow: none; }
.content-actions .button-secondary:hover { color: var(--navy); background: #f7fcff; }
.content-product { position: relative; padding: 22px; border: 1px solid rgba(49,89,152,.12); border-radius: 22px; background: rgba(255,255,255,.76); box-shadow: 0 22px 60px rgba(40,73,112,.14); }
.content-product::before { position: absolute; top: -19px; right: 24px; width: 78px; height: 78px; border-radius: 50%; background: rgba(168,111,242,.13); content: ""; }
.content-product img { position: relative; display: block; width: 100%; height: auto; border-radius: 13px; object-fit: contain; }
.content-proof { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.content-proof-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.content-proof span { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 86px; padding: 16px; color: var(--navy); border-right: 1px solid var(--line); font-size: .78rem; font-weight: 800; text-align: center; }
.content-proof span:last-child { border-right: 0; }
.content-proof i { color: var(--teal); font-size: 1.45rem; }
.content-section { padding: 78px 0; }
.content-section-soft { background: var(--sage); }
.content-section-blue { background: var(--baby-blue); }
.content-section-heading { max-width: 810px; margin: 0 auto 42px; text-align: center; }
.content-section-heading h2 { margin: 0 0 14px; color: var(--navy); font-size: clamp(2rem, 3.2vw, 3.15rem); line-height: 1.12; letter-spacing: -.035em; }
.content-section-heading p { margin: 0; font-size: 1rem; line-height: 1.72; }
.content-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.content-card { min-width: 0; padding: 29px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 12px 30px rgba(30,56,92,.065); }
.content-card > i { display: grid; width: 50px; height: 50px; margin-bottom: 20px; border-radius: 13px; color: var(--lilac); background: var(--lilac-soft); font-size: 1.6rem; place-items: center; }
.content-card:nth-child(3n+2) > i { color: var(--teal); background: #e9f8f6; }
.content-card:nth-child(3n+3) > i { color: #2b63bd; background: #edf4ff; }
.content-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.12rem; line-height: 1.3; }
.content-card p { margin: 0; font-size: .87rem; line-height: 1.68; }
.content-two-column { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 68px; }
.content-two-column h2 { margin: 0 0 17px; color: var(--navy); font-size: clamp(2rem, 3vw, 3.05rem); line-height: 1.12; letter-spacing: -.035em; }
.content-two-column p { margin: 0 0 18px; line-height: 1.76; }
.content-checklist { display: grid; gap: 12px; margin: 25px 0 0; padding: 0; list-style: none; }
.content-checklist li { display: flex; align-items: flex-start; gap: 11px; color: var(--navy); font-size: .9rem; line-height: 1.55; }
.content-checklist i { flex: 0 0 auto; margin-top: 3px; color: var(--teal); font-size: 1.15rem; }
.content-screen { padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 16px 42px rgba(30,56,92,.11); }
.content-screen img { display: block; width: 100%; height: auto; border-radius: 10px; }
.content-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; counter-reset: content-step; }
.content-step { position: relative; min-height: 210px; padding: 64px 27px 28px; border: 1px solid var(--line); border-radius: 16px; background: #fff; counter-increment: content-step; }
.content-step::before { position: absolute; top: 24px; left: 27px; display: grid; width: 30px; height: 30px; border-radius: 50%; color: #fff; background: var(--teal); font-size: .75rem; font-weight: 900; content: counter(content-step); place-items: center; }
.content-step h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.08rem; }
.content-step p { margin: 0; font-size: .86rem; line-height: 1.68; }
.content-faq { max-width: 920px; margin: 0 auto; }
.content-faq details { border-bottom: 1px solid var(--line); background: #fff; }
.content-faq details:first-child { border-top: 1px solid var(--line); }
.content-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 4px; color: var(--navy); font-weight: 850; cursor: pointer; list-style: none; }
.content-faq summary::-webkit-details-marker { display: none; }
.content-faq summary::after { color: var(--teal); font-size: 1.35rem; content: "+"; }
.content-faq details[open] summary::after { content: "−"; }
.content-faq details p { margin: -4px 0 0; padding: 0 4px 23px; line-height: 1.7; }
.content-related { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.content-related a { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 86px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 13px; color: var(--navy); background: #fff; font-weight: 850; }
.content-related a:hover { border-color: #9bcad0; transform: translateY(-2px); }
.content-related i { color: var(--teal); }
.content-conversion { padding: 56px 0; background: var(--navy); }
.content-conversion-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }
.content-conversion h2 { margin: 0 0 8px; color: #fff; font-size: clamp(1.8rem, 3vw, 2.8rem); letter-spacing: -.03em; }
.content-conversion p { margin: 0; color: #dce8fa; }
.content-conversion .button { border-color: #fff; color: var(--navy); background: #fff; box-shadow: none; }
.content-conversion .button:hover { background: #eff8ff; }

.resources-groups { display: grid; gap: 26px; }
.resources-group { padding: 34px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.resources-group-head { display: grid; grid-template-columns: 58px 1fr; gap: 18px; align-items: center; margin-bottom: 24px; }
.resources-group-head > i { display: grid; width: 54px; height: 54px; border-radius: 14px; color: var(--lilac); background: var(--lilac-soft); font-size: 1.75rem; place-items: center; }
.resources-group h2 { margin: 0 0 5px; color: var(--navy); font-size: 1.55rem; }
.resources-group p { margin: 0; }
.resources-items { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.resources-item { padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: #fbfdff; }
.resources-item h3 { margin: 0 0 7px; color: var(--navy); font-size: .98rem; }
.resources-item p { font-size: .8rem; line-height: 1.6; }

.blog-hero { padding: 64px 0 72px; background: linear-gradient(135deg, var(--baby-blue), #fff 55%, var(--sage)); text-align: center; }
.blog-hero h1 { max-width: 850px; margin: 0 auto 18px; color: var(--navy); font-size: clamp(2.8rem, 5vw, 4.9rem); line-height: 1.02; letter-spacing: -.05em; }
.blog-hero > .container > p:last-child { max-width: 720px; margin: 0 auto; font-size: 1.06rem; line-height: 1.72; }
.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.blog-card { display: flex; min-height: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 12px 32px rgba(30,56,92,.07); flex-direction: column; }
.blog-card-image { display: grid; min-height: 190px; overflow: hidden; background: var(--baby-blue); place-items: center; }
.blog-card-image img { width: 100%; height: 210px; object-fit: cover; object-position: top center; }
.blog-card-body { display: flex; padding: 24px; flex: 1; flex-direction: column; }
.blog-card time, .article-meta { color: var(--muted); font-size: .72rem; font-weight: 750; }
.article-meta a { color: var(--teal); font-weight: 900; }
.blog-card h2 { margin: 10px 0 11px; color: var(--navy); font-size: 1.28rem; line-height: 1.28; }
.blog-card p { margin: 0 0 20px; font-size: .85rem; line-height: 1.65; }
.blog-card a { display: inline-flex; align-items: center; gap: 7px; margin-top: auto; color: var(--teal); font-size: .82rem; font-weight: 900; }
.article-header { padding: 54px 0 50px; background: linear-gradient(135deg, var(--baby-blue), #fff 65%, var(--sage)); }
.article-header-inner { max-width: 920px; }
.article-header h1 { margin: 14px 0 20px; color: var(--navy); font-size: clamp(2.55rem, 4.8vw, 4.6rem); line-height: 1.04; letter-spacing: -.048em; }
.article-header .article-intro { max-width: 790px; margin: 0 0 18px; font-size: 1.08rem; line-height: 1.72; }
.article-layout { display: grid; grid-template-columns: minmax(0,760px) 250px; justify-content: center; gap: 70px; }
.article-content { color: var(--navy); }
.article-content h2 { margin: 48px 0 16px; color: var(--navy); font-size: clamp(1.7rem, 2.6vw, 2.4rem); line-height: 1.18; letter-spacing: -.025em; }
.article-content h2:first-child { margin-top: 0; }
.article-content h3 { margin: 31px 0 12px; color: var(--navy); font-size: 1.25rem; }
.article-content p, .article-content li { color: var(--muted); font-size: 1rem; line-height: 1.82; }
.article-content ul, .article-content ol { display: grid; gap: 9px; padding-left: 22px; }
.article-note { margin: 28px 0; padding: 22px 24px; border-left: 4px solid var(--teal); border-radius: 0 12px 12px 0; background: var(--sage); }
.article-note strong { color: var(--navy); }
.article-aside { align-self: start; position: sticky; top: 92px; padding: 22px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.article-aside strong { display: block; margin-bottom: 13px; color: var(--navy); }
.article-aside a { display: block; margin: 9px 0; color: var(--teal); font-size: .82rem; font-weight: 800; }
.article-aside .button { margin-top: 16px; color: #fff; text-align: center; }

.institutional-hero .content-hero-grid { grid-template-columns: 1.12fr .88fr; }
.institutional-brand { display: grid; min-height: 330px; align-content: center; justify-items: center; gap: 22px; text-align: center; }
.institutional-brand img { width: auto; max-width: min(82%, 368px); }
.institutional-brand img:last-child { max-width: min(64%, 230px); }
.institutional-brand span { color: var(--muted); font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.institutional-timeline { display: grid; gap: 14px; }
.institutional-timeline article { position: relative; padding: 25px 27px 25px 94px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 12px 30px rgba(30,56,92,.055); }
.institutional-timeline strong { position: absolute; top: 24px; left: 25px; display: grid; width: 50px; height: 50px; border-radius: 15px; color: #fff; background: var(--teal); font-size: .78rem; place-items: center; }
.institutional-timeline article:nth-child(2) strong { background: #357adc; }
.institutional-timeline article:nth-child(3) strong { background: var(--lilac); }
.institutional-timeline h3 { margin: 0 0 5px; color: var(--navy); font-size: 1.05rem; }
.institutional-timeline p { margin: 0; font-size: .84rem; line-height: 1.6; }
.company-facts { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.company-facts div { padding: 26px; border-right: 1px solid var(--line); }
.company-facts div:last-child { border-right: 0; }
.company-facts dt { margin-bottom: 7px; color: var(--muted); font-size: .72rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.company-facts dd { margin: 0; color: var(--navy); font-size: .98rem; font-weight: 900; line-height: 1.45; }
.content-page-link { margin-top: 28px; text-align: center; }
.content-page-link a { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-weight: 900; }
.content-page-link a:hover { gap: 12px; }

@media (max-width: 1040px) {
  .content-hero-grid { gap: 38px; min-height: 520px; }
  .content-grid, .blog-grid { grid-template-columns: repeat(2,1fr); }
  .resources-items { grid-template-columns: repeat(2,1fr); }
  .article-layout { grid-template-columns: minmax(0,760px); }
  .article-aside { position: static; }
  .company-facts { grid-template-columns: repeat(2,1fr); }
  .company-facts div:nth-child(2) { border-right: 0; }
  .company-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 880px) {
  .content-hero-grid, .content-two-column, .institutional-hero .content-hero-grid { grid-template-columns: 1fr; }
  .content-hero-grid { gap: 34px; padding-top: 42px; }
  .content-product { max-width: 760px; }
  .content-proof-grid { grid-template-columns: repeat(2,1fr); }
  .content-proof span:nth-child(2) { border-right: 0; }
  .content-proof span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .content-steps { grid-template-columns: 1fr; }
  .content-conversion-inner { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .content-breadcrumb { padding-top: 16px; }
  .content-hero-grid { padding-bottom: 48px; }
  .content-hero h1, .blog-hero h1, .article-header h1 { font-size: clamp(2.25rem, 11vw, 3.25rem); }
  .content-actions { display: grid; grid-template-columns: 1fr; }
  .content-actions .button { width: 100%; }
  .content-section { padding: 58px 0; }
  .content-grid, .blog-grid, .resources-items, .content-related { grid-template-columns: 1fr; }
  .content-proof-grid { grid-template-columns: 1fr; }
  .content-proof span { border-right: 0; border-bottom: 1px solid var(--line); }
  .content-proof span:last-child { border-bottom: 0; }
  .resources-group { padding: 24px 18px; }
  .resources-group-head { grid-template-columns: 1fr; }
  .article-header { padding-top: 42px; }
  .article-content p, .article-content li { font-size: .94rem; }
  .company-facts { grid-template-columns: 1fr; }
  .company-facts div { border-right: 0; border-bottom: 1px solid var(--line); }
  .company-facts div:last-child { border-bottom: 0; }
  .institutional-timeline article { padding-left: 82px; }
  .institutional-timeline strong { left: 18px; }
}
