.section, .admin-page, .page-hero, .form-page, .split-section, .contact-grid {
    padding: clamp(54px, 8vw, 96px) clamp(20px, 5vw, 72px);
}

.admin-page {
    padding-top: 32px;
    padding-bottom: 48px;
}

.soft { background: var(--soft); }

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
}

.section-heading > div { max-width: 760px; }
.text-link { color: var(--blue); font-weight: 800; white-space: nowrap; }

.coding-grid, .card-grid, .stats-grid, .contact-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.coding-grid article, .service-card, .stats-grid article, .contact-grid article, .summary-box {
    background: var(--white);
    padding: 24px;
}

.coding-grid article {
    color: var(--ink);
    background: var(--white);
    border-color: var(--line);
    box-shadow: 0 14px 30px rgba(16, 20, 27, 0.08);
}

.coding-grid article h2,
.coding-grid article h3 {
    color: var(--ink);
}

.coding-grid article p {
    color: var(--muted);
}

.soft .service-card { background: var(--white); }
.service-card {
    position: relative;
    scroll-margin-top: 118px;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(16, 20, 27, 0.08);
}

.service-anchor-alias {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    pointer-events: none;
    scroll-margin-top: 118px;
}

.service-card p, .contact-grid p { color: var(--muted); }

.services-page-grid {
    position: relative;
    z-index: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    max-width: 1180px;
    margin: 0 auto;
}

.services-page-grid .service-card {
    min-height: 220px;
    padding: 30px;
    color: var(--ink);
    background: var(--white);
    border-color: var(--line);
    box-shadow: 0 14px 30px rgba(16, 20, 27, 0.08);
}

.services-page-grid .service-title {
    margin-bottom: 14px;
    color: var(--ink);
    font-size: clamp(24px, 2.1vw, 32px);
    font-weight: 900;
    line-height: 1.08;
}

.services-page-grid .service-card p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.55;
}

.home-services .card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-title,
.booking-service-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

.service-title {
    margin-top: 0;
}

.service-icon {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.split-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    background: var(--white);
    color: var(--ink);
}

.split-section > div {
    padding: clamp(28px, 4vw, 48px);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 14px 30px rgba(16, 20, 27, 0.08);
}

