﻿/*
  OZE.net.pl presentation refresh.
  Scope: public PV/OZE profile only. Existing text, links, forms, calculator hooks
  and consent UI remain the source of truth.
*/

:root {
    --portal-pv-font-family: var(--oze-font-sans);
}

body.portal-profile-pv.portal-oze-redesign,
body.portal-profile-pv.portal-oze-redesign * {
    font-family: var(--oze-font-sans);
}

body.portal-profile-pv.portal-oze-redesign .CMBanner,
body.portal-profile-pv.portal-oze-redesign .CMBanner * {
    font-family: 'Lato', 'Open Sans', Arial, Helvetica, sans-serif;
}

body.portal-profile-pv.portal-oze-redesign {
    position: relative;
    color: var(--oze-text);
    background: #eaeceb;
    padding-top: clamp(18px, 2.5vw, 38px);
    padding-bottom: clamp(28px, 3vw, 42px);
    font-weight: 400;
    line-height: var(--oze-lh-body);
    letter-spacing: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body.portal-profile-pv.portal-oze-redesign button,
body.portal-profile-pv.portal-oze-redesign input,
body.portal-profile-pv.portal-oze-redesign select,
body.portal-profile-pv.portal-oze-redesign textarea {
    font-family: var(--oze-font-sans);
}

body.portal-profile-pv.portal-oze-redesign img,
body.portal-profile-pv.portal-oze-redesign svg {
    max-width: 100%;
    height: auto;
}

body.portal-profile-pv.portal-oze-redesign a {
    text-underline-offset: .22em;
}

body.portal-profile-pv.portal-oze-redesign :where(a, button, input, select, textarea, summary):focus-visible {
    outline: 3px solid rgba(181, 211, 56, .55);
    outline-offset: 3px;
}

body.portal-profile-pv.portal-oze-redesign .container,
body.portal-profile-pv.portal-oze-redesign .container.pv-wide-container {
    max-width: var(--oze-container-wide) !important;
    width: min(var(--oze-container-wide), calc(100% - 2 * var(--oze-page-pad)));
}

body.portal-profile-pv.portal-oze-redesign .title,
body.portal-profile-pv.portal-oze-redesign .content h1,
body.portal-profile-pv.portal-oze-redesign .content h2,
body.portal-profile-pv.portal-oze-redesign .content h3,
body.portal-profile-pv.portal-oze-redesign .content h4,
body.portal-profile-pv.portal-oze-redesign .oze-display {
    color: var(--oze-heading);
    font-family: var(--oze-font-display);
    font-weight: 800;
    letter-spacing: 0;
    line-height: var(--oze-lh-heading);
}

body.portal-profile-pv.portal-oze-redesign .content h2,
body.portal-profile-pv.portal-oze-redesign .content h3,
body.portal-profile-pv.portal-oze-redesign .content h4 {
    font-weight: 700;
}

body.portal-profile-pv.portal-oze-redesign .subtitle,
body.portal-profile-pv.portal-oze-redesign .content p,
body.portal-profile-pv.portal-oze-redesign .content li {
    color: var(--oze-text);
    line-height: var(--oze-lh-body);
}

body.portal-profile-pv.portal-oze-redesign .path {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 1.25rem;
    color: var(--oze-muted);
    font-size: var(--oze-fs-xs);
}

body.portal-profile-pv.portal-oze-redesign .oze-page-shell {
    width: min(var(--oze-container-wide), calc(100% - 2 * var(--oze-page-pad)));
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    border: 0;
    border-radius: 28px;
    box-shadow: 0 2px 10px rgba(20, 31, 12, .05), 0 24px 64px rgba(20, 31, 12, .1);
}

body.portal-profile-pv.portal-oze-redesign header {
    position: relative;
    z-index: 40;
    margin: 0;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(32, 38, 28, .06);
    border-bottom: 0;
    border-radius: 28px 28px 0 0;
    box-shadow: none;
    backdrop-filter: blur(12px);
}

body.portal-profile-pv.portal-oze-redesign #app {
    width: 100%;
    margin: 0;
    background: #fff;
}

body.portal-profile-pv.portal-oze-redesign header .container {
    width: 100%;
    max-width: 100% !important;
}

body.portal-profile-pv.portal-oze-redesign .header-buttons {
    padding: 0;
}

body.portal-profile-pv.portal-oze-redesign .oze-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--oze-gap-lg);
    min-height: 48px;
    padding: 0 34px;
    border-bottom: 0;
}

body.portal-profile-pv.portal-oze-redesign .oze-topbar__contact,
body.portal-profile-pv.portal-oze-redesign .oze-topbar__links {
    display: flex;
    align-items: center;
    gap: var(--oze-gap-lg);
}

body.portal-profile-pv.portal-oze-redesign .oze-topbar a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--oze-heading);
    font-size: var(--oze-fs-sm);
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

body.portal-profile-pv.portal-oze-redesign .oze-topbar a:hover {
    color: var(--oze-green-700);
}

body.portal-profile-pv.portal-oze-redesign .oze-topbar .header-buttons__icon {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
}

body.portal-profile-pv.portal-oze-redesign .oze-topbar__links a {
    color: var(--oze-muted);
    font-size: var(--oze-fs-xs);
    font-weight: 500;
    text-transform: uppercase;
}

body.portal-profile-pv.portal-oze-redesign .oze-header-mainbar {
    display: none;
}

body.portal-profile-pv.portal-oze-redesign .header-buttons > .columns {
    min-height: 46px;
    margin: 0;
}

body.portal-profile-pv.portal-oze-redesign .header-buttons .column {
    padding-top: .35rem;
    padding-bottom: .35rem;
}

body.portal-profile-pv.portal-oze-redesign .main-logo img {
    width: auto;
    height: 44px;
}

body.portal-profile-pv.portal-oze-redesign .header-buttons__icon,
body.portal-profile-pv.portal-oze-redesign .footer-buttons__icon,
body.portal-profile-pv.portal-oze-redesign .news-item__icon {
    background-color: rgba(181, 211, 56, .14);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.15rem 1.15rem;
    border-radius: 50%;
}

body.portal-profile-pv.portal-oze-redesign .header-buttons a {
    color: var(--oze-heading);
    text-decoration: none;
}

body.portal-profile-pv.portal-oze-redesign .header-buttons .header-buttons__label {
    color: var(--oze-muted);
    font-size: var(--oze-fs-xs);
    font-weight: 400;
}

