/*
Theme Name: Storefront Child Netmaps Portugal
Theme URI: https://www.netmaps.pt/
Description: Tema child Storefront para Netmaps Portugal
Author: Netmaps
Template: storefront
Version: 1.0.0
Text Domain: storefront-child-netmaps-pt
*/

:root {
    --pt-green: #006b3f;
    --pt-green-dark: #03452d;
    --pt-green-soft: #eef8f3;
    --pt-red: #c8102e;
    --pt-red-dark: #8f0f23;
    --pt-red-soft: #fff1f3;
    --pt-gold: #d6a72d;
    --pt-gold-soft: #fff8df;
    --pt-blue: #0b4f7a;
    --pt-blue-dark: #06283f;
    --pt-grey: #5f6670;
    --pt-grey-dark: #303640;
    --pt-border: #dce8e2;
    --pt-soft: #faf7ef;
    --pt-white: #ffffff;
    --pt-black: #141414;
    --pt-shadow: 0 16px 42px rgba(3, 69, 45, 0.10);
    --pt-footer-blue: #0b3466;
    --pt-footer-blue-dark: #06172b;
    --pt-footer-blue-light: #8ec5ff;
}

html {
    scroll-behavior: smooth;
}

body.netmapspt-home {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--pt-black);
    background: var(--pt-white);
    line-height: 1.55;
}

body.netmapspt-home * {
    box-sizing: border-box;
}

.pt-page {
    min-height: 100vh;
    background: var(--pt-white);
}

.pt-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

/* HEADER STOREFRONT EM PÁGINAS INTERIORES */

body:not(.netmapspt-home) .site-header {
    background: #ffffff !important;
    color: var(--pt-black) !important;
    border-bottom: 1px solid var(--pt-border) !important;
}

body:not(.netmapspt-home) .storefront-primary-navigation {
    background: #ffffff !important;
    color: var(--pt-black) !important;
    border-top: 1px solid var(--pt-border) !important;
}

body:not(.netmapspt-home) .site-header a,
body:not(.netmapspt-home) .site-header .site-branding .site-title a,
body:not(.netmapspt-home) .site-header .site-branding a,
body:not(.netmapspt-home) .main-navigation ul li a,
body:not(.netmapspt-home) .secondary-navigation ul li a,
body:not(.netmapspt-home) .site-header-cart .cart-contents {
    color: var(--pt-grey-dark) !important;
}

body:not(.netmapspt-home) .site-header a:hover,
body:not(.netmapspt-home) .main-navigation ul li a:hover,
body:not(.netmapspt-home) .secondary-navigation ul li a:hover,
body:not(.netmapspt-home) .site-header-cart .cart-contents:hover {
    color: var(--pt-green) !important;
}

body:not(.netmapspt-home) .site-branding .site-title a {
    color: var(--pt-green-dark) !important;
}

body:not(.netmapspt-home) .site-description {
    color: var(--pt-grey) !important;
}

body:not(.netmapspt-home) .site-search .widget_product_search input[type="search"],
body:not(.netmapspt-home) .site-search .widget_product_search input[type="text"] {
    background: #ffffff !important;
    color: var(--pt-black) !important;
    border: 1px solid var(--pt-border) !important;
    box-shadow: none !important;
}

body:not(.netmapspt-home) .woocommerce-breadcrumb,
body:not(.netmapspt-home) .woocommerce-breadcrumb a {
    color: var(--pt-grey-dark) !important;
}

body:not(.netmapspt-home) .woocommerce-breadcrumb a:hover {
    color: var(--pt-green) !important;
}

body:not(.netmapspt-home) .site-footer {
    padding: 0 !important;
    background: var(--pt-footer-blue-dark) !important;
}

/* TOPBAR */

.pt-topbar {
    background: linear-gradient(90deg, var(--pt-green-dark), var(--pt-green), var(--pt-red));
    color: #fff;
    font-size: 14px;
    padding: 9px 0;
}

