/*
    Dyno sessions
    A result-sheet-inspired service page for /performance/dynosessions.
*/

.dyno-sessions-page {
    background: #171b20;
}

.dyno-page {
    --dyno-ink: #20252b;
    --dyno-muted: #66717b;
    --dyno-paper: #f2f3f2;
    --dyno-white: #fff;
    --dyno-steel: #252b32;
    --dyno-deep: #171b20;
    --dyno-deeper: #111418;
    --dyno-line: #d6dadd;
    --dyno-red: #d62f4b;
    --dyno-red-bright: #ec526a;
    --dyno-yellow: #ffd91a;
    --dyno-amber: #f4a62a;
    overflow: hidden;
    background: var(--dyno-paper);
    color: var(--dyno-ink);
    font-family: Inter, Arial, sans-serif;
}

.dyno-page *,
.dyno-page *::before,
.dyno-page *::after {
    box-sizing: border-box;
}

.dyno-page h1,
.dyno-page h2,
.dyno-page h3,
.dyno-page p,
.dyno-page ul,
.dyno-page ol,
.dyno-page dl,
.dyno-page figure {
    margin-top: 0;
}

.dyno-page a {
    text-decoration: none;
}

.dyno-kicker,
.dyno-eyebrow,
.dyno-service-topline,
.dyno-service-intent,
.dyno-support-code,
.dyno-session-ticket,
.dyno-breadcrumb,
.dyno-facility-image figcaption span,
.dyno-safety-note > p:first-child {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.dyno-kicker,
.dyno-eyebrow,
.dyno-service-topline,
.dyno-service-intent,
.dyno-support-code,
.dyno-facility-image figcaption span,
.dyno-safety-note > p:first-child {
    font-weight: 800;
    letter-spacing: .105em;
    text-transform: uppercase;
}

.dyno-kicker {
    margin-bottom: 10px;
    color: var(--dyno-red) !important;
    font-size: .68rem;
}

.dyno-hero {
    position: relative;
    isolation: isolate;
    min-height: 780px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    background:
        linear-gradient(102deg, rgba(17, 20, 24, .985) 0%, rgba(22, 27, 33, .965) 49%, rgba(22, 27, 33, .82) 100%),
        url("/website_cdn/llandow/196284223a.jpg") center 36% / cover no-repeat;
    color: #fff;
}

.dyno-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(90deg, transparent 0 74%, rgba(255, 217, 26, .06) 74% 74.15%, transparent 74.15%),
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px) 0 0 / 100% 54px;
    content: "";
    pointer-events: none;
}

.dyno-hero::after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: min(32vw, 520px);
    height: 7px;
    background: linear-gradient(90deg, var(--dyno-red), var(--dyno-yellow));
    content: "";
}

.dyno-hero-curves {
    position: absolute;
    z-index: -1;
    right: -8%;
    bottom: -60px;
    width: min(72vw, 1120px);
    height: 54%;
    opacity: .73;
    pointer-events: none;
}

.dyno-hero-curves svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.dyno-hero-curves path {
    fill: none;
}

.dyno-hero-gridline {
    stroke: rgba(255, 255, 255, .07);
    stroke-width: 1;
}

.dyno-hero-power-shadow {
    stroke: rgba(214, 47, 75, .18);
    stroke-linecap: round;
    stroke-width: 22;
}

.dyno-hero-power,
.dyno-hero-torque {
    stroke-dasharray: 1600;
    stroke-dashoffset: 1600;
    stroke-linecap: round;
    animation: dyno-trace-in 1.35s cubic-bezier(.2, .75, .25, 1) .2s forwards;
}

.dyno-hero-power {
    stroke: var(--dyno-red-bright);
    stroke-width: 4;
}

.dyno-hero-torque {
    stroke: var(--dyno-yellow);
    stroke-width: 2.5;
    animation-delay: .4s;
}

@keyframes dyno-trace-in {
    to {
        stroke-dashoffset: 0;
    }
}

.dyno-hero-shell {
    position: relative;
    z-index: 1;
    padding-top: 146px;
    padding-bottom: 78px;
}

.dyno-breadcrumb {
    margin-bottom: 50px;
}