body.portal-profile-pv.portal-oze-redesign .header-buttons .header-buttons__data {
    color: var(--oze-heading);
    font-size: var(--oze-fs-sm);
    font-weight: 500;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-height: 620px;
    overflow: hidden;
    background: var(--oze-gradient-hero);
    border: 1px solid rgba(32, 38, 28, .06);
    border-radius: 0 0 var(--oze-radius-xs) var(--oze-radius-xs);
    box-shadow: none;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation.is-small,
body.portal-profile-pv.portal-oze-redesign .main-presentation.is-medium {
    min-height: 420px;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation::before {
    content: "";
    position: absolute;
    inset: 86px 0 0 auto;
    z-index: 1;
    width: min(58%, 760px);
    background: linear-gradient(90deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255, .58) 30%, rgba(255, 255, 255, .05) 100%);
    pointer-events: none;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation__picture {
    position: absolute;
    inset: 86px 0 0 auto;
    z-index: 0;
    width: min(58%, 760px);
    height: calc(100% - 86px);
    opacity: .98;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

body.portal-profile-pv.portal-oze-redesign .navbar-parent {
    position: relative;
    z-index: 5;
    width: 100%;
    background: rgba(255, 255, 255, .94);
    border-top: 0;
    border-bottom: 1px solid rgba(32, 38, 28, .06);
    backdrop-filter: blur(18px);
}

body.portal-profile-pv.portal-oze-redesign .navbar {
    min-height: 76px;
    background: transparent;
}

body.portal-profile-pv.portal-oze-redesign .navbar-menu,
body.portal-profile-pv.portal-oze-redesign .navbar-start,
body.portal-profile-pv.portal-oze-redesign .navbar-end {
    align-items: center;
}

body.portal-profile-pv.portal-oze-redesign .navbar-menu {
    justify-content: space-between;
}

body.portal-profile-pv.portal-oze-redesign .navbar-start {
    flex: 0 0 auto;
    margin-right: var(--oze-gap-xl);
}

body.portal-profile-pv.portal-oze-redesign .navbar-end {
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: 2px;
}

body.portal-profile-pv.portal-oze-redesign .navbar-item,
body.portal-profile-pv.portal-oze-redesign .navbar-link {
    color: var(--oze-heading);
    padding: 1.05rem .72rem;
    font-size: var(--oze-fs-sm);
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
}

body.portal-profile-pv.portal-oze-redesign .oze-navbar-logo {
    padding-left: 0;
    padding-right: 0;
}

body.portal-profile-pv.portal-oze-redesign .oze-navbar-logo:hover {
    background: transparent !important;
}

body.portal-profile-pv.portal-oze-redesign .oze-navbar-logo img {
    width: auto;
    max-height: 50px;
}

body.portal-profile-pv.portal-oze-redesign .navbar-item:hover,
body.portal-profile-pv.portal-oze-redesign .navbar-item.is-active,
body.portal-profile-pv.portal-oze-redesign .navbar-link:hover,
body.portal-profile-pv.portal-oze-redesign .navbar-link.is-active {
    color: var(--oze-green-700) !important;
    background: transparent !important;
}

body.portal-profile-pv.portal-oze-redesign .navbar-item span {
    border: 0 !important;
}

body.portal-profile-pv.portal-oze-redesign .navbar-item.is-active span {
    box-shadow: inset 0 -3px 0 var(--oze-lime-500);
}

body.portal-profile-pv.portal-oze-redesign .navbar-brand .navbar-item img {
    max-height: 42px;
}

body.portal-profile-pv.portal-oze-redesign .hero-body.main-presentation__body-bottom {
    position: relative;
    z-index: 4;
    padding: clamp(46px, 6vw, 86px) var(--oze-page-pad) clamp(86px, 8vw, 120px);
}

body.portal-profile-pv.portal-oze-redesign .hero-parent .columns {
    min-height: 360px;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation .main-title {
    max-width: 620px;
    color: var(--oze-heading) !important;
    font-size: clamp(2.15rem, 3.35vw, 4.15rem);
    font-weight: 800 !important;
    line-height: 1.08;
    text-shadow: none !important;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation .main-title__primary,
body.portal-profile-pv.portal-oze-redesign .main-presentation .main-title__accent {
    display: block;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation .main-title__accent {
    color: var(--oze-green-600);
}

body.portal-profile-pv.portal-oze-redesign .main-presentation .subtitle {
    max-width: 610px;
    color: var(--oze-text) !important;
    font-size: var(--oze-fs-md);
    line-height: var(--oze-lh-body);
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.4rem;
}

body.portal-profile-pv.portal-oze-redesign .product-main-button,
body.portal-profile-pv.portal-oze-redesign .button-red,
body.portal-profile-pv.portal-oze-redesign .main-presentation .button.is-warning {
    min-height: 46px;
    padding-right: 1.35rem;
    padding-left: 1.35rem;
    color: var(--oze-heading) !important;
    background: var(--oze-lime-500) !important;
    background-image: none !important;
    border-color: transparent !important;
    border-radius: var(--oze-radius-pill) !important;
    box-shadow: var(--oze-shadow-lime);
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none !important;
    transition: transform var(--oze-duration) var(--oze-ease), box-shadow var(--oze-duration) var(--oze-ease);
}

body.portal-profile-pv.portal-oze-redesign .product-main-button:hover,
body.portal-profile-pv.portal-oze-redesign .button-red:hover,
body.portal-profile-pv.portal-oze-redesign .main-presentation .button.is-warning:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(181, 211, 56, .32);
}

body.portal-profile-pv.portal-oze-redesign .main-presentation .pv-hero-actions .button {
    min-width: 220px;
    min-height: 58px;
    padding-right: 1.85rem;
    padding-left: 1.85rem;
    background: var(--oze-lime-500) !important;
    background-image: none !important;
    border: 1px solid rgba(95, 167, 11, .18) !important;
    border-radius: var(--oze-radius-pill) !important;
    box-shadow: 0 14px 30px rgba(181, 211, 56, .22);
    font-size: 1rem;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation .pv-hero-actions .button:hover {
    background: var(--oze-lime-600) !important;
    background-image: none !important;
    box-shadow: 0 18px 34px rgba(181, 211, 56, .26);
}

body.portal-profile-pv.portal-oze-redesign .section {
    padding-top: var(--oze-section-y-sm);
    padding-bottom: var(--oze-section-y-sm);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-legacy-content {
    background: transparent;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-legacy-content__body {
    padding: clamp(1.15rem, 2.2vw, 1.7rem);
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(32, 38, 28, .06);
    border-radius: var(--oze-radius-xs);
    box-shadow: var(--oze-shadow-sm);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-legacy-content__body > section {
    padding: 1rem;
    background: var(--oze-surface-soft);
    border: 1px solid var(--oze-line);
    border-radius: var(--oze-radius-xs);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-legacy-content__body > section + section {
    margin-top: 1rem !important;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-topic-nav {
    gap: .6rem;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-topic-nav .tag {
    height: auto;
    min-height: 36px;
    padding: .5rem .8rem;
    color: var(--oze-heading);
    background: #fff;
    text-decoration: none;
    white-space: normal;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-top-calculator {
    position: relative;
    z-index: 6;
    margin-top: clamp(-96px, -5.8vw, -54px);
    padding-top: 0;
    background: transparent;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-top-calculator .container.pv-wide-container {
    max-width: 1280px !important;
    width: min(1280px, calc(100% - 2 * var(--oze-page-pad)));
}

body.portal-profile-pv.portal-oze-redesign .pv-top-calculator-grid {
    display: grid;
    align-items: stretch;
    gap: var(--oze-gap-lg);
    grid-template-columns: minmax(0, 1fr);
}

body.portal-profile-pv.portal-oze-redesign .pv-top-calculator-copy,
body.portal-profile-pv.portal-oze-redesign .pv-home-quick-card,
body.portal-profile-pv.portal-oze-redesign .pv-calculator-box,
body.portal-profile-pv.portal-oze-redesign .pv-calculator-lead-box,
body.portal-profile-pv.portal-oze-redesign .pv-result-card,
body.portal-profile-pv.portal-oze-redesign .pv-home-info-panel,
body.portal-profile-pv.portal-oze-redesign .pv-mistakes-panel,
body.portal-profile-pv.portal-oze-redesign .pv-price-compare,
body.portal-profile-pv.portal-oze-redesign .pv-home-final-cta__inner,
body.portal-profile-pv.portal-oze-redesign .pv-location-map__content,
body.portal-profile-pv.portal-oze-redesign .news-item,
body.portal-profile-pv.portal-oze-redesign .compact-popular-news,
body.portal-profile-pv.portal-oze-redesign .form-column-title,
body.portal-profile-pv.portal-oze-redesign .form-box,
body.portal-profile-pv.portal-oze-redesign .contact-row > .columns > .column,
body.portal-profile-pv.portal-oze-redesign .article-faq__item {
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(32, 38, 28, .06);
    border-radius: var(--oze-radius-xs);
    box-shadow: var(--oze-shadow-sm);
}

body.portal-profile-pv.portal-oze-redesign .pv-top-calculator-copy,
body.portal-profile-pv.portal-oze-redesign .pv-home-quick-card,
body.portal-profile-pv.portal-oze-redesign .pv-calculator-box,
body.portal-profile-pv.portal-oze-redesign .pv-calculator-lead-box,
body.portal-profile-pv.portal-oze-redesign .pv-result-card,
body.portal-profile-pv.portal-oze-redesign .pv-home-info-panel,
body.portal-profile-pv.portal-oze-redesign .pv-mistakes-panel,
body.portal-profile-pv.portal-oze-redesign .pv-price-compare,
body.portal-profile-pv.portal-oze-redesign .pv-home-final-cta__inner,
body.portal-profile-pv.portal-oze-redesign .pv-location-map__content {
    padding: clamp(1.15rem, 2vw, 1.7rem);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-quick-card {
    order: 1;
    background: linear-gradient(180deg, #fff 0%, #fbfdf7 100%);
    border-radius: 2rem;
    box-shadow: var(--oze-shadow-lg);
}

body.portal-profile-pv.portal-oze-redesign .pv-top-calculator-copy {
    order: 2;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-quick-card > .columns {
    align-items: flex-end;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-quick-card > .columns > .column.is-6 {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.portal-profile-pv.portal-oze-redesign .pv-section-eyebrow {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 0 12px;
    padding: 0;
    color: var(--oze-green-700);
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.3;
    text-transform: uppercase;
}

body.portal-profile-pv.portal-oze-redesign .pv-widget-eyebrow,
body.portal-profile-pv.portal-oze-redesign .pv-result-eyebrow,
body.portal-profile-pv.portal-oze-redesign .pv-calculator-lead-eyebrow {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    margin-bottom: .65rem;
    padding: .42rem .7rem;
    color: var(--oze-green-800);
    background: rgba(181, 211, 56, .17);
    border: 1px solid rgba(95, 167, 11, .18);
    border-radius: var(--oze-radius-pill);
    font-size: var(--oze-fs-xs);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-steps {
    gap: .9rem;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-step,
body.portal-profile-pv.portal-oze-redesign .pv-compare-card,
body.portal-profile-pv.portal-oze-redesign .pv-decision-block,
body.portal-profile-pv.portal-oze-redesign .pv-offer-card,
body.portal-profile-pv.portal-oze-redesign .pv-price-row,
body.portal-profile-pv.portal-oze-redesign .pv-home-data-grid div,
body.portal-profile-pv.portal-oze-redesign .pv-result-variant-card,
body.portal-profile-pv.portal-oze-redesign .pv-map-link-grid a,
body.portal-profile-pv.portal-oze-redesign .pv-map-location-card,
body.portal-profile-pv.portal-oze-redesign .pv-map-info-grid > div,
body.portal-profile-pv.portal-oze-redesign .pv-map-faq details,
body.portal-profile-pv.portal-oze-redesign .pv-map-cta,
body.portal-profile-pv.portal-oze-redesign .pv-interest-chip,
body.portal-profile-pv.portal-oze-redesign .tag,
body.portal-profile-pv.portal-oze-redesign .pagination-link,
body.portal-profile-pv.portal-oze-redesign .pagination-previous,
body.portal-profile-pv.portal-oze-redesign .pagination-next {
    background: #fff;
    border: 1px solid var(--oze-line);
    border-radius: var(--oze-radius-xs);
    box-shadow: var(--oze-shadow-xs);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-step > span {
    color: var(--oze-heading);
    background: var(--oze-lime-500);
    border-radius: 50%;
}

body.portal-profile-pv.portal-oze-redesign .input,
body.portal-profile-pv.portal-oze-redesign .textarea,
body.portal-profile-pv.portal-oze-redesign .select select {
    min-height: 48px;
    color: var(--oze-heading);
    background: #fff;
    border: 1px solid var(--oze-line-strong);
    border-radius: var(--oze-radius-xs);
    box-shadow: none;
    font-size: var(--oze-fs-sm);
}

body.portal-profile-pv.portal-oze-redesign .textarea {
    min-height: 132px;
}

body.portal-profile-pv.portal-oze-redesign .input:focus,
body.portal-profile-pv.portal-oze-redesign .textarea:focus,
body.portal-profile-pv.portal-oze-redesign .select select:focus {
    border-color: rgba(95, 167, 11, .65);
    box-shadow: 0 0 0 4px rgba(181, 211, 56, .18);
}

body.portal-profile-pv.portal-oze-redesign .label {
    color: var(--oze-heading);
    font-size: var(--oze-fs-xs);
    font-weight: 500;
    letter-spacing: 0;
}

body.portal-profile-pv.portal-oze-redesign .help {
    color: var(--oze-muted);
    line-height: 1.45;
}

body.portal-profile-pv.portal-oze-redesign .pv-input-mode-toggle {
    display: inline-flex;
    flex-wrap: wrap;
    gap: .5rem;
    padding: .35rem;
    background: var(--oze-surface-soft);
    border: 1px solid var(--oze-line);
    border-radius: var(--oze-radius-pill);
}

body.portal-profile-pv.portal-oze-redesign .pv-input-mode-toggle .button {
    border-radius: var(--oze-radius-pill);
    font-weight: 600;
}

body.portal-profile-pv.portal-oze-redesign .pv-input-mode-toggle .button.is-dark {
    color: var(--oze-heading);
    background: var(--oze-lime-500);
    border-color: var(--oze-lime-500);
}

body.portal-profile-pv.portal-oze-redesign .pv-compare-grid,
body.portal-profile-pv.portal-oze-redesign .pv-decision-grid,
body.portal-profile-pv.portal-oze-redesign .pv-offer-grid,
body.portal-profile-pv.portal-oze-redesign .pv-home-context-grid,
body.portal-profile-pv.portal-oze-redesign .pv-home-widget-grid {
    gap: var(--oze-gap-lg);
}

body.portal-profile-pv.portal-oze-redesign .pv-compare-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.portal-profile-pv.portal-oze-redesign .pv-compare-card,
body.portal-profile-pv.portal-oze-redesign .pv-decision-block,
body.portal-profile-pv.portal-oze-redesign .pv-offer-card,
body.portal-profile-pv.portal-oze-redesign .pv-price-row {
    padding: 1.15rem;
}

body.portal-profile-pv.portal-oze-redesign .pv-compare-card strong,
body.portal-profile-pv.portal-oze-redesign .pv-price-row strong,
body.portal-profile-pv.portal-oze-redesign .pv-home-data-grid strong,
body.portal-profile-pv.portal-oze-redesign .pv-offer-card strong {
    color: var(--oze-heading);
    font-weight: 700;
}

body.portal-profile-pv.portal-oze-redesign .pv-compare-card span,
body.portal-profile-pv.portal-oze-redesign .pv-price-row span,
body.portal-profile-pv.portal-oze-redesign .pv-home-data-grid span,
body.portal-profile-pv.portal-oze-redesign .pv-offer-card span {
    color: var(--oze-muted);
}

body.portal-profile-pv.portal-oze-redesign .pv-trend-panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.15fr);
    gap: clamp(26px, 4vw, 54px);
    align-items: start;
    overflow: hidden;
    padding: clamp(28px, 3.4vw, 42px);
    background: var(--oze-gradient-dark);
    border-color: rgba(255, 255, 255, .12);
    border-radius: 14px;
}

body.portal-profile-pv.portal-oze-redesign .pv-trend-panel::before {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -130px;
    width: 430px;
    height: 430px;
    background: radial-gradient(circle, rgba(181, 211, 56, .32) 0%, rgba(181, 211, 56, .12) 38%, rgba(181, 211, 56, 0) 70%);
    pointer-events: none;
}

body.portal-profile-pv.portal-oze-redesign .pv-trend-panel::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 34%;
    width: 1px;
    height: 68%;
    background: linear-gradient(180deg, rgba(181, 211, 56, .56), rgba(181, 211, 56, 0));
    opacity: .38;
    pointer-events: none;
}

body.portal-profile-pv.portal-oze-redesign .pv-trend-panel > * {
    position: relative;
    z-index: 1;
}

body.portal-profile-pv.portal-oze-redesign .pv-trend-panel .title,
body.portal-profile-pv.portal-oze-redesign .pv-trend-panel p {
    color: #fff !important;
}

body.portal-profile-pv.portal-oze-redesign .pv-trend-panel .pv-section-eyebrow {
    color: #cde86a;
    background: transparent;
}

body.portal-profile-pv.portal-oze-redesign .pv-trend-panel .pv-compare-card {
    min-height: 154px;
    background: rgba(255, 255, 255, .09);
    border-color: rgba(255, 255, 255, .18);
    box-shadow: none;
}

body.portal-profile-pv.portal-oze-redesign .pv-trend-panel .pv-compare-card strong,
body.portal-profile-pv.portal-oze-redesign .pv-trend-panel .pv-compare-card span {
    color: #fff;
}

body.portal-profile-pv.portal-oze-redesign .pv-trend-panel .pv-compare-card span {
    opacity: .9;
}

body.portal-profile-pv.portal-oze-redesign .pv-trend-cta {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    margin-top: clamp(2px, 1.2vw, 12px);
    padding: clamp(16px, 2vw, 20px);
    color: var(--oze-heading);
    background: linear-gradient(135deg, #d7f15d 0%, #b5d338 48%, #9fd30a 100%);
    border: 1px solid rgba(255, 255, 255, .46);
    border-radius: 22px;
    box-shadow: 0 22px 48px rgba(6, 24, 14, .22);
}

body.portal-profile-pv.portal-oze-redesign .pv-trend-cta__mark {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    color: var(--oze-green-800);
    background: rgba(255, 255, 255, .48);
    border-radius: 18px;
}

body.portal-profile-pv.portal-oze-redesign .pv-trend-cta__mark svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.portal-profile-pv.portal-oze-redesign .pv-trend-cta strong {
    display: block;
    margin-bottom: 4px;
    color: var(--oze-heading);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
}

body.portal-profile-pv.portal-oze-redesign .pv-trend-cta p {
    margin: 0;
    color: #284016 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
}

body.portal-profile-pv.portal-oze-redesign .pv-trend-cta__button {
    min-height: 44px;
    padding: 0 20px;
    color: #fff !important;
    background: var(--oze-heading);
    border: 1px solid rgba(16, 61, 33, .18);
    border-radius: var(--oze-radius-pill);
    box-shadow: 0 12px 24px rgba(16, 61, 33, .18);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

body.portal-profile-pv.portal-oze-redesign .pv-trend-cta__button:hover {
    color: #fff !important;
    background: var(--oze-green-800);
    border-color: var(--oze-green-800);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-table-wrap,
body.portal-profile-pv.portal-oze-redesign .oze-table-wrap,
body.portal-profile-pv.portal-oze-redesign .news-page table,
body.portal-profile-pv.portal-oze-redesign .page-content table {
    overflow-x: auto;
    border: 1px solid rgba(95, 167, 11, .18);
    border-radius: var(--oze-radius-xs);
    box-shadow: var(--oze-shadow-xs);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-table th,
body.portal-profile-pv.portal-oze-redesign .news-page th,
body.portal-profile-pv.portal-oze-redesign .page-content th {
    color: var(--oze-green-900);
    background: rgba(181, 211, 56, .14);
    font-weight: 600;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-table-wrap {
    padding: clamp(10px, 1.4vw, 14px);
    background: linear-gradient(180deg, #fbfdf7 0%, #f5faee 100%);
    border-color: rgba(181, 211, 56, .34);
    border-radius: 24px;
    box-shadow: 0 20px 48px rgba(20, 45, 28, .08);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-table {
    width: 100%;
    margin: 0;
    background: transparent;
    border-collapse: separate;
    border-spacing: 0 10px;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-table thead th {
    padding: 4px 18px 8px;
    color: var(--oze-green-800);
    background: transparent;
    border: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    line-height: 1.3;
    text-transform: uppercase;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-table tbody td {
    padding: 17px 20px;
    color: #354331;
    background: #fff;
    border-top: 1px solid rgba(16, 61, 33, .1);
    border-bottom: 1px solid rgba(16, 61, 33, .1);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    vertical-align: middle;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-table tbody td:first-child {
    width: min(34%, 340px);
    color: var(--oze-heading);
    background: #f7fbec;
    border-left: 1px solid rgba(16, 61, 33, .1);
    border-radius: 16px 0 0 16px;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-table tbody td:last-child {
    border-right: 1px solid rgba(16, 61, 33, .1);
    border-radius: 0 16px 16px 0;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-table tbody td:first-child strong {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 650;
    line-height: 1.3;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-table tbody td:first-child strong::before {
    content: "";
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    background: var(--oze-lime-500);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(181, 211, 56, .16);
}

body.portal-profile-pv.portal-oze-redesign .pv-calculator-detail {
    background: linear-gradient(180deg, rgba(247, 252, 239, .85), rgba(234, 247, 252, .55));
}

body.portal-profile-pv.portal-oze-redesign .pv-calculator-stack {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: var(--oze-gap-lg);
    align-items: start;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}

body.portal-profile-pv.portal-oze-redesign .pv-calculator-result-column {
    position: static;
    width: 100%;
}

body.portal-profile-pv.portal-oze-redesign .pv-result-power {
    color: var(--oze-green-600);
    font-size: clamp(2rem, 4vw, 4.1rem);
    font-weight: 800;
    line-height: 1;
}

body.portal-profile-pv.portal-oze-redesign .pv-result-card {
    width: 100%;
}

body.portal-profile-pv.portal-oze-redesign .pv-result-card--empty {
    padding: clamp(1.4rem, 2.6vw, 2rem);
}

body.portal-profile-pv.portal-oze-redesign .pv-result-card--empty .pv-result-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    max-width: 820px;
}

body.portal-profile-pv.portal-oze-redesign .pv-result-card--empty .pv-result-power {
    max-width: 760px;
    margin-bottom: .75rem;
    font-size: clamp(2rem, 3.4vw, 3rem);
    line-height: 1.08;
}

body.portal-profile-pv.portal-oze-redesign .pv-result-lead {
    max-width: 760px;
    color: var(--oze-muted);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
}

body.portal-profile-pv.portal-oze-redesign .pv-result-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
    gap: clamp(18px, 3vw, 34px);
    align-items: start;
}

body.portal-profile-pv.portal-oze-redesign .pv-calculator-result-rendered .pv-result-card {
    padding: clamp(1.25rem, 2.6vw, 2.35rem);
}

body.portal-profile-pv.portal-oze-redesign .pv-result-eyebrow,
body.portal-profile-pv.portal-oze-redesign .pv-result-energy__label,
body.portal-profile-pv.portal-oze-redesign .pv-result-summary-item span,
body.portal-profile-pv.portal-oze-redesign .pv-result-detail-grid span,
body.portal-profile-pv.portal-oze-redesign .pv-result-variant-card span,
body.portal-profile-pv.portal-oze-redesign .pv-result-accuracy span {
    display: block;
    margin: 0 0 .45rem;
    color: var(--oze-green-800);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

body.portal-profile-pv.portal-oze-redesign .pv-result-energy {
    display: grid;
    align-content: start;
    gap: .55rem;
    min-height: 176px;
    padding: clamp(1.25rem, 2.3vw, 1.65rem);
    background: #f1f8dc;
    border: 1px solid rgba(181, 211, 56, .38);
    border-radius: 20px;
}

body.portal-profile-pv.portal-oze-redesign .pv-result-energy strong {
    display: grid;
    gap: .05rem;
    color: var(--oze-heading);
    line-height: .95;
}

body.portal-profile-pv.portal-oze-redesign .pv-result-energy__number {
    color: var(--oze-green-700);
    font-size: clamp(3rem, 5vw, 4.7rem);
    font-weight: 800;
    letter-spacing: 0;
}

body.portal-profile-pv.portal-oze-redesign .pv-result-energy__unit {
    color: var(--oze-heading);
    font-size: clamp(1.65rem, 2.6vw, 2.35rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

body.portal-profile-pv.portal-oze-redesign .pv-result-energy small,
body.portal-profile-pv.portal-oze-redesign .pv-result-summary-item small,
body.portal-profile-pv.portal-oze-redesign .pv-result-detail-grid small,
body.portal-profile-pv.portal-oze-redesign .pv-result-variant-card small,
body.portal-profile-pv.portal-oze-redesign .pv-result-accuracy small {
    display: block;
    color: var(--oze-muted);
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.45;
}

body.portal-profile-pv.portal-oze-redesign .pv-result-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .85rem;
    margin-top: clamp(1.1rem, 2.4vw, 1.6rem);
}

body.portal-profile-pv.portal-oze-redesign .pv-result-summary-item,
body.portal-profile-pv.portal-oze-redesign .pv-result-detail-grid > div,
body.portal-profile-pv.portal-oze-redesign .pv-result-variant-card,
body.portal-profile-pv.portal-oze-redesign .pv-result-accuracy {
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(16, 61, 33, .1);
    border-radius: 12px;
    box-shadow: 0 10px 26px rgba(18, 43, 26, .04);
}

body.portal-profile-pv.portal-oze-redesign .pv-result-summary-item strong,
body.portal-profile-pv.portal-oze-redesign .pv-result-detail-grid strong,
body.portal-profile-pv.portal-oze-redesign .pv-result-variant-card strong,
body.portal-profile-pv.portal-oze-redesign .pv-result-accuracy strong {
    display: block;
    color: var(--oze-heading);
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.25;
}

body.portal-profile-pv.portal-oze-redesign .pv-result-explain {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
    gap: 1rem;
    margin-top: clamp(1.1rem, 2.4vw, 1.6rem);
    padding: 1.15rem;
    background: #f8fbf1;
    border: 1px solid rgba(181, 211, 56, .28);
    border-radius: 16px;
}

body.portal-profile-pv.portal-oze-redesign .pv-result-explain p {
    margin: 0 0 .65rem;
    color: var(--oze-text);
    line-height: 1.6;
}

body.portal-profile-pv.portal-oze-redesign .pv-result-explain p:last-child {
    margin-bottom: 0;
}

body.portal-profile-pv.portal-oze-redesign .pv-result-details,
body.portal-profile-pv.portal-oze-redesign .pv-result-variants,
body.portal-profile-pv.portal-oze-redesign .pv-production-chart,
body.portal-profile-pv.portal-oze-redesign .pv-result-notes {
    margin-top: clamp(1.1rem, 2.4vw, 1.6rem);
}

body.portal-profile-pv.portal-oze-redesign .pv-result-explain h4,
body.portal-profile-pv.portal-oze-redesign .pv-result-details h4,
body.portal-profile-pv.portal-oze-redesign .pv-result-variants h4 {
    margin: 0 0 .85rem;
    color: var(--oze-heading);
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.25;
}

body.portal-profile-pv.portal-oze-redesign .pv-result-detail-grid,
body.portal-profile-pv.portal-oze-redesign .pv-result-variant-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .85rem;
}

body.portal-profile-pv.portal-oze-redesign .pv-production-chart {
    padding: 1.1rem;
    background: #fff;
    border: 1px solid rgba(16, 61, 33, .1);
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(18, 43, 26, .04);
}

body.portal-profile-pv.portal-oze-redesign .pv-production-chart__head,
body.portal-profile-pv.portal-oze-redesign .pv-production-chart__legend {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

body.portal-profile-pv.portal-oze-redesign .pv-production-chart__head strong {
    color: var(--oze-heading);
    font-size: 1.05rem;
    font-weight: 700;
}

body.portal-profile-pv.portal-oze-redesign .pv-production-chart__head span,
body.portal-profile-pv.portal-oze-redesign .pv-production-chart__legend {
    color: var(--oze-muted);
    font-size: .86rem;
}

body.portal-profile-pv.portal-oze-redesign .pv-production-chart__legend {
    margin-top: .55rem;
}

body.portal-profile-pv.portal-oze-redesign .pv-production-chart__legend-bar,
body.portal-profile-pv.portal-oze-redesign .pv-production-chart__legend-line {
    position: relative;
    padding-left: 1.2rem;
}

body.portal-profile-pv.portal-oze-redesign .pv-production-chart__legend-bar::before,
body.portal-profile-pv.portal-oze-redesign .pv-production-chart__legend-line::before {
    position: absolute;
    top: .55em;
    left: 0;
    width: .8rem;
    height: .18rem;
    content: "";
    background: var(--oze-lime-500);
    border-radius: 999px;
}

body.portal-profile-pv.portal-oze-redesign .pv-production-chart__legend-line::before {
    background: var(--oze-green-700);
}

body.portal-profile-pv.portal-oze-redesign .pv-production-chart__bars {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: .55rem;
    align-items: end;
    margin-top: 1rem;
    min-height: 190px;
}

body.portal-profile-pv.portal-oze-redesign .pv-production-chart__item {
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: .45rem;
    min-width: 0;
    height: 100%;
}

body.portal-profile-pv.portal-oze-redesign .pv-production-chart__value,
body.portal-profile-pv.portal-oze-redesign .pv-production-chart__label {
    color: var(--oze-muted);
    font-size: .72rem;
    line-height: 1.2;
    text-align: center;
}

body.portal-profile-pv.portal-oze-redesign .pv-production-chart__bar-wrap {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    min-height: 132px;
    overflow: hidden;
    background: var(--oze-surface-soft);
    border-radius: 999px;
}

body.portal-profile-pv.portal-oze-redesign .pv-production-chart__bar {
    width: 100%;
    max-width: 24px;
    height: var(--pv-bar-height, 4%);
    min-height: 8px;
    background: linear-gradient(180deg, var(--oze-lime-500), var(--oze-green-600));
    border-radius: 999px 999px 0 0;
}

body.portal-profile-pv.portal-oze-redesign .pv-production-chart__consumption-line {
    position: absolute;
    right: 15%;
    left: 15%;
    height: 2px;
    background: var(--oze-green-800);
    border-radius: 999px;
}

body.portal-profile-pv.portal-oze-redesign .pv-result-notes {
    padding: 1rem;
    color: var(--oze-text);
    background: #fbfdf7;
    border: 1px solid rgba(181, 211, 56, .28);
    border-radius: 14px;
}

body.portal-profile-pv.portal-oze-redesign .pv-result-notes p {
    margin: 0 0 .5rem;
}

body.portal-profile-pv.portal-oze-redesign .pv-result-notes p:last-child {
    margin-bottom: 0;
}

body.portal-profile-pv.portal-oze-redesign .pv-result-notes ul {
    margin: .45rem 0 0 1.1rem;
}

body.portal-profile-pv.portal-oze-redesign .pv-result-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

body.portal-profile-pv.portal-oze-redesign .pv-result-metrics > div,
body.portal-profile-pv.portal-oze-redesign .pv-lead-summary-box,
body.portal-profile-pv.portal-oze-redesign .pv-result-notes {
    padding: .9rem;
    background: var(--oze-surface-soft);
    border: 1px solid var(--oze-line);
    border-radius: var(--oze-radius-xs);
}

body.portal-profile-pv.portal-oze-redesign .pv-interest-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
}

body.portal-profile-pv.portal-oze-redesign .pv-interest-chip {
    display: flex;
    align-items: center;
    gap: .55rem;
    margin: 0;
    padding: .75rem .85rem;
    cursor: pointer;
}

body.portal-profile-pv.portal-oze-redesign .pv-interest-chip.is-active {
    border-color: rgba(95, 167, 11, .42);
    background: rgba(181, 211, 56, .13);
}

body.portal-profile-pv.portal-oze-redesign .pv-mobile-sticky-cta {
    background: rgba(255, 255, 255, .94);
    border-top: 1px solid var(--oze-line);
    box-shadow: 0 -12px 32px rgba(14, 35, 22, .08);
}

body.portal-profile-pv.portal-oze-redesign .pv-location-map {
    background: transparent;
}

body.portal-profile-pv.portal-oze-redesign .pv-map-picker {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(320px, .9fr);
    gap: var(--oze-gap-lg);
    align-items: stretch;
}

body.portal-profile-pv.portal-oze-redesign .pv-map-visual {
    display: grid;
    place-items: center;
    min-height: 360px;
    padding: 1.25rem;
    background: linear-gradient(180deg, #fff 0%, var(--oze-mint-50) 100%);
    border: 1px solid var(--oze-line);
    border-radius: var(--oze-radius-xs);
    box-shadow: var(--oze-shadow-sm);
}

body.portal-profile-pv.portal-oze-redesign .pv-map-visual img {
    width: 100%;
}

body.portal-profile-pv.portal-oze-redesign .pv-map-link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.portal-profile-pv.portal-oze-redesign .pv-map-link-grid a,
body.portal-profile-pv.portal-oze-redesign .pv-map-location-card {
    color: var(--oze-heading);
    text-decoration: none;
    transition: transform var(--oze-duration) var(--oze-ease), border-color var(--oze-duration) var(--oze-ease), box-shadow var(--oze-duration) var(--oze-ease);
}

body.portal-profile-pv.portal-oze-redesign .pv-map-link-grid a:hover,
body.portal-profile-pv.portal-oze-redesign .pv-map-location-card:hover {
    transform: translateY(-2px);
    border-color: rgba(95, 167, 11, .36);
    box-shadow: var(--oze-shadow-sm);
}

body.portal-profile-pv.portal-oze-redesign .article.first-section,
body.portal-profile-pv.portal-oze-redesign .section.first-section {
    padding-top: var(--oze-section-y-sm);
    background: transparent;
}

body.portal-profile-pv.portal-oze-redesign .page-content {
    color: var(--oze-text);
}

body.portal-profile-pv.portal-oze-redesign .news-item {
    position: relative;
    height: 100%;
    padding: 1rem;
    overflow: hidden;
    transition: transform var(--oze-duration) var(--oze-ease), box-shadow var(--oze-duration) var(--oze-ease), border-color var(--oze-duration) var(--oze-ease);
}

body.portal-profile-pv.portal-oze-redesign .news-item:hover {
    transform: translateY(-3px);
    border-color: rgba(95, 167, 11, .28);
    box-shadow: var(--oze-shadow-md);
    background: #fff;
}

body.portal-profile-pv.portal-oze-redesign .news-item.news-full {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(320px, .9fr);
    gap: 1.25rem;
    align-items: center;
    padding: 1.15rem;
}

body.portal-profile-pv.portal-oze-redesign .news-item .news-item__image {
    overflow: hidden;
    border-radius: var(--oze-radius-xs);
}

body.portal-profile-pv.portal-oze-redesign .news-item .news-item__image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    height: auto;
    object-fit: cover;
    border-radius: 0;
}

body.portal-profile-pv.portal-oze-redesign .news-item.news-full .news-item__image img {
    aspect-ratio: 16 / 11;
}

body.portal-profile-pv.portal-oze-redesign .news-details {
    margin-top: .95rem;
}

body.portal-profile-pv.portal-oze-redesign .news-item__label,
body.portal-profile-pv.portal-oze-redesign .news-item__label a {
    color: var(--oze-muted);
    font-size: var(--oze-fs-xs);
    text-decoration: none;
}

body.portal-profile-pv.portal-oze-redesign .news-item .title {
    margin-top: .8rem;
    margin-bottom: .55rem;
    line-height: 1.24;
}

body.portal-profile-pv.portal-oze-redesign .news-item .title a {
    color: var(--oze-heading) !important;
    text-decoration: none;
}

body.portal-profile-pv.portal-oze-redesign .news-item p {
    color: var(--oze-muted);
    font-size: var(--oze-fs-sm);
}

body.portal-profile-pv.portal-oze-redesign .pagination-link.is-current {
    color: var(--oze-heading);
    background: var(--oze-lime-500);
    border-color: var(--oze-lime-500);
}

body.portal-profile-pv.portal-oze-redesign .news-page {
    padding: clamp(1rem, 2vw, 1.35rem);
}

body.portal-profile-pv.portal-oze-redesign .news-page .news-item__image img {
    aspect-ratio: 16 / 8.5;
}

body.portal-profile-pv.portal-oze-redesign .news-page > .title,
body.portal-profile-pv.portal-oze-redesign .news-page h1.title {
    font-size: var(--oze-fs-2xl);
}

body.portal-profile-pv.portal-oze-redesign .news-page > p,
body.portal-profile-pv.portal-oze-redesign .news-page > .content {
    font-size: var(--oze-fs-base);
}

body.portal-profile-pv.portal-oze-redesign .compact-popular-news {
    padding: 1.15rem;
}

body.portal-profile-pv.portal-oze-redesign .compact-popular-news__item {
    padding: .7rem;
    border-radius: var(--oze-radius-xs);
}

body.portal-profile-pv.portal-oze-redesign .compact-popular-news__item:hover {
    background: var(--oze-surface-soft);
}

body.portal-profile-pv.portal-oze-redesign .compact-popular-news__image img {
    border-radius: var(--oze-radius-xs);
}

body.portal-profile-pv.portal-oze-redesign .article-faq {
    margin-top: 2rem;
}

body.portal-profile-pv.portal-oze-redesign .article-faq__question {
    color: var(--oze-heading);
    font-weight: 600;
}

body.portal-profile-pv.portal-oze-redesign .contact-row {
    padding-left: 0;
    border-left: 0;
}

body.portal-profile-pv.portal-oze-redesign .contact-row > .columns {
    gap: var(--oze-gap-lg);
}

body.portal-profile-pv.portal-oze-redesign .contact-row > .columns > .column {
    padding: clamp(1.15rem, 2vw, 1.6rem);
}

body.portal-profile-pv.portal-oze-redesign .oze-contact-boxes {
    margin-top: 1.4rem;
}

body.portal-profile-pv.portal-oze-redesign .oze-contact-layout {
    margin-top: 1.7rem;
}

body.portal-profile-pv.portal-oze-redesign .oze-contact-layout > .columns {
    align-items: stretch;
}

body.portal-profile-pv.portal-oze-redesign .oze-form-split {
    align-items: stretch;
}

body.portal-profile-pv.portal-oze-redesign .oze-form-split > .column {
    display: flex;
}

body.portal-profile-pv.portal-oze-redesign .oze-form-split__copy,
body.portal-profile-pv.portal-oze-redesign .oze-form-split__form {
    width: 100%;
}

body.portal-profile-pv.portal-oze-redesign .oze-form-split__form .columns.is-multiline.p-3,
body.portal-profile-pv.portal-oze-redesign .oze-contact-layout .columns.is-multiline.p-3 {
    margin: 0;
    padding: 0 !important;
    gap: .65rem;
}

body.portal-profile-pv.portal-oze-redesign .oze-form-split__form .columns.is-multiline.p-3 > .column,
body.portal-profile-pv.portal-oze-redesign .oze-contact-layout .columns.is-multiline.p-3 > .column {
    padding: 0;
}

body.portal-profile-pv.portal-oze-redesign .oze-form-split__form .columns.is-multiline.p-3 .checkbox,
body.portal-profile-pv.portal-oze-redesign .oze-contact-layout .columns.is-multiline.p-3 .checkbox {
    width: 100%;
    min-height: 46px;
    padding: .75rem .8rem;
    background: #fff;
    border: 1px solid var(--oze-line);
    border-radius: var(--oze-radius-xs);
}

body.portal-profile-pv.portal-oze-redesign #cms-app,
body.portal-profile-pv.portal-oze-redesign .page-text {
    color: var(--oze-text);
}

body.portal-profile-pv.portal-oze-redesign .form-column-title {
    height: 100%;
    padding: clamp(1.25rem, 2.5vw, 1.8rem);
    background: var(--oze-gradient-dark);
}

body.portal-profile-pv.portal-oze-redesign .form-column-title .title,
body.portal-profile-pv.portal-oze-redesign .form-column-title p,
body.portal-profile-pv.portal-oze-redesign .form-column-title li,
body.portal-profile-pv.portal-oze-redesign .form-column-title strong {
    color: #fff !important;
}

body.portal-profile-pv.portal-oze-redesign .form-column-title li + li {
    margin-top: .4rem;
}

body.portal-profile-pv.portal-oze-redesign .form-box {
    padding: clamp(1.25rem, 2.5vw, 1.8rem);
}

body.portal-profile-pv.portal-oze-redesign .form-box .checkbox,
body.portal-profile-pv.portal-oze-redesign .contact-row .checkbox {
    display: inline-flex;
    align-items: flex-start;
    gap: .55rem;
}

body.portal-profile-pv.portal-oze-redesign .form-consents {
    padding: .9rem;
    background: var(--oze-surface-soft);
    border: 1px solid var(--oze-line);
    border-radius: var(--oze-radius-xs);
}

body.portal-profile-pv.portal-oze-redesign .contact-map-section,
body.portal-profile-pv.portal-oze-redesign .map-container {
    overflow: hidden;
    border: 1px solid var(--oze-line);
    border-radius: var(--oze-radius-xs);
    box-shadow: var(--oze-shadow-sm);
}

body.portal-profile-pv.portal-oze-redesign footer {
    width: 100%;
    margin: 0;
    padding: clamp(2rem, 4vw, 3.2rem) var(--oze-page-pad) 1.25rem;
    color: var(--oze-text);
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(32, 38, 28, .06);
    border-radius: 0 0 var(--oze-radius-lg) var(--oze-radius-lg);
    box-shadow: none;
}

body.portal-profile-pv.portal-oze-redesign footer::after {
    display: none;
}

body.portal-profile-pv.portal-oze-redesign footer .title,
body.portal-profile-pv.portal-oze-redesign footer .footer-title,
body.portal-profile-pv.portal-oze-redesign footer .content,
body.portal-profile-pv.portal-oze-redesign footer .content p,
body.portal-profile-pv.portal-oze-redesign footer .footer-text {
    color: var(--oze-heading) !important;
}

body.portal-profile-pv.portal-oze-redesign footer a,
body.portal-profile-pv.portal-oze-redesign footer .footer-contact a {
    color: var(--oze-text);
    text-decoration: none;
}

body.portal-profile-pv.portal-oze-redesign footer a:hover {
    color: var(--oze-green-700);
}

body.portal-profile-pv.portal-oze-redesign .footer-logo {
    height: 42px;
    width: auto;
}

body.portal-profile-pv.portal-oze-redesign .footer-title {
    font-size: var(--oze-fs-base);
    font-weight: 700;
}

body.portal-profile-pv.portal-oze-redesign .footer-menu a {
    padding: .25rem 0;
}

body.portal-profile-pv.portal-oze-redesign .partners {
    margin-top: 1rem;
    padding: .9rem;
    background: var(--oze-surface-soft);
    border: 1px solid var(--oze-line);
    border-radius: var(--oze-radius-xs);
}

@media (max-width: 1180px) {
    body.portal-profile-pv.portal-oze-redesign .main-presentation {
        min-height: 560px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-top-calculator-grid,
    body.portal-profile-pv.portal-oze-redesign .pv-calculator-stack,
    body.portal-profile-pv.portal-oze-redesign .pv-price-compare,
    body.portal-profile-pv.portal-oze-redesign .pv-mistakes-panel,
    body.portal-profile-pv.portal-oze-redesign .pv-map-picker,
    body.portal-profile-pv.portal-oze-redesign .news-item.news-full {
        grid-template-columns: 1fr;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-calculator-result-column {
        position: static;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-result-summary-grid,
    body.portal-profile-pv.portal-oze-redesign .pv-result-detail-grid,
    body.portal-profile-pv.portal-oze-redesign .pv-result-variant-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-quick-card > .columns > .column.is-6 {
        flex-basis: 50%;
        max-width: 50%;
        width: 50%;
    }
}

@media (max-width: 1023px) {
    body.portal-profile-pv.portal-oze-redesign header {
        display: none;
    }

    body.portal-profile-pv.portal-oze-redesign .main-presentation,
    body.portal-profile-pv.portal-oze-redesign footer {
        width: 100%;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    body.portal-profile-pv.portal-oze-redesign .main-presentation {
        min-height: 0;
    }

    body.portal-profile-pv.portal-oze-redesign .main-presentation::before {
        inset: 74px 0 0;
        width: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .82) 58%, rgba(255, 255, 255, .58) 100%);
    }

    body.portal-profile-pv.portal-oze-redesign .main-presentation__picture {
        inset: 74px 0 0;
        width: 100%;
        opacity: .32;
    }

    body.portal-profile-pv.portal-oze-redesign .navbar {
        min-height: 72px;
    }

    body.portal-profile-pv.portal-oze-redesign .navbar-menu.is-active {
        background: #fff;
        border-top: 1px solid var(--oze-line);
        box-shadow: var(--oze-shadow-md);
    }

    body.portal-profile-pv.portal-oze-redesign .navbar-menu.is-active .navbar-item {
        color: var(--oze-heading);
        padding: .8rem 1rem;
    }

    body.portal-profile-pv.portal-oze-redesign .hero-body.main-presentation__body-bottom {
        padding: 3rem 1.25rem 5rem;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-compare-grid,
    body.portal-profile-pv.portal-oze-redesign .pv-decision-grid,
    body.portal-profile-pv.portal-oze-redesign .pv-offer-grid,
    body.portal-profile-pv.portal-oze-redesign .pv-home-context-grid,
    body.portal-profile-pv.portal-oze-redesign .pv-home-widget-grid,
    body.portal-profile-pv.portal-oze-redesign .pv-map-link-grid,
    body.portal-profile-pv.portal-oze-redesign .pv-map-location-grid,
    body.portal-profile-pv.portal-oze-redesign .pv-map-info-grid,
    body.portal-profile-pv.portal-oze-redesign .pv-result-metrics,
    body.portal-profile-pv.portal-oze-redesign .pv-interest-grid,
    body.portal-profile-pv.portal-oze-redesign .pv-home-steps {
        grid-template-columns: 1fr;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-result-hero,
    body.portal-profile-pv.portal-oze-redesign .pv-result-explain {
        grid-template-columns: 1fr;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-production-chart__bars {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        row-gap: 1rem;
    }
}

@media (max-width: 640px) {
    body.portal-profile-pv.portal-oze-redesign .section,
    body.portal-profile-pv.portal-oze-redesign .article.first-section,
    body.portal-profile-pv.portal-oze-redesign .section.first-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-top-calculator {
        margin-top: -2.4rem;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-input-mode-toggle,
    body.portal-profile-pv.portal-oze-redesign .pv-input-mode-toggle .button,
    body.portal-profile-pv.portal-oze-redesign .product-main-button,
    body.portal-profile-pv.portal-oze-redesign .button-red {
        width: 100%;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-input-mode-toggle {
        border-radius: var(--oze-radius-xs);
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-quick-card .column,
    body.portal-profile-pv.portal-oze-redesign .pv-calculator-box .column,
    body.portal-profile-pv.portal-oze-redesign .contact-row .column {
        padding-right: .35rem;
        padding-left: .35rem;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-quick-card > .columns > .column.is-6 {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-calculator-stack {
        max-width: 100%;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-result-summary-grid,
    body.portal-profile-pv.portal-oze-redesign .pv-result-detail-grid,
    body.portal-profile-pv.portal-oze-redesign .pv-result-variant-grid {
        grid-template-columns: 1fr;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-result-power,
    body.portal-profile-pv.portal-oze-redesign .pv-result-card--empty .pv-result-power {
        font-size: clamp(1.8rem, 11vw, 2.55rem);
    }

    body.portal-profile-pv.portal-oze-redesign .pv-production-chart {
        padding: .9rem;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-production-chart__head,
    body.portal-profile-pv.portal-oze-redesign .pv-production-chart__legend {
        align-items: flex-start;
        flex-direction: column;
        gap: .45rem;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-production-chart__bars {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

body.portal-profile-pv.portal-oze-redesign header.oze-site-header {
    position: relative;
    z-index: 40;
    display: block;
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #fff;
    border: 0;
    border-bottom: 1px solid rgba(32, 38, 28, .06);
    border-radius: 28px 28px 0 0;
    box-shadow: none;
    backdrop-filter: blur(12px);
}

body.portal-profile-pv.portal-oze-redesign .oze-site-header__inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 clamp(20px, 3.2vw, 42px);
}

body.portal-profile-pv.portal-oze-redesign .oze-site-header__topbar {
    height: 34px;
    background: #f1f5ec;
    border-bottom: 1px solid rgba(32, 38, 28, .06);
    border-radius: 28px 28px 0 0;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-header__topbar-inner,
body.portal-profile-pv.portal-oze-redesign .oze-site-header__contact,
body.portal-profile-pv.portal-oze-redesign .oze-site-nav__bar,
body.portal-profile-pv.portal-oze-redesign .oze-site-nav__links,
body.portal-profile-pv.portal-oze-redesign .oze-site-nav__cta,
body.portal-profile-pv.portal-oze-redesign .oze-site-nav__mobile-actions,
body.portal-profile-pv.portal-oze-redesign .oze-site-nav__icon-button {
    display: flex;
    align-items: center;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-header__topbar-inner {
    justify-content: space-between;
    height: 100%;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-header__contact {
    gap: 24px;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-header__contact a,
body.portal-profile-pv.portal-oze-redesign .oze-site-header__local-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--oze-heading);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-header__contact a {
    color: var(--oze-muted);
    font-weight: 400;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-header__local-link {
    color: var(--oze-green-700);
    font-weight: 600;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-header__contact a:hover,
body.portal-profile-pv.portal-oze-redesign .oze-site-header__local-link:hover {
    color: var(--oze-green-700);
}

body.portal-profile-pv.portal-oze-redesign .oze-site-header .header-buttons__icon {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    background-color: transparent;
    background-size: 14px 14px;
    border-radius: 0;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-header__contact .header-buttons__icon {
    filter: invert(35%) sepia(39%) saturate(885%) hue-rotate(72deg) brightness(91%) contrast(88%);
}

body.portal-profile-pv.portal-oze-redesign .oze-site-nav {
    position: relative;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-nav__bar {
    justify-content: space-between;
    min-height: 105px;
    gap: 28px;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-nav__logo {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    width: 141px;
    text-decoration: none;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-nav__logo img {
    display: block;
    width: 141px;
    height: auto;
    max-height: 69px;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-nav__links {
    flex: 1 1 auto;
    justify-content: center;
    gap: clamp(18px, 2vw, 34px);
}

body.portal-profile-pv.portal-oze-redesign .oze-site-nav__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: var(--oze-heading);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-nav__link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 2px;
    background: var(--oze-lime-500);
    opacity: 0;
    transform: scaleX(.65);
    transform-origin: center;
    transition: opacity var(--oze-duration) var(--oze-ease), transform var(--oze-duration) var(--oze-ease);
}

body.portal-profile-pv.portal-oze-redesign .oze-site-nav__link:hover,
body.portal-profile-pv.portal-oze-redesign .oze-site-nav__link.is-active {
    color: var(--oze-green-700);
}

body.portal-profile-pv.portal-oze-redesign .oze-site-nav__link:hover::after,
body.portal-profile-pv.portal-oze-redesign .oze-site-nav__link.is-active::after {
    opacity: 1;
    transform: scaleX(1);
}

body.portal-profile-pv.portal-oze-redesign .oze-site-nav__cta {
    flex: 0 0 auto;
    justify-content: center;
    gap: 12px;
    min-width: 194px;
    min-height: 41px;
    padding: 0 24px;
    color: var(--oze-heading);
    background: var(--oze-lime-500);
    border: 1px solid rgba(95, 167, 11, .16);
    border-radius: var(--oze-radius-pill);
    box-shadow: 0 14px 28px rgba(181, 211, 56, .22);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: transform var(--oze-duration) var(--oze-ease), box-shadow var(--oze-duration) var(--oze-ease), background-color var(--oze-duration) var(--oze-ease);
}

body.portal-profile-pv.portal-oze-redesign .oze-site-nav__cta:hover {
    color: var(--oze-heading);
    background: var(--oze-lime-600);
    box-shadow: 0 18px 34px rgba(181, 211, 56, .28);
    transform: translateY(-1px);
}

body.portal-profile-pv.portal-oze-redesign .oze-site-nav__mobile-menu.navbar-menu {
    display: none !important;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation::before {
    inset: 0 0 0 auto;
    height: 100%;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation__picture {
    inset: 0 0 0 auto;
    height: 100%;
}

@media (max-width: 1180px) {
    body.portal-profile-pv.portal-oze-redesign .oze-site-nav__bar {
        gap: 20px;
    }

    body.portal-profile-pv.portal-oze-redesign .oze-site-nav__links {
        gap: 18px;
    }

    body.portal-profile-pv.portal-oze-redesign .oze-site-nav__cta {
        min-width: 176px;
        padding-right: 18px;
        padding-left: 18px;
    }
}

@media (max-width: 1023px) {
    body.portal-profile-pv.portal-oze-redesign header.oze-site-header {
        display: block;
        border-radius: 28px 28px 0 0;
    }

    body.portal-profile-pv.portal-oze-redesign .oze-site-nav__bar {
        min-height: 84px;
        padding-right: 20px;
        padding-left: 20px;
    }

    body.portal-profile-pv.portal-oze-redesign .oze-site-nav__logo {
        width: 123px;
    }

    body.portal-profile-pv.portal-oze-redesign .oze-site-nav__logo img {
        width: 123px;
        max-height: 60px;
    }

    body.portal-profile-pv.portal-oze-redesign .oze-site-nav__mobile-actions {
        gap: 10px;
    }

    body.portal-profile-pv.portal-oze-redesign .oze-site-nav__icon-button,
    body.portal-profile-pv.portal-oze-redesign .oze-site-nav__burger {
        justify-content: center;
        width: 40px;
        height: 40px;
        min-height: 40px;
        padding: 0;
        color: var(--oze-heading);
        background: #fff;
        border: 1px solid var(--oze-line);
        border-radius: var(--oze-radius-xs);
        box-shadow: var(--oze-shadow-xs);
        text-decoration: none;
    }

    body.portal-profile-pv.portal-oze-redesign .oze-site-nav__icon-button .header-buttons__icon {
        width: 20px;
        height: 20px;
        background-size: 18px 18px;
    }

    body.portal-profile-pv.portal-oze-redesign .oze-site-nav__burger {
        position: relative;
        display: inline-flex;
        flex: 0 0 auto;
        margin-left: 0;
    }

    body.portal-profile-pv.portal-oze-redesign .oze-site-nav__burger span {
        left: 11px;
        width: 18px;
        height: 2px;
        background-color: var(--oze-heading);
    }

    body.portal-profile-pv.portal-oze-redesign .oze-site-nav__mobile-menu.navbar-menu {
        display: none !important;
        padding: 8px 20px 18px;
        background: rgba(255, 255, 255, .98);
        border-top: 1px solid var(--oze-line);
        box-shadow: var(--oze-shadow-md);
    }

    body.portal-profile-pv.portal-oze-redesign .oze-site-nav__mobile-menu.navbar-menu.is-active {
        display: block !important;
    }

    body.portal-profile-pv.portal-oze-redesign .oze-site-nav__mobile-link.navbar-item {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        min-height: 44px;
        padding: 11px 0;
        color: var(--oze-heading) !important;
        border-bottom: 1px solid var(--oze-line);
        font-size: 15px;
        font-weight: 600;
        line-height: 1.25;
        text-decoration: none;
    }

    body.portal-profile-pv.portal-oze-redesign .oze-site-nav__mobile-link.navbar-item:hover,
    body.portal-profile-pv.portal-oze-redesign .oze-site-nav__mobile-link.navbar-item.is-active {
        color: var(--oze-green-700) !important;
        background: transparent !important;
    }

    body.portal-profile-pv.portal-oze-redesign .oze-site-nav__mobile-link small {
        color: var(--oze-muted);
        font-size: 12px;
        font-weight: 400;
    }

    body.portal-profile-pv.portal-oze-redesign .main-presentation::before {
        inset: 0;
        width: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .82) 58%, rgba(255, 255, 255, .58) 100%);
    }

    body.portal-profile-pv.portal-oze-redesign .main-presentation__picture {
        inset: 0;
        width: 100%;
        opacity: .32;
    }
}

@media (max-width: 640px) {
    body.portal-profile-pv.portal-oze-redesign {
        padding-top: 0;
    }

    body.portal-profile-pv.portal-oze-redesign .oze-page-shell {
        width: 100%;
        margin-bottom: 0;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    body.portal-profile-pv.portal-oze-redesign header.oze-site-header {
        border-radius: 0;
    }
}

body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero {
    min-height: 656px;
    background: #fff;
    border-top: 0;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .97) 38%, rgba(255, 255, 255, .55) 52%, rgba(255, 255, 255, 0) 68%),
        linear-gradient(180deg, rgba(255, 255, 255, 0) 74%, rgba(255, 255, 255, .9) 100%);
    pointer-events: none;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero::after {
    content: none;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero .main-presentation__picture {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero .main-presentation__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero .hero-body.main-presentation__body-bottom {
    align-items: flex-start;
    position: relative;
    z-index: 4;
    min-height: 506px;
    margin-top: 0 !important;
    padding: 64px var(--oze-page-pad) 150px;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero .container {
    max-width: 1160px !important;
    width: min(1160px, calc(100% - 2 * var(--oze-page-pad)));
}

body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero .hero-parent .columns {
    min-height: 398px;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero .hero-parent > .columns > .column.is-7 {
    flex: 0 0 700px;
    max-width: 700px;
    width: 700px;
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 32px;
    margin-bottom: 28px;
    padding: 0 16px;
    color: var(--oze-green-700);
    background: rgba(181, 211, 56, .14);
    border-radius: var(--oze-radius-pill);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-badge span[aria-hidden] {
    color: var(--oze-green-600);
    font-size: 15px;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero .main-title {
    max-width: 700px;
    font-size: clamp(2.65rem, 3vw, 3rem) !important;
    line-height: 1.08;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero .main-title__accent {
    max-width: 470px;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero .subtitle {
    max-width: 560px;
    margin-top: 22px !important;
    font-size: 18px;
    line-height: 1.55;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero .pv-hero-actions {
    gap: 14px;
    margin-top: 24px;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero .pv-hero-actions .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 212px;
    min-height: 46px;
    padding: 0 26px;
    font-size: 16px;
    font-weight: 600;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero .pv-hero-actions__secondary {
    min-width: 205px;
    color: var(--oze-heading) !important;
    background: #fff !important;
    border: 1px solid var(--oze-line-strong) !important;
    border-radius: var(--oze-radius-pill) !important;
    box-shadow: none;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero .pv-hero-actions__secondary:hover {
    color: var(--oze-green-700) !important;
    border-color: rgba(95, 167, 11, .36) !important;
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin-top: 20px;
    color: var(--oze-green-700);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-floating {
    position: absolute;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 57px;
    padding: 10px 16px 10px 12px;
    color: var(--oze-heading);
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(32, 38, 28, .06);
    border-radius: 13px;
    box-shadow: 0 18px 44px rgba(14, 35, 22, .14);
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-floating--energy {
    top: 64px;
    right: 304px;
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-floating--savings {
    top: 418px;
    right: 79px;
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-floating__icon {
    display: grid;
    place-items: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    color: var(--oze-lime-500);
    background: #f4f9d6;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-floating strong,
body.portal-profile-pv.portal-oze-redesign .pv-hero-floating small {
    display: block;
    white-space: nowrap;
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-floating strong {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-floating small {
    margin-top: 2px;
    color: var(--oze-muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-orb,
body.portal-profile-pv.portal-oze-redesign .pv-hero-ring,
body.portal-profile-pv.portal-oze-redesign .pv-hero-ring-dot {
    position: absolute;
    pointer-events: none;
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-orb {
    top: -170px;
    left: -160px;
    z-index: 2;
    width: 880px;
    height: 880px;
    background: rgba(255, 255, 255, .3);
    border-radius: 50%;
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-ring {
    z-index: 3;
    border-radius: 50%;
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-ring--inner {
    top: -210px;
    left: -200px;
    width: 960px;
    height: 960px;
    border: 1.5px solid rgba(47, 110, 27, .28);
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-ring--outer {
    top: -255px;
    left: -245px;
    width: 1050px;
    height: 1050px;
    border: 1.5px solid rgba(181, 211, 56, .5);
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-ring-dot {
    top: 90px;
    left: 773px;
    z-index: 4;
    width: 10px;
    height: 10px;
    background: var(--oze-lime-500);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-top-calculator {
    margin-top: -96px;
}

body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero {
    position: relative;
    overflow: hidden;
    padding: 58px 0 42px;
    background:
        linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, .98) 38%, rgba(255, 255, 255, .62) 58%, rgba(255, 255, 255, 0) 78%),
        linear-gradient(180deg, #fbfdf8 0%, #fff 100%);
    border-bottom: 1px solid var(--oze-line);
}

body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero .container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
    align-items: center;
    gap: 48px;
}

body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero__content {
    position: relative;
    z-index: 2;
    max-width: 660px;
}

body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero .path {
    margin-bottom: 24px;
}

body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero .title.is-1 {
    margin: 0 0 16px;
    font-size: clamp(38px, 4.1vw, 58px);
    line-height: 1.08;
}

body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero .title.is-3 {
    margin: 0 0 16px;
    font-size: clamp(24px, 2.1vw, 34px);
    line-height: 1.18;
}

body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero .title span {
    color: var(--oze-green-700);
}

body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero .subtitle,
body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero p {
    max-width: 610px;
    color: var(--oze-text);
}

body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero__search {
    max-width: 800px;
    margin-top: 26px;
    padding: 18px;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(32, 38, 28, .06);
    border-radius: var(--oze-radius-md);
    box-shadow: var(--oze-shadow-md);
}

body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero__media {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: var(--oze-shadow-lg);
}

body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero__media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, .36) 0%, rgba(255, 255, 255, 0) 58%);
    pointer-events: none;
}

body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero__media picture,
body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero__media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 320px;
}

body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero__media img {
    object-fit: cover;
    object-position: 58% center;
}

body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero__chip {
    position: absolute;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 12px 16px;
    color: var(--oze-heading);
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(32, 38, 28, .06);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(31, 41, 15, .18);
    font-size: var(--oze-fs-sm);
    font-weight: 600;
}

body.portal-profile-pv.portal-oze-redesign .pv-location-map.article.first-section,
body.portal-profile-pv.portal-oze-redesign .oze-news-list.article.first-section,
body.portal-profile-pv.portal-oze-redesign .oze-contact-page.article.first-section,
body.portal-profile-pv.portal-oze-redesign .oze-article-page.article.first-section {
    padding-top: 42px;
}

body.portal-profile-pv.portal-oze-redesign .oze-news-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 34px;
    align-items: start;
    margin-bottom: 28px;
}

body.portal-profile-pv.portal-oze-redesign .oze-news-intro .title {
    margin-bottom: 14px;
}

body.portal-profile-pv.portal-oze-redesign .oze-news-intro__aside {
    padding: 22px;
    background: var(--oze-surface);
    border: 1px solid rgba(32, 38, 28, .06);
    border-radius: var(--oze-radius-md);
    box-shadow: var(--oze-shadow-sm);
}

body.portal-profile-pv.portal-oze-redesign .oze-news-topic-list {
    display: grid;
    gap: 10px;
}

body.portal-profile-pv.portal-oze-redesign .oze-news-topic-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    padding: 10px 14px;
    color: var(--oze-heading);
    background: #fff;
    border: 1px solid var(--oze-line);
    border-radius: var(--oze-radius-pill);
    font-size: var(--oze-fs-sm);
    font-weight: 500;
    text-decoration: none;
}

body.portal-profile-pv.portal-oze-redesign .oze-news-topic-list a:hover {
    color: var(--oze-green-700);
    border-color: rgba(181, 211, 56, .65);
    box-shadow: var(--oze-shadow-xs);
}

body.portal-profile-pv.portal-oze-redesign .oze-news-list__content {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

body.portal-profile-pv.portal-oze-redesign .oze-contact-page__content > .content:first-child {
    display: none;
}

@media (max-width: 1180px) {
    body.portal-profile-pv.portal-oze-redesign .pv-hero-floating--energy {
        right: 190px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-hero-floating--savings {
        right: 42px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero .container {
        grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
        gap: 32px;
    }
}

@media (max-width: 1023px) {
    body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero {
        min-height: 0;
    }

    body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero::before {
        background:
            linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .9) 54%, rgba(255, 255, 255, .54) 100%),
            linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .62) 100%);
    }

    body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero::after,
    body.portal-profile-pv.portal-oze-redesign .pv-hero-orb,
    body.portal-profile-pv.portal-oze-redesign .pv-hero-ring,
    body.portal-profile-pv.portal-oze-redesign .pv-hero-ring-dot,
    body.portal-profile-pv.portal-oze-redesign .pv-hero-floating {
        display: none;
    }

    body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero .hero-body.main-presentation__body-bottom {
        min-height: 0;
        padding: 42px 1.25rem 112px;
    }

    body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero .hero-parent > .columns > .column.is-7 {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }

    body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero .main-title {
        max-width: 620px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-top-calculator {
        margin-top: -78px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero {
        padding: 34px 0 28px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero .container,
    body.portal-profile-pv.portal-oze-redesign .oze-news-intro {
        grid-template-columns: 1fr;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero__content {
        max-width: none;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero__media {
        min-height: 220px;
        border-radius: 20px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero__media picture,
    body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero__media img {
        min-height: 220px;
    }
}

@media (max-width: 640px) {
    body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero .main-presentation__picture {
        opacity: .28;
    }

    body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero .hero-body.main-presentation__body-bottom {
        padding-top: 32px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-hero-badge {
        max-width: 100%;
        margin-bottom: 20px;
        white-space: normal;
    }

    body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero .pv-hero-actions .button,
    body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero .pv-hero-actions__secondary {
        width: 100%;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-hero-benefits {
        gap: 10px;
        font-size: 14px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero .title.is-1 {
        font-size: 34px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero__search {
        padding: 14px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero__search .field.has-addons {
        display: grid;
        gap: 10px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero__search .control,
    body.portal-profile-pv.portal-oze-redesign .pv-subpage-hero__search .button {
        width: 100%;
    }

    body.portal-profile-pv.portal-oze-redesign .oze-news-intro__aside {
        padding: 18px;
    }
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-badge__icon {
    display: grid;
    place-items: center;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    color: var(--oze-lime-500);
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-badge__icon svg,
body.portal-profile-pv.portal-oze-redesign .pv-hero-floating__icon svg {
    display: block;
    width: 18px;
    height: 18px;
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-badge__icon svg {
    width: 16px;
    height: 16px;
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-floating strong {
    color: var(--oze-heading);
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-floating small {
    color: var(--oze-muted);
    font-size: 12px;
    font-weight: 400;
}

/* Figma Make hero typography pass: keep H1 heavy, soften supporting UI text. */
body.portal-profile-pv.portal-oze-redesign .oze-site-header__contact a {
    font-weight: 400;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-nav__link {
    font-weight: 500;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-header__local-link {
    font-weight: 600;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-nav__cta,
body.portal-profile-pv.portal-oze-redesign .product-main-button,
body.portal-profile-pv.portal-oze-redesign .button-red,
body.portal-profile-pv.portal-oze-redesign .main-presentation .button.is-warning,
body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero .pv-hero-actions .button,
body.portal-profile-pv.portal-oze-redesign .main-presentation.is-pv-hero .pv-hero-actions__secondary {
    font-weight: 600;
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-badge {
    gap: 8px;
    padding: 8px 14px;
    background: #eff5db;
    font-size: 12px;
    font-weight: 600;
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-badge__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: auto;
    height: auto;
    color: var(--oze-green-700);
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-benefits {
    font-size: 13px;
    font-weight: 500;
}

body.portal-profile-pv.portal-oze-redesign .pv-hero-floating strong {
    font-weight: 600;
}

/* Normalize Bulma font-weight helpers inside the OZE redesign scope. */
body.portal-profile-pv.portal-oze-redesign .has-text-weight-light,
body.portal-profile-pv.portal-oze-redesign .has-text-weight-normal {
    font-weight: 400 !important;
}

body.portal-profile-pv.portal-oze-redesign .has-text-weight-semibold {
    font-weight: 600 !important;
}

body.portal-profile-pv.portal-oze-redesign .has-text-weight-bold,
body.portal-profile-pv.portal-oze-redesign .has-text-weight-black {
    font-weight: 700 !important;
}

body.portal-profile-pv.portal-oze-redesign .main-presentation .main-title.has-text-weight-black,
body.portal-profile-pv.portal-oze-redesign .main-presentation .main-title.has-text-weight-bold {
    font-weight: 800 !important;
}

/* Home calculator card: Figma Make layout */
body.portal-profile-pv.portal-oze-redesign .pv-top-calculator-copy {
    display: none;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-quick-card {
    padding: 28px;
    background: #fff;
    border: 1px solid #e4e9dd;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(20, 31, 8, .06), 0 18px 44px rgba(20, 31, 8, .16);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-quick-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-quick-title {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-quick-title h2 {
    margin: 0;
    color: var(--oze-heading);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-quick-icon {
    display: grid;
    place-items: center;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    color: var(--oze-green-700);
    background: #eff5db;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-quick-layout {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-quick-form {
    flex: 1 1 auto;
    min-width: 0;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-quick-form > .columns {
    margin: -8px;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-quick-form > .columns > .column {
    padding: 8px;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-quick-form > .columns > .column.is-6 {
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-quick-card .input,
body.portal-profile-pv.portal-oze-redesign .pv-home-quick-card .select select {
    min-height: 46px;
    background: #fbfcf9;
    border-color: #e4e9dd;
    border-radius: 12px;
    font-size: 14px;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-quick-card .label {
    line-height: 1.25;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-quick-note {
    margin: 10px 0 0;
    color: var(--oze-muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

@media (min-width: 1024px) {
    body.portal-profile-pv.portal-oze-redesign .pv-home-quick-card .label {
        white-space: nowrap;
    }
}

body.portal-profile-pv.portal-oze-redesign .pv-home-quick-validation.notification {
    margin: 10px 0 0;
    padding: 10px 12px;
    border: 1px solid rgba(181, 211, 56, .42);
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-quick-form-actions {
    display: flex;
    justify-content: flex-start;
    margin-top: 16px;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-quick-submit {
    min-width: 224px;
    min-height: 43px;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    text-transform: none !important;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-quick-panel {
    display: flex;
    flex: 0 0 300px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: 300px;
    padding: 22px;
    background: #eff5db;
    border-radius: 18px;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-quick-panel__image {
    display: block;
    width: 100%;
    height: 112px;
    object-fit: cover;
    border-radius: 14px;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-quick-panel h3 {
    margin: 0;
    color: var(--oze-heading);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-quick-panel p {
    margin: 0;
    color: var(--oze-muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

@media (max-width: 1023px) {
    body.portal-profile-pv.portal-oze-redesign .pv-home-quick-card {
        padding: 22px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-quick-head,
    body.portal-profile-pv.portal-oze-redesign .pv-home-quick-layout {
        flex-direction: column;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-quick-head,
    body.portal-profile-pv.portal-oze-redesign .pv-home-quick-layout,
    body.portal-profile-pv.portal-oze-redesign .pv-home-quick-form,
    body.portal-profile-pv.portal-oze-redesign .pv-home-quick-panel {
        width: 100%;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-quick-form > .columns > .column.is-6 {
        flex-basis: 50%;
        max-width: 50%;
        width: 50%;
    }
}

@media (max-width: 640px) {
    body.portal-profile-pv.portal-oze-redesign .pv-home-quick-card {
        padding: 18px;
        border-radius: 20px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-quick-title {
        align-items: flex-start;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-quick-title h2 {
        font-size: 18px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-quick-form > .columns > .column.is-6 {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-quick-panel {
        padding: 18px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-quick-panel__image {
        height: 98px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-quick-submit {
        width: 100%;
    }
}

/* Home process steps */
body.portal-profile-pv.portal-oze-redesign .pv-home-process {
    padding-top: clamp(70px, 7vw, 108px);
    padding-bottom: clamp(56px, 6vw, 88px);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-process .pv-home-section-head {
    max-width: 960px;
    margin: 0 auto clamp(38px, 4.2vw, 58px);
    text-align: center;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-process .pv-home-section-head .title {
    font-size: clamp(30px, 2.45vw, 38px);
    font-weight: 700;
    line-height: 1.15;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-process .pv-section-eyebrow {
    display: block;
    width: auto;
    margin: 0 0 14px;
    padding: 0;
    color: var(--oze-green-700);
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.3;
    text-transform: uppercase;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-process .pv-home-section-head .subtitle {
    max-width: 800px;
    margin-right: auto;
    margin-left: 0;
    color: var(--oze-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

body.portal-profile-pv.portal-oze-redesign .pv-process-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(34px, 5vw, 76px);
    max-width: 1080px;
    margin: 0 auto;
}

body.portal-profile-pv.portal-oze-redesign .pv-process-step {
    position: relative;
    min-width: 0;
}

body.portal-profile-pv.portal-oze-redesign .pv-process-step:not(:last-child)::after {
    content: "\2192";
    position: absolute;
    top: 38px;
    right: clamp(-48px, -3.2vw, -26px);
    color: var(--oze-heading);
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    opacity: .82;
}

body.portal-profile-pv.portal-oze-redesign .pv-process-step__top {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
}

body.portal-profile-pv.portal-oze-redesign .pv-process-step__visual {
    position: relative;
    display: grid;
    place-items: center;
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    color: #b5d338;
    background: #f0f7d4;
    border-radius: 50%;
}

body.portal-profile-pv.portal-oze-redesign .pv-process-step__number {
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    color: var(--oze-heading);
    background: var(--oze-lime-500);
    border-radius: 50%;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

body.portal-profile-pv.portal-oze-redesign .pv-process-step__icon svg {
    display: block;
    width: 34px;
    height: 34px;
    fill: none;
    stroke: #b5d338;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.portal-profile-pv.portal-oze-redesign .pv-process-step__icon svg * {
    stroke: #b5d338;
}

body.portal-profile-pv.portal-oze-redesign .pv-process-step h3 {
    margin: 0;
    color: var(--oze-heading);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

body.portal-profile-pv.portal-oze-redesign .pv-process-step p {
    max-width: 330px;
    margin: 0;
    color: var(--oze-muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
}

@media (max-width: 1023px) {
    body.portal-profile-pv.portal-oze-redesign .pv-process-steps {
        grid-template-columns: 1fr;
        gap: 28px;
        max-width: 620px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-process-step:not(:last-child)::after {
        display: none;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-process-step p {
        max-width: none;
    }
}

@media (max-width: 640px) {
    body.portal-profile-pv.portal-oze-redesign .pv-home-process {
        padding-top: 54px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-process .pv-home-section-head {
        text-align: left;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-process-step__top {
        align-items: flex-start;
        gap: 14px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-process-step__visual {
        flex-basis: 68px;
        width: 68px;
        height: 68px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-process-step__icon svg {
        width: 29px;
        height: 29px;
    }
}
/* Home compare feature cards */
body.portal-profile-pv.portal-oze-redesign .pv-home-compare {
    background: #fff;
    padding-top: clamp(72px, 7vw, 110px);
    padding-bottom: clamp(68px, 7vw, 108px);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-compare .pv-home-section-head {
    max-width: 1040px;
    margin: 0 auto clamp(34px, 4vw, 46px);
    text-align: center;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-compare .pv-section-eyebrow {
    display: block;
    width: auto;
    margin: 0 0 14px;
    padding: 0;
    color: var(--oze-green-700);
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.3;
    text-transform: uppercase;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-compare .pv-home-section-head .title {
    margin-bottom: 14px;
    font-size: clamp(30px, 2.45vw, 38px);
    font-weight: 700;
    line-height: 1.15;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-compare .pv-home-section-head .subtitle {
    max-width: 900px;
    margin-right: auto;
    margin-left: 0;
    color: var(--oze-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

body.portal-profile-pv.portal-oze-redesign .pv-compare-grid--features {
    gap: 28px 20px;
    max-width: 1240px;
    margin: 0 auto;
}

body.portal-profile-pv.portal-oze-redesign .pv-compare-grid--features .pv-compare-card {
    display: flex;
    min-height: 172px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 26px;
    text-align: center;
    background: #fff;
    border-color: #dfe8d7;
    border-radius: 14px;
    box-shadow: none;
}

body.portal-profile-pv.portal-oze-redesign .pv-compare-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 16px;
    color: #b5d338;
}

body.portal-profile-pv.portal-oze-redesign .pv-compare-card__icon svg {
    display: block;
    width: 38px;
    height: 38px;
    fill: none;
    stroke: #b5d338;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

body.portal-profile-pv.portal-oze-redesign .pv-compare-card__icon svg * {
    stroke: #b5d338;
}

body.portal-profile-pv.portal-oze-redesign .pv-compare-grid--features .pv-compare-card strong {
    display: block;
    margin: 0 0 12px;
    color: var(--oze-heading);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

body.portal-profile-pv.portal-oze-redesign .pv-compare-grid--features .pv-compare-card__text {
    display: block;
    max-width: 330px;
    margin: 0 auto;
    color: var(--oze-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-compare .pv-trend-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 32px !important;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-compare .pv-trend-tags span {
    display: inline-flex;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-compare .pv-trend-tags a {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 18px;
    color: var(--oze-green-700);
    background: #fff;
    border: 1px solid var(--oze-line-strong);
    border-radius: var(--oze-radius-pill);
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-compare .pv-trend-tags a:hover {
    color: var(--oze-heading);
    border-color: var(--oze-lime-600);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-compare .pv-home-table-wrap {
    margin-top: 48px;
}

@media (max-width: 1023px) {
    body.portal-profile-pv.portal-oze-redesign .pv-compare-grid--features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 800px;
    }
}

@media (max-width: 640px) {
    body.portal-profile-pv.portal-oze-redesign .pv-home-compare .pv-home-section-head {
        text-align: left;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-compare-grid--features {
        grid-template-columns: 1fr;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-compare-grid--features .pv-compare-card {
        align-items: flex-start;
        min-height: 0;
        text-align: left;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-compare-card__icon {
        margin-bottom: 12px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-table-wrap {
        padding: 12px;
        border-radius: 20px;
        overflow: visible;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-table,
    body.portal-profile-pv.portal-oze-redesign .pv-home-table tbody,
    body.portal-profile-pv.portal-oze-redesign .pv-home-table tr,
    body.portal-profile-pv.portal-oze-redesign .pv-home-table td {
        display: block;
        width: 100%;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-table {
        border-spacing: 0;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-table thead {
        display: none;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-table tbody {
        display: grid;
        gap: 12px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-table tbody tr {
        overflow: hidden;
        background: #fff;
        border: 1px solid rgba(16, 61, 33, .1);
        border-radius: 16px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-table tbody td,
    body.portal-profile-pv.portal-oze-redesign .pv-home-table tbody td:first-child,
    body.portal-profile-pv.portal-oze-redesign .pv-home-table tbody td:last-child {
        width: 100%;
        padding: 14px 16px;
        border: 0;
        border-radius: 0;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-table tbody td:first-child {
        background: #f2f8df;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-table tbody td:last-child {
        padding-top: 12px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-table tbody td:last-child::before {
        content: "Dlaczego to wa\017Cne?";
        display: block;
        margin-bottom: 6px;
        color: var(--oze-green-800);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .1em;
        line-height: 1.25;
        text-transform: uppercase;
    }
}
/* Home valuation split section */
body.portal-profile-pv.portal-oze-redesign .pv-valuation-section {
    display: grid;
    grid-template-columns: minmax(420px, 520px) minmax(0, 1fr);
    align-items: start;
    gap: clamp(32px, 3vw, 40px);
    margin-top: clamp(54px, 6vw, 76px);
    margin-right: 0;
    margin-left: 0;
    padding: clamp(40px, 4vw, 56px) 0;
    width: 100%;
    max-width: none;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.portal-profile-pv.portal-oze-redesign .pv-valuation-media {
    position: relative;
    width: 100%;
    min-height: 0;
    overflow: visible;
    border-radius: 28px;
}

body.portal-profile-pv.portal-oze-redesign .pv-valuation-media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 520 / 420;
    object-fit: cover;
    border-radius: 28px;
}

body.portal-profile-pv.portal-oze-redesign .pv-valuation-chip {
    position: absolute;
    right: -10px;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 264px;
    padding: 14px 16px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(31, 41, 15, .18);
}

body.portal-profile-pv.portal-oze-redesign .pv-valuation-chip__icon {
    display: inline-flex;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
}

body.portal-profile-pv.portal-oze-redesign .pv-valuation-chip strong {
    display: block;
    color: var(--oze-heading);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
}

body.portal-profile-pv.portal-oze-redesign .pv-valuation-chip small {
    display: block;
    color: var(--oze-muted);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
}

body.portal-profile-pv.portal-oze-redesign .pv-valuation-content {
    min-width: 0;
}

body.portal-profile-pv.portal-oze-redesign .pv-valuation-section .pv-section-eyebrow {
    display: block;
    width: auto;
    margin: 0 0 12px;
    padding: 0;
    color: var(--oze-green-700);
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.3;
    text-transform: uppercase;
}

body.portal-profile-pv.portal-oze-redesign .pv-valuation-section .title {
    max-width: 800px;
    margin: 0 0 16px;
    color: var(--oze-heading) !important;
    font-size: clamp(30px, 2.15vw, 34px);
    font-weight: 700;
    line-height: 1.15;
}

body.portal-profile-pv.portal-oze-redesign .pv-valuation-lead {
    max-width: 800px;
    margin: 0 0 22px;
    color: var(--oze-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

body.portal-profile-pv.portal-oze-redesign .pv-valuation-list {
    display: grid;
    gap: 16px;
}

body.portal-profile-pv.portal-oze-redesign .pv-valuation-item {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
}

body.portal-profile-pv.portal-oze-redesign .pv-valuation-check {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    color: var(--oze-green-700);
    background: #eff5db;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

body.portal-profile-pv.portal-oze-redesign .pv-valuation-item strong {
    display: block;
    margin: 0 0 2px;
    color: var(--oze-heading);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

body.portal-profile-pv.portal-oze-redesign .pv-valuation-item small {
    display: block;
    color: var(--oze-muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

@media (max-width: 1023px) {
    body.portal-profile-pv.portal-oze-redesign .pv-valuation-section {
        grid-template-columns: 1fr;
        padding-top: clamp(40px, 4vw, 56px);
        padding-bottom: clamp(40px, 4vw, 56px);
        padding-right: clamp(24px, 5vw, 48px);
        padding-left: clamp(24px, 5vw, 48px);
    }

    body.portal-profile-pv.portal-oze-redesign .pv-valuation-media {
        max-width: 620px;
        min-height: 0;
    }
}

@media (max-width: 640px) {
    body.portal-profile-pv.portal-oze-redesign .pv-valuation-section {
        gap: 28px;
        margin-top: 42px;
        padding: 34px 0;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-valuation-media img {
        height: 280px;
        border-radius: 20px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-valuation-media {
        border-radius: 20px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-valuation-chip {
        right: 12px;
        bottom: 14px;
        min-width: 0;
        max-width: calc(100% - 24px);
        padding: 12px 14px;
        border-radius: 14px;
    }
}

/* OZE dark footer */
body.portal-profile-pv.portal-oze-redesign footer.oze-site-footer {
    margin: 0;
    padding: 0;
    width: 100%;
    color: rgba(255, 255, 255, .88);
    background: #11240e;
    border: 0;
    border-radius: 0 0 28px 28px;
    box-shadow: none;
    overflow: hidden;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-footer__inner {
    padding: clamp(44px, 5vw, 64px) clamp(42px, 5.2vw, 88px) 0;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-footer__main {
    display: grid;
    grid-template-columns: minmax(260px, 1.15fr) minmax(220px, .8fr) minmax(280px, 1fr);
    gap: clamp(40px, 6vw, 92px);
    align-items: start;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-footer__brand {
    max-width: 390px;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-footer__logo {
    display: inline-flex;
    margin-bottom: 22px;
}

body.portal-profile-pv.portal-oze-redesign footer.oze-site-footer .footer-logo {
    width: 128px;
    height: auto;
}

body.portal-profile-pv.portal-oze-redesign footer.oze-site-footer .footer-text {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, .9) !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}

body.portal-profile-pv.portal-oze-redesign footer.oze-site-footer .footer-title {
    margin: 0 0 14px;
    color: #a8c985 !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    line-height: 1.3;
    text-transform: uppercase;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-footer__contact,
body.portal-profile-pv.portal-oze-redesign .oze-site-footer__recommendations,
body.portal-profile-pv.portal-oze-redesign .oze-site-footer__operator {
    display: grid;
    gap: 12px;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-footer__contact a,
body.portal-profile-pv.portal-oze-redesign .oze-site-footer__recommendations a,
body.portal-profile-pv.portal-oze-redesign footer.oze-site-footer .footer-menu a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: fit-content;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
    text-decoration: none;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-footer__contact a {
    font-weight: 600;
}

body.portal-profile-pv.portal-oze-redesign footer.oze-site-footer a:hover {
    color: #cde86a;
}

body.portal-profile-pv.portal-oze-redesign footer.oze-site-footer .footer-buttons__icon {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    background-color: transparent;
    filter: brightness(0) invert(1);
}

body.portal-profile-pv.portal-oze-redesign footer.oze-site-footer .footer-menu {
    display: grid;
    gap: 9px;
}

body.portal-profile-pv.portal-oze-redesign footer.oze-site-footer .footer-menu a {
    padding: 0;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-footer__meta {
    display: grid;
    gap: 18px;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-footer__operator {
    gap: 4px;
    margin-top: 2px;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-footer__operator p {
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

body.portal-profile-pv.portal-oze-redesign .oze-site-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: clamp(38px, 5vw, 58px);
    padding: 22px 0;
    border-top: 1px solid rgba(205, 232, 106, .16);
}

body.portal-profile-pv.portal-oze-redesign .oze-site-footer__bottom p {
    margin: 0;
    color: #a8c985;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
}

body.portal-profile-pv.portal-oze-redesign footer.oze-site-footer .CMButtonChange {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    margin: 0;
    padding: 0;
    color: #a8c985;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font: inherit;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    cursor: pointer;
}

body.portal-profile-pv.portal-oze-redesign footer.oze-site-footer .CMButtonChange:hover {
    color: #cde86a;
}

@media (max-width: 1023px) {
    body.portal-profile-pv.portal-oze-redesign footer.oze-site-footer {
        width: 100%;
        margin: 0;
        border-radius: 0;
    }

    body.portal-profile-pv.portal-oze-redesign .oze-site-footer__inner {
        padding: 42px var(--oze-page-pad) 0;
    }

    body.portal-profile-pv.portal-oze-redesign .oze-site-footer__main {
        grid-template-columns: 1fr 1fr;
        gap: 34px 42px;
    }

    body.portal-profile-pv.portal-oze-redesign .oze-site-footer__brand {
        grid-column: 1 / -1;
        max-width: 560px;
    }
}

@media (max-width: 640px) {
    body.portal-profile-pv.portal-oze-redesign .oze-site-footer__main {
        grid-template-columns: 1fr;
    }

    body.portal-profile-pv.portal-oze-redesign .oze-site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* OZE FAQ accordion prototype */
body.portal-profile-pv.portal-oze-redesign .oze-faq-card {
    width: min(640px, 100%);
    margin: 0 auto;
    padding: clamp(24px, 3vw, 28px);
    background: #fff;
    border: 1px solid rgba(16, 61, 33, .14);
    border-radius: 22px;
    box-shadow: none;
}

body.portal-profile-pv.portal-oze-redesign .oze-faq-card__title {
    margin: 0 0 14px;
    color: var(--oze-heading);
    font-size: clamp(21px, 2vw, 24px);
    font-weight: 700;
    line-height: 1.2;
}

body.portal-profile-pv.portal-oze-redesign .oze-faq-list {
    display: grid;
    gap: 12px;
}

body.portal-profile-pv.portal-oze-redesign .oze-faq-item {
    background: #f4f7f2;
    border: 1px solid transparent;
    border-radius: 14px;
    overflow: hidden;
    transition: background-color .18s ease, border-color .18s ease;
}

body.portal-profile-pv.portal-oze-redesign .oze-faq-item[hidden] {
    display: none;
}

body.portal-profile-pv.portal-oze-redesign .oze-faq-item[open] {
    background: #fff;
    border-color: var(--oze-lime-500);
}

body.portal-profile-pv.portal-oze-redesign .oze-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 18px;
    color: var(--oze-heading);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    cursor: pointer;
    list-style: none;
}

body.portal-profile-pv.portal-oze-redesign .oze-faq-item summary::-webkit-details-marker {
    display: none;
}

body.portal-profile-pv.portal-oze-redesign .oze-faq-item[open] summary {
    font-weight: 600;
}

body.portal-profile-pv.portal-oze-redesign .oze-faq-item summary::after {
    content: "";
    flex: 0 0 9px;
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--oze-green-700);
    border-bottom: 2px solid var(--oze-green-700);
    transform: rotate(45deg);
    transition: transform .18s ease;
}

body.portal-profile-pv.portal-oze-redesign .oze-faq-item[open] summary::after {
    transform: rotate(225deg);
}

body.portal-profile-pv.portal-oze-redesign .oze-faq-answer {
    padding: 0 18px 16px;
}

body.portal-profile-pv.portal-oze-redesign .oze-faq-answer p {
    margin: 0;
    color: var(--oze-muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}

body.portal-profile-pv.portal-oze-redesign .oze-faq-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    margin-top: 12px;
    padding: 0 18px;
    color: var(--oze-heading);
    background: #fff;
    border: 1px solid var(--oze-line);
    border-radius: var(--oze-radius-pill);
    box-shadow: none;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
}

body.portal-profile-pv.portal-oze-redesign .oze-faq-toggle:hover {
    color: var(--oze-green-800);
    border-color: var(--oze-lime-500);
}

body.portal-profile-pv.portal-oze-redesign .pv-calculator-faq {
    background: transparent;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-knowledge {
    background: #fff;
}

body.portal-profile-pv.portal-oze-redesign .pv-profile-faq-section {
    margin-top: 0 !important;
}

body.portal-profile-pv.portal-oze-redesign .pv-profile-faq-card {
    padding: clamp(28px, 3.5vw, 42px);
    background: linear-gradient(180deg, #fff 0%, #fbfdf7 100%);
    border-color: rgba(16, 61, 33, .12);
    border-radius: 24px;
    box-shadow: 0 22px 54px rgba(18, 43, 26, .06);
}

body.portal-profile-pv.portal-oze-redesign .pv-profile-faq-card > .pv-section-eyebrow {
    margin-bottom: 10px;
    text-align: center;
}

body.portal-profile-pv.portal-oze-redesign .pv-profile-faq-card .oze-faq-card__title {
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(28px, 2.6vw, 38px);
    line-height: 1.16;
}

body.portal-profile-pv.portal-oze-redesign .pv-profile-faq-card .oze-faq-groups {
    margin-top: clamp(22px, 3vw, 34px);
}

body.portal-profile-pv.portal-oze-redesign .pv-profile-faq-card .oze-faq-group {
    padding: 0;
}

body.portal-profile-pv.portal-oze-redesign .pv-profile-faq-card .oze-faq-group__head {
    min-height: 86px;
}

body.portal-profile-pv.portal-oze-redesign .pv-profile-faq-card .oze-faq-group__title {
    color: var(--oze-green-800);
}

body.portal-profile-pv.portal-oze-redesign .pv-profile-faq-card .oze-faq-item {
    background: #fff;
    border-color: rgba(181, 211, 56, .72);
    box-shadow: 0 12px 28px rgba(18, 43, 26, .04);
}

body.portal-profile-pv.portal-oze-redesign .pv-profile-faq-card .oze-faq-item[open] {
    background: #fff;
}

body.portal-profile-pv.portal-oze-redesign .pv-profile-faq-card .oze-faq-answer p {
    color: #3d493d;
    font-size: 15px;
    line-height: 1.62;
}

@media (max-width: 640px) {
    body.portal-profile-pv.portal-oze-redesign .oze-faq-card {
        padding: 18px;
        border-radius: 18px;
    }

    body.portal-profile-pv.portal-oze-redesign .oze-faq-item summary {
        padding: 13px 14px;
        font-size: 14px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-profile-faq-card {
        padding: 20px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-profile-faq-card > .pv-section-eyebrow,
    body.portal-profile-pv.portal-oze-redesign .pv-profile-faq-card .oze-faq-card__title {
        text-align: left;
    }
}

/* Wide FAQ layout */
body.portal-profile-pv.portal-oze-redesign .oze-faq-card.oze-faq-card--wide {
    width: 100%;
    max-width: none;
}

body.portal-profile-pv.portal-oze-redesign .oze-faq-card--wide .oze-faq-card__title {
    margin-bottom: clamp(20px, 3vw, 26px);
    text-align: center;
}

body.portal-profile-pv.portal-oze-redesign .oze-faq-card--wide .oze-faq-list {
    align-items: start;
    gap: 14px;
}

@media (min-width: 900px) {
    body.portal-profile-pv.portal-oze-redesign .oze-faq-card.oze-faq-card--wide {
        padding: clamp(26px, 3.2vw, 32px);
    }

    body.portal-profile-pv.portal-oze-redesign .oze-faq-card--wide .oze-faq-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.portal-profile-pv.portal-oze-redesign .oze-faq-card--wide .oze-faq-toggle {
        margin-top: 16px;
    }
}

@media (min-width: 1240px) {
    body.portal-profile-pv.portal-oze-redesign .oze-faq-card--wide.oze-faq-card--three .oze-faq-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
/* Grouped FAQ sections */
body.portal-profile-pv.portal-oze-redesign .oze-faq-groups {
    display: grid;
    gap: 18px;
    align-items: start;
}

body.portal-profile-pv.portal-oze-redesign .oze-faq-group {
    display: grid;
    align-content: start;
    gap: 12px;
    min-width: 0;
}

body.portal-profile-pv.portal-oze-redesign .oze-faq-group__head {
    min-height: 72px;
}

body.portal-profile-pv.portal-oze-redesign .oze-faq-group__title {
    margin: 0 0 6px;
    color: var(--oze-green-800);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .11em;
    line-height: 1.3;
    text-transform: uppercase;
}

body.portal-profile-pv.portal-oze-redesign .oze-faq-group__summary {
    margin: 0;
    color: var(--oze-muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
}

body.portal-profile-pv.portal-oze-redesign .oze-faq-card--wide .oze-faq-group .oze-faq-list {
    grid-template-columns: 1fr;
    gap: 12px;
}

@media (min-width: 900px) {
    body.portal-profile-pv.portal-oze-redesign .oze-faq-card--wide .oze-faq-groups {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1240px) {
    body.portal-profile-pv.portal-oze-redesign .oze-faq-card--wide.oze-faq-card--three .oze-faq-groups {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    body.portal-profile-pv.portal-oze-redesign .oze-faq-group__head {
        min-height: 0;
    }
}
/* OZE glossary cards */
body.portal-profile-pv.portal-oze-redesign .pv-glossary-section {
    margin-top: clamp(56px, 6vw, 88px);
}

body.portal-profile-pv.portal-oze-redesign .pv-glossary-section .pv-section-head {
    max-width: 780px;
    margin: 0 auto clamp(24px, 4vw, 34px);
    text-align: center;
}

body.portal-profile-pv.portal-oze-redesign .pv-section-head--center .pv-section-eyebrow {
    margin-left: auto;
    margin-right: auto;
}

body.portal-profile-pv.portal-oze-redesign .pv-glossary-section .pv-section-head h2 {
    margin-bottom: 10px;
    color: var(--oze-heading);
    font-weight: 650;
    line-height: 1.16;
}

body.portal-profile-pv.portal-oze-redesign .pv-glossary-section .pv-section-head p:not(.pv-section-eyebrow) {
    margin: 0;
    color: var(--oze-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

body.portal-profile-pv.portal-oze-redesign .pv-glossary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 16px;
}

body.portal-profile-pv.portal-oze-redesign .pv-glossary-card {
    display: flex;
    flex-direction: column;
    min-height: 168px;
    padding: 20px;
    color: var(--oze-heading);
    background: #eef6dc;
    border: 1px solid rgba(181, 211, 56, .28);
    border-radius: 22px;
    text-decoration: none;
}

body.portal-profile-pv.portal-oze-redesign .pv-glossary-card h3 {
    margin: 0 0 8px;
    color: var(--oze-heading);
    font-size: 16px;
    font-weight: 650;
    line-height: 1.25;
}

body.portal-profile-pv.portal-oze-redesign .pv-glossary-card p {
    margin: 0;
    color: #3f4d3c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

body.portal-profile-pv.portal-oze-redesign .pv-glossary-card a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: max-content;
    max-width: 100%;
    margin-top: auto;
    padding-top: 14px;
    color: var(--oze-green-800);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}

body.portal-profile-pv.portal-oze-redesign .pv-glossary-card a:hover {
    color: var(--oze-green-700);
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 640px) {
    body.portal-profile-pv.portal-oze-redesign .pv-glossary-grid {
        grid-template-columns: 1fr;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-glossary-card {
        min-height: 0;
        border-radius: 18px;
    }
}

/* PV trend panel responsive */
@media (max-width: 1023px) {
    body.portal-profile-pv.portal-oze-redesign .pv-trend-panel {
        grid-template-columns: 1fr;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-trend-panel::after {
        display: none;
    }
}

@media (max-width: 640px) {
    body.portal-profile-pv.portal-oze-redesign .pv-trend-panel {
        padding: 22px;
        border-radius: 18px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-trend-cta {
        grid-template-columns: 1fr;
        gap: 12px;
        align-items: start;
        border-radius: 18px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-trend-cta__button {
        width: 100%;
        justify-content: center;
        white-space: normal;
    }
}
/* PV decision 1+3 layout */
body.portal-profile-pv.portal-oze-redesign .pv-home-decision {
    padding-top: clamp(64px, 7vw, 104px);
    padding-bottom: clamp(64px, 7vw, 104px);
    background: #fff;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-decision__head {
    max-width: 880px;
    margin: 0 auto clamp(28px, 4vw, 44px);
    text-align: center;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-decision__head .pv-section-eyebrow {
    text-align: center;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-decision__head .title {
    margin-bottom: 14px;
    font-size: clamp(30px, 2.6vw, 42px);
    font-weight: 700;
    line-height: 1.14;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-decision__head .subtitle {
    max-width: 780px;
    margin: 0 auto;
    color: var(--oze-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-layout {
    display: grid;
    grid-template-columns: minmax(360px, .95fr) minmax(0, 1.45fr);
    gap: clamp(20px, 2.5vw, 30px);
    align-items: stretch;
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-side-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 24px);
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-side-grid .pv-decision-block:first-child {
    grid-row: span 2;
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-block {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 260px;
    padding: clamp(22px, 2.6vw, 30px);
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(16, 61, 33, .1);
    border-radius: 22px;
    box-shadow: 0 18px 44px rgba(20, 45, 28, .06);
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-block--featured {
    min-height: 100%;
    background: linear-gradient(145deg, #eef8d5 0%, #fff 62%);
    border-color: rgba(181, 211, 56, .42);
    box-shadow: 0 24px 58px rgba(20, 45, 28, .1);
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-block--featured::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -80px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(181, 211, 56, .34) 0%, rgba(181, 211, 56, 0) 68%);
    pointer-events: none;
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-block > * {
    position: relative;
    z-index: 1;
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-block__number {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 22px;
    color: var(--oze-heading);
    background: #ecf6cf;
    border: 1px solid rgba(181, 211, 56, .46);
    border-radius: 14px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-block--featured .pv-decision-block__number {
    background: var(--oze-lime-500);
    border-color: var(--oze-lime-500);
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-block .title {
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 1.16;
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-block .title.is-4 {
    font-size: clamp(22px, 1.7vw, 28px);
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-block p:not(.pv-section-eyebrow) {
    margin-bottom: 0;
    color: #334131;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    max-width: 100%;
    margin-top: auto;
    padding-top: 22px;
    color: var(--oze-green-800);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-link:hover {
    color: var(--oze-heading);
    text-decoration: underline;
    text-underline-offset: 3px;
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin-top: clamp(22px, 3vw, 34px);
    padding: clamp(18px, 2.3vw, 24px);
    background: #eef8d5;
    border: 1px solid rgba(181, 211, 56, .42);
    border-radius: 24px;
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-cta strong {
    display: block;
    margin-bottom: 5px;
    color: var(--oze-heading);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-cta p {
    margin: 0;
    color: #3d4b38;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-cta__button {
    min-height: 46px;
    padding: 0 22px;
    color: var(--oze-heading);
    background: var(--oze-lime-500);
    border: 1px solid var(--oze-lime-500);
    border-radius: var(--oze-radius-pill);
    box-shadow: 0 14px 30px rgba(181, 211, 56, .32);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-cta__button:hover {
    color: var(--oze-heading);
    background: var(--oze-lime-600);
    border-color: var(--oze-lime-600);
}

@media (max-width: 1180px) {
    body.portal-profile-pv.portal-oze-redesign .pv-decision-layout,
    body.portal-profile-pv.portal-oze-redesign .pv-decision-side-grid {
        grid-template-columns: 1fr;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-decision-side-grid .pv-decision-block:first-child {
        grid-row: auto;
    }
}

@media (max-width: 640px) {
    body.portal-profile-pv.portal-oze-redesign .pv-home-decision__head {
        text-align: left;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-decision__head .pv-section-eyebrow {
        text-align: left;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-decision-block {
        min-height: 0;
        border-radius: 18px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-decision-cta {
        grid-template-columns: 1fr;
        border-radius: 18px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-decision-cta__button {
        width: 100%;
        justify-content: center;
        white-space: normal;
    }
}

/* PV decision: one horizontal lead card + three support cards */
body.portal-profile-pv.portal-oze-redesign .pv-decision-layout {
    grid-template-columns: 1fr;
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-side-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-side-grid .pv-decision-block:first-child {
    grid-row: auto;
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-block--featured {
    display: grid;
    grid-template-columns: auto minmax(260px, .72fr) minmax(0, 1fr) auto;
    grid-template-areas:
        "number eyebrow copy link"
        "number title copy link";
    gap: 8px clamp(18px, 2.7vw, 34px);
    align-items: center;
    min-height: 0;
    padding-block: clamp(24px, 2.7vw, 34px);
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-block--featured .pv-decision-block__number {
    grid-area: number;
    margin-bottom: 0;
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-block--featured .pv-section-eyebrow {
    grid-area: eyebrow;
    margin-bottom: 0;
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-block--featured .title {
    grid-area: title;
    margin-bottom: 0;
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-block--featured p:not(.pv-section-eyebrow) {
    grid-area: copy;
}

body.portal-profile-pv.portal-oze-redesign .pv-decision-block--featured .pv-decision-link {
    grid-area: link;
    align-self: center;
    margin-top: 0;
    padding-top: 0;
    white-space: nowrap;
}

@media (max-width: 1180px) {
    body.portal-profile-pv.portal-oze-redesign .pv-decision-side-grid {
        grid-template-columns: 1fr;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-decision-block--featured {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-decision-block--featured .pv-decision-block__number {
        margin-bottom: 22px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-decision-block--featured .pv-decision-link {
        margin-top: auto;
        padding-top: 22px;
        white-space: normal;
    }
}
/* PV local map showcase */
/* Home offer scope */
body.portal-profile-pv.portal-oze-redesign .pv-home-offer {
    padding-top: clamp(72px, 7vw, 112px);
    padding-bottom: clamp(72px, 7vw, 112px);
    background: #fff;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-offer .pv-home-section-head {
    max-width: 1040px;
    margin: 0 0 clamp(24px, 3vw, 34px);
    text-align: left;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-offer .pv-section-eyebrow,
body.portal-profile-pv.portal-oze-redesign .pv-mistakes-panel .pv-section-eyebrow {
    display: block;
    width: auto;
    margin: 0 0 14px;
    padding: 0;
    color: var(--oze-green-700);
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.3;
    text-transform: uppercase;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-offer .pv-home-section-head .title {
    max-width: 920px;
    margin-bottom: 8px;
    color: var(--oze-heading) !important;
    font-size: clamp(34px, 3vw, 46px);
    font-weight: 700;
    line-height: 1.13;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-offer .pv-home-section-head .subtitle {
    max-width: 1040px;
    margin: 0;
    color: #243124;
    font-size: clamp(18px, 1.55vw, 22px);
    font-weight: 400;
    line-height: 1.55;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-offer .pv-offer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(18px, 2vw, 28px);
    margin-top: clamp(24px, 3vw, 34px);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-offer .pv-offer-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 128px;
    padding: clamp(20px, 2vw, 24px);
    background: #fff;
    border: 1px solid rgba(16, 61, 33, .12);
    border-radius: 8px;
    box-shadow: 0 14px 32px rgba(18, 43, 26, .04);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-offer .pv-offer-card strong {
    margin-bottom: 8px;
    color: var(--oze-heading);
    font-size: 17px;
    font-weight: 650;
    line-height: 1.25;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-offer .pv-offer-card span {
    color: #3d493d;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-offer .pv-mistakes-panel {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.12fr);
    gap: clamp(34px, 5.2vw, 86px);
    align-items: start;
    margin-top: 18px;
    padding: clamp(28px, 3vw, 34px);
    background: #fff;
    border: 1px solid rgba(16, 61, 33, .1);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(18, 43, 26, .05);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-offer .pv-mistakes-panel .title {
    max-width: 460px;
    margin-bottom: clamp(22px, 3vw, 30px);
    color: var(--oze-heading) !important;
    font-size: clamp(29px, 2.5vw, 38px);
    font-weight: 700;
    line-height: 1.13;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-offer .pv-mistakes-panel p:not(.pv-section-eyebrow) {
    max-width: 520px;
    margin: 0;
    color: #334033;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.62;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-offer .pv-mistake-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    color: #20304e;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.45;
    list-style: none;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-offer .pv-mistake-list li {
    margin: 0;
    padding: 0;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-offer .pv-mistake-list li::before {
    content: none;
}

@media (max-width: 1180px) {
    body.portal-profile-pv.portal-oze-redesign .pv-home-offer .pv-mistakes-panel {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 1023px) {
    body.portal-profile-pv.portal-oze-redesign .pv-home-offer .pv-offer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body.portal-profile-pv.portal-oze-redesign .pv-home-offer {
        padding-top: 54px;
        padding-bottom: 54px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-offer .pv-home-section-head .title {
        font-size: 30px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-offer .pv-home-section-head .subtitle {
        font-size: 17px;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-offer .pv-mistakes-panel {
        padding: 22px;
        border-radius: 8px;
    }
}
body.portal-profile-pv.portal-oze-redesign .pv-home-context {
    background: #f5f8f2;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-showcase-head {
    max-width: 1120px;
    margin: 0 0 clamp(22px, 3vw, 32px);
}

body.portal-profile-pv.portal-oze-redesign .pv-local-showcase-head .title {
    max-width: 980px;
    margin-bottom: 14px;
    font-size: clamp(30px, 2.5vw, 42px);
    font-weight: 700;
    line-height: 1.16;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-showcase-head > p:not(.pv-section-eyebrow) {
    max-width: 980px;
    color: var(--oze-muted);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.56fr) minmax(420px, 1fr);
    gap: clamp(22px, 3vw, 32px);
    align-items: start;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-showcase__left {
    display: grid;
    gap: 18px;
    align-content: start;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-city-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
    align-items: start;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-city-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 8px;
    align-self: start;
    padding: 10px 10px 8px;
    color: var(--oze-heading);
    background: #fff;
    border: 1px solid rgba(16, 61, 33, .1);
    border-radius: 14px;
    box-shadow: 0 14px 32px rgba(18, 43, 26, .06);
    text-decoration: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-city-card:hover,
body.portal-profile-pv.portal-oze-redesign .pv-local-city-card:focus-visible {
    color: var(--oze-heading);
    border-color: rgba(181, 211, 56, .7);
    box-shadow: 0 20px 40px rgba(18, 43, 26, .1);
    transform: translateY(-2px);
    text-decoration: none;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-city-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-city-card strong {
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-city-card span {
    color: var(--oze-green-800);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-list-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: clamp(20px, 2.5vw, 28px);
    background: #eef8d5;
    border: 1px solid rgba(181, 211, 56, .42);
    border-radius: 22px;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-list-card strong {
    display: block;
    margin-bottom: 8px;
    color: var(--oze-heading);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-list-card p {
    margin: 0;
    color: #3d4b38;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-list-card__button {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    color: var(--oze-heading);
    background: var(--oze-lime-500);
    border: 1px solid var(--oze-lime-500);
    border-radius: var(--oze-radius-pill);
    box-shadow: 0 16px 34px rgba(181, 211, 56, .28);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-map-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(16px, 2.2vw, 24px);
    background: linear-gradient(180deg, #f6fbe8 0%, #eef8d5 100%);
    border: 1px solid rgba(181, 211, 56, .42);
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(18, 43, 26, .07);
}

body.portal-profile-pv.portal-oze-redesign .pv-local-map-visual {
    position: relative;
    width: min(100%, 315px);
    margin: 0 auto;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-map-svg {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-map-svg image {
    pointer-events: none;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-map-svg-pin {
    color: var(--oze-lime-500);
    cursor: pointer;
    overflow: visible;
    text-decoration: none;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-map-svg-marker path {
    fill: var(--oze-lime-500);
    stroke: #fff;
    stroke-width: 2.25;
    filter: drop-shadow(0 10px 18px rgba(16, 61, 33, .2));
    transition: fill .18s ease, filter .18s ease;
    vector-effect: non-scaling-stroke;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-map-svg-marker circle:not(.pv-local-map-svg-ring) {
    fill: #fff;
    pointer-events: none;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-map-svg-ring {
    fill: var(--oze-lime-500);
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-map-svg-pin:hover .pv-local-map-svg-ring,
body.portal-profile-pv.portal-oze-redesign .pv-local-map-svg-pin:focus-visible .pv-local-map-svg-ring {
    opacity: .2;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-map-svg-pin:hover .pv-local-map-svg-marker path,
body.portal-profile-pv.portal-oze-redesign .pv-local-map-svg-pin:focus-visible .pv-local-map-svg-marker path {
    fill: var(--oze-green-700);
    filter: drop-shadow(0 14px 24px rgba(16, 61, 33, .3));
}


body.portal-profile-pv.portal-oze-redesign .pv-local-map-svg-tooltip {
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-map-svg-tooltip rect {
    fill: #fff;
    stroke: rgba(16, 61, 33, .1);
    stroke-width: 1.2;
    filter: drop-shadow(0 16px 28px rgba(18, 43, 26, .14));
}

body.portal-profile-pv.portal-oze-redesign .pv-local-map-svg-tooltip text {
    fill: var(--oze-heading);
    font-family: var(--oze-font-sans);
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    text-anchor: middle;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-map-svg-pin:hover .pv-local-map-svg-tooltip,
body.portal-profile-pv.portal-oze-redesign .pv-local-map-svg-pin:focus-visible .pv-local-map-svg-tooltip {
    opacity: 1;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-map-caption {
    align-self: center;
    margin-top: 10px;
    padding: 12px 18px;
    color: var(--oze-heading);
    background: #fff;
    border: 1px solid rgba(32, 38, 28, .06);
    border-radius: var(--oze-radius-pill);
    box-shadow: 0 14px 30px rgba(18, 43, 26, .08);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-source-panel {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: clamp(20px, 3vw, 34px);
    align-items: start;
    margin-top: clamp(22px, 3vw, 34px);
    padding: clamp(22px, 3vw, 34px);
    background: #fff;
    border: 1px solid rgba(32, 38, 28, .06);
    border-radius: 22px;
    box-shadow: 0 18px 44px rgba(18, 43, 26, .06);
}

body.portal-profile-pv.portal-oze-redesign .pv-local-source-panel__copy .title {
    margin-bottom: 12px;
    font-size: clamp(28px, 2.2vw, 36px);
    font-weight: 700;
    line-height: 1.16;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-source-panel__copy p:not(.pv-section-eyebrow) {
    margin: 0;
    color: var(--oze-muted);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-source-panel .pv-home-data-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

body.portal-profile-pv.portal-oze-redesign .pv-local-source-panel .pv-home-data-grid div {
    padding: 18px;
    box-shadow: none;
}

@media (max-width: 1180px) {
    body.portal-profile-pv.portal-oze-redesign .pv-local-showcase,
    body.portal-profile-pv.portal-oze-redesign .pv-local-source-panel {
        grid-template-columns: 1fr;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-local-map-card {
        min-height: 320px;
    }
}

@media (max-width: 760px) {
    body.portal-profile-pv.portal-oze-redesign .pv-local-city-grid,
    body.portal-profile-pv.portal-oze-redesign .pv-local-source-panel .pv-home-data-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.portal-profile-pv.portal-oze-redesign .pv-local-list-card {
        grid-template-columns: 1fr;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-local-list-card__button {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 520px) {
    body.portal-profile-pv.portal-oze-redesign .pv-local-city-grid,
    body.portal-profile-pv.portal-oze-redesign .pv-local-source-panel .pv-home-data-grid {
        grid-template-columns: 1fr;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-local-map-card,
    body.portal-profile-pv.portal-oze-redesign .pv-local-source-panel,
    body.portal-profile-pv.portal-oze-redesign .pv-local-list-card {
        border-radius: 18px;
    }

}

body.portal-profile-pv.portal-oze-redesign .pv-home-final-cta {
    background: linear-gradient(180deg, #f4f8f5 0%, #f7faf6 100%);
    padding-top: clamp(3.2rem, 5vw, 5rem);
    padding-bottom: clamp(3.2rem, 5vw, 5rem);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-final-cta__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(2rem, 4.5vw, 4rem);
    overflow: hidden;
    padding: clamp(2rem, 3vw, 2.8rem);
    background: linear-gradient(135deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .98) 58%, rgba(239, 248, 215, .72) 100%);
    border: 1px solid rgba(181, 211, 56, .34);
    border-radius: 1.55rem;
    box-shadow: 0 22px 52px rgba(19, 43, 27, .08);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-final-cta__inner::before {
    content: "";
    position: absolute;
    top: 1.5rem;
    right: clamp(18rem, 26vw, 25rem);
    bottom: 1.5rem;
    width: 1px;
    background: linear-gradient(180deg, rgba(181, 211, 56, 0), rgba(181, 211, 56, .34), rgba(181, 211, 56, 0));
    pointer-events: none;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-final-cta__copy {
    position: relative;
    z-index: 1;
    max-width: 920px;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-final-cta__copy .pv-section-eyebrow {
    margin-bottom: .85rem;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-final-cta__copy .title {
    max-width: 820px;
    margin-bottom: .95rem;
    font-size: clamp(2rem, 3vw, 2.75rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: 0;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-final-cta__copy p:not(.pv-section-eyebrow) {
    max-width: 760px;
    margin: 0;
    color: rgba(17, 34, 24, .76);
    font-size: clamp(1rem, 1.1vw, 1.1rem);
    line-height: 1.65;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-final-cta__action {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-final-cta__action .button {
    min-width: 238px;
    min-height: 3.6rem;
    padding-inline: 1.75rem;
    border-radius: 999px;
    font-size: .95rem;
    line-height: 1.15;
    white-space: nowrap;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-final-cta__action .button span {
    margin-left: .7rem;
}

@media (max-width: 900px) {
    body.portal-profile-pv.portal-oze-redesign .pv-home-final-cta__inner {
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-final-cta__inner::before {
        display: none;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-final-cta__action {
        justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    body.portal-profile-pv.portal-oze-redesign .pv-home-final-cta__inner {
        padding: 1.45rem;
        border-radius: 1.15rem;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-final-cta__action .button {
        width: 100%;
        min-width: 0;
    }
}
body.portal-profile-pv.portal-oze-redesign .pv-home-legacy-content {
    background: #fff;
    padding-top: clamp(3.5rem, 6vw, 6rem);
    padding-bottom: clamp(3.5rem, 6vw, 6rem);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-legacy-content > .container {
    max-width: 1240px !important;
    width: min(1240px, calc(100% - 2 * var(--oze-page-pad)));
}

body.portal-profile-pv.portal-oze-redesign .pv-home-legacy-content > .container > .pv-section-eyebrow {
    margin-bottom: .75rem;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-legacy-content > .container > .title {
    max-width: 980px;
    margin-bottom: clamp(1.4rem, 2.6vw, 2rem);
    font-size: clamp(2.15rem, 3.3vw, 3.25rem);
    font-weight: 700 !important;
    line-height: 1.12;
    letter-spacing: 0;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-legacy-content__body {
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(1.4rem, 3vw, 3rem);
    margin-bottom: clamp(1.3rem, 2.4vw, 2rem);
    padding: clamp(1.35rem, 2.6vw, 2.2rem);
    background: linear-gradient(135deg, #fff 0%, #fbfdf7 62%, rgba(239, 248, 215, .7) 100%);
    border: 1px solid rgba(181, 211, 56, .32);
    border-radius: 1.4rem;
    box-shadow: 0 18px 42px rgba(19, 43, 27, .06);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-intro p {
    max-width: 920px;
    margin: 0;
    color: rgba(17, 34, 24, .78);
    font-size: 1.03rem;
    line-height: 1.7;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-intro p + p {
    margin-top: .85rem;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-intro .button {
    min-width: 220px;
    min-height: 3.35rem;
    padding-inline: 1.45rem;
    border-radius: 999px;
    white-space: nowrap;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-intro .button span {
    margin-left: .55rem;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-topic-nav {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-bottom: clamp(1.35rem, 2.6vw, 2rem) !important;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-topic-nav .tag {
    min-height: 2.5rem;
    padding: .58rem 1rem;
    color: var(--oze-green-700);
    background: #fff;
    border: 1px solid rgba(181, 211, 56, .4);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(19, 43, 27, .04);
    font-size: .95rem;
    font-weight: 500;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-topic-nav .tag:hover {
    color: var(--oze-heading);
    border-color: rgba(181, 211, 56, .75);
    background: var(--oze-lime-50);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 2vw, 1.4rem);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-legacy-content__body > section,
body.portal-profile-pv.portal-oze-redesign .pv-home-guide-grid > section {
    margin: 0 !important;
    padding: clamp(1.25rem, 2vw, 1.65rem);
    background: rgba(255, 255, 255, .98);
    border: 1px solid rgba(16, 61, 33, .1);
    border-radius: 1rem;
    box-shadow: 0 14px 34px rgba(19, 43, 27, .045);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-grid > section h3 {
    margin-bottom: .7rem;
    font-size: clamp(1.35rem, 1.8vw, 1.75rem);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 0;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-grid > section p,
body.portal-profile-pv.portal-oze-redesign .pv-home-guide-grid > section li {
    color: rgba(17, 34, 24, .78);
    font-size: 1rem;
    line-height: 1.65;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-grid > section ul {
    margin-top: .85rem;
    margin-left: 0;
    list-style: none;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-grid > section li {
    position: relative;
    padding-left: 1.35rem;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-grid > section li + li {
    margin-top: .55rem;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-grid > section li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .68em;
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    background: var(--oze-lime-500);
    box-shadow: 0 0 0 4px rgba(181, 211, 56, .16);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-grid > #guide-bledy-pv {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(250px, .82fr) minmax(0, 1.2fr) auto;
    gap: clamp(1.25rem, 3vw, 2.6rem);
    align-items: center;
    background: linear-gradient(135deg, rgba(239, 248, 215, .92) 0%, rgba(255, 255, 255, .96) 76%);
    border-color: rgba(181, 211, 56, .52);
    box-shadow: 0 18px 46px rgba(19, 43, 27, .06);
}

body.portal-profile-pv.portal-oze-redesign #guide-bledy-pv .pv-home-guide-feature-card__head {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(1rem, 1.8vw, 1.35rem);
    align-items: center;
}

body.portal-profile-pv.portal-oze-redesign #guide-bledy-pv .pv-home-guide-feature-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    color: var(--oze-heading);
    background: var(--oze-lime-500);
    border-radius: 1rem;
    font-size: .92rem;
    font-weight: 700;
    line-height: 1;
}

body.portal-profile-pv.portal-oze-redesign #guide-bledy-pv .pv-section-eyebrow {
    margin-bottom: .55rem;
}

body.portal-profile-pv.portal-oze-redesign #guide-bledy-pv h3 {
    margin-bottom: 0;
}

body.portal-profile-pv.portal-oze-redesign #guide-bledy-pv ul {
    margin: 0;
}

body.portal-profile-pv.portal-oze-redesign #guide-bledy-pv .pv-home-guide-feature-card__link {
    justify-self: end;
    color: var(--oze-green-700);
    font-size: .98rem;
    font-weight: 650;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

body.portal-profile-pv.portal-oze-redesign #guide-bledy-pv .pv-home-guide-feature-card__link span {
    margin-left: .65rem;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-form {
    background: #fff;
    padding-top: clamp(1.4rem, 3vw, 2.6rem);
    padding-bottom: clamp(3.5rem, 6vw, 6rem);
}

body.portal-profile-pv.portal-oze-redesign .oze-page-shell:has(.pv-home-guide-form) {
    overflow: visible;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-form > .container {
    max-width: 1240px !important;
    width: min(1240px, calc(100% - 2 * var(--oze-page-pad)));
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-form .oze-form-split {
    margin-top: 0 !important;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-form #formularz-pv-faq {
    margin-top: clamp(1.8rem, 3vw, 2.6rem) !important;
}

body.portal-profile-pv.portal-oze-redesign #formularz-pv-faq.pv-form-faq-section {
    margin-top: clamp(2rem, 4vw, 3rem) !important;
}

body.portal-profile-pv.portal-oze-redesign .pv-form-faq-card {
    padding: clamp(24px, 3vw, 34px);
    background: linear-gradient(180deg, #fff 0%, #fbfdf7 100%);
    border-color: rgba(16, 61, 33, .12);
    border-radius: 24px;
    box-shadow: 0 22px 54px rgba(18, 43, 26, .06);
}

body.portal-profile-pv.portal-oze-redesign .pv-form-faq-card > .pv-section-eyebrow {
    margin-bottom: 10px;
    text-align: left;
}

body.portal-profile-pv.portal-oze-redesign .pv-form-faq-card.oze-faq-card--wide .oze-faq-card__title {
    max-width: 760px;
    margin-bottom: clamp(18px, 3vw, 24px);
    color: var(--oze-heading);
    font-size: clamp(25px, 2.4vw, 34px);
    line-height: 1.16;
    text-align: left;
}

body.portal-profile-pv.portal-oze-redesign .pv-form-faq-card .oze-faq-item {
    background: #fff;
    border-color: rgba(181, 211, 56, .72);
    box-shadow: 0 12px 28px rgba(18, 43, 26, .04);
}

body.portal-profile-pv.portal-oze-redesign .pv-form-faq-card .oze-faq-item[open] {
    background: #fff;
}

body.portal-profile-pv.portal-oze-redesign .pv-form-faq-card .oze-faq-item summary {
    padding: 16px 18px;
    font-weight: 600;
}

body.portal-profile-pv.portal-oze-redesign .pv-form-faq-card .oze-faq-answer {
    padding-bottom: 18px;
}

body.portal-profile-pv.portal-oze-redesign .pv-form-faq-card .oze-faq-answer p {
    color: #3d493d;
    font-size: 15px;
    line-height: 1.62;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-form .oze-form-split {
    align-items: stretch;
    overflow: visible;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-form .oze-form-split > .column {
    align-items: stretch;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-form .form-column-title {
    position: relative;
    display: block;
    align-self: stretch;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 100%;
    overflow: visible;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-form .form-column-title::after {
    position: absolute;
    top: clamp(3.1rem, 5vw, 4.6rem);
    right: -12px;
    z-index: 4;
    width: 24px;
    height: 44px;
    content: "";
    background: var(--oze-lime-500);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-form .form-column-title .content {
    position: sticky;
    top: 1rem;
    width: 100%;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-form .form-box {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

body.portal-profile-pv.portal-oze-redesign .pv-home-guide-form .h-triangle::before {
    display: none !important;
}

@media (max-width: 768px) {
    body.portal-profile-pv.portal-oze-redesign .pv-home-guide-form .form-column-title {
        min-height: 0;
        border-radius: var(--oze-radius-xs) var(--oze-radius-xs) 0 0;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-guide-form .form-column-title::after {
        top: auto;
        right: auto;
        bottom: -22px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-guide-form .form-column-title .content {
        position: static;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-guide-form .form-box {
        border-left: 1px solid rgba(16, 61, 33, .08);
        border-radius: 0 0 var(--oze-radius-xs) var(--oze-radius-xs);
    }
}

@media (max-width: 900px) {
    body.portal-profile-pv.portal-oze-redesign #guide-bledy-pv .pv-home-guide-feature-card__link {
        justify-self: start;
    }
}

@media (max-width: 900px) {
    body.portal-profile-pv.portal-oze-redesign .pv-home-guide-intro,
    body.portal-profile-pv.portal-oze-redesign .pv-home-guide-grid,
    body.portal-profile-pv.portal-oze-redesign .pv-home-guide-grid > #guide-bledy-pv {
        grid-template-columns: 1fr;
    }

    body.portal-profile-pv.portal-oze-redesign .pv-home-guide-intro .button {
        width: 100%;
    }
}
