.passport-product-hero {
    position: relative;
    padding: clamp(76px, 9vw, 126px) 0;
    background:
        radial-gradient(circle at 12% 8%, rgba(0, 121, 138, 0.12), transparent 32%),
        radial-gradient(circle at 92% 18%, rgba(18, 104, 251, 0.14), transparent 30%),
        linear-gradient(180deg, #f6f9fc 0%, #ffffff 100%);
}

.passport-product-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
    gap: clamp(50px, 7vw, 96px);
    align-items: center;
}

.passport-product-hero__copy h1 {
    max-width: 760px;
}

.passport-product-hero__lead {
    max-width: 690px;
    margin-bottom: 30px;
    font-size: clamp(19px, 2vw, 23px) !important;
    line-height: 1.55 !important;
}

.passport-product-demo {
    position: relative;
    display: grid;
    grid-template-columns: 64px 1fr;
    min-height: 545px;
    border: 1px solid #d8e2eb;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 32px 85px rgba(6, 31, 54, 0.17);
    overflow: hidden;
}

.passport-product-demo::before {
    position: absolute;
    z-index: -1;
    right: -28px;
    bottom: -26px;
    width: 78%;
    height: 82%;
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(0, 121, 138, 0.2), rgba(18, 104, 251, 0.1));
    content: "";
}

.passport-product-demo__rail {
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 18px 0;
    flex-direction: column;
    background: #061f36;
    color: #a9c0d2;
}

.passport-product-demo__rail i {
    font-size: 15px;
}

.passport-product-demo__rail i:nth-of-type(2) {
    display: grid;
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: #1268fb;
    color: #ffffff;
    place-items: center;
}

.passport-product-demo__brand {
    display: grid;
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
    border-radius: 9px;
    background: #ffffff;
    color: #061f36;
    font-size: 16px;
    font-weight: 900;
    place-items: center;
}

.passport-product-demo__content {
    padding: 25px;
    background: #f4f7fa;
}

.passport-product-demo__content > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.passport-product-demo__content > header div {
    display: grid;
    gap: 2px;
}

.passport-product-demo__content > header small {
    color: #60758a;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.passport-product-demo__content > header strong {
    color: #102a43;
    font-size: 17px;
}

.passport-product-demo__content > header > span {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    padding: 6px 9px;
    border-radius: 99px;
    background: #e4f5ee;
    color: #13704e;
    font-size: 10px;
    font-weight: 800;
}

.passport-product-demo__vehicle {
    display: grid;
    grid-template-columns: 52px 1fr auto;
    gap: 14px;
    align-items: center;
    padding: 17px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(6, 31, 54, 0.06);
}

.passport-product-demo__car {
    display: grid;
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #e8f5f6;
    color: #00798a;
    font-size: 20px;
    place-items: center;
}

.passport-product-demo__vehicle > div:nth-child(2) {
    display: grid;
    gap: 2px;
}

.passport-product-demo__vehicle small,
.passport-product-demo__vehicle span {
    color: #687c8f;
    font-size: 10px;
}

.passport-product-demo__vehicle strong {
    color: #102a43;
    font-size: 15px;
}

.passport-product-demo__vehicle b {
    padding: 7px 10px;
    border: 2px solid #172230;
    border-radius: 5px;
    background: #f5cf25;
    color: #111820;
    font-family: Arial, sans-serif;
    font-size: 11px;
    letter-spacing: 0.04em;
}

.passport-product-demo__action {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    margin: 14px 0;
    padding: 16px;
    border: 1px solid #cbdcff;
    border-radius: 13px;
    background: #edf4ff;
}

.passport-product-demo__action > span {
    display: grid;
    flex: 0 0 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #1268fb;
    color: #ffffff;
    place-items: center;
}

.passport-product-demo__action div {
    display: grid;
    gap: 2px;
}

.passport-product-demo__action small {
    color: #1268fb;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.passport-product-demo__action strong {
    color: #102a43;
    font-size: 14px;
}

.passport-product-demo__action p {
    margin: 0;
    color: #60758a;
    font-size: 10px;
    line-height: 1.5;
}

.passport-product-demo__tiles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.passport-product-demo__tiles div {
    display: grid;
    gap: 4px;
    padding: 13px;
    border: 1px solid #dce5ee;
    border-radius: 11px;
    background: #ffffff;
}

.passport-product-demo__tiles i {
    margin-bottom: 7px;
    color: #00798a;
    font-size: 15px;
}

.passport-product-demo__tiles span {
    color: #687c8f;
    font-size: 9px;
}

.passport-product-demo__tiles strong {
    color: #102a43;
    font-size: 11px;
}

.passport-product-demo__source {
    margin-top: 13px;
    padding: 13px;
    border-radius: 11px;
    background: #ffffff;
}

