.gi-rental-landing-page .entry-header,
.gi-rental-landing-page .page-header,
.gi-rental-landing-page .post-thumbnail {
    display: none !important;
}

.gi-rental-landing-page .entry-content,
.gi-rental-landing-page .site-main,
.gi-rental-landing-page article {
    max-width: none !important;
}

.gi-rental-landing-page #primary,
.gi-rental-landing-page .content-area,
.gi-rental-landing-page .site-content,
.gi-rental-landing-page .site-main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none !important;
}

.gi-rental-landing-page #secondary,
.gi-rental-landing-page .widget-area,
.gi-rental-landing-page .content-sidebar {
    display: none !important;
}

.gi-rental-landing-page .entry-content {
    margin: 0 !important;
    padding: 0 !important;
}

.gi-rental {
    --gi-gold: #e4bb2f;
    --gi-gold-deep: #c59617;
    --gi-gold-soft: #f7e7a5;
    --gi-ink: #f7f7f5;
    --gi-ink-2: #0d0f11;
    --gi-panel: #111417;
    --gi-text: #f2f3f4;
    --gi-muted: #a4abb2;
    --gi-line: #2b3035;
    --gi-light: #0a0c0e;
    --gi-white: #ffffff;
    --gi-green: #22c96d;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    color: var(--gi-text);
    background: #050607;
    font-family: inherit;
    line-height: 1.65;
}

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

.gi-rental a {
    text-decoration: none;
}

.gi-rental button,
.gi-rental input,
.gi-rental select {
    font: inherit;
}

.gi-rental-shell {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.gi-rental-hero {
    position: relative;
    min-height: 690px;
    display: flex;
    align-items: center;
    color: var(--gi-white);
    background:
        radial-gradient(circle at 12% 18%, rgba(228, 187, 47, .18), transparent 29%),
        radial-gradient(circle at 88% 82%, rgba(34, 201, 109, .07), transparent 30%),
        linear-gradient(145deg, #030404 0%, #0a0d0f 52%, #020303 100%);
    isolation: isolate;
}

.gi-rental-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .16;
    background-image:
        linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(to left, #000, transparent 72%);
}

.gi-rental-hero::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--gi-gold), transparent);
}

.gi-rental-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 60px;
    align-items: center;
    padding-block: 92px;
}

.gi-rental-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    padding: 8px 14px;
    border: 1px solid rgba(227, 189, 66, .35);
    border-radius: 999px;
    color: #f1d46f;
    background: rgba(227, 189, 66, .08);
    font-size: 14px;
    font-weight: 800;
}

.gi-rental-kicker span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gi-gold);
    box-shadow: 0 0 0 6px rgba(227, 189, 66, .12);
}

.gi-rental-hero h1 {
    max-width: 720px;
    margin: 0 0 22px;
    color: var(--gi-white);
    font-size: clamp(42px, 5.4vw, 74px);
    line-height: 1.04;
    letter-spacing: -.045em;
    font-weight: 950;
}

.gi-rental-hero p {
    max-width: 700px;
    margin: 0;
    color: #c7cbd0;
    font-size: clamp(18px, 1.8vw, 22px);
    line-height: 1.75;
}