.split-section > .split-content {
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.split-section p { color: var(--muted); }

.chiptuning-stage1-section {
    padding: clamp(58px, 7vw, 92px) clamp(20px, 5vw, 72px);
    background:
        radial-gradient(circle at 86% 0%, rgba(31, 111, 235, 0.08), transparent 30%),
        linear-gradient(180deg, #f4f7fb 0%, #ffffff 100%);
}

.chiptuning-stage1-heading,
.chiptuning-stage1-card {
    width: min(100%, 1240px);
    margin-right: auto;
    margin-left: auto;
}

.chiptuning-stage1-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
    gap: clamp(20px, 4vw, 52px);
    align-items: end;
    margin-bottom: 28px;
}

.chiptuning-stage1-heading h2 {
    max-width: 780px;
    margin-bottom: 0;
    color: var(--ink);
}

.chiptuning-stage1-heading > p:last-child {
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.6;
}

.chiptuning-stage1-card {
    padding: clamp(22px, 3.2vw, 34px);
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(220, 226, 234, 0.98);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(16, 20, 27, 0.08);
}

.chiptuning-stage1-selector-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.chiptuning-stage1-selector-grid label {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.chiptuning-stage1-selector-grid span {
    color: var(--ink);
    font-size: 13px;
    font-weight: 900;
}

.chiptuning-stage1-selector-grid select {
    min-height: 48px;
    font-size: 14px;
    font-weight: 650;
}

.chiptuning-stage1-selector-grid select:disabled {
    color: #8a94a6;
    background: #f3f6fa;
}

.chiptuning-stage1-status {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 14px;
    font-weight: 750;
}

.chiptuning-stage1-section.is-loading .chiptuning-stage1-status {
    color: var(--blue);
}

.chiptuning-stage1-result {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
}

.chiptuning-stage1-result-head {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.chiptuning-stage1-result-head span,
.chiptuning-stage1-metrics span {
    display: block;
    margin-bottom: 7px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.chiptuning-stage1-result-head strong {
    display: block;
    color: var(--ink);
    font-size: clamp(18px, 2vw, 26px);
    line-height: 1.12;
}

.chiptuning-stage1-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.chiptuning-stage1-metrics article {
    min-width: 0;
    padding: 20px;
    background: #f8fbff;
    border: 1px solid #e1eaf5;
    border-radius: 8px;
}

.chiptuning-stage1-metrics strong {
    display: block;
    color: var(--ink);
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 950;
    line-height: 1;
}

.chiptuning-stage1-metrics small {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-size: 15px;
    font-weight: 850;
}

.chiptuning-stage1-metric-gain {
    background: #eef5ff !important;
    border-color: #cfe0f5 !important;
}

.chiptuning-stage1-metric-gain strong,
.chiptuning-stage1-metric-gain small {
    color: var(--blue);
}

.chiptuning-stage1-note {
    max-width: 920px;
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: clamp(54px, 8vw, 92px) clamp(20px, 5vw, 72px);
    color: var(--white);
    background: var(--graphite-2);
}

.cta-band div { max-width: 900px; }
.cta-band p { color: rgba(255, 255, 255, 0.78); }

.contact-strip { text-align: center; }

.section.testimonials-section {
    color: var(--ink);
    background: var(--white);
    border-top: 1px solid var(--line);
}

.testimonials-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(36px, 7vw, 96px);
    margin-bottom: clamp(32px, 5vw, 52px);
}

.testimonials-heading > div:first-child {
    max-width: 760px;
}

.testimonials-heading h2 {
    color: var(--ink);
    margin-bottom: 12px;
}

.testimonials-heading > div:first-child > p:last-child {
    margin-bottom: 0;
    color: var(--muted);
}

.testimonials-score {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-start;
    min-width: 230px;
    padding: 6px 0 6px 28px;
}

.testimonials-score-label {
    margin-bottom: 5px;
    color: var(--blue);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.testimonials-score > div {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.testimonials-score strong {
    color: var(--ink);
    font-size: clamp(42px, 5vw, 64px);
    line-height: 1;
}

.testimonials-score > div > span,
.testimonials-score small {
    color: var(--muted);
}

.testimonials-score small {
    margin-top: 6px;
    font-size: 14px;
}

.testimonials-grid {
    display: flex;
    gap: 18px;
    padding: 2px 2px 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-color: var(--blue) var(--soft);
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
}

.testimonials-grid::-webkit-scrollbar {
    height: 8px;
}

.testimonials-grid::-webkit-scrollbar-track {
    background: var(--soft);
}

.testimonials-grid::-webkit-scrollbar-thumb {
    background: var(--blue);
    border-radius: 999px;
}

.testimonial-card,
.testimonials-fallback {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.testimonial-card {
    display: flex;
    flex: 0 0 calc((100% - 36px) / 3);
    flex-direction: column;
    min-height: 260px;
    padding: 24px;
    scroll-snap-align: start;
}

.testimonial-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}

.testimonial-card-header > div {
    display: grid;
    gap: 4px;
}

.testimonial-card-header a,
.testimonial-card-header strong {
    color: var(--ink);
    font-weight: 800;
}

.testimonial-card-header small {
    color: var(--muted);
}

.testimonial-rating {
    display: grid;
    justify-items: end;
    gap: 5px;
}

.testimonial-rating > span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.testimonial-stars {
    display: flex;
    align-items: center;
    gap: 3px;
}

.testimonial-star {
    width: 17px;
    height: 17px;
    background: #c9d2de;
    -webkit-mask: url('../img/star.svg?v=2') center / contain no-repeat;
    mask: url('../img/star.svg?v=2') center / contain no-repeat;
}

.testimonial-star.is-active {
    background: var(--blue);
}

.testimonial-stars--summary {
    margin-top: 8px;
}

.testimonial-stars--summary .testimonial-star {
    width: 20px;
    height: 20px;
}

.testimonial-card blockquote {
    flex: 1;
    margin: 20px 0;
}

.testimonial-card blockquote p {
    margin: 0;
    color: var(--ink);
}

.testimonial-rating-only {
    flex: 1;
    margin: 20px 0;
    color: var(--muted);
}

.testimonial-link {
    align-self: flex-start;
    color: var(--blue);
    font-weight: 700;
}

.testimonials-section--single .testimonials-grid {
    display: flex;
}

.testimonials-section--single .testimonial-card {
    flex-basis: min(520px, 100%);
}

.testimonials-fallback {
    padding: 32px;
    color: var(--ink);
}

.testimonials-fallback p {
    margin: 0;
    color: var(--muted);
}

.testimonials-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 26px;
}

.testimonials-footer span {
    color: var(--muted);
    font-size: 13px;
}

.contact-map {
    width: 100%;
    max-width: 1280px;
    min-height: 360px;
    margin: 36px auto 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius);
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: clamp(360px, 42vw, 560px);
    border: 0;
}

.contact-page-section {
    background:
        radial-gradient(circle at 18% 0%, rgba(31, 111, 235, 0.07), transparent 32%),
        linear-gradient(180deg, #f6f8fb 0%, #ffffff 58%, #f5f7fb 100%);
}

.contact-page-heading {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
}

.contact-page-heading p {
    margin-bottom: 0;
    color: var(--muted);
}

.contact-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    max-width: 1180px;
    margin: 0 auto;
}

.contact-info-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 16px 34px rgba(16, 20, 27, 0.08);
}

.contact-info-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    min-width: 0;
    min-height: 190px;
    padding: 24px;
}

.contact-info-card > div {
    min-width: 0;
}

.contact-address-card {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
    align-items: stretch;
    min-height: 0;
}

.contact-address-copy {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.contact-address-copy > div {
    min-width: 0;
}

.contact-info-icon {
    display: grid;
    place-items: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    color: var(--blue);
}

.contact-info-icon img,
.contact-info-icon svg {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.contact-info-icon svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-info-label {
    display: block;
    margin-bottom: 8px;
    color: var(--blue);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.contact-info-card h3 {
    margin: 0 0 10px;
    color: var(--ink);
    font-size: clamp(18px, 1.6vw, 24px);
    line-height: 1.14;
    overflow-wrap: anywhere;
    hyphens: auto;
}

.contact-info-card h3 a,
.contact-info-card > div > a,
.contact-address-copy > div > a {
    color: inherit;
    overflow-wrap: anywhere;
}

.contact-info-card > div > a,
.contact-address-copy > div > a {
    color: var(--blue);
    font-weight: 800;
}

.contact-info-card p {
    margin: 0;
    color: var(--muted);
}

.contact-map-frame {
    min-height: 260px;
    overflow: hidden;
    background: #eef2f6;
    border: 1px solid rgba(220, 226, 234, 0.98);
    border-radius: 8px;
}

.contact-map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
    border: 0;
    filter: saturate(0.92) contrast(0.96);
}

.contact-action-card {
    max-width: 1180px;
    margin: 22px auto 0;
}

.contact-action-card .booking-help-icon img {
    display: block;
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.section,
.admin-page,
.page-hero,
.form-page,
.contact-grid {
    background: var(--white);
}

.coding-hero {
    min-height: min(720px, 78vh);
    padding-top: clamp(118px, 12vw, 154px);
    padding-bottom: clamp(70px, 8vw, 110px);
}

.coding-hero::after {
    background:
        linear-gradient(90deg, rgba(8, 13, 21, 0.95), rgba(12, 20, 32, 0.82), rgba(12, 20, 32, 0.36)),
        linear-gradient(180deg, rgba(8, 13, 21, 0.32), rgba(8, 13, 21, 0.78));
}

.coding-hero h1 {
    max-width: 1080px;
    font-size: clamp(44px, 5.8vw, 78px);
}

.coding-hero p:not(.eyebrow) {
    max-width: 780px;
    font-size: clamp(18px, 1.5vw, 22px);
}

.coding-hero-actions {
    margin-top: 30px;
}

.coding-hero-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.coding-hero-pills span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 13px;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

.coding-page {
    overflow-x: clip;
    background:
        radial-gradient(circle at 82% 18%, rgba(31, 111, 235, 0.08), transparent 26%),
        linear-gradient(180deg, #f4f7fb 0%, #ffffff 38%, #f4f7fb 74%, #ffffff 100%);
}

.coding-page * {
    min-width: 0;
}

.coding-section,
.coding-process-band,
.coding-final-cta {
    width: min(100%, 1440px);
    margin-inline: auto;
    padding: clamp(24px, 3.8vw, 42px) clamp(20px, 5vw, 72px);
}

.coding-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.72fr);
    gap: 22px;
    align-items: end;
    margin-bottom: 20px;
}

.coding-section-heading h2 {
    margin-bottom: 0;
    color: var(--ink);
    font-size: clamp(32px, 4vw, 52px);
}

.coding-section-heading > p {
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.55;
}

.coding-intro-copy {
    max-width: 980px;
}

.coding-intro-copy h2 {
    margin-bottom: 24px;
    color: var(--ink);
    font-size: clamp(32px, 4vw, 52px);
}

.coding-intro-copy h3 {
    margin: 36px 0 12px;
    color: var(--ink);
    font-size: clamp(24px, 2.2vw, 32px);
}

.coding-intro-copy p,
.coding-intro-copy li {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.65;
}

.coding-intro-copy p {
    margin: 0 0 16px;
}

.coding-intro-copy ul {
    display: grid;
    gap: 8px;
    margin: 0 0 20px;
    padding-left: 24px;
}

.coding-intro-copy li::marker {
    color: var(--blue);
}

.coding-options-section {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: clamp(46px, 6vw, 78px) clamp(20px, 5vw, 72px);
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(16, 20, 27, 0.98), rgba(27, 33, 43, 0.96)),
        var(--graphite);
}

.coding-options-section-inner {
    width: min(100%, 1240px);
    margin-inline: auto;
}

.coding-options-section h3 {
    margin: 0 0 14px;
    color: var(--white);
    font-size: clamp(28px, 3.4vw, 42px);
}

.coding-options-section p {
    max-width: 900px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.65;
}

.coding-intro-outro-section .coding-intro-copy h3 {
    margin-top: 0;
}

.coding-card,
.coding-service-card,
.coding-price-card,
.coding-faq-card {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(220, 226, 234, 0.98);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(16, 20, 27, 0.08);
}

.coding-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    gap: 20px;
}

.coding-intro-card {
    min-height: 230px;
    padding: clamp(26px, 4vw, 42px);
}

.coding-intro-card h3,
.coding-intro-dark h3 {
    font-size: clamp(24px, 2.2vw, 34px);
}

.coding-intro-card p,
.coding-intro-dark p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.65;
}

.coding-intro-dark {
    position: relative;
    overflow: hidden;
    min-height: 230px;
    padding: clamp(26px, 4vw, 42px);
    color: var(--white);
    background:
        radial-gradient(circle at 100% 0%, rgba(31, 111, 235, 0.34), transparent 38%),
        linear-gradient(135deg, #101722, #0b1220 72%);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 55px rgba(16, 20, 27, 0.18);
}

.coding-intro-dark h3 {
    color: var(--white);
}

.coding-intro-dark p {
    color: rgba(255, 255, 255, 0.72);
}

.coding-chip-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
}

.coding-chip-list span {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 12px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 5px;
    font-size: 14px;
    font-weight: 800;
}