.dyno-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.dyno-breadcrumb li {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    color: rgba(255, 255, 255, .53);
    font-size: .67rem;
    font-weight: 750;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.dyno-breadcrumb li + li::before {
    color: var(--dyno-red-bright);
    content: "/";
}

.dyno-breadcrumb a {
    color: rgba(255, 255, 255, .72);
}

.dyno-breadcrumb a:hover {
    color: #fff;
}

.dyno-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.13fr) minmax(370px, .7fr);
    gap: clamp(44px, 7vw, 94px);
    align-items: center;
}

.dyno-hero-copy {
    max-width: 780px;
}

.dyno-eyebrow {
    margin-bottom: 17px;
    color: var(--dyno-red-bright) !important;
    font-size: .72rem;
}

.dyno-hero h1 {
    max-width: 820px;
    margin-bottom: 24px;
    color: #fff !important;
    font-size: clamp(3.3rem, 6.45vw, 6.3rem);
    font-weight: 780;
    letter-spacing: -.062em;
    line-height: .93;
    text-wrap: balance;
}

.dyno-hero h1 em {
    display: block;
    color: var(--dyno-yellow);
    font-family: "Playfair Display", Georgia, serif;
    font-size: .93em;
    font-weight: 400;
    letter-spacing: -.045em;
}

.dyno-hero-lead {
    max-width: 690px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, .74) !important;
    font-size: clamp(1rem, 1.7vw, 1.17rem);
    line-height: 1.64;
}

.dyno-hero-actions,
.dyno-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    align-items: center;
}

.dyno-button {
    display: inline-flex;
    min-height: 51px;
    align-items: center;
    justify-content: center;
    padding: 0 23px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: .81rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    transition: border-color .18s ease, background-color .18s ease, color .18s ease, transform .18s ease;
}

.dyno-button--signal {
    border-color: var(--dyno-red);
    background: var(--dyno-red);
    color: #fff;
}

.dyno-button--signal:hover {
    border-color: var(--dyno-red-bright);
    background: var(--dyno-red-bright);
    color: #fff;
    transform: translateY(-2px);
}

.dyno-button--outline {
    border-color: rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .035);
    color: rgba(255, 255, 255, .9);
}

.dyno-button--outline:hover {
    border-color: rgba(255, 255, 255, .76);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    transform: translateY(-2px);
}

.dyno-hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 690px;
    margin: 43px 0 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
    list-style: none;
}

.dyno-hero-proof li {
    display: grid;
    gap: 2px;
    min-width: 0;
    min-height: 75px;
    align-content: center;
    padding: 14px 18px 14px 0;
}

.dyno-hero-proof li + li {
    padding-left: 18px;
    border-left: 1px solid rgba(255, 255, 255, .14);
}

.dyno-hero-proof strong {
    color: #fff;
    font-size: .92rem;
    font-weight: 800;
}

.dyno-hero-proof span {
    color: rgba(255, 255, 255, .53);
    font-size: .69rem;
    line-height: 1.35;
}

.dyno-session-ticket {
    position: relative;
    align-self: stretch;
    width: 100%;
    max-width: 470px;
    min-height: 500px;
    padding: clamp(25px, 3vw, 36px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    background:
        linear-gradient(rgba(32, 37, 43, .035) 1px, transparent 1px) 0 0 / 100% 32px,
        #f4f5f3;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .38);
    color: var(--dyno-ink);
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
}

.dyno-session-ticket::before {
    position: absolute;
    top: 0;
    right: 20px;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--dyno-red), var(--dyno-yellow));
    content: "";
}

.dyno-session-ticket::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: #9ca1a5;
    content: "";
}

.dyno-ticket-header {
    display: flex;
    gap: 18px;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 19px;
    border-bottom: 2px solid var(--dyno-ink);
}

.dyno-ticket-header p {
    margin-bottom: 4px;
    color: var(--dyno-red) !important;
    font-size: .61rem;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.dyno-ticket-header h2 {
    margin-bottom: 0;
    color: var(--dyno-ink) !important;
    font-family: Inter, Arial, sans-serif;
    font-size: clamp(1.45rem, 2.7vw, 2rem);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: 1;
}

.dyno-ticket-header > span {
    flex: 0 0 auto;
    padding: 5px 7px;
    border: 1px solid #bbc0c3;
    color: #737b81;
    font-size: .57rem;
    font-weight: 800;
    letter-spacing: .08em;
}

.dyno-ticket-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    min-height: 70px;
    padding: 10px 0;
    border-bottom: 1px solid #cfd3d4;
    color: var(--dyno-ink);
    transition: padding .18s ease, color .18s ease;
}

