/* Canister Gauge product page */
.gas-product-page {
    color: #15232c;
    background: #eef3f5;
    background-image: none;
}

.gas-product-page .gas-hero {
    position: relative;
    overflow: hidden;
    min-height: 720px;
    padding: 32px 24px 108px;
    color: #fff;
    text-align: left;
    border: 0;
    background:
        radial-gradient(circle at 86% 12%, rgba(255, 130, 28, 0.22) 0 180px, transparent 181px),
        radial-gradient(circle at 10% 96%, rgba(66, 201, 120, 0.12) 0 250px, transparent 251px),
        linear-gradient(145deg, #071b2b 0%, #0c3b4a 58%, #10515c 100%);
    box-shadow: none;
    backdrop-filter: none;
}

.gas-product-page .gas-hero::after {
    content: "";
    position: absolute;
    inset: auto -120px -280px auto;
    width: 620px;
    height: 620px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

.gas-product-page .lang-switch {
    z-index: 2;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
}

.gas-product-page .lang-switch a {
    min-width: 34px;
    padding: 7px 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.82rem;
    font-weight: 800;
    text-align: center;
    border-radius: 18px;
}

.gas-product-page .lang-switch a:hover,
.gas-product-page .lang-switch a.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
    text-decoration: none;
}

.gas-hero-inner {
    position: relative;
    z-index: 1;
    width: min(1120px, 100%);
    margin: 0 auto;
}

.gas-back-link {
    display: inline-block;
    margin: 4px 0 56px;
    color: rgba(255, 255, 255, 0.74);
    font-weight: 700;
}

.gas-back-link:hover {
    color: #fff;
}

.gas-brand-row {
    display: flex;
    align-items: center;
    gap: 24px;
}

.gas-app-icon,
.gas-cta-icon {
    flex: 0 0 auto;
    border-radius: 25%;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}

.gas-eyebrow,
.gas-section-label {
    margin: 0 0 8px;
    color: #ff9a43;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.gas-product-page .gas-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 5vw, 3.7rem);
    font-weight: 850;
    letter-spacing: -0.04em;
    text-shadow: none;
}

.gas-tagline {
    max-width: 900px;
    margin: 48px 0 20px;
    color: #fff !important;
    font-size: clamp(2.8rem, 7.5vw, 6.2rem);
    font-weight: 900;
    line-height: 1.03;
    letter-spacing: -0.055em;
}

.gas-hero-copy {
    max-width: 720px;
    margin: 0 0 28px !important;
    color: #d9e6eb !important;
    font-size: 1.12rem;
    line-height: 1.8;
}

.gas-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gas-pills li {
    padding: 8px 14px;
    color: #eaf4f6;
    font-size: 0.88rem;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
}

.gas-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 34px;
}

.gas-store-link {
    display: inline-flex;
}

.gas-store-link img {
    display: block;
    width: auto;
    height: 56px;
}

.gas-secondary-link {
    padding: 13px 22px;
    color: #fff;
    font-weight: 800;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 12px;
}

.gas-secondary-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.09);
    text-decoration: none;
}