.coding-chip-list span::before {
    content: "";
    flex: 0 0 6px;
    width: 6px;
    height: 6px;
    background: var(--blue);
    border-radius: 50%;
}

.coding-feature-section {
    display: grid;
    gap: 22px;
}

.coding-feature-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
    overflow: hidden;
    background: var(--white);
    border: 1px solid rgba(220, 226, 234, 0.98);
    border-radius: 8px;
    box-shadow: 0 22px 55px rgba(16, 20, 27, 0.09);
}

.coding-feature-card--reverse {
    grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1fr);
}

.coding-feature-card--reverse .coding-feature-copy {
    order: 2;
}

.coding-feature-card--background {
    position: relative;
    display: block;
    min-height: 470px;
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(7, 12, 20, 0.94), rgba(7, 12, 20, 0.78) 48%, rgba(7, 12, 20, 0.18)),
        var(--coding-feature-bg) center / cover no-repeat;
}

.coding-feature-card--background-right {
    background:
        linear-gradient(270deg, rgba(7, 12, 20, 0.94), rgba(7, 12, 20, 0.78) 48%, rgba(7, 12, 20, 0.18)),
        var(--coding-feature-bg) center / cover no-repeat;
}

.coding-feature-card--background .coding-feature-copy {
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 730px;
    min-height: 470px;
    padding-bottom: clamp(30px, 4vw, 48px);
}

.coding-feature-card--background-right .coding-feature-copy {
    margin-left: auto;
}

.coding-feature-card--background .coding-info-row {
    position: static;
    margin: 18px 0 8px;
}

.coding-feature-card--background h2,
.coding-feature-card--background .coding-check-list li {
    color: var(--white);
}

.coding-feature-card--background .coding-feature-copy p,
.coding-feature-card--background .coding-feature-duration {
    color: rgba(255, 255, 255, 0.76);
}

.coding-feature-card--background .coding-feature-price {
    color: var(--white);
    text-shadow: 0 8px 28px rgba(0, 0, 0, 0.36);
}

.coding-feature-card--background .coding-feature-price small {
    color: rgba(255, 255, 255, 0.64);
}

.coding-feature-copy {
    padding: clamp(30px, 4vw, 48px);
}

.coding-feature-copy h2 {
    max-width: 660px;
    font-size: clamp(30px, 3.2vw, 46px);
}

.coding-feature-copy p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.6;
}

.coding-check-list {
    display: grid;
    gap: 10px;
    margin: 22px 0;
    padding: 0;
    list-style: none;
}

.coding-check-list li {
    position: relative;
    padding-left: 20px;
    color: var(--ink);
    font-weight: 800;
    line-height: 1.45;
}

.coding-check-list li::before {
    content: "";
    position: absolute;
    top: 0.62em;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--blue);
    border-radius: 50%;
}

.coding-info-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: end;
    margin: 22px 0 24px;
}

.coding-feature-duration {
    color: var(--muted);
    font-size: 15px;
    font-weight: 750;
    line-height: 1.4;
    text-align: right;
}

.coding-feature-price {
    justify-self: end;
    color: var(--blue);
    font-size: clamp(30px, 3.2vw, 42px);
    font-weight: 950;
    line-height: 0.95;
    text-align: right;
    white-space: nowrap;
}

.coding-feature-price small {
    margin-left: 4px;
    color: rgba(104, 115, 132, 0.72);
    font-size: 0.42em;
    font-weight: 750;
}

.coding-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.coding-service-card {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 18px;
    row-gap: 8px;
    align-content: start;
    min-height: 210px;
    padding: 28px;
    transition: none;
}

.coding-service-card:hover {
    transform: none;
    border-color: var(--line);
}

.coding-service-icon {
    grid-row: 1 / span 2;
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin-top: 0;
    color: var(--blue);
}

.coding-service-icon svg {
    width: 43px;
    height: 43px;
    stroke: currentColor;
}

.coding-service-icon .coding-service-svg--solid {
    fill: currentColor;
    stroke: currentColor;
}

.coding-service-icon .coding-service-svg--apple {
    width: 34px;
    height: 42px;
}

.coding-service-icon .coding-service-svg--startstop {
    width: 44px;
    height: 44px;
}

.coding-service-icon .coding-service-svg--speaker {
    width: 44px;
    height: 44px;
}

.coding-service-icon .coding-service-svg--bulb {
    width: 34px;
    height: 43px;
}

.coding-service-icon .coding-service-svg--warning {
    width: 44px;
    height: 44px;
}

.coding-service-icon .coding-service-svg--walking {
    width: 36px;
    height: 43px;
}

.coding-service-icon svg * {
    vector-effect: non-scaling-stroke;
}

.coding-service-card h3 {
    margin-bottom: 8px;
    grid-column: 2;
    color: var(--ink);
    font-size: clamp(19px, 1.8vw, 24px);
}

.coding-service-card p {
    grid-column: 2;
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.5;
}

.coding-price-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.coding-price-card {
    display: grid;
    gap: 12px;
    padding: 24px;
}

.coding-price-card h3 {
    margin: 0;
    color: var(--ink);
    font-size: 19px;
}

.coding-price-card p {
    margin: 0;
    color: var(--muted);
    font-weight: 800;
}

.coding-price-card strong {
    color: var(--blue);
    font-size: 20px;
    font-weight: 900;
}

.coding-note {
    max-width: 920px;
    margin: 18px 0 0;
    color: rgba(104, 115, 132, 0.72);
    font-size: 14px;
    line-height: 1.55;
}

.coding-price-disclaimer {
    max-width: 660px;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
}

.coding-services-note {
    margin-top: 20px;
}

@media (min-width: 769px) {
    .coding-feature-card--background .coding-feature-copy {
        padding-bottom: clamp(168px, 12vw, 210px);
    }

    .coding-feature-card--background .coding-info-row {
        position: absolute;
        right: clamp(30px, 4vw, 48px);
        bottom: clamp(112px, 8vw, 136px);
        left: auto;
        width: min(340px, calc(100% - 60px));
        z-index: 2;
        grid-template-columns: auto auto;
        gap: 18px;
        align-items: end;
        justify-content: end;
        margin: 0;
    }

    .coding-feature-card--background .coding-feature-duration,
    .coding-feature-card--background .coding-feature-price {
        justify-self: end;
        text-align: right;
    }

    .coding-feature-card--background .coding-price-disclaimer {
        position: absolute;
        right: clamp(30px, 4vw, 48px);
        bottom: clamp(30px, 4vw, 48px);
        z-index: 2;
        width: min(340px, calc(100% - 60px));
        margin: 0;
        text-align: left;
    }
}

.coding-process-band {
    width: 100%;
    max-width: none;
    padding-right: max(clamp(20px, 5vw, 72px), calc((100vw - 1440px) / 2 + 72px));
    padding-left: max(clamp(20px, 5vw, 72px), calc((100vw - 1440px) / 2 + 72px));
    color: var(--white);
    background:
        radial-gradient(circle at 88% 16%, rgba(31, 111, 235, 0.26), transparent 32%),
        linear-gradient(135deg, #0b111c, #111b2a 70%, #0a1019);
}

.coding-section-heading--dark h2 {
    color: var(--white);
}

.coding-section-heading--dark > p {
    color: rgba(255, 255, 255, 0.7);
}

.coding-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.coding-process-card {
    min-height: 190px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.coding-process-card span {
    display: block;
    margin-bottom: 28px;
    color: #74a8ff;
    font-size: 13px;
    font-weight: 900;
}

.coding-process-card h3 {
    color: var(--white);
    font-size: 20px;
}

.coding-process-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
    line-height: 1.55;
}

.coding-faq-grid {
    display: grid;
    grid-template-columns: minmax(0, 820px);
    gap: 14px;
    justify-content: start;
}

.coding-faq-section--dark {
    position: relative;
    z-index: 0;
    isolation: isolate;
}

.coding-faq-section--dark::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: 100vw;
    background:
        linear-gradient(90deg, rgba(16, 20, 27, 0.98), rgba(27, 33, 43, 0.96)),
        var(--graphite);
    transform: translateX(-50%);
}