.dyno-ticket-row:hover {
    padding-right: 6px;
    padding-left: 6px;
    color: var(--dyno-red);
}

.dyno-ticket-row > span {
    display: grid;
    grid-template-columns: 49px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-width: 0;
    font-size: .75rem;
    font-weight: 750;
    line-height: 1.25;
}

.dyno-ticket-row b {
    color: #858d93;
    font-size: .58rem;
    letter-spacing: .08em;
}

.dyno-ticket-row strong {
    color: var(--dyno-ink);
    font-family: Inter, Arial, sans-serif;
    font-size: 1.65rem;
    font-weight: 850;
    letter-spacing: -.055em;
    line-height: 1;
    white-space: nowrap;
}

.dyno-ticket-row strong small {
    color: #737b81;
    font-size: .58em;
    font-weight: 750;
    letter-spacing: -.025em;
}

.dyno-ticket-note {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 21px 0 0;
    color: #687078 !important;
    font-family: Inter, Arial, sans-serif;
    font-size: .7rem;
    line-height: 1.45;
}

.dyno-ticket-note i {
    color: var(--dyno-red);
}

.dyno-services {
    padding: clamp(76px, 9vw, 116px) 0;
    background:
        linear-gradient(rgba(32, 37, 43, .035) 1px, transparent 1px) 0 0 / 100% 44px,
        var(--dyno-paper);
    scroll-margin-top: 90px;
}

.dyno-section-heading {
    display: grid;
    grid-template-columns: minmax(170px, .34fr) minmax(0, 1fr);
    gap: clamp(30px, 6vw, 88px);
    align-items: start;
    margin-bottom: 43px;
}

.dyno-section-heading > .dyno-kicker {
    margin-bottom: 0;
}

.dyno-section-heading h2,
.dyno-explainer h2,
.dyno-facility h2,
.dyno-faq h2,
.dyno-cta h2 {
    color: var(--dyno-ink) !important;
    font-size: clamp(2.25rem, 4.55vw, 3.85rem);
    font-weight: 780;
    letter-spacing: -.055em;
    line-height: .98;
    text-wrap: balance;
}

.dyno-section-heading h2 {
    margin-bottom: 15px;
}

.dyno-section-heading > div > p {
    max-width: 760px;
    margin-bottom: 0;
    color: var(--dyno-muted) !important;
    font-size: 1rem;
    line-height: 1.64;
}

.dyno-primary-services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.dyno-service-card {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 620px;
    padding: clamp(27px, 4vw, 42px);
    overflow: hidden;
    border: 1px solid var(--dyno-line);
    border-radius: 7px;
    grid-template-rows: auto 1fr auto;
    scroll-margin-top: 105px;
}

.dyno-service-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: var(--dyno-red);
    content: "";
}

.dyno-service-card--power {
    background:
        radial-gradient(circle at 96% 7%, rgba(214, 47, 75, .1), transparent 28%),
        var(--dyno-white);
    color: var(--dyno-ink);
}

.dyno-service-card--power::after {
    position: absolute;
    right: -94px;
    bottom: 102px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(214, 47, 75, .12);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(32, 37, 43, .025);
    content: "";
    pointer-events: none;
}

.dyno-service-card--diagnostic {
    border-color: #343b43;
    background:
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px) 0 0 / 36px 36px,
        linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px) 0 0 / 36px 36px,
        linear-gradient(145deg, #262d34 0%, #171b20 100%);
    color: #fff;
}

.dyno-service-card--diagnostic::before {
    background: linear-gradient(90deg, var(--dyno-red), var(--dyno-yellow));
}

.dyno-service-topline {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--dyno-red);
    font-size: .62rem;
}

.dyno-service-topline i {
    display: inline-flex;
    width: 49px;
    height: 49px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e3e5;
    border-radius: 50%;
    font-family: bootstrap-icons !important;
    font-size: 1.2rem;
    letter-spacing: normal;
}

.dyno-service-card--diagnostic .dyno-service-topline {
    color: var(--dyno-yellow);
}

.dyno-service-card--diagnostic .dyno-service-topline i {
    border-color: rgba(255, 255, 255, .17);
    color: var(--dyno-red-bright);
}

.dyno-service-copy {
    position: relative;
    z-index: 1;
    align-self: end;
    max-width: 610px;
    padding: 62px 0 34px;
}

.dyno-service-intent {
    margin-bottom: 12px;
    color: var(--dyno-red) !important;
    font-size: .63rem;
}

