html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Sora", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --speed-fast: ease;
  --paint-clear: #F4F7FC;
  --paint-primary: #0C1526;
}
a{color:inherit;}
.fresh-quote {
    width: 100%;
    background: #0A1120;
    color: #E8EEF9;
    border-bottom: 1px solid rgba(124, 92, 255, 0.28);
  }
.page-tile {
    max-width: 1460px;
    margin: 0 auto;
    padding: calc(1.8rem * 1.5) 2.23rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.8rem;
  }
.public-rail {
    font-size: calc(17px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #E8EEF9;
    text-decoration: none;
    padding: 0.25rem 0;
  }
.public-rail:hover {
    color: #7C5CFF;
  }
.public-visual {
    display: flex;
    align-items: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.8rem;
  }
.nav-link {
    display: inline-block;
    padding: 0.5rem 0.25rem;
    font-size: 17px;
    color: #E8EEF9;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 520ms var(--speed-fast),
                border-color 520ms var(--speed-fast);
  }
.nav-link:hover {
    color: #7C5CFF;
    border-bottom-color: #7C5CFF;
  }
.nav-link.is-active {
    border-bottom-color: #7C5CFF;
  }
.plain-view {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    background: #0F1A2E;
    color: #C3D0E4;
    border: 1px solid rgba(124, 92, 255, 0.28);
    border-radius: 0.3rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.featured-frame {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
  }
@media (max-width: 767px) {
    .page-tile {
      flex-wrap: wrap;
      padding: calc(1.8rem * 1.5) 2.23rem;
    }

    .plain-view {
      display: flex;
    }

    .public-visual {
      display: none;
      width: 100%;
      order: 3;
    }

    .public-visual.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding-top: calc(1.8rem * 1.5);
    }

    .nav-list li {
      border-top: 1px solid rgba(124, 92, 255, 0.28);
    }

    .nav-link {
      display: block;
      padding: 0.85rem 0.25rem;
      border-bottom: none;
    }

    .nav-link:hover {
      border-bottom-color: transparent;
      color: #7C5CFF;
    }

    .nav-link.is-active {
      border-bottom-color: transparent;
      color: #7C5CFF;
    }
  }
.focused-service{padding:calc(1.5rem * 2.4) 2.23rem;font-family:"Sora", sans-serif;font-size:17px;line-height:1.69;width:100%;background:var(--paint-clear);color:var(--paint-primary);}
.media-grid{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.8rem * 1.5)}
.simple-items{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.6fr;gap:1.8rem;align-items:start}
.plain-shell{display:flex;flex-direction:column;gap:calc(1.5rem * .75);min-width:0}
.narrow-benefit{margin:0;font-size:calc(17px * 1.35);font-weight:700;letter-spacing:0.02em}
.primary-flow{margin:0;font-size:calc(17px * .875);opacity:0.78;max-width:34ch}
.local-entries{margin:0;font-size:17px;font-weight:600;letter-spacing:0.04em;text-transform:uppercase;opacity:0.85}
.primary-visual{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}
.primary-visual a{color:inherit;text-decoration:none;font-size:17px;transition:opacity 520ms var(--speed-fast)}
.primary-visual a:hover,
  .primary-visual a:focus-visible{opacity:0.72;text-decoration:underline;text-underline-offset:3px;color:inherit}