.pt-topbar-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.pt-topbar a {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
}

.pt-topbar a:hover {
    text-decoration: underline;
}

/* HEADER PORTADA */

.pt-header {
    background: #fff;
    border-bottom: 1px solid var(--pt-border);
    position: relative;
    z-index: 5;
}

.pt-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 88px;
    gap: 30px;
}

.pt-brand {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: var(--pt-green-dark);
}

.pt-brand-main {
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.045em;
}

.pt-brand-sub {
    margin-top: 7px;
    font-size: 13px;
    color: var(--pt-grey);
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.pt-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
}

.pt-nav a {
    color: var(--pt-grey-dark);
    text-decoration: none;
    font-weight: 800;
    font-size: 15px;
}

.pt-nav a:hover {
    color: var(--pt-green);
}

/* HERO */

.pt-hero {
    background:
        radial-gradient(circle at 16% 18%, rgba(0, 107, 63, 0.18), transparent 26%),
        radial-gradient(circle at 86% 20%, rgba(200, 16, 46, 0.16), transparent 28%),
        radial-gradient(circle at 76% 82%, rgba(214, 167, 45, 0.17), transparent 25%),
        linear-gradient(135deg, #ffffff 0%, #f3fbf6 42%, #fff4f5 100%);
    color: var(--pt-black);
    padding: 84px 0 72px;
    overflow: hidden;
    border-bottom: 1px solid var(--pt-border);
}

.pt-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
    gap: 48px;
    align-items: center;
}

.pt-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--pt-green-soft);
    border: 1px solid #d2eadf;
    color: var(--pt-green-dark);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.pt-hero h1 {
    font-size: clamp(40px, 5.4vw, 74px);
    line-height: 0.95;
    margin: 0 0 22px;
    letter-spacing: -0.06em;
    color: var(--pt-green-dark);
}

.pt-hero h1 span {
    color: var(--pt-red);
}

.pt-hero-lead {
    font-size: 20px;
    max-width: 730px;
    margin: 0 0 28px;
    color: var(--pt-grey-dark);
}

.pt-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.pt-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 900;
    text-decoration: none;
    border: 2px solid transparent;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

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

.pt-button-primary {
    background: var(--pt-green);
    color: #fff;
    box-shadow: 0 12px 26px rgba(0, 107, 63, 0.22);
}

.pt-button-primary:hover {
    background: var(--pt-green-dark);
    color: #fff;
}

.pt-button-secondary {
    color: var(--pt-red-dark);
    border-color: var(--pt-red);
    background: #fff;
}

.pt-button-secondary:hover {
    background: var(--pt-red-soft);
    color: var(--pt-red-dark);
}

.pt-hero-card {
    background: #fff;
    color: var(--pt-green-dark);
    border-radius: 32px;
    padding: 34px;
    box-shadow: var(--pt-shadow);
    border: 1px solid var(--pt-border);
    position: relative;
    overflow: hidden;
}

.pt-hero-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 128px;
    height: 128px;
    background: linear-gradient(135deg, rgba(0,107,63,0.12), rgba(200,16,46,0.12));
    border-bottom-left-radius: 110px;
}

.pt-hero-card h2 {
    margin: 0 0 15px;
    font-size: 28px;
    line-height: 1.08;
    color: var(--pt-green-dark);
    position: relative;
}

.pt-hero-card p {
    margin: 0 0 18px;
    color: var(--pt-grey);
    position: relative;
}

.pt-hero-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.pt-hero-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-weight: 800;
    color: var(--pt-grey-dark);
}

.pt-hero-list li::before {
    content: "✓";
    color: var(--pt-green);
    font-weight: 900;
}

/* PRODUCT FINDER */

