/*
 * AMTECCO / SRT Cloud — product-page refinement
 * Calm, line-led, square geometry. SRT blue is a service accent only.
 */

.sf-site .srt-v2 {
    overflow: clip;
    background: var(--amtecco-carbon);
    color: var(--amtecco-paper);
}

.sf-site .srt-v2 :is(.srt-hero__copy-column, .srt-hero__visual-column, .calculator-row > *) {
    min-width: 0;
}

.sf-site .srt-v2 :is(h1, h2, h3, h4, h5, .stat-number, .results-header) {
    background: none;
    color: var(--amtecco-paper);
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: currentColor;
    text-shadow: none;
}

.sf-site .srt-v2 h2 {
    font-size: clamp(2.25rem, 4vw, 3.75rem);
    font-weight: 600;
    line-height: 1.04;
}

.sf-site .srt-v2 :is(.lead, .feature-description, .apple-card p) {
    font-size: var(--amtecco-type-body);
    line-height: 1.65;
}

/* Hero */
.sf-site .srt-v2 .srt-hero {
    min-height: 0;
    padding-block: clamp(5rem, 8vw, 7.5rem) !important;
    background-color: var(--amtecco-carbon-deep) !important;
}

.sf-site .srt-v2 .srt-hero::before {
    background: none;
}

.sf-site .srt-v2 .srt-hero__row {
    --bs-gutter-x: clamp(2rem, 5vw, 5rem);
}

.sf-site .srt-v2 .srt-kicker {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin: 0 0 1.15rem;
    color: var(--amtecco-srt);
    font-family: var(--amtecco-mono);
    font-size: var(--amtecco-type-caption);
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.5;
}

.sf-site .srt-v2 .srt-kicker::before {
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    background: var(--amtecco-srt);
    content: "";
}

.sf-site .srt-v2 .hero-content h1 {
    max-width: 10ch;
    margin-bottom: 1.5rem;
    font-size: clamp(3.15rem, 4.2vw, 4.6rem) !important;
    font-weight: 600 !important;
    hyphens: none;
    line-height: 1 !important;
    overflow-wrap: normal;
}

.sf-site .srt-v2 .hero-content > .lead {
    max-width: 37rem;
    margin-bottom: 2rem;
    color: var(--amtecco-paper-soft);
    font-size: var(--amtecco-type-lead);
    line-height: 1.55;
}

.sf-site .srt-v2 .btn {
    min-height: 46px;
    padding: 0.75rem 1.1rem;
    border-width: 1px;
    border-radius: 4px;
    box-shadow: none;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.35;
    white-space: normal;
    transition:
        background-color var(--amtecco-motion-ui) var(--amtecco-ease-standard),
        border-color var(--amtecco-motion-ui) var(--amtecco-ease-standard),
        color var(--amtecco-motion-ui) var(--amtecco-ease-standard),
        transform var(--amtecco-motion-ui) var(--amtecco-ease-out);
}

.sf-site .srt-v2 .btn:hover,
.sf-site .srt-v2 .btn:active {
    transform: none;
    box-shadow: none;
}

.sf-site .srt-v2 .btn-primary {
    border-color: var(--amtecco-srt);
    background: var(--amtecco-srt);
    color: #08101c;
}

.sf-site .srt-v2 .btn-primary:hover {
    border-color: #78aaff;
    background: #78aaff;
    color: #08101c;
}

.sf-site .srt-v2 .btn-outline-primary {
    border-color: var(--amtecco-line-strong);
    background: transparent;
    color: var(--amtecco-paper);
}

.sf-site .srt-v2 .btn-outline-primary:hover {
    border-color: var(--amtecco-srt);
    background: rgba(77, 143, 255, 0.08);
    color: var(--amtecco-paper);
}

.sf-site .srt-v2 .trust-badges-container {
    margin: 2.5rem 0 1.75rem;
}

.sf-site .srt-v2 .trust-badges-container .row {
    margin-inline: 0;
}