.dyno-service-card--diagnostic .dyno-service-intent {
    color: var(--dyno-yellow) !important;
}

.dyno-service-copy h3 {
    margin-bottom: 17px;
    color: var(--dyno-ink) !important;
    font-size: clamp(2.1rem, 4vw, 3.5rem);
    font-weight: 780;
    letter-spacing: -.052em;
    line-height: 1;
    text-wrap: balance;
}

.dyno-service-card--diagnostic .dyno-service-copy h3 {
    color: #fff !important;
}

.dyno-service-copy > p:not(.dyno-service-intent) {
    margin-bottom: 0;
    color: var(--dyno-muted) !important;
    font-size: .93rem;
    line-height: 1.65;
}

.dyno-service-card--diagnostic .dyno-service-copy > p:not(.dyno-service-intent) {
    color: rgba(255, 255, 255, .68) !important;
}

.dyno-service-copy ul {
    display: grid;
    gap: 10px;
    margin: 27px 0 0;
    padding: 0;
    list-style: none;
}

.dyno-service-copy li {
    display: grid;
    grid-template-columns: 8px minmax(0, 1fr);
    gap: 10px;
    color: #525d66;
    font-size: .78rem;
    line-height: 1.5;
}

.dyno-service-copy li::before {
    width: 6px;
    height: 6px;
    margin-top: .47em;
    border-radius: 50%;
    background: var(--dyno-red);
    content: "";
}

.dyno-service-card--diagnostic .dyno-service-copy li {
    color: rgba(255, 255, 255, .63);
}

.dyno-service-card--diagnostic .dyno-service-copy li::before {
    background: var(--dyno-yellow);
}

.dyno-service-footer {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 24px;
    align-items: end;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid var(--dyno-line);
}

.dyno-service-card--diagnostic .dyno-service-footer {
    border-top-color: rgba(255, 255, 255, .14);
}

.dyno-service-footer p {
    display: grid;
    gap: 3px;
    margin-bottom: 0;
}

.dyno-service-footer p span {
    color: var(--dyno-muted);
    font-size: .61rem;
    font-weight: 750;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.dyno-service-card--diagnostic .dyno-service-footer p span {
    color: rgba(255, 255, 255, .48);
}

.dyno-service-footer p strong {
    color: var(--dyno-ink);
    font-size: clamp(2.4rem, 4.4vw, 3.5rem);
    font-weight: 850;
    letter-spacing: -.065em;
    line-height: .95;
}

.dyno-service-card--diagnostic .dyno-service-footer p strong {
    color: #fff;
}

.dyno-service-footer > a {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    padding-bottom: 4px;
    color: var(--dyno-ink);
    font-size: .75rem;
    font-weight: 800;
}

.dyno-service-footer > a i {
    color: var(--dyno-red);
    transition: transform .18s ease;
}

.dyno-service-footer > a:hover i {
    transform: translateX(4px);
}

.dyno-service-card--diagnostic .dyno-service-footer > a {
    color: #fff;
}

.dyno-service-card--diagnostic .dyno-service-footer > a i {
    color: var(--dyno-yellow);
}

.dyno-support-services {
    display: grid;
    gap: 12px;
    margin-top: 16px;
}

.dyno-support-card {
    display: grid;
    grid-template-columns: minmax(110px, .25fr) minmax(0, 1fr) auto;
    gap: clamp(22px, 4.5vw, 62px);
    align-items: center;
    min-height: 185px;
    padding: clamp(24px, 3.3vw, 36px);
    border: 1px solid var(--dyno-line);
    border-radius: 6px;
    background: #fff;
    scroll-margin-top: 105px;
}

.dyno-support-code {
    color: var(--dyno-red);
    font-size: .62rem;
}

.dyno-support-copy h3 {
    margin-bottom: 9px;
    color: var(--dyno-ink) !important;
    font-size: clamp(1.45rem, 2.6vw, 2rem);
    font-weight: 780;
    letter-spacing: -.04em;
    line-height: 1.06;
}

.dyno-support-copy p {
    max-width: 750px;
    margin-bottom: 12px;
    color: var(--dyno-muted) !important;
    font-size: .82rem;
    line-height: 1.58;
}

.dyno-support-copy a {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: var(--dyno-ink);
    font-size: .71rem;
    font-weight: 800;
}

.dyno-support-copy a i {
    color: var(--dyno-red);
}

.dyno-support-price {
    display: grid;
    min-width: 130px;
    gap: 4px;
    margin-bottom: 0;
    padding-left: 28px;
    border-left: 1px solid var(--dyno-line);
    text-align: right;
}

.dyno-support-price span {
    color: var(--dyno-muted);
    font-size: .6rem;
    font-weight: 750;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.dyno-support-price strong {
    color: var(--dyno-ink);
    font-size: clamp(2.3rem, 4vw, 3.15rem);
    font-weight: 850;
    letter-spacing: -.065em;
    line-height: .95;
}

.dyno-explainer {
    padding: clamp(75px, 9vw, 112px) 0;
    border-top: 1px solid var(--dyno-line);
    border-bottom: 1px solid var(--dyno-line);
    background: #fff;
}

.dyno-explainer-grid {
    display: grid;
    grid-template-columns: minmax(0, .87fr) minmax(520px, 1.13fr);
    gap: clamp(48px, 8vw, 116px);
    align-items: center;
}

.dyno-explainer h2 {
    margin-bottom: 23px;
}

.dyno-explainer-copy > p:not(.dyno-kicker) {
    margin-bottom: 15px;
    color: var(--dyno-muted) !important;
    font-size: .94rem;
    line-height: 1.7;
}

.dyno-explainer-copy > p:last-child {
    margin-bottom: 0;
}

.dyno-comparison {
    position: relative;
    overflow: hidden;
    border: 1px solid #cdd2d5;
    border-radius: 5px;
    background: #f5f6f5;
    box-shadow: 0 18px 42px rgba(32, 37, 43, .08);
}

.dyno-comparison::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--dyno-red), var(--dyno-yellow));
    content: "";
}