.coding-faq-section--dark .coding-section-heading h2 {
    color: var(--white);
}

.coding-faq-card {
    padding: 0;
    overflow: hidden;
}

.coding-faq-card summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 74px;
    padding: 22px 24px;
    color: var(--ink);
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}

.coding-faq-card summary::-webkit-details-marker {
    display: none;
}

.coding-faq-card summary::after {
    content: "+";
    color: var(--blue);
    font-size: 22px;
    line-height: 1;
}

.coding-faq-card[open] summary::after {
    content: "-";
}

.coding-faq-card p {
    margin: -6px 24px 24px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.6;
}

.coding-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    margin-bottom: clamp(48px, 6vw, 82px);
    color: var(--white);
    background:
        radial-gradient(circle at 92% 20%, rgba(31, 111, 235, 0.26), transparent 32%),
        linear-gradient(135deg, #0b111c, #132239);
    border-radius: 8px;
    box-shadow: 0 24px 55px rgba(16, 20, 27, 0.18);
}

.coding-final-cta h2 {
    max-width: 980px;
    color: var(--white);
    font-size: clamp(30px, 3.3vw, 48px);
}

.coding-final-cta p:not(.eyebrow) {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
}

.landing-page {
    width: 100%;
    overflow-x: clip;
    color: var(--ink);
    background:
        radial-gradient(circle at 20% 0%, rgba(31, 111, 235, 0.09), transparent 34%),
        linear-gradient(180deg, #f6f8fb 0%, #ffffff 48%, #f5f7fb 82%, #ffffff 100%);
}

.landing-page * {
    min-width: 0;
}

.landing-page .btn {
    border-radius: 3px;
}

.landing-btn-icon {
    gap: 10px;
}

.landing-btn-icon img {
    width: 21px;
    height: 21px;
}

.landing-btn-outline {
    gap: 10px;
    color: var(--white);
    background: transparent;
    border-color: rgba(255, 255, 255, 0.76);
}

.landing-btn-outline img {
    width: 21px;
    height: 21px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.landing-btn-outline:hover {
    color: var(--white);
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--white);
}

.landing-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns:
        minmax(clamp(20px, 5vw, 72px), 1fr)
        minmax(0, 1280px)
        minmax(clamp(20px, 5vw, 72px), 1fr);
    grid-template-areas:
        ". copy .";
    align-content: center;
    align-items: end;
    min-height: 100vh;
    min-height: 100svh;
    padding: 118px 0 64px;
    background: var(--graphite);
    border-bottom: 0;
}

.landing-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(7, 10, 16, 0.84), rgba(7, 10, 16, 0.62) 44%, rgba(7, 10, 16, 0.2)),
        linear-gradient(0deg, rgba(7, 10, 16, 0.78), rgba(7, 10, 16, 0.12) 55%, rgba(7, 10, 16, 0.44));
    pointer-events: none;
}

.landing-hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.landing-hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.landing-hero-copy {
    grid-area: copy;
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 0 0 24px;
}

.landing-hero-copy h1 {
    max-width: 720px;
    margin-bottom: 12px;
    padding-top: 0;
    color: var(--white);
    font-size: clamp(44px, 5.2vw, 82px);
    font-weight: 900;
    line-height: 0.96;
}

.landing-hero-copy h1 span {
    color: var(--blue);
}

.landing-hero-copy p {
    max-width: 620px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(17px, 1.3vw, 22px);
    font-weight: 300;
    line-height: 1.26;
}

.landing-hero-actions {
    display: grid;
    grid-template-columns: minmax(190px, 240px) minmax(190px, 260px);
    gap: 22px;
    margin-bottom: 0;
}

.landing-hero-actions .btn,
.landing-hero-actions .btn:hover,
.landing-hero-actions .btn:focus-visible {
    box-shadow: none;
}

.landing-hero-actions .landing-btn-outline,
.landing-hero-actions .landing-btn-outline:hover,
.landing-hero-actions .landing-btn-outline:focus-visible {
    box-shadow: none;
}

.landing-hero-visual {
    grid-area: visual;
    position: relative;
    min-height: 356px;
    margin: 0;
    overflow: hidden;
}

.landing-hero-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(246, 248, 251, 0.95), rgba(246, 248, 251, 0.52) 23%, rgba(246, 248, 251, 0) 52%);
    pointer-events: none;
}

.landing-hero-visual img {
    width: 100%;
    height: 100%;
    min-height: 356px;
    object-fit: cover;
    object-position: center;
}

.landing-process,
.landing-about,
.landing-services,
.landing-pricing,
.landing-testimonials,
.landing-contact {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: 50px clamp(20px, 5vw, 72px) 64px;
}

.landing-section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    text-align: center;
}

.landing-section-title h2 {
    min-width: 0;
    max-width: 960px;
    margin: 0;
    color: #090d14;
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 900;
    line-height: 1.12;
}

.landing-section-title-line {
    gap: 14px;
}

.landing-section-title-line span {
    width: min(140px, 18vw);
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--blue), transparent);
}

.landing-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.landing-process-cta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 14px;
    margin: 28px 0 0;
}

.landing-process-cta .btn {
    min-width: 230px;
    border-radius: 3px;
    box-shadow: none;
}

.landing-process-cta .btn img {
    width: 21px;
    height: 21px;
    object-fit: contain;
}

.landing-register-btn {
    gap: 10px;
}

.landing-register-btn img {
    filter: invert(1);
    width: 21px;
    height: 21px;
}

.landing-process-cta span {
    color: var(--muted);
    font-size: 14px;
    font-weight: 400;
}

.landing-process-cta .btn-secondary:hover {
    box-shadow: none;
}

.btn-secondary-login {
    color: var(--graphite);
    background: var(--white);
    border-color: var(--muted);
}
.btn-secondary-login:hover {
    color: var(--graphite);
    background: var(--soft);
    border-color: var(--graphite);
}

.btn-secondary-login {
    gap: 10px;
}

.btn-secondary-login img {
    width: 21px;
    height: 21px;
}

.landing-process-card,
.landing-about-card,
.landing-service-card,
.landing-pricing-card,
.landing-review-card,
.landing-score-card,
.landing-contact-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(220, 226, 234, 0.98);
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(16, 20, 27, 0.1);
}

.landing-process-card {
    position: relative;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-height: 88px;
    padding: 16px 22px;
}

.landing-process-card::after {
    content: "";
    display: none;
}

.landing-process-icon {
    position: relative;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    background: var(--blue);
    border: 2px solid var(--blue);
    border-radius: 50%;
}

.landing-process-icon img {
    width: 31px;
    height: 31px;
}

.landing-process-card h3,
.landing-service-card h3,
.landing-review-card strong {
    margin: 0 0 5px;
    color: #111722;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.15;
}

.landing-process-card p,
.landing-service-card p,
.landing-review-card p {
    margin: 0;
    color: #232b36;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.34;
}

.landing-about {
    padding-top: 24px;
    padding-bottom: 42px;
}

.landing-about-card {
    margin: 0;
    padding: 24px 34px;
    overflow: hidden;
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(7, 10, 16, 0.9), rgba(7, 10, 16, 0.72) 54%, rgba(7, 10, 16, 0.36)),
        url("../img/me.webp") center 14% / cover no-repeat;
}

.landing-about-copy {
    max-width: 900px;
    margin: 0 auto;
}

.landing-about-copy h3 {
    max-width: 760px;
    margin: 0 0 18px;
    color: var(--white);
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 950;
    line-height: 1.04;
}