.sf-site .srt-v2 .hero-content > .row,
.sf-site .srt-v2 .client-trust-section > .row {
    margin-inline: 0;
}

.sf-site .srt-v2 .trust-badge {
    display: grid;
    min-height: 62px;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    justify-content: start;
    gap: 0.65rem;
    padding: 0.85rem 0;
    border: 0;
    border-top: 2px solid var(--amtecco-srt);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: left;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transition: none;
}

.sf-site .srt-v2 .trust-badge:hover {
    border-color: var(--amtecco-srt);
    background: transparent;
    transform: none;
}

.sf-site .srt-v2 .trust-badge i {
    margin: 0;
    color: var(--amtecco-srt);
    font-size: 1rem;
}

.sf-site .srt-v2 .trust-badge span {
    color: var(--amtecco-paper-soft);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.35;
}

.sf-site .srt-v2 .stat-number {
    margin-bottom: 0.5rem;
    font-size: clamp(1.8rem, 3vw, 2.45rem);
    font-weight: 600;
    line-height: 1;
}

.sf-site .srt-v2 .stat-label {
    color: var(--amtecco-steel);
    font-family: var(--amtecco-mono);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.4;
    text-transform: uppercase;
}

/* Hero routing reference frame */
.sf-site .srt-v2 .hero-illustration {
    width: 100%;
    max-width: 680px;
    margin-inline: auto;
    padding: 0;
}

.sf-site .srt-v2 .srt-network {
    position: relative;
    display: block;
    min-height: 0;
    margin: 0;
    padding: clamp(1.25rem, 3vw, 2rem);
    overflow: hidden;
    border: 1px solid var(--amtecco-line-strong);
    border-radius: 4px;
    background-color: var(--amtecco-carbon-deep);
    background-image:
        linear-gradient(rgba(244, 241, 234, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(244, 241, 234, 0.035) 1px, transparent 1px);
    background-size: 64px 64px;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.sf-site .srt-v2 .srt-network::before,
.sf-site .srt-v2 .srt-network::after {
    position: absolute;
    inset: auto;
    z-index: 2;
    width: 22px;
    height: 22px;
    border: 0;
    background: none;
    filter: none;
    pointer-events: none;
    content: "";
}

.sf-site .srt-v2 .srt-network::before {
    top: 10px;
    left: 10px;
    border-top: 1px solid var(--amtecco-srt);
    border-left: 1px solid var(--amtecco-srt);
}

.sf-site .srt-v2 .srt-network::after {
    right: 10px;
    bottom: 10px;
    border-right: 1px solid var(--amtecco-srt);
    border-bottom: 1px solid var(--amtecco-srt);
}

.sf-site .srt-v2 .srt-network__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--amtecco-steel);
    font-family: var(--amtecco-mono);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.11em;
    line-height: 1.5;
}

.sf-site .srt-v2 .srt-network__pipeline {
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 0.75rem;
    margin: clamp(2.5rem, 6vw, 4rem) 0 0;
    padding: 0;
}

.sf-site .srt-v2 .srt-network .diagram-connector {
    position: absolute;
    z-index: 0;
    top: 32px;
    right: 16.666%;
    left: 16.666%;
    width: auto;
    height: 1px;
    background: var(--amtecco-line-strong);
}

.sf-site .srt-v2 .srt-network .diagram-connector::before,
.sf-site .srt-v2 .srt-network .diagram-connector::after {
    display: none;
}

.sf-site .srt-v2 .diagram-node {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
}

.sf-site .srt-v2 .node-icon {
    position: relative;
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    margin: 0 0 0.75rem;
    border: 1px solid var(--amtecco-line-strong);
    border-radius: 4px;
    background: var(--amtecco-graphite);
    box-shadow: none;
    transform: none;
    animation: none;
    transition: none;
}

.sf-site .srt-v2 .node-icon::before {
    display: none;
}

.sf-site .srt-v2 .node-icon i {
    color: var(--amtecco-paper);
    font-size: 1.35rem;
    text-shadow: none;
}

