:root {
    --navy-950: #061722;
    --navy-900: #0a2231;
    --navy-800: #123346;
    --navy-700: #1d4a5e;
    --teal-700: #08736e;
    --teal-600: #0b8f86;
    --teal-500: #11a79c;
    --teal-100: #d9f5f0;
    --teal-50: #edfbf8;
    --orange-600: #e36526;
    --orange-500: #f47a32;
    --orange-100: #ffdfca;
    --purple-600: #6555c8;
    --ink: #102b3b;
    --muted: #5f7481;
    --line: #dbe5e9;
    --soft: #f4f8f8;
    --sand: #f8f3ea;
    --white: #fff;
    --shadow-sm: 0 10px 30px rgba(11, 36, 49, .08);
    --shadow-md: 0 22px 60px rgba(3, 22, 32, .14);
    --shadow-lg: 0 32px 90px rgba(0, 16, 26, .28);
    --radius-sm: 12px;
    --radius: 20px;
    --radius-lg: 30px;
    --container: 1216px;
    --ease: cubic-bezier(.2, .7, .2, 1);
}

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

html {
    scroll-behavior: smooth;
    scroll-padding-top: 92px;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button, input, textarea {
    font: inherit;
}

button, a {
    -webkit-tap-highlight-color: transparent;
}

button {
    color: inherit;
}

svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.container {
    width: min(calc(100% - 48px), var(--container));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    z-index: 9999;
    top: 10px;
    left: 10px;
    padding: 10px 14px;
    color: #fff;
    background: var(--teal-600);
    border-radius: 8px;
    transform: translateY(-160%);
    transition: transform .2s ease;
}

.skip-link:focus {
    transform: translateY(0);
}

.announcement {
    position: relative;
    z-index: 60;
    color: #d5eef0;
    background: var(--navy-950);
    border-bottom: 1px solid rgba(255,255,255,.09);
    font-size: 13px;
}

.announcement__inner {
    min-height: 39px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.announcement strong {
    color: #fff;
}

.announcement a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #89e5da;
    font-weight: 700;
    white-space: nowrap;
}

.announcement a svg {
    width: 15px;
}

.site-header {
    position: sticky;
    z-index: 50;
    top: 0;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(12, 42, 57, .09);
    backdrop-filter: blur(16px);
    transition: box-shadow .25s ease, background .25s ease;
}

.site-header.is-scrolled {
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 10px 35px rgba(7, 33, 46, .08);
}

.header__inner {
    min-height: 79px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 13px;
    color: var(--navy-950);
    font-weight: 850;
}

.brand img {
    width: 154px;
    height: 42px;
    object-fit: contain;
    object-position: left center;
}

.brand__product {
    padding-left: 13px;
    border-left: 1px solid var(--line);
    font-size: 14px;
    letter-spacing: -.01em;
}

.desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    margin-left: auto;
    padding: 5px;
    background: #f4f8f8;
    border: 1px solid #e1eaed;
    border-radius: 13px;
}

.desktop-nav a {
    position: relative;
    padding: 8px 11px;
    color: #385365;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 700;
    transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
    color: var(--teal-700);
    background: #fff;
    box-shadow: 0 4px 13px rgba(8, 67, 76, .08);
}

.header__actions {
    display: flex;
    align-items: center;
    gap: 17px;
}

.header__phone {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 5px 8px 5px 5px;
    color: var(--navy-800);
    border: 1px solid transparent;
    border-radius: 11px;
    white-space: nowrap;
    transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.header__phone:hover {
    color: var(--teal-700);
    background: var(--teal-50);
    border-color: #d4efeb;
}

.header__phone-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: var(--teal-700);
    background: var(--teal-100);
    border-radius: 9px;
}

.header__phone-icon svg {
    width: 17px;
    height: 17px;
}

.header__phone > span:last-child {
    display: grid;
    line-height: 1.15;
}

.header__phone small {
    color: #81939c;
    font-size: 9px;
    font-weight: 750;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.header__phone strong {
    margin-top: 3px;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: -.01em;
}

.header-demo-button {
    position: relative;
    overflow: hidden;
    border-color: rgba(255,255,255,.2);
    animation: headerDemoPulse 3.1s ease-in-out infinite;
}

.header-demo-button::before {
    position: absolute;
    top: -80%;
    bottom: -80%;
    left: -45%;
    width: 30px;
    content: "";
    opacity: .8;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.65), transparent);
    transform: rotate(20deg);
    animation: headerDemoShine 3.1s ease-in-out infinite;
}

.header-demo-button span,
.header-demo-button svg {
    position: relative;
    z-index: 1;
}

@keyframes headerDemoPulse {
    0%, 100% {
        box-shadow: 0 8px 20px rgba(8,143,134,.17), 0 0 0 0 rgba(17,167,156,.22);
    }
    50% {
        box-shadow: 0 11px 27px rgba(8,143,134,.28), 0 0 0 7px rgba(17,167,156,0);
    }
}

@keyframes headerDemoShine {
    0%, 58% { left: -45%; }
    82%, 100% { left: 125%; }
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 11px 20px;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 800;
    line-height: 1.2;
    transition: transform .2s var(--ease), background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button:focus-visible,
.mobile-menu-button:focus-visible,
.faq-item button:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 3px solid rgba(17, 167, 156, .3);
    outline-offset: 2px;
}

.button svg {
    width: 18px;
    height: 18px;
}

.button--small {
    min-height: 42px;
    padding: 9px 16px;
    font-size: 14px;
}

.button--large {
    min-height: 54px;
    padding: 15px 24px;
}

.button--primary {
    color: #fff;
    background: var(--teal-600);
    box-shadow: 0 8px 20px rgba(8, 143, 134, .17);
}

.button--primary:hover {
    background: var(--teal-700);
    box-shadow: 0 12px 28px rgba(8, 143, 134, .26);
}

.button--accent {
    color: #fff;
    background: var(--orange-500);
    box-shadow: 0 13px 34px rgba(244, 122, 50, .25);
}

.button--accent:hover {
    background: var(--orange-600);
    box-shadow: 0 17px 40px rgba(244, 122, 50, .32);
}

.button--ghost {
    color: #e6f4f5;
    background: rgba(255, 255, 255, .07);
    border-color: rgba(255, 255, 255, .19);
}

.button--ghost:hover {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .32);
}

.button--full {
    width: 100%;
}

.mobile-menu-button {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 10px;
    color: var(--navy-900);
    background: #fff;
    cursor: pointer;
}

.mobile-menu-button svg {
    width: 22px;
    height: 22px;
}

.menu-close-icon,
.mobile-menu-button[aria-expanded="true"] .menu-open-icon {
    display: none;
}

.mobile-menu-button[aria-expanded="true"] .menu-close-icon {
    display: block;
}

.mobile-menu {
    display: none;
}

.hero {
    position: relative;
    isolation: isolate;
    min-height: 805px;
    padding: 112px 0 0;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(115deg, rgba(6, 23, 34, .98), rgba(6, 31, 44, .97) 51%, rgba(6, 41, 53, .96)),
        radial-gradient(circle at 85% 0, rgba(17, 167, 156, .25), transparent 36%);
}

.hero::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .2;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.hero__glow {
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    filter: blur(1px);
    pointer-events: none;
}

.hero__glow--one {
    top: -280px;
    right: -260px;
    width: 720px;
    height: 720px;
    background: radial-gradient(circle, rgba(8, 143, 134, .3), transparent 68%);
}

.hero__glow--two {
    bottom: -260px;
    left: -250px;
    width: 650px;
    height: 650px;
    background: radial-gradient(circle, rgba(244, 122, 50, .16), transparent 68%);
}

.hero__grid {
    display: grid;
    grid-template-columns: minmax(0, .84fr) minmax(500px, 1.16fr);
    align-items: center;
    gap: 62px;
}