.pt-finder-section {
    padding: 0 0 30px;
    background: linear-gradient(180deg, #fff4f5 0%, #ffffff 100%);
}

.pt-finder {
    margin-top: -34px;
    position: relative;
    z-index: 3;
    background: var(--pt-green-dark);
    color: #fff;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 22px 54px rgba(3, 69, 45, 0.22);
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
    gap: 28px;
    align-items: center;
}

.pt-finder h2 {
    color: #fff;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1;
    letter-spacing: -0.045em;
    margin: 0 0 10px;
}

.pt-finder p {
    margin: 0;
    color: rgba(255,255,255,0.82);
}

.pt-finder-form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
}

.pt-finder-form input[type="search"] {
    width: 100%;
    min-height: 54px;
    border: 0;
    border-radius: 999px;
    padding: 0 20px;
    font-size: 17px;
    background: #fff;
    color: var(--pt-black);
}

.pt-finder-form button {
    min-height: 54px;
    border: 0;
    border-radius: 999px;
    padding: 0 24px;
    font-weight: 900;
    background: var(--pt-red);
    color: #fff;
    cursor: pointer;
}

.pt-finder-form button:hover {
    background: var(--pt-red-dark);
}

.pt-finder-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 14px;
}

.pt-finder-suggestions a {
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
}

.pt-finder-suggestions a:hover {
    background: rgba(255,255,255,0.22);
}

/* SECTIONS */

.pt-section {
    padding: 76px 0;
}

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

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

.pt-section-head {
    max-width: 840px;
    margin-bottom: 38px;
}

.pt-section-kicker {
    color: var(--pt-green);
    font-size: 13px;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 10px;
}

.pt-section h2 {
    font-size: clamp(32px, 3.4vw, 50px);
    line-height: 1.02;
    margin: 0 0 15px;
    letter-spacing: -0.05em;
    color: var(--pt-green-dark);
}

.pt-section-head p {
    font-size: 18px;
    color: var(--pt-grey);
    margin: 0;
}

/* PRODUCTS */

.pt-products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.pt-product-card {
    background: #fff;
    border: 1px solid var(--pt-border);
    border-radius: 26px;
    overflow: hidden;
    box-shadow: var(--pt-shadow);
    display: flex;
    flex-direction: column;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.pt-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 52px rgba(3, 69, 45, 0.15);
}

.pt-product-image {
    background: #edf7f1;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pt-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pt-product-placeholder {
    width: 100%;
    height: 100%;
    background:
        linear-gradient(135deg, rgba(0, 107, 63, 0.78), rgba(200, 16, 46, 0.22)),
        repeating-linear-gradient(45deg, rgba(255,255,255,0.22) 0 1px, transparent 1px 16px);
}

.pt-product-body {
    padding: 23px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.pt-product-tag {
    color: var(--pt-red);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    margin-bottom: 8px;
}

.pt-product-body h3 {
    color: var(--pt-green-dark);
    font-size: 21px;
    line-height: 1.14;
    margin: 0 0 12px;
}

.pt-product-body p {
    color: var(--pt-grey);
    margin: 0 0 20px;
}

.pt-product-price {
    font-weight: 900;
    color: var(--pt-green-dark);
    margin-top: auto;
    margin-bottom: 18px;
    font-size: 17px;
}

.pt-product-price-prefix {
    color: var(--pt-grey);
    font-weight: 800;
    margin-right: 4px;
}

.pt-product-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 45px;
    border-radius: 999px;
    background: var(--pt-green);
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    padding: 0 18px;
}

.pt-product-link:hover {
    background: var(--pt-green-dark);
    color: #fff;
}

/* QUICK LINKS */

.pt-quicklinks {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.pt-quicklink {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    min-height: 260px;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    box-shadow: var(--pt-shadow);
    color: #fff;
    background: var(--pt-green-dark);
}

.pt-quicklink::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
}

.pt-quicklink img {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    transition: transform 0.22s ease;
}

.pt-quicklink:hover img {
    transform: scale(1.07);
}

.pt-quicklink::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(3, 69, 45, 0.04), rgba(3, 69, 45, 0.62));
    z-index: 1;
}