.gi-rental-hero-actions,
.gi-rental-final-cta .gi-rental-shell > div:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.gi-rental-btn {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 25px;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 900;
    line-height: 1.15;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.gi-rental-btn-primary,
.gi-rental-btn-primary:visited,
.gi-rental-btn-primary:hover,
.gi-rental-btn-primary:focus,
.gi-rental-btn-primary:active {
    color: #0a0b0d !important;
    background: linear-gradient(135deg, #f3d76b 0%, var(--gi-gold) 48%, #c8971c 100%) !important;
    opacity: 1 !important;
    filter: none !important;
    box-shadow: 0 12px 32px rgba(227, 189, 66, .2);
}

.gi-rental-btn-ghost,
.gi-rental-btn-ghost:visited,
.gi-rental-btn-ghost:hover,
.gi-rental-btn-ghost:focus,
.gi-rental-btn-ghost:active {
    color: var(--gi-white) !important;
    border-color: rgba(255,255,255,.24) !important;
    background: rgba(255,255,255,.06) !important;
    opacity: 1 !important;
}

.gi-rental-btn:hover {
    transform: translateY(-2px);
}

.gi-rental-btn:active {
    transform: translateY(1px) scale(.99);
}

.gi-rental-btn:focus-visible,
.gi-rental input:focus-visible,
.gi-rental select:focus-visible,
.gi-rental summary:focus-visible {
    outline: 3px solid rgba(227, 189, 66, .45);
    outline-offset: 3px;
}

.gi-rental-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin: 31px 0 0;
    padding: 0;
    list-style: none;
    color: #aeb4bb;
    font-size: 14px;
    font-weight: 700;
}

.gi-rental-trust li::before {
    content: "✓";
    margin-left: 8px;
    color: var(--gi-gold);
    font-weight: 950;
}

.gi-rental-hero-visual {
    position: relative;
    min-height: 450px;
    display: grid;
    place-items: center;
}

.gi-rental-hero-visual::before {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    border: 1px solid rgba(228, 187, 47, .22);
    background: radial-gradient(circle, rgba(228,187,47,.08), transparent 66%);
    box-shadow: 0 0 0 46px rgba(228, 187, 47, .025), 0 0 0 92px rgba(228, 187, 47, .018);
}

.gi-rental-generator-image {
    position: relative;
    z-index: 1;
    width: min(690px, 122%);
    max-width: none;
    height: auto;
    display: block;
    transform: translateX(-2%);
    filter: drop-shadow(0 38px 38px rgba(0,0,0,.72)) drop-shadow(0 0 28px rgba(228,187,47,.08));
}

.gi-machine-card {
    position: relative;
    width: min(460px, 90%);
    padding: 20px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 24px;
    background: linear-gradient(145deg, #2a3036, #101419 70%);
    box-shadow: 0 40px 90px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.09);
    transform: perspective(900px) rotateY(-7deg) rotateX(2deg);
}

.gi-machine-top {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline: 16px;
    border-radius: 10px 10px 5px 5px;
    color: #111;
    background: linear-gradient(90deg, #bd8b0d, #f1d366 52%, #bb8507);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .08em;
}

.gi-machine-top b {
    font-size: 25px;
}

.gi-machine-body {
    display: grid;
    grid-template-columns: 1fr 120px;
    gap: 14px;
    min-height: 225px;
    padding: 19px 8px 7px;
}

.gi-machine-door,
.gi-machine-panel {
    border: 1px solid #3a424a;
    border-radius: 8px;
    background: linear-gradient(140deg, #1b2026, #0b0e12);
    box-shadow: inset 0 0 30px rgba(0,0,0,.45);
}

.gi-machine-door {
    display: grid;
    gap: 11px;
    padding: 26px;
}

.gi-machine-door i {
    height: 19px;
    border-radius: 4px;
    background: repeating-linear-gradient(90deg, #080a0d 0 10px, #2b3239 10px 14px);
}

.gi-machine-panel {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 24px;
}

.gi-machine-panel span:first-child {
    height: 62px;
    border: 5px solid #060708;
    border-radius: 4px;
    background: #395140;
}

.gi-machine-panel span:not(:first-child) {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--gi-gold);
}

.gi-machine-base {
    height: 18px;
    margin: 9px -8px -8px;
    border-radius: 4px 4px 12px 12px;
    background: #080a0c;
    box-shadow: -105px 17px 0 -3px #050607, 105px 17px 0 -3px #050607;
}

.gi-rental-float {
    position: absolute;
    z-index: 2;
    min-width: 132px;
    padding: 14px 18px;
    border: 1px solid rgba(227, 189, 66, .26);
    border-radius: 13px;
    background: rgba(14, 18, 22, .86);
    box-shadow: 0 18px 46px rgba(0,0,0,.36);
    backdrop-filter: blur(12px);
}

.gi-rental-float strong,
.gi-rental-float span {
    display: block;
}

.gi-rental-float strong {
    color: var(--gi-gold);
    font-size: 21px;
}

.gi-rental-float span {
    color: #bbc0c6;
    font-size: 12px;
}

.gi-rental-float-one { top: 55px; left: -5px; }
.gi-rental-float-two { bottom: 45px; right: -10px; }

.gi-rental-section {
    padding-block: 96px;
    border-top: 1px solid rgba(255,255,255,.035);
    background: #070809;
}

.gi-rental-section-head {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.gi-rental-section-head > span,
.gi-rental-final-cta span {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--gi-gold-deep);
    font-size: 13px;
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.gi-rental-section-head h2,
.gi-rental-final-cta h2 {
    margin: 0;
    color: var(--gi-ink);
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.12;
    letter-spacing: -.035em;
    font-weight: 950;
}

.gi-rental-section-head p {
    margin: 15px 0 0;
    color: var(--gi-muted);
    font-size: 18px;
}

.gi-rental-calculator {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(330px, .75fr);
    gap: 26px;
    align-items: start;
}

.gi-rental-form,
.gi-rental-result {
    border: 1px solid var(--gi-line);
    border-radius: 18px;
    background: var(--gi-panel);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.gi-rental-form {
    padding: 34px;
}

.gi-rental-step-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.gi-rental-step-title > span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 12px;
    color: #17120a;
    background: var(--gi-gold);
    font-weight: 950;
}

.gi-rental-step-title strong,
.gi-rental-step-title small {
    display: block;
}

.gi-rental-step-title strong {
    color: var(--gi-ink);
    font-size: 20px;
}

.gi-rental-step-title small {
    color: var(--gi-muted);
}

.gi-rental-fields {
    display: grid;
    gap: 17px;
}

.gi-rental-fields-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gi-rental-field > span,
.gi-rental-field > small {
    display: block;
}

.gi-rental-field > span {
    margin-bottom: 7px;
    color: #f0f2f3;
    font-size: 14px;
    font-weight: 850;
}

.gi-rental-field > small {
    margin-top: 6px;
    color: var(--gi-muted);
    font-size: 12px;
}

.gi-rental-field input,
.gi-rental-field select {
    width: 100%;
    height: 52px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid #343a40;
    border-radius: 9px;
    color: #fff;
    background: #090b0d;
    box-shadow: none;
}

.gi-rental-field input:hover,
.gi-rental-field select:hover {
    border-color: rgba(228,187,47,.65);
}

.gi-rental-field select option {
    color: #fff;
    background: #0b0d0f;
}

.gi-rental-field > small strong {
    color: var(--gi-gold);
}

.gi-rental-input-suffix {
    position: relative;
}

.gi-rental-input-suffix input {
    padding-left: 64px;
}

.gi-rental-input-suffix b {
    position: absolute;
    left: 14px;
    top: 50%;
    color: var(--gi-muted);
    transform: translateY(-50%);
    font-size: 13px;
}

.gi-rental-toggle-card {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid var(--gi-line);
    border-radius: 11px;
    cursor: pointer;
    background: #0b0e10;
}

.gi-rental-toggle-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.gi-toggle-ui {
    position: relative;
    width: 42px;
    height: 24px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: #cbd2d9;
    transition: background .2s ease;
}

.gi-toggle-ui::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    transition: transform .2s ease;
}

.gi-rental-toggle-card input:checked + .gi-toggle-ui {
    background: var(--gi-gold-deep);
}

.gi-rental-toggle-card input:checked + .gi-toggle-ui::after {
    transform: translateX(-18px);
}

.gi-rental-toggle-card input:focus-visible + .gi-toggle-ui {
    outline: 3px solid rgba(227, 189, 66, .4);
    outline-offset: 3px;
}

.gi-rental-toggle-card strong,
.gi-rental-toggle-card small {
    display: block;
}

.gi-rental-toggle-card strong {
    color: var(--gi-ink);
    font-size: 14px;
}

.gi-rental-toggle-card small {
    color: var(--gi-muted);
    font-size: 11px;
}

.gi-rental-divider {
    height: 1px;
    margin: 31px 0;
    background: var(--gi-line);
}

.gi-rental-form-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
}

.gi-rental-form-actions .gi-rental-btn {
    border: 0;
}

.gi-rental-reset {
    padding: 8px;
    border: 0;
    color: var(--gi-muted);
    background: transparent;
    cursor: pointer;
    font-weight: 800;
}

.gi-rental-reset:hover,
.gi-rental-reset:focus {
    color: var(--gi-gold);
}

.gi-rental-result {
    position: sticky;
    top: 105px;
    overflow: hidden;
    padding: 30px;
    color: var(--gi-white);
    border-color: #1f262e;
    background:
        radial-gradient(circle at 20% 10%, rgba(227, 189, 66, .1), transparent 34%),
        linear-gradient(160deg, #161b21, #080a0d);
    box-shadow: 0 28px 80px rgba(3, 6, 10, .25);
}

.gi-rental-result::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #9b700c, #f3d76b, #9b700c);
}

.gi-rental-result-badge {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid rgba(227, 189, 66, .3);
    border-radius: 999px;
    color: var(--gi-gold);
    background: rgba(227, 189, 66, .07);
    font-size: 11px;
    font-weight: 900;
}

.gi-rental-result h3 {
    margin: 16px 0 18px;
    color: var(--gi-white);
    font-size: 28px;
    font-weight: 950;
}

.gi-rental-result-spec {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.gi-rental-result-spec strong {
    color: var(--gi-gold);
    font-size: 26px;
}

.gi-rental-result-spec span {
    color: #acb3bb;
    font-size: 12px;
    text-align: left;
}

.gi-rental-result-lines {
    display: grid;
    gap: 0;
    padding-block: 12px;
}

.gi-rental-result-lines > div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 8px 0;
    color: #adb4bc;
    font-size: 13px;
}

.gi-rental-result-lines b {
    color: #f1f3f5;
    text-align: left;
}

.gi-rental-total {
    padding: 18px;
    border: 1px solid rgba(227, 189, 66, .22);
    border-radius: 12px;
    background: rgba(227, 189, 66, .07);
}

.gi-rental-total span,
.gi-rental-total strong,
.gi-rental-total small {
    display: block;
}

.gi-rental-total span {
    color: #d3d7dc;
    font-size: 13px;
}

.gi-rental-total strong {
    margin-block: 3px;
    color: var(--gi-gold);
    font-size: 30px;
    line-height: 1.2;
}

.gi-rental-total small,
.gi-rental-result-note {
    color: #929aa3;
    font-size: 11px;
}

.gi-rental-result-note {
    margin: 14px 0 17px;
    line-height: 1.6;
}

.gi-rental-btn-whatsapp,
.gi-rental-btn-whatsapp:visited,
.gi-rental-btn-whatsapp:hover,
.gi-rental-btn-whatsapp:focus,
.gi-rental-btn-whatsapp:active {
    width: 100%;
    color: #fff !important;
    background: linear-gradient(135deg, #20c978, #109e57) !important;
    opacity: 1 !important;
    filter: none !important;
}

.gi-rental-result-call {
    display: block;
    margin-top: 13px;
    color: #c8cdd3;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
}

.gi-rental-section-dark {
    color: #fff;
    background: linear-gradient(150deg, #080a0d, #151a20);
}

.gi-rental-section-head-light h2 { color: #fff; }
.gi-rental-section-head-light p { color: #adb4bc; }

.gi-rental-table-wrap {
    overflow: auto;
    border: 1px solid #2c333b;
    border-radius: 14px;
    background: #101419;
    box-shadow: 0 24px 70px rgba(0,0,0,.25);
}

.gi-rental-table {
    width: 100%;
    min-width: 930px;
    border-collapse: collapse;
    color: #e9ebee;
    font-size: 13px;
}

.gi-rental-table th,
.gi-rental-table td {
    padding: 15px 13px;
    border-bottom: 1px solid #272e35;
    text-align: right;
    white-space: nowrap;
}

.gi-rental-table th {
    position: sticky;
    top: 0;
    z-index: 1;
    color: #15110a;
    background: linear-gradient(135deg, #f0d266, #c99a23);
    font-weight: 950;
}

.gi-rental-table tbody tr:nth-child(even) {
    background: rgba(255,255,255,.025);
}

.gi-rental-table tbody tr:hover {
    background: rgba(227,189,66,.065);
}

.gi-rental-table strong { color: var(--gi-gold); }

.gi-rental-legal-note {
    margin: 17px 0 0;
    color: #8f969e;
    font-size: 12px;
}

.gi-rental-benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.gi-rental-benefits article {
    position: relative;
    min-height: 250px;
    padding: 27px;
    overflow: hidden;
    border: 1px solid var(--gi-line);
    border-radius: 15px;
    background: linear-gradient(155deg, #14181b, #090b0d);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
}

.gi-rental-benefits article::after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    left: -45px;
    bottom: -45px;
    border-radius: 50%;
    background: rgba(227, 189, 66, .12);
}

.gi-rental-benefits b {
    color: var(--gi-gold-deep);
    font-size: 13px;
    letter-spacing: .12em;
}

.gi-rental-benefits h3 {
    margin: 18px 0 10px;
    color: var(--gi-ink);
    font-size: 21px;
    font-weight: 950;
}

.gi-rental-benefits p {
    margin: 0;
    color: var(--gi-muted);
    font-size: 14px;
}

.gi-rental-usecases {
    background: #0a0c0e;
}

.gi-rental-usecases-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.gi-rental-section-head-inline {
    margin: 0 0 20px;
    text-align: right;
}

.gi-rental-usecases-grid > div:first-child > p {
    margin: 0 0 21px;
    color: var(--gi-muted);
    font-size: 17px;
}

.gi-rental-usecases-grid > div:first-child > a {
    display: block;
    width: fit-content;
    margin-top: 9px;
    color: #8b650e;
    font-weight: 900;
}

.gi-rental-usecase-list {
    display: grid;
    gap: 11px;
}

.gi-rental-usecase-list > div {
    padding: 20px 22px;
    border: 1px solid var(--gi-line);
    border-right: 4px solid var(--gi-gold);
    border-radius: 10px;
    background: #111417;
    box-shadow: 0 10px 28px rgba(0, 0, 0, .16);
}

.gi-rental-usecase-list strong,
.gi-rental-usecase-list span {
    display: block;
}

.gi-rental-usecase-list strong {
    color: var(--gi-ink);
    font-weight: 950;
}

.gi-rental-usecase-list span {
    margin-top: 3px;
    color: var(--gi-muted);
    font-size: 13px;
}

.gi-rental-faq-list {
    max-width: 900px;
    margin-inline: auto;
    border-top: 1px solid var(--gi-line);
}

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

.gi-rental-faq summary {
    position: relative;
    padding: 22px 0 22px 54px;
    list-style: none;
    cursor: pointer;
    color: var(--gi-ink);
    font-size: 18px;
    font-weight: 900;
}

.gi-rental-faq summary::-webkit-details-marker { display: none; }

.gi-rental-faq summary::after {
    content: "+";
    position: absolute;
    left: 5px;
    top: 50%;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #17120a;
    background: var(--gi-gold);
    transform: translateY(-50%);
    font-size: 20px;
}

.gi-rental-faq details[open] summary::after { content: "−"; }

.gi-rental-faq details p {
    max-width: 790px;
    margin: -4px 0 22px;
    color: var(--gi-muted);
}

.gi-rental-faq {
    background: #050607;
}

.gi-rental-final-cta {
    padding-block: 70px;
    color: #fff;
    background:
        radial-gradient(circle at 75% 20%, rgba(227,189,66,.16), transparent 28%),
        #090b0e;
}

.gi-rental-final-cta .gi-rental-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.gi-rental-final-cta h2 { color: #fff; }
.gi-rental-final-cta p { margin: 10px 0 0; color: #aeb5bd; }
.gi-rental-final-cta .gi-rental-shell > div:last-child { margin-top: 0; flex: 0 0 auto; }

@media (max-width: 1020px) {
    .gi-rental-hero-grid { gap: 24px; }
    .gi-rental-hero h1 { font-size: clamp(42px, 6vw, 62px); }
    .gi-rental-calculator { grid-template-columns: 1fr; }
    .gi-rental-result { position: static; }
    .gi-rental-benefits { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
    .gi-rental-hero { min-height: auto; }
    .gi-rental-hero-grid { grid-template-columns: 1fr; padding-block: 70px; }
    .gi-rental-hero-copy { text-align: center; }
    .gi-rental-hero p { margin-inline: auto; }
    .gi-rental-hero-actions,
    .gi-rental-trust { justify-content: center; }
    .gi-rental-hero-visual { min-height: 380px; }
    .gi-rental-generator-image { width: min(720px, 112%); transform: none; }
    .gi-rental-usecases-grid { grid-template-columns: 1fr; gap: 38px; }
    .gi-rental-final-cta .gi-rental-shell { display: block; text-align: center; }
    .gi-rental-final-cta .gi-rental-shell > div:last-child { justify-content: center; margin-top: 26px; }
}

@media (max-width: 640px) {
    .gi-rental-shell { width: min(100% - 28px, 1180px); }
    .gi-rental-section { padding-block: 68px; }
    .gi-rental-hero-grid { padding-block: 58px 66px; }
    .gi-rental-kicker { font-size: 12px; }
    .gi-rental-hero h1 { font-size: clamp(36px, 11.5vw, 50px); }
    .gi-rental-hero p { font-size: 17px; }
    .gi-rental-hero-actions { display: grid; grid-template-columns: 1fr; }
    .gi-rental-hero-actions .gi-rental-btn { width: 100%; }
    .gi-rental-trust { display: grid; justify-items: start; width: fit-content; margin-inline: auto; }
    .gi-rental-hero-visual { min-height: 310px; }
    .gi-rental-hero-visual::before { width: 280px; height: 280px; }
    .gi-rental-generator-image { width: 116%; max-width: none; }
    .gi-machine-card { width: 92%; padding: 13px; transform: none; }
    .gi-machine-top { height: 39px; font-size: 9px; }
    .gi-machine-body { min-height: 150px; grid-template-columns: 1fr 83px; padding-top: 12px; }
    .gi-machine-door { padding: 18px; gap: 8px; }
    .gi-machine-door i { height: 12px; }
    .gi-machine-panel { padding: 15px; gap: 10px; }
    .gi-machine-panel span:first-child { height: 40px; }
    .gi-machine-panel span:not(:first-child) { width: 12px; height: 12px; }
    .gi-rental-float { min-width: 105px; padding: 10px 12px; }
    .gi-rental-float strong { font-size: 17px; }
    .gi-rental-float-one { top: 5px; left: 0; }
    .gi-rental-float-two { bottom: 9px; right: 0; }
    .gi-rental-section-head { margin-bottom: 30px; }
    .gi-rental-section-head h2,
    .gi-rental-final-cta h2 { font-size: 32px; }
    .gi-rental-section-head p { font-size: 15px; }
    .gi-rental-form,
    .gi-rental-result { padding: 22px 18px; border-radius: 14px; }
    .gi-rental-fields-two { grid-template-columns: 1fr; }
    .gi-rental-form-actions { display: grid; }
    .gi-rental-form-actions .gi-rental-btn { width: 100%; }
    .gi-rental-step-title > span { width: 42px; height: 42px; }
    .gi-rental-step-title strong { font-size: 17px; }
    .gi-rental-result-spec { display: block; }
    .gi-rental-result-spec span { display: block; margin-top: 2px; text-align: right; }
    .gi-rental-benefits { grid-template-columns: 1fr; }
    .gi-rental-benefits article { min-height: auto; }
    .gi-rental-table-wrap { overflow: visible; border: 0; background: transparent; box-shadow: none; }
    .gi-rental-table { min-width: 0; display: block; }
    .gi-rental-table thead { display: none; }
    .gi-rental-table tbody { display: grid; gap: 12px; }
    .gi-rental-table tr { display: grid; grid-template-columns: repeat(2, 1fr); overflow: hidden; border: 1px solid #303841; border-radius: 12px; background: #11161b !important; }
    .gi-rental-table td { display: flex; justify-content: space-between; gap: 10px; padding: 11px 13px; border-bottom: 1px solid #272e35; white-space: normal; }
    .gi-rental-table td::before { content: attr(data-label); color: #929ba4; font-size: 11px; }
    .gi-rental-table td:first-child { grid-column: 1 / -1; background: rgba(227,189,66,.08); }
    .gi-rental-table td:first-child strong { font-size: 17px; }
    .gi-rental-table td:last-child { border-bottom: 0; }
    .gi-rental-usecases-grid { gap: 28px; }
    .gi-rental-faq summary { padding-left: 45px; font-size: 16px; }
    .gi-rental-final-cta .gi-rental-shell > div:last-child { display: grid; }
    .gi-rental-final-cta .gi-rental-btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .gi-rental *,
    .gi-rental *::before,
    .gi-rental *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
