html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Space Grotesk", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --speed-nav: cubic-bezier(0.4,0,0.2,1);
  --paint-muted: #4f46e5;
  --tone-soft: #1c1c38;
  --paint-main: #1c1c38;
  --ink-card: #ffffff;
}
a{color:inherit;}
.public-header {
    width: 100%;
    background: #16162b;
    color: #f4f4fb;
    border-bottom: 1px solid #e0e0f0;
  }
.wide-wrap {
    max-width: 1460px;
    margin: 0 auto;
    padding: calc(2.07rem * 1.5) 2.44rem;
    display: flex;
    align-items: center;
    gap: 2.07rem;
  }
.card {
    font-size: calc(16.6px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #f4f4fb;
    text-decoration: none;
    white-space: nowrap;
  }
.card:hover {
    color: #7c3aed;
  }
.nav-desktop {
    flex: 1 1 auto;
    margin-left: calc(2.07rem * 1.5);
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2.07rem;
  }
.nav-list a {
    display: inline-block;
    padding: 0.5rem 0.25rem;
    font-size: 16.6px;
    color: #f4f4fb;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 490ms var(--speed-nav),
                border-color 490ms var(--speed-nav);
  }
.nav-list a:hover {
    color: #7c3aed;
    border-bottom-color: #7c3aed;
  }
.focused-block {
    flex: 0 0 auto;
  }
.open-quote {
    display: inline-block;
    padding: 0.65rem 1.15rem;
    background: #7c3aed;
    color: #ffffff;
    font-size: calc(16.6px * .875);
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.51rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    transition: background 490ms var(--speed-nav),
                transform 490ms var(--speed-nav);
  }
.open-quote:hover{
    background: #6d28d9;
    transform: translateY(-1px);color:var(--paint-main);}
.wide-panel {
    display: none;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: 1px solid #e0e0f0;
    border-radius: 0.27rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.contact-shell{
    display: block;
    width: 20px;
    height: 2px;
    background: #f4f4fb;
    border-radius: 2px;
    transition: transform 490ms var(--speed-nav),
                opacity 490ms var(--speed-nav);color:var(--paint-main);}
.wide-panel[aria-expanded="true"] .contact-shell:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.wide-panel[aria-expanded="true"] .contact-shell:nth-child(2) {
    opacity: 0;
  }
.wide-panel[aria-expanded="true"] .contact-shell:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
.page-visual {
    display: none;
    border-top: 1px solid #e0e0f0;
    background: #16162b;
    color: #f4f4fb;
    padding: calc(2.07rem * 1.5) 2.44rem calc(1.5rem * .75);
  }
.text-team {
    list-style: none;
    margin: 0 0 calc(2.07rem * 1.5);
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
.text-team a {
    display: block;
    padding: 0.75rem 0.25rem;
    font-size: 16.6px;
    color: #f4f4fb;
    text-decoration: none;
    border-bottom: 1px solid #e0e0f0;
  }
.text-team a:hover {
    color: #7c3aed;
  }
.narrow-contact {
    display: block;
    text-align: center;
    padding: 0.85rem 1rem;
    background: #7c3aed;
    color: #ffffff;
    font-size: 16.6px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.51rem;
  }
.narrow-contact:hover{
    background: #6d28d9;color:var(--paint-main);}
@media (max-width: 767px) {
    .nav-desktop,
    .focused-block {
      display: none;
    }

    .wide-panel {
      display: flex;
      margin-left: auto;
    }

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

    .wide-wrap {
      padding: calc(2.07rem * 1.5) 2.44rem;
    }
  }
.simple-plan{font-family:"Space Grotesk", sans-serif;font-size:16.6px;line-height:1.83;width:100%;padding:0;background:#16162b;color:#f4f4fb;}
.strong-copy{max-width:1460px;margin:0 auto;padding:calc(1.5rem * 2.4) 2.44rem;display:flex;flex-direction:column;gap:calc(2.07rem * 1.5)}
.steady-lead{display:grid;grid-template-columns:1fr;gap:2.07rem;padding-bottom:calc(2.07rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.15)}
.simple-method h2{font-size:calc(16.6px * 1.35);margin:0 0 calc(1.5rem * .75);letter-spacing:0.01em}
.simple-method p{margin:0;max-width:52ch;opacity:0.85}
.direct-header{display:flex;flex-wrap:wrap;gap:2.07rem;align-items:stretch}
.direct-header input{flex:1 1 16rem;min-width:0;padding:0.75rem 1rem;font:inherit;color:#f4f4fb;background:rgba(255, 255, 255, 0.08);border:1px solid rgba(255, 255, 255, 0.25);border-radius:0.51rem;outline:none}
.direct-header input::placeholder{opacity:0.7}
.direct-header input:focus-visible{box-shadow:rgba(79, 70, 229, 0.42);border-color:#7c3aed}
.direct-header button{flex:0 0 auto;padding:0.75rem 1.5rem;font:inherit;font-weight:600;color:#ffffff;background:var(--paint-muted);border:1px solid transparent;border-radius:0.51rem;cursor:pointer;transition:background 490ms var(--speed-nav)}
.direct-header button:hover{background:#4338ca;color:var(--paint-main);}
.team-area{display:grid;grid-template-columns:1fr;gap:calc(2.07rem * 1.5)}
.offer-menu h3,
  .narrow-panel h3,
  .compact-form h3{font-size:16.6px;margin:0 0 calc(1.5rem * .75);text-transform:uppercase;letter-spacing:0.08em;opacity:0.75}
.offer-menu ul,
  .compact-form ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.offer-menu a,
  .compact-form a,
  .narrow-panel a{color:inherit;text-decoration:none;transition:opacity 490ms var(--speed-nav)}
.offer-menu a:hover,
  .compact-form a:hover,
  .narrow-panel a:hover{opacity:0.7;text-decoration:underline;color:inherit}
.narrow-panel address{font-style:normal;display:flex;flex-direction:column;gap:0.5rem}
.narrow-panel address p{margin:0}
.quiet-view{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(2.07rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15);font-size:calc(16.6px * .875)}
.main-inner{margin:0;max-width:72ch;opacity:0.8}
.public-form{margin:0;opacity:0.7}
.plain-unit{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}
@media (min-width: 768px) {.steady-lead{grid-template-columns:1.2fr 1fr;align-items:center}.team-area{grid-template-columns:repeat(3, 1fr)}.quiet-view{flex-direction:row;justify-content:space-between;align-items:flex-start}
  }
@media (min-width: 1024px) {.team-area{grid-template-columns:1fr 1fr 1fr;gap:2.44rem}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;right:2.44rem;bottom:1.5rem;width:min(420px,calc(100vw - (2.44rem * 2)));z-index:1200;}
.cookies .clear-wrap{border:1px solid #e0e0f0;border-radius:0.51rem;background:#eef0fb;color:var(--tone-soft);padding:12px;box-shadow:0 2px 6px rgba(0,0,0,0.15);}
.cookies .clear-wrap p{margin:0;}
.cookies .team-flow{margin-top:10px;display:flex;justify-content:flex-end;gap:8px;}
.cookies .team-flow button{border:1px solid #e0e0f0;border-radius:0.27rem;background:var(--ink-card);color:var(--paint-main);padding:7px 10px;cursor:pointer;}
.cookies .team-flow button.cookie-accept{background:var(--paint-muted);border-color:var(--paint-muted);color:#ffffff;}
.content-rail{
    padding: clamp(3.9rem, 9vw, 7rem) 2.44rem;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 55%, #a855f7 100%);
    color: #ffffff;
}
.content-rail .featured-team{max-width: 1460px;
    margin: 0 auto;
    display: flex;
    gap: 2.07rem;
    align-items: flex-start;
    flex-wrap: wrap;}
.content-rail .visual-service{flex: 1 1 26rem;}
.content-rail .wide-header{flex: 1 1 20rem;}
.content-rail h1{margin: 0;
    font-size: clamp(2.4rem, 5vw, 4.4rem);
    line-height: 1.04;}
.content-rail .offer-visual{margin: calc(2.07rem * 1.5) 0 0;
    font-size: calc(16.6px * 1.125);
    line-height: 1.83;
    color: color-mix(in srgb, currentColor 88%, transparent);}
.content-rail .top-fields{margin-top: calc(2.07rem * 1.5);
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;}
.content-rail .top-fields a{display: inline-flex;
    min-height: 2.85rem;
    align-items: center;
    justify-content: center;
    padding: 0 1.15rem;
    border-radius: 0.51rem;
    text-decoration: none;
    font-size: 16.6px;
    transition: background 490ms var(--speed-nav), border-color 490ms var(--speed-nav);}
.content-rail .btn-solid{
    background: var(--ink-card);
    color: var(--paint-main);
    border: 1px solid var(--ink-card);
}
.content-rail .btn-solid:hover{
    background: #eef0fb;
    border-color: #eef0fb;color:var(--tone-soft);}
.content-rail .btn-line{
    background: transparent;
    color: #ffffff;
    border: 1px solid color-mix(in srgb, currentColor 45%, transparent);
}
.content-rail .btn-line:hover{
    background: color-mix(in srgb, currentColor 14%, transparent);
}
.content-rail .offer-surface{margin: calc(2.07rem * 1.5) 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;}
.content-rail .offer-surface li{position: relative;
    padding-left: 1.15rem;
    font-size: calc(16.6px * .875);
    color: color-mix(in srgb, currentColor 82%, transparent);}
.content-rail .offer-surface li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.7;
}
.content-rail .wide-header img{display: block;
    width: 100%;
    border-radius: 1.05rem;
    border: 1px solid color-mix(in srgb, currentColor 22%, transparent);
    box-shadow: 0 28px 50px rgba(0,0,0,0.24);}
.content-rail .content-note{margin: calc(1.5rem * .75) 0 0;
    font-size: calc(16.6px * .875);
    color: color-mix(in srgb, currentColor 78%, transparent);}
@media (max-width: 720px) {.content-rail .featured-team{
        flex-direction: column;
    }
}
.simple-intro{
  background:#f7f7fd;
  color:#16162b;
  padding:calc(1.5rem * 2.4) 2.44rem;
}
.simple-intro .featured-team{max-width:1460px;
  margin:0 auto;
  display:flex;
  flex-direction:row-reverse;
  gap:calc(2.07rem * 1.5);
  align-items:flex-start;}
.simple-intro .offer-feature{display:block;
  width:min(40%,30rem);
  min-width:17rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:0.93rem;
  box-shadow:0 6px 24px rgba(0,0,0,0.2);}
.simple-intro .local-surface{flex:1 1 30rem;
  min-width:0;
  padding-top:calc(1.5rem * .75);}
.simple-intro h2{margin:0;
  font-size:calc(16.6px * 2);
  line-height:1.1;
  letter-spacing:0;}
.simple-intro p{margin:1.5rem 0 0;
  color:var(--tone-soft);
  font-size:calc(16.6px * 1.125);
  line-height:1.83;}
.simple-intro p + p{margin-top:calc(1.5rem * .75);}
.simple-intro .main-rail{
  display:inline-flex;
  align-items:center;
  margin-top:calc(2.07rem * 1.5);
  background:var(--paint-muted);
  color:#ffffff;
  text-decoration:none;
  border-radius:0.51rem;
  padding:.8rem 1.2rem;
  transition:background 490ms var(--speed-nav);
}
.simple-intro .main-rail:hover{
  background:#4338ca;color:var(--paint-main);}
@media (max-width:820px){.simple-intro .featured-team{
    flex-direction:column;
    align-items:stretch;
  }.simple-intro .offer-feature{
    width:100%;
    min-width:0;
    max-height:26rem;
  }.simple-intro .local-surface{
    padding-top:0;
  }
}
.primary-body{padding:calc(1.5rem * 2.4) 2.44rem;background:linear-gradient(120deg, #6366f1 0%, #8b5cf6 100%);color:#ffffff}
.primary-body .featured-team{max-width:1460px;margin:0 auto}
.primary-body .featured-headline{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:calc(2.07rem * 1.5);align-items:start}
.primary-body .text-wrap{min-width:0}
.primary-body h2{margin:0;font-size:calc(16.6px * 2.65);line-height:1.04}
.primary-body .text-wrap p{margin:1.5rem 0 0;font-size:calc(16.6px * 1.125);line-height:1.83}
.primary-body .quiet-stack{display:flex;flex-direction:column;gap:1.5rem}
.primary-body .active-header{display:flex;gap:calc(1.5rem * .75);align-items:flex-start;min-width:0;text-decoration:none;color:#ffffff;background:color-mix(in srgb,#ffffff 14%,transparent);border-radius:0.51rem;padding:calc(1.5rem * .75);transition:background 490ms var(--speed-nav)}
.primary-body .active-header:hover{background:color-mix(in srgb,#ffffff 22%,transparent);color:var(--paint-main);}
.primary-body .active-header img{width:150px;height:110px;object-fit:cover;border-radius:0.27rem;flex:0 0 auto}
.primary-body .clear-wrap{min-width:0}
.primary-body strong{display:block;font-size:calc(16.6px * 1.35);line-height:1.18}
.primary-body .clear-wrap span{display:block;margin-top:calc(1.5rem * .75);line-height:1.83}
.primary-body .main-lead{margin-top:calc(1.5rem * .75);font-size:calc(16.6px * .875);text-decoration:underline;text-underline-offset:3px}
@media(max-width:780px){.primary-body .featured-headline{display:block}.primary-body .quiet-stack{margin-top:calc(2.07rem * 1.5)}.primary-body h2{font-size:calc(16.6px * 2)}.primary-body .active-header{flex-direction:column}.primary-body .active-header img{width:100%;height:170px}}
.text-plan{--layer-main:calc(1.5rem * 1.02);--mark-public:calc(1460px / 2.55);--copy-lead:calc(1460px / 3.94);padding:calc(1.5rem * 2.4) 2.44rem;background:#f7f7fd;color:#16162b;}
.text-plan .featured-team{max-width:1460px;margin:0 auto;}
.text-plan h1,.text-plan h2,.text-plan h3,.text-plan p{margin:0;}
.text-plan h1{font-size:calc(16.6px * 2.65);line-height:1.08;}
.text-plan h2{font-size:calc(16.6px * 2);line-height:1.12;}
.text-plan h3{font-size:calc(16.6px * 1.35);line-height:1.2;}
.text-plan p{font-size:16.6px;line-height:1.83;color:var(--tone-soft);}
.text-plan a{color:#4f46e5;text-decoration:none;}
.text-plan a:hover{color:#7c3aed;}
.text-plan img{display:block;width:100%;height:auto;border-radius:0.51rem;}
.text-plan .main-rail{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.27rem;background:var(--paint-muted);color:#ffffff;}
.text-plan .main-rail:hover{background:#4338ca;color:#ffffff;}
.text-plan .offer-visual,.text-plan .content-note{}
.text-plan .primary-menu{display:flex;flex-direction:column;gap:var(--layer-main);margin-top:var(--layer-main);}
.text-plan .active-header{min-width:0;}
.text-plan .active-header p,.text-plan .active-header a{margin-top:calc(1.5rem / 3);}
.text-plan .active-header img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--copy-lead) * .7);}
.text-plan .active-headline{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.07rem;}
.text-plan .active-headline>.local-surface{flex:1 1 calc(1460px / 3);min-width:0;}
.text-plan .active-headline>.primary-menu{flex:2 1 calc(1460px / 2);margin-top:0;}
.text-plan .active-headline>img{margin-left:auto;flex:1 1 calc(1460px / 4);}
.text-plan .local-surface .offer-visual{margin-top:1.5rem;}
.text-plan .local-surface .main-rail{margin-top:1.5rem;}
.content-area{--layer-main:calc(1.5rem * 1.18);--mark-public:calc(1460px / 2.52);--copy-small:calc(1460px / 3.40);padding:calc(1.5rem * 2.4) 2.44rem;background:#16162b;color:#f4f4fb;}
.content-area .featured-team{max-width:1460px;margin:0 auto;}
.content-area h1,.content-area h2,.content-area h3,.content-area p,.content-area ul{margin:0;}
.content-area h2{font-size:calc(16.6px * 2);line-height:1.12;}
.content-area h3{font-size:calc(16.6px * 1.35);line-height:1.2;}
.content-area p{font-size:16.6px;line-height:1.83;color:inherit;}
.content-area a{color:inherit;text-decoration:none;}
.content-area .primary-steps{padding-block-end:calc(var(--layer-main) / 3);}
.content-area .contact-proof{row-gap:calc(var(--layer-main) * .7);}
.content-area .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.07rem;}
.content-area .row-title h2{flex:1 1 calc(1460px / 3);min-width:0;}
.content-area .row-title>p{flex:1 1 calc(1460px / 3);min-width:0;}
.content-area .primary-menu{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-main);margin-top:var(--layer-main);}
.content-area .active-header{flex:1 1 var(--copy-small);min-width:0;padding-block-start:calc(calc(1.5rem * .75) * .6);border-top:1px solid #e0e0f0;}
.content-area .active-header p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.content-area .row-title h2,.content-area .row-title>p{flex:1 1 100%;}
}
.start{
  background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 55%, #a855f7 100%);
  color: #ffffff;
  padding: calc(1.5rem * 2.4) 2.44rem;
}
.start .featured-team{width: min(100%, 1460px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 2.07rem;
  align-items: start;}
.start h2,
.start h3,
.start p{margin: 0;}
.start h2{font-size: calc(16.6px * 2);
  line-height: 1.1;}
.start h3{font-size: calc(16.6px * 1.35);
  line-height: 1.2;}
.start p{font-size: 16.6px;
  line-height: 1.83;}
.start .wide-header{display: grid;
  gap: calc(2.07rem * 1.5);
  align-content: start;
  padding-top: 1.5rem;}
.start .wide-header .content-note{font-size: calc(16.6px * .875);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(255, 255, 255, 0.28);}
.start .simple-note{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.start [data-block]{
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.93rem;
  background: var(--ink-card);
  color: var(--paint-main);
  border: 1px solid #e0e0f0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  animation: peopleCascadeIn calc(490ms * 2) var(--speed-nav) both;
  animation-delay: var(--speed-soft, 0ms);
}
.start [data-block] .media-headline{font-size: calc(16.6px * .875);
  letter-spacing: 0.02em;
  align-self: start;
  padding-top: 0.15rem;}
.start [data-block] > div{display: grid;
  gap: calc(2.07rem * 1.5);}
.start [data-block]:nth-child(2n){margin-left: clamp(0rem, 6vw, 2.07rem);}
@keyframes peopleCascadeIn {from{ opacity: .25; transform: translateY(calc(calc(2.07rem * 2) * .18)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.start .featured-team{ grid-template-columns: 1fr; }.start .wide-header{ padding-top: 0; }.start [data-block]{ grid-template-columns: 1fr; }.start [data-block]:nth-child(2n){ margin-left: 0; }
}
.content-footer{--layer-main:calc(1.5rem * 1.1);--field-content:calc(1460px / 3.4);padding:calc(1.5rem * 2.4) 2.44rem;background:#f7f7fd;color:#16162b;}
.content-footer .featured-team{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-main);}
.content-footer h2,.content-footer h3,.content-footer p{margin:0;}
.content-footer h2{font-size:calc(16.6px * 2);line-height:1.12;}
.content-footer h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.content-footer p{font-size:16.6px;line-height:1.83;}
.content-footer .offer-visual{color:var(--tone-soft);}
.content-footer .text-wrap{display:flex;flex-direction:column;gap:calc(calc(2.07rem * 1.5) / 1.5);}
.content-footer .clear-form{display:flex;flex-wrap:wrap;gap:2.07rem;}
.content-footer .active-header{flex:1 1 calc(50% - 2.07rem);min-width:280px;padding:calc(1.5rem * .75);border-radius:0.93rem;background:var(--ink-card);color:var(--paint-main);border:1px solid #e0e0f0;box-shadow:0 2px 6px rgba(0,0,0,0.15);}
.content-footer .active-header p{margin-top:calc(calc(2.07rem * 1.5) / 2.4);color:var(--tone-soft);}
.content-footer a{color:#4f46e5;text-decoration:none;border-bottom:1px solid rgba(79, 70, 229, 0.42);}
.content-footer a:hover{color:#7c3aed;}
.content-footer .page-proof{margin:0;max-width:var(--field-content);}
.content-footer .page-proof img{display:block;width:100%;height:auto;border-radius:0.93rem;box-shadow:0 6px 24px rgba(0,0,0,0.2);}
@media (max-width:720px){.content-footer .active-header{flex:1 1 100%;}.content-footer .page-proof{max-width:100%;}
}
.active-form{
    padding:calc(1.5rem * 2.4) 2.44rem;
    background:linear-gradient(135deg, #4f46e5 0%, #7c3aed 55%, #a855f7 100%);
    color:#ffffff;
}
.active-form .featured-team{max-width:1460px;
    margin:0 auto;}
.active-form .local-proof{margin-bottom:calc(2.07rem * 1.5);}
.active-form .local-proof p{margin:0 0 0.6rem;
    font-size:calc(16.6px * .875);
    letter-spacing:0.09em;
    text-transform:uppercase;
    opacity:0.88;}
.active-form .local-proof h2{margin:0 0 0.9rem;
    font-size:calc(16.6px * 2);
    line-height:1.2;}
.active-form .local-proof span{display:block;
    font-size:16.6px;
    line-height:1.83;
    opacity:0.94;}
.active-form .clear-form{display:flex;
    flex-wrap:wrap;
    gap:2.07rem;}
.active-form .active-header{
    flex:1 1 260px;
    border:1px solid color-mix(in srgb, currentColor 26%, transparent);
    border-radius:0.93rem;
    padding:calc(1.5rem * .75) 2.44rem;
    background:color-mix(in srgb, currentColor 10%, transparent);
    box-shadow:0 2px 6px rgba(0,0,0,0.15);
}
.active-form .active-header:nth-child(2){transform:translateY(0.4rem);}
.active-form .active-header h3{margin:0 0 0.5rem;
    font-size:calc(16.6px * 1.35);}
.active-form .active-header p{margin:0 0 0.7rem;
    line-height:1.83;
    opacity:0.95;}
.active-form .active-header small{display:block;
    font-size:calc(16.6px * .875);
    opacity:0.88;}
.active-form .content-note{margin-top:calc(2.07rem * 1.5);
    padding-top:1.5rem;
    border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);}
.active-form .content-note p{margin:0;
    font-size:16.6px;
    line-height:1.83;
    opacity:0.92;}
@media (max-width:640px){.active-form .active-header:nth-child(2){
        transform:none;
    }
}
.main-section{background:#7c3aed;color:#ffffff;padding:calc(1.5rem * 2.4) 2.44rem}
.main-section .featured-team{max-width:1460px;margin:0 auto}
.main-section .steady-section{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(2.07rem * 1.5)}
.main-section .local-surface{flex:1 1 24rem;min-width:0}
.main-section h2{margin:0;font-size:clamp(calc(16.6px * 2),5vw,calc(16.6px * 2.65));line-height:1.05;letter-spacing:0}
.main-section p{margin:1.5rem 0 0;font-size:calc(16.6px * 1.125);line-height:1.65}
.main-section .local-surface a{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 2.07rem;border-radius:0.51rem;background:#ffffff;color:#7c3aed;text-decoration:none;font-weight:700}
.main-section .offer-feature{display:block;flex:1 1 16rem;min-width:12rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.93rem}
.main-section .primary-menu{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.main-section .active-header{padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 24%,transparent)}
.main-section .active-header:last-child{border-bottom:0;padding-bottom:0}
.main-section strong,.main-section span{display:block}
.main-section strong{font-size:16.6px}
.main-section span{margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.6}
.main-section span a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.main-section span a:hover{opacity:.85}
@media(max-width:780px){.main-section .steady-section{flex-direction:column}.main-section .offer-feature{flex-basis:auto;min-width:0;aspect-ratio:16/9}.main-section .primary-menu{width:100%}}
.strong-frame{padding:calc(1.5rem * 2.4) 2.44rem;background:#16162b;color:#f4f4fb}
.strong-frame .featured-team{max-width:1460px;margin:0 auto;display:flex;gap:calc(2.07rem * 1.5);align-items:flex-start}
.strong-frame .text-wrap{flex:0 1 36%}
.strong-frame h2{margin:0;font-size:calc(16.6px * 2);line-height:1.1}
.strong-frame .text-wrap>p{margin:1.5rem 0 0;color:#c9c9dd;line-height:1.83}
.strong-frame .compact-shell{margin-top:calc(2.07rem * 1.5);padding-top:1.5rem;border-top:1px solid rgba(244,244,251,0.18)}
.strong-frame .compact-shell .quiet-panel{margin:0 0 calc(1.5rem * .75);font-size:16.6px}
.strong-frame .compact-shell a{text-decoration:none;border-bottom:1px solid rgba(244,244,251,0.35)}
.strong-frame .compact-shell a:hover{color:inherit;}
.strong-frame .compact-shell .content-note{margin:1.5rem 0 0;font-size:calc(16.6px * .875);color:#c9c9dd}
.strong-frame form{flex:1 1 0}
.strong-frame fieldset{display:flex;flex-wrap:wrap;gap:2.07rem;margin:0;padding:0;border:0}
.strong-frame fieldset label{flex:1 1 16rem}
.strong-frame label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(16.6px * .875);color:#c9c9dd}
.strong-frame input,.strong-frame textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid rgba(244,244,251,0.22);border-radius:0.27rem;background:rgba(244,244,251,0.06);color:#f4f4fb;font:inherit}
.strong-frame input::placeholder,.strong-frame textarea::placeholder{color:rgba(255,255,255,0.55)}
.strong-frame input:focus,.strong-frame textarea:focus{outline:2px solid rgba(79, 70, 229, 0.42);outline-offset:1px}
.strong-frame .soft-area{display:block;margin-top:1.5rem}
.strong-frame textarea{resize:vertical}
.strong-frame form>p{margin:1.5rem 0;color:#c9c9dd;font-size:calc(16.6px * .875)}
.strong-frame button{padding:calc(1.5rem * .75) 1.5rem;border:0;border-radius:0.27rem;background:#7c3aed;color:#ffffff;font:inherit;cursor:pointer}
.strong-frame button:hover{background:#6d28d9;color:var(--paint-main);}
@media(max-width:720px){.strong-frame .featured-team{display:block}.strong-frame form{margin-top:calc(2.07rem * 1.5)}}
.offer-media{padding:calc(1.5rem * 2.4) 2.44rem;background:linear-gradient(135deg, #4f46e5 0%, #7c3aed 55%, #a855f7 100%);color:#ffffff}
.offer-media .featured-team{max-width:1460px;margin:0 auto}
.offer-media .focused-rail{margin-bottom:calc(2.07rem * 1.5)}
.offer-media h2{margin:0;font-size:calc(16.6px * 2.65);line-height:1.04}
.offer-media .focused-rail p{margin:1.5rem 0 0;font-size:calc(16.6px * 1.125);line-height:1.83}
.offer-media .team-inner{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(2.07rem * 1.5)}
.offer-media .simple-shell{flex:1 1 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.offer-media button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.6;transition:opacity 490ms var(--speed-nav),transform 490ms var(--speed-nav)}
.offer-media button:hover,.offer-media button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.35))}
.offer-media .direct-view{flex:1 1 30rem;align-self:start}
.offer-media [data-response]{display:none}
.offer-media [data-response].is-active{display:block;animation:clarifyFocusIn calc(490ms*1.8) var(--speed-nav) both}
.offer-media h3{margin:0;font-size:calc(16.6px * 2);line-height:1.1}
.offer-media [data-response] p{margin:1.5rem 0 0;font-size:calc(16.6px * 1.125);line-height:1.83}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2.07rem * 2)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.offer-media .team-inner{display:block}.offer-media .simple-shell{margin-bottom:calc(2.07rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.offer-media [data-response].is-active{animation:none}}
.active-service{--layer-main:calc(1.5rem * 0.9);--mark-public:calc(1460px / 2.6);padding:calc(1.5rem * 2.4) 2.44rem;background:#f7f7fd;color:#16162b;}
.active-service .featured-team{max-width:1460px;margin:0 auto;}
.active-service h2,.active-service h3,.active-service p{margin:0;}
.active-service h2{font-size:calc(16.6px * 2);line-height:1.12;}
.active-service h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.active-service p{font-size:16.6px;line-height:1.83;}
.active-service .content-note{margin:0;font-size:calc(16.6px * .875);letter-spacing:0.08em;text-transform:uppercase;}
.active-service .offer-visual{margin-top:calc(1.5rem / 2.4);}
.active-service a{color:inherit;text-decoration:none;}
.active-service .main-rail{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.8) 1.5rem;border-radius:0.27rem;background:var(--paint-muted);color:#ffffff;transition:background 490ms var(--speed-nav);}
.active-service .main-rail:hover{background:#4338ca;color:var(--paint-main);}
.active-service .primary-menu{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.07rem;margin-top:var(--layer-main);}
.active-service .active-header{flex:1 1 calc(1460px / 4.4);min-width:0;padding:calc(1.5rem * .75);border:1px solid #e0e0f0;border-radius:0.93rem;background:var(--ink-card);color:var(--paint-main);box-shadow:0 2px 6px rgba(0,0,0,0.15);}
.active-service .active-header p{margin-top:calc(1.5rem / 3);}
.active-service .primary-form{display:flex;flex-wrap:wrap;align-items:flex-end;gap:2.07rem;}
.active-service .primary-form>.local-surface{flex:1 1 auto;min-width:0;}
.active-service .primary-form>.main-rail{flex:0 0 auto;}
.active-service .primary-form>.primary-menu{flex:1 1 100%;}
.active-service .local-surface h2{margin-top:calc(1.5rem / 4);}
@media (max-width:900px){.active-service .active-header{flex:1 1 calc(1460px / 2.6);}
}
@media (max-width:600px){.active-service .primary-form{align-items:flex-start;}.active-service .active-header{flex:1 1 100%;}
}
.main-view{--layer-main:calc(1.5rem * 1.19);padding:calc(1.5rem * 2.4) 2.44rem;background:#f7f7fd;color:#16162b;}
.main-view .featured-team{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-main);}
.main-view h2,.main-view h3,.main-view p{margin:0;}
.main-view h2{font-size:calc(16.6px * 2);line-height:1.12;}
.main-view h3{font-size:calc(16.6px * 1.35);line-height:1.2;}
.main-view p{font-size:16.6px;line-height:1.83;}
.main-view .text-wrap{display:flex;flex-direction:column;gap:calc(2.07rem * 1.5);}
.main-view .offer-visual{color:var(--tone-soft);}
.main-view .primary-menu{display:flex;flex-wrap:wrap;gap:2.07rem;align-items:stretch;}
.main-view .active-header{flex:1 1 calc(1460px / 3.4);min-width:0;display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) / 2);padding:calc(1.5rem * .75);background:var(--ink-card);color:var(--paint-main);border:1px solid #e0e0f0;border-radius:0.93rem;box-shadow:0 2px 6px rgba(0,0,0,0.15);}
.main-view .active-header .page-unit{font-size:calc(16.6px * .875);color:var(--tone-soft);}
.main-view .active-header p{color:var(--paint-main);}
.main-view .simple-steps{display:flex;flex-wrap:wrap;align-items:center;gap:2.07rem;padding-top:calc(2.07rem * 1.5);border-top:1px solid #e0e0f0;}
.main-view .simple-steps p{flex:1 1 calc(1460px / 3);color:var(--tone-soft);}
.main-view .main-rail{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.27rem;background:var(--paint-muted);color:#ffffff;text-decoration:none;transition:background 490ms var(--speed-nav);}
.main-view .main-rail:hover{background:#4338ca;color:var(--paint-main);}
@media (max-width:720px){.main-view .active-header{flex:1 1 100%;}.main-view .simple-steps{flex-direction:column;align-items:flex-start;}
}
.service-tile{
  --layer-main:calc(1.5rem * 1.35);
  --state-local:calc(1460px / 3.55);
  padding:calc(1.5rem * 2.4) 2.44rem;
  background:#f7f7fd;
  color:#16162b;
}
.service-tile .featured-team{max-width:1460px;
  margin:0 auto;}
.service-tile h2,
.service-tile h3,
.service-tile p,
.service-tile ul{margin:0;}
.service-tile h2{font-size:calc(16.6px * 2);
  line-height:1.14;}
.service-tile h3{font-size:calc(16.6px * 1.35);
  line-height:1.22;}
.service-tile p{font-size:16.6px;
  line-height:1.83;}
.service-tile a{color:inherit;
  text-decoration:none;}
.service-tile .text-wrap{display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:2.07rem;}
.service-tile .text-wrap h2{flex:1 1 calc(1460px / 3.2);
  min-width:0;}
.service-tile .text-wrap .offer-visual{flex:1 1 calc(1460px / 2.6);
  min-width:0;}
.service-tile .primary-menu{display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  gap:2.07rem;
  margin-top:var(--layer-main);}
.service-tile .active-header{
  flex:1 1 var(--state-local);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.6);
  padding:calc(1.5rem * .75);
  border:1px solid #e0e0f0;
  border-radius:0.93rem;
  background:var(--ink-card);
  color:var(--paint-main);
  box-shadow:0 2px 6px rgba(0,0,0,0.15);
}
.service-tile .focused-entries{
  align-self:flex-start;
  padding:calc(calc(1.5rem * .75) / 3) calc(calc(1.5rem * .75) / 1.4);
  border-radius:0.27rem;
  background:#7c3aed;
  color:#ffffff;
  font-size:calc(16.6px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
}
.service-tile .offer-surface{list-style:none;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 4);}
.service-tile .offer-surface li{position:relative;
  padding-left:1.1rem;
  font-size:calc(16.6px * .875);
  line-height:1.83;}
.service-tile .offer-surface li::before{
  content:"";
  position:absolute;
  left:0;
  top:0.62em;
  width:0.4rem;
  height:0.4rem;
  border-radius:50%;
  background:#7c3aed;color:#ffffff;}
.service-tile .main-rail{
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;
  border-radius:0.27rem;
  background:var(--paint-muted);
  color:#ffffff;
  font-size:calc(16.6px * .875);
  transition:background 490ms var(--speed-nav);
}
.service-tile .main-rail:hover{
  background:#4338ca;color:var(--paint-main);}
.service-tile .content-note{margin-top:var(--layer-main);
  padding-top:calc(2.07rem * 1.5);
  border-top:1px solid #e0e0f0;
  font-size:calc(16.6px * .875);}
.service-tile .content-note a{text-decoration:underline;}
.service-tile .content-note a:hover{}
@media (max-width:760px){.service-tile .text-wrap h2,
  .service-tile .text-wrap .offer-visual{
    flex:1 1 100%;
  }.service-tile .active-header{
    flex:1 1 100%;
  }
}
.focused-benefit{padding:calc(1.5rem * 2.4) 2.44rem;background:#16162b;color:#f4f4fb}
.focused-benefit .local-story{max-width:min(1460px,62rem);margin:0 auto}
.focused-benefit h2{margin:0;font-size:calc(16.6px * 2.65);line-height:1.08}
.focused-benefit .bottom-block{margin:1.5rem 0 calc(2.07rem * 1.5);font-size:calc(16.6px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.focused-benefit ol{margin:0;padding-left:2.07rem;display:flex;flex-direction:column;gap:2.07rem}
.focused-benefit li{padding:0}
.focused-benefit li::marker{color:color-mix(in srgb,currentColor 55%,transparent);font-size:16.6px}
.focused-benefit h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.6px * 1.35);line-height:1.25}
.focused-benefit li p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent)}
.focused-benefit .open-callout{margin:calc(2.07rem * 1.5) 0 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(16.6px * .875);color:color-mix(in srgb,currentColor 62%,transparent)}
@media (max-width:720px){.focused-benefit ol{padding-left:calc(1.5rem * .75)}.focused-benefit h2{font-size:calc(16.6px * 2)}
}
.steady-flow{
  padding: calc(1.5rem * 2.4) 2.44rem;
  background: #f7f7fd;
  color: #16162b;
}
.steady-flow .featured-team{max-width: 1460px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1.38fr);
  gap: calc(2.07rem * 1.5);
  align-items: start;}
.steady-flow .text-wrap{
  padding: calc(1.5rem * .75);
  border-radius: 1.05rem;
  background: #16162b;
  color: #f4f4fb;
  position: sticky;
  top: calc(2.07rem * 1.5);
}
.steady-flow .text-wrap h2{margin: 0;
  font-size: calc(16.6px * 2);
  line-height: 1.1;}
.steady-flow .text-wrap p{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.6px;color:inherit;
  opacity: 0.86;}
.steady-flow .text-wrap .visual-track{margin-top: calc(1.5rem * .75);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(255, 255, 255, 0.18);}
.steady-flow .text-wrap .visual-track p{margin: 0 0 0.4rem;
  font-size: calc(16.6px * .875);
  opacity: 0.78;}
.steady-flow .text-wrap .visual-track a{text-decoration: underline;}
.steady-flow .steady-copy{display: flex;
  flex-direction: column;
  gap: 2.07rem;}
.steady-flow .text-visual{
  display: grid;
  grid-template-columns: minmax(6rem, 0.24fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.93rem;
  background: var(--ink-card);
  color: var(--paint-main);
  border: 1px solid #e0e0f0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.steady-flow .text-visual small{display: block;
  font-size: calc(16.6px * .875);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.4;}
.steady-flow .text-visual h3{margin: 0;
  font-size: calc(16.6px * 1.35);
  line-height: 1.25;}
.steady-flow .text-visual p{margin: calc(calc(1.5rem * .75) * 0.5) 0 0;
  font-size: 16.6px;}
.steady-flow .text-visual a{text-decoration: underline;}
.steady-flow .text-visual a:hover{}
@media (max-width: 900px) {.steady-flow .featured-team{
    grid-template-columns: 1fr;
  }.steady-flow .text-wrap{
    position: static;
  }
}
@media (max-width: 620px) {.steady-flow .text-visual{
    grid-template-columns: 1fr;
  }
}
.focused-area{
  padding: calc(1.5rem * 2.4) 2.44rem;
  background: #f7f7fd;
  color: #16162b;
}
.focused-area .featured-team{max-width: 1460px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2.07rem;}
.focused-area .narrow-steps{
  flex: 1 1 320px;
  padding: calc(1.5rem * .75);
  border-radius: 1.05rem;
  background: #16162b;
  color: #f4f4fb;
}
.focused-area .narrow-steps .offer-visual{margin: 0;
  font-size: calc(16.6px * .875);
  letter-spacing: 0.08em;
  text-transform: uppercase;}
.focused-area h2{margin: calc(2.07rem * 1.5) 0 0;
  font-size: calc(16.6px * 2);
  line-height: 1.12;}
.focused-area .narrow-steps .local-surface{margin: calc(2.07rem * 1.5) 0 0;
  font-size: calc(16.6px * 1.125);
  line-height: 1.83;}
.focused-area .fresh-method{flex: 1 1 420px;
  display: flex;
  flex-direction: column;
  gap: calc(2.07rem * 1.5);}
.focused-area .active-header{
  padding: calc(1.5rem * .75);
  border-radius: 0.93rem;
  background: var(--ink-card);
  color: var(--paint-main);
  border: 1px solid #e0e0f0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.focused-area .active-header strong{display: block;
  font-size: calc(16.6px * 1.35);}
.focused-area .active-header p{margin: calc(2.07rem * 1.5) 0 0;}
.focused-area .main-lead{margin: calc(2.07rem * 1.5) 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.27rem;}
.focused-area .main-lead li{display: flex;
  flex-wrap: wrap;
  gap: 0.27rem;
  font-size: calc(16.6px * .875);}
.focused-area .main-lead span{min-width: 5.5rem;}
.focused-area .main-lead a{text-decoration: none;}
.focused-area .main-lead a:hover{text-decoration: underline;}
.focused-area .main-rail{
  display: inline-block;
  margin-top: calc(2.07rem * 1.5);
  padding: 0.6rem 1.1rem;
  border-radius: 0.51rem;
  background: var(--paint-muted);
  color: #ffffff;
  font-size: calc(16.6px * .875);
  text-decoration: none;
  transition: background 490ms var(--speed-nav);
}
.focused-area .main-rail:hover{
  background: #4338ca;color:var(--paint-main);}
@media (max-width: 760px) {.focused-area .featured-team{
    flex-direction: column;
  }.focused-area .narrow-steps,
  .focused-area .fresh-method{
    flex: 1 1 auto;
    width: 100%;
  }
}
.top-summary{padding:calc(1.5rem * 2.4) 2.44rem;background:#eef0fb;color:var(--tone-soft)}
.top-summary .featured-team{max-width:1460px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.07rem * 1.5)}
.top-summary .offer-visual h1{margin:0 0 calc(2.07rem * 1.5);font-size:calc(16.6px * 2.65);line-height:1.05}
.top-summary .offer-visual .text-wrap{margin:0;padding-top:calc(2.07rem * 1.5);border-top:1px solid #e0e0f0;line-height:1.83}
.top-summary .contact-content{display:flex;flex-wrap:wrap;gap:2.07rem}
.top-summary .main-lead{flex:1 1 15rem;padding:calc(1.5rem * .75);background:var(--ink-card);color:var(--paint-main);border:1px solid #e0e0f0;border-radius:0.93rem;box-shadow:0 2px 6px rgba(0,0,0,0.15)}
.top-summary .main-lead .contact-track{display:block;margin-bottom:calc(2.07rem * 1.5);font-size:calc(16.6px * .875);letter-spacing:.04em;text-transform:uppercase;color:var(--tone-soft)}
.top-summary .main-lead a{display:inline-block;margin-bottom:calc(2.07rem * 1.5);font-size:calc(16.6px * 1.125);color:#4f46e5;text-underline-offset:.22em}
.top-summary .main-lead a:hover{color:#7c3aed}
.top-summary .main-lead .content-note{margin:0;font-size:calc(16.6px * .875);line-height:1.83}
.top-summary .quiet-panel{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:2.07rem;padding:1.5rem 0;border-top:1px solid #e0e0f0;border-bottom:1px solid #e0e0f0}
.top-summary .quiet-panel .local-surface{margin:0;flex:1 1 20rem;line-height:1.83}
.top-summary .quiet-panel .main-rail{flex:0 0 auto;padding:.7em 1.4em;background:var(--paint-muted);color:#ffffff;border-radius:0.51rem;text-decoration:none;transition:background 490ms var(--speed-nav)}
.top-summary .quiet-panel .main-rail:hover{background:#4338ca;color:var(--paint-main);}
@media(max-width:620px){.top-summary .quiet-panel{flex-direction:column;align-items:flex-start}}
