/* =========================================================
   HOME
   Ausschließlich Styles der Startseite
   ========================================================= */

.before-after-copy h2,
.why-intro h2,
.about-copy h2,
.check-copy h2,
.faq-intro h2,
.contact-copy h2 {
    margin-bottom: 1.4rem;
    font-size: clamp(2.8rem, 5.6vw, 6.4rem);
    font-weight: 770;
    letter-spacing: -0.065em;
    line-height: 0.95;
}

.problem-section h2 em {
    color: var(--color-warm);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 500;
}

.before-after-copy>p,
.why-intro>p,
.check-copy>p,
.faq-intro>p,
.contact-copy>p {
    max-width: 650px;
    margin-bottom: 0;
    color: var(--color-text-muted);
    font-size: clamp(1.02rem, 1.45vw, 1.25rem);
}

.hero {
    position: relative;
    min-height: min(1000px, 100svh);
    overflow: hidden;
    padding: clamp(9rem, 15vh, 12.5rem) 0 2rem;
    background:
        radial-gradient(circle at 12% 14%, rgba(229, 198, 163, 0.25), transparent 25%),
        radial-gradient(circle at 83% 36%, rgba(197, 244, 61, 0.11), transparent 28%),
        var(--color-background);
}

.hero::before {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(16, 23, 19, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 23, 19, 0.035) 1px, transparent 1px);
    background-size: 64px 64px;
    content: "";
    mask-image: linear-gradient(to bottom, black, transparent 82%);
    pointer-events: none;
}

.hero-orbit {
    position: absolute;
    border: 1px solid rgba(16, 23, 19, 0.08);
    border-radius: 50%;
    pointer-events: none;
}

.hero-orbit::after {
    position: absolute;
    top: 50%;
    left: -0.35rem;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    background: var(--color-accent);
    content: "";
    box-shadow: 0 0 0 7px rgba(197, 244, 61, 0.12);
}

.hero-orbit-one {
    top: 10%;
    right: -9vw;
    width: 48vw;
    aspect-ratio: 1;
}

.hero-orbit-two {
    top: 31%;
    right: 5vw;
    width: 27vw;
    aspect-ratio: 1;
}

.hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
    gap: clamp(2rem, 4vw, 6rem);
    align-items: center;
}

.hero-copy {
    z-index: 2;
    max-width: 780px;
}

.hero h1 {
    max-width: 970px;
    margin-bottom: 1.6rem;
    font-size: clamp(3.4rem, 6.3vw, 7.55rem);
    font-weight: 790;
    letter-spacing: -0.075em;
    line-height: 0.89;
}

.hero h1 em {
    display: block;
    color: var(--color-warm);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 0.95em;
    font-weight: 500;
    letter-spacing: -0.055em;
}

.hero-text {
    max-width: 670px;
    margin-bottom: 2rem;
    color: var(--color-text-muted);
    font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 2rem;
}

.trust-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem 1.35rem;
    margin: 0;
    padding: 0;
    color: var(--color-text-muted);
    font-size: 0.76rem;
    font-weight: 760;
    list-style: none;
}

.trust-points li {
    position: relative;
    padding-left: 1rem;
}

.trust-points li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: var(--color-accent);
    content: "";
    transform: translateY(-50%);
}

.hero-visual {
    position: relative;
    min-height: clamp(520px, 58vw, 720px);
    perspective: 1400px;
}

.visual-label {
    position: absolute;
    top: 3%;
    right: 4%;
    z-index: 4;
    padding: 0.5rem 0.8rem;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.68);
    color: var(--color-text-muted);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    backdrop-filter: blur(12px);
}

.mockup {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(16, 23, 19, 0.12);
    border-radius: 1rem;
    box-shadow: 0 30px 80px rgba(25, 32, 27, 0.16);
    transform-style: preserve-3d;
    transition: transform 500ms var(--ease), box-shadow 500ms var(--ease);
}

.mockup:hover {
    z-index: 8;
    box-shadow: 0 38px 100px rgba(25, 32, 27, 0.22);
}

.browser-bar {
    display: flex;
    height: 1.8rem;
    align-items: center;
    gap: 0.33rem;
    padding-inline: 0.75rem;
    border-bottom: 1px solid rgba(16, 23, 19, 0.08);
    background: rgba(255, 255, 255, 0.92);
}

.browser-bar>span {
    width: 0.34rem;
    height: 0.34rem;
    border-radius: 50%;
    background: rgba(16, 23, 19, 0.2);
}

.browser-bar small {
    margin-left: auto;
    color: rgba(16, 23, 19, 0.45);
    font-size: 0.48rem;
    font-weight: 700;
}

.mockup-restaurant {
    top: 10%;
    left: 1%;
    z-index: 3;
    width: min(77%, 590px);
    transform: rotate(-3deg) translateZ(40px);
}

.restaurant-screen {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    padding: 1.1rem;
    color: #f9f2e8;
    background:
        linear-gradient(120deg, rgba(6, 7, 6, 0.98), rgba(16, 12, 11, 0.91)),
        #090a09;
}

.restaurant-screen::after {
    position: absolute;
    right: -5%;
    bottom: -35%;
    width: 61%;
    aspect-ratio: 1;
    border: 1px solid rgba(229, 198, 163, 0.28);
    border-radius: 50%;
    content: "";
    box-shadow: 0 0 80px rgba(199, 147, 93, 0.17) inset;
}

