@font-face {
    font-family: "Inter";
    src: url("../fonts/inter-v18-cyrillic_latin-regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/inter-v18-cyrillic_latin-600.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Inter";
    src: url("../fonts/inter-v18-cyrillic_latin-900.woff2") format("woff2");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

body.fuel-lpg-preview {
    margin: 0;
    background: #f5f6f8;
}

.fuel-lpg-landing {
    --red: #dd3a46;
    --red-dark: #ba2632;
    --ink: #202531;
    --muted: #667085;
    --line: #e1e4e9;
    --paper: #ffffff;
    --surface: #f5f6f8;
    --dark: #171c25;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    color: var(--ink);
    background: var(--paper);
    font-family: "Inter", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

.fuel-lpg-landing *,
.fuel-lpg-landing *::before,
.fuel-lpg-landing *::after {
    box-sizing: border-box;
}

.fuel-lpg-landing h1,
.fuel-lpg-landing h2,
.fuel-lpg-landing h3,
.fuel-lpg-landing p,
.fuel-lpg-landing dl,
.fuel-lpg-landing dd,
.fuel-lpg-landing figure {
    margin: 0;
}

.fuel-lpg-landing img {
    display: block;
    max-width: 100%;
}

.fuel-lpg-landing button,
.fuel-lpg-landing input,
.fuel-lpg-landing select {
    font: inherit;
}

.fuel-lpg-landing button,
.fuel-lpg-landing a {
    -webkit-tap-highlight-color: transparent;
}

.fuel-lpg-landing a {
    color: inherit;
}

.fuel-lpg-landing .wrap {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.fuel-lpg-landing .landing-header {
    position: relative;
    z-index: 20;
    border-bottom: 3px solid #ba2632;
    color: #fff;
    background: #ffffff;
}

.fuel-lpg-landing .header-inner {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.fuel-lpg-landing .brand {
    display: inline-flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.fuel-lpg-landing .brand-logo {
    width: 190px;
    height: auto;
}

.fuel-lpg-landing .header-nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.fuel-lpg-landing .header-nav a {
    color: #303540;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.fuel-lpg-landing .header-nav a:hover {
    color: var(--red-dark);
}

.fuel-lpg-landing .header-cta {
    min-height: 40px;
    padding: 0 18px;
    border: 1px solid var(--red-dark);
    border-radius: 999px;
    color: var(--red-dark);
    background: transparent;
    cursor: pointer;
    font-weight: 600;
}

.fuel-lpg-landing .header-cta:hover {
    color: #fff;
    background: var(--red-dark);
}

.fuel-lpg-landing .hero {
    position: relative;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(19, 23, 31, 0.98) 0%, rgba(19, 23, 31, 0.08) 49%, rgba(19, 23, 31, 0.55) 100%),
        url("../img/bg_slide.webp") center / cover no-repeat;
}

.fuel-lpg-landing .breadcrumb {
    padding-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
}

.fuel-lpg-landing .breadcrumb a {
    text-decoration: none;
}

.fuel-lpg-landing .breadcrumb a:hover {
    color: #fff;
}

.fuel-lpg-landing .hero-grid {
    min-height: 480px;
    padding: 44px 0 82px;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(310px, 0.6fr);
    align-items: center;
    gap: 64px;
}

.fuel-lpg-landing .hero-copy {
    max-width: 720px;
}

.fuel-lpg-landing .eyebrow,
.fuel-lpg-landing .kicker {
    display: block;
    margin-bottom: 12px;
    color: var(--red);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.fuel-lpg-landing .hero .eyebrow {
    color: #ff929a;
}

.fuel-lpg-landing h1 {
    max-width: 820px;
    font-size: clamp(38px, 5.2vw, 49px);
    font-weight: 800;
    line-height: 0.98;
    /* letter-spacing: 0.0em; */
}

.fuel-lpg-landing .hero-lead {
    max-width: 700px;
    margin-top: 24px;
    color: rgb(255 255 255);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.5;
}

.fuel-lpg-landing .hero-actions {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.fuel-lpg-landing .button {
    min-height: 50px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    font-weight: 900;
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.fuel-lpg-landing .button:hover {
    transform: translateY(-1px);
}

.fuel-lpg-landing .button-primary {
    color: #fff;
    background: var(--red);
}

.fuel-lpg-landing .button-primary:hover {
    background: var(--red-dark);
}

.fuel-lpg-landing .button-secondary {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
    background: rgba(255, 255, 255, 0.07);
}

.fuel-lpg-landing .button-secondary:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

.fuel-lpg-landing .hero-update-card {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: -40px;
    width: min(400px, calc(100% - 28px));
    height: 80px;
    min-height: 80px;
    padding: 8px 24px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: var(--ink);
    background: var(--paper);
    text-align: left;
    transform: translateX(-50%);
}

.fuel-lpg-landing .update-pin {
    width: 46px;
    height: 54px;
    display: block;
    flex: 0 0 46px;
    object-fit: contain;
}

.fuel-lpg-landing .update-copy {
    display: grid;
    gap: 1px;
}

.fuel-lpg-landing .update-copy > span {
    color: var(--red);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.fuel-lpg-landing .update-copy time {
    color: var(--ink);
    font-size: 16px;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
}

.fuel-lpg-landing .hero-stats {
    border: 1px solid rgb(255 255 255);
    border-radius: 18px;
    overflow: hidden;
    background: rgb(255 255 255 / 66%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(6px);
}

.fuel-lpg-landing .hero-stats div {
    padding: 20px 24px;
    display: grid;
    grid-template-columns: 96px 1fr;
    align-items: center;
    gap: 14px;
}

.fuel-lpg-landing .hero-stats div + div {
    border-top: 1px solid rgb(255 255 255 / 50%);
}

.fuel-lpg-landing .hero-stats dt {
    color: #ba2632;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.fuel-lpg-landing .hero-stats dd {
    color: rgb(1 1 1);
    font-size: 14px;
}

.fuel-lpg-landing .prices-section,
.fuel-lpg-landing .about-section,
.fuel-lpg-landing .editorial-section,
.fuel-lpg-landing .faq-section {
    padding: 84px 0;
}

.fuel-lpg-landing .intro-heading,
.fuel-lpg-landing .section-heading,
.fuel-lpg-landing .summary-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
}

.fuel-lpg-landing .intro-heading {
    margin-bottom: 32px;
}

.fuel-lpg-landing .intro-heading > p {
    max-width: 500px;
    color: var(--muted);
}

.fuel-lpg-landing h2 {
    font-size: clamp(28px, 3.6vw, 34px);
    line-height: 1.08;
    letter-spacing: -0.045em;
    font-weight: 100;
}

.fuel-lpg-landing h3 {
    font-size: 21px;
    line-height: 1.25;
    letter-spacing: -0.025em;
}

.fuel-lpg-landing .average-prices {
    margin-bottom: 50px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 44px rgba(30, 37, 48, 0.07);
}

.fuel-lpg-landing .average-prices-head {
    margin-bottom: 22px;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    align-items: end;
    gap: 30px;
}

.fuel-lpg-landing .average-prices-head h2 {
    max-width: 720px;
    font-size: clamp(26px, 3vw, 25px);
}

.fuel-lpg-landing .average-prices-head > p {
    color: var(--muted);
    font-size: 14px;
}

.fuel-lpg-landing .average-prices-table-wrap {
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
}

.fuel-lpg-landing .average-prices-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.fuel-lpg-landing .average-prices-table caption {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.fuel-lpg-landing .average-prices-table th,
.fuel-lpg-landing .average-prices-table td {
    padding: 15px 18px;
    text-align: left;
    vertical-align: middle;
}

.fuel-lpg-landing .average-prices-table thead th {
    color: #fff;
    background: var(--red-dark);
    font-size: 13px;
    font-weight: 600;
}

.fuel-lpg-landing .average-prices-table tbody tr + tr {
    border-top: 1px solid var(--line);
}

.fuel-lpg-landing .average-prices-table tbody th {
    color: var(--ink);
    font-size: 15px;
    font-weight: 600;
}

.fuel-lpg-landing .average-prices-table tbody td {
    color: #4f5869;
    font-size: 14px;
}

.fuel-lpg-landing .average-prices-table strong,
.fuel-lpg-landing .average-prices-table small {
    display: block;
}

.fuel-lpg-landing .average-price-value-row {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 7px;
}

.fuel-lpg-landing .average-prices-table strong {
    color: var(--ink);
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
}

.fuel-lpg-landing .average-change {
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    white-space: nowrap;
}

.fuel-lpg-landing .average-change.is-up {
    color: var(--red);
}

.fuel-lpg-landing .average-change.is-down {
    color: #16814b;
}

.fuel-lpg-landing .average-change.is-flat,
.fuel-lpg-landing .average-change.is-empty {
    color: #8b919d;
}

.fuel-lpg-landing .average-prices-table small {
    margin-top: 3px;
    color: #8b919d;
    font-size: 11px;
}

.fuel-lpg-landing .average-prices-note {
    margin-top: 14px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.5;
}

.fuel-lpg-landing .average-prices-note time {
    color: var(--ink);
    font-weight: 600;
}

.fuel-lpg-landing .price-controls {
    position: sticky;
    z-index: 10;
    top: 0;
    margin-bottom: 28px;
    padding: 14px;
    /* border: 1px solid var(--line); */
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 30px rgba(30, 37, 48, 0.08);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.fuel-lpg-landing .city-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.fuel-lpg-landing .city-filter {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #4b5363;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
}

.fuel-lpg-landing .city-filter:hover,
.fuel-lpg-landing .city-filter.is-active {
    border-color: var(--red);
    color: #fff;
    background: var(--red);
}

.fuel-lpg-landing .operator-search {
    min-width: 250px;
}

.fuel-lpg-landing .price-change-legend {
    margin: -10px 0 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 18px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 600;
}

.fuel-lpg-landing .price-change-legend > span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.fuel-lpg-landing .price-change-legend > span:first-child {
    color: var(--ink);
    font-weight: 700;
}

.fuel-lpg-landing .price-change-legend .is-up,
.fuel-lpg-landing .price-change.is-up {
    color: var(--red);
}

.fuel-lpg-landing .price-change-legend .is-down,
.fuel-lpg-landing .price-change.is-down {
    color: #16814b;
}

.fuel-lpg-landing .price-change-legend .is-flat,
.fuel-lpg-landing .price-change.is-flat,
.fuel-lpg-landing .price-change.is-empty {
    color: #8b919d;
}

.fuel-lpg-landing .operator-search span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.fuel-lpg-landing input,
.fuel-lpg-landing select {
    width: 100%;
    min-height: 46px;
    padding: 10px 13px;
    border: 1px solid #d3d7df;
    border-radius: 9px;
    color: var(--ink);
    outline: 0;
    background: #fff;
}

.fuel-lpg-landing input:focus,
.fuel-lpg-landing select:focus {
    border-color: var(--red);
    box-shadow: 0 0 0 3px rgba(221, 58, 70, 0.12);
}

.fuel-lpg-landing .price-summary {
    margin-bottom: 32px;
    padding: 26px;
    border-radius: 18px;
    color: #fff;
    background: var(--dark);
}

.fuel-lpg-landing .summary-head {
    margin-bottom: 22px;
}

.fuel-lpg-landing .summary-head h2 {
    font-size: 25px;
}

.fuel-lpg-landing .summary-scope {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
}

.fuel-lpg-landing .summary-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.fuel-lpg-landing .summary-grid article {
    min-width: 0;
    padding: 20px;
    border: 1px solid rgb(255 0 0 / 48%);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
}

.fuel-lpg-landing .summary-grid span,
.fuel-lpg-landing .summary-grid small {
    display: block;
    color: rgba(255, 255, 255, 0.62);
}

.fuel-lpg-landing .summary-grid strong {
    margin: 6px 0 2px;
    display: block;
    font-size: 29px;
    line-height: 1.1;
}

.fuel-lpg-landing .summary-grid small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.fuel-lpg-landing .city-section + .city-section {
    margin-top: 70px;
}

.fuel-lpg-landing .city-section.is-filtered-out,
.fuel-lpg-landing .city-section.is-search-empty {
    display: none;
}

.fuel-lpg-landing .section-heading {
    margin-bottom: 20px;
}

.fuel-lpg-landing .section-heading h2 {
    font-size: clamp(27px, 3vw, 34px);
}

.fuel-lpg-landing .city-section .section-heading {
    position: relative;
    display: block;
    margin-bottom: 26px;
    text-align: left;
}

.fuel-lpg-landing .city-heading h2 {
    color: var(--red);
    font-size: clamp(26px, 2.8vw, 23px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: 0;
    text-transform: uppercase;
}

.fuel-lpg-landing .city-heading h2 strong {
    font-weight: 900;
}

.fuel-lpg-landing .city-heading-location {
    white-space: nowrap;
}

.fuel-lpg-landing .city-heading-arrow {
    width: 0;
    height: 0;
    margin-left: 0.48em;
    border-top: 0.9em solid var(--red);
    border-right: 0.52em solid transparent;
    border-left: 0.52em solid transparent;
    display: inline-block;
    transform: translateY(0.16em);
}

.fuel-lpg-landing .city-section .section-link {
    position: absolute;
    right: 0;
    bottom: 4px;
}

.fuel-lpg-landing .section-link {
    color: var(--red);
    font-size: 14px;
    font-weight: 900;
    text-underline-offset: 4px;
}

.fuel-lpg-landing .price-table-wrap {
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 12px 40px rgba(31, 37, 48, 0.06);
}

.fuel-lpg-landing .price-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.fuel-lpg-landing .price-table caption {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.fuel-lpg-landing .price-table th,
.fuel-lpg-landing .price-table td {
    padding: 18px 20px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: middle;
}

.fuel-lpg-landing .price-table tr:last-child th,
.fuel-lpg-landing .price-table tr:last-child td {
    border-bottom: 0;
}

.fuel-lpg-landing .price-table thead th {
    color: #fff;
    background: #ba2632;
    font-size: 13px;
    font-weight: 600;
}

.fuel-lpg-landing .price-table thead th:first-child,
.fuel-lpg-landing .price-table tbody th {
    width: 26%;
}

.fuel-lpg-landing .price-table tbody th {
    font-size: 17px;
    font-weight: 900;
}

.fuel-lpg-landing .price-table tbody tr {
    transition: background-color 140ms ease;
}

.fuel-lpg-landing .price-table tbody tr:hover {
    background: #fafafb;
}

.fuel-lpg-landing .price-table tbody tr.is-search-hidden {
    display: none;
}

.fuel-lpg-landing .operator-placeholder[hidden] {
    display: none;
}

.fuel-lpg-landing .fuel-price {
    display: block;
    font-size: 18px;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
}

.fuel-lpg-landing .price-value-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.fuel-lpg-landing .price-change {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-size: 10px;
    font-weight: 900;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.fuel-lpg-landing .fuel-price.is-unavailable {
    color: #a3a8b2;
}

.fuel-lpg-landing .currency {
    display: block;
    color: #9298a3;
    font-size: 10px;
}

.fuel-lpg-landing .no-results {
    padding: 26px;
    border: 1px dashed var(--line);
    border-radius: 12px;
    color: var(--muted);
    text-align: center;
}

.fuel-lpg-landing .tools-section {
    padding: 84px 0;
    background: var(--surface);
}

.fuel-lpg-landing .tools-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
}

.fuel-lpg-landing .calculator-panel,
.fuel-lpg-landing .subscription-card {
    padding: clamp(26px, 4vw, 48px);
    border-radius: 20px;
}

.fuel-lpg-landing .calculator-panel {
    border: 1px solid var(--line);
    background: #fff;
}

.fuel-lpg-landing .calculator-panel > p,
.fuel-lpg-landing .subscription-card > p {
    margin-top: 14px;
}

.fuel-lpg-landing .fuel-calculator {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.fuel-lpg-landing .fuel-calculator label,
.fuel-lpg-landing .subscription-form label {
    display: grid;
    gap: 7px;
    color: #4d5564;
    font-size: 13px;
    font-weight: 600;
}

.fuel-lpg-landing .calculator-result {
    margin-top: 18px;
    padding: 22px;
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 4px 20px;
    color: #fff;
    background: var(--dark);
}

.fuel-lpg-landing .calculator-result span,
.fuel-lpg-landing .calculator-result small {
    color: rgba(255, 255, 255, 0.85);
}

.fuel-lpg-landing .calculator-result strong {
    grid-row: span 2;
    font-size: 30px;
    letter-spacing: -0.04em;
}

.fuel-lpg-landing .calculator-result small {
    font-size: 12px;
}

.fuel-lpg-landing .subscription-card {
    color: #fff;
    background:
        radial-gradient(circle at 102% 105%, rgba(255, 255, 255, 0.18) 0 24%, transparent 24.5%),
        radial-gradient(circle at 91% 111%, transparent 0 31%, rgba(255, 255, 255, 0.13) 31.5% 38%, transparent 38.5%),
        linear-gradient(135deg, #ed3b54 0%, #941e4c 100%);
}

.fuel-lpg-landing .subscription-card .kicker {
    color: rgba(255, 255, 255, 0.72);
}

.fuel-lpg-landing .subscription-card > p {
    color: rgba(255, 255, 255, 0.83);
}

.fuel-lpg-landing .subscription-card ul {
    margin: 24px 0 30px;
    padding-left: 20px;
}

.fuel-lpg-landing .subscription-card li + li {
    margin-top: 8px;
}

.fuel-lpg-landing .subscription-card .button {
    color: var(--red);
    background: #fff;
}

.fuel-lpg-landing .about-grid {
    display: grid;
    grid-template-columns: 1fr minmax(340px, 0.7fr);
    align-items: start;
    gap: clamp(40px, 7vw, 90px);
}

.fuel-lpg-landing .about-copy p {
    margin-top: 16px;
    color: var(--muted);
    font-size: 17px;
}

.fuel-lpg-landing .about-copy h3 {
    margin-top: 30px;
}

.fuel-lpg-landing .about-copy ul,
.fuel-lpg-landing .editorial-copy ul {
    margin: 14px 0 0;
    padding-left: 22px;
    color: var(--muted);
}

.fuel-lpg-landing .about-copy li + li,
.fuel-lpg-landing .editorial-copy li + li {
    margin-top: 7px;
}

.fuel-lpg-landing .about-copy .legacy-intro {
    margin: 0 0 24px;
    padding-left: 18px;
    border-left: 3px solid var(--red);
    color: var(--ink);
    font-size: 15px;
}

.fuel-lpg-landing .about-copy p a {
    color: var(--red);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(186, 38, 50, 0.35);
    text-underline-offset: 3px;
    transition: text-decoration-color 0.2s ease;
}

.fuel-lpg-landing .about-copy p a:hover {
    text-decoration-color: currentColor;
}

.fuel-lpg-landing .about-cta {
    margin-top: 28px;
}

.fuel-lpg-landing .about-media {
    position: sticky;
    top: 24px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 48px rgba(31, 37, 48, 0.09);
}

.fuel-lpg-landing .about-media img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.fuel-lpg-landing .about-media figcaption {
    padding: 15px 8px 6px;
    color: var(--muted);
    font-size: 12px;
}

.fuel-lpg-landing .editorial-section {
    border-top: 1px solid var(--line);
}

.fuel-lpg-landing .editorial-copy {
    max-width: 920px;
}

.fuel-lpg-landing .editorial-copy h3 {
    margin-top: 32px;
    font-size: 22px;
}

.fuel-lpg-landing .editorial-copy p {
    margin-top: 16px;
    color: var(--muted);
    font-size: 17px;
}

.fuel-lpg-landing .operator-logo-grid {
    margin-top: 54px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.fuel-lpg-landing .operator-logo-grid > div {
    min-height: 118px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: #fff;
}

.fuel-lpg-landing .operator-logo-grid img {
    width: auto;
    max-width: 100%;
    height: 68px;
    object-fit: contain;
}

.fuel-lpg-landing .faq-section {
    background: var(--surface);
}

.fuel-lpg-landing .faq-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.fuel-lpg-landing .faq-grid details {
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
}

.fuel-lpg-landing .faq-grid summary {
    cursor: pointer;
    font-weight: 900;
}

.fuel-lpg-landing .faq-grid p {
    margin-top: 14px;
    color: var(--muted);
    font-size: 14px;
}

.fuel-lpg-landing .landing-footer {
    position: relative;
    padding: clamp(70px, 8vw, 104px) 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 82% 18%, rgba(214, 62, 73, 0.1), transparent 28%),
        #2f3541;
}

.fuel-lpg-landing .landing-footer::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: var(--red);
}

.fuel-lpg-landing .footer-inner {
    display: grid;
    grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1.1fr);
    align-items: stretch;
    gap: clamp(56px, 8vw, 118px);
}

.fuel-lpg-landing .footer-links,
.fuel-lpg-landing .footer-contact {
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.fuel-lpg-landing .footer-label {
    display: block;
    margin-bottom: 22px;
    color: #f07a82;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.fuel-lpg-landing .footer-link-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 32px;
}

.fuel-lpg-landing .footer-links a {
    min-height: 48px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none;
    transition: color 160ms ease, border-color 160ms ease;
}

.fuel-lpg-landing .footer-links a::after {
    content: "→";
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.36);
    font-size: 16px;
    transition: color 160ms ease, transform 160ms ease;
}

.fuel-lpg-landing .footer-links a:hover {
    color: #fff;
    border-color: rgba(240, 122, 130, 0.55);
}

.fuel-lpg-landing .footer-links a:hover::after {
    color: #f07a82;
    transform: translateX(3px);
}

.fuel-lpg-landing .footer-contact {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
}

.fuel-lpg-landing .footer-contact .brand-logo {
    width: min(320px, 100%);
}

.fuel-lpg-landing .footer-contact p {
    margin-top: 26px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
}

.fuel-lpg-landing .footer-phone {
    min-height: 42px;
    margin-top: 14px;
    padding: 9px 16px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: border-color 160ms ease, background 160ms ease;
}

.fuel-lpg-landing .footer-phone:hover {
    border-color: var(--red);
    background: var(--red);
}

.fuel-lpg-landing .footer-social {
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.fuel-lpg-landing .footer-social a {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.04);
    opacity: 0.86;
    transition: opacity 160ms ease, transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.fuel-lpg-landing .footer-social a:hover {
    border-color: rgba(240, 122, 130, 0.75);
    background: rgba(214, 62, 73, 0.16);
    opacity: 1;
    transform: translateY(-2px);
}

.fuel-lpg-landing .footer-social img {
    width: 21px;
    height: 21px;
    object-fit: contain;
    filter: grayscale(1) brightness(0) invert(1);
}

.fuel-lpg-landing .subscription-dialog {
    width: min(620px, calc(100% - 28px));
    max-height: calc(100vh - 28px);
    margin: auto;
    padding: clamp(26px, 5vw, 46px);
    border: 0;
    border-radius: 20px;
    color: var(--ink);
    background: #fff;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.35);
}

.fuel-lpg-landing .subscription-dialog::backdrop {
    background: rgba(11, 14, 19, 0.72);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.fuel-lpg-landing .dialog-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    color: #555d6b;
    background: #f1f2f4;
    cursor: pointer;
    font-size: 26px;
    line-height: 1;
}

.fuel-lpg-landing .dialog-copy {
    padding-right: 28px;
}

.fuel-lpg-landing .dialog-copy h2 {
    font-size: 34px;
}

.fuel-lpg-landing .dialog-copy p {
    margin-top: 12px;
    color: var(--muted);
}

.fuel-lpg-landing .subscription-form {
    margin-top: 26px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.fuel-lpg-landing .subscription-form label:first-child,
.fuel-lpg-landing .subscription-form .button,
.fuel-lpg-landing .subscription-form .form-status {
    grid-column: 1 / -1;
}

.fuel-lpg-landing .subscription-form .button {
    width: 100%;
    margin-top: 4px;
}

.fuel-lpg-landing .subscription-form .button:disabled {
    cursor: wait;
    opacity: 0.65;
}

.fuel-lpg-landing .form-status {
    min-height: 24px;
    color: var(--muted);
    font-size: 13px;
}

.fuel-lpg-landing .form-status.is-success {
    color: #177b47;
}

.fuel-lpg-landing .form-status.is-error {
    color: var(--red-dark);
}

@media (max-width: 960px) {
    .fuel-lpg-landing .header-nav a {
        display: none;
    }

    .fuel-lpg-landing .header-nav {
        gap: 0;
    }

    .fuel-lpg-landing .hero-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .fuel-lpg-landing .hero-stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .fuel-lpg-landing .hero-stats div {
        padding: 18px;
        display: block;
    }

    .fuel-lpg-landing .hero-stats div + div {
        border-top: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.12);
    }

    .fuel-lpg-landing .hero-stats dd {
        margin-top: 4px;
    }

    .fuel-lpg-landing .price-controls {
        align-items: stretch;
        flex-direction: column;
    }

    .fuel-lpg-landing .operator-search {
        min-width: 0;
    }

    .fuel-lpg-landing .tools-grid,
    .fuel-lpg-landing .about-grid {
        grid-template-columns: 1fr;
    }

    .fuel-lpg-landing .about-media {
        position: static;
        max-width: 620px;
    }

    .fuel-lpg-landing .operator-logo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .fuel-lpg-landing .wrap {
        width: min(100% - 28px, 1180px);
    }

    .fuel-lpg-landing .header-inner {
        min-height: 62px;
    }

    .fuel-lpg-landing .header-cta {
        min-height: 38px;
        padding: 0 13px;
        font-size: 12px;
    }

    .fuel-lpg-landing .brand-logo {
        width: 155px;
    }

    .fuel-lpg-landing .breadcrumb {
        padding-top: 17px;
    }

    .fuel-lpg-landing .hero-grid {
        min-height: auto;
        padding: 34px 0 42px;
    }

    .fuel-lpg-landing h1 {
        font-size: clamp(35px, 11vw, 48px);
    }

    .fuel-lpg-landing .hero-lead {
        margin-top: 18px;
        font-size: 16px;
    }

    .fuel-lpg-landing .hero-actions {
        margin-top: 24px;
        display: grid;
    }

    .fuel-lpg-landing .hero-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .fuel-lpg-landing .hero-stats div {
        min-width: 0;
        padding: 15px 10px;
        display: block;
        text-align: center;
    }

    .fuel-lpg-landing .hero-stats div + div {
        border-top: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.12);
    }

    .fuel-lpg-landing .hero-stats dt {
        font-size: 24px;
        white-space: nowrap;
    }

    .fuel-lpg-landing .hero-stats dd {
        margin-top: 4px;
        font-size: 10px;
        line-height: 1.35;
    }

    .fuel-lpg-landing .prices-section,
    .fuel-lpg-landing .tools-section,
    .fuel-lpg-landing .about-section,
    .fuel-lpg-landing .editorial-section,
    .fuel-lpg-landing .faq-section {
        padding: 58px 0;
    }

    .fuel-lpg-landing .intro-heading,
    .fuel-lpg-landing .section-heading,
    .fuel-lpg-landing .summary-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .fuel-lpg-landing .intro-heading > p {
        font-size: 14px;
    }

    .fuel-lpg-landing .average-prices {
        margin-right: -2px;
        margin-left: -2px;
        padding: 20px 14px;
        border-radius: 14px;
    }

    .fuel-lpg-landing .average-prices-head {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .fuel-lpg-landing .average-prices-head > p {
        font-size: 13px;
    }

    .fuel-lpg-landing .average-prices-table-wrap {
        overflow-x: auto;
    }

    .fuel-lpg-landing .average-prices-table {
        min-width: 580px;
    }

    .fuel-lpg-landing .average-prices-table th,
    .fuel-lpg-landing .average-prices-table td {
        padding: 13px 14px;
    }

    .fuel-lpg-landing .price-controls {
        position: relative;
        margin-right: -14px;
        margin-left: -14px;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .fuel-lpg-landing .city-filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        scrollbar-width: thin;
    }

    .fuel-lpg-landing .city-filter {
        flex: 0 0 auto;
    }

    .fuel-lpg-landing .price-change-legend {
        margin-top: -12px;
        gap: 7px 14px;
    }

    .fuel-lpg-landing .price-change-legend > span:first-child {
        width: 100%;
    }

    .fuel-lpg-landing .summary-grid {
        grid-template-columns: 1fr;
    }

    .fuel-lpg-landing .city-section + .city-section {
        margin-top: 52px;
    }

    .fuel-lpg-landing .section-link {
        display: none;
    }

    .fuel-lpg-landing .price-table-wrap {
        border: 0;
        overflow: visible;
        background: transparent;
        box-shadow: none;
    }

    .fuel-lpg-landing .price-table,
    .fuel-lpg-landing .price-table tbody,
    .fuel-lpg-landing .price-table tr,
    .fuel-lpg-landing .price-table th,
    .fuel-lpg-landing .price-table td {
        display: block;
        width: 100%;
    }

    .fuel-lpg-landing .price-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
    }

    .fuel-lpg-landing .price-table tbody {
        display: grid;
        gap: 12px;
    }

    .fuel-lpg-landing .price-table tbody tr {
        padding: 18px;
        border: 1px solid var(--line);
        border-radius: 14px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        background: #fff;
        box-shadow: 0 8px 26px rgba(31, 37, 48, 0.05);
    }

    .fuel-lpg-landing .price-table tbody tr:hover {
        background: #fff;
    }

    .fuel-lpg-landing .price-table tbody th {
        grid-column: 1 / -1;
        padding: 0 0 12px;
        border-bottom: 1px solid var(--line);
        font-size: 19px;
    }

    .fuel-lpg-landing .price-table tbody td {
        position: relative;
        padding: 0;
        border: 0;
    }

    .fuel-lpg-landing .price-table tbody td::before {
        content: attr(data-label);
        display: block;
        color: var(--muted);
        font-size: 11px;
        font-weight: 600;
    }

    .fuel-lpg-landing .fuel-price {
        margin-top: 2px;
    }

    .fuel-lpg-landing .price-change {
        font-size: 10px;
    }

    .fuel-lpg-landing .fuel-calculator,
    .fuel-lpg-landing .subscription-form {
        grid-template-columns: 1fr;
    }

    .fuel-lpg-landing .calculator-result {
        grid-template-columns: 1fr;
    }

    .fuel-lpg-landing .calculator-result strong {
        grid-row: auto;
        margin: 3px 0;
    }

    .fuel-lpg-landing .about-copy p {
        font-size: 15px;
    }

    .fuel-lpg-landing .editorial-copy p {
        font-size: 15px;
    }

    .fuel-lpg-landing .operator-logo-grid {
        margin-top: 38px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fuel-lpg-landing .operator-logo-grid > div {
        min-height: 96px;
        padding: 14px;
    }

    .fuel-lpg-landing .operator-logo-grid img {
        height: 56px;
    }

    .fuel-lpg-landing .faq-grid {
        grid-template-columns: 1fr;
    }

    .fuel-lpg-landing .footer-inner {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .fuel-lpg-landing .footer-link-list {
        grid-template-columns: 1fr;
    }

    .fuel-lpg-landing .footer-contact .brand-logo {
        width: min(300px, 100%);
    }

    .fuel-lpg-landing .subscription-form label:first-child,
    .fuel-lpg-landing .subscription-form .button,
    .fuel-lpg-landing .subscription-form .form-status {
        grid-column: auto;
    }

    .fuel-lpg-landing .subscription-dialog {
        padding: 30px 20px 20px;
    }

    .fuel-lpg-landing .dialog-copy h2 {
        font-size: 28px;
    }
}

@media (max-width: 360px) {
    .fuel-lpg-landing .brand-logo {
        width: 132px;
    }

    .fuel-lpg-landing .header-cta {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fuel-lpg-landing *,
    .fuel-lpg-landing *::before,
    .fuel-lpg-landing *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