.sf-site .srt-v2 .cloud-node .node-icon {
    border-color: var(--amtecco-srt);
    background: rgba(77, 143, 255, 0.12);
    box-shadow: none;
    transform: none;
    animation: none;
}

.sf-site .srt-v2 .srt-label {
    position: absolute;
    right: 3px;
    bottom: 3px;
    padding: 0.22rem 0.38rem;
    border: 1px solid var(--amtecco-srt);
    border-radius: 4px;
    background: var(--amtecco-carbon-deep);
    color: var(--amtecco-srt);
    font-family: var(--amtecco-mono);
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: none;
}

.sf-site .srt-v2 .node-label {
    min-width: 0;
    margin: 0;
    color: var(--amtecco-paper-soft);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
}

.sf-site .srt-v2 .srt-network__branch {
    position: relative;
    width: 66.666%;
    height: 38px;
    margin: 2rem auto 0;
}

.sf-site .srt-v2 .srt-network__branch::before {
    position: absolute;
    top: -2rem;
    bottom: auto;
    left: 50%;
    height: 2rem;
    border-left: 1px solid var(--amtecco-srt);
    content: "";
}

.sf-site .srt-v2 .srt-network__branch::after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-top: 1px solid var(--amtecco-srt);
    content: "";
}

.sf-site .srt-v2 .srt-network__branch span {
    position: absolute;
    top: 0;
    height: 100%;
    border-left: 1px solid var(--amtecco-srt);
}

.sf-site .srt-v2 .srt-network__branch span:first-child { left: 0; }
.sf-site .srt-v2 .srt-network__branch span:nth-child(2) { left: 50%; }
.sf-site .srt-v2 .srt-network__branch span:last-child { right: 0; }

.sf-site .srt-v2 .srt-network__destinations {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 0;
    padding: 0;
}

.sf-site .srt-v2 .output-box {
    position: relative;
    display: flex;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 86px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.85rem;
    border: 1px solid var(--amtecco-line);
    border-left: 3px solid var(--amtecco-srt);
    border-radius: 4px;
    background: var(--amtecco-graphite);
    box-shadow: none;
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
}

.sf-site .srt-v2 .output-box:hover {
    border-color: var(--amtecco-line);
    border-left-color: var(--amtecco-srt);
    box-shadow: none;
    transform: none;
}

.sf-site .srt-v2 .output-box i {
    margin: 0;
    color: var(--amtecco-srt);
    font-size: 1rem;
    text-shadow: none;
}

.sf-site .srt-v2 .output-box span {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: visible;
    color: var(--amtecco-paper);
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
    text-align: left;
    text-overflow: clip;
    white-space: normal;
    overflow-wrap: anywhere;
}

.sf-site .srt-v2 .srt-network__summary {
    display: grid;
    width: 100%;
    height: auto;
    min-height: 58px;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0.8rem;
    margin: 1rem 0 0;
    padding: 0.75rem 1rem;
    border: 1px solid var(--amtecco-srt);
    border-radius: 4px;
    background: rgba(77, 143, 255, 0.08);
    color: var(--amtecco-paper);
    box-shadow: none;
    opacity: 1;
    transform: none;
    animation: none;
}