.dyno-comparison-row {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(130px, .8fr) 78px;
    gap: 18px;
    align-items: center;
    min-height: 78px;
    padding: 16px 22px;
    border-top: 1px solid #d8dcde;
}

.dyno-comparison-row:first-child {
    border-top: 0;
}

.dyno-comparison-head {
    min-height: 54px;
    padding-top: 19px;
    background: #20252b;
}

.dyno-comparison-head span {
    color: rgba(255, 255, 255, .63) !important;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: .58rem !important;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.dyno-comparison-row > span {
    color: #56616a;
    font-size: .75rem;
    line-height: 1.4;
}

.dyno-comparison-row > a {
    color: var(--dyno-ink);
    font-size: .73rem;
    font-weight: 800;
    line-height: 1.35;
    text-decoration: underline;
    text-decoration-color: rgba(214, 47, 75, .45);
    text-underline-offset: 3px;
}

.dyno-comparison-row > a:hover {
    color: var(--dyno-red);
}

.dyno-comparison-row > strong {
    color: var(--dyno-ink);
    font-size: 1rem;
    font-weight: 850;
    text-align: right;
    white-space: nowrap;
}

.dyno-facility {
    position: relative;
    padding: clamp(78px, 9vw, 120px) 0;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(214, 47, 75, .08), transparent 38%),
        var(--dyno-deep);
    color: #fff;
}

.dyno-facility::before {
    position: absolute;
    top: -210px;
    right: -170px;
    width: 580px;
    height: 580px;
    border: 1px solid rgba(255, 217, 26, .1);
    border-radius: 50%;
    box-shadow: 0 0 0 72px rgba(255, 255, 255, .014);
    content: "";
}

.dyno-facility-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
    gap: clamp(44px, 7vw, 96px);
    align-items: center;
}

.dyno-facility-image {
    position: relative;
    margin-bottom: 0;
}

.dyno-facility-image::before {
    position: absolute;
    z-index: -1;
    top: -17px;
    right: 38px;
    bottom: 28px;
    left: -17px;
    border: 1px solid rgba(255, 255, 255, .14);
    content: "";
}

.dyno-facility-image img {
    display: block;
    width: 100%;
    min-height: 470px;
    object-fit: cover;
    filter: saturate(.78) contrast(1.06);
}

.dyno-facility-image figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    display: grid;
    min-width: 245px;
    gap: 3px;
    padding: 18px 22px;
    background: var(--dyno-yellow);
    color: var(--dyno-ink);
    font-size: .83rem;
    font-weight: 800;
}

.dyno-facility-image figcaption span {
    color: #6f6518;
    font-size: .57rem;
}

.dyno-facility .dyno-kicker {
    color: var(--dyno-yellow) !important;
}