.landing-about-copy p {
    margin: 0 0 15px;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(15px, 1.2vw, 17px);
    font-weight: 560;
    line-height: 1.64;
}

.landing-about-copy p:last-child {
    margin-bottom: 0;
}

.landing-about-copy .landing-about-notice {
    display: flex;
    gap: 13px;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 12px 14px;
    color: #7a4d00;
    background: #fff7df;
    border: 1px solid #f1d99c;
    border-radius: 8px;
    font-weight: 800;
}

.landing-about-notice span {
    display: grid;
    place-items: center;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    color: #956400;
    background: #fff7df;
    border: 1px solid #f4dfaa;
    border-radius: 50%;
    font-weight: 950;
    line-height: 1;
}

.landing-about-notice strong {
    font: inherit;
}

.landing-about-videos {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
    margin-top: 24px;
}

.landing-tiktok-player {
    width: 100%;
    aspect-ratio: 9 / 16;
    min-width: 0;
    max-width: 325px;
    margin: 0;
    justify-self: center;
    background: rgba(255, 255, 255, 0.96);
    border: 0;
    border-radius: 8px;
}

.landing-tiktok-more {
    display: none;
}

.landing-services {
    padding-top: 30px;
}

.landing-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.landing-service-card {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-height: 100px;
    padding: 16px 14px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.landing-service-card:hover {
    border-color: rgba(31, 111, 235, 0.52);
    box-shadow: 0 18px 34px rgba(16, 20, 27, 0.14);
    transform: translateY(-2px);
}

.landing-service-card img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.landing-service-card h3 {
    font-size: 16px;
}

.landing-service-card p {
    font-size: 12px;
    overflow-wrap: break-word;
}

.landing-banner-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.landing-feature-banner {
    position: relative;
    min-height: 124px;
    overflow: hidden;
    color: var(--white);
    background: var(--graphite);
    border-radius: 8px;
    box-shadow: 0 18px 34px rgba(16, 20, 27, 0.18);
}

.landing-feature-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 9, 16, 0.94), rgba(5, 9, 16, 0.62) 44%, rgba(5, 9, 16, 0.2));
}

.landing-feature-banner-coding {
    background-image: url("../img/carplay.webp");
    background-size: cover;
    background-position: center;
}

.landing-feature-banner-chip {
    background-image: url("../img/sportdisplay.webp");
    background-size: cover;
    background-position: center;
}

.landing-feature-banner > div {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 124px;
    max-width: 680px;
    padding: 22px 28px;
}

.landing-feature-banner h3 {
    max-width: 640px;
    margin: 0 0 12px;
    color: var(--white);
    font-size: clamp(19px, 1.6vw, 26px);
    font-weight: 900;
    line-height: 1.08;
}

.landing-feature-banner .btn {
    min-height: 35px;
    padding: 7px 18px;
    color: var(--white);
    background: transparent;
    border-color: rgba(255, 255, 255, 0.76);
}

.landing-feature-banner .btn:hover {
    color: var(--white);
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--white);
}

.landing-feature-banner .btn span {
    display: inline-flex;
    margin-left: 16px;
}

.landing-pricing {
    padding-top: 22px;
}

.landing-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.landing-pricing-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 18px;
    min-height: 188px;
    padding: 22px;
    color: var(--white);
    background: var(--graphite);
}

.landing-pricing-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--pricing-image);
    background-position: center;
    background-size: cover;
    opacity: 0.72;
    transform: scale(1.02);
}

.landing-pricing-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(6, 10, 16, 0.18), rgba(6, 10, 16, 0.66)),
        linear-gradient(90deg, rgba(6, 10, 16, 0.46), rgba(6, 10, 16, 0.12));
}

.landing-pricing-card > * {
    position: relative;
    z-index: 1;
}

.landing-pricing-card--repair {
    --pricing-image: url("../img/repair.webp");
}

.landing-pricing-card--coding {
    --pricing-image: url("../img/coding2.webp");
}

.landing-pricing-card--dashboard {
    --pricing-image: url("../img/cluster.webp");
}

.landing-pricing-heading {
    align-self: start;
}

.landing-pricing-card h3 {
    margin: 0;
    color: var(--white);
    font-size: clamp(19px, 1.35vw, 23px);
    font-weight: 900;
    line-height: 1.12;
}

.landing-pricing-bottom {
    display: grid;
    gap: 10px;
    align-self: end;
    justify-items: start;
}

.landing-pricing-price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 7px;
}

.landing-pricing-price span {
    color: var(--white);
    font-size: clamp(25px, 2vw, 34px);
    font-weight: 950;
    line-height: 1;
}

.landing-pricing-price small {
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.landing-pricing-card .btn {
    justify-self: start;
    width: auto;
    min-height: 35px;
    padding: 7px 18px;
    color: var(--white);
    background: transparent;
    border-color: rgba(255, 255, 255, 0.76);
}

.landing-pricing-card .btn:hover {
    color: var(--white);
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--white);
}

.landing-pricing .landing-pricing-note {
    margin-top: 20px;
}

.landing-pricing-note-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
}

.landing-pricing-note-actions .btn {
    gap: 8px;
    white-space: nowrap;
}

.landing-pricing-note-actions .btn img {
    width: 17px;
    height: 17px;
    object-fit: contain;
}

.landing-testimonials {
    padding-top: 18px;
    padding-bottom: 28px;
}

.landing-testimonial-grid {
    display: grid;
    grid-template-columns: minmax(210px, 260px) repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.landing-score-card,
.landing-review-card {
    padding: 22px;
}

.landing-score-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.landing-score-value {
    display: flex;
    align-items: baseline;
    gap: 6px;
    color: var(--blue);
}

.landing-score-value strong {
    font-size: clamp(42px, 4vw, 58px);
    font-weight: 950;
    line-height: 1;
}

.landing-score-value span {
    color: #10141b;
    font-size: 20px;
    font-weight: 900;
}

.landing-score-card p {
    margin: 7px 0 14px;
    color: #233044;
    font-size: 14px;
    font-weight: 700;
}

.landing-google-btn {
    width: 100%;
    min-height: 38px;
    margin-bottom: 9px;
    padding: 8px 14px;
    font-size: 14px;
}

.landing-review-write {
    color: var(--blue);
    font-size: 13px;
    font-weight: 900;
}

.landing-review-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 174px;
}

.landing-review-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
}

.landing-review-card .landing-review-header strong {
    margin: 0;
    font-size: 17px;
}

.landing-review-card .testimonial-stars {
    flex: 0 0 auto;
    justify-content: flex-start;
    margin: 0;
}

.landing-review-card p {
    min-height: 0;
}

.landing-review-card .landing-review-empty {
    color: #8a94a6;
    font-weight: 400;
}

.landing-badges {
    --landing-badge-size: clamp(86px, 11vw, 142px);

    display: grid;
    grid-template-columns: repeat(3, auto);
    row-gap: 0;
    column-gap: clamp(16px, 4vw, 48px);
    align-items: start;
    justify-content: center;
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 18px clamp(20px, 5vw, 72px) 34px;
}

.landing-badge-group {
    display: contents;
}

.landing-badge-group > a {
    display: grid;
    justify-items: center;
    grid-row: 1;
    color: rgba(104, 115, 132, 0.58);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

.landing-badge-group > a:hover,
.landing-badge-group > a:focus-visible {
    color: var(--blue);
}

.landing-badge-group > div {
    display: flex;
    grid-row: 2;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    gap: clamp(16px, 4vw, 48px);
}

.landing-badge-group--double > a,
.landing-badge-group--double > div {
    grid-column: 1 / span 2;
}

.landing-badge-group:not(.landing-badge-group--double) > a,
.landing-badge-group:not(.landing-badge-group--double) > div {
    grid-column: 3;
}

.landing-badges img {
    width: var(--landing-badge-size);
    height: auto;
    object-fit: contain;
}

.landing-contact {
    padding-top: 0;
    padding-bottom: 76px;
    overflow: visible;
}

.landing-contact-card {
    display: grid;
    grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.4fr);
    gap: 28px;
    align-items: center;
    margin: 0;
    padding: 24px 34px;
}