.passport-product-demo__source span {
    display: inline-flex;
    margin-bottom: 5px;
    padding: 4px 7px;
    border-radius: 5px;
    background: #fff2c9;
    color: #755400;
    font-size: 9px;
    font-weight: 900;
}

.passport-product-demo__source p {
    margin: 0;
    color: #60758a;
    font-size: 10px;
    line-height: 1.5;
}

.passport-proof-strip {
    border-top: 1px solid #dce5ee;
    border-bottom: 1px solid #dce5ee;
    background: #ffffff;
}

.passport-proof-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.passport-proof-strip__grid div {
    display: grid;
    gap: 5px;
    padding: 26px;
    border-right: 1px solid #dce5ee;
}

.passport-proof-strip__grid div:last-child {
    border-right: 0;
}

.passport-proof-strip__grid strong {
    color: #102a43;
    font-size: 14px;
}

.passport-proof-strip__grid span {
    color: #60758a;
    font-size: 12px;
    line-height: 1.5;
}

.passport-definition__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
    gap: clamp(50px, 8vw, 105px);
    align-items: center;
}

.passport-definition__principles {
    border: 1px solid #dce5ee;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(6, 31, 54, 0.07);
    overflow: hidden;
}

.passport-definition__principles article {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    padding: 25px;
    border-bottom: 1px solid #dce5ee;
}

.passport-definition__principles article:last-child {
    border-bottom: 0;
}

.passport-definition__principles article > span {
    display: grid;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #eaf1ff;
    color: #1268fb;
    font-size: 12px;
    font-weight: 900;
    place-items: center;
}

.passport-definition__principles p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.passport-capability-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.passport-capability-grid article {
    display: flex;
    min-height: 270px;
    padding: 25px;
    flex-direction: column;
    border: 1px solid #dce5ee;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(6, 31, 54, 0.045);
}

.passport-capability-grid article > i {
    display: grid;
    width: 47px;
    height: 47px;
    margin-bottom: 30px;
    border-radius: 11px;
    background: #e8f5f6;
    color: #00798a;
    font-size: 18px;
    place-items: center;
}

.passport-capability-grid article p {
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 1.62;
}

.passport-capability-grid article > span {
    margin-top: auto;
    color: #1268fb;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.passport-provenance-section {
    position: relative;
    background: #061f36;
}

.passport-provenance-section::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(135deg, transparent, rgba(18, 104, 251, 0.12));
    content: "";
}

.passport-provenance-section .container {
    position: relative;
}

.passport-provenance-section .driver-eyebrow {
    color: #69d3dd;
}

.passport-source-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.passport-source-grid article {
    min-height: 250px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.055);
}

.passport-source-grid h3 {
    margin-top: 35px;
    color: #ffffff;
}

.passport-source-grid p {
    margin-bottom: 0;
    color: #b9cad7;
    font-size: 14px;
    line-height: 1.65;
}

.passport-provider-note {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-top: 18px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 13px;
    background: rgba(0, 0, 0, 0.14);
}

.passport-provider-note i {
    margin-top: 5px;
    color: #69d3dd;
}

.passport-provider-note p {
    margin: 0;
    color: #b9cad7;
    font-size: 13px;
    line-height: 1.65;
}

.passport-privacy {
    background: #ffffff;
}

.passport-privacy__grid {
    display: grid;
    grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
    gap: clamp(50px, 8vw, 100px);
    align-items: center;
}

.passport-privacy__visual {
    display: grid;
    min-height: 350px;
    padding: 45px;
    align-content: center;
    border: 1px solid #d2e0e7;
    border-radius: 22px;
    background: linear-gradient(145deg, #e9f5f6, #f4f7ff);
}

.passport-privacy__visual > span {
    display: grid;
    width: 76px;
    height: 76px;
    margin-bottom: 38px;
    border-radius: 18px;
    background: #061f36;
    color: #ffffff;
    font-size: 28px;
    place-items: center;
}

.passport-privacy__visual div {
    display: grid;
    gap: 5px;
}

.passport-privacy__visual strong {
    color: #102a43;
    font-size: 25px;
}

.passport-privacy__visual small {
    color: #60758a;
    font-size: 13px;
}

.passport-privacy ul {
    display: grid;
    gap: 12px;
    margin: 24px 0;
    list-style: none;
}

.passport-privacy li {
    position: relative;
    padding-left: 26px;
    color: #405a70;
    font-size: 14px;
    line-height: 1.6;
}

.passport-privacy li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #00798a;
    content: "✓";
    font-weight: 900;
}

.passport-privacy a {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #1268fb;
    font-size: 14px;
    font-weight: 800;
}

.passport-powertrain {
    border-top: 1px solid #dce5ee;
    background: #edf4f7;
}