.dyno-facility h2 {
    margin-bottom: 21px;
    color: #fff !important;
}

.dyno-facility-copy > p:not(.dyno-kicker) {
    margin-bottom: 27px;
    color: rgba(255, 255, 255, .65) !important;
    font-size: .93rem;
    line-height: 1.66;
}

.dyno-facility-list {
    margin-bottom: 27px;
}

.dyno-facility-list > div {
    display: grid;
    grid-template-columns: minmax(145px, .42fr) minmax(0, 1fr);
    gap: 24px;
    padding: 19px 0;
    border-top: 1px solid rgba(255, 255, 255, .13);
}

.dyno-facility-list > div:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.dyno-facility-list dt {
    color: #fff;
    font-size: .77rem;
    font-weight: 800;
    line-height: 1.45;
}

.dyno-facility-list dd {
    margin-bottom: 0;
    color: rgba(255, 255, 255, .56);
    font-size: .74rem;
    line-height: 1.55;
}

.dyno-status {
    display: inline-block;
    margin-right: 5px;
    padding: 2px 6px;
    border: 1px solid rgba(255, 217, 26, .4);
    border-radius: 2px;
    color: var(--dyno-yellow);
    font-size: .56rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.dyno-text-link {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    color: var(--dyno-ink);
    font-size: .76rem;
    font-weight: 800;
}

.dyno-text-link i {
    color: var(--dyno-red);
    transition: transform .18s ease;
}

.dyno-text-link:hover i {
    transform: translateX(3px);
}

.dyno-facility .dyno-text-link {
    color: #fff;
}

.dyno-facility .dyno-text-link i {
    color: var(--dyno-yellow);
}

.dyno-process {
    padding: clamp(75px, 9vw, 112px) 0;
    background:
        linear-gradient(rgba(32, 37, 43, .035) 1px, transparent 1px) 0 0 / 100% 44px,
        var(--dyno-paper);
}

.dyno-prep-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, .65fr);
    gap: 18px;
    align-items: stretch;
}

.dyno-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    margin-bottom: 0;
    padding: 1px;
    background: var(--dyno-line);
    list-style: none;
}

.dyno-checklist li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 13px;
    min-height: 144px;
    align-content: center;
    padding: 25px;
    background: #fff;
    color: var(--dyno-muted);
    font-size: .78rem;
    line-height: 1.57;
}

.dyno-checklist i {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(214, 47, 75, .35);
    border-radius: 50%;
    color: var(--dyno-red);
    font-size: .9rem;
}

.dyno-checklist strong {
    color: var(--dyno-ink);
    font-weight: 800;
}

.dyno-safety-note {
    position: relative;
    display: flex;
    min-height: 290px;
    padding: clamp(27px, 3vw, 36px);
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    background: var(--dyno-steel);
    color: #fff;
}

.dyno-safety-note::after {
    position: absolute;
    right: -66px;
    bottom: -75px;
    width: 190px;
    height: 190px;
    border: 1px solid rgba(255, 217, 26, .14);
    border-radius: 50%;
    content: "";
}

.dyno-safety-note > p:first-child {
    margin-bottom: 9px;
    color: var(--dyno-yellow) !important;
    font-size: .61rem;
}

.dyno-safety-note h3 {
    margin-bottom: 15px;
    color: #fff !important;
    font-size: clamp(1.45rem, 2.8vw, 2rem);
    font-weight: 780;
    letter-spacing: -.04em;
    line-height: 1.08;
}

.dyno-safety-note > p:not(:first-child) {
    margin-bottom: 19px;
    color: rgba(255, 255, 255, .62) !important;
    font-size: .76rem;
    line-height: 1.6;
}

.dyno-safety-note a {
    position: relative;
    z-index: 1;
    align-self: start;
    color: #fff;
    font-size: .71rem;
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: var(--dyno-red-bright);
    text-underline-offset: 4px;
}

.dyno-faq {
    padding: clamp(76px, 9vw, 112px) 0;
    border-top: 1px solid var(--dyno-line);
    background: #fff;
}

.dyno-faq-grid {
    display: grid;
    grid-template-columns: minmax(280px, .55fr) minmax(0, 1fr);
    gap: clamp(52px, 9vw, 130px);
    align-items: start;
}

.dyno-faq-heading {
    position: sticky;
    top: 110px;
}

.dyno-faq h2 {
    margin-bottom: 18px;
}