.pt-quicklink.districts::before {
    background:
        linear-gradient(180deg, rgba(3,69,45,0.12), rgba(3,69,45,0.78)),
        radial-gradient(circle at 20% 22%, rgba(214,167,45,0.42), transparent 28%),
        linear-gradient(135deg, #006b3f, #03452d);
}

.pt-quicklink.cities::before {
    background:
        linear-gradient(180deg, rgba(6,40,63,0.14), rgba(6,40,63,0.78)),
        radial-gradient(circle at 78% 20%, rgba(200,16,46,0.46), transparent 28%),
        linear-gradient(135deg, #0b4f7a, #06283f);
}

.pt-quicklink.world::before {
    background:
        linear-gradient(180deg, rgba(17,17,17,0.10), rgba(17,17,17,0.78)),
        radial-gradient(circle at 25% 22%, rgba(255,255,255,0.20), transparent 26%),
        linear-gradient(135deg, #303640, #141414);
}

.pt-quicklink-content {
    position: relative;
    z-index: 2;
    padding: 25px;
}

.pt-quicklink-content strong {
    display: block;
    color: #fff;
    font-size: 29px;
    line-height: 1.02;
    margin-bottom: 10px;
}

.pt-quicklink-content span {
    display: block;
    color: rgba(255,255,255,0.88);
    font-size: 16px;
    line-height: 1.4;
}

/* OPTIONS */

.pt-options-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pt-option {
    background: #fff;
    border: 1px solid var(--pt-border);
    border-radius: 24px;
    padding: 23px;
    box-shadow: 0 10px 26px rgba(3, 69, 45, 0.06);
}

.pt-option h3 {
    color: var(--pt-green-dark);
    font-size: 18px;
    line-height: 1.15;
    margin: 0 0 9px;
}

.pt-option-price {
    color: var(--pt-red);
    font-weight: 900;
    margin-bottom: 12px;
}

.pt-option p {
    color: var(--pt-grey);
    margin: 0;
    font-size: 15px;
}

.pt-logo-box {
    margin-top: 28px;
    background: #fff;
    color: var(--pt-black);
    border-radius: 28px;
    padding: 32px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
    box-shadow: var(--pt-shadow);
    border: 1px solid var(--pt-border);
}

.pt-logo-box h3 {
    margin: 0 0 8px;
    font-size: 27px;
    color: var(--pt-green-dark);
}

.pt-logo-box p {
    margin: 0;
    color: var(--pt-grey);
}

.pt-logo-price {
    background: var(--pt-red);
    color: #fff;
    border-radius: 999px;
    padding: 13px 19px;
    font-weight: 900;
    white-space: nowrap;
}

/* TEXT */

.pt-text-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 46px;
    align-items: start;
}

.pt-text-panel {
    background: #fff;
    border: 1px solid var(--pt-border);
    border-radius: 28px;
    padding: 34px;
    box-shadow: var(--pt-shadow);
}

.pt-text-panel h3 {
    color: var(--pt-green-dark);
    font-size: 27px;
    line-height: 1.12;
    margin: 0 0 16px;
}

.pt-text-panel p {
    color: var(--pt-grey);
    margin: 0 0 16px;
}

.pt-text-panel p:last-child {
    margin-bottom: 0;
}

.pt-bullets {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pt-bullets li {
    background: #fff;
    border: 1px solid var(--pt-border);
    border-radius: 20px;
    padding: 19px 21px;
    color: var(--pt-green-dark);
    font-weight: 900;
    box-shadow: 0 8px 22px rgba(3, 69, 45, 0.05);
}

.pt-bullets span {
    display: block;
    color: var(--pt-grey);
    font-weight: 400;
    margin-top: 4px;
}

/* FOOTER NETMAPS */

.pt-footer {
    background: var(--pt-footer-blue-dark);
    color: #ffffff;
}

.pt-footer-network {
    background: var(--pt-footer-blue);
    color: #ffffff;
    padding: 58px 0 70px;
}

.pt-footer-network-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
    gap: 54px;
    align-items: start;
}

.pt-footer-kicker {
    color: var(--pt-footer-blue-light);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.pt-footer-network-main h3 {
    color: #ffffff;
    font-size: clamp(42px, 5vw, 64px);
    line-height: 0.96;
    letter-spacing: -0.06em;
    margin: 0 0 22px;
    max-width: 620px;
}

.pt-footer-network-main p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 18px;
    line-height: 1.55;
    margin: 0;
    max-width: 620px;
}

.pt-footer-network-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.pt-footer-network-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 20px;
    padding: 22px 20px;
    min-height: 130px;
}

.pt-footer-network-card h4 {
    color: #ffffff;
    font-size: 19px;
    line-height: 1.15;
    margin: 0 0 10px;
}

.pt-footer-network-card p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.45;
    margin: 0;
}