.mini-nav {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    font-size: 0.46rem;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.mini-nav span {
    color: rgba(255, 255, 255, 0.52);
}

.restaurant-hero-copy {
    position: relative;
    z-index: 2;
    margin-top: 5.2rem;
}

.restaurant-hero-copy small,
.energy-screen>small,
.outdoor-screen>small {
    display: block;
    margin-bottom: 0.75rem;
    font-size: 0.48rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.restaurant-hero-copy strong,
.energy-screen>strong,
.outdoor-screen>strong {
    display: block;
    font-size: clamp(1.65rem, 3vw, 3.05rem);
    letter-spacing: -0.05em;
    line-height: 0.95;
}

.restaurant-hero-copy>span,
.outdoor-screen>span {
    display: inline-flex;
    margin-top: 1.4rem;
    padding: 0.5rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    font-size: 0.5rem;
    font-weight: 800;
}

.plate {
    position: absolute;
    right: 4%;
    bottom: -2%;
    z-index: 1;
    width: 43%;
    aspect-ratio: 1;
    border: 12px solid rgba(243, 231, 214, 0.75);
    border-radius: 50%;
    background: radial-gradient(circle at 55% 45%, #b47c52 0 8%, #76503b 9% 17%, #223020 18% 27%, #d7b990 28% 31%, #f1e8db 32% 100%);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.plate::before,
.plate::after {
    position: absolute;
    border-radius: 50%;
    content: "";
}

.plate::before {
    top: 20%;
    left: 18%;
    width: 24%;
    height: 12%;
    background: #6f8b40;
    transform: rotate(25deg);
}

.plate::after {
    right: 15%;
    bottom: 24%;
    width: 18%;
    height: 10%;
    background: #d9a246;
}

.mockup-energy {
    top: 42%;
    right: 1%;
    z-index: 5;
    width: min(64%, 495px);
    transform: rotate(4deg) translateZ(70px);
}

.energy-screen {
    position: relative;
    min-height: 272px;
    overflow: hidden;
    padding: 1rem 1.2rem;
    color: var(--color-dark);
    background: #f6f9ef;
}

.energy-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.1rem;
    font-size: 0.55rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.energy-nav i {
    width: 1.4rem;
    height: 0.4rem;
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
}

.energy-screen>small {
    color: #62705b;
}

.energy-data {
    position: absolute;
    right: 5%;
    bottom: 9%;
    z-index: 2;
    display: grid;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(16, 23, 19, 0.1);
    border-radius: 0.8rem;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 12px 30px rgba(24, 37, 20, 0.09);
}

.energy-data b {
    font-size: 1.6rem;
    line-height: 1;
}

.energy-data span {
    margin-top: 0.2rem;
    color: var(--color-text-muted);
    font-size: 0.46rem;
    text-transform: uppercase;
}

.energy-grid-art {
    position: absolute;
    right: -8%;
    bottom: -28%;
    width: 58%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: repeating-radial-gradient(circle, transparent 0 13px, rgba(54, 77, 43, 0.11) 14px 15px), radial-gradient(circle, rgba(197, 244, 61, 0.42), transparent 62%);
}

.mockup-outdoor {
    right: 6%;
    bottom: 3%;
    z-index: 2;
    width: min(65%, 480px);
    transform: rotate(-2deg) translateZ(30px);
}

.outdoor-screen {
    position: relative;
    min-height: 265px;
    overflow: hidden;
    padding: 1rem 1.2rem;
    color: #f8f6ee;
    background: linear-gradient(145deg, #21352d, #0e1713);
}

.outdoor-screen>small {
    position: relative;
    z-index: 2;
    margin-top: 2.8rem;
    color: rgba(255, 255, 255, 0.62);
}

.outdoor-screen>strong,
.outdoor-screen>span {
    position: relative;
    z-index: 2;
}

.mountain-lines {
    position: absolute;
    right: -6%;
    bottom: -7%;
    width: 78%;
    color: rgba(197, 244, 61, 0.52);
}

.phone-mockup {
    position: absolute;
    top: 20%;
    right: -2%;
    z-index: 7;
    width: clamp(100px, 14vw, 150px);
    aspect-ratio: 0.51;
    padding: 0.35rem;
    border: 2px solid rgba(16, 23, 19, 0.28);
    border-radius: 1.6rem;
    background: #101713;
    box-shadow: 0 28px 60px rgba(16, 23, 19, 0.26);
    transform: rotate(7deg);
}

.phone-speaker {
    position: absolute;
    top: 0.7rem;
    left: 50%;
    z-index: 2;
    width: 36%;
    height: 0.32rem;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(-50%);
}

.phone-screen {
    height: 100%;
    overflow: hidden;
    padding: 2rem 0.7rem 0.7rem;
    border-radius: 1.22rem;
    background: #f8f7f1;
}

.phone-top {
    width: 52%;
    height: 0.35rem;
    margin-bottom: 0.8rem;
    border-radius: 99px;
    background: #1b261f;
}

.phone-image {
    height: 43%;
    margin-bottom: 0.8rem;
    border-radius: 0.55rem;
    background: linear-gradient(140deg, #d2aa7c, #635c42 58%, #21382f);
}

.phone-line {
    width: 68%;
    height: 0.35rem;
    margin-top: 0.4rem;
    border-radius: 99px;
    background: rgba(16, 23, 19, 0.18);
}

.phone-line.wide {
    width: 100%;
    height: 0.62rem;
    background: #1c251f;
}

.phone-button {
    width: 74%;
    height: 1.15rem;
    margin-top: 0.9rem;
    border-radius: 999px;
    background: var(--color-accent);
}

.cursor-chip {
    position: absolute;
    top: 39%;
    left: 3%;
    z-index: 9;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 0.85rem;
    border: 1px solid rgba(16, 23, 19, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow-card);
    font-size: 0.65rem;
    font-weight: 800;
    backdrop-filter: blur(12px);
}

.cursor-chip svg {
    width: 1rem;
    color: var(--color-warm);
}

.hero-index {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
    margin-top: clamp(1rem, 4vh, 4rem);
    color: var(--color-text-muted);
    font-size: 0.58rem;
    font-weight: 750;
    letter-spacing: 0.12em;
}

.hero-index div {
    height: 1px;
    background: var(--color-border);
}

.trust-strip {
    border-block: 1px solid var(--color-border);
    background: rgba(255, 255, 255, 0.42);
}

.trust-strip-inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.trust-strip span {
    position: relative;
    padding: 1.15rem 1rem;
    color: var(--color-text-muted);
    font-size: 0.72rem;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.trust-strip span:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 45%;
    background: var(--color-border);
    content: "";
    transform: translateY(-50%);
}

.problem-section {
    background: #f9f7f1;
}

.comparison-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: clamp(1rem, 3vw, 3rem);
    align-items: center;
}

.comparison-panel {
    min-width: 0;
    padding: clamp(1.2rem, 2.4vw, 2rem);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: var(--color-surface);
    box-shadow: var(--shadow-soft);
}

.comparison-before {
    background: #ece9e2;
}

.comparison-after {
    background: #162019;
    color: white;
}

.comparison-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.2rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.comparison-before .comparison-meta {
    color: #777b75;
}

.comparison-after .comparison-meta {
    color: rgba(255, 255, 255, 0.58);
}

.messy-browser,
.clean-browser {
    min-height: clamp(265px, 26vw, 390px);
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 16px 45px rgba(16, 23, 19, 0.14);
}

.messy-browser {
    padding: 0.9rem;
    color: #989a95;
    background: white;
    filter: grayscale(1);
}

.messy-top {
    display: flex;
    gap: 0.35rem;
    margin-bottom: 1.1rem;
}

.messy-top i {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: #c8c8c4;
}

.messy-nav {
    display: flex;
    gap: 0.55rem;
    justify-content: flex-end;
}

.messy-nav span {
    width: 11%;
    height: 0.36rem;
    background: #d7d7d4;
}

.messy-content {
    padding: 2.7rem 1.2rem 1rem;
}

.messy-title {
    width: 78%;
    height: clamp(2rem, 4vw, 3rem);
    margin-bottom: 1rem;
    background: #c6c6c2;
}

.messy-line {
    width: 90%;
    height: 0.5rem;
    margin-bottom: 0.45rem;
    background: #dededb;
}

.messy-line.short {
    width: 62%;
}

.messy-columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.7rem;
    margin-top: 2.5rem;
}

.messy-columns i {
    height: clamp(70px, 9vw, 130px);
    border: 1px solid #d8d8d4;
    background: #f1f1ef;
}

.clean-browser {
    position: relative;
    padding: 1rem;
    background: #f6f7f0;
    color: var(--color-dark);
}

.clean-nav {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.clean-nav strong {
    display: grid;
    width: 1.55rem;
    height: 1.55rem;
    place-items: center;
    border-radius: 0.45rem;
    background: var(--color-dark);
    color: var(--color-accent);
    font-size: 0.65rem;
}

.clean-nav span {
    width: 10%;
    height: 0.32rem;
    border-radius: 99px;
    background: #cad0c8;
}

.clean-nav b {
    width: 18%;
    height: 1.25rem;
    margin-left: auto;
    border-radius: 99px;
    background: var(--color-accent);
}

.clean-content {
    position: relative;
    z-index: 2;
    padding: 3rem 1.1rem 1.2rem;
}

.clean-content small {
    color: #687166;
    font-size: 0.46rem;
    font-weight: 800;
    letter-spacing: 0.13em;
}

.clean-title {
    width: 79%;
    height: clamp(1.8rem, 3vw, 2.8rem);
    margin-top: 0.7rem;
    border-radius: 0.2rem;
    background: #18211b;
}

.clean-title.medium {
    width: 63%;
    margin-top: 0.35rem;
}

.clean-text {
    width: 52%;
    height: 0.5rem;
    margin-top: 1rem;
    border-radius: 99px;
    background: #c4cac1;
}

.clean-button {
    width: 26%;
    height: 1.5rem;
    margin-top: 1.2rem;
    border-radius: 99px;
    background: var(--color-accent);
}

.clean-card {
    position: absolute;
    right: 1%;
    bottom: 0;
    width: 31%;
    aspect-ratio: 0.85;
    border-radius: 0.8rem;
    background: linear-gradient(150deg, #d4b08b, #20352c 70%);
    box-shadow: 0 12px 30px rgba(20, 31, 24, 0.18);
    transform: rotate(5deg);
}

.comparison-panel ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem 1rem;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.comparison-panel li {
    position: relative;
    padding-left: 1rem;
    font-size: 0.76rem;
    font-weight: 720;
}

.comparison-panel li::before {
    position: absolute;
    top: 0.68em;
    left: 0;
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: #9ea09b;
    content: "";
}

.comparison-after li::before {
    background: var(--color-accent);
}

.comparison-connector {
    display: grid;
    gap: 0.65rem;
    place-items: center;
    color: var(--color-text-muted);
    text-align: center;
}

.comparison-connector>span {
    display: grid;
    width: 3.2rem;
    height: 3.2rem;
    place-items: center;
    border-radius: 50%;
    background: var(--color-accent);
    color: var(--color-dark);
    font-size: 1.2rem;
    box-shadow: 0 0 0 10px rgba(197, 244, 61, 0.12);
}

.comparison-connector small {
    font-size: 0.58rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.services-section {
    background: var(--color-background);
}

.services-bento {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1rem;
}

.service-card {
    position: relative;
    display: flex;
    min-height: 340px;
    flex-direction: column;
    overflow: hidden;
    padding: clamp(1.3rem, 2.3vw, 2.1rem);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 6px 30px rgba(16, 23, 19, 0.035);
    transition: transform 320ms var(--ease), box-shadow 320ms var(--ease), border-color 320ms ease;
}

.service-card:hover {
    z-index: 2;
    border-color: rgba(16, 23, 19, 0.22);
    box-shadow: 0 24px 60px rgba(16, 23, 19, 0.09);
    transform: translateY(-5px);
}

.service-card h3 {
    max-width: 450px;
    margin-bottom: 0.8rem;
    font-size: clamp(1.65rem, 2.4vw, 2.55rem);
    letter-spacing: -0.055em;
    line-height: 1;
}

.service-card p {
    max-width: 470px;
    margin-bottom: 0;
    color: var(--color-text-muted);
    font-size: 0.94rem;
}

.service-number {
    position: absolute;
    top: 1.2rem;
    right: 1.35rem;
    color: rgba(16, 23, 19, 0.38);
    font-size: 0.68rem;
    font-weight: 850;
}

.service-kicker {
    display: block;
    margin-bottom: 0.65rem;
    color: var(--color-text-muted);
    font-size: 0.62rem;
    font-weight: 850;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.service-card-large {
    grid-column: span 7;
    min-height: 460px;
    justify-content: space-between;
}

.service-design {
    grid-column: span 5;
    background: linear-gradient(145deg, #e6c7a6, #f7eee3);
}

.service-development,
.service-conversion,
.service-content {
    grid-column: span 4;
}

.service-card-wide {
    display: grid;
    grid-column: span 12;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    min-height: 300px;
    align-items: end;
    gap: 3rem;
    color: white;
    background: var(--color-dark);
}

.service-card-wide .service-kicker,
.service-card-wide p,
.service-card-wide .service-number {
    color: rgba(255, 255, 255, 0.58);
}

.service-strategy {
    background: #f8f8f3;
}

.strategy-map {
    position: relative;
    min-height: 220px;
    margin-top: 2rem;
}

.strategy-map svg {
    position: absolute;
    inset: 8% 2% 0;
    width: 96%;
    color: rgba(16, 23, 19, 0.24);
}

.map-node {
    position: absolute;
    z-index: 2;
    padding: 0.65rem 0.9rem;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    background: white;
    font-size: 0.68rem;
    font-weight: 780;
    box-shadow: 0 8px 20px rgba(16, 23, 19, 0.07);
}

.node-a {
    top: 7%;
    left: 3%;
}

.node-b {
    top: 57%;
    left: 31%;
}

.node-c {
    top: 17%;
    right: 18%;
}

.node-d {
    right: 0;
    bottom: 5%;
    background: var(--color-accent);
}

.palette-dots {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.6rem;
    margin-top: auto;
    padding-top: 2rem;
}

.palette-dots i {
    min-height: 105px;
    border-radius: 999px 999px 0.8rem 0.8rem;
}

.palette-dots i:nth-child(1) {
    background: #101713;
}

.palette-dots i:nth-child(2) {
    background: #c5f43d;
}

.palette-dots i:nth-child(3) {
    background: #c7935d;
}

.palette-dots i:nth-child(4) {
    background: #f7f4eb;
    border: 1px solid rgba(16, 23, 19, 0.1);
}

.service-development {
    color: #edf2eb;
    background: #17231c;
}

.service-development .service-kicker,
.service-development p,
.service-development .service-number {
    color: rgba(255, 255, 255, 0.56);
}

.service-development pre {
    margin: auto 0 0;
    overflow: hidden;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.9rem;
    background: rgba(0, 0, 0, 0.2);
    color: #c5f43d;
    font-size: clamp(0.55rem, 0.9vw, 0.72rem);
    line-height: 1.55;
}

.service-conversion {
    background: #f6f8ec;
}

.conversion-path {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: auto;
    padding-top: 2rem;
    color: var(--color-text-muted);
    font-size: 0.62rem;
    font-weight: 800;
}

.conversion-path i {
    height: 1px;
    flex: 1;
    background: rgba(16, 23, 19, 0.2);
}

.conversion-path b {
    padding: 0.5rem 0.7rem;
    border-radius: 999px;
    color: var(--color-dark);
    background: var(--color-accent);
}

.service-content {
    background: #ede5db;
}

.content-stack {
    position: relative;
    height: 120px;
    margin-top: auto;
}

.content-stack i {
    position: absolute;
    right: 0;
    left: 0;
    height: 2rem;
    border: 1px solid rgba(16, 23, 19, 0.1);
    border-radius: 0.6rem;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 5px 14px rgba(16, 23, 19, 0.06);
}

.content-stack i:nth-child(1) {
    top: 0;
    right: 30%;
}

.content-stack i:nth-child(2) {
    top: 1.8rem;
    left: 12%;
    right: 8%;
}

.content-stack i:nth-child(3) {
    top: 3.8rem;
    left: 4%;
    right: 16%;
}

.content-stack i:nth-child(4) {
    top: 5.8rem;
    left: 20%;
}

.care-status {
    display: grid;
    gap: 0.75rem;
}

.care-status>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.04);
}

.care-status span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
}

.care-status strong {
    color: var(--color-accent);
    font-size: 0.72rem;
}

.industries-section {
    color: white;
    background: #111512;
}

.industries-section .section-heading p {
    color: rgba(255, 255, 255, 0.58);
}

.industries-list {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.industry-row {
    position: relative;
    display: grid;
    grid-template-columns: 3rem minmax(250px, 0.9fr) minmax(320px, 0.78fr) 3rem;
    gap: clamp(1rem, 3vw, 4rem);
    align-items: center;
    min-height: 235px;
    padding-block: 1.35rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    isolation: isolate;
}

.industry-row::before {
    position: absolute;
    inset: 0 -2vw;
    z-index: -1;
    background: rgba(255, 255, 255, 0.035);
    content: "";
    opacity: 0;
    transition: opacity 240ms ease;
}

.industry-row:hover::before {
    opacity: 1;
}

.industry-index {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.67rem;
    font-weight: 800;
}

.industry-copy>span {
    display: block;
    margin-bottom: 0.7rem;
    color: rgba(255, 255, 255, 0.47);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.industry-copy h3 {
    margin-bottom: 0.6rem;
    font-size: clamp(1.8rem, 3.7vw, 4.4rem);
    letter-spacing: -0.06em;
    line-height: 0.95;
}

.industry-copy p {
    max-width: 530px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.57);
    font-size: 0.88rem;
}

.industry-row>a {
    display: grid;
    width: 2.8rem;
    height: 2.8rem;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 1rem;
    transition: color 220ms ease, background-color 220ms ease, transform 220ms var(--ease);
}

.industry-row:hover>a {
    color: var(--color-dark);
    background: var(--color-accent);
    transform: rotate(8deg);
}

.industry-visual {
    position: relative;
    height: 190px;
    overflow: hidden;
    border-radius: 1rem;
    transform: rotate(-1deg);
    transition: transform 420ms var(--ease);
}

.industry-row:nth-child(even) .industry-visual {
    transform: rotate(1.3deg);
}

.industry-row:hover .industry-visual {
    transform: rotate(0deg) scale(1.02);
}

.mini-site {
    position: absolute;
    inset: 0;
    padding: 1.2rem;
    overflow: hidden;
}

.mini-site small {
    position: relative;
    z-index: 2;
    font-size: 0.52rem;
    font-weight: 900;
    letter-spacing: 0.15em;
}

.mini-site strong {
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
    z-index: 2;
    font-size: clamp(1.35rem, 2.5vw, 2.65rem);
    letter-spacing: -0.055em;
    line-height: 0.9;
}

.mini-site i {
    position: absolute;
    border-radius: 50%;
}

.dark-site {
    background: #1b1513;
    color: #fbf0e2;
}

.dark-site i {
    right: -10%;
    bottom: -50%;
    width: 66%;
    aspect-ratio: 1;
    border: 13px solid #e9d7bd;
    background: radial-gradient(circle, #9a5a35 0 18%, #28432f 19% 34%, #e8d4b8 35% 100%);
    box-shadow: 0 0 65px rgba(198, 117, 58, 0.22);
}

.hotel-site {
    color: #2e2b24;
    background: linear-gradient(135deg, #c8a77e, #ece0cd 62%);
}

.hotel-site::after {
    position: absolute;
    top: 0;
    right: 10%;
    width: 36%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.52));
    content: "";
    transform: skewX(-12deg);
}

.hotel-site i {
    right: 10%;
    bottom: -12%;
    width: 32%;
    aspect-ratio: 0.82;
    border-radius: 12rem 12rem 0 0;
    background: linear-gradient(#334438, #101915);
}

.outdoor-site {
    background: linear-gradient(145deg, #354a3d, #101a15);
}

.outdoor-site::before,
.outdoor-site::after {
    position: absolute;
    right: -2%;
    bottom: -40%;
    width: 78%;
    height: 100%;
    background: transparent;
    clip-path: polygon(0 100%, 36% 26%, 53% 55%, 72% 15%, 100% 100%);
    content: "";
}

.outdoor-site::before {
    background: rgba(197, 244, 61, 0.38);
}

.outdoor-site::after {
    right: -10%;
    bottom: -52%;
    background: rgba(255, 255, 255, 0.12);
}

.tech-site {
    color: #162018;
    background: #edf4e4;
}

.tech-site::after {
    position: absolute;
    top: -30%;
    right: -6%;
    width: 62%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: repeating-radial-gradient(circle, rgba(41, 69, 44, 0.13) 0 1px, transparent 2px 15px), radial-gradient(circle, rgba(197, 244, 61, 0.7), transparent 68%);
    content: "";
}

.tech-site i {
    right: 10%;
    bottom: 13%;
    width: 30%;
    height: 40%;
    border: 1px solid rgba(16, 23, 19, 0.14);
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.74);
}

.service-site {
    color: #1e2420;
    background: #e7dfd4;
}

.service-site::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 42%;
    height: 100%;
    background: linear-gradient(145deg, #a97854, #d7b99a);
    content: "";
    clip-path: polygon(24% 0, 100% 0, 100% 100%, 0 100%);
}

.service-site i {
    top: 18%;
    right: 10%;
    z-index: 2;
    width: 22%;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.55);
}

.kmu-site {
    background: #28302a;
}

.kmu-site::before {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 28px 28px;
    content: "";
}

.kmu-site i {
    right: 8%;
    bottom: -10%;
    width: 30%;
    aspect-ratio: 1;
    border-radius: 0.8rem;
    background: var(--color-accent);
    transform: rotate(12deg);
}

.projects-section {
    background: #f7f4ed;
}

.project-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 1.4rem;
}

.project-filters button {
    min-height: 2.2rem;
    padding: 0.45rem 0.75rem;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    color: var(--color-text-muted);
    background: transparent;
    cursor: pointer;
    font-size: 0.68rem;
    font-weight: 800;
    transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
}

.project-filters button.is-active,
.project-filters button:hover {
    border-color: var(--color-dark);
    color: white;
    background: var(--color-dark);
}

.project-list {
    display: grid;
    gap: 1.4rem;
}

.project {
    display: grid;
    grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
    min-height: clamp(630px, 62vw, 820px);
    overflow: hidden;
    padding: clamp(1.5rem, 4vw, 4rem);
    border-radius: clamp(1.4rem, 3vw, 2.8rem);
    transition: opacity 300ms ease, transform 300ms var(--ease);
}

.project[hidden] {
    display: none;
}

.project-reverse .project-info {
    order: 2;
}

.project-reverse .project-showcase {
    order: 1;
}

.project-dark {
    color: #f9f2e7;
    background: #151311;
}

.project-light {
    color: #172019;
    background: #dde2d8;
}

.project-accent {
    color: #132015;
    background: #dff48f;
}

.project-warm {
    color: #2f2b25;
    background: #d7bea2;
}

.project-info {
    position: relative;
    z-index: 3;
}

.project-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    justify-content: space-between;
    margin-bottom: clamp(2.5rem, 6vw, 5rem);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.project-dark .project-meta,
.project-dark .project-info p,
.project-dark dt {
    color: rgba(255, 255, 255, 0.55);
}

.project-light .project-meta,
.project-light .project-info p,
.project-light dt,
.project-accent .project-meta,
.project-accent .project-info p,
.project-accent dt,
.project-warm .project-meta,
.project-warm .project-info p,
.project-warm dt {
    color: rgba(16, 23, 19, 0.58);
}

.project-info h3 {
    margin-bottom: 1rem;
    font-size: clamp(2.7rem, 5.3vw, 6.4rem);
    letter-spacing: -0.07em;
    line-height: 0.9;
}

.project-info>p {
    max-width: 480px;
    font-size: clamp(0.98rem, 1.25vw, 1.12rem);
}

.project-info dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin: 2rem 0 2.5rem;
}

.project-info dl div {
    padding-top: 0.8rem;
    border-top: 1px solid currentColor;
}

.project-dark .project-info dl div {
    border-color: rgba(255, 255, 255, 0.15);
}

.project-light .project-info dl div,
.project-accent .project-info dl div,
.project-warm .project-info dl div {
    border-color: rgba(16, 23, 19, 0.14);
}

.project-info dt {
    margin-bottom: 0.25rem;
    font-size: 0.6rem;
    font-weight: 800;
    text-transform: uppercase;
}

.project-info dd {
    margin: 0;
    font-size: 0.8rem;
    font-weight: 780;
}

.project-showcase {
    position: relative;
    min-width: 0;
    min-height: 500px;
    perspective: 1400px;
}

.project-browser {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 92%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 1rem;
    box-shadow: 0 35px 90px rgba(12, 16, 13, 0.24);
    transform: translate(-50%, -50%) rotate(-2deg);
    transition: transform 550ms var(--ease);
}

.project-reverse .project-browser {
    transform: translate(-50%, -50%) rotate(2deg);
}

.project:hover .project-browser {
    transform: translate(-50%, -52%) rotate(0deg) scale(1.025);
}

.project-screen {
    position: relative;
    min-height: clamp(340px, 32vw, 465px);
    overflow: hidden;
    padding: 1.4rem;
}

.project-screen nav {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.55rem;
    font-weight: 850;
    letter-spacing: 0.09em;
}

.project-screen nav span {
    font-size: 0.45rem;
}

.project-screen h4 {
    margin-bottom: 1rem;
    font-size: clamp(2.5rem, 5vw, 5rem);
    letter-spacing: -0.065em;
    line-height: 0.88;
}

.project-screen button {
    min-height: 2rem;
    padding: 0.45rem 0.8rem;
    border: 0;
    border-radius: 999px;
    font-size: 0.52rem;
    font-weight: 850;
}

.project-screen>div:not(.enera-card):not(.enera-lines):not(.hotel-window) {
    position: relative;
    z-index: 3;
    margin-top: clamp(5rem, 11vw, 9rem);
}

.project-screen small {
    display: block;
    margin-bottom: 0.8rem;
    font-size: 0.48rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.restaurant-project-screen {
    color: #f8efe4;
    background: linear-gradient(145deg, #15120f, #251712);
}

.restaurant-project-screen button {
    color: #16110e;
    background: #e2bf96;
}

.restaurant-circle {
    position: absolute;
    right: -12%;
    bottom: -26%;
    width: 59%;
    aspect-ratio: 1;
    border: 15px solid #e3d6c3;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 45%, #bb7245 0 12%, #6e3527 13% 21%, #446638 22% 31%, #d6ba8e 32% 40%, #efe2ce 41% 100%);
    box-shadow: 0 0 80px rgba(182, 102, 54, 0.23);
}

.project-phone {
    position: absolute;
    right: -2%;
    bottom: 0;
    z-index: 4;
    width: clamp(115px, 15vw, 170px);
    aspect-ratio: 0.52;
    overflow: hidden;
    padding: 1.15rem 0.8rem;
    border: 5px solid #171d18;
    border-radius: 1.8rem;
    box-shadow: 0 24px 60px rgba(12, 16, 13, 0.32);
    transition: transform 500ms var(--ease);
}

.project:hover .project-phone {
    transform: translateY(-10px) rotate(2deg);
}

.project-phone span {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 0.45rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.project-phone strong {
    position: absolute;
    bottom: 1.3rem;
    left: 0.8rem;
    z-index: 2;
    font-size: clamp(1.15rem, 2vw, 1.8rem);
    letter-spacing: -0.05em;
    line-height: 0.9;
}

.restaurant-phone {
    color: white;
    background: #1b1411;
}

.restaurant-phone i {
    position: absolute;
    top: 23%;
    right: -33%;
    width: 118%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, #ad633d 0 13%, #3f5c35 14% 25%, #e3ceb1 26% 100%);
}

.alpine-project-screen {
    color: white;
    background: #22362d;
}

.alpine-project-screen button {
    color: var(--color-dark);
    background: var(--color-accent);
}

.alpine-project-screen svg {
    position: absolute;
    right: -8%;
    bottom: -5%;
    width: 78%;
    color: rgba(197, 244, 61, 0.45);
}

.alpine-phone {
    color: white;
    background: linear-gradient(180deg, #29483a, #101915);
}

.alpine-phone::after {
    position: absolute;
    right: -20%;
    bottom: -10%;
    width: 130%;
    height: 68%;
    background: rgba(197, 244, 61, 0.36);
    clip-path: polygon(0 100%, 40% 12%, 57% 48%, 74% 5%, 100% 100%);
    content: "";
}

.enera-project-screen {
    color: #172018;
    background: #f2f6e9;
}

.enera-project-screen button {
    color: white;
    background: #1a251d;
}

.enera-copy {
    position: relative;
    z-index: 3;
}

.enera-card {
    position: absolute;
    right: 7%;
    bottom: 10%;
    z-index: 4;
    display: grid;
    width: 31%;
    padding: 1.1rem;
    border: 1px solid rgba(16, 23, 19, 0.12);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 16px 40px rgba(26, 45, 26, 0.11);
}

.enera-card strong {
    margin-block: 0.25rem;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1;
}

.enera-card span {
    color: #5f6e5d;
    font-size: 0.5rem;
}

.enera-lines {
    position: absolute;
    right: -16%;
    bottom: -28%;
    width: 74%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: repeating-radial-gradient(circle, transparent 0 18px, rgba(59, 93, 56, 0.12) 19px 20px), radial-gradient(circle, rgba(197, 244, 61, 0.58), transparent 65%);
}

.enera-phone {
    color: #152016;
    background: #eef5e6;
}

.enera-phone strong {
    top: 37%;
    bottom: auto;
    color: #1c2c1f;
    font-size: clamp(2rem, 4vw, 3.4rem);
}

.enera-phone i {
    position: absolute;
    top: 57%;
    left: 0.8rem;
    color: #687367;
    font-size: 0.5rem;
    font-style: normal;
}

.enera-phone::after {
    position: absolute;
    right: -40%;
    bottom: -20%;
    width: 140%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: repeating-radial-gradient(circle, transparent 0 10px, rgba(32, 72, 37, 0.13) 11px 12px), radial-gradient(circle, var(--color-accent), transparent 66%);
    content: "";
}

.aurelia-project-screen {
    color: #2e2a23;
    background: linear-gradient(130deg, #e7d8c3, #c49a73);
}

.aurelia-project-screen button {
    color: white;
    background: #2e3b32;
}

.hotel-window {
    position: absolute;
    top: 12%;
    right: 8%;
    bottom: 0;
    width: 38%;
    overflow: hidden;
    border-radius: 9rem 9rem 0 0;
    background: linear-gradient(#5a7163 0 40%, #19251f 41% 100%);
    box-shadow: inset 0 0 0 12px rgba(244, 226, 205, 0.4);
}

.hotel-window::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 45%;
    background: linear-gradient(170deg, transparent 0 30%, #263b31 31% 100%);
    content: "";
}

.aurelia-phone {
    color: #2e2923;
    background: #e6d3ba;
}

.aurelia-phone i {
    position: absolute;
    top: 24%;
    right: -12%;
    width: 85%;
    height: 50%;
    border-radius: 9rem 0 0;
    background: linear-gradient(#607667, #1e2d26);
}

.before-after-section {
    background: #ebe6dc;
}

.before-after-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1.45fr);
    gap: clamp(2rem, 6vw, 7rem);
    align-items: center;
}

.before-after-copy h2 {
    font-size: clamp(2.6rem, 4.8vw, 5.4rem);
}

.before-after-legend {
    display: grid;
    gap: 0.8rem;
    margin-top: 2rem;
    color: var(--color-text-muted);
    font-size: 0.78rem;
    font-weight: 720;
}

.before-after-legend span {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.before-after-legend i {
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 50%;
    background: #a7aaa5;
}

.before-after-legend span:last-child i {
    background: var(--color-accent);
}

.before-after-slider {
    position: relative;
    min-height: clamp(430px, 48vw, 650px);
    overflow: hidden;
    border: 10px solid #1b211d;
    border-radius: 1.5rem;
    background: white;
    box-shadow: 0 30px 80px rgba(16, 23, 19, 0.18);
    --position: 52%;
}

.ba-frame {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.ba-after {
    clip-path: inset(0 0 0 var(--position));
}

.ba-browser-top {
    display: flex;
    height: 2.2rem;
    align-items: center;
    gap: 0.4rem;
    padding-inline: 0.85rem;
    border-bottom: 1px solid rgba(16, 23, 19, 0.1);
    background: #f0f0ed;
}

.ba-browser-top i {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: #b8b9b5;
}

.ba-before {
    color: #666;
    background: #f3f3f1;
    filter: grayscale(1);
}

.ba-old-nav,
.ba-new-nav {
    display: flex;
    height: 4.3rem;
    align-items: center;
    justify-content: space-between;
    padding-inline: clamp(1rem, 3vw, 2.5rem);
    font-size: clamp(0.48rem, 0.8vw, 0.72rem);
    font-weight: 850;
}

.ba-old-nav {
    border-bottom: 1px solid #d1d1ce;
    background: white;
}

.ba-old-content,
.ba-new-content {
    padding: clamp(2.5rem, 7vw, 6rem) clamp(1.2rem, 5vw, 4rem);
}

.ba-old-content small,
.ba-new-content small {
    display: block;
    margin-bottom: 1rem;
    font-size: clamp(0.44rem, 0.7vw, 0.62rem);
    font-weight: 800;
    letter-spacing: 0.1em;
}

.ba-old-content strong,
.ba-new-content strong {
    display: block;
    max-width: 620px;
    margin-bottom: 1.2rem;
    font-size: clamp(2rem, 4.7vw, 5.1rem);
    letter-spacing: -0.06em;
    line-height: 0.95;
}

.ba-old-content p,
.ba-new-content p {
    max-width: 490px;
    font-size: clamp(0.7rem, 1.2vw, 1rem);
}

.ba-old-content>div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
    margin-top: 2rem;
}

.ba-old-content>div i {
    height: clamp(70px, 10vw, 130px);
    border: 1px solid #d2d2cf;
    background: #e7e7e4;
}

.ba-after {
    color: white;
    background: #152019;
}

.ba-new-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ba-new-nav b {
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    color: #172019;
    background: var(--color-accent);
}

.ba-new-content {
    position: relative;
    background: radial-gradient(circle at 83% 34%, rgba(197, 244, 61, 0.17), transparent 24%);
}

.ba-new-content small {
    color: var(--color-accent);
}

.ba-new-content p {
    color: rgba(255, 255, 255, 0.6);
}

.ba-new-content button {
    padding: 0.7rem 1rem;
    border: 0;
    border-radius: 999px;
    color: #142016;
    background: var(--color-accent);
    font-size: 0.68rem;
    font-weight: 850;
}

.ba-label {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    padding: 0.45rem 0.65rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.68);
    color: white;
    font-size: 0.52rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.ba-after .ba-label {
    right: auto;
    left: calc(var(--position) + 1rem);
    color: var(--color-dark);
    background: var(--color-accent);
}

.before-after-slider input {
    position: absolute;
    inset: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    cursor: ew-resize;
    opacity: 0;
}

.ba-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--position);
    z-index: 8;
    width: 2px;
    background: white;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
    transform: translateX(-50%);
}

.ba-handle span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 3.2rem;
    height: 3.2rem;
    place-items: center;
    border: 3px solid white;
    border-radius: 50%;
    color: var(--color-dark);
    background: var(--color-accent);
    font-weight: 900;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
    transform: translate(-50%, -50%);
}

.process-section {
    background: #f8f6f0;
}

.process-layout {
    position: relative;
    display: grid;
    grid-template-columns: 3px 1fr;
    gap: clamp(1.5rem, 3vw, 3.5rem);
}

.process-progress {
    position: relative;
    overflow: hidden;
    border-radius: 99px;
    background: rgba(16, 23, 19, 0.1);
}

.process-progress span {
    position: absolute;
    inset: 0 0 auto;
    height: var(--progress, 0%);
    border-radius: inherit;
    background: var(--color-accent);
    transition: height 100ms linear;
}

.process-steps {
    display: grid;
}

.process-step {
    display: grid;
    grid-template-columns: 4rem minmax(280px, 0.9fr) minmax(260px, 0.65fr);
    gap: clamp(1rem, 4vw, 5rem);
    align-items: center;
    min-height: 320px;
    padding-block: 2rem;
    border-bottom: 1px solid var(--color-border);
}

.step-number {
    align-self: start;
    color: var(--color-text-muted);
    font-size: 0.7rem;
    font-weight: 850;
}

.process-step small {
    display: block;
    margin-bottom: 0.7rem;
    color: var(--color-warm);
    font-size: 0.65rem;
    font-weight: 850;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.process-step h3 {
    margin-bottom: 0.75rem;
    font-size: clamp(2rem, 3.8vw, 4.1rem);
    letter-spacing: -0.06em;
    line-height: 0.95;
}

.process-step p {
    max-width: 590px;
    margin-bottom: 0;
    color: var(--color-text-muted);
}

.step-visual {
    position: relative;
    min-height: 180px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: 1.2rem;
    background: white;
}

.clarity-visual {
    display: grid;
    place-items: center;
}

.clarity-visual i {
    position: absolute;
    padding: 0.55rem 0.75rem;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    background: #f8f6f0;
    font-size: 0.6rem;
    font-style: normal;
    font-weight: 800;
}

.clarity-visual i:nth-child(1) {
    top: 18%;
    left: 10%;
}

.clarity-visual i:nth-child(2) {
    top: 48%;
    right: 10%;
}

.clarity-visual i:nth-child(3) {
    bottom: 10%;
    left: 34%;
    background: var(--color-accent);
}

.clarity-visual::after {
    width: 45%;
    aspect-ratio: 1;
    border: 1px dashed rgba(16, 23, 19, 0.27);
    border-radius: 50%;
    content: "";
}

.wireframe-visual {
    display: grid;
    grid-template-columns: 0.55fr 1fr;
    grid-template-rows: 2rem 1fr 2.4rem;
    gap: 0.55rem;
    padding: 1rem;
}

.wireframe-visual i {
    border-radius: 0.4rem;
    background: #e6e8e2;
}

.wireframe-visual i:nth-child(1) {
    grid-column: 1 / -1;
}

.wireframe-visual i:nth-child(2) {
    grid-row: 2 / 4;
    background: #203029;
}

.wireframe-visual i:nth-child(3) {
    background: #cbd1c8;
}

.wireframe-visual i:nth-child(4) {
    background: var(--color-accent);
}

.system-visual {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: end;
    gap: 0.6rem;
    padding: 1rem;
}

.system-visual i {
    min-height: 80px;
    border-radius: 999px 999px 0.55rem 0.55rem;
    background: #101713;
}

.system-visual i:nth-child(1) {
    display: grid;
    min-height: 145px;
    place-items: center;
    color: white;
    font-size: 1.3rem;
    font-style: normal;
}

.system-visual i:nth-child(2) {
    min-height: 110px;
    background: var(--color-accent);
}

.system-visual i:nth-child(3) {
    min-height: 130px;
    background: var(--color-warm);
}

.system-visual i:nth-child(4) {
    min-height: 95px;
    background: #e5dfd4;
}

.devices-visual i {
    position: absolute;
    border: 4px solid #1a231d;
    background: #eef1e9;
    box-shadow: 0 12px 25px rgba(16, 23, 19, 0.12);
}

.devices-visual i:nth-child(1) {
    top: 20%;
    left: 9%;
    width: 64%;
    height: 60%;
    border-radius: 0.5rem;
}

.devices-visual i:nth-child(2) {
    right: 8%;
    bottom: 8%;
    width: 28%;
    height: 56%;
    border-radius: 0.9rem;
    background: #d9e6cc;
}

.devices-visual i:nth-child(3) {
    bottom: 8%;
    left: 25%;
    width: 40%;
    height: 0.4rem;
    border: 0;
    border-radius: 99px;
    background: var(--color-accent);
}

.launch-visual {
    display: grid;
    place-items: center;
    background: #17211b;
}

.launch-visual span {
    position: relative;
    z-index: 2;
    color: white;
    font-size: clamp(1.4rem, 3vw, 2.5rem);
    font-weight: 900;
    letter-spacing: 0.12em;
}

.launch-visual i {
    position: absolute;
    width: 58%;
    aspect-ratio: 1;
    border: 1px solid rgba(197, 244, 61, 0.48);
    border-radius: 50%;
    box-shadow: 0 0 0 18px rgba(197, 244, 61, 0.04), 0 0 0 36px rgba(197, 244, 61, 0.025);
}

.growth-visual {
    display: grid;
    place-items: center;
    padding: 1rem;
    color: #456d45;
    background: linear-gradient(180deg, #f6f9f0, #e4eedc);
}

.growth-visual::before {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(16, 23, 19, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 23, 19, 0.06) 1px, transparent 1px);
    background-size: 28px 28px;
    content: "";
}

.growth-visual svg {
    position: relative;
    z-index: 2;
}

.why-section {
    color: white;
    background: #121713;
}

.why-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
    gap: clamp(3rem, 8vw, 9rem);
}

.why-intro {
    position: sticky;
    top: 8rem;
    align-self: start;
}

.why-intro h2 {
    font-size: clamp(2.8rem, 5vw, 5.8rem);
}

.why-intro>p {
    color: rgba(255, 255, 255, 0.58);
}

.why-intro .button {
    margin-top: 1.5rem;
}

.why-list {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.why-list article {
    display: grid;
    grid-template-columns: 3rem 1fr;
    gap: 1.5rem;
    padding-block: 2.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.why-list article>span {
    color: var(--color-accent);
    font-size: 0.64rem;
    font-weight: 850;
}

.why-list h3 {
    margin-bottom: 0.6rem;
    font-size: clamp(1.5rem, 2.3vw, 2.3rem);
    letter-spacing: -0.045em;
}

.why-list p {
    max-width: 620px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.55);
}

.about-section {
    background: #f3eee5;
}

.about-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
    gap: clamp(3rem, 8vw, 9rem);
    align-items: center;
}

.about-visual {
    position: relative;
    min-height: 650px;
}

.portrait-card {
    position: absolute;
    inset: 0 10% 6% 0;
    overflow: hidden;
    border-radius: 2.2rem;

    box-shadow: var(--shadow-card);
}

.portrait-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portrait-glow {
    position: absolute;
    top: 8%;
    right: -12%;
    width: 76%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(197, 244, 61, 0.55), rgba(197, 244, 61, 0.04) 58%, transparent 70%);
    filter: blur(4px);
}

.portrait-silhouette {
    position: absolute;
    right: 5%;
    bottom: 0;
    width: 72%;
    height: 78%;
}

.portrait-silhouette::before {
    position: absolute;
    top: 0;
    left: 38%;
    width: 35%;
    aspect-ratio: 0.82;
    border-radius: 45% 45% 48% 48%;
    background: linear-gradient(160deg, #d7aa85, #9f6c52);
    content: "";
    box-shadow: inset -20px -16px 30px rgba(55, 31, 21, 0.16);
}

.portrait-silhouette::after {
    position: absolute;
    right: 0;
    bottom: -8%;
    left: 5%;
    height: 68%;
    border-radius: 50% 50% 0 0;
    background: linear-gradient(145deg, #2b312d, #0a0f0c 75%);
    content: "";
}

.portrait-silhouette span {
    position: absolute;
    top: 1%;
    left: 38%;
    z-index: 3;
    width: 35%;
    height: 22%;
    border-radius: 60% 55% 30% 30%;
    background: #2c211c;
    transform: translateY(-3%);
}

.portrait-caption {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    z-index: 4;
    color: white;
}

.portrait-caption small {
    display: block;
    margin-bottom: 0.7rem;
    color: white;
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.portrait-caption strong {
    display: block;
    font-size: clamp(2.2rem, 4vw, 4.5rem);
    letter-spacing: -0.06em;
    line-height: 0.9;
}

.about-stamp {
    position: absolute;
    right: 0;
    bottom: 0;
    display: grid;
    width: 150px;
    aspect-ratio: 1;
    place-items: center;
    border: 1px solid var(--color-border);
    border-radius: 50%;
    background: var(--color-accent);
    box-shadow: 0 14px 30px rgba(50, 67, 34, 0.14);
}

.about-stamp span {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0.7rem;
    font-size: 0.48rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-align: center;
}

.about-stamp b {
    font-size: 2.6rem;
}

.about-copy h2 {
    font-size: clamp(2.8rem, 5vw, 5.8rem);
}

.about-copy p {
    color: var(--color-text-muted);
}

.about-copy .about-lead {
    color: var(--color-text);
    font-size: clamp(1.2rem, 2vw, 1.7rem);
    font-weight: 650;
    letter-spacing: -0.03em;
    line-height: 1.35;
}

.about-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    margin: 2rem 0;
}

.about-facts span {
    position: relative;
    padding: 0.8rem 0.8rem 0.8rem 1.7rem;
    border: 1px solid var(--color-border);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.5);
    font-size: 0.72rem;
    font-weight: 750;
}

.about-facts span::before {
    position: absolute;
    top: 50%;
    left: 0.75rem;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: var(--color-accent);
    content: "";
    transform: translateY(-50%);
}

.pricing-section {
    background: #faf8f3;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: stretch;
}

.price-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: clamp(1.3rem, 2.3vw, 2.2rem);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: white;
    transition: transform 320ms var(--ease), box-shadow 320ms var(--ease), border-color 320ms ease;
}

.price-card:hover {
    border-color: rgba(16, 23, 19, 0.25);
    box-shadow: var(--shadow-card);
    transform: translateY(-5px);
}

.price-featured {
    border-color: rgba(16, 23, 19, 0.3);
    color: white;
    background: var(--color-dark);
    transform: translateY(-1rem);
}

.price-featured:hover {
    border-color: rgba(255, 255, 255, 0.16);
    transform: translateY(-1.35rem);
}

.popular-label {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.42rem 0.7rem;
    border-radius: 999px;
    color: var(--color-dark);
    background: var(--color-accent);
    font-size: 0.58rem;
    font-weight: 900;
    text-transform: uppercase;
}

.price-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.5rem;
    color: var(--color-text-muted);
    font-size: 0.6rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.price-featured .price-head,
.price-featured>p:not(.price),
.price-featured ul {
    color: rgba(255, 255, 255, 0.58);
}

.price-card h3 {
    margin-bottom: 0.6rem;
    font-size: clamp(2.2rem, 3.4vw, 3.7rem);
    letter-spacing: -0.06em;
    line-height: 1;
}

.price {
    margin-bottom: 1.3rem;
    color: var(--color-text-muted);
    font-size: 0.88rem;
}

.price strong {
    color: var(--color-text);
    font-size: clamp(1.8rem, 3vw, 3rem);
    letter-spacing: -0.05em;
}

.price-featured .price,
.price-featured .price strong {
    color: white;
}

.price-card>p:not(.price) {
    min-height: 6rem;
    color: var(--color-text-muted);
    font-size: 0.88rem;
}

.price-card ul {
    display: grid;
    gap: 0.7rem;
    margin: 1.2rem 0 2rem;
    padding: 1.2rem 0 0;
    border-top: 1px solid var(--color-border);
    color: var(--color-text-muted);
    font-size: 0.78rem;
    list-style: none;
}

.price-featured ul {
    border-color: rgba(255, 255, 255, 0.13);
}

.price-card li {
    position: relative;
    padding-left: 1.3rem;
}

.price-card li::before {
    position: absolute;
    top: 0.52em;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    border: 1px solid currentColor;
    border-radius: 50%;
    content: "";
}

.price-featured li::before {
    border-color: var(--color-accent);
    background: var(--color-accent);
}

.price-card .button {
    margin-top: auto;
}

.pricing-footer,
.maintenance-note {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
    margin-top: 1rem;
    padding: 1.5rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: #efebe2;
}

.pricing-footer div {
    display: grid;
    gap: 0.2rem;
}

.pricing-footer span {
    color: var(--color-text-muted);
    font-size: 0.72rem;
}

.pricing-footer strong {
    font-size: 1rem;
}

.maintenance-note {
    background: transparent;
}

.maintenance-note>span {
    padding: 0.42rem 0.7rem;
    border-radius: 999px;
    background: var(--color-warm-soft);
    font-size: 0.58rem;
    font-weight: 900;
    text-transform: uppercase;
}

.maintenance-note p {
    flex: 1;
    margin: 0;
    color: var(--color-text-muted);
    font-size: 0.82rem;
}

.website-check-section {
    color: white;
    background: #18221b;
}

.check-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(3rem, 8vw, 9rem);
    align-items: start;
}

.check-copy {
    position: sticky;
    top: 8rem;
}

.check-copy h2 {
    font-size: clamp(2.7rem, 5vw, 5.7rem);
}

.check-copy>p {
    color: rgba(255, 255, 255, 0.6);
}

.check-copy ul {
    display: grid;
    gap: 0.9rem;
    margin: 2rem 0 0;
    padding: 0;
    list-style: none;
}

.check-copy li {
    position: relative;
    padding: 0.85rem 0 0.85rem 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.86rem;
}

.check-copy li::before {
    position: absolute;
    top: 1.1rem;
    left: 0;
    display: grid;
    width: 1.2rem;
    height: 1.2rem;
    place-items: center;
    border-radius: 50%;
    color: var(--color-dark);
    background: var(--color-accent);
    content: "âœ“";
    font-size: 0.62rem;
    font-weight: 900;
}

.outcomes-section {
    background: #f3eee5;
}

.outcomes-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    background: var(--color-border);
}

.outcomes-grid article {
    min-height: 250px;
    padding: clamp(1.3rem, 2.4vw, 2.2rem);
    background: #f9f7f2;
    transition: background-color 240ms ease, transform 240ms var(--ease);
}

.outcomes-grid article:hover {
    z-index: 2;
    background: white;
    transform: translateY(-3px);
}

.outcomes-grid span {
    display: block;
    margin-bottom: 3.2rem;
    color: var(--color-warm);
    font-size: 0.65rem;
    font-weight: 850;
}

.outcomes-grid h3 {
    margin-bottom: 0.65rem;
    font-size: clamp(1.35rem, 2vw, 2rem);
    letter-spacing: -0.045em;
    line-height: 1.05;
}

.outcomes-grid p {
    margin-bottom: 0;
    color: var(--color-text-muted);
    font-size: 0.82rem;
}

.faq-section {
    background: #fbfaf6;
}

.faq-grid {
    display: grid;
    grid-template-columns: minmax(270px, 0.55fr) minmax(0, 1.45fr);
    gap: clamp(3rem, 8vw, 9rem);
    align-items: start;
}

.faq-intro {
    position: sticky;
    top: 8rem;
}

.faq-intro h2 {
    font-size: clamp(2.6rem, 4.8vw, 5.3rem);
}

.faq-intro .text-link {
    margin-top: 1.3rem;
}

.faq-list {
    border-top: 1px solid var(--color-border);
}

.faq-item {
    border-bottom: 1px solid var(--color-border);
}

.faq-item h3 {
    margin: 0;
}

.faq-item button {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 2.4rem;
    gap: 1rem;
    align-items: center;
    min-height: 5.2rem;
    padding: 1rem 0;
    border: 0;
    color: var(--color-text);
    background: transparent;
    cursor: pointer;
    font-size: clamp(1rem, 1.45vw, 1.25rem);
    font-weight: 760;
    letter-spacing: -0.02em;
    text-align: left;
}

.faq-item button span {
    position: relative;
    display: grid;
    width: 2.35rem;
    height: 2.35rem;
    place-items: center;
    border: 1px solid var(--color-border);
    border-radius: 50%;
    transition: background-color 220ms ease, transform 220ms var(--ease);
}

.faq-item button span::before,
.faq-item button span::after {
    position: absolute;
    width: 0.85rem;
    height: 1px;
    background: currentColor;
    content: "";
    transition: transform 220ms ease;
}

.faq-item button span::after {
    transform: rotate(90deg);
}

.faq-item button[aria-expanded="true"] span {
    color: var(--color-dark);
    background: var(--color-accent);
    transform: rotate(180deg);
}

.faq-item button[aria-expanded="true"] span::after {
    transform: rotate(0deg);
}

.faq-panel {
    overflow: hidden;
}

.faq-panel p {
    max-width: 760px;
    margin: 0;
    padding: 0 4rem 1.6rem 0;
    color: var(--color-text-muted);
}

.final-cta {
    position: relative;
    overflow: hidden;
    padding-block: clamp(6rem, 12vw, 11rem);
    color: white;
    background: #0f1511;
}

.final-cta::before {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 70px 70px;
    content: "";
    mask-image: radial-gradient(circle at center, black, transparent 75%);
}

.cta-glow {
    position: absolute;
    top: 50%;
    left: 65%;
    width: 55vw;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(197, 244, 61, 0.22), transparent 67%);
    filter: blur(10px);
    transform: translate(-50%, -50%);
}

.cta-lines i {
    position: absolute;
    border: 1px solid rgba(197, 244, 61, 0.17);
    border-radius: 50%;
}

.cta-lines i:nth-child(1) {
    top: -50%;
    right: -12%;
    width: 73vw;
    aspect-ratio: 1;
}

.cta-lines i:nth-child(2) {
    top: -31%;
    right: 1%;
    width: 53vw;
    aspect-ratio: 1;
}

.cta-lines i:nth-child(3) {
    top: -10%;
    right: 13%;
    width: 34vw;
    aspect-ratio: 1;
}

.final-cta-inner {
    position: relative;
    z-index: 2;
}

.final-cta h2 {
    max-width: 1200px;
    margin-bottom: 1.5rem;
    font-size: clamp(3.1rem, 7.4vw, 8.8rem);
    letter-spacing: -0.075em;
    line-height: 0.88;
}

.final-cta p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.58);
    font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.final-cta .hero-actions {
    margin: 2.2rem 0 0;
}

.contact-section {
    background: #f5f1e9;
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.52fr) minmax(0, 1.48fr);
    gap: clamp(3rem, 8vw, 8rem);
    align-items: start;
}

.contact-copy {
    position: sticky;
    top: 8rem;
}

.contact-copy h2 {
    font-size: clamp(2.8rem, 5vw, 5.8rem);
}

.contact-details {
    display: grid;
    gap: 0.8rem;
    margin-top: 2rem;
}

.contact-details a {
    display: grid;
    padding: 1rem 0;
    border-bottom: 1px solid var(--color-border);
}

.contact-details span {
    color: var(--color-text-muted);
    font-size: 0.6rem;
    font-weight: 850;
    text-transform: uppercase;
}

.contact-details strong {
    font-size: 0.95rem;
}

.contact-hint {
    display: block;
    margin-top: 1rem;
    color: var(--color-text-muted);
    font-size: 0.6rem;
}

/* Responsive */

@media (max-width: 1220px) {
    .hero-grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
        gap: 1rem;
    }

    .project {
        min-height: 680px;
    }

    .project-showcase {
        min-height: 460px;
    }

    .industry-row {
        grid-template-columns: 2.5rem minmax(260px, 0.95fr) minmax(280px, 0.75fr) 3rem;
        gap: 1.4rem;
    }

}

@media (max-width: 1024px) {
    .hero {
        min-height: auto;
        padding-top: 8.5rem;
    }

    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-copy {
        max-width: 880px;
    }

    .hero h1 {
        max-width: 900px;
        font-size: clamp(4rem, 10vw, 7.5rem);
    }

    .hero-visual {
        min-height: 680px;
    }

    .mockup-restaurant {
        left: 5%;
        width: 65%;
    }

    .mockup-energy {
        width: 55%;
    }

    .mockup-outdoor {
        right: 10%;
        width: 52%;
    }

    .phone-mockup {
        right: 3%;
    }

    .trust-strip-inner {
        grid-template-columns: repeat(3, 1fr);
    }

    .trust-strip span:nth-child(3)::after {
        display: none;
    }

    .trust-strip span:nth-child(n

        /**/
        +4) {
        border-top: 1px solid var(--color-border);
    }

    .trust-strip span:last-child {
        grid-column: span 2;
    }

    .comparison-grid {
        grid-template-columns: 1fr;
    }

    .comparison-connector {
        transform: rotate(90deg);
    }

    .service-card-large,
    .service-design {
        grid-column: span 6;
    }

    .service-development,
    .service-conversion,
    .service-content {
        grid-column: span 6;
    }

    .service-content {
        grid-column: span 12;
    }

    .industry-row {
        grid-template-columns: 2.5rem 1fr 3rem;
        min-height: auto;
        padding-block: 1.6rem;
    }

    .industry-visual {
        grid-column: 2 / 4;
        height: 210px;
    }

    .project {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .project-reverse .project-info,
    .project-reverse .project-showcase {
        order: initial;
    }

    .project-showcase {
        min-height: 560px;
    }

    .before-after-grid,
    .about-grid,
    .check-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .before-after-copy,
    .check-copy,
    .contact-copy {
        position: static;
    }

    .before-after-copy {
        max-width: 760px;
    }

    .process-step {
        grid-template-columns: 3rem 1fr;
    }

    .step-visual {
        grid-column: 2;
        max-width: 520px;
    }

    .why-grid,
    .faq-grid {
        grid-template-columns: 1fr;
    }

    .why-intro,
    .faq-intro {
        position: static;
    }

    .why-intro {
        max-width: 760px;
    }

    .about-visual {
        min-height: 620px;
    }

    .portrait-card {
        inset: 0 12% 6% 0;
    }

    .pricing-grid {
        grid-template-columns: 1fr 1fr;
    }

    .price-featured {
        transform: none;
    }

    .price-featured:hover {
        transform: translateY(-5px);
    }

    .price-card:last-child {
        grid-column: 1 / -1;
    }

}

@media (max-width: 767px) {
    .hero {
        padding-top: 7.2rem;
    }

    .hero::before {
        background-size: 44px 44px;
    }

    .hero-orbit-one {
        top: 34%;
        right: -30%;
        width: 100vw;
    }

    .hero-orbit-two {
        display: none;
    }

    .hero h1 {
        font-size: clamp(3.1rem, 15.5vw, 5.2rem);
        letter-spacing: -0.07em;
        line-height: 0.91;
    }

    .hero h1 em {
        display: inline;
    }

    .hero-actions {
        display: grid;
    }

    .hero-actions .button {
        width: 100%;
    }

    .trust-points {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-visual {
        min-height: 500px;
        margin-top: 1rem;
    }

    .visual-label,
    .cursor-chip {
        display: none;
    }

    .mockup-restaurant {
        top: 5%;
        left: 0;
        width: 89%;
    }

    .restaurant-screen {
        min-height: 245px;
    }

    .restaurant-hero-copy {
        margin-top: 3.4rem;
    }

    .plate {
        width: 41%;
        border-width: 8px;
    }

    .mockup-energy {
        top: 47%;
        right: 0;
        width: 72%;
    }

    .energy-screen {
        min-height: 190px;
    }

    .energy-nav {
        margin-bottom: 1.7rem;
    }

    .energy-data {
        padding: 0.55rem 0.65rem;
    }

    .energy-data b {
        font-size: 1rem;
    }

    .mockup-outdoor {
        display: none;
    }

    .phone-mockup {
        top: 32%;
        right: 3%;
        width: 94px;
    }

    .hero-index {
        grid-template-columns: 1fr auto;
        margin-top: 0;
    }

    .hero-index div,
    .hero-index span:last-child {
        display: none;
    }

    .trust-strip-inner {
        display: flex;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .trust-strip-inner::-webkit-scrollbar {
        display: none;
    }

    .trust-strip span,
    .trust-strip span:last-child {
        min-width: 240px;
        flex: 0 0 auto;
        grid-column: auto;
        border-top: 0;
    }

    .trust-strip span:nth-child(3)::after {
        display: block;
    }

    .before-after-copy h2,
    .why-intro h2,
    .about-copy h2,
    .check-copy h2,
    .faq-intro h2,
    .contact-copy h2 {
        font-size: clamp(2.55rem, 12vw, 4.4rem);
        line-height: 0.97;
    }

    .comparison-panel ul {
        grid-template-columns: 1fr;
    }

    .comparison-connector {
        height: 3.3rem;
    }

    .comparison-connector small {
        display: none;
    }

    .service-card,
    .service-card-large,
    .service-design,
    .service-development,
    .service-conversion,
    .service-content,
    .service-card-wide {
        display: flex;
        grid-column: 1 / -1;
        min-height: 330px;
    }

    .service-card-wide {
        gap: 2rem;
    }

    .strategy-map {
        min-height: 170px;
    }

    .industry-row {
        grid-template-columns: 2rem 1fr 2.7rem;
        gap: 0.8rem;
    }

    .industry-copy>span {
        font-size: 0.56rem;
    }

    .industry-copy h3 {
        font-size: clamp(2rem, 9vw, 3.2rem);
    }

    .industry-copy p {
        font-size: 0.78rem;
    }

    .industry-visual {
        grid-column: 1 / -1;
        height: 175px;
        margin-top: 0.7rem;
    }

    .industry-row>a {
        width: 2.5rem;
        height: 2.5rem;
    }

    .project-filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 0.4rem;
        scrollbar-width: none;
    }

    .project-filters::-webkit-scrollbar {
        display: none;
    }

    .project-filters button {
        flex: 0 0 auto;
    }

    .project {
        gap: 2rem;
        padding: 1.2rem;
    }

    .project-info {
        padding: 0.4rem;
    }

    .project-meta {
        margin-bottom: 2.4rem;
    }

    .project-info h3 {
        font-size: clamp(2.6rem, 13vw, 4.4rem);
    }

    .project-showcase {
        min-height: 390px;
    }

    .project-browser {
        width: 102%;
    }

    .project-screen {
        min-height: 300px;
        padding: 0.85rem;
    }

    .project-screen nav span {
        display: none;
    }

    .project-screen>div:not(.enera-card):not(.enera-lines):not(.hotel-window) {
        margin-top: 5.2rem;
    }

    .project-phone {
        right: -1%;
        width: 100px;
    }

    .enera-card {
        width: 36%;
        padding: 0.7rem;
    }

    .before-after-slider {
        min-height: 430px;
        border-width: 6px;
    }

    .ba-old-nav span,
    .ba-new-nav span {
        display: none;
    }

    .ba-old-content,
    .ba-new-content {
        padding-top: 4rem;
    }

    .ba-old-content>div {
        grid-template-columns: 1fr 1fr;
    }

    .ba-old-content>div i:last-child {
        display: none;
    }

    .process-layout {
        grid-template-columns: 2px 1fr;
        gap: 1rem;
    }

    .process-step {
        grid-template-columns: 2.3rem 1fr;
        gap: 0.7rem;
        min-height: auto;
        padding-block: 2.5rem;
    }

    .process-step h3 {
        font-size: clamp(2rem, 9vw, 3rem);
    }

    .step-visual {
        grid-column: 1 / -1;
        margin-left: 3rem;
    }

    .why-list article {
        grid-template-columns: 2.2rem 1fr;
    }

    .about-visual {
        min-height: 500px;
    }

    .portrait-card {
        inset: 0 6% 7% 0;
    }

    .about-stamp {
        width: 118px;
    }

    .about-facts {
        grid-template-columns: 1fr;
    }

    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .price-card:last-child {
        grid-column: auto;
    }

    .price-card>p:not(.price) {
        min-height: auto;
    }

    .pricing-footer,
    .maintenance-note {
        align-items: flex-start;
        flex-direction: column;
    }

    .pricing-footer .button {
        width: 100%;
    }

    .outcomes-grid {
        grid-template-columns: 1fr;
    }

    .outcomes-grid article {
        min-height: auto;
    }

    .outcomes-grid span {
        margin-bottom: 2rem;
    }

    .faq-panel p {
        padding-right: 0;
    }

    .final-cta h2 {
        font-size: clamp(3rem, 14vw, 5.2rem);
    }

}

@media (max-width: 430px) {
    .hero h1 {
        font-size: clamp(2.8rem, 14.6vw, 4rem);
    }

    .hero-text {
        font-size: 0.95rem;
    }

    .trust-points {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 445px;
    }

    .mockup-restaurant {
        width: 95%;
    }

    .mockup-energy {
        top: 53%;
        width: 78%;
    }

    .phone-mockup {
        top: 37%;
        right: -1%;
        width: 82px;
    }

    .restaurant-screen {
        min-height: 210px;
    }

    .restaurant-hero-copy strong,
    .energy-screen>strong {
        font-size: 1.45rem;
    }

    .comparison-panel,
    .service-card,
    .project,
    .price-card {
        padding: 1rem;
    }

    .service-card {
        min-height: 300px;
    }

    .palette-dots i {
        min-height: 80px;
    }

    .industry-row {
        grid-template-columns: 1.6rem 1fr 2.4rem;
    }

    .project-showcase {
        min-height: 330px;
    }

    .project-screen {
        min-height: 250px;
    }

    .project-screen h4 {
        font-size: 2.1rem;
    }

    .project-phone {
        width: 84px;
        border-width: 4px;
        border-radius: 1.25rem;
    }

    .before-after-slider {
        min-height: 370px;
    }

    .ba-old-content strong,
    .ba-new-content strong {
        font-size: 1.9rem;
    }

    .about-visual {
        min-height: 430px;
    }

    .portrait-card {
        inset: 0 3% 8% 0;
    }

    .portrait-caption {
        bottom: 1.3rem;
        left: 1.2rem;
    }

    .about-stamp {
        width: 100px;
    }

    .about-stamp span {
        display: none;
    }

}

@media (min-width: 1600px) {
    .hero-grid {
        grid-template-columns: minmax(0, 0.94fr) minmax(600px, 1.06fr);
    }

    .hero-visual {
        min-height: 760px;
    }

    .project {
        min-height: 850px;
    }

}