.landing-contact-cta h2 {
    max-width: 520px;
    margin-bottom: 14px;
    color: #070a10;
    font-size: clamp(22px, 2.2vw, 32px);
    font-weight: 950;
    line-height: 1.04;
}

.landing-contact-cta .btn {
    width: min(100%, 360px);
}

.landing-contact-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.landing-contact-items article {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding-left: 22px;
    border-left: 1px solid rgba(104, 115, 132, 0.36);
}

.landing-contact-items article:first-child {
    border-left: 0;
    padding-left: 0;
}

.landing-contact-items img {
    width: 46px;
    height: 46px;
}

.landing-contact-items strong,
.landing-contact-items span,
.landing-contact-items a {
    display: block;
    color: #10141b;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.22;
}

.landing-contact-items strong {
    margin-bottom: 3px;
    font-weight: 950;
}

.landing-contact-map {
    grid-column: 1 / -1;
    min-height: 220px;
    overflow: hidden;
    background: #eef2f6;
    border: 1px solid rgba(220, 226, 234, 0.98);
    border-radius: 8px;
}

.landing-contact-map iframe {
    display: block;
    width: 100%;
    height: 220px;
    border: 0;
    filter: saturate(0.92) contrast(0.96);
}

/* Light services page */
.services-page {
    background: #f4f7fb;
}

.services-light-page {
    overflow: hidden;
    padding: 0 clamp(20px, 5vw, 72px) 72px;
    background:
        radial-gradient(circle at 82% 18%, rgba(31, 111, 235, 0.08), transparent 26%),
        linear-gradient(180deg, #f4f7fb 0%, #ffffff 38%, #f4f7fb 74%, #ffffff 100%);
}

.services-light-hero,
.services-light-section,
.services-light-cta {
    width: min(100%, 1240px);
    margin-right: auto;
    margin-left: auto;
}

.services-light-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.86fr);
    gap: clamp(28px, 5vw, 58px);
    align-items: center;
    min-height: 620px;
    padding: 132px 0 64px;
}

.services-light-hero-copy {
    min-width: 0;
}

.services-light-hero h1 {
    max-width: 820px;
    margin-bottom: 22px;
    color: #07111f;
    font-size: clamp(48px, 6.1vw, 78px);
    font-weight: 950;
    line-height: 0.96;
    letter-spacing: -0.055em;
}

.services-light-lead {
    max-width: 720px;
    margin-bottom: 0;
    color: #566579;
    font-size: clamp(18px, 1.55vw, 22px);
    font-weight: 550;
    line-height: 1.55;
}

.services-light-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.services-light-actions .btn,
.services-light-cta-actions .btn {
    min-width: 174px;
}

.services-light-micro {
    margin: 20px 0 0;
    color: #637083;
    font-size: 15px;
    font-weight: 650;
}

.services-light-micro strong {
    color: var(--ink);
}

.services-highlight-panel {
    position: relative;
    overflow: hidden;
    padding: 24px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(220, 226, 234, 0.96);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(16, 42, 76, 0.12);
}

.services-highlight-panel::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -110px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(31, 111, 235, 0.14), transparent 68%);
    pointer-events: none;
}

.services-highlight-head {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 6px 6px 20px;
    border-bottom: 1px solid #e4eaf2;
}

.services-highlight-head h2 {
    margin-bottom: 4px;
    color: var(--ink);
    font-size: clamp(24px, 2vw, 30px);
    font-weight: 900;
}

.services-highlight-head p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    font-weight: 650;
}

.services-highlight-head span {
    flex: 0 0 auto;
    padding: 8px 11px;
    color: #0b7b58;
    background: #e9f8f2;
    border: 1px solid #c5efdf;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.services-highlight-list {
    position: relative;
    display: grid;
    gap: 14px;
    margin-top: 16px;
}

.services-highlight-item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    min-width: 0;
    padding: 18px;
    color: var(--ink);
    background: #f8fbff;
    border: 1px solid #e1eaf5;
    border-radius: 8px;
    box-shadow: 0 12px 24px rgba(19, 51, 90, 0.05);
}

.services-highlight-item:hover {
    border-color: rgba(31, 111, 235, 0.38);
}

.services-highlight-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    background: #eef5ff;
    border: 1px solid #cfe0f5;
    border-radius: 8px;
}

.services-highlight-icon img {
    width: 30px;
    height: 30px;
}

.services-highlight-item strong,
.services-highlight-item small {
    display: block;
    min-width: 0;
}

.services-highlight-item strong {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
}

.services-highlight-item small {
    color: var(--muted);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.35;
}

.services-highlight-item em {
    padding: 7px 10px;
    color: #536276;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 12px;
    font-style: normal;
    font-weight: 850;
    white-space: nowrap;
}

.legal-page {
    min-height: 100vh;
    padding: 118px clamp(20px, 5vw, 72px) 72px;
    background:
        linear-gradient(180deg, #f4f7fb 0%, #ffffff 320px, #ffffff 100%);
}

.legal-hero,
.legal-content,
.legal-cta {
    width: min(100%, 1080px);
    margin-right: auto;
    margin-left: auto;
}

.legal-hero {
    display: grid;
    gap: 16px;
    margin-bottom: 28px;
}

.legal-hero h1 {
    max-width: 900px;
    color: #07111f;
    font-size: clamp(27px, 4vw, 49px);
    font-weight: 800;
    line-height: 1.04;
}

.legal-hero > p:not(.eyebrow) {
    max-width: 780px;
    margin: 0;
    color: var(--muted);
    font-size: clamp(17px, 1.45vw, 20px);
    line-height: 1.55;
}

.legal-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.legal-hero-meta span,
.legal-hero-meta a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    font-size: 13px;
    font-weight: 600;
    color: var(--muted);
}

.legal-hero-meta a {
    color: var(--blue);
}

.legal-content {
    display: grid;
    gap: 0;
}

.legal-card {
    padding: clamp(18px, 2.6vw, 30px) 0;
}

.legal-card h2 {
    max-width: 840px;
    margin-bottom: 14px;
    color: var(--ink);
    font-size: clamp(20px, 2vw, 26px);
}

.legal-card p {
    max-width: 840px;
    color: var(--muted);
    line-height: 1.65;
}

.legal-card p:last-child {
    margin-bottom: 0;
}

.legal-definition-list {
    display: grid;
    gap: 10px;
    margin: 0;
}

.legal-definition-list div {
    display: grid;
    grid-template-columns: minmax(190px, 0.34fr) minmax(0, 1fr);
    gap: 14px;
    padding: 8px 0;
}

.legal-definition-list dt {
    color: var(--ink);
    font-weight: 700;
}

.legal-definition-list dd {
    margin: 0;
    color: var(--muted);
    overflow-wrap: anywhere;
}

.legal-bullet-list {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.legal-bullet-list li {
    position: relative;
    padding-left: 20px;
    color: var(--muted);
    line-height: 1.55;
}

.legal-bullet-list li::before {
    content: "";
    position: absolute;
    top: 0.68em;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--blue);
    border-radius: 50%;
}

.cookie-settings-section {
    width: min(100%, 1080px);
    margin: 26px auto 0;
    padding: 26px 0 0;
}

.cookie-settings-section h2 {
    max-width: 840px;
    margin-bottom: 12px;
    color: var(--ink);
    font-size: clamp(20px, 2vw, 26px);
}

.cookie-settings-section p {
    max-width: 720px;
    color: var(--muted);
    line-height: 1.65;
}