.hero__content {
    position: relative;
    z-index: 2;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: var(--teal-700);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.eyebrow > span {
    width: 22px;
    height: 2px;
    background: currentColor;
}

.eyebrow--light {
    color: #77dcd2;
}

.hero h1 {
    max-width: 660px;
    margin: 0;
    font-size: clamp(48px, 5.2vw, 76px);
    font-weight: 840;
    line-height: .98;
    letter-spacing: -.055em;
}

h1 em, h2 em {
    color: var(--teal-500);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.hero h1 em {
    color: #77dcd2;
}

.hero__lead {
    max-width: 615px;
    margin: 26px 0 0;
    color: #bfd2d9;
    font-size: 18px;
    line-height: 1.75;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 26px;
    color: #b6ccd3;
    font-size: 13px;
    font-weight: 650;
}

.hero__trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.hero__trust svg {
    width: 16px;
    color: #53d1c4;
}

.hero__visual {
    position: relative;
    z-index: 1;
    width: 116%;
}

.app-window {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(206, 222, 228, .9);
    border-radius: 17px;
    box-shadow: var(--shadow-lg);
}

.app-window--hero {
    transform: perspective(1400px) rotateY(-4deg) rotateX(1deg);
    transform-origin: left center;
}

.app-window__bar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 43px;
    padding: 0 14px;
    color: #6e818b;
    background: #f7fafb;
    border-bottom: 1px solid #dfe9ec;
    font-size: 10px;
    letter-spacing: .04em;
}

.app-window__bar > span {
    white-space: nowrap;
}

.app-window__bar > b {
    justify-self: end;
    padding: 4px 8px;
    color: var(--teal-700);
    background: var(--teal-100);
    border-radius: 5px;
    font-size: 9px;
    letter-spacing: .08em;
}

.window-dots {
    display: flex;
    gap: 5px;
}

.window-dots i {
    display: block;
    width: 7px;
    height: 7px;
    background: #c2d1d6;
    border-radius: 50%;
}

.window-dots i:first-child { background: #f19162; }
.window-dots i:nth-child(2) { background: #f4c764; }
.window-dots i:last-child { background: #64c7b1; }

.app-window > img {
    width: 100%;
    height: auto;
}

.app-window.motion-media > img,
.screen-stack__item.motion-media > img {
    transform: translate3d(0, var(--media-shift, 0), 0) scale(1.025);
    transform-origin: center;
    transition: transform .14s linear;
    will-change: transform;
}

.floating-card {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 170px;
    padding: 13px 15px;
    color: var(--navy-900);
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 13px;
    box-shadow: 0 18px 45px rgba(0, 17, 26, .25);
    backdrop-filter: blur(10px);
}

.floating-card--top {
    top: -29px;
    right: 6%;
}

.floating-card--bottom {
    bottom: -27px;
    left: -27px;
}

.floating-card__icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #fff;
    background: var(--orange-500);
    border-radius: 10px;
    font-size: 18px;
    font-weight: 900;
}

.floating-card span:last-child {
    display: grid;
}

.floating-card small {
    color: var(--muted);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.floating-card strong {
    font-size: 13px;
}

.status-dot {
    width: 12px;
    height: 12px;
    background: #22c7a9;
    border: 3px solid #d9fbf4;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(34, 199, 169, .14);
}

.hero__metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 91px;
    border-top: 1px solid rgba(255,255,255,.12);
}

.hero__metrics > div {
    display: flex;
    align-items: baseline;
    gap: 10px;
    min-height: 112px;
    padding: 26px 30px;
    border-right: 1px solid rgba(255,255,255,.12);
}

.hero__metrics > div:first-child {
    padding-left: 0;
}

.hero__metrics > div:last-child {
    border-right: 0;
}

.hero__metrics strong {
    color: #fff;
    font-size: 28px;
    letter-spacing: -.04em;
}

.hero__metrics span {
    color: #8da9b4;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
}

.module-ribbon {
    overflow: hidden;
    color: #fff;
    background: var(--teal-600);
}

.module-ribbon__track {
    display: flex;
    align-items: center;
    width: max-content;
    min-height: 47px;
    animation: ribbon 36s linear infinite;
    will-change: transform;
}

.module-ribbon span {
    padding-inline: 19px;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
    white-space: nowrap;
}

.module-ribbon i {
    width: 4px;
    height: 4px;
    background: #8de3d8;
    border-radius: 50%;
}

@keyframes ribbon {
    to { transform: translateX(-16.6666667%); }
}

.section {
    padding: 112px 0;
}

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

.section--sand {
    background: var(--sand);
}

.section--dark {
    color: #fff;
    background: var(--navy-950);
}

.section-heading {
    margin-bottom: 54px;
}

.section-heading--split {
    display: grid;
    grid-template-columns: 1.16fr .84fr;
    align-items: end;
    gap: 70px;
}

.section-heading--center {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.section-heading--center .eyebrow {
    justify-content: center;
}

.section-heading h2,
.showcase-copy h2,
.finance-copy h2,
.green-score-copy h2,
.integrations-heading h2,
.faq-intro h2,
.demo-copy h2 {
    margin: 0;
    font-size: clamp(34px, 4.3vw, 56px);
    font-weight: 820;
    line-height: 1.08;
    letter-spacing: -.045em;
}

.section-heading > p,
.section-heading--split > p {
    margin: 0 0 6px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
}

.section-heading--center > p {
    max-width: 710px;
    margin: 22px auto 0;
}

.suite-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
}

.suite-card {
    position: relative;
    min-height: 415px;
    padding: 29px;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    transition: transform .3s var(--ease), box-shadow .3s ease;
}

.suite-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    content: "";
    background: var(--tone);
}

.suite-card::after {
    position: absolute;
    z-index: 0;
    top: -70px;
    right: -75px;
    width: 170px;
    height: 170px;
    content: "";
    opacity: .13;
    background: var(--tone);
    border-radius: 50%;
}

.suite-card:hover {
    transform: translateY(-7px);
    box-shadow: var(--shadow-md);
}

.suite-card--teal { --tone: var(--teal-500); }
.suite-card--navy { --tone: #40768c; }
.suite-card--orange { --tone: var(--orange-500); }
.suite-card--purple { --tone: var(--purple-600); }

.suite-card__top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.suite-card__number {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    color: var(--tone);
    background: color-mix(in srgb, var(--tone) 12%, white);
    border-radius: 12px;
    font-size: 13px;
    font-weight: 900;
}

.suite-card__eyebrow {
    color: var(--tone);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.suite-card h3 {
    margin: 36px 0 15px;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.suite-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.72;
}

.suite-card ul {
    display: grid;
    gap: 11px;
    margin: 27px 0 0;
    padding: 21px 0 0;
    border-top: 1px solid var(--line);
    list-style: none;
}

.suite-card li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #355062;
    font-size: 13px;
    font-weight: 700;
}

.suite-card li svg {
    flex: 0 0 16px;
    margin-top: 3px;
    color: var(--tone);
}

.feature-showcase {
    position: relative;
    overflow: hidden;
}

.feature-showcase::before {
    position: absolute;
    top: 30%;
    right: -230px;
    width: 520px;
    height: 520px;
    content: "";
    background: radial-gradient(circle, rgba(17,167,156,.18), transparent 69%);
}

.showcase-row {
    display: grid;
    grid-template-columns: .77fr 1.23fr;
    align-items: center;
    gap: 70px;
}

.showcase-row + .showcase-row {
    margin-top: 130px;
    padding-top: 130px;
    border-top: 1px solid rgba(255,255,255,.1);
}

.showcase-row--reverse {
    grid-template-columns: 1.23fr .77fr;
}

.showcase-row--reverse .showcase-copy {
    order: 2;
}

.showcase-copy h2 {
    font-size: clamp(34px, 3.7vw, 50px);
}

.showcase-copy > p {
    margin: 23px 0 0;
    color: #a9c0c8;
    line-height: 1.78;
}

.feature-list {
    display: grid;
    gap: 18px;
    margin: 29px 0 0;
    padding: 0;
    list-style: none;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    color: #b5c9d0;
    font-size: 14px;
}

.feature-list svg {
    flex: 0 0 21px;
    margin-top: 3px;
    padding: 4px;
    color: #65d8cc;
    background: rgba(17,167,156,.12);
    border-radius: 50%;
}

.feature-list strong {
    display: block;
    margin-bottom: 2px;
    color: #fff;
}

.showcase-row .app-window {
    border-color: rgba(255,255,255,.16);
    box-shadow: 0 30px 85px rgba(0,0,0,.38);
}

.mini-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
    margin-top: 29px;
}

.mini-feature-grid span {
    padding: 14px;
    color: #a9c0c8;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px;
    font-size: 12px;
}

.mini-feature-grid strong {
    display: block;
    color: #fff;
    font-size: 13px;
}

.module-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
}

.module-card {
    position: relative;
    min-height: 293px;
    padding: 29px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 17px;
    transition: transform .28s var(--ease), border-color .28s ease, box-shadow .28s ease;
}

.module-card:hover {
    transform: translateY(-5px);
    border-color: #a5d8d3;
    box-shadow: var(--shadow-sm);
}

.module-card__icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: var(--teal-700);
    background: var(--teal-50);
    border: 1px solid #d4efeb;
    border-radius: 13px;
}

.module-card__icon svg {
    width: 23px;
    height: 23px;
}

.module-card h3 {
    margin: 25px 0 11px;
    font-size: 21px;
    letter-spacing: -.025em;
}

.module-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.7;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 21px;
}

.tag-list span {
    padding: 5px 8px;
    color: #3f606d;
    background: #f1f6f7;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .03em;
}

.finance-section {
    overflow: hidden;
}

.finance-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    align-items: center;
    gap: 68px;
}

.finance-copy > p {
    margin: 24px 0 0;
    color: #667471;
    font-size: 16px;
    line-height: 1.8;
}

.finance-points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 31px;
}

.finance-points div {
    padding: 15px;
    background: rgba(255,255,255,.65);
    border: 1px solid rgba(194,181,159,.5);
    border-radius: 10px;
}

.finance-points strong,
.finance-points span {
    display: block;
}

.finance-points strong {
    font-size: 13px;
}

.finance-points span {
    margin-top: 3px;
    color: #6d7774;
    font-size: 11px;
}

.screen-stack {
    position: relative;
    width: 100%;
    max-width: 640px;
    min-height: 420px;
    justify-self: end;
}

.screen-stack__item {
    position: absolute;
    width: 82%;
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 7px solid #fff;
    border-radius: 16px;
    box-shadow: 0 26px 65px rgba(49, 38, 24, .19);
}

.screen-stack__item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1265 / 720;
    object-fit: cover;
}

.screen-stack__item--front {
    z-index: 2;
    top: 14px;
    left: 0;
    transform: rotate(-1.2deg);
}

.screen-stack__item--back {
    z-index: 1;
    right: 0;
    bottom: 14px;
    transform: rotate(1.8deg);
}

.green-score-section {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(217, 247, 235, .92), rgba(244, 250, 247, .97) 48%, #fff 100%);
}

.green-score-section::before {
    position: absolute;
    top: -190px;
    left: -160px;
    width: 470px;
    height: 470px;
    content: "";
    opacity: .48;
    background: radial-gradient(circle, rgba(38, 190, 111, .22), transparent 68%);
    border-radius: 50%;
    pointer-events: none;
}

.green-score-section__glow {
    position: absolute;
    right: -110px;
    bottom: -250px;
    width: 620px;
    height: 620px;
    opacity: .7;
    background: radial-gradient(circle, rgba(17, 167, 156, .15), transparent 66%);
    border-radius: 50%;
    pointer-events: none;
}

.green-score-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 54px;
}

.green-score-copy > p {
    max-width: 660px;
    margin: 24px 0 0;
    color: #567068;
    font-size: 16px;
    line-height: 1.8;
}

.green-score-copy h2 em {
    color: #158a5a;
}

.green-impact-callout {
    display: grid;
    grid-template-columns: 48px 1fr;
    align-items: center;
    gap: 14px;
    margin-top: 27px;
    padding: 17px 18px;
    background: linear-gradient(105deg, rgba(255,255,255,.9), rgba(228, 248, 237, .78));
    border: 1px solid rgba(46, 170, 103, .24);
    border-radius: 14px;
    box-shadow: 0 13px 32px rgba(32, 108, 70, .08);
}