.pt-footer-bottom-area {
    background: var(--pt-footer-blue-dark);
    padding: 40px 0 26px;
}

.pt-footer-bottom-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 0.85fr 1.25fr;
    gap: 44px;
    align-items: start;
}

.pt-footer-column h4 {
    color: #ffffff;
    font-size: 19px;
    line-height: 1.2;
    margin: 0 0 18px;
}

.pt-footer-column p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 18px;
}

.pt-footer-column a {
    color: rgba(255, 255, 255, 0.78);
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.35;
    margin-bottom: 12px;
}

.pt-footer-column a:hover {
    color: #ffffff;
}

.pt-footer-pill {
    display: inline-flex !important;
    width: fit-content;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #ffffff !important;
    font-weight: 900;
    padding: 10px 15px;
    margin-top: 2px;
}

.pt-footer-form-wrap {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 22px;
    padding: 22px;
}

.pt-footer-form {
    display: grid;
    gap: 10px;
}

.pt-footer-form label {
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 900;
    margin-top: 2px;
}

.pt-footer-form input,
.pt-footer-form textarea {
    width: 100%;
    min-height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 11px;
    background: #f2f3f5;
    color: #07172b;
    font: inherit;
    padding: 10px 12px;
    outline: none;
}

.pt-footer-form textarea {
    min-height: 92px;
    resize: vertical;
}

.pt-footer-form button {
    min-height: 44px;
    border: 0;
    border-radius: 999px;
    background: var(--pt-green);
    color: #ffffff;
    font-weight: 900;
    cursor: pointer;
    padding: 0 18px;
    margin-top: 4px;
}

.pt-footer-form button:hover {
    background: var(--pt-green-dark);
}

.pt-footer-legal {
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
    .pt-products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pt-options-grid,
    .pt-quicklinks {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1100px) {
    .pt-hero-grid,
    .pt-finder,
    .pt-text-grid,
    .pt-footer-network-grid,
    .pt-footer-bottom-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .pt-container {
        width: min(100% - 28px, 1180px);
    }

    .pt-topbar-inner,
    .pt-header-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .pt-header-inner {
        padding: 18px 0;
        min-height: auto;
    }

    .pt-nav {
        justify-content: flex-start;
        gap: 14px;
    }

    .pt-nav a {
        font-size: 14px;
    }

    .pt-hero {
        padding: 52px 0 64px;
    }

    .pt-hero-card {
        padding: 26px;
    }

    .pt-finder {
        padding: 24px;
    }

    .pt-finder-form {
        grid-template-columns: 1fr;
    }

    .pt-section {
        padding: 56px 0;
    }

    .pt-products,
    .pt-options-grid,
    .pt-quicklinks,
    .pt-footer-network-cards {
        grid-template-columns: 1fr;
    }

    .pt-logo-box {
        grid-template-columns: 1fr;
    }

    .pt-footer-network {
        padding: 46px 0 52px;
    }

    .pt-footer-network-main h3 {
        font-size: 42px;
    }

    .pt-footer-bottom-grid {
        gap: 28px;
    }

    .pt-footer-form-wrap {
        padding: 18px;
    }
}