.legal-cta {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin-top: 34px;
    padding: 28px 0 0;
    color: var(--ink);
    border-top: 2px solid var(--ink);
}

.legal-cta strong {
    display: block;
    margin-bottom: 8px;
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.12;
}

.legal-cta p {
    margin: 0;
    color: var(--muted);
}

.legal-cta-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.legal-cta .btn-secondary {
    color: var(--graphite);
    background: var(--white);
    border-color: var(--muted);
}

@media (max-width: 720px) {
    .legal-page {
        padding: 96px 18px 54px;
    }

    .legal-definition-list div {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .legal-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .legal-cta-actions {
        flex-direction: column;
    }

    .legal-cta-actions .btn {
        width: 100%;
    }
}

.services-light-section {
    padding: clamp(34px, 5vw, 62px) 0;
}

.services-light-page .services-help-card {
    width: min(100%, 1240px);
    margin: 34px auto 0;
}

.services-light-heading {
    max-width: 860px;
    margin: 0 auto 34px;
    text-align: center;
}

.services-light-heading h2,
.services-info-panel h2,
.services-engine-overview-copy h2,
.services-light-cta h2 {
    color: #07111f;
    font-weight: 950;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.services-light-heading h2 {
    margin-bottom: 14px;
    font-size: clamp(30px, 4vw, 48px);
}

.services-light-heading p,
.services-info-panel p,
.services-light-cta p {
    color: var(--muted);
    font-size: clamp(16px, 1.35vw, 19px);
    font-weight: 550;
    line-height: 1.5;
}

.services-engine-overview {
    display: grid;
    grid-template-columns: minmax(0, 1.32fr) minmax(300px, 0.68fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: start;
}

.services-engine-overview-copy {
    max-width: 790px;
}

.services-engine-overview-copy p {
    margin: 0;
    color: var(--muted);
    font-size: clamp(16px, 1.3vw, 18px);
    font-weight: 550;
    line-height: 1.62;
}

.services-engine-overview-copy p + p {
    margin-top: 22px;
}

.services-engine-overview-copy::after {
    display: table;
    clear: both;
    content: '';
}

.services-article-image {
    position: relative;
    width: 100%;
    max-width: 760px;
    margin: 30px 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(16, 42, 76, 0.1);
}

.services-article-image--right {
    float: none;
}

.services-article-image--left {
    float: none;
}

.services-article-image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

@media (max-width: 640px) {
    .services-article-image,
    .services-article-image--right,
    .services-article-image--left {
        width: 100%;
        margin: 24px 0;
    }
}

.services-brake-overview,
.services-oil-overview {
    position: relative;
}

.services-article-list {
    margin: 22px 0;
    padding-left: 24px;
    color: var(--muted);
    font-size: clamp(16px, 1.3vw, 18px);
    font-weight: 550;
    line-height: 1.62;
}

.services-article-list li + li {
    margin-top: 4px;
}

.services-engine-overview-images {
    display: grid;
    gap: 20px;
}

.services-engine-overview-image {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(16, 42, 76, 0.1);
}

.services-engine-overview-image img {
    display: block;
    width: 100%;
    height: clamp(220px, 19vw, 280px);
    object-fit: cover;
}

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

.services-feature-card {
    position: relative;
    overflow: hidden;
    min-width: 0;
    min-height: 372px;
    padding: 28px 26px 30px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(16, 42, 76, 0.09);
}

.services-feature-card > * {
    position: relative;
    z-index: 1;
}

.services-feature-card--image {
    color: var(--white);
    background:
        linear-gradient(180deg, rgba(7, 17, 31, 0.58), rgba(7, 17, 31, 0.86)),
        var(--service-feature-bg) center / cover no-repeat;
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 22px 46px rgba(7, 17, 31, 0.18);
}

.services-feature-card::after {
    content: "";
    position: absolute;
    top: -82px;
    right: -82px;
    width: 190px;
    height: 190px;
    background: radial-gradient(circle, rgba(31, 111, 235, 0.1), transparent 68%);
    pointer-events: none;
}

.services-feature-card--image::after {
    inset: 0;
    width: auto;
    height: auto;
    background: linear-gradient(90deg, rgba(7, 17, 31, 0.18), rgba(7, 17, 31, 0.58));
}

.services-feature-badge {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 28px;
    color: var(--blue);
    background: #eef5ff;
    border: 1px solid #cfe0f5;
    border-radius: 8px;
    font-weight: 950;
}

.services-feature-card h3 {
    margin-bottom: 14px;
    color: var(--ink);
    font-size: clamp(26px, 2.7vw, 34px);
    font-weight: 950;
    line-height: 1.04;
    overflow-wrap: anywhere;
}

.services-feature-card--image h3 {
    color: var(--white);
}

.services-feature-card p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 16px;
    font-weight: 550;
    line-height: 1.55;
}

.services-feature-card--image p {
    color: rgba(255, 255, 255, 0.86);
}

.services-feature-card ul {
    display: grid;
    gap: 13px;
    margin: 26px 0 0;
    padding: 0;
    list-style: none;
}

.services-feature-card li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: #42536a;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.35;
}

.services-feature-card--image li {
    color: rgba(255, 255, 255, 0.86);
}

.services-feature-card li span {
    display: grid;
    place-items: center;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    color: #0f8a61;
    background: #e9f8f2;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 950;
}

.services-info-section {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: clamp(46px, 6vw, 78px) clamp(20px, 5vw, 72px);
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(16, 20, 27, 0.98), rgba(27, 33, 43, 0.96)),
        var(--graphite);
}

.services-info-section-inner {
    width: min(100%, 1240px);
    margin-right: auto;
    margin-left: auto;
}

.services-info-panel {
    min-width: 0;
    padding: clamp(24px, 3vw, 34px);
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 16px 38px rgba(16, 42, 76, 0.08);
}

.services-info-panel--dark {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.services-info-panel h2 {
    margin-bottom: 14px;
    font-size: clamp(28px, 3.4vw, 42px);
}

.services-engine-overview-copy h2 {
    margin-bottom: 14px;
    font-size: clamp(28px, 3.4vw, 42px);
}

.services-info-panel--dark h2 {
    color: var(--white);
}

.services-warning-list {
    display: grid;
    gap: 12px;
    margin-top: 26px;
    padding-left: 22px;
    list-style: disc;
}

.services-warning-item {
    display: list-item;
    padding: 14px 16px;
    color: #3f5065;
    background: #f7f9fc;
    border: 1px solid #e3ebf5;
    border-radius: 8px;
    font-weight: 760;
    line-height: 1.28;
}

.services-info-panel--dark .services-warning-list {
    max-width: 900px;
    gap: 0;
    margin-top: 28px;
}

.services-info-panel--dark .services-warning-item {
    padding: 16px 0;
    color: rgba(255, 255, 255, 0.86);
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
}

.services-info-panel--dark .services-warning-item:last-child {
    border-bottom: 0;
}

.services-process-list {
    display: grid;
    max-width: 900px;
    gap: 0;
    margin-top: 28px;
    padding: 0;
    list-style: none;
}

.services-process-step {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 18px;
    position: relative;
    align-items: start;
    min-width: 0;
    padding: 16px 0;
}

.services-process-step::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 2px;
    content: '';
    background: #dbe5f0;
}

.services-process-step:first-child::before {
    top: 37px;
}

.services-process-step:last-child::before {
    bottom: calc(100% - 37px);
}

.services-process-step-number {
    position: relative;
    z-index: 1;
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--white);
    background: #07111f;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 950;
}

.services-process-step-content {
    display: grid;
    grid-template-columns: minmax(160px, 0.32fr) minmax(0, 1fr);
    gap: clamp(16px, 3vw, 32px);
    align-items: baseline;
    min-width: 0;
}

.services-process-step-content strong,
.services-process-step-content span {
    display: block;
}