.dyno-faq-heading > p:not(.dyno-kicker) {
    margin-bottom: 22px;
    color: var(--dyno-muted) !important;
    font-size: .88rem;
    line-height: 1.65;
}

.dyno-faq-list {
    border-top: 2px solid var(--dyno-ink);
}

.dyno-faq-list details {
    border-bottom: 1px solid var(--dyno-line);
}

.dyno-faq-list summary {
    position: relative;
    padding: 24px 52px 24px 0;
    color: var(--dyno-ink);
    cursor: pointer;
    font-size: .93rem;
    font-weight: 800;
    line-height: 1.45;
    list-style: none;
}

.dyno-faq-list summary::-webkit-details-marker {
    display: none;
}

.dyno-faq-list summary::before,
.dyno-faq-list summary::after {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 16px;
    height: 2px;
    background: var(--dyno-red);
    content: "";
    transition: transform .18s ease;
}

.dyno-faq-list summary::after {
    transform: rotate(90deg);
}

.dyno-faq-list details[open] summary::after {
    transform: rotate(0);
}

.dyno-faq-list details > p {
    max-width: 790px;
    margin-bottom: 0;
    padding: 0 52px 25px 0;
    color: var(--dyno-muted) !important;
    font-size: .84rem;
    line-height: 1.67;
}

.dyno-faq-list details > p strong {
    color: var(--dyno-ink);
}

.dyno-cta {
    position: relative;
    padding: clamp(70px, 8vw, 100px) 0;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, .08);
    background:
        linear-gradient(90deg, rgba(214, 47, 75, .15), transparent 46%),
        var(--dyno-deep);
    color: #fff;
}

.dyno-cta::after {
    position: absolute;
    right: -130px;
    bottom: -260px;
    width: 550px;
    height: 550px;
    border: 1px solid rgba(255, 217, 26, .12);
    border-radius: 50%;
    content: "";
}

.dyno-cta-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: clamp(38px, 7vw, 95px);
    align-items: end;
}

.dyno-cta .dyno-kicker {
    color: var(--dyno-yellow) !important;
}

.dyno-cta h2 {
    max-width: 820px;
    margin-bottom: 16px;
    color: #fff !important;
}

.dyno-cta-grid > div:first-child > p:last-child {
    max-width: 770px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .62) !important;
    font-size: .91rem;
    line-height: 1.64;
}

.dyno-cta-actions {
    flex: 0 0 auto;
    justify-content: flex-end;
}

.dyno-page a:focus-visible,
.dyno-page summary:focus-visible {
    outline: 3px solid var(--dyno-yellow) !important;
    outline-offset: 3px !important;
    box-shadow: 0 0 0 2px var(--dyno-deep) !important;
}

@media (max-width: 1199.98px) {
    .dyno-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
        gap: 48px;
    }

    .dyno-session-ticket {
        padding: 28px;
    }

    .dyno-explainer-grid {
        grid-template-columns: minmax(0, .85fr) minmax(460px, 1.15fr);
        gap: 54px;
    }

    .dyno-facility-grid {
        gap: 52px;
    }
}