.green-impact-callout__mark {
    position: relative;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    background: linear-gradient(145deg, #2fc778, #0e8e6c);
    border-radius: 14px;
    box-shadow: 0 9px 20px rgba(23, 145, 88, .22);
}

.green-impact-callout__mark::before,
.green-impact-callout__mark::after {
    position: absolute;
    content: "";
    background: #fff;
}

.green-impact-callout__mark::before {
    width: 19px;
    height: 25px;
    border-radius: 90% 12% 90% 12%;
    transform: rotate(12deg);
}

.green-impact-callout__mark::after {
    width: 2px;
    height: 22px;
    opacity: .65;
    transform: rotate(38deg);
}

.green-impact-callout strong,
.green-impact-callout p {
    display: block;
}

.green-impact-callout strong {
    color: #124b35;
    font-size: 13px;
    line-height: 1.4;
}

.green-impact-callout p {
    margin: 4px 0 0;
    color: #5c746b;
    font-size: 10.5px;
    line-height: 1.55;
}

.green-score-panel {
    position: relative;
    padding: 29px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 88% 10%, rgba(70, 225, 143, .18), transparent 32%),
        linear-gradient(145deg, #073b35, #082d31 52%, #071f29);
    border: 1px solid rgba(110, 228, 167, .23);
    border-radius: 24px;
    box-shadow: 0 32px 75px rgba(16, 69, 53, .22);
}

.green-score-panel::after {
    position: absolute;
    right: -55px;
    bottom: -75px;
    width: 220px;
    height: 220px;
    content: "";
    opacity: .38;
    background-image: radial-gradient(rgba(106, 225, 163, .65) 1px, transparent 1px);
    background-size: 12px 12px;
    transform: rotate(14deg);
    pointer-events: none;
}

.green-score-panel__head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255,255,255,.11);
}

.green-score-panel__head > div {
    display: grid;
    gap: 4px;
}

.green-score-panel__head span {
    color: #65df9e;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .17em;
}

.green-score-panel__head strong {
    font-size: 16px;
}

.green-score-panel__head small {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #a8cbc1;
    font-size: 10px;
    font-weight: 750;
    white-space: nowrap;
}

.green-score-panel__head small i {
    width: 8px;
    height: 8px;
    background: #51dc91;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(81,220,145,.1);
}

.green-score-panel__main {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 190px 1fr;
    align-items: center;
    gap: 26px;
    padding: 31px 0 27px;
}

.green-score-dial {
    display: grid;
    place-items: center;
    width: 180px;
    aspect-ratio: 1;
    padding: 13px;
    background: conic-gradient(#58dc91 0 64%, #14a998 64% 82%, rgba(255,255,255,.1) 82% 100%);
    border-radius: 50%;
    box-shadow: 0 0 45px rgba(62, 211, 133, .12);
}

.green-score-dial > div {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    background: #082e30;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 50%;
    text-align: center;
}

.green-score-dial strong {
    align-self: end;
    font-size: 34px;
    line-height: 1;
    letter-spacing: -.055em;
}

.green-score-dial span {
    align-self: start;
    margin-top: 7px;
    color: #83cdb0;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.green-score-panel__summary > span {
    display: inline-flex;
    padding: 6px 9px;
    color: #72dfa1;
    background: rgba(76, 218, 141, .09);
    border: 1px solid rgba(97, 225, 157, .16);
    border-radius: 7px;
    font-size: 10px;
    font-weight: 850;
}

.green-score-panel__summary h3 {
    margin: 13px 0 9px;
    font-size: 23px;
    line-height: 1.18;
    letter-spacing: -.025em;
}

.green-score-panel__summary p {
    margin: 0;
    color: #a9c5bd;
    font-size: 12px;
    line-height: 1.65;
}

.green-score-sources {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 7px;
}

.green-score-sources span {
    display: grid;
    place-items: center;
    min-height: 48px;
    padding: 7px;
    color: #b4d1c8;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 9px;
    font-size: 9px;
    font-weight: 750;
    line-height: 1.35;
    text-align: center;
}

.green-score-panel__note {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 13px;
    padding: 12px 13px;
    color: #b9d5cc;
    background: rgba(35, 195, 115, .08);
    border: 1px solid rgba(83, 220, 147, .13);
    border-radius: 9px;
    font-size: 10px;
}

.green-score-panel__note svg {
    flex: 0 0 15px;
    width: 15px;
    color: #61dea0;
}

/* Akıllı yakıt karşılaştırması + Peta Mobil entegrasyonu */
.smart-fleet-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        linear-gradient(180deg, #f7fbfa 0%, #eef7f5 52%, #f8faf9 100%);
}

.smart-fleet-section::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    content: "";
    opacity: .48;
    background-image:
        linear-gradient(rgba(12, 93, 88, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(12, 93, 88, .045) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent);
    pointer-events: none;
}

.smart-fleet-section__glow {
    position: absolute;
    z-index: -1;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    filter: blur(3px);
    pointer-events: none;
}

.smart-fleet-section__glow--fuel {
    top: 110px;
    left: -260px;
    background: radial-gradient(circle, rgba(49, 185, 112, .14), transparent 68%);
}

.smart-fleet-section__glow--track {
    right: -260px;
    bottom: 30px;
    background: radial-gradient(circle, rgba(25, 137, 195, .15), transparent 68%);
}

.smart-fleet-heading {
    max-width: 880px;
}

.smart-fleet-heading h2 em {
    color: #138d81;
}

.smart-fleet-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 22px;
}

.smart-fleet-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 690px;
    flex-direction: column;
    padding: 32px;
    overflow: hidden;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(28, 93, 89, .13);
    border-radius: 25px;
    box-shadow: 0 25px 70px rgba(19, 72, 69, .1);
    transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s ease;
}

.smart-fleet-card::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    content: "";
}