.sf-site .srt-v2 .srt-network__summary span {
    color: var(--amtecco-steel);
    font-family: var(--amtecco-mono);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.sf-site .srt-v2 .srt-network__summary span:last-child {
    text-align: right;
}

.sf-site .srt-v2 .srt-network__summary strong {
    color: var(--amtecco-paper);
    font-size: 1.65rem;
    font-weight: 600;
}

/* Shared SRT page sections and cards */
.sf-site .srt-v2 :is(.section-padding, .agent-section, .calculator-section, .cta-section) {
    position: relative;
    border-bottom: 1px solid var(--amtecco-line);
}

.sf-site .srt-v2 :is(.feature-card, .apple-card) {
    height: 100%;
    padding: clamp(1.35rem, 2.6vw, 2rem);
    border: 1px solid var(--amtecco-line) !important;
    border-top: 2px solid var(--amtecco-srt) !important;
    border-radius: 4px !important;
    background: var(--amtecco-graphite) !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    transform: none;
    animation: none;
    transition: border-color var(--amtecco-motion-ui) var(--amtecco-ease-standard);
}

.sf-site .srt-v2 :is(.feature-card, .apple-card):hover {
    border-color: var(--amtecco-line-strong) !important;
    border-top-color: var(--amtecco-srt) !important;
    background: var(--amtecco-graphite) !important;
    box-shadow: none !important;
    transform: none;
}

.sf-site .srt-v2 .feature-card {
    text-align: left !important;
}

.sf-site .srt-v2 .feature-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    margin: 0 0 1.5rem !important;
    border: 1px solid var(--amtecco-line-strong);
    border-left: 3px solid var(--amtecco-srt);
    border-radius: 4px;
    background: var(--amtecco-carbon-deep);
    color: var(--amtecco-srt);
    font-size: 1.1rem;
    box-shadow: none;
}

.sf-site .srt-v2 .feature-title {
    margin-bottom: 0.75rem;
    color: var(--amtecco-paper);
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.25;
}

.sf-site .srt-v2 .feature-description,
.sf-site .srt-v2 .apple-card p {
    margin-bottom: 0;
    color: var(--amtecco-paper-soft);
}

/* Agent reference interface */
.sf-site .srt-v2 .agent-section {
    background-color: var(--amtecco-carbon-deep);
    background-image:
        linear-gradient(rgba(244, 241, 234, 0.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(244, 241, 234, 0.028) 1px, transparent 1px);
    background-size: 64px 64px;
}

.sf-site .srt-v2 .agent-section .ai-eyebrow {
    color: var(--amtecco-srt);
    font-size: var(--amtecco-type-caption);
}

.sf-site .srt-v2 .agent-section h2 {
    max-width: 13ch;
}

.sf-site .srt-v2 :is(.agent-chips-inline span, .ac-chips span) {
    padding: 0.38rem 0.55rem;
    border: 1px solid rgba(77, 143, 255, 0.45);
    border-radius: 4px;
    background: var(--amtecco-carbon-deep);
    color: var(--amtecco-paper-soft);
    font-size: 0.75rem;
}

.sf-site .srt-v2 .agent-console {
    overflow: hidden;
    border: 1px solid var(--amtecco-line-strong);
    border-radius: 4px;
    background: var(--amtecco-graphite);
    box-shadow: none;
}

.sf-site .srt-v2 .agent-console-head {
    background: var(--amtecco-carbon-deep);
}

.sf-site .srt-v2 .ac-title {
    font-size: 0.875rem;
}

.sf-site .srt-v2 .ac-msg > span {
    border-radius: 4px;
    background: var(--amtecco-carbon);
    font-size: 0.95rem;
    line-height: 1.55;
}

.sf-site .srt-v2 .ac-agent-turn {
    display: grid;
    min-width: 0;
}

.sf-site .srt-v2 .ac-agent-turn > .ac-msg {
    grid-area: 1 / 1;
    min-width: 0;
}

.sf-site .srt-v2 .ac-agent > :is(.amtecco-icon, .ac-agent-marker) {
    width: 0.875rem;
    flex: 0 0 0.875rem;
    text-align: center;
}

.sf-site .srt-v2 .ac-agent-typing {
    opacity: 0;
    pointer-events: none;
}

.sf-site .srt-v2 .ac-agent-marker {
    position: relative;
    height: 1rem;
    margin-top: 0.2rem;
}

.sf-site .srt-v2 .ac-agent-marker::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 1px;
    background: var(--amtecco-srt);
    content: "";
    transform: translate3d(-50%, -50%, 0);
}

.sf-site .srt-v2 .ac-typing-dots {
    display: inline-flex;
    min-width: 4.25rem;
    align-items: center;
    gap: 0.35rem;
}