.strong-menu li{display:flex;flex-direction:column;gap:0.15rem}
.focused-note{font-size:calc(17px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.7}
.quiet-benefit{font-size:17px;color:inherit;text-decoration:none;word-break:break-word}
a.footer-value:hover,
  a.footer-value:focus-visible{opacity:0.72;text-decoration:underline;text-underline-offset:3px;color:inherit}
.content-inner{border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:calc(1.8rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.main-note{margin:0;font-size:calc(17px * .875);opacity:0.8}
.panel{margin:0;font-size:calc(17px * .875);opacity:0.72;max-width:90ch}
@media (max-width: 960px) {.simple-items{grid-template-columns:1fr 1fr}
  }
@media (max-width: 600px) {.focused-service{padding:calc(1.8rem * 1.5) 2.23rem;background:var(--paint-clear);color:var(--paint-primary);}.simple-items{grid-template-columns:1fr;gap:calc(1.8rem * 1.5)}
  }
.cookies{position:fixed;left:50%;bottom:1.5rem;transform:translateX(-50%);z-index:1200}
.cookies .offer-media{width:min(58rem,calc(100vw - 2.23rem*2));display:flex;align-items:center;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border-radius:1.06rem;background:#7C5CFF;color:#0B0620;box-shadow:0 18px 46px rgba(0,0,0,0.17)}
.cookies p{flex:1 1 auto;margin:0;line-height:1.69}
.cookies strong{margin-right:calc(1.5rem * .75)}
.cookies button{flex:0 0 auto;border:1px solid color-mix(in srgb,currentColor 28%,transparent);border-radius:0.3rem;background:transparent;color:inherit;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:#1FB6C9;color:#04141C;border-color:#1FB6C9}
@media(max-width:760px){.cookies .offer-media{display:block}.cookies button{margin-top:calc(1.5rem * .75);margin-right:calc(1.5rem * .75)}.cookies span{display:block;margin-top:calc(1.5rem * .75)}}
.local-grid{
  --mark-local:calc(1.5rem * 1.4);
  --state-main:calc(1460px / 2.6);
  padding:calc(1.5rem * 2.4) 2.23rem;
  background:linear-gradient(135deg, #0A1120 0%, #12213C 45%, #1A2E52 100%);
  color:#E8EEF9;
}
.local-grid .soft-feature{max-width:1460px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:1.8rem;}
.local-grid h1,
.local-grid p{margin:0;}
.local-grid h1{font-size:calc(17px * 2.65);
  line-height:1.08;}
.local-grid .public-contact{flex:1 1 34rem;
  min-width:0;}
.local-grid .site-proof{margin-top:calc(1.8rem * 1.5);
  max-width:var(--state-main);
  font-size:calc(17px * 1.125);
  line-height:1.69;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.local-grid .local-fields{flex:0 1 22rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.8rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.local-grid .area{font-size:calc(17px * .875);
  line-height:1.69;
  color:color-mix(in srgb, currentColor 70%, transparent);}
.local-grid .focused-headline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.3rem;
  background:#1FB6C9;
  color:#04141C;
  text-decoration:none;
  font-size:17px;
  transition:background 520ms var(--speed-fast);
}
.local-grid .focused-headline:hover{
  background:#17A2B4;color:#E8EEF9;}
@media (max-width:720px){.local-grid .soft-feature{
    align-items:flex-start;
  }.local-grid .local-fields{
    flex:1 1 100%;
  }
}
.team-steps{
        background: #0A1120;
        color: #E8EEF9;
        padding: calc(1.5rem * 2.4) 2.23rem;
    }
.team-steps .soft-feature{width: min(100%, 1460px);
        max-width: 62rem;
        margin: 0 auto;}
.team-steps h2,
    .team-steps h3,
    .team-steps p{margin: 0;}
.team-steps .public-contact{max-width: 46rem;}
.team-steps h2{font-size: calc(17px * 2);
        line-height: 1.1;}
.team-steps .site-proof{color: #C3D0E4;
        font-size: calc(17px * 1.125);
        line-height: 1.69;
        margin-top: 1.5rem;}
.team-steps .public-view{
        margin-top: calc(1.8rem * 1.5);
        display: flex;
        flex-direction: column;
        gap: 1px;
        background: rgba(124, 92, 255, 0.28);
        border-radius: 0.76rem;
        overflow: hidden;color:#E8EEF9;}
.team-steps .fresh-callout{
        display: flex;
        align-items: flex-start;
        gap: 1.8rem;
        padding: calc(1.5rem * .75) 1.5rem;
        background: #111C31;
        color: #E8EEF9;
    }
.team-steps .text-footer{flex: 0 0 auto;
        font-size: calc(17px * .875);
        letter-spacing: 0.06em;color:inherit;
        padding-top: 0.35rem;}
.team-steps .direct-brand{min-width: 0;}
.team-steps h3{font-size: calc(17px * 1.35);
        line-height: 1.18;}
.team-steps .direct-brand p{color: #C3D0E4;
        line-height: 1.69;
        margin-top: calc(1.5rem * .75);}
.team-steps .area{margin-top: calc(1.8rem * 1.5);
        padding-top: 1.5rem;
        border-top: 1px solid rgba(124, 92, 255, 0.28);
        color: #C3D0E4;
        font-size: calc(17px * .875);
        line-height: 1.69;
        max-width: 46rem;}
.team-steps .area a{color: #1FB6C9;
        text-decoration: none;
        border-bottom: 1px solid currentColor;}
.team-steps .area a:hover{color:inherit;}
@media (max-width: 640px) {.team-steps .fresh-callout{
            flex-direction: column;
            gap: calc(1.5rem * .75);
        }
    }
.simple-method{--mark-local:calc(1.5rem * 1.15);--state-main:calc(1460px / 2.4);--type-main:calc(1460px / 3.4);padding:calc(1.5rem * 2.4) 2.23rem;background:#0A1120;color:#E8EEF9;}
.simple-method .soft-feature{max-width:1460px;margin:0 auto;}
.simple-method h2,.simple-method h3,.simple-method p{margin:0;}
.simple-method h2{font-size:calc(17px * 2);line-height:1.14;}
.simple-method h3{font-size:calc(17px * 1.35);line-height:1.22;}
.simple-method p{font-size:17px;line-height:1.69;}
.simple-method a{text-decoration:none;}
.simple-method a:hover{}
.simple-method .content-footer{padding-inline-start:calc(2.23rem / 2);}
.simple-method .content-group{row-gap:calc(var(--mark-local) * 1.1);}
.simple-method .site-proof{margin-top:1.5rem;max-width:var(--state-main);}
.simple-method .quiet-actions{display:flex;flex-wrap:wrap;gap:var(--mark-local);margin-top:var(--mark-local);}
.simple-method .fresh-callout{flex:1 1 var(--type-main);min-width:0;padding:calc(var(--mark-local) * .8);border-radius:0.47rem;background:#111C31;color:#E8EEF9;border:1px solid rgba(124, 92, 255, 0.28);}
.simple-method .fresh-callout p{margin-top:calc(1.5rem / 3);}
.simple-method .fresh-callout a{display:inline-flex;margin-top:calc(1.5rem / 2);font-size:calc(17px * .875);}
@media (max-width:720px){.simple-method .content-footer{padding-inline-start:0;}.simple-method .fresh-callout{flex-basis:100%;}
}
.top-media{padding:calc(1.5rem * 2.4) 2.23rem;background:#0A1120;color:#E8EEF9}
.top-media .soft-feature{max-width:min(1460px,58rem);margin:0 auto}
.top-media .public-contact{max-width:44rem}
.top-media h2{margin:0;font-size:calc(17px * 2);line-height:1.1}
.top-media .public-contact p{margin:1.5rem 0 0;color:#C3D0E4;line-height:1.69}
.top-media .contact-note{margin-top:calc(1.8rem * 1.5);border-top:1px solid rgba(124, 92, 255, 0.28)}
.top-media details{padding:1.5rem 0;border-bottom:1px solid rgba(124, 92, 255, 0.28)}
.top-media summary{cursor:pointer;font-size:calc(17px * 1.35);line-height:1.22;list-style:none}
.top-media summary::-webkit-details-marker{display:none}
.top-media summary::after{content:"+";float:right;font-size:calc(17px * 1.125);color:#1FB6C9;line-height:1}
.top-media details[open] summary::after{content:"–"}
.top-media details p{max-width:48rem;margin:1.5rem 0 0;color:#C3D0E4;line-height:1.69}
@media(max-width:720px){.top-media .public-contact{max-width:none}.top-media summary{font-size:17px}
}
.top-footer{--mark-local:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 2.23rem;background:#0A1120;color:#E8EEF9;}
.top-footer .soft-feature{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-local);}
.top-footer h2,.top-footer h3,.top-footer p{margin:0;}
.top-footer h2{font-size:calc(17px * 2);line-height:1.14;}
.top-footer h3{font-size:calc(17px * 1.35);line-height:1.22;}
.top-footer p{font-size:17px;line-height:1.69;color:#C3D0E4;}
.top-footer a{color:#1FB6C9;text-decoration:none;}
.top-footer a:hover{color:inherit;}
.top-footer .public-contact{max-width:calc(1460px / 1.6);display:flex;flex-direction:column;gap:calc(1.8rem * 1.5);}
.top-footer .site-proof{font-size:calc(17px * 1.125);color:#E8EEF9;}
.top-footer .quiet-actions{display:flex;flex-direction:column;border-top:1px solid rgba(124, 92, 255, 0.28);}
.top-footer .fresh-callout{padding:calc(1.8rem * 1.5) 0;border-bottom:1px solid rgba(124, 92, 255, 0.28);}
.top-footer .fresh-callout .public-items{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:1.8rem;align-items:baseline;}
.top-footer .fresh-callout p{margin:0;}
.top-footer .area{font-size:calc(17px * .875);color:#C3D0E4;max-width:calc(1460px / 1.7);}
@media (max-width:820px){.top-footer .fresh-callout .public-items{grid-template-columns:1fr;gap:calc(1.8rem / 2);}
}
.bottom-nav{
  background: linear-gradient(135deg, #0A1120 0%, #12213C 45%, #1A2E52 100%);
  color: #E8EEF9;
  padding: calc(1.5rem * 2.4) 2.23rem;
}
.bottom-nav .soft-feature{width: min(100%, 1460px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.8rem * 1.5);}
.bottom-nav h2,
.bottom-nav h3,
.bottom-nav p{margin: 0;}
.bottom-nav h2{font-size: calc(17px * 2);
  line-height: 1.1;
  max-width: 34ch;}
.bottom-nav h3{font-size: calc(17px * 1.35);
  line-height: 1.18;}
.bottom-nav p{font-size: 17px;
  line-height: 1.69;}
.bottom-nav .site-proof{display: grid;
  gap: calc(1.5rem * .75);
  max-width: 68ch;}
.bottom-nav .site-proof p{}
.bottom-nav .plain-entries{display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;}
.bottom-nav .fresh-callout{
  flex: 1 1 22rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem 2.23rem;
  border-radius: 0.76rem;
  background: #111C31;
  color: #E8EEF9;
  border: 1px solid rgba(124, 92, 255, 0.28);
  box-shadow: 0 1px 4px rgba(0,0,0,0.11);
  animation: peopleMemberIn 520ms var(--speed-fast) both;
  animation-delay: var(--ease-fast, 0ms);
}
.bottom-nav .bottom-inner{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6rem;
  font-size: calc(17px * .875);}
.bottom-nav .plain-stack{}
.bottom-nav .bottom-headline{
  padding: 0.15rem 0.6rem;
  border-radius: 0.3rem;
  background: #7C5CFF;
  color: #0B0620;
  font-size: calc(17px * .875);
}
.bottom-nav .fresh-callout p{}
.bottom-nav .area{max-width: 60ch;
  border-top: 1px solid rgba(124, 92, 255, 0.28);
  padding-top: calc(1.5rem * .75);}
.bottom-nav .area a{text-decoration: none;}
.bottom-nav .area a:hover{}
@keyframes peopleMemberIn {from{ opacity: 0; transform: translateY(0.5rem); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 720px) {.bottom-nav .fresh-callout{ flex: 1 1 100%; }
}
.content{padding:calc(1.5rem * 2.4) 2.23rem;background:#0F1A2E;color:#C3D0E4}
.content .soft-feature{max-width:1460px;margin:0 auto;display:flex;gap:calc(1.8rem * 1.5);align-items:flex-start}
.content .public-contact{flex:0 1 36%;position:sticky;top:1.5rem}
.content h2{margin:0;font-size:calc(17px * 2);line-height:1.1}
.content .public-contact p{margin:1.5rem 0 0;line-height:1.69}
.content .public-contact .area{margin-top:calc(1.5rem * .75);font-size:calc(17px * .875);opacity:0.82}
.content .contact-note{flex:1 1 0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.content details{background:#111C31;color:#E8EEF9;border:1px solid rgba(124, 92, 255, 0.28);border-radius:0.76rem;padding:calc(1.5rem * .75) 1.5rem;box-shadow:0 1px 4px rgba(0,0,0,0.11)}
.content summary{cursor:pointer;font-size:calc(17px * 1.125);font-weight:600;list-style:none;display:flex;justify-content:space-between;align-items:baseline;gap:1.8rem}
.content summary::-webkit-details-marker{display:none}
.content summary::after{content:"+";font-size:17px;opacity:0.7;flex:0 0 auto}
.content details[open] summary::after{content:"–"}
.content details p{margin:1.5rem 0 calc(1.5rem * .75);line-height:1.69}
.content details strong{display:block;font-size:calc(17px * .875);font-weight:600;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(124, 92, 255, 0.28)}
@media(max-width:820px){.content .soft-feature{display:block}.content .public-contact{position:static}.content .contact-note{margin-top:calc(1.8rem * 1.5)}
}
.featured-summary{
    padding:calc(1.5rem * 2.4) 2.23rem;
    background:linear-gradient(135deg, #0A1120 0%, #12213C 45%, #1A2E52 100%);
    color:#E8EEF9;
}
.featured-summary .soft-feature{max-width:1460px;
    margin:0 auto;}
.featured-summary .service-method{max-width:78ch;
    margin-bottom:calc(1.8rem * 1.5);}
.featured-summary .service-method p{margin:0 0 0.6rem;
    font-size:calc(17px * .875);
    letter-spacing:0.14em;
    text-transform:uppercase;
    opacity:0.78;}
.featured-summary .service-method h2{margin:0 0 0.9rem;
    font-size:calc(17px * 2);
    line-height:1.18;}
.featured-summary .service-method span{display:block;
    font-size:17px;
    line-height:1.7;
    opacity:0.9;}
.featured-summary .plain-entries{display:flex;
    flex-wrap:wrap;
    gap:1.8rem;
    margin-bottom:calc(1.8rem * 1.5);}
.featured-summary .fresh-callout{
    flex:1 1 260px;
    padding:calc(1.5rem * .75);
    border:1px solid rgba(124, 92, 255, 0.28);
    border-radius:0.76rem;
    background:#111C31;
    color:#E8EEF9;
    box-shadow:0 1px 4px rgba(0,0,0,0.11);
}
.featured-summary .fresh-callout h3{margin:0 0 0.5rem;
    font-size:calc(17px * 1.35);
    line-height:1.3;}
.featured-summary .fresh-callout p{margin:0 0 0.85rem;
    font-size:17px;
    line-height:1.66;}
.featured-summary .fresh-callout small{display:block;
    font-size:calc(17px * .875);
    letter-spacing:0.04em;
    opacity:0.72;}
.featured-summary .area{
    padding:calc(1.5rem * .75) 2.23rem;
    border-left:3px solid #7C5CFF;
    background:#0F1A2E;
    color:#C3D0E4;
    border-radius:0.47rem;
}
.featured-summary .area p{margin:0;
    font-size:17px;
    line-height:1.68;}
.featured-summary .area a{text-decoration:underline;
    text-underline-offset:3px;}
.featured-summary .area a:hover{}
@media (max-width:640px){.featured-summary .fresh-callout{
        flex:1 1 100%;
    }
}
.quiet-menu{--mark-local:calc(1.5rem * 1.3);--state-main:calc(1460px / 2.7);padding:calc(1.5rem * 2.4) 2.23rem;background:#0A1120;color:#E8EEF9;}
.quiet-menu .soft-feature{max-width:1460px;margin:0 auto;}
.quiet-menu h2,.quiet-menu h3,.quiet-menu p{margin:0;}
.quiet-menu h2{font-size:calc(17px * 2);line-height:1.14;}
.quiet-menu h3{font-size:calc(17px * 1.35);line-height:1.22;}
.quiet-menu p{font-size:17px;line-height:1.69;color:#C3D0E4;}
.quiet-menu a{color:inherit;text-decoration:none;}
.quiet-menu .area{margin:0 0 calc(1.5rem / 3);font-size:calc(17px * .875);letter-spacing:0.04em;text-transform:uppercase;color:inherit;}
.quiet-menu .site-proof{max-width:var(--state-main);margin-top:calc(1.5rem / 2.2);}
.quiet-menu .focused-headline{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.3rem;background:#1FB6C9;color:#04141C;font-size:calc(17px * .875);}
.quiet-menu .focused-headline:hover{background:#17A2B4;color:#E8EEF9;}
.quiet-menu .offer-quote{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.8rem;}
.quiet-menu .offer-quote>.public-items{flex:1 1 60%;min-width:0;}
.quiet-menu .offer-quote>.focused-headline{flex:0 0 auto;margin-left:auto;}
.quiet-menu .offer-quote>.quiet-actions{flex:1 1 100%;}
.quiet-menu .quiet-actions{display:flex;flex-direction:column;gap:0;margin-top:var(--mark-local);border-top:1px solid rgba(124, 92, 255, 0.28);}
.quiet-menu .fresh-callout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:1.8rem;padding:calc(1.8rem * 1.5) 0;border-bottom:1px solid rgba(124, 92, 255, 0.28);}
.quiet-menu .fresh-callout p{margin:0;}
@media (max-width:820px){.quiet-menu .offer-quote>.focused-headline{margin-left:0;}.quiet-menu .fresh-callout{grid-template-columns:1fr;gap:calc(1.8rem / 2);}
}
.page-list{--mark-local:calc(1.5rem * 1.15);--state-main:calc(1460px / 2.6);padding:calc(1.5rem * 2.4) 2.23rem;background:#0A1120;color:#E8EEF9;}
.page-list .soft-feature{max-width:1460px;margin:0 auto;}
.page-list h2,.page-list h3,.page-list p,.page-list ul{margin:0;}
.page-list h2{font-size:calc(17px * 2);line-height:1.14;}
.page-list h3{font-size:calc(17px * 1.35);line-height:1.22;}
.page-list p{font-size:17px;line-height:1.69;color:#C3D0E4;}
.page-list a{color:inherit;text-decoration:none;}
.page-list .service-method{max-width:var(--state-main);}
.page-list .service-method .site-proof{margin-top:calc(1.8rem * 1.5);}
.page-list .quiet-actions{display:flex;flex-direction:column;gap:var(--mark-local);margin-top:calc(var(--mark-local) * 1.1);}
.page-list .fresh-callout{min-width:0;padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(124, 92, 255, 0.28);}
.page-list .fresh-callout:last-child{border-bottom:1px solid rgba(124, 92, 255, 0.28);}
.page-list .featured-copy{display:flex;flex-wrap:wrap;align-items:baseline;gap:1.8rem;}
.page-list .bottom-headline{font-size:calc(17px * .875);padding:calc(calc(1.5rem * .75) / 3) calc(1.5rem * .75);border-radius:0.3rem;background:#7C5CFF;color:#0B0620;}
.page-list .fresh-callout p{margin-top:calc(1.8rem * 1.5);max-width:var(--state-main);}
.page-list .public-media{list-style:none;padding:0;margin-top:calc(1.8rem * 1.5);display:flex;flex-wrap:wrap;gap:1.8rem;}
.page-list .public-media li{font-size:calc(17px * .875);color:#C3D0E4;padding-left:calc(calc(1.5rem * .75) * 1.2);position:relative;}
.page-list .public-media li::before{content:"";position:absolute;left:0;top:0.62em;width:0.4rem;height:0.4rem;border-radius:50%;background:#1FB6C9;color:#04141C;}
.page-list .focused-headline{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:calc(1.8rem * 1.5);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.3rem;background:#1FB6C9;color:#04141C;}
.page-list .focused-headline:hover{background:#17A2B4;color:#E8EEF9;}
.page-list .area{margin-top:calc(var(--mark-local) * 1.1);font-size:calc(17px * .875);color:#C3D0E4;max-width:var(--state-main);}
@media (min-width:900px){.page-list .quiet-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.8rem;}.page-list .fresh-callout{border-top:1px solid rgba(124, 92, 255, 0.28);border-bottom:1px solid rgba(124, 92, 255, 0.28);padding:calc(1.5rem * .75);}.page-list .fresh-callout:last-child{border-bottom:1px solid rgba(124, 92, 255, 0.28);}
}
.soft-actions{--mark-local:calc(1.5rem * 1.19);--state-main:calc(1460px / 2.80);padding:calc(1.5rem * 2.4) 2.23rem;background:#0A1120;color:#E8EEF9;}
.soft-actions .soft-feature{max-width:1460px;margin:0 auto;}
.soft-actions h2,.soft-actions h3,.soft-actions p{margin:0;}
.soft-actions h2{font-size:calc(17px * 2);line-height:1.12;}
.soft-actions h3{font-size:calc(17px * 1.35);line-height:1.22;}
.soft-actions p{font-size:17px;line-height:1.69;}
.soft-actions .site-proof{max-width:var(--state-main);}
.soft-actions .site-proof p{font-size:calc(17px * 1.125);}
.soft-actions .open-header h2{margin-top:calc(1.5rem / 2);max-width:var(--state-main);}
.soft-actions .service-proof{display:flex;flex-direction:column;gap:0;margin-top:var(--mark-local);border-top:1px solid rgba(124, 92, 255, 0.28);}
.soft-actions .fresh-callout{padding:calc(calc(1.5rem * .75) * 1.1) 0;border-bottom:1px solid rgba(124, 92, 255, 0.28);}
.soft-actions .fresh-callout h3{}
.soft-actions .fresh-callout p{margin-top:calc(1.5rem / 3);max-width:var(--state-main);}
@media (max-width:720px){.soft-actions .site-proof p{font-size:17px;}.soft-actions .fresh-callout{padding:calc(1.5rem * .75) 0;}
}
.offer-fields{--mark-local:calc(1.5rem * 1.17);--state-main:calc(1460px / 2.41);padding:calc(1.5rem * 2.4) 2.23rem;background:var(--paint-clear);color:var(--paint-primary);}
.offer-fields .soft-feature{max-width:1460px;margin:0 auto;}
.offer-fields h2,.offer-fields h3,.offer-fields p{margin:0;}
.offer-fields h2{font-size:calc(17px * 2);line-height:1.12;}
.offer-fields h3{font-size:calc(17px * 1.35);line-height:1.2;}
.offer-fields p{font-size:17px;line-height:1.69;color:inherit;}
.offer-fields .content-group{row-gap:calc(var(--mark-local) * 1.2);}
.offer-fields .local-frame{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.offer-fields .site-proof{margin-top:1.5rem;max-width:var(--state-main);}
.offer-fields .service-list{display:flex;flex-direction:column;gap:var(--mark-local);margin-top:var(--mark-local);}
.offer-fields .fresh-callout{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid rgba(124, 92, 255, 0.28);}
.offer-fields .fresh-callout p{margin-top:calc(1.5rem / 3);}
@media (max-width:640px){.offer-fields .fresh-callout{padding-inline-start:calc(calc(1.5rem * .75) / 1.5);}
}
.focused-actions{--mark-local:calc(1.5rem * 1.35);--state-main:calc(1460px / 2.20);padding:calc(1.5rem * 2.4) 2.23rem;background:#0A1120;color:#E8EEF9;}
.focused-actions .soft-feature{max-width:1460px;margin:0 auto;}
.focused-actions h1,.focused-actions h2,.focused-actions h3,.focused-actions p{margin:0;}
.focused-actions h1{font-size:calc(17px * 2.65);line-height:1.08;}
.focused-actions h2{font-size:calc(17px * 2);line-height:1.12;}
.focused-actions h3{font-size:calc(17px * 1.35);line-height:1.2;}
.focused-actions p{font-size:17px;line-height:1.69;color:color-mix(in srgb, currentColor 74%, transparent);}
.focused-actions a{color:inherit;text-decoration:none;}
.focused-actions .focused-headline{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.3rem;background:#7C5CFF;color:#0B0620;}
.focused-actions .area{font-size:calc(17px * .875);text-transform:uppercase;letter-spacing:0.06em;color:color-mix(in srgb, currentColor 62%, transparent);}
.focused-actions .quiet-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.8rem;margin-top:var(--mark-local);}
.focused-actions .fresh-callout{flex:1 1 calc(1460px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(124, 92, 255, 0.28);}
.focused-actions .fresh-callout p{margin-top:calc(1.5rem / 3);}
.focused-actions .offer-quote{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.8rem;}
.focused-actions .offer-quote>.public-items{flex:1 1 auto;min-width:0;max-width:var(--state-main);}
.focused-actions .offer-quote>.focused-headline{flex:0 0 auto;}
.focused-actions .offer-quote>.quiet-actions{flex:1 1 100%;}
.focused-actions .public-items h2{margin-top:calc(1.5rem / 2);}
.main-region{--mark-local:calc(1.5rem * 1.05);--state-main:calc(1460px / 2.05);padding:calc(1.5rem * 2.4) 2.23rem;background:#0A1120;color:#E8EEF9;}
.main-region .soft-feature{max-width:1460px;margin:0 auto;}
.main-region h1,.main-region h2,.main-region h3,.main-region p{margin:0;}
.main-region h2{font-size:calc(17px * 2);line-height:1.14;max-width:var(--state-main);}
.main-region p{font-size:17px;line-height:1.69;}
.main-region a{color:inherit;text-decoration:none;}
.main-region .area{font-size:calc(17px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#C3D0E4;}
.main-region .focused-headline{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.3rem;background:#1FB6C9;color:#04141C;}
.main-region .focused-headline:hover{background:#17A2B4;color:#E8EEF9;}
.main-region .quiet-actions{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.8rem;margin-top:var(--mark-local);}
.main-region .fresh-callout{flex:1 1 calc(1460px / 4);min-width:0;padding:calc(1.5rem * .75);border-radius:0.47rem;background:#111C31;color:#E8EEF9;border:1px solid rgba(124, 92, 255, 0.28);}
.main-region .fresh-callout p{color:#E8EEF9;}
.main-region .offer-quote{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.8rem;}
.main-region .offer-quote>.public-items{flex:1 1 auto;min-width:0;}
.main-region .offer-quote>.focused-headline{flex:0 0 auto;}
.main-region .offer-quote>.quiet-actions{flex:1 1 100%;}
.main-region .public-items h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.main-region .fresh-callout{flex:1 1 100%;}.main-region .offer-quote>.focused-headline{flex:1 1 100%;}
}
.offer-header{padding:calc(1.5rem * 2.4) 2.23rem;background:var(--paint-clear);color:var(--paint-primary)}
.offer-header .soft-feature{max-width:1460px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.8rem * 1.5);align-items:flex-start}
.offer-header .public-contact{flex:1 1 22rem;max-width:34rem}
.offer-header h2{margin:0;font-size:calc(17px * 2);line-height:1.12}
.offer-header .public-contact p{margin:1.5rem 0 0;line-height:1.69}
.offer-header .quiet-details{list-style:none;margin:1.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.offer-header .quiet-details li{position:relative;padding-left:1rem;font-size:calc(17px * .875);line-height:1.69;border-left:2px solid #1FB6C9}
.offer-header form{flex:1 1 26rem;display:flex;flex-direction:column;gap:1.5rem}
.offer-header .featured-copy{display:flex;flex-wrap:wrap;gap:1.8rem}
.offer-header .primary-proof{flex:1 1 14rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.offer-header .primary-proof span{font-size:calc(17px * .875)}
.offer-header input[type="text"],
.offer-header input[type="email"],
.offer-header select,
.offer-header textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid rgba(124, 92, 255, 0.28);border-radius:0.3rem;background:#111C31;color:#E8EEF9;font:inherit}
.offer-header textarea{resize:vertical}
.offer-header .wide-actions{display:flex;gap:calc(1.5rem * .75);align-items:flex-start;font-size:calc(17px * .875);line-height:1.69}
.offer-header .wide-actions input{margin-top:0.35rem;flex:0 0 auto}
.offer-header .public-entries{margin:0;font-size:calc(17px * .875);opacity:0.78}
.offer-header .focused-headline{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center}
.offer-header button{padding:calc(1.5rem * .75) 1.5rem;border:1px solid #1FB6C9;border-radius:0.3rem;background:#1FB6C9;color:#04141C;font:inherit;cursor:pointer}
.offer-header button:hover{background:#17A2B4;border-color:#17A2B4;color:#E8EEF9;}
.offer-header .page-wrap{font-size:calc(17px * .875);opacity:0.85}
.offer-header .page-wrap a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor}
.offer-header .page-wrap a:hover{color:inherit;}
@media(max-width:720px){.offer-header .soft-feature{display:block}.offer-header form{margin-top:calc(1.8rem * 1.5)}}
.content-method{
        padding:calc(1.5rem * 2.4) 2.23rem;
        background:linear-gradient(135deg, #0A1120 0%, #12213C 45%, #1A2E52 100%);
        color:#E8EEF9;
    }
.content-method .soft-feature{max-width:1460px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.8rem * 1.5);}
.content-method .service-method p{margin:0;
        font-size:calc(17px * .875);
        letter-spacing:.04em;
        text-transform:uppercase;
        opacity:.85;}
.content-method .service-method h2{margin:0.4rem 0 0;
        font-size:calc(17px * 2);
        line-height:1.2;}
.content-method .site-proof{margin:0;
        max-width:62ch;
        font-size:17px;
        opacity:.92;}
.content-method .plain-entries{display:flex;
        flex-wrap:wrap;
        gap:1.8rem;}
.content-method .plain-entries .fresh-callout{
        flex:1 1 260px;
        min-width:240px;
        padding:calc(1.5rem * .75);
        border-radius:0.76rem;
        border:1px solid rgba(124, 92, 255, 0.28);
        background:#111C31;
        color:#E8EEF9;
        box-shadow:0 1px 4px rgba(0,0,0,0.11);
    }
.content-method .plain-entries .fresh-callout h3{margin:0 0 0.5rem;
        font-size:calc(17px * 1.35);}
.content-method .plain-entries .fresh-callout p{margin:0 0 0.6rem;}
.content-method .plain-entries .fresh-callout .bottom-inner{font-weight:600;}
.content-method .plain-entries .fresh-callout .bottom-inner a{text-decoration:none;
        border-bottom:1px solid transparent;
        transition:color 520ms var(--speed-fast), border-color 520ms var(--speed-fast);}
.content-method .plain-entries .fresh-callout .bottom-inner a:hover{border-bottom-color:#7C5CFF;}
.content-method .plain-entries .fresh-callout .area{margin:0;
        font-size:calc(17px * .875);
        opacity:.78;}
.content-method .local-figure{
        padding:calc(1.5rem * .75);
        border-radius:0.76rem;
        background:#0F1A2E;
        color:#C3D0E4;
        border:1px solid rgba(124, 92, 255, 0.28);
    }
.content-method .local-figure h3{margin:0 0 0.8rem;
        font-size:calc(17px * 1.35);}
.content-method .quiet-actions{list-style:none;
        margin:0;
        padding:0;
        display:flex;
        flex-direction:column;
        gap:0.55rem;}
.content-method .quiet-actions li{padding-left:0.9rem;
        position:relative;
        line-height:1.55;}
.content-method .quiet-actions li::before{
        content:"";
        position:absolute;
        left:0;
        top:0.7em;
        width:6px;
        height:6px;
        border-radius:50%;
        background:#7C5CFF;color:#0B0620;}
.content-method .quiet-actions li span{font-weight:600;}
.content-method .focused-headline{margin:1rem 0 0;
        font-size:calc(17px * .875);
        opacity:.92;}
.content-method .focused-headline a{text-decoration:none;
        border-bottom:1px solid #1FB6C9;
        transition:color 520ms var(--speed-fast), border-color 520ms var(--speed-fast);}
.content-method .focused-headline a:hover{border-bottom-color:#7C5CFF;}
@media (max-width:640px){.content-method .plain-entries{
            flex-direction:column;
        }
    }
.service-panel{background:#0A1120;color:#E8EEF9;padding:calc(1.5rem * 2.4) 2.23rem}
.service-panel .soft-feature{max-width:1460px;margin:0 auto}
.service-panel .direct-inner{display:flex;align-items:flex-start;gap:calc(1.8rem * 1.5);flex-wrap:wrap}
.service-panel .public-contact{flex:1 1 24rem;min-width:0;max-width:34rem}
.service-panel h2{margin:0;font-size:calc(17px * 2);line-height:1.15;letter-spacing:0}
.service-panel p{margin:1.5rem 0 0;color:#C3D0E4;font-size:calc(17px * 1.125);line-height:1.65}
.service-panel .secondary-panel{flex:1 1 32rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid rgba(124, 92, 255, 0.28)}
.service-panel .featured-copy{display:flex;gap:1.8rem;padding:1.5rem 0;border-bottom:1px solid rgba(124, 92, 255, 0.28);color:inherit;text-decoration:none;transition:color 520ms var(--speed-fast)}
.service-panel a.row:hover strong{color:inherit;}
.service-panel strong{flex:0 1 12rem;min-width:0;font-size:17px}
.service-panel span{flex:1 1 18rem;min-width:0;color:#C3D0E4;line-height:1.6}
@media(max-width:760px){.service-panel .direct-inner,.service-panel .featured-copy{flex-direction:column}.service-panel .featured-copy{gap:calc(calc(1.5rem * .75) * .5)}}
.compact-header{
  padding: calc(1.5rem * 2.4) 2.23rem;
  background: #0F1A2E;
  color: #C3D0E4;
}
.compact-header .soft-feature{max-width: 1460px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.8rem * 1.5);
  align-items: flex-start;}
.compact-header .site-proof{flex: 1 1 320px;
  min-width: 0;}
.compact-header h2{margin: 0;
  font-size: calc(17px * 2);
  line-height: 1.12;}
.compact-header .site-proof p{margin: calc(1.5rem * .75) 0 0;
  font-size: 17px;}
.compact-header .site-proof .area{font-size: calc(17px * .875);}
.compact-header .site-proof a{text-decoration: none;
  border-bottom: 1px solid #1FB6C9;}
.compact-header .site-proof a:hover{border-bottom-color: #7C5CFF;}
.compact-header .local-fields{
  flex: 1 1 420px;
  min-width: 0;
  border-radius: 0.76rem;
  background: #111C31;
  color: #E8EEF9;
  border: 1px solid rgba(124, 92, 255, 0.28);
  overflow: hidden;
}
.compact-header .featured-copy{display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-bottom: 1px solid rgba(124, 92, 255, 0.28);}
.compact-header .bottom-headline{
  background: #7C5CFF;
  color: #0B0620;
  border-radius: 0.3rem;
  padding: 0.2rem 0.55rem;
  font-size: calc(17px * .875);
}
.compact-header .focused-headline{text-decoration: none;
  font-size: calc(17px * .875);}
.compact-header .focused-headline:hover{}
.compact-header .quiet-actions{list-style: none;
  margin: 0;
  padding: 0;}
.compact-header .quiet-actions li + li{border-top: 1px solid rgba(124, 92, 255, 0.28);}
.compact-header .quiet-actions a{display: block;
  padding: calc(1.5rem * .75);
  text-decoration: none;
  color: inherit;}
.compact-header .quiet-actions a:hover strong{}
.compact-header .quiet-actions strong,
.compact-header .quiet-actions small,
.compact-header .quiet-actions span{display: block;}
.compact-header .quiet-actions small{margin: 0.25rem 0 0.4rem;
  font-size: calc(17px * .875);}
.compact-header .quiet-actions span{font-size: calc(17px * .875);}
@media (max-width: 780px) {.compact-header .featured-copy{
    flex-direction: column;
    align-items: flex-start;
  }
}
.team-stack{padding:calc(1.5rem * 2.4) 2.23rem;background:#0A1120;color:#E8EEF9}
.team-stack .direct-headline{max-width:min(1460px,64rem);margin:0 auto}
.team-stack h2{margin:0;font-size:calc(17px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.team-stack .clear-brand{margin:1.5rem 0 calc(1.8rem * 1.5);font-size:calc(17px * 1.125);line-height:1.6;color:#C3D0E4}
.team-stack .plain-entries{display:flex;flex-direction:column;gap:calc(1.8rem * 1.5);border-top:1px solid rgba(124, 92, 255, 0.28);padding-top:calc(1.8rem * 1.5)}
.team-stack .fresh-callout{padding:0}
.team-stack .fresh-callout h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17px * 1.35);line-height:1.25}
.team-stack .fresh-callout p{margin:0;color:#C3D0E4;line-height:1.7}
.team-stack .area{margin:calc(1.8rem * 1.5) 0 0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(124, 92, 255, 0.28);font-size:calc(17px * .875);color:#C3D0E4}
@media (min-width:900px){.team-stack .plain-entries{display:grid;grid-template-columns:1fr 1fr;gap:calc(1.8rem * 1.5) 1.8rem}
}
.team-surface{padding:calc(1.5rem * 2.4) 2.23rem;background:#0A1120;color:#E8EEF9}
.team-surface .bottom-visual{max-width:min(1460px,72rem);margin:0 auto}
.team-surface .site-proof{max-width:52rem;margin-bottom:calc(1.8rem * 1.5)}
.team-surface h2{margin:0 0 calc(1.5rem * .75);font-size:calc(17px * 2);line-height:1.1}
.team-surface .clear-brand{margin:0;font-size:17px;}
.team-surface .direct-brand{display:flex;flex-direction:column;gap:calc(1.8rem * 1.5)}
.team-surface .fresh-callout{padding:calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) calc(1.8rem * 1.5);background:#111C31;color:#E8EEF9;border:1px solid rgba(124, 92, 255, 0.28);border-radius:0.76rem;border-left:3px solid #7C5CFF}
.team-surface .fresh-callout h3{margin:0 0 calc(1.5rem * .75);font-size:calc(17px * 1.35);line-height:1.25}
.team-surface .fresh-callout p{margin:0;font-size:17px;line-height:1.69}
.team-surface .area{margin-top:1.5rem;padding:calc(1.5rem * .75);background:#0F1A2E;color:#C3D0E4;border-radius:0.47rem;border:1px solid rgba(124, 92, 255, 0.28)}
.team-surface .area p{margin:0;font-size:calc(17px * .875)}
.team-surface .area a{text-decoration:none;border-bottom:1px solid #1FB6C9}
.team-surface .area a:hover{border-bottom-color:#7C5CFF}
@media (max-width:640px){.team-surface .fresh-callout{padding:calc(1.5rem * .75)}
}
.service-media{
  background:#7C5CFF;
  color:#0B0620;
  padding:calc(1.5rem * 2.4) 2.23rem;
}
.service-media .soft-feature{max-width:1460px;
  margin:0 auto;}
.service-media .bottom-items{display:flex;
  flex-direction:column;
  gap:calc(1.8rem * 1.5);}
.service-media .site-proof{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  max-width:52rem;}
.service-media h2{margin:0;
  font-size:clamp(calc(17px * 2),4.4vw,calc(17px * 2.65));
  line-height:1.08;
  letter-spacing:0;}
.service-media .public-contact{margin:0;
  font-size:calc(17px * 1.125);
  line-height:1.62;}
.service-media .local-fields{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:1.8rem;}
.service-media .fresh-callout{flex:1 1 16rem;
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb,currentColor 24%,transparent);}
.service-media .text-footer{display:block;
  font-size:calc(17px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  opacity:0.82;
  margin-bottom:0.4rem;}
.service-media .fresh-callout p{margin:0;
  font-size:17px;
  line-height:1.6;}
.service-media .local-figure{display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75) 1.8rem;
  padding:calc(1.5rem * .75) 0;
  border-top:1px solid color-mix(in srgb,currentColor 24%,transparent);
  border-bottom:1px solid color-mix(in srgb,currentColor 24%,transparent);}
.service-media .bottom-inner{display:flex;
  flex-direction:column;
  gap:0.25rem;
  min-width:0;
  flex:1 1 14rem;}
.service-media .bottom-headline{font-size:calc(17px * .875);
  opacity:0.78;}
.service-media .bottom-inner a,
.service-media .bottom-inner span{color:inherit;
  text-decoration:none;
  font-size:17px;
  line-height:1.5;
  word-break:break-word;}
.service-media .bottom-inner a{text-decoration:underline;
  text-underline-offset:3px;}
.service-media .bottom-inner a:hover{text-decoration-thickness:2px;}
.service-media .direct-body{display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75);}
.service-media .direct-body a{
  padding:0.7rem 1.1rem;
  border-radius:0.3rem;
  background:color-mix(in srgb,currentColor 12%,transparent);
  color:inherit;
  text-decoration:none;
  font-size:17px;
  line-height:1.3;
}
.service-media .direct-body a:hover{
  background:color-mix(in srgb,currentColor 20%,transparent);
}
.service-media .direct-body .featured-story{
  background:#1FB6C9;
  color:#04141C;
}
.service-media .direct-body .featured-story:hover{
  background:#17A2B4;color:#E8EEF9;}
@media(max-width:760px){.service-media .local-fields{
    flex-direction:column;
  }.service-media .fresh-callout{
    flex-basis:auto;
  }
}
.service-callout{
  background: #0A1120;
  color: #E8EEF9;
  padding: calc(1.5rem * 2.4) 2.23rem;
}
.service-callout .soft-feature{width: min(100%, 1460px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.8rem * 1.5);}
.service-callout .site-proof{max-width: 62ch;}
.service-callout h1{margin: 0 0 calc(1.5rem * .75);
  font-size: clamp(calc(17px * 2), 6vw, calc(17px * 2.65));
  line-height: 1.05;}
.service-callout .public-items{margin: 0;
  font-size: calc(17px * 1.125);
  line-height: 1.69;}
.service-callout .local-fields{display: flex;
  flex-wrap: wrap;
  gap: 1.8rem;}
.service-callout .fresh-callout{
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: calc(1.5rem * .75);
  border: 1px solid rgba(124, 92, 255, 0.28);
  border-radius: 0.76rem;
  background: #111C31;
  color: #E8EEF9;
  text-decoration: none;
  transition: border-color 520ms var(--speed-fast), transform 520ms var(--speed-fast);
}
.service-callout .fresh-callout:hover{border-color: #1FB6C9;
  transform: translateY(-2px);}
.service-callout .fresh-callout strong{font-size: 17px;
  line-height: 1.3;}
.service-callout .fresh-callout span{font-size: calc(17px * .875);
  line-height: 1.55;}
.service-callout .area{border-top: 1px solid rgba(124, 92, 255, 0.28);
  padding-top: calc(1.5rem * .75);}
.service-callout .area p{margin: 0;
  font-size: calc(17px * .875);
  line-height: 1.6;}
.service-callout .area a{text-decoration: underline;}
.service-callout .area a:hover{}
@media (max-width: 640px) {.service-callout{
    padding: calc(1.5rem * 2.4) 2.23rem;
  }.service-callout .local-fields{
    flex-direction: column;
  }
}