.passport-powertrain__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.85fr);
    gap: 70px;
    align-items: center;
}

.passport-powertrain__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.passport-powertrain__list span {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 17px;
    border: 1px solid #d0dde6;
    border-radius: 11px;
    background: #ffffff;
    color: #102a43;
    font-size: 14px;
    font-weight: 800;
}

.passport-powertrain__list span:last-child {
    grid-column: 1 / -1;
}

.passport-powertrain__list i {
    display: grid;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    background: #e8f5f6;
    color: #00798a;
    place-items: center;
}

.passport-loop {
    background: #ffffff;
}

.passport-loop__steps {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.passport-loop__steps div {
    display: grid;
    gap: 12px;
    min-width: 150px;
    min-height: 145px;
    padding: 22px;
    align-content: center;
    border: 1px solid #dce5ee;
    border-radius: 14px;
    background: #f8fafc;
    text-align: center;
}

.passport-loop__steps div span {
    display: grid;
    width: 31px;
    height: 31px;
    margin: 0 auto;
    border-radius: 50%;
    background: #eaf1ff;
    color: #1268fb;
    font-size: 11px;
    font-weight: 900;
    place-items: center;
}

.passport-loop__steps div strong {
    color: #102a43;
    font-size: 13px;
    line-height: 1.4;
}

.passport-loop__steps > i {
    color: #9eb0c0;
    font-size: 22px;
}

.passport-loop__action {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.passport-final-cta {
    padding-top: 20px;
}

@media (max-width: 1199px) {
    .passport-product-hero__grid {
        grid-template-columns: minmax(0, 0.8fr) minmax(470px, 1.2fr);
        gap: 42px;
    }

    .passport-capability-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .passport-loop__steps {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }

    .passport-loop__steps > i {
        display: none;
    }

    .passport-loop__steps div {
        min-width: 0;
    }
}

@media (max-width: 991px) {
    .passport-product-hero__grid,
    .passport-definition__grid,
    .passport-privacy__grid,
    .passport-powertrain__grid {
        grid-template-columns: 1fr;
    }

    .passport-product-hero__copy {
        max-width: 780px;
    }

    .passport-product-demo {
        max-width: 680px;
    }

    .passport-proof-strip__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .passport-proof-strip__grid div:nth-child(2) {
        border-right: 0;
    }

    .passport-proof-strip__grid div:nth-child(-n+2) {
        border-bottom: 1px solid #dce5ee;
    }

    .passport-source-grid {
        grid-template-columns: 1fr;
    }

    .passport-source-grid article {
        min-height: 0;
    }

    .passport-source-grid h3 {
        margin-top: 24px;
    }

    .passport-privacy__visual {
        max-width: 600px;
    }

    .passport-loop__steps {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .passport-product-hero {
        padding-top: 62px;
    }

    .passport-product-demo {
        grid-template-columns: 48px 1fr;
        min-height: 0;
        border-radius: 16px;
    }

    .passport-product-demo__rail {
        gap: 20px;
    }

    .passport-product-demo__rail i:nth-of-type(2) {
        width: 32px;
        height: 32px;
    }

    .passport-product-demo__brand {
        width: 31px;
        height: 31px;
    }

    .passport-product-demo__content {
        min-width: 0;
        padding: 14px;
    }

    .passport-product-demo__content > header {
        gap: 12px;
        align-items: flex-start;
        flex-direction: column;
    }

    .passport-product-demo__vehicle {
        grid-template-columns: 44px 1fr;
    }

    .passport-product-demo__car {
        width: 44px;
        height: 44px;
    }

    .passport-product-demo__vehicle b {
        grid-column: 1 / -1;
        width: max-content;
    }

    .passport-product-demo__tiles {
        grid-template-columns: 1fr;
    }

    .passport-proof-strip__grid,
    .passport-capability-grid,
    .passport-powertrain__list,
    .passport-loop__steps {
        grid-template-columns: 1fr;
    }

    .passport-proof-strip__grid div,
    .passport-proof-strip__grid div:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid #dce5ee;
    }

    .passport-proof-strip__grid div:last-child {
        border-bottom: 0;
    }

    .passport-capability-grid article {
        min-height: 235px;
    }

    .passport-privacy__visual {
        min-height: 290px;
        padding: 30px;
    }

    .passport-powertrain__list span:last-child {
        grid-column: auto;
    }

    .passport-loop__steps div {
        min-height: 120px;
    }
}

@media (max-width: 480px) {
    .passport-product-demo {
        grid-template-columns: 1fr;
    }

    .passport-product-demo__rail {
        display: none;
    }

    .passport-product-demo__action {
        align-items: flex-start;
    }

    .passport-definition__principles article {
        grid-template-columns: 40px 1fr;
        padding: 20px;
    }
}