.sf-site .srt-v2 .ac-typing-dots b {
    display: block;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    opacity: 0.35;
    background: var(--amtecco-srt);
}

.amtecco-motion .sf-site .srt-v2 .agent-console.is-agent-pending :is(.ac-user, .ac-agent-response) {
    opacity: 0;
    transform: translate3d(0, 0.5rem, 0);
}

.amtecco-motion .sf-site .srt-v2 .agent-console.is-agent-playing .ac-user {
    animation: amtecco-agent-message-in 320ms var(--amtecco-ease-out) 80ms both;
}

.amtecco-motion .sf-site .srt-v2 .agent-console.is-agent-playing .ac-agent-typing {
    animation: amtecco-agent-typing-turn 1160ms var(--amtecco-ease-standard) 460ms both;
}

.amtecco-motion .sf-site .srt-v2 .agent-console.is-agent-playing .ac-typing-dots b {
    animation: amtecco-agent-typing-dot 280ms var(--amtecco-ease-standard) 560ms 3 both;
}

.amtecco-motion .sf-site .srt-v2 .agent-console.is-agent-playing .ac-typing-dots b:nth-child(2) {
    animation-delay: 650ms;
}

.amtecco-motion .sf-site .srt-v2 .agent-console.is-agent-playing .ac-typing-dots b:nth-child(3) {
    animation-delay: 740ms;
}

.amtecco-motion .sf-site .srt-v2 .agent-console.is-agent-playing .ac-agent-response {
    animation: amtecco-agent-message-in 420ms var(--amtecco-ease-out) 1580ms both;
}

.amtecco-motion .sf-site .srt-v2 .agent-console.is-agent-playing .ac-agent-response > .amtecco-icon {
    animation: amtecco-agent-status-in 200ms var(--amtecco-ease-out) 1780ms both;
}