@media (max-width: 991.98px) {
    .dyno-hero {
        min-height: 0;
    }

    .dyno-hero-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .dyno-hero-copy {
        max-width: 820px;
    }

    .dyno-session-ticket {
        max-width: 720px;
        min-height: 0;
    }

    .dyno-primary-services,
    .dyno-explainer-grid,
    .dyno-facility-grid,
    .dyno-prep-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .dyno-service-card {
        min-height: 570px;
    }

    .dyno-support-card {
        grid-template-columns: 115px minmax(0, 1fr) auto;
    }

    .dyno-explainer-copy {
        max-width: 780px;
    }

    .dyno-facility-image {
        max-width: 820px;
    }

    .dyno-facility-copy {
        max-width: 820px;
    }

    .dyno-prep-grid {
        gap: 14px;
    }

    .dyno-safety-note {
        min-height: 0;
    }

    .dyno-faq-grid {
        grid-template-columns: minmax(230px, .42fr) minmax(0, 1fr);
        gap: 54px;
    }

    .dyno-cta-grid {
        grid-template-columns: minmax(0, 1fr);
        align-items: start;
    }

    .dyno-cta-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .dyno-hero-shell {
        padding-top: 94px;
        padding-bottom: 60px;
    }

    .dyno-breadcrumb {
        margin-bottom: 39px;
    }

    .dyno-hero h1 {
        font-size: clamp(2.8rem, 14vw, 4.4rem);
    }

    .dyno-hero-lead {
        font-size: .96rem;
    }

    .dyno-hero-actions,
    .dyno-cta-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .dyno-button {
        width: 100%;
    }

    .dyno-hero-proof {
        grid-template-columns: minmax(0, 1fr);
    }

    .dyno-hero-proof li {
        min-height: 58px;
        padding: 11px 0;
    }

    .dyno-hero-proof li + li {
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .13);
        border-left: 0;
    }

    .dyno-hero-curves {
        right: -55%;
        bottom: -20px;
        width: 170vw;
        height: 36%;
        opacity: .52;
    }

    .dyno-session-ticket {
        padding: 25px 21px;
    }

    .dyno-ticket-header {
        margin-bottom: 15px;
    }

    .dyno-ticket-row > span {
        grid-template-columns: 42px minmax(0, 1fr);
        font-size: .7rem;
    }

    .dyno-ticket-row strong {
        font-size: 1.4rem;
    }

    .dyno-section-heading {
        grid-template-columns: minmax(0, 1fr);
        gap: 11px;
        margin-bottom: 30px;
    }

    .dyno-section-heading h2,
    .dyno-explainer h2,
    .dyno-facility h2,
    .dyno-faq h2,
    .dyno-cta h2 {
        font-size: clamp(2.15rem, 10.8vw, 3.15rem);
    }

    .dyno-service-card {
        min-height: 0;
        padding: 26px 23px;
    }

    .dyno-service-copy {
        padding: 55px 0 32px;
    }

    .dyno-service-copy h3 {
        font-size: clamp(2rem, 10.5vw, 2.9rem);
    }

    .dyno-service-footer {
        gap: 18px;
        align-items: start;
        flex-direction: column;
    }

    .dyno-support-card {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 18px;
    }

    .dyno-support-code {
        grid-column: 1 / -1;
    }

    .dyno-support-price {
        min-width: 100px;
        padding-left: 18px;
    }

    .dyno-comparison-row {
        grid-template-columns: minmax(0, 1fr) 72px;
        gap: 7px 15px;
        min-height: 90px;
        padding: 16px 18px;
    }

    .dyno-comparison-row > span:first-child,
    .dyno-comparison-head > span:first-child {
        grid-column: 1 / -1;
    }

    .dyno-comparison-row > strong {
        grid-column: 2;
        grid-row: 2;
    }

    .dyno-comparison-head {
        display: none;
    }

    .dyno-facility-image img {
        min-height: 390px;
    }

    .dyno-facility-image figcaption {
        position: relative;
        min-width: 0;
    }

    .dyno-facility-list > div {
        grid-template-columns: minmax(0, 1fr);
        gap: 7px;
    }

    .dyno-checklist {
        grid-template-columns: minmax(0, 1fr);
    }

    .dyno-checklist li {
        min-height: 0;
    }

    .dyno-faq-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 38px;
    }

    .dyno-faq-heading {
        position: static;
    }
}

@media (max-width: 479.98px) {
    .dyno-breadcrumb li {
        font-size: .59rem;
    }

    .dyno-hero h1 {
        font-size: clamp(2.55rem, 13.7vw, 3.5rem);
    }

    .dyno-ticket-header > span {
        display: none;
    }

    .dyno-ticket-row {
        gap: 10px;
    }

    .dyno-ticket-row > span {
        grid-template-columns: minmax(0, 1fr);
        gap: 2px;
    }

    .dyno-ticket-row b {
        display: block;
    }

    .dyno-support-card {
        grid-template-columns: minmax(0, 1fr);
    }

    .dyno-support-price {
        min-width: 0;
        padding-top: 17px;
        padding-left: 0;
        border-top: 1px solid var(--dyno-line);
        border-left: 0;
        text-align: left;
    }

    .dyno-facility-image img {
        min-height: 300px;
    }

    .dyno-faq-list summary {
        padding-right: 40px;
        font-size: .87rem;
    }

    .dyno-faq-list details > p {
        padding-right: 26px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dyno-hero-power,
    .dyno-hero-torque {
        animation: none;
        stroke-dashoffset: 0;
    }

    .dyno-button,
    .dyno-ticket-row,
    .dyno-service-footer > a i,
    .dyno-text-link i,
    .dyno-faq-list summary::after {
        transition: none;
    }
}