.smart-fleet-card--fuel::before {
    background: linear-gradient(90deg, #21b66f, #0f9f8f, #f2b627);
}

.smart-fleet-card--tracking::before {
    background: linear-gradient(90deg, #178bc3, #12649d, #13a797);
}

.smart-fleet-card:hover {
    border-color: rgba(16, 132, 119, .24);
    box-shadow: 0 32px 82px rgba(19, 72, 69, .15);
    transform: translateY(-6px);
}

.smart-fleet-card__topline {
    display: grid;
    grid-template-columns: 47px minmax(0, 1fr) auto;
    align-items: center;
    gap: 13px;
}

.smart-fleet-card__icon {
    display: grid;
    place-items: center;
    width: 47px;
    height: 47px;
    color: #fff;
    border-radius: 14px;
}

.smart-fleet-card--fuel .smart-fleet-card__icon {
    background: linear-gradient(145deg, #20b66f, #087f70);
    box-shadow: 0 11px 25px rgba(20, 155, 100, .22);
}

.smart-fleet-card--tracking .smart-fleet-card__icon {
    background: linear-gradient(145deg, #1a91cc, #095f9b);
    box-shadow: 0 11px 25px rgba(14, 110, 171, .22);
}

.smart-fleet-card__icon svg {
    width: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.smart-fleet-card__topline > div {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.smart-fleet-card__topline small {
    color: #6a817d;
    font-size: 8.5px;
    font-weight: 900;
    letter-spacing: .15em;
}

.smart-fleet-card__topline strong {
    overflow: hidden;
    color: #102c32;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.smart-fleet-card__topline > b {
    padding: 7px 9px;
    color: #158462;
    background: #e8f8f0;
    border: 1px solid #c8eddc;
    border-radius: 8px;
    font-size: 8px;
    letter-spacing: .1em;
}

.smart-fleet-card--tracking .smart-fleet-card__topline > b {
    color: #0870a8;
    background: #e9f5fb;
    border-color: #cae7f5;
}

.smart-fleet-card > h3 {
    margin: 29px 0 14px;
    color: #102a30;
    font-size: clamp(27px, 2.5vw, 38px);
    line-height: 1.12;
    letter-spacing: -.045em;
}

.smart-fleet-card > h3 em {
    color: #16936f;
    font-family: Georgia, serif;
    font-weight: 500;
}

.smart-fleet-card--tracking > h3 em {
    color: #167eb5;
}

.smart-fleet-card > p {
    margin: 0;
    color: #5f7474;
    font-size: 13.5px;
    line-height: 1.75;
}

.fuel-compare-demo,
.peta-tracking-demo {
    position: relative;
    min-height: 220px;
    margin-top: 27px;
    overflow: hidden;
    border-radius: 18px;
}

.fuel-compare-demo {
    padding: 18px;
    background:
        radial-gradient(circle at 95% 0, rgba(43, 205, 128, .13), transparent 32%),
        linear-gradient(145deg, #072c2c, #0a3b37);
    border: 1px solid rgba(28, 147, 113, .22);
    box-shadow: inset 0 1px rgba(255,255,255,.05);
}

.fuel-compare-demo__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.fuel-compare-demo__head > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fuel-live-dot {
    width: 8px;
    height: 8px;
    background: #55e19a;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(85,225,154,.08);
}

.fuel-compare-demo__head strong {
    color: #eafff4;
    font-size: 11px;
}

.fuel-compare-demo__head small {
    color: #81ada1;
    font-size: 8px;
    font-weight: 800;
}

.fuel-station-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 7px;
    margin-top: 17px;
}

.fuel-station {
    display: flex;
    min-width: 0;
    min-height: 47px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 5px;
    overflow: hidden;
    color: #d6ebe4;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(255,255,255,.085);
    border-radius: 10px;
    font-size: 9px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fuel-station i {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.fuel-station--opet i { background: #e83435; box-shadow: 0 0 0 3px rgba(232,52,53,.12); }
.fuel-station--shell i { background: #ffd231; box-shadow: 0 0 0 3px rgba(255,210,49,.11); }
.fuel-station--aytemiz i { background: #f28b27; box-shadow: 0 0 0 3px rgba(242,139,39,.12); }
.fuel-station--po i { background: #3ea9df; box-shadow: 0 0 0 3px rgba(62,169,223,.12); }

.fuel-best-result {
    display: grid;
    grid-template-columns: 39px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    margin-top: 13px;
    padding: 13px;
    color: #fff;
    background: linear-gradient(110deg, rgba(36, 184, 111, .2), rgba(31, 144, 123, .1));
    border: 1px solid rgba(83, 220, 147, .2);
    border-radius: 12px;
}

.fuel-best-result__mark {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    color: #062c24;
    background: #5ce19c;
    border-radius: 11px;
    font-size: 18px;
    font-weight: 900;
}

.fuel-best-result > div {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.fuel-best-result small {
    color: #74dca9;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .11em;
}

.fuel-best-result strong {
    overflow: hidden;
    color: #eaf9f3;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fuel-best-result > b {
    color: #72e2aa;
    font-size: 8px;
    white-space: nowrap;
}

.peta-tracking-demo {
    min-height: 220px;
    background:
        radial-gradient(circle at 75% 15%, rgba(51, 177, 226, .18), transparent 30%),
        linear-gradient(145deg, #071f35, #0a3044);
    border: 1px solid rgba(58, 156, 205, .24);
}

.peta-map-grid {
    position: absolute;
    inset: 0;
    opacity: .48;
    background-image:
        linear-gradient(rgba(107, 190, 224, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(107, 190, 224, .08) 1px, transparent 1px);
    background-size: 31px 31px;
    transform: perspective(350px) rotateX(12deg) scale(1.08);
}

.peta-route {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #42d4c2;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 8 8;
    filter: drop-shadow(0 0 6px rgba(66,212,194,.45));
    animation: petaRouteFlow 7s linear infinite;
}

.peta-map-point {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #55e5cd;
    border: 3px solid #0a3044;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(85,229,205,.13);
}

.peta-map-point--start { bottom: 40px; left: 28px; }
.peta-map-point--end { top: 47px; right: 26px; }

.peta-vehicle-pin {
    position: absolute;
    top: 74px;
    left: 48%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px 8px 8px;
    color: #fff;
    background: rgba(5, 29, 44, .92);
    border: 1px solid rgba(91, 220, 207, .25);
    border-radius: 11px;
    box-shadow: 0 11px 30px rgba(0,0,0,.22);
    transform: translateX(-50%);
}

.peta-vehicle-pin > span {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: #063634;
    background: #5bdbc9;
    border-radius: 9px;
}

.peta-vehicle-pin svg {
    width: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.peta-vehicle-pin > div {
    display: grid;
    gap: 2px;
}

.peta-vehicle-pin small,
.peta-brand-card small,
.peta-location-card small {
    color: #73adbd;
    font-size: 6.5px;
    font-weight: 900;
    letter-spacing: .11em;
}

.peta-vehicle-pin strong { font-size: 10px; }

.peta-brand-card,
.peta-location-card {
    position: absolute;
    display: grid;
    gap: 4px;
    padding: 11px 12px;
    color: #fff;
    background: rgba(6, 28, 43, .86);
    border: 1px solid rgba(87, 177, 216, .19);
    border-radius: 11px;
    backdrop-filter: blur(7px);
}

.peta-brand-card {
    top: 14px;
    left: 14px;
}

.peta-brand-card strong {
    font-size: 13px;
    letter-spacing: .05em;
}

.peta-brand-card strong i {
    color: #52d9c5;
    font-style: normal;
}

.peta-brand-card > span {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #8cb8c4;
    font-size: 7px;
    font-weight: 750;
}

.peta-brand-card > span b {
    width: 6px;
    height: 6px;
    background: #45dc91;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(69,220,145,.1);
}

.peta-location-card {
    right: 14px;
    bottom: 14px;
}

.peta-location-card strong {
    font-size: 9px;
}

.smart-fleet-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin: auto 0 0;
    padding: 20px 0 0;
    list-style: none;
}

.smart-fleet-benefits li {
    display: flex;
    min-width: 0;
    min-height: 56px;
    align-items: center;
    gap: 7px;
    padding: 10px;
    color: #45635f;
    background: #f5faf8;
    border: 1px solid #dfebe7;
    border-radius: 10px;
    font-size: 9px;
    font-weight: 750;
    line-height: 1.45;
}

.smart-fleet-benefits svg {
    flex: 0 0 14px;
    width: 14px;
    fill: none;
    stroke: #19a47c;
    stroke-width: 2;
}

.smart-fleet-card--tracking .smart-fleet-benefits svg {
    stroke: #1683b9;
}

@keyframes petaRouteFlow {
    to { stroke-dashoffset: -160; }
}

.workflow-section {
    background: #fff;
}

.workflow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
}

.workflow::before {
    position: absolute;
    top: 39px;
    right: 12%;
    left: 12%;
    height: 1px;
    content: "";
    background: #cbdcde;
}

.workflow__step {
    position: relative;
    padding: 27px 23px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
}

.workflow__step b {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    margin-bottom: 27px;
    color: #fff;
    background: var(--navy-900);
    border: 6px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--line);
    font-size: 10px;
}

.workflow__step > span {
    color: var(--teal-700);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.workflow__step h3 {
    margin: 9px 0 10px;
    font-size: 18px;
    line-height: 1.25;
}

.workflow__step p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.65;
}

.integrations-section {
    position: relative;
}

.integrations-heading {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    align-items: end;
    gap: 80px;
    margin-bottom: 49px;
}

.integrations-heading > p {
    margin: 0 0 6px;
    color: #a9bec6;
    line-height: 1.76;
}

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

.integration-card {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 82px;
    padding: 14px;
    background: rgba(255,255,255,.045);
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 12px;
    transition: background .2s ease, transform .2s ease, border-color .2s ease;
}

.integration-card:hover {
    transform: translateY(-3px);
    background: rgba(255,255,255,.075);
    border-color: rgba(99,218,205,.32);
}

.integration-card > span {
    display: grid;
    flex: 0 0 42px;
    place-items: center;
    height: 42px;
    color: #89e5da;
    background: rgba(17,167,156,.13);
    border-radius: 10px;
    font-weight: 900;
}

.integration-card > div {
    display: grid;
    min-width: 0;
}

.integration-card strong {
    color: #fff;
    font-size: 13px;
}

.integration-card small {
    overflow: hidden;
    color: #8fa9b2;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.integration-card > i {
    display: grid;
    flex: 0 0 21px;
    place-items: center;
    width: 21px;
    height: 21px;
    margin-left: auto;
    color: #55d1c4;
    background: rgba(17,167,156,.1);
    border-radius: 50%;
}

.integration-card > i svg {
    width: 13px;
}

.security-banner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 23px;
    margin-top: 30px;
    padding: 27px;
    background: linear-gradient(100deg, rgba(11,143,134,.18), rgba(255,255,255,.035));
    border: 1px solid rgba(101,216,204,.2);
    border-radius: 16px;
}

.security-banner__icon {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    color: #74ded3;
    background: rgba(17,167,156,.14);
    border-radius: 14px;
}

.security-banner__icon svg {
    width: 28px;
    height: 28px;
}

.security-banner span {
    color: #70d6cb;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.security-banner h3 {
    margin: 5px 0 0;
    font-size: 20px;
}

.security-banner ul {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 7px 18px;
    margin: 0;
    padding: 0;
    color: #b8cdd3;
    list-style: none;
    font-size: 11px;
    font-weight: 700;
}

.security-banner li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.security-banner li svg {
    width: 14px;
    color: #58d2c6;
}

.faq-section {
    background: #f7f9f9;
}

.faq-grid {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    align-items: start;
    gap: 94px;
}

.faq-intro {
    position: sticky;
    top: 120px;
}

.faq-intro p {
    margin: 23px 0 0;
    color: var(--muted);
    line-height: 1.75;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 28px;
    color: var(--teal-700);
    font-weight: 800;
}

.text-link svg {
    width: 18px;
}

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

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

.faq-item button {
    display: grid;
    grid-template-columns: 1fr 32px;
    align-items: center;
    gap: 30px;
    width: 100%;
    padding: 18px 0;
    border: 0;
    color: var(--ink);
    background: transparent;
    cursor: pointer;
    text-align: left;
    font-size: 17px;
    font-weight: 800;
}

.faq-item button i {
    position: relative;
    width: 30px;
    height: 30px;
    background: #e7f2f2;
    border-radius: 50%;
}

.faq-item button i::before,
.faq-item button i::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 2px;
    content: "";
    background: var(--teal-700);
    transform: translate(-50%, -50%);
    transition: transform .25s ease;
}

.faq-item button i::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.is-open button i::after {
    transform: translate(-50%, -50%) rotate(0);
}

.faq-answer {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows .35s var(--ease), opacity .25s ease;
}

.faq-answer p {
    min-height: 0;
    margin: 0;
    overflow: hidden;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75;
}

.faq-item.is-open .faq-answer {
    grid-template-rows: 1fr;
    padding-bottom: 18px;
    opacity: 1;
}

.demo-section {
    position: relative;
    padding: 106px 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 8% 120%, rgba(244,122,50,.22), transparent 37%),
        radial-gradient(circle at 95% -10%, rgba(17,167,156,.28), transparent 37%),
        var(--navy-900);
}

.demo-grid {
    display: grid;
    grid-template-columns: .84fr 1.16fr;
    align-items: center;
    gap: 92px;
}

.demo-copy > p {
    margin: 23px 0 0;
    color: #b1c7ce;
    font-size: 17px;
    line-height: 1.75;
}

.demo-contact-list {
    display: grid;
    margin-top: 34px;
    border-top: 1px solid rgba(255,255,255,.13);
}

.demo-contact-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,.13);
}

.demo-contact-list span {
    color: #89a5ae;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.demo-contact-list strong {
    color: #fff;
    font-size: 14px;
}

.demo-form-card {
    padding: 37px;
    color: var(--ink);
    background: #fff;
    border-radius: 22px;
    box-shadow: var(--shadow-lg);
}

.form-heading > span {
    color: var(--teal-700);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.form-heading h3,
.form-success h3 {
    margin: 5px 0 0;
    font-size: 28px;
    letter-spacing: -.035em;
}

.form-heading p,
.form-success p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 13px;
}

.form-error {
    margin-top: 19px;
    padding: 11px 13px;
    color: #9f2d22;
    background: #fff0ee;
    border: 1px solid #ffd1cb;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
}

.demo-form-card form {
    display: grid;
    gap: 15px;
    margin-top: 24px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

.demo-form-card label {
    display: grid;
    gap: 7px;
}

.demo-form-card label > span {
    color: #3f5967;
    font-size: 11px;
    font-weight: 800;
}

.demo-form-card input,
.demo-form-card textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid #d3e0e4;
    color: var(--ink);
    background: #fbfdfd;
    border-radius: 9px;
    outline: none;
    font-size: 14px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.demo-form-card textarea {
    min-height: 103px;
    resize: vertical;
}

.demo-form-card input:focus,
.demo-form-card textarea:focus {
    border-color: var(--teal-500);
    box-shadow: 0 0 0 3px rgba(17,167,156,.1);
}

.demo-form-card [aria-invalid="true"] {
    border-color: #df5f52;
    background: #fffafa;
}

.form-note {
    margin: -3px 0 0;
    color: #7d8e97;
    font-size: 10px;
    text-align: center;
}

.form-success {
    display: grid;
    place-items: center;
    min-height: 420px;
    text-align: center;
}

.form-success > span {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    color: #fff;
    background: var(--teal-600);
    border-radius: 50%;
}

.form-success > span svg {
    width: 32px;
    height: 32px;
}

.form-success .button {
    margin-top: 22px;
}

.form-reset-link {
    color: var(--teal-700);
    font-size: 12px;
    font-weight: 800;
}

.site-footer {
    color: #a9bdc5;
    background: var(--navy-950);
}

.footer__top {
    display: grid;
    grid-template-columns: 1.55fr repeat(3, .75fr);
    gap: 60px;
    padding-top: 76px;
    padding-bottom: 64px;
}

.brand--footer {
    color: #fff;
}

.brand--footer img {
    padding: 5px;
    background: #fff;
    border-radius: 8px;
}

.brand--footer .brand__product {
    border-color: rgba(255,255,255,.16);
}

.footer__brand > p {
    max-width: 390px;
    margin: 23px 0 0;
    font-size: 13px;
    line-height: 1.75;
}

.footer__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 20px;
}

.footer__badges span {
    padding: 5px 8px;
    color: #8fcfc9;
    background: rgba(17,167,156,.08);
    border: 1px solid rgba(17,167,156,.15);
    border-radius: 6px;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

.footer__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
}

.footer__column h4 {
    margin: 0 0 9px;
    color: #fff;
    font-size: 13px;
}

.footer__column a,
.footer__column p {
    margin: 0;
    color: #8fa8b1;
    font-size: 12px;
    line-height: 1.65;
    transition: color .2s ease;
}

.footer__column a:hover {
    color: #83ded4;
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 72px;
    border-top: 1px solid rgba(255,255,255,.1);
    color: #738e98;
    font-size: 11px;
}

.whatsapp-fab {
    position: fixed;
    z-index: 45;
    right: 22px;
    bottom: 22px;
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    isolation: isolate;
    color: #fff;
    background: linear-gradient(145deg, #38db85 0%, #16b868 48%, #079650 100%);
    border: 3px solid rgba(255,255,255,.94);
    border-radius: 50%;
    box-shadow:
        0 13px 35px rgba(3,53,31,.34),
        0 0 0 7px rgba(32,184,106,.12),
        inset 0 1px 1px rgba(255,255,255,.55);
    animation: whatsappFloat 2.8s ease-in-out infinite;
    transition: transform .2s var(--ease), background .2s ease;
}

.whatsapp-fab::before,
.whatsapp-fab::after {
    position: absolute;
    z-index: -1;
    content: "";
    border-radius: 50%;
    pointer-events: none;
}

.whatsapp-fab::before {
    inset: -8px;
    border: 2px solid rgba(37, 211, 102, .65);
    animation: whatsappRing 2.2s ease-out infinite;
}

.whatsapp-fab::after {
    inset: 3px;
    z-index: 0;
    opacity: .55;
    background: linear-gradient(125deg, rgba(255,255,255,.65), transparent 36%);
}

.whatsapp-fab:hover {
    animation-play-state: paused;
    transform: translateY(-6px) scale(1.09) rotate(-4deg);
    background: linear-gradient(145deg, #4ee894 0%, #1fc975 52%, #079650 100%);
    box-shadow:
        0 18px 42px rgba(3,53,31,.4),
        0 0 0 10px rgba(32,184,106,.16),
        inset 0 1px 1px rgba(255,255,255,.65);
}

.whatsapp-fab svg {
    position: relative;
    z-index: 2;
    width: 29px;
    height: 29px;
    fill: currentColor;
    stroke: var(--white);
    stroke-width: 1.35;
}

@keyframes whatsappFloat {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }
    45% {
        transform: translateY(-5px) rotate(2deg);
    }
    55% {
        transform: translateY(-5px) rotate(-2deg);
    }
}

@keyframes whatsappRing {
    0% {
        opacity: .8;
        transform: scale(.82);
    }
    72%, 100% {
        opacity: 0;
        transform: scale(1.38);
    }
}

/* Yapay zekâ destekli TT Asisstan vitrini */
.ai-tour-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 126px 0 132px;
    color: #fff;
    background:
        radial-gradient(circle at 86% 24%, rgba(19, 189, 174, .18), transparent 32%),
        radial-gradient(circle at 16% 76%, rgba(101, 85, 200, .14), transparent 29%),
        linear-gradient(145deg, #04131e 0%, #071f2d 46%, #07323c 100%);
}

.ai-tour-section__grid {
    position: absolute;
    z-index: -2;
    inset: 0;
    opacity: .18;
    background-image:
        linear-gradient(rgba(128, 233, 221, .16) 1px, transparent 1px),
        linear-gradient(90deg, rgba(128, 233, 221, .16) 1px, transparent 1px);
    background-size: 56px 56px;
    -webkit-mask-image: linear-gradient(90deg, transparent 2%, #000 45%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 2%, #000 45%, #000 100%);
    animation: aiGridFlow 18s linear infinite;
}

.ai-tour-section::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(125, 231, 219, .78), transparent);
}

.ai-tour-section__glow {
    position: absolute;
    z-index: -1;
    width: 440px;
    height: 440px;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(2px);
}

.ai-tour-section__glow--one {
    top: -235px;
    right: 8%;
    background: radial-gradient(circle, rgba(13, 166, 153, .26), transparent 68%);
}

.ai-tour-section__glow--two {
    bottom: -270px;
    left: 23%;
    background: radial-gradient(circle, rgba(104, 81, 201, .2), transparent 67%);
}

.ai-tour-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    align-items: center;
    gap: clamp(54px, 7vw, 92px);
}

.ai-tour-copy {
    position: relative;
    z-index: 2;
}

.ai-tour-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 28px;
    padding: 7px 11px 7px 8px;
    color: #a0efe6;
    background: rgba(8, 93, 91, .24);
    border: 1px solid rgba(118, 230, 217, .22);
    border-radius: 999px;
    box-shadow: inset 0 1px rgba(255,255,255,.05);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: .12em;
}

.ai-tour-kicker > i {
    width: 8px;
    height: 8px;
    background: #35e2c9;
    border: 2px solid rgba(255,255,255,.35);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(53, 226, 201, .1);
    animation: aiSignalPulse 2s ease-in-out infinite;
}

.ai-tour-kicker > span {
    color: #fff;
}

.ai-tour-kicker > b {
    padding-left: 9px;
    border-left: 1px solid rgba(255,255,255,.17);
    font-weight: 750;
}

.ai-tour-copy h2 {
    max-width: 620px;
    margin: 0;
    font-size: clamp(42px, 4.6vw, 63px);
    font-weight: 830;
    line-height: 1.04;
    letter-spacing: -.055em;
}

.ai-tour-copy h2 em {
    color: #56ddce;
    font-family: Georgia, serif;
    font-weight: 500;
}

.ai-tour-copy > p {
    max-width: 605px;
    margin: 27px 0 0;
    color: #a7bec7;
    font-size: 16.5px;
    line-height: 1.82;
}

.ai-tour-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 33px;
}

.ai-tour-feature-grid article {
    display: grid;
    grid-template-columns: 31px 1fr;
    align-items: start;
    gap: 10px;
    min-width: 0;
    padding: 14px 13px;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.095);
    border-radius: 13px;
    transition: background .25s ease, border-color .25s ease, transform .25s var(--ease);
}

.ai-tour-feature-grid article:hover {
    background: rgba(25, 179, 165, .08);
    border-color: rgba(82, 220, 205, .28);
    transform: translateY(-3px);
}

.ai-tour-feature-grid article > span {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    color: #69e1d4;
    background: rgba(21, 162, 150, .13);
    border: 1px solid rgba(88, 221, 207, .18);
    border-radius: 9px;
    font-size: 8.5px;
    font-weight: 900;
}

.ai-tour-feature-grid article > div {
    min-width: 0;
}

.ai-tour-feature-grid strong,
.ai-tour-feature-grid small {
    display: block;
}

.ai-tour-feature-grid strong {
    color: #fff;
    font-size: 12px;
    line-height: 1.35;
}

.ai-tour-feature-grid small {
    margin-top: 4px;
    color: #849faa;
    font-size: 9.5px;
    font-weight: 600;
    line-height: 1.55;
}

.ai-tour-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
}

.ai-tour-actions .button {
    min-height: 49px;
    padding-inline: 21px;
    box-shadow: 0 15px 38px rgba(228, 101, 38, .22);
}

.ai-tour-actions > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 190px;
    color: #89a6b0;
    font-size: 9.5px;
    font-weight: 700;
    line-height: 1.45;
}

.ai-tour-actions > span i {
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    background: #42dbc8;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(66, 219, 200, .09);
}

.ai-tour-stage {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 650px;
    place-items: center;
    perspective: 1300px;
}

.ai-tour-stage::before {
    position: absolute;
    width: 82%;
    aspect-ratio: 1;
    content: "";
    opacity: .42;
    background: radial-gradient(circle, rgba(29, 203, 186, .25), rgba(17, 111, 113, .06) 48%, transparent 69%);
    border-radius: 50%;
    filter: blur(1px);
}

.ai-neural-orbit {
    position: absolute;
    z-index: 0;
    aspect-ratio: 1;
    pointer-events: none;
    border: 1px dashed rgba(93, 226, 212, .21);
    border-radius: 50%;
}

.ai-neural-orbit--outer {
    width: 96%;
    animation: aiOrbitSpin 27s linear infinite;
}

.ai-neural-orbit--inner {
    width: 69%;
    border-color: rgba(129, 105, 219, .2);
    animation: aiOrbitSpin 19s linear infinite reverse;
}

.ai-neural-orbit i {
    position: absolute;
    width: 9px;
    height: 9px;
    background: #51dccc;
    border: 2px solid #0a2c37;
    border-radius: 50%;
    box-shadow: 0 0 16px rgba(64, 221, 204, .8);
}

.ai-neural-orbit i:nth-child(1) { top: 9%; left: 25%; }
.ai-neural-orbit i:nth-child(2) { top: 50%; right: -5px; }
.ai-neural-orbit i:nth-child(3) { bottom: 7%; left: 31%; }
.ai-neural-orbit--inner i { background: #9380ed; box-shadow: 0 0 15px rgba(147, 128, 237, .75); }
.ai-neural-orbit--inner i:nth-child(1) { top: 20%; right: 7%; left: auto; }
.ai-neural-orbit--inner i:nth-child(2) { top: auto; right: auto; bottom: 4%; left: 38%; }

.ai-assistant-console {
    position: relative;
    z-index: 2;
    width: min(100%, 610px);
    overflow: hidden;
    background: rgba(7, 26, 38, .91);
    border: 1px solid rgba(128, 231, 219, .24);
    border-radius: 25px;
    box-shadow:
        0 45px 100px rgba(0, 7, 13, .55),
        0 0 0 1px rgba(255,255,255,.025) inset,
        0 0 70px rgba(12, 150, 142, .09);
    backdrop-filter: blur(20px);
    transform: rotateY(-2deg) rotateX(1deg);
    animation: aiConsoleFloat 6s ease-in-out infinite;
}

.ai-console-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 80px;
    padding: 17px 20px;
    background: linear-gradient(115deg, rgba(14, 112, 107, .28), rgba(10, 39, 53, .74));
    border-bottom: 1px solid rgba(255,255,255,.075);
}

.ai-console-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ai-console-brand > span:last-child {
    display: grid;
}

.ai-console-brand small {
    color: #68dacf;
    font-size: 7.5px;
    font-weight: 900;
    letter-spacing: .14em;
}

.ai-console-brand strong {
    margin-top: 2px;
    color: #fff;
    font-size: 17px;
    letter-spacing: -.02em;
}

.ai-console-robot {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: #effffc;
    background: linear-gradient(145deg, #0db0a3, #0a6d75);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(5, 166, 154, .24), inset 0 1px rgba(255,255,255,.22);
}

.ai-console-robot svg {
    width: 27px;
    height: 27px;
    stroke-width: 1.7;
}

.ai-console-live {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 9px;
    color: #99efe5;
    background: rgba(9, 155, 141, .11);
    border: 1px solid rgba(86, 222, 208, .18);
    border-radius: 999px;
    font-size: 7.5px;
    font-weight: 900;
    letter-spacing: .12em;
}

.ai-console-live i {
    width: 7px;
    height: 7px;
    background: #38e0c8;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(56, 224, 200, .11);
    animation: aiSignalPulse 1.7s ease-in-out infinite;
}

.ai-console-context {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255,255,255,.07);
    border-bottom: 1px solid rgba(255,255,255,.065);
}

.ai-console-context > span {
    display: grid;
    gap: 2px;
    min-width: 0;
    padding: 11px 13px;
    background: rgba(7, 27, 39, .96);
}

.ai-console-context small {
    color: #668590;
    font-size: 7.5px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ai-console-context strong {
    overflow: hidden;
    color: #d7e9ec;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ai-message-stack {
    display: grid;
    gap: 11px;
    padding: 17px;
}

.ai-demo-message {
    position: relative;
    overflow: hidden;
    padding: 16px;
    background: linear-gradient(145deg, rgba(255,255,255,.072), rgba(255,255,255,.035));
    border: 1px solid rgba(255,255,255,.105);
    border-radius: 17px;
    box-shadow: 0 15px 36px rgba(0,0,0,.13);
}

.ai-demo-message::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    content: "";
    background: linear-gradient(#47dfce, #0b857f);
}

.ai-demo-message--weather::before {
    background: linear-gradient(#62c6ff, #5969df);
}

.ai-demo-message__head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ai-demo-message__head > div {
    display: grid;
    min-width: 0;
    margin-right: auto;
}

.ai-demo-message__head strong {
    color: #fff;
    font-size: 11.5px;
}

.ai-demo-message__head small {
    color: #698a96;
    font-size: 8px;
    font-weight: 650;
}

.ai-demo-message__head > b {
    padding: 4px 7px;
    color: #5be0d2;
    background: rgba(27, 185, 170, .09);
    border: 1px solid rgba(73, 220, 205, .15);
    border-radius: 7px;
    font-size: 7.5px;
    letter-spacing: .08em;
}

.ai-mini-avatar,
.ai-weather-avatar {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 34px;
    height: 34px;
    color: #ecfffc;
    background: linear-gradient(145deg, #0b9d93, #08636b);
    border-radius: 10px;
}

.ai-weather-avatar {
    color: #f2fbff;
    background: linear-gradient(145deg, #268aca, #4b55bb);
}

.ai-mini-avatar svg,
.ai-weather-avatar svg {
    width: 20px;
    height: 20px;
}

.ai-demo-message > p {
    margin: 13px 0 0;
    color: #bdd0d6;
    font-size: 11px;
    font-weight: 550;
    line-height: 1.68;
}

.ai-demo-message > p strong {
    color: #fff;
}

.ai-alert-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 12px;
}

.ai-alert-pills span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 8px;
    color: #83dcd3;
    background: rgba(15, 127, 120, .11);
    border: 1px solid rgba(63, 202, 190, .13);
    border-radius: 8px;
    font-size: 8px;
    font-weight: 800;
}

.ai-alert-pills i {
    width: 5px;
    height: 5px;
    background: #42dac8;
    border-radius: 50%;
}

.ai-weather-line {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 11px;
    color: #7997a2;
    font-size: 7.5px;
    font-weight: 750;
}

.ai-weather-line i {
    width: 3px;
    height: 3px;
    background: #547381;
    border-radius: 50%;
}

.ai-console-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 12px 17px;
    color: #5e7c88;
    background: rgba(2, 17, 26, .46);
    border-top: 1px solid rgba(255,255,255,.06);
    font-size: 7.5px;
    font-weight: 700;
}

.ai-console-footer > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #86a4ad;
}

.ai-console-footer i {
    width: 6px;
    height: 6px;
    background: #37d5c2;
    border-radius: 50%;
    box-shadow: 0 0 9px rgba(55, 213, 194, .7);
}

.ai-floating-note {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 13px;
    color: #fff;
    background: rgba(11, 38, 51, .88);
    border: 1px solid rgba(121, 226, 214, .2);
    border-radius: 13px;
    box-shadow: 0 18px 40px rgba(0,0,0,.28);
    backdrop-filter: blur(12px);
}

.ai-floating-note--top {
    top: 12%;
    right: -6%;
    animation: aiNoteFloat 4.8s ease-in-out infinite;
}

.ai-floating-note--bottom {
    bottom: 9%;
    left: -6%;
    animation: aiNoteFloat 5.4s ease-in-out .5s infinite reverse;
}

.ai-floating-note > i {
    width: 13px;
    height: 13px;
    background: #4ae0ce;
    border: 4px solid #174f52;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(74, 224, 206, .08);
}

.ai-floating-note > b {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    color: #fff;
    background: linear-gradient(145deg, #6555c8, #3b7ea0);
    border-radius: 11px;
    font-size: 15px;
}

.ai-floating-note > span {
    display: grid;
}

.ai-floating-note small {
    color: #63d7ca;
    font-size: 6.5px;
    font-weight: 900;
    letter-spacing: .12em;
}

.ai-floating-note strong {
    margin-top: 2px;
    font-size: 9.5px;
}

@keyframes aiGridFlow {
    to { background-position: 56px 56px; }
}

@keyframes aiSignalPulse {
    0%, 100% { opacity: .75; transform: scale(.92); }
    50% { opacity: 1; transform: scale(1.12); }
}

@keyframes aiOrbitSpin {
    to { transform: rotate(360deg); }
}

@keyframes aiConsoleFloat {
    0%, 100% { transform: translateY(0) rotateY(-2deg) rotateX(1deg); }
    50% { transform: translateY(-9px) rotateY(-1deg) rotateX(.5deg); }
}

@keyframes aiNoteFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.js .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s var(--ease), transform .7s var(--ease);
}

.js .reveal--delay {
    transition-delay: .12s;
}

.js .reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.js .showcase-row.reveal .app-window {
    opacity: 0;
    transform: translateX(34px) scale(.975);
    transition: opacity .8s var(--ease) .12s, transform .8s var(--ease) .12s;
}

.js .showcase-row--reverse.reveal .app-window {
    transform: translateX(-34px) scale(.975);
}

.js .showcase-row.reveal.is-visible .app-window {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.js .screen-stack.reveal .screen-stack__item {
    opacity: 0;
    transition: opacity .75s var(--ease), transform .85s var(--ease);
}

.js .screen-stack.reveal .screen-stack__item--front {
    transform: translateY(25px) rotate(-2.2deg) scale(.97);
}

.js .screen-stack.reveal .screen-stack__item--back {
    transform: translateY(36px) rotate(3deg) scale(.97);
    transition-delay: .12s;
}

.js .screen-stack.reveal.is-visible .screen-stack__item--front {
    opacity: 1;
    transform: translateY(0) rotate(-1.2deg) scale(1);
}

.js .screen-stack.reveal.is-visible .screen-stack__item--back {
    opacity: 1;
    transform: translateY(0) rotate(1.8deg) scale(1);
}

.js .hero__visual.reveal .floating-card {
    opacity: 0;
    transform: translateY(12px) scale(.94);
    transition: opacity .6s var(--ease) .45s, transform .6s var(--ease) .45s;
}

.js .hero__visual.reveal .floating-card--bottom {
    transition-delay: .6s;
}

.js .hero__visual.reveal.is-visible .floating-card {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.js .suite-grid .reveal:nth-child(2),
.js .module-grid .reveal:nth-child(3n + 2),
.js .workflow .reveal:nth-child(2),
.js .integration-grid .reveal:nth-child(4n + 2) {
    transition-delay: .07s;
}

.js .suite-grid .reveal:nth-child(3),
.js .module-grid .reveal:nth-child(3n),
.js .workflow .reveal:nth-child(3),
.js .integration-grid .reveal:nth-child(4n + 3) {
    transition-delay: .14s;
}

.js .suite-grid .reveal:nth-child(4),
.js .workflow .reveal:nth-child(4),
.js .integration-grid .reveal:nth-child(4n) {
    transition-delay: .21s;
}

.js .suite-card.reveal.is-visible:hover {
    transform: translateY(-7px);
}

.js .module-card.reveal.is-visible:hover,
.js .integration-card.reveal.is-visible:hover {
    transform: translateY(-5px);
}

@media (max-width: 1120px) {
    .desktop-nav a { padding-inline: 8px; font-size: 13px; }
    .header__phone { display: none; }
    .hero { min-height: auto; padding-top: 94px; }
    .hero__grid { grid-template-columns: .9fr 1.1fr; gap: 42px; }
    .hero__visual { width: 112%; }
    .suite-grid { grid-template-columns: repeat(2, 1fr); }
    .suite-card { min-height: 370px; }
    .module-grid { grid-template-columns: repeat(3, 1fr); }
    .showcase-row { gap: 46px; }
    .finance-grid { gap: 48px; }
    .screen-stack { min-height: 400px; }
    .ai-tour-grid { grid-template-columns: .9fr 1.1fr; gap: 42px; }
    .ai-tour-stage { min-height: 610px; }
    .ai-floating-note--top { right: -1%; }
    .ai-floating-note--bottom { left: -1%; }
    .footer__top { gap: 32px; }
}

@media (max-width: 1020px) {
    .green-score-grid { grid-template-columns: 1fr; gap: 52px; }
    .green-score-copy > p { max-width: 720px; }
    .green-score-panel { width: 100%; max-width: 720px; justify-self: center; }
}

@media (max-width: 900px) {
    .container { width: min(calc(100% - 36px), var(--container)); }
    .announcement__inner { justify-content: center; text-align: center; }
    .announcement__inner > span { display: none; }
    .desktop-nav,
    .header__actions > .button { display: none; }
    .mobile-menu-button { display: inline-flex; }
    .header__inner { min-height: 70px; }
    .mobile-menu {
        position: absolute;
        z-index: 49;
        top: 100%;
        right: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        gap: 0;
        height: calc(100vh - 70px);
        height: calc(100dvh - 70px);
        padding: 18px;
        overflow-y: auto;
        visibility: hidden;
        opacity: 0;
        background:
            radial-gradient(circle at 100% 0, rgba(17,167,156,.17), transparent 34%),
            linear-gradient(155deg, #061722 0%, #082431 100%);
        transform: translateY(-12px);
        transition: opacity .24s ease, transform .24s ease, visibility .24s;
    }
    .mobile-menu.is-open {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }
    .mobile-menu__intro {
        display: grid;
        gap: 3px;
        margin-bottom: 7px;
        padding: 5px 5px 12px;
        border-bottom: 1px solid rgba(255,255,255,.1);
    }
    .mobile-menu__intro span {
        color: #83e1d7;
        font-size: 10px;
        font-weight: 850;
        letter-spacing: .14em;
        text-transform: uppercase;
    }
    .mobile-menu__intro small {
        color: #89a8b2;
        font-size: 11px;
    }
    .mobile-menu > a:not(.button) {
        position: relative;
        padding: 17px 5px;
        color: #fff;
        border-bottom: 1px solid rgba(255,255,255,.1);
        font-size: 16px;
        font-weight: 750;
        transition: color .2s ease, padding-left .2s ease, background .2s ease;
    }
    .mobile-menu > a:not(.button):not(.mobile-menu__phone)::after {
        position: absolute;
        top: 50%;
        right: 7px;
        content: "→";
        color: #5bcfc3;
        opacity: .65;
        transform: translateY(-50%);
        transition: transform .2s ease, opacity .2s ease;
    }
    .mobile-menu > a:not(.button):not(.mobile-menu__phone):hover,
    .mobile-menu > a:not(.button):not(.mobile-menu__phone):focus-visible {
        padding-left: 12px;
        color: #8ce3da;
        background: rgba(255,255,255,.035);
    }
    .mobile-menu > a:not(.button):not(.mobile-menu__phone):hover::after,
    .mobile-menu > a:not(.button):not(.mobile-menu__phone):focus-visible::after {
        opacity: 1;
        transform: translate(3px, -50%);
    }
    .mobile-menu > .mobile-menu__phone {
        display: flex;
        align-items: center;
        gap: 11px;
        margin-top: 18px;
        padding: 12px;
        color: #fff;
        background: rgba(17,167,156,.1);
        border: 1px solid rgba(101,216,204,.22);
        border-radius: 12px;
    }
    .mobile-menu__phone .header__phone-icon {
        flex: 0 0 38px;
        width: 38px;
        height: 38px;
        color: #86e3d9;
        background: rgba(17,167,156,.18);
    }
    .mobile-menu__phone > span:last-child {
        display: grid;
        line-height: 1.15;
    }
    .mobile-menu__phone small {
        color: #8fb0b9;
        font-size: 9px;
        font-weight: 800;
        letter-spacing: .09em;
        text-transform: uppercase;
    }
    .mobile-menu__phone strong {
        margin-top: 4px;
        color: #fff;
        font-size: 15px;
    }
    .mobile-menu__phone:hover,
    .mobile-menu__phone:focus-visible {
        background: rgba(17,167,156,.18);
        border-color: rgba(101,216,204,.42);
    }
    .mobile-menu .button { margin-top: 12px; }
    .mobile-demo-button {
        position: relative;
        min-height: 52px;
        overflow: hidden;
        border: 1px solid rgba(145,235,225,.28);
        background: linear-gradient(115deg, #087c76, #0fa69b 52%, #087c76);
        background-size: 200% 100%;
        box-shadow: 0 12px 30px rgba(0,0,0,.22);
    }
    .mobile-demo-button::before {
        position: absolute;
        top: -70%;
        bottom: -70%;
        left: -35%;
        width: 28px;
        content: "";
        background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent);
        transform: rotate(20deg);
        animation: mobileDemoShine 2.8s ease-in-out infinite;
    }
    .mobile-demo-button span,
    .mobile-demo-button svg {
        position: relative;
        z-index: 1;
    }
    .mobile-menu__intro,
    .mobile-menu > a {
        opacity: 0;
        transform: translateY(-7px);
    }
    .mobile-menu.is-open .mobile-menu__intro,
    .mobile-menu.is-open > a {
        animation: mobileNavItemIn .38s var(--ease) both;
    }
    .mobile-menu.is-open > :nth-child(2) { animation-delay: .04s; }
    .mobile-menu.is-open > :nth-child(3) { animation-delay: .08s; }
    .mobile-menu.is-open > :nth-child(4) { animation-delay: .12s; }
    .mobile-menu.is-open > :nth-child(5) { animation-delay: .16s; }
    .mobile-menu.is-open > :nth-child(6) { animation-delay: .20s; }
    .mobile-menu.is-open > :nth-child(7) { animation-delay: .24s; }
    .mobile-menu.is-open > :nth-child(8) { animation-delay: .28s; }
    .mobile-menu.is-open > .mobile-demo-button {
        animation:
            mobileNavItemIn .38s var(--ease) .32s both,
            mobileDemoPulse 2.8s ease-in-out .74s infinite;
    }
    .hero { padding-top: 74px; }
    .hero__grid { grid-template-columns: 1fr; gap: 66px; }
    .hero__content { max-width: 690px; }
    .hero__visual { width: 100%; }
    .app-window--hero { transform: none; }
    .floating-card--bottom { left: 18px; }
    .hero__metrics { margin-top: 78px; }
    .hero__metrics > div { display: grid; gap: 0; padding: 22px 18px; }
    .hero__metrics > div:first-child { padding-left: 0; }
    .section { padding: 86px 0; }
    .ai-tour-section { padding: 100px 0 106px; }
    .ai-tour-grid { grid-template-columns: 1fr; gap: 58px; }
    .ai-tour-copy { max-width: 760px; }
    .ai-tour-stage { width: min(100%, 720px); min-height: 640px; justify-self: center; }
    .ai-assistant-console { width: min(90%, 610px); }
    .section-heading--split { grid-template-columns: 1fr; gap: 24px; }
    .showcase-row,
    .showcase-row--reverse { grid-template-columns: 1fr; gap: 42px; }
    .showcase-row--reverse .showcase-copy { order: initial; }
    .showcase-row + .showcase-row { margin-top: 90px; padding-top: 90px; }
    .module-grid { grid-template-columns: repeat(2, 1fr); }
    .finance-grid { grid-template-columns: 1fr; gap: 58px; }
    .screen-stack {
        max-width: 720px;
        min-height: 470px;
        justify-self: center;
    }
    .smart-fleet-grid { grid-template-columns: 1fr; }
    .smart-fleet-card { min-height: auto; }
    .workflow { grid-template-columns: repeat(2, 1fr); }
    .workflow::before { display: none; }
    .integration-grid { grid-template-columns: repeat(2, 1fr); }
    .integrations-heading { grid-template-columns: 1fr; gap: 23px; }
    .security-banner { grid-template-columns: auto 1fr; }
    .security-banner ul { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
    .faq-grid { grid-template-columns: 1fr; gap: 50px; }
    .faq-intro { position: static; max-width: 680px; }
    .demo-grid { grid-template-columns: 1fr; gap: 55px; }
    .demo-copy { max-width: 680px; }
    .footer__top { grid-template-columns: 1.5fr repeat(2, 1fr); }
    .footer__column:last-child { grid-column: 2 / -1; }
}

@media (max-width: 680px) {
    html { scroll-padding-top: 78px; }
    .container { width: min(calc(100% - 28px), var(--container)); }
    .announcement__inner { min-height: 33px; font-size: 11px; }
    .header__inner { min-height: 65px; }
    .brand { gap: 9px; }
    .brand img { width: 126px; height: 36px; }
    .brand__product { padding-left: 9px; font-size: 12px; }
    .mobile-menu {
        height: calc(100vh - 65px);
        height: calc(100dvh - 65px);
    }
    .hero { padding-top: 60px; }
    .hero h1 { font-size: clamp(43px, 13vw, 61px); }
    .hero__lead { font-size: 16px; }
    .hero__actions { display: grid; }
    .hero__actions .button { width: 100%; }
    .hero__trust { gap: 11px 15px; }
    .app-window__bar { min-height: 34px; padding-inline: 9px; }
    .app-window__bar > span { max-width: 140px; overflow: hidden; text-overflow: ellipsis; }
    .floating-card { min-width: auto; padding: 10px 12px; }
    .floating-card--top { top: -24px; right: 9px; }
    .floating-card--bottom { bottom: -23px; left: 10px; }
    .floating-card__icon { width: 29px; height: 29px; }
    .hero__metrics { grid-template-columns: repeat(2, 1fr); margin-top: 67px; }
    .hero__metrics > div { min-height: 84px; border-bottom: 1px solid rgba(255,255,255,.12); }
    .hero__metrics > div:nth-child(2) { border-right: 0; }
    .hero__metrics > div:first-child { padding-left: 18px; }
    .section { padding: 72px 0; }
    .ai-tour-section { padding: 77px 0 82px; }
    .ai-tour-section__grid { background-size: 42px 42px; }
    .ai-tour-grid { gap: 42px; }
    .ai-tour-kicker { gap: 7px; margin-bottom: 22px; font-size: 7.5px; }
    .ai-tour-kicker > b { padding-left: 7px; }
    .ai-tour-copy h2 { font-size: 38px; }
    .ai-tour-copy > p { margin-top: 20px; font-size: 14px; line-height: 1.72; }
    .ai-tour-feature-grid { gap: 8px; margin-top: 25px; }
    .ai-tour-feature-grid article { grid-template-columns: 27px 1fr; gap: 8px; padding: 11px 9px; }
    .ai-tour-feature-grid article > span { width: 27px; height: 27px; font-size: 7px; }
    .ai-tour-feature-grid strong { font-size: 10.5px; }
    .ai-tour-feature-grid small { font-size: 8.5px; }
    .ai-tour-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
    .ai-tour-actions .button { width: 100%; }
    .ai-tour-actions > span { max-width: none; padding-left: 4px; }
    .ai-tour-stage { min-height: 530px; }
    .ai-assistant-console { width: 95%; border-radius: 19px; transform: none; }
    .ai-console-head { min-height: 68px; padding: 13px 14px; }
    .ai-console-robot { width: 38px; height: 38px; border-radius: 11px; }
    .ai-console-robot svg { width: 23px; height: 23px; }
    .ai-console-brand small { font-size: 6px; }
    .ai-console-brand strong { font-size: 14px; }
    .ai-console-context > span { padding: 9px 8px; }
    .ai-console-context small { font-size: 6px; }
    .ai-console-context strong { font-size: 8.5px; }
    .ai-message-stack { gap: 8px; padding: 11px; }
    .ai-demo-message { padding: 12px; border-radius: 13px; }
    .ai-demo-message__head strong { font-size: 10px; }
    .ai-demo-message > p { margin-top: 10px; font-size: 9.5px; line-height: 1.6; }
    .ai-mini-avatar, .ai-weather-avatar { width: 29px; height: 29px; border-radius: 8px; }
    .ai-mini-avatar svg, .ai-weather-avatar svg { width: 17px; height: 17px; }
    .ai-alert-pills span { font-size: 7px; }
    .ai-console-footer { padding: 10px 12px; font-size: 6.5px; }
    .ai-floating-note { padding: 9px 10px; }
    .ai-floating-note--top { top: 4%; right: 0; }
    .ai-floating-note--bottom { bottom: 1%; left: 0; }
    .ai-floating-note strong { font-size: 8px; }
    .ai-floating-note > b { width: 31px; height: 31px; font-size: 12px; }
    .section-heading { margin-bottom: 38px; }
    .section-heading h2,
    .showcase-copy h2,
    .finance-copy h2,
    .green-score-copy h2,
    .integrations-heading h2,
    .faq-intro h2,
    .demo-copy h2 { font-size: 36px; }
    .section-heading--split > p,
    .section-heading > p { font-size: 15px; }
    .suite-grid { grid-template-columns: 1fr; }
    .suite-card { min-height: auto; padding: 25px; }
    .suite-card h3 { margin-top: 28px; }
    .showcase-row + .showcase-row { margin-top: 70px; padding-top: 70px; }
    .mini-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }
    .mini-feature-grid span {
        min-width: 0;
        padding: 12px 10px;
        font-size: 10px;
        line-height: 1.5;
    }
    .mini-feature-grid strong {
        margin-bottom: 2px;
        font-size: 11.5px;
    }
    .module-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .module-card {
        display: flex;
        flex-direction: column;
        min-width: 0;
        min-height: auto;
        padding: 17px 14px;
    }
    .module-card__icon {
        width: 39px;
        height: 39px;
        border-radius: 10px;
    }
    .module-card__icon svg {
        width: 20px;
        height: 20px;
    }
    .module-card h3 {
        margin: 17px 0 8px;
        font-size: 16px;
        line-height: 1.25;
    }
    .module-card p {
        font-size: 11.5px;
        line-height: 1.58;
    }
    .module-card .tag-list {
        gap: 4px;
        margin-top: auto;
        padding-top: 15px;
    }
    .module-card .tag-list span {
        padding: 4px 6px;
        font-size: 8.5px;
    }
    .finance-points {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }
    .finance-points div {
        min-width: 0;
        padding: 13px 11px;
    }
    .finance-points strong {
        font-size: 11.5px;
        line-height: 1.35;
    }
    .finance-points span {
        font-size: 9.5px;
        line-height: 1.45;
    }
    .screen-stack { min-height: 275px; }
    .screen-stack__item { width: 91%; border-width: 4px; }
    .green-impact-callout {
        grid-template-columns: 39px 1fr;
        gap: 11px;
        padding: 14px 12px;
    }
    .green-impact-callout__mark { width: 38px; height: 38px; border-radius: 11px; }
    .green-impact-callout__mark::before { width: 16px; height: 21px; }
    .green-impact-callout__mark::after { height: 18px; }
    .green-impact-callout strong { font-size: 11.5px; }
    .green-impact-callout p { font-size: 9.5px; }
    .green-score-panel { padding: 21px 17px; border-radius: 18px; }
    .green-score-panel__head { align-items: flex-start; gap: 14px; }
    .green-score-panel__head strong { font-size: 14px; }
    .green-score-panel__head small { font-size: 8.5px; }
    .green-score-panel__main {
        grid-template-columns: 135px 1fr;
        gap: 17px;
        padding: 24px 0 22px;
    }
    .green-score-dial { width: 130px; padding: 10px; }
    .green-score-dial strong { font-size: 27px; }
    .green-score-dial span { font-size: 8px; }
    .green-score-panel__summary h3 { font-size: 18px; }
    .green-score-panel__summary p { font-size: 10.5px; }
    .green-score-sources { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .green-score-sources span:last-child { grid-column: 1 / -1; min-height: 40px; }
    .smart-fleet-heading { margin-bottom: 38px; }
    .smart-fleet-card { padding: 21px 17px; border-radius: 18px; }
    .smart-fleet-card__topline { grid-template-columns: 42px minmax(0, 1fr) auto; gap: 10px; }
    .smart-fleet-card__icon { width: 42px; height: 42px; border-radius: 12px; }
    .smart-fleet-card__icon svg { width: 22px; }
    .smart-fleet-card__topline strong { font-size: 11.5px; }
    .smart-fleet-card__topline small { font-size: 7px; }
    .smart-fleet-card > h3 { margin-top: 24px; font-size: 29px; }
    .smart-fleet-card > p { font-size: 12px; line-height: 1.7; }
    .fuel-compare-demo,
    .peta-tracking-demo { min-height: 205px; margin-top: 22px; border-radius: 14px; }
    .fuel-compare-demo { padding: 14px; }
    .fuel-compare-demo__head { align-items: flex-start; }
    .fuel-compare-demo__head small { max-width: 86px; line-height: 1.35; text-align: right; }
    .fuel-station-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; margin-top: 13px; }
    .fuel-station { min-height: 38px; font-size: 8.5px; }
    .fuel-best-result { grid-template-columns: 34px minmax(0, 1fr); padding: 10px; }
    .fuel-best-result__mark { width: 34px; height: 34px; }
    .fuel-best-result > b { display: none; }
    .peta-brand-card { top: 11px; left: 11px; }
    .peta-location-card { right: 11px; bottom: 11px; }
    .peta-vehicle-pin { top: 78px; }
    .smart-fleet-benefits { grid-template-columns: 1fr; gap: 6px; padding-top: 14px; }
    .smart-fleet-benefits li { min-height: 42px; padding: 9px 10px; font-size: 9.5px; }
    .workflow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .workflow__step {
        min-width: 0;
        padding: 17px 13px;
    }
    .workflow__step b {
        width: 38px;
        height: 38px;
        margin-bottom: 20px;
    }
    .workflow__step > span { font-size: 9px; }
    .workflow__step h3 {
        margin: 7px 0 8px;
        font-size: 15px;
    }
    .workflow__step p {
        font-size: 11px;
        line-height: 1.55;
    }
    .integration-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
    }
    .integration-card {
        min-height: 70px;
        gap: 8px;
        padding: 10px;
    }
    .integration-card > span {
        flex-basis: 34px;
        height: 34px;
        border-radius: 8px;
        font-size: 13px;
    }
    .integration-card strong { font-size: 12px; }
    .integration-card small { font-size: 9px; }
    .integration-card > i { display: none; }
    .security-banner { grid-template-columns: 1fr; }
    .security-banner ul { grid-template-columns: 1fr; }
    .faq-item button { padding: 16px 0; font-size: 15px; }
    .faq-item.is-open .faq-answer { padding-bottom: 15px; }
    .demo-section { padding: 76px 0; }
    .demo-form-card { padding: 25px 20px; }
    .form-row { grid-template-columns: 1fr; }
    .footer__top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 12px;
        padding-top: 58px;
    }
    .footer__brand { grid-column: 1 / -1; }
    .footer__column {
        padding: 17px 15px;
        background: rgba(255,255,255,.025);
        border: 1px solid rgba(255,255,255,.08);
        border-radius: 12px;
    }
    .footer__column:last-child {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 18px;
    }
    .footer__column:last-child h4,
    .footer__column:last-child p {
        grid-column: 1 / -1;
    }
    .footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 20px; }
    .footer__bottom span:last-child { display: none; }
    .whatsapp-fab { right: 15px; bottom: 15px; width: 52px; height: 52px; }
}

@keyframes mobileNavItemIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes mobileDemoPulse {
    0%, 100% {
        background-position: 0 50%;
        box-shadow: 0 12px 30px rgba(0,0,0,.22), 0 0 0 0 rgba(17,167,156,.24);
    }
    50% {
        background-position: 100% 50%;
        box-shadow: 0 15px 35px rgba(0,0,0,.28), 0 0 0 7px rgba(17,167,156,0);
    }
}

@keyframes mobileDemoShine {
    0%, 55% { left: -35%; }
    82%, 100% { left: 125%; }
}

@media (max-width: 430px) {
    .brand__product { display: none; }
    .hero__trust { display: grid; }
    .hero__metrics strong { font-size: 24px; }
    .screen-stack { min-height: 225px; }
    .ai-tour-kicker > b { display: none; }
    .ai-tour-copy h2 { font-size: 34px; }
    .ai-tour-feature-grid article { grid-template-columns: 1fr; }
    .ai-tour-feature-grid article > span { width: 25px; height: 25px; }
    .ai-tour-stage { min-height: 500px; }
    .ai-console-context { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ai-console-context > span:nth-child(3) { display: none; }
    .ai-console-footer small { display: none; }
    .ai-floating-note--top { display: none; }
    .footer__top { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer__brand,
    .footer__column:last-child { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
    .js .reveal { opacity: 1; transform: none; }
    .app-window.motion-media > img,
    .screen-stack__item.motion-media > img { transform: none; }
}