.gas-product-page .gas-main {
    position: relative;
    z-index: 2;
    width: min(1120px, calc(100% - 32px));
    max-width: none;
    margin: -58px auto 48px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.gas-section {
    margin-bottom: 24px;
    padding: 56px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(7, 27, 43, 0.06);
    border-radius: 28px;
    box-shadow: 0 20px 60px rgba(7, 27, 43, 0.08);
}

.gas-section h2 {
    margin: 0 0 28px;
    padding: 0;
    color: #071b2b;
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    line-height: 1.2;
    letter-spacing: -0.035em;
    border: 0;
}

.gas-intro-section {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: end;
    gap: 54px;
}

.gas-intro-section h2 {
    margin-bottom: 0;
}

.gas-intro-section > p {
    margin: 0;
    color: #52616b;
    font-size: 1.08rem;
    line-height: 1.9;
}

.gas-step-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.gas-step-grid li {
    min-width: 0;
    padding: 26px;
    background: #f2f6f7;
    border-radius: 20px;
}

.gas-step-grid span {
    display: block;
    margin-bottom: 28px;
    color: #ff821c;
    font-size: 0.86rem;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.gas-step-grid strong {
    display: block;
    margin-bottom: 8px;
    color: #071b2b;
    font-size: 1.06rem;
}

.gas-step-grid p {
    margin: 0;
    color: #64727b;
    font-size: 0.92rem;
}

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

.gas-screenshot-grid figure {
    margin: 0;
}

.gas-screenshot-grid img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 14px 32px rgba(7, 27, 43, 0.16);
}

.gas-screenshot-grid figcaption {
    padding: 14px 4px 0;
    color: #60707a;
    font-size: 0.86rem;
    font-weight: 700;
    text-align: center;
}

.gas-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.gas-feature-grid article {
    padding: 28px;
    border: 1px solid #e3eaed;
    border-radius: 20px;
    background: #fff;
}

.gas-feature-grid article > span {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 22px;
    place-items: center;
    color: #fff;
    font-weight: 900;
    border-radius: 13px;
    background: linear-gradient(145deg, #ff9a43, #ff7210);
}

.gas-feature-grid h3 {
    margin: 0 0 8px;
    color: #132a36;
}

.gas-feature-grid p {
    margin: 0;
    color: #63717a;
    font-size: 0.92rem;
}

.gas-disclaimer {
    margin: 28px 0 0;
    padding: 18px 20px;
    color: #5d6870;
    font-size: 0.84rem;
    border-radius: 14px;
    background: #f4f6f7;
}

.gas-cta-section {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 26px;
    color: #fff;
    background: linear-gradient(135deg, #071b2b, #0d4653);
}

.gas-cta-section h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.6rem, 3.5vw, 2.6rem);
}

.gas-cta-button {
    padding: 14px 20px;
    color: #071b2b;
    font-weight: 900;
    white-space: nowrap;
    border-radius: 12px;
    background: #ff9133;
}

.gas-cta-button:hover {
    color: #071b2b;
    background: #ffab63;
    text-decoration: none;
}

.gas-support-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 42px;
}

.gas-support-grid a {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    color: #102c38;
    border: 1px solid #dfe7ea;
    border-radius: 18px;
    background: #f8fafb;
}

.gas-support-grid a:hover {
    border-color: #ff9a43;
    text-decoration: none;
}

.gas-support-grid span {
    color: #697881;
    font-size: 0.9rem;
}

.gas-subheading {
    margin: 0 0 16px;
    color: #132a36;
    font-size: 1.35rem;
}

.gas-product-page details {
    border-color: #dfe7ea;
    box-shadow: none;
}

.gas-policy h3 {
    margin: 28px 0 8px;
    color: #132a36;
    font-size: 1.05rem;
}

.gas-policy p {
    color: #58666f;
}

.gas-policy-date {
    margin-top: 32px;
    font-size: 0.8rem;
}

.gas-product-page footer {
    margin-top: 0;
    background: #071b2b;
}

@media (max-width: 820px) {
    .gas-intro-section,
    .gas-cta-section {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .gas-step-grid,
    .gas-feature-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gas-screenshot-grid {
        grid-auto-flow: column;
        grid-auto-columns: minmax(235px, 44vw);
        grid-template-columns: none;
        padding: 4px 4px 22px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .gas-screenshot-grid figure {
        scroll-snap-align: start;
    }

    .gas-cta-button {
        justify-self: start;
    }
}

@media (max-width: 600px) {
    .gas-product-page .gas-hero {
        min-height: 0;
        padding: 24px 18px 92px;
    }

    .gas-product-page .lang-switch {
        top: 14px;
        right: 14px;
    }

    .gas-back-link {
        margin-bottom: 46px;
        font-size: 0.9rem;
    }

    .gas-brand-row {
        gap: 16px;
    }

    .gas-app-icon {
        width: 78px;
        height: 78px;
    }

    .gas-tagline {
        margin-top: 38px;
        font-size: clamp(2.55rem, 13vw, 4.2rem);
    }

    .gas-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }

    .gas-product-page .gas-main {
        width: min(100% - 20px, 1120px);
        margin-top: -48px;
    }

    .gas-section {
        margin-bottom: 12px;
        padding: 30px 20px;
        border-radius: 22px;
    }

    .gas-step-grid,
    .gas-feature-grid,
    .gas-support-grid {
        grid-template-columns: 1fr;
    }

    .gas-step-grid li {
        padding: 22px;
    }

    .gas-step-grid span {
        margin-bottom: 16px;
    }

    .gas-screenshot-grid {
        margin: 0 -20px;
        grid-auto-columns: minmax(248px, 76vw);
        padding-inline: 20px;
    }

    .gas-cta-icon {
        width: 72px;
        height: 72px;
    }
}