.services-process-step-content strong {
    margin-bottom: 0;
    color: var(--ink);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.15;
}

.services-process-step-content span {
    color: var(--muted);
    font-size: 14px;
    font-weight: 650;
    line-height: 1.36;
}

.services-info-panel--dark .services-process-step::before {
    background: rgba(255, 255, 255, 0.25);
}

.services-info-panel--dark .services-process-step-number {
    background: var(--blue);
}

.services-info-panel--dark .services-process-step-content strong {
    color: var(--white);
}

.services-info-panel--dark .services-process-step-content span {
    color: rgba(255, 255, 255, 0.78);
}

.services-small-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.services-small-card {
    position: relative;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    min-width: 0;
    min-height: 148px;
    padding: 20px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(16, 42, 76, 0.07);
}

.services-small-card img {
    width: 34px;
    height: 34px;
}

.services-small-card h3 {
    margin-bottom: 8px;
    color: var(--ink);
    font-size: 19px;
    font-weight: 950;
    line-height: 1.1;
    overflow-wrap: anywhere;
}

.services-small-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    font-weight: 620;
    line-height: 1.36;
}

.services-light-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 34px;
    padding: clamp(28px, 4vw, 38px);
    color: var(--white);
    background: linear-gradient(135deg, #0c1829, #12396c 58%, #1f6feb);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(16, 42, 76, 0.14);
}

.services-light-cta div:first-child {
    max-width: 780px;
}

.services-light-cta h2 {
    margin-bottom: 10px;
    color: var(--white);
    font-size: clamp(28px, 3.5vw, 40px);
}

.services-light-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

.services-light-cta-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 12px;
}

/* Shared content theme for the Services and Coding pages. */
.services-light-page,
.coding-page {
    --ink: #07111f;
    --muted: #566579;
    --line: #dce2ea;
    --content-card: rgba(255, 255, 255, 0.94);
    --content-shadow: 0 16px 38px rgba(16, 42, 76, 0.09);
    color: var(--ink);
    background:
        radial-gradient(circle at 82% 18%, rgba(31, 111, 235, 0.08), transparent 26%),
        linear-gradient(180deg, #f4f7fb 0%, #ffffff 38%, #f4f7fb 74%, #ffffff 100%);
}

.coding-page {
    padding: 0 clamp(20px, 5vw, 72px) 72px;
}

.services-light-section,
.coding-section {
    width: min(100%, 1240px);
    margin-inline: auto;
    padding: clamp(34px, 5vw, 62px) 0;
}

.services-engine-overview-copy,
.coding-intro-copy {
    max-width: 790px;
}

.services-engine-overview-copy h2,
.coding-intro-copy h2,
.coding-section-heading h2 {
    margin-bottom: 14px;
    color: var(--ink);
    font-size: clamp(28px, 3.4vw, 42px);
    font-weight: 950;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.services-engine-overview-copy p,
.coding-intro-copy p,
.coding-section-heading > p {
    color: var(--muted);
    font-size: clamp(16px, 1.3vw, 18px);
    font-weight: 550;
    line-height: 1.62;
}

.coding-intro-copy h3 {
    color: var(--ink);
    font-size: clamp(20px, 2vw, 26px);
    font-weight: 900;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.coding-options-section h3 {
    font-weight: 950;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.coding-options-section p {
    font-size: clamp(16px, 1.35vw, 19px);
    font-weight: 550;
    line-height: 1.5;
}

.coding-options-section .services-warning-list {
    max-width: 900px;
}

.coding-options-section .services-warning-item {
    font-weight: 760;
}

.coding-card,
.coding-service-card,
.coding-price-card,
.coding-faq-card {
    background: var(--content-card);
    border-color: var(--line);
    box-shadow: var(--content-shadow);
}

.coding-feature-card {
    border-color: var(--line);
    box-shadow: var(--content-shadow);
}

.coding-feature-card--background {
    box-shadow: 0 22px 46px rgba(7, 17, 31, 0.18);
}

.coding-feature-copy h2 {
    color: var(--ink);
    font-size: clamp(26px, 2.7vw, 34px);
    font-weight: 950;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.coding-feature-card--background h2 {
    color: var(--white);
}

.coding-feature-copy p {
    color: var(--muted);
    font-size: 16px;
    font-weight: 550;
    line-height: 1.55;
}

.coding-feature-card--background .coding-feature-copy p {
    color: rgba(255, 255, 255, 0.86);
}

.coding-check-list li {
    color: #42536a;
    font-weight: 750;
}

.coding-feature-card--background .coding-check-list li {
    color: rgba(255, 255, 255, 0.86);
}

.coding-service-card {
    min-height: 148px;
    padding: 20px;
}

.coding-service-card h3,
.coding-price-card h3 {
    color: var(--ink);
    font-size: 19px;
    font-weight: 950;
    line-height: 1.1;
}

.coding-service-card p,
.coding-price-card p {
    color: var(--muted);
    font-size: 14px;
    font-weight: 620;
    line-height: 1.36;
}

.coding-note,
.coding-faq-card p {
    color: var(--muted);
    font-weight: 550;
}

/* Chiptuning article: shared visual system with the Services page. */
.chiptuning-article {
    --ink: #07111f;
    --muted: #566579;
    overflow: hidden;
    padding: 0 clamp(20px, 5vw, 72px) 72px;
    color: var(--ink);
    background:
        radial-gradient(circle at 82% 18%, rgba(31, 111, 235, 0.08), transparent 26%),
        linear-gradient(180deg, #f4f7fb 0%, #ffffff 38%, #f4f7fb 74%, #ffffff 100%);
}

.chiptuning-article-section--light {
    width: min(100%, 1240px);
    margin-inline: auto;
    padding: clamp(34px, 5vw, 62px) 0;
}

.chiptuning-article-section--light .chiptuning-article-inner {
    max-width: 790px;
}

.chiptuning-article-section h2 {
    margin: 0 0 14px;
    color: var(--ink);
    font-size: clamp(28px, 3.4vw, 42px);
    font-weight: 950;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.chiptuning-article-section p {
    margin: 0;
    color: var(--muted);
    font-size: clamp(16px, 1.3vw, 18px);
    font-weight: 550;
    line-height: 1.62;
}

.chiptuning-article-section p + p {
    margin-top: 22px;
}

.chiptuning-article-section ul {
    margin: 22px 0;
    padding-left: 24px;
    color: var(--muted);
    font-size: clamp(16px, 1.3vw, 18px);
    font-weight: 550;
    line-height: 1.62;
}

.chiptuning-article-section li + li {
    margin-top: 4px;
}

.chiptuning-article-section--dark {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: clamp(46px, 6vw, 78px) clamp(20px, 5vw, 72px);
    color: var(--white);
    background:
        linear-gradient(90deg, rgba(16, 20, 27, 0.98), rgba(27, 33, 43, 0.96)),
        var(--graphite);
}

.chiptuning-article-section--dark .chiptuning-article-inner {
    width: min(100%, 1240px);
    margin-inline: auto;
}

.chiptuning-article-section--dark h2 {
    color: var(--white);
}

.chiptuning-article-section--dark p {
    color: rgba(255, 255, 255, 0.86);
    font-size: clamp(16px, 1.35vw, 19px);
    line-height: 1.5;
}

.chiptuning-article-section--dark ul {
    max-width: 900px;
    margin-top: 28px;
    padding-left: 22px;
    color: rgba(255, 255, 255, 0.86);
}

.chiptuning-article-section--dark li {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 760;
    line-height: 1.28;
}

.chiptuning-article-section--dark li + li {
    margin-top: 0;
}

.chiptuning-article-section--dark li:last-child {
    border-bottom: 0;
}

@media (max-width: 640px) {
    .chiptuning-article {
        padding-bottom: 54px;
    }
}