@keyframes amtecco-agent-message-in {
    from {
        opacity: 0;
        transform: translate3d(0, 0.5rem, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes amtecco-agent-typing-turn {
    0% {
        opacity: 0;
        transform: translate3d(0, 0.5rem, 0);
    }

    14%,
    80% {
        opacity: 1;
        transform: none;
    }

    100% {
        opacity: 0;
        transform: translate3d(0, -0.25rem, 0);
    }
}

@keyframes amtecco-agent-typing-dot {
    0%,
    100% {
        opacity: 0.35;
        transform: translate3d(0, 0, 0);
    }

    50% {
        opacity: 1;
        transform: translate3d(0, -0.125rem, 0);
    }
}

@keyframes amtecco-agent-status-in {
    from {
        opacity: 0;
        transform: scale(0.82);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.sf-site .srt-v2 .agent-console figcaption {
    color: var(--amtecco-steel);
    font-size: 0.78rem;
    line-height: 1.5;
}

/* Calculator */
.sf-site .srt-v2 .calculator-section {
    background: var(--amtecco-carbon-deep);
}

.sf-site .srt-v2 .calculator-section::before,
.sf-site .srt-v2 .apple-results-card::before,
.sf-site .srt-v2 .apple-metric::before,
.sf-site .srt-v2 .savings-metric::before {
    display: none;
}

.sf-site .srt-v2 .calculator-section h2 {
    font-size: clamp(2.25rem, 4vw, 3.75rem);
}

.sf-site .srt-v2 .calculator-row {
    --bs-gutter-x: clamp(1.25rem, 3vw, 2rem);
}

.sf-site .srt-v2 .calculator-inputs {
    width: 100%;
}

.sf-site .srt-v2 .apple-input-group {
    margin-bottom: 1.75rem;
    opacity: 1;
    transform: none;
    animation: none;
}

.sf-site .srt-v2 .apple-input-label {
    margin-bottom: 0.45rem;
    color: var(--amtecco-paper);
    font-size: 1rem;
    font-weight: 650;
}

.sf-site .srt-v2 .apple-input-description {
    margin-bottom: 0.75rem;
    color: var(--amtecco-steel);
    font-size: 0.875rem;
    line-height: 1.5;
}

.sf-site .srt-v2 .apple-input-wrapper {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--amtecco-line-strong);
    border-radius: 4px;
    background: var(--amtecco-carbon-deep);
    box-shadow: none;
    transition: border-color var(--amtecco-motion-fast) var(--amtecco-ease-standard);
}

.sf-site .srt-v2 .apple-input-wrapper:focus-within {
    border-color: var(--amtecco-srt);
    box-shadow: none;
}

.sf-site .srt-v2 .apple-input-wrapper input {
    min-width: 0;
    min-height: 48px;
    padding: 0.75rem;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: var(--amtecco-paper);
    font-size: 1rem;
    box-shadow: none !important;
}

.sf-site .srt-v2 .apple-input-unit {
    position: static;
    min-width: 0;
    padding: 0.75rem;
    color: var(--amtecco-steel);
    font-size: 0.78rem;
    line-height: 1.35;
    text-align: right;
    transform: none;
    overflow-wrap: anywhere;
}

.sf-site .srt-v2 .apple-slider {
    height: 3px;
    border-radius: 0;
    background: var(--amtecco-line-strong);
}

.sf-site .srt-v2 .apple-slider::-webkit-slider-thumb {
    width: 22px;
    height: 22px;
    border: 3px solid var(--amtecco-carbon-deep);
    background: var(--amtecco-srt);
    box-shadow: none;
    transition: none;
}

.sf-site .srt-v2 .apple-slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border: 3px solid var(--amtecco-carbon-deep);
    border-radius: 50%;
    background: var(--amtecco-srt);
    box-shadow: none;
}

.sf-site .srt-v2 .apple-slider::-webkit-slider-thumb:hover {
    box-shadow: none;
    transform: none;
}

.sf-site .srt-v2 .apple-slider-values {
    color: var(--amtecco-steel);
    font-size: 0.75rem;
}

.sf-site .srt-v2 .pricing-info {
    margin-top: auto;
    padding: 1.25rem 0 0;
    border-top: 1px solid var(--amtecco-line);
    color: var(--amtecco-steel);
    font-size: 0.875rem;
    line-height: 1.55;
    text-align: left;
}

.sf-site .srt-v2 .pricing-info::before {
    display: none;
}

.sf-site .srt-v2 .pricing-info .amtecco-icon {
    color: var(--amtecco-srt);
}

.sf-site .srt-v2 .results-header {
    margin-bottom: 1.75rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.sf-site .srt-v2 .cost-item {
    opacity: 1;
    transform: none;
    animation: none;
}

.sf-site .srt-v2 .cost-label {
    flex-wrap: wrap;
    gap: 0.45rem 1rem;
}

.sf-site .srt-v2 .cost-label span:first-child {
    color: var(--amtecco-paper-soft);
    font-size: 0.95rem;
}

.sf-site .srt-v2 .cost-label span:last-child {
    color: var(--amtecco-paper);
    font-size: 1.15rem;
    text-shadow: none;
}

.sf-site .srt-v2 .satellite-cost .cost-label span:last-child {
    color: var(--amtecco-action-soft);
}

.sf-site .srt-v2 .amtecco-cost .cost-label span:last-child {
    color: var(--amtecco-srt);
}

.sf-site .srt-v2 .apple-bar-container {
    height: 8px;
    overflow: hidden;
    border: 1px solid var(--amtecco-line);
    border-radius: 0;
    background: var(--amtecco-carbon-deep);
    box-shadow: none;
}

.sf-site .srt-v2 .apple-bar {
    width: 100% !important;
    border-radius: 0;
    box-shadow: none;
    transform: scaleX(var(--bar-ratio, 1));
    transform-origin: left center;
    animation: none;
    transition: transform var(--amtecco-motion-ui) var(--amtecco-ease-standard);
}

.sf-site .srt-v2 .satellite-bar {
    background: var(--amtecco-action-soft);
}

.sf-site .srt-v2 .amtecco-bar {
    background: var(--amtecco-srt);
}

.sf-site .srt-v2 .savings-metrics-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 1px;
    margin-top: 1.5rem;
    border: 1px solid var(--amtecco-line);
    background: var(--amtecco-line);
}

.sf-site .srt-v2 .apple-metric {
    display: flex;
    min-width: 0;
    height: auto;
    min-height: 132px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    padding: 1.15rem;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: var(--amtecco-carbon-deep);
    box-shadow: none;
    opacity: 1;
    transform: none;
    animation: none;
    transition: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.sf-site .srt-v2 .apple-metric:hover {
    border: 0;
    background: var(--amtecco-carbon-deep);
    box-shadow: none;
    transform: none;
}

.sf-site .srt-v2 .metric-label {
    min-height: 0;
    margin-bottom: 0.6rem;
    color: var(--amtecco-steel);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.4;
    text-align: left;
    text-transform: uppercase;
}

.sf-site .srt-v2 .metric-value {
    margin: 0;
    color: var(--amtecco-paper);
    font-size: clamp(1.35rem, 2.3vw, 1.75rem);
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-shadow: none;
    overflow-wrap: anywhere;
}

.sf-site .srt-v2 .metric-percentage {
    margin: 0.35rem 0 0;
    color: var(--amtecco-srt);
    font-size: 0.875rem;
    text-align: left;
}

.sf-site .srt-v2 :is(.savings-metric .metric-value, .current-spend-metric .metric-value) {
    color: var(--amtecco-paper);
}

/* Client proof and closing CTA */
.sf-site .srt-v2 .client-trust-section {
    width: auto;
    margin: 0;
    padding-top: clamp(2.5rem, 5vw, 4rem);
    border-top: 1px solid var(--amtecco-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.sf-site .srt-v2 .client-logos-container {
    padding: 0;
    border: 1px solid var(--amtecco-line);
    border-radius: 4px;
    background: var(--amtecco-carbon-deep);
}

.sf-site .srt-v2 .client-logos-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    border: 0;
    background: var(--amtecco-line);
}

.sf-site .srt-v2 .client-logo-item {
    opacity: 1;
    transform: none;
    animation: none;
}

.sf-site .srt-v2 .client-logo {
    height: 132px;
    border: 0;
    border-radius: 0;
    background: var(--amtecco-graphite);
    box-shadow: none;
    transform: none;
    transition: background-color var(--amtecco-motion-ui) var(--amtecco-ease-standard);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.sf-site .srt-v2 .client-logo::before {
    display: none;
}

.sf-site .srt-v2 .client-logo:hover {
    background: var(--amtecco-graphite-2);
    box-shadow: none;
    transform: none;
}

.sf-site .srt-v2 .client-logo img,
.sf-site .srt-v2 .client-logo:hover img {
    filter: grayscale(1) brightness(1.9);
    opacity: 0.82;
    transform: none;
}

.sf-site .srt-v2 .cta-section {
    padding-block: clamp(4.5rem, 8vw, 7rem);
    border-top: 1px solid var(--amtecco-srt);
    background: var(--amtecco-carbon-deep);
}

.sf-site .srt-v2 .cta-section::before {
    display: none;
}

.sf-site .srt-v2 .cta-section h2 {
    font-size: clamp(2.25rem, 4vw, 3.75rem);
}

/* Neutralize every legacy decorative movement within this product page. */
.sf-site .srt-v2 :is(
    .diagram-node,
    .node-icon,
    .output-box,
    .output-infinity,
    .connection-dot,
    .apple-input-group,
    .cost-item,
    .apple-metric,
    .client-logo-item
) {
    opacity: 1;
    transform: none;
    animation: none;
}

@media (max-width: 991.98px) {
    .sf-site .srt-v2 .srt-hero__row {
        --bs-gutter-x: 0;
        margin-inline: 0;
    }

    .sf-site .srt-v2 .srt-hero__visual-column {
        margin-top: 3.5rem;
    }

    .sf-site .srt-v2 .hero-content {
        text-align: left;
    }

    .sf-site .srt-v2 .hero-content h1 {
        max-width: 12ch;
    }

    .sf-site .srt-v2 .hero-illustration {
        max-width: 720px;
    }

    .sf-site .srt-v2 .calculator-input-column {
        margin-bottom: 1.25rem;
    }

    .sf-site .srt-v2 .apple-card {
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .sf-site .srt-v2 .hero-content h1 {
        font-size: clamp(2.625rem, 12vw, 3.25rem) !important;
    }

    .sf-site .srt-v2 .trust-badges-container .row > * {
        width: 100%;
    }

    .sf-site .srt-v2 .stat-number {
        font-size: clamp(1.45rem, 8vw, 2rem);
    }

    .sf-site .srt-v2 .stat-label {
        font-size: 0.75rem;
        overflow-wrap: anywhere;
    }

    .sf-site .srt-v2 .savings-metrics-grid {
        grid-template-columns: 1fr;
    }

    .sf-site .srt-v2 .apple-metric {
        min-height: 112px;
        margin: 0;
    }
}

@media (max-width: 575.98px) {
    .sf-site .srt-v2 .srt-hero {
        padding-block: 4.5rem !important;
    }

    .sf-site .srt-v2 .hero-content .d-flex {
        display: grid !important;
        grid-template-columns: 1fr;
    }

    .sf-site .srt-v2 .hero-content h1 {
        max-width: 100%;
        hyphens: auto;
        overflow-wrap: anywhere;
    }

    .sf-site .srt-v2 .hero-content .btn {
        width: 100%;
    }

    .sf-site .srt-v2 .srt-network {
        padding: 1rem;
        background-size: 48px 48px;
    }

    .sf-site .srt-v2 .srt-network__meta {
        display: grid;
        justify-content: start;
        gap: 0.2rem;
        padding-right: 1.25rem;
        font-size: 0.75rem;
    }

    .sf-site .srt-v2 .srt-network__pipeline {
        gap: 0.35rem;
        margin-top: 2.5rem;
    }

    .sf-site .srt-v2 .srt-network .diagram-connector {
        top: 27px;
    }

    .sf-site .srt-v2 .node-icon {
        width: 54px;
        height: 54px;
    }

    .sf-site .srt-v2 .node-label {
        font-size: 0.8125rem;
    }

    .sf-site .srt-v2 .srt-network__branch {
        height: 28px;
        margin-top: 1.6rem;
    }

    .sf-site .srt-v2 .srt-network__branch::before {
        top: -1.6rem;
        height: 1.6rem;
    }

    .sf-site .srt-v2 .srt-network__destinations {
        gap: 0.35rem;
    }

    .sf-site .srt-v2 .output-box {
        min-height: 82px;
        gap: 0.35rem;
        padding: 0.6rem 0.45rem;
    }

    .sf-site .srt-v2 .output-box span {
        font-size: 0.8125rem;
    }

    .sf-site .srt-v2 .srt-network__summary {
        gap: 0.45rem;
        padding-inline: 0.65rem;
    }

    .sf-site .srt-v2 .srt-network__summary span {
        font-size: 0.75rem;
        letter-spacing: 0.04em;
    }

    .sf-site .srt-v2 .srt-network__summary strong {
        font-size: 1.4rem;
    }

    .sf-site .srt-v2 .apple-input-wrapper {
        grid-template-columns: minmax(0, 1fr) minmax(4.5rem, auto);
    }

    .sf-site .srt-v2 .client-logos-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 359.98px) {
    .sf-site .srt-v2 .srt-kicker {
        letter-spacing: 0.09em;
    }

    .sf-site .srt-v2 .hero-content h1 {
        font-size: 2.55rem !important;
    }

    .sf-site .srt-v2 .srt-network__summary {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .sf-site .srt-v2 .srt-network__summary span {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sf-site .srt-v2 *,
    .sf-site .srt-v2 *::before,
    .sf-site .srt-v2 *::after {
        scroll-behavior: auto;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